﻿
/*===================== 
	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;}




.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;
}


.invbody>.container,.invbody>.container>.container{max-width:100%!important; width:auto!important;}
.invbody {max-width:100%!important; width:auto!important;}
.invbody > .inventory-wrapper > .container {max-width:100%!important; width:auto!important;}



.mysection {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bgPulse {
  width: 100%;
  height: 100%;
}

.bgPulse span {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: transparent;
}
.bgPulse > span > img{
max-height: 100px;
}

.bgPulse span:nth-child(3n+1) {
  background: transparent;
}

.bgPulse span:nth-child(1) {
  top: 50%;
  left: 20%;
  animation: animate 10s linear infinite;
}

.bgPulse span:nth-child(2) {
  top: 80%;
  left: 40%;
  animation: animate 10s linear infinite;
}

.bgPulse span:nth-child(3) {
  top: 20%;
  left: 65%;
  animation: animate 11s linear infinite;
}

.bgPulse span:nth-child(4) {
  top: 50%;
  left: 70%;
  animation: animate 9s linear infinite;
}

.bgPulse span:nth-child(5) {
  top: 30%;
  left: 30%;
  animation: animate 9s linear infinite;
}

.bgPulse span:nth-child(6) {
  top: 65%;
  left: 80%;
  animation: animate 12s linear infinite;
}

.bgPulse span:nth-child(7) {
  top: 70%;
  left: 15%;
  animation: animate 9s linear infinite;
}

.bgPulse span:nth-child(8) {
  top: 35%;
  left: 50%;
  animation: animate 11s linear infinite;
}

.bgPulse span:nth-child(9) {
  top: 30%;
  left: 15%;
  animation: animate 11s linear infinite;
}

.bgPulse span:nth-child(10) {
  top: 29%;
  left: 82%;
  animation: animate 10s linear infinite;
}

.bgPulse span:nth-child(11) {
  top: 35%;
  left: 80%;
  animation: animate 14s linear infinite;
}

@keyframes animate {
  0% {transform: scale(0) translateY(0) rotate(0); opacity: 1;}
  100% {transform: scale(1) translateY(-100px) rotate(270deg); opacity: 0;}
}




/*===================== 
	@Font-Face 
=======================*/
* {box-sizing: border-box !important;}

a:hover {text-decoration: none !important;}
a:active {text-decoration: none !important;}

.greenbg {background-color: #98de6a !important;}
.greenbg1 {background-image: url("../siteart/red-grunge.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat;}
.greenbg2 {background-color: #214b2a !important;}
.greenbg3 {background-color: #00650a !important;}
.greenbg4 {background-color: #1a7508 !important;}
.greenbg5 {background-image: url("../siteart/leafbg.jpg"); background-size: cover; background-position: bottom right; background-repeat: no-repeat; background-color:white;}

.whitebg {background-color: #fefdf8 !important;}

.grungebg {background-image: url("../siteart/legend.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat;}
.goldbg {background-color: #98de6a !important;}
.graybg {background-color: #f6f6f6 !important;}
.bluebg {background-image: url("../siteart/heroimg.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat; overflow: hidden !important; position: relative; background-color: black;}
.bluebg2 {background-image: url("../siteart/headerbg2.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat; overflow: hidden !important; background-color: black;}
.bluebg3 {background-image: url("../siteart/headerbg3.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat; overflow: hidden !important; background-color: black;}
.bluebg4 {background-image: url("../siteart/headerbg4.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat; overflow: hidden !important; background-color:black;}
.whitebg2 {background-image: url("../siteart/diamondbg.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden !important; background-color: black;}


.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: #041f04 !important;}
.blackbg1 {background-image: url("../siteart/footer-bg.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat;}
.blackbg2 {background-image: url("../siteart/blackbg3.jpg"); background-size: cover; background-position: bottom; background-repeat: no-repeat;}
.whitebg {background-image: url("../siteart/whitebg.jpg"); background-size: contain; background-position: center; background-repeat: no-repeat;}
.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;
}


.blackslant {background-image: url("../siteart/blackslant.png"); background-size: cover; background-position: left; background-repeat: no-repeat; height: 50px; z-index: 99999;}

.lineup {max-height: 650px; margin: auto !important; position: relative; border: 2px solid white;}

.toplink {color: #fefdf8 !important; font-family: "bigcity-grotesque-pro", sans-serif !important; font-size: 12px !important; font-weight: 400; margin-left: 5px;}
.toplink > .fas {color: #98de6a !important; font-size: 18px; margin-right: 5px;}
.topspan {padding-top: 8px;}




.boldspot {font-weight: 700 !important;}


.homebg2 {background-color:  dimgray;}




.squareinv {color: #fefdf8; height: 400px; width: 400px; padding-top: 120px; font-family: "bigcity-grotesque-pro", 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 #98de6a; width: fit-content; padding-bottom: 10px; display: block !important;}
.bottomline3 {border-bottom: 6px solid #041f04; width: fit-content; padding-bottom: 10px; display: block !important;}
.bottomline4 {border-bottom: 4px solid #041f04; width: fit-content; padding-bottom: 5px; display: block !important;}
.floatcenter {margin: auto !important;}

.redline {background-color: #98de6a; width: 100%; height:4px; margin-top: 10px; margin-bottom: 20px;}
.redline2 {background-color: #98de6a; width: 75%; height:4px; margin-top: 5px; margin-bottom: 20px; margin: auto;}
.redline3 {background-color: #98de6a; 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: #98de6a !important;}

























.productcard {
    position: relative;
    width: 100%x;
    height: 550px;
    background: #122936;
    border-radius: 20px;
    overflow: hidden;
}

.productcard::before {
    content: "";
    position: absolute;
    top: -50%;
    width: 100%;
    height: 100%;
    background: #98de6a;
    transform: skewY(345deg);
    transition: 0.5s;
}

.productcard:hover::before {
    top: -70%;
    transform: skewY(390deg);
}

.productcard::after {
    content: "Urban";
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    font-size: 8em;
    color: rgba(0, 0, 0, 0.1);
}

.productcard > .imgBx {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 1;
}

.productcard > .imgBx > img {
    max-width: 90%;
    transition: 0.5s;
}

.productcard:hover > .imgBx > img {
    max-width: 70%;
}

.productcard > .contextBx {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.productcard > .contextBx > h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.productcard > .contextBx > .price {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.productcard > .contextBx > .buy {
    position: relative;
    top: 200px;
    opacity: 0;
    padding: 10px 30px;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    background: #2196f3;
    border-radius: 30px;
    text-decoration: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
}

.productcard > .contextBx > .buy {
    top: 0;
    opacity: 1;
}







/*===================== 
	Team styles 
=======================*/

.team{padding-bottom:70px;font-family:Poppins,sans-serif;}
.team .section-title{text-align:center;margin-bottom:50px;}
.team__item:hover .team__text .team__title,.team__text .team__title{border-bottom:1px solid rgba(183,183,183,.2);padding:0 0 26px;margin-bottom:26px}
.team__item{height:550px;position:relative;z-index:1;margin:10px;overflow:hidden;background-position:top;background-size:cover;
border-radius: 15px;
}

.team__item:after,.team__text{height:100%;background:rgba(5,41,5,.8)}
.team__item:after{position:absolute;left:0;top:0;width:100%;content:"";z-index:-1;opacity:0;-webkit-transition:none,.5s,ease-out,.5s;-o-transition:none,.5s,ease-out,.5s;transition:none,.5s,ease-out,.5s;}
.team__item:hover:after{opacity:1;}
.team__item:hover .team__text{top:0;}
.team__item:hover .team__text .team__title{opacity:0;position:relative;bottom:initial;opacity:1;visibility:visible;}
.team__item:hover .team__text p{top:0;opacity:1;visibility:visible;-webkit-transition:.5s .3s;-o-transition:.5s .3s;transition:.5s .3s;}
.team__item:hover .team__text .team__social{opacity:1;visibility:visible;bottom:34px;-webkit-transition:.5s .5s;-o-transition:.5s .5s;transition:.5s .5s;}

.team__text{top:420px;position:relative;padding:35px 30px 30px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.team__text .team__title{position:relative; text-align: center;}
.team__text .team__title>h3{color:#fefdf8!important;font-family:bigcity-grotesque-pro,sans-serif!important;font-size:40px;margin:0!important;font-weight:900;line-height:.8!important; text-align: center; }

.team__text .team__title>h4{color:#fefdf8!important;font-family:bigcity-grotesque-pro,sans-serif!important;font-size:35px;margin:0!important;font-weight:900;line-height:.8!important; text-align: center; }

.team__text .team__title>span{font-size:24px;color:#98de6a!important;font-family:bigcity-grotesque-pro,sans-serif!important;font-weight:500; text-align: center;}
.team__text p{line-height:26px;opacity:0;visibility:hidden;position:relative;top:50px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}


.team__text .team__social{position:absolute;left:0;width:100%;padding:0 30px;bottom:0;opacity:0;visibility:hidden;}
.team__text .team__social a{display:inline-block;font-size:20px;color:#fff;margin-right:34px;-webkit-transition:none,.3s;-o-transition:none,.3s;transition:none,.3s;}
.team__text .team__social a:last-child{margin-right:0;}
.team__text .team__social a:hover{color:#88c417;}

@media (max-width:768px){.team__item{height:500px;}.team__text{padding:25px 20px 20px;}}



/*===================== 
	Social Slider styles 
=======================*/
.wrap-brands {
    width:100%;
    padding:50px 0;
}
.wrap-brands h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: "Barlow Condensed", sans-serif;
    color:#213b74;
    font-size:40px;
    font-weight: 400;
}
.wrap-brands h2 span {
    font-weight: 600;
}
.wrap-brands .container-1 {
    /* padding:40px; */
}

.brand-slider-1 .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.brand-slider-1 .slick-track:before, .brand-slider-1 .slick-track:after {
    display: none!important;
}

.brand-slider-1 a {
    padding:20px;
    display: block; 
    border-radius: 20px;
    background-color: #041f04;
    margin: 8px; height: 250px;
    background-size: cover; background-position: center; background-repeat: no-repeat;
}
.brand-slider-1 a img {
    max-width: 170px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    transition: .2s ease-in;
}
.brand-slider-1 a:hover img {
    filter: grayscale(1);
}
.brand-slider-1 .slick-prev {
    position: absolute;
    left:-40px;
    top:45%;
    font-size:30px;
    transition: .2s ease-in;
    cursor: pointer;
    color:#000;
}
.brand-slider-1 .slick-next {
    position: absolute;
    right:-40px;
    top:45%;
    font-size:30px;
    transition: .2s ease-in;
    cursor: pointer;
    color:#000;
}
.brand-slider-1 .slick-prev:hover, .brand-slider-1 .slick-next:hover {
    color:#3b62b7;
}
.brand-slider-view-all {
    display: none;
}






.brand-container-1 {
    display: flex;
    flex-wrap: wrap;
    gap:20px 1%;
    padding:40px 0;
}
.social-col-1 {
    width: 19%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    transition: .2s ease-in;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}
.social-col-1 h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #213b74;
    text-align: center;
    padding-bottom:10px;
    transition: .2s ease-in;
}
.social-col-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.social-col-1 img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin:20px auto 0 auto;
    transition: .2s ease-in;
}
.social-col-1:hover {
    background: #f0f1f3;
}
.social-col-1:hover h2 {
    color: #000;
}
.social-col-1:hover img {
    filter: grayscale(1);
}


@media (max-width:768px){ 
    .brand-slider-1 .slick-prev {display: none !important;}
.brand-slider-1 .slick-next {display: none !important;}
}


	
/*  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: #fefdf8 !important;
}

.contacta {background-color: #fefdf8 !important;}
.contacta:hover {background-color: transparent !important;}


/*===================== 
	TEXT
=======================*/


.toph1 {color: #98de6a !important; font-family: "bigcity-grotesque-pro", sans-serif !important; font-size: 60px; clear: both; float: left; width: 100%;
font-style: italic; font-weight: 900; padding-bottom: 10px;}
.myh1 {color: #fefdf8 !important; font-family: "bigcity-grotesque-pro", sans-serif !important; font-size: 100px; margin: 0px !important; font-weight: 900; line-height: .8 !important; }
.myh11 {color: #fefdf8 !important; font-family: "bigcity-grotesque-pro", sans-serif !important; font-size: 80px; font-weight: 900; line-height: .8 !important; }
.myh111 {color: #fefdf8 !important; font-family: "bigcity-grotesque-pro", sans-serif !important; font-size: 80px; margin: 0px !important; font-weight: 900; line-height: .8 !important;  }

.herosub {font-family: "apparat", sans-serif; font-size: 24px; font-weight: 700; color: #fefdf8 !important;}


.myh2 {color: #fefdf8 !important; font-family: "bigcity-grotesque-pro", sans-serif !important; font-size: 70px; margin-top: 0px !important; font-weight: 500; text-transform: uppercase;  line-height: .9;}

.myh22 {color: #041f04 !important; font-family: "bigcity-grotesque-pro", sans-serif !important; font-size: 64px; margin-top: 0px !important; font-weight: 900;  line-height: .9;}

.myh2222 {color: #041f04 !important; font-family: "bigcity-grotesque-pro", 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: #98de6a;}


.mypageheader {color: #041f04 !important; font-family: "bigcity-grotesque-pro", sans-serif !important; font-size: 74px; margin-top: 0px !important; font-weight: 900;  line-height: 1.0; margin-bottom: 0px !important; margin-top: 10px !important;}

.myh3 {color: #fefdf8 !important; font-family: "bigcity-grotesque-pro", sans-serif !important; font-size: 24px; margin-top: 0px !important; font-weight: 700; }
.myh33 {color: #041f04 !important; font-family: "bigcity-grotesque-pro", sans-serif !important; font-size: 50px !important; margin-top: 0px !important; font-weight: 900; text-transform: uppercase;}
.myh333 {border: 2px solid #98de6a !important; color: #98de6a !important; padding: 8px 21px !important; font-size: 35px !important; font-weight: 500; font-family: "apparat", sans-serif;  text-transform: uppercase; width: fit-content !important;}
.myh3333 {color: #98de6a !important; font-family: "bigcity-grotesque-pro", sans-serif !important; font-size: 25px; margin-top: 0px !important; font-weight: 800;}

.myp {font-family: "apparat", sans-serif; font-size: 20px; font-weight: 500; color: #fefdf8 !important;}
.myp2 {font-family: "apparat", sans-serif; font-size: 20px; font-weight: 500; color: #041f04 !important;}
.myp22 {font-family: "apparat", sans-serif; font-size: 18px; font-weight: 500; color: #98de6a !important;}
.myp3 {font-family: "apparat", sans-serif; font-size: 18px; font-weight: 500; color: #fefdf8 !important;}
.myp4 {font-family: "bigcity-grotesque-pro", sans-serif; font-size: 21px; font-weight: 500; color: #041f04 !important;}
.myp5 {font-family: "bigcity-grotesque-pro", sans-serif !important; font-size: 20px; font-weight: 500; color: #041f04 !important;}
.myp6 {font-family: "apparat", sans-serif; font-size: 18px; font-weight: 500; color: #041f04 !important;}
.mysub {font-family: "apparat", sans-serif; font-weight: 700; font-size: 25px;}

.italic {font-style: italic;}



@media only screen and (max-width : 1700px) {
.myh1 {font-size: 95px !important;}
}


@media only screen and (max-width : 1500px) {
    .myh1 {font-size: 90px !important;}
}

@media only screen and (max-width : 1200px) {
	.myh1  {font-size: 85px !important;}
    .toph1  {font-size: 50px !important;}
	.myh22 {font-size: 60px !important;}
    .myh3 {font-size: 22px !important;}
    .myh33 {font-size: 50px !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;}
    .myh33 {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: 60px !important;}
	.myh22 {font-size: 50px !important;}
	.myh222 {font-size: 40px !important;}
	.myh3333 {font-size: 29px !important; text-align: center !important;}
    .myh3 {font-size: 27px !important;}
    .toph1 {font-size: 44px !important;}

}


@media only screen and (max-width : 580px) {
    .myh33 {    font-size: 29px !important;}
    .myh1 {font-size: 48px !important;}
    
}


@media only screen and (max-width : 480px) {
 .myh1 {font-size: 51px !important;}

}











/*===================== 
	BUTTONS
=======================*/


.mybtn1 {border: 2px solid #041f04; color: #fefdf8; background-color: #041f04; padding: 4px 45px; font-size: 16px; font-weight: 600; font-family: "apparat", sans-serif; text-transform: uppercase; width: auto !important; border-radius: 10px;}
.mybtn1:hover {border: 2px solid  dimgray; color:  dimgray; transition-duration: .5s; background-color: transparent;}
.mybtn1 > i {color: #98de6a !important; margin-left: 5px;}
.mybtn1:hover > i {color: #98de6a !important;}

.mybtn2 {border: 3px solid #98de6a !important; color: #fefdf8 !important; background-color: transparent !important; padding: 8px 20px !important; font-size: 20px !important; font-weight: 700; font-family: "apparat", sans-serif; margin-right: 10px; border-radius: 10px; width: auto !important;}
.mybtn2:hover {border: 3px solid #fefdf8 !important; color: #fefdf8 !important; transition-duration: .5s; background-color: #041f04 !important;}
.mybtn2 > i {color: #98de6a !important; margin-left: 5px; margin-top: 2px;}
.mybtn2:hover > i {color: #fefdf8 !important; margin-left: 10px; transition-duration: .5s;}


.mybtn3 {border: 3px solid #041f04 !important; color: #041f04 !important; background-color: #fefdf8 !important; padding: 8px 20px !important; font-size: 20px !important; font-weight: 700; font-family: "apparat", sans-serif; margin-right: 10px; border-radius: 10px; width: auto !important;}
.mybtn3:hover {border: 3px solid #041f04 !important; color: #041f04 !important; transition-duration: .5s; background-color: transparent !important;}
.mybtn3 > i {color: #98de6a !important; margin-left: 5px; margin-top: 2px;}
.mybtn3:hover > i {color: #fefdf8 !important; margin-left: 10px; transition-duration: .5s;}


.herobtn {border: 2px solid #98de6a !important; color: #fefdf8 !important; padding: 10px 30px; font-size: 25px; font-weight: 500; font-family: "apparat", sans-serif; background-color: #98de6a !important;}
.herobtn:hover {border: 2px solid #c9c9c9; color: #fefdf8; transition-duration: .5s; background-color: #041f04;}






.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: #fefdf8; background-color: #041f04; text-align: center; font-weight: 700; font-size: 50px; font-family: "bigcity-grotesque-pro", sans-serif; border: 2px solid white; border-top: 0px solid #041f04 !important; text-transform: uppercase; letter-spacing: 1.1;}

.invboxtitle2 {padding: 5px 0px; color: #041f04; background-color: #fefdf8; text-align: center; font-weight: 300; font-size: 18px; font-family: "bigcity-grotesque-pro", sans-serif !important; border: 2px solid white; border-top: 0px solid #041f04 !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: #041f04 !important; font-family: "apparat", 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 #041f04; 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: #fefdf8 !important; margin: 10px; border: 3px solid #041f04; border-radius: 30px; overflow: hidden;
padding: 20px; min-height: 500px;}
.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: #041f04 !important; font-family:"bigcity-grotesque-pro", sans-serif !important; font-size: 44px; margin: 0px !important; font-weight: 900; line-height: .8 !important; text-transform: uppercase; padding-bottom: 10px;}
.redbox {background-color: transparent !important; width: 100%; padding-top: 25px; padding-bottom: 25px; }

.myinvbox:hover > .invbg {transform: translateY(-6px); transition: all ease 0.5s; cursor: pointer;}
.myinvbox:hover { transition: all ease 0.5s;}
.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: #fefdf8 !important; margin: 10px; border: 3px solid #041f04; 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: #041f04 !important; font-family:"bigcity-grotesque-pro", 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;}























.the_list_wrap {min-height: 250px; padding-top: 25px;}
.the_list_item_desc  {font-family: "apparat", sans-serif; font-size: 12px; font-weight: 500; color: #fefdf8 !important;}
.the_list_item_desc > ul {padding-left: 15px !important;}
.the_list_item_subheadline {color: #fefdf8 !important; font-family: "bigcity-grotesque-pro", 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;}



/*========================= 
	 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;}

    .bgPulse > span > img{
max-height: 85px;
}
    
    
    .mybtn1 {margin-bottom: 15px;}
    .mybtn2 {margin-bottom: 15px;}
    .mybtn3 {margin-bottom: 15px;}
    
    .padrow6 {
    padding-top: 100px;
    padding-bottom: 100px;
}
	
		.leftbg  {background-color: #041f04; background-image: none;}
	
	
	.invbg {background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
height: 160px;
    border: 0px solid white;}
    
    .myinvbox {margin-bottom: 15px; min-height: 450px; padding: 15px;}
	
	.invboxtitle {
    padding: 5px 15px 5px 15px;
    color: #fefdf8;
    background-color: #041f04;
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    font-family: "bigcity-grotesque-pro", sans-serif;
    border: 2px solid white;
    border-top: 0px solid #041f04 !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;}
    
	
}


/* 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;}

	.bgPulse > span > img{
max-height: 60px !important;
}
    
    .bgPulse span {
    width: 60px;
    height: 60px;
    background-color: transparent;
}

	
	.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;}
    
    .bgPulse > span > img{
max-height: 50px !important;
}
    
    .bgPulse span {
    width: 50px;
    height: 50px;
    background-color: transparent;
}
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

