/*IMPORTED CSS FILES*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(font-awesome.min.css);
@import url(jquery-ui.css);

body {font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased;}

.rounded {
	-webkit-border-radius: 50%;
	 -khtml-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
}

img {max-width: 100%;}

h1 {text-align: center; font-size: 28px; text-transform: uppercase; font-weight: 700; margin: 15px 0 0 0; color: #fff;}
h1.blue {color: #4ec7e5;}
h1.purple {color: #4d41a3;}
h1:after {content: " "; width: 188px; height: 3px; display: block; margin: 21px auto 40px; background: #2aa2d6;}

p a {color: #4d41a3;}
p a:hover {color: #3dd1ff; text-decoration: none;}
h6 {color: #232426; font-weight: 700; margin: 0 0 15px; font-size: 16px;}

.general-p p {margin: 0; color: #232426; font-size: 16px; line-height: 30px; text-align: justify;}
.section {padding: 35px 0;}
.section.white {background: #fff;}
.section.grey {background: #f2f3f7;}
.section.blue {background: #2aa2d6;}
.overlay {position: absolute; width: 100%; top: 0; bottom: 0; left: 0; background: rgba(0,0,0,.75); z-index: 0;}
.map {text-align: center; margin-bottom: 15px;}


#header {background: #0d204a; padding: 28.5px 0;}
#header .company-desc {padding: 12.5px 0;}
#header .company-desc p {margin: 0; line-height: 22px; color: #d1d6e3; font-size: 16px;}
#header .logo {text-align: right;}

#nav {background: #2aa2d6;}
#nav #menu-colapse {display: none;}
#nav #menu-colapse {width: 40px; height: 35px; border-radius: 3px; background: #3dd1ff; border: 1px solid #fff; padding: 5px; margin: 10px 0;}
#nav #menu-colapse span {display: block; height: 2px; background: #fff;}
#nav #menu-colapse span.mid {margin: 5px 0;}
#nav ul {margin: 0 0 0 0;}
#nav ul li {border-right: 1px solid #1683b2; padding: 0; float: left;}
#nav ul li a {color: #d5ecf6; font-size: 20px; line-height: 58px; display: block; padding: 0 33px; border-right: 1px solid #47b2e0}
#nav ul li:first-child {border-left: 1px solid #47b2e0;}
#nav ul li:first-child a {border-left: 1px solid #1683b2;}
#nav ul li:hover a, #nav ul li.active a {background: #1683b2; text-decoration: none; color: #fff;}


#testi-section {background: url(../img/testi-back.jpg); background-position: center; background-attachment: fixed; text-align: center; position: relative;}
#testi-section .container {z-index: 2; position: relative;}
#testimonials{ max-width: 705px!important; text-align: center; margin: 0 auto;}
#testimonials li .quote {color: #e9ecf4; font-size: 16px; line-height: 30px; max-width: 705px;}
#testimonials li .author {color: #fff; font-size: 16px; margin-top: 15px; max-width: 705px;}

#import-blocks {padding: 35px 0 0;}

.block {border: 1px solid #e9ecf4; padding: 15px; height: 470px; position: relative; margin: 0 0 15px;}
.block:hover {background: #f2f3f7;}
.block .logo {height: 75px; line-height: 75px;}
.block .logo img {vertical-align: middle; line-height: 75px;}
.block p {color: #232426; line-height: 24px;}
.block a {border: 1px solid #e9ecf4; background: #2aa2d6; display: block; position: absolute; bottom: 15px; left: 15px; right: 15px; color: #fff; height: 33px; line-height: 33px;}
.block a:hover {background: #fff; color: #2aa2d6; text-decoration: none;}

#contact {padding-bottom: 65px;}
#contact h1 {text-align: left; margin-top: 5px;}
#contact h1:after {background: #74c4e7; margin-left: 0; margin-bottom: 22px;}
#contact p {color: #313234; font-size: 16px; line-height: 24px;}
#contact a {color: #313234;}
#contact a:hover {color: #0d204a;}
#contact .bordered {padding: 25px; border: 3px solid #65b9df; height: 415px;}


#contact-form .form-group {position: relative;}
#contact-form label {width: 100px; font-weight: 400; height: 46px; line-height: 46px; margin: 0; vertical-align: top; font-size: 16px;}
#contact-form label.error {display: block; width: 100%; text-align: right; font-size: 12px; color: #fff; line-height: 0; height: 0; margin-top: 5px;}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {border: 1px solid #e9ecf4; width: calc(100% - 105px); height: 44px; padding: 5px;}
#contact-form textarea {height: 100px;}
#contact-form #send {width: 170px; height: 46px; color: #fff; font-weight: 700; color: #fff; font-size: 24px; text-align: center; border: none; background: #0d204a;}
#contact-form #send:hover {background: #fff; color: #0d204a;}
#contact-form input[type="text"].error,
#contact-form input[type="email"].error,
#contact-form textarea.error {border-color: #c30000;}

#footer {padding: 45px 0; position: relative;}
.foot-menu {text-align: center;}
.foot-menu ul {margin: 0 0 3px;}
.foot-menu ul li {color: #5f6779; font-size: 16px;}
.foot-menu ul li a {color: #5f6779;}
.foot-menu ul span {font-size: 17px;}
.note {color: #5f6779; margin: 0; text-align: center; font-size: 14px;}

#go-top {width: 48px; height: 48px; display: block; position: fixed; right: 50px; bottom: 50px; background: #ebedf2; text-align: center; line-height: 48px; display: none;}
#go-top:hover {background: #2aa2d6;}



@media screen and (max-width: 1199px) {
	.block {height: 300px;}
}

@media screen and (min-width: 992px) {
	#nav ul {display: block!important;}
}

@media screen and (max-width: 991px) {
	#nav ul {display: none;}
	#nav ul li {border: none; display: block!important; float: none;}
	#nav ul li a {border: none; border-top: 1px solid #3dd1ff; padding-left: 0; line-height: 40px; height: 40px;}
	#nav ul li:first-child {border: none;}
	#nav ul li:first-child a {border-left: none;}
	#nav #menu-colapse {display: block;}
	.block {height: 380px;}
}

@media screen and (max-width: 767px) {
	#header .logo {text-align: center;}
	#header .company-desc {text-align: center;}
	.block {height: auto; padding-bottom: 75px;}
	#contact .bordered {height: auto; margin-bottom: 15px;}
}

@media screen and (max-width: 700px) {
	#footer {text-align: center;}
	#go-top {position: relative; display: block; margin: 15px auto 0; right: 0;}
}

@media screen and (max-width: 439px) {
	#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {width: 100%;}
	#contact-form label {width: 100%;}
}









