/*
@package Inwave Event
@version 1.0.0
@created Jun 2, 2016
@author Inwavethemes
@email inwavethemes@gmail.com
@website http://inwavethemes.com
@support Ticket https://inwave.ticksy.com/
@copyright Copyright (c) 2015 Inwavethemes. All rights reserved.
@license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL

*/
/*
    Created on : Jun 2, 2016, 4:48:32 PM
    Deverloper     : Hien Tran
*/


/* ===== Tours Listing Grid ===== */

.iw-tour-listing {
    padding: 50px 0 70px;
}
.iw-tour-listing .tour-order-layout-form {
    border-bottom: 1px #e9e9e9 solid;
    margin-bottom: 30px;
}
.tour-order-layout-form .select2-container.iw-select-2 {
    width: 170px;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.tour-order-layout-form .select2-container.iw-select-2 a.select2-choice {
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #a2a2a2;
    background: #f9f9f9;
    font-size: 12px;
}
.iw-tour-listing .tour-order-layout-form .select2.select2-container.select2-container--default {
    min-width: 170px;
    margin: 0 6px 20px 0;
    font-size: 12px;
}
.iw-tour-listing .tour-order-layout-form .select2-container--default .select2-selection--single {
    height: 35px;
    border: 1px #eeeeee solid;
}
.iw-tour-listing .tour-order-layout-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    padding: 0 25px 0 15px;
}
.iw-tour-listing .tour-order-layout-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}
.iw-tour-listing .layout-switcher {
    float: right;
}
.iw-tour-listing .layout-switcher li {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border: 1px #e4e4e4 solid;
    background: #f9f9f9;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 20px 5px;
    font-size: 24px;
}
.iw-tour-listing .layout-switcher li.active {
    color: #ffffff;
}
.iw-tour-listing .layout-switcher li a {
    color: #858585;
}
.iw-tour-listing .tour-item {
    margin-bottom: 30px;
}
.iw-tour-listing .tour-item .image-wrap {
    position: relative;
    overflow: hidden;
}
.iw-tour-listing .tour-item .image-wrap:after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s;
    width: 100%;
}
.iw-tour-listing .tour-item:hover .image-wrap:after {
    opacity: 1;
}
.iw-tour-listing .tour-item .booking-action {
    left: 0;
    margin-top: -18px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 2;
}
.iw-tour-listing .tour-item .booking-action a {
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.iw-tour-listing .tour-item:hover .booking-action a {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.iw-tour-listing .tour-item .image-wrap img {
    width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.iw-tour-listing .tour-item:hover .image-wrap img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.iw-tour-listing .tour-item .tour-info-wrap{
    padding: 8px 15px 0;
    border: 1px #e5e5e5 solid;

}
.iw-tour-listing .tour-item .image-wrap .tour-info-wrap {
    border-top: none;
}
.iw-tour-listing .info-wrap {
    padding: 15px 0;
}
.iw-tour-listing .tour-item .title-meta {
    float: left;
    width: 80%;
}
.iw-tour-listing .tour-listing-grid .tour-item .info-top {
    padding-bottom: 15px;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 15px;
    text-align: center;
}
.iw-tour-listing .tour-item .info-top h3.title {
    line-height: 30px;
    margin: 0 0 10px;
}
.iw-tour-listing .tour-item .info-top h3.title a {
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    line-height: 28px;
}
.iw-tour-listing .tour-item .post-meta li {
    list-style: none;
    font-size: 12px;
}
li.destinations i {
    color: #838383;
}
.iw-tour-listing .tour-item .post-meta li i {
    color: #838383;
}
.iw-tour-listing .tour-item .tour-price-vote {
    padding-bottom: 20px;
}
#showall_des .price-tour ,
.iw-tour-listing .tour-item .tour-price-vote .price-tour {
    height: 32px;
    line-height: 32px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}
.iw-tour-listing .tour-item .tour-price-vote .iwt-rating {
    float: right;
}
.iw-star-rating {
    position: relative;
    color: #f6ab09;
    text-align: center;
    height: 20px;
    width: 86px;
    font-size: 18px;
    margin: 0;
}
.iw-star-rating::before {
    color: #d3ced2;
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: FontAwesome;
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    letter-spacing: 5px;
    font-size: 14px;
}
.iw-star-rating span.rating {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 20px;
    position: absolute;
    top: 0;
}
.iw-star-rating span.rating::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    letter-spacing: 5px;
    font-size: 14px;
}
.iw-tour-listing .page-nav {
    padding: 20px 15px;
    border: none;
    margin-bottom: 30px;
}

.related_destination_tours.iw-tour-listing .tour-info-wrap{
	padding:8px 15px 20px 15px;
}
.related_destination_tours.iw-tour-listing .tour-price-vote{
	border-top:1px solid #e5e5e5;
	padding-bottom:0;
	padding-top:15px;
	margin-top:12px;
}
/* ===== Tours Listing Row ===== */
.iw-tour-listing .tour-listing-row .tour-item {
    position: relative;
    margin-bottom: 40px;
}
.tour-listing-row .tour-item .image-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
}
.tour-listing-row .tour-item .image-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.tour-listing-row .tour-item:hover .image-wrap:before {
    opacity: 0.5;
}
.tour-listing-row .tour-item .image-wrap .img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
}
.tour-listing-row .tour-item:hover .image-wrap .img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.iw-tour-listing .tour-listing-row .tour-item .tour-info-wrap {
    margin-left: 300px;
    padding: 25px 20px 20px 40px;
    border: 1px solid #e5e5e5;
    position: relative;
}
.iw-tour-listing .tour-listing-row .tour-item:hover .tour-info-wrap {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.iw-tour-listing .tour-listing-row .tour-item .info-top h3.title {
    margin: 0;
}
.iw-tour-listing .tour-listing-row .tour-item .info-top .description {
    font-size: 12px;
}
.iw-tour-listing .tour-listing-row .tour-item .post-meta {
    margin-bottom: 25px;
}
.iw-tour-listing .tour-listing-row .tour-item .post-meta li {
    display: inline-block;
    margin-right: 10px;
    color: #232323;
}
.iw-tour-listing .tour-listing-row .tour-item .post-meta li a, .iw-tour-listing .tour-listing-row .tour-item .post-meta li i {
    color: #232323;
}
.iw-tour-listing .tour-listing-row .tour-item .info-top {
    padding-bottom: 35px;
    margin-bottom: 15px;
    border-bottom: 1px #e5e5e5 solid;
}
.iw-tour-listing .tour-listing-row .tour-item .tour-price-vote {
    display: table;
    width: 100%;
    padding: 0;
}
.iw-tour-listing .tour-listing-row .tour-item .tour-price-vote .price-tour {
    padding: 0;
}
.iw-tour-listing .tour-listing-row .tour-social {
    float: right;
}
.iw-tour-listing .tour-listing-row .tour-social li {
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d4d4d4;
    text-align: center;
}
.iw-tour-listing .tour-listing-row .tour-social li:hover {
    background: #bb4307;
}
.iw-tour-listing .tour-listing-row .tour-social li a {
    color: #ffffff;
}
.iw-tour-listing .tour-listing-row .tour-item .tour-price-vote .price-tour {
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
}
/* ===== Tour Detail ===== */
.travel-detail .post-feature .tour-feature-img.single{
	height:730px;
}
.travel-detail .post-feature .slider .tour-feature-img{
	height:730px;
}
.post-gallery .tour-gallery-img{
	height:450px;
}
.travel-detail .iw-tabs.tab-travel-detail .iw-tab-content{
	position:relative;
	z-index:2;
}
.travel-detail .iw-tabs.tab-travel-detail .iw-tab-item-content{
	position:relative;
	opacity:1;
	transition:all ease 0.5s;
	z-index:2;
	padding-top:35px;
}
.travel-detail .iw-tabs.tab-travel-detail .iw-tab-item-content.iw-hidden{
	position:absolute;
	width:100%;
	opacity:0;
	z-index:-1;
    display: none;
}
.travel-detail .post-feature{
	position:relative;
}
.travel-detail .post-head{
	position:absolute;
	width:100%;
	color:#fff;
	left:0;
	bottom:0;
	z-index:2;
}
.travel-detail .post-feature.no-image-post .post-head{
	position:relative;
}
.travel-detail .post-head:before{
	content:'';
	position:absolute;
	width:100%;
	height:300px;
	left:0;
	bottom:0;
	background: -webkit-linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: -o-linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: -moz-linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
}

.travel-detail .post-head .post-head-content{
	position:relative;
	z-index:1;
}
.travel-detail .post-gallery .owl-theme .owl-controls{
	margin:0;
}
.travel-detail .post-item .owl-theme .owl-controls .owl-buttons div{
	top:calc(50% - 22px);
}

.travel-detail .post-head h3.post-title{
	margin:0 0 4px 0;
	font-weight:300;
	font-size:48px;
	line-height:1;
}
.travel-detail .post-head .destination{
	font-weight:300;
	font-size:18px;
	margin-bottom:10px;
}
.travel-detail .post-head .destination a{
	color:#fff;
}
.travel-detail .post-head .post-meta li{
	display:inline-block;
	font-size:14px;
	margin-right:10px;
}
.travel-detail .main-content .post-head .container{
	padding-top:25px;
	padding-bottom:35px;
}
.travel-detail .tour-social-items ul li a{
	height:33px;
	width:33px;
	display:inline-block;
	color:#fff;
	background:#d4d4d4;
	border-radius:50px;
	margin:0 3px;
	text-align:center;
	line-height:33px;
}
.travel-detail .tour-social-items ul li{
	display:inline-block;
}
.travel-detail .tour-social-items ul{
	position:absolute;
	right:0;
	margin-top:12px;
	top:0;
}
.travel-detail .tour-social-items{
	position:relative;
}
.travel-detail .tour-social-items h3{
	margin:0;
	font-size:18px;
	line-height:24px;
	padding:16px 0;
}
.travel-detail .iw-tour-info{
	background:#f7f7f7;
	padding:6px 20px;
	font-size:12px;
}
.travel-detail .iw-tour-info .info-left ul li{
	border-bottom:1px solid #ebebeb;
	padding:11px 0;
	line-height:24px;
}
.travel-detail .iw-tour-info .info-left label,
.travel-detail .iw-tour-info .info-right label{
	margin:0;
	font-weight:normal;
	color:#838383;
}
.travel-detail .iw-tour-info .info-left label{
	width:140px;
}
.travel-detail .iw-tour-info .info-right ul{
	display:table;
	width:100%;
}
.travel-detail .iw-tour-info .info-right ul li{
	float:left;
	width:50%;
	padding-right:10px;
	border-bottom:1px solid #ebebeb;
	padding:11px 0;
	line-height:24px;
}
.travel-detail .iw-tour-info .info-right ul li.info-right-title{
	width:100%;
	font-size:14px;
}
.travel-detail .iw-tour-info .info-right .tour-included span{
	margin-left:4px;
}
.travel-detail .iw-tour-info .info-right ul li:nth-last-child(1):nth-child(even){
	width:100%;
}
.travel-detail .iw-tour-info .price{
	font-size:24px;
	font-weight:600;
	padding-top:38px;
	padding-bottom:28px;
}
.travel-detail .tab-travel-detail{
	margin-top:26px;
}
.travel-detail .tab-travel-detail .iw-tab-item{
	display:inline-block;
	margin-right:25px;
}
.travel-detail .tab-travel-detail .iw-tab-items{
	border-bottom:2px solid #e5e5e5;
}
.travel-detail .tab-travel-detail .iw-tab-title{
	margin-bottom:-2px;
	padding-left:2px;
	border-bottom:2px solid transparent;
	color:#232323;
	cursor:pointer;
	font-size:14px;
}
.travel-detail .tab-travel-detail .iw-tab-title.active{
	border-bottom:2px solid transparent;
	color:#232323;
}
.travel-detail .tab-travel-detail .iw-tab-title span{
	margin-left:10px;
}
.travel-detail .tab-travel-detail{
	font-size:12px;
}
.travel-detail .tab-travel-detail h3.post-title{
	font-size:24px;
	color:#232323;
	margin:0 0 25px 0;
}
.travel-detail .tab-travel-detail .post-desc{
	margin-bottom:10px;
}
.travel-detail .tab-travel-detail .post-schedules{
	margin-top:10px;
}
.travel-detail .tab-travel-detail .post-schedules .schedules-item{
	padding-left:75px;
	position:relative;
	margin-top:35px;
}
.travel-detail .tab-travel-detail .post-schedules .schedules-item .address-time{
	margin-top:10px;
}
.travel-detail .tab-travel-detail .post-schedules  .numerical-booking{
	width:44px;
	height:44px;
	text-align:center;
	line-height:40px;
	border:2px solid #c8c8c8;
	border-radius:100px;
	font-size:18px;
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
}
.travel-detail .tab-travel-detail .post-schedules .address-time ul li{
	display:inline-block;
	margin-right:10px;
}
.travel-detail .tab-travel-detail .post-schedules h3.schedules-title{
	font-size:16px;
	margin:0 0 10px 0;
	line-height:24px;
}
.travel-detail .tab-travel-detail .post-schedules .schedules-description{
	margin:0;
}
.tour-booking-form{
	background:#f9f9f9;
	border:1px solid #ebebeb;
	padding:30px;
}
.tour-booking-form .field-group{
	margin-bottom:17px;
}
.tour-booking-form .field-group.field-group-service, .intravel-checkout-page .field-group.field-group-service {
    margin-bottom: 0 !important;
}
.tour-booking-form .field-group-inner{
	position:relative;
}
.tour-booking-form .field-group-inner.field-tour_start_time {
    background: #ffffff;
}
.tour-booking-form .field-group .control ,
.tour-booking-form .field-group .select2-container.select2-container--default {
	height:39px;
	line-height:37px;
	border:1px solid #ededed;
	color:#232323;
	font-size:12px;
	width:100% !important;
	padding:0 10px 0 45px;
    display: inline-block;
}
body .tour-booking-form .select2-container--default .select2-selection--single,
body .tour-booking-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.tour-booking-form .field-group .control.select2-container a.select2-choice {
    height: 37px;
    line-height: 37px;
    background: none;
    border: none !important;
}
.tour-booking-form .field-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.tour-booking-form .field-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.tour-booking-form .field-group .select2-container--default .select2-selection--single {
    border: none !important;
    height: 37px;
    line-height: 37px;
}
body .select2-container--default .select2-search--dropdown .select2-search__field, body .select2-container--open .select2-dropdown--below {
    border:1px solid #ededed;
    font-size: 12px;
}
body .select2-results__option {
    padding: 6px 15px;
}
.tour-booking-form .field-group span.icon{
	line-height:24px;
	width:34px;
	height:24px;
	text-align:center;
	color:#a2a2a2;
	border-right:1px solid #ededed;
	position:absolute;
	left:0;
	top:8px;
}
.tour-booking-form h3.title{
	border-bottom:1px solid #ededed;
	margin:-11px 0 22px 0;
	text-transform:uppercase;
	font-size:18px;
	font-weight:500;
	padding-bottom:14px;
}
.tour-booking-form .tour-price-now{
	font-size:14px;
	font-weight:500;
	margin: 20px 0 25px;
}
.tour-booking-form .tour-price-now .msg-wrap .msg-total label {
    font-size: 14px;
    font-weight: 500;
}
.tour-booking-form .tour-price-now .msg-total span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    background: #e9e9e9;
    margin: 0 5px;
}
.tour-booking-form .field-group.field-submit{
	margin:0;
}
.tour-booking-form .field-group.field-submit .tour-submit-booking{
	height:37px;
	line-height:37px;
	color:#fff;
	font-size:18px;
	padding:0 22px;
	border-radius:3px;
	border:none;
	font-weight:normal;
}
.tour-booking-form .field-group.field-submit .tour-submit-booking.disabled{
	background:#cacaca!important;
}
.tour-booking-form .field-group label, .tour-checkout-form .field-group label,
.tour-booking-form .field-group span, .tour-checkout-form .field-group span {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 12px;
}
.field-group.field-group-service .intravel-select2 {
    height: 60px;
    line-height: 58px;
    padding-top: 10px;
}
.field-group.field-group-service .checkbox-service-item span {
    position: absolute;
    right: 0;
}
.field-group.field-group-service span.free {
    color: #e92944;
}
.tour-booking-form .field-group.field-group-service .intravel-select2:last-child {
    border-bottom: 1px #e5e5e5 solid;
}
.tour-booking-form .field-group.field-group-service .intravel-select2 a.select2-choice {
    color: #838383;
    font-size: 12px;
}
.tour-booking-form .field-group label.service-label-title, .tour-checkout-form .field-group label.service-label-title {
    color: #232323;
    display: inline-block;
    padding-bottom: 6px;
    width: 100%;
}
.field-group label.service-input-label-title {
    color: #232323;
}
.tour-booking-form .intravel-on-click, .tour-checkout-form .intravel-on-click {
    border: medium none;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.tour-booking-form h3.service-title, .tour-checkout-form h3.service-title {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    padding: 15px 0 18px;
    border-bottom: 1px #e5e5e5 solid;
    margin: 0 0 20px;
}
.field-group-service .checkbox-service-group.parent {
    padding-left: 28px;
}
.field-group-service .checkbox-service-item {
    height: 45px;
    line-height: 35px;
    position: relative;
}
.field-group-service .checkbox-service-item .input-checkbox {
    display: inline-block;
    position: relative;
    width: auto;
}
.field-group-service .checkbox-service-item input + label::before {
    background: white none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    vertical-align: text-top;
    width: 18px;
    border: 1px #e5e5e5 solid;
}
.field-group-service .checkbox-service-item input + label::after {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white;
    content: "";
    height: 2px;
    left: 5px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: 2px;
}
.field-group-service .checkbox-service-item input:checked + label::after {
    background: #838383 none repeat scroll 0 0;
    box-shadow: 2px 0 0 #838383, 4px 0 0 #838383, 4px -2px 0 #838383, 4px -4px 0 #838383, 4px -6px 0 #838383;
}
.field-group-service .checkbox-service-item input {
    opacity: 0;
    position: absolute;
    height: 18px !important;
    z-index: 9;
    margin: 0;
    top: 9px;
    left: 0;
    cursor: pointer;
    width: 100%;
}
.field-group-service .checkbox-service-item input + label {
    cursor: pointer;
    padding: 0;
    position: relative;
}
.tour-booking-form .field-group input, .tour-checkout-form .field-group input {
    height: auto;
}
.tour-booking-form .field-group label.service-child-label input, .tour-checkout-form .field-group label.service-child-label input {
    margin-right: 2px;
    height: auto;
    margin-top: 0;
}

.iwtravel-detail-sidebar h3.widget-title{
	font-size:18px;
	margin:0 0 20px 0;
	padding-bottom:10px;
	line-height:1;
	border-bottom:1px solid #ededed;
}
.iwtravel-detail-sidebar .iw-interested .info-wrap{
	border:1px solid #ededed;
	padding:15px 25px 11px 25px;
}
.iwtravel-detail-sidebar .iw-interested .iw-tour-item + .iw-tour-item{
	margin-top:30px;
}
.iwtravel-detail-sidebar .iw-interested .title{
	margin:8px 0 14px 0;
	font-size:16px;
	line-height:24px;
	font-weight:600;
}
.iwtravel-detail-sidebar .iw-interested {
    margin-top: 20px;
}
.iwtravel-detail-sidebar .iw-interested .title a{
	color:#232323;
}
.iwtravel-detail-sidebar .iw-interested .image-wrap{
	position:relative;
}
.iwtravel-detail-sidebar .iw-interested .icon-action{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(55,55,55,0.5);
	transition:all ease 0.5s;
	opacity:0;
	text-align:center;
}
.iwtravel-detail-sidebar .iw-interested .image-wrap:hover .icon-action{
	opacity:1;
}
.iwtravel-detail-sidebar .iw-interested .icon-action a.iw-to-detail,
.iwtravel-detail-sidebar .iw-interested .icon-action a.button-booking-tour{
	display:inline-block;
	height:36px;
	line-height:36px;
	padding:0 20px;
	border-radius:50px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	position:absolute;
	left:50%;
	top:calc(50% - 18px);
	transform:translateX(-50%);
	border:none;
}
.iwtravel-detail-sidebar .iw-interested .icon-action a.iw-to-detail:hover{
	background:#474747!important;
}
.iwtravel-detail-sidebar .iw-interested .tour-price{
	display:inline-block;
}
.iwtravel-detail-sidebar .iw-interested .tour-price span{
	height:32px;
	line-height:32px;
	padding:0 25px;
	color:#fff;
	display:inline-block;
	border-radius:50px;
	font-size:16px;
	font-weight:600;
	float:left;
}
.iwtravel-detail-sidebar .iw-interested .tour-rate{
	float:right;
}
.iwtravel-detail-sidebar .iw-interested .tour-info-footer{
	border-top:1px solid #e5e5e5;
	padding-top:17px;
	margin-top:14px;
	min-height:54px;
}
.iwtravel-detail-sidebar .iw-interested .post-meta ul{
	width:100%;
	display:table;
}
.iwtravel-detail-sidebar .iw-interested .iw-tour-item .post-meta ul li{
	font-size:12px;
	line-height:20px;
    color: #838383;
}
.iwtravel-detail-sidebar .iw-interested .post-meta ul li a {
    color: #838383;
}
.iwtravel-detail-sidebar .sidebar-tag ul{
	display:table;
	width:100%;
}
.iwtravel-detail-sidebar .sidebar-tag ul li{
	float:left;
}
.iwtravel-detail-sidebar .sidebar-tag ul li a{
	border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #838383;
    display: inline-block;
    font-size: 12px !important;
    height: 40px;
    line-height: 38px;
    margin: 0 10px 10px 0;
    padding: 0 12px;
    text-transform: capitalize;
}
.iwtravel-detail-sidebar .sidebar-tag ul li a:hover{
	color:#fff;
}
.iwtravel-detail-sidebar .tour-booking-form-wrap,
.iwtravel-detail-sidebar .sidebar-interested,
.iwtravel-detail-sidebar .sidebar-tag{
	margin-bottom:40px;
}
.travel-detail .comments-content .comment-respond{
	position:relative;
}

.travel-detail .comments-content .comment-respond .comment-form-rating{
    position: absolute;
    right: 20px;
    top: 10px;
}
.travel-detail .comments-content .comment-respond .comment-form-rating label{
	float:left;
	font-weight:normal;
	font-size:12px;
	margin: -2px 5px 0 0;
}
.travel-detail .comments-content .comment-respond .comment-form-rating .rating-vote{
    display: inline-block;
}







/*======= END TOUR DETAIL ======*/


/*
/* ----- sidebar ----- */

.iw-booking-tour-form {
    padding: 50px 25px 25px;
    position: relative;
    background: #ffffff;
}
.iw-booking-tour-form .close-booking-tour {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 25px;
    color: #222222;
    line-height: 1;
    font-size: 16px;
}
.iw-booking-tour-form .field-left {
    text-align: left;
}
.iw-booking-tour-form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px #eeeeee solid;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 14px;
}
.iw-booking-tour-form input.tour-quantity, .iw-booking-tour-form input.tour_start_date {
    width: 228px;
}
.iw-booking-tour-form label {
    color: #222222;
    text-align: left;
    display: block;
}
.tour-price-now img {
    display: none;
}
.tour-price-now.loading img {
    display: inline-block;
}
.iw-booking-tour-form button {
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}
.iw-booking-tour-form button:disabled {
   background: #eee !important;
}
.loading .ui-datepicker-header .ui-corner-all{
    display:none;
}
.ui-datepicker.ui-widget {
    background: #ffffff;
	z-index:99999!important;
	width:280px;
	display: none;
}
.ui-datepicker-header {
    position: relative;
    text-align: center;
    background: #f4f4f4;
    padding: 10px 0;
}
.ui-datepicker-header > a {
    position: absolute;
    top: 10px;
	cursor:pointer;
}
.ui-datepicker-header > a.ui-datepicker-prev {
    left: 10px;
}
.ui-datepicker-header > a.ui-datepicker-next {
    right: 20px;
}

.ui-datepicker-header > a span {
    position: relative;
    font-size: 0;
}
.ui-datepicker-header > a span:before {
    position: absolute;
    font-family: FontAwesome;
    top: -15px;
    left: 0;
    font-size: 14px;
    color: #838383;
}
.ui-datepicker-header > a.ui-datepicker-prev span:before {
    content: "\f053";
}
.ui-datepicker-header > a.ui-datepicker-next span:before {
    content: "\f054";
}
.ui-datepicker-header .ui-datepicker-title span {
    font-weight: 700;
}
.ui-datepicker.ui-widget table {
    table-layout: auto;
    margin: 0;
}
.ui-datepicker.ui-widget tr td, .ui-datepicker.ui-widget tr td.ui-state-disabled:hover {
    background: #ffffff;
}
.ui-datepicker.ui-widget tr span, .ui-datepicker.ui-widget tr a {
    display: block;
    text-align: center;
}
.ui-datepicker.ui-widget td span {
    background: none;
    color: rgba(63, 63, 63, 0.2);
}
.ui-datepicker.ui-widget tr a {
    color: #838383;
    font-weight: 700;
}
.ui-datepicker.ui-widget tr td:hover a, .ui-datepicker.ui-widget tr td.ui-datepicker-current-day a,
.ui-datepicker.ui-widget tr td.ui-datepicker-today:hover a, .ui-datepicker.ui-widget tr td.ui-datepicker-today:hover span {
    color: #ffffff;
}
.ui-datepicker.ui-widget tr td.ui-datepicker-current-day a {
    color: #ffffff !important;
}


/* ===== Tours ===== */

.iw-travel-tours.style1 .iw-tour-item {
    margin-bottom: 30px;
}
.iw-travel-tours.style1 .iw-tour-item .image-wrap {
    position: relative;
}
.iw-travel-tours.style1 .iw-tour-item .image-wrap:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear 0s;
    transition: opacity 0.5s linear 0s;
}
.iw-travel-tours.style1 .iw-tour-item:hover .image-wrap:before {
    opacity: 0.83;
}
.iw-travel-tours.style1 .iw-tour-item .image-wrap .icon-action {
    position: absolute;
    text-align: center;
    top: calc(50% - 20px);
    width: 100%;
}
.iw-travel-tours.style1 .iw-tour-item .image-wrap .icon-action a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #838383;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    width: 40px;
    background: #ffffff;
    font-size: 16px;
}
.iw-travel-tours.style1 .iw-tour-item .image-wrap .icon-action a.iw-to-detail {
    opacity: 0;
    -webkit-transform: translate(-80px, 0px);
    transform: translate(-80px, 0px);
    -webkit-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
    transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
}
.iw-travel-tours.style1 .iw-tour-item:hover .image-wrap .icon-action a.iw-to-detail {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.iw-travel-tours.style1 .iw-tour-item .info-wrap {
    padding: 10px 15px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
}
.iw-travel-tours.style1 .iw-tour-item .info-wrap .info-left {
    float: left;
    width: 80%;
}
.iw-travel-tours.style1 .iw-tour-item .info-wrap .info-left h3.title {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 5px;
}
.iw-travel-tours.style1 .iw-tour-item .info-wrap .info-left .post-meta li {
    display: inline-block;
    font-weight: 700;
    margin-right: 5px;
}
.iw-travel-tours.style1 .iw-tour-item .info-wrap .info-left .post-meta li a {
    color: #838383;
}
.tour-price.right {
    float: right;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

/*------- Add on  travel_tours style4 ---------*/

.iw-travel-tours.style4 {
    margin: 0 -15px;
    position: relative;
}
.iw-travel-tours.style4::after {
    clear: both;
    content: "";
    display: block;
}
.iw-travel-tours.style4 .iw-tour-item {
    margin-bottom: 30px;
	background:#fff;
}
.title-travel-tour-style-4{
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 45px 0;
    padding: 20px 0;
    font-size: 24px;
    color: #232323;
}
.iw-travel-tours.style4 .iw-tour-item:hover .info-wrap{
    box-shadow: 0 0 4px 4px rgba(239, 239, 239, 0.3);
}
.iw-travel-tours.style4 .info-wrap .tour-price-vote{
    position: relative;
}
.iw-travel-tours.style4 .info-wrap .tour-price-vote .iwt-rating{
    position: relative;
    float: right;
    left: 0;
    top: 0;
}
.iw-travel-tours.style4 .image-wrap{
    position: relative;
    overflow: hidden;
}
.iw-travel-tours .image-wrap img {
    width: 100%;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.iw-travel-tours.style4 .image-wrap:hover img{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.iw-travel-tours.style4 .image-wrap:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    height: 150%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s;
}
.iw-travel-tours.style4 .image-wrap:hover:after{
    -webkit-opacity: 1;
    opacity: 1;
}
.iw-travel-tours.style4 .image-wrap .booking-action {
  
	left: 0;
	margin-top: -18px;
	-webkit-opacity: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	width: 100%;
	z-index: 2;
}
.iw-travel-tours.style4 .image-wrap:hover .booking-action{
   -webkit-opacity: 1;
   	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.iw-travel-tours.style4 .image-wrap .booking-action a.link-to-detail{
	display:inline-block;
	border-radius:50px;
	color:#fff;
	height:35px;
	line-height:35px;
	padding:0 15px;
	font-weight:600;
}
.iw-travel-tours.style4 .image-wrap .booking-action .button-booking-tour{
    border: 0 none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
	display: inline-block;
	text-align: center;
	padding: 3px 16px;
}
.iw-travel-tours.style4 .info-wrap{
	border:1px solid #efefef;
    padding: 20px 25px;
}
.iw-travel-tours.style4 .image-wrap + .info-wrap{
	border-top:none;
}
.iw-travel-tours.style4 .info-wrap .info-left .title{
    margin: 0;
}
.iw-travel-tours.style4 .info-wrap .info-left .title a{
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #232323;
}
.iw-travel-tours.style4 .info-wrap .info-left .post-meta ul{
    margin-left: 0;
}
.iw-travel-tours.style4 .info-wrap .info-left .post-meta ul li{
    list-style: none;
}
.iw-travel-tours.style4 .info-wrap .info-left .post-meta ul li a,
.iw-travel-tours.style4 .info-wrap .info-left .post-meta ul li i,
.iw-travel-tours.style4 .info-wrap .info-left .post-meta ul li span{
	font-size: 12px;
}
.iw-travel-tours .info-wrap .info-left .post-meta ul li a i{
    color: #838383;
}
.iw-travel-tours.style4 .info-wrap .info-left .post-meta ul li:last-child{
    margin-right: 0;
}
.iw-travel-tours.style4 .info-wrap .info-left .post-meta {
    padding-top: 10px;
}
.iw-travel-tours.style4 .info-wrap .tour-price-vote{
    padding-top: 15px;
    margin-top: 20px;
	display:table;
	width:100%;
	border-top: 1px solid #efefef;
	min-height:31px;
}
.iw-travel-tours.style4 .info-wrap .tour-price-vote .comment-count {
    color: #F6AB09;
    float: right;
    margin-left: 10px;
}
.iw-travel-tours.style4 .info-wrap .tour-price-vote .price-tour {
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
	padding: 0px 10px;
    text-align: center;
}

/*====== Tour list style 2 ======*/
.iw-travel-tours.style2.style4.carousel,
.iw-travel-tours.style3.style4{
	margin:0;
}
.iw-travel-tours.style2{
	padding-bottom:50px;
}
.iw-travel-tours.style2 .owl-theme .owl-controls .owl-page span{
	margin:0 4px;
	width:70px;
	height:2px;
	border-radius:0;
	opacity:1;
	background:#c9c9c9;
}
.iw-travel-tours.style2 .owl-theme .owl-controls{
	margin-top:20px;
}

.iw-travel-tours.style2 .iw-tour-item .tour-discount,
.iw-travel-tours.style3 .iw-tour-item .tour-discount{
	height:40px;
	width:46px;
	color:#fff;
	text-align:center;
	line-height:40px;
	font-size:16px;
	font-weight:600;
	background:rgba(234, 1, 39, 0.8);
	position:absolute;
	top:0;
	z-index:4;
	left:22px;
}
.iw-travel-tours.style2 .iw-tour-item .tour-discount:before,
.iw-travel-tours.style3 .iw-tour-item .tour-discount:before{
	position:absolute;
	bottom:-10px;
	content:'';
	width:100%;
	border-left:23px solid rgba(234, 1, 39, 0.8);
	border-right:23px solid rgba(234, 1, 39, 0.8);
	border-top:none;
	border-bottom:10px solid transparent;
	left:0;
}
.iw-travel-tours.style2 .iw-tour-item,
.iw-travel-tours.style3 .iw-tour-item{
	position:relative;
}


.iw-travel-tours.style3 .button-filter{
	text-align:center;
	margin-bottom:64px;
	margin-top:30px;
}
.iw-travel-tours.style3 button.filter{
	background:none;
	border:none;
	padding:0;
	font-size:14px;
	font-weight:500;
	margin:0 10px;
}










@media (min-width: 992px){
.iw-travel-tours.style2 .tour-row-item .item:nth-child(3n+1){
	clear:both;
}

}
@media (min-width: 768px) and (max-width: 991px){
.iw-travel-tours.style2 .tour-row-item .item:nth-child(2n+1){
	clear:both;
}

}



/* ===== Tour ===== */
.intravel-tour {
    position: relative;
}
.intravel-tour .tour-info {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0 20px;
}
.intravel-tour .tour-info h4 {
    margin: 0;
}
.intravel-tour .tour-info h4 a {
    font-family: "Playfair Display";
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-transform: capitalize;
}
.intravel-tour .tour-info h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
}

/* Form filter */
.tour-filter-form {
    margin-top: 50px;
    color: #a2a2a2;
}
.tour-filter-form input, .tour-filter-form .select2-container--default .select2-selection--single,
.tour-filter-form .filter-travel a {
    height: 35px;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f9f9f9;
    border: 1px #f0f0f0 solid;
    line-height: 35px;
    padding: 0 10px;
}
.tour-filter-form .select-icon .select2-container--default .select2-selection--single {
    padding: 0 15px;
}
.tour-filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    line-height: 35px;
}
.tour-filter-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    right: 5px;
}
.tour-filter-form .select2-container--default {
    width: 100% !important;
}
.tour-filter-form .select-icon {
    position: relative;
}
.tour-filter-form .select-icon i {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 9;
}
.tour-filter-form .filter-travel a {
    display: inline-block;
    color: #ffffff;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.tour-filter-form .filter-travel a:after {
    content: "\f1d8";
    font-family: FontAwesome;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
}

/* ===== Locations ===== */
.intravel-destinations.style1 .destination-item {
    position: relative;
    overflow: hidden;
    margin: 0 15px;
    color: #ffffff;
}
.intravel-destinations.style1 .destination-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #000000;
    -webkit-transition: opacity 0.5s linear 0s;
    transition: opacity 0.5s linear 0s;
}
.intravel-destinations.style1 .destination-item:hover:after {
    opacity: 0.5;
}
.intravel-destinations.style1 .destination-item img {
    width: 100%;
}
.intravel-destinations.style1 .destination-item .content {
    position: absolute;
    padding: 0 40px;
    width: 100%;
    z-index: 2;
    text-align: center;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.6s linear 0s;
    transition: transform 0.6s linear 0s;
    top: auto;
    left: 0;
}
.intravel-destinations.style1 .destination-item:hover .content {
    bottom: 0 !important;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 3;
}
.intravel-destinations.style1 .destination-item .content .content-bottom {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: transform 0.3s linear 0.4s, opacity 0.3s linear 0.4s;
    transition: transform 0.3s linear 0.4s, opacity 0.3s linear 0.4s;
    padding-bottom: 40px;
    margin-top: 15px;
}
.intravel-destinations.style1 .destination-item:hover .content .content-bottom {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.intravel-destinations.style1 .destination-item .content h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin: 0 5px 0;
}
.intravel-destinations.style1 .destination-item .description {
    display: none;
    opacity: 0;
    font-size: 12px;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    padding-left: 20px;
}
.intravel-destinations.style1 .destination-item:hover .description {
    opacity: 1;
    display: block;
}
.intravel-destinations.light .owl-theme .owl-controls .owl-page span {
    height: 1px;
    width: 70px;
    margin: 2px 4px;
    background: #a3a3a3;
    opacity: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.intravel-destinations.light .owl-theme .owl-controls .owl-page span:hover,
.intravel-destinations.light .owl-theme .owl-controls .owl-page.active span {
    height: 2px;
}
.intravel-destinations .owl-theme .owl-controls {
    margin-top: 40px;
}
.intravel-destinations.number .owl-theme .owl-controls .owl-page span.owl-numbers {
    margin: 0 2px;
    border: 1px #ffffff solid;
    background: none;
    font-size: 14px;
    font-weight: 300;
    width: 35px;
    height: 35px;
    opacity: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.intravel-destinations .owl-theme .owl-controls .owl-page span {
    background: #cdcdcd;
    margin: 0 5px 0 0;
}
.intravel-destinations.style1 .owl-theme .owl-controls {
    margin-bottom: 25px;
}
.intravel-destinations.style1 .destination-item .content a {
    color: #ffffff;
}
.intravel-destinations.style1 .destination-item .content ul {
    margin: 0;
}
.intravel-destinations.style1 .destination-item .content ul li {
    list-style: none;
    display: inline-block;
    margin: 0 8px;
    font-size: 14px;
    font-weight: 600;
}
.intravel-destinations.style1 .destination-item .description {
    padding: 0;
}
.intravel-destinations.style1 .destination-item .content .destination-detail-v2 {
    margin-top: 30px;
}
.intravel-destinations.style1 .destination-item:hover .content .destination-detail-v2 a {
    padding: 2px 30px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    border: 2px #ffffff solid;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.intravel-destinations.style1 .destination-item:hover .content .destination-detail-v2 a i {
    vertical-align: inherit;
    margin: 0;
}

.iw-travel-tours-widget .tour-thumnail{
    width:100px;
    float:left;
    height: 100px;
}
.iw-travel-tours-widget .tour-thumnail img{
    border-radius:2px;
}
.iw-travel-tours-widget .tour-info{
    margin-left:117px;
}
.iw-travel-tours-widget h3.title{
    margin:-8px 0 8px 0;
    font-size:14px;
    line-height: 28px;
}
.iw-travel-tours-widget {
    padding-top: 18px;
}
.iw-travel-tours-widget .iw-tour-item{
    padding:12px 0 14px 0;
    border-bottom:1px solid #ebebeb;
}
.iw-travel-tours-widget .post-meta{
    line-height: 20px;
}
.iw-travel-tours-widget .post-meta li {
    margin-bottom: 4px;
    font-size: 12px;
}
.iw-travel-tours-widget .post-meta li a {
    color: #838383;
}
.tours-reviews-widget .tours-review-item {
    font-size: 12px;
    padding: 20px 0;
    border-bottom: 1px #ebebeb solid;
}
.tours-reviews-widget .review-title {
    font-weight: 600;
}
.tours-reviews-widget .review-content {
    color: #979797;
}
.tours-reviews-widget ul li {
    display: inline-block;
    list-style: none;
}
.tours-reviews-widget ul li.light {
    margin: 0 5px -6px;
    width: 1px;
    height: 20px;
    background: #ebebeb;
}
.tours-reviews-widget ul .review-author-link span {
    color: #232323;
}

/* ===== Destinations v2 ===== */
.intravel-destinations.style2 .destination-item {
    padding: 25px 15px;
    border-bottom: 1px #eaeaea solid;
	width: 50%;
    float: left;
}
.intravel-destinations.style2 .destination-item {
    min-height: 132px;
    border-bottom: 1px #eaeaea solid;
}
.intravel-destinations.style2 .img-wrap {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 20px;
}
.intravel-destinations.style2 .content {
    overflow: hidden;
}
.intravel-destinations.style2 .content h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: -4px 0 0;
}
.intravel-destinations.style2 .content h3 a {
    color: #232323;
}
.intravel-destinations.style2 .content .all-tours {
    margin-top: 10px;
}
.intravel-destinations.style2 .content .all-tours a {
    font-size: 12px;
    color: #232323;
}
.intravel-destinations.style2 .owl-theme .owl-controls {
    text-align: left;
    margin-top: 15px;
}
.destination-item .star-rating {
    color: #f6ab09;
    float: left;
    font-size: 15px;
    height: 14px;
    letter-spacing: 3px;
    line-height: 1;
    position: relative;
    text-align: center;
    width: 85px;
    margin-top: 6px;
}

/*====== Destinations v3 ======*/
.intravel-destinations-grid .destination-item{
    position:relative;
    margin-bottom:30px;
    color:#fff;
    text-align:center;
    overflow:hidden;
}
.intravel-destinations-grid .destination-detail{
    position:absolute;
    width:100%;
    bottom:0;
    padding:0 25px;
    z-index:3;
}
.intravel-destinations-grid .destination-item ul.meta{
    margin:0 0 7px 0;
}
.intravel-destinations-grid .destination-item ul.meta li{
    display:inline-block;
    font-size:14px;
    font-weight:600;
}
.intravel-destinations-grid .destination-item ul.meta li + li{
    margin-left:15px;
}
.intravel-destinations-grid .destination-item ul.meta li a{
    color:#fff;
}
.intravel-destinations-grid .destination-item ul.meta li a:hover{
	text-decoration:underline;
}
.intravel-destinations-grid .destination-item li.meta-tour{
    background:url("../img/number-tour-destination-icon.png") left 7px scroll no-repeat transparent;
    padding-left:23px;
}
.intravel-destinations-grid .destination-item .description{
    font-size:12px;
    line-height:28px;
    margin-bottom:7px;
}
.intravel-destinations-grid .destination-item h3.title{
    font-size:24px;
    margin:0 0 9px 0;
    font-weight:600;
}
.intravel-destinations-grid .destination-item h3.title a{
	color:#fff;
}
.intravel-destinations-grid .destination-item h3.title a:hover{
	text-decoration:underline;
}
.intravel-destinations-grid .destination-item .destination-to-detail{
    margin-bottom:20px;
}
.intravel-destinations-grid .destination-item .destination-to-detail a{
    height:38px;
    line-height:34px;
    border:2px solid #fff;
    border-radius:50px;
    font-size:14px;
    padding:0 30px;
    display:inline-block;
    color:#fff;
}
.intravel-destinations-grid .destination-item .destination-content{
    opacity:0;
    transition:all ease 0.5s;
    transform: translateY(100px);
    height:0;
}
.intravel-destinations-grid .destination-item .destination-rating{
    display:inline-block;
    margin-bottom:13px;
}
.intravel-destinations-grid .destination-item:hover .destination-content{
    opacity:1;
    transform: translateY(0);
    height:auto;
}
.intravel-destinations-grid .destination-item .destination-head{
    transition:all ease 0.5s;
    transform: translateY(-20px);
}
.intravel-destinations-grid .destination-item:hover .destination-head{
    transform: translateY(0);
}
.intravel-destinations-grid .destination-item:before{
    content:'';
    position:absolute;
    height:60%;
    width:100%;
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* Standard syntax */
    left:0;
    bottom:0;
}
.intravel-destinations-grid .destination-item:after{
    content:'';
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.2);
    opacity:0;
    transition:all ease 0.5s;
    z-index:0;
}
.intravel-destinations-grid.style3 .destination-item .destination-image img {
    width: 100%;
}
.intravel-destinations-grid .destination-item:hover:after{
    opacity:1;
}
.intravel-destinations-grid .destinations-grid-filter span.input-text-wrap{
    display:inline-block;
    position:relative;
    float:left;
    margin: 0 15px 20px;
}
.intravel-destinations-grid .destinations-grid-filter .select2-container--default{
    width:170px!important;
    float:left;
    margin: 0 15px 20px;
}
.intravel-destinations-grid .destinations-grid-filter-inner{
    float:right;
    font-size:12px;
    color:#a2a2a2;
}

.intravel-destinations-grid .destinations-grid-filter .input-text{
    height:37px;
    line-height:35px;
    border-radius:2px;
    background:#f9f9f9;
    border:1px solid #f0f0f0;
    padding:5px 5px 5px 28px;
    width:350px;
}
.intravel-destinations-grid .destinations-grid-filter span.input-text-wrap:before{
    content:"\f002";
    position:absolute;
    left:0;
    top:0;
    width:24px;
    height:37px;
    line-height:37px;
    text-align:center;
    font-family:FontAwesome;
}
.intravel-destinations-grid .destinations-grid-filter .select2-container{
	display:inline-block!important;
	float:left;
	width:170px;
	height:37px;
	margin:0 15px;
}
div.select2-drop-active{
	border-color:#ebebeb !important;
}
.intravel-destinations-grid .destinations-grid-filter .select2-container--default .select2-selection--single,
.intravel-destinations-grid .destinations-grid-filter .select2-container a.select2-choice{
    height:37px;
    line-height:35px;
    background:#f9f9f9;
    border:1px solid #f0f0f0;
    border-radius:2px;
}
.intravel-destinations-grid .destinations-grid-filter .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:35px;
}
.intravel-destinations-grid .destinations-grid-filter .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:35px;
    width:24px;
}
.intravel-destinations-grid .destinations-grid-filter .button-filter{
    height:37px;
    line-height:37px;
    border-radius:2px;
    border:none;
    color:#fff;
    font-size:14px;
    padding:0 12px;
    margin-left:30px;
    margin: 0 0 20px 15px;
    float:left;
}
.intravel-destinations-grid .destinations-grid-filter .button-filter i{
    margin-left:75px;
}
.intravel-destinations-grid .destinations-grid-filter{
    border-bottom:1px solid #e9e9e9;
    margin-bottom:27px;
}
/*====== End destinations v3 ======*/

/* ===== Destination ===== */

.intravel-destination {
    position: relative;
    padding: 10px;
    background: #ffffff;
}
.intravel-destination .img-wrap {
    position: relative;
}
.intravel-destination .img-wrap:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.2;
}
.intravel-destination .destination-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 25px;
    color: #ffffff;
    font-weight: 700;
}
.intravel-destination .destination-info h3 {
    margin: 0 0 5px;
}
.intravel-destination .destination-info h3 a {
    font-size: 36px;
    color: #ffffff;
    line-height: 30px;
}
.intravel-destination .destination-info p.description-destination {
    font-size: 12px;
    margin-bottom: 15px;
}
.intravel-destination .destination-info ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
}
.intravel-destination .destination-info ul li a {
    color: #ffffff;
    text-transform: capitalize;
}
.intravel-destination .destination-info ul li .tour-icon {
    background: url("../img/icon-tour.png") no-repeat;
    width: 16px;
    height: 19px;
    display: inline-block;
}
.tour-map{
    height: 350px;
}

/*========== Intravel shortcode ========*/
.iw-travel-tours.style1 .post-meta ul{
	margin:0;
}
.star-rating {
	position: relative;
	color: #f6ab09;
	text-align: center;
	height: 14px;
	width: 85px;
	float:left;
	font-size: 15px;
	line-height:1;
	letter-spacing: 3px;
}
.star-rating:before {
	color: #d3ced2;
	content: "\f005 \f005 \f005 \f005 \f005";
	font-family: FontAwesome;
	float: left;
	left: 0;
	position: absolute;
	top: 0;
	position:absolute;
	width:100%;
	padding:0 0 0 1.5px;
	height:100%;
}
.star-rating span.rating {
	float: left;
	left: 0;
	overflow: hidden;
	height:100%;
	position: absolute;
	top: 0;
}
.star-rating span.rating:before {
	content: "\f005 \f005 \f005 \f005 \f005";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
	padding:0 0 0 1.5px;

}

/*-------- Destination detail --------*/
.destination-detail .destination-info-map{
	position:relative;
	z-index:2;
	margin-bottom:35px;
}
.destination-detail .destination-map{
	height:100%;
	width:50%;
	position:absolute;
	right:0;
	top:0;
}
.destination-detail .destination-info-map.no-info .destination-map{
	position:relative;
	height:300px;
	width:100%;
}
.destination-detail .destination-info-map .destination-info{
	width:50%;
	float:left;
	min-height:300px;
	padding:10px 20px;
	background:#f7f7f7;
	font-size:14px;
	font-weight:500;
}

.destination-detail .destination-info-map label{
	font-weight:inherit;
	margin:0;
	width:210px;
}
.destination-detail .destination-info-map .destination-info-item{
	padding:12px 0;
}
.destination-detail .destination-info-map .destination-info-item + .destination-info-item{
	border-top:1px solid #ebebeb;
}

.destination-detail .destination-intro h3.title-block,
.destination-detail .related_destination_tours h3.title-block{
	margin:0 0 22px 0;
	line-height:24px;
	color:#000;
	font-size:18px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:7px;
}
.destination-detail .related_destination_tours.iw-tour-listing{
	padding:0;
	margin-top:30px;
}
.destination-detail .destination-cover .destination-image{
	height:600px;
	position:relative;
}
.destination-detail .destination-cover .destination-image:before {
    background: -webkit-linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: -o-linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: -moz-linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}
.destination-detail .destination-cover{
	color:#fff;
	position:relative;
}
.destination-detail .destination-social-share .post-share-buttons{
	position:absolute;
	right:0;
	top:7px;
}
.destination-detail .destination-social-share{
	position:relative;
}
.destination-detail .destination-social-share h3.title-block{
	font-size:18px;
	color:#000;
	line-height:24px;
	margin:0;
	padding:13px 0 20px 0;
}
.destination-detail .destination-social-share .post-share-buttons a{
    background-color: #d4d4d4;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-left: 5px;
    text-align: center;
    width: 32px;
}
.destination-detail .destination-social-share a.share-buttons-fb:hover {
    background: #3b5998;
}
.destination-detail .destination-social-share a.share-buttons-gg:hover {
    background: #bb4303;
}
.destination-detail .destination-social-share a.share-buttons-tt:hover {
    background: #32cdfd;
}

.destination-detail .destination-cover .destination-cover-info{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:3;
}


.destination-detail .destination-cover-content h3.destination-name{
	margin:0;
	line-height:1;
	font-size:48px;
	font-weight:500;
}
.destination-detail .destination-cover .number-tours{
	font-size:18px;
	font-weight:600;
	display:inline-block;
	margin-right:15px;
}
.destination-detail .destination-cover .destination-rate, .destination-detail .destination-cover .destination-rate .br-wrapper {
    display:inline-block;
}
.destination-detail .destination-cover .destination-parent{
	font-size:18px;
	font-weight:300;
}
.destination-detail .destination-cover .number-tours span{
	margin-left:9px;
	margin-right:6px;
}
.destination-detail .destination-cover a.view-all-tours{
	height:38px;
	line-height:34px;
	border:2px solid #fff;
	font-size:14px;
	color:#fff;
	padding:0 20px;
	display:inline-block;
	border-radius:50px;
	position:absolute;
	right:0;
	bottom:34px;
}
.destination-detail .destination-cover .destination-cover-content{
	position:relative;
	padding-bottom:50px;
	padding-top:50px;
}
.destination-detail .destination-cover .rate-and-total{
	margin-top:14px;
}



@media (min-width: 1200px) {
	.destination-detail .related_destination_tours .destination_content .item-clear:nth-child(3n+1){
		clear:both;
	}

}

@media (min-width: 768px) and (max-width: 1199px){
	.destination-detail .related_destination_tours .destination_content .item-clear:nth-child(2n+1){
		clear:both;
	}

}
@media (max-width: 767px){
	.destination-detail .related_destination_tours .destination_content .item-clear{
		clear:both;
	}

}




/*-------- End destination detail --------*/

/*Widget*/

.widget {
    margin-bottom: 32px;
}
.widget .widget-title {
    font-size: 18px;
    padding-bottom: 12px;
    border-bottom: 1px #ebebeb solid;
    margin: 0;
}
.widget_tour_search_form {
    border: 1px #ebebeb solid;
    padding: 20px 10px;
    background: #f9f9f9;
}
.tour-search-form-wrap {
    margin-top: 20px;
}
.tour-search-form-wrap .form-group {
    position: relative;
}
.tour-search-form-wrap .search-tour i {
    position: absolute;
    top: 6px;
    left: 0;
    width: 32px;
    border-right: 1px #ebebeb solid;
    text-align: center;
}
.select2-container.form-control {
    padding: 0;
    border: none;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.select2-container a.select2-choice {
    display: inline-block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ebebeb !important;
}
.select2-container .select2-choice .select2-chosen {
    height: 100%;
}
.tour-sidebar .select2-container a.select2-choice {
    padding: 0 45px !important;
}
.select2-drop .select2-results {
    padding: 0;
}
.select2-drop .select2-results .select2-result {
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.select2-drop .select2-results .select2-result.select2-highlighted .select2-result-label {
    color: #ffffff;
}
.select2-drop .select2-results .select2-result .select2-result-label {
    color: #838383;
    padding: 5px 10px;
}
.tour-search-form-wrap input,
.tour-search-form-wrap .select2-container--default .select2-selection--single {
    border: 1px #ebebeb solid;
    height: 40px;
    line-height: 40px;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232323;
    padding: 0 45px;
}
.tour-sidebar .tour-search-form-wrap input,
.tour-sidebar .tour-search-form-wrap .select2-container--default .select2-selection--single {
    background: #ffffff;
}
.tour-search-form-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
    line-height: 38px;
    padding: 0;
}
.tour-sidebar .select2-container .select2-choice .select2-arrow {
    height: 26px;
    line-height: 26px;
    margin: 6px 0;
    width: 32px;
    text-align: center;
    border-left: 1px #ebebeb solid;
}
.select2-container .select2-choice .select2-arrow b:after {
    left: calc(50% + 3px) !important;
}
.tour-search-form-wrap .tour_price_slider_wrapper {
    padding-top: 10px;
}
.tour-search-form-wrap .bt-submit {
    text-align: right;
}
.tour-search-form-wrap .bt-submit button {
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #646464;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}
.widget_tour_search_form .tour_price_slider {
    margin-bottom: 1em;
}

.widget_tour_search_form .tour_price_slider_amount {
    border-bottom: 1px solid #ebebeb;
    color: #232323;
    font-size: 14px;
    padding-bottom: 20px;
}

.widget_tour_search_form .tour_price_slider_amount .button {
    font-size: 1.15em;
}

.widget_tour_search_form .tour_price_slider_amount .button {
    float: left;
}

.widget_tour_search_form .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
}

.widget_tour_search_form .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: none;
    top: -.3em;
    margin-left: -.5em;
}

.widget_tour_search_form .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497;
}

.widget_tour_search_form .tour_price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    border: 0;
}

.widget_tour_search_form .ui-slider-horizontal {
    height: .5em;
}

.widget_tour_search_form .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_tour_search_form .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget_tour_search_form .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}


.widget_tour_search_form .tour_tour_price_slider_wrapper{
    margin-top:32px;
}
.widget_tour_search_form .tour_tour_tour_price_slider_amount{
    padding-top: 10px;
    text-align: left;
}
.widget_tour_search_form .tour_tour_tour_price_slider_amount .button{
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 20px 0 0;
    padding: 0 13px;
    float:left;
    background:#d4094c;
}
.widget_tour_search_form .tour_tour_price_slider_amount .button:hover{
    background:#474747;
}
.widget_tour_search_form .tour_price_label {
    color: #838383;
    font-weight: bold;
    line-height: 32px;
    font-size:14px;
}
.widget_tour_search_form div.ui-slider .ui-slider-range {
    background: #e1e1e1;
}
.widget_tour_search_form div.ui-slider .ui-slider-handle {
    background: transparent url("../img/bg-slider-handle.png") no-repeat scroll left top;
    height: 14px;
    margin-left: -7px;
    top: -3px;
    width: 14px;
    border:none!important;
}
.widget_tour_search_form div.ui-slider .ui-slider-handle:before{
    border-radius: 16px;
    content: "";
    height: 4px;
    left: 5px;
    position: absolute;
    top: 4px;
    width: 4px;
}
.widget-tour-types a {
    font-size: 14px !important;
    display: block;
    padding: 10px 25px 10px 30px;
    color: #838383;
    border-bottom: 1px #ebebeb solid;
    position: relative;
}
.widget-tour-types a:before {
    content: '\f3fe';
    font-family: "Ionicons";
    position: absolute;
    left: 10px;
    top: 9px;
}
.widget-tour-types a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.destination-widget .destination-item {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}
.destination-widget .destination-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.destination-widget .destination-item img {
    width: 100%;
}
.destination-widget .destination-item .destination-info {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    z-index: 9;
    top: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s;
}
.destination-widget .destination-item:hover .destination-info {
    bottom: 25px !important;
    left: 0;
    transform: translateY(0px);
    z-index: 3;
}
.destination-widget .destination-item h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.destination-widget .destination-item .destination-parent{
    font-size: 14px;
    font-family: "Playfair Display";
    font-style: italic;
    margin-top: 5px;
}
.destination-widget .destination-item .destination-parent a{
	color:#fff;
}
.destination-widget .destination-item .iw-star-rating {
    margin: 4px auto 10px;
}
.destination-widget .destination-item .destination-to-detail {
    margin: 11px 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.destination-widget .destination-item:hover .destination-to-detail {
    opacity: 1;
}
.destination-widget .destination-item .destination-to-detail a {
    padding: 2px 30px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    border: 2px #ffffff solid;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

/**
 * Rating Filter Widget
 */
.widget_tour_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
}

.widget_tour_rating_filter ul li {
    *zoom: 1;
    padding: 0 0 1px;
    list-style: none;
}

.widget_tour_rating_filter ul li:before, .widget_tour_rating_filter ul li:after {
    content: " ";
    display: table;
}

.widget_tour_rating_filter ul li:after {
    clear: both;
}

.widget_tour_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none;
}

.widget_tour_rating_filter ul li .star-rating {
    float: none;
    display: inline-block;
}

.widget_tour_rating_filter ul li.chosen a:before {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00;
}

#ui-datepicker-div .ui-datepicker-calendar{
    position: relative;
}
/*#ui-datepicker-div.loading .ui-datepicker-calendar:before{
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
}*/
#ui-datepicker-div.loading .ui-datepicker-calendar:after{
    content: "";
    width: 16px;
    height: 11px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -5px;
    z-index: 999;
    background-image: url("../img/facebook-loading.gif");
}
.ui-datepicker.ui-widget tr td.special-price.sale-price{
    background: #00a3df;
    color: #fff;
}
.ui-datepicker.ui-widget tr td.special-price.sale-price a{
    color: #fff;
}
.ui-datepicker.ui-widget tr td.special-price.inc-price{
    background: #13a1c5;
}
.ui-datepicker.ui-widget tr td.special-price.inc-price a{
    color: #fff;
}
.tour-price-now{
    margin-bottom: 10px;
    font-weight: bold;
}

/*Checkout page*/
.intravel-checkout-page .tour-infomation{
    background: #f7f7f7;
    color: #232323;
    font-weight: 500;
    padding: 15px 30px 25px;
}
.intravel-checkout-page .tour-infomation h3{
    font-weight: 300;
    margin: 10px 0 5px;
    font-size: 30px;
}
.intravel-checkout-page .personal-info h3{
    color: #232323;
    font-size: 18px;
    padding-left: 30px;
    margin: 15px 0;
}
.intravel-checkout-page .personal-main{
    background: #f7f7f7;
    padding: 35px 30px;
    float: left;
    width: 100%;
}
.intravel-checkout-page .input-row{
    float: left;
    width: 100%;
    font-weight: 500;
}
.intravel-checkout-page .input-row label{
    width: 25%;
    float: left;
    font-weight: 400;
    color: #838383;
    border-bottom: 1px solid #ededed;
    height: 50px;
    line-height: 50px;
    margin: 0;
}
.intravel-checkout-page .input-row .msg-wrap > div label{
    border-bottom: none;
}
.intravel-checkout-page .input-row > span{
    border-bottom: 1px solid #ededed;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 70%;
    float: right;
    position: relative;
}
.intravel-checkout-page .input-row.price span, .intravel-checkout-page .input-row.price label {
    border: none;
    color: #d70a0a;
}
.intravel-checkout-page .input-row.price span {
    font-weight: 600;
}
.intravel-checkout-page .input-row .msg-total {
    height: 50px;
    line-height: 50px;
}
.intravel-checkout-page .input-row span.textarea {
    height: auto;
    line-height: 1;
    margin-top: 22px;
}
.intravel-checkout-page .input-row > span:after{
    content: "\f040";
    position: absolute;
    font-family: "FontAwesome";
    width: 10px;
    height: 10px;
    top: 0;
    right: 20px;
    color: #13a1c5;
    opacity: 0;
}
.intravel-checkout-page .input-row.start-time > span:after{
    display: none;
}
.intravel-checkout-page .input-row span.textarea:after{
	top:12px;
}
.intravel-checkout-page .personal-main div:last-child span, .intravel-checkout-page .personal-main div:last-child label{
    border: none;
}
.intravel-checkout-page .input-row input{
    border: none;
    background: #f7f7f7;
    color: #13a1c5;
    font-weight: 500;
    box-shadow: none;
    height: 37px;
    border-color: #e8e8e8;
    width: 100%;
    display: inline-block;
}
.intravel-checkout-page .input-row input:focus, .intravel-checkout-page .input-row input:hover, .intravel-checkout-page .input-row input:active{
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
}
.intravel-checkout-page .input-row span:hover:after{
    opacity: 1;
}
.intravel-checkout-page .input-row span:hover input{
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
}
.intravel-checkout-page .input-row textarea{
    border: 1px solid #e8e8e8;
    box-shadow: none;
    border-radius: 0;
    min-height: 150px;
    padding: 10px 12px;
}
.intravel-checkout-page .checkout-left-col{
    padding: 10px 35px 40px;
    background: #f7f7f7;
}
.intravel-checkout-page .checkout-left-col .booking-information > h3{
    color: #232323;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.intravel-checkout-page .checkout-left-col .payment-method h3{
    margin-bottom: 12px;
}
.intravel-checkout-page .checkout-left-col .input-row label{
    width: 50%;
}
.intravel-checkout-page .checkout-left-col .input-row > span{
    width: 45%;
}
.intravel-checkout-page .booking-information div:last-child span, .intravel-checkout-page .booking-information div:last-child label{
    border: none;
}
.intravel-checkout-page .payment-method label{
    font-size: 12px;
    font-weight: normal;
}
.intravel-checkout-page .payment-method input{
    margin-right: 7px;
    margin-top: 7px;
    float: left;
}
.intravel-checkout-page .button-group{
    margin-top: 10px;
}
.intravel-checkout-page .button-group .btn{
    border-radius: 0;
    color: #fff;
    padding: 5px 25px;
    font-size: 18px;
}
.intravel-checkout-page .button-group .process-btn{
    margin-right: 15px;
}
.intravel-checkout-page .button-group .cancel-btn{
    background: #ddd;
}
.intravel-checkout-page .select-row-date, .intravel-checkout-page .tour-services-now {
    float: left;
    width: 100%;
}
.intravel-checkout-page .select-row-date label {
    border-bottom: 1px solid #ededed;
    color: #838383;
    float: left;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin: 0;
    width: 50%;
}
.intravel-checkout-page .select-row-date .input-form {
    border-bottom: 1px solid #ededed;
    float: right;
    width: 45%;
    height: 50px;
    line-height: 50px;
    padding-top: 6px;
}
.intravel-checkout-page .input-row .tour_start_time.select2-container {
    margin-top: 5px;
}
.intravel-checkout-page .input-row .tour_start_time a.select2-choice,
.intravel-checkout-page .input-row .tour_start_time.select2-container {
    border: none !important;
    background: none;
    height: 38px !important;
    line-height: 38px !important;
    box-shadow: none;
}
.intravel-checkout-page .tour_start_time.select2-container a.select2-choice:hover {
    border: 1px #e4e4e4 solid !important;
    background: #ffffff;
}
.intravel-checkout-page .tour-services-now .input-form {
    margin-bottom: 10px;
}
.intravel-checkout-page .msg-wrap > div {
    border-bottom: 1px solid #ededed;
    height: 50px;
    line-height: 50px;
}

/* ===== Thank You page ===== */
.thankyou-page {
    text-align: center;
    padding: 40px 0 130px;
}
.thankyou-page .icon-check {
    font-size: 72px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}
.thankyou-page .icon-check i {
    line-height: 60px;
    position: relative;
    top: -5px;
}
.thankyou-page h3.thankyou-order-received {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.thankyou-page p.thankyou-booking {
    display: inline-block;
    font-size: 14px;
    width: 75%;
}
.thankyou-page .back-homepage a {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    margin-top: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}


/*intravel-destination-search*/

.tour_price_slider_wrapper .tour_price_slider_amount {
	color: #232323;
	font-size: 14px;
	line-height: 1;
}

.tour_price_slider_wrapper .tour_price_slider_amount .button {
	font-size: 1.15em;
}

.tour_price_slider_wrapper .tour_price_slider_amount .button {
	float: left;
}

.tour_price_slider_wrapper .ui-slider {
	position: relative;
	text-align: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.tour_price_slider_wrapper .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 1;
	width: 1em;
	height: 1em;
	background-color: #a46497;
	border-radius: 1em;
	cursor: ew-resize;
	outline: none;
	top: -.3em;
	margin-left: -.5em;
}

.tour_price_slider_wrapper .ui-slider .ui-slider-range{
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #a46497;
}

.tour_price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	border: 0;
}

.tour_price_slider_wrapper .ui-slider-horizontal {
	height: .5em;
}

.tour_price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.tour_price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}
.tour_price_slider_wrapper .iw-group-travel.iw-price{
	margin-left: -20px;
	margin-top: 13px;
}
.tour_price_slider_wrapper .tour_price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content{
	background: #13a1c5;
}
.tour_price_slider_wrapper .tour_tour_tour_price_slider_amount{
	padding-top: 10px;
	text-align: left;
}
.tour_price_slider_wrapper .tour_tour_tour_price_slider_amount .button{
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 20px 0 0;
	padding: 0 13px;
	float:left;
	background:#d4094c;
}
.tour_price_slider_wrapper .tour_tour_price_slider_amount .button:hover{
	background:#474747;
}
.tour_price_slider_wrapper .tour_price_label {
	color: #838383;
	font-weight: bold;
	line-height: 32px;
	font-size:14px;
}
.tour_price_slider_wrapper div.ui-slider .ui-slider-range {
	background: #e1e1e1;
}
.tour_price_slider_wrapper div.ui-slider .ui-slider-handle {
	background: transparent url("../img/bg-slider-handle.png") no-repeat scroll left top;
	height: 14px;
	margin-left: -7px;
	top: -3px;
	width: 14px;
	border:none!important;
}
.tour_price_slider_wrapper div.ui-slider .ui-slider-handle:before{
	border-radius: 16px;
	content: "";
	height: 4px;
	left: 5px;
	position: absolute;
	top: 4px;
	width: 4px;
}

/* ===== Check Order ===== */
.intravel-check-order-page input {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border: 1px solid #ededed;
    color: #232323;
    padding: 0 15px;
    float: left;
    margin-right: 30px;
}
.intravel-check-order-page button {
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 15px;
    float: left;
}
.intravel-check-order-page .tour-infomation, .intravel-check-order-page .booking-information {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #232323;
    font-weight: 500;
    padding: 15px 30px 25px;
    margin-bottom: 30px;
    width: 50%;
}
.intravel-check-order-page .booking-information h3 {
    border-bottom: 1px solid #e7e7e7;
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 16px;
    text-transform: uppercase;
}
.intravel-check-order-page .info-item label, .intravel-check-order-page .info-item {
    color: #838383;
    font-weight: 400;
}
.intravel-check-order-page .info-item {
    border-bottom: 1px solid #ededed;
}
.intravel-check-order-page .info-item label {
    min-width: 200px;
}
.intravel-check-order-page .action-group a {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    display: inline-block;
    padding: 0 20px;
    background: #dddddd;
    margin-right: 10px;
}
.intravel-check-order-page .order-status {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    display: inline-block;
    padding: 0 20px;
    background: #dddddd;
    margin-right: 10px;
}
.intravel-check-order-page .back-homepage {
    margin-top: 15px;
}
.intravel-check-order-page .back-homepage a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: #ffffff;
}
.intravel-check-order-page .back-homepage a:hover {
    color: #ffffff;
}
/* ===== RTL ===== */
.rtl .field-group-service .checkbox-service-group.parent {
    padding-left: 0;
    padding-right: 28px;
}
.rtl .iw-tour-listing .tour-item .tour-price-vote .iwt-rating {
    float: left;
}
.rtl .iw-tour-listing .layout-switcher {
    float: left;
}
.rtl .iw-tour-listing .layout-switcher li {
    margin: 0 5px 20px 0;
}
.rtl .tour-listing-row .tour-item .image-wrap {
    left: auto;
    right: 0;
}
.rtl .iw-tour-listing .tour-listing-row .tour-item .tour-info-wrap {
    margin-left: 0;
    margin-right: 300px;
    padding: 25px 40px 20px 20px;
}
.rtl .iw-tour-listing .tour-listing-row .tour-social {
    float: left;
}
.rtl .iw-tour-listing .tour-listing-row .tour-social li {
    margin: 0 5px 0 0;
}
.rtl .iw-tour-listing .tour-order-layout-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 15px 0 25px;
}
.rtl .widget-tour-types a {
    padding: 10px 30px 10px 25px;
}
.rtl .widget-tour-types a:before {
    left: auto;
    right: 10px;
}
.rtl .iw-travel-tours-widget .tour-thumnail {
    float: right;
}
.rtl .iw-travel-tours-widget .tour-info {
    margin: 0 117px 0 0;
}
.rtl .tour-order-layout-form .select2-container.iw-select-2 {
    float: right;
    margin: 0 0 20px 10px;
}
.rtl .tour-sidebar .select2-container .select2-choice .select2-arrow {
    border-right: 1px solid #ebebeb;
    border-left: none;
}
.rtl .field-group.field-group-service .checkbox-service-item span {
    right: auto;
    left: 0;
}
.rtl .field-group-service .checkbox-service-item input {
    left: auto;
    right: 0;
}
.rtl .field-group-service .checkbox-service-item input + label::before {
    margin: 0 0 0 10px;
}
.rtl .field-group-service .checkbox-service-item input + label::after {
    right: 11px;
    left: auto;
}
.rtl .tour-booking-form .field-group label.service-child-label input,
.rtl .tour-checkout-form .field-group label.service-child-label input {
    margin-left: 2px;
}
.rtl .intravel-checkout-page .input-row > span:after {
    left: 20px;
    right: auto;
}

/* ===== Responsive ===== */
@media (max-width: 1199px) {
	.intravel-destinations.style2 .destination-item {
        width: 100%;
        float: none;
    }
    .destination-detail .destination-cover .destination-image{
        height:550px;
    }
    .destination-detail .destination-info-map .destination-info{
        float:none;
        width:auto;
    }
    .destination-detail .destination-map{
        position:relative;
        width:100%;
        min-height:300px;
    }
    .travel-detail .post-feature .tour-feature-img.single{
        height: 700px;
    }
    .travel-detail .post-head h3.post-title {
        font-size: 44px;
    }
    .post-gallery .tour-gallery-img{
        height: 420px;
    }

}

@media (max-width: 991px) {

    .destination-detail .destination-cover .destination-image{
        height:500px;
    }
    .travel-detail .post-feature .tour-feature-img.single{
        height: 630px;
    }
    .travel-detail .post-head h3.post-title {
        font-size: 40px;
    }
    .post-gallery .tour-gallery-img{
        height: 380px;
    }
    .intravel-destinations.style1 .destination-item:hover .content {
        padding: 0 25px;
    }
    .intravel-destinations.style1 .destination-item:hover .content .destination-detail-v2 a {
        padding: 2px 20px;
    }
    .destination-widget .destination-item {
        width: 50%;
        float: left;
    }
    .intravel-check-order-page .tour-infomation, .intravel-check-order-page .booking-information {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .intravel-check-order-page input {
        margin: 0 30px 30px 0;
    }
    .destination-detail .destination-cover .destination-image{
        height:450px;
    }
    .travel-detail .post-feature .tour-feature-img.single{
        height: 530px;
    }
    .travel-detail .post-head h3.post-title {
        font-size: 36px;
    }
    .post-gallery .tour-gallery-img{
        height: 350px;
    }
    .travel-detail .post-gallery .iw-slider .gallery-content {
        padding: 0 25px;
    }
    .thankyou-page p.thankyou-booking {
        width: 100%;
    }
    .tour-listing-row .tour-item .image-wrap {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: 450px;
    }
    .iw-tour-listing .tour-listing-row .tour-item .tour-info-wrap {
        margin-left: 0;
    }
    .rtl .iw-tour-listing .tour-listing-row .tour-item .tour-info-wrap {
        margin-right: 0;
        padding: 25px 20px 20px;
    }
    .iw-tour-listing .tour-order-layout-form .select2.select2-container.select2-container--default {
        margin: 0 0 20px;
    }
    .intravel-destinations-grid .destinations-grid-filter span.input-text-wrap {
        width: 170px;
    }
    .intravel-destinations-grid .destinations-grid-filter .input-text {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .destination-detail .destination-cover a.view-all-tours {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 15px;
    }
}
@media (max-width: 479px) {
    .tour-order-layout-form .select2-container.iw-select-2 {
        float: none;
        width: 100%;
        margin: 0;
    }
    .rtl .tour-order-layout-form .select2-container.iw-select-2 {
        float: none;
        width: 100%;
        margin: 0;
    }
    .intravel-check-order-page input {
        width: 100%;
        margin: 0 0 30px;
    }
    .destination-detail .destination-cover .destination-image{
        height:400px;
    }
    .travel-detail .post-feature .tour-feature-img.single{
        height: 500px;
    }
    .travel-detail .post-head h3.post-title {
        font-size: 32px;
    }
    .travel-detail .iw-tour-info .info-right ul li{
        float:none;
        width:auto;
    }
    .tour-listing-row .tour-item .image-wrap {
        height: 300px;
    }
    .destination-widget .destination-item {
        width: 100%;
    }
    .intravel-checkout-page .input-row > span, .intravel-checkout-page .input-row label {
        float: none;
        width: 100%;
    }
    .iw-tour-listing .layout-switcher {
        float: none;
    }
    .intravel-destinations-grid .destinations-grid-filter .select2-container--default,
    .intravel-destinations-grid .destinations-grid-filter span.input-text-wrap,
    .intravel-destinations-grid .destinations-grid-filter .button-filter {
        width: 100% !important;
        margin: 0 0 20px 0;
    }
    .destination-detail .destination-cover a.view-all-tours {
        position: relative;
        margin-top: 20px;
    }
    .iw-tour-listing .layout-switcher li {
        margin: 0 5px 20px 0;
    }
}

@media (max-width: 360px) {
    .intravel-check-order-page .info-item label {
        min-width: 140px;
    }
    .intravel-destinations.style1 .destination-item:hover .content {
        padding:  0 15px;
    }
}

ul.wc-item-meta{display: none;}

ul.group-price-table {
    border-left: solid 2px #ebebeb;
    padding-left: 20px;
    font-size: 15px;
    color: #888;
}
/* End CSS */