@charset "UTF-8";

/* Section */

.section {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 17px;
	overflow: hidden;
	padding-top: 178px;
}

/* Header Group */

#headerGroup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	-webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

/* Top Bar */

#topBar {
	background: #595959;
	color: #fff;
}

#topBar .section {
	height: 49px;
}

#topBar .socials {
	float: left;
	margin: 10px 0 0;
}

.socials {
	margin: 0;
	padding: 0;
}

.socials li {
	margin: 0 -4px 0 14px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-family: 'autreplanetesocialnet', Arial, sans-serif;
	font-size: 25px;
}

.socials li:first-child {
	margin-left: 0;
}
.socials li img {
	margin-top: -5px;
}
#topBar .contacts {
	float: left;
	margin: 14px 0 0 223px;
	padding: 0;
}

#topBar .contacts li {
	margin: 0 -4px 0 18px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
}

#topBar .contacts li:first-child {
	margin-left: 0;
}

#topBar .contacts li a {
	display: inline-block;	
	line-height: 20px;
}

#topBar .contacts li a.email {
	padding-left: 33px;
	font-family: 'AvantGardeITCbyBT-Book', Arial, sans-serif;
	background: url(../images/email-ico.png) no-repeat;
}

#topBar .contacts li a.phone {
	padding-left: 37px;
	background: url(../images/phone-ico.png) no-repeat;
}

#topBar .requestQuote {
	position: relative;
	float: right;
	height: 100%;
	line-height: 49px;
	background: #04529d;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	padding: 0 50px 0 20px;
}

#topBar .requestQuote:after {
	content: "";
	right: 17px;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8.5px 0 8.5px;
	border-color: #ffffff transparent transparent transparent;
}

#topBar .requestQuote:hover {
	background-color: #2862b0;
}

#topBar .quotation {
	position: relative;
}

#topBar .quotation .form {
	display: none;
	position: absolute;
	right: 0;
	top: 49px;
	z-index: 3;
	width: 337px;
}

/* Header */

#header .section {
	height: 129px;
}

#header .logo {
	float: left;
	width: 380px;
	margin: 10px 0 0;
}

#header .socials {
	display: none;
}

#header .contacts {
	display: none;
	margin: 0;
	padding: 0;
}

#header .contacts li {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#header .contacts li:first-child {
	margin-top: 0;
}

#header .contacts li a {
	display: inline-block;
	padding-left: 25px;
	background: no-repeat;
}

#header .contacts li a.email {
	background-image: url(../images/email-ico.png);
	-webkit-background-size: 18px;
	-moz-background-size: 18px;
	background-size: 18px;
	-ms-behavior: url(/backgroundsize.min.htc);
	background-position: left 4px;
}

#header .contacts li a.phone {
	background-image: url(../images/phone-ico.png);
	-webkit-background-size: 22px;
	-moz-background-size: 22px;
	background-size: 22px;
	-ms-behavior: url(/backgroundsize.min.htc);
	background-position: left 2px;
	padding-left: 28px;
}

#header .quotation  {
	display: none;
}

#header .quotation .requestQuote {
	display: block;
	text-align: center;
	background: #04529d;
	color: #fff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	padding: 14px 10px;
	text-transform: uppercase;
}

#header .quotation .requestQuote span {
	display: inline-block;
	position: relative;
	padding-right: 34px;
}

#header .quotation .requestQuote span:after {
	content: "";
	right: 0;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8.5px 0 8.5px;
	border-color: #ffffff transparent transparent transparent;
}

.quotation .form {
	display: none;
	background: #252525;
	background: rgba(37,37,37,0.7);
	padding: 13px 17px 21px;
	color: #fff;
}

.quotation .form .title {
	font-size: 25px;
	margin: 0 0 15px;
}

.quotation .form .field {
	margin-bottom: 16px;
}

.quotation .form .field label.error {
	font-family: 'AvantGardeITCbyBT-Book', Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding-top: 5px;
	color: #f50;
	letter-spacing: 0.5px;
}

.quotation .form .textbox,
.quotation .form textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 12px 16px;
	border: 0;
	background: #fff;
	font-family: 'AvantGardeITCbyBT-Book', Arial, sans-serif;
	font-size: 17px;
	color: #595959;
	-webkit-appearance: none;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

.quotation .form textarea {
	border: 0;
	resize: none;
	overflow: auto;
	height: 78px;
}

.quotation .form .submitBtn {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: #63adf5;
	color: #fff;
	font-family: 'AvantGardeITCbyBT-Medium', Arial, sans-serif;
	font-size: 17px;
	width: 100%;
	height: 42px;
	-webkit-appearance: none;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}


.quotation .form .submitBtn:hover {
	background-color: #73bdff;
}

/* Navigation */

#navigation {
	float: right;
	margin: 54px 0 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	position: relative;
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

#navigation ul li:first-child {
	margin-left: 0;
}

#navigation ul li a {
	display: inline-block;
}

#navigation ul li:hover,
#navigation ul li.Parent,
#navigation ul li.Current {
	color: #04529d;
}

#navigation ul li ul {
	display: none;
	text-align: left;
	position: absolute;
	left: 0;
	padding-top: 6px;
	min-width: 100%;
	border-bottom: 4px solid #00448d;
	text-transform: capitalize;
}

#navigation ul li ul li {
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	background: #04529d;
}

#navigation ul li ul li a {
	display: block;
	padding: 6px 10px;
	line-height: 1.2;
	text-transform: capitalize;
	white-space: nowrap;
	color: #fff;
}

#navigation ul li ul li:hover {
	background-color: #2862b0;
}

#navigation ul li:hover ul {
	display: block;
}

/* Slider */

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);	
}

#slider .slides li .section {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	height: 500px;
	width: 100%;
	text-align: right;
}

#slider .slides li .section .inner {
	display: table-cell;
	vertical-align: middle;
}

#slider .slides li .section .overlay {
	display: inline-block;
	text-align: left;
	background: #fff;
	background: rgba(255,255,255,0.8);
	font-size: 22px;
	color: #04529d;
	line-height: 1.1;
	width: 540px;
}

#slider .slides li .section .overlay ul {
	margin: 0;
	padding: 5px 24px;
}

#slider .slides li .section .overlay ul li {
	position: relative;
	margin: 15px 0;
	padding: 0 0 0 23px;
	list-style: none;
}

#slider .slides li .section .overlay ul li:after {
	content: "\2714";
	position: absolute;
	left: 0;
	top: 0;
}

#slider .slides .owl-nav.disabled {
	display: block;
}

#slider .slides .owl-prev,
#slider .slides .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	width: 62px;
	height: 62px;
	background: url(../images/slider-arrows.png) no-repeat left top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-ms-behavior: url(/backgroundsize.min.htc);
	text-indent: -9999em;
}

#slider .slides .owl-prev {
	background-position: left top;
	left: 1.210526315789474%;
}

#slider .slides .owl-next {
	background-position: left bottom;
	right: 1.210526315789474%;
}

/* Content */

#content .section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Info */

#info {
	background: #f2f2f2;
	padding-top: 30px;
	padding-bottom: 30px;
}

#info .title {
	font-size: 20px;
	color: #04529d;
}

#info .news {
	float: left;
	width: 48.33333333333333%; /* 580px */
	font-size: 15px;
	color: #595959;
}

#info .news ul {
	margin: 0 0 21px;
	padding: 2px 22px;
	background: #fff;
	line-height: 1.5;
}

#info .news ul li {
	margin: 0;
	padding: 14px 0;
	list-style: none;
	border-top: 1px dashed #04529d;
}

#info .news ul li:first-child {
	border-top: 0;
}

#info .news ul li a {
	display: block;
}

#info .news ul li a span {
	display: block;
	font-size: 17px;
	color: #04529d;
}

#info .projects {
	float: right;
	width: 48.33333333333333%; /* 580px */
}

#info .projects ul {
	margin: 0 0 21px -39px;
	padding: 0;
}

#info .projects ul li {
	margin: 0 -5px 0 0;
	padding: 0 0 0 39px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

#info .projects ul li a {
	display: block;
	overflow: hidden;
}

#info .projects ul li img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}

#info .projects ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.StoryPanel {
	margin: 0;
	padding: 14px 0;
	list-style: none;
	border-top: 1px dashed #04529d;
}
.StoryPanel.First {
	border-top: 0;
}
.StoryPanel .StoryName {
	font-size: 20px;
	color: #04529d;
}
.StoryDate {
	font-size: 12px;
	margin-bottom: 10px;
}
/* Footer */

#footer {
	background: #595959;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#footer .section {
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer #links ul {
	margin: 0 0 10px;
	padding: 0;
	font-size: 0;
}

#footer #links ul li {
	margin: 0 0 0 0;
	padding: 0 8px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	border-left: 2px solid #fff;
	height: 13px;
	font-size: 15px;
	line-height: 11px;
}

#footer #links ul li:first-child {
	border-left: 0;
}

#footer #links ul li ul {
	display: none;
}

#footer .copyright {
	margin: 0;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 9px; 
	top: 12px;
	width: 32px;
	outline: none;
	z-index: 1;
}

#menuBtn span {
	display: block;
	height: 4px;
	margin-bottom: 5px;
	background: #595959;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#mm-navigation {
	text-align: left;
}

#mm-navigation ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

#mm-navigation ul li.Current {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

#mm-navigation *:after, #mm-navigation *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#mm-navigation .mm-listview img {
	display: block;
	width: 100%;
}

#mm-navigation .mm-listview p span {
	display: block;
}

#mm-navigation .mm-listview li.color01 a,
#mm-navigation .mm-listview li.color02 a,
#mm-navigation .mm-listview li.color03 a,
#mm-navigation .mm-listview li.color04 a {
	padding-left: 10px;
	color: #fff;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}

label.error {
	color: #BD141B;
	display: block;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.grecaptcha-badge {
	z-index: 999!important;
}