/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ *//* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. *//* ==========================================================================   Base styles: opinionated defaults   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,500,600,700);
html, body {
	height: 100%;
}
html {
	color: #222;
}
a {
	-webkit-transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
	-moz-transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
	-o-transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
	transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
}
img {
	max-width: 100%;
}/* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * These selection rule sets have to be separate. * Customize the background color to match your design. */
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
::-webkit-input-placeholder {
color: #c7c7c7;
}
:-moz-placeholder {
color: #c7c7c7;
}
::-moz-placeholder {
color: #c7c7c7;
}
:-ms-input-placeholder {
color: #c7c7c7;
}/* * A better looking default horizontal rule */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}/* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}/* * Remove default fieldset styles. */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}/* * Allow only vertical resizing of textareas. */
textarea {
	resize: vertical;
}/* ==========================================================================   Browser Upgrade Prompt   ========================================================================== */
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}/* ==========================================================================   Author's custom styles   ========================================================================== *//* ==========================================================================   Helper classes   ========================================================================== *//* * Hide visually and from screen readers */
.hidden {
	display: none !important;
}/* * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}/* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}/* * Hide visually and from screen readers, but maintain layout */
.invisible {
	visibility: hidden;
}/* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the *    `contenteditable` attribute is included anywhere else in the document. *    Otherwise it causes space to appear at the top and bottom of elements *    that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using *    `:before` to contain the top-margins of child elements. */
.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}/* ==========================================================================   EXAMPLE Media Queries for Responsive Design.   These examples override the primary ('mobile first') styles.   Modify as content requires.   ========================================================================== */
@media only screen and (min-width: 35em) {/* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {/* Style adjustments for high resolution devices */
}/* ==========================================================================   Print styles.   Inlined to avoid the additional HTTP request:   http://www.phpied.com/delay-loading-your-print-css/   ========================================================================== */
@media print {
*, *:before, *:after, *:first-letter, *:first-line {
	background: trans !important;
	color: #000 !important; /* Black prints faster:http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}/*     * Don't show links that are fragment identifiers,     * or use the `javascript:` pseudo protocol     */
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}/*     * Printing Tables:     * http://css-discuss.incutio.com/wiki/Printing_Tables     */
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
a {
	color: #181818;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	background: #fff;
}
.loaderll {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 999999999;
	width: 100%;
	overflow: hidden;
	background-color: #444444;
}
.loaderbox {
	width: 32px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -5px;
}
#preloader_3 {
	position: relative;
}
#preloader_3:before {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: blue;
	content: '';
	position: absolute;
	background: #000000;
	animation: preloader_3_before 1.5s infinite ease-in-out;
}
#preloader_3:after {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: blue;
	content: '';
	position: absolute;
	background: #000000;
	left: 22px;
	animation: preloader_3_after 1.5s infinite ease-in-out;
}
@keyframes preloader_3_before {
0% {
transform: translateX(0px) rotate(0deg)
}
50% {
transform: translateX(20px) scale(1.2) rotate(260deg);
background:#ffeb3b;
}
100% {
transform: translateX(0px) rotate(0deg)
}
}
@keyframes preloader_3_after {
0% {
transform: translateX(0px)
}
50% {
transform: translateX(-20px) scale(1.2) rotate(-260deg);
background:#ffeb3b;
}
100% {
transform: translateX(0px)
}
}
.container, .container-fluid {
	max-width: 1440px;
}
.headerPanel {
	width: 100%;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}
.navigation-panel {
	background: #7FAA3F;/*padding-left: 24px;*/
}
.panel-siteHeader {
	transition: 0.2s all ease-in-out;
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 15px;
}
.panel-siteHeader.fixed {
	height: 66px;
	background: #068cf5;
}
.panel-siteHeader.fixed .site-logo img {
	max-height: 50px;
}
.panel-siteHeader.fixed .primaryAccess-panel > ul > li > a {
	line-height: 66px;
	color: #fff;
}
.panel-siteHeader.fixed .dropdown:after {
	color: #fff;
}
.panel-siteHeader.fixed .logo-holder img {
	max-width: 118px;
}
.primaryAccess-panel > ul {
	display: -webkit-flex;
	display: flex;
	display: flex;
	margin: 0;
	padding: 0;
}
.primaryAccess-panel > ul > li {
	flex: 1 1 auto;
	list-style: none;
}
.primaryAccess-panel > ul li:last-child {
	border: none;
}
.primaryAccess-panel > ul > li > a {
	line-height: 52px;
	font-size: 13px;
	letter-spacing: 0;
	color: #fff;
	text-transform: capitalize;
	display: block;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
}
.dropdown {
	position: relative;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.dropdown a {
	padding-right: 20px;
}
.dropdown:after {
	content: "\f078";
	font: normal normal normal 8px/1 FontAwesome;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 10px;
	color: #fff;
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
}
.dropdown:hover:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.primaryAccess-panel > ul > li > a:hover, .dropdown:hover {
	color: #fff;
	background: #068cf5;
}
.primaryAccess-panel > ul > li:hover:after {
	color: #fff;
}
.dropdown-menu {
	list-style: none;
	background-color: #fff;
	position: absolute;
	z-index: 999;
	left: 0;
	display: none;
	min-width: 200px;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.dropdown-menu > li:last-child {
	border: none;
}
.dropdown-menu > li > a {
	display: block;
	padding: 12px;
	font-weight: 600;
	color: #333;
	font-size: 13px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	text-transform: capitalize;
}
.dropdown-menu > li > a:hover {
	color: #fff;
	background: #068cf5;
}
.headerPanel {
	position: relative;
	z-index: 9999;
}
.wrapper-teaser {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.rsABlock {
	width: 100%;
}
.padone h2, .padtwo h3 {
	padding: 5px 15px;
	display: inline-block;
	font-weight: 300;
	color: #fff;
	line-height: 1.1em;
}
.padone h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.padtwo h3 {
	font-size: 58px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.padone {
	top: 44% !important;
}
.padtwo {
	top: 50% !important;
}
.rs-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	content: "\f054";
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	color: #afafaf;
	font: normal normal normal 10px/1 FontAwesome;
}
section.sliderWrap {
	position: relative;
	z-index: 999;
}
.top-headPanel {
	width: 100%;
	z-index: 999;
}
.logo-holder {
	padding: 0 0 0 0;
	border-radius: 50%;
	/* height: 150px; */
	position: absolute;
	bottom: 50%;
	margin-bottom: -72px;
	right: -28px;
	z-index: 9;
}
.logo-holder img {
	max-width: 150px;
	border-radius: 50%;
}
.left-menu {
	padding-right: 70px;
}
.right-menu {
	padding-left: 70px;
}
.gh-searchActvities {
	text-align: center;
	position: absolute;
	top: 58%;
	width: 100%;
}
.gh-act-search-row {
	text-align: center;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px;
	border-radius: 2px;
}
.gh-act-search-row .gh-act-search {
	display: inline-block;
	background-color: #fff;
}
.gh-userCustomPanel, .gh-countrySelect, .siteRow {
	background-color: #fff;
	padding: 30px 0px;
	border-bottom: 1px solid #dadada;
}
/*.gh-countrySelect{
    background-color: #252326;
    color: #f4f4f4; 
}
.gh-countrySelect .customBtn {
  color:#fff !important;
}
*/
.gh-userCustomPanel {
	padding: 0px !important;
}
.content {
	border-bottom: 1px solid #f1f1f1;
}
.gh-act-search-row .gh-act-search .search-activities > * {
	display: inline-block;
	vertical-align: middle;
}
.gh-act-search-row .gh-act-search .search-activities h3 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 16px;
	background-color: #00784a;
	color: #fff;
}
.gh-act-search .search-actPanel > div {
	display: block;
	float: left;
	padding: 0px 12px 0px 12px;
	/*background-image: url('../img/icons/ch-arrow.png');*/
	background-repeat: no-repeat;
	background-position: right 0;
	line-height: 45px;
	height: 45px;
}
.gh-act-search .search-actPanel > div:nth-child(1) {
	width: 500px;
}
.gh-act-search .search-actPanel > div:nth-child(2) {
	width: 180px;
}
.gh-act-search .search-actPanel > div:nth-child(3) {
	width: 154px;
	background: none;
	padding-right: 10px;
}
.search-actPanel select, .search-actPanel input {
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	padding: 0 8px;
}
.search-actPanel button {
	height: 45px;
	padding: 15px 20px;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	background-color: #068cf5;
	color: #fff;
	font-weight: 600;
	line-height: 11px;
	border-radius: 0;
}
.cutomizeBtn {
	float: right !important;
}
.cutomizeBtn a {
	background-color: #cd3536;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 14px 16px 14px 45px;
	line-height: 47px;
	position: relative;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.13);
	border-radius: 2px;
}
.cutomizeBtn a:before {
	font-family: fontawesome;
	content: '\f0c4';
	position: absolute;
	left: 12px;
	top: 0;
	font-size: 22px;
	color: #fff;
	line-height: 47px;
}
.gray-box {
	background-color: #fff;
	padding: 34px 0px;
	border-bottom: 1px solid #DADADA;
}
.box-singleCon > span {
	display: block;
}
.box-singleCon .icon-box {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #fff;
	color: #333;
	border-radius: 50%;
	font-size: 32px;
	line-height: 60px;
	border: 2px solid #cecece;
}
.box-singleCon h2 {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
.box-singleCon p {
	font-size: 13px;
}
.title-bar {
	position: relative;
}
.title-bar h2 {
	margin: 0px 0px 28px;
	display: block;
	text-align: center;
	font-size: 26px;
	position: relative;
	padding: 0px 0px 17px;
	line-height: 1;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
}
.title-bar h2:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0px;
	width: 80px;
	height: 2px;
	background-color: #c33;
}
.title-bar h2:after, .title-bar:after {
	content: '';
	position: absolute;
	right: 50%;
	bottom: -1px;
	margin-right: -60px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #c33;
}
.title-bar:after {
	left: 50%;
	margin-left: -60px;
}
.activity-panel {
	padding: 54px 0px 40px;
	background: #f1f1f1;
	border-bottom: 1px solid #e4e4e4;
}
.act-single, .activty-cat {
	overflow: hidden;
	margin-bottom: 42px;
	position: relative;
}
.act-single figure a {
	display: block;
	color: #fff;
	overflow: hidden;
}

.act-single figure > a:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	background-color: #000;
	opacity: 0;
	z-index: 9;
}
.act-single figure > a i {
	position: absolute;
	left: 50%;
	bottom: 0%;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	border-radius: 100%;
	padding: 17px 0px 0px;
	margin: 0px 0px 36px -25px;
	opacity: 0;
	z-index: 99;
	background-color: #e95c53;
}
a.act-region {
	padding-left: 14px;
}
.act-price {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 12px;
	border-radius: 50%;
	color: #ffffff;
	background-color: #068cf5;
	line-height: 20px;
	text-align: center;
	font-weight: 700;
	width: 60px;
	height: 60px;
	text-transform: uppercase;
	padding: 10px 0px;
}
.act-price em {
	display: block;
	font-style: normal;
	font-size: 22px;
}
.act-rating {
	position: absolute;
	left: 8px;
	top: 4px;
	height: 20px;
	color: #ffff2f;
}
.act-detail {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-top: 0px;
}
.act-single figure {
	padding: 0px;
	position: relative;
	overflow: hidden;
}
a.link-trip-detail:before {
	display: none;
}
.link-trip-detail {
	background: #c33;
	color: #fff !important;
	padding: 0px 12px !important;
	/* margin-top: 8px; */
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	position: absolute !important;
	right: 0px;
	width: auto;
	height: 26px;
	line-height: 25px;
}
.link-trip-detail:before {
	display: none;
}
.act-detail > span a {
	font-size: 13px;
	font-weight: 300;
	color: #808285;
	margin-bottom: 6px;
	padding-left: 15px;
}
.act-detail .tbl-md .tbl-cell h5 {
	margin: 0 0 4px 0;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
}
.act-detail .tbl-md .tbl-cell h5 a {
	color: #333;
	line-height: 22px;
}
.act-option {
	margin: 0 0 4px 0;
	padding: 0;
}
.act-option li {
	display: inline-block;
	list-style: none;
	margin: 0px 20px 0px 0px;
	font-size: 12px;
	color: #808285;
}
.act-option li i {
	margin-right: 5px;
}
.act-single figure:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #dcdcdc;
	height: 1px;
	z-index: 9;
}
.fixed nav.primaryAccess-panel.clearfix {
	max-width: 1140px;
	margin: 0 auto;
}
.act-region {
	position: relative;
}
.act-region:before {
	position: absolute;
	top: 1px;
	left: 0px;
	content: "\f041";
	font-family: FontAwesome;
}
.dark-panel {
	border-bottom: 1px solid #e8e8e8;
    padding: 8px 0px 6px 10px;
    background: #f0f0f0;
    position: relative;
}
span.social-icons {
	display: block;
}
.social-icons a {
    display: block;
    width: 100%;
    height: 36px;
    color: #fff;
    /* border-radius: 50%; */
    text-align: center;
    line-height: 36px;
    margin-right: 6px;
    transition: 0.2s all ease-in-out;
}
.social-icons a:hover {
	font-size: 18px;
}
.facebook-link {
	background: #3c5593;
}
.twitter-link {
	background: #00a2e3;
}
.skype-link {
	background: #00a2e3;
}
.gplus-link {
	background: #c74534;
}
.youtube-link {
	background: #c62f28;
}
.instagram-link {
	background: #3f729b;
}
.top-bar.text-right {
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-right: 66px;
}
.top-bar.text-right > span:first-child {
	position: relative;
}
.top-bar.text-right > span:first-child:after {
	content: '';
	/*position: absolute;
	width: 1px;
	height: 10px;
	top: 5px;
	background: #bfbfbf;
	right: -12px;*/
}
.top-bar.text-right > span.sub-contact i {
	margin-right: 4px;
}
.panel-holidays {
	background: url('../img/festival-bg.jpg');
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.hv-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.hv-holidays {
	display: block;
	position: relative;
	z-index: 9;
	color: #fff;
	padding: 100px 0;
}
.hv-holidays h2 {
	line-height: 1.2;
	font-size: 38px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 700;
	text-transform: capitalize;
}
.hv-holidays p {
	margin-bottom: 24px !important;
}
a.hv-view-more {
	color: #fff;
	background-color: #c33;
	text-transform: uppercase;
	padding: 8px 30px;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 22px;
	font-size: 12px;
	line-height: 24px;
	border: 2px solid #af2020;
	display: inline-block;
	transition: 0.2s all ease-in-out;
}
a.hv-view-more:hover {
	opacity: 0.9;
}
.activty-cat .hv-overlay {
	background: rgba(0,0,0,0.1);
	transition: 0.2s all ease-in-out;
}
.activty-cat:hover .hv-overlay {
	background: rgba(0,0,0,0.2);
}
.act-title {
	z-index: 9;
	text-align: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0%;
	opacity: 1;
	padding: 0 10px;
	background: rgba(0,0,0,0.5);/*transform: translateY(-50%);*/
}
.act-title h2 {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	color: #fff;
	display: block;
	padding: 10px 0;
	text-transform: capitalize;
}
.act-title h2:before {
	bottom: 0;
}
.act-title h2:after {
	top: 0;
}
.activty-cat:hover .act-title h2:before, .activty-cat:hover .act-title h2:after {
	width: 250px;
}
.panel-trusted {
	background: #fff;
	padding: 30px 0;
	height: 106px;
	overflow: hidden;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
	border-bottom: 1px solid #e4e4e4;
	;
}
.panel-trusted:hover {
	height: 410px;
}
.list-trusted {
	margin: 15px 0 0 0;
	padding: 0;
}
.list-trusted li {
	list-style: none;
	display: table;
	margin-bottom: 15px;
	width: 100%;
}
.list-trusted li span {
	display: table-cell;
	vertical-align: middle;
}
.list-trusted.second-list-panel li span:first-child, .list-trusted.first-list-panel li span:last-child {
	width: 60px;
	font-size: 40px;
}
.list-trusted.second-list-panel li span:first-child i, .list-trusted.first-list-panel li span:last-child i {
	width: 40px;
	height: 40px;
	font-size: 19px;
	background: #f3f3f3;
	border-radius: 50%;
	text-align: center;
	line-height: 39px;
	border: 1px solid #e4e4e4;
	color: #333;
	font-weight: normal;
}
.list-trusted li span h3 {
	margin: 0 0 2px 0;
	color: #333;
	font-size: 17px;
	font-weight: 700;
	text-transform: capitalize;
}
.list-trusted li span p {
	margin: 0;
	font-size: 13px;
}
.hv-short-san {
	text-align: center;
	margin-bottom: 46px !important;
	display: block !important;
}
.hv-testimonial, .social-feeds {
	padding: 60px 0;
	background: #fff;
	border-top: 1px solid #e4e4e4;
}
.social-feeds {
	border-bottom: 0px;
	background: #f1f1f1;
}
/* Carousel */

#quote-carousel {
	margin-top: 30px;/* Control buttons  *//* Previous button  *//* Next button  *//* Changes the position of the indicators *//* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
	background: none;
	color: #000000;
	font-size: 16px;
	text-shadow: none;
	margin-top: 30px;
	bottom: 35px;
	width: 38px;
	height: 38px;
	background-color: #9c9c9c;
	border-radius: 100px;
	text-align: center;
	line-height: 38px;
	top: inherit !important;
}
#quote-carousel .carousel-control.left {
	left: 0px;
}
#quote-carousel .carousel-control.right {
	right: 0px;
}
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 60px;
	height: 60px;
	margin: 5px 10px;
	cursor: pointer;
	border: 3px solid #e2e2e2;
	border-radius: 50px;
	opacity: 1;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.74, 0.04, 0.51, 1.01);
	transform: scale(1);
	-webkit-transform: scale(1);
}
#quote-carousel .carousel-indicators .active {
	border-radius: 100px;
	opacity: 1;
	overflow: hidden;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}
.carousel-inner {
	min-height: 300px;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.hv-testimonial .carousel-indicators {
	width: 92%;
	margin-left: -46%;
}
.hv-testimonial .carousel-indicators .active {
	background-color: transparent !important;
}
.short-about-us {
	position: relative;
}
.hv-testimonial .carousel-inner small {
	color: #068cf5;
	text-transform: uppercase;
}
.hv-testimonial .carousel-inner .item blockquote {
	font-weight: 600;
	line-height: 32px;
}
.button-wrap {
	text-align: center;
	margin-bottom: 26px;
}
.link-expand {
	color: #fff;
	background-color: #c33;
	text-transform: uppercase;
	padding: 8px 30px;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 22px;
	font-size: 12px;
	line-height: 24px;
	border: 2px solid #af2020;
	display: inline-block;
	transition: 0.2s all ease-in-out;
}
.footer-lower {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	background-image: url(../img/bg_newletter.jpg);
	overflow: hidden;
}
.form-subscribe {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
	z-index: 1;
}
.footer-upper {
	background: #333;
	color: #ccc;
	position: relative;
	z-index: 1;
	height: auto;
	padding: 54px 0 40px 0;
}
.foot-box h2 {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 600;
	margin-top: 0px;
}
.foot-box p {
	font-size: 13px;
	color: #fff;
	line-height: 30px;
}
a.read-more {
	color: #ff8282;
	font-weight: 600;
}
.footer-linkList {
	margin: 0;
	padding: 0;
}
.footer-linkList li {
	list-style: none;
	display: block;
}
.footer-linkList li a {
	color: #fff;
	font-size: 13px;
	line-height: 34px;
	position: relative;
	padding-left: 15px;
}
.footer-linkList li a:before {
	position: absolute;
	left: 0;
	top: -7px;
	content: "\f054";
	font-family: FontAwesome;
	color: #fff;
	font-size: 6px;
}
.contact-det strong {
	font-weight: 600;
	font-size: 14px;
}
.form-subscribe {
	padding: 35px 0;
}
.form-subscribe h3 {
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3em;
	color: #fff;
}
.form-subscribe h2 {
	margin: 0 0 12px 0;
	line-height: 1.333em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
}
.input-wrapper {
}
.input-wrapper form {
	display: inline-block;
	line-height: 40px;
	width: auto;
	border: 10px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.hv-form-field {
	margin: 0;
	width: auto;
	position: relative;
	float: left;
}
.hv-form-field input {
	display: inline-block;
	width: 390px;
	height: 40px;
	line-height: 50px;
	margin: 0;
	padding: 0 20px;
	border: none;
	outline: 0;
	border-radius: 0;
	background: #fff;
	color: #333;
	float: left;
}
.btn-hv-submit {
	display: inline-block;
	height: 40px;
	width: auto;
	margin: 0 0 0 -5px !important;
	padding: 0 30px;
	border: none;
	border-radius: 0;
	color: #333;
	text-transform: uppercase;
	font-style: normal;
	vertical-align: top;
	background: #ffb300;
	font-weight: 700;
	line-height: 37px;
}
.blog-panel {
	background: #f1f1f1;
	padding-top: 50px;
	padding-bottom: 18px;
}
.single-blog {
	margin-bottom: 30px;
	background: #fff;
}
.single-blog h2 {
	margin: 0 0 6px 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
.single-blog h2 a {
	color: #333;
	font-size: 15px
}
.single-blog span {
	display: block;
	position: relative;
	padding-left: 20px;
	color: #8e8e8e;
	font-size: 13px;
}
.single-blog span:before {
	position: absolute;
	left: 0;
	top: 0px;
	content: "\f073";
	font-family: FontAwesome;
	color: #8e8e8e;
	font-size: 12px;
}
.blog-detail {
	border: 1px solid #dcdcdc;
	padding: 10px;
	border-top: 0;
	font-size: 12px;
	line-height: 15px;
}
.footer-cpr {
	background: #2b2b2b;
	height: 60px;
	font-size: 13px;
	color: #fff;
	padding: 20px 0;
	margin-bottom: 200px;
}
.web-author a {
	color: #33a5ff;
	font-weight: 600;
}
.asc-box {
	display: block;
	text-align: center;
	margin-top: 30px;
}
.asc-box span {
	display: inline-block;
	vertical-align: middle;
}
.box-board {
	border-top: 1px solid #424242;
	padding-top: 20px
}
.search-formWrapper {
	position: absolute;
	bottom: 8%;
	width: 100%;
}
.tab-content {
	background: #fafafa;
	padding: 15px;
	border: 1px solid #eaeaea;
	margin-top: -1px;
}
.nav > li > a .fa {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 2px;
	background: rgba(0,0,0,0.3);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.tab-pane h2 {
	margin: 0 0 12px 0;
	color: #333;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.search-actPanel .row {
	margin-bottom: 15px;
}
.wide-bodyWrapper {
	background: #fff;
}
.breadcrumb-wrapper {
	background: url(../img/breadcrumb-bg.jpg);
	background-repeat: no-repeat;
	padding: 210px 0 45px 0;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
}
.breadcrumb-wrapper:before {
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}
.breadcrumb-wrapper .container {
	position: relative;
	z-index: 99;
}
h1.page-title {
	margin: 0 0 40px 0;
	display: block;
	position: relative;
	padding: 0px;
	line-height: 1;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
h1.page-title:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 3px;
	background: #fff;
	bottom: -20px;
	left: 50%;
	margin-left: -40px;
}
.breadcrumb ul {
	margin: 0;
	color: #fff;
	padding: 0;
}
.breadcrumb ul li a, .breadcrumb ul > li {
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 12px;
}
.breadcrumb ul > li:last-child {
	font-weight: 700;
}
/** /!!! core css do not edit !!!/**/
.slider-details {
	background-color: #fff;
}
.slider-details ul.lightSlider img {
	width: 100%;
}
.slider-details ul {
	margin: 0 0 8px 0;
	padding: 0;
}
.csSlideOuter {
	overflow: hidden;
}
.lightSlider:before, .lightSlider:after {
	content: " ";
	display: table;
}
.csSlideWrapper > ul:after {
	clear: both;
}
.csSlideWrapper .csSlide {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.csSlideWrapper .csFade {
	position: relative;
}
.csSlideWrapper .csFade > li {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}
.csSlideWrapper.usingCss .csFade > li {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.csSlideWrapper .csFade > li.active {
	z-index: 10;
}
.csSlideWrapper.usingCss .csFade > li.active {
	opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.csSlideOuter .csPager.cSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
.csSlideOuter .csPager.cSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}
.csSlideOuter .csPager.cSpg > li a {
	background-color: #222222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.csSlideOuter .csPager.cSpg > li:hover a, .csSlideOuter .csPager.cSpg > li.active a {
	background-color: #428bca;
}
.csSlideOuter .media {
	opacity: 0.8;
}
.csSlideOuter .media.active {
	opacity: 1;
}
/* End of pager */

/** Gallery */
.csSlideOuter .csPager.cSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.csSlideOuter .csPager.cSGallery li {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.csSlideOuter .csPager.cSGallery li.active, .csSlideOuter .csPager.cSGallery li:hover {
	opacity: 1;
}
.csSlideOuter .csPager.cSGallery img {
	display: block;
	height: auto;
	width: 100%;
}
.csSlideOuter .csPager.cSGallery:before, .csSlideOuter .csPager.cSGallery:after {
	content: " ";
	display: table;
}
.csSlideOuter .csPager.cSGallery:after {
	clear: both;
}
/* End of Gallery*/

/* slider actions */
.csAction > a {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	background-image: url('../img/icons/controls.png');
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.csAction > a:hover {
	opacity: 1;
}
.csAction > .csPrev {
	background-position: 0 0;
	left: 10px;
}
.csAction > .csNext {
	background-position: -32px 0;
	right: 10px;
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}
.cSGallery {
	text-align: center;
}
.cSGallery li {
	display: inline-block;
}
.cSGallery li img {
	border: 2px solid #CCC;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
}
.detail-body {
	padding-top: 60px;
	padding-bottom: 30px;
}
.trip-shortHighlights h2 {
	margin: 0 0 18px 0;
	color: #333;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 26px;
}
.box-line {
	padding: 9px 0px;
	font-weight: 500;
	border-top: 1px solid #ebebeb;
	color: #181818;
}
span.star-rating {
	color: #f9831b;
	padding-right: 10px;
	font-size: 12px;
	letter-spacing: -1px;
}
span.review-count {
	color: #181818;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-left: 12px;
}
span.review-count:before {
	content: '';
	background: #181818;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 2px;
	top: 7px;
}
span.add-review {
	float: right;
}
span.add-review a {
	position: relative;
	padding-right: 18px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
span.add-review a:after {
	content: "\f18e";
	font: normal normal normal 13px/1 FontAwesome;
	position: absolute;
	right: 0;
	top: 2px;
}
.button-box {
	margin-top: 5px;
}
.book-now {
	display: block;
	background: #c33;
	height: 40px;
	margin-bottom: 15px;
	border: 1px solid #af2020;
	border-radius: 3px;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 39px;
}
.book-now .fa {
	position: absolute;
	left: 12px;
	top: 13px;
	font-size: 14px;
}
.book-now:before {
	width: 1px;
	height: 100%;
	left: 40px;
	top: 0;
	position: absolute;
	background: #af2020;
	content: '';
}
.tbl-md {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.tbl-md .tbl-cell {
	display: table-cell;
	vertical-align: top;
	font-size: 13px;
}
.box-line .tbl-md .tbl-cell:first-child {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 12px;
	width: 160px;
}
.box-line span strong {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 12px;
}
.box-line span {
	font-size: 13px;
}
.trip-price h3 {
	margin: 4px 0 10px 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #4c4c4c;
}
span.price {
	color: #333;
	font-weight: 600;
	font-size: 18px !important;
	padding: 4px 10px;
	text-transform: uppercase;
}
span.pr-month.tbl-cell {
	background: #f1f1f1;
	padding: 4px 10px;
	color: #068cf5;
	width: 220px !important;
	font-size: 20px !important;
}
.price-single.tbl-md {
	border: 2px solid #f1f1f1;
}
.trip-pricePanel {
	border-top: 0px;
	padding-top: 0px;
	padding-bottom: 0;
}
span.per-rating {
	padding-right: 10px;
	font-weight: 700;
	font-size: 16px;
}
.tab-content ul {
	margin: 0;
	padding: 0;
}
.tab-content ul li {
	list-style: none;
	display: block;
	margin-bottom: 15px;
}
.tab-content ul li:last-child {
	margin-bottom: 0px;
}
.tab-content ul li strong {
	display: block;
	font-weight: 600;
	color: #333;
}
.box-full {
	padding-top: 25px;
}
.list-tick {
	margin: 0px !important;
}
.includes {
	margin-bottom: 15px !important;
}
.includes li, .excludes li, .list-tick li {
	margin-bottom: 5px !important;
	position: relative;
	padding-left: 20px;
}
.includes li:before, .list-tick ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #336600;
	font-size: 10px;
}
.excludes li:before {
	content: "\f00d";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #cc3333;
	font-size: 10px;
}
.tb-content h3 {
	margin: 0 0 8px 0;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	font-size: 15px;
}
.reviews li {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #ebebeb;
}
.reviews li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.reviews li > div {
	display: table-cell;
	vertical-align: top;
}
.reviews li > div:first-child {
	width: 90px;
}
.reviews li > div:last-child {
	width: 150px;
}
span.author {
	display: block;
	font-weight: 600;
	color: #333;
	font-size: 15px;
	line-height: 18px;
}
.review-content p {
	line-height: 20px;
	margin: 0;
}
span.country {
	margin-bottom: 4px;
	display: block;
}
.h-help-lbl {
	margin-bottom: 0;
	color: #333;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
.h-help-lbl-a {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
}
.h-help-phone {
	font-size: 13px;
	color: #333;
	padding: 0px 0px 0px 25px;
	position: relative;
	font-weight: 600;
	margin-bottom: 4px;
}
.h-help-phone em {
	font-style: normal;
	font-size: 11px;
	margin-left: 6px;
}
.h-help-phone:before {
	content: "\f098";
	position: absolute;
	left: 0;
	top: 7px;
	color: #068cf5;
	font: normal normal normal 13px/1 FontAwesome;
}
.h-help-phone.wechat:before {
	content: "\f1d7";
}
.h-help-phone.viber:before {
	content: "";
	background: url(../img/icons/icon-viber.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 13px;
	top: 7px;
}
.h-help-phone.skype:before {
	content: "\f17e";
}
.h-help-phone.whatsapp:before {
	content: "\f232";
}
.h-help-email {
	margin: 0;
	font-size: 13px;
	position: relative;
	color: #888888;
	padding: 0 0 0 25px;
	font-weight: 600;
}
.h-help-email:before {
	content: "\f003";
	position: absolute;
	left: 0;
	top: 7px;
	font: normal normal normal 13px/1 FontAwesome;
	color: #068cf5;
}
.sidebar-single {
	margin-bottom: 20px;
}
ul.list-main.blog-list li a {
    border: 0;
}
ul.list-main.blog-list .tnl-cell:first-child {
    width: 100% !important;
    padding: 0;
}
.sidebar-single h2 {
	font-weight: 700;
	margin-bottom: 16px;
	font-size: 16px;
	color: #4c4c4c;
	margin-top: 0;
	text-transform: uppercase;
}
.box-singleRsn .tbl-cell:first-child {
	width: 60px;
}
.box-singleRsn .tbl-cell .fa {
	width: 40px;
	height: 40px;
	border: 1px solid #068cf5;
	color: #068cf5;
	border-radius: 50%;
	text-align: center;
	font-size: 22px;
	line-height: 36px;
	margin-top: 8px;
}
.box-singleRsn .tbl-cell strong {
	display: block;
	text-transform: capitalize;
	color: #333;
}
.similar-trips {
	margin-top: 40px;
}
.trip-singleSm .tbl-md .tbl-cell:first-child {
	width: 240px;
}
.trip-singleSm .tbl-md .tbl-cell:last-child {
	width: 155px;
	border-left: 1px solid #e2e2e2;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.trip-ratingPrice span {
	display: block;
}
.trip-singleSm {
	background: #fafafa;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
}
span.trip-prices em {
	font-style: normal;
	display: block;
	color: #068cf5;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: -6px;
}
.trip-prices {
	font-weight: 500;
	font-size: 11px;
	text-transform: uppercase;
	color: #747d7e;
	margin: 8px 0;
	text-align: center;
}
.more-link a {
	display: block;
	background: #c33;
	height: 40px;
	margin-bottom: 15px;
	border: 1px solid #af2020;
	border-radius: 3px;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 39px;
	padding-right: 14px;
	transition: 0.2s all ease-in-out;
}
.more-link a:hover {
	opacity: 0.9;
}
.more-link a:after {
	content: "\f18e";
	font: normal normal normal 13px/1 FontAwesome;
	position: absolute;
	right: 7px;
	top: 13px;
}
.similar-header {
	padding: 10px 15px 4px 15px;
}
.similar-header span {
	display: block;
	position: relative;
	padding-left: 18px;
	color: #c33;
}
.similar-header span:before {
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 1px;
	color: #333;
	font-size: 12px;
}
span.trip-departure:before {
	content: "\f072";
}
span.trip-duration:before {
	content: "\f017";
}
span.trip-destination:before {
	content: "\f041";
}
.similar-header h3 {
	margin: 0 0 4px 0;
	color: #333;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
}
.similar-header.hl-header h3 {
	text-transform: capitalize;
	font-size: 16px;
}
.similar-header.hl-header span {
	color: #333;
	font-size: 13px;
	padding-left: 16px;
}
.similar-header.hl-header {
	border: 1px solid #ebebeb;
	border-top: 0;
}
.similar-header.hl-header span:before {
	content: "\f041";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
}
.res-contact:before {
	content: "\f095" !important;
}
.res-capacity:before {
	content: "\f0c9" !important;
}
.res-ftype {
	padding: 0 !important;
}
.res-ftype:before {
	display: none;
}
.similar-footer {
	padding: 0 15px 5px 15px;
}
.similar-footer p {
	margin-bottom: 0;
	line-height: 21px;
}
.trip-duration strong, .similar-header > span > strong {
	font-weight: 600;
	color: #333;
}
.trip-highlights > span {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	font-size: 12px;
	margin-right: 12px;
}
.trip-highlights > span:last-child {
	margin: 0;
}
.trip-highlights > span:before {
	content: '';
	background: #a5a5a5;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}
.similar-trips .title-bar h2 {
	text-align: left;
}
.similar-trips .title-bar h2:before {
	left: 0;
	margin-left: 0;
}
.similar-trips .title-bar h2:after {
	left: 90px;
}
.similar-trips .title-bar:after {
	display: none;
}
.box-singleRsn, .list-gh {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 12px;
}
.list-gh {
	padding-bottom: 12px;
}
.box-singleRsn:last-child, .list-gh:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
}
.list-gh .tbl-md .tbl-cell:first-child {
	width: 106px;
}
.list-gh .tbl-md .tbl-cell:last-child {
	padding-left: 15px;
}
.gh-details > span {
	display: block;
	line-height: 22px;
}
.gh-details h3 {
	margin: 4px 0 0 0;
	font-size: 13px;
	display: block;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
}
.gh-details > span strong, .box-drRating > span strong {
	font-weight: 600;
	color: #333;
}
.gh-details > span .book-hotel {
	color: #c33;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
}
.gh-details > span .book-hotel:after {
	content: "\f18e";
	font: normal normal normal 12px/1 FontAwesome;
	position: absolute;
	right: -18px;
	top: 3px;
}
.breadcrumb-wrapper.cat-breadcrumb {
	height: 390px;
	display: table;
	width: 100%;
}
.breadcrumb-wrapper.cat-breadcrumb .text-center {
	display: table-cell;
	vertical-align: middle;
}
.breadcrumb-wrapper.cat-breadcrumb .text-center h1.page-title {
	font-size: 46px;
	text-shadow: 2px 2px #3e4145;
}
.cat-highlights {
	border: 3px solid #e8e9e9;
	padding: 15px;
	text-align: justify;
	margin: 0 0 30px 0;
}
.actGrid-detail {
	background: #fafafa;
	padding: 15px;
	margin-bottom: 30px;
}
.actGrid-detail h2 {
	padding: 0;
	margin: 0 0 12px 0;
	color: #333;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}
.div-double .tbl-md .tbl-cell:last-child {
	text-align: right;
	width: 90px;
	position: relative;
}
.div-double .tbl-md .tbl-cell:last-child:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 30px;
	background: #d6d6d6;
	left: 0px;
	top: 7px;
}
.actGrid-price {
	font-weight: 500;
	font-size: 11px;
	text-transform: uppercase;
	color: #747d7e;
}
.actGrid-price em {
	font-style: normal;
	display: block;
	color: #068cf5;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: -6px;
}
.box-drRating > span {
	display: block;
	line-height: 20px;
}
.button-boxGrid .book-now, .button-boxGrid .button-box {
	margin: 0;
}
.button-boxGrid .tbl-md .tbl-cell:first-child {
	padding-right: 10px;
}
.button-boxGrid .tbl-md .tbl-cell:last-child {
	padding-left: 10px;
}
.actGrid-detail p {
	font-size: 13px;
	text-align: justify;
}
.btn-viewDet a {
	display: block;
	background: #068cf5;
	height: 40px;
	border: 1px solid #037ede;
	border-radius: 3px;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 39px;
}
.button-boxGrid .book-now:before {
	display: none;
}
.hv-guide {
	padding: 60px 0;
	background: #f1f1f1;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.cbh-single {
	background: #fff;
}
.cbh-thumb img {
	width: 100%;
}
a.view-cDetails {
	color: #fff;
	background: #c33;
	padding: 0px 8px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	transition: 0.2s all ease-in-out;
}
a.view-cDetails:hover {
	color: #fff;
	background: #c33;
}
.cbh-details .div-double .tbl-md .tbl-cell:last-child {
	width: auto;
	vertical-align: middle;
}
.cbh-details {
	padding: 10px;
}
.cbh-details h5 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 16px;
}
.user-count i {
	font-size: 11px;
}
span.user-count strong {
	font-weight: 600;
	color: #333;
	font-size: 13px;
}
span.user-count {
	display: block;
	margin: 4px 0;
}
.cbh-single {
	margin-bottom: 30px;
}
.hv-hotels {
	background: #fff;
	padding: 60px 0;
}
.hv-hotels .cbh-details {
	background: #fafafa;
}
.row-single label {
	display: block;
	color: #333;
	font-weight: 700;
	font-size: 13px;
	text-transform: capitalize;
}
.row-single input, .row-single select, .row-single textarea {
	height: 40px;
	padding: 5px 12px;
	display: block;
	width: 100%;
	border: 0px solid #e0e0e0;
	background-color: #eaeaea;
}
.row-single input:focus, .row-single select:focus, .row-single textarea:focus {
	outline: none;
}
.row-single textarea {
	height: 200px;
}
.row-single .btn-conSubmit {
	background: #0f5f00;
	color: #fff;
	border: 0px;
	display: inline-block;
	width: 200px;
	border-radius: 4px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 0;
	height: auto;
}
.row-single {
	margin-bottom: 25px;
}
.contact-box h3 {
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	font-size: 18px;
}
.quick-contact {
	margin-bottom: 30px;
}
.quick-contact strong {
	font-weight: 600;
	color: #333;
}
.con-socialLinks a {
	font-size: 16px;
	padding: 0 6px;
	color: #444;
}
.map-box {
	margin-bottom: -30px;
}
.act-detail .tbl-cell:last-child {
	width: 132px;
	padding-left: 12px;
}
.st-price {
	line-height: 20px;
	color: #757575;
	font-weight: 600;
}
.st-price em {
	font-style: normal;
	display: block;
	font-weight: 700;
	color: #c33;
	font-size: 13px;
}
.deep-title h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	font-size: 26px;
	/*background: url(../img/icons/heading-border.png) repeat-x left bottom;*/
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}
span.big-h {
	display: inline-block;
	margin: 8px 10px 0px 0px;
	float: left;
	background: #c33;
	color: #fff;
	text-align: center;
	font-size: 20px;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	padding-top: 8px;
}
.vid-box iframe {
	width: 100%;
}
.pane-nos {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding-top: 70px;
	margin-top: 60px;
	padding-bottom: 70px;
	margin-bottom: 60px;
}
.team-single {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 60px;
	padding-bottom: 40px;
}
.nos-box {
	text-align: center;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	font-size: 13px;
}
.no-num {
	display: block;
	font-weight: 600;
	color: #333;
	font-size: 32px;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.sp-icon {
	display: inline-block;
	color: #949494;
	font-size: 52px;
	line-height: 76px;
	border-radius: 50%;
	text-align: center;
	margin-top: 3px;
	padding-left: 1px;
}
.sp-detail {
	display: block;
	margin-top: 20px;
}
.sp-detail strong {
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
}
.specs {
	text-align: center;
	margin-bottom: 30px;
}
.mem-single {
	margin-bottom: 15px;
	text-align: center;
}
.mem-single h4 {
	margin-bottom: 2px;
	color: #333;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 16px;
	margin-top: 20px;
}
.top-bar.text-right div {
	display: block;
    font-weight: 700;
}
.top-bar.text-right div span {
    display: inline-block;
    vertical-align: middle;	
}
.top-bar.text-right div span:last-child {
    padding-left: 10px;
}
.team-post {
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	font-size: 13px;
}
.single-thumb {
	margin-bottom: 15px;
}
.about-detail .vid-box {
	margin-bottom: 15px;
}
a.skype-linkedin {
	background: #0077B5;
}
.searchbox {
	position: absolute;
	min-width: 50px;
	width: 0%;
	/*top: 0;*/
	top: -8px;
	right: 0;
	/*height: 68px;*/
	height: 49px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #fff;
    width: 100%;
    height: 68px;
    margin: 0;
    padding: 0px 45px 0px 15px;
    font-size: 16px;
    color: #333;
}
.searchbox-input::-webkit-input-placeholder {
 color: #333;
}
.searchbox-input:-moz-placeholder {
 color: #333;
}
.searchbox-input::-moz-placeholder {
 color: #333;
}
.searchbox-input:-ms-input-placeholder {
 color: #333;
}
.searchbox-icon, .searchbox-submit {
	width: 50px;
	height: 68px;
	display: block;
	position: absolute;
	/*top: 0;*/
	top: -7px;
	font-family: verdana;
	font-size: 18px;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 68px;
	text-align: center;
	cursor: pointer;
	color: #9e9e9e;
	background: transparent;
}
.searchbox-open {
	width: 100%;
}
.byline {
	position: absolute;
	top: 150px;
	left: 30%;
	text-align: center;
	font-size: 18px;
}
.byline a {
	text-decoration: none;
	color: #d74b4b;
}
.tml-single {
	display: table;
	background: #fafafa;
	padding: 15px;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 2px solid #f3f3f3;
}
.tml-single > div {
	display: table-cell;
	vertical-align: top;
}
.tml-single > div:first-child {
	width: 200px;
}
.tml-single > div:last-child {
	padding-left: 20px;
}
.complete {
	display: none;
}
.more {
	background: lightblue;
	color: navy;
	font-size: 13px;
	padding: 3px;
	cursor: pointer;
}
.full-content {
	height: 70px;
	overflow: hidden;
	display: block;
	transition: 0.2s all ease-in-out;
	font-size: 13px;
	line-height: 22px;
}
.current {
	height: auto !important;
}
.tml-auth > span {
	display: block;
}
.tml-body strong {
	display: block;
	color: #333;
	text-transform: uppercase;
}
.auth-name {
	color: #c33;
	font-weight: 700;
}
.auth-coun {
	font-weight: 600;
	color: #333;
	line-height: 18px;
	font-size: 13px;
}
.btn-show {
	position: relative;
	font-weight: 700;
	color: #737373;
	text-transform: uppercase;
	font-size: 12px;
}
.btn-show:after {
	content: "\f055";
	font-family: FontAwesome;
	position: absolute;
	right: -17px;
	font-size: 12px;
	top: -4px;
}
.deep-title {
	text-align: center;
}
.hl-body h5,  .hll-body h5{
	margin: 0 0 4px 0;
	padding: 0;
}
.hl-body h5 a, .hll-body h5 a {
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
	color: #333;
}
.hl-lter {
	width: 100%;
}
.hl-lter ul {
	margin: 0;
	padding: 0;
	float: left;
}
.hl-lter ul li {
	font-size: 11px;
	list-style: none;
	display: inline-block;
	padding-right: 10px;
	padding-left: 4px;
	text-transform: uppercase;
	font-weight: 700;
	color: #7B7B7B;
	position: relative;
}
.hl-lter ul li:after {
	content: '/';
	font-size: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.hl-lter ul li:last-child:after {
	display: none;
}
.hl-lter ul li:first-child {
	padding-left: 0px;
}
.price-hl {
	padding-top: 0;
	display: block;
	font-size: 15px;
	float: right;
	color: #c33;
	font-weight: 600;
	text-transform: capitalize;
}
.hotel-single {
	background: #fafafa;
	margin-bottom: 20px;
}
.hl-body {
	padding: 10px;
	border: 1px solid #ededed;
	background: #fff;
	border-top: 0px;
	min-height: 145px;
}
.hll-body {
	padding: 10px;
	border: 1px solid #ededed;
	background: #fff;
	border-top: 0px;
	min-height: 96px;
}
.hl-body p, .hll-body p {
	font-size: 13px;
}
.hl-fact {
	margin: 0 -10px 0 0;
	padding: 0;
}
.hl-fact li {
	list-style: none;
	float: left;
	width: 33.33%;
	padding: 0 10px 0px 18px;
	font-size: 13px;
	position: relative;
}
.hl-fact li:before {
	content: "\f00c";
	position: absolute;
	left: 0px;
	top: 1px;
	font-size: 10px;
	font-family: FontAwesome;
	color: #a5a5a5;
}
.tb-content .hotel-listing {
	margin-top: 0;
}
.tb-content .hotel-listing .hl-body h5 a, .tb-content .hotel-listing .hll-body h5 a {
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
	color: #333;
}
.tb-content .hotel-listing .hl-body, .tb-content .hotel-listing .hll-body {
	padding: 10px;
}
.tb-content .hotel-listing .hl-body .price-hl, .tb-content .hotel-listing .hll-body .price-hl {
	font-size: 13px;
	float: none;
}
.tb-content .hotel-listing .hl-body .hl-lter ul, .tb-content .hotel-listing .hll-body .hl-lter ul {
	float: none;
}
.hotel-listing {
	margin-top: 50px;
}
.btn-div {
	text-align: center;
	display: inline-block;
	float: right;
	margin-top: 10px;
	position: absolute;
	right: 25px;
	bottom: 30px;
}
.btn-div a span.read-more {
	background: #7faa3f;
	color: #ffffff;
	margin-right: 0px;
	line-height: 18px;
	padding: 7px 8px;
	float: left;
	font-size: 12px;
}
.btn-div a span {
	color: #ffffff;
	font-size: 17px;
	text-align: right;
	padding: 3px 11px 3px 11px;
	float: left;
	background-color: #53781d;
}
.hl-header span {
	padding: 0px;
}
.list-main {
	margin: 0;
	padding: 0;
}
.blog-list li {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
}
.blog-list li:last-child {
	border: 0px;
	margin: 0px;
}
.blog-list li:last-child .tnl-row {
	margin: 0px;
}
.list-main li {
	list-style: none;
	display: block;
}
.list-main li .tnl-cell:first-child {
	width: 70px;
}
.list-main li .tnl-cell a {
	padding: 0px;
	line-height: 22px;
}
.list-main li .tnl-cell a:before {
	display: none;
}
.list-main li a {
	position: relative;
	display: block;
	font-weight: 600;
	border-bottom: 1px solid #f3f3f3;
	line-height: 36px;
	padding-left: 16px;
	font-size: 13px;
	font-weight: bold;
}
.list-main li a:before {
	content: "\f101";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 1px;
	font-size: 11px;
	font-weight: bold;
}
.list-main li:last-child a {
	border-bottom: 0px;
}
.tour-dts {
	position: absolute;
	width: 100%;
	transition: 0.2s all ease-out;
	bottom: -100%;
	background: rgba(0,0,0,0.7);
	z-index: 99;
	height: 100%;
	padding: 10px;
	color: #fff;
	font-size: 13px;
}
.act-single figure:hover .tour-dts {
	bottom: 0px;
}
.dts-label {
	font-weight: 600;
	font-size: 14px;
	border-bottom: 1px solid #a5a0a0;
	padding-bottom: 8px;
	margin-bottom: 4px;
	position: relative;
}
.dts-label span {
	position: relative;
	padding-left: 25px;
	margin-right: 10px;
}
.dts-label span:before {
	content: '\f017';
	font-family: FontAwesome;
	position: absolute;
	left: 2px;
	top: -3px;
	font-weight: normal;
}
.dts-label span:last-child {
	margin: 0px;
}
.tour-dts ul {
	margin: 0;
	padding: 0;
}
.tour-dts ul li {
	position: relative;
	padding-left: 15px;
}
.tour-dts ul li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "\f101";
	font-family: FontAwesome;
	font-size: 10px;
}
.tb-row {
	padding: 0;
	display: table;
	width: 100%;
}
.tb-row > div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.tb-row > div:first-child {
	width: 150px;
}
.hotel-search-wrapper {
	background: #f3f3f3;
	padding: 12px;
	margin-top: 30px;
	max-width: 750px;
	margin: 0 auto;
}
.hotel-search-wrapper form {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.hotel-search-wrapper form > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.hotel-search-wrapper form > div:first-child {
	padding: 0 10px 0 0 !important;
	width: 50px;
}
.hotel-search-wrapper form > div:last-child {
	padding-right: 0px;
}
.hotel-search-wrapper form > div select, .hotel-search-wrapper form > div input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 0 8px;
	font-weight: 600;
	border: 2px solid #e2e2e2;
	font-size: 13px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
.hotel-search-wrapper form > div.bt-datepicker i {
	right: 10px;
}
.hotel-search-wrapper form > div select * {
	background: #f3f3f3;
}
.hotel-search-wrapper form > div select:focus, .hotel-search-wrapper form > div input[type="text"]:focus {
	outline: 0;
}
.deep-title .sh-desc {
	margin-bottom: 30px;
}
.hotel-search-wrapper form > div select + i.fa {
	float: right;
	margin-top: -24px;
	margin-right: 4px;
	pointer-events: none;
	background-color: transparent;
	padding-right: 5px;
	color: #8a8a8a;
	position: relative;
	font-size: 11px;
}
input.hotel-search {
	background: #068cf5;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border-radius: 2px;
	border: 2px solid #0085ec;
	width: 100%;
	height: 40px;
}
.hotel-thumb {
	position: relative;
}
.t-rating {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.cdsROW.narrow .logo, .hotel-slider .csSlideOuter .csPager.cSGallery {
	display: none !important;
}
.cdsROW.narrow.border {
	padding: 6px 11px 6px !important;
}
.cdsROW.border {
	border: 0 !important;
}
.cdsROW.narrow {
	width: auto !important;
}
#CDSWIDLNKR {
	width: 100% !important;
}
div#TA_linkingWidgetRedesign854 {
	margin-top: -26px;
}
.slider-capt {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
}
.csSlideWrapper .csSlide li {
	position: relative;
}
#CDSWIDLNKR.border {
	border: 2px solid #00a680 !important;
	padding: 10px !important;
	background-color: #fff !important;
}
#CDSWIDLNKR #talink.widLNKSml, #CDSWIDLNKR #talink.widLNKSml a {
	line-height: 10pt !important;
	font-size: 10pt !important;
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}
#CDSWIDSSP {
	width: 100% !important;
	margin-top: -26px !important;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	margin-top: 40px;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: inline-block;
}
.owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}
.owl-dots {
	text-align: center;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 12px;
	height: 12px;
	background: #fff;
	display: inline-block;
	margin: 0 4px;
	border-radius: 50%;
	transition: 0.2s all ease-in-out;
}
.owl-dot.active {
	background: #c33 !important;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

/**
 * Owl Carousel1 v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel1, .owl-carousel1 .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel1 {
	display: none;
	width: 100%;
	margin-top: 20px;
	z-index: 1
}
.owl-carousel1 .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}
.owl-carousel1 .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel1 .owl-stage-outer {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel1 .owl-item, .owl-carousel1 .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel1 .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel1 .owl-item img {
	display: inline-block;
}
.owl-carousel1 .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel1, .owl-carousel1.owl-loaded {
	display: block
}
.owl-dots {
	text-align: center;
}
.owl-carousel1 .owl-dot, .owl-carousel1 .owl-nav .owl-next, .owl-carousel1 .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 12px;
	height: 12px;
	background: #fff;
	display: inline-block;
	margin: 0 4px;
	border-radius: 50%;
	transition: 0.2s all ease-in-out;
}
.owl-dot.active {
	background: #c33 !important;
}
.owl-carousel1.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel1.owl-hidden {
	opacity: 0
}
.owl-carousel1.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel1.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel1.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel1.owl-rtl {
	direction: rtl
}
.owl-carousel1.owl-rtl .owl-item {
	float: right
}
.owl-carousel1 .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel1 .owl-animated-in {
	z-index: 0
}
.owl-carousel1 .owl-animated-out {
	z-index: 1
}
.owl-carousel1 .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel1 .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel1 .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel1 .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel1 .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel1 .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel1 .owl-video-playing .owl-video-play-icon, .owl-carousel1 .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel1 .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel1 .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
section.hv-testimonial {
	position: relative;
	background: #fff;
}
.item {
	background: #fff;
	text-align: left;
}
.author-name {
	display: block;
	color: #333;
	font-weight: 700;
	font-size: 16px;
}
.auth-country {
	margin: 0px;
	display: block;
	font-size: 14px;
	color: #9c9c9c;
	font-weight: 600;
}
.more-reviews {
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	margin: 20px 0;
	display: block;
}
.more-reviews img {
	margin-left: 10px;
	vertical-align: middle;
}
.tnl-row {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.tnl-row > div {
	display: table-cell;
	vertical-align: middle;
}
.tnl-row > div:last-child {
	padding-left: 15px;
}
.tnl-row > div:first-child {
	width: 100px;
}
.row-fluid {
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.row-fluid label {
	font-weight: 700;
	color: #333;
	font-size: 13px;
	text-transform: capitalize;
}
.row-fluid input, .row-fluid select, .row-fluid textarea {
	display: block;
	width: 100%;
	height: 36px;
	border: 1px solid #dcdcdc;
	background: #f3f3f3;
	padding: 0 10px;
}
.row-fluid input:focus, .row-fluid select:focus, .row-fluid textarea:focus {
	outline: 0;
}
/*!
 * Datepicker v0.6.4
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2017-11-24T14:38:19.628Z
 */

.datepicker-container {
	background-color: #fff;
	direction: ltr;
	font-size: 12px;
	left: 0;
	line-height: 30px;
	position: fixed;
	top: 0;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 210px;
	z-index: -1;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.datepicker-container::before, .datepicker-container::after {
	border: 5px solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.datepicker-dropdown {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 3px 6px #ccc;
	box-shadow: 0 3px 6px #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	z-index: 1;
}
.datepicker-inline {
	position: static;
}
.datepicker-top-left, .datepicker-top-right {
	border-top-color: #39f;
}
.datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
	border-top: 0;
	left: 10px;
	top: -5px;
}
.datepicker-top-left::before, .datepicker-top-right::before {
	border-bottom-color: #39f;
}
.datepicker-top-left::after, .datepicker-top-right::after {
	border-bottom-color: #fff;
	top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
	border-bottom-color: #39f;
}
.datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
	border-bottom: 0;
	bottom: -5px;
	left: 10px;
}
.datepicker-bottom-left::before, .datepicker-bottom-right::before {
	border-top-color: #39f;
}
.datepicker-bottom-left::after, .datepicker-bottom-right::after {
	border-top-color: #fff;
	bottom: -4px;
}
.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
	left: auto;
	right: 10px;
}
.datepicker-panel > ul {
	margin: 0;
	padding: 0;
	width: 102%;
}
.datepicker-panel > ul::before, .datepicker-panel > ul::after {
	content: " ";
	display: table;
}
.datepicker-panel > ul::after {
	clear: both;
}
.datepicker-panel > ul > li {
	background-color: #fff;
	cursor: pointer;
	float: left;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 30px;
}
.datepicker-panel > ul > li:hover {
	background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
	color: #999;
}
.datepicker-panel > ul > li.highlighted {
	background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.highlighted:hover {
	background-color: rgb(204, 229, 255);
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
	color: #39f;
}
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
	background-color: #fff;
	color: #ccc;
	cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
	background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="next"] {
	font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
	width: 150px;
}
.datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
	height: 52.5px;
	line-height: 52.5px;
	width: 52.5px;
}
.datepicker-panel > ul[data-view="week"] > li, .datepicker-panel > ul[data-view="week"] > li:hover {
	background-color: #fff;
	cursor: default;
}
.datepicker-hide {
	display: none;
}
.bt-datepicker {
	position: relative;
}
.bt-datepicker i {
	position: absolute;
	right: 15px;
	z-index: 9;
	top: 0px;
	height: 100%;
	width: 36px;
	text-align: center;
	line-height: 36px;
	background: #d2d2d2;
	color: #696969;
}
.hotel-list.tbl-md {
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #ededed;
}
.hotel-list.tbl-md .tbl-cell:first-child {
	width: 150px;
}
.hotel-list.tbl-md .hl-body, .hotel-list.tbl-md .hll-body {
	border: 0px;
}
input.btn-submit {
	background: #0f5f00;
	color: #fff;
	border: 0px;
	display: inline-block;
	width: 200px;
	border-radius: 4px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 0;
	height: auto;
}
.row-single.bt-datepicker i {
	height: 40px;
	bottom: 0px !important;
	top: inherit;
	right: 0px;
}
.posted-date {
	position: relative;
	padding-left: 16px;
	font-size: 12px;
	font-weight: 600;
	color: #929292;
}
.posted-date:before {
	content: "\f017";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: -5px;
}
.blog-single.trip-singleSm .tbl-md .tbl-cell:first-child {
	width: 100px;
}
.blog-det h3 {
	margin: 0 0 6px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
}
.share-button-wrapper {
	margin-bottom: 15px;
}
.deep-gray {
	background: #f3f3f3;
	margin-top: -60px;
	border-bottom: 1px solid #e0e0e0;
}
.car-search {
	max-width: 300px;
	padding: 12px 0px;
}
.guide-search {
	max-width: 640px;
}
.car-icon {
	background: #068cf5;
	color: #fff;
	width: 40px;
	text-align: center;
	padding: 0 !important;
	border-radius: 2px;
	height: 40px;
	display: block;
	line-height: 40px;
}
.car-single {
	background: #f3f3f3;
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin-bottom: 30px;
	min-height: 260px;
}
.car-detail .tnl-row > div:first-child {
	width: auto;
	vertical-align: top;
}
.car-detail .tnl-row > div:last-child {
	width: 70px;
}
.car-rate em {
	display: block;
	font-style: normal;
	line-height: normal;
	margin-bottom: -6px;
	color: #c33;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
.car-rate {
	text-align: center;
	font-weight: 500;
	font-size: 11px;
	text-transform: uppercase;
	color: #747d7e;
}
.car-detail {
	padding-top: 10px;
}
.car-detail h5 {
	margin: 0px;
	font-weight: 700;
	border-bottom: 1px solid #dadada;
	padding-bottom: 8px;
	position: relative;
}
.car-detail h5:after {
	position: absolute;
	content: "\f107";
	left: 17px;
	font-family: FontAwesome;
	bottom: -10px;
	color: #dadada;
	background: #f3f3f3;
	width: 7px;
}
.car-specs > span {
	display: inline-block;
	background: #fff;
	padding: 6px;
	line-height: normal;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #dadada;
	border-radius: 2px;
}
.car-detail .tnl-row {
	margin-bottom: 0;
}
.tg-single .tnl-row > div:first-child {
	width: 170px;
	vertical-align: top;
	padding-right: 12px;
}
.tg-single .tnl-row > div:last-child {
	border-left: 1px solid #dadada;
	padding-left: 12px;
	text-align: center;
}
.tg-body {
	font-size: 13px;
}
.tg-body h4 {
	font-weight: 700;
	color: #333;
	font-size: 17px;
	margin: 0 0 4px 0;
}
.star-rating {
	color: #f7943c;
}
.star-rating span:last-child {
	color: #70ab43;
	font-weight: 700;
}
.tg-body strong {
	font-weight: 600;
	color: #333;
}
a.learn-more {
	color: #068cf5;
	font-weight: 700;
	position: relative;
}
a.learn-more:after {
	content: "\f18e";
	font-family: FontAwesome;
	position: absolute;
	right: -18px;
	font-weight: normal;
	top: -3px;
	font-size: 12px;
	transition: 0.2s all ease-in-out;
}
a.learn-more:hover:after {
	right: -22px;
}
.tg-body p {
	display: block;
	margin: 0px;
}
.tg-single {
	background: #f3f3f3;
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.tg-single .tnl-row {
	margin: 0px;
}
.tg-body span.trip-prices em {
	color: #c33;
}
.ddate {
	position: absolute;
	z-index: 99;
	bottom: 0px;
	background: #fff;
	color: #c33;
	font-weight: 700;
	font-size: 12px;
	padding: 2px 8px;
	border-left: 1px solid #dcdcdc;
}
.ddate em {
	display: block;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	padding-top: 6px;
}
.ddate span {
	position: relative;
}
.flight-single {
	padding: 10px;
	margin-bottom: 20px;
	max-width: 960px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #dadada;
	margin-bottom: 20px;
}
.flight-single:last-child {
	margin: 0px;
}
ul.tabs {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
ul.tabs li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabs li.current {
	background: #7FAA3F;
	color: #fff;
}
.tab-content {
	display: none;
}
.tab-content.current {
	display: inherit;
}

ul.tabsJ {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	
}
ul.tabsJ li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabsJ li.current {
	background: #7FAA3F;
	color: #fff;
}
.tabJ-content {
	display: none;
}
.tabJ-content.current {
	display: inherit;
}

ul.tabsF {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
ul.tabsF li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabsF li.current {
	background: #7FAA3F;
	color: #fff;
}
.tabF-content {
	display: none;
}
.tabF-content.current {
	display: inherit;
}


ul.tabsM {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
ul.tabsM li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabsM li.current {
	background: #7FAA3F;
	color: #fff;
}
.tabM-content {
	display: none;
}
.tabM-content.current {
	display: inherit;
}


ul.tabsAp {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
ul.tabsAp li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabsAp li.current {
	background: #7FAA3F;
	color: #fff;
}
.tabAp-content {
	display: none;
}
.tabAp-content.current {
	display: inherit;
}


ul.tabsMay {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
ul.tabsMay li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabsMay li.current {
	background: #7FAA3F;
	color: #fff;
}
.tabMay-content {
	display: none;
}
.tabMay-content.current {
	display: inherit;
}

ul.tabsJune {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
ul.tabsJune li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabsJune li.current {
	background: #7FAA3F;
	color: #fff;
}
.tabJune-content {
	display: none;
}
.tabJune-content.current {
	display: inherit;
}

ul.tabsJuly {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
ul.tabsJuly li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabsJuly li.current {
	background: #7FAA3F;
	color: #fff;
}
.tabJuly-content {
	display: none;
}
.tabJuly-content.current {
	display: inherit;
}

ul.tabsAug {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
ul.tabsAug li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabsAug li.current {
	background: #7FAA3F;
	color: #fff;
}
.tabAug-content {
	display: none;
}
.tabAug-content.current {
	display: inherit;
}


ul.tabsSep {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
ul.tabsSep li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabsSep li.current {
	background: #7FAA3F;
	color: #fff;
}
.tabSep-content {
	display: none;
}
.tabSep-content.current {
	display: inherit;
}

ul.tabsOct {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
ul.tabsOct li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabsOct li.current {
	background: #7FAA3F;
	color: #fff;
}
.tabOct-content {
	display: none;
}
.tabOct-content.current {
	display: inherit;
}

ul.tabsNov {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
ul.tabsNov li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabsNov li.current {
	background: #7FAA3F;
	color: #fff;
}
.tabNov-content {
	display: none;
}
.tabNov-content.current {
	display: inherit;
}

ul.tabsDec {
	padding: 0px;
	list-style: none;
	background: #fff;
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
ul.tabsDec li {
	background: none;
	color: #000;
	display: table-cell;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeaea;
	text-align: center;
}
ul.tabsDec li.current {
	background: #7FAA3F;
	color: #fff;
}
.tabDec-content {
	display: none;
}
.tabDec-content.current {
	display: inherit;
}


.bmi-tab {
	max-width: 960px;
	margin: 0 auto;
	margin-left: 40px;
}
.table-row {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.table-row .table-cell {
	display: table-cell;
	vertical-align: middle;
}
.table-row .table-cell:last-child {
	width: 175px;
	text-align: center;
	border-left: 1px solid #dadada;
}
.logo-sec {
	width: 90px;
	text-align: center;
	margin-right: 10px;
}
.logo-sec img {
	width: 50px;
}
span.airlines-name {
	display: block;
	font-size: 11px;
	font-weight: 600;
	color: #333;
}
.table-row .table-cell > div {
	display: inline-block;
	vertical-align: middle;
}
.dep-bx {
	width: 100px;
	font-weight: 600;
	font-size: 14px;
	color: #333;
	line-height: normal;
	text-transform: uppercase;
}
.separator-de {
	width: 110px;
	height: 2px;
	background: #a7a7a7;
	margin: 0 30px;
	position: relative;
}
.separator-de:before {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	top: -12px;
	right: 50%;
}
.de-price > span {
	display: block;
	font-weight: 600;
	line-height: normal;
	color: #333;
}
.book-deal {
	text-transform: uppercase;
	min-height: 32px;
	padding: 4px 14px;
	overflow: hidden;
	color: #fff;
	display: inline-block;
	background: #cc3333;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 2px;
}
.price-inr {
	margin-bottom: 10px;
}
.duration-de {
	font-weight: 600;
	position: relative;
	padding-left: 20px;
	color: #333;
}
.duration-de:before {
	position: absolute;
	left: 0px;
	content: "\f017";
	font-family: FontAwesome;
}
.dep-bx-date {
	margin-left: 30px;
	text-align: right;
	font-weight: 600;
	line-height: normal;
}
.dep-bottom {
	color: #333;
}
.dep-bx-date .dep-top {
	font-weight: 300;
	font-size: 13px;
}
.program-detail .tab-content {
	display: inherit !important;
}
.act-cat-headBar {
	background: #c33;
	position: relative;
}
.act-cat-headBar a {
	color: #fff;
	text-transform: uppercase;
	padding: 6px 10px;
	font-weight: 700;
	font-size: 20px;
	display: block;
}
.act-cat-headBar:after {
	content: '\f103';
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 7px;
	color: #fbf71f;
	font-weight: normal;
	font-size: 16px;
}
.act-cat-body {
	background: #f5f5f5;
	padding: 12px;
}
.act-cat-body .table-row .table-cell:first-child {
	width: 70px;
	vertical-align: top;
	background: #fff;
	padding: 2px;
	border: 1px solid #eaeaea;
}
.act-cat-body .table-row .table-cell:last-child {
	text-align: left;
	border: 0px;
	padding-left: 12px;
	width: inherit;
}
.act-cat-body .table-row .table-cell:last-child h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}
.act-cat-body .table-row {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #e4e4e4;
}
.act-cat-body .table-row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.act-cat-wrapper {
	padding-bottom: 30px;
}
.more-pckg-box a {
	font-weight: 700;
	text-transform: uppercase;
	color: #c33;
	position: relative;
	font-size: 13px;
}
.more-pckg-box a:after {
	content: '\f138';
	font-family: FontAwesome;
	position: absolute;
	right: -22px;
	top: -2px;
	color: #c33;
	font-weight: normal;
	font-size: 13px;
}
.act-cat-body {
	min-height: 324px;
}
.fixed-rating-panel {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}
div#TA_cdsratingsonlywide930 {
	margin-top: 0;
}
.cdsROW.wide .cdsROWContainer .cdsComponent {
	background: #f2f2f2;
}
.tg-single-gd {
	margin-bottom: 30px;
	background: #f5f5f5;
	padding: 2px;
	border: 1px solid #e8e8e8;
}
.tg-single-gd p {
	margin-bottom: 0;
	padding: 0 7px;
	font-size: 13px;
	max-height: 104px;
	overflow: hidden;
}
.tg-single-gd h3 {
	margin: 12px 0 6px 0;
	font-weight: 700;
	font-size: 15px;
	padding: 0 7px;
	line-height: 22px;
}
.link-more-gd {
	position: relative;
	margin-left: 7px;
	font-weight: 600;
	color: #c33;
	text-transform: capitalize;
	font-size: 13px;
}
.link-more-gd i {
	font-weight: normal;
}
.box-row {
	width: 100%;
	display: table;
}
.box-row div:first-child {
    background: transparent;
}
.box-row > div {
	display: table-cell;
	vertical-align: middle;
	background: #f0f0f0;
	position: relative;
}
.ta-klinks {
	position: absolute;
	width: 100%;
	height: 35px;
	left: 0;
	top: 0;
	background: transparent;
	z-index: 9;
}
.cdsROW.wide .cdsROWContainer, .cdsROW.wide {
	height: 35px !important;
}
.cdsROW a {
	font-size: 11px !important;
}
#CDSRATINGWIDGET930 {
	width: 245px !important;
}
#CDSROWLOC930 {
	max-width: 95px !important;
}
#CDSROWLOGO930 {
	width: 39px !important;
	display: inline-block;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 6px;
	position: relative;
}
#CDSROWLOGO930:after {
	content: '';
	background: #f2f2f2;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}
.offer1 {
	color: #cd1e18;
	font-weight: 600;
	padding: 4px 0 0 6px;
	text-transform: capitalize;
	text-align: center;
}
.offer2 {
	color: #1c9400;
	font-weight: 700;
}
.offer3 {
	color: #2e83c6;
	font-weight: 700;
}
@-moz-document url-prefix() {
 #CDSWIDSSP, #TA_cdsratingsonlywide930 {
 margin: 0 !important;
}
#TA_selfserveprop974 {
 height: 454px;
 overflow: hidden;
}
}
.fixed-departure-panel {
	margin: 0px;
}
.pl-left, .pl-eoffer {
	color: #c33;
	font-weight: 600;
	margin-top: -12px;
	margin-bottom: 6px;
	text-align: center;
}
.pl-eoffer {
	color: #298c00;
}
.sel-panel {
	font-weight: 600;
	color: #333;
}
.sel-panel select {
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #e2e2e2;
	padding: 8px;
	font-weight: 600;
	font-size: 13px;
}
.sel-panel select:focus {
	outline: 0;
}
.white-panel {
	background: #fff;
	padding: 10px;
	border: 1px solid #dedede;
}
.panel-header {
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #c33;
	text-transform: uppercase;
}
.panel-header i {
	margin-right: 5px;
}
.sel-single {
	margin-bottom: 10px;
	color: #333;
	font-weight: 600;
}
.sel-single:last-child {
	margin: 0px;
}
.sel-single input[type="checkbox"] {
	margin: 0px 8px 0 0;
	vertical-align: middle;
}
.count-trip {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 13px;
}
.mobile-logo {
	max-width: 110px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.mobile-header {
	padding-top: 10px;
}
.mobile-header span {
	display: block;
	width: 100%;
	text-align: center;
}
.mobile-header span a {
	float: none;
	display: inline-block;
}
.nav-mn-bar {
	background: #c33;
	height: 50px;
	position: relative;
}
.mobileEmail {
	position: absolute;
	right: 15px;
	color: #fff;
	top: 10px;
	font-size: 26px;
}
.mobile-header span.sub-contact {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 900;
	color: #333;
}
.is-white {
	background: #fff;
}
.item .single-blog {
	margin: 0px;
}
.otm-ttf {
	display: inline-block;
	border: 3px solid #c33;
	padding: 15px;
	/*margin-bottom: 30px;*/
}
.otm-ttf strong {
	color: #333;
	font-size: 16px;
	font-weight: 800;
}
.otm-ttf a {
	font-weight: 700;
	color: #2c75ff;
	font-size: 13px;
}
.review-single {
	margin-bottom: 30px;
	background: #f5f5f5;
	padding: 2px;
	border: 1px solid #e8e8e8;
}
.review-body {
	padding: 6px;
}
.review-body span {
	display: block;
	line-height: 24px;
}
.review-body span strong {
	color: #333;
	font-size: 13px;
	font-weight: 700;
}
.clickless, .clickmore, .clickless1, .clickmore1, .clickless2, .clickmore2{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.lesspages, .morepages{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.lesspages1, .morepages1{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.btn-more, .btn-less {
	background: #c33;
	color: #fff;
	padding: 6px 30px 6px 12px;
	display: inline-block;
	position: relative;
	border-radius: 4px;
	font-weight: 600;
}
.btn-more:after, .btn-less:after {
	content: '\f067';
	position: absolute;
	right: 10px;
	top: 6px;
	font-family: FontAwesome;
}
.btn-less:after {
	content: '\f068';
}
.trip-ratingPrice .offer1.tbl-cell, .trip-ratingPrice .offer2.tbl-cell {
	padding: 0 !important;
	border: 0 !important;
	text-transform: capitalize;
}
.small {
	height: 312px;
	overflow: hidden;
}
.ssmall {
	height: 0px;
	overflow: hidden;
}
.big {
	height: auto;
}

.small1 {
	height: 310px;
	overflow: hidden;
}
.big1 {
	height: auto;
}

.box-sm-info.small {
	height: 178px;
}
.red-box-link a {
    padding: 10px;
    text-align: center;
    display: table;
    min-height: 72px;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    background-color: #7FB3D5;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
	line-height: 22px;
}
.red-box-link a span {
	display: table-cell;
    vertical-align: middle;	
}
.red-box-link a:hover {
	background-color: #7FAA3F;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);	
}
.red-box-link {
    padding-bottom: 20px;
}
.red-box-link a:hover {
    background: #7FAA3F;
}
.small1.sidebar-overflow {
	height: 345px;	
}
.sidebar-single .lesspages1, .sidebar-single .morepages1 {
	margin: 0px;
	text-align: left;
}


.dropbtn {
     background-color: #3498DB;
    color: white;
    padding: 16px 20px;
    font-size: 16px;
     text-align: left; 
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
}


.accordion-toggle {cursor: pointer; margin: 0; background-color: #3498DB;
    color: white;
    padding: 16px 20px;
    font-size: 16px;
     text-align: left; 
    border: none;
    cursor: pointer;
    margin: 5px 0px 0px 0px;
    width: 100%;
    text-align: left;}
.accordion-content {
    display: none;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 100%;
    padding: 10px 10px 10px 20px;
	}
.accordion-content.default {
    display: block;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 100%;
    padding: 10px 10px 10px 20px;
    }
    .success{
	background-color: #ddffcc;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
}
.flight-single tr:first-child td {
    font-weight: 700;
    color: #333;
}
.flight-single tr td {
    vertical-align: top;
    border: 1px solid #d8d8d8;
    padding: 6px;
}
.sidebar-social-icon {
    position: fixed;
    right: 0;
    background: #fff;
    width: 46px;
    z-index: 9999;
    top: 306px;
}
.hedergooglereviews .wp-google-powered{
	display: none;
}
.hederfacebookreviews .wp-facebook-powered{
	display: none;
}
.hedergooglereviews .wp-google-content-inner{
	display: none;
}
.hederfacebookreviews .wp-facebook-content-inner{
	display: none;
}
.social-cons a {
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    line-height: 20px;
}
a.whatsapp {
    background: #25D366;
}
a.wechat {
    background: #09b83e;
}
a.viber {
    background: #744895;
}
.social-cons a img {
    height: 18px;
    border-radius: 4px;
    margin-top: -2px;
}
.form-block form {
	display: inline-block;
	vertical-align: middle;	
}
.form-block {
    text-align: right;
}
.form-block form:last-child {
    padding-left: 10px;
}
.block-fd {
	background: #f1f1f1;
    margin-bottom: 30px;
    position: relative;
    min-height: 496px;
}
.fd-date {
    background: #7faa3f;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    width: 90px;
    height: 90px;
    padding-top: 12px;
}
.fd-date * {
	display: block;
	font-style: normal;
}
.fd-content {
	padding: 15px;	
}	
.fd-date em {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -2px;
}
.fd-date strong {
    font-weight: normal;
    margin-top: -5px;
}
.fd-quickDesc, .fd-content p {
    color: #7d7d7d;
    font-size: 13px;
}
.fd-content h3 {
	margin: 10px 0 4px 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
}
.fd-content h3 a {
	display: block;	
}
.fd-quickDesc span {
    font-weight: 600;
}
.fd-quickDesc span:nth-child(2n) {
    padding-right: 12px;
	padding-left: 12px;
}
.fd-quickDesc span .fa {
    padding-right: 2px;
    vertical-align: middle;
}
a.fd-read-more {
    color: #c33;
    font-weight: 600;
}
.fd-offer {
	position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 99;
    background: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    color: #c33;
}
.fd-thumb {
    position: relative;
}
.expo-single {
	border: 2px solid #efefef;
	margin-bottom: 30px;
	min-height: 314px;
}
.expo-date {
    text-align: center;
    font-weight: 600;
    color: #bd660b;
    line-height: 22px;
}
.expo-date a {
	color: #fe9734;
    padding: 10px 10px 0 10px;
    display: block;
}
.expo-location {
    text-align: center;
    color: #2634d8;
	padding: 0 10px;
    font-weight: 600;
}
.expo-location a{
    text-align: center;
    color: #2634d8;
	padding: 0 10px;
    font-weight: 600;
}
.expo-thumb {
	overflow: hidden;	
}
/*.expo-thumb img {
	transition: transform .9s;
}
.expo-thumb:hover img {
	transform: scale(1.5); 
}*/
.expoD-thumb img {
    border: 2px solid #efefef;
}
.expoD-content {
    color: #333;
}
.expoD-content h2 {
    text-transform: uppercase;
    font-weight: 600;
}
.contExpo.clearfix {
    margin-top: 20px;
    font-weight: 600;
    color: #000;
}
.wp-google-list a{
    display: none;
}
.expo-top {
    background: #7faa3f;
    padding: 15px;
    color: #fff;
}
.expo-title {
    font-style: normal;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.expo-thumbs span {
    display: inline-block;
    vertical-align: middle;
}
.list-booths * {
    display: block;
    font-style: normal;
    padding: 0 6px;
}
.list-booths strong {
    font-size: 19px;
    margin-bottom: -3px;
}
.list-booths div {
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.list-booths {
    padding: 0 10px;
}
.expo-list-booths.clearfix {
    margin: 0 -10px;
}
.list-booths:nth-child(5n) div, .list-booths:last-child div {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.expo-list-booths.expo-lists.clearfix .list-booths {
	width: 100%;
    padding: 0;
}
.expo-list-booths.expo-lists.clearfix .list-booths span {
    position: relative;
    padding: 0 0 0 15px;
}
.expo-list-booths.expo-lists.clearfix .list-booths span:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    left: 2px;
    top: 6px;
}
.expo-list-booths.expo-lists.clearfix {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}.expo-contact a {
    color: #fff;
}
.expo-thumbs {
    text-align: center;
    margin-bottom: 10px;
}
.expo-footer {
    padding-top: 15px;
}
.expo-contact, .expo-list-booths.expo-lists {
    line-height: 18px;
}

.elfsight-app-23c7ebcf-0cab-44f9-a177-b8433153d978{
    height: 460px !important;
}
.hv-tourHead h5 {
   margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 22px;
}
a.hv-tourLink {
     background: #7FAA3F;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    text-align: center;
    padding: 4px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.single-blog.covid-single .blog-detail {
    min-height: 165px;
    height: inherit;
    border: 0px;
    padding: 0px;
}
.single-blog.covid-single .blog-detail p {
    margin-top: 12px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.single-blog.covid-single a.hv-tourLink {
    padding: 8px 22px;
}
.h-tab {
	display: block !important;	
}
.h-tab li{
	display: block !important;
    text-align: left !important;
    background: #7faa3f !important;
    border: 0 !important;
    color: #fff !important;	
	padding: 8px 12px !important;
}
.h-tab li.current {
    background: #4a7509 !important;
}
.table-h-content .tab-content {
    background: transparent;
    border: 0;
    padding: 0 0;
}
.table-h-content .tab-content ul li{
	padding: 8px 12px !important;	
}
.table-h-content .tab-content ul li {
	border-left: 0 !important;	
}
.table-h-content .tab-content .flight-single{
    border: 0;
    padding: 15px 0px 0px 15px;	
}
.table-h-content .tab-content .flight-single table {
    width: 100%;
}
.tentative-table  {
	margin-top: 0px;	
}
.tentative-table table {
	width: 100%;	
}
.tentative-table table tr td, .tentative-table thead tr th {
	vertical-align: top;
    border: 1px solid #d8d8d8;
    padding: 6px;	
}
.tentative-table thead {
    background: #7faa3f;
    color: #fff;
}
.flight-btns strong {
display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
}
.flight-btns.text-center {
    margin-top: 30px;
}
.flight-btns a {
    background: #7faa3f;
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 6px;
    font-size: 16px;
    margin: 0 8px;
}
section.hbt-tInfo {
    background: #fff;
}
section.hbt-tInfo {
    background: #fff;
}
.info-single {
    padding-bottom: 30px;
}
.info-single a {
    display: table;
    width: 100%;
}
.hbt-tInfo {
    padding: 60px 0;
}
.info-block {
    display: table-cell;
    vertical-align: middle;
}
.info-block:first-child {
    width: 60px;
}
.info-block:last-child span {
    display: block;
    border: 2px solid #ccc;
    padding: 4px 6px 4px 20px;
    border-left: 0;
    margin-left: -7px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 600;
    font-size: 13px;
}
.info-block img {
	border-radius: 50%;
    max-width: 60px;
}
.tInfo-list ul {
    margin: 0;
    padding: 12px 0 15px 18px;
    max-height: 330px;
    overflow-y: scroll;
}

.tInfo-list ul li {
    list-style-type: disc;
    /* display: block; */
}

.tInfo-list ul li a {
    display: block;
}

.tInfo-list {
    border: 2px solid #efefef;
    padding: 0 0 0 15px;
}
.travel-information-list {
    margin-bottom: 30px;
}
.info-link {
    text-align: center;
}

.info-link a {
    color: #7faa3f;
    font-weight: 600;
    border: 2px solid #7faa3f;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 20px;
}

.info-link a:hover {
    background: #7faa3f;
    color: #fff;
}
.bSingle-row {
    display: table;
    width: 100%;
}

.grid-item {
    margin-bottom: 15px;	
}
.bSingle-row .bSingle-cell {
	display: table-cell;
	vertical-align: top;
}
.bSingle-row .bSingle-cell:first-child {
	width: 64px;
}
.blog-listing h3, .blog-list-box h4 {
    margin: 0 0 10px 0;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
}
.blog-pDate {
	text-align: center;
    color: #eae0e0;
    position: relative;
    min-height: 98px;
    z-index: 99;
}

.blog-pDate:after {
	content: '\f041';
    font-family: FontAwesome;
    color: #6cbe46;
    font-size: 110px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 98px;
}
.blog-pDate span {
    position: absolute;
    z-index: 9;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 15px
}
.blog-pDate:before {
    content: '';
    position: absolute;
    width: 34px;
    left: 14px;
    height: 34px;
    top: 17px;
    background: #6cbe46;
}
.blog-pDate span strong, .blog-pDate span em {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.blog-pDate span em {
    top: 18px;
    font-style: normal;
    font-weight: 600;
}
.blog-body {
    padding-left: 15px;
}

.blog-body h2 {
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.blog-body p a {
    color: #b71606;
    font-weight: 600;
    margin-left: 10px;
}
.blog-list-box h4 {
    margin-bottom: 20px;
}
.blog-list-box {
    margin-top: 30px;
}
.blog-list-page h1.page-title {
	text-transform: capitalize;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-list-page h1.page-title:after {
    display: none;
}
input.blog-search {
    width: 100%;
    background: #efefef;
    font-size: 13px;
    padding: 5px;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
input.blog-search:focus {
	outline: 0;
}
.blog-search-box {
    /*margin-top: 60px;*/
    margin-top: 0px;
}
.blog-listing {
    margin-top: 20px;
}
.blog-search-box form {
    background: #fff;
    padding: 2px;
    position: relative;
    border: 2px solid #eee;

}
.blog-search-box form button {
    position: absolute;
    right: 0;
    border: 0;
    background: transparent;
    height: 100%;
    top: 0;
    width: 40px;
}
.blog-list-box.trip-list-blog .act-single {
    margin: 0;
}
.screen-reader-text {
    display: none;
}

#archives-dropdown-2 {
    width: 100%;
    height: 40px;
    padding: 0 8px;
    font-weight: 600;
    border: 2px solid #e2e2e2;
    font-size: 13px;
    border-radius: 2px;
    -webkit-appearance: none;
}
.cv-box {
 background: url(../img/cv-bg.jpg);
    color: #fff;
}
.cv-upper {
	padding: 15px;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.cv-upper h4 {
    margin: 0 0 20px 0;
    font-weight: 700;
    text-decoration: underline;
}
strong.sub-cv-heading {
	font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 20px;
}
p.cv-date {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
}
.cv-upper p {
    font-size: 13px;
    font-style: italic;
}
.cv-lower-content {
    padding: 15px;
    line-height: 20px;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .mobile-header .social-icons {
        display: none !important;
    }
}

.act-single img, .hotel-thumb img, .tg-single-gd img{
    height: 200px;
}