/* 
BASE
*/
body {
    font-family: 'Lato',Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
a {
	text-decoration: none !important;
}
p, h1, h2, h3, h4 {
	margin: 0;
}
textarea, input, button {
	outline: none;
}

/*
HEADER
*/
.header-bar {
	background: #f0f0f0;
	height: 20px;
}
.header-top {
	padding: 40px 10px;
}
.header-logo {
	width: 322px;
}
.header-contact {
    line-height: 1.0;
    padding-top: 14px;
    float: right;
    overflow: hidden;
}
.header-contact p {
    font-size: 16px;
    line-height: 1.0;
    text-transform: uppercase;
    margin: 0 0 5px 42px;
}
.contact-icon {
    background: #b89f37;
    padding: 7px;
    border-radius: 15px;
    float: left;
}
.contact-numbers {
    float: left;
    margin-left: 10px;
}
.header-contact a {
    font-size: 24px;
    font-weight: 700;
    color: #b89f37 !important;
    line-height: 1.0;
    padding: 4px 0;
    display: block;
}
.header-image {
	background: #202326;
}
.header-image-3 {
	background: rgba(240,240,240,1);
	background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 50%, rgba(55,91,119,1) 50%, rgba(55,91,119,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,240,1)), color-stop(50%, rgba(240,240,240,1)), color-stop(50%, rgba(55,91,119,1)), color-stop(100%, rgba(55,91,119,1)));
	background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 50%, rgba(55,91,119,1) 50%, rgba(55,91,119,1) 100%);
	background: -o-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 50%, rgba(55,91,119,1) 50%, rgba(55,91,119,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 50%, rgba(55,91,119,1) 50%, rgba(55,91,119,1) 100%);
	background: linear-gradient(to right, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 50%, rgba(55,91,119,1) 50%, rgba(55,91,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#375b77', GradientType=1 );
}
.img-effect {
	border: 4px solid #b89f37;
}
.img-effect-w {
	border: 4px solid #fff;
}
.img-small {
	display: none;
}
.img-big {
	display: block;
}
.banner-small {
	display: none;
}
.banner-big {
	display: block;
}
@media (max-width: 659px) {
	.header-top [class*="col-"] {
    	width: 100% !important;
    	float: none !important;
	}
	.header-top .header-logo {
    	margin: 0 auto 20px;
    	display: block;
    	cursor: default;
	}
	.header-contact {
	    width: 220px;
	    float: none;
		margin: 0 auto;
	}
	.header-contact p {
    	text-align: center;
    	margin: 0 0 5px 0;
	}
}
@media (max-width: 379px) {
	.header-logo, .header-logo img  {
		width: 280px;
	}
}

/*
SECTIONS
*/
.section {
	margin: 40px 0;
}
.section h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 0;
}
.section p {
	text-align: justify;
	text-justify: inter-word;
}
.section span {
	color: #375b77;
}
.section ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style-type: disc;
    list-style: outside;
}
.section li {
    line-height: 2.0;
}

/*
COMMON
*/
.container .row {
	padding: 0 10px;
}
.section-why, .section-services, .section-what, .section-location {
	background: #fff;
}
.section-faq {
	background: #f0f0f0;
	padding: 40px 0;
}
.section-why h2, .section-what h2, .section-services h2, .section-about h2 {
	text-align: left;
}
.section-contact h2, .section-contact p, .section-about {
	color: #fff;
}
.section-testimonial h2, .section-faq h2 {
	margin-bottom: 20px;
}
.section-why h2, .section-testimonial h2, .section-tagline h2, .section-services h2, .section-what h2, .section-faq h2, .section-location h2 {
	color: #b89f37;
}
.section-why h2::after, .section-about h2::after, .section-what h2::after, .section-services h2::after, .section-location h2::after {
    content: "";
    background: #375b77;
    width: 100%px;
    height: 1px;
    display: block;
    margin: 10px auto 20px auto;
}
.section-about h2::after {
	background: #fff;
}
@media (max-width: 767px) and (min-width: 480px) {
	.col-sm-5 {
		width: 40%;
		float: left;
	}
	.col-sm-7 {
		width: 60%;
		float: left;
	}
}
/*
WHY
*/

/*
SERVICES
*/
.section-services h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.section-services li {
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: justify;
}

/*
ABOUT
*/
.section-about {
	background: #375b77;
	padding: 40px 0 20px 0;
}
.section-about p {
	margin-bottom: 20px;
}
.section-about span {
	color: #fff;
}

/*
WHAT
*/
.section-what ul {
	list-style-type: decimal;
}

/*
MEETING
*/
.section-meeting h3 {
   font-size: 20px;
   line-height: 1.25;
   font-weight: 700;
   margin: 0 0 10px 0;
}
.surgeon {
	margin-bottom: 40px;
}

/*
FAQ
*/
.section-faq {
	padding: 40px 0;
}
.faq-content {
	margin-bottom: 5px;
}
.faq-button {
    font-weight: 700;
    line-height: 1.25;
    color: #fff !important;
    text-align: left;
    background: url(../img/arrow-down.png) no-repeat right center #375b77;
    background-position: 98% 50%;
    padding: 12px 32px 12px 12px;
    width: 100%;
    height: auto;
    display: block;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.faq-button:hover {
	background-color: #0c1720;
}
.faq-details {
	background: #fff;
	padding: 20px 20px 10px;
}
.faq-details p, .faq-details ul {
	margin-bottom: 10px;
}
.faq-details li {
	text-align: justify;
}
a[aria-expanded=true] {
	background: url(../img/arrow-up.png) no-repeat right center #0c1720;
	background-position: 98% 50%;
}
a[aria-expanded=false] {
   	background: url(../img/arrow-down.png) no-repeat right center #375b77;
   	background-position: 98% 50%;
}
#a {
	overflow: hidden;
}
#a img {
	width: 180px;
	float: left;
	margin: 0 20px 10px 0;
}
@media (max-width: 479px) {
	#a img {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
}

/*
CONTACT US
*/
.section-contact {
	background: #b89f37;
	padding: 40px 0 30px;
	margin-bottom: 40px;
	overflow: hidden;
}
.contact-input {
    line-height: 1.0;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #c8c8c8;
}
.contact-message {
    padding: 12px;
    height: 120px;
    margin-bottom: 20px;
    border: 1px solid #c8c8c8;
    resize: none;
}
.contact-input, .contact-message, .contact-submit {
	font-size: 16px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
}
.contact-security {
    width: 360px;
    margin-bottom: 20px;
}
.contact-captcha {
    margin: 0 0 0 15px;
}
.contact-submit {
    font-weight: 700;
    color: #fff;
    background: #375b77;
    height: 40px;
    border: none;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}
.contact-submit:hover, .back-index:hover {
	background: #0c1720;
}
.section-contact h2, .section-contact p {
	font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
.section-contact h2 {
	font-size: 32px;
    margin: 0 0 5px 0;
}
.section-contact a {
	color: #fff !important;
}
.section-contact p {
	font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}
.section-contact p::after {
	margin-top: 12px;
}

/*
LOCATION
*/
.section-location a {
	color: #000 !important;
}
.section-location h2, h4, p {
	text-align: left
}
.section-location p {
	margin-bottom: 20px;
}
.section-location h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 5px 0 20px 0;
}
.section-location .col-xs-12 div {
	font-size: 24px;
	line-height: 1.25;
	color: #0c1720;
	font-weight: 700;
}
/*
FOOTER
*/
.section-footer {
	color: #fff;
	text-align: center;
	background: #c8c8c8;
	padding: 20px 0;
}

/*
CONTACT SUCCESSFUL
*/
.section-successful h1 {
    font-size: 24px;
    text-align: center;
    margin: 0;
}
.section-successful p {
    font-size: 16px;
    text-align: center;
    color: #787878;
    margin: 10px 0 30px 0;
}
.back-index {
    font-size: 16px;
    color: #fff !important;
    line-height: 1.0;
    text-align: center;
    background: #375b77;
    width: 240px;
    padding: 12px 0;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

/*
RESPONSIVE
*/
@media (max-width: 600px) {
	.contact-security {
    	width: 240px;
    	margin-bottom: 20px;
	}
	.header-image .container, .header-image .row, .header-image .col-xs-12 {
		padding: 0;
	}
	.header-image .row {
		margin: 0 auto;
	}
	.header-image-3 .container, .header-image-3 .row, .header-image-3 .col-xs-12 {
		padding: 0;
	}
	.header-image-3 .row {
		margin: 0 auto;
	}
	.banner-small {
		display: block;
	}
	.banner-big {
		display: none;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	.faq-button {
		background-position: 96.5% 50%;
	}
	a[aria-expanded=true] {
		background: url(../img/arrow-up.png) no-repeat right center #0c1720;
		background-position: 96.5% 50%;
	}
	a[aria-expanded=false] {
	   	background: url(../img/arrow-down.png) no-repeat right center #375b77;
	   	background-position: 96.5% 50%;
	}
	.contact-security {
		width: 240px;
	}
}
@media (max-width: 479px) {
	.section-why img, .section-services img {
		width: 70%;
		margin: 0 auto 20px auto;
	}
	.section-what img  {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.section-about img {
		width: 70%;
		margin: 0 auto 20px;
	}
	.section-services .col-sm-5 {
		overflow: hidden;
	}
	.faq-button {
		background-position: 95% 50%;
	}
	a[aria-expanded=true] {
		background: url(../img/arrow-up.png) no-repeat right center #0c1720;
		background-position: 95% 50%;
	}
	a[aria-expanded=false] {
	   	background: url(../img/arrow-down.png) no-repeat right center #375b77;
	   	background-position: 95% 50%;
	}
	.contact-security {
    	width: 180px;
    	margin-bottom: 20px;
	}
}
@media (max-width: 431px) {
	.section-about h2 {
		float: none;
		position: static;
	}
	.img-small {
		display: block;
	}
	.img-big {
		display: none;
	}
}
@media (max-width: 420px) {
	.contact-security {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact-captcha {
    	margin: 0 0 20px 0;
    	float: left;
	}
	.contact-refresh {
		display: block;
	    float: left;
	    padding-top: 7px;
	}
}
@media (max-width: 396px) {
	.section-contact a {
		display: block;
	}
}
/*
EXTRA
*/
input::-webkit-input-placeholder {
color: #787878 !important;
}
input:-moz-placeholder { /* Firefox 18- */
color: #787878 !important;
}
input::-moz-placeholder {  /* Firefox 19+ */
color: #787878 !important;  
}
input:-ms-input-placeholder {  
color: #787878 !important;
}
textarea::-webkit-input-placeholder {
color: #787878 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
color: #787878 !important;  
}
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #787878 !important;
}
textarea:-ms-input-placeholder {  
color: #787878 !important; 
}

/*
OVERRIDES
*/
.panel-group {
	margin-bottom: 0;
}
.panel-group .panel {
	border: none;
}
.panel-default > .panel-heading {
	background: transparent;
    padding: 0;
    border: none;
}
.mt0 {
	margin-top: 0;
}