﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
        font-size: 30px;
        font-weight:700;
}
	h2 {
        font-size: 28px;
        font-weight:700;
}
	h3 {
        font-size: 24px;
        font-weight:700;
}
	h4 {
        font-size: 18px;
        font-weight:700;
}
	h5 {}
	h6 {}

p {
    font-size: 18px;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

.btn-black {
    font-family: 'Roboto Condensed', sans-serif;
    background:#000;
    color:#fff!important;
    text-align: center;
    padding:8px 10px;
    display: block;
    max-width: 350px;
    box-sizing: border-box;
    font-size:20px;
    font-weight: 700;
    outline:none;
    border:0;
    text-transform: uppercase;
    transition: .2s ease-in;
}
.btn-black i {
    color:#818285!important;
    margin:0 0 0 4px;
    transition: .2s ease-in;
}
.btn-black:hover {
    background:#818285;   
}
.btn-black:hover i {
    color:#fc0215!important;
}
.btn-black:hover i:first-child {
    margin:0 0 0 10px;
}
.btn-white {
    font-family: 'Roboto Condensed', sans-serif;
    background:#fff;
    border:2px solid #818285;
    color:#818285!important;
    text-align: center;
    padding:10px;
    display: block;
    max-width: 240px;
    box-sizing: border-box;
    font-size:20px;
    font-weight: 700;
    outline:none;
    text-transform: uppercase;
    transition: .2s ease-in;
}
.btn-white i {
    color:#fc0215!important;
    margin:0 0 0 4px;
    transition: .2s ease-in;
}
.btn-white:hover {
    background:#818285;  
     color:#fff!important;
}
.btn-white:hover i {
    color:#fff!important;
}
.btn-white:hover i:first-child {
    margin:0 0 0 10px;
}



/*===================== 
	header styles 
=======================*/

.head-search-wrap {
    background:#fc0215;
    width:100%;
    padding:20px 0;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);
    display: none;
}
.head-search-wrap input {
    font-family: 'Roboto Condensed', sans-serif;
}
.search-input {
    width:27%!important;
    background:#fff;
    padding:5px!important;
    border:0!important;
    outline:none;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 0px!important;
}
.search-btn-1 {
    width:14%!important;
    text-transform: uppercase;
    background:#000000!important;  
    color:#fff;
    text-align: center;
    padding:5px!important;
    display: block;
    box-sizing: border-box;
    font-size:15px!important;
    font-weight: 700;
    border:0!important;
    outline:none!important;
    box-sizing: border-box;
    cursor: pointer;
    transition: .2s ease-in;
    border-radius: 0px!important;
}
.search-btn-1:hover {
    background:#000!important;
}
.mobile-search-btn-1 {
    display: none;
}

.header-wrap {
	width: 100%;
	margin: 0;
	}

header {
	margin: 0 auto;
	max-width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px!important;
    box-sizing: border-box;
	}
.head-logo-1 img {
	max-width: 100%;
	height: auto;
	display: block;
}

/*head-info list*/
header ul {
    padding:0;
    margin:0;
}
header ul li {
    padding:5px 0;
    margin:0;
    list-style: none;
    text-align: right;
}
header ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    color:#fc0215!important;
    font-size: 20px;
    font-weight: 700;
}
header ul li a i {
    color:#000!important;
}
header ul li a:hover {
    color:#818285!important;
}
header ul li a span {
    margin:0 0 0 5px;
}


/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	width:100%;
	position:relative;
	background: #000;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
        max-width: 1100px;
        justify-content: space-around;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
                font-family: 'Roboto Condensed', sans-serif;
				color: #fff;
				font-size: 20px;
				text-decoration: none;
				padding: 10px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 700;
				}	
			nav.primary ul li a:hover {
				color:#fc0215;
				}
            nav.primary ul li a i {
                color:#fc0215;
            }
            nav.primary ul li a i:hover {
                color:#818285;
            }
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.wrap-sub-cat-1 {
    width:100%;
    display: flex;
    justify-content: space-around;
    padding:20px 0;
}
.wrap-sub-cat-1 a {
    position: relative;
    margin:20px 10px;
	background-color:#000000;
}
.wrap-sub-cat-1 a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .2s ease-in;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.19) 0%,rgba(0,0,0,0.79) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.19) 0%,rgba(0,0,0,0.79) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.19) 0%,rgba(0,0,0,0.79) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.19) 0%,rgba(0,0,0,0.79) 100%);    
}
.wrap-sub-cat-1 a img {
    max-width: 100%;
    height: auto;
    display: block;
}
.sub-cat-info-1 {
    z-index: 2;
    position: absolute;
    bottom:15%;
    right:0;
    text-align: left;
    width:90%;
}
.sub-cat-info-1 h3 {
    color:#fff;
    font-size: 20px;
    text-shadow: 0 0 5px #000;
    border-bottom: 10px solid #fc0215;
    padding-bottom: 10px;
    transition: .2s ease-in;
}
.sub-cat-info-1 p {
    color:#fff;
    font-size: 16px;
    text-shadow: 0 0 5px #000;
    padding-top: 10px;
}
.wrap-sub-cat-1 a:hover:after {
    background-color:rgba(0,0,0,0.3);
}
.wrap-sub-cat-1 a:hover .sub-cat-info-1 h3 {
    border-bottom: 10px solid #fff;
}
.about-wrap {
    width:100%;
    padding:50px 0;
}
.about-wrap .head-small {
   font-size: 20px; 
}
.contact-wrap {
    border-bottom:15px solid #fc0215;
    width:100%;
    padding-bottom: 30px;
}
.contact-wrap h1 {
    width:100%;
    color:#fc0215;
    padding:0 0 20px 0;
}
.contact-wrap .container-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-wrap ul {
    padding:10px 0;
    margin:0;
}
.contact-wrap ul li {
    padding:5px 0;
    margin:0;
    list-style: none;
    font-size: 20px;
    font-weight: 700;
}
.contact-wrap ul li span {
    color:#818285;
}
.contact-wrap ul li a {
    color:#818285;
}
.contact-wrap ul li a:hover {
    color:#fc0215;
}

/*===================== 
	slideshow styles 
=======================*/

.wrap-slider {
    width:100%;
    
}
.slider-hero-overlay {
    width:100%;
    height: auto;
}

.slider-hero-overlay .btn-black {
    margin:20px auto;
}
.hero-slide-cont-1 {
    width:100%;
    height: auto;
    position: relative;
	background-color:#000000;
}
.hero-slide-cont-1 img {
    width:100%;
    height: auto;
    display: block;
}
.hero-slide-overlay-1 {
    position: absolute;
    top:20%;
    left:0;
    right:0;
    margin:0 auto;
    text-align: center;
}
.hero-slide-overlay-1 .sml-text {
    font-size: 44px;
    font-weight: 700;
    padding:0 0 10px 0;
    color:#fff;
    text-shadow: 0 0 10px #000;
    display: block;
}
.hero-slide-overlay-1 .lg-text {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    color:#fff;
    padding:15px 0 0 0;
    text-shadow: 0 0 10px #000;
    display: block;
}
.hero-slide-overlay-1 .lg-text:before {
    position: absolute;
    content:"";
    width: 100%;
    max-width: 600px;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    border-top: 10px solid #fc0215;
}

.slick-dots {
    margin: 20px auto 5px auto;
    padding: 0;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
}
 .slick-dots li {
    margin:5px 0;
    padding:0;
    list-style: none;
}
.slick-dots li button {
    display: block;
    font-size: 0;
    width:14px;
    height: 14px;
    border-radius: 100%;
    border:0px;
    background:#000;
}
.slick-dots li button:hover {
    opacity: 0.7;
}
.slick-dots .slick-active button {
    background:#fc0215;
}


/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
    font-family: 'Roboto Condensed', sans-serif;
	
}

select {
	margin:0;
	padding:0;
}
.form-inline .search-btn-1 {
	max-width: 350px!important;
    width: 100%!important;
    font-family: 'Roboto Condensed', sans-serif;
    margin:0 auto;
}
.CaptchaImage {
  max-width: 100%;
}


.form-inline .button:hover {
    background: #000;

}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1100px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 700px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1100px;
	margin: 0 auto;
	padding:30px 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
    background:url("../siteart/foot-bg-1.jpg") no-repeat bottom center;
	background-color: #737373;
    background-size: 100%;
    background-attachment: fixed;
    border-top:15px solid #fc0215;
	}
footer .container-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-nav ul {
    padding:0;
    margin:0;
}
.foot-nav ul li {
    padding:3px 0;
    margin:0;
    list-style: none
}
.foot-nav ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 3px #000;
}
.foot-nav ul li a:hover {
    color:#fc0215;
}
.foot-logo-1 img {
    max-width: 360px;
    width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}

.foot-info-1 ul {
    padding:5px 0;
    margin:0;
}
.foot-info-1 ul li {
    padding:5px 0;
    margin:0;
    list-style: none;
    text-align: center;
}
.foot-info-1 ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 0 3px #000;
}
.foot-info-1 ul li a:hover {
    color:#fc0215;
}
.bottom-foot {
    width:100%;
    background:#000;
    padding:25px 20px;
    padding:25px 20px;
    box-sizing: border-box;
}
.bottom-foot p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color:#fff;
    text-align: center;
}
.bottom-foot p a {
    color:#fff;
}
.bottom-foot p a:hover {
    color:#fc0215;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1020px)  {
    .wrap-sub-cat-1 {
      flex-wrap: wrap;
    }
}

@media screen and (max-width: 1020px)  {
    nav.primary ul li a {
        font-size: 16px;
    }
}


@media screen and (max-width: 760px)  {
    
    header {
        display: block;
    }
    .head-logo-1 img {
        margin:0 auto;
        padding:20px 0;
    }
    header ul li {
        text-align: center;
    }
    .mobile-search-btn-1 {
        display: block;
        background:#fc0215;
        text-align: center;
        width:100%;
        box-sizing: border-box;
        box-shadow: 0px 5px 11px 3px rgba(0,0,0,0.5);
    }
    .mobile-search-btn-1 a {
        color: #fff;
        font-size: 20px;
        padding: 10px;
        display: inline-block;
    }
    .btn-white {
         max-width: 100%;   
    }

	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #000;
        text-align: center;
	}
		#menu-button a{
            display: inline-block;
			 color:#fff;
			 text-decoration: none;
			 padding:10px 0; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #818285;
		z-index: 500; 
		overflow:auto;
        box-shadow: 0px 5px 11px 3px rgba(0,0,0,0.5);
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
        font-family: 'Roboto Condensed', sans-serif;
		position: relative;
		display: block;
		font-size:17px;
        font-weight: 700;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
    
    .slick-dots {
         display: none!important;
    }
    .hero-slide-overlay-1 {
        position: static;
        padding: 20px;
        box-sizing: border-box;
        background:#818285;
    }
    .hero-slide-overlay-1 .sml-text {
        font-size: 5.5vw;
    }
    .hero-slide-overlay-1 .lg-text {
        font-size: 7vw;
    }
    .foot-nav {
        display: none;
    }
    .foot-info-1 {
        margin:0 auto;
    }
    footer {
      background-size: cover;
      background-attachment:scroll;
    }
    .col-1-2 {
        width:100%;
    }
}

@media screen and (max-width: 600px)  {
    .search-input, .search-btn-1 {
        width: 100%;
        max-width: 100%;
        margin:5px auto;   
    }
    .foot-nav {
        display: none;
    }

    
}
@media screen and (max-width: 350px)  {
    .sub-cat-info-1 h3 {
      font-size: 6vw;
    }
    .sub-cat-info-1 p {
      font-size: 4vw;
    }
}




