html, body {
	background: #2A2F37;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
 	max-width: 100%;
    overflow-x: hidden;
	background: -moz-linear-gradient(top,  #1b1e23 0%, #1b1e23 5%, #2a2f37 50%, #2a2f37 51%, #1b1e23 95%, #1b1e23 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1b1e23 0%,#1b1e23 5%,#2a2f37 50%,#2a2f37 51%,#1b1e23 95%,#1b1e23 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1b1e23 0%,#1b1e23 5%,#2a2f37 50%,#2a2f37 51%,#1b1e23 95%,#1b1e23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1e23', endColorstr='#1b1e23',GradientType=0 ); /* IE6-9 */
}

html {
	overflow-x: hidden;
}

body {
	color: white;
	font-size: 18px;
	line-height: 1.2em;
	position: relative;
}


a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .096s ease-in-out; 
	-moz-transition: all .096s ease-in-out; 
	-o-transition: all .096s ease-in-out; 
	transition: all .096s ease-in-out;
}

a:hover {
	opacity: .6;
}

h2 {
	font-size: 60px;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: 'Changa One', cursive;
	font-size: 35px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	font-style: italic;
}

h4 {
	color: #FFCB07;
	font-size: 30px;
	line-height: 1.1em;
}

em, footer {
	color: #8C96A6;
}

em, p {
	line-height: 1.6em;
}

.wrap {
	max-width: 1272px;
	margin: 0 auto;
	width: 96%;
}

.wrap:after, .nav-wrap:after, .hero:after {
	clear: both;
	content: "";
	display: table;
}

.nav-wrap {
	margin: 32px 0;
	position: relative;
	z-index: 1;
}

.nav-wrap > * {
	float: left;
}

.logo {
	display: inline-block;
	width: 206px;
}

/*.accent {
	background: rgba(0,0,0,.45);
	height: 770px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.accent2 {
	background: rgba(0,0,0,.45);
	height: 800px;
	left: 0;
	position: absolute;
	right: 0;
	bottom: -40px;
	width: 100%;
}*/

.nav {
	display: block;
	left: 0;
	margin: 16px auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: auto;
}

.nav li {
	display: inline-block;
	margin-right: 24px;
}

.nav li:last-child {
	margin-right: 0;
}

.nav-contact {
	font-size: 20;
	line-height: 1.5em;
	float: right;
	text-align: right;
}

.hero {
	border-left: 1px dashed white;
	display: block;
	margin: 0 auto;
	padding: 0 0 0 6%;
	position: relative;
}

.hero img {
	width: 120%;
}

.hero-caption {
	border-left: 10px solid #FFCB07;
	bottom: 48px;
	color: white;
	display: block;
	left: -5px;
	margin-left: 6%;
	padding-left: 40px;
	position: absolute;
}

.hero-caption p, h3 {
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}

.left-col {
	flex: 0 0 30%;
}

.right-col {
	flex: 1;
}

.flex {
	display: flex;
	position: relative;
}

.margin-top {
	margin-top: 72px;
}

.margin-bottom {
	margin-bottom: 72px;
}

.specs {
	list-style: none;
	margin: 0 0 72px 0;
	padding: 32px 0 0 0;
}

.specs li {
	border-top: 1px solid #979797;
	padding: 24px 0;
}

.specs li p {
	margin: 0;
	padding: 0;
}

.specs li span {
	background: rgba(255,255,255,0.1);
	padding: 4px;
	border-radius: 16px;
	text-align: center;
	vertical-align: middle;
	float: right;
	margin-left: 24px;
	text-align: center;
	width: 100px;
	display: none;
}

.specs li span:after {
	clear: both;
	content: "";
	display: table;
}

.notice {
	background: rgba(0,0,0,.45);
	padding: 48px;
	text-align: center;
}

.left-col img, .right-col img {
	width: 100%;
}

.contact-box {
	padding-bottom: 5%;
	width: 90%;
	border-bottom: 1px dashed white;
}

#detail-services, #map-contact {
	display: block;
	height: 0;
}

img.icon {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	width: 80px;
}

footer p {
	font-size: .9em;
	position: relative;
	text-align: center;
}

/*responsive*/

@media all and (max-width: 900px) {
.nav {display: none;}
h2 {font-size: 50px;}
.flex {flex-wrap: wrap;}
.left-col, .right-col {flex: 100%;}
.right-col {margin-top: 72px;}
h3 {font-size: 30px;}
.accent {height: 100%;}
.accent2 {display: none;}
}

@media all and (max-width: 600px) {
.wrap {width: 90%;}
.specs li {padding: auto;}
.hero img {opacity: .4;}
.logo {width: 60%; margin: 0 20%;}
.nav-contact {text-align: center; margin-top: 32px; width: 100%;}
.hero h3 {font-size: 1.3em;}
h2 {font-size: 40px;}
h3 {font-size: 28px;}
footer {padding-bottom: 48px;}
}


