@charset "utf-8";
/***** BEGIN RESET *****/

* {

    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:#fff;
	overflow-x:hidden;
	color:#000;
	line-height:1!important;
}


ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

/****************************************************************************hover easing style


			-webkit-transition: all .5s ease; /* Safari and Chrome */
  /*  		-moz-transition: all .5s ease; /* Firefox */
  /*  		-ms-transition: all .5s ease; /* IE 9 */
  /*  		-o-transition: all .5s ease; /* Opera */
  /*  		transition: all .5s ease;


/*==============================================================================================================================================
FONTS
==============================================================================================================================================*/


@font-face {
    font-family: 'bebas_neueregular';
    src: url(../webfonts/bebasneue-webfont.woff2) format('woff2'),
         url(../webfonts/bebasneue-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}

h1 {
	 font-family: 'bebas_neueregular';
	font-weight:500;
	font-size:45px;
}

h2 {
	 font-family: 'bebas_neueregular';
	color:#46181b;
	font-weight:500;
	font-size:30px;
}

.content-link {
    color: #46181b;
}
.content-link:hover {
    color: #000000;
}

.subpages p {
	font-size:18px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height:22px;
}

/*=================================================================================================================================================
HEADER
================================================================================================================================================*/

header {
	width:100%;
	float:left;
	background:#fff;
	padding-top:10px;
	border-bottom:6px solid #46181b;
	box-shadow: 0 0 10px #000;
	z-index:9;
	position:relative;
}
.top-banner {
    width: 100%;
    background:#ebeae9;
    float: left;
}
.top-banner p {
    font-size: 40px;
    font-weight: 500;
    font-family: 'bebas_neueregular';
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    margin:0 auto;
}

.logo {
	width:25%;
	float:left;
	padding:0 10px 10px 0px;
	margin-left:10%;
	box-sizing:border-box;
}

.logo img {
	width:100%;
	max-width:280px;
	float:left;
}

.tophead {
	width:55%;
	margin-right:10%;
	padding-top:10px;
	padding-bottom:15px;
	float:right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tophead img {
	width:100px;
	margin-left:15px;
}

.tophead h2 {
	font-size:25px;
	margin-top:7px;
}


.topicon img {
	width:30px!important;
	margin-top:10px;
	

}
/*=================================================================================================================================================
Pop Up
================================================================================================================================================*/

.box {
	width: 50%;
	margin: 0 auto;
	background: rgba(0,0,0,0.2);
	padding: 35px;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
	transition: all 0.2s;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	padding:0 5px 5px 5px;
}
.popup .close:hover {
  background: #000;
}
.popup p {
	font-size:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height:22px;color:#fff;
}
.popup p a {
	color:#fff;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.overlay .popup {
                background:  #46181b;
                border:3px solid #ffffff;
                border-radius: 5px;
                width: 90%;
                max-width: 800px;
                position: absolute;
                top: 20%;
                left: 0;
                right: 0;
                float:none;
                padding: 40px;
                margin: 0 auto;
                text-align:center;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
	box-sizing: border-box;
}
.overlay:target .popup {
   display: none;
}


/*******************************************************************SLIDESHOW***************************************************************/
.slide-contain {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left; }


.slide-cont-1 {
    position: relative;
}
.slide-overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 40vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-height: 545px;
    min-height: 250px;
}
.slide-overlay p {
    font-family: 'bebas_neueregular';
    color:#fff;
    text-align: center;
    font-size: 80px;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
    padding:0 0 10px 0;
}
.flex-slide {
    display: flex;
}
.slide-left {
    width:50%;
    padding:50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.slide-header {
    font-size: 40px;
    font-weight: 600;
    font-family: 'bebas_neueregular';
}
.slide-header span {
    font-size: 30px;
    font-weight: 400;
    font-family: 'bebas_neueregular';
}
.slide-info {
    padding:20px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.slide-right {
    width:50vw;
    background:url(../siteart/slides/hero-slider-2.jpg) no-repeat center;
    height: 40vw;
    max-height: 545px;
    background-size: cover;
    min-height: 250px;
}
.slide-right img {
    width:50%;
}

.btn-1 {
    font-family: 'bebas_neueregular';
    color: rgba(70,24,27,1.00);
    font-size: 20px;
    background: #fff;
    box-shadow: 0 0 10px #000;
    padding: 10px 40px;
    box-sizing: border-box;
    text-decoration: none; 
    transition: all .5s ease;
    margin:10px auto;
}
.btn-1:hover {
    color: #fff;
    background: rgba(70,24,27,1.00);
}
.btn-2 {
    font-family: 'bebas_neueregular';
    color: #fff;
    font-size: 20px;
    background: rgba(70,24,27,1.00);
    box-shadow: 0 0 10px #000;
    padding: 10px;
    text-align: center;
    max-width: 200px;
    box-sizing: border-box;
    text-decoration: none; 
    transition: all .5s ease;
    margin:20px 0;
}
.btn-2:hover {
    background: #000;
}


/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:#D30003; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#001f66;}
.pager > * { cursor:pointer;}



/*==================================================================================================================
HOME PAGE
==================================================================================================================*/

.stripes {
	width:100%;
	float:left;
	z-index:2;
	position:relative;
	height:30px;
	margin-top:-15px;
	margin-bottom:-15px;
	background:url("../siteart/stripes.png");
	background-size:cover;
}


.ctas {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	background:url("../siteart/pattern-bg.jpg");
	background-size:cover;
	padding:40px 0 25px;
}

.wrap {
	width:95%;
	margin:0 auto;
	max-width:1300px;
}

.halfcta {
	width:50%;
	float:left;
	background:url("../siteart/lsbg.jpg");
	background-size:cover;
	
	box-sizing:border-box;
	
}

.blackoverlay {
	width:100%;
	float:left;
	background:rgba(0,0,0,0.50);
	padding:20px;
	box-sizing:border-box;
	border-right:1px solid #fff;
}

.ctas h3 {
	font-family: 'bebas_neueregular';
	font-size:40px;
	line-height:35px;
	color:#fff;
	font-weight:500;
	text-shadow: 0 2px 2px #000;
	margin-top:200px;
	width:100%;
	float:left;
}

.ctas h2 {
	font-family: 'bebas_neueregular';
	font-size:65px;
	line-height:60px;
	color:#fff;
	font-weight:500;
	text-shadow: 0 2px 2px #000;
	width:100%;
	float:left;
}

.ctas a {
	font-family: 'bebas_neueregular';
	color:#fff;
	font-size:20px;
	background:rgba(70,24,27,.80);
	box-shadow: 0 0 10px #000;
	padding:10px 40px; 
	box-sizing:border-box;
	text-decoration:none;
	float:left;
	-webkit-transition: all .5s ease; 
  -moz-transition: all .5s ease;
 -ms-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
}

.ctas a:hover {
	background:rgba(255,255,255,0.60);
	color:#46181b;;
}

.quartercta {
	width:25%;
	float:left;
}

#used {
	background:url("../siteart/bg1.jpg");
	background-size:cover;
	background-position:center;
}

#sends {
	background:url("../siteart/bg2.jpg");
	background-size:cover;
	background-position:center;
}

.aboutsec {
	width:100%;
	float:left;
	background:#46181b;
	padding:50px 0;
}

.welcomehalf {
	width:100%;
	float:left;
	padding-right:20px;
	box-sizing:border-box;
}

.welcomehalf h4 {
	width:100%;
	float:left;
	font-size:20px;
	letter-spacing:15px;
	font-family: 'bebas_neueregular';
	font-weight:200;
	
	color:#fff;
}

.welcomehalf h3 {
	width:100%;
	float:left;
	font-size:50px;
	line-height:55px;
	color:#fff;
	font-weight:500;
	border-bottom:5px dotted #fff;
	font-family: 'bebas_neueregular';
}

.welcomehalf p {
	width:100%;
	float:left;
	font-size:18px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height:25px;
	color:#fff;
	margin-top:20px;
}

.welcomeimg {
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	box-sizing:border-box;
	padding-top:40px;
    gap:1%;
}

.welcomeimg img {
	width:32%;
	display: block;
    height: auto;
    margin:20px auto;
}

.map {
	width:100%;
	float:left;
	height:300px;
	position:relative;
	z-index:1;
}

/*=============
footer
=============*/

footer {
	width:100%;
	float:left;
	z-index:1;
	position:relative;
}

.footernav {
	width:100%;
	float:left;
	background:url("../siteart/pattern-bg.jpg");
	background-size:cover;
	padding:40px 0 25px;
}

.footernav p {
	width:100%;
	float:left;
	text-align:Center;
}
.footernav a {
	font-family: 'bebas_neueregular';
	font-size:25px;
	text-align:center;
	margin:0 20px;
	color:#46181b;
	font-weight:500;
	text-decoration:none;
}

.footlogo {
	width:100%;
	float:left;
	background:#ebeae9;
	padding:20px 0;
	border-top:1px solid rgba(152,152,152,1.00);
}

.footlogo img {
	width:100%;
	display:block;
	margin:0 auto;
	max-width:200px;
	
}

.bottomfoot {
	width:100%;
	float:left;
	background:#46181b;
	padding:10px 0;
}

.bottomfoot p {
	color:#939393;
	font-family: 'bebas_neueregular';
	text-transform:uppercase;
	font-weight:500;
	font-size:18px;
	width:50%;
	float:left;
}

/*subpages============================================================*/

.subpages {
	width:100%;
	float:left;
	background:#fff;
	position:relative;
	z-index:1;
	padding:80px 0;
}

.title {
	width:100%;
	float:left;
	background:url("../siteart/pattern-bg.jpg");
	background-size:cover;
	padding:40px 0;
}

.title h1 {
	width:100%;
	float:left;
	color:#46181b;
	font-size:55px;
	text-align:center;
	font-family: 'bebas_neueregular';
	font-weight:500;
}

/*=================
location page
=================*/

.locinfo {
	width:300px;
	float:left;
	padding-right:20px;
	box-sizing:border-box;
}

.locinfo a {
color:#46181b;	
}

.locmap {
	width: calc(100% - 300px);
	float:right;
	height:400px;
}

/*Contact Form======================================================*/

#formpage {
width:100%;
float:left;
color:#000;	
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:16px;
margin:0px 0 0;
}

.halfform {
width:50%;
float:left;	
}

#formpage tr {
width:100%;
float:left;	

}

#formpage td {
width:50%;
float:left;
margin:0px 0 20px;
	padding:0 5px;box-sizing:border-box;
}

.fulltd {
width:98%!important;	
}

#formpage input {
	padding:10px;

	box-sizing:border-box;
	border:1px solid #414141;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#8e8d8d;
	font-size:12px;
	margin-top:3px;
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

#formpage textarea {
	padding:10px;

	box-sizing:border-box;
	border:1px solid #414141;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#8e8d8d;
	font-size:12px;
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #414141;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#8e8d8d;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}
   
#formpage input  {
    width:100%;
	
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
}


#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {

	border:1px solid #d80000;
   
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 



#formpage input.button,
#formpage input.button:focus {
    max-width:300px;
	width:100%; 
    margin:0;
    padding:15px 0;
    background:#46181b;

	box-sizing:border-box;
	display:block;
	margin:0 auto;
    font-size:18px;
	line-height:14px;
	font-weight:700;
    color:#fff;
		-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	float:none;
}
#formpage input.button:hover {
	background:#000;
	color:#fff;

	
}
 


/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
max-width:400px;
width:100%;
margin:0 auto;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
	width:100%;
	float:left;
	margin-top:10px;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


.fulltd {
	width:100%!important;	}


.conform {
	width: calc(100% - 400px);
	float:right;

}

.coninfo {
	width:400px;
	float:left;
	padding-right:20px;
	box-sizing:border-box;
}

.coninfo a {
	color:#46181b;
}



/**********************************************************************************************************************************************************************************************
***********************************************************************************************RESPONSIVE**************************************************************************************
***********************************************************************************************************************************************************************************************/
@media screen and (max-width: 1715px) {
	.tophead h2 {
		font-size:18px;
	}
}

@media screen and (max-width: 1275px) {
	.logo img {
		max-width:200px;
	}
	
	.tophead {
		padding-top:20px;
		padding-bottom:0;
	}

}


@media screen and (max-width: 1095px) {
	.ctas a {
		padding:10px 20px;
	}
	
	.ctas h2 {
		font-size:50px;
		line-height:55px;
	}
	
	.ctas h3 {
		font-size:25px;
		line-height:20px;
		margin-top:85px;
	}
    
}


@media screen and (max-width: 995px) {
	.footernav a {
	margin:0 10px;
		font-size:16px;
	}
    .slide-overlay p {
        font-size: 6.5vw;
    }
    .flex-slide {
        display: block;
        position: relative;
    }
    .slide-left {
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        background:rgba(0,0,0,0.7);
        color:#fff;
        text-shadow: 0 0 8px rgba(0,0,0,0.8);
        padding:20px;
    }
    .slide-right {
          width: 100vw;
    }
    .slide-header {
        font-size: 5vw;
    }
    .slide-header span {
        font-size: 3.5vw;
    }
    .slide-info {
        padding: 8px 0;
        font-size: 2.2vw;
    }
    
    .btn-2 {
       color: rgba(70,24,27,1.00); 
        font-size: 20px;
        background: #fff;
        text-shadow: 0 0 0 rgba(0,0,0,0);
        max-width: 100px;
    }
    .btn-2:hover {
       color: #fff; 
        background: rgba(70,24,27,1.00);
    }
}



@media screen and (max-width: 930px) {
	.halfcta {
		width:100%;
	}
	
	.quartercta {
		width:50%;
		border-top:1px solid #fff;
	}
}


@media screen and (max-width: 875px) {
	.welcomehalf {
		width:100%;
		padding-right:0;
	}
	
	.welcomeimg {
		width:100%;
		padding-left:0;
		margin-top:20px;
	}
	
	.locinfo {
	width:100%;
	float:left;
	padding-right:0px;
	box-sizing:border-box;
}
	
	.locinfo p {
		text-align:center;
	}

.locmap {
	width: 100%;
	float:right;
	height:300px;
	margin-top:20px;
}
	
	.locinfo h2 {
		text-align:center;
	}
	
	.coninfo {
	width:100%;
	float:left;
	padding-right:0px;
	box-sizing:border-box;
}
	
	.coninfo p {
		text-align:center;
	}

.conform {
	width: 100%;
	float:right;
	margin-top:20px;
}
	
}


@media screen and (max-width: 1125px) {
	.tophead h2 {
		font-size:18px;
		margin-top:0;
	}
}


@media screen and (max-width: 1025px) {
	.tophead h2 {
		display:none;
	}
}

@media screen and (max-width: 800px) {
	.mobilenone {
		display:none;
	}
	
	.logo {
		margin-left:2.5%;
		width:47.5%;
	}
	
	.tophead {
		margin-right:2.5%;
		padding-top:25px;
		width:47.5%;
	}
	
	.topicon img {
		margin-left:10px;
		margin-right:0;
		margin-top:0px;
	}
    .welcomeimg img {
        width:100%;
        max-width: 100%;
    }
    .btn-1 {
        font-size: 16px;
        padding:10px;
    }
    .btn-2 {
        font-size: 16px;
        padding:10px;
        margin:10px 0 0 0;
    }
    .pager {
        display: none;
    }
}


@media screen and (max-width: 530px) {
	.bottomfoot p {
		width:100%;
		padding:5px 0;
		text-align:Center!important;
	}
	
	.footernav a {
	margin:0 5px;
		font-size:14px;
	}
	
	
.subpages {
	width:100%;
	float:left;
	background:#fff;
	position:relative;
	z-index:1;
	padding:40px 0;
}
	
	.quartercta {
		width:100%;
	}
	
	.footernav a {
		font-size:18px;
		padding:10px 0; 
	}
    .slide-info {
      padding: 8px 0 0 0;
      font-size: 3vw;
    }
    
	
}




