/* 
BASE
*/
@font-face {
    font-family: 'Lintel';
    src: url('../fonts/Lintel-Regular.eot');
    src: url('../fonts/Lintel-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lintel-Regular.woff2') format('woff2'),
        url('../fonts/Lintel-Regular.woff') format('woff'),
        url('../fonts/Lintel-Regular.ttf') format('truetype'),
        url('../fonts/Lintel-Regular.svg#Lintel-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #505050;
}
a {
	text-decoration: none !important;
}
p, h1, h2, h3, h4 {
	margin: 0;
}
textarea, input, button {
	outline: none;
}
/*
HEADER AND BANNER
*/
header {
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
}
.language-bar {
	background: #3259a0;
	padding: 0 20px;
}
.language-bar ul {
	margin: 0;
}
.language-bar ul li a {
	color: #ffffff;
	padding: 5px 0;
	display: inline-block;
}
.language-bar ul li a:hover {
	text-decoration: underline !important;
}
.header-top {
	padding: 20px 10px;
}
.header-logo {
	display: inline-block;
}
.header-logo img {
	display: inline-block;
}
.header-contact {
	width: 222px;
	line-height: 1.0;
	float: right;
	overflow: hidden;
	padding-top: 24px;
}
.header-contact p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.0;
	text-transform: uppercase;
	margin: 0 0 5px 42px;
}
.contact-icon {
	background: #325aa0;
	padding: 8px;
	border-radius: 16px;
	float: left;
}
.contact-icon img {
	display: block;
}
.contact-numbers {
	float: left;
	margin-left: 10px;
}
.contact-numbers a {
	font-size: 24px;
	font-weight: 300;
	color: #325aa0 !important;
	line-height: 1.0;
	padding: 4px 0;
	display: block;
}
.section-banner {
	background: url(../img/header-bg.jpg) top center;
	margin: 0 !important;
	position: relative;
	z-index: 1;
}
.img-effect {
	border: 1px solid #fdc20e;
}
.img-effect-w {
	border: 1px solid #fff;
}
.img-small {
	display: none;
}
.img-big {
	display: block;
}
.banner-small {
	display: none;
}
.banner-big {
	display: block;
}
@media (max-width: 600px) {
	.header-top .row {
		padding: 0 !important;
		margin: 0 !important;
	}
	.header-top [class*="col-"] {
    	width: 100% !important;
    	float: none !important;
	}
	.header-top .header-logo {
    	margin: 0 auto 20px;
    	display: block;
    	cursor: default;
	}
	.header-logo {
		text-align: center;
	}
	.header-contact {
	    width: 224px;
	    float: none;
	    padding-top: 0;
		margin: 0 auto;
	}
	.header-contact p {
    	text-align: center;
    	margin: 0 0 5px 0;
	}
}
/*
SECTIONS
*/
.section {
	margin: 60px 0;
}
.section h2 {
	font-family: 'Didact Gothic', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 0;
}
.section p {
	text-align: justify;
	margin-bottom: 15px;
}
.section p:last-child {
	margin-bottom: 0;
}
.section span {
	font-weight: 300;
	color: #ffcd46;
}
.section ul {
    padding: 0 0 0 18px;
    margin: 0;
    list-style-type: disc;
    list-style: outside;
}
.section li {
    line-height: 1.5;
    margin-bottom: 15px;
}
.section li:last-child {
    margin-bottom: 0px;
}
/*
COMMON
*/
.container .row {
	padding: 0 10px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-how, .section-services, .section-what, .section-location, .section-pricing {
	background: #fff;
}
.info-content h2 {
    padding-top: 40px;
    border-top: 1px dashed #0a2846;
}
.section-how h2, .section-what h2, .section-services h2, .section-about h2, .section-pricing h2, .section-members h2, .section-commit h2 {
	text-align: left;
}
.section-testimonial h2, .section-faq h2 {
	margin-bottom: 20px;
}
.section-pricing h2, .section-services h2, .section-faq h2, .section-location h2, .section-members h2 {
	color: #325aa0;
}
.section-how h2::after, .section-about h2::after, .section-what h2::after, .section-services h2::after, .section-location h2::after, .section-pricing h2::after, .section-members h2::after, .section-commit h2::after {
    content: "";
    background: #c8c8c8;
    width: 100%;
    height: 1px;
    display: block;
    margin: 10px auto 20px auto;
}
.section-about h2::after, .section-commit 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;
	}
}
/*
HOW
*/
.section-how {
	background: #323232;
	padding: 60px 0;
	margin-top: 0;
}
.section-how h2 {
	color: #fff;
}
.section-how li {
	color: #fff;
	padding: 0;
}
.section-how p {
	margin-bottom: 15px;
}
.section-how ul {
	margin-bottom: 30px !important;
}
.section-how li span {
	font-weight: 500;
	color: #50bef0;
}
.needs {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #c8c8c8;
}
.needs h3 {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 15px;
}
.needs a {
	color: #fff !important;
	line-height: 1.0;
	background: #41b4e6;
	padding: 16px 48px 16px;
	display: inline-block;
	border-radius: 24px;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.needs a:hover {
	background: #325aa0;
}
/*
MEMBERS
*/
.section-members img {
	margin: 0 auto 15px;
}
.name-position {
	background: #f5f5f5;
	padding: 20px 10px;
	min-height: 127px;
}
.name-position p {
	text-align: center;
}
/*
TAGLINE
*/
.section-tagline p, .tag-three h2 {
	font-size: 36px;
	line-height: 1.25;
	text-align: center;
}
.tag-one {
	text-align: center;
	padding: 60px 0;
	background: #0082c8;
}
.tag-one p {
	color: #fff;
}
.tag-two a {
	color: #0082c8 !important;
}
.tag-two span {
	color: #325aa0;
}
.get-appointment {
	font-size: 20px;
	font-weight: 600;
	color: #0082c8;
	background: #fff;
	display: inline-block;
	padding: 15px 32px;
	margin-top: 15px;
	border-radius: 30px;
	border: none;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}
.get-appointment:hover {
	color: #325aa0;
}
.tag-three {
	padding: 30px 0;
}
.tag-promo {
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	margin: 0;
}
.tag-promo .col-xs-12 {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 6px double #c8c8c8;
	border-bottom: 6px double #c8c8c8;
}
.tag-promo h2, .tag-promo h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #325aa0;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.tag-promo h2 {
	color: #ffcd46;
	margin-bottom: 30px;
}
.tag-promo h3 {
	margin-bottom: 4px;
}
.tag-promo span {
	font-weight: 500;
	color: #505050;
}
.tag-promo h2 span {
	font-weight: 700;
	color: #0082c8;
}
.tag-promo h4 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #325aa0;
}
.tag-promo p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}
.tag-promo a {
	font-size: 20px;
	font-weight: bold;
    color: #fff !important;
    line-height: 1.5;
    background: #0a961e;
    padding: 15px 48px;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.tag-promo a:hover {
    background: #46e114;
}
/*
SERVICES
*/
.section-services h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.section-services ul {
	list-style-type: disc;
	padding-left: 20px;
}
.section-services .info-details {
	border-bottom: 1px solid #c8c8c8;
}
.section-services img {
	margin-bottom: 30px;
}
.section-services li {
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: justify;
}
.service-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px !important;
}
.service-list {
	margin-bottom: 30px;
}
.section-services .service-list:last-child {
	margin-bottom: 0;
}
.prices-text {
	margin-bottom: 30px !important;
}
/*
ABOUT
*/
.section-about {
	background: #325aa0;
	padding: 40px 0;
}
.section-about h2 {
	color: #fff;
	font-weight: 300;
}
.section-how p, .section-about p {
	color: #fff;
}
.section-about span {
	color: #fff;
	font-weight: 400;
}
#about {
	margin-top: 20px;
}
.about-details {
	background: #fff;
	padding: 20px 20px 10px;
}
.about-details p {
	color: #000;
	margin-bottom: 10px;
}
/*
COMMIT
*/
.section-commit {
	color: #fff;
	background: #41b4cd;
	margin: 0;
	position: relative;
}
.section-commit h2 span {
	color: white;
	display: block;
}
.commit-content {
	padding: 120px 30px 120px 0;
}
.commit-image {
	width: 50%;
	height: 100%;
	background-image: url(../img/img-commitment.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.commit-image img {
	display: none;
}
/*
PRICING
*/
.services-prices {
	margin-top: 30px;
}
/*
FAQ
*/
.section-faq {
	background: #f5f5f5;
	padding: 60px 0;
	margin: 0;
}
.info-content {
	margin-bottom: 5px;
}
.info-button, .about-button {
    font-weight: 400;
    line-height: 1.25;
    color: #fff !important;
    text-align: left;
    background: url(../img/arrow-down.png) no-repeat right 15px center #41b4e6;
    padding: 14px 32px 14px 14px;
    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;
}
.info-button:hover {
	background-color: #325aa0;
}
.info-details {
	background: #fff;
	padding: 20px 20px 10px;
}
.info-details ul {
	margin-bottom: 10px;
}
.info-details li {
	text-align: justify;
}
a[aria-expanded=true] {
	background: url(../img/arrow-up.png) no-repeat right 15px center #325aa0;
}
a[aria-expanded=false] {
   	background: url(../img/arrow-down.png) no-repeat right 15px center #41b4e6;
}
#a a {
	color: #505050 !important;
}
/*
CONTACT US
*/
.section-contact {
	background: #96d2ff;
	padding: 40px 0 30px;
	margin-top: 0;
	margin-bottom: 40px;
	overflow: hidden;
}
.section-contact h2 {
    margin: 0 0 5px 0;
	color: #fff;
	font-weight: 300 !important;
}
.contact-input {
	background: #fff;
    line-height: 1.0;
    height: 48px;
    padding: 0 12px;
    border: none;
}
.contact-message {
	background: #fff;
    padding: 12px;
    height: 120px;
    margin-bottom: 20px;
    border: none;
    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: #41b4e6;
    height: 48px;
    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: #325aa0;
}
.section-contact h2, .section-contact p {
	font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
.section-contact a {
	color: #fdc20e !important;
	font-weight: 400;
}
.section-contact p {
	font-weight: 400;
    font-size: 16px;
    color: #fff;
    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;
	font-weight: 700;
}
/*
FOOTER
*/
.section-footer {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: #325aa0;
	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: #41b4e6;
    width: 240px;
    padding: 16px 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;
}
/*
OVERRIDES
*/
#services .info-wrap, #prices .info-wrap {
	margin-top: 0;
}
.panel {
	box-shadow: none;
}
.panel-group {
	margin-bottom: 0;
}
.panel-group .panel {
	border: none;
}
.panel-default > .panel-heading {
	background: transparent;
    padding: 0;
    border: none;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
/*
RESPONSIVE
*/
@media (max-width: 767px) {
	.section-services img {
		width: 100%;
		margin-bottom: 10px;
	}
	.section-how .col-sm-push-5 {
		width: 100% !important;
	}
}
@media (max-width: 768px) {
	.service-list .list:nth-child(3), .service-list .list:last-child {
		margin-top: 10px;
	}
	.section-commit h2 span {
		display: inline;
	}
	.commit-content {
		padding: 60px 0;
	}
	.commit-image {
		position: relative;
		width: 100%;
		height: 50vh;
	}
}
@media (max-width: 600px) {
	.section-services .info-wrap {
		width: 100%;
	}
	.mt30 {
		margin-top: 30px !important;
	}
	.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;
	}
	.section-tagline p {
		font-size: 30px;
	}
	.tag-three {
		padding: 60px 0;
	}
	.tag-promo h2, .tag-promo h3 {
		font-size: 30px;
	}
	.tag-promo h4 {
		font-size: 21px;
	}
	.tag-promo a {
	    font-size: 16px;
	    background: #0a961e;
	    padding: 15px 20px;
	}
	.commit-image {
		background: none;
		height: auto;
	}
	.commit-image img {
		display: block;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	.contact-security {
		width: 240px;
	}
}
@media (max-width: 479px) {
	.section-how img, .section-services img {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.section-what img  {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.section-about img {
		margin: 0 auto 20px;
	}
	.section-services .col-sm-5 {
		overflow: hidden;
	}
	.contact-security {
    	width: 180px;
    	margin-bottom: 20px;
	}
	.tag-promo a {
		border-radius: 45px;
	}
}
@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; 
}