body {
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "proxima-nova";
}

h1, h2, h3 {
	font-family: "eurostile";
}

a {
	color:#87171A;
}

.menud {
	color:#fff;
	margin:10px 0;
	padding:0;
	z-index: 100;
	position: absolute;
	width:100%;
}

.menu_toggle, .menu_lang {
	background:#000;
	padding:4px;
	display: block;
	line-height:130%;
	float:left;
	margin-right:10px;
	cursor: pointer;
	margin-left:0;
}

.menu_toggle .fa-times {
	display: none;
}

.menu_toggle .fa-bars {
	display:block;
}

.menu_toggle.on .fa-times {
	display: block;
}

.menu_toggle.on .fa-bars {
	display:none;
}

.menu_lang {
	position: absolute;
	right:0;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	background:rgba(50,50,50,.8);
	padding:2px 5px;
	top:0;
}


.menu_chain {
	padding:0px 4px;
	font-family: "eurostile";
	line-height:170%;
	margin-left:30px;
	display: none;
	overflow: hidden;
	max-height:22px;
}


.menu_chain a {
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	background:#000;
	padding:0px 30px;
	float:left;
	text-decoration: none;
}

.menu_chain a.on {
	color:#87171A;
}


.cycle {
	position: absolute;
	z-index: 0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow: hidden;
}
.cycle>div {
	width:100%;
	height:100%;
	background-size:cover;
	background-position: center center;
	display: block;
}

.banner {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display:block;
	overflow: hidden;
}

.cta, .footer {
	text-align: center;
}

.footer {
	border-top:2px solid #000;
	margin-top:50px;
	padding-top:20px;
	margin-bottom:100px;
	color:#87171A;
	font-family: "eurostile";
}

.footer .registration {
	width:30px;
	height:30px;
	position: absolute;
	background-image:url(/images/registration.png);
	background-size:contain;
	background-repeat: no-repeat;
	margin-top:-35px;
}

.top {
	width:40px;
	height:40px;
	position: absolute;
	background-image:url(/images/top.png);
	background-size:contain;
	background-repeat: no-repeat;
	right:0;
	top:-70px;
	cursor: pointer;
}

.cta {
	margin-top:100px;
}

.guts {
	padding:50px 0;
}




.logo {
	width:80%;
}

.down {
	width:5%;
	display: block;
	position: absolute;
	bottom:5%;
	left:50%;
	margin-left:-4%;
	cursor:pointer;
}

.black_bar {
	background:#000;
	position: absolute;
	bottom:0;
	padding:50px 0 90px 0;
	width:100%;
	color:#fff;
}

.black_bar h1 {
	font-size:5em;
	margin-top:0;
}



.page_services .logo {
	display: none;
}

.page_testimonials h1, .page_gallery h1 {
	font-size:5em;
}

.page_testimonials h3 {
	text-align: center;
	margin:40px 50px 0 0;
}

.page_testimonials b {
	display: block;
	text-align: center;
	margin-bottom:15px;
}

.page_testimonials p {
	margin-bottom:100px;
}

.binreg {
	width:18px;
	height:18px;
	background-image:url(/images/binreg.png);
	background-size:contain;
	background-repeat: no-repeat;
	margin-right:30px;
	display: inline-block;
}



h7 {
	border-bottom:1px solid #aaa;
	padding-bottom:5px;
	margin-bottom:10px;
	display: inline-block;
	font-family: "eurostile";
	min-width:100px;
}

.formy {
	border:1px solid #aaa;
	margin-bottom:25px;
	padding:5px 10px;
	display: flex;
	width:100%;
}

textarea.formy {
	height:200px;
}

.formy.submit {
	background:#000;
	color:#fff;
	text-align: center !important;
	border:none;
	display: block;
} 


.card {
	color:#fff;
	margin-bottom:30px;
	cursor: pointer;
}

.card .front, .card .back {
	background:#000;
	padding:30px;
	text-align: center;
	height:100%;
	
}

.card h2 {
	margin-top:50px;
}



.page_gallery .row {
	margin-bottom:50px;
}

.galspot {
	height:170px;
	padding:0;
}

.thumb {
	height:100%;
	width:100%;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	display: block;
	background-size:cover;
	background-position: center center;
	cursor: pointer;
}

.mask {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.85);
	display: none;
	z-index: 300;
}

.mask .inner {
	position: absolute;
	top:2%;
	left:2%;
	right:2%;
	bottom:2%;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.mask .lft, .mask .rgt {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width:10%;
	cursor: pointer;
	background-image:url(images/left.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size:30%;
}

.mask .rgt {
	left:auto;
	right:0;
	background-image:url(images/right.png);
}


@media only screen 
  and (max-width: 768px) {
.menu_chain {
	overflow: auto;
	height:auto;
	max-height:none;
}

.menu_chain a {
	display: block;
	float:none;
	width:80%;
	padding:10px 0;
	margin-bottom:1px
}


}