@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Audiowide);

* {
	box-sizing:border-box;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	-webkit-appearance:none;
	border-radius:0;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#000;
}
body p,ul,li.ol {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	margin:15px 0;
	color:#ddd;
	font-size:18px;
}
body .heading1,.heading2,.heading3,.heading4 {
	font-family: 'Audiowide', cursive;
}

a:link {
	text-decoration:none;
	color:inherit;
}
a:hover {
	text-decoration:none;
	color:#ed1c24;
}
a:active {
	text-decoration:none;
	color:inherit;
}
a:visited {
	text-decoration:none;
	color:inherit;
}

.heading1 {
	font-size:60px;
}
.heading2 {
	font-size:48px;
}
.heading3 {
	font-size:36px;
}
.heading4 {
	font-size:24px;
}
.heading5 {
	font-size:21px;
}
.heading6 {
	font-size:14px;
}


/*--containers--*/
.wrapper {
	width:100%;
	height:100%;
	position:relative;
	top:0;
	bottom:0;
	right:0;
	left:0;
}

header {
	clear:both;
	width:100%;
	height:150px;
	padding:0;
	margin:0;
	background:url(../images/bg-pattern1.jpg) repeat-x center #000;
	overflow:hidden;
	border-bottom:3px solid #ed1c24;
	position:relative;
	z-index:200;
}
footer {
	width:100%;
	height:148px;
	margin:0;
	padding:50px 0;
	position:relative;
	border-top:2px solid #ed1c24;
}
footer .content {
	width:90%;
	max-width:1200px;
	position:absolute;
	right:0;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.content {
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.content .phone-no {
	position:absolute;
	top:0;
	right:0;
	font-family: 'Audiowide', cursive;
	font-size:18px;
	color:#ed1c24;
}

.container-home {
	width:100%;
	height:calc(100vh - 150px);
	margin:0;
	padding:0;
	position:relative;
	background:url(../images/banners/range-red.jpg) no-repeat center fixed;
	background-size:cover;
	overflow:hidden;
}
.container-home .content {
	position:absolute;
	right:0;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.container-services {
	width:100%;
	height:100vh;
	margin:0;
	padding:100px 0;
	background:url(../images/banners/lead.jpg) no-repeat center fixed #000;
	background-size:cover;
	position:relative;
}
.container-services .content {
	position:absolute;
	right:0;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.container-services .arrow-down-white {
	transform:rotate(-45deg);
}

.container-pattern {
	width:100%;
	height:auto;
	margin:0;
	padding:100px 0;
	background:url(../images/bg-pattern2.png) repeat fixed #000;
}

.container-white {
	width:100%;
	height:auto;
	margin:0;
	padding:100px 0;
	background:#fff;
}

.container-gallery {
	width:100%;
	height:400px;
	margin:20px 0;
	display:block;
}

.container-thanks {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../images/bg-pattern2.png) repeat;
}
.container-thanks .content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.container-subpage {
	width:100%;
	height:auto;
	margin:0;
	padding:50px 0;
}
.about {
	background:url(../images/banners/about.jpg) no-repeat center;
	background-size:cover;
}
.services {
	background:url(../images/banners/services.jpg) no-repeat center;
	background-size:cover;
}
.gallery {
	background:url(../images/banners/gallery.jpg) no-repeat center;
	background-size:cover;
}
.contact {
	background:url(../images/banners/contact.jpg) no-repeat center;
	background-size:cover;
}


/*--cells--*/
.cell-1-2,.cell-1-3,.cell-2-3 {
	height:auto;
	float:left;
	margin:0;
	padding:0;
}
.cell-1-2 {
	width:50%;
}
.cell-1-2 img {
	width:100%;
}

.cell-1-3 {
	width:33.33%;
}
.cell-2-3 {
	width:66.66%;
}

.cell-service-1,.cell-service-2,.cell-service-3 {
	width:calc(33.33% - 10px);
	height:auto;
	float:left;
	margin:0;
	padding:0 0 25px 0;
	background:rgba(0,0,0,0.8);
	box-shadow:0 1px 0 #000;
}
.cell-service-1:hover,.cell-service-2:hover,.cell-service-3:hover {
	box-shadow:0 1px 0 #ed1c24;
}
.cell-service-1 {
	margin-right:10px;
}
.cell-service-2 {
	margin:0 5px;
}
.cell-service-3 {
	margin-left:10px;
}

.cell-gallery {
    width: 100%;
    height: 300px;
    margin: 40px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid #222;
}
.cell-gallery:hover {
    border: 1px solid #ed1c24;
}
.cell-gallery img {
    height: 300px;
    width: auto;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.cell-gallery:hover img {
    opacity: 0.1;
}
.cell-gallery p {
    position: absolute;
    color: #fff;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
}
.cell-gallery:hover span {
    color: #ed1c24;
}


/*--navigation--*/
nav {
	width:auto;
	height:auto;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	right:0;
}
nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
nav li {
	font-family: 'Audiowide', cursive;
	font-size:16px;
	display:inline;
	color:#999;
	margin:0;
	padding:80px 0 20px 40px;
	font-weight:900;
}
nav li:hover {
	color:#ed1c24;
}

.navigation {
	list-style:none;
	background:#000;
	width:320px;
	height:100%;
	position:absolute;
	top:133px;
	right:0px;
	bottom:0;
	z-index:100;
	transition:all .2s ease;
	display:none;
	box-shadow:-3px 0 3px rgba(0,0,0,0.1);
}
.nav-item {
	font-family: 'Audiowide', cursive;
	font-size:16px;
	font-weight:900;
	width:100%;
	padding:20px;
	margin:0;
	color:#999;
	border-bottom:1px solid #999;
}
.nav-item:hover {
	color:#ed1c24;
	border-bottom:1px solid #ed1c24;
}
.menu {
	width:auto;
	height:auto;
	margin:0;
	padding:10px;
	background:#000;
	color:#ed1c24;
	display:none;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	right:0;
	font-family: 'Audiowide', cursive;
}
.navigation-social {
	margin:20px;
}
.current {
	color:#ed1c24;
}


/*--form--*/
label {
	display:none;
}
placeholder {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#999;
}
.textbox,.textarea,.captcha {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#fff;
	border:none;
	outline:none;
	-webkit-appearance:none;
	border-radius:0;
	background:rgba(0,0,0,0.5);
	padding:10px;
}
.textbox:hover,.textarea:hover,.captcha:hover {
	background:rgba(0,0,0,0.8);
	box-shadow:0 1px 0 #ed1c24;
}
.textbox,.captcha {
	width:calc(100% - 5px);
	height:40px;
	margin:0 0 5px 0;
}
.textarea {
	width:100%;
	height:131px;
	margin:0;
}

.captcha {
    position: relative;
    overflow: hidden;
    margin: 0;
}
.captcha img {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0 10px 0 0;
    -webkit-transform:transformY(-50%);
    transform: translateY(-50%);
    width: 80px;
}
.captchabox {
    position: absolute;
    top: 10px;
    left: 80px;
    margin: 0;
    padding: 0 0 0 10px;
    background: rgba(0,0,0,0);
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#fff;
	border:none;
	outline:none;
	-webkit-appearance:none;
	border-radius:0;
}


/*--objects--*/
.logo {
	width:auto;
	height:100px;
	margin:20px 0;
}

.icon-social {
	width:40px;
	height:40px;
	background:#ed1c24;
	border-radius:40px;
	margin:0 5px;
	display:inline-block;
}
.icon-social:hover {
	background:#fff;
}

.icon-service {
	width:100px;
	height:auto;
}

.icon-large {
	width:200px;
	margin:0 auto;
}

.icon-beard {
	width:40px;
	height:40px;
	float:right;
	margin:10px 0;
	opacity:0.2;
}

.rule-dashed-white {
	width:50%;
	height:2px;
	border-bottom:1px dashed #fff;
	margin:25px auto;
}
.rule-red {
	width:auto;
	height:3px;
	margin:25px 0;
	border-bottom:3px solid #ed1c24;
}

.arrow-down-white {
	width:20px;
	height:20px;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin:50px auto 0 auto;
}

.btn-submit,.btn-black,.btn-back {
	width:100%;
	height:40px;
	margin:0;
	padding:10px;
	text-align:center;
	font-weight:700;
}
.btn-submit {
	color:#fff;
	background:#ed1c24;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
    font-size: 18px;
}
.btn-submit:hover {
	background:#000;
	color:#ed1c24;
    cursor: pointer;
}
.btn-black,.btn-back {
	color:#ed1c24;
	background:#000;
}
.btn-black:hover,.btn-back:hover {
	color:#fff;
	background:#ed1c24;
}
.btn-back {
	width:auto;
	display:inline-block;
}

.thumb-gallery {
	width:calc(20% - 2px);
	height:auto;
	float:left;
	margin:1px;
	opacity:0.3;
}
.thumb-gallery:hover {
	opacity:1;
}


/*--modifiers--*/
.white {
	color:#fff;
}
.red {
	color:#ed1c24;
}
.black {
	color:#000;
}
.grey {
	color:#999;
}

.heading-about,.heading-services,.heading-work {
	width:auto;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding:50px 0;
}
.heading-about {
	background:url(../images/icons/target-red.png) no-repeat center;
	background-size:contain;
}
.heading-services {
	background:url(../images/icons/sprockets-red.png) no-repeat center;
	background-size:contain;
}
.heading-work {
	background:url(../images/icons/sprockets-black.png) no-repeat center;
	background-size:contain;
}

.title-service {
	font-family: 'Audiowide', cursive;
	font-size:24px;
	color:#ed1c24;
}

.text-shadow {
	text-shadow:0px 0px 7px rgba(0,0,0,0.7);
}

strong {
	font-weight:900;
}

.ftlt {
	float:left;
}
.ftrt {
	float:right;
}
.clear {
	clear:both;
}

.mrg-rt {
	margin-right:5px;
}
.mrg-lt {
	margin-left:5px;
}
.pdg-rt {
	padding-right:20px;
}
.pdg-lt {
	padding-left:20px;
}

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.justify {
	text-align:justify;
}
.vh-center {
	text-align:center;
	position:absolute;
	top:50%;
	right:0;
	left:0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.valign-t {
	vertical-align:top;
}
.valign-m {
	vertical-align:middle;
}
.valign-b {
	vertical-align:bottom;
}


/*--media queries--*/
@media (max-width:1024px)
{

}

@media (max-width:960px)
{
	nav {
		display:none;
	}
	.menu {
		display:block;
	}
}

@media (max-width:800px)
{
	.container-home {
		background:url(../images/banners/range-redx800.jpg) no-repeat center;
		background-attachment:inherit;
		background-size:cover;
	}
}

@media (max-width:700px)
{
	.cell-1-3,.cell-2-3 {
		width:100%;
	}
	
	.thumb-gallery {
		width:calc(33.33% - 2px);
	}
	.container-gallery {
		height:250px;
	}
	
	.cell-service-1,.cell-service-2 {
		width:calc(50% - 5px);
	}
	.cell-service-1 {
		margin:0 5px 0 0;
	}
	.cell-service-2 {
		margin:0 0 0 5px;
	}
	.cell-service-3 {
		width:100%;
		margin:10px 0;
	}
	.icon-service {
		width:60px;
		height:60px;
	}
}

@media (max-width:600px)
{
	p,ul,li,ol {
		font-size:16px;
	}
	.heading1 {
		font-size:48px;
	}
	.heading2 {
		font-size:36px;
	}
	.heading3 {
		font-size:24px;
	}
	.heading4 {
		font-size:21px;
	}
	.heading5 {
		font-size:18px;
	}
	.heading6 {
		font-size:14px;
	}
	
	.navigation {
		top:128px;
		width:100%;
		text-align:center;
	}
	
	.content .phone-no {
		display:none;
	}
	
	.container-home {
		background:url(../images/banners/range-redx600.jpg) no-repeat center;
		background-attachment:inherit;
		background-size:cover;
	}
	
	.cell-1-2 {
		width:100%;
	}
	.cell-1-2 .pdg-rt,.pdg-lt {
		padding:0;
	}
	
	.textbox {
		width:100%;
	}
}

@media (max-width:500px)
{
	.logo {
		width:70%;
		height:auto;
		margin:20px 0;
	}
	
	.container-about,.container-white,.container-services,.container-pattern {
		padding:50px 0;
	}
	
	.container-services {
		height:auto;
	}
	.container-services .content {
		position:relative;
		top:auto;
		-webkit-transform:none;
		transform:none;
	}
	.cell-service-1,.cell-service-2,.cell-service-3 {
		width:100%;
		height:auto;
		margin:5px 0;
		padding:10px;
	}
}

@media (max-width:414px)
{
	p,ul,li,ol {
		font-size:14px;
	}
	.heading1 {
		font-size:36px;
	}
	.heading2 {
		font-size:24px;
	}
	.heading3 {
		font-size:21px;
	}
	.heading4 {
		font-size:18px;
	}
	.heading5 {
		font-size:16px;
	}
	.heading6 {
		font-size:12px;
	}
	
	header {
		height:100px;
	}
	.container-home {
		height:calc(100vh - 100px);
	}	
	.logo {
		margin:10px 0 0 0;
	}
	.icon-large {
		width:100px;
	}
	.navigation {
		top:99px;
		margin:0;
	}
	
	.thumb-gallery {
		width:calc(50% - 2px);
	}
}

@media (max-width:320px)
{
	header {
		height:85px;
	}
	.container-home {
		height:calc(100vh - 85px);
	}
	.navigation {
		top:84px;
	}
}