/*!
* Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
@font-face {
    font-family: "ITCAvantGardePro-Bk";
    src: url("itcavantgardepro-bk") format("svg");
    src: url("itcavantgardepro-bk") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
    font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}
.container{
    position:relative;
}

.navbar-nav>li {
    float: left;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p, li {
    font-size: 16px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}


.center-block{
    float:none;
    
}

h1 {
    font-size: 28px;
    line-height: inherit;
    
    margin-top: 0;
    margin-bottom:17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

h2.title, h1.title{
    font-size: 26px;
    border-bottom: 1px solid;
    margin: 20px 0;
    padding-bottom: 20px;
    color: #000;
}


img{
    max-width:100%;
    
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn{
    display: inline-block;
    padding: 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #00AB98;
    color: #fff;
    
}


.btn:hover, .btn.yellow:hover{
    background:#FED136;
    color:#000;
    
}


ul ul {
    list-style: none;
    padding: 0;
    background: #6B6F6F;
    position: absolute;
    z-index: 9999;
    width: 100%;
    display:none;
    border-radius:0;
    width:160px;
}

ul ul li a {
    font-size: 13px;
}

ul ul li a {
    font-size: 12px;
}

.navbar-default .nav ul li a {
    font-size: 14.5px;
    padding: 10px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration:none;
    border-radius:none;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    border-radius:0;
    padding: 15px 20px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fed136;
    border-radius:0;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    text-decoration:none;
    background:#6B6F6F;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    text-decoration:none;
    background:#6B6F6F;
}
@media(min-width:768px) {
    .navbar-nav{
        margin-top:60px;
        
    }
}
@media(min-width:768px) {
    .navbar-default {
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        background:#00ab98;
        margin:0;
        border-radius:0;
        padding-top:10px;
    }
    .navbar-brand.page-scroll {
        padding: 0;
        width: 250px;
        margin-top:9px;
    }

    
    span#contact {
        position: absolute;
        top: 9px;
        right: 16px;
        font-size: 18px;
        color: #fff;
        font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    }
    
    #contact .pad {
        padding-right: 5px;
        font-size: 20px;
    }
    
    #contact a{
        color:#fff;
        
    }
    
    #contact  .pad:last-of-type {
        margin-left: 10px;
    }
    span#contact li {
        list-style: none;
        display: inline-block;
        padding-right: 15px;
    }
    
    span#contact > a:last-of-type {
        margin-right: 15px;
    }
    
    span#contact li a {
        color: #fff;
        font-size:20px;
    }
    span#contact li a:hover {
        color:#FED136;
        
    }
    
    
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }
    
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    text-align: center;
    color: #fff;
    background:#ccc;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    
    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }
    
    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

form input, form select, form textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}
.form__note {
    display: none;
}
.recaptcha {
    margin-bottom: 20px;
}
.form--testimonial .form__row:first-of-type, .form--testimonial .form__row:nth-of-type(2), .form--testimonial .form__row:nth-of-type(3) {
    width: 50%;
    padding-right: 20px;
    float: left;
}

.form--testimonial .form__row {
    width: 100%;
    float: left;
}
form textarea {
    height: auto;
}

form label {}

footer {
    padding: 25px 0;
    text-align: center;
    background:#ccc;
    color:#000;
    float:left;
    width:100%;
}

footer a{
    color:#000;
    
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #000;
    background-color: #ccc;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}

a {
    color: #00AB98;
}

#tw-widget1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#contact-cta{
    font-size: 25px;
    background: #6B6F6F;
    font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    padding: 35px 0;
    color: #fff;
    width:100%;
    float:left;
}

#contact-cta a{
    padding: 0 18px;
    height: 50px;
    line-height: 48px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: lo;
    font-size: 16px;
    margin-left: 50px;
    
}

#contact-cta a:hover{
    text-decoration:none;
    color:#000;
    background:#FED136;
    
    border-color:#FED136;
}


#map {
    position:relative;
    text-align:center;
    margin-bottom: -6px;
    float:left;
    width:100%;
}

#map h5{
    width: 100%;
    position: absolute;
    bottom: 5px;
    padding: 30px 0;
    background: red;
    margin: 0;
    color: #fff;
    background: rgba(0, 171, 152, 0.75);
    font-family: 'ITCAvantGardePro-Bk', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: inherit;
    
}

footer img {
    width: 40px;
    display:  inline-block;
    vertical-align: top;
    /* margin-right: 20px;
    */
}

section#content{
    background:#fff;
    
    padding:0;
    position:relative;
}

#slider{
    position:relative;
    
}

#slider .slider-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 4;
    display:none;
}

.bg{
    padding: 50px;
    padding-top:20px;
}

#points{
    background:#00AB98;
    padding:20px;
    
    background-position: 51% 66%;
    background-size: 1951px;
    padding: 0;
}

#points #arrow{
    margin:0 auto;
    display:block;
    width:75px;
    cursor:pointer;
}

#points h2{
    text-align:center;
    font-size:26px;
    border-bottom:1px solid;
    margin:20px;
    padding-bottom:20px;
    color: #fff;
    margin-top:0;
}

#points .bg{
    padding-bottom:30px;
    
}



section#content li {
    list-style: none;
    background: url(../img/hand.png) 0% 50% no-repeat;
    background-size: 24px;
    padding-left: 40px;
    margin: 5px 0;
    padding: 5px 0px 5px 40px;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    text-align: left;
}

section#content li:hover{
    color:#000;
    
    cursor:pointer;
    background: url(../img/hand-2.png) 0% 50% no-repeat;
    background-size: 24px;
    
}

section#content ul.clearfix {
    width: 50%;
    float:left;
    margin:0;
    text-transform: capitalize;
    margin-bottom:0;
}


div#tw-widget1{
    min-height:270px;
}

div#testimonials {
    min-height: 260px;
    padding-top: 0px;
}

div#testimonials .owl-item p {
    padding: 0 15px;
}

.col-md-7 span {
    height: 15px;
    width: 15px;
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 3px;
}

.col-md-7 {
    position: relative;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    max-width: 627px;
}

.controls {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.col-md-7 span:first-of-type {
    background: #fff;
}

a.btn.yellow {
    background: #FED136;
    color: #000;
}

a.btn.yellow:hover{
    background:#00AB98;
    color:#fff;
}

section#content .col-md-5 .inner{
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    border-radius: 10px;
    
}

section#content .col-md-5 .inner p{
    font-size: 19px;
    margin: 0;
    margin-bottom: 35px;
    margin-top: 25px;
}

section#content .col-md-5 .btn {
    width: 48%;
    padding:15px 12px;
    font-size:13px;
}



section#content .col-md-5{
    z-index:21;
    
}

@media(max-width:1199px) {
    h1{font-size:24px;}
    #outer .col-md-7{max-width:500px;}
    section#content .col-md-5 .inner p { font-size: 15px; margin: 0; margin-bottom: 16px; margin-top: 12px;} 
.btn{font-size:14px;}
    .navbar-default .nav li a{font-size: 13px;padding:15px 15px;}
}

section#test img.list {
    border-radius: 50%;
    float: none;
    width: 150px;
    margin-right: 20px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    margin-top:20px;
}

section#test {
    float: left;
    width: 100%;
    padding: 30px 0;
    padding-bottom: 50px;
}

#test .btn{
    max-width: 340px;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
}


#test h2{
    text-align: center;
    font-size: 26px;
    border-bottom: 1px solid;
    margin: 20px;
    padding-bottom: 20px;
    color: #000;
    
    
}
a.btn.max {
    width: 100%;
}

section#test p {
}

section#test .col-md-5 {
    text-align: center;
}


ul.clearfix.pull-right {
    padding-left:100px;
    
}

#outer{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    
}

.example1 {
    position: relative;
    background: #ecf0f1;
}
.example1:before, .example1:after {
    content: "";
    position: absolute;
    background: #ecf0f1;
    top: 0;
    bottom: 0;
    width: 9999px;
}
.example1:before {
    right: 100%;
}
.example1:after {
    left: 100%;
}

#tw-widget1 li {
    background: #fff;
    max-width: 340px;
    min-width: 300px;
    position: relative;
    margin: 0 auto;
}
#tw-widget1 a {
    text-decoration: none;
}
#tw-widget1 .user {
    background: #00ab98;
    padding: 20px 20px 16px;
    position: relative;
}
#tw-widget1 .user a span[data-scribe="element:name"], #tw-widget1 .user a img {
    display:none;
}
#tw-widget1 .user span {
    color: white;
}
#tw-widget1 .tweet {
    margin: 0;
    padding: 20px;
    color: #4d4d4d;
    background:#eee;
}
#tw-widget1 .tweet a {
    color: #4d4d4d;
    font-weight: bold;
    text-decoration: none;
}
#tw-widget1 .tweet a[data-scribe="element:url"] {
    color: #00ae8e;
}
#tw-widget1 .tweet a[data-scribe="element:hashtag"] {
    color: #FD7A79;
}
#tw-widget1 .timePosted {
    padding:10px 20px;
    font-size: 12px;
    text-align: right;
    margin:0;
}
#tw-widget1 .timePosted:before {
    font-family: "Fontawesome";
    -webkit-font-smoothing: antialiased;
    content: "\f017";
    margin-right: 4px;
    color:#fff;
    font-size:15px;
}
p.interact{
    display:none;
    
}
#tw-widget1 .timePosted{
    background:#00AB98;
    
}
#tw-widget1 .timePosted a{
    color:#fff;
    
}
main{
    position:relative;
    
}

main img{
    width:100%;
    
}

#arrow-down{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    cursor:pointer;
    width:100px;
    opacity:0.7;
}

#arrow-down:hover{
 opacity:1;   
}

/**** News ****/

#news span{
    font-size: 12px;
    display: block;
    text-align: center;
    
}

#news h2{
    font-size: 20px;
    text-align: left;
    border: none;
    margin: 0px;
    padding-bottom:15px;    
}

#news h2 a{
    color: #00ab98;
    
}

.blog-post {
     border-bottom: 1px solid #e0dbdb;
     padding-bottom: 20px; 
}

.blog-post:last-of-type{
 border-bottom:none;   
}

.blog-post h2 {
    font-size: 23px;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel img{
    width:100%;
    
}

.owl-carousel{
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.3
*/

.owl-theme .owl-controls{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index:20;
}

#testimonials.owl-theme .owl-controls{
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    bottom: 0;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

#map .pad {
    padding-right: 5px;
    font-size: 20px;
}

#map a{
    color:#fff;
    
}

#map  .pad:last-of-type {
    margin-left: 10px;
}

#main .btn{
    width:100%;
    
}

.treatment img{
    margin-bottom:10px;
}

.treatment p{
    min-height:140px;
    
}

@media (min-width:789px){
.treatment:nth-child(2n + 1) {
    border-left: 1px solid #000;
}
}

#testimonial-single {
    background: #eee;
    padding: 15px;
    margin: 20px 0;    
}

#testimonial-side{
    background: #eee;
    padding:10px;
    margin-bottom:0;
    
}


.col-md-4.side .pagination{
    display:none;
    
}


.col-md-4.side h4{
    background: #00AB98;
    padding: 20px;
    margin-bottom: 0;
}
.col-md-4.side h4 a{
    color:#fff;
    
}


.member h2{
    font-size:22px;
    margin-top:25px;
}
.member {
    border-bottom:1px solid #000;
    margin-bottom:30px;
    padding-bottom:15px;
}


@-webkit-keyframes pulse {
    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.cd-top.cd-fade-out {
    visibility: visible;
    opacity: 1;
}

.pagination{float:left;width:100%;}
li.pag-current {position: relative;     float: left;     padding: 6px 12px;     margin-left: -1px;     line-height: 1.42857143;     color: #337ab7;     text-decoration: none;     background-color: #fff;     border: 1px solid #ddd;}
.pagination>li>a, .pagination>li>span{
    background: #00AB98;
    color: #fff;    
}
li.pag-current{
background:#FED136;    
}


.button-group{margin-top:15px}

.form-group { margin-bottom: 15px; width: 50%; float: left; padding-right: 20px; }
.form-group.max { width:100%; }
footer a{font-size:14px;}
.faq-list:nth-child(2n){margin-top:10px;}
.faq-question{position:relative;}
.faq-question:hover{background:#00AB98;cursor:pointer;color:#fff;}
.faq-question.active{background:#00AB98;color:#fff;}
.faq-question{background:#eee;padding:20px;}
.faq-question.active:after{content:"-"}
.faq-question:after{position:absolute;top:15px;font-size:18px;right:20px;content:"+"}
.faq-answer{padding:20px 10px;}
.faq-answer p{font-size:14px;}
.faq-answer i{color:#00AB98}
@media(max-width:992px) {
    .navbar{
     margin:0;   
    }
    .navbar-default{
     background:#00AB98;   
    }
    .navbar-brand{
     height:auto;
    }
    #contact{
     display:none;   
    }
    .navbar-toggle{
     margin:0;
     position:absolute;
     right:15px;
     top:30px;
    }
        .navbar-nav>li {
    float: left;
    width: 100%;
    text-align: center;
}
@media(max-width:768px) {
        .navbar-brand{
        max-width:200px;
    }
    #owl-example{
        display:none!important;
        
    }
    #relative{position:relative;}
    .inner h1{
     font-size:21px;   
    }
    .inner .btn{
        width:100%;
        margin-bottom:20px;
    }
    .inner{
        padding:20px 15px 0 15px;
        
    }
    #contact-cta a{
        margin-left:0;
        margin-top:20px;
    }
    #points h2{
        font-size:20px;
        
    }
    #points .bg{
        padding:15px 0;
        
    }
    section#content ul:last-of-type{
        display:none;
        
    }
    section#content ul.clearfix{
        width:100%;
        padding:0;
    }
    #arrow-down{
     display:none;   
    }
        .col-md-6.treatment{
         padding:0;   
        }
        .col-md-6 .treatment p{
         min-height:0;   
        }

}
    .pull-right{
     float:none!important;   
    }
    #contact-cta{
     padding:25px 20px;  
     font-size:18px;
    }
    #contact-cta a{
     display:block;
     width:80%;
     margin:15px auto;
     margin-bottom:0;
    }
    #map h5 span {
    display: block;
    font-size: 16px;
}
    #map h5 span:first-child {
    margin-bottom:10px;
}
    h2.title, h1.title{
     font-size:23px;
     padding-bottom:10px;
    }
    footer{font-size:12px;}
    .form-group{width:100%;}
}

.cd-top{
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/top.png);
    background-size:contain;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    height: 60px;
    width: 56px;
    right: 30px;
    bottom: 30px;
}
.navbar-default .nav > li:last-of-type a { background: #fbd135; color:#333;}