html {
    overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #454545;
	line-height: 1.5625;
	background: #fff;
}

.container {
	max-width: 1224px;
}

* {
	outline: none !important;
}

.font-inter {
	font-family: "Inter", sans-serif !important;
}

b,
strong {
    font-weight: 700;
}

.font-thin {
    font-weight: 100 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-regular {
    font-weight: 400 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-extrabold {
    font-weight: 800 !important;
}

.font-black {
    font-weight: 900 !important;
}

.font-style-normal {
	font-style: normal !important;
}

.font-13 {
	font-size: 13px !important;
}

.font-14 {
	font-size: 14px !important;
}

.font-15 {
	font-size: 15px !important;
}

.font-16 {
	font-size: 16px !important;
}

.font-20 {
	font-size: 20px !important;
}

.font-21 {
	font-size: 21px !important;
}

.font-25,
.h2-font-25 h2 {
	font-size: 25px !important;
}

.font-35 {
	font-size: 35px !important;
}

.lh-121 {
	line-height: 1.121 !important;
}

.lh-1285 {
	line-height: 1.285 !important;
}

.lh-1375 {
	line-height: 1.375 !important;
}

.lh-1428 {
	line-height: 1.428 !important;
}

.lh-150 {
	line-height: 1.5 !important;
}

.lh-1538 {
	line-height: 1.538 !important;
}

.color-1 {
	color: #1E1C1C !important;
}

.color-2 {
	color: #999999 !important;
}

.color-3 {
	color: #454545 !important;
}

.color-4 {
	color: #000 !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-underline {
	text-decoration: underline !important;
}

.underline-offset-2 {
	text-underline-offset: 2px !important;
}

.text-4-lines {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-4 {
	margin-left: 4px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-10 {
	padding-left: 10px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.btn-style {
    display: inline-block;
	font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #fff !important;
    padding: 15px 33px;
    background: #BF7702;
    border-radius: 9999px;
    border: none;
}

.btn-style i {
	margin-left: 4px;
}

.row-60-40 > div:nth-child(1) {
	flex: 0 0 60%;
	max-width: 60%
}

.row-60-40 > div:nth-child(2) {
	flex: 0 0 40%;
	max-width: 40%
}

.justify-content-center {
	justify-content: center !important;
}

.border-bottom-gray {
	border-bottom: 1px solid #F2F2F2;
}

.hidden {
	display: none !important;
}

a {
	transition: all .3s;
}

a,
a:link,
a:visited,
a:hover,
a:focus {
    color: #BF7702;
    text-decoration: none;
	outline: none;
}

p{
	margin: 0 0 15px;
}

p:last-child {
	margin-bottom: 0;
}

.p-mb-10 p:not(:last-child) {
	margin-bottom: 10px;
}

.p-mb-20 p:not(:last-child) {
	margin-bottom: 20px;
}

.p-mb-24 p:not(:last-child) {
	margin-bottom: 24px;
}

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

h1, h2, h3, h4, h5, h6{
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #1E1C1C;
	line-height: 1.21;
	margin: 0 0 20px 0;
}

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: 20px 0 10px 0px;
	line-height: 1.125;
	margin-bottom: 0;
}

#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: 0px 20px;
	border: none;
	border-radius: 4px !important;
	background: #f2f2f2;
	height: 40px;
}

select {
	-webkit-appearance: none;
  	-moz-appearance: none;
  	text-indent: 1px;
  	text-overflow: '';
  	background: #f2f2f2 url(../images/arrow-down-2.svg) no-repeat calc(100% - 20px) center;
}

textarea {
	height: 120px;
	resize: none;
	padding: 15px 20px;
}

input::placeholder,
textarea::placeholder,
select {
	font-size: 14px;
	color: #999999;
}

input::-webkit-input-placeholder {
	font-size: 14px;
	color: #999999;
}

input::-moz-placeholder {
	font-size: 14px;
	color: #999999;
}

input:-ms-input-placeholder {
	font-size: 14px;
	color: #999999;
}

input:-moz-placeholder {
	font-size: 14px;
	color: #999999;
}

textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #999999;
}

textarea::-moz-placeholder {
	font-size: 14px;
	color: #999999;
}

textarea:-ms-input-placeholder {
	font-size: 14px;
	color: #999999;
}

textarea:-moz-placeholder {
	font-size: 14px;
	color: #999999;
}

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

input[type=submit], input[type=reset], .btn-submit {
	font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    background: #BF7702;
    padding: 15px 30px 15px 30px;
    border: 0;
    color: #fff;
    border-radius: 999px;
	transition: all 0.3s;
}

input[type=submit]:hover, 
input[type=reset]:hover,
.btn-submit:hover {
	background-color: #793f0d;
	transition: all 0.3s;
}

.field_textarea{
}

#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: #BF7701;
	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: #793f0d;
	transition: all 0.3s;
}

.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: 2000;
	background: #fff;
}
.menu-visible #masthead.fixed {
	right: 240px;
	left: auto;
}
body.single-tour #masthead.fixed{
	position: relative;
}

.pb-section-overlay {
	position: relative;
}

.pb-section-overlay:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(359.68deg, rgba(0, 0, 0, 0.09) -14.64%, rgba(0, 0, 0, 0.24) 46.49%, rgba(0, 0, 0, 0.15) 133.07%);
	z-index: 1;
}

/*#logo{
	padding-top: 8px;
	padding-bottom: 8px;
}*/
.site-header {
	position: relative;
}
.site-header #logo {
	flex: 0 0 28%;
	max-width: 28%;
	display: flex;
    align-items: center;
}

.site-header #header-right {
	flex: 0 0 72%;
	max-width: 72%;
}
#logo img {
	max-height: 66px;
	width: auto;
}
#logo .line {
	display: inline-block;
	padding-left: 35px;
}
#logo .line img {
	max-height: initial;
}
.top-header{
	width: 100%;
    padding: 15px 0 5px;
	text-align: right;
	border-bottom: solid 1px #f2f2f2;
}

.top-header .slogan{
	float: left;
	font-size: 13px;
}

.top-header a{
	margin-left: 20px;
}

.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%;
	z-index: 9999;
}

.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{
	padding: 25px 0 10px;
}

#wrap-breadcrumb a {
	color: #999999;
}

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

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

#site-banner .site-banner-callout{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	text-align: center;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}
.archive .navigation.pagination,
body.blog .navigation.pagination {
	border-top: 1px solid #F2F2F2;
    border-radius: 0;
}
#site-banner .site-banner-callout .category_banner_heading_text{
	color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 27px;
    text-align: center;
    line-height: 1.25;
}


#site-banner .site-banner-callout .mt-btn {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 19px 34px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 999px;
    color: #fff;
    background-color: #BF7702;
}

/***/

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

#search-find-tour label{
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 1.21;
	font-weight: 600;
	margin: 0 26px 0 0;
	color: #1E1C1C;
}

#search-find-tour .form-control{
	height: 54px;
	font-size: 15px;
	-webkit-appearance: none;
	border-radius: 9999px!important;
	-moz-border-radius: 9999px!important;
    -webkit-border-radius: 9999px!important;
    -ms-border-radius: 9999px!important;
    -o-border-radius: 9999px!important;
	color: #454545;
	border: 1.5px solid #E3E3E3;
	padding-left: 34px;
	min-width: 450px;
}

#search-find-tour button.button-search{
    background: #E3E3E3;
    border: none;
    color: #1E1C1C;
    font-size: 15px;
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    padding: 0 33px;
    transition: all 0.3s;
    border-radius: 9999px !important;
    height: 46px;
    right: 4px;
    top: 4px;
}
.home-select-tours .arrow-down {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 145px;
    pointer-events: none;

}
#search-find-tour button.button-search:hover,
#search-find-tour button.button-search:focus{
	background-color: #793f0d;
	color: #fff;
}

/***/
.home-welcome .left-col {
	display: flex;
	flex-wrap: wrap;
}

.home-welcome .left-col .image {
	flex: 0 0 170px;
	max-width: 170px;
}

.home-welcome .left-col .image img {
	border-radius: 50%;
	object-fit: cover;
}

.home-welcome .left-col .text {
	flex: 0 0 calc(100% - 170px);
	max-width: calc(100% - 170px);
}

.home-welcome .btns {
	display: flex;
	align-items: center;
}

.home-welcome .btns .icons {
	margin-right: 46px;
}

.home-welcome .icons a:not(:hover) {
	color: #454545;
}

.home-welcome .icons img {
	margin-right: 8px;
	position: relative;
    top: -0.5px;
}


/***/
#best-destination {
	padding: 0 27.5px;
}
.best-offers-x{
	padding-left: 2.5px;
	padding-right: 2.5px;
	margin-bottom: 5px;
}

.home #featured-tour{
	padding: 0 0 42px 0;
}

.tour_days {
    padding-bottom: 5px;
}
.tour_deal_price{
	color:#d30911;
	font-weight:bold;
	font-size: 22px;
	font-family: "Roboto";
}
.tour_old_price {
	color:#1e1c1c;
	font-weight:bold;
	font-size: 14px;
	font-family: "Roboto";
	text-decoration: line-through;
	padding-right: 5px;
}
.tour_regular_price {
	font-family: "Inter", sans-serif;
	color:#1E1C1C;
	font-weight:bold;
	font-size: 25px;
}
.tour-list {
	position: relative;
}
.container .tour-list {
	border-bottom: 1px solid #f2f2f2;
}
.tour-list .link-see-more {
	font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    bottom: -15px;
    right: 0;
    background: #fff;
    padding: 5px 0 5px 14px;
}
.tour-list .link-see-more a:not(:hover) {
	color: #454545;
}
.tour-list .link-see-more i {
	margin-left: 4px;
	color: #999999;
}
/***/

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

.grid-cate-tours h3
{
	width: 100%;
	margin: 0;
	padding: 0 5px;
	position: absolute;
	bottom: 36px;
	left: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.21;
	z-index: 2;
	text-align: center;
}

#cruises-tours.grid-cate-tours h3 {
	font-size: 25px;
	bottom: 47px;
}

.grid-cate-tours a {
	display: block;
	overflow: hidden;
	position: relative;
}
.grid-cate-tours a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(1.55deg, rgba(0, 0, 0, 0.75) 1.4%, rgba(0, 0, 0, 0) 46.51%),
	linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.grid-cate-tours a img{
	-webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

#cruises-tours.grid-cate-tours a img {
	height: 480px;
}

.grid-cate-tours 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{
	padding: 0 15px;
	font-size: 22px;
	font-family: "roboto";
	font-weight: 700;
}

#secondary .widget-title{
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
}

/***/

#home-callout{
	background: url('../images/background-mo.jpg') #e5e7e6 no-repeat center center/cover;
}

#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: 10px 20px;
    background-color: #793f0d;
    color: #fff;
	border-radius: 3px;
	transition: all 0.3s;
	position: absolute;
	bottom: -15px;
	right: 0px;
}

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

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

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

#home-callout .col-info .followmedia h3{
	text-align: center;
	font-size: 18px;
	margin: 30px 0 15px;
}

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

#home-callout .col-info .followmedia h3 span{
	display: inline-block;
}

#home-callout .col-info .followmedia h3:after{
	margin-left: 15px;
	margin-right: 0;
}

#home-callout .col-info .followmedia ul.IconFollowMedia{
	margin: 30px 0 0;
	padding: 0;
	text-align: center;
}

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

#home-callout .col-info .followmedia ul.IconFollowMedia li img{
	max-width: 48px;
}

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

/***/

#testimonial-grid-block.section {
    padding-bottom: 50px;
}

#testimonial-grid-block .inner-give-feedbacks-item{
}
.home #testimonial-grid-block .inner-give-feedbacks-item {
	padding: 0;
}
.feedback-slider {
	padding-bottom: 50px;
}
.feedback-slider .slick-dots {
	list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 0;
    padding: 0;
    margin: auto;
    text-align: center;
}
.feedback-slider .slick-dots li {
	display: inline-flex;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: #D9D9D9;
    margin: 0 5px;
    border-radius: 50%;
}
.feedback-slider .slick-dots li button {
	text-indent: -999px;
    background: transparent;
    box-shadow: none;
    border: none;
}
.feedback-slider .slick-dots li.slick-active {
	background: #BF7702;
}
.feedback-slider .slick-dots li.slick-active button {

}

.double-quote {
	display: inline-block;
    font-size: 100px;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    color: rgba(191, 119, 2, 0.6);
    font-style: italic;
    padding: 0;
    margin: 0;
    line-height: .4;
}
.testimonial-section {
	background-image: url(../images/testimonials_bg.png);
	background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 40px 0 40px 0;
}

.testimonial-section .container {
	max-width: 1100px;
}

.testimonial-section .feedback-block {
	position: relative;
	padding: 6px 40px 0 40px;
}

.testimonial-section .feedback-desc {
	text-align: center;
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	line-height: 1.458;
	color: #454545;
}

.testimonial-section .feedback-desc a {
	color: #454545;
}

.testimonial-section .quote-left {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 30px;
}

.testimonial-section .quote-right {
	position: absolute;
	right: 8px;
	bottom: -12px;
	max-width: 30px;
}

.testimonial-section .btn-style {
	background: #fff;
	font-size: 12px;
	color: #BF7702 !important;
	padding: 13px 27px;
}

.feedback-bottom{
	width: 15%;
	min-width: 50px;
}
.home .feedback-bottom {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 25px 0 0 0;
}

.feedback-bottom-mobile{
	width: 100%;
	min-width: 50px;
}
.tax-feedback-category .feedback-block{
	width: 85%;
	border: 1px solid #f2f2f2;
	padding: 30px;
}
.feedback-template-default .feedback-block{
	width: 85%;
	border: 1px solid #f2f2f2;
	padding: 30px;
}
.feedback-bottom .feedback-img{
	margin-right: 20px;
}
.feedback-bottom .info-user-feedback{
	display: flex;
	flex-direction: column;
}
.feedback-bottom .feedback-img img, .feedback-bottom-mobile .feedback-img img{
	border-radius: 50%;
	width: 80px;
	margin-bottom: 15px;
	object-fit: cover;
	height: auto;
}
.home .feedback-bottom .feedback-img img, .home  .feedback-bottom-mobile .feedback-img img{
	margin-bottom: 0;
}
.feedback-bottom-mobile{
	display: none;
}

.feedback-bottom-mobile 
.feedback-bottom .feedback-img,
.feedback-bottom .feedback-date-name-rate{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.feedback-block hr{
	width: 60px;
	border-color: #d9d9d9;
	float: left;
}

.feedback-bottom .feedback-name{
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #454545;
	font-size: 18px;
	line-height: 1.333;
	margin-bottom: 5px;
}
/*.feedback-date-name-rate .feedback-name{
	font-weight: bold;
}*/

.feedback-date-name-rate .feedback-from,
.feedback-date-name-rate .feedback-date {
	font-size: 14px;
	line-height: 1.428;
}

.feedback-date-name-rate .feedback-date {
	font-style: italic;
}

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

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

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

/***/

.article-item .entry-thumbnail{
	position: relative;
	height: 230px;
	overflow: hidden;
	margin-bottom: 10px;
}
.post-travel-blog .article-item .entry-thumbnail{
	height: 230px;
}

body.tax-tour-region .post-travel-blog .article-item .entry-thumbnail {
	height: 180px;
}
/*.home #latest-news-block .article-item{
	padding-right: 0;
	padding-left: 10px;
}*/

.article-item .entry-thumbnail-item{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.article-item .entry-thumbnail-img{
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
    position: absolute;
    top: -1px;
    left: -2px;
    right: -2px;
    bottom: -1px;
        -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.article-item .entry-thumbnail:hover .entry-thumbnail-img {
    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-img img{
	opacity: 0;
}

.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: 1.375;
    margin-bottom: 6px;
}

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

.article-item .entry-body .entry-meta{
	font-size: 14px;
	line-height: 1.285;
	color: #999999;
	margin-bottom: 8px;
}

.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;
}
.category-travel-blog .article-item .entry-body .entry-meta span + span,
body.blog .article-item .entry-body .entry-meta span + span {
    margin-left: 0;
}

.post-travel-blog .entry-body {
	display: flex;
	flex-direction: column;
}

.post-travel-blog .article-item > article, .post-travel-blog .article-item .entry {
	height: 100%;
}

.post-travel-blog .entry-body .entry-title {
	margin-bottom: 6px;
}
#latest-news-block .container {
	max-width: 1176px;
}
#latest-news-block.section{
	padding-top: 0px;
}

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

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

#latest-news-block .bottom-view-more {
	margin-top: 7px;
}

.bottom-view-more {
	border-bottom: 1px solid #F2F2F2;
	position: relative;
}

.bottom-view-more a {
	font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
	position: absolute;
	right: 0;
	top: -16px;
	background: #fff;
	padding: 5px 0 5px 14px;
	display: inline-block;
}

.bottom-view-more a:not(:hover) {
	color: #454545;
}

.bottom-view-more a i {
	margin-left: 4px;
	color: #999999;
}

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

/***/

.site-content{
	background: #fff;
	padding: 45px 0 60px;
	position: relative;
}
.page-template-page-highlights  .site-content {
	padding-bottom: 0;
}
.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: 30px 0;
}

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

.section-title{
	font-size: 28px;
    font-weight: 700;
    line-height: 1.21;
    color: #1E1C1C;
    margin-bottom: 20px;
}
.row-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 767px) {
    .row-title {
		display: block;
	}
}
.row-title .link-see-more {
	font-size: 14px;
    font-weight: 500;
    font-family: "Roboto";
    text-transform: uppercase;
    line-height: 36px;
}

.section-subtitle{
	font-size: 17px;
	margin-bottom: 30px;
}
.single-tour .navbar-header button{
	display: none;
}
.single-tour .navbar-header button .icon-bar{
	margin-bottom: 5px;
}
.single-tour .navbar .navbar-collapse{
	display: block;
}
.single-tour .navbar-collapse .navbar-nav{
	display: block;
}
.single-tour .navbar .navbar-collapse ul li{
	display: inline-block;
}
.single-tour .navbar.fixed-top{
	padding: 0;
}
.sidebar-row #related-articles .row{
	margin-left: 0;
}

#secondary .sidebar-row button.customize-tour{
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #BF7702;
	margin: 20px 0 0 0;
	border-radius: 999px;
	font-size: 16px;
	padding: 12px 0;
	width: 100%;
	border: none;
}
#secondary .sidebar-row button.customize-tour:hover{
	background-color: #793F0D;
} 
#social-share .post-tag + ul li {
	padding-left: 0;
}
#secondary .sidebar-row{
	margin-bottom: 20px;
}

#secondary .sidebar-row:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.single-tour .navbar-header{
		position: absolute;
		top: -6px;
		right: 0;
	}
	.single-tour .navbar .navbar-collapse{
		margin-top: 50px;
	}
    .single-tour .navbar-header button{
		display: block;
	}
	.single-tour .navbar .navbar-collapse{
		display: none;
	}
	.single-tour .navbar .navbar-collapse.show{
		display: block;
	}
	.single-tour .navbar .navbar-collapse ul li{
		display: block;
	}
}

/***/

.teams{
	padding: 24px 0 0 0;
	margin: 0 -20px;
}

.teams .entry-thumbnail {
	margin-bottom: 0;
}

.teams .member{
	margin-bottom: 40px;
}

.teams .member .member-name{
	text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.teams .member .member-name:after {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #D9D9D9;
    content: "";
}

.teams .member .member-position{
	font-weight: 400;
	color: #454545;
	margin: 0;
	font-size: 18px;
}

.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;
	color: #454545
}
.teams > .member-item  {
	padding: 0 20px;
}
.teams .member .member-avatar{
	width: auto;
	height: auto;
	margin-bottom: 12px;
}

.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: #f2f2f2 !important;
}

.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: 15px;
    bottom: 15px;
    position: fixed;
    text-align: center;
    z-index: 999;
	opacity: 0.5;
    display: none;
	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 {
    display: block;
    text-align: center;
    padding-top: 25px;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
}

.pagination .nav-links .last {
	display: none;
}

.pagination span,
.pagination a {
	width: 46px;
	height: 46px;
	line-height: 46px;
    border: none;
    display: inline-block;
    color: #454545;
    margin: 0 3px;
    text-align: center;
    border-radius: 50%;
    background: #f2f2f2;
}

.pagination a:hover,
.pagination a:focus,
.pagination span.current{
	background: #BF7702;
	color: #fff;
}

.pagination .nav-links .prev,
.pagination .nav-links .next {
	background: #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;
}

#site-banner .fullscreen-video {
	max-width: 100%;
	display: block;
}

.tour-banner-content {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    z-index: 1;
}

.tour-banner-content .section-title {
	font-size: 32px;
    color: #ffffff;
    margin-bottom: 20px;
}

.tour-banner-content .btn-submit {
	padding: 15px 25px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: #ffffff;
    box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4);
}

.tour-banner-content .btn-submit:hover {
    background-color: #793f0d;
    border-color: #793f0d;
}

.banner-page-header{
    padding: 160px 0 15px;
    margin: 0;
    border: 0;
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
	background: url('../images/bg-banner-title.png') left bottom repeat-x;
    transform: translate( 0, 100%);
    -webkit-transform: translate( 0,-100%);
}

.banner-page-header h1{
	font-size: 35px;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	margin: 0 0 5px;
	padding: 0;
}

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

.taxonomy-header{
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
	color: #000;
	line-height: 150%;
	font-weight: 400;
}

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

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

@media (min-width: 992px){

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

    #mainmenu ul.menu li {
        padding: 0 18px;
        display: inline-block;
        position: relative;
        list-style: none;
    }

    #mainmenu ul.menu li:first-child {
    	padding-left: 0;
    }

    #mainmenu ul.menu li:last-child {
    	padding-right: 0;
    }

    #mainmenu ul.menu li a{
		font-size: 15px;
		font-weight: 500;
		color: #1E1C1C;
		display: block;
		text-decoration: none;
		padding: 0;
		line-height: 50px;
		font-family: "Inter", sans-serif;
    }
	
    #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: #BF7702;
		background: none;
        text-decoration: none;
        cursor: pointer;
        outline: none;
    }
	
	#mainmenu ul.menu > li.menu-item-has-children > a:after{
		content: '\f107';
	    font-family: 'FontAwesome';
	    font-size: 16px;
	    padding-left: 5px;
	    color: #999999;
	    position: relative;
	    top: 1.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: 220px;
		position: absolute;
		left: 0;
		top: 56px;
		z-index: 9999;
		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 #bc8d65;
	}
	
	#mainmenu ul.menu ul li a,
	#mainmenu ul.menu li.current-menu-item li a,
	#mainmenu ul.menu li.current-menu-parent li a{
		padding: 0;
		line-height: 40px;
		display: block;
		color: #fff;
	}
	
	#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 );
    font-family: "Inter", sans-serif;
	font-size: 15px;
    font-weight: 500;
}

#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: '';
    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 {
}

@media (max-width: 991px) {
		
	#mobile-menu-btn {
		display: block;
	    font-size: 0;
	    font-weight: 400;
	    line-height: 1;
	    position: absolute;
	    text-decoration: none;
	    z-index: 9999;
	    top: 50%;
	    transform: translateY(-50%);
	    right: 12px;
	    padding: 5px;
	}

	#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;
	}

	/* 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) {
	#site-banner .fullscreen-video {
		max-width: 250%;
	}
	#masthead.fixed{
		z-index: 10;
	}
}

/*--------------------------------------------------------------
## 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 5px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 400;
	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: 1px solid #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: #fff;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.grid.tours.row {
}
/*.tours.list .tour {
	width: 100%;
	flex: 0  0 100%;
	max-width: 100%;
}*/
.grid.tours .tour {
}

.full-width .tours.row {
	margin-left: -2px;
	margin-right: -2px;
}

.full-width .tours .tour {
	padding-left: 2px;
	padding-right: 2px;
}

.tours .tour .entry-thumbnail{
	position: relative;
	height: 220px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-image: none !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

.tours .tour .entry-thumbnail img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	margin-bottom: 20px;
}

.full-width .tours .tour .entry-thumbnail img,
body.tax-tour-region .tours .tour .entry-thumbnail img {
	height: 180px;
	margin-bottom: 8px;
}

body.single-post .tours .tour .entry-thumbnail img {
	height: 160px;
	margin-bottom: 10px;
}

body.single-post .tours .tour .entry-destination,
body.single-post .tours .tour .entry-tour-styles {
	display: none;
}
@media (max-width: 767px) {
	.tours .tour .entry-thumbnail img,
	.full-width .tours .tour .entry-thumbnail img,
	body.single-post .tours .tour .entry-thumbnail img,
	body.tax-tour-region .tours .tour .entry-thumbnail img {
		height: auto;
	}
}
.tours .tour .entry-meta {
	margin-top: auto;
	font-style: normal
}
.tours .tour .entry-thumbnail img{
	width: 100%;
}

.tours .tour .entry-thumbnail a{
	color: #fff;
	display: block;
	overflow: hidden;
	height: 100%;
}

.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: 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;
}

.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%;
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 12px;
	line-height: 1.8;
	transition: all 0.5s;
}

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

.tours .tour:hover .tour-info a,
.tours .tour:hover .tour-info a:hover,
.tours .tour:hover .tour-info a:focus{
	color: #fff;
}

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

.tours .tour .tour-info .entry-title h3{
	color: #fff;
	font-weight: bold;
	margin: 0;
	font-size: 18px;
	padding-top: 5px;
}

.tours .tour .tour-info .entry-meta{
	width: 25%;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 130%;
	color: #fff;
	text-transform: uppercase;
}

.tours .tour .tour-info .entry-meta .entry-meta-days{
	font-size: 13px;
	text-transform: none;
}

.tours .tour .tour-info .entry-meta .entry-meta-price{
	font-size: 16px;
}

.tours .tour .entry-body{
	padding: 10px 0;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.entry-destination {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.285;
    position: relative;
    padding-left: 24px;
}

.entry-destination img {
	margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.tours.grid .entry-destination,
#single_tour_related_tours .entry-destination {
}

.entry-tour-styles ul {
	padding: 0 0 0 21px;
    font-size: 14px;
}
.tour_days {
	color: #999999;
	font-size: 14px;
	line-height: 1.428;
}

.entry-body .entry-title {
}
.entry-tour-styles {
	margin-bottom: 15px;
}
.entry-tour-styles ul li {
	margin-bottom: 3px;
}
.entry-tour-styles ul li::marker {
  color: #999999;
  font-size: 12px;
}
.tour-item {
    flex-wrap: wrap;
    height: 100%;

}
.widget-area .tour-item {
    flex-wrap: wrap;
    height: auto;

}
.tour-list.tour-list-4 .tour-item{
	display: flex;
	border: 2px solid #F2F2F2;
	padding: 20px 0px 20px 20px;
}
.entry-title h3 {
	font-size: 16px;
	line-height: 1.375;
	margin-bottom: 12px;
}

.entry-title h3 a {
	color: #1E1C1C;
}

.tours.grid .entry-title h3{
}

.tours.grid .tour-item,
#single_tour_related_tours .tour  {
	display: flex;
	flex-direction: column;
}

.tours .tour .entry-body .entry-route{
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
}

.tours .tour .entry-body .entry-route .fa{
	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;
}
.tour-item-list{
	display: flex;
}
.tour-item-list button {
	border-radius: 20px;
    color: #fff;
    background-color: #bf7702;
    margin-top: 25px;
    border: #bf7702;
    font-size: 14px;
    padding: 10px 15px;
}
.tour-item-list button:hover{
	background-color: #793F0D;
}
.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;
}

/*Single tour related block*/
#single_tour_related_tours .tour {
    border: solid 2px #ebebeb;
}

#single_tour_related_tours .entry-thumbnail {
	height: auto;
	/*min-height: 245px;*/
	margin-bottom: 0;
}

#single_tour_related_tours .entry-thumbnail a img {
	height: 100%;
}

#single_tour_related_tours .entry-title h3 {
	min-height: 35px;
	padding: 15px;
	margin-bottom: 0;
}

#single_tour_related_tours .entry-meta {
	margin-top: 0;
	padding: 0 15px 25px;
}

#single_tour_related_tours .tour_days,
#single_tour_related_tours .tour_regular_price,
#single_tour_related_tours .tour_price {
    display: inline;
}
#single_tour_related_tours .tour_regular_price,
#single_tour_related_tours .tour_deal_price {
    font-size: 18px;
}


/*Search tour results*/
#tour-search-results .tour {
    margin-bottom: 25px;
}

#tour-search-results .entry-thumbnail {
	height: auto;
}

#tour-search-results .entry-meta {
    margin-top: 0;
    padding-left: 40px;
    border-left: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
	.tours.grid .entry-title h3, #single_tour_related_tours .entry-title h3 {
		min-height: auto;
	}

	.tours.grid .entry-destination, #single_tour_related_tours .entry-destination {
		min-height: auto;
	}
}


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

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

.tour-detail{
	position: relative;
}

.tour-detail .navbar {
	padding: 0;
}

.tour-detail .navbar-collapse{
	margin-bottom: 25px;
	background: none;
}

.tour-detail .navbar-collapse ul{
	margin: 0;
	padding: 0;
}

.tour-detail .navbar-collapse ul li{
	margin: 0;
	padding: 0;
}

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

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

.tour-detail .navbar-collapse li:before{
	display: none;
}
	
.tour-detail .navbar-collapse li a{
	margin: 0 -1px 3px 0;
	padding: 12px 25px;
	font-size: 14px;
	color: #454545;
	background: #f2f2f2;
	position: relative;
	font-weight: bold;
}

.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 .fixed-top .navbar-collapse li + li{
	margin-left: 0;
}

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

.tour-detail .fixed-top .navbar-collapse li a{
}

.tour-detail .fixed-top .navbar-collapse li.active a,
.tour-detail .fixed-top .navbar-collapse li a:hover,
.tour-detail .fixed-top .navbar-collapse a.active{
	color: #fff;
	background: #bf7702;
}
#back-top,.theme-background-color{
	background-color: #bf7702;
}
.fixed-top + .entry-body{
	padding-top: 80px;
}

.tour-detail table thead tr,
.tour-detail table tr:nth-child(2) {
	background: #ffffff;
}

.tour-detail table tr {
	background: #FAF9F9;
	font-weight: 500;
}

.tour-detail table tr span {
	font-weight: 500 !important;
}

.tour-detail table tr:nth-child(1) td {
	padding-top: 8px;
	padding-bottom: 8px;
}

.tour-detail table tr .white-layer {
	background: #ffffff;
}

.tour-detail table tr b,
.tour-detail table tr b,
.tour-detail table tr strong,
.tour-detail table tr strong {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	line-height: 1.3;
	color: #1E1C1C;
}

.tour-detail table tr:nth-child(1) td:not(:first-child),
.tour-detail table tr:nth-child(2) {
	font-size: 14px;
}

#tour-pricing h3 {
	font-weight: 700;
	font-size: 25px;
}

.tour-detail table p {
	margin: 0;
	line-height: 1;
}

.tour-detail .overview-images .row{
	margin-left: 0;
    margin-right: 0;
}

.tour-detail .overview-img-items, .tour-detail .overview-image-item {
    padding-left: 0;
    padding-right: 0;
}
.tour-detail .overview-image-item img{
	height: 125px;
    width: 100%;
    object-fit: cover;
    border: 2px solid transparent;
}
.tour-detail .overview-main-image img {
	height: 250px;
}
.tour-detail .section-title{
	font-weight: 700;
	font-size: 25px;
	text-align: left;
	margin-bottom: 15px;
}

#tour-full-itinerary .full-itinerary:last-child .entry .entry-body {
	padding-bottom: 15px;
}

.cruise-template-default .toggle-tour-button{
	padding: 0;
	min-height: auto;
}

.toggle-tour-all-contents{
    position: absolute;
    top: 5px;
    right: 0;
}

.toggle-tour-all-contents:not(:hover) {
	color: #454545;
}

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

.toggle-tour-all-contents i {
    color: #999;
    font-size: 15px;
    margin-left: 4px;
}

.tour-detail #tour-overview .section-title {
    margin-bottom: 0;
    font-size: 25px;
}

.tour-detail #tour-overview .tour-destination {
	margin-bottom: 15px;
}

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

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

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

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

#tour-full-itinerary .entry-title{
    font-size: 18px;
	font-weight: 600;
	padding-right: 25px;
	margin-bottom: 13px;
}

#tour-full-itinerary .entry-date{
	position: absolute;
	left: -1px;
	top: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	flex-direction: column;
	background-color: #E8E8E8;
	text-transform: uppercase;
	font-weight: bold;
	transform: translate( -50%, -50%);
		-webkit-transform: translate( -50%, -50%);
	border-radius: 50%;	
		-webkit-border-radius: 50%;
	border: 2px solid #ffffff;
}

#tour-full-itinerary .entry-date img {
    margin: auto;
}

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

#tour-full-itinerary .entry-date:after{
	content: '';
	position: absolute;
	right: -18px;
	height: 2px;
	width: 15px;
	top: 22px;
	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: 53px;
    overflow: hidden;
    margin-bottom: 0;
}

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

#tour-full-itinerary .entry-content:not(.show) p {
	margin: 0;
}

.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 table{
	margin: 0;
	text-align: center;
}

#tour-useful-information {
	line-height: 1.875;
}

#tour-useful-information strong,
#tour-useful-information b {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #1E1C1C;
	font-size: 18px;
}

#tour-useful-information ul {
	margin-bottom: 12px;
}

#tour-useful-information li {
	margin-bottom: 0;
}

#tour-useful-information ul li:before {
	top: 4px;
}

#tour-useful-information p {
	margin-bottom: 3px;
}

.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{
	margin-bottom: 10px;
	position: relative;
    padding-left: 20px;
}
.contents .entry-content ul li {
	padding-left: 18px;
}
.tour-detail ul li:last-child {
	margin-bottom: 0;
}

.contents ul li:before,
.taxonomy-header ul li:before,
.tour-detail ul li:before{
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
	color: #bf7702;
	font-size: 12px;
    position: absolute;
    left: 0;
    top: 1px;
}

.tour-detail ul.normal li:before {
	content: "\f111";
    font-size: 5px;
    color: #cccccc;
}


.contact-form label,
.tour-detail label{
	font-weight: normal;
}

.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;
	border-bottom: solid 1px #ccc;
}

.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: '|';
}

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

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

.tour-detail .overview-content {
	margin-top: 50px;
}

.tour-detail .overview-content ul{
	margin-bottom: 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;
}

#tour-book-form input[type=submit] {

}

#tour-book-form textarea {
	margin-bottom: -3px;
}

.single-post-tours h2.widget-title{
	padding: 0 15px;
}
.contents .blog-syle ul li:before{
	content: '\f111';
    color: #999999;
	margin: 8px 0px 0 2px;
	font-size:5px;
}
.wpcf7 .field_submit {
	position: relative;
}

.wpcf7 .ajax-loader {
	position: absolute;
    top: 15px;
    right: -2px;
}
/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

#footer-custom-trip-package{
	background: url('../images/background-mo.jpg') no-repeat center center/cover;
	padding: 60px 0;
	color: #1e1c1c;
	font-family: "roboto";
	font-size: 16px;
	position: relative;
	text-align: center;
}

/*#footer-custom-trip-package:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
}*/

#footer-custom-trip-package .avatar {
    border-radius: 50%;
    max-width: 155px;
}
#footer-custom-trip-package .button-trip-package{
	border-left: 1px solid #fff;
}
#footer-custom-trip-package .footer-custom-trip-package-content{
	padding-top: 30px;
	display: flex;
	text-align: left;
	font-size: 16px;
	padding-left: 0;
}

@media (max-width: 767px) {
	#footer-custom-trip-package .footer-custom-trip-package-content{
		flex-direction: column;
	}
	#footer-custom-trip-package .button-trip-package{
		flex-direction: column;
		display: flex;
	}
}
#footer-custom-trip-package .col-avatar{
	padding:0;
}
#footer-custom-trip-package .mt-btn{
    padding: 0 25px;
    font-size: 16px;
    border-radius: 999px;
    background-color: #bf7702;
    line-height: 40px;
    height: 40px;
}
#footer-custom-trip-package .mt-btn-email{
    padding: 0 25px;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 999px;
    background-color: #dfe1e0;
    line-height: 40px;
    height: 40px;
}

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

#footer-block-1{
	padding: 58px 0 38px 0;
	background-color: #F2F2F2;
	position: relative;
}

#footer-block-1 h3.widget-title{
	margin-bottom: 22px;
	font-size: 18px;
	text-transform: none;
}

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

#footer-block-1 ul li{
	margin: 7px 0;
	padding: 0;
	list-style: none;
}

#footer-block-1 ul li::marker {
    color: #999999;
    font-size: 12px;
}

#footer-block-1 ul li a{
	color: #454545;
	font-size: 14px;
}

#footer-block-1 ul li a:hover {
	color: #BF7702;
}

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

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

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

#footer-block-1 .footer4 .mt-btn{
	background: none;
	color: #262626;
	font-size: 18px;
}

#footer-block-1 .footer5 ul.menu{
	column-count: 2;
}

/***/
#custom_html-8{
	margin-left: -20px;
	margin-right: -20px;
}
#footer-newsletter{
	margin: -10px 0 0 0;
}

#footer-newsletter .title-newsletter{
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.21;
	color: #1E1C1C;
	margin-bottom: 15px;
}
#footer-newsletter .mod-newsletter-form section{
	width: 100%;
}
#footer-newsletter .mod-newsletter-form section .es_form_container {
	max-width: 360px;
	position: relative;
}
#footer-newsletter input[type="email"] {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 9999px !important;
	padding: 0 30px;
	font-size: 16px;
	height: 59px;
}

#footer-newsletter input[type="email"]::-ms-input-placeholder {
  color: #454545;
  font-size: 16px;
}

#footer-newsletter input[type="email"]::placeholder {
  color: #454545;
  font-size: 16px;
}

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

#footer-newsletter .mod-newsletter-text{

}

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

#footer-newsletter .mod-newsletter-form .es_textbox{
	display: block;
}

#footer-newsletter .mod-newsletter-form .es_button {
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 0;
}

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

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

/***/

#footer-block-2{
	background-color: #F2F2F2;
	padding: 26px 0 26px;
	position: relative;
	border-top: 1px solid #E3E3E3;
}

#footer-block-2 .info1{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	font-size: 15px;
	line-height: 1.6;
}

#footer-block-2 .info1 a {
	color: #BF7702;
}

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

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

#footer-block-2 ul#social-menu li a{
	background: #fff;
	border: 1px solid #e9e9e9;
	color: #BF7702;
	width: 54px;
	height: 54px;
	display: block;
	text-align: center;
	line-height: 54px;
	font-size: 19px;
	border-radius: 50%;
	margin: 0 4px;
}

#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 .icon-footer{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

#footer-block-2 .icon-footer img {
	margin: auto;
}

#footer-block-2 .info2{
	text-align: left;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: 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;
}
#list-all-tour{
	margin-top: 60px;
}
#list-all-tour #sidebar-booking{
	margin-top: 0;
}
.blog-entry .tour-item-list .entry-meta{
	font-style: normal;
}
.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;
}

.blog-entry .entry-content {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
	.entry-body .entry-title {
		min-height: auto;
	}
}


.post-tags strong{
	color: #BF7702;
	margin-right: 10px;
}

.post-tags a:not(:hover) {
	color: #454545;
}

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

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

#social-share {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #f2f2f2;
}

#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_categories li:hover a,
.widget_categories li.current-cat a{
	color: #793f0d;
}

.widget_categories li a{
	display: block;
    font-size: 16px;
}

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

.widget_categories ul li,
.widget_recent_entries ul li{
	margin: 0;
	padding: 8px 0;
	list-style: none;
}

.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{
    font-size: 16px;
    line-height: 1.5;
    color: #454545;
}

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

.contact-widget-why ul li{
	flex: 0 0 16.666%;
	max-width: 16.666%;
    margin: 0;
    padding: 13px 28.9px;
    display: block;
    list-style: none;
    border-right: 1px solid #E3E3E3;
}

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

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

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

.contact-widget-why ul li span{
    display: block;
}

.contact-widget-why ul li span img {
    max-width: 60px;
}

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

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

@media (min-width: 1200px) {
	#text-3.fixed{
		position: fixed;
		top: 20px;
		width: 263px;
	}
}

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

@media (min-width: 992px) and (max-width: 1199px) {
	
	.slick-slider .slick-arrow.slick-prev {
		left: -50px;
	}
	.slick-slider .slick-arrow.slick-next {
		right: -50px;
	}

	.widget-area .rpwwt-widget ul li img{
		display: none;
	}
	.widget-area .rpwwt-post-date{
		padding-left: 0;
	}

	#tour-gallery-images .image-small .has-overlay .view-gallery{
		min-height: 120px;
	}

}

/*======= 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;*/
	}

	.tour-detail .overview-image-item img {
		height: 100px;
	}

	.tour-detail .overview-main-image img {
		height: 200px;
	}
}

@media (max-width: 991px) {
	
	#site-banner .site-banner-callout .category_banner_heading_text {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.top-header{
		text-align: right;
		padding-right: 60px;
		padding-top: 45px;
		border: none;
	}
	.top-header .fa {
		font-size: 20px;
	}
	.slogan,
	.top-header a{
		display: inline-block;
	}
	.why-us-item{
		margin-bottom: 30px;
	}
	
	.widget-area .tour-item img {
		width: 100%;
	}
	
	.block-with-tabs-menu a{
		padding: 0 10px;
	}
	
	
	.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;
	}

}

/*======= EXTRA SMALL RESOLUTION =======*/
@media (max-width: 767px) {
	
	.section {
		padding: 50px 0;
	}
	
	.banner-page-header h1 {
		font-size: 26px;
	}
	
	.grid-cate-tours a img{
		width: 100%;
	}
	
	#home-callout .col-videos{
		padding-right: 15px;
		margin-top: 30px;
	}
	
	#home-callout .col-videos img{
		width: 100%;
	}
	
	#wrap-bottom-menu li a{
		padding: 5px 20px;
	}
	
	.block-with-tabs-menu a {
		display: block;
		margin: 10px 0;
	}
	
	.banner-page-header{
		padding: 30px 0;
	}
	
	.site-content{
		padding: 30px 0 50px;
	}
	
}

@media (max-width: 575px) {
	.tour-detail .overview-image-item img {
		height: 250px;
	}
}

.block480{
	display: none;
}
@media (max-width: 767px) {
	.toggle-tour-all-contents{
		top: 0px;
	}
}

@media (max-width: 565px) {
	.top-header .slogan{
		display: none;
	}
	
	#site-banner .site-banner-callout{
		padding: 0 15px;
	}

	.category article.article-item:first-child .entry-thumbnail {
		height: 230px;
	}
	
	#footer-custom-trip-package {
		display: none;
	}
	
	.single-post #footer-custom-trip-package{
		display: block;
	}

	#home-callout .col-info .btn-customize {
		background-color: #bf7702;
	}
	
}

@media (max-width: 480px) {
	
	.none480{
		display: none;
		}
	.block480{
		display: block !important;
	}
	
	.top-header a {
		margin-left: 15px;
	}


	.top-header{
		padding-top: 33px;
	}
	
	#site-banner, 
	#site-banner img{
		min-height: 200px;
    	object-fit: cover;
	}
	
	.term-indochina-tours #site-banner, 
	.term-indochina-tours #site-banner img,
	.term-vietnam-tours #site-banner, 
	.term-vietnam-tours #site-banner img,
	.category #site-banner, 
	.category #site-banner img  {
		min-height: 95vw;

	}

	
	.why-us-item{
		width: 100%;
	}
	
	#home-callout .col-info .btn-customize {
		position: inherit;
		bottom: auto;
		right: auto;
		display: inline-block;
		margin-top: 15px;
	}
	
	#home-callout .col-info .followmedia ul.IconFollowMedia li img {
		max-width: 32px;
	}
	.banner-page-header {
		padding: 10px 0;
	}
	
	.widget.map img,
	.widget.img img{
		width: 100%;
	}
	
	#tour-gallery-images .image-small .has-overlay .view-gallery{
		min-height: 85px;
	}
	
	.mtheme-tours .book-tour, 
	.tax-taxonomy-theme-tour .book-tour
	{
		margin-bottom: 40px;
	}
	
	#site-banner .site-banner-callout {
	    transform: none;
	    top: 0;
	    left: 0;
	    text-align: center;
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}
	
}

@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 .map{
		display: none;
	}
	
}


/* 
# Main Text #793f0d
# Main color #BF7701 
# Header Panel  #F7F7F7
# icon #BF7702
# mobile 
# sm 576px
# md 768px
# lg 992px
# xl 1200px
*/
.row-flex {
	display: flex;
}

.header-panel {
	font-size: 13px;
}
.header-panel-content {
	line-height: 42px;
	margin: 0;
}
.site-description {
	color: #454545;
	margin-left: 0 !important;
}
.site-contacts {
}
.header-panel-content a {
	padding-left: 24px;
    color: #454545;
}
.header-panel-content a:first-child {
	padding-left: 0;
}
.header-panel-content a i.fa {
	color: #BF7702;
	margin-right: 3px;
	font-size: 14px;
	position: relative;
	top: 1px;
}
.header-panel-content a:hover {
	color: #BF7702;
}

.header-panel-content a:first-child {
	border: none;
}
.s-button-1:hover {
	background: #793F0D!important;
}	
.home-select-tours {
	position: relative;
}
.home-select-tours button.button-search {
	position: absolute;
	right: 0;
	top: 0;
}
.row.tours.list {
    margin: 0 -9px;
}
.tours.list .tour {
	padding-bottom: 18px;
	padding-left: 9px;
	padding-right: 9px;
	margin-bottom: 0;
}
.tours.list .tour:last-child {
	margin-bottom: 0;
}
.tours.list .tour .entry-thumbnail {
	flex: 0 0 168px;
	max-width: 168px;
	height: auto;
	margin: 0;
}
.tours.list .tour .entry-thumbnail img {
	margin-bottom: 0;
}
@media (max-width: 767px) {

}
.tours.list .tour .entry-thumbnail img {
	height: 132px;
	object-fit: cover;
}
.tours.list .entry-tour-styles {
	font-size: 14px;
	margin-bottom: 0;
}
.entry-block-mid {
	display: flex;
	flex-direction: column;
	margin-right: auto;
}
.tours.list .entry-meta {
    border-left:1px solid #f2f2f2;
    flex: 0 0 120px;
    max-width: 120px;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
}

.pb-tax-tour-list .tours.list .entry-meta {
	flex: 0 0 220px;
    max-width: 220px;
}

.tours.list .entry-meta > div {
	flex: 0 0 100%;
}
.tours.list .entry-block-mid {
	flex: 0 0 calc(100% - 288px);
	max-width: calc(100% - 288px);
	display: block;
	padding-left: 35px;
	padding-right: 5px;
}
.pb-tax-tour-list .tours.list .entry-block-mid {
	flex: 0 0 calc(100% - 388px);
	max-width: calc(100% - 388px);
}
.pb-tax-tour-list .btn-style {
	padding: 10px 26px;
}
.list .entry-destination {
	margin-bottom: 10px;
}
.tours.list .entry-tour-styles ul {
	padding-left: 15px;
}
.tours.list .entry-title h3 {
	margin-bottom: 10px;
}

#featured-tour > div:last-child .tour-list {
	border: none;
}
/*Custom about us page*/
.profiles{
	margin-top: 18px;
}
.profiles .profile{
	border: 0px;
	padding-left: 0px;
	padding-right: 15px;
}
.profile .profile-body{
	padding: 0px;
}
.profile .profile-name{
	line-height: 30px;
}
.profile .profile-info{
	margin: 15px 0px 30px 0px;
	font-weight: 600;
}
.profile .card-separate{
	border: 1px solid #f2f2f2;
    width: 20%;
}
.page-id-15553 #custom_html-4{
	display: none;
}
.page-id-15553 #custom_html-8{
	display: none;
}
.page-id-15553 #custom_html-7{
	display: none;
}

/*End custom about us page*/

/*Sidebar*/
/*.sidebar.home-sidebar.fixed {
    position: fixed;
    bottom: 5px;
    left: 50%;
    max-width: 390px;
    margin-left: 190px;
    transition: top 1s, right 0s, bottom 0s, left 0s;
    z-index: 2;
    background-color: #fff;
}

.sidebar.home-sidebar.fixed-bottom {
    position: absolute;
    left: auto;
    bottom: 45px;
    right: 0;
    transition: top 1s, right 0s, bottom 0s, left 0s;
}
.archive .sidebar.home-sidebar.fixed-bottom {
	bottom: 0;
}*/
.sidebar.home-sidebar.fixed-bottom {
	position: static;
}
#sidebar-booking{
	margin-top: 30px; 
}
.sidebar-row{
	padding: 30px ;
}
.border-sidebar{
	border: 2px solid #f2f2f2;
}
.sidebar-title{
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.21;
	color: #1E1C1C;
	margin-bottom: 10px;
}
#sidebar-booking hr{
	background-color: #f2f2f2;
	border-color: #f2f2f2;
}
#sidebar-booking .sidebar-title{
	margin-bottom: 30px;
}
#sidebar-booking .icon-booking {
	flex: 0 0 48px;
	max-width: 48px;
}
#sidebar-booking .icon-booking img{
	width: 48px;
	object-fit: cover;
}
#sidebar-booking .row {
	margin-left: 0;
	margin-right: 0;
	align-items: center;
}
.icon-2{
	background-position: 0% 20%;
}
.icon-3{
	background-position: 0% 40%;
}
.icon-4{
	background-position: 0% 60%;
}
.icon-5{
	background-position: 0% 80%;
}
.icon-6{
	background-position: 0% 100%;
}
#sidebar-booking .text{
	flex: 0 0 calc(100% - 48px);
	max-width: calc(100% - 48px);
	padding-left: 15px;
}
.sidebar-contact{
	background-color: #f2f2f2;
}
.sidebar-image-contact{
	max-width: 120px;
	margin: 0 auto 20px auto;
}
.sidebar-image-contact img {
	border-radius: 50%;
}

/*.sidebar #date-send-email {
    background: url(../images/form-icon-calandar.png) 95% 50% no-repeat #f2f2f2;
}
.sidebar #date-send-email:hover {
    background: url(../images/form-icon-calandar-color.png) 95% 50% no-repeat #f2f2f2;
}*/
.sidebar-infomation-contact{
	width: 60%;
	padding-left: 10px;
}
.contact-sidebar{
	padding-top: 25px;
	padding-bottom: 15px;
	margin-left: 0;
}
.contact-sidebar i{
	color: #bf7702;
	margin-right: 5px;
}
.contact-sidebar .email{
	margin-right: 10px;
}
.sidebar-contact-us{
	text-align: center;
}
.sidebar-contact-us button{
	color: #bf7702;
	width: 150px;
	height: 50px;
	background-color: white;
	border: 1px solid white;
	border-radius: 50px;
	font-weight: bold;
	padding: 10px 15px;
}
.social-network-icon{
	margin-left: 0;
	margin-top: 15px;
}
.social-network{
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.img-tw{
	background-image: url('../images/twitter.png');
}
.img-fb{
	background-image: url('../images/facebook.png');
}
.img-itg{
	background-image: url('../images/instagram.png');
}
.img-yt{
	background-image: url('../images/youtube.png');
}
.img-p{
	background-image: url('../images/pinterest.png');
}
.background-contact-email{
	background-color: #f2f2f2;
}
.contact-email-sidebar p{
	padding-top: 5px;
	font-size: 14px;
}
.form-sidebar .info-number{
	display: flex;
}
.form-sidebar i{
	position: absolute;
	top: 50px;
	right: 10px;
}
.form-sidebar label{
	color: #1e1e1e;
    padding-top: 8px;
    margin-bottom: 5px;
}
.form-sidebar .info-number .label-check{
	width: 75%;
}
.form-sidebar .info-number .number-check{
	width: 25%;
	display: flex;
}
.qt-number-people{
	display: none;
	margin-top: -40px;
    border: 1px solid #999999;
    background: #f2f2f2;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    padding: 0 20px 16px 20px;
}
.qt-number-people input[type=number] {
	background: #fff;
	margin-bottom: 4px;
}

.qt-number-people .pb-toggle-dropdown {
	margin: 0 -20px;
    padding: 15px 20px 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}
.change-color-span{
	color: #bf7702;
}
.form-sidebar .wpcf7-list-item.first.last{
	margin-left: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
	/*.sidebar.home-sidebar.fixed {
	    max-width: 323.333px;
	    margin-left: 160px;
	}*/
}
@media (max-width: 991px){
	.sidebar-infomation-contact {
		width: 70%;
	}
}
/*End sidebar*/

/*Booking guide*/
#post-7458 .content{
	margin-top: 30px;
	padding-left: 50px;
}
#post-7458 .step{
	background-color: #f2f2f2;
	padding: 30px 50px 30px 80px;
	margin-bottom: 30px;
	position: relative;
}
#post-7458 .step .number-step{
	font-family: "Inter", sans-serif;
	font-weight: 600;
	position: absolute;
	width: 100px;
	height: 100px;
	top: calc(50% - 50px);
	left: -50px;
	font-size: 18px;
	background-color: #bf7702;
	color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}
#post-7458 .step h3 {
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 15px;
}
.custom-your-tour{
	clear: both;
	background-image: url('../images/custom-tour-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 35px 0;
	position: relative;
	z-index: 1;
}

.custom-your-tour button{
    font-family: "Roboto";
	color: white;
	background-color: #bf7702;
	border-radius: 5px;
    padding: 10px 25px;
	border-color: #bf7702;
}
.custom-your-tour button:hover,
.custom-your-tour button:active {
	background-color: #793F0D;
}

@media (max-width: 480px){
	#post-7458 .content{
		width: 100%;
		float: none;
		margin-top: 50px;
		padding-left: 0;
	}
	#post-7458 .step{
		padding: 40px 15px 15px 15px;
		margin-bottom: 60px;
	}
	#post-7458 .step:last-child{
		margin-bottom: 0;
	}
	#post-7458 .step .number-step{
		width: 60px;
		height: 60px;
		top: -30px;
		left: 0;
		font-size: 14px;
	}
}

.custom-your-tour .custom-tour-text {
    align-self: center;
    flex: 0 0 60%;
    max-width: 60%;
    text-align: center;
}
.custom-your-tour .custom-tour-team {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 60px;
}
.custom-your-tour .custom-tour-team .image {
	max-width: 315px;
}
.custom-your-tour p {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.333;
	color: #fff;
	margin-bottom: 25px;
}
.custom-your-tour .btn-style {
	font-size: 18px;
	padding: 12px 32px;
}
.sub-banner-row {
	justify-content: space-between;
}
@media (max-width: 767px) {
	.sub-banner-row {
		flex-direction: column;
	}
}
@media (max-width: 1000px){
	#post-7458 .line-step{
		display: none;
	}
}
.myCanvas-line{
	position: absolute;
	left: -200px;
	top: calc(58%);
}
/*End booking guide*/

/*Tour License*/
.page-2452{
	justify-content: center;
}
/*End Tour License*/
#post-2492 h3{
	text-transform: uppercase;
}
/*Reponsive Footer*/
@media (max-width: 767px){
	
}
@media (max-width: 767px){ 

}
@media (max-width: 480px){

}

#footer-block-2 .icon-footer.mobile{
		display: none;
	}
@media (max-width: 480px){
	
}
@media (min-width: 480px){
	
}

/*End Reponsive Footer*/
.nav-categories-tour{
	margin-bottom: 80px;
}
.category-travel-blog .navigation.pagination{
	text-align: right;
}
@media (max-width: 767px) {
	.category-travel-blog .navigation.pagination {
		text-align: center;
	}
}

.post-travel-blog article{
	display: flex;
    flex-direction: column;
    height: 100%;
}
.post-travel-blog .article-item{
    margin-bottom: 30px; 
}
.container.testimonial-grid-block-inner {
	max-width: 815px;
}
.container.testimonial-grid-block-inner > .col-xs-12:last-child {
	margin-bottom: 15px;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.taxonomy-tours.mtheme-tours .entry-block-mid{
	padding-left: 20px;
}
@media (max-width: 767px) {
	.taxonomy-tours.mtheme-tours .entry-block-mid{
		padding-left: 15px;
		width: 100%;
	}
	.taxonomy-tours.mtheme-tours .tour-item-list{
		flex-direction: column;
	}
	.taxonomy-tours.mtheme-tours .tour-item-list .entry-meta{
		padding-left: 15px;
		border: 0;
	}
	.taxonomy-tours.mtheme-tours .tour-item-list .entry-meta .book-tour{
		text-align: center;
	}
}
.content-feedbacks-item{
	display: flex;
}
#featured-tour .tour-discount,.tour-item-list .tour-discount{
	background-color: #BF7701;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	padding:8px 4px 0px 4px;
	position: absolute;
	right: 20px;
	box-sizing: border-box;
	height: 50px;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
#featured-tour .tour-item.hot .tour-discount{
	width: 60px;
	top:4px;
}
.tour-item-list .tour-discount{
	width: 50px;
	top:0px;
	line-height: 120%;
}
.tour-discount:after {
      border-top: 15px solid #BF7701;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      content: "";
      height: 0;
      left: 0;
      position: absolute;
      bottom: -15px;
      width: 0;
}
#featured-tour .tour-item.hot .tour-discount.tour-discount-list{
	width: 60px;
	height: auto;
	border-radius: 0;
	top: 0;
}
#cruises-tours{
	padding: 0 27.5px;
}
#cruises-tours h3 {
	font-size: 17px;
}
#tour-style .level-0{
	font-style: italic;
}

.teams .member .modal-content .member-position{
	margin-left: 10%;
}
@media (max-width: 480px){
	
}
.site-description.left.d-none.d-md-block{
	margin-left: 20px;
}
#see-more-itineraries{
	display: block;
	margin:auto;
	padding: 18px 20px;
}
.single-post .featured-image-post {
	display: none;
}

.single-post-tours .widget-title {
	font-size: 22px;
}

.single-post .site-content {
	padding-top: 0px;
}

.text-right {
	width: 100%;
	margin-top: 10px;
}
.form-fixed {
	position: fixed;
    bottom: 0;
    max-width: 381px;
    z-index: 100;
    background: #fff;
}

.social-media ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

.social-media a {
	display: block;
	margin: 0 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	border: 0.74px solid #E9E9E9;
	color: #ABAAAA;
	font-size: 14px;
}

.feedback-posts .inner {
	border: 2px solid #f2f2f2;
	border-radius: 20px 0 20px 0;
	padding: 30px 27px 27px 30px;
	height: 100%;
}

.feedback-posts.style-2 .inner {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
}

.feedback-posts .author-box {
	display: flex;
	align-items: center;
}

.feedback-posts .author-box .image {
	flex: 0 0 60px;
	max-width: 60px;
}

.feedback-posts .author-box img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	object-fit: cover;
}

body.single-tour #site-banner {
	display: none;
}

.pb-breadcrumb {
	padding-top: 23px;
	font-size: 14px;
	line-height: 1.428;
}

body.single-tour .pb-breadcrumb {
	padding-top: 55px;
}

.pb-breadcrumb a {
	color: #999999;
}

.pb-breadcrumb .sep {
	margin: 0 10px;
	color: #999999;
}

.pb-banner-gallery {
	position: relative;
}

.pb-banner-gallery .row {
	margin-left: -2px;
	margin-right: -2px;
}

.pb-banner-gallery .row > div {
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
}

.pb-banner-gallery .image a {
	display: block;
}

.pb-banner-gallery .image img {
	display: block;
	width: 100%;
	height: 248px;
	object-fit: cover;
}

.pb-banner-gallery .image .first-image img {
	height: 500px;
}

.pb-banner-gallery .view-all {
	display: inline-block;
	position: absolute;
	right: 2px;
	bottom: 10px;
	background: #1E1C1C;
	padding: 10px 15px;
	color: #fff;
}

.pb-banner-gallery .view-all img {
	margin-right: 6px;
}

body.admin-bar .fancybox-toolbar {
	top: 32px;
}

.single-tour-price {
	color: #BF7702;
}

.single-tour-price .price {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 25px;
}

.single-tour-price .old-price {
	color: #999;
    text-decoration: line-through;
    margin-right: 3px;
    font-weight: normal;
}

.widget-tripadvisor .widSSPData {
	border: none !important;
	padding: 0 !important;
}

.wpcf7-form label.error {
	padding: 8px 0 0 0;
	font-size: 12px;
}

body.single-tour .site-content {
	padding-top: 25px;
}

body.archive.category .pb-breadcrumb,
body.archive.tag .pb-breadcrumb,
body.blog .pb-breadcrumb,
body.single-post .pb-breadcrumb {
	padding: 60px 0 0 0;
	margin-bottom: -20px;
}

body.archive.category .site-content,
body.archive.tag .site-content,
body.blog .site-content,
body.single-post .site-content {
	background: transparent;
	padding: 0 0 60px 0;
}

body.single-post .site-content {
	padding-bottom: 30px;
}

.single-author-info {
	display: flex;
	align-items: center;
}

.single-author-info .image {
	flex: 0 0 120px;
	max-width: 120px;
}

.single-author-info .image img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
}

.single-author-info .text {
	flex: 0 0 calc(100% - 120px);
	max-width: 500px;
}

.pb-contact-info .row {
	border: 1px solid #E2E2E2;
	padding: 20px 15px;
	margin: 0;
}

.pb-contact-info .row:not(:last-child) {
	border-bottom: 0;
}

.pb-contact-info .row .row {
	border: none;
	padding: 0;
	margin: 0 -15px;
}

.pb-contact-info h3 {
	font-size: 20px;
	margin-bottom: 0;
}

.pb-contact-info h4 {
	font-size: 18px;
	margin-bottom: 0;
}

.pb-contact-info a {
	color: #BF7702;
}

.pb-contact-info p {
	margin-bottom: 0;
}

.pb-contact-form label {
	padding-top: 25px;
}

.pb-contact-form .field_text {
	margin: 0;
}

.pagination-no-border .pagination {
	border: none !important;
	padding-top: 0;
}

.single-feedback-box .feedback-bottom {
	flex: 0 0 110px;
	max-width: 110px;
	width: auto;
	min-width: initial;
}

.single-feedback-box .feedback-block {
	flex: 0 0 calc(100% - 110px);
	max-width: calc(100% - 110px);
	width: auto;
	border: 2px solid #F2F2F2;
}

body.tax-taxonomy-theme-tour .site-content,
body.tax-tour-duration-range .site-content {
	padding-bottom: 0;
}

body.page-template-page-highlights .pb-breadcrumb {
	display: none;
}

body.page-template-page-highlights #search-find-tour {
	background: #F2F2F2;
}

.sidebar-contact .btn-style {
	display: block;
	width: 100%;
	background: #fff;
	color: #1E1C1C !important;
	padding: 19px 15px;
}

.sidebar-contact .sidebar-contact-bottom {
	max-width: 248px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.sidebar-contact .sidebar-contact-bottom a {
	display: flex;
	align-items: center;
}

.sidebar-contact .sidebar-contact-bottom img {
	margin-right: 8px;
}

.wpcf7 input[name=number_people] {
	background: #f2f2f2 url(../images/arrow-down-2.svg) no-repeat calc(100% - 20px) center;
	cursor: pointer;
}

span.wpcf7-list-item {
	margin: 0;
}

.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
	position: relative;
	top: 1px;
	margin-right: 2px;
}

.contact-email-sidebar input[type=submit] {
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 20px 15px;
}

.btn-contact-fixed {
	position: fixed;
	top: 400px;
	right: -51px;
	z-index: 9;
	background: #BF7702;
	color: #fff !important;
	border-radius: 10px 10px 0 0;
	padding: 0;
	transform: rotate(-90deg);
	display: inline-block;
	width: 142px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.pb-languages {
	display: inline-block;
	padding-left: 24px;
}

.pb-languages a {
	display: inline-block;
	align-items: center;
	font-size: 13px;
}

.pb-languages img {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

/* ==========================================================================
 Responsive
 ========================================================================== */
@media (min-width:768px) {
	.pb-mobile {
		display: none !important;
	}

	body.archive.category .pb-breadcrumb .inner,
	body.archive.tag .pb-breadcrumb .inner,
	body.blog .pb-breadcrumb .inner,
	body.single-post .pb-breadcrumb .inner {
		max-width: 67%;
	}
}

@media (min-width:992px) {
	.pb-sidebar-sticky.pb-fixed {
	    position: fixed;
	    bottom: 5px;
	    left: 50%;
	    max-width: 408px;
	    transform: translateX(50%);
	    transition: top 1s, right 0s, bottom 0s, left 0s;
	    z-index: 9999;
	    background-color: #fff;
	}

	.pb-sidebar-sticky.pb-fixed-bottom {
	    position: absolute;
	    left: auto;
	    bottom: 5px;
	    right: 0;
	    transition: top 1s, right 0s, bottom 0s, left 0s;
	    z-index: 9999;
	}

	.inner-sticky-sidebar {
		z-index: 9999;
	}

	.inner-sticky-sidebar[style~="fixed;"] {
		margin-left: 15px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.pb-sidebar-sticky.pb-fixed {
		max-width: 33.333%;
	}
}

@media (max-width:1440px) {
	.grid-cate-tours h3 {
		font-size: 18px;
	}
}

@media (max-width:1199px) {
	.lg-pl-0 {
		padding-left: 0 !important;
	}

	.lg-pl-15 {
		padding-left: 15px !important;
	}

	.lg-pr-15 {
		padding-right: 15px !important;
	}

	#logo .line {
		padding-left: 15px;
	}

	#mainmenu ul.menu li {
		padding: 0 12px;
	}

	.header-panel {
		font-size: 12px;
	}

	.header-panel-content a {
		padding-left: 10px;
	}

	.pb-languages {
		padding-left: 10px;
	}

	.pb-languages a {
		font-size: 12px;
	}

	.contact-widget-why ul li {
		padding: 10px 15px;
	}

	.tours.list .entry-block-mid {
		padding-left: 15px;
	}

	#best-destination,
	#cruises-tours {
		padding: 0 15px;
	}

	#footer-newsletter {
		margin-top: -10px;
	}

	.custom-your-tour .custom-tour-team {
		padding-right: 20px;
	}

	.pb-banner-gallery .image .first-image img {
		height: 404px;
	}

	.pb-banner-gallery .image img {
		height: 200px;
	}

	.sidebar-row {
		padding: 20px;
	}

	#secondary .sidebar-row button.customize-tour {
		font-size: 15px;
	}

	.pb-contact-info .row {
		padding: 20px 5px;
	}

	.btn-contact-fixed {
		top: 300px;
	}
}

@media (max-width:991px) {
	.md-hidden {
		display: none !important;
	}

	.md-font-30 {
		font-size: 30px !important;
	}

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

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

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

	.md-pl-15 {
		padding-left: 15px !important;
	}

	.header-panel {
		font-size: 13px;
	}

	.header-panel-content > div {
		flex: 0 0 100%;
	}

	.header-panel-content a {
		padding-left: 12px;
	}

	.header-panel-content {
		padding-left: 15px;
	}

	.pb-languages {
		padding-left: 12px;
	}

	.pb-languages a {
		font-size: 13px;
	}

	.home #site-banner .category_banner_heading_text div {
		font-size: 30px;
		margin-bottom: 20px;
	}

	#search-find-tour .select-tours-title,
	#search-find-tour .home-select-tours  {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#search-find-tour label {
		margin: 0 0 15px 0;
	}

	#search-find-tour .home-select-tours {
		max-width: 450px;
		margin: auto;
	}

	.contact-widget-why ul li {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.contact-widget-why ul li:nth-child(3) {
		border: none;
	}

	.home-welcome .btns {
		display: block;
	}

	.home-welcome .btns .icons {
		margin: 0 0 15px 0;
	}

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

	.full-width .tours .tour .entry-thumbnail img {
		margin-bottom: 20px;
	}

	.testimonial-section {
		padding: 30px 0 40px 0;
	}

	/*.testimonial-section .feedback-desc {
		font-size: 20px;
	}*/

	#cruises-tours.grid-cate-tours h3 {
		font-size: 20px;
	}

	#footer-newsletter {
		margin-top: 20px;
	}

	#footer-block-2 ul#social-menu li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.custom-your-tour .btn-style {
	    font-size: 16px;
	}

	.feedback-posts .inner {
		padding: 20px;
	}

	body.single-tour .pb-breadcrumb {
		padding-top: 40px;
	}

	.pb-banner-gallery .image .first-image img {
		height: 350px;
	}

	.pb-banner-gallery .image img {
		height: 173px;
	}

	.tour-detail .navbar-collapse li a {
		padding-left: 20px;
		padding-right: 20px;
	}

	.sidebar-row {
		padding: 15px;
	}

	.sidebar-title {
		font-size: 18px;
	}

	#tour-book-form input[type=submit] {
		font-size: 15px;
		padding: 15px;
	}

	#secondary .sidebar-row button.customize-tour {
		font-size: 11.5px;
	}

	.pb-breadcrumb .sep {
		margin: 0 5px;
	}

	.teams {
		margin: 0 -10px;
	}

	.teams > .member-item {
		padding: 0 10px;
	}

	.teams .member {
		margin-bottom: 20px;
	}

	.country-highlights h3 {
		font-size: 16px;
	}

	.btn-contact-fixed {
		top: 250px;
	}

	.inner-sticky-sidebar {
        position: unset !important;
        width: 100% !important;
        transform: initial !important;
    }

    .pb-sticky-sidebar {
        height: auto !important;
    }

}

@media (max-width:782px) {
	body.admin-bar .fancybox-toolbar {
		top: 46px;
	}
}

@media (max-width:767px) {
	.pb-desktop {
		display: none !important;
	}

	.sm-text-center {
		text-align: center !important;
	}

	.sm-font-16 {
		font-size: 16px !important;
	}

	.sm-font-18 {
		font-size: 18px !important;
	}

	.sm-font-24 {
		font-size: 24px !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.sm-pl-0 {
		padding-left: 0 !important;
	}

	.row-60-40 > div:nth-child(1),
	.row-60-40 > div:nth-child(2) {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.site-header {
		padding: 10px 0;
	}

	.site-header #logo {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.site-header #header-right {
		flex: 0 0 30%;
		max-width: 30%;
	}

	#logo img {
		max-height: 50px;
	}

	#logo .line {
		display: none;
	}

	.btn-style {
		padding: 15px 30px;
	}

	.section-title {
		font-size: 26px;
	}

	.home #site-banner .category_banner_heading_text div,
	#site-banner .site-banner-callout .category_banner_heading_text {
		font-size: 24px;
	}

	.home #site-banner .category_banner_heading_text a,
	#site-banner .site-banner-callout .mt-btn {
		padding: 16px 30px;
	}

	#search-find-tour .form-control {
		min-width: initial;
		padding-left: 15px;
	}

	#search-find-tour label {
		font-size: 16px;
	}

	.home-select-tours .arrow-down {
		right: 100px;
	}

	#search-find-tour button.button-search {
		padding: 0 18px;
	}

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

	.contact-widget-why ul li {
	    flex: 0 0 50%;
	    max-width: 50%;
	    margin-bottom: 30px;
	    text-align: center;
	    padding: 0 12px !important;
	    font-size: 14px;
	}

	.contact-widget-why ul li:nth-child(3) {
		border-right: 1px solid #E3E3E3;
	}

	.contact-widget-why ul li:nth-child(even) {
		border-right: 0;
	}

	.home-welcome .left-col .image,
	.home-welcome .left-col .text {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}

	.home-welcome .btns {
		display: flex;
	}

	.home-welcome .btns .icons {
	    margin: 0 15px 0 0;
	}

	.tours .tour .entry-thumbnail img {
		height: auto;
	}

	.tour-list.tour-list-4 .tour-item {
		padding: 15px;
	}

	.tours.list .tour .entry-thumbnail,
	.tours.list .entry-block-mid,
	.tours.list .entry-meta,
	.pb-tax-tour-list .tours.list .entry-block-mid,
	.pb-tax-tour-list .tours.list .entry-meta {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}

	.tours.list .entry-block-mid {
		margin-top: 15px;
	}

	.tours.list .entry-meta {
		text-align: left;
		border: none;
		margin-top: 10px;
	}

	.tours.list .tour .entry-thumbnail img {
		height: auto;
	}

	.home #featured-tour {
		padding-bottom: 15px;
	}

	/*.testimonial-section .feedback-desc {
		font-size: 16px;
	}*/

	.testimonial-section .feedback-block {
		padding: 0 35px;
	}

	.testimonial-section .quote-left {
		max-width: 25px;
	}

	.testimonial-section .quote-right {
		max-width: 25px;
		right: 0;
		bottom: -10px;
	}

	.feedback-bottom .feedback-img {
		margin-right: 15px;
	}

	.grid-cate-tours a img,
	#cruises-tours.grid-cate-tours a img {
		height: auto;
	}

	.grid-cate-tours h3,
	#cruises-tours.grid-cate-tours h3 {
		font-size: 18px;
		bottom: 30px;
	}

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

	#footer-block-1 h3.widget-title {
		margin-bottom: 15px;
	}

	#footer-block-1 .row > div {
		margin-bottom: 20px;
	}

	#footer-newsletter {
		margin-top: 0;
	}

	#footer-block-2 .icon-footer {
		margin: 12px 0 16px 0;
	}

	#footer-block-2 .info2 {
		justify-content: initial;
	}

	#footer-block-2 ul#social-menu li a {
    	width: 50px;
    	height: 50px;
    	line-height: 50px;
	}


	.custom-your-tour .custom-tour-team,
	.custom-your-tour .custom-tour-text {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		text-align: center;
	}

	.custom-your-tour .custom-tour-team .image {
		margin: auto;
	}

	.custom-your-tour p {
	}

	.pb-banner-gallery .image .first-image img {
		height: auto;
	}

	.pb-banner-gallery .image img {
		height: 160px;
	}

	.pb-breadcrumb .sep {
		margin: 0 3px;
	}

	body.single-tour .pb-breadcrumb {
		padding-top: 30px;
	}

	body.single-tour .site-content {
		padding-top: 20px;
	}

	.tour-detail .section-title {
		font-size: 22px;
	}

	.single-tour .navbar .navbar-collapse {
		position: absolute;
	    top: -6px;
	    left: 0;
	    right: 0;
	    width: 100%;
	    z-index: 9;
	}

	.tour-detail .navbar-collapse li a {
		padding: 10px 15px;
	}

	.tour-detail .navbar.fixed-top {
		position: static;
	}

	#tour-full-itinerary .entry-title {
		font-size: 15px;
	}

	#tour-full-itinerary .entry .entry-body {
		padding-left: 42px;
	}

	#tour-full-itinerary .entry-date {
		width: 45px;
		height: 45px;
	}

	#tour-full-itinerary .entry-date:after {
		top: 19px;
	}

	#tour-full-itinerary .entry .entry-body {
		padding-bottom: 25px;
	}

	#tour-full-itinerary .full-itinerary:last-child .entry .entry-body {
		padding-bottom: 10px;
	}

	body.archive.category .pb-breadcrumb,
	body.archive.tag .pb-breadcrumb,
	body.blog .pb-breadcrumb,
	body.single-post .pb-breadcrumb {
		padding-top: 50px;
	}

	.sidebar-row {
		padding: 20px;
	}

	#secondary .sidebar-row button.customize-tour {
		font-size: 16px;
	}

	#tour-book-form input[type=submit] {
		font-size: 16px;
		padding: 16px;
	}

	.blog-categories ul li:not(:last-child) {
	    margin-bottom: 15px;
	}

	body.single-post .site-content {
		padding-bottom: 50px;
	}

	.pb-contact-info .row {
		padding: 20px 0;
	}

	.pb-contact-info h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.pb-contact-info h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.teams {
	    margin: 0 -8px;
	}

	.teams > .member-item {
    	padding: 0 8px;
	}

	.teams .member .member-name {
		font-size: 16px;
	}

	.teams .member .member-position {
		font-size: 14px;
	}

	.single-feedback-box .feedback-bottom {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.single-feedback-box .feedback-block {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 20px;
	}

	.inner-give-feedbacks-item .feedback-block:after, .feedback-block:before {
		display: none;
	}

	.container.testimonial-grid-block-inner {
		margin-bottom: 50px;
	}

	.single-feedback-box .info-user-feedback {
		display: flex;
		align-items: center;
		flex-direction: initial;
	}

	.single-feedback-box .info-user-feedback .feedback-img {
		flex: 0 0 80px;
		max-width: 80px;
		margin-right: 10px !important;
	}

	.single-feedback-box .info-user-feedback .text {
		flex: 0 0 calc(100% - 80px);
		max-width: calc(100% - 80px);
	}

	#post-7458 .step h3 {
		font-size: 22px;
	}

	h3.title-country-highlights {
		font-size: 28px;
	}

	.country-highlights {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.page-template-page-highlights-php .container.content {
		margin-bottom: 50px;
	}

	.container.tours-region {
		margin-top: 45px;
		margin-bottom: 50px;
	}

	.region-description h2 {
		font-size: 28px;
	}

	.btn-contact-fixed {
		height: 35px;
		line-height: 35px;
		right: -54px;
	}

	.pb-languages {
		position: absolute;
    	right: 65px;
    	top: 14px;
    	padding: 0;
	}

}