.top
{
vertical-align:top;
}


.bottom
{
vertical-align:bottom;
}


.middle
{
vertical-align:middle;
}

.padded
{
  padding: 10px;
}

.marginc
{
  margin: 10px;
}


/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-middle {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -0%);
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.facebook{
     background-color: #3d578f !important;
  }

  .twitter{
     background-color: #28aae1 !important;
  }

  .instagram{
     background-color: #f77436 !important;
  }


  .rounded-small {
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    height: 100%;
}


.right {
    float: right!important;
}


.hidden {
    display: none!important;
}

.hide{
    display: none!important;
}

.big-text{
    font-size: 4rem;
    font-weight: 600;
    border: 0;
    margin-bottom: 1.5rem;

}

.f-center {
  display: flex !important;
  justify-content: center !important;
}


.f-left {
  display: flex !important;
  justify-content: flex-start !important;
}

.f-right {
  display: flex !important;
  justify-content: flex-end !important;
}

.fleft,
.fright {
  flex: 1;
}

.box {
  width: 200px; height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #009677;
  background: #009677;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #009677;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #009677;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #009677;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #009677;
}

.max-lines {
  display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 8.6em;
  line-height: 1.8em;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}



.btn3d {
    transition:all .08s linear;
    position:relative;
    outline:medium none;
    -moz-outline-style:none;
    border:0px;
     color: #FFF;
    margin-right:10px;
    margin-top:15px;
}
/*.btn3d:focus {
    outline:medium none;
    -moz-outline-style:none;
}
.btn3d:active {
    top:9px;
}*/



.btn3d-default {
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px hsla(0,0%,100%,.15), 0 5px 0 0 #adadad, 0 5px 0 1px rgba(0,0,0,.4), 0 2px 2px 1px rgba(0,0,0,.5);
    background-color:#ebebeb;color:#fff;
}

.btn3d-primary {
    box-shadow: 0 0 0 1px #981C1E inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 5px 0 0 #981C1E, 0 5px 0 1px rgb(218,218,218,0.4), 0 2px 2px 1px rgba(0,0,0,0.5);
    /* background-color:#00ad40; */
    background-color:#981C1E;
    color:#fff;
}
 .btn3d-success {
    box-shadow: 0 0 0 1px #20c998 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 5px 0 0 #8e0289, 0 5px 0 1px rgb(218,218,218,0.4), 0 2px 2px 1px rgba(0,0,0,0.5);
    background-color:#20c998;color:#fff;
}
 .btn3d-info {
    box-shadow:0 0 0 1px #5bc0de inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 5px 0 0 #46b8da, 0 5px 0 1px rgb(218,218,218,0.4), 0 2px 2px 1px rgba(0,0,0,0.5);
    background-color:#5bc0de;color:#fff;
}
.btn3d-warning {
    box-shadow:0 0 0 1px #009677 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 5px 0 0 #fb6e32, 0 5px 0 1px rgb(218,218,218,0.4), 0 2px 2px 1px rgba(0,0,0,0.5);
    background-color:#009677;color:#fff;
}
.btn3d-danger {
    box-shadow:0 0 0 1px #009677 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 5px 0 0 #eea236, 0 5px 0 1px rgb(218,218,218,0.4), 0 2px 2px 1px rgba(0,0,0,0.5);
    background-color:#009677;color:#fff;
}

.image_aspect {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
}


.bg-holder{
    background-image: url(../../images/yellow_bg.png);
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 10px;
}

.icon_slider
{
  background-color: #009677;
  height: 40px;
  width: 60px;
  color: #ffff;
  padding: 10px;
  border-radius: 95px 45px;
  font-size: 30px;
  font-weight: 200;
  cursor: pointer;
  position: relative;
  transform: translateY(-600%);
  /*left: 20px;*/


}

.icon_slider_next
{
  background-color: #009677;
  height: 40px;
  width: 60px;
  color: #ffff;
  padding: 10px;
  border-radius: 95px 45px;
  font-size: 30px;
  font-weight: 200;
  cursor: pointer;
  position: relative;
  transform: translateY(-700%);
/*  right: 20px;
*/  float: right;


}

.shadow{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.icon_slider > i
{
position:relative;
top: calc(50% - 21px);
left:5px;

}

.icon_slider_next > i
{
position:relative;
top: calc(50% - 21px);
left:5px;

}


.menu-item
{
  font-family: "Burd Sans",sans-serif;
  cursor: pointer;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 400;
  transition: color .3s ease, background-color .3s ease;
  padding: 5px;
}

.menu-item:hover {
    font-size: 16px;
    font-weight: 400;
    color: #009677;
    transition: color .3s ease, background-color .3s ease;
    padding: 5px;
}



footer
{
    font-size: 16px;
    line-height: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    color: #fff;
    text-align: center;
    background-image: url(../../images/yellow_bg.png);
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
}

footer ul
{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

footer a
{
    color: #fff;
}

footer a:hover
{
    color: #00ad40;
}

.footer-content
{
    padding-top: 100px;
    padding-left: 0%;
    padding-bottom: 60px;
    width: 100%;
}

.footer-mail
{
    font-size: 38px;
    font-family: 'Burd Sans', serif;
    font-weight: 700;
    margin-bottom: 35px;
}

.footer-number
{
    font-size: 24px;
    font-family: 'Burd Sans', serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-logo
{
    margin-bottom: 15px;
}

.social-holder
{
    margin-bottom: 15px;
}

.social-holder a
{
    font-size: 28px;
    margin-right: 25px;
}

.social-holder a:last-of-type
{
    margin: 0;
}



.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-pills>li>a {
/*background-color: #009677;
border-color: #FFFFFF;
color: #FFFFFF;*/
/* color: #00ad40; */
color: #009677;
border-radius: 8px;transition: all 100ms ease 0s;border-width: 1px;border-style: solid;border-color: rgb(229, 229, 229);
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #bbb;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #bbb;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #bbb;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #bbb;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #bbb;
}


.fb-img {
    position: absolute;
    top: 3px;
    left: 10px;
    width: 30px;
}

.line-h2 {
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 14px;
}


.fb-btn {

}

.fb-btn-container {
    padding-right: 0!important;
    padding-left: 0!important;
}
.fb-btn-container>button {
    margin: auto;
    color: #f8f9fa!important;
    border-color: #3765c9;
    font-size: .813rem!important;
    background: #3765c9;
    border-radius: 40px!important;
    margin-top: .5rem;
    display: block;
    width: 100%;
    font-family: Nunito,sans-serif;
    position: relative;
    padding: 0 15px 0px 46px;
    border: none;
    line-height: 34px;
    font-size: 16px;
    color: #FFF;
    min-width: 225px;
    background-image: linear-gradient(#4C69BA, #3B55A0);
}

.line-center{
    margin:0;padding:0 10px;
    color: #fff;
    background-color: rgb(141, 198, 63);
    display:inline-block;
}
h2{
    text-align:center;
    position:relative;
    z-index:2;
    font-size: 14px;
}
h2:after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-top:solid 1px #ffffff;
    z-index:-1;
}

.cursor{
  cursor: pointer !important;
}
.dropdown-toggle::after{ color:#787581; }


.search-bar-plain{
 width:100% !important;color:#787581;height: 40px;justify-content: left;background: #f8f9fa;border-radius: 8px;transition: all 100ms ease 0s;border-width: 1px;border-style: solid;border-color: rgb(229, 229, 229);padding-left: 5px

}

.search-bar-plain:focus{
    outline: none !important;
    color:#787581;
}


.btn-floating-circle
{
  width:70px;height:70px;
  box-shadow:  0 0 10px 5px rgba(0,0,0,0.6);
      -moz-box-shadow: 0 0 10px  5px #c37bc0;
      -webkit-box-shadow: 0 0 10px 5px #c37bc0;
      -o-box-shadow: 0 0 10px 5px #c37bc0;
  border-radius:100px;
  position: fixed;
  z-index: 10000;
  top: 70%;
  cursor: pointer;
  right: 5%;
}


