/* 
BASE
*/
body {
    font-family: 'Lato';
    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 {
	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);
}
.header-bar {
	background: #32a0dc;
	height: 6px;
}
.header-top {
	padding: 20px 10px;
}
.header-logo {
	display: inline-block;
}
.header-logo img {
	display: inline-block;
}
.header-contact {
  width: 222px;
  line-height: 1.0;
  padding-top: 7px;
  float: right;
  overflow: hidden;
}
.header-contact p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.0;
  color: #505050;
  text-transform: uppercase;
  margin: 0 0 5px 42px;
}
.contact-icon {
  background: #e6000a;
  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: 400;
  color: #505050 !important;
  line-height: 1.0;
  padding: 4px 0;
  display: block;
}
.section-banner {
	background: url(../img/header-bg.png);
	margin: 0 !important;
	position: relative;
	z-index: 1;
}
.img-effect {
	border: 1px solid #b4b4b4;
}
.img-effect-w {
	border: 1px solid #fff;
}
.img-small {
	display: none;
}
.img-big {
	display: block;
}
.banner-small {
	display: none;
}
.banner-big {
	display: block;
}
.img-small {
	display: none;
}
.image-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 30px;
    	display: block;
    	cursor: default;
	}
	.header-logo {
		text-align: center;
	}
	.header-contact {
	    width: 222px;
	    float: none;
	    padding-top: 0;
		margin: 0 auto;
	}
	.header-contact p {
    	text-align: center;
    	margin: 0 0 5px 0;
	}
	.section-banner {
		background: url(../img/header-bg-s.png);
	}
}

/*
SECTIONS
*/
.section {
	margin: 40px 0;
}
.section h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 0;
}
.section p {
	text-align: justify;
}
.section span {
	font-weight: 300;
	color: #3c8caa;
}
.section ul {
    padding: 0 0 0 18px;
    margin: 0;
    list-style-type: disc;
    list-style: outside;
}
.section li {
    line-height: 1.5;
}

/*
COMMON
*/
.container .row {
	padding: 0 10px;
}
.section-why, .section-services, .section-what, .section-location {
	background: #fff;
}
.section-why h2, .section-what h2, .section-services h2, .section-about h2 {
	text-align: left;
}
.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: #32a0dc;
}
.section-why h2::after, .section-about h2::after, .section-what h2::after, .section-services h2::after, .section-location h2::after {
    content: "";
    background: #b4b4b4;
    width: 100%;
    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
*/
.section-why li {
	padding: 0;
	margin-bottom: 15px;
}

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

/*
ABOUT
*/
.section-about {
	background: #3c8caa;
	padding: 40px 0;
}
.section-about h2 {
	color: #fff;
	font-weight: 300;
}
.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;
}

/*
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;
}

/*
FAQ
*/
.faq-content {
	margin-bottom: 5px;
}
.faq-content h2 {
	padding-top: 40px;
	border-top: 1px dashed #32a0dc;
}
.faq-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 #32a0dc;
    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: #3c8caa;
}
.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 #3c8caa;
	background-position: 98% 50%;
}
a[aria-expanded=false] {
   	background: url(../img/arrow-down.png) no-repeat right center #32a0dc;
   	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;
	}
}
#d ul, #h ul, #k ul {
	list-style-type: decimal;
}

/*
CONTACT US
*/
.section-contact {
	background: #ebfaff;
	padding: 40px 0 30px;
	margin-bottom: 40px;
	overflow: hidden;
}
.section-contact h2 {
	color: #0a2846;
	font-weight: 300 !important;
}
.contact-input {
    line-height: 1.0;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #b4b4b4;
}
.contact-message {
    padding: 12px;
    height: 120px;
    margin-bottom: 20px;
    border: 1px solid #b4b4b4;
    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: #32a0dc;
    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: #3c8caa;
}
.section-contact h2, .section-contact p {
	font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
.section-contact h2 {
	font-size: 32px;
	color: #3c8caa;
    margin: 0 0 5px 0;
}
.section-contact a {
	color: #32a0dc !important;
	font-weight: 400;
}
.section-contact p {
	font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}
.section-contact p::after {
	margin-top: 12px;
}

/*
LOCATION
*/
.section-location a {
	color: #505050 !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;
}
#map_canvas {
 margin:0 0 30px;
}
.map-marker-label {
     position: absolute;
     color: red !important;
     font-size: 14px !important;
     font-weight: bold !important;
   }
/*
FOOTER
*/
.section-footer {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: #3c8caa;
	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: #32a0dc;
    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) {
	.contact-security {
		width: 240px;
	}
}
@media (max-width: 479px) {
	.section-why img, .section-services img {
		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;
	}
	.contact-security {
    	width: 180px;
    	margin-bottom: 20px;
	}
	.image-big {
		display: none;
	}
	.image-small {
		display: block;
	}
}
@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;
}