/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {margin: 0; padding: 0;}

html {
    height: 100%;
    /*Image only BG fallback*/

    /*background = gradient + image pattern combo*/
    background: linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));
}

body {
    font-family: montserrat, arial, verdana;
}
.absbt_form_warap{
    width: 800px;
    margin: 150px auto;
    color: #666;
}
.absbt_form_warap p{
    margin-bottom: 10px;
}
.site-content-contain{
    background: linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));
}
/*form styles*/
#absbt_form {
    margin: 50px auto;
    text-align: center;
    position: relative;
}
#absbt_form fieldset {
    background: rgba(255, 255, 255, 0.9);
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;

    /*stacking fieldsets above each other*/
    position: relative;
}
label[for=absbt_tour_time]{
  font-size: 22px;
}
#ui-datepicker-div .ui-datepicker-title{
	color: #a8b74b !important;
}
#ui-datepicker-div table.ui-datepicker-calendar thead{
	background-color: #a8b74b !important;
}

#ui-datepicker-div .ui-datepicker-today a {
    color: #333 !important;
}

/*Hide all except first fieldset*/
#absbt_form fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#absbt_form input[type="text"], #absbt_form input[type="email"], #absbt_form textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
  	background: transparent;
}
/* Select */
#absbt_form select{
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    color: #666666;
  	background: transparent;
}
select#absbt_tour_time {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 5px ;
    outline: none;
  	margin-bottom: 25px;
  	font-size: 22px;
}
select#absbt_tour_time option {
    text-transform: uppercase;
    color: #a8b74b;
    font-weight: 700;
}
label[for=absbt_tour_date]{
	font-size: 28px;
}

#absbt_form  input#absbt_tour_date {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 5px ;
    outline: none;
  margin-bottom: 25px;
}

/*buttons*/
#absbt_form .action-button {
    background: #a8b74b;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 20px;
    margin: 10px 5px;
}
#absbt_form .action-button:hover, #absbt_form .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #a8b74b;
}
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #a8b74b;
    text-transform: uppercase;
    font-size: 9px;
    width: 20%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #fff;
    background: #999;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #a8b74b;
    color: white;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}
.absbt_chose_parson p{
    width: 25%;
    float: left;
    margin: 0 4%;
}
#absbt_form #absbt_adults, #absbt_form #absbt_children, #absbt_form #absbt_infants{
    border: none;
    padding-left: 100px;
  	padding-right: 25px;
    font-size: 40px;
    border-bottom: 2px solid #d8e872;
    margin: 50px 0 10px;
    background: transparent;
}
#absbt_form #absbt_adults.req_fild{
    border-bottom: 2px solid red;
}
.absbt_chose_parson p.parson_req {
    width: 100%;
    text-align: left;
    color: red;
    margin: 0 0 0 25px;
}
#absbt_form #absbt_adults {
    background-image: url(../img/sm_employees.png) ;
    background-repeat: no-repeat;
    background-position: 20px center;
}

#absbt_form #absbt_children{
    background-image: url(../img/sm_boy-broad-smile.png);
    background-repeat:  no-repeat;
    background-position: 20px center;
}
#absbt_form #absbt_infants{
    background-image: url(../img/sm_smiling-baby.png);
    background-repeat:  no-repeat;
    background-position: 20px center;
}

.absbt_pickup_location h3 {
    font-size: 28px;
    color: #666;
}
.absbt_pickup_location h4 {
    font-size: 22px;
    color: #666;
}
.picup_lh h4{
	font-size: 22px;
  	color: #a8b74b;
}
.absbt_pickup_location .absbt_top_row p{
    text-align: left;
}
.own_pickupaddress, .own_travel, .hotel_booked, .hotel{
    display: none;
}
.picup_inner{
    overflow: hidden;
    text-align: left;
}
#absbt_form .picup_inner input, #absbt_form .picup_inner select{
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
}
.picup_lh{
    width: 48%;
    margin-right: 4%;
    float: left;
}
.picup_rh{
    width: 48%;
    float: left;
}
.mapouter{
    text-align:right;
    height:280px;
    width:330px;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:280px;width:330px;
}
.absbt_parsonal_details{
    text-align: left;
}
.pd_left_half{
    width: 48%;
    float: left;
    margin-right: 4%;
}
.pd_right_half{
    width: 48%;
    float: left;
}
#absbt_form .absbt_parsonal_details input[type="text"], #absbt_form .absbt_parsonal_details input[type="email"], #absbt_form .absbt_parsonal_details select, #absbt_form .absbt_parsonal_details textarea{
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
}



/** Number input style **/

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 100px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 100px;
    margin-top: 50px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 30px;
    text-align: center;
    color: #333;
    font-size: 30px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #e2e2e2;
    height: 30px;
    border-radius: 5px;
    line-height: 27px;
    border-radius: 5px;
}

.quantity-button.quantity-up {
    position: absolute;
    top: 15px;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 15px;
}
.req{
    color: red;
}

.absbt_confirm_appointment h3{
	font-size: 28px;
    color: #666;
}
.ca_left h2{
	font-size: 32px;
    color: #666;
}
.ca_left h3{
	font-size: 24px;
    color: #666;
}
.con_a{
    overflow: hidden;
}
.ca_left{
    width: 48%;
    margin-left: 4%;
    float: left;
    text-align: left;
}
.ca_right{
    width: 48%;
    float: left;
    text-align: left;
}
#whatsapp, #viber, #wechat, #line, #skype{
    display: none;
}
.tour_parson img{
    width: 50px;
    height: 50px;
}
.tour_parson h3{
    display: inline-block;
}

button[title]{
    background: #a9a9a9;
    color: #ff0000;

}




/************ sm ************/
@media (min-width: 768px) and (max-width: 991px) {
    .absbt_form_warap{
        width: 600px;
        margin: 0 auto;
    }
    .absbt_chose_parson label{
        font-size: 12px;
    }
    #absbt_form #absbt_adults, #absbt_form #absbt_children, #absbt_form #absbt_infants {
        padding-left: 95px;
        font-size: 40px;
        background-repeat: no-repeat;
        background-position: left center;
        background-color: transparent;
    }
    #absbt_form #absbt_adults {
        background-image: url(../img/sm_employees.png) ;
    }

    #absbt_form #absbt_children{
        background-image: url(../img/sm_boy-broad-smile.png);
    }
    #absbt_form #absbt_infants{
        background-image: url(../img/sm_smiling-baby.png) ;
    }
    div.gmap_canvas{
        width: 250px !important;
        height: 250px !important;
    }
}

/************* xs *************/
@media (max-width: 767px) {
  	#progressbar li{
  		 color: transparent;
  	}
    .absbt_form_warap{
        width: 300px;
        margin: 0 auto;
    }
    .absbt_chose_parson p{
        width: 100%;
    }
    .picup_lh, .picup_rh, .pd_left_half, .pd_right_half{
        width: 100%;
      	overflow: hidden;
    }
  .picup_map{
  	width: 250px; 
    height: 250px;
  }
  .ca_left, .ca_right{
  	width: 100%;
    margin-right: 0;
  }
  #absbt_form .action-button {
    padding: 10px 10px;
    margin: 0 5px;
    font-size: 12px;
	}

}