html {
	background: #171717;
}

body {
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	color: #262626;
}

a {
	color: #3498db;
}

a:hover {
	text-decoration: none;
	color: #262626;
}

.btn {
	background: #34495E;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

.btn:hover {
	background: #262626;
	color: #FFFFFF;
}

.btn-top {
	margin-top: 30px;
}

.page-header {
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
}

.wpcf7-submit {
	background: #34495E;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border: 0;
}

.wpcf7-submit:hover {
	background: #262626;
	color: #FFFFFF;
}

.video-overlay{
  position: relative;
}


.video-wrap-play-inner{
  width: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
  font-size: 36px;
  text-align: center;
	cursor: pointer;
}

.fa-play-circle-o{
	font-size: 80px;
	padding-left: -10px;
	padding-right: 10px;
}

.video-wrap{
  position: fixed;
  display: none;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}

.inner-video-wrap{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999999;
  width: 100%;
  text-align: center;
  margin: auto;
}

/******** Headings ***********/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
	text-transform: uppercase;
	color: #262626;
}

.page-header h1, .page-header h2, .page-header h3 {
	margin: 0;
	padding: 0;
}

h1, .h1 {
	font-size: 34px;
}

.slide-title {
	font-size: 40px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

h2, .h2 {
	font-size: 30px;
}


h3, .h3 {
	font-size: 26px;
}


h4, .h4 {
	font-size: 222px;
}

.white-text {
	color: #FFFFFF !important;
}

/******** header ***********/

header .top-wrap {
	background: #34495E;
	padding: 10px 0;
}

header .top-wrap a {
	color: #FFFFFF;
}

header .top-wrap a:hover {
	color: rgba(255,255,255,.4);
}

.header-contact {
	margin: 0;
	padding: 0;
	float: left;
}

.header-contact li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	color: #FFFFFF;
	font-size: 14px;
}

.header-contact li:last-child {
	margin: 0;
}

.header-contact li i {
	padding-right: 10px;
}

.custom-logo-link {
	display: block;
	position: relative;
}

.custom-logo {
    display: block;
    margin:  15px 0 0 0;
    max-width: 100%;
    height: auto;
	position: absolute;
	z-index: 9999;
}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    min-height: 1px;
    margin-bottom: 0;
}

.navbar-nav {
    float: right;
	padding: 25px 0;
}

.navbar-nav li  {
	margin: 0 20px 0 0;
}

.navbar-nav li:last-child {
	margin: 0;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
	text-transform: uppercase;
	padding: 0;
	color: #888888;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
 	color: #262626;
	background: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #262626;
	background: transparent;
}


/******** content **********/

.content-strip {
	padding: 60px 0;
}

.content-strip-grey {
	background: #F7F7F7;
}

.content-strip-light-blue {
	background: #02bcfa;
	color: #FFFFFF;
}

.no-padding {
	padding: 0;
}

.slider-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9000;
	background: rgba(0,0,0,.6);
}

.slide-overlay {
    position: absolute;
    top: 80%;
    transform: translateY(-80%);
    z-index: 9999;
    color: #ffffff;
    left: 0;
    width: 100%;
}

.slide-content {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
}

.full-height {
	height: 100%;
	position: relative;
	background: #F7F7F7;
	padding: 60px 0;
}

.full-height-img img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.cta-table {
    display: table;
    width: 100%;
    height: 100%;
}

.cta-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.sub-title {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	color: #5D5D5D;
}

#wpcf7-f5-o1 label {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #4C4C4C;
}

.wpcf7-text {
	width: 100%;
	height: 55px;
	border: 1px solid #eaeaea;
	padding: 8px;
	margin: 10px 0;
	color: #757373;
	text-transform: none;
	font-weight: 400;
}

.wpcf7-textarea {
	width: 100%;
	height: 180px;
	border: 1px solid #eaeaea;
	padding: 8px;
	margin: 10px 0;
	color: #757373;
	text-transform: none;
	font-weight: 400;
}

.contact-contact {
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center;
}

.contact-contact li {
	list-style: none;
	display: block;
	margin: 0 0 10px 0;
	font-size: 18px;
}

.contact-contact li:last-child {
	margin: 0;
}

.contact-contact li i {
	padding-right: 10px;
	color: #033C2D;
}

.testimonial-contain {
	border: 1px solid #EAEAE;
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.testimonial-title-inner {
	display: block;
	margin: 0 0 30px 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #262626;
	font-size: 24px;
}

.testimonial-text-inner {
	font-style: italic;
}

.testimonial-person {
	margin: 25px 0 0 0;
	padding: 0;
	float: left;
}

.testimonial-person li {
	list-style: none;
	float: left;
}

.testimonial-person li .testimonial-name {
	display: block;
	text-transform: uppercase;
	color: #262626;
	font-weight: 600;
	margin: 15px 0 0 10px;
}

.carousel-indicators {
    position: unset;
    /* margin-top: 47px; */
    left: 50%;
    z-index: 15;
    text-align: center;
    /* width: 60%; */
    padding-left: 0;
    /* margin-left: -30%; */
    text-align: center;
    list-style: none;
    z-index: 999999999999999999999;
    margin: auto;
    padding-top: 30px;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #171717;
    border-radius: 10px;
    z-index: 99999;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px;
		border: 1px solid #171717;
    background-color: #171717;
}


.carousel-indicators {
    bottom: -50px;
}

.warranty-logo {
	background: #FFFFFF;
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.warranty-logo img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.why-us-points {
	border: 1px solid #EAEAEA;
	padding: 30px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 30px 0;
}

.why-us-points i {
	color: #26AD5F;
	font-size: 60px;
	margin: 0 0 15px 0;
	height: 100%;
}

.why-us-points-title {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	color: #262626;
	margin: 0 0 10px 0;
	font-size: 22px;
}

.margin-top{
	margin-top: 30px;
}

.flexdispaly{
	display: flex;
}
/******** footer ***********/

footer {
	margin-top: 50px;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: rgba(255,255,255,.4);
}

footer .middle-wrap {
	background: #171717;
	color: #FFFFFF;
	padding: 60px 0;
	font-size: 15px;
}

footer .custom-logo {
	position: relative;
	margin-top: -120px;
	margin-bottom: 30px;
	height: 160px;
	width: auto;
}


.footer-title {
	display: block;
	margin: 0 0 30px 0;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 22px;
}

footer .middle-wrap .menu {
	margin: 0;
	padding: 0;
}

footer .middle-wrap .menu li {
	list-style: none;
}

footer .middle-wrap .menu li a {
	display: block;
	margin: 0 0 10px 0;
}

footer .middle-wrap .menu li:last-child a {
	margin: 0;
}

.footer-contact {
    list-style: none;
    padding: 0px;
    margin: 30px 0 0 0;
}

.footer-contact li {
	list-style: none;
	margin: 0 0 10px 0;
}

.footer-contact li:last-child {
	margin: 0;
}

.footer-contact li i {
	padding-right: 10px;
}

.footer-social {
	margin: 0;
	padding: 0;
	float: left;
}

.footer-social li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
}

.footer-social li:last-child {
	margin: 0;
}

.footer-social li a {
	width: 45px;
	height: 45px;
	text-align: center;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	display: block;
	line-height: 45px;
}

.footer-social li.facebook a {
	background: #4267B2;
}

.footer-social li.instagram a {
	background: #e1306c;
}

.credits-wrap {
	padding: 60px 0;
	background: #171717;
	font-size: 14px;
	color: #FFFFFF;
	border-top: 1px solid rgba(255,255,255,.4);
}

.copyright {
	margin: 0;
	padding: 0;
	text-align: center;
}

.post-has-sold{
	position: relative;
}

.car-sold{
	background: #e74c3c;
	border-radius: 100%;
	height: 65px;
	width: 65px;
	position: absolute;
	left: 15px;
	top: 15px;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	text-transform: uppercase;
}

.car-post-title {
	font-weight: 600;
	text-transform: uppercase;
	color: #262626;
	font-size: 20px;
	margin: 15px 0 0 0;
}

.car-post-title-attention {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	color: #5D5D5D;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.car-post-price {
	font-weight: 600;
	color: #3498db;
	font-size: 18px;
}

.single-cars .car-post-price {
	margin-bottom: 30px;
}

.car-cols-post{
	margin-top: 30px;
}

.grey-strip{
  background: #f7f7f7;
}

tr {
    height: 50px;
}

.inner-owl-arrow{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#product-images{
	width: 90%;
	height: 0px;
}

.owl-left{
	width: 4%;
	background-color: #34495E;
	color: #fff;
	margin-right: 1%;
	cursor: pointer;
	height: 150px;
}

.owl-right{
	width: 4%;
	margin-left: 1%;
	background-color: #34495E;
	color: #fff;
	cursor: pointer;
	height: 150px;
}

#product-iamges .fa{
	color: #5D5D5D !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0px solid #ddd;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

thead{
  background: #34495E;
  color: #fff;
  border: 0px solid;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd;
    vertical-align: middle;
}

h1.single-product {
    margin: 0 0 15px 0;
}


.car-sub-images{
	margin: 15px 0 0 0;
}

@media (max-width: 1199px) {

	h1, .h1 {
		font-size: 30px;
	}

	.slide-title {
		font-size: 36px;
	}

	h2, .h2 {
		font-size: 26px;
	}


	h3, .h3 {
		font-size: 22px;
	}


	h4, .h4 {
		font-size: 18px;
	}



}

@media (max-width: 991px) {

	.navbar-nav li  {
		margin: 0 12px 0 0;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
	}


	h1, .h1 {
		font-size: 28px;
	}

	.slide-title {
		font-size: 32px;
	}

	h2, .h2 {
		font-size: 24px;
	}

	.slide-content, .sub-title {
		font-size: 18px;
	}

	.page  .slide-strip img, .single-cars .slide-strip img {
		height: 180px;
		width: auto;
		object-fit: cover;
	}

		.page-template-template-homepage .slide-strip img {
		height: 340px;
		width: auto;
		object-fit: cover;
	}

	.why-us-points-title {
		font-size: 20px;
	}



}

@media (max-width: 767px) {


	h1, .h1 {
		font-size: 26px;
	}

	.slide-title {
		font-size: 28px;
	}

	h2, .h2 {
		font-size: 24px;
	}


	h3, .h3 {
		font-size: 20px;
	}

	.footer-contact, footer .middle-wrap .menu {
		margin-bottom: 30px;
	}

	.page  .slide-strip img, .single-cars .slide-strip img {
		height: 150px;
		width: auto;
		object-fit: cover;
	}

	.page-template-template-homepage .slide-strip img {
		height: 320px;
		width: auto;
		object-fit: cover;
	}

	.warranty-logo  {
		margin-bottom: 30px;
	}

	.car-post-title {
		font-size: 18px;
	}

	.car-post-title {
		font-size: 16px;
	}


}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


@media (max-width: 767px) {

  .slideMenu {
      position: absolute;
      z-index: 9999999;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #34495E;
      display: none;
  }
  .tableInner {
      display: table-cell;
      vertical-align: middle;
  }
  .tableOuterMenu {
      display: table;
      width: 100%;
  }
  .navbar-nav>li {
      float: none;
      text-align: center;
      text-transform: uppercase;
  }
  .nav>li {
      position: relative;
      display: block;
      z-index: 9999;
      padding: 15px 0;
  }
  .nav>li:hover a{
      background: transparent;
      color: rgba(255,255,255,0.3);
  }
  .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
      color: #fff;
      font-size: 50px;
      font-weight: 800;
  }
  .navbar-nav {
      float: none;
      margin: 0;
  }
  /* Header Open icon - found within header */
  .header-bars-wrap {
      display: inline-block;
      float: right;
      font-size: 30px;
      color: #fff;
      position: relative;
      cursor: pointer;
      z-index: 9999999;
  }

  /* Hamburger */
  .bar1, .bar2, .bar3 {
      width: 35px;
      height: 3.1px;
      background-color: #34495E;
      margin: 6px auto;
      transition: 0.4s;
  }

  /* Rotate first bar */
  .bar1.change {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px) ;
    transform: rotate(-45deg) translate(-5px, 5px) ;
    background: #fff;
  }

  /* Fade out the second bar */
  .bar2.change {
    opacity: 0;
  }

  /* Rotate last bar */
  .bar3.change  {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
    background: #fff;
  }

  .hamburger-xs {
      background: transparent;
      float: right;
      margin: auto;
      display: table;
      text-align: center;
  }

  .logoWrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .noMargin{
    margin: 0px;
  }
  .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
      color: #fff;
      font-size: 15px;
      font-weight: 800;
  }
  .navbar-nav {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    width: 100%;
    float: left;
    text-align: center;
}
.nav>li {
    position: relative;
    display: block;
    z-index: 9999;
    padding: 7px 0;
    width: 100%;
    float: left;
    text-align: center;
}
.no-scroll{
	overflow: hidden;
}
.xsMenuWrap {
    position: relative;
    z-index: 9999999;
}
.header-xs-icons .fa {
    color: #34495E;
    font-size: 30px;
    padding: 0 5px;
}
.header-xs-icons {
    background: transparent;
    margin: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.header-xs-icons-inner {
    display: inline-flex;
}
.fa-xs-phone{
  margin-right: 5px;
}
.middle-wrap{
  padding: 15px 0;
}
.margin-xs{
	margin-top: 30px;
}
.content-strip{
	padding: 30px 0;
}
}

@media (max-width: 500px) {

	.col-xs-6{
		width: 50%;
		float: left;
	}

}
