/*-- General CSS --*/
html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color:#fff;
    overflow-x: hidden;
	background-image:url(../img/banner/bkg-coolsculpting--.jpg);
	background-size: 100%;
}
.color-theme,.link-theme{
    color: #a80d0f;
}
.link-theme:hover,.link-theme:active,.link-theme:focus{
    color: #a80d0f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

.osfont > h2
{
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
	color:#0071b5;
}
.osfont p a:hover{
	text-decoration: none;
}
.thank-you p{
	font-family: sans-serif;
	font-size:20px;
	text-align:center;
	color:#6A4E90;
	
}
.thank-you-big p{
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	text-align:center;
	color:#109F00
}
p {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.25em;
    line-height: 1.6;
    color: #777;
}
.relative-pos{
    position: relative;
}
.brand,
.address-bar {
    display: none;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-left-50{
    margin-left: 50px;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.no-gap{
    margin: 0 -15px;
}
.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
}

.img-full {
    min-width: 100%;
}

.brand img{
    max-width: 85%;
    height: auto;
}
.brand{
    text-align: left;
    display: inherit;
    margin: 0;
    padding: 15px 0px;
    color: #333;
}
.address-bar {
	text-align: center;
    display: inline-block;
    margin: 0;
    padding: 40px 0px 5px;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #ffffff;
    width: 49%;
}
.contact-bar{
   text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0 0 15px;
    font-size: 36px;
    font-weight: 400;
    color: #a80d0f;
    width: 50%;
}
.navbar{
    margin-bottom: 0;
}
.dropdown-menu {
    margin: 0;
    border: none;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    border-radius: 0;
}

.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:1px;
    left:100%;
    margin-top:-6px;
    margin-left:0px;
    border-radius:0;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#a80d0f;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    border-radius:0;
}
.dropdown-submenu>.dropdown-menu li a {
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    background: #2e6ca1;
    border: none;
}
.navbar-brand {
    padding: 7px 15px;
}
.navbar-default .navbar-toggle {
    border-color: #FFF;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #a80d0f;
}
.navbar-default .navbar-nav>li>a {
    color: #FFF;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
}
.navbar-collapse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.navbar-collapse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-collapse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.navbar-collapse .navbar-nav>.open>a{
    color: #fff;
    background-color: transparent;
}
.navbar-collapse .navbar-nav>.open>a:focus, .navbar-collapse .navbar-nav>.open>a:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
}
.container>.navbar-collapse {
	background: #0071b5;
}
@media screen and (max-width:992px) {
    .brand, .address-bar, .contact-bar{
        text-align: center;
    }   
}
@media screen and (min-width:768px) {
    .navbar {
        border-radius: 0;
    }
    .navbar-header {
        display: none;
    }
    .navbar {
        min-height: 0;
    }
    .navbar-default {
        border: none;
        background: #0071b5;
    }	
    .nav>li>a {
        padding: 20px 40px 20px 0;
        font-size: 16px;
        line-height: normal;
    }
    .navbar-default .navbar-nav>li>a
    {
        color: #fff;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:active
    {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-nav {
        display: table;
        float: none;
        margin: 0;
        table-layout: fixed;
    }
    .dropdown-submenu>.dropdown-menu{
        width: 200px;
    }
    .dropdown-submenu>.dropdown-menu li a {
        width: 100%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #00a4e4;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #00a4e4;
        text-decoration: none;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: transparent;
    }
}
.social-li{
    position: absolute !important;
    right: 15px;
    top: calc(50% - 18px);
}
@media screen and (max-width:992px) {
    .social-li{
        display: none !important;
    }
}
.social-links{
    float: right;
    margin-left: 5px;
    margin-bottom: 0;
}
.circle-icon-xl:hover, .circle-icon-md:hover,
.circle-icon-xl:focus, .circle-icon-md:focus,
.circle-icon-xl:active, .circle-icon-md:active{
    border-color: #fff;
    background: #fff;
    color: #a80d0f;
    cursor: pointer;
    -webkit-transition: color .1s ease,background-color .1s ease,border-color .1s ease;
    -moz-transition: color .1s ease,background-color .1s ease,border-color .1s ease;
    -o-transition: color .1s ease,background-color .1s ease,border-color .1s ease;
    transition: color .1s ease,background-color .1s ease,border-color .1s ease;
}
.circle-icon, .circle-icon-xl, .circle-icon-md{
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    border-color: #fff;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

.circle-icon-md1{
    line-height: 26px;
    font-size: 18px;
    border-color: #fff;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

.circle-icon-md{
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    margin: 0 auto;
}
.circle-icon-xl{
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 36px;
    margin: 0 auto;
}
.carousel {
    height: 60%;
}
.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}
.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.carousel-caption {
    display: none;
}
.carousel-caption h1{
    font-weight: 500;
    color: #0071b5;
    text-shadow: none;
}
.carousel-caption h3{
    text-shadow: none;
	color:#7e7e7e;
}
.carousel-indicators li{
    border-radius: 0;
}
@media screen and (min-width: 768px){
    .carousel-caption {
        display: block;
        padding-bottom: 100px;
    }
    .carousel-indicators{
            left:80%;
        }
}
.title{
    color: #fff;
    font-weight: 500;
    font-size: 36px;
}
.sub-title{
    color: #545252;
}
.content{
    font-size: 14px;
    color:#545252;
}
.form-control {
    border: none;
    border-radius: 5px;
}
.btn{
    border-radius: 5px;
}
.btn-full{
    width: 100%;
}
.btn-default {
    color: #fff;
    background-color: #0f0b0c;
    border-color: #0f0b0c;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus{
    color: #0f0b0c;
    background-color: #fff;
    border-color: #0f0b0c;
}
.btn-blue {
    color: #0079c2;
    background-color: #fff;
    border-color: #0079c2;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus{
    color: #fff;
    background-color: #0079c2;
    border-color: #0079c2;
}
.btn-yellow {
    color: #ffba48;
    background-color: #fff;
    border-color: #ffba48;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus{
    color: #fff;
    background-color: #ffba48;
    border-color: #ffba48;
}
.btn-orange {
    color: #e28202;
    background-color: #fff;
    border-color: #e28202;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus{
    color: #fff;
    background-color: #e28202;
    border-color: #e28202;
}
.btn-darkblue {
    color: #29689f;
    background-color: #fff;
    border-color: #29689f;
}
.btn-darkblue:hover,
.btn-darkblue:active,
.btn-darkblue:focus{
    color: #fff;
    background-color: #29689f;
    border-color: #29689f;
}
.btn-lightblue {
    color: #0faecb;
    background-color: #fff;
    border-color: #0faecb;
}
.btn-lightblue:hover,
.btn-lightblue:active,
.btn-lightblue:focus{
    color: #fff;
    background-color: #0faecb;
    border-color: #0faecb;
}
.btn-theme {
    color: #fff;
    background-color: #0071b5;
    border-color: #0071b5;
}
.btn-theme:hover,
.btn-theme:active,
.btn-theme:focus{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-yellow {
    color: #0079c1;
    background-color: #ffd801;
    border-color: #ffd801;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus{
    color: #ffd801;
    background-color: #0079c1;
    border-color: #0079c1;
}

.btn-gray {
    text-align: left;
    color: #fff;
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}
.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus{
    color: #cdcdcd;
    background-color: #fff;
    border-color: #cdcdcd;
}
.btn-xl {
    font-size: 22px;
    padding: 10px 16px;
    margin-left: auto;
    margin-right: auto;
}
footer{
    background-image:url(../img/banner/bkg-coolsculpting.jpg);
	background-size:cover;
	text-align: center;
    padding: 50px 0;
}
footer .content{
    color:#fff;
}
.footer-nav li{
	padding-left: 5px !important;
}
.footer-nav li a{
    color: #fff;
    font-size: 14px;
}
.footer-nav li a:hover{
	text-decoration: none;
}
.footer-nav span{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 100;
}
.social-links-bottom {
    margin-left: 5px;
    margin-bottom: 0;
}
.social-links-bottom .circle-icon-md:hover,
.social-links-bottom .circle-icon-md:focus,
 .social-links-bottom .circle-icon-md:active{
    border-color: #fff;
    background: #0071b5;
    color: #fff;
    cursor: pointer;
    -webkit-transition: color .1s ease,background-color .1s ease,border-color .1s ease;
    -moz-transition: color .1s ease,background-color .1s ease,border-color .1s ease;
    -o-transition: color .1s ease,background-color .1s ease,border-color .1s ease;
    transition: color .1s ease,background-color .1s ease,border-color .1s ease;
}
/*-- Home Page CSS --*/
.gift-form-top-right{
    background: #0faecb;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px 20px;
}
.gift-form-top-right h3{
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
}
.gift-form-top-right form{
    margin-top: 20px;
}
.gift-banner{
    margin: 20px 0;
    position: relative;
    background: url(../img/banner/gift-banner.png) top right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 272px;
}
.service-btn-list li:first-child{
    margin-top:0;
}
.service-btn-list li{
    margin-top: 15px;
}
@media screen and (max-width:992px) {
    .service-btn-list li:first-child{
        margin-top:20px;
    }
}
.about-coolsculpting{
    background: #0071b5;
    text-align: left;
    margin-top: 50px;
	padding: 50px 0px;
}
.location{
    background: #fcfcfc;
    text-align: left;
}
.map{
    background: #fcfcfc;
    text-align: left;
	padding: 20px 0px 0px 0px;
}

.about-doctor .img-circle{
    border: 2px solid #cdcdcd;
    margin-bottom: 20px;
}
.list-inline li{
	margin-bottom: 20px;
    font-size: 18px;
    padding-left: 0;
}
.address-bar .list-inline li a {
    color: #0071b5;
}
.address-bar .list-inline li a:hover{
	text-decoration: none;
	color: #23527c;
}
.gallery
{
    margin-top: 50px;
}
.gallery .thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.img-title{
    text-align: left;
    position: absolute;
    bottom: 30px;
    padding: 15px;
    background: rgba(168, 13, 15, 0.6);
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    width: calc(100% - 30px);
    text-transform: uppercase;
}
.gift-form-bottom{
    text-align: center;
    background: #0faecb;
    padding: 50px 0;
}
.gift-form-bottom h3{
    color:#fff;
    margin-bottom: 50px;
}
@media screen and (max-width:768px) {
    .gift-form-bottom .btn-default{
        width: 100%
    }
}
/*-- Coolsculpting Page CSS --*/
.panel-theme{
    border-color: #a80d0f;
        border-radius: 0;
}
.panel-theme>.panel-heading {
    color: #FFF;
    font-size: 22px;
    padding: 10px 16px;
    border-radius: 0;
    background-color: #a80d0f;
    border-color: #a80d0f;
}
.panel-group .panel {
    border: none;
    box-shadow: none;
}
.panel-group>.panel-default>.panel-heading {
    color: #A80D0F;
    background-color: transparent;
    border: none;
    border-color: transparent;
}
.panel-group>.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
/*-- Contact Page CSS --*/
.contact-form{
    margin-top: 20px;
    background: #0faecb;
    padding: 20px;
    margin-bottom: 50px;
}
.contact-form h4{
    color:#fff;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
}
.contact-form .content{
    color:#fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.radio label::before {
    border: 1px solid #FFFFFF;
    background-color: #fff;
}
.radio label::after {
    width: 5px;
    height: 5px;
    left: 6px;
    top: 6px;
    background-color: #0FAECB;
}
/* End */


#servicesCarousel .carousel-inner, #productsCarousel .carousel-inner {
    overflow-y: auto;
}
#servicesCarousel .carousel-control.left, #servicesCarousel .carousel-control.right, #productsCarousel .carousel-control.left, #productsCarousel .carousel-control.right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#servicesCarousel .carousel-control .fa-angle-left, #servicesCarousel .carousel-control .fa-angle-right, #productsCarousel .carousel-control .fa-angle-left, #productsCarousel .carousel-control .fa-angle-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
#servicesCarousel .carousel-control .fa-angle-left, #productsCarousel .carousel-control .fa-angle-left {
    left: 30%;
}
#servicesCarousel .carousel-control .fa-angle-right, #productsCarousel .carousel-control .fa-angle-right {
    right: 30%;
}
#servicesCarousel .carousel-control, #productsCarousel .carousel-control {
    color: #777;
    font-size: 36px;
}
.service-box {
    margin: 50px auto 0;
    max-width: 400px;
    text-align: center;
}
.service-box img {
    margin: 0 auto;
}
.service-box h3, .service-box a {
    color: #00a4e4;
}
.service-box p {
    font-size: 14px;
    margin-bottom: 0;
}
#servicesCarousel, #productsCarousel {
    display: none;
}
#servicesGrid, #productsGrid {
    display: block;
}
@media (min-width: 768px) {
#servicesCarousel, #productsCarousel {
    display: block;
}
#servicesGrid, #productsGrid {
    display: none;
}
}
@media (min-width: 992px) {
.service-box {
    margin: 20px auto 0;
}
}

section {
    padding: 40px 0;
	background-color:#ffffff;
}
.content > img { border:solid 4px #fff; margin:10px;}

.col-md-12 > a{ color:#fff; text-decoration:underline; }
.col-md-12 > a:hover{ color:#fff;}

.content > a{ color:#fff; text-decoration:underline; }
.content > a:hover{ color:#fff;}

.color-gray {color:#777;}

.bg-light-gray {
    background: #f7f7f7 none repeat scroll 0 0;
	border-radius:6px;
	padding-bottom: 15px;
    padding-top: 15px;
}

.section-heading.text-center{color:#00a4e4;}