body {
	margin: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #605d5d;
	line-height: 150%;
	background: #fff;
	overflow-x: hidden;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

a,
a:link,
a:visited{
    color: #793f0d;
    /* color: #262626; */
    text-decoration: none;
	outline: none;
}

a:hover,
a:focus{
	color: #793f0d;
	text-decoration: none;
}

p{
	margin: 0 0 15px;
}

.img {
    font-style: italic;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	color: #1e1c1c;
	margin: 0 0 15px;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 20px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 12px;
}

ul{
    margin: 0;
    padding: 0 0 0 30px;
}

.form-style{
	margin-bottom: 30px;
}

.form-style .row {
    margin-bottom: 15px;
}

input, select, textarea{
	max-width: 100%;
}

label{
	display: block;
	padding: 15px 0 0 2px;
}

#search-find-tour label{
	padding: 0;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"],
input[type="color"], 
select,
textarea{
	width: 100%;
	padding: 8px 15px;
	background: #f5f5f5;
	border: solid 2px #f5f5f5;
	border-radius: 5px !important;
}

select::-ms-expand { 
    display: none; /* remove default arrow in IE 10 and 11 */
}

input[type=submit], input[type=reset] {
    background-color: #793f0d;
    padding: 15px 30px;
    border: 0;
    font-size: 15px;
	font-weight: 500;
    color: #fff;
    border-radius: 3px;
	transition: all 0.3s;
}

input[type=submit]:hover, 
input[type=reset]:hover{
	background-color: #9b857a;
	transition: all 0.3s;
}

.field_textarea{
	margin: 15px 0;
}

#form-booking-x {
    float: right;
    font-size: 14px;
    color: #ff0000;
    font-weight: normal;
}

/***/

.display-block{
	display: block !important;
}

.display-inline-block {
    display: inline-block !important;
}

.padding-left-none{
	padding-left: 0;
}

.padding-right-none{
	padding-right: 0;
}

.color{
	color: #793f0d;
}

.relative {
    position: relative;
}

.mt-btn,
a.mt-btn{
	background-color: #793f0d;
	padding: 5px 15px;
	border: 0;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	transition: all 0.3s;
}

.mt-btn:hover,
.mt-btn:focus,
a.mt-btn:hover,
a.mt-btn:focus{
	background-color: #9b857a;
	transition: all 0.3s;
}

.btn-style,
a.btn-style {
	background-color: #793f0d;
	padding: 8px 24px;
	border: 0;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	border-radius: 9999px;
	transition: all 0.3s;
	white-space: nowrap;
}

.btn-style:hover,
a.btn-style:hover {
	background-color: #9b857a;
}

.panel-primary > .panel-heading{
	background-color: #793f0d;
	border-color: #793f0d;
}

.panel-primary {
    border-color: #793f0d;
}

blockquote {
    margin: 30px 0 0;
    padding: 0 20px;
    font-size: 15px;
    line-height: 160%;
    border: none;
}

#page {
	position: relative;
	z-index: 20px;
	height: 100%;
	background: #fff;
}

#masthead.fixed{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	border-bottom: solid 1px #f5f5f5;
	/* transition: all 0.5s; */
}

body.single-tour #masthead.fixed{
	position: initial;
}

#logo{
	padding-top: 10px;
	padding-bottom: 10px;
}

#logo img{
	max-width: 120px;
}

#header-right{
	padding-top: 35px;
}

.top-header{
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #793f0d;
	line-height: 35px;
	text-align: right;
	padding-left: 30px;
	border-left: solid 2px #f5f5f5;
}

.top-header a{
	margin-left: 20px;
	color: #793f0d;
}

.top-header a .fa-phone:before{
	font-size: 20px;
	vertical-align: middle;
	padding-right: 5px;
}

.top-header a.btn-search {
	width: 36px;
	height: 36px;
	display: inline-block;
	background: #e8e8e8;
	text-align: center;
	border-radius: 50%;
}

#header-right .slogan{
	color: #888;
	font-size: 10px;
	font-weight: 500;
	position: absolute;
	top: 10px;
	left: 15px;
}

.searchBox{
	margin-top: 30px;
	position: relative;
	border-bottom: solid 2px #A1A1A1;
}

.searchBox input.search-field {
    width: 100%;
    background: none;
    border: none;
	outline: none;
    color: #fff;
    font-size: 30px;
	line-height: 110%;
    padding: 15px 70px 15px 15px;
}

.searchBox button.search-submit {
    position: absolute;
    top: 18px;
    right: 15px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.searchBox ::-webkit-input-placeholder { /* WebKit browsers */
    color: #A1A1A1;
}

.searchBox :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #A1A1A1;
   opacity: 1;
}

.searchBox ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #A1A1A1;
   opacity: 1;
}

.searchBox :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #A1A1A1;
}

.searchBox button.search-submit:before {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 30px;
	color: #A1A1A1;
}

.searchBox:hover,
.searchBox:focus{
	border-color: #fff;
}

.searchBox:hover button.search-submit:before,
.searchBox:focus button.search-submit:before{
	color: #fff;
}

.searchBox:hover ::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

.searchBox:hover :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity: 1;
}

.searchBox:hover ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity: 1;
}

.searchBox:hover :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff;
}

body.modal-open,
.modal-open .modal{
	padding: 0 !important;
}

.modal.member-modal{
	background: rgba(0, 0, 0, 0.5);
	padding-top: 5%;
	padding-bottom: 5%;
}

.modal-backdrop{
	display: none;
}

.popup-modal .modal-content {
	padding: 200px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0.7);
	color: #F2F2F2
}

.popup-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
}

.popup-modal .modal-content p {
	margin-bottom: 30px;
}

.popup-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}

.popup-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}

.popup-modal .modal-content img {
	margin-bottom: 30px;
}

.popup-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}

.popup-modal .close-modal:hover {
	opacity: .3;
}

.popup-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.popup-modal .btn-primary {
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

.popup-modal .btn-primary:hover, 
.popup-modal .btn-primary:focus, 
.popup-modal .btn-primary.focus, 
.popup-modal .btn-primary:active, 
.popup-modal .btn-primary.active {
	color: #fff;
	background-color: #f26565;
	border-color: #f26565;
}

#wrap-breadcrumb{
	background-color: #f5f5f5;
	padding: 10px 0;
	font-size: 13px;
}

#wrap-breadcrumb .breadcrumb_last{
	color: #793f0d;
}

#wrap-breadcrumb span.fa{
	margin: 0 10px;
}

#site-banner{
	position: relative;
	z-index: 0;
}

#site-banner .site-banner-callout{
	width: 60%;
	position: absolute;
	top: 35%;
	left: 20%;
	z-index: 1;
	text-align: center;
	color: #fff;
}

#site-banner .site-banner-callout .category_banner_heading_text{
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#site-banner .site-banner-callout .mt-btn{
	padding: 10px 25px;
	font-size: 16px;
	border-radius: 9999px;
}

/***/

#search-find-tour{
	padding: 35px 0;
    background-color: #fff;
	text-align: center;
}

#search-find-tour label{
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 15px 0 0;
  color: #1e1c1c;
}

#search-find-tour .form-control{
	height: 45px;
	min-width: 400px;
	font-size: 15px;
	background: none;
	border: none;
	box-shadow: none;
}

#search-find-tour  .border-form{
	border: solid 2px #f5f5f5;
	padding: 4px 5px;
	border-radius: 5px;
}

#search-find-tour button.button-search{
    background: #793f0d;
    border: none;
    color: #fff;
	font-size: 15px;
	line-height: 45px;
    font-weight: 700;
	font-family: 'Inter', sans-serif;
    padding: 0 25px;
	margin-left: 10px;
	transition: all 0.3s;
}

#search-find-tour button.button-search:hover,
#search-find-tour button.button-search:focus{
	background-color: #9b857a;
	transition: all 0.3s;
}

/***/

#why-us{
	font-size: 15px;
}

#why-us p{
	margin-bottom: 20px;
}

#why-us p:last-child{
	margin: 0;
}

#why-us .section-title{
	margin-bottom: 50px;
}

.why-us-item{
	padding-left: 25px;
	padding-right: 25px;
}

.why-us-item + .why-us-item {
	border-left: solid 1px #eee;
}

/***/

.best-offers-x{
	padding: 0;
	border: solid 1px #fff;
}

#featured-tour .tours .tour{
	margin: 0;
	border: none;
}

#featured-tour .tours .tour .entry-thumbnail{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

#featured-tour .tours .tour .entry-thumbnail img{
	opacity: 0;
}

#featured-tour .tours .tour .entry-body{
	width: 100%;
	float: left;
    padding: 15px 40px;
}

#featured-tour .tours .tour .entry-body a,
#featured-tour .tours .tour .entry-body a:hover,
#featured-tour .tours .tour .entry-body a:focus{
	color: #1e1c1c;
}

#featured-tour .tours .tour .entry-body .entry-title{
	width: 70%;
	float: left;
	margin: 0;
}

#featured-tour .tours .tour .entry-body .entry-title h3{
	color: #1e1c1c;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
}

#featured-tour .tours .tour .entry-body .entry-meta{
	width: 29%;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #888;
	text-transform: uppercase;
	border-left: dotted 2px #ccc;
}

#featured-tour .tours .tour .entry-body .entry-meta .tour_days{
	font-size: 10px;
	font-weight: 700;
}

#featured-tour .tours .tour .entry-body .entry-meta .tour_price{
	color: #793f0d;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 700;
}

#featured-tour .tours .tour .entry-body .entry-meta:after{
	display: none;
}
.tour_price_deal{
	color:#a50a20;
	font-size: 10px;
	text-decoration:line-through;
}
/***/

#best-destination.section{
	padding-top: 0;
}

.best-destination-inner .row{
	margin-right: -12px;
	margin-left: -12px;
}

.best-destination-inner .col-xs-6,
.best-destination-inner .col-xs-12,
.best-destination-inner .col-sm-6,
.best-destination-inner .col-sm-12,
.best-destination-inner .col-md-3,
.best-destination-inner .col-md-6{
	padding-left: 3px;
	padding-right: 3px;
}

.best-destination-thumbnail{
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 6px;
}

.best-destination-thumbnail span{
	width: 100%;
	height: 100%;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
}

.best-destination-thumbnail:hover span,
.best-destination-thumbnail:focus span{
	transform: scale(1.1);
	transition: all 0.5s;
}

#best-destination h3{
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
	bottom: 30px;
	font-size: 20px;
	color: #1e1c1c;
}

#best-destination h3 a{
	padding: 20px 25px;
	background: rgba(255, 255, 255, 80%);
	color: #1e1c1c;
	display: inline-block;
	transition: all 0.5s;
}

#best-destination h3 a:hover,
#best-destination h3 a:focus{
	background: rgba(121, 63, 13, 0.8);
	color: #fff;
	transition: all 0.5s;
}

/*
#best-destination a img{
	-webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#best-destination a:hover img{
	-webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
}
*/

/* 
.hover15 a {
	position: relative;
}
.hover15 a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 a:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
} */
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

#single_tour_related_tours h2.widget-title,
.single-post-tours h2.widget-title{
	font-size: 18px;
	color: #1e1c1c;
	text-transform: uppercase;
}

#secondary .widget-title{
	text-transform: uppercase;
	font-size: 16px;
	color: #1e1c1c;
	padding-bottom: 10px;
	border-bottom: solid 2px #f2f2f2;
}

#secondary .box-border{
	padding: 20px 20px 10px;
	border: solid 5px #f2f2f2;
}

#secondary .box-border .widget-title{
	padding-bottom: 0;
	border: none;
}

/***/

#home-callout{
	background: url('../images/background-mo.jpg') top left #fff no-repeat;
}

#home-callout .col-info{
	position: relative;
}

#home-callout .col-info ul{
	margin: 0;
	padding: 0;
}

#home-callout .col-info ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#home-callout .col-info ul li .fa{
	color: #793f0d;
	margin-right: 10px;
}

#home-callout .col-info ul li a{
	font-size: 14px;
	color: #793f0d;
}

#home-callout .col-info ul li a:hover,
#home-callout .col-info ul li a:focus{
	color: #000;
}

#home-callout .col-info .btn-customize{
	padding: 15px 25px;
    background-color: #793f0d;
    color: #fff;
	border-radius: 3px;
	transition: all 0.3s;
	position: absolute;
	bottom: 5px;
	right: 50px;
}

#home-callout .col-info .btn-customize h3{
    margin: 0;
    font-size: 15px;
    color: #fff;
}

#home-callout .col-info .btn-customize:hover,
#home-callout .col-info .btn-customize:focus{
	background-color: #9b857a;
	transition: all 0.3s;
}

#home-callout .col-info .btn-customize .fa{
	vertical-align: middle;
}

.followmedia h3{
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #595858;
	margin: 50px 0 15px;
}

.followmedia h3:before,
.followmedia h3:after{
	content: '';
	width: 30%;
	height: 1px;
	background: #f7f7f7;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.followmedia h3 span{
	display: inline-block;
}

.followmedia h3:after{
	margin-left: 15px;
	margin-right: 0;
}

.followmedia ul.IconFollowMedia{
	margin: 30px 0 0;
	padding: 0;
	text-align: center;
}

.followmedia ul.IconFollowMedia li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 0 8px;
}

.followmedia ul.IconFollowMedia li img{
	max-width: 48px;
}

#home-callout .col-videos{
	padding-right: 0;
}

/***/

#testimonial-grid-block{
	padding: 100px 0 200px;
    background: url('../images/bg-customers.jpg') center bottom #f7f7f7 no-repeat;
	background-size: 100%;
}

#testimonial-grid-block .title-link{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 130%;
	text-transform: uppercase;
	color: #1e1c1c;
}

#testimonial-grid-block .mt-btn{
	margin-top: 80px;
	display: inline-block;
	border-radius: 9999px;
	padding: 8px 20px;
}

.feedback-block h3{
	font-size: 18px;
	color: #1e1c1c;
}

.feedback-block h3 a {
	color: #1e1c1c;
}

.feedback-block .feedback-img{
	width: 80px;
	height: 80px;
	margin-right: 25px;
}

.feedback-content{
	width: calc(100% - 150px);
	display: inline-block;
	padding-top: 5px;
}

.feedback-block .feedback-img img{
	border-radius: 50%;
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.feedback-block .feedback-img{
	display: inline-block;
	vertical-align: top;
}

.feedback-content .feedback-date-name-rate{
	padding-top: 5px;
}

.feedback-content .feedback-date-name-rate > div{
	display: inline-block;
}

.feedback-content .feedback-date-name-rate .feedback-name{
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1e1c1c;
	margin-bottom: 5px;
}

.feedback-content .feedback-date-name-rate .feedback-from,
.feedback-content .feedback-date-name-rate .feedback-date{
	font-size: 12px;
	line-height: 150%;
	color: #888;
	font-style: italic;
}

.feedback-content .feedback-date-name-rate .feedback-from{
	padding-right: 10px;
	margin-right: 10px;
	border-right: dotted 2px #cecece;
}

.feedback-content .feedback-date-name-rate .feedback-rate .fa{
	color: #e3971f;
}

.more-feedback{
	padding-top: 30px;
}

.more-feedback .fa{
	vertical-align: middle;
}

#testimonial-grid-block .slick-slider .slick-arrow.slick-prev{
	top: 90px;
	left: -290px;
}

#testimonial-grid-block .slick-slider .slick-arrow.slick-next{
	top: 90px;
	right: auto;
	left: -225px;
}

#testimonial-grid-block .slick-slider .slick-arrow:after{
	width: 45px;
	height: 45px;
	font-size: 24px;
	color: #d3d3d3;
	border: none;
	background-color: #fff;
}

#testimonial-grid-block .slick-slider .slick-arrow:hover:after{
	background: #793f0d;
	color: #fff;
}

/***/

#page-testimonial-grid-block{
    padding-bottom: 80px;
}

#page-testimonial-grid-block .page-inner-give-feedbacks-item{
	border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 5px;
	margin-top: 30px;
}

.page-feedback-bottom .page-feedback-img{
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.page-feedback-bottom .page-feedback-img img{
	border-radius: 50%;
}

.page-feedback-bottom .page-feedback-img,
.page-feedback-bottom .page-feedback-date-name-rate{
	display: inline-block;
	vertical-align: top;
}

.page-feedback-bottom .page-feedback-date-name-rate{
	padding-top: 5px;
}

.page-feedback-bottom .page-feedback-date-name-rate .page-feedback-name{
	font-weight: bold;
}

.page-feedback-bottom .page-feedback-date-name-rate .page-feedback-from,
.page-feedback-bottom .page-feedback-date-name-rate .page-feedback-date{
	font-size: 12px;
	line-height: 150%;
}

.page-feedback-bottom .page-feedback-date-name-rate .page-feedback-rate .fa{
	color: #e3971f;
}

/***/

.article-item .entry-thumbnail{
	position: relative;
	margin-bottom: 10px;
}

.article-item .entry-thumbnail-img{
	display: block;
	background: none;
	overflow: hidden;
}

.article-item .entry-thumbnail-img img{
	transition: all .5s;
}

.article-item .entry-thumbnail-img:hover img{
	transition: all .5s;
	transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
}

.article-item .entry-thumbnail .entry-date{
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 60px;
    height: 60px;
	background: #793f0d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding-top: 11px;
    font-weight: 400;
}

.article-item .entry-thumbnail .entry-date .entry-date-day {
    font-size: 22px;
    display: block;
}

.article-item .entry-body .entry-title{
	font-size: 16px;
	line-height: 150%;
	color: #1e1c1c;
	margin-bottom: 10px;
}

.article-item .entry-body .entry-title a{
	color: #262626;
}

.article-item .entry-body .entry-title a:hover,
.article-item .entry-body .entry-title a:focus{
	color: #793f0d;
}

.article-item .entry-body .entry-meta{
	font-size: 13px;
	font-style: italic;
	margin-bottom: 15px;
}

.article-item .entry-body .entry-meta .fa {
    margin-right: 5px;
    color: #d0d0d0;
    font-size: 16px;
}

.article-item .entry-body .entry-meta span + span {
    margin-left: 5px;
}

#latest-news-block .more-blog{
	padding-top: 50px;
}

#latest-news-block .more-blog a{
	color: #793f0d;
}

#latest-news-block .more-blog .fa{
	vertical-align: middle;
}

#related-articles {
    margin-bottom: 50px;
}

/***/

.site-content{
	padding: 50px 0 80px;
	position: relative;
}

.page-template-page-about .site-content{
	background: #fff;
}

.single-tour .site-content,
.single-feedback .site-content,
.page-template-page-about .site-content,
.tax-feedback-category .site-content{
	padding-bottom: 0;
}

.single-feedback #testimonial-grid-block{
	margin-top: 50px;
}
.single-more-feedback{
	padding: 30px;
}

.single-feedback #testimonial-grid-block .inner-give-feedbacks-item{
	margin: 0;
}

.home .site-content{
	background: #fff;
	padding: 0;
}

.page-template-page-tour-search .site-content{
	padding-top: 0;
}

.page-template-page-tour-search .page-title {
    margin-bottom: 15px;
    margin-top: 15px;
}

.page-template-page-tour-search h2.search-result-heading{
	text-transform: uppercase;
	margin: 50px 0;
	color: #793f0d;
}

.section{
	padding: 80px 0;
}

.section-inner{
	margin-bottom: 50px;
}

.section-title{
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
}

.section-subtitle{
	text-align: center;
	margin-bottom: 30px;
}

/***/

.teams{
	padding: 30px 0;
}

.teams .member{
	text-align: center;
	margin-bottom: 50px;
}

.teams .member .member-name{
	text-transform: uppercase;
	margin: 0;
	font-size: 20px;
}

.teams .member .member-position{
	font-weight: 400;
	color: #7f7d7d;
	margin: 0;
	font-size: 16px;
}

.teams .member ul.member-social{
	margin: 10px 0 0;
	padding: 0;
}

.teams .member ul.member-social li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.teams .member ul.member-social li a {
    background: #fff;
    color: #7f7d7d;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    border-radius: 50%;
}

.teams .member ul.member-social li a:hover,
.teams .member ul.member-social li a:focus{
	background: #793f0d;
	color: #fff;
}

.teams .member .member-description{
	text-align: justify;
}

.teams .member .member-avatar{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.teams .member .modal-content .member-avatar{
	width: 100%;
	height: auto;
	border-radius: 0;
}

/***/

.widget_tag_cloud a{
    border: 2px solid #e7e7e7;
    color: #777;
    display: inline-block;
    font-size: 14px !important;
    line-height: 24px;
    margin: 2px 4px 2px 0;
    padding: 5px 15px;
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus{
	color: #fff;
	background: #793f0d;
	border-color: #793f0d;
}

.bg-gray{
	background: #f5f5f5;
}

.bg-white{
	background: #fff;
}

.widget-tour-contact ul{
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

.widget-tour-contact li .fa{
	padding-right: 10px;
}

.widget-tour-contact a.btn{
	display: block;
	padding: 10px 15px;
	margin: 10px 0 0;
	border-radius: 3px;
	border: none;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #292929;
	background: #e1e1e1;
}

.widget-tour-contact a.btn:hover,
.widget-tour-contact a.btn:focus{
	background: #793f0d;
	color: #fff;
}

.widget-area .tour-item{
	margin-bottom: 30px;
}

.widget-area .tour-item .entry-thumbnail{
	position: relative;
	display: block;
	overflow: hidden;
}

.widget-area .tour-item .entry-thumbnail .tour-discount,
.widget-area .tour-item .entry-thumbnail .tour-bestsellers{
	width: 150px;
	height: 150px;
	position: absolute;
	top: -90px;
	right: -80px;
	z-index: 1;
	padding: 95px 75px 10px 15px;
	font-weight: normal;
	text-align: center;
	line-height: 120%;
	color: #fff;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	transition: all 0.5s;
	font-size: 13px;
}


.widget-area .tour-item .entry-thumbnail:hover .tour-discount,
.widget-area .tour-item .entry-thumbnail:hover .tour-bestsellers{
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
}

.widget-area .tour-item img{
	margin-bottom: 10px;
}

.widget-area .tour-item .post-title{
	font-weight: 400;
	font-size: 18px;
	text-transform: none;
	color: #292929;
	margin-bottom: 5px;
}

.widget-area .tour-item .entry-meta{
	font-size: 13px;
	color: #999;
}

#back-top{
	background: #793f0d;
	color: #fff;
    border: 1px solid #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    width: 46px;
    height: 46px;
    line-height: 38px;
    left: 50%;
    bottom: 0;
    position: fixed;
    text-align: center;
    z-index: 999;
	opacity: 0.5;
    display: none;
    transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
	border-radius: 50%;	
		-webkit-border-radius: 50%;
}

#back-top:hover{
	opacity: 1;
}

#back-top.active{
	display: block;
}

/***/

.slick-slider .slick-arrow{
	position: absolute;
	top: 40%;
	background: none;
	border: none;
	font-size: 0;
	line-height: 100%;
	outline: none;
}

.slick-slider .slick-arrow.slick-prev{
	left: -90px;
}

.slick-slider .slick-arrow.slick-next{
	right: -90px;
}

.slick-slider .slick-arrow:after{
	content: '';
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #c2c2c2;
	width: 50px;
	height: 50px;
	display: block;
	border: solid 2px #ebebeb;
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
}

.slick-slider .slick-arrow:hover:after{
	border-color: #793f0d;
	color: #793f0d;
}

.slick-slider .slick-arrow.slick-prev:after{
	content: '\f104';
}

.slick-slider .slick-arrow.slick-next:after{
	content: '\f105';
}

/***/

.pagination {
	font-size: 16px;
    display: block;
    text-align: center;
}

.pagination span,
.pagination a{
	line-height: 44px;
	background: #f5f5f5;
	display: inline-block;
	color: #605d5d;
	margin: 0 3px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	text-align: center;
}

.pagination a:hover,
.pagination a:focus,
.pagination span.current{
	background: #793f0d;
	border-color: #793f0d;
	color: #fff;
}

/***/

#site-banner,
#site-banner img{
	width: 100%;
    min-height: 230px;
}

#site-banner .widget{
	margin: 0;
	padding: 0;
	border: none;
}

#site-banner .jssorb063 .i .b{
	fill: rgba(255, 255, 255, 0.5);
	stroke: none;
}

#site-banner .jssorb063 .iav .b{
	fill: #793f0d;
}

.banner-page-header{
    padding: 0;
    margin: 0;
    border: 0;
    color: #fff;
	text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: -300px;
    z-index: 1;
    transform: translate( 0, 100%);
    -webkit-transform: translate( 0,-100%);
}

.single-tour .banner-page-header{
	padding: 160px 0 50px;
	top: -42px;
	background: url('../images/bg-banner-title.png') left bottom repeat-x;
	text-align: left;
}

.banner-page-header h1{
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 2px #333;
	margin: 0 0 5px;
	padding: 0;
}

.banner-page-header h1 small{
	color: #fff;
}

.taxonomy-header{
	margin-bottom: 30px;
	line-height: 150%;
}

.taxonomy-header h1{
	text-align: center;
	text-transform: uppercase;
}

.taxonomy-header b,
.taxonomy-header strong{
	color: #1e1c1c;
}

.page-contact{
	color: #1e1c1c;
}

.page-contact a{
	color: #793f0d;
}

.page-contact .label{
	min-width: 130px;
	display: inline-block;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	color: #999;
	padding: 0;
	margin: 0;
}

.page-contact .page-contact-content1{
	margin-bottom: 30px;
}

.page-contact .page-contact-content2{
	margin-bottom: 50px;
}

.page-contact .page-contact-content1 p,
.page-contact .page-contact-content2 p{
	margin-bottom: 5px;
}

.page-contact .page-contact-content1 em{
	font-size: 14px;
	color: #999;
}

.page-contact .page-contact-content2 .page-contact-box{
	background: url('../images/bg-contact-box.png') 95% bottom no-repeat #f5f5f5;
	border-left: solid 3px #793f0d;
	padding: 35px;
	margin-bottom: 15px;
}

#form_messages{
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/

@media (min-width: 992px){

    #mobile-menu-btn{
		display:none;	
	}
	
	#mainmenu{
		clear: both;
		display: inline-block;
	}
	
    #mainmenu ul.menu {
        margin: 0;
        padding: 0;
    }

    #mainmenu ul.menu li{
        display: inline-block;
        position: relative;
        list-style: none;
    }
	
	#mainmenu ul.menu li + li{
		margin-left: 30px;
	}

    #mainmenu ul.menu li a{
		font-family: 'Inter', sans-serif;
		font-size: 16px;
		font-weight: 600;
		color: #1e1c1c;
		display: block;
		text-decoration: none;
		padding: 0;
		line-height: 35px;
    }
	
	/*
	#mainmenu ul.menu li.icon-home a:before{
		content: '\f015';
		font-family: 'FontAwesome';
		margin-right: 5px;
	}
	*/
	
    #mainmenu ul.menu li a:hover,
    #mainmenu ul.menu li a:focus,
	#mainmenu ul.menu li.current-menu-item a,
	#mainmenu ul.menu li.current-menu-parent a{
        color: #793f0d;
		background: none;
        text-decoration: none;
        cursor: pointer;
        outline: none;
    }
	
	#mainmenu ul.menu > li.menu-item-has-children > a:after{
		content: '\f0d7';
		/* content: '\f078'; */
		font-family: 'FontAwesome';
		font-size: 12px;
		color: #c2c2c2;
		padding-left: 5px;
	}

    /** LEVEL 2 **/
    #mainmenu ul.menu ul {
        display: block;
    }

	#mainmenu ul.menu ul{
		background: #793f0d;
		list-style: none;
		padding: 10px 20px;
		margin: 0;
		min-width: 250px;
		position: absolute;
		left: 0;
		top: 50px;
		z-index: 9999;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
		display: none;
	}
	
	#mainmenu ul.menu li:hover ul{
		display: block;
	}
	
	#mainmenu ul.menu ul {
		transform: translate( 0, -5px);
			-webkit-transform: translate( 0, -5px);
	}
	
	#mainmenu ul.menu ul:after{
		content: '';
		border-color: transparent transparent #793f0d;
		border-style: solid;
		border-width: 10px 15px;
		bottom: 99%;
		left: 20px;
		position: absolute;
	}
	
	#mainmenu ul.menu ul li{
		display: block;
		margin: 0;
		padding: 0;
	}
	
	#mainmenu ul.menu ul li + li{
		border-top: 1px solid #865328;
	}
	
	#mainmenu ul.menu ul li a,
	#mainmenu ul.menu li.current-menu-item li a,
	#mainmenu ul.menu li.current-menu-parent li a{
		text-transform: none;
		font-weight: normal;
		color: #ddd;
		padding: 0;
		font-size: 14px;
		line-height: 45px;
		display: block;
	}
	
	#mainmenu ul.menu ul li a:hover,
	#mainmenu ul.menu ul li a:focus,
	#mainmenu ul.menu ul li.current-menu-item a,
	#mainmenu ul.menu ul li.current-menu-parent a{
		color: #fff;
	}
	
    /*** LEVEL 3 ***/
    #mainmenu ul.menu li ul li ul {
        display: none;
    }
	
}

#mobile-menu-content {
	display: none;
	position: fixed;
	height: 100%;
	overflow: scroll;
	top: 0;
	right: 0;
	width: 240px;
	padding: 15px;
	margin: 0;
	list-style: none;
	background: #333;
	z-index: 10; /* Make sure the z-index is lower than the #page */
}

#mobile-menu-content ul{
	margin: 0;
	padding: 0;
}

#mobile-menu-content ul.small{
	font-size: 14px;
}

#mobile-menu-content ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#mobile-menu-content a{
	display: block;
	color: #fff;
	padding: 10px 15px;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
}

#mobile-menu-content a:hover,
#mobile-menu-content a:focus{
	background: #ccc;
	color: #2c2c2c;
	text-decoration: none;
}

#mobile-menu-content li.menu-item-has-children{
	position: relative;
	z-index: 1;
}

#mobile-menu-content li.menu-item-has-children ul li a:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 6px;
    padding-right: 10px;
	vertical-align: top;
}

#mobile-menu-content li.menu-item-has-children span.arrow{
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

#mobile-menu-content li.menu-item-has-children span.arrow:before{
	content: '\f078';
	font-family: 'FontAwesome';
}

#mobile-menu-content li.menu-item-has-children.active span.arrow:before{
	content: '\f077';
}

#mobile-menu-content li.menu-item-has-children.active li span.arrow{
	display: none;
}

#mobile-menu-content li.menu-item-has-children ul.sub-menu,
#mobile-menu-content li.menu-item-has-children.active ul.sub-menu ul.sub-menu{
	display: none;
}

#mobile-menu-content li.menu-item-has-children.active ul.sub-menu{
	display: block;
}

#mobile-menu-content li.menu-item-has-children.active ul.sub-menu a {
    font-size: 15px;
}

@media (max-width: 991px) {
			
	#mobile-menu-btn {
		display: block;
		font-size: 0;
		font-weight: 400;
		left: 50%;
		line-height: 36px;
		margin-left: 310px;
		padding: 0 15px;
		position: absolute;
		text-decoration: none;
		text-transform: uppercase;
		top: 30px;
		color: #793f0d;
		z-index: 999;
	}
	
	#mobile-menu-btn:after{
		content:'\f0c9';
		font-family:'FontAwesome';
		font-size: 40px;
	}
	
	#mobile-menu-btn > a,
	#mobile-menu-btn > a:hover,
	#mobile-menu-btn > a:focus{
		color: #fff;
		text-decoration: none;
		outline: none;
	}
	
	/* Animations */

	#page, #mobile-menu-content {
		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;
	}

	/* Hide the menu unless it's animating or visible */
	.animating #mobile-menu-content, .menu-visible #mobile-menu-content {
		display: block;
	}

	/***
	* If the animating class is present then apply
	* the CSS transition to #page over 250ms.
	*/
	.animating #page {
		transition: transform .25s ease-in-out;
		-webkit-transition: -webkit-transform .25s ease-in-out;
	}

	/***
	* If the left class is present then transform
	* the #page element 240px to the left.
	*/	
	.animating.left #page {
		transform: translate3d( -240px, 0, 0 );
		-webkit-transform: translate3d( -240px, 0, 0 );
	}

	/***
	* If the right class is present then transform
	* the #page element 240px to the right.
	*/
	.animating.right #page {
		transform: translate3d( 240px, 0, 0 );
		-webkit-transform: translate3d( 240px, 0, 0 );
	}

	/***
	* If the menu-visible class is present then
	* shift the #page 240px from the right edge
	* via position: absolute to keep it in the 
	* open position. When .animating, .left and
	* .right classes are not present the CSS
	* transform does not apply to #page.
	*/
	.menu-visible #page {
		right: 240px;
	}
	
}

@media (max-width: 767px) {
	#mobile-menu-btn{
		margin: 0;
		left: auto;
		right: 0;
	}	
}

/*--------------------------------------------------------------
## Contact Menu
--------------------------------------------------------------*/

.menu-contact-menu-container {
    float: right;
}

.menu-contact-menu-container ul{
	margin: 0;
	padding: 0;
}

.menu-contact-menu-container ul li{
	margin: 0;
	padding: 0;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
}

.menu-contact-menu-container ul li a{
	color: #b0b0b0;
	line-height: 100%;
	padding: 32px 5px;
	display: block;
}

.menu-contact-menu-container ul li a:hover,
.menu-contact-menu-container ul li a:focus{
	text-decoration: none;
	color: #793f0d;
}

.menu-contact-menu-container ul li.last-item a{
	background: #793f0d;
	color: #fff;
	margin-left: 20px;
	padding: 32px 30px;
}

.menu-contact-menu-container ul li.last-item a:hover,
.menu-contact-menu-container ul li.last-item a:focus{
	color: #fff;
}

/*--------------------------------------------------------------
## TOURS
--------------------------------------------------------------*/

.block-with-tabs .block-with-tabs-content{
	position: relative;
    overflow: hidden;
    clear: both;
}

.block-with-tabs-menu{
	text-align: center;
	padding: 20px 0 30px;
}

.block-with-tabs-menu a {
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 2px solid #e8e8e8;
	color: #605d5d;
	text-transform: uppercase;
}

.home .block-with-tabs-menu a{
	text-transform: capitalize;
}

.block-with-tabs-menu a:hover,
.block-with-tabs-menu a:focus,
.block-with-tabs-menu a.active{
	color: #793f0d;
    border-bottom-color: #793f0d;
}

.block-with-tabs .block-with-tabs-content .tours{
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translate(0px, 150px);
    -webkit-transform: translate(0px, 150px);
}

.block-with-tabs .block-with-tabs-content .tours.active{
    opacity: 1;
    position: relative;
    z-index: 2;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.view-all-tours {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
	color: #999;
}

.view-all-tours a {
	color: #793f0d;
    padding: 10px;
    display: inline-block;
	text-transform: none;
	outline: none;
}

.more-tours .end-notice {
    display: none;
    visibility: hidden;
}

.more-tours .end-notice.is-active{
	display: block;
	visibility: visible;
}

.spinner {
    background: url('../images/spinner.gif') no-repeat scroll 0 0 / 20px 20px;
    display: inline-block;
    height: 20px;
    margin: 0 10px;
    opacity: 0.7;
    vertical-align: middle;
    width: 20px;
    visibility: hidden;
}

.spinner.is-active{
	visibility: visible;
}

/***/

.tours .tour{
	background: #f5f5f5;
	color: #1e1c1c;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.tours .tour .entry-thumbnail{
	position: relative;
}

.tours .tour .entry-thumbnail img{
	width: 100%;
}

.landing-tours .tours .tour .entry-thumbnail img {
	height: 380px;
	object-fit: cover;
}

.tours .tour .entry-thumbnail a{
	display: block;
	overflow: hidden;
	color: #1e1c1c;
}

.tours .tour .entry-thumbnail a img{
	-webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
}
.tours .tour .entry-thumbnail:hover img{
	-webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
}

.tours .tour .entry-thumbnail .tour-discount,
.tours .tour .entry-thumbnail .tour-bestsellers{
	width: 150px;
	height: 150px;
	position: absolute;
	top: -90px;
	right: -80px;
	z-index: 1;
	padding: 95px 75px 10px 15px;
	font-weight: 500;
	text-align: center;
	line-height: 120%;
	color: #fff;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	transition: all 0.5s;
	font-size: 12px;
}

.tours .tour .entry-thumbnail .tour-bestsellers{
}

.tours .tour .entry-thumbnail:hover .tour-discount,
.tours .tour .entry-thumbnail:hover .tour-bestsellers{
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
}

.tours .tour .tour-info{
	width: 100%;
    padding: 20px 40px 5px;
}

#single_tour_related_tours{
	margin-bottom: 30px;
}

#single_tour_related_tours .tour-info .entry-title h3{
	font-size: 16px;
}

.single-tour .tours .tour,
.single-post-tours.tours .tour{
	background: none;
}

.single-tour .tours .tour .tour-info,
.single-post-tours.tours .tour .tour-info{
    padding: 15px 0;
}

.single-tour .tours .tour .tour-info .entry-title,
.single-post-tours.tours .tour .tour-info .entry-title{
  width: 65%;
}

.single-tour .tours .tour .tour-info .entry-meta,
.single-post-tours.tours .tour .tour-info .entry-meta{
	width: 30%;
	margin: 0 0 0 3%;
}

.tours .tour .tour-info .entry-title,
.tours .tour .tour-info .entry-meta{
	display: inline-block;
	vertical-align: top;
}

.tours .tour .tour-info .entry-title{
	width:70%;
}

.tours .tour .tour-info .entry-title h3{
	color: #fff;
	font-weight: bold;
	margin: 0;
	font-size: 18px;
	line-height: 150%;
}

.tours .tour .tour-info .entry-meta{
	width: 25%;
	margin: 0 0 0 4%;
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #888;
	text-transform: uppercase;
	border-left: dotted 2px #ccc;
}

.tours .tour .tour-info .entry-meta .entry-meta-price{
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #793f0d;
}

.tours .tour .entry-body{
	padding: 5px 40px 15px;
}

.tours .tour .entry-body .entry-route{
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.tours .tour .entry-body .entry-route .fa{
	font-size: 20px;
	color: #793f0d;
	margin-right: 2px;
}

.tours .tour .entry-body .entry-meta-style ul{
	padding: 0 0 0 15px;
	font-size: 14px;
}

.tours .tour .entry-body .entry-content{
	padding-bottom: 50px;
}
	
.tours .tour .entry-body .entry-readmore{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px 20px;
}

.entry-readmore .readmore {
    display: inline-block;
    line-height: 42px;
    padding: 0 15px;
	font-weight: 400;
	font-size: 14px;
    color: #fff;
	background: #793f0d;
    border-radius: 3px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

.tours .tour .entry-body .entry-readmore .readmore,
.tours .tour .entry-body .entry-readmore .tour_price,
.tours .tour .entry-body .entry-readmore .map{
	display: inline-block;
	vertical-align: top;
}

.tours .tour .entry-body .entry-readmore .readmore{
	margin-top: 3px;
}

.tours .tour .entry-body .entry-readmore .tour_price{
	float: right;
}

.tours .tour .entry-body .entry-readmore .tour_price_deal,
.tours .tour .entry-body .entry-readmore .tour_price_basic{
	display: block;
	font-size: 13px;
}
.tours .tour .entry-body .entry-readmore .tour_price_deal{
	text-decoration:line-through;
}

.tours .tour .entry-body .entry-readmore .tour_price span{
	font-weight: 500;
	text-transform: uppercase;
}

.tours .tour .entry-body .entry-readmore .tour_price_deal span{
	font-size: 20px;
	color: #793f0d;
}

.tours .tour .entry-body .entry-readmore .tour_price_basic span{
	font-size: 14px;
	color: #7f7d7d;
}

.tours .tour .entry-body .entry-readmore .map{
	width: 42px;
	height: 42px;
	float: right;
	background: url('../images/icons/map.png') top left no-repeat;
	font-size: 0;
	display: none;
}


/*--------------------------------------------------------------
## TOUR DETAILS
--------------------------------------------------------------*/

.logged-in .navbar-fixed-top{
	top: 32px;
}

.tour-detail{
	position: relative;
}

.tour-detail .navbar-collapse{
	padding: 0 0 5px;
	margin-bottom: 30px;
	background: none;
	border-bottom: solid 2px #e8e8e8;
}

.tour-detail .navbar-collapse ul{
	width: 100%;	
	text-align: center;
	margin: 0;
	padding: 0;
}

.tour-detail .navbar-collapse ul li{
	float: none;
	display: inline-block;
	margin: 0;
}

.tour-detail .navbar-fixed-top .navbar-collapse{
	border-left: none;
	border-right: none;
	padding: 0;
	background: #fff;
}

.tour-detail .navbar-fixed-top .navbar-collapse ul{
	width: 1140px;
	float: none;
	margin: 0 auto;
}

.tour-detail .navbar-collapse li:before{
	display: none;
}
	
.tour-detail .navbar-collapse li + li{
	margin-left: 2px;
}

.tour-detail .navbar-collapse li a{
	margin: 0;
	padding: 0 20px;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #605d5d;
	background: none;
	position: relative;
}

.tour-detail .navbar-collapse li a:after{
	content: '';
	width: 100%;
	height: 2px;
	background: none;
	position: absolute;
	bottom: -8px;
	left: 0;
}

.tour-detail .navbar-collapse li:first-child a:after,
.tour-detail .navbar-collapse li.active a:after,
.tour-detail .navbar-collapse li a:hover:after{
	background: #793f0d;
}

.tour-detail .navbar-fixed-top .navbar-collapse li + li{
	margin-left: 0;
}

.tour-detail .navbar-fixed-top .navbar-collapse li a:after{
	display: none;
}

.tour-detail .navbar-fixed-top .navbar-collapse li a{
	border-bottom: none;
	padding: 15px 20px;
}

.tour-detail .navbar-fixed-top .navbar-collapse li.active a,
.tour-detail .navbar-fixed-top .navbar-collapse li a:hover{
	background: none;
	color: #fff;
	background: #793f0d;
}

.navbar-fixed-top + .entry-body{
	padding-top: 80px;
}

.tour-detail .section-title{
	font-size: 18px;
	text-align: left;
	margin-bottom: 15px;
}

.tour-detail .full-itinerary{
    text-align: justify;
}
.tour-detail p{
	text-align:justify;
}
.toggle-tour-button{
	color: #605d5d;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 50px;
	padding-bottom: 12px;
	border-bottom: solid 2px #e8e8e8;
}
.toggle-tour-button a{
	background: #fff;
	color: #605d5d;
	padding-left: 10px;
}
.cruise-template-default .toggle-tour-button{
	padding: 0;
	min-height: auto;
}

.toggle-tour-all-contents{
    text-transform: none;
    position: absolute;
    top: 0;
    right: 0;
}

.cruise-template-default .toggle-tour-all-contents{
	top: -60px;
}

.toggle-tour-all-contents .fa {
    color: #793f0d;
    font-size: 24px;
    margin-left: 5px;
    vertical-align: middle;
}

#tour-full-itinerary .entry {
    padding: 0 0 0 22px;
}

#tour-full-itinerary .entry .entry-body {
    padding-left: 55px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-left: solid 1px #e6e6e6;
    position: relative;
}

#tour-full-itinerary .entry .entry-body .show-hide-buttons {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 14px;
	color: #999;
    z-index: 1;
}

#tour-full-itinerary .entry .entry-body .show-hide-buttons:hover{
	color: #793f0d;
}

#tour-full-itinerary .entry-title{
    font-size: 16px;
	color: #1e1c1c;
	text-transform: uppercase;
	padding-right: 25px;
	margin-bottom: 15px;
}

#tour-full-itinerary .entry-date{
	position: absolute;
	left: -1px;
	top: 20px;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 40px;
	display: table;
	background-color: #e8e8e8;
	transform: translate( -50%, -50%);
		-webkit-transform: translate( -50%, -50%);
	border-radius: 50%;
		-webkit-border-radius: 50%;
}

#tour-full-itinerary .entry-date.none-icon{
	width: 22px;
	height: 22px;
}

#tour-full-itinerary .entry-date:after{
	content: '';
	position: absolute;
	right: -16px;
	height: 2px;
	width: 13px;
	top: 18px;
	background-color: #e8e8e8;
}

#tour-full-itinerary .entry-date.none-icon:before{
	content: '';
	width: 8px;
    height: 8px;
    background: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
}

#tour-full-itinerary .entry-date.none-icon:after{
	top: 10px;
}

#tour-full-itinerary .entry-date > span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
	color: #fff;
}

.transport-icon{
	background-position: center center;
	background-repeat: no-repeat;
}

#tour-full-itinerary .entry-content {
    height: 42px;
    overflow: hidden;
    margin-bottom: 0;
}

#tour-full-itinerary .entry-content.show {
    height: auto;
    overflow: auto;
}

.full-itinerary .entry-image-2 .img {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.full-itinerary .entry-image-2 .img:last-child {
    margin-left: 3%;
}

#tour-pricing h2{
	font-size: 18px;
	text-align: left;
	margin-bottom: 15px;
}

#tour-pricing table{
	margin: 0 0 30px;
	text-align: center;
}

#tour-pricing table tbody tr:first-child{
	font-weight: bold;
	font-size: 16px;
}

.contents ul,
.taxonomy-header ul,
.tour-detail ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.contents ul li,
.taxonomy-header ul li,
.tour-detail ul li{
    display: flex;
	margin-bottom: 10px;
}

.contents ul li:before,
.taxonomy-header ul li:before,
.tour-detail ul li:before{
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
	color: #793f0d;
}

.tour-detail ul.exclude li:before{
	content: "\f00d";
}
.contact-form label,
.tour-detail label,
.contact-form label strong,
.tour-detail label strong{
	font-size: 15px;
	font-weight: normal;
	color: #605d5d;
}

.tour-detail label.error{
	font-size: 13px;
	padding-top: 0;
}

.contents ul.country-link,
.taxonomy-header ul.country-link{
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

.contents ul.country-link li,
.taxonomy-header ul.country-link li{
	padding: 0;
	list-style: none;
	display: inline-block;
}

.contents ul.country-link li:before,
.taxonomy-header ul.country-link li:before{
	content: none;
}

.contents ul.country-link li a,
.taxonomy-header ul.country-link li a{
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 2px solid #e8e8e8;
	color: #605d5d;
	text-transform: uppercase;
}

.contents ul.country-link li a:hover,
.contents ul.country-link li a:focus,
.taxonomy-header ul.country-link li a:hover,
.taxonomy-header ul.country-link li a:focus{
	color: #793f0d;
	border-bottom-color: #793f0d;
}

#tour-book-form{
	border-top: solid 2px #e6e6e6;
	padding-top: 50px;
}

.tour-detail ul{
	border: none;
	margin-bottom: 30px;
	padding: 0;
}

.tour-detail ul.nav-tabs li{
	position: relative;
}

.tour-detail ul.nav-tabs li a{
	font-weight: bold;
	font-size: 15px;
	color: #292929;
	text-transform: uppercase;
	background: #e1e1e1;
	margin-right: 10px;
	border-radius: 3px;
	border: none;
}

.tour-detail ul.nav-tabs li.active a,
.tour-detail ul.nav-tabs li a:hover,
.tour-detail ul.nav-tabs li a:focus{
	background: #793f0d;
	color: #fff;
	border: none;
}

.tour-detail ul.nav-tabs li.active:after{
	content: '';
	bottom: -10px;
	left: 30px;
	position: absolute;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 10px solid #793f0d;
}

.tour-detail ul.nav-tabs li:before{
	display: none;
}
#tour-book-form ul.nav-tabs {
    margin-bottom: -60px;
}
#tour-book-form .tab-content .tab-pane{
    padding-top: 90px;
}

.single-post-tours h3.widget-title{
	padding: 0 15px;
}
.contents .blog-syle ul li:before{
	content: '\f111';
    color: #7f7d7d;
	margin:1px 7px 0 20px;
	font-size:8px;
}
/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

#footer-custom-trip-package{
	background: url('../images/tax-bg.jpg') no-repeat center center/cover;
	padding: 70px 0;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
}

#footer-custom-trip-package .tax-img{
	position: absolute;
	right: -130px;
	bottom: -110px;
}

#footer-custom-trip-package .custom-trip-package{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: dotted 2px #b3b098;
}
	
#footer-custom-trip-package .mt-btn{
	padding: 10px 25px;
	color: #793f0d;
	background: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 15px;
}

#footer-custom-trip-package .mt-btn:hover,
#footer-custom-trip-package .mt-btn:focus{
	color: #fff;
	background: #793f0d;
}

/***/

#wrap-footer{
	background: url('../images/bg-footer.jpg') top left no-repeat #f5f5f5;
}

#footer-block-1{
	padding: 80px 0 50px;
}

#footer-block-1 h3.widget-title{
	margin-bottom: 30px;
	font-size: 18px;
}

#footer-block-1 ul{
	margin: 0;
	padding: 0;
}

#footer-block-1 ul li{
	margin: 10px 0 0 15px;
	padding: 0;
	color: #c2c2c2;
}

#footer-block-1 ul li a{
	color: #605d5d;
}

#footer-block-1 ul li a:hover,
#footer-block-1 ul li a:focus{
	color: #793f0d;
}

#footer-block-1 .footer4{
	text-align: center;
}

#footer-block-1 .footer4 h3.widget-title{
	text-align: left;
}

#footer-block-1 .footer4 img{
	max-width: 130px;
	margin-bottom: 5px;
}

#footer-block-1 .widget,
#footer-block-1 p{
	margin: 0;
	padding: 0;
}

#footer-block-1 .footer4 .mt-btn{
	background: none;
	color: #793f0d;
	font-size: 14px;
	padding: 0;
}

/***/

#footer-newsletter{
	background: #793f0d;
	color: #fff;
	padding: 30px 30px 15px;
	text-align: center;
}

#footer-newsletter .widget{
	margin: 0;
}

#footer-newsletter .mod-newsletter-text{
	margin-bottom: 20px;
}

#footer-newsletter .mod-newsletter-form .es_lablebox{
	display: none;
}

#footer-newsletter .mod-newsletter-form .es_textbox{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
}

#footer-newsletter .mod-newsletter-form .es_button {
    width: auto;
    float: right;
    padding: 0;
    margin-top: -32px;
	margin-right: 20px;
    position: relative;
    z-index: 1;
}

#footer-newsletter .mod-newsletter-form .es_button input[type="submit"]{
    width: 17px;
    height: 15px;
    display: block;
    border: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: url('../images/sent.png') top left no-repeat;
}

#footer-newsletter .mod-newsletter-form .es_button input[type="submit"]:hover{
	background-image: url('../images/sent-hover.png');
}

#footer-newsletter .mod-newsletter-form .es_msg {
    color: #006600;
    font-size: 14px;
}

/***/

#footer-block-2{
	padding: 30px 0;
	color: #888;
	font-size: 14px;
	line-height: 150%;
	border-top: solid 1px #ebebeb;
}

#footer-block-2 h3{
	font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

#footer-block-2 a{
	color: #793f0d;
}

#footer-block-2 a:hover,
#footer-block-2 a:focus{
	text-decoration: underline;
}

#footer-block-2 ul#social-menu{
	margin: 0 0 10px;
	padding: 0;
}

#footer-block-2 ul#social-menu li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}

#footer-block-2 ul#social-menu li a{
	background: #793f0d;
	color: #fff;
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	line-height: 46px;
	font-size: 15px;
	border-radius: 50%;
}

#footer-block-2 ul#social-menu li:nth-child(1) a{
	background: #37548e;
}
#footer-block-2 ul#social-menu li:nth-child(2) a{
	background: #e5372e;
}
#footer-block-2 ul#social-menu li:nth-child(3) a{
	background: #2ca7e0;
}
#footer-block-2 ul#social-menu li:nth-child(4) a{
	background: #2c5d86;
}
#footer-block-2 ul#social-menu li:nth-child(5) a{
	background: #c8232c;
}

#footer-block-2 ul#social-menu li a:hover,
#footer-block-2 ul#social-menu li a:focus{
	background: #793f0d;
	color: #fff;
}

#footer-block-2 ul#footer-menu{
	margin: 0;
	padding: 0;
}

#footer-block-2 ul#footer-menu li{
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#footer-block-2 ul#footer-menu li + li:before{
	content: '|';
	padding-right: 10px;
}

#footer-block-2 ul#footer-menu li a{
	color: #888;
	text-decoration: none;
}

#footer-block-2 ul#footer-menu li a:hover,
#footer-block-2 ul#footer-menu li a:focus{
	color: #793f0d;
}

#footer-block-2 .info2{
	text-align: right;
}

/*--------------------------------------------------------------
## BLOG
--------------------------------------------------------------*/

.blog-entry article {
    margin-bottom: 30px;
}


.blog-entry article:nth-child(2n+1){
	clear: left;
}

.blog-entry .entry-thumbnail {
    position: relative;
    margin-bottom: 10px;
	background-position: center center;
	background-size: cover;
	height: 230px;
	overflow: hidden;
}

.blog-entry .entry-thumbnail img{
	opacity: 0;
}

.blog-entry .entry-thumbnail figcaption {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding-top: 11px;
	background-color: #793f0d;;
}

.blog-entry .entry-thumbnail figcaption .entry-date-day {
    font-weight: bold;
    font-size: 22px;
    display: block;
}

.blog-entry .entry-title{
    font-size: 20px;
    color: #000;
    margin: 0 0 5px;
}

.banner-page-header .entry-meta,
.blog-entry .entry-meta{
    font-size: 13px;
    font-style: italic;
}

.banner-page-header .entry-meta .fa ,
.blog-entry .entry-meta .fa {
    margin-right: 5px;
    color: #d0d0d0;
    font-size: 16px;
}

.banner-page-header .entry-meta a,
.blog-entry .entry-meta a{
    color: inherit;
}

.banner-page-header .entry-meta>span+span,
.blog-entry .entry-meta>span+span{
    margin-left: 35px;
}

.banner-page-header .entry-meta .entry-meta-category{
	margin-left: 0;
}

.banner-page-header .entry-meta .entry-meta-category .fa{
	display: none;
}

.blog-entry .entry-content {
    margin-bottom: 15px;
	text-align:justify;
}

.post-tags{
	margin-bottom: 15px;
	font-size: 15px;
}

.post-tags strong{
	color: #1e1c1c;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-right: 10px;
}

.post-tags a:after{
	content: ',';
	margin-right: 5px;
}

.post-tags a:last-child:after{
	content: '';
}

#social-share {
    margin: 30px 0 50px;
    padding-top: 15px;
    border-top: solid 2px #e8e8e8;
}

#social-share ul {
    margin: 0;
    padding: 0;
}

#social-share ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

#social-share ul li:before{
	display: none;
}

.related-travels{
    margin-top: 40px;
}

.related-travels .section-title{
	padding-top: 50px;
    margin-bottom: 15px;
	border-top: solid 2px #e6e6e6;
	text-align: left;
	font-size: 30px;
}

.widget-area .rpwwt-post-title{
	font-weight: bold;
	font-size: 18px;
	color: #292929;
	line-height: 100%;
}

.widget-area .rpwwt-post-date{
    padding-top: 5px;
    padding-left: 110px;
	font-size: 13px;
	font-style: italic;
}

.widget-area .rpwwt-post-date:before{
	content: '\f073';
	font-family: 'FontAwesome';
	padding-right: 5px;
	font-style: normal;
}
.widget_categories{
	margin-bottom:5em;
}
.widget_categories ul{
	margin: 0;
	padding: 0;
}

.widget_categories li {
    padding: 5px 10px;
    margin: 5px 0;
    color: #000;
    list-style: none;
}

.widget li a{
	display: block;
    font-size: 15px;
	color: #605d5d;
}

.widget li:hover a,
.widget_categories li:hover a,
.widget_categories li.current-cat a{
	color: #793f0d;
}

.widget_categories ul,
.widget_recent_entries ul{
	margin: 0;
	padding: 0;
}

.widget_categories ul li,
.widget_recent_entries ul li{
	margin: 0 0 0 15px;
	padding: 8px 0;
	list-style: disc;
	color: #c2c2c2;
}

.widget_categories ul li+li,
.widget_recent_entries ul li+li{
	/* border-top: dashed 1px #ccc; */
}

#CDSWIDSSP {
    width: 100% !important;
}

.page-title{
	margin-bottom: 20px;
}

.radius3 {
    border-radius: 3px;
}

span.wpcf7-list-item label {
    font-weight: normal;
	cursor: pointer;
}

.contact-widget-why{
	margin-top: 90px;
	padding: 80px 0;
	background: #793f0d;
	color: #fff;
}

.page-template-page-ourteam .contact-widget-why{
	background: none;
	margin: 0;
	padding: 0 0 30px;
	border-top: solid 1px #ddd;
}

.page-template-page-ourteam .contact-widget-why .container{
	display: none;
}

.contact-widget-why h3{
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.contact-widget-why ul{
    margin: 0;
    padding: 0;
}

.contact-widget-why ul li{
	width: 16.3%;
    margin: 0;
    padding: 25px 30px;
    display: inline-block;
    list-style: none;
    line-height: 150%;
	vertical-align: top;
}

.contact-widget-why ul li:first-child{
	padding-left: 0;
}
.contact-widget-why ul li:last-child{
	padding-right: 0;
}

.contact-widget-why ul li + li{
    border-left: solid 2px #7f4819;
}

.contact-widget-why ul li:before,
.contact-widget-why ul li:after{
	display: none;
}

.contact-widget-why ul li span{
    width: 100%;
    display: block;
	margin-bottom: 15px;
}

.page-template-page-contact .site-content{
	padding-bottom: 0;
}

.pb-cta {
	padding: 40px 0;
}

.pb-cta .container {
	max-width: 820px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pb-cta .container:before,
.pb-cta .container:after {
	display: none;
}

.pb-cta h4 {
	margin: 0;
}

.pb-travel-experts .items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
	margin-right: -50px;
}

.pb-travel-experts .item {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	border-right: 2px solid #f3f3f3;
	padding: 0 50px;
	margin-bottom: 30px;
}

.pb-travel-experts .item:nth-child(even) {
	border-right: none;
}

.pb-travel-experts .item .image {
	flex: 0 0 200px;
	max-width: 200px;
}

.pb-travel-experts .item .text {
	flex: 0 0 calc(100% - 200px);
	max-width: calc(100% - 200px);
	padding: 28px 0 0 25px;
}

.pb-travel-experts .image img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
}

.pb-travel-experts .item h3 {
	font-size: 18px;
}

.pb-gallery-sec .images {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.pb-gallery-sec .images .image {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: 0 5px;
	margin-bottom: 10px;
}

.pb-gallery-sec .images img {
	width: 100%;
	height: 385px;
	object-fit: cover;
}

/*--------------------------------------------------------------
## RESPONSIVE
--------------------------------------------------------------*/

/*======= LARGE RESOLUTION =======*/

@media (min-width: 1200px) and (max-width: 1830px) {
	#featured-tour .tours .tour .entry-body{
		padding: 15px;
	}
	#text-3.fixed{
		position: fixed;
		top: 20px;
		width: 263px;
	}
	.banner-page-header{
		top: -200px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	#featured-tour .tours .tour .entry-body .entry-title,
	#featured-tour .tours .tour .entry-body .entry-meta{
		width: 100%;
		float: left;
		text-align: left;
	}
	#featured-tour .tours .tour .entry-body .entry-meta{
		border: none;
	}
	#footer-custom-trip-package .tax-img{
		width: 350px;
		right: 0;
	}
}

/*======= MEDIUM RESOLUTION =======*/

@media (min-width: 992px) and (max-width: 1199px) {
	
	.banner-page-header{
		top: -160px;
	}
	
	#search-find-tour .border-form{
		margin-top: 15px;
	}
	#search-find-tour label{
		font-size: 22px;
	}
	#search-find-tour button.button-search{
		padding: 0 60px;
	}
	
	.slick-slider .slick-arrow.slick-prev {
		left: -50px;
	}
	.slick-slider .slick-arrow.slick-next {
		right: -50px;
	}
	#site-banner .site-banner-callout{
		width: 100%;
		top: 35%;
		left: 0;
	}
	.tours .tour .entry-body{
		padding: 15px 15px 30px;
	}
	.tours .tour .entry-body .entry-readmore{
		padding: 0 15px 15px;
	}
	.tours .tour .entry-body .entry-readmore .tour_price{
		float: right;
	}
	.tours .tour .entry-body .entry-readmore .map{
		display: none;
	}
	.widget-area .rpwwt-widget ul li img{
		display: none;
	}
	.widget-area .rpwwt-post-date{
		padding-left: 0;
	}
	.tour-detail .navbar-collapse li + li {
		margin-left: 10px;
	}
	.tour-detail .navbar-collapse li a{
		padding: 0 7px;
		font-size: 13px;
	}
	.tour-detail .navbar-fixed-top .navbar-collapse ul{
		width: 940px;
	}
	#tour-gallery-images .image-small .has-overlay .view-gallery{
		min-height: 120px;
	}
	
	#featured-tour .tours .tour .entry-body{
		padding: 15px;
	}
	
	#featured-tour .tours .tour .entry-body .entry-title,
	#featured-tour .tours .tour .entry-body .entry-meta{
		width: 100%;
		float: left;
		text-align: left;
	}
	#featured-tour .tours .tour .entry-body .entry-meta{
		border: none;
	}

	.best-destination-thumbnail{
		height: 300px;
	}
	#mainmenu ul.menu li + li{
		margin-left: 30px;
	}
	#mainmenu ul.menu ul li + li {
		margin: 0;
	}
	#testimonial-grid-block{
		padding: 50px 0 100px;
	}
	#testimonial-grid-block .title-link{
		font-size: 22px;
	}
	#testimonial-grid-block .slick-slider .slick-arrow.slick-prev{
		left: -240px;
	}
	#testimonial-grid-block .slick-slider .slick-arrow.slick-next{
		left: -185px;
	}
	.tours .tour .tour-info{
		padding: 20px 15px 5px;
	}
	.page-contact .page-contact-content2 .page-contact-box{
		padding: 30px;
	}
	#best-destination h3 a{
		padding: 15px 20px;
		font-size: 18px;
	}
	#footer-custom-trip-package .tax-img {
		width: 400px;
	}

}

/*======= SMALL RESOLUTION =======*/

@media (min-width: 768px) and (max-width: 991px) {
	#best-selling-tour .bestsellers-item:nth-child(3),
	#latest-news-block .article-item:nth-child(3),
	#related-articles .article-item:nth-child(3),
	#testimonial-grid-block .feedback-item:nth-child(3){
		display: none;
	}
	#footer-custom-trip-package .tax-img {
		width: 300px;
		right: -90px;
	}
}

@media (max-width: 991px) {
	
	.section{
		padding: 50px 0;
	}
	#masthead.fixed{
		position: initial;
	}
	#site-banner .site-banner-callout .category_banner_heading_text {
		font-size: 24px;
		margin-bottom: 15px;
	}
	#site-banner .site-banner-callout{
		width: 100%;
		left: 0;
	}
	.top-header{
		text-align: right;
		padding-right: 60px;
		padding-top: 0;
		border: none;
	}
	#header-right{
		padding-top: 30px;
	}
	.top-header .fa {
		font-size: 20px;
	}
	.slogan,
	.top-header a{
		display: inline-block;
	}
	.why-us-item{
		margin-bottom: 30px;
	}
	#home-callout .col-videos{
		padding-right: 15px;
		text-align: center;
		margin-top: 30px;
	}
	#testimonial-grid-block{
		padding: 50px 0 150px;
	}
	.feedback-items{
		margin-top: 30px;
	}
	#testimonial-grid-block .slick-slider .slick-arrow.slick-next,
	#testimonial-grid-block .slick-slider .slick-arrow.slick-prev{
		display: none;
	}
	
	.tours .tour .tour-info{
		padding: 15px 15px 5px;
	}
	.tours .tour .tour-info .entry-title,
	.tours .tour .tour-info .entry-meta{
		width: 100%;
		margin: 0;
		text-align: left;
	}
	.tours .tour .tour-info .entry-meta{
		border: none;
	}
	
	.tours .tour .entry-body{
		padding: 15px 15px 30px;
	}
	.tours .tour .entry-body .entry-readmore{
		padding: 0 15px 15px;
	}
	
	.banner-page-header{
		top: -100px;
	}
	.single-tour .banner-page-header{
		top: 0;
	}
	.tour-detail .navbar-fixed-top .navbar-collapse ul{
		width: 100%;
	}
	
	.widget-area .tour-item img {
		width: 100%;
	}
	
	.block-with-tabs-menu a{
		padding: 0 10px;
	}
	
	.tour-detail .navbar-collapse li + li {
		margin-left: 10px;
	}
	
	.tour-detail .navbar-collapse li a:after{
		display: none;
	}
	
	.tour-detail .navbar-collapse li a{
		width: 100%;
		padding: 0 10px;
	}
	
	#secondary {
		margin-top: 30px;
	}
	
	.cruise-template-default .toggle-tour-all-contents {
		top: -30px;
	}
	
	#tour-full-itinerary .entry-title{
		padding-right: 30px;
	}
	
	.icon-trust {
		float: left;
		width: 100%;
	}
	
	.icon-trust a{
		margin: 0 15px 0 0;
	}
	
	#footer-block-1 .footer1,
	#footer-block-1 .footer2{
		margin-bottom: 30px;
	}
	#footer-block-1 .footer4 {
		text-align: left;
	}
	
	#footer-newsletter{
		text-align: center;
	}
	
	#footer-newsletter .mod-newsletter-text{
		margin-bottom: 15px;
	}

	.contact-widget-why{
		margin-top: 30px;
	}
	
	.banner-page-header h1{
		font-size: 24px;
	}
	.single-tour .tours .tour .tour-info .entry-meta, 
	.single-post-tours.tours .tour .tour-info .entry-meta{
		text-align: right;
	}
	h2{
		font-size: 22px;
	}
	h3{
		font-size: 20px;
	}
	
	#testimonial-grid-block .title-link{
		display: inline-block;
	}
	#testimonial-grid-block .mt-btn{
		margin: 0;
		float: right;
	}

	.landing-tours .tours .tour .entry-thumbnail img {
		height: 330px;
	}

	.pb-travel-experts .items {
	    margin-left: -15px;
	    margin-right: -15px;
	}

	.pb-travel-experts .item {
		padding: 0 15px;
	}

	.pb-travel-experts .item {
		flex: 0 0 100%;
		max-width: 100%;
		border: none;
	}

	.pb-travel-experts .item .text {
		padding: 5px 0 0 20px;
	}

	.pb-travel-experts .item h3 {
		margin-bottom: 10px;
	}

	.pb-gallery-sec .images .image {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
}

/*======= EXTRA SMALL RESOLUTION =======*/

@media (max-width: 767px) {
	.sm-mb-40 {
		margin-bottom: 40px !important;
	}
	.sm-pt-0 {
		padding-top: 0 !important;
	}
	.sm-pb-20 {
		padding-bottom: 20px !important;
	}
	.slogan {
		text-align: center;
		font-size: 13px;
		padding-top: 10px;
		font-weight: 500;
	}
	
	#mobile-menu-btn{
		top: 55px;
	}
	
	#header-right{
		padding-top: 0;
	}
	
	.top-header{
		padding: 22px 35px 0 0;
	}
	
	.top-header a{
		margin-left: 0;
		margin-right: 20px;
	}
	
	.top-header a .fa-phone:before{
		font-size: 28px;
		vertical-align: top;
		padding-right: 0;
	}
	
	#featured-tour .tours .tour .entry-body{
		padding: 15px;
	}
	
	#featured-tour .tours .tour .entry-body .entry-title{
		width: 60%;
	}
	#featured-tour .tours .tour .entry-body .entry-meta{
		width: 30%;
	}
	.best-destination-thumbnail{
		height: 300px;
	}
	.section {
		padding: 50px 0;
	}
	
	.banner-page-header h1{
		font-size: 24px;
		color: #1e1c1c;
		text-shadow: none;
	}
	.banner-page-header{
		background: none;
		color: #605d5d;
	}
	
	#search-find-tour .form-control{
		min-width: auto;
		margin: 0;
	}
	
	#search-find-tour button.button-search{
		width: 100%;
		margin: 0;
	}
	
	#best-destination a img{
		width: 100%;
	}
	
	#home-callout .col-videos{
		padding-right: 15px;
		margin-top: 30px;
	}
	
	#home-callout .col-videos img{
		width: 100%;
	}
	
	#latest-news-block .article-item{
		margin-bottom: 15px;
	}
	
	.single-feedback #testimonial-grid-block{
		margin-top: 30px;
		padding-bottom: 0;
	}

	#testimonial-grid-block .feedback-item{
		margin-bottom: 15px;
	}
	
	#footer-block-1 .footer1, 
	#footer-block-1 .footer2, 
	#footer-block-1 .footer3{
		margin-bottom: 15px;
	}
	
	#footer-block-2 .info2{
		text-align: left;
		margin-top: 15px;
	}
	
	#footer-block-2 ul#footer-menu li{
		margin: 0 10px 0 0;
	}
	
	#wrap-bottom-menu li a{
		padding: 5px 20px;
	}
	
	.block-with-tabs-menu a {
		display: block;
		margin: 10px 0;
	}
	
	input[type="text"], 
	input[type="email"], 
	input[type="url"], 
	input[type="password"], 
	input[type="search"], 
	input[type="number"], 
	input[type="tel"], 
	input[type="range"],
	input[type="date"],
	input[type="month"], 
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	select, 
	textarea{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.banner-page-header{
		padding: 30px 0;
	}
	
	.site-content{
		padding: 30px 0 50px;
	}
	
	#footer-newsletter{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	#footer-newsletter .mod-newsletter-form .es_textbox input{
		margin-bottom: 0;
	}
	
	.banner-page-header,
	.single-tour .banner-page-header{
		background: none;
		padding: 10px 0 30px;
		position: initial;
		transform: translate( 0, 0);
			-webkit-transform: translate( 0, 0);
	}
	.contents ul.country-link li, 
	.taxonomy-header ul.country-link li{
		width: 100%;
		display: block;
	}
	.contents ul.country-link li a, 
	.taxonomy-header ul.country-link li a{
		display: block;
	}
	.page-template-page-contact .banner-page-header{
		padding-bottom: 30px;
	}
	.page-contact .page-contact-content2 .page-contact-box{
		padding: 20px 30px;
	}
	.page-contact .label{
		min-width: auto;
	}
	.contact-widget-why ul li{
		width: 100%;
		text-align: center;
	}
	.contact-widget-why ul li:first-child,
	.contact-widget-why ul li + li{
		padding: 0 0 15px;
		border: none;
	}
	#site-banner, 
	#site-banner img{
		width: 200%;
	}
	#site-banner img{
		transform: translate( -25%, 0);
			-webkit-transform: translate( -25%, 0);
	}
	
	.home #site-banner, 
	.home #site-banner img{
		width: 100%;
	}
	.home #site-banner img{
		transform: translate( 0, 0);
			-webkit-transform: translate( 0, 0);
	}
	
	#site-banner .site-banner-callout{
		width: 50%;
	}
	.tours .tour{
		height: auto !important;
	}
	.page-template-tours .banner-page-header,
	#footer-custom-trip-package .tax-img{
		display: none;
	}
	#footer-custom-trip-package{
		padding: 50px 0;
		text-align: center;
	}
	.form-group:last-child{
		margin-bottom: 0;
	}
	#footer-custom-trip-package .custom-trip-package{
		border: none;
	}

	.pb-cta .container {
		display: block;
		text-align: center;
	}

	.pb-cta h4 {
		margin: 0 0 20px 0;
	}

	.pb-travel-experts .item .image {
	    flex: 0 0 120px;
	    max-width: 120px;
	}

	.pb-travel-experts .item .text {
	    flex: 0 0 calc(100% - 120px);
	    max-width: calc(100% - 120px);
	}

	.pb-travel-experts .image img {
		width: 120px;
		height: 120px;
	}

	.pb-gallery-sec .images .image {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pb-gallery-sec .images img {
		height: 350px;
	}
	
}

.block480{
	display: none;
}

@media (max-width: 565px) {
	
	#site-banner .site-banner-callout{
		padding: 0 15px;
	}
	
	#site-banner .site-banner-callout .category_banner_heading_text {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	#footer-block-1 .footer4{
		text-align: center;
	}
	
	.navbar-header,
	.tour-detail .navbar .navbar-collapse li,
	#secondary,
	#single_tour_related_tours{
		display: none;
	}
	
	.single-post #footer-custom-trip-package{
		display: block;
	}
	
	.tour-detail .navbar .navbar-collapse li + li{
		margin: 0;
	}
	
	.tour-detail .navbar-collapse.collapse,
	.tour-detail .navbar .navbar-collapse li:last-child{
		display: block;
		position: initial;
	}
	
	.tour-detail .navbar .navbar-collapse li:last-child a{
		width: 100%;
		background-color: #793f0d;
		color: #fff;
		padding: 12px 15px;
		border-radius: 5px;
		text-align: center;
	}

	.tour-detail .navbar .navbar-collapse li:last-child a:hover{
		background-color: #9b857a;
	}
	
	.tour-detail .navbar-fixed-top .navbar-collapse{
		padding: 15px;
	}
	
	.toggle-tour-all-contents{
		width: 100%;
		text-align: center;
	}
	
	.tours .tour{
		margin-bottom: 15px;
	}
	
	#testimonial-grid-block .inner-give-feedbacks-item{
		margin-top: 0;
	}
	.followmedia h3:before, 
	.followmedia h3:after{
		display: none;
	}
	.followmedia h3{
		margin-top: 30px;
	}
	.followmedia ul.IconFollowMedia li{
		margin: 0;
	}
	.why-us-item{
		text-align: center;
	}
	#testimonial-grid-block{
		padding: 50px 0 50px;
	}
	.feedback-block .feedback-img{
		display: block;
		text-align: center;
	}
	.feedback-content{
		width: 100%;
	}
	
	#testimonial-grid-block .title-link{
		display: block;
	}
	#testimonial-grid-block .mt-btn{
		float: none;
		display: inline-block;
	}
	
}

@media (max-width: 480px) {
	
	.none480{
		display: none;
		}
	.block480{
		display: block !important;
	}
	
	#site-banner, 
	#site-banner img{
		min-height: auto;
	}
	
	.home #site-banner, 
	.home #site-banner img {
		min-height: auto;
	}

	.why-us-item,
	.teams .col-xs-6{
		width: 100%;
	}
	
	#home-callout .col-info .btn-customize {
		position: inherit;
		bottom: auto;
		right: auto;
		display: inline-block;
		margin-top: 15px;
	}
	
	.section-title{
		font-size: 26px;
	}
	
	#home-callout .col-info .followmedia ul.IconFollowMedia li img {
		max-width: 32px;
	}
	
	#wrap-social-menu li a{
		margin: 5px;
	}
	
	.widget.map img,
	.widget.img img{
		width: 100%;
	}
	
	#tour-gallery-images .image-small .has-overlay .view-gallery{
		min-height: 85px;
	}
	
	.tour-detail ul.nav-tabs li a{
		font-size: 14px;
	}
	
	.full-itinerary .entry-image-2 .img{
		width: 100%;
		display: block;
	}
	
	.full-itinerary .entry-image-2 .img:last-child {
		margin-left: 0;
		margin-top: 15px;
	}
	
	#footer-block-2{
		padding: 20px 0 80px;
	}
	
}

@media (max-width: 400px) {
	
	.menu-contact-menu-container ul li a{
		display: none;
	}
	
	.menu-contact-menu-container ul li.last-item a{
		display: block;
	}
	
	.main-header .col-xs-4,
	.main-header .col-xs-8{
		width: 50%;
	}
	
	#tour-gallery-images .image-small .has-overlay .view-gallery{
		min-height: 60px;
	}
	
	.tours .tour .entry-body .entry-readmore .tour_price{
		float: right;
	}
	
	.tours .tour .entry-body .entry-readmore .map{
		display: none;
	}
	
}
.page-template-page-ourteam .site-content {
    padding-bottom: 0;
}







