/* General Reset */
body{
	margin:0;
	color:#000;
	font: 16px/24px 'Open Sans', sans-serif;
	background:#fff;
}
img{border-style:none;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% 'Open Sans', sans-serif;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q{quotes: none;}
q:before,
q:after {content: '';}
a {
	color:#000;
	text-decoration:none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover {color: #3779a0;}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
*:after,
*:before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* General settings */
.navbar-brand{
	width: 245px;
	height: 51px;
	background: url(../images/logo.png) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
}
.bg-img{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.bg-img img{
	display: none;
}
.title{
	font-size: 30px;
	line-height: 1.2;
	font-weight: 800;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.title:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	height: 5px;
	width: 100%;
	margin-top: 11px;
}
#main{
	height: 100%;
}
/*visual*/
.visual{
	margin-bottom: 106px;
}
/*header*/
#header{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
}
#header.scrolled .bottom{
	padding: 25px 0;
	border-bottom: 1px solid #404041;
}
#header .top{
	padding: 6px 0;
	background: #404041;
}
#header .top ul{
	padding: 0;
	margin: 0 -20px;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
#header .top li{
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	padding: 0 20px;
	color: #fff;
	font-size: 12px;
	line-height: 1.583333333333333; 
}
#header .top li a:before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 19px;
	margin-right: 10px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
#header .top li.telephone a:before{
	background: url(../images/ico-phone.png) 50% 50% no-repeat;
	margin-right: 8px;
}
#header .top li.email a:before{
	width: 19px;
	height: 14px;
	vertical-align: middle;
	margin-top: -3px;
	background: url(../images/ico-mail.png) 50% 50% no-repeat;
}
#header .bottom{
	-webkit-transition: padding .35s;
	-moz-transition: padding .35s;
	-ms-transition: padding .35s;
	-o-transition: padding .35s;
	transition: padding .35s;
	color: #404041;
	font-weight: 800;
	padding: 50px 0;
	text-transform: uppercase;
	background: #fff;
}
#header .bottom ul{
	margin: 27px -23px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	list-style: none;
}
#header .bottom li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.333333333333333;
	padding: 0 23px;
}
#header a{
	text-decoration: none;
	color: inherit;
}
#header .nav>li>a{
	padding: 0;
	outline: none;
}
#header .nav a:hover , #header .top a:hover ,#header .nav a:active , 
#header .nav a:focus , #header .top a:active , #header .top a:focus , 
a:focus , #footer .copy a:hover , #footer .copy a:active , #footer .copy a:focus{
	background-color: transparent;
	outline: none;
	outline-offset: 0;
}
#header .bottom li.active a , #header .nav a:hover , 
#header .top li a:hover , #footer p a:hover{
	color: #ed2024;
}
#header .navbar-brand{
	float: right;
}
.open-menu{
	display: none;
}
/*single-slider*/
.single-slider{
	list-style: none;
	padding: 0;
	margin: 0;
}
.single-slider li{
	outline: none;
	position: relative;
}
.single-slider li figure{
	margin: 0;
	font-size: 16px;
	line-height: 1.375;
	font-weight: 400;
	color: #404041;
	text-align: center;
}
.single-slider li figure .bg-img{
	min-height: 540px;
}
.single-slider li figcaption{
	padding: 15px 40px;
	background: rgba(255,255,255,.7);
	position: absolute;
	bottom: 56px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 552px;
}
.single-slider li figcaption h2{
	font-size: 20px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 6px;
}
.single-slider li figcaption p{
	margin: 0;
}
.slick-dots{
	margin: 17px 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: none;
	width: 10px;
	height: 10px;
	background: #404041;
	border-radius: 50%;
}
.slick-dots li.slick-active button{
	background: #ed2024;
}
/*information*/
.information{
	margin-bottom: 102px;
	color: #404041;
}
.information .title{
	color: #404041;
}
.information .title:after{
	background: #404041;
}
.information p{
	margin: 0 0 24px;
}
/*services*/
.services{
	padding: 60px 0;
	color: #fff;
	background: #404041;
}
.services .title:after{
	background: #fff;
}
.services p{
	margin: 0 0 24px;
}
.services ul{
	padding-left: 18px;
	margin: 0 0 24px;
}
.services dl{
	color: #ed2124;
	margin-bottom: 30px;
}
.services dt{
	font-weight: 400;
}
.services dd{
	margin: 0;
}
/*accordion*/
.services .panel-group{
	color: #fff;
	width: 362px;
	float: right;
	margin-top: 78px;
}
.services .panel-group .panel{
	border: none;
	border-radius: 0;
	margin-bottom: 29px;
	background: none;
}
.services .panel-default>.panel-heading{
	border-radius: 0;
	border: none;
	background-color: #ed2024;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.1;
	position: relative;
}
.services .panel-default>.panel-heading a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 15px 5px;
	text-align: left;
}
.services .panel-default>.panel-heading a.collapsed:after{
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: top;
	right: 19px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/ico-arrow.svg) 50% 50% no-repeat;
	width: 13px;
	height: 21px;
}
.services .panel-default>.panel-heading a:after{
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: top;
	right: 19px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	background: url(../images/ico-arrow.svg) 50% 50% no-repeat;
	width: 13px;
	height: 21px;
	-webkit-transition: transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
}
.services .panel-default>.panel-heading+.panel-collapse>.panel-body{
	border: none;
	padding: 31px 0 0;
	background: transparent;
}
.services .panel-body p{
	margin: 0 0 12px;
}
/*gallery*/
.gallery{
	padding: 127px 0 59px;
}
.gallery .row{
	margin: 0 -9px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.gallery .item{
	display: inline-block;
	vertical-align: top;
	padding: 0 9px 18px;
	float: none;
}
.gallery .bg-img{
	width: 100%;
	height: 0;
	padding-top: 74.58%;
}
/*companies*/
.companies{
	padding: 56px 0 96px;
	color: #404041;
}
.companies .title{
	color: #404041;
	margin-bottom: 11px;
}
.companies .title:after{
	background: #404041;
}
.companies figure{
	margin: 0 0 40px;
}
.companies figure .bg-img{
	width: 102%;
	height: 0;
	padding-top: 76.2%;
	margin-bottom: 12px;
}
.companies figure h4{
	font-size: 16px;
	line-height: 1.67;
	font-weight: 800;
	color: #ed2124;
	text-transform: uppercase;
	margin: 0;
}
.companies address ul{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #404041;
}
.companies address ul li a{
	color: inherit;
	text-decoration: none;
}
.companies address ul li a:hover{
	color: #ed2124;
}
.companies p{
	margin: 0 0 24px 91px;
}
/*contact*/
.contact{
	padding: 61px 0 41px;
	background: #404041;
}
.contact .title{
	color: #fff;
	margin-bottom: 8px;
}
.contact .title:after{
	background: #fff;
}
.contact ul{
	padding: 0;
	margin: 0 0 25px;
	list-style: none;
	color: #fff;
	overflow: hidden;
}
.contact ul h4{
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}
.contact ul li a{
	color: inherit;
	text-decoration: none;
}
.contact ul li a:hover{
	color: #ed2124;
}
/*map*/
.map-section{
	width: 100%;
	height: 397px;
}
/*footer*/
#footer{
	padding: 21px 0;
	font-weight: 600;
	color: #404041;
}
#footer .copy{
	margin: 15px 0 0;
}
#footer .copy a{
	display: inline-block;
	vertical-align: top;
	padding: 0 29px;
	color: inherit;
	text-decoration: none;
	outline: none;
	outline-offset: 0;
}
#footer .footer-logo{
	float: right;
	background: url(../images/logo-footer.svg) 50% 50% no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 111px;
	height: 47px;
}
#footer .footer-logo a{
	display: block;
	height: 100%;
}
/*inner-page*/
.inner-page #main{
	height: calc(100vh - 140px);
}
/* media */
@media screen and (max-width: 991px){
	/* tablet */
	#header #main-nav{
		text-align: center;
	}
	#header .bottom{
		padding: 25px 0 22px;
	}
	#header.scrolled .bottom{
		padding: 15px 0 12px;
	}
	.single-slider li figcaption{
		padding: 15px;
	}
	.services .panel-group{
		width: 100%;
		margin-top: 0;
	}
	.gallery{
		padding: 30px 0 15px;
	}
	.companies p{
		margin-left: 0;
	}
	.companies figure .bg-img{
		width: 100%;
	}
	#header .row{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-flow: row;
		flex-flow: row;
	}
	#header .bottom ul{
		margin: 0 -5px;
		float: left;
	}
	#header .bottom li{
		padding: 0 5px;
		font-size: 15px;
	}
	#header .top ul{
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px){
	body{-webkit-text-size-adjust: none;}
	/* mobile */
	#header .top ul{
		margin: 0;
	}
	#header .top li a:before{
		padding-right: 0;
	}
	#header .top li{
		font-size: 0;
		line-height: 0;
	}
	#header .top li.telephone a:before , #header .top li.email a:before{
		margin-top: 0;
		vertical-align: middle;
		width: 20px;
		height: 19px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	#header .row{
		padding-left: 30px;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
	}
	/*mobile menu*/
	body.menu-opened {
		overflow: hidden;
	}
	#wrapper {
		height: auto;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		min-height: 100vh;
		margin: 0;
		padding-bottom: 0;
		position: relative;
	}
	.menu-opened #wrapper,
	.menu-opened #header {
		margin: 0;
	}
	.open-menu {
		display: block;
		font-size: 0;
		line-height: 0;
		width: 30px;
		height: 24px;
		padding: 0;
		z-index: 45;
		-webkit-transition: all .0s;
		-o-transition: all .0s;
		transition: all .0s;
		position: absolute;
		margin: 11px 0 11px 15px;
	}
	.open-menu span {
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 2px;
		margin-top: -2px;
		border-radius: 2px;
		background: #404041;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.open-menu span:nth-child(1) {
		margin-top: -12px;
	}
	.open-menu span:nth-child(3) {
		margin-top: 8px;
	}
	.menu-opened .open-menu span {
		margin-top: -2px;
	}
	.menu-opened .open-menu span:nth-child(1) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menu-opened .open-menu span:nth-child(2) {
		opacity: 0;
	}
	.menu-opened .open-menu span:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#main-nav {
		display: block;
		position: fixed;
		top: 100px;
		right: -100%;
		bottom: 0;
		width: 100%;
		z-index: 50;
		background: #fff;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		overflow-y: scroll;
	}
	#main-nav ul {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	#header #main-nav li {
		display: block;
		float: none;
		margin: 0 0 15px;
		padding: 0;
		font-size: 16px;
	}
	#main-nav ul li a {
		display: block;
		padding: 5px 10px 5px;
	}
	#main-nav ul li a:hover{
		color: #000;
	}
	.menu-opened #main-nav {
		right: 0;
	}
	.fader {
		display: block;
		opacity: 0;
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
		cursor: pointer;
	}
	.menu-opened .fader {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 40;
		opacity: .4;
		background: #000;
	}
	#header .bottom ul{
		margin: 27px 0;
	}
	/* /mobile menu*/
	#header .navbar-brand{
		display: block;
		margin: 0 auto;
		float: none;
		width: 195px;
		height: 40px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.single-slider li figure .bg-img{
		min-height: 200px;
	}
	.single-slider li figcaption{
		max-width: none;
		position: relative;
		bottom: 0;
		left: 0;
		transform: none;
	}
	.single-slider li figcaption h2{
		font-size: 17px;
	}
	.visual{
		margin-bottom: 40px;
	}
	.information{
		margin-bottom: 30px;
	}
	.services{
		padding: 30px 0;
	}
	.information p{
		margin-bottom: 15px;
	}
	.title{
		text-align: center;
		font-size: 20px;
	}
	.services .panel-default>.panel-heading{
		font-size: 16px;
	}
	.services .panel-default>.panel-heading a{
		padding: 5px;
	}
	.services .panel-default>.panel-heading+.panel-collapse>.panel-body{
		padding: 15px 0 0;
	}
	.services .panel-group .panel{
		margin-bottom: 15px;
	}
	.companies figure{
		text-align: center;
		margin-bottom: 15px;
	}
	.companies p{
		margin-bottom: 15px;
	}
	.companies{
		padding: 15px 0 30px;
	}
	.contact{
		text-align: center;
		padding: 15px 0;
	}
	.map-section{
		height: 300px;
	}
	#footer{
		text-align: center;
		padding: 15px 0;
	}
	#footer .row{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
	#footer .footer-logo{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}