html, body {
 width: 100%;
 padding: 0px;
 margin: 0px;
 overflow-x:hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.maincontainer {
	margin:auto;
}

#logo {
  padding:10px 35px 14px 40px;
  border-right:1px solid white;
}

#logo img {
  width:140px;
}

#logo:hover {
 background-color:white;
}

#fbfbfb {
 z-index:-1;   
}

.menu {
  margin:auto;
  width:100%;
  top:0;
  left: 0;
  position: fixed;
  z-index: 5;
}
}

.clear {
  clear:both;
}

#clear{
  clear:both;
}


.contactmenu1{
	overflow:hidden;
	background-color:#f4f4f4;
	color:white;
	width:100%;
	padding:5px;
	text-align:right;
}

.contactmenu1 a {
  color: black;
  text-decoration: none;
  font-size: 20px;
  padding-right:50px;

}

#mobile, #email, #messenger {
    font-size:12px;
}

.topnav {
  overflow: hidden;
  overflow-x:hidden;
  background-color: #cccccc;
  border-bottom:3px solid red;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 19px 18px 16px 17px;
  text-decoration: none;
  font-size: 15px;
  clear:right;
}


.topnav a:hover {
  background-color: #555;
  color: white;
}

#logo a:hover{
  background-color:#cccc;
}

.topnav a.active {
  background-color: red;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
 .menu {
  width:100%;
  margin:0;
 }
  
 #logo img {
 width:140px;
 padding-left:12px;
 padding-top:2px;
 }

}


@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	
  }
  
  .icon i {
 font-size:20px;
 padding-right:15px;
  }
  
  #logo {
    padding-right:2px;
	padding-left:1px;
	border-right:0;
  }
  
	.contactmenu1 a{
	font-size:20px;
	padding-right:20px;
   }
   
   #mobile, #email, #messenger {
    display:none;
}

}

/*DROPDOWN */

.dropdown1 {
  float: left;
  overflow: hidden;
  border-bottom:3.5px solid red;
}


.dropdown1 .dropbtn {
  font-size: 15px; 
  font-weight:bold;  
  border: none;
  outline: none;
  color: white;
  padding: 17.5px 75px;
  background-color: red;
  font-family: inherit;
  margin: 0;
}

.dropdown-content1 {
  font-size:15px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 248px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 5;
}

.dropdown-content1 a {
  float: none;
  color: black;
  padding: 8px 20px;
  border-bottom: 1px dashed #cccc;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown1:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content1 a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown1:hover .dropdown-content1 {
  display: block;
  z-index:2
}

#redline {
 background-color:red;
 height:2px;
 margin:auto;
}

@media screen and (max-width: 600px) {
 .dropdown1 .dropbtn {
  padding:17.5px 20px;
 }
 
 .dropdown-content1 {
  min-width: 100%;
  font-size
}

.dropdown-content1 a {
  padding: 8px 10px;
 
}
}

/* main gallery */
.mySlides1 {
display: none;
}

.slidespic {
  vertical-align: middle;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}


/* Slideshow container */
.slideshow-container1 {
  width:85%;
  position: relative;
  margin:100px auto 5px auto;
}


.text {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}


#slidesbutton  {
 margin:auto;
 background-color:red;
 padding:15px 20px;
 box-shadow: 1px 1px 2px white;
}

#slidesbutton a {
 color:white;
 text-decoration:none;
}

.slideshow-container1:hover .slidespic {
  opacity: 0.3;
}

.slideshow-container1:hover .text {
  opacity: 1;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade1 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .text {font-size: 11px}
}

@media only screen and (max-width: 600px) {
  .slideshow-container1 {
  width:100%;
  }
  
  #slidesbutton  {
 margin:auto;
 background-color:red;
 padding:10px 12px;
 box-shadow: 1px 1px 2px white;
 font-size:12px;
}

 .dot {
  height: 8px;
  width: 8px;
  }
}

/* Promos & News*/

.feature-container {
 width:85%;
 margin:10px auto -40px auto;
 text-align:center;
 background-color:#cccc;
 height:120px;
 border-top:2px solid red;
 box-shadow: 2px 2px 5px gray;
}

.feature-container h1 {
 text-shadow:2px 2px white;
 padding-top:10px;
 font-size:25px;
 font-weight:bold;
}

.feature-container3 {
 width:85%;
 margin:98px auto -40px auto;
 text-align:center;
 background-color:#cccc;
 height:120px;
 border-top:2px solid red;
 box-shadow: 2px 2px 5px gray;
}

.feature-container3 h1 {
 text-shadow:2px 2px white;
 padding-top:10px;
 font-size:25px;
 font-weight:bold;
}


#featuredtext {
 font-size:15px;
}

/* footer */
.footer-container {
width:100%;
margin:30px auto 0 auto;
background-color:#333333;
border-bottom:3px solid red;
}

.footer-container .row .col-sm-3 {
 padding:10px 50px 0 50px;
}

#bestdeals {
 color:white;
 font-size:24px;
 text-shadow:2px 2px 3px white;
}

#hostname {
 color:#cccc;
 font-size:12px;
 margin:15px auto 20px auto;
 width:180px;
 }

#links {
 color:white;
 font-weight:bold;
 font-size:11px;
}

#fname, #fdealership, #femail, #ffbpage, #fmobile, #fmobile a {
 color:white;
 font-size: 15px;
}

#faboutus {
 color: #cccc;
 font-size:13px;
 text-align:justify;
}

.footer-container  .row {
 padding-top:40px;
}

#femail {
 font-size:13px;
}

#flinks a {
 color:white;
 font-size:11px;
 font-weight:bold;
}

#fbfbfb {
	margin-top:4px;
	position:fixed;
	z-index:500;
}

/* PRICELIST */

#plrow {
 width:85%;
 margin:100px auto 0 auto;
}

.banner-container .row .col-md-4 img {
max-width:100%;
height:auto;
}

a.plpromoslinks {
 background-color:red;
 color:white;
 padding:15px 30px;
 text-decoration:none;
 font-size:15px;
 font-weight:bold;
}

.rows.table {
 border:1px solid #e9e9e9;
}

@media only screen and (max-width: 600px) {
  #plrow {
  width:100%;
  }
  .feature-container, .feature-container3 {
  width:100%;
  }
 }
 
 .pl-container {
  width: 85%;
  margin:60px auto 20px auto;
}
 
button.accordion {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
 
button.accordion:after {
  content: '\f055';
  font-family: "fontawesome";
  font-size: 14px;
  float: left;
	
}
 
button.accordion.is-open:after {
  content: '\f056';
}
 
button.accordion:hover, button.accordion.is-open {
  background-color: #ddd;
}
 
.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  overflow: scroll;
  max-height:0;
  transition: max-height 0.2s ease-in-out;
  font-size:14px;
}

/*CONTACT US */

.contactus-container {
 margin:50px auto 50px auto; 
 width:85%;
}

#rcontactus {
 margin:auto;
}

#rcontactus .col-sm-6{
 background-color:#cccccc;
 padding:15px;
 text-align:center;
 border:1px solid white;
}

#rcontactus .col-sm-6 a {
 text-decoration:none;
 color:black;
}

#rcontactus .col-sm-6:hover, #rcontactus .col-sm-6 a:hover {
 background-color:#999999;
 font-weight:bold;
}

#rcontactus .col-sm-6 img {
 border:none;
}

.container {
text-align:center;
margin-top: 50px;
}

/*wigo promos*/
#promoscontainer1 {
 width:85%;
 margin:100px auto 0 auto;
}

#promoscontainer1 img {
 width:100%;
 margin:auto;
}

/* Style tab links */
.tablink {
  background-color: #994653;
  border:1px solid white;
  color: white;
  text-shadow:2px 2px 2px black;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 8px;
  font-size: 16px;
  width: 25%;
  overflow:visible;
}

.tablink:hover {
  background-color: #994653;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  height: 100%;
}

.feature-container1 {
 width:85%;
 margin: auto;
 text-align:center;
 background-color:#cccc;
 padding:10px 5px 20px 5px;
 border-top:2px solid red;
 box-shadow: 2px 2px 5px gray;
}

.feature-container1 h1 {
 text-shadow:2px 2px white;
 padding-top:15px;
 font-size:25px;
 font-weight:bold;
}

.feature-container1 h2 {
font-size:17px;
}


@media only screen and (max-width: 600px) {
  #promoscontainer1 {
  width:100%;
  }
  
  .tablink {
  font-size:16px;
  }
  
  .feature-container1 {
  width:100%;
  }
}

#stuckNav{
  position: fixed;
  top: 99px;
  z-index: 2;
  width:100%;
}
nav{
  position: relative;
  width: 85%;
  margin:0 auto;
}

nav a, nav a:hover {
 text-decoration:none;
 color:white;
}

.promocolumns {
  width:33%;
  margin:20px auto;
  color:black;
  padding:8px;
  display:inline-block;
  float:left;
}

.rows {
 width:85%;
 margin:auto;
}

.rows1 {
  width:85%;
 margin: 65px auto;
}

.promocolumns img {
 max-width:100%;
 height:auto;
}

.promoscontainer1 {
 width:33.3%;
}

.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;
}

.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:3px;
 border-bottom: 1px solid #eee;
}

.promodetails {
  padding: 5px;
  text-align: center;
}

.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)
}


@media only screen and (max-width: 600px) {
  .promocolumns {
    width: 100%;
  }
  nav {
  width:100%;
  }
  .rows, .rows1 {
  width:100%;
  }
}

.PicsSlide img{
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.pics-container {
  position: relative;
  width:42%;
  margin:20px auto;
  float:left;
  padding:20px;
 }

.pics-container h2 {
 font-size:25px;
 font-weight:bold;
 padding-top:15px;
}

/* Hide the images by default */
.PicsSlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev1,
.next1 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  background-color:white;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev1:hover,
.next1:hover {
  background-color: ;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 60px 12px;
  position: absolute;
  top: 0;
}


/*slider 2 interior of wigo */
.PicsSlides1 img {
  vertical-align: middle;
}

/* Hide the images by default */
.PicsSlides1 {
  display: none;
  border:1px solid black;
}

/* Next & previous buttons */
.prev11,
.next11{
  cursor: pointer;
  position: absolute;
  top: 65%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  background-color:white;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next11 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev11:hover,
.next11:hover {
  background-color: ;
}

@media only screen and (max-width: 600px) {
  .pics-container {
    width: 100%;
  }
}

.wigospecs {
 width:50%;
 float:left;
 padding-top:20px;
}

.greytblhighlight {
 background-color:#cccccc;
 font-size:18px;
 font-weight:bold;
}

.rows .table {
 margin-top:20px;
 border:1px solid #e9e9e9;
}


ul.specsdetails{
 list-style-type:none;
 padding:0 20px 0 0;
}

.specsheader {
 font-size:18px;
 background-color:#eee;
 padding:10px;
 text-align:center;
}

.specslist {
 font-size:15px;
 padding:5px 15px;
 border-bottom:1px solid #eee;
 border-right:1px solid #eee;
 border-left:1px solid #eee;
}


@media only screen and (max-width: 600px) {
  .wigospecs {
    width: 100%;
  }
  
  ul.specsdetails{
 padding:0;
}

}

.brochurebutton {
 width:50%;
 padding:20px;
 font-size:18px;
 color:white;
 background-color:red;
 margin: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: 93%;
	font-size:15px;
	font-weight:bold;
  }
}
 
 .requirements {
   width:33%;
  margin:auto;
  color:black;
  padding:8px;
  display:inline-block;
  float:left;
 }
 
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;
  }
 
.appli-container {
  width:85%;
  padding:20px;
  background-color:#eee;
  margin:20px auto;
 }
 
 #applilink {
  padding:20px;
  background-color:red;
  width:40%;
  color:white;
  margin:auto;
 }
 
 #applilink a {
  text-decoration: none;
  color:white;
 }
 
 #applilink:hover {
  background-color:#993333;
 }
 
 @media only screen and (max-width: 600px) {
  .requirements {
    width: 100%
  }
  .appli-container {
  width:100%;
  }
}

/* Promos */

img#promosbanner {
  object-fit: cover;
  width: 100%;
  border:1px solid #e9e9e9;
}

.promosbox {
 width:100%;
 border:1px solid #cccccc;
 border-radius:10px;
 box-shadow: 0 7px 7px -5px;
 margin:15px auto;
} 

.rows .d-inline-flex {
 margin:15px 10px;
 width:31%;
}

.promosbox a {
text-decoration:none;
color:black;
}

.promosbox img{
 border-radius:25px;
}

.promosunitname {
 width:100%;
 padding:10px;
 text-align:center;
 margin-top:-10px;
 background-color:white;
 position:relative;
 z-index:2;
 border-bottom-left-radius: 15px;
 border-bottom-right-radius: 15px;
 font-weight:bold;
 border-top:1px solid #cccccc;
}

@media only screen and (max-width: 600px) {
  .promosbox {
    width: 85%;
	margin:auto;
  }
  
  .rows .d-inline-flex {
  width:100%;
  }
 }
 
 /* PRICING TABLE */
 .gaccessoriescont{ background: #e6e6e8;
  width:85%;
  margin:auto;  
 }
.pricingTable{
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 15px 15px;
    padding: 20px 0 40px;
    position: relative;
    z-index: 1;
}

.pricingTable:before,
.pricingTable:after{
    content: "";
    background: linear-gradient(to right,#dfed23,#82cc0c);
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.pricingTable:after{
    background: #fff;
    clip-path: polygon(5% 0, 100% 0, 100% 60%, 95% 60%, 95% 94%, 5% 94%);
}

.pricingTable .pricingTable-header{
    color: #fff;
    background: linear-gradient(to right,#dfed23,#82cc0c);
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0 -12px 30px;
    position: relative;
}

.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after{
    content: "";
    background: linear-gradient(to top right,transparent 49%,#1f6b08 50%);
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.pricingTable .pricingTable-header:after{
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}

.pricingTable .title{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    font-style: italic;
    margin: 0;
}

.pricingTable .price-value{
    color: transparent;
    background: linear-gradient(to right,#dfed23,#82cc0c);
    background-clip: text;
    -webkit-background-clip: text;
    margin: 0 0 30px;
}

.pricingTable .price-value .amount{
    font-size: 23px;
    font-weight: 700;
    display: block;
}

.pricingTable .duration{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
}

.pricingTable .pricing-content{
    color: #666;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    padding: 0 0 0 20px;
    margin: 0 0 5px;
    list-style: none;
    display: inline-block;
}

.pricingTable .pricing-content li{
    margin: 0 0 12px;
    position: relative;
}

.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "";
    background: #82cc0c;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: -20px;
}

.pricingTable.blue:before,
.pricingTable.blue .pricingTable-header{
    background: linear-gradient(to right,#a93226 ,#f1948a);
}

.pricingTable.blue .pricingTable-header:before,
.pricingTable.blue .pricingTable-header:after{
    background: linear-gradient(to top right,transparent 49%, #c0392b 50%);
}

.pricingTable.blue .price-value{
    background: linear-gradient(to right,#a93226,#f1948a);
    background-clip: text;
    -webkit-background-clip: text;
}

.pricingTable.blue .pricing-content li:before{ background:  #a93226; }
.pricingTable.purple:before,
.pricingTable.purple .pricingTable-header{
    background: linear-gradient(to right,#6B0398,#E262CC);
}
.pricingTable.purple .pricingTable-header:before,

.pricingTable.purple .pricingTable-header:after{
    background: linear-gradient(to top right,transparent 49%,#3f035b 50%);
}

.pricingTable.purple .price-value{
    background: linear-gradient(to right,#6B0398,#E262CC);
    background-clip: text;
    -webkit-background-clip: text;
}

.pricingTable.purple .pricing-content li:before{ background: #E262CC; }

@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 15px 40px; }
}

.wigofacelifted {
margin-bottom:40px;
}

.wigofacelifted img{
border:2px solid white;
}

.wigofaceliftedtitle {
border:1px solid #eee;
padding:20px;
margin-top:20px;
}

.wigofaceliftedtitle h2 {
font-size:22px;
font-weight:bold;
}

.wigofaceliftedtitle span {
font-size:15px;
color:#999999;
}

.wigofaceliftedtitle h2, .wigofaceliftedtitle h5 {
text-align:left;
}

.wigofaceliftedtitle h5 {
font-size:18px;
}


#titleanddesc {
display:none;
}

#requestquote {
background-color:red;
width:100%;
border:1px solid red;
padding:15px;
}

.rows1 {
 width:85%;
 margin:auto;
}

h1.newwigopromolink {
background-color:red;
text-align:center;
}

h1.newwigopromolink a {
text-decoration:none;
color:white;
}

@media only screen and (max-width: 600px){
  h1.newwigopromolink {
 font-size:25px;
  }
}
