﻿/***** 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;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.header {
    margin: auto 0;
    width: 100%;
    background-image: repeating-linear-gradient(to top right, #7C7C7C , #000 );
    padding: 0px;
	display: flex;
	height: 150px;
}

.head-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
	
	
}

.logo {
  
    display: block;
    position: relative;
    padding-top:15px ;
	padding-bottom: 15px;
    background: #ffc425;
    box-shadow: inset 0px 9px 12px -9px rgba(255,255,255,0.5);
    transition: ease all .3s;
	


}
.logo .logo a {
	overflow:visible; 
}

.logo:after{
    content: "";
	display:block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: -48px;
    background: #ffc425;
    transform: skew(-25deg, 0deg);
    z-index: 1;
    box-shadow: inset 0px 9px 12px -9px rgba(255,255,255,0.5);
 	border-right: #fff solid 3px;
	
	
}
.logo img {
    display:block;
    position: relative;
	max-width: 65%;
	padding-top: 20px;
	min-width: 30%!important;
	margin: 0 auto;
	z-index: 4;
	
}



.right-text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
	text-align: right;
    
}
.right-text a {
    color: #fff !important;
    padding-left: 2px;
}

.right-text img {
    width: 18px;
    display: inline;
    vertical-align: baseline;
    padding-right: 5px;
}
.fc-yellow {
	color:#ffc425;
}
/*---BODY--------------------------------*/




/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color: white;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:20px; color:#B5B5B5; float: left; width: 49%; margin-top:50px; }

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:white;}

.divfooter { width: 100%;  margin:0 auto; height: 200px;}
.bottom-logo{float:left; width: 35%; margin: 50px 0px 10px 40px;} 
.footer {
    width: 100%;
    margin: 0;
     background: #000;
   
}
.bottom-logo img { width: 235px;}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.bottom-socials {
	float:left;
	margin-top: 50px;
}
.bottom-socials h1{
	font-size: 20px;
	font-weight:550;
	color: #B5B5B5;
	
}
.social-icons {display: inline-block; margin: 0 7px; color: #B5B5B5!important; font-size: 20px; }
.social-icons:hover {color:#ffc425!important; }
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.hs-btn.hs-highlighted {
    
   background-color: #ffc425 !important;
    color: 000 !important;
   
}

.hs-btn.hs-highlighted:hover {
  background-color: #4a4a4a !important;
    color: white !important;
}



.hs-btn {
	text-transform: uppercase!important;
}


/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1688px) {
    .right-text {
        font-size: 14px;
    }
}

@media only screen and  (max-width: 1300px) {
	.footertext{text-align: center;}
}
@media only screen and (max-width: 1100px) {
     .right-text {
       
        font-size: 15px;
        padding-top: 50px;;
		margin-left: 100px;
		text-align: left;
    }
	.bottom-socials h1{
	font-size: 16px;
	font-weight:550;

	
}
.social-icons { margin: 0 7px;  font-size: 16px; }
.footertext{font-size:16px;}
}

@media only screen and (max-width: 995px) {
    .bottom-logo{width: 100%;} 
	.bottom-logo img{width: 300px;}
	.bottom-socials {width:100%; margin-top: 30px!important;}
	.footertext {width:100%; margin-top: 20px!important;}
	.divfooter {height: 320px; text-align: center;}
}

@media screen and (max-width: 978px)  {
    .head-wrap {
        width: 90%;
    }
    .divfooter {
        width: 85%;
    }
}

@media only screen and (max-width: 900px) {
    .head-wrap {
        display: inline;
        margin: 0 15px;
    }
   
    .logo {
        width: 100%;
    }
}
@media only screen and (max-width: 700px) {
    .right-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 570px) {
    .right-text {
        display: none;
    }   
	.bottom-logo img{width: 200px;}
}
@media only screen and (max-width: 336px) { 
    .head-wrap {
        padding-bottom: 20px;
    }
    
	.logo img {width: 100px;}
}



