/*map*/
#googleMap {
  width: 100%;
  height: 400px;
}
/*output box*/
#output {
  text-align: center;
  font-size: 2em;
  margin: 20px auto;
}
/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}
.credit-card-box .display-tr {
    display: table-row;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

.carousel-control-prev-icon {

	border-radius: 50%;
	background-color: #e6ae48;
	margin-right: 50px;

}
.carousel-control-next-icon{
	margin-left: 50px;
	
	border-radius: 50%;
	background-color: #e6ae48;
}








 input.invalid {
     background-color: #ffdddd
 }

 .tab {
     display: none
 }

 button {
     background-color: #4CAF50;
     color: #ffffff;
     border: none;
     padding: 10px 20px;
     font-size: 17px;
     font-family: Raleway;
     cursor: pointer
 }

 button:hover {
     opacity: 0.8
 }

 #prevBtn {
     background-color: #bbbbbb
 }




.reservation-section .all-steps .step h3{
	margin-top: 0px;
}


 .step {
     height: 50px;
     width: 50px;
     margin: 0 50px ;
     background-color: #bbbbbb;
     border: none;
     border-radius: 50%;
     display: inline-block;
     opacity: 0.5
 }

 .step.active {
     opacity: 1
 }

 .step.finish {
     background-color: #4CAF50
 }

 .all-steps {
     text-align: center;
     margin-top: 30px;
     margin-bottom: 30px
 }

 .thanks-message {

     display: none
 }






/*Car Selecter*/


.ads {
    margin: 30px 0 30px 0;
   
}

/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (min-width: 601px) {
 .ImageSelect{
	margin-left: 60px;
}
}

/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 600px) {
 .ImageSelect{
	margin-left: 20px;
}
}	
	
.ads .card-notify-badge {
        position: absolute;
        left: -8px;
        top: -20px;
        background: #e6ae48;
        text-align: center;
        border-radius: 30px 30px 30px 30px; 
        color: #000;
        padding: 5px 10px;
        font-size: 14px;

    }

.ads .card-notify-year {
        position: absolute;
        right: -10px;
        top: -20px;
        background: #ff4444;
        border-radius: 50%;
        text-align: center;
        color: #fff;      
        font-size: 14px;      
        width: 50px;
        height: 50px;    
        padding: 15px 0 0 0;
}



.ads .card-detail-badge {      
        background: #e6ae48;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;        
    }

   

.ads .card:hover {
            background: #fff;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
            border-radius: 4px;
            transition: all 0.3s ease;
        }

.ads .card-image-overlay {
        font-size: 20px;
        
    }


.ads .card-image-overlay span {
            display: inline-block;              
        }


.ads .ad-btn {
        text-transform: uppercase;
        width: 150px;
        height: 40px;
        border-radius: 80px;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        border: 3px solid #e6ae48;
        display: block;
        text-decoration: none;
        margin: 20px auto 1px auto;
        color: #000;
        overflow: hidden;        
        position: relative;
        background-color: #e6ae48;
    }

.ads .ad-btn:hover {
            background-color: #e6ae48;
            color: #1e1717;
            border: 2px solid #e6ae48;
            background: transparent;
            transition: all 0.3s ease;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        }

.ads .ad-title h5 {
        text-transform: uppercase;
        font-size: 18px;
    }
    
#nextBtn {
    display: inline !important;
}