* {box-sizing: border-box}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
 width:100%;
 margin:auto;
}

.clear {
 clear:both;
}


.trapezoid {
	border-bottom: 53px solid red;
	border-left: 60px solid transparent;
	height: 0;
	width: 200px;
    color:white;
    font-weight:bold;
	float:left;
}

.trapezoid a{
   text-decoration:none;
   color:white;
}

#lowdp {
  font-size:11px;
  float:right;
  padding-top:8px;
  padding-right:12px;
}

#promos {
 float:right;
 padding-right:12px;
}

@media screen and (max-width: 600px) {
 .trapezoid {
	width: 98px;
	border-left: 40px solid transparent;
  }
  
  #lowdp, #promos {
  padding-right:4px;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index:1000;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.trapezoid {
  transition: margin-left .5s;
}


#logo {
 padding-top:9px;
}

#logo img {
width:90%;
}

.menu {
  width:100%;
  margin:0;
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  z-index: 300;
}

.topmenu {
  overflow: hidden;
  background-color: #333;
}

.topmenu a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px 14px;
  text-decoration: none;
  font-size: 15px;
}

.topmenu a:hover {
  background-color: #ddd;
  color: black;
}

.topmenu a.active {
  background-color: #4CAF50;
  color: white;
}

.topmenu .icon {
  display: none;
}



@media screen and (max-width: 1100px) {
  .topmenu a:not(:first-child) {display: none;}
  .topmenu a.icon {
    float: right;
    display: block;
  }
  .menu {
  width:100%;
  }
}

@media screen and (max-width: 1100px) {
  .topmenu.responsive {position: relative;}
  .topmenu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topmenu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  #logo {
    padding:14.5px 10px;
	border-right:0;
  }

  #logo img {
    width:113px;
}  
}

@media screen and (max-height: 600px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.contactmenu {
  width: 90%;
  background-color: #ccc;
  overflow: auto;
  margin:55px auto 0 auto;
}

.contactmenu a {
  float:left;
  padding: 8px;
  color: black;
  text-decoration: none;
  font-size: 14px;
  width: 33.3%;
  text-align: center;
}

#aemail, #amobile {
 border-right:1px solid white;
}

@media screen and (max-width: 600px) {
  #email, #mobile, #messenger {
  display:none;
  }
  .menu {
  width:100%;
  }
  
  .contactmenu {
  width:100%;
  }
}


.gallery {
 width:90%;
 margin:5px auto;
 
}

.containerpics {
width:90%;
}
 
 .carousel-inner img {
      width: 100%;
      height: 100%;
}

.containerpics, .containerpics1{
    margin:-20px auto 20px auto;
}


#imgmain {
 width:99%;
 margin:auto;
 border:1px solid gray;
}

.col-sm-4  > span{
 padding:10px;
 display:block;
 font-weight:bold;
 text-align:center;
}

 .col-sm-4 {
  margin:0 auto 15px auto;
  box-shadow: 2px 20px 15px rgba(0,0,0,.1);
  padding-left:20px;
  }
  
  
#imgmain:hover {
  width:100%;
  transition:0.4s;
}
 
 
 .contanerheader {
 width:90%;
 margin:10px auto;
 text-align:center;
 height:130px;
 border-top:2px solid red;
 box-shadow: 2px 2px 5px gray;
 background-color:#ebebeb;
 padding:3px;
}

.contanerheader h1 {
 text-shadow:2px 2px white;
 padding-top:10px;
 font-size:25px;
 font-weight:bold;
 color:black;
}

#featuredtext {
 font-size:15px;
}

@media screen and (max-width: 600px) {
 .gallery {
 width:100%;
 }
 
 .contanerheader {
 width:100%;
 }
}

/* FOOTER */
.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 800px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

#accordicon {
float:right;
}

.pricelistcontainer {
width:90%;
margin:20px auto;
}

.card-header H5 {
}

.card-header a {
 text-decoration:none;
}

.card-header:hover {
 background-color:#eee;
}

#plpromolinks {
 background-color:red;
 padding:10px;
}

#plpromolinks a {
color:white;
}

#plpromolinks a:link {
 text-decoration:none;
 color:white;
}

.card-body {
 overflow:scroll;
 padding:0;
}

@media (max-width: 600px) {
.card-body {
 font-size:14px;
}
}

.colorsurge {
 width: 90%;
 margin:20px auto;
 background-color:#f4f4f4;
 padding:20px;
 
}

#unitname a{
 color:white;
 text-decoration:none;
 padding:10px;
}


#unitname {
 background-color:#005782;
width:99%;
}

.applicationpage {
 width:90%;
 margin: 40px auto;
 background-color: #eee;
 padding:40px;
 text-align:center;
 border-radius:5px;
}

.applicationpage a {
 background-color:red;
 padding:20px;
 margin-top:10px;
 color:white;
 text-decoration:none;
}

@media (max-width: 800px) {
 .applicationpage a {
 padding:10px;
 }
 
 .applicationpage {
 
 width:100%;
}

}

.contactname {
 width:90%;
 margin:30px auto;
 text-align:center;
}

.salesinquiry {
 width:33.3%;
 margin:auto;
 text-align:center;
 border:1px solid gray;
 padding-bottom:0;
}

.salesinquiry h1 {
 font-size:20px;
 background-color:red;
 padding:10px;
 color:white;
}

.salesinquiry p {
 background-color:#eee;
 line-height:20px;
 padding:5px;
}

.serviceinquiry h1, .insuranceinquiry h1, .partsinquiry h1 {
 font-size:20px;
 background-color:red;
 color:white;
 padding:10px;
}

.partsinsservice {
 width:90%;
 margin:40px auto;
 text-align:center;
}

.serviceinquiry {
font-size:15px;
}

.serviceinquiry, .insuranceinquiry, .partsinquiry {
 border:1px solid gray;
 margin-top:10px;
}

@media (max-width: 600px) {
 .salesinquiry, .serviceinquiry, .insuranceinquiry, .partsinquiry {
 width:90%;
 }
}

/* PROMOS */
.imgpromoscontainer {
width:90%;
margin:0 auto;
}

.imgpromoscontainer img {
width:100%;
}

@media (max-width: 600px) {
 .imgpromoscontainer {
width:100%;
}
}

/* full page tab link */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  width:90%;
  margin:auto;
  display: none;
  height: 100%;
}


@media (max-width: 600px) {
 .tablink {
  font-size:17px;
  padding: 14px 5px;
 }
}

.contanerheader1 {
 width:100%;
 margin:10px auto;
 text-align:center;
 height:170px;
 box-shadow: 2px 2px 5px gray;
 background-color:#ebebeb;
 padding:10px 5px;
}

.contanerheader1 h1 {
 text-shadow:2px 2px white;
 padding-top:10px;
 font-size:25px;
 font-weight:bold;
 color:black;
}

#stuckNav{
  position: fixed;
  top: 53.5px;
  z-index: 2;
  width:100%;
  margin-right:60px;
}


nav {
 width:90%;
 margin:0 auto;
 position:relative;
}



.promocolumns1 {
   width:40%;
   margin:20px 50px;
   float:left;
   font-size:20px;
}

.promocolumnsx {
   width:30%;
   margin:20px 15px;
   float:left;
   font-size:20px;
}

.promocolumns2 {
   width:30%;
   margin:20px 15px;
   float:left;
   font-size:20px;
}

.promocolumnsfirst {
   width:30%;
   margin:20px 15px 20px 15px;
   float:left;
   font-size:20px;
}


.inclusions {
 text-align:left;
 padding:6px 6px 6px 15px;
 font-size:14px;
}

.srpprice {
  list-style-type: none;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.promoheader {
 background-color:#cccccc;
 color:black;
 text-align:center;
 font-size:10px;
 margin-bottom:0;
 text-shadow:2px 2px 2px white;
}

.promoheader h2 {
 font-size:20px;
 padding:15px;
}

.srpprice .grey {
  background-color: #111;
  color: black;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding: 12px;
  text-align: center;
}

.grey1 {
 text-align:center;
 background-color: #eee;
 padding:5px;
 margin-top:0;
 border-bottom: 1px solid #eee;
}

.grey2 {
 text-align:center;
 background-color: #eee;
 padding:5px;
 margin-top:0;
 border-bottom: 1px solid #eee;
 color:red;
 font-size:16px;
 font-weight:bold;
}


.promodetails {
  padding: 5px;
  text-align: center;
}

.promodetails1 {
  padding: 5px;
  text-align: center;
  font-size:16px;
}

.srpprice .grey{
  background-color: #eee;
  font-size: 20px;
  padding:12px;
}

.button {
  background-color: red;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.srpprice a:hover {
 text-decoration:none;
 color:white;
}

.srpprice:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.promoimg img {
 width:100%;
}

@media only screen and (max-width: 600px) {
  .promocolumns1, .promocolumns2, .promocolumnsfirst, .promocolumnsx {
    width: 100%;
	margin:20px auto;
  }
  
  nav {
  width:100%;
  }
  
  .tabcontent {
  width:100%;
  }
 
}

.columnbggray {
 background-color:#ccc;
}

#mitsupltable {
 border:1px solid #eee;
 width:70%;
 margin:auto;
}

@media only screen and (max-width: 600px) {
  #mitsupltable {
 border:1px solid #eee;
 width:100%;
 overflow:auto;
 font-size:15px;
}
}

.brochurebutton {
 width:50%;
 padding:20px;
 font-size:18px;
 color:white;
 background-color:red;
 margin:25px auto;
 text-align:center;
}

.brochurebutton a {
 color:white;
 text-decoration:none;
}

.brochurebutton:hover {
 background-color:#993333;
}

@media only screen and (max-width: 600px) {
  .brochurebutton {
    width: 100%;
	font-size:15px;
	font-weight:bold;
  }
}

.contanerheader2 {
 width:100%;
 margin: -8px auto 20px auto;
 text-align:center;
 height:120px;
 box-shadow: 2px 2px 5px gray;
 background-color:#ebebeb;
 padding:10px 5px;
}

.contanerheader2 h1 {
 text-shadow:2px 2px white;
 padding-top:10px;
 font-size:25px;
 font-weight:bold;
 color:black;
}

.requirementscont {
 width:100%;
 margin:auto;
}

.requirements {
  width:33.3%;
  float:left;
  padding:8px;
 }
 
ul.reqslist {
  list-style-type:none;
  padding:0;
 }
 
 .reqsheader {
  font-size:18px;
  padding:10px;
  background-color: #eee;
  text-align:center;
  margin-top:20px;
  font-weight:bold;
 }
 
 .reqsdetails {
  font-size:15px;
  border-bottom:1px solid #eee;
  padding:8px;
  border-right:1px solid #eee;
  border-left:1px solid #eee;
 }
 
 .reqsdetails a {
  padding:8px;
  background-color:#006699;
  color:white;
  text-decoration:none;
 }
 
  .reqsdetails a:hover {
  background-color:#0066cc;
  }
  
  @media only screen and (max-width: 600px) {
  .requirements {
   width:100%;
  }
  .contanerheader2 {
  width:100%;
  }
  
  .requirementscont {
  width:100%;
  }
}


.imgtophe img {
border: 4px solid white;
}



.rows {
 width : 90%;
 margin:auto;
}
 
 