body {
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
    //color: #000;
    color: #3c4755;
}
a:active {
    outline: 0;
}
.clear {
    clear: both;
}
h1,h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic', sans-serif;
    line-height: 1.1em;
    margin-bottom: 20px;
}
h1 {
    text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.margin_top { margin-top: 20px; }
/*solid line*/
.solidline {
    border-top: 1px solid #c9cbca;
    margin: 30px 0 30px 0;
    width: 100%;
}
/* scroll */
.scrollup {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 65px;
    right: 18px;
    background: #3c4755;
    background: url("../images/arrow.png")no-repeat;
}

/******************************************** header ***************************/
header {
    border-top: 3px solid #ff0764;
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    height: 150px;
}
header ul {
    float: left;
    min-height: 60px;
    margin-top: 0px;    
}
header ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    height: 45px;
}
header ul li a {
    font: normal normal normal 11pt 'Century Gothic', sans-serif;
    text-align: center;
    float: left;   
    color: white;
    height: 43px;
}
header ul li:hover a, header ul li:active a, header ul li:focus a, header ul li a.current{    
    color: white;    
    border-bottom: 2px solid white;
    text-decoration: none;
}
header .nav li a:hover, header .nav li a:focus { 
    background: #019781;  
    color: white;
}

/****************************************** slideshow *************************/
#slideshow {
    width: 100%;
    position: relative;   
    padding-top: 115px;     
}
#slideshow #main-slider .flex-caption {
    top: 10%;
    background-color: rgba(255, 255, 255, 0.75);
    color: #fff;
    margin: 0;
    padding: 8px 13px 5px 13px;
    position: absolute;
    border-radius: 4px;
}
#slideshow #main-slider .flex-button a {
    background: #9e2630;
    color: #fff;
    margin: 0;
    position: absolute;
    right: 4.5%;
    bottom: 18%;
    border-radius: 6px;
    text-align: center;
    border: 0;
    padding: 10px 5%;
    text-decoration: none;
    font-size: 20px;
}
#slideshow #main-slider .flex-button a:hover {
    text-decoration: none;
}
#slideshow #main-slider .flex-button .btn-theme {
    text-transform: lowercase;
    font-size: 20px;
}
#slideshow #main-slider .flex-control-nav {
    bottom: 10%;
}
#slideshow #main-slider .flex-caption h3 {
    color: #9e2630;
    margin-bottom: 8px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 20px;
}
#slideshow #main-slider .flex-caption p {
    margin: 0 0 15px;
    text-align: justify;
    color: #000;
    line-height: 22px;
}
.flex-control-paging li a {
    background-color: #fff;
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover {    
    background: #019781;
}
#slideshow .container .row {
    margin-bottom: 3.5%;
}
.btn-lg {
    padding: 10px 25px;
    border-radius: 6px;
    text-transform: lowercase;
    background: #c9cbca;
    font-size: 12px;
}
/******************* gallery ****************************************************/
.thumbs {
    margin: 0;
    padding: 0;
}
.thumbs li {
    list-style: none;
    margin-bottom: 45px;    
}
.thumbs li.item-thumbs div {
    width: 100%;
    height: 100%;
    float: left;
    background: #c0c0c0;
    position: relative;  
    margin-left: 14%;
}
.thumbs li.item-thumbs .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 5;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 450ms ease-out 0s;
    text-decoration: none;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0px;
         
}
.thumbs li.item-thumbs:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.thumbs li.item-thumbs .overlay span {
    top: 50%;
    left: 50%;
    margin:-15px auto auto -15px;    
    color: #eaf806;
    font-size: 25px;
    position: absolute;
    
}
.thumbs li.item-thumbs img {
    float: left;
    width: 100%;
    border:solid 1px #eaf806;
}
/********************************************* contact *************************/
#contact #contact_gray_wap {
    
    background: #880577;    
    padding-bottom: 25px;
    }
#contact h1 {
    font-family: 'Century Gothic', sans-serif;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 30px;
}
#contact p {
    font-family: 'Century Gothic', sans-serif;
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
#contact-form label {
    margin-bottom: 20px;
    width: 100%;
}
#contact-form label span {
    width: 20%;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
}
#contact-form label textarea,
#contact-form label input[type="text"] {
    font: normal normal normal 14px/28px 'Century Gothic', sans-serif;
    color: #000;
    background: #fff;
    float: left;
    //border: none;
    width: 80%;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
#contact-form label textarea {
    height: 100px;
}
#contact-form label input[type="text"] {
    height: 30px;
}
#contact-form label button[type="submit"] {
    font: normal normal normal 14px/30px 'Century Gothic', sans-serif;    
    color: white;     
    background-color: #C920B2;
    float: left;
    border: none;
    width: 30%;
    margin-left: 20%;
    padding: 0;
}
#contact ul {
    margin: 0;
    padding: 25px 0 70px 20%;
}
#contact ul li {
    list-style: none;   
}
#contact ul li a {
    float: left;
}
#contact ul li a:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
#contact p {
    text-align: left;
    font: normal normal normal 14px/25px 'Century Gothic';
    color: #fff;
    margin-bottom: 0;
}
#contact p a {
    color: #000;
}

/**************************************** footer *******************************/
#footer {
    height: 55px;
}
#footer p,
#footer a {
    font: normal normal normal 14px/55px 'Century Gothic';
    text-align: center;    
    color: #ff0764;
}
/***********************************************************************responsive setting**********************************************************/
@media (min-width: 1025px) {
    header ul li {
        margin: 10px 10px 0 10px;
    }
    header ul li a {
        margin: 0;
        padding: 0 5% 0 5%;
    }
    #questions p {
        line-height: 30px;
        padding: 17px 0;
    }   
}
@media (min-width: 992px) and (max-width: 1200px) {
    header ul li {
        margin: 10px 5px 0 5px;
    }
    header ul li a {
        margin: 0;
        padding: 0px 2% 0 2%;
    }
    #slideshow #main-slider .flex-caption p {
        font-size: 11px !important;
        line-height: 20px;
    }
    #slideshow #main-slider .flex-button a {
        bottom: 14%;
    }
    #questions p {
        line-height: 28px;
        padding: 8px 0;
    }   
}
@media (min-width: 768px) and (max-width: 992px) {   
    header ul li {
        margin: 10px 0 0 0;
        padding: 0;
    }
    header ul li a {
        margin: 0;
        padding: 0 12px 0 12px !important;        
    }
    #slideshow #main-slider .flex-caption p {
        font-size: 10px !important;
        line-height: 18px;
    }
    #about p {
        //font: normal normal normal 14px/22px 'Century Gothic', sans-serif;
        text-align: justify;
    }
    #questions p {
        font-size: 12pt;
        line-height: 18px;
        padding: 3px 0;       
    }
    iframe{       
       max-height: 400px;	/**/
    }    
}
@media (max-width: 768px) {
    header ul li a {
        margin: 0;
        padding: 22px 0 0 0;
    }
    header #mobile_menu {
        font-size: 35px;
        margin-top: -30px;
        float: right;
        color: #FF4719;
    }
    header #mobile_menu_list ul {
        list-style: none;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    header #mobile_menu_list li {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 50px;
        background: #FF4719;
        text-align: center;
        border-bottom: 1px solid #FF5C33;
    }
    header #mobile_menu_list li:hover {
        background: #FF5C33;
        border-bottom: 1px solid #FF5C33;
    }
    header #mobile_menu_list li a {
        width: 100%;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 50px;
        border-bottom: none;
        text-decoration: none;
    }
    #slideshow #main-slider .flex-button a {
        width: 90%;
        bottom: auto;
        margin-top: -120px;
    }
    #questions p {
        line-height: 20px;
        padding: 10px 0;               
    }    
    #about img {
        max-width: 100%;
        margin: 20px auto 20px auto;
    }
    #questions img {
        max-width: 100%;
        margin: 0 auto 0 auto;
    }  
    .thumbs li.item-thumbs .overlay {
        opacity: 1;
        bottom: 0;
        width: 100%;
        margin-top: 60%;
        height: 40%;
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
    }
    .thumbs li.item-thumbs:hover .overlay {
        opacity: 1;
    }
    .thumbs li.item-thumbs .overlay span {
        font-size: 20px;
    }
     iframe{       
        max-height: 350px;	/**/
    }     
    .flexslider { 
        margin-left: 1%; /**/
        height:220px; /**/
    } 
    .slides img{
        height: 220px;/**/
     }
     .thumbs li.item-thumbs div {    
     margin-left: 0%;
    }
}
@media (min-width: 500px) and (max-width: 650px){/**/
      .flexslider { 
        margin-left: 1%; /**/
        height:320px; /**/
    } 
    .slides img{
        height: 320px;/**/
     }   
}
@media (min-width: 651px) and (max-width: 799px){/**/
      .flexslider { 
        margin-left: 1%; /**/
        height:360px; /**/
    } 
    .slides img{
        height: 360px;/**/
     } 
     iframe{       
        max-height: 400px;	/**/
    }  
}
@media (min-width: 768px) and (max-width: 850px) {  /**/   
    header ul li a {
        padding: 0 6px 0 6px !important;/**/
        font-size: 10pt;/**/
    }     
}
@media (min-width: 510px) and (max-width: 767px) {    /**/ 
   #logo-xs2{
        padding-left: 4%;         
   }
}
@media (min-width: 150px) and (max-width: 300px) {    /**/ 
   #logo-xs2{
        margin-left: -10%;         
   }
}
/************************************************* additions ***************************************************/
#welcome{
	text-align: center;
        font-size: 14pt;
        width: 80%;
        float: left;        
        margin-left: 10.5%;             
}
.title	{
        margin-bottom: 5em;
        margin-top: 2em;
}
.title h2{
	font-size: 2em;
}
#about {
        max-width: 1366px;
        // width: 84%;
         color: white;
         margin: auto auto 0 auto;
    }
#about .container{            
        background: #ff5a09 url(../images/bg01.png);    
 } 
#profile
 {
        width: 80%;
        float: left;
        margin-top: 85px;
        margin-bottom: 85px;
        margin-left: 9.5%;
        text-align: justify;
        font-size: 14pt;     

 }
#profile-img{
        margin-top: 75px;
        list-style: none;
}
#profile-img img{
        border: solid 2px white;
}
#location{
        width: 100%;
        float: left;
        margin-top: 85px;       
        text-align: justify;
        font-size: 14pt;      
 }
#location p{
        margin-left: 1%;
 }
iframe{
        float: left;
	width: 100%;
	height: 500px;
	margin-bottom: 40px;
        border: 10px solid #fff;
 }
#photo-collection{
        margin-top: 50px;   
        background: #3c4755 url(../images/bg1.png);
        padding-top: 50px; 
        float: left;
        width: 100%;
        border: solid 1px #eaf806;
} 
#title{   
        font-size: 1.2em;
        line-height: 1.2em;   
        float: left;
        margin:0;
        background: #019781 url(../images/logo_header_new.jpg);
        background-repeat:no-repeat;
        background-position: 1px center;
        background-size: 60px 75px;
        padding-top: 1px;
        color: white;
}
.brand{
        padding-left: 80px;
        padding-top: 5px;
}
.brand span{
       font-style: italic;
}
#title-xs{   
        font-size: 1em;
        line-height: 1em;   
        float: left;
        margin:0;  
        padding-top: 10px;
        padding-left: 23%;
        text-align: center;
        color: white;
}
#title-xs2{
        background: #019781;
}
.brand-xs{
        padding-left: 0px;
        padding-top: 0px;
}
#logo-xs{
        padding-left: 47%;         
}
#logo-xs2{
        background: #019781;
}
.error-label{
        border: solid 2px #019781;
}
#nav-bar{
       background: #019781;
}   
.icon{    
}
#gal {    
}
#clinic{
        width: 98%;
        float: left;
        margin-left: 1%;
        margin-top: 20px;       
        text-align: justify;
        font-size: 14pt;       
 }