@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

@font-face {
  font-family: moon;
  src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/moon.ttf);
}

@font-face {
  font-family: clipneon;
  src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/clip.ttf);
}

@font-face {
  font-family: lasenter;
  src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/lasenter.ttf);
}


#container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.jackpots {
  font-family: moon;
  font-size: 4.3vw;
  margin-left: 1.5vw;
}



.jackpots {
  animation: jackpots 1s 0s ease infinite;
  -moz-animation: jackpots 1s 0s ease infinite;
  /* Firefox */
  -webkit-animation: jackpots 1s 0s ease infinite;
  /* Safari and Chrome */
  -o-animation: jackpots 1s 0s ease infinite;
  /* Opera */
}

@keyframes jackpots {
  0%,
  100% {
    text-shadow: -0.1vw 0vw 0.1vw #fed128, -0.15vw 0vw 0.2vw #fed128,
      -0.2vw 0vw 0.2vw #fed128, -0.1vw 0vw 3vw #f0130b, -0.2vw 0vw 3vw #f0130b,
      -0.4vw 0vw 3vw #f0130b, -0.1vw 0vw 5vw #f0130b, -0.2vw 0vw 5vw #f0130b,
      -0.4vw 0vw 0.8vw #f0130b, 0.2vw 0vw 10vw #f0130b;
    color: #fed128;
  }
  50% {
    text-shadow: -0.1vw 0vw 0.1vw #705c12, -0.15vw 0vw 0.2vw #705c12,
      -0.2vw 0vw 0.2vw #705c12, -0.1vw 0vw 0.1vw #5c0704,
      -0.2vw 0vw 0.1vw #5c0704, -0.4vw 0vw 0.1vw #5c0704,
      -0.1vw 0vw 0.2vw #5c0704, -0.2vw 0vw 0.2vw #5c0704,
      -0.4vw 0vw 0.2vw #5c0704, 0.2vw 0vw 0.5vw #5c0704;
    color: #705c12;
  }
}
.car-top:hover::before, .car-top:hover::after, .car-top.car-run::before, .car-top.car-run::after {

    opacity: 1;

}
.car-top::before, .car-top.car-run::before {
    top: 7px;
    left: 6px;
    width: 85px;
    height: 89px;
    background: url(../../img/car-focus.png) no-repeat 0 0;
}


::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.car-top {
    cursor: pointer;
}

.car-top::before, .car-top::after {
    content: "";
    position: absolute;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.car-top.car-down {

    -webkit-transition: 1.0s;
    -ms-transition: 1.0s;
    -o-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;

}
.car-top.show {

    bottom: 5% !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;

}
.car-top {

    width: 85px;
    position: fixed;
    bottom: -180px;
    right: 30px;
    z-index: 999;
    opacity: 1;
    cursor: pointer;

}

#button {
 /* display: inline-block;*/
  background-color: #FF9800;
 /* width: 50px;
  height: 50px;*/
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
 /* content: "\f077";*/
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}



/*html,body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  background: url('../../img/loader.gif') no-repeat 50% 50%;
  background-size: cover;
}*/

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: visible;
  background: white url('../../img/loader.gif') no-repeat center center;
  backgound-size: 100%;
}

/*h1 {
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-family: Poppins;
}*/
/*
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../img/loader.gif') 50% 50% no-repeat rgb(255, 255, 255);
    opacity: .9;
}*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body{
	font-family: 'Open Sans', sans-serif !important;
}
.modal-backdrop{
	z-index: 0;
}
.social-list{
	list-style-type: none;
	padding: 0;
}

.rightfloat {

    float: right;

}

.social-list li{
	display: inline;
}
.social-list li a{
	color: #fff;
	line-height: 2.3;
	font-size: 20px;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #fff;
	border-radius: 50%;
	padding-top: 13px;
}
.social-list li #facebook:hover{
	background-color: #3865a4;
	color: #fff;
}
.social-list li #twitter:hover{
	background-color: #1dadea;
	color: #fff;
}
.social-list li #linkedin:hover{
	background-color: #0e76a8;
	color: #fff;
}
.link-list{
	list-style-type: none;
	padding: 0;
}
.link-list li a{
	color: #fff;
	text-decoration: none;
	line-height: 2.5;
	font-size: 16px;
}

#mobile-search{
	display: none;
}

/*Navbar*/
#desktop-tabs .nav-tabs .nav-item {
    color: #fff;
}
#desktop-tabs .nav-tabs .nav-item.active{
    color: #343a40;
}
.sina-nav{
	background-color: rgba(14,64,91,.9); 
}
/*Navbar*/

/*Background*/
.bg-image{
	background: url(../img/home-page-banner-400.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 400px;
	align-items: center;
	align-items: center;
}

.bg-image1{
	background: url(../img/home-page-banner-400.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 400px;
	align-items: center;
	align-items: center;
}

#desktop-tabs #nav-tab{
	padding: 0 400px; 
	border: 0;
}

#desktop-tabs #nav-tabContent{
	padding: 0 200px; 
	border: 0;
}
#desktop-tabs #nav-tabContent #inputGroupSelect01{
	padding: 0 5em;
}
/*Background*/

/*Featured Section*/
section .section-title {
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.tabs{
 	background: #fff;
    color: #000;
    margin-bottom: 20%;
}
#brands{
    margin-bottom: 120px !important;
}
.top10{
	 margin-bottom: 400px !important;
}
.compare{
	margin-bottom: 50px !important;
}
.compare button{
	margin-top: 25%;
}
.compare .owl-nav{
	margin-top: -50%;
}
.checkonroad{
	background: url(../img/get-final-price-banner.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 400px;
	align-items: center;
	align-items: center;
}
.card:hover{
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	margin-top: -3px;
}
.tabs h6.section-title{
    color: #000;
}

.tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #808080;
    font-size: 20px;
}

.tabs .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border-bottom: 4px solid #e31e24 !important;
    font-size: 20px;
}

.carousel-wrap {
  /*margin: 90px auto;
  padding: 0 5%;*/
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav{
	margin-top: -22%;
}
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 67px;
}

.owl-nav .owl-prev {
	position: absolute;
  	left: 0%;
}

.owl-nav .owl-next {
	position: absolute;
  	right: 0%;
}

.owl-nav i{
	color: #cdcbcd;
	background-color: #fff;
	border:1px solid #cdcbcd;
	padding: 4px;
}

.icon-action {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}
/*Featured Section*/

/*Brand*/
.brand ul{
	list-style-type: none; 
	margin-top: 3rem; 
	padding: 0;
}
.brand ul li{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 20px;
	margin: 0 5px 40px;
	text-align: center;
	font-size: 14px;
}
/*Brand*/

/*Search Box*/
@media (max-width: 1024px) {
	#mobile-search{
		display: block;
	}
	#desktop-search{
		display: none;
	}
	.search a:after{
	  content: '';
	}
	#desktop-tabs #nav-tab{
		padding: 0 33px;
	}
	#desktop-tabs #nav-tabContent{
		padding: 0 7px; 
		border: 0;
	}
}
@media (max-width: 767px) {
	#mobile-search{
		display: block;
	}
	#desktop-search{
		display: none;
	}
	.search a:after{
	  content: '';
	}
	#desktop-tabs #nav-tab{
		padding: 0 33px;
	}
	.tabs #nav-tab a{
		font-size: 16px;
		text-transform: uppercase;
	}
	#desktop-tabs #nav-tabContent{
		padding: 0 7px; 
		border: 0;
	}
}
@media (max-width: 479px) {
    .jackpots {
      font-family: moon;
      font-size: 8.3vw;
      margin-left: 1.5vw;
    }
	#mobile-search{
		display: block;
	}
	#desktop-search{
		display: none;
	}
	.search a:after{
	  content: '';
	}
	#desktop-tabs #nav-tab{
		padding: 0 33px;
	}
	.tabs #nav-tab a{
		font-size: 12px;
		text-transform: uppercase;
	}
	#desktop-tabs #nav-tabContent{
		padding: 0 7px; 
		border: 0;
	}
	.specs{
		display: none;
	}
}
@media (max-width: 320px) {
	#mobile-search{
		display: block;
	}
	#desktop-search{
		display: none;
	}
	.search a:after{
  		content: '';
	}
	#desktop-tabs #nav-tab{
		padding: 0 33px;
	}
	.tabs #nav-tab a{
		font-size: 10px;
		text-transform: uppercase;
	}
	#desktop-tabs #nav-tabContent{
		padding: 0 7px; 
		border: 0;
	}
	.specs{
		display: none;
	}
}
/*Search Box*/

footer hr{
	background-color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
        content: "\f105";
       	font: normal normal normal 14px/1 FontAwesome;
    }
    
    
.upload-area{
    width: 70%;
    height: 200px;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    overflow: auto;
}

.upload-area:hover{
    cursor: pointer;
}

.upload-area h1{
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}

#file{
    display: none;
}

/* Thumbnail */
.thumbnail{
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
    margin: 5px;
}

.size{
    font-size:12px;
}