﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.exit-click {
  pointer-events: none;
}

.mobile.open ~ .exit-click {
  pointer-events: auto;
}
/*-------- BODY STYLES --------*/
html {
  scroll-behavior: smooth;
}

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}



.sheepman-light {
	font-family: "sheepman", serif;
	font-weight: 300;
	font-style: normal;
}
.sheepman-light-slanted {
	font-family: "sheepman", serif;
	font-weight: 300;
	font-style: italic;
}
.sheepman-reg {
	font-family: "sheepman", serif;
	font-weight: 400;
	font-style: normal;
}
.sheepman-bold {
	font-family: "sheepman", serif;
	font-weight: 700;
	font-style: normal;
}
.termina-reg {
	font-family: "termina", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.termina-med {
	font-family: "termina", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.termina-demi {
	font-family: "termina", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.termina-bold {
	font-family: "termina", sans-serif;
	font-weight: 700;
	font-style: normal;
}



.blue-bg {
	background-color: #038091;
}
.blue {
	color: #038091;
}
.black {
	color: #000000;
}
.black-bg {
	background-color: #000000;
}
.white {
	color: #fff;
}
.grey-bg {
	background-color: #F0F0F0
}

.capitalize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}


.marg {
	margin: 0 auto!important;
}
.wid95 {
	width: 95%;
}
.wid90 {
	width: 90%;
}
.wid85 {
	width: 85%;
}
.wid80 {
	width: 80%;
}
.wid75 {
	width: 75%;
}
.wid70 {
	width: 70%;
}



.logo img {
    max-width: 100%;
}



.breadcrumbs {
    display: flex;
    font-size: 15px !important;
    color: #403f3b !important;
    padding: 4% 0 5%;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    letter-spacing: 0.05em;
    gap: 10px;
}
.breadcrumbs a {
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    border: solid 1px #eee;
    background: #fff;
    color: #403f3b;
    font-size: 15px !important;
}


a.blue {
    border: none;
    padding: 10px 35px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
	font-family: "sheepman", serif;
	background-color: #038091;
}

.long-gray-btn a {
    background-color: #313131;
    padding: 9px 0 9px 15px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
	transition: all .2s ease-in-out;
}
.long-gray-btn a:hover {
    background-color: #707070;
	padding: 9px 0 9px 20px;
	transition: all .2s ease-in-out;
}
.long-gray-btn a:hover i {
    background-color: #707070;
	margin-left: 45px;
	transition: all .2s ease-in-out;
}
.long-gray-btn i {
    border: 1px solid #707070;
    padding: 11px;
    width: 20px;
    text-align: center;
    margin-left: 50px;
    background-color: #131313;
	transition: all .2s ease-in-out;
}

.click a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drpdown {
  display: none;
}

.click.active .drpdown {
  display: block;
}


/*--- HEADER STYLES ---------------------*/
header {}

.top-links.black-bg {
    display: flex;
    justify-content: flex-end;
    padding-right: 100px;
    border-bottom: 1px solid #707070;
	align-items: center;
}
.top-phone {
    border-left: 1px solid #707070;
    padding: 8px 25px 8px 25px;
    border-right: 1px solid #707070;
	letter-spacing: 1px;
}
.top-addy {
    padding: 8px 25px 8px 25px;
}
.top-addy i {
    margin-right: 10px;
}
.top-phone a {
    color: #03A8BE;
}

/*---BODY--------------------------------*/

.click > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.click > a i {
  margin-left: 10px;
}

.hero {
	background-image: url("../siteart/hero-bg.png");
    height: 670px;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
    width: 100%;
    max-width: 100%;
}
.hero-text {
    text-align: right;
    background-color: #0000008c;
    padding: 50px 100px 50px 150px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.hero-text h1 {
    font-size: 75px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.hero-text h2 {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.head-logo img {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 100px;
	margin-top: 55px;
    z-index: 10;
}
.home-about {
    padding: 100px 0;
}
.home-about-col h4 {
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    margin-bottom: 25px;
}
.home-about-col h3 {
    font-size: 45px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.home-about-col p {
    font-size: 14px;
    line-height: 32px;
}
.home-about .wid80.marg {
    display: flex;
    align-items: center;
    gap: 6vw;
}
.about-lefty {
    flex: 3;
}
.about-righty {
    flex: 2;
}
.equip-btns-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
a.btn-equip {
    background-color: #fff;
    padding-left: 25px;
    font-size: 18px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	border: 1px solid #E1E1E1;
	transition: all .2s ease-in-out;
}
a.btn-equip i {
    background-color: #E1E1E1;
    padding: 17px 18px;
    float: right;
    font-size: 16px;
	transition: all .2s ease-in-out;
}
a.btn-equip:hover {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
	transition: all .2s ease-in-out;
}
a.btn-equip:hover i {
    background-color: #03a8be;
    color: #fff;
	transition: all .2s ease-in-out;
}

section.manus-wrap {
    padding-bottom: 50px;
}

.home-contact-wrap .wid80.marg {
    display: flex;
    align-items: center;
	gap: 8vw;
}
.contact-col {
    flex: 1;
	padding: 100px 0;
}
.contact-col-txt h3 {
    font-size: 45px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.contact-col-txt p {
    font-size: 14px;
    line-height: 32px;
}
.contact-col-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}
.contact-col-btns i {
    color: #fff;
    background-color: #131313;
    padding: 27px;
    width: 100px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tough-gear {
	background-image: url("../siteart/ad-toughGear.jpg");
    background-size: cover;
    height: 310px;
    display: flex;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    align-items: center;
	background-color:#000;
}
.tough-gear h4 {
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 800;
	text-align: center;
	margin: 50px;
}


.contact-wrap {
	background-image: url("../siteart/thankyou-bg.jpg");
    height: 800px;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
    width: 100%;
    max-width: 100%;
}
.col-text-wrap {
	text-align: left;
    background-color: #0000008c;
    padding: 50px 100px 50px 150px;
    position: absolute;
    left: 0;
}
.col-text-wrap h1 {
    font-size: 45px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.col-text-wrap p {
    font-size: 14px;
    line-height: 32px;
}
.ty-btns {
    margin-top: 25px;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ty-btns a {
    margin: 5px;
}



/*--------FORM STYLES--------------------*/



form.custom-form input, textarea, select {
    width: 100%;
    margin: 5px 0;
    padding: 14px;
    background: #fff;
    font-weight: 500;
    color: #000;
    font-family: "termina", sans-serif;
    box-sizing: border-box;
    box-shadow: none;
    letter-spacing: 1px;
    border: 1px solid #bbbbbb;
}
form.custom-form input, textarea, select::placeholder {
    font-size: 12px;
}
.flex {
    display: flex;
    gap: 10px;
}
.flex, textarea {
    display: flex;
    gap: 10px;
    width: 100%;
}
.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
	font-family: "termina", sans-serif;
	color: #fff;
    font-size: 13px;
}
.CaptchaWhatsThisPanel a {
    font-family: "termina", sans-serif;
    color: #000;
	font-size: 12px;
}
input#CaptchaAnswer {
    width: 200px;
}
form.custom-form {
    justify-items: center;
}
.custom-form h3 {
    font-size: 22px;
    text-transform: uppercase;
    justify-self: left;
    margin: 20px 0 5px 0;
}

a#continue {
    color: #fff;
    font-family: "sheepman", serif;
    font-size: 18px;
    padding: 10px 35px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
    border: #fff 1px solid;
    letter-spacing: 1px;
}
button.trace-btn {
    color: #fff;
    font-family: "sheepman", serif;
    font-size: 18px;
    padding: 10px 35px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
    border: #fff 1px solid;
    letter-spacing: 1px;
    background-color: #000;
}
div#captcha {
    justify-items: center;
}


/*-------- FOOTER STYLES ----------------*/
footer{}

.footer-wrap .wid80.marg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-col {
    display: flex;
    gap: 10vw;
    padding: 100px 0;
    line-height: 32px;
    font-size: 17px;
    letter-spacing: 1px;
}





/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 1300px) {
	.home-about .wid80.marg {
		flex-direction: column;
	}
	.about-righty {
		flex: 1;
		width: 100%;
	}
	.about-lefty {
		flex: 1;
	}
	.home-contact-wrap .wid80.marg {
		flex-direction: column;
		gap: 75px;
	}
	.contact-col {
		width: 100%;
		padding: 0;
	}
	.contact-col1 {
		padding-top: 100px;
	}
	.contact-col2 {
		padding-bottom: 100px;
	}
}
@media only screen and (max-width: 1229px) {
	.hero-text {
		padding: 75px 75px;
	}
	.hero-text h1 {
		font-size: 65px;
	}
	.col-text-wrap {
/*		width: -webkit-fill-available;*/
		text-align: center;
		padding: 50px;
		left: unset;
/*		height: -webkit-fill-available;*/
		align-content: center;
		height: 100%;
	}	
	.wrap-col.wrap-col-left {
		height: 100%;
		display: flex;
    	align-items: center;
	}
	.ty-btns {
		justify-content: center;
	}
}
@media only screen and (max-width: 900px) {
	.hero {
		align-items: center;
		height: 550px;
	}
	.hero-text {
        padding: 0 7% 15%;
        height: 100%;
        align-content: flex-end;
        width: 88%;
    }
	.hero-text h1 {
        font-size: 45px;
    }	
	.hero-text h2 {
		font-size: 15px;
		letter-spacing: 0;
	}
	.flex, textarea {
		display: flex;
		gap: 0;
		width: 100%;
		flex-direction: column;
	}
	.footer-wrap .wid80.marg {
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 30px;
		padding: 100px 0;
	}
	.foot-col {
		flex-direction: column-reverse;
		gap: 50px;
		padding: 0;
	}
	.top-links.black-bg {
		position: absolute;
		top: 0;
		z-index: 10;
		width: 100%;
		padding: 0;
	}
	.head-logo img {
		width: 130px;
	}
}
@media only screen and (max-width: 600px) {
	.contact-col-btns i {
		padding: 20px;
		font-size: 20px;
		width: 80px;
	}
	.tough-gear h4 {
		font-size: 18px;
	}
	.top-addy span {
		display: none;
	}
	.head-logo img {
        margin-left: 25px;
    }
}
@media only screen and (max-width: 500px) {
	.hero-text br {
		display: none;
	}
	.hero-text h1 {
        font-size: 30px;
    }
	.hero-text h2 {
        font-size: 14px;
        letter-spacing: 0;
    }
	.home-about-col h3, .contact-col-txt h3 {
		font-size: 30px;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
}






