/*=========================================================================
Dealer 360 Styles
1. General
2. Search Styles
3. Widgets
4. Gallery
5. About Us
6. Mobile Specific Styles
=========================================================================*/
.day_r{
	text-align:left;
	padding-right:15px;

}

.hours tr{
	height:28px;
}

.numberPad{
	padding-right:25px;
}


section{
	font-family: 'Montserrat','Ubuntu', Tahoma !important;
	font-weight:300;
}

.start{
	border-top:solid 114px #282828;
}

.dropShadow{
	-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75); 
}

.dark-overlay::after{
  content: "";
  display: block;
  position: absolute;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.7);
}

.dealerName{
	font-size:20px;
}


/*=========================================================================
2. Search Styles

=========================================================================*/
input[type=range].price {
  -webkit-appearance: none;
  width: 100%;
  margin: 0.95px 0;
}
input[type=range].price:focus {
  outline: none;
}
input[type=range].price::-webkit-slider-runnable-track {
  width: 100%;
  height: 25.1px;
  cursor: pointer;
  box-shadow: 0px 0px 2.2px #000000, 0px 0px 0px #0d0d0d;
  background: #cccccc;
  border-radius: 25px;
  border: 0px solid #bbe419;
}
input[type=range].price::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 3.4px solid #ffffff;
  height: 27px;
  width: 27px;
  border-radius: 50px;
  background: #bbe419;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0.95px;
}
input[type=range].price:focus::-webkit-slider-runnable-track {
  background: #cccccc;
}
input[type=range].price::-moz-range-track {
  width: 100%;
  height: 25.1px;
  cursor: pointer;
  box-shadow: 0px 0px 2.2px #000000, 0px 0px 0px #0d0d0d;
  background: #cccccc;
  border-radius: 25px;
  border: 0px solid #bbe419;
}
input[type=range].price::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 3.4px solid #ffffff;
  height: 27px;
  width: 27px;
  border-radius: 50px;
  background: #bbe419;
  cursor: pointer;
}
input[type=range].price::-ms-track {
  width: 100%;
  height: 25.1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].price::-ms-fill-lower {
  background: #cccccc;
  border: 0px solid #bbe419;
  border-radius: 50px;
  box-shadow: 0px 0px 2.2px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range].price::-ms-fill-upper {
  background: #cccccc;
  border: 0px solid #bbe419;
  border-radius: 50px;
  box-shadow: 0px 0px 2.2px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range].price::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 3.4px solid #ffffff;
  height: 27px;
  width: 27px;
  border-radius: 50px;
  background: #bbe419;
  cursor: pointer;
  height: 25.1px;
}
input[type=range].price:focus::-ms-fill-lower {
  background: #cccccc;
}
input[type=range].price:focus::-ms-fill-upper {
  background: #cccccc;
}

.accordionX {
  background-color: #000;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: solid 1px #fff;
}

.activeX, .accordionX:hover {
  background-color: #282828;
}

.panelX {
  
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



.input-title {
    display:inline-block;
    clear: both;
    padding-top:3px;
    font-size: .7em;
    color: #000;
    font-weight: 300;
    vertical-align:top;
    font-family:'Montserrat';
    margin-left: 45px;
}




/* Styling Checkbox Starts */
.checkbox-label {
    display: inline-block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 0px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #000;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    border-radius: 0px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #000;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 0px;
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 0px;
    border: 2px solid #000;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);    
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: 3px;
    width: 24px;
    height: 15px;
    border-radius: 0px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.checkbox-container{
	padding: 5px 5px 5px 15px;
	text-align:left;
}

.strongTitle{
	font-weight:400; 
	text-transform:uppercase;
}

.productInfo li{
	margin-bottom:5px;
}

/*=========================================================================
3. Widgets

=========================================================================*/

.salesPop{
		position:fixed; 
		bottom:0px; 
		right:20px; 
		width:200px; 
		height:300px; 
		background-color:#fff; 
		color:#000; 
		border:solid 1px #000; 
		z-index:1000; 
		border-top:solid 25px #000; 
		-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75); 
		text-align:center; 
		padding:5px; 
	}
	
	.salesPopForm{
		position:fixed;
		bottom:0px;
		right:220px;
		width:400px;
		height:390px;
		background-color:#fff;
		color:#000;
		z-index:999;
		-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
		text-align:left;
		padding:20px;
		border:solid 1px #000; 
	}
	
	.salesTab{
		position:fixed; 
		bottom:0px; 
		right:20px; 
		width:200px; 
		height:30px; 
		background-color:#000; 
		color:#fff; 
		-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75); 
		z-index:999; 
		padding-left:15px;
	
	}
	/* Homepage Theme Selector */
	.selectedTheme{
		border:solid 1px #fff;
		box-sizing:border-box;
		cursor:pointer;
	}
	.selectedTheme:hover{
		border:solid 1px #00b6ff;
		box-sizing:border-box;
	}


/*=========================================================================
4. Gallery

=========================================================================*/

  .slick-slide {
    margin: 0px 1px;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }

  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
  }
  
  .slick-active {
    opacity: .5;
  }

  .slick-current {
    opacity: 1;
  }
  
  .variable img{
    height:400px; width:auto;
  }
  
  .productGallery{
    height:400px;
  }

/*=========================================================================
5. About US
=========================================================================*/
#about-360{
  min-height: 100vh;
}
#about-360 > .hero-head{
  min-height: 400px;
  max-height: 50vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}

#about-360 section.section{
  margin: 30px 0;
  padding: 50px 0;
}

.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
  max-height: 300px;
}

.thumb-info .thumb-info-title{
  transition: all 0.3s;
  background: rgba(33, 37, 41, 0.8);
  color: #FFF;
  font-weight: 600;
  left: 0;
  letter-spacing: -.05em;
  position: absolute;
  z-index: 2;
  max-width: 90%;
  font-size: 17px;
  padding: 13px 21px 2px;
  bottom: 13%;
}

.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  max-height: 300px;
}

.thumb-info .thumb-info-type {
  background-color: #000;
  border-radius: 2px;
  display: inline-block;
  /* float: left; */
  font-size: 0.6em;
  font-weight: 600;
  letter-spacing: 0;
  margin: 8px -2px -15px 0px;
  padding: 2px 12px;
  text-transform: uppercase;
  z-index: 2;
  line-height: 2.3;
}

.thumb-info .thumb-info-inner {
  transition: all 0.3s;
  display: block;
}
.team-card{
  position: relative;
}

#team .team-card:hover img {
  opacity: 0.3;
  
}
#team .team-card:hover .team-email {
  opacity: 1;
  cursor: pointer;
}

.location-day{
  flex-basis: 180px;
  text-align: center;
  min-height: 201px;
  box-shadow: 0px 0px 38px -3px rgba(111, 111, 111, 0.15);
  margin-left: 7px;
  margin-right: 7px;
  padding: 40px 8px;
  padding: 2.5rem 0.5rem;
  transition: ease all 300ms;
  position: relative;
}
.location-day h3{
  font-size: 1.5em !important;
}
.location-day p {
  line-height: 26px;
 
}

.location-day:hover{
  cursor:pointer;
  transform: scale(1.1);
}

.active-day{
  border: 2px solid;
  transform: scale(1.1);
}

.active-clock{
  position: absolute;
  top:  0.5rem;
  right: 0.5rem;
}

#hours .location-day:last-child {
  margin-right: 0;
}

.team-email {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.show-modal {
  opacity: 1;
  display: block;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
  font-family: 'Montserrat' !important;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 50%;
  border-radius: 0.5rem;
  border-right: 10px solid rgb(40, 40, 40) !important;
}


/*=========================================================================
6. Mobile Specific Styles

=========================================================================*/
.mobileOnly{
	display:none;
}
@media screen and (max-width: 1280px){

  .parallax-hero .container-fluid{
    min-height: 80vh !important;
  }
  .parallax-hero .flex-container div{
    width: 80% !important;
  }
}
@media screen and (max-width: 991px) {
	.numberPad{
		padding-right:0px;
	}
	.start{
		border-top:solid 87px #282828;
	}
	.productGallery{
    height:200px;
  }
	.variable img{
    height:200px; width:auto;
  }
  .mobileOnly{
    display:block;
  }
  
  #about-360 > .hero-head{
    min-height: 200px;
  }

  .parallax-hero > .container-fluid{
    padding: 50px 20px !important;
  }
}

@media screen and (max-width: 768px)
{
  #team form{
    margin-top: 2em;
  }
  .location-day{
    flex-basis: 80%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    min-height: 100%;
    align-items: center;
  }
  .location-day p {
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .active-day{
    border: 2px solid;
    transform: scale(1);
  }
  .location-day h3{
    font-size: 1em !important;
  }
}

@media only screen and (min-width : 320px) and (max-width : 1000px) {

  
  #team .modal-content{
    width: 90%;
    overflow-y: scroll !important;
    overflow-x:hidden !important;
    height: initial;
  }

  #team .m_closeBtn{
    top:20px;
    right:20px;
  }

  #team .modal-content h4{
    margin: 1.5em auto;
  }
    
}

@media screen and (max-width: 600px)
 {
	.dealerName{
		line-height:2em;
		font-size:10px;
  }
  .parallax-hero .flex-container div{
    width: 100% !important;
  }
  .parallax-hero .flex-container h3{
    font-size: 1.3em;
  }
  .carousel-init .row > .col-md-12:nth-child(2){
    padding: 1em 2.5em;
  }

  #team > .container{
    padding: 0 4em;
  }
  #team .row:nth-child(2){
    padding: 0 1em;
  }
  .thumb-info .thumb-info-type {
    padding: 2px 10px;
  }
}
@media screen and (max-width: 480px)
{
  section .container {
    padding-top:50px;
  }
  .dealerName{
    line-height:2em;
    font-size:10px;
  }
  .location-day{
    flex-basis: 100%;
  }
}