/*
Theme Name: cwsdemo02.com
Author: Commercial Web Services
Description: A WordPress theme developed by Commercial Web Services.
Version: 1.0
*/

/* General CSS Start */

body {
    margin: 0;
}

::-moz-selection {
  text-shadow: none;
  color: #333;
  background: #ffde00;
}

::selection {
  text-shadow: none;
  color: #333;
  background: #ffde00;
}

.bg-container {
	background:url('assets/images/home-banner1.jpg') center center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.spacer {
  clear: both;
}
a {
  outline: none;
  text-decoration: none !important;
  color: inherit;
}
a img,
a:visited img {
  max-width: 100%;
  opacity: 1;
  transition: opacity .8s ease;
}
a:hover img,
a:active img {
    opacity: .7;
}
#header a:hover img,
#header a:active img {
	opacity:1;
}
.main-wrapper {
    max-width: 100%;
}
/* General CSS End */
/* Header CSS  Start */

/* Header Style */
header {
  position: relative;
  z-index: 3;
  background-color: rgba(17, 17, 17, 0.9);
}
.header-content {
  font-family: 'Oswald', sans-serif;
  font-style:italic;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding: 30px 0 65px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .header-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .header-content {
    width: 1170px;
  }
}
.header-content > .navbar-header,
.header-content > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .header-content > .navbar-header,
  .header-content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-content {
    padding: 20px 0 10px;
  }

}
@media (max-width: 767px) {
  .header-content {
    width: 380px;
    padding-bottom: 10px;
  }
}
.header-brand {
  text-align: center;
}
@media (max-width: 991px) {
  .header-brand {
    margin: 0px auto;
  }
}
@media (min-width: 768px) {
  .header-brand {
    float: left;
  }
}
.header-brand a {
  display: inline-block;
  width: 300px;
}
.header-brand img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.dealer-contact {
  margin: 15px 0 0;
  padding: 15px 15px 0;
}
@media (max-width: 767px) {
  .dealer-contact {
    border-top: 1px solid #818181;
  }
}
@media (min-width: 768px) {
  .dealer-contact {
    padding: 0;
    margin-top: 100px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .dealer-contact {
    margin: 5px 0 20px;
  }
}
.dealer-contact > div {
  display: inline-block;
}
@media (max-width: 767px) {
  .dealer-phone {
    float: left;
    margin: 0;
  }
  .dealer-address {
    float: left;
    margin: 0;
  }
}
.dealer-phone a {
  padding-right:40px;
  font-size: 18px;
  color: #fff;
}
.dealer-phone a:hover {
  color: #959595;
}
.dealer-phone a span {
  color: #ffde00;
  font-size: 18px;
}

.dealer-address a {
  padding-right:40px;
  font-size: 18px;
  color: #ffde00;
}
.dealer-address a span {
  color: #ffffff;
  font-size: 18px;
  font-weight:200;
}

.dealer-social a{
  font-size: 18px;
  font-weight:200;
  color: #ffde00;
}
.dealer-social .fa {
  margin-right: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .dealer-social {
    padding: 10px 5px;
    font-size: 26px;
  }
}
/* Header CSS  End */



#d-header {
    padding: 20px 0 20px;
    text-align: center;
}
#d-header a {
    display: block;
    width: 100%;
    margin: auto;
}
#logo-header a {
	position:relative;
}
#logo-header img:hover {
	opacity:1;
}
/* Header CSS  End */

/* Navbar Start */
.navbar {
	border:0px !important;
	border-top:2px solid #ffde00 !important;
	border-radius:0 !important;
	font-family:"Open Sans Condensed", sans-serif !important;
	color:#ffffff !important;
	font-weight:400 !important;
 	width:74% !important;
	font-size:1.3em !important;
	margin-bottom:0 !important;
    clear: none !important;
	/*overflow:hidden;*/
}
.navbar-default {
	background-color:transparent !important;
	text-transform:uppercase !important;
}
.nav {
	margin-top:0 !important;
  width: 80% !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #333333 !important;
}
.navbar-default .navbar-nav>li>a {
	color:#ffffff !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#ffde00 !important;
}

.navbar-default .navbar-nav>.active>a {
	color:#cccccc !important;
	background-color:#333333 !important;
}
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color:#ffffff !important;
	background-color:#333333 !important;
}
.navbar-header span.visible-xs {
	padding:10px 15px;
	margin:auto !important;
}
@media screen and (max-width: 991px) {
  .navbar {
    margin: 0px !important;
    width: 100% !important;
  }

}

@media (min-width: 768px) {
	.nav {
		display:flex !important;
		width:100% !important;
    float:right !important;
	}
	.navbar-nav>li {
		flex: 1 1 auto !important;
		text-align: center !important;
	}
  .navbar-collapse.collapse {
    display: inline-block!important;

  }
}
/* Navbar End */

/* CTA CSS Start */
/* CALL TO ACTION BUTTONS */

#cta  {
    position: absolute;
    z-index: 1;
    top: 500px;
    width: 100%;
}

#cta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#cta li {
  width: 33%;
  margin: 0 15px;
}

#cta li a {
  display: block;
}

.cta-box {
  background-color: #222222;
  width: 100%;
  height: 120px;
  text-align: center;
  margin-bottom: 0;
  transition: 0.5s ease all;
}

.cta-box span {
  font-size: 35px;
  line-height: 38px;
  color: #ffffff;
  padding-top: 10%;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
      display: inline-block;
}
#cta1 span {
    width: 86%;
}

.cta-text {
  font-family: 'Slabo 13px', sans-serif;
  background-color: #222222;
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 6px;
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 4px solid #ffde00;
  transition: 0.5s ease all;
}

#cta li:hover .cta-box {
  background-color: #000000;
}

#cta li:hover .cta-text {
  color: #ffde00;
  background-color: #000000;
}

@media screen and (max-width: 991px) {
    #cta li {
      width: 100%;
      margin: 8px 10px;
    }
    .cta-box span {
      font-size: 28px;
      line-height: 38px;
      color: #ffffff;
      padding-top: 10%;
    }
    .cta-text {
      font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    #cta {
      padding: 25px 30px;
    }
}

@media screen and (max-width: 680px) {
    #cta {
      padding: 20px 30px;
    }
    #cta ul {
      flex-direction: column;
    }
    #cta li {
      width: 100%;
      margin: 8px 0;
    }
    .cta-box span {
      font-size: 30px;
      line-height: 10px;
      color: #ffffff;
      padding-top: 50px;
    }
    .cta-box {
      height: 100px;
      margin-bottom: 0;
    }
    .cta-text {
      border-bottom: 4px solid #ffde00;
    }
}

/* CTA CSS End */
/* Exclusive Site CSS Start */

/* Rotating Logo Area CSS Start */

#d-brands {
	background:#ffffff;
	text-align:center;
	padding:30px 0;
	border-top:2px solid #e0e0e0;
}
#brand_bar{
	padding: 60px;
	background-color: #ffffff;
}
#bb-wrap {
	position: relative;
	margin: auto;
	max-width:80%;
}
#bb-area {
	position:relative;
	width:100%;
	margin:5px auto;
	box-sizing:border-box;
}
#logo-carousel {
	width:900px !important;
	height:103px;
	margin:0 auto;
}
#left-nav, #right-nav {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:20px;
}
#left-nav {
	left:0;
	margin-right:11px;
}
#right-nav {
	right:0;
	margin-left:11px;
	text-align:right;
}
.prev, .next {
	color:#333333;
	font-size:15px;
}
#brand-rotator {
	position:relative;
	height:103px;
	overflow:hidden;
}

#brand-rotator ul {
	list-style-type:none;
}

#brand-rotator li {
	margin:0 10px;
}

#brand-rotator li:hover,
#right-nav:hover,
#left-nav:hover {
	opacity:.7;
}

.logo_area_link {
	display:block;
	position:relative;
	width:160px;
	height:103px;
}
.logo_area_link img {
	display:block;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
#bb-wrap .fa {
	font-size:50px;
}
@media (min-width:1201) {
	#logo-carousel {
		max-width:900px;
	}
}
@media (max-width:1200px) {
	#logo-carousel {
		max-width:720px;
	}
}
@media (max-width:991px) {
	#logo-carousel {
		max-width:540px;
	}
}
@media (max-width:767px) {
	#logo-carousel {
		max-width:360px;
	}
}
@media (max-width:480px) {
	#logo-carousel {
		max-width:180px;
	}
}

/* Rotating Logo Area CSS End */


/* Carousel CSS Start */

.main-wrapper #hero_spot {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}
#d-carousel {
    overflow: hidden;
}
#hero_spot {
    height: 550px;
    transition: height .8s ease;
}
.carousel {
    height:550px;
}
.carousel-inner {
	border-bottom:4px solid white;
}
#d-carousel {
	}
.item {
    height: 550px;
}
#rotation01 {
    background: url("assets/images/rotation01.jpg") no-repeat center center;
    background-size: cover;
}
#rotation02 {
    background: url("assets/images/rotation02.jpg") no-repeat center center;
    background-size: cover;
}
#rotation03 {
    background: url("assets/images/rotation03.jpg") no-repeat center center;
    background-size: cover;
}
#rotation04 {
    background: url("assets/images/rotation04.jpg") no-repeat center center;
    background-size: cover;
}
#rotation05 {
    background: url("assets/images/rotation05.jpg") no-repeat center center;
    background-size: cover;
}
#rotation06 {
    background: url("assets/images/rotation06.jpg") no-repeat center center;
    background-size: cover;
}
#rotation07 {
    background: url("assets/images/rotation07.jpg") no-repeat center center;
    background-size: cover;
}
#rotation08 {
    background: url("assets/images/rotation08.jpg") no-repeat center center;
    background-size: cover;
}
#rotation09 {
    background: url("assets/images/rotation09.jpg") no-repeat center center;
    background-size: cover;
}
#d-carousel .container {
    width: 100%!important;
}


/* Exclusive Site CSS End */
/* Content CSS Start */


.content-wrapper {
  padding: 5px 30px;
}
#page-home {
	position:relative;
	z-index: 1000;
}
.content-wrapper#page-home #content-home {
  background-color: #ffffff;
  padding:20px;
  margin:0 15px;
}
.content-wrapper .container {
	background-color:#ffffff;
	padding:30px;
}
.content-wrapper#page-home .container {
	background-color:none;
	padding:0;
  background-color: #ffffff;
}
@media (min-width: 1200px){
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 970px;
    }
}
@media (min-width:768px) {
  	#page-home {
      background-color: #ffffff;
  		max-width:100%;
  		width:100%;
  		padding:5px 0;
  		margin:auto;
  	}
}

/* Content CSS End */
/* Footer CSS Start */
dl .fa {
    font-size: 20px;
    margin: 3px;
}

#cws-footer {
  background:rgb(72, 72, 72)!important;
  padding: 20px;
  height: 90px;
}
#cws-footer div {
  height: 100%;
}
#cws-footer #footer-links {
  text-align: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
#cws-footer #footer-links a,
#cws-footer #footer-links a:hover,
#cws-footer #footer-links a:active,
#cws-footer #footer-links a:visited {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1200px) {
.navbar {
	width:69%!important;
}
}
@media (max-width: 991px) {
    #cws-footer {
        height: 120px;
    }
    #cws-footer #footer-links {
        text-align: center;
        top: 0;
        transform: none;
		padding-bottom:15px;
    }
    #cws-footer #logo-footer {
        text-align: center;
        margin: 20px 0 10px;
    }
    #cws-footer div {
        height: auto;
		text-align:center;
    }
	.navbar {
	width:100%!important;
}
}
@media (max-width:767px) {
  	#cws-logo {
  		text-align:center;
  		padding:0 0 30px;
  	}
}
@media (max-width: 480px) {
    #cws-footer {
        text-align: center;
    }
    #cws-footer #footer-links {
        font-size: 11px;
    }
    .cws-footer #footer-links {
        float: none;
    }
}

/* Footer CSS End */

/* CWS Foot CSS Start */
/*FOOTER*/

.footer {
  margin-top: 50px;
  margin-bottom: 40px;
}
#logo-footer {
}
.footer-icons {
  color: #999999;
  margin-right: 10px;
}
.footer-detail {
  background-color: rgb(34, 34, 34);
  border-bottom:1px solid #363636;
  padding: 30px 0;
}
h3 {
  font-size: 18px;
  color: #202020;
  font-family: "montserrat", sans-serif;
  font-weight: bold;
  text-align: left;
}
.hours.fa-lg {
  color: #999999;
}
.footercontent {
  font-family: "montserrat", sans-serif;
  font-weight: regular;
  color: #ffffff;
  font-size: 12px;
}
.footercontent a:hover {
  color: #ffde00;
  opacity: 0.6;
}
.hours {
  font-weight: bold;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dl {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.footercontent > dl > dt {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: #ffde00;
  margin-bottom: 10px;
}
dt {
  font-weight: bold;
}
dt, dd {
  line-height: 1.42857143;
}
.footercontent .link a:before {
  content: "\f041";
  font: 200 18px/1 FontAwesome;
  color: #fff;
  padding-right: 7px;
}
@media (max-width: 991px) {
    .footer-logo img {
        width: 200px;
        margin-bottom: 40px
    }
    .footercontent {
        text-align: center;
    }
    #cta {
        top: 550px;
    }
}

@media (max-width: 767px) {
	
	#hero_spot {
    height: 350px;
    transition: height .8s ease;
}
.carousel {
    height:350px;
}
.carousel-inner {
	border-bottom:4px solid white;
}
#d-carousel {
	}
.item {
    height: 350px;
}
	#cta {
    top: 380px;
}
	}
@media (max-width: 680px) {
		#hero_spot {
    height: 800px;
    transition: height .8s ease;
}
.carousel {
    height:800px;
}
.carousel-inner {
	border-bottom:4px solid white;
}
#d-carousel {
	}
.item {
    height: 800px;
}
	}
