﻿
/*===================== 
	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%;}

.carousel-indicators {display: none !important;}

.invbody>.container,.invbody>.container>.container{max-width:100%!important;width:auto!important;}

.leasebtns {
    display: block; max-width: 700px;myb
}

.leasebtns > a {width: 100% !important;}
.leasebtns > a > button {width: 100% !important; margin-bottom: 15px;}
.leasebtns > a > .mybtn2 {padding: 10px !important; font-size: 21px !important;}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0; font-size: 50px; font-weight: 900;
}


.social-btns{
		display: flex;
		flex-wrap: wrap;
		z-index: 10;
	}
	.social-btns a{
		line-height: 48px;
		width: 48px;
		text-align: center;
		font-size: 18px;
		align-items: center;
		height: 48px;
		font-weight: 400;
		display: flex;
		justify-content: center;
		color: #fff;
		-moz-border-radius: 100%;
		-o-border-radius: 100%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
	}
	.social-btns.outline a{

		background: none !important;
		color: #000;
		border: solid 1px #b2b2b2;
	}


.brands-carousel a{
	padding: 20px 20px;
	border: solid 1px #e7e7e7;
	box-sizing: border-box;
	border-radius: 0px;
	margin: 8px;
	text-align: center;
    background-color: white;
}

.brands-carousel a img{
	max-width: 100%;
	margin: 0 auto;
}

.brands-grid{
	display: flex;
	flex-wrap: wrap;
}
.brands-grid a{
	padding: 20px 20px;
	border: solid 1px #e7e7e7;
	box-sizing: border-box;
	border-radius: 0px;
	margin: 10px;
	text-align: center;
	flex-grow: 1;
}

.brands-grid a img{
	max-width: 100%;
	margin: 0 auto;
}

.brands-carousel > .slick-prev {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 40px;
    line-height: 0px;
    font-size: 18px;
    cursor: pointer;
    color: #000 !important;
    background-color: #ffad47 !important;
    border: solid 0px #fff;
    border-radius: 0px;
    z-index: 100;
    transition: easeall 0.3s;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    outline: none;
    left: -50px !important;
}

.brands-carousel > .slick-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 40px;
    line-height: 0px;
    font-size: 18px;
    cursor: pointer;
    color: #000 !important;
    background-color: #ffad47 !important;
    border: solid 0px #fff;
    border-radius: 0px;
    z-index: 100;
    transition: easeall 0.3s;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    outline: none;
    right: -50px !important;
}

.brands-carousel > .slick-prev:before, .slick-next:before { 
    display: none;
}

.brands-carousel > .slick-list > .slick-track {margin-left: -1px;}

/*===================== 
	@Font-Face 
=======================*/
* {box-sizing: border-box !important;}

a:hover {text-decoration: none !important;}
a:active {text-decoration: none !important;}

.orangebg {background-color: #ffad47 !important;}
.orangebg1 {background-image: url("../siteart/green-bg.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat;}
.orangebg2 {background-color: #214b2a !important;}
.orangebg3 {background-color: #00650a !important;}
.orangebg4 {background-color: #ffad47!important;}
.orangebg5 {background-image: url("../siteart/orange-bg.jpg"); background-size: cover; background-position: bottom right; background-repeat: no-repeat;}

.divbg {background-image: url("../siteart/divided-bg.jpg"); background-size: cover; background-position: bottom right; background-repeat: no-repeat;}

.whitebg {background-color: white !important;}

.halfbg {background-image: url("../siteart/halfbg.jpg"); background-color:#fff; background-size: cover; background-position: center; background-repeat: no-repeat;}
.goldbg {background-color: #ffad47 !important;}
.graybg {background-color: gray;}
.bluebg {background-image: url("../siteart/heroimg.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat; overflow: hidden !important;}
.bluebg2 {background-image: url("../siteart/headerbg2.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat; overflow: hidden !important;}
.bluebg3 {background-image: url("../siteart/headerbg3.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat; overflow: hidden !important;}
.bluebg4 {background-image: url("../siteart/headerbg4.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat; overflow: hidden !important;}
.whitebg2 {background-image: url("../siteart/diamondbg.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden !important;}


.bluebg:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10;
}

.bannerimg {background-size: cover; background-position: top; background-repeat: no-repeat; height: 450px;}



.blackbg {background-color: #000 !important;}
.blackbg1 {background-image: url("../siteart/footer-bg.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat; background-color:#000;}
.blackbg2 {background-image: url("../siteart/blackbg3.jpg"); background-size: cover; background-position: bottom;background-color:#000; background-repeat: no-repeat;}
.whitebg {background-image: url("../siteart/whitebg.jpg"); background-size: contain; background-position: center; background-repeat: no-repeat;background-color:#fff;}
.yardbg {background-image: url("../siteart/mountain-bg.jpg"); background-size: cover; background-position: bottom; background-repeat: no-repeat;}

.myhero {background-image: url("../siteart/heroimg2.jpg"); background-size: cover; background-position: right; background-repeat: no-repeat; overflow: hidden !important;
padding-left: 6%; padding-right: 6%; height: 800px;
}



.lineup {max-height: 650px; margin: auto !important; position: relative; border: 2px solid white;}

.toplink {color: white !important; font-family: "arial", sans-serif !important; font-size: 12px !important; font-weight: 400; margin-left: 5px;}
.toplink > .fas {color: #ffad47 !important; font-size: 18px; margin-right: 5px;}
.topspan {padding-top: 8px;}




.boldspot {font-weight: 700 !important;}


.homebg2 {background-color:  dimgray;}




.squareinv {color: white; height: 400px; width: 400px; padding-top: 120px; font-family: "arial", sans-serif !important; font-size: 75px; font-weight: 800; text-shadow: 8px 8px 10px  dimgray;}
.squareinva {display: inherit;}


.bottomline1 {border-bottom: 6px solid #ededed; width: fit-content; padding-bottom: 10px; display: block !important;}
.bottomline2 {border-bottom: 6px solid #ffad47; width: fit-content; padding-bottom: 10px; display: block !important;}
.bottomline3 {border-bottom: 6px solid #000; width: fit-content; padding-bottom: 10px; display: block !important;}
.bottomline4 {border-bottom: 4px solid #000; width: fit-content; padding-bottom: 5px; display: block !important;}
.floatcenter {margin: auto !important;}

.redline {background-color: #ffad47; width: 100%; height:4px; margin-top: 10px; margin-bottom: 20px;}
.redline2 {background-color: #ffad47; width: 75%; height:4px; margin-top: 5px; margin-bottom: 20px; margin: auto;}
.redline3 {background-color: #ffad47; width: 60px; height:8px; margin-top: 5px; margin-bottom: 20px;}

.whiteline {background-color: #ededed; width: 100%; height:4px; margin-top: 25px; margin-bottom: 25px;}
.blueline {background-color: dimgray; width: 100%; height:4px; margin-top: 10px; margin-bottom: 20px;}
.redtext {color: #ffad47 !important;}


.orangebox {background-color: #ffad47; height: 110px !important; width: 110px !important; position: absolute; top: 0; margin-top: -50px; padding: 20px; margin-left: 10% !important; border-radius: 10px;}














	
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}	

 .contact-bar-btn {
    font-size: 12px; background-color:  dimgray !important;
    color: white !important;
}

.contacta {background-color: white !important;}
.contacta:hover {background-color: transparent !important;}


/*===================== 
	TEXT
=======================*/


.toph1 {color: #ffad47 !important; font-family: "arial", sans-serif !important; font-size: 60px; clear: both; float: left; width: 100%;
font-style: italic; font-weight: 900; padding-bottom: 10px; text-transform: uppercase;}
.myh1 {color: white !important; font-family: "arial", sans-serif !important; font-size: 90px; margin: 0px !important; font-weight: 900; line-height: .8 !important; text-transform: uppercase; letter-spacing: -2px;}
.myh11 {color: white !important; font-family: "arial", sans-serif !important; font-size: 70px; font-weight: 900; line-height: 1 !important; text-transform: uppercase;}
.myh111 {color: white !important; font-family: "arial", sans-serif !important; font-size: 80px; margin: 0px !important; font-weight: 900; line-height: .8 !important;  text-transform: uppercase;}

.herosub {font-family: "basic-sans", sans-serif; font-size: 24px; font-weight: 700; color: white !important; }


.myh2 {color: white !important; font-family: "arial", sans-serif !important; font-size: 64px; margin-top: 0px !important; font-weight: 900; line-height: .9; text-transform: uppercase;}
.myh22 {color: #000 !important; font-family: "arial", sans-serif !important; font-size: 64px; margin-top: 0px !important; font-weight: 900;  line-height: .9; text-transform: uppercase;}
.myh2222 {color: #000 !important; font-family: "arial", sans-serif !important; font-size: 50px; margin: 0px !important; font-weight: 800; line-height: .8 !important;  -webkit-text-stroke-width: 1.5px; -webkit-text-stroke-color: #ffad47; text-transform: uppercase;}
.mypageheader {color: #000 !important; font-family: "arial", sans-serif !important; font-size: 74px; margin-top: 0px !important; font-weight: 900;  line-height: 1.0; margin-bottom: 0px !important; text-transform: uppercase;}

.myh3 {color: #ffad47 !important; font-family: "basic-sans", sans-serif !important; font-size: 21px; margin-top: 0px !important; font-weight: 700; text-transform: uppercase;}
.myh33 {color: black !important; font-family: "arial", sans-serif !important; font-size: 21px !important; margin-top: 0px !important; font-weight: 900; text-transform: uppercase; letter-spacing: -1px;}
.myh333 {color: black !important; font-family: "arial", sans-serif !important; font-size: 40px !important; margin-top: 0px !important; font-weight: 900; text-transform: uppercase; letter-spacing: -2px;}
.myh3333 {color: #ffad47 !important; font-family: "arial", sans-serif !important; font-size: 25px; margin-top: 0px !important; font-weight: 800; text-transform: uppercase;}

.myp {font-family: "basic-sans", sans-serif; font-size: 19px; font-weight: 400; color: white !important;}
.myp2 {font-family: "basic-sans", sans-serif; font-size: 19px; font-weight: 400; color: #000 !important;}
.myp22 {font-family: "basic-sans", sans-serif; font-size: 18px; font-weight: 400; color: #ffad47 !important;}
.myp3 {font-family: "basic-sans", sans-serif; font-size: 18px; font-weight: 400; color: white !important;}
.myp4 {font-family: "arial", sans-serif; font-size: 21px; font-weight: 400; color: #000 !important;}
.myp5 {font-family: "arial", sans-serif !important; font-size: 20px; font-weight: 500; color: #000 !important;}
.myp6 {font-family: "basic-sans", sans-serif; font-size: 18px; font-weight: 500; color: #000 !important;}
.mysub {font-family: "basic-sans", sans-serif; font-weight: 700; font-size: 25px;}

.myp > a {color: #ffad47 !important;}



.italic {font-style: italic;}



@media only screen and (max-width : 1700px) {
.myh1 {font-size: 75px !important;}
}


@media only screen and (max-width : 1500px) {
    .myh1 {font-size: 70px !important;}
}

@media only screen and (max-width : 1200px) {
	.myh1  {font-size: 75px !important;}
    .toph1  {font-size: 50px !important;}
	.myh22 {font-size: 60px !important;}
    .myh3 {font-size: 20px !important;}

}

@media only screen and (max-width : 1100px) {
    .myh33 {font-size: 40px !important;}

}

@media only screen and (max-width : 992px) {
	.myh1  {font-size: 75px !important;}
	.myh2  {font-size: 50px !important;}
	.myh22 {font-size: 60px !important;}
	.myh222 {font-size: 40px !important;}

	
}



@media only screen and (max-width : 768px) {
	.myh1 {font-size: 60px !important;}    
    .myh111 {font-size: 50px !important;}
    .myh11 {font-size: 50px !important;}
	.myh2  {font-size: 50px !important;}
	.myh22 {font-size: 50px !important;}
	.myh222 {font-size: 40px !important;}
	.myh3333 {font-size: 29px !important; text-align: center !important;}
    .myh3 {font-size: 20px !important;}
    .toph1 {font-size: 44px !important;}

    .myh333 {font-size: 23px !important;}
    
}


@media only screen and (max-width : 580px) {
    .myh33 {    font-size: 20px !important;}
    .myh1 {font-size: 48px !important;}
    
}


@media only screen and (max-width : 480px) {
 .myh1 {font-size: 51px !important;}

}











/*===================== 
	BUTTONS
=======================*/


.mybtn1 {border: 0px solid white; color: white; background-color: transparent; padding: 5px 30px; font-size: 16px; font-weight: 900; font-family: "basic-sans", sans-serif; text-transform: uppercase; width: auto !important; border-radius: 0px;  vertical-align: middle;text-shadow: 2px 2px 8px #000;}
.mybtn1:hover {border: 0px solid #ffad47; color: #ffad47; transition-duration: .5s; background-color: transparent;}
.mybtn1 > i {color: #ffad47 !important; margin-left: 5px;}
.mybtn1:hover > i {color: #ffad47 !important;}

.mybtn2 {border: 2px solid #ffad47 !important; color: black !important; background-color: #ffad47 !important; padding: 7px 28px !important; font-size: 19px !important; font-weight: 500; font-family: "cofo-kabeltouw-solid-0", sans-serif; margin-right: 10px; border-radius: 0px; width: auto !important; text-transform: uppercase;  vertical-align: middle;}
.mybtn2:hover {border: 2px solid #ffad47 !important; color: #ffad47 !important; transition-duration: .5s; background-color: #000 !important;}
.mybtn2 > i {color: #ffad47 !important; margin-left: 5px; margin-top: 2px;}
.mybtn2:hover > i {color: white !important; margin-left: 10px; transition-duration: .5s;}


.mybtn3 {border: 2px solid white !important; color: white !important; background-color: transparent !important; padding: 7px 28px !important; font-size: 19px !important; font-weight: 500; font-family: "cofo-kabeltouw-solid-0", sans-serif; margin-right: 10px; border-radius: 0px; width: auto !important; text-transform: uppercase;  vertical-align: middle;}
.mybtn3:hover {border: 2px solid #000 !important; color: #000 !important; transition-duration: .5s; background-color: transparent !important;}
.mybtn3 > i {color: #ffad47 !important; margin-left: 5px; margin-top: 2px;}
.mybtn3:hover > i {color: white !important; margin-left: 10px; transition-duration: .5s;}


.mybtn4 {border: 2px solid black !important; color: black !important; background-color: transparent !important; padding: 7px 28px !important; font-size: 19px !important; font-weight: 500; font-family: "cofo-kabeltouw-solid-0", sans-serif; margin-right: 10px; border-radius: 0px; width: auto !important; text-transform: uppercase;  vertical-align: middle;}
.mybtn4:hover {border: 2px solid #ffad47 !important; color: #ffad47 !important; transition-duration: .5s; background-color: #000 !important;}
.mybtn4 > i {color: #ffad47 !important; margin-left: 5px; margin-top: 2px;}
.mybtn4:hover > i {color: white !important; margin-left: 10px; transition-duration: .5s;}


.herobtn {border: 2px solid #ffad47 !important; color: white !important; padding: 10px 30px; font-size: 25px; font-weight: 500; font-family: "basic-sans", sans-serif; background-color: #ffad47 !important;}
.herobtn:hover {border: 2px solid #c9c9c9; color: white; transition-duration: .5s; background-color: #000;}






.displaynone {display: none !important;}


.scalehover:hover > img {mix-blend-mode: luminosity; transition-duration: 1s; transform: scale(.99);}





/*===================== 
	CTA
=======================*/

.ctawrap {padding-left: 8% !important; padding-right: 8% !important;}

.invboxtitle {padding: 5px 15px 5px 15px; color: white; background-color: #000; text-align: center; font-weight: 700; font-size: 50px; font-family: "arial", sans-serif; border: 2px solid white; border-top: 0px solid #000 !important; text-transform: uppercase; letter-spacing: 1.1;}

.invboxtitle2 {padding: 5px 0px; color: #000; background-color: white; text-align: center; font-weight: 300; font-size: 18px; font-family: "arial", sans-serif !important; border: 2px solid white; border-top: 0px solid #000 !important; text-transform: uppercase; letter-spacing: 1.1;}

.invboxtitle > .fas {color: #c9c9c9 !important; margin-right: 10px; font-size: 40px; display: none !important;}


.viewinv {font-size: 16px !important; color: #000 !important; font-family: "basic-sans", sans-serif !important; line-height: normal !important; margin-top: 0px; margin-bottom: 0px; font-weight: 700; text-transform: uppercase;}

.viewinv > i {font-size: 24px !important; color: #c9c9c9 !important; margin-top: 10px;}

.servicecard { display: block; background-color: transparent !important; border: 0px solid #000; border-radius: 20px; overflow: hidden;}
.scbox {background-color: transparent; padding: 30px;}
.servicecard > div > .servicebg {padding: 25px; text-align: center;     width: 200px;
    height: 200px; align-content: center;
    background-color: green;
    border-radius: 180px; margin: auto;
}
.servicecard > div > .servicebg > img {margin: auto; max-height: 120px;} 
.servicecard > div {padding: 15px;}


.myinvbox { display: block; background-color: white !important; margin: 10px; border: 0px solid white; border-radius: 0px; overflow: hidden;
padding: 20px; min-height: 350px; background-repeat: no-repeat; background-size: cover; align-content: end; background-position: center;}

.invbg {height: auto;  border-bottom: 0px; align-content: end; margin-bottom: 20px; margin-top: 25px;}
.invbg > img {margin: auto !important; float: none; display: block;}
.invboximg {max-height: 200px; margin: auto; display: block;}

.redbox > h3 {color: white !important; font-family:"arial", sans-serif !important; font-size: 33px; margin: 0px !important; font-weight: 900; line-height: .8 !important; padding-bottom: 0px; text-transform: uppercase;text-shadow: 2px 2px 8px #000;}
.redbox {background-color: transparent !important; width: 100%; padding-top: 250x; padding-bottom: 20px; }

.myinvbox:hover > .invbg {transform: translateY(-6px); transition: all ease 0.5s; cursor: pointer;}
.myinvbox:hover { transition: all ease 0.3s; transform: scale(.98);}
.myinvbox:hover > .redbox > h3 {text-decoration: underline; transition-duration: 0.5s;}

.invbg:hover > .viewinv > i{ transform: translateY(5px); transition: all ease 2s;}
.invbg:hover > h3 { transition-duration: 1.5s; color: #c9c9c9 !important; text-shadow: 1px 1px 2px black;}







.myinvbox2 { display: block; background-color: white !important; margin: 10px; border: 3px solid #000; border-radius: 30px; overflow: hidden;
padding: 20px; min-height: 500px; width: 100%;}


.invbg2 {  border-bottom: 0px; align-content: center; margin-bottom: 20px; margin-top: 20px; height: 165px; padding: 10px;}
.invbg2 > img {margin: auto !important; float: none; display: block; max-height: 165px;}

.invboximg {max-height: 200px; margin: auto; display: block;}

.redbox2 > h3 {color: #000 !important; font-family:"arial", sans-serif !important; font-size: 33px; margin: 0px !important; font-weight: 900; line-height: .8 !important; padding-bottom: 10px; min-height: 85px; align-content: center;}
.redbox2 > .myp6 {min-height: 110px;}
.redbox2 {background-color: transparent !important; width: 100%; padding-top: 25px; padding-bottom: 25px; }

.myinvbox2:hover > .invbg {transform: translateY(-6px); transition: all ease 0.5s; cursor: pointer;}
.myinvbox2:hover { transition: all ease 0.5s;}
.myinvbox2:hover > .redbox > h3 {text-decoration: underline; transition-duration: 0.5s;}

.invbg2:hover > .viewinv > i{ transform: translateY(5px); transition: all ease 2s;}
.invbg2:hover > h3 { transition-duration: 1.5s; color: #c9c9c9 !important; text-shadow: 1px 1px 2px black;}




@media only screen and (max-width : 992px) { 
.myinvbox {  min-height: 300px; background-repeat: no-repeat; background-size: cover; align-content: end; background-position: center;}
}

@media only screen and (max-width : 768px) { 
.myinvbox {  min-height: 270px; background-repeat: no-repeat; background-size: cover; align-content: end; background-position: center;}
}
















.the_list_wrap {min-height: 250px; padding-top: 25px;}
.the_list_item_desc  {font-family: "basic-sans", sans-serif; font-size: 12px; font-weight: 500; color: white !important;}
.the_list_item_desc > ul {padding-left: 15px !important;}
.the_list_item_subheadline {color: white !important; font-family: "arial", sans-serif !important; font-size: 25px; margin-top: 0px !important; font-weight: 800; text-transform: uppercase;    line-height: .9;}



.socialpost {height: 250px; }










/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}
body { overflow-x: hidden !important; max-width: 100% !important; }
body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}






	

/*===================== 
	link styles 
=======================*/



/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}




/*===================== 
	layout styles 
=======================*/



.revealme {display: none !important;}
.revealme2 {display: none !important;}
.revealme1 {display: none !important;}
.revealme11 {display: none !important;}


/*========================= 
	 Responsive styles 
===========================*/
@media only screen and (max-width : 1700px) {

	
}




/* Large Devices, Wide Screens */
@media only screen and (max-width : 1500px) {
	.toplink {font-size: 11px !important;}
	
	.invboxtitle2 { font-size: 16px !important;}

    
    
	
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	.revealme2 {display: block !important;}
	.hideme3 {display: none !important;}
	
	.invboxtitle2 { font-size: 18px !important;}
    
    .herobtn {padding: 8px 16px; font-size: 20px;}
    

}

@media only screen and (max-width : 1100px) {
.myhero {background-position: center; padding-top: 100px !important; padding-bottom: 100px !important;}


}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	.hideme {display: none !important;}
	.revealme {display: block !important;}
	
	
	.squareinv {display: block; margin: 15px auto; height: 300px; width: 300px; clear: both; padding-top: 90px;}

    
    .mybtn1 {margin-bottom: 15px; }
    .mybtn2 {margin-bottom: 15px;}
    .mybtn3 {margin-bottom: 15px;}
    
    .padrow6 {
    padding-top: 100px;
    padding-bottom: 100px;
}
	
		.leftbg  {background-color: #000; background-image: none;}
	
	
	.invbg {background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
height: 160px;
    border: 0px solid white;}
    
    .myinvbox {margin-bottom: 15px; }
	
	.invboxtitle {
    padding: 5px 15px 5px 15px;
    color: white;
    background-color: #000;
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    font-family: "arial", sans-serif;
    border: 2px solid white;
    border-top: 0px solid #000 !important;
    text-transform: uppercase;
    letter-spacing: 1.1;
}
	
	.theallinvbox > .invboxtitle { font-size: 50px !important;}
	.invboxtitle > .viewinv {transform: scale(0.8); padding-top: 8px;}  
	
    .myhero {background-position: center; padding-top: 80px !important; padding-bottom: 80px !important; height: 500px;}
    
    .orangebox {background-color: #ffad47; height: 90px !important; width: 90px !important; position: absolute; top: 0; margin-top: -50px; padding: 15px; margin-left: 2% !important; border-radius: 10px;}
    
	
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	
	.squareinv {display: block; margin: 25px auto; height: 300px; width: 300px; clear: both; padding-top: 90px; float: none !important;}
	.nofloat {float: none !important;}
	.nopadfinal {padding: 0px !important;}
	
	

	.hideme2 {display: none !important;}
	.revealme1 {display: block !important;}
.revealme11 {display: inline-block !important;}
	

	
	.typeemail {text-align: center;}
	

	
	.the_list_wrap {padding-top: 25px; padding-bottom: 25px; min-height: auto; height: auto;}
	.the_list_item_subheadline {font-size: 31px;}
	.the_list_item_desc {font-size: 14px;}
	

	.redbtn {margin-top: 10px;}
    .herobtn {font-size: 18px !important;}
    
    .brandlogos > img {max-height: 50px; margin: auto;}
    
    
    .myhero {background-position: center; padding-top: 60px !important; padding-bottom: 60px !important;}
    
	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 580px) {
    .invboxtitle2 > .viewinv {transform: scale(0.8); padding-top: 8px;}
	.theallinvbox > .invboxtitle { font-size: 35px !important;}
	.invboxtitle2 { font-size: 20px !important;}
	.invboxtitle { font-size: 35px !important;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .invboxtitle2 > .viewinv {transform: scale(0.8); padding-top: 8px;}
	.theallinvbox > .invboxtitle { font-size: 31px !important;}
	.invboxtitle2 { font-size: 19px !important;}
	.invboxtitle { font-size: 31px !important;}
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

