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

/*
HEADER
*/
.header-bar {
    background: #c8be96;
    height: 6px;
}
.header-top {
	padding: 30px 15px 30px;
}
.header-logo {
	width: 330px;
	margin: 0 auto;
	display: block;
}
.header-image {
    background: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.banner-content div {
	padding: 169px 0;
}
.banner-content h1 {
	font-size: 48px;
	font-weight: 500;
	line-height: 1.125;
	color: #c8be96;
	text-transform: uppercase;
}
.banner-content h1 span {
	font-weight: 300;
	color: #fff;
}
.banner-content h2 {
	font-weight: 300;
	line-height: 1.25;
}
.img-show {
	display: none;
}
.img-hide {
	display: block;
}

/*
SECTIONS
*/
.section {
	margin: 60px 0;
}
.section h2 {
	font-family: 'Lato',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
}
.section p {
	text-align: justify;
	text-justify: inter-word;
}
.section span {
	color: #c8be96;
}
.section ul {
    padding-left: 20px;
    margin: 0;
    list-style-type: disc;
    list-style: outside;
}
.section li {
    line-height: 2.0;
}
.section h4 {
	line-height: 1.25;
}

/*
COMMON
*/
.container .row {
	padding: 0 10px;
}
.section-services, .section-surgeon, .section-faq {
	padding: 60px 0;
}
.section-services, .section-surgeon, .section-faq {
	color: #303030;
	background: #fff;
}
.section-services span, .section-surgeon span, .section-faq span {
	color: #5a553c;
}
.section-services h2, .section-services p {
	color: #303030;
}
.section-why h2::after, .section-services h2::after, .section-surgery h2::after, .section-location h2::after {
    content: "";
    width: 100%px;
    height: 1px;
    display: block;
    margin: 10px auto 20px auto;
}
.section-why h2::after, .section-surgery h2::after, .section-location h2::after {
	background: #fff;
}
.section-services h2::after {
    background: #5a553c;
}
.img-effect {
	border: 4px solid #c8be96;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.15);
}
.img-inside {
    height: auto;
    float: left;
    margin: 0 30px 15px 0;
}
/*.section-contact .row, .section-location .row, .section-footer .row {
	padding-right: 20px;
	padding-left: 20px;
}*/

/*
WHY
*/

/*
SERVICES
*/
.section-services h3 {
	font-size: 20px;
	font-weight: 700;
	color: #5a553c;
	margin-bottom: 15px;
}
.section-services img {
	margin-bottom: 15px;
}

/*
SURGERY
*/
.section-surgery ul span {
	color: #c8be96;
}

/*
SUREGEON
*/
.section-surgeon h2 {
	margin-bottom: 30px;
}

/*
VISIT
*/
.section-visit {
	margin-bottom: 30px;
}
.section-visit h2 {
	margin-bottom: 15px;
}
.section-visit h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.section-visit p:nth-child(2), .section-visit p:nth-child(4), .section-visit p:nth-child(6) {
	margin-bottom: 30px;
}

/*
FAQ
*/
.section-faq {
	margin: 30px 0 0 0;
}
.section-faq h2 {
	text-align: center;
	margin-bottom: 30px;
}
.faq-button {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	color: #fff;
	background: url("../img/arrow-down.png") right center no-repeat #73a0b4;
	background-position: 98% 50%;
	padding: 12px 36px 12px 12px;
	width: 100%;
	display: block;
	border: none;
}
.faq-details {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.faq-details ul {
    padding: 12px 12px 12px 30px;
    margin: 0;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 30px;
}
.faq-details li {
	color: #505050;
	line-height: 2.0;
	text-align: justify;
}
.faq-details p {
	color: #303030;
	padding: 15px;
	margin: 0;
	overflow: hidden;
}
.faq-wrap {
	margin-bottom: 4px;
}
.panel-default {
	border-color: #d2d2d2;
}
.panel-default > .panel-heading {
    background: transparent;
    padding: 0;
    border: none;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-group {
	margin-bottom: 0;
}
.faq-details img {
    width: 240px;
    float: left;
    margin-right: 20px;
}
#b ul {
	padding-top: 0;
}
@media (max-width: 480px) {
	.faq-details img {
    	width: 100%;
    	margin: 0 auto 20px auto;
	}
}

/*
CONTACT US
*/
.section-contact {
	background: #c8be96;
	padding: 60px 0 50px;
	margin: 0;
	overflow: hidden;
}
.section-contact a span {
	color: #fff!important;
}
.contact-input {
	color: #505050;
    line-height: 1.0;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #c8c8c8;
}
.contact-message {
	color: #505050;
    padding: 12px;
    height: 120px;
    margin-bottom: 20px;
    border: 1px solid #c8c8c8;
    resize: none;
}
.contact-input, .contact-message, .contact-submit {
	font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
}
.contact-security {
    width: 360px;
    margin-bottom: 20px;
}
.contact-captcha {
    margin: 0 0 0 15px;
}
.contact-submit {
    font-weight: 700;
    color: #fff;
    background: #5a553c;
    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-color: #5a553c;
}
.section-contact h2, .section-contact p {
	font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
.section-contact h2 {
	font-size: 28px;
    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: #fff !important;
}
.section-location h2, h4, p {
	text-align: left
}
.section-location p {
	margin-bottom: 30px;
}
.address-contact {
	margin-bottom: 60px !important;
}
.section-location h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 5px 0 20px 0;
}
.section-location .col-xs-12 div {
	color: #aa501e;
	font-weight: 700;
}

/*
FOOTER
*/
.section-footer {
	color: #fff;
	text-align: center;
	background: #73a0b4;
	padding: 20px 0;
}

/*
CONTACT SUCCESSFUL
*/
.section-successful {
	text-align: center;
}
.section-successful h1 {
	font-size: 24px;
	line-height: 1.25;
    margin: 0;
}
.section-successful p {
    font-size: 16px;
    text-align: center;
    margin: 30px 0 60px 0;
}
.back-index {
    font-size: 16px;
    color: #fff !important;
    line-height: 1.0;
    text-align: center;
    background: #5a553c;
    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: 767px) {
	.header-image .col-xs-12 {
		padding: 0;
	}
	.section-services img {
		width: 50%;
	}
	.img-show {
		display: block;
	}
	.img-hide {
		display: none;
	}
}
@media (max-width: 600px) {
	.section-services img {
		width: 75%;
	}
	.contact-security {
    	width: 240px;
    	margin-bottom: 20px;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	.section-surgeon img, .section-services img {
		width: 180px;
	}
	.faq-button {
		background-position: 96.5% 50%;
	}
	button[aria-expanded=true] {
		background: url(../img/arrow-up.png) no-repeat right center #73a0b4
		background-position: 96.5% 50%;
	}
	button[aria-expanded=false] {
	   	background: url(../img/arrow-down.png) no-repeat right center #73a0b4;
	   	background-position: 96.5% 50%;
	}
	.contact-security {
		width: 240px;
	}
}
@media (max-width: 479px) {
	.header-top {
		padding: 30px 15px 60px;
	}
	.section-surgeon img, .section-services img {
		width: 150px;
	}
	.faq-button {
		background-position: 95% 50%;
	}
	button[aria-expanded=true] {
		background: url(../img/arrow-up.png) no-repeat right center #73a0b4
		background-position: 95% 50%;
	}
	button[aria-expanded=false] {
	   	background: url(../img/arrow-down.png) no-repeat right center #73a0b4;
	   	background-position: 95% 50%;
	}
	.contact-security {
    	width: 180px;
    	margin-bottom: 20px;
	}
}
@media (max-width: 420px) {
	.header-logo, .header-logo img {
		width: 270px;
	}
	.section-surgeon img, .section-services img {
		width: 120px;
	}
	.section-contact {
		padding: 30px 0 20px 0;
	}
	.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;
	}
	.section-contact h2 {
		padding: 0;
	}
}
@media (max-width: 360px) {
	.back-index {
		width: 100%;
	}
}
@media (max-width: 350px) {
	.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; 
}