/*
Theme Name: Cruise
Theme URI: http://www.beaverglobal.com
Description: פיתוח תבנית עבור Eco.
Author: BeaverGlobal.Com By Rafael Mor & Matan Amos
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: tours, green, blue
*/
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
@font-face {
	font-family: 'reforma';
	src: url('fonts/FbReforma-Mediumwebfont.eot');
	src: url('fonts/FbReforma-Mediumwebfont.eot?#iefix') format('embedded-opentype'), url('fonts/FbReforma-Mediumwebfont.svg#fbreformamedium') format('svg'), url('fonts/FbReforma-Mediumwebfont.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'reforma';
	src: url('fonts/fbreformaen-regular-webfont.eot');
	src: url('fonts/fbreformaen-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fbreformaen-regular-webfont.svg#fb_reformaregular') format('svg'), url('fonts/fbreformaen-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* OWL */
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.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;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.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;
	-webkit-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
/* RESET */
body {
	font-size: 15px;
}
select,
input,
textarea {
	border-radius: 0;
	outline: none;
}
.btn,
.btn:focus {
	outline: none;
}
a {
	color: #DA6C0F;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #000;
	outline: none;
}
h1,
h2,
h3,
h4,
h5 {
	margin-top: 10px;
	margin-bottom: 0;
	font-family: 'reforma', Arial, sans-serif;
	color: #fff;
	font-weight: normal;
}
h2,
.h2 {
	font-size: 36px;
}
body {
	background: #fff;
	font-family: 'reforma', Arial, sans-serif;
	overflow-x: hidden;
}
body:lang(en) {
	font-family: Arial, 'reforma', sans-serif;
	font-size: 120%;
}
.required.error,
.required.error.checkbox+label {
	border: 1px solid red;
}
* {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.pattern {
	width: 100%;
	background: url("images/pattern.png");
}
.header {
	background-color: #F3F8F3;
	padding: 15px 0;
	direction: rtl;
}
.header+.pattern {
	background: #fff;
}
.inner-page {
	font-size: 18px;
}
.social a.font-resize:hover {
	color: #567676;
}
.defs {
	font-size: 15px;
}
.mdfs {
	font-size: 17px;
}
.lgfs {
	font-size: 19px;
}
/* Validetion */
p.error-msg {
	opacity: 0;
	font-size: 12px !important;
	color: red !important;
	position: absolute;
	bottom: -18px;
	margin: 0 !important;
	padding: 0 !important;
}
.form-control.error:focus,
.form-control.error {
	border: 1px solid red !important;
}
.form-control.error:focus+.error-msg,
.form-control.error+.error-msg {
	opacity: 1;
}
/* TOP MENU */
.social {
	padding: 21px 15px;
}
.social a {
	padding: 5px 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #567676;
}
.social a:hover {
	color: #4B4B4B;
}
.top-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-menu li {
	display: inline-block;
}
.footer-contact-form .form-control::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.footer-contact-form .form-control::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
/* ANIMATIONS */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* MAIN MENU */
.main-menu {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.main-menu li {
	float: right;
	position: relative;
}
.main-menu>li:after {
	background-color: #F3F8F3;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
}
.main-menu>li:first-child:before {
	background-color: #F3F8F3;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
}
.main-menu>li.search-trip:before {
	display: none;
	border: 0;
}
.main-menu li>a {
	display: block;
	font-size: 19px;
	color: #4B4B4B;
	padding: 10px 21.5px 7px;
}
.main-menu li>a:hover {
	color: #567676;
}
.main-menu li.search-trip a {
	background-color: #DA6C0F;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.main-menu li.search-trip a:hover {
	background-color: #C5600E;
}
.main-menu li.all-trips {
	float: left;
}
/* sub menu */
.main-menu li:hover ul.sub-menu {
	display: block;
}
.main-menu li ul.sub-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 55px;
	z-index: 99999999;
	list-style: none;
	margin: 0;
	padding: 20px;
	width: 300px;
	background-color: rgba(61, 84, 84, 0.95);
}
.main-menu li ul.sub-menu li a {
	text-align: right;
	direction: rtl;
	margin: 5px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
	color: #fff;
	font-size: 19px;
	min-height: 37px;
}
.main-menu li ul.sub-menu li:hover a {
	border-bottom: 3px solid #DB6E27;
}
.main-menu li ul.sub-menu .col-xs-8 li {
	width: 50%;
}
.main-menu li ul.sub-menu .col-xs-4 li a {
	padding: 1px 35px 5px 0;
}
.main-menu li ul.sub-menu li.sub-title {
	background: transparent;
	width: 100%;
}
.main-menu li ul.sub-menu li.sub-title a {
	display: block;
	position: relative;
	border-bottom: 0 solid transparent;
	margin: 0;
	color: #fff;
	padding: 5px 13px 5px 20px;
	font-size: 36px;
}
.main-menu li ul.sub-menu:after {
	position: absolute;
	top: -15px;
	right: 70px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid rgba(61, 84, 84, 0.95);
	content: "";
}
.main-menu li ul.sub-menu:before {
	position: absolute;
	top: -10px;
	right: 0;
	width: 100%;
	height: 10px;
	content: "";
}
.main-menu li ul.sub-menu li {
	width: 100%;
}
/* Sub Menu Icons */
.icon-north-pole {
	background: url(images/icons/eco_globe_the_north_pole_selected.png) no-repeat transparent 94% 3px;
}
.icon-eu-me {
	background: url(images/icons/eco_globe_europe_middle_east_selected.png) no-repeat transparent 94% 3px;
}
.icon-asia-pac {
	background: url(images/icons/eco_globe_asia_pacific_selected.png) no-repeat transparent 94% 3px;
}
.icon-africa {
	background: url(images/icons/eco_globe_africa_selected.png) no-repeat transparent 94% 3px;
}
.icon-nt-center-america {
	background: url(images/icons/eco_globe_america_north_central_selected.png) no-repeat transparent 94% 3px;
}
.icon-st-america {
	background: url(images/icons/eco_globe_america_south_selected.png) no-repeat transparent 94% 3px;
}
.icon-antartic {
	background: url(images/icons/eco_globe_antarctica_selected.png) no-repeat transparent 94% 3px;
}
/* header search */
.header .phone {
	font-size: 27px;
	font-weight: 400;
	padding: 3px 15px;
	line-height: 27px;
}
.col-xs-4.search {
	width: 28%;
	padding-right: 0;
}
.searchform {
	position: relative;
}
#searchform:hover #header-search,
#header-search:focus {
	width: auto;
	padding: 0 5px 0 40px;
}
#header-search {
	background-color: transparent;
	border-bottom: 3px solid #567676;
	border-top: 0;
	border-right: 0;
	font-size: 18px;
	color: #567676;
	width: 35px;
	height: 36px;
	padding: 0 5px 0 20px;
}
.header .code-search {
	margin-right: -2px;
	background-color: #fff;
	border: 1px solid #d4e8ef;
	width: 100%;
	border-radius: 0;
	height: 36px;
	padding: 5px 10px;
	position: relative;
}
#search-submit:focus,
#search-submit {
	background-color: #F3F8F3;
	border: 0;
	outline: none;
	width: 40px;
	position: absolute;
	left: -2px;
	top: 0;
	height: 100%;
}
#search-submit:hover {
	background-color: #F3F8F3;
}
#search-submit:hover:after {
	color: #567676;
}
#search-submit:after {
	font-family: "FontAwesome";
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	content: "\f002";
	left: 6px;
	top: -4px;
	height: auto;
	width: auto;
	font-size: 28px;
	color: #567676;
}
/* Home Page Globes */
.globe-select {
	text-align: center;
	background: url(images/bg-globes.png) no-repeat top center;
	background-size: cover;
	position: relative;
	/*overflow: hidden;*/
}
.globe-slogen {
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	z-index: 9;
}
.home .globe-slogen h2 {
	color: #DA6C0F;
	font-size: 36px;
	font-weight: bold;
}
.home .globe-slogen h3 {
	color: #fff;
	font-size: 24px;
	margin: 0;
}
.cf {
	position: relative;
	width: 150px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	z-index: 10;
}
.cf img {
	position: absolute;
	left: 0;
	-webkit-transition: opacity 0.7s ease-in-out;
	transition: opacity 0.7s ease-in-out;
	max-width: 100%;
	height:auto;
}
.cf img.bottom {
	opacity: 0;
}
.cf img.top:hover {
	opacity: 0;
}
.cf:hover img.bottom {
	opacity: 1;
}
.cf p {
	margin: 160px 0 0 0;
	width: 100%;
	font-size: 22px;
	line-height: 1;
	color: #fff;
}
.cf.icon1 {
	margin: 410px -70px 0 0;
}
.cf.icon2 {
	margin: 215px -45px 0 0;
}
.cf.icon3 {
	margin: 100px 20px 0 0;
}
.cf.icon4 {
	margin: 40px 40px 0;
}
.cf.icon5 {
	margin: 100px 0 0 20px;
}
.cf.icon6 {
	margin: 215px 0 0 -45px;
}
.cf.icon7 {
	margin: 410px 0 41px -70px;
}
.pre-load {
	position: absolute;
	top: 0;
	/*width: 1920px;*/
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.pre-load img {
	width: 100%;
	height: 100%;
}
.cf:hover+.pre-load,
.cf:focus+.pre-load {
	opacity: 1;
}
.pre-load-country {
	position: absolute;
	top: 0;
	width: 100%;
	right: 0;
	bottom: 0;
	z-index: 99;
	-webkit-transition: none;
	transition: none;
}
.pre-load-country .overlay-country-list {
	position: absolute;
	top: 0;
	width: 100%;
	right: 0;
	bottom: 0;
	background-color: rgba(61, 84, 84, 0.9);
	padding: 2% 0;
}
.pre-load-country .overlay-country-list h2 {
	color: #fff;
	margin: 30px 0 0;
}
a.any-con-btn {
	border: 1px solid #fff;
	display: inline-block;
	padding: 5px 20px 5px 50px;
	color: #fff;
	font-size: 19px;
	margin: 20px 0 0;
	background: url(images/icon_arrow_white_left_short.png) no-repeat 5% 50% transparent;
}
a.any-con-btn:hover {
	color: #567676;
	background: url(images/icon_arrow_green_left_short.png) no-repeat 5% 50% #fff;
}
.close-country-list {
	display: inline-block;
	float: left;
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	background: url(images/icon_x_white.png) no-repeat 50% 50% transparent;
}
.close-country-list:hover {
	background: url(images/icon_x_green.png) no-repeat 50% 50% #fff;
}
.country-list {
	padding: 0;
	list-style: none;
	text-align: right;
	margin: 40px 0 0;
}
.country-list li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: inherit;
	margin: 0 0 5px;
}
.country-list li a p {
	margin: 5px 0 0px;
	color: #fff;
	font-size: 19px;
	border-bottom: 3px solid transparent;
}
.country-list li a p:hover {
	border-bottom: 3px solid #DB6E27;
}
/* Date Slider */
.date-select {
	border-top: 10px solid #B8CBCB;
	border-bottom: 10px solid #B8CBCB;
	overflow: hidden;
	position: relative;
}
.date-select .when-arrow {
	color: #fff;
	font-size: 100px;
	font-size: 5.2vw;
	position: relative;
	background: #4B4B4B;
	vertical-align: top;
	padding: 0.48vw 1vw 0.44vw;
	line-height: 5.25vw;
	margin: 0;
	text-align: center;
	z-index: 2;
}
.when-arrow:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(75, 75, 75, 0);
	border-right-color: #4B4B4B;
	border-width: 20px;
	margin-top: -20px;
	z-index: 1;
}
.slide-mon {
	float: right;
	font-size: 42px;
	font-size: 2.2vw;
	border-left: 1px solid #B8CBCB;
	background: #E0E9E9;
	line-height: 2.2vw;
	text-align: center;
	width: 100%;
	display: none;
}
.slide-mon:hover {
	background: #fff;
}
.slide-mon:hover a {
	color: #4B4B4B;
}
.slide-mon a {
	color: #567676;
	display: block;
	padding: 0.886vw 0;
}
.slide-mon hr {
	margin-top: 0px;
	margin-bottom: -1px;
	width: 19%;
	border-top: 1px solid #B8CBCB;
}
.date-container {
	overflow: hidden;
}
.controllers {
	text-align: center;
	width: 1.98vw;
	background: #4B4B4B;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.controllers a {
	width: 100%;
	display: block;
	padding: 0.912vw 0;
	height: 3.073vw;
	cursor: pointer;
}
.controllers img {
	max-width: 100%;
	max-height: 100%;
}
/* home recommend slider */
.recommend-home {
	list-style: none;
	margin: 0;
	padding: 0;
}
.recommend-home li {
	display: none;
}
.recommend-home .rec-full-info {
	position: absolute;
	top: 50%;
	right: 0;
	background-color: rgba(58, 58, 58, 0.9);
	width: 70%;
	min-height: 43%;
}
.recommend-home .rec-full-info h4 {
	color: #fff;
	font-size: 22px;
	margin: 13% 0 0;
	padding: 0 15px;
	height: 50px;
	overflow: hidden;
}
.recommend-home .rec-full-info h5 {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0 15px;
}
.recommend-home .rec-full-info .rec-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.recommend-home .rec-full-info .rec-footer p {
	margin: 0;
}
.recommend-home .rec-full-info .rec-footer .num-days {
	color: #567676;
	font-size: 18px;
	text-align: center;
	background: #E0E9E9;
	padding: 10px 0;
}
.recommend-home .rec-full-info .rec-footer .num-dates {
	color: #fff;
	font-size: 18px;
	padding: 10px;
}
/* sliders */
.carousel-caption {
	left: 0;
	right: 0;
	width: 100%;
	padding-bottom: 0;
	bottom: 0;
	top: auto;
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFF;
	font-size: 22px;
	padding: 5px 15px;
	text-align: right;
	direction: rtl;
}
.carousel-caption a:hover,
.carousel-caption a {
	color: inherit;
}
.carousel-indicators {
	position: absolute;
	bottom: -5px;
	left: 15px;
	z-index: 15;
	width: 40%;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	text-align: left;
}
.carousel-indicators li {
	background-color: #fff;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
.carousel-indicators li.active {
	background-color: #f0a30e;
	border-color: #f0a30e;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
/* main slider */
.main-slider {
	float: right;
	margin-bottom: 20px;
	width: 100%;
}
.main-slider .trips .trip {
	position: relative;
	margin-bottom: 15px;
	height: 144px;
}
.main-slider .trips .trip img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 144px;
}
.main-slider .trips .trip a>span {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	position: absolute;
	right: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 18px;
	text-align: right;
	direction: rtl;
	max-height: 35px;
	-webkit-transition: max-height 0.15s ease-out;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}
.main-slider .trips .trip:hover a>span {
	max-height: 130px;
	-webkit-transition: max-height 0.25s ease-in;
	transition: max-height 0.25s ease-in;
}
.main-slider .trips .trip a>span span {
	font-size: 14px;
	display: none;
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}
.main-slider .trips .trip:hover a>span span {
	display: block;
}
.blue-stripe-line {
	background-color: #d4e8ef;
	height: 5px;
	width: 100%;
}
.blue-stripe {
	width: 100%;
	background-color: #d4e8ef;
	padding: 30px 0;
	margin: 5px 0;
	direction: rtl;
	color: #1c3240;
}
.blue-stripe .about {
	z-index: 0;
	position: absolute;
	right: 0;
	top: 25px;
	background: url("images/about.png");
	width: 531px;
	height: 77px;
}
.blue-stripe h1 {
	font-size: 44px;
	font-weight: 400;
	font-family: "Tahoma";
}
.blue-stripe h2 {
	font-size: 27px;
	font-weight: 400;
}
.blue-stripe p {
	padding: 10px 20px 10px 0;
	font-size: 18px;
	border-right: 1px solid #b5d5c7;
}
.blue-stripe p.two-border {
	border-left: 1px solid #b5d5c7;
	padding: 10px 20px;
}
.blue-stripe .buttons .btn {
	margin-top: 10px;
}
/* newsletter */
.newsletter h2 {
	font-size: 35px;
}
.newsletter h2 span {
	display: block;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.newsletter button {
	margin-top: -45px;
	padding: 4px 12px;
}
/* trips list */
.white-box {
	background-color: #F3F8F3;
	margin-bottom: 30px;
	position: relative;
}
.white-box h3.style,
.rec-full-info h3.style,
.guide-images h3.style {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 19px;
	padding: 8px 20px 4px;
	margin: 0;
	color: #fff;
	background-color: #DA6C0F;
}
.white-box h3.style::before,
.rec-full-info h3.style::before,
.guide-images h3.style::before {
	content: ' ';
	position: absolute;
	display: block;
	right: -0.85em;
	bottom: 0;
	top: 0;
	border: 0.85em solid #DA6C0F;
	border-left-width: 0.85em;
	border-right-color: transparent;
	z-index: 0;
}
.relative {
	position: relative;
}
.white-box .btn.btn-blue {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.trans-box .btn.btn-blue {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.table.fixed {
	table-layout: fixed;
}
.in-table-center table thead th,
.in-table-center table tbody td,
.table.center-table thead th,
.table.center-table tbody td {
	text-align: center;
	vertical-align: middle;
}
.table b {
	color: #3680a5;
}
.in-table-center table thead th:first-child,
.in-table-center table tbody td:first-child,
.table.center-table thead th:first-child,
.table.center-table tbody td:first-child {
	text-align: right;
}
.table thead .btn-group {
	width: 100%;
}
.table thead .btn-group button {
	padding: 3px 0;
	width: 100%;
}
.dropdown-menu {
	right: 0;
	left: auto;
}
/* Inner Page Header */
.inner-header {
	overflow: hidden;
	margin: 0 0 40px;
}
.on-top {
	position: absolute;
	height: 100%;
	top: 0;
	background: rgba(61, 84, 84, 0.8);
	padding: 30px 0;
}
.on-top h1 {
	margin: 0;
	font-size: 46px;
}
.on-top h2 {
	font-size: 24px;
}
/* breadcrumbs */
.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	color: #fff;
	text-align: left;
}
.breadcrumb a {
	color: #fff;
	font-size: 15px;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
/* transparent page */
.transparent-page {
	text-align: right;
	direction: rtl;
}
.transparent-page h2 {
	margin-bottom: 20px;
	font-size: 27px;
}
.transparent-page .trans-info p strong {
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
}
.transparent-page .trans-info h3 {
	margin-top: 15px;
}
.transparent-page .trans-info .size-full {
	width: 100%;
	margin-top: 25px;
}
/* contact page */
.contact-page {
	text-align: right;
	direction: rtl;
	margin: 0 auto 60px;
}
.contact-page .contact-sub-header {
	font-size: 22px;
}
.contact-page .blue-info {
	padding: 0;
}
.contact-page form input:focus,
.contact-page form textarea:focus,
.contact-page form input,
.contact-page form textarea {
	border: 1px solid;
	border-radius: 0px;
	border-color: #E0E9E9 !important;
	font-size: 18px !important;
	height: 40px;
	margin-bottom: 29px;
}
.contact-page .form-desc {
	color: #4B4B4B;
}
.checkbox {
	/* Double-sized Checkboxes */
	-ms-transform: scale(1.5);
	/* IE */
	-moz-transform: scale(1.5);
	/* FF */
	-webkit-transform: scale(1.5);
	/* Safari and Chrome */
	-o-transform: scale(1.5);
	/* Opera */
}
.contact-page .send-button {
	background-color: #DA6C0F !important;
	width: 210px;
	height: 40px;
	color: white;
	font-size: 20px;
	margin-top: 0px !important;
	background: url(images/icon_arrow_white_left_short.png) no-repeat transparent;
	background-position: 5% 50%;
	text-align: right;
	border-radius: 0px;
}
.contact-page .send-button:hover {
	background-color: #C5600E !important;
}
.contact-page h2 {
	border-bottom: 1px solid #D4E8EF;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.contact-page .trans-info p strong {
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
}
.contact-page .trans-info h3 {
	margin-top: 15px;
}
.contact-page .white-info {
	border: none;
	padding: 0;
}
.contact-page .trans-info .size-full {
	width: 100%;
	margin-top: 25px;
}
.contact-page .white-info h2 {
	border: 0;
	font-size: 19px;
}
.contact-page .white-info .fa {
	color: #567676;
	font-size: 27px;
}
.contact-page .white-info td {
	padding: 10px 0;
	line-height: 20px;
	vertical-align: middle !important;
	text-align: right;
}
.contact-page .white-info td p {
	margin-bottom: 0;
}
.valign {
	vertical-align: middle !important;
}
.blue-info {
	padding: 25px 20px;
	font-size: 19px;
	color: #0d1f2c;
}
.contact-page form {
	margin-top: 20px;
}
.contact-page form textarea:focus,
.contact-page form textarea {
	height: 250px;
}
.contact-page .form-control {
	border-color: #70b0cf;
}
.contact-page .contact-title {
	color: #567676;
	font-size: 30px !important;
	padding-bottom: 14px !important;
}
.contact-page .table {
	margin-bottom: 10px;
}
.contact-page .table,
.contact-page .contact-table,
.contact-page tr,
.contact-page td {
	border: none !important;
	background-color: transparent !important;
	font-size: 18px !important;
}
.contact-page .contact-table .first-tr {
	border-top: 1px solid #DDD !important;
}
.contact-page .contact-mail {
	color: #DA6C0F;
}
.contact-page .contact-mail:hover {
	text-decoration: underline;
}
.contact-page .contact-media {
	background-color: #F3F8F3!important;
	height: 50px;
	padding: 12.5px 10px 12.5px 40px;
	font-size: 18px;
	color: #567676;
	margin-top: 10px;
	background: url(images/icon_arrow_turquoise_left_short.png) no-repeat transparent;
	background-position: 5% 50%;
}
.contact-page .contact-media:hover {
	background-color: #E0E9E9!important;
}
.contact-page .contact-media-icon {
	margin-top: 10px;
	background-color: #E0E9E9;
	height: 50px;
	padding: 10px 0 0;
	text-align: center;
}
.contact-page .map-title {
	color: #567676;
	font-size: 30px;
	border: none !important;
}
.contact-page #googleMap {
	width: 100%;
	height: 350px;
}
.contact-page .white-info .first-tr td {
	padding: 20px 0 10px;
}
input[type="checkbox"].checkbox {
	float: right;
	visibility: hidden;
	width: 14px;
	height: 13px;
	position: absolute;
}
input[type="checkbox"].checkbox+label {
	cursor: pointer;
	position: absolute;
	width: 22px;
	height: 20px;
	top: 13px;
	background: url(images/checkbox.png) 0px 0px;
	right: 15px;
	-webkit-transition: none;
	transition: none;
}
input[type="checkbox"].checkbox:checked+label {
	background: url(images/checkbox.png) 0px 20px;
}
.fake-lable {
	font-size: 16px;
	margin: 12px 30px;
}
.sidebar-contact-form .fake-lable {
	font-size: 16px;
	margin: 12px 30px 12px 0;
}
.sidebar-contact-form input[type="checkbox"]+label {
	top: 7px;
	right: 0px;
}
/* info center */
.info-center {
	color: #1c3240;
	font-size: 18px;
}
.info-center h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.info-center .blue-info {
	min-height: 400px;
}
.info-center form {
	margin: 20px 0 10px;
}
.info-center form textarea:focus,
.info-center form textarea {
	height: 100px;
}
.info-center .form-control {
	border-color: #70b0cf;
}
.info-center h3 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
}
.info-center p {
	color: #1c3240;
	font-size: 18px;
}
.info-center .info-menu {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.info-center .info-menu a {
	width: 100%;
	display: block;
	padding: 10px;
	border: 1px solid #d4e8ef;
	margin-top: -1px;
	font-size: 18px;
	color: #1c3240;
}
.info-center .info-menu .current-menu-item a {
	background-color: #70b0cf;
	border: 1px solid #70b0cf;
	color: #fff;
}
.info-center .trans-box {
	background-color: transparent;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #d4e8ef;
}
.info-center .trans-box img {
	width: 100%;
}
.info-center .trans-box h2 {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 22px;
}
.info-center .trans-box h2.noborder {
	border-bottom: 0;
}
.info-center .trans-box h2 a {
	font-weight: 400;
	font-size: 22px;
	color: #0d1f2c;
}
.info-center .trans-box h2 span {
	width: 100%;
	display: block;
	font-size: 17px;
	color: #0d1f2c;
	margin-top: 5px;
}
.info-center .trans-box .col-md-5 {
	width: 35.666667%;
}
.info-center .trans-box .col-md-7 {
	width: 62.333333%;
}
.info-center .trans-box p a {
	margin-top: 10px;
	color: #666;
	font-size: 16px;
	display: block;
}
.info-center .trans-box a.btn-blue {
	margin-top: -15px;
}
.info-center .recomendations .trans-box a.btn-blue {
	margin-top: -5px;
}
.info-center .info-header {
	margin-top: 0;
}
.info-center .info-header a {
	font-size: 17px;
	color: #1c3240;
	margin-right: 8px;
	padding-left: 8px;
}
.info-center .article-content img {
	max-width: 100%;
	margin-bottom: 20px;
}
.info-center .article-content h3 span {
	display: block;
	width: 100%;
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.info-center .article-content {
	font-size: 19px;
}
.info-center .galleries .trans-box {
	margin-bottom: 0;
}
.info-center .galleries h4 {
	min-height: 55px;
	text-align: center;
}
.info-center .galleries h4 a {
	color: inherit;
}
/* order pages */
.trips-orders {
	text-align: right;
	direction: rtl;
}
.trips-orders h1 {
	font-size: 27px;
	color: #0d1f2c;
}
.trips-orders .text .rightside {
	border-left: 1px solid #d4e8ef;
	padding-top: 20px;
	min-height: 200px;
}
.trips-orders .text .rightside h2 {
	font-weight: 400;
	font-size: 51px;
	color: #3680a5;
}
.trips-orders .text p {
	padding: 20px 25px 0 25px;
	font-size: 17px;
	color: #666666;
}
.trips-orders .text p b {
	display: block;
	color: #0d1f2c;
	font-weight: 400;
	font-size: 19px;
	margin-top: 10px;
}
/* h2 */
h1.bottom-border,
h2.bottom-border {
	border-bottom: 1px solid #D4E8EF;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: right;
	direction: rtl;
}
/* Pagintion */
p.navrechts {
	border: 1px solid #E0E9E9;
	width: auto !important;
	float: left !important;
	margin: 15px;
}
.navrechts a,
.navrechts span {
	display: inline-block;
	width: 43px;
	height: 40px;
	padding: 5px;
	text-align: center;
	border-left: 1px solid #E0E9E9;
	color: #4B4B4B;
	font-size: 23px;
	margin: 0 0 0 -4px;
	vertical-align: top;
}
.navrechts .next {
	background: url('images/icon_arrow_turquoise_left_short.png') no-repeat 50% 50%;
}
.navrechts .prev {
	background: url('images/icon_arrow_turquoise_right_short.png') no-repeat 50% 50%;
}
.navrechts a.selected,
.navrechts a:hover,
.navrechts .current {
	color: #567676;
	text-decoration: underline;
	background-color: #F3F8F3;
}
.navrechts a:hover {
	text-decoration: none;
}
/* trip long */
.full-trip h2 {
	padding: 0;
	margin: 32px 0 0;
}
/*.full-trip h2 a {
	font-weight: bold;
	font-size: 23px;
	color: #567676;
}*/
/* NO line break \/ */
.full-trip h2 a {
	font-weight: bold;
	font-size: 23px;
	color: #567676;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
}
/*.full-trip .info {
	width: 100%;
	display: block;
	font-size: 19px;
	color: #4B4B4B;
	margin: 0 0 5px;
	line-height: 1.3;
}*/
.home .footer-a,
.single-trips .footer-a {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.footer-a {
	margin: 30px 0 0;
	overflow: hidden;
	position: relative;
}
/* NO line break \/ */
.full-trip .info {
	width: 100%;
	display: block;
	font-size: 19px;
	color: #4B4B4B;
	margin: 0 0 5px;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.full-trip p {
	margin: 0 0 10px 0 !important;
}
.full-trip .p30 {
	padding: 0 30px 5px;
}
.full-trip p a {
	color: #666666;
	font-size: 17px;
	display: block;
	line-height: 1.2;
}
.full-trip .code {
	margin-top: -17px;
	font-size: 15px;
	color: #666666;
	font-family: "reforma", sans-serif;
}
.full-trip .code+.btn {
	margin-top: -35px;
}
.full-trip .num-days {
	background: #E0E9E9;
	padding: 9px 30px 8px 0;
	font-size: 18px;
}
.full-trip .num-dates p {
	padding: 8px 0 0;
	font-size: 18px;
	color: #567676;
}
.left-arrow {
	background: url(images/arrow-left-blue.png) no-repeat center center transparent;
	opacity: 0.7;
	height: 27px;
	width: 80px;
	margin: -1px 0 0 0;
}
.left-arrow:hover {
	opacity: 1;
}
/* trips list */
.trips-list {
	text-align: right;
	direction: rtl;
}
.trips-list h2 {
	border-bottom: 1px solid #D4E8EF;
	margin-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.trips-list p {
	float: right;
	display: block;
	width: 100%;
	font-size: 17px;
	color: #0d1f2c;
}
.trips-list .custom_button {
	width: 30px!important;
	height: 30px!important;
}
.trips-list .dropdown-menu {
	min-width: 200px;
	right: -9px;
	top: 36px;
	border-radius: 0;
	width: 109%;
	max-height: 500px;
	overflow-y: auto;
}
.trips-list td,
.trips-list .btn-group {
	text-align: right!important;
}
.trips-list .th {
	/*padding-top: 11px!important;*/
	height: 50px;
}
/* alerts */
.alert.alert-info {
	background-color: #2f576e;
	padding: 5px 15px;
	color: #fff;
	font-size: 17px;
	box-shadow: 0 0 0;
	border: 0;
}
/* white page */
.white-page {
	background-color: #fff;
}
/* thumbnail holder */
.thubmnail-holder {
	position: relative;
}
.thubmnail-holder a {
	display: block;
}
.thubmnail-holder:hover img {
	opacity: 0.8;
}
.thubmnail-holder img {
	width: 100%;
}
span.title {
	background-color: rgba(255, 255, 255, 0.7);
	color: #4B4B4B;
	font-size: 12px;
	padding: 0 5px;
	width: auto;
	position: absolute;
	text-align: right;
	direction: rtl;
	max-height: 18px;
	-webkit-transition: max-height 0.15s ease-out;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}
.thubmnail-holder span.title {
	bottom: 0;
	right: 0;
}
.trip-image span.title {
	top: 0;
	right: 0;
}
#lightgallery .item span.title {
	top: 0;
	right: 15px;
}
.thubmnail-holder span.title b {
	font-size: 15px;
	color: #d4e8ef;
	font-weight: 400;
	display: none;
}
.trip-box:hover .thubmnail-holder span.title {
	max-height: 100px;
	-webkit-transition: max-height 0.25s ease-in;
	transition: max-height 0.25s ease-in;
}
.trip-box:hover .thubmnail-holder span.title b {
	display: block;
}
.trip-box:hover .t-text {
	border: 2px solid #9DB7B7;
	border-top: 0;
}
.t-text {
	border: 2px solid #B8CBCB;
	border-top: 0;
	margin: 10px 0 25px;
	text-align: center;
	color: #4B4B4B;
	font-size: 22px;
}
.image-holder {
	position: relative;
}
/* sidebar */
#sidebar {
	text-align: right;
	direction: rtl;
	padding: 0;
}
#sidebar h2 {
	padding: 0;
	font-size: 36px;
	font-weight: bold;
	color: #567676;
	margin: 0 0 15px;
}
.page-trips #sidebar>h2 {
	padding-top: 0;
}
#sidebar .panel-group .panel {
	border-radius: 0;
	margin: -1px 0 0;
}
#sidebar .panel,
#sidebar .panel-collapse .panel-body {
	border: 0;
}
#sidebar .panel-default>.panel-heading {
	color: #4B4B4B;
	background-color: #F3F8F3;
	border: 1px solid #E0E9E9;
	border-radius: 0;
	padding: 0;
}
#sidebar .panel-default>.panel-heading a {
	padding: 19px 15px 16px 15px;
	line-height: 25px;
	display: block;
}
#sidebar .panel-default>.panel-heading a:focus {
	color: #333333;
}
#sidebar .panel-default.active>.panel-heading {
	/*	color: #fff;
	background-color: #f1a81a;
*/
}
#sidebar .panel-default.active>.panel-heading .panel-title i {
	background: url(images/arrow-top-white-small.png) no-repeat center center #567676;
}
#sidebar .panel-default>.panel-heading h4 {
	font-size: 21px;
}
#sidebar .change-holder {
	margin-bottom: 5px;
}
#sidebar .change-holder input {
	display: block;
	float: right;
	margin-left: 5px;
}
#sidebar .change-holder span {
	display: block;
	float: left;
	width: 112px;
}
#sidebar .full-width .col-md-6 {
	width: 100%;
}
#sidebar .full-width .change-holder span {
	width: auto;
	float: right;
}
#sidebar .change-trips,
#sidebar label {
	font-size: 17px;
	color: #0d1f2c;
	font-weight: normal;
}
#sidebar .panel-title i {
	height: 60px;
	width: 60px;
	display: block;
	background: url(images/arrow-bottom-white-small.png) no-repeat center center #567676;
	margin: -19px 0 0 -14px;
}
#sidebar .panel-title:hover i {
	background: url(images/arrow-bottom-white-small.png) no-repeat center center #4E6D6D;
}
#sidebar .travaler {
	margin: 30px 0;
	padding: 10px;
	border-top: 1px solid #d4e8ef;
	border-bottom: 1px solid #d4e8ef;
	width: 100%;
	font-size: 19px;
	color: #1c3240;
	text-align: right;
}
#sidebar .travaler i {
	font-size: 27px;
}
/* trips page */
.page-trips {
	text-align: right;
	direction: rtl;
}
.page-trips p {
	float: right;
	display: block;
	width: 100%;
	font-size: 17px;
	color: #0d1f2c;
	margin: 0 0 20px 0;
}
.trips-page {
	text-align: right;
	direction: rtl;
}
.trips-page .article-image img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1vw;
}
.trips-page h1 {
	font-size: 27px;
	color: #0d1f2c;
	padding-bottom: 0;
}
.trips-page #filter {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.trips-page #filter label {
	font-size: 19px;
	font-weight: normal;
	background: #F3F8F3;
	padding: 7px 12px 4px;
	margin: 0 0 15px 5px;
	border: 1px solid #E0E9E9;
	cursor: pointer;
}
#sidebar .panel-collapse .panel-body {
	border: 0;
	max-height: 250px;
	overflow: auto;
}
span.results {
	color: #3680a5;
	margin-top: 12px;
	font-size: 17px;
}
.page-image img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
/* trip-page */
#trip-img .trip-mini-desk {
	padding: 30px 0 20px !important;
}
#ribbon {
	padding: 3px 15px;
	margin: 0 40px 0 0;
	position: relative;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	background: #DA6C0F;
	height: 32px;
	display: inline-block;
}
#ribbon:before,
#ribbon:after {
	content: "";
	width: .2em;
	bottom: 0;
	position: absolute;
	display: block;
	border: .9em solid #DA6C0F;
	z-index: 0;
}
#ribbon:before {
	left: -1.35em;
	border-right-width: .75em;
	border-left-color: transparent;
}
#ribbon:after {
	right: -1.35em;
	border-left-width: .75em;
	border-right-color: transparent;
}
#content:before {
	left: 0;
	border-width: .5em 0 0 .5em;
}
#content:after {
	right: 0;
	border-width: .5em .5em 0 0;
}
.trip-mini-desk h1,
#floated-trip h1 {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.trip-mini-desk h2,
#floated-trip h2 {
	font-size: 21px;
	margin: 5px 0 0;
}
.breadcrumb>li+li::before {
	content: '>';
}
/* Gallery */
.gallery-holder {
	margin: 30px 0 0;
	background: url(images/gray_pattern.png) repeat 0 0;
}
.gallery-holder #gallery {
	padding: 30px 0;
}
.gal-title {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	left: 15px;
	text-align: center;
	padding: 30% 0;
	font-size: 17px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
}
.gal-title:hover {
	opacity: 1;
}
.trip-mini-desk .icon,
#floated-trip .icon {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 15px;
	margin: 10px -1px 0 0;
	line-height: 60px;
	font-size: 17px;
}
.trip-mini-desk .icon:hover,
#floated-trip .icon:hover {
	color: #3D5454;
	background: #fff;
}
.trip-mini-desk .style {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 19px;
	padding: 6px 40px;
	margin: 0;
	color: #fff;
	background-color: #DA6C0F;
}
.trip-mini-desk .style::before {
	content: ' ';
	position: absolute;
	height: 0;
	width: 0;
	left: auto;
	right: 0;
	top: 0;
	border-color: transparent #F3F8F3 transparent transparent;
	border-width: 16px 10px;
	border-style: solid;
}
.trip-img {
	position: relative;
}
.trip-mini-desk {
	position: absolute;
	bottom: 0;
	background: rgba(61, 84, 84, 0.75);
}
.trip-page {
	text-align: right;
	direction: rtl;
	color: #0d1f2c;
}
.trip-signup img,
.trip-image img {
	width: 100%;
	height: auto;
}
.trip-page h1 {
	font-size: 27px;
	color: #0d1f2c;
	margin-bottom: 5px;
}
.trip-page .info {
	display: block;
	font-size: 19px;
	width: 100%;
}
.trip-page .info a {
	font-size: 17px;
	color: #1c3240;
	margin-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #d4e8ef;
}
.trip-page .info a:last-child {
	border-left: 0;
}
.trip-page .info a .fa {
	color: #2f576e;
	font-size: 19px;
	margin-left: 3px;
}
.trip-menu-holder {
	background: #567676;
	margin: 0 0 40px;
}
.trip-page .trip-menu,
#floated-trip .trip-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #567676;
	float: right;
}
.trip-page .trip-menu li,
#floated-trip .trip-menu li {
	float: right;
	position: relative;
}
.trip-page .trip-menu li.orange,
#floated-trip .trip-menu li.orange {
	float: left;
}
.trip-page .trip-menu li.orange a,
#floated-trip .trip-menu li.orange a {
	background-color: #DA6C0F;
	padding: 6px 65px;
}
.trip-page .trip-menu li a .fa,
#floated-trip .trip-menu li a .fa {
	margin-left: 5px;
}
.trip-page .trip-menu li a,
#floated-trip .trip-menu li a {
	font-size: 19px;
	color: #fff;
	padding: 6px 12px;
	display: block;
	position: relative;
}
.trip-page .trip-menu li.orange a:hover {
	background: #C5600E;
	color: #fff;
}
.trip-page .trip-menu li a:hover {
	background: #fff;
	color: #567676;
}
.trip-page .trip-menu li.yellow a:hover {
	background-color: #cd890c;
	color: #fff;
}
.trip-menu>li:after {
	background-color: #516F6F;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
}
.trip-menu>li:first-child:before {
	background-color: #516F6F;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
}
.trip-page .trip-menu li.active,
#floated-trip .trip-menu li.active {
	background-color: #fff;
}
.trip-page .trip-menu li.active a,
#floated-trip .trip-menu li.active a {
	color: #567676;
}
.trip-page .right-side {
	/*border-left: 1px solid #d4e8ef;*/
}
.trip-page h2 {
	font-size: 30px;
	color: #567676;
	margin: 20px 0 0;
}
.trip-page h2.border-bottom {
	border-bottom: 1px solid #d4e8ef;
	margin-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.trip-page h2.no-border {
	margin-top: 40px;
	margin-bottom: 15px;
}
.trip-page .right-side .desc,
.trip-page .right-side .desc p,
.trip-page .right-side p.description {
	display: block;
	width: 100%;
	font-size: 19px;
	color: #4B4B4B;
	line-height: 1.3;
}
.trip-page .right-side h2 .fa {
	color: #2f576e;
	font-size: 38px;
	margin-left: 10px;
	float: right;
	margin-top: -10px;
}
.white-info {
	float: right;
	width: 100%;
	background-color: #fff;
	border: 1px solid #d4e8ef;
	padding: 20px;
	margin-bottom: 25px;
}
.the-notes {
	background: #F3F8F3;
	padding: 30px;
}
.the-notes .notes-holder {
	margin: 0px 0px 15px;
	border-bottom: 1px solid #fff;
	padding: 0 0 15px;
}
.the-notes .notes-holder:last-child {
	margin: 0;
	border-bottom: 0px;
	padding: 0;
}
.trip-page .the-notes .notes-holder h3 {
	font-size: 22px;
	color: rgb(86, 118, 118);
}
.trip-page .signup-td {
	padding: 0;
}
.trip-page a.small-arrow-orange {
	display: block;
	min-height: 40px;
	background: url(images/icon_arrow_white_left_short.png) no-repeat center center #DA6C0F;
	width: 100%;
}
.trip-page a.small-arrow-orange:hover {
	background: url(images/icon_arrow_white_left_short.png) no-repeat center center #C5600E;
}
.sidebar-map {
	margin: 0 0 30px;
}
.sidebar-map img {
	max-width: 100%;
}
.video-item {
	margin: 0 0 30px;
}
.notes-holder div {
	font-size: 18px;
	color: #4B4B4B;
}
.notes-holder div::before {
	content: "-";
	position: absolute;
	right: 0px;
}
.white-info h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.white-info p {
	font-size: 17px;
	color: #666666;
	margin-bottom: 15px;
}
.trip-page .right-side .headers h2 {
	margin-top: 15px;
}
.trip-page .white-info .style {
	float: left;
	padding: 3px 12px;
	border: 1px dashed #5c7b8d;
	font-size: 15px;
	color: #0d1f2c;
	border-radius: 3px;
	margin-right: 15px;
	margin-top: 8px;
}
.trip-page .right-side .headers .code {
	color: #666666;
	font-size: 15px;
	padding-top: 15px;
}
.trip-page .right-side h2.left-border {
	float: right;
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid #d4e8ef;
}
.trip-page .white-info h2 .icons .fa {
	color: #2f576e;
	border-left: 1px solid #d4e8ef;
	margin-left: 5px;
	padding-left: 5px;
}
.trip-page .white-info h2 a {
	color: inherit;
}
.trip-page .white-info h2 .icons span {
	font-size: 17px;
	margin-top: 4px;
	float: left;
}
.trip-page .white-info h2+h3 {
	margin-top: 5px;
}
.trip-page h3 {
	color: #567676;
	font-size: 23px;
	margin-bottom: 20px;
	margin-top: 0;
}
.ship-page .info {
	width: auto;
	margin-top: 10px;
}
.ship-page .trip-menu {
	margin-top: 5px;
}
.ship-page .trans-info {
	margin-bottom: 25px;
}
/* trans-info */
.trans-info {
	float: right;
	width: 100%;
	margin: 15px 0;
}
.trans-info h3 {
	color: #567676;
	font-size: 21px;
	margin: 0 0 10px 0;
	display: inline-block;
	vertical-align: middle;
}
.trans-info .day {
	color: #567676;
	margin: 0px 0px 10px 10px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: #F3F8F3 none repeat scroll 0% 0%;
	font-size: 21px;
	padding: 5px 0;
	width: 100px;
}
.trans-info p {
	color: #4B4B4B;
	font-size: 18px;
	margin-bottom: 0px;
}
.trans-info p strong,
.trans-info p b {
	color: #3680a5;
	font-weight: 400;
	display: block;
}
.trans-info p strong {
	display: inline-block;
}
/* blue box */
.blue-box {
	float: right;
	width: 100%;
	background-color: #D4E8EF;
	padding: 25px 20px;
	margin-bottom: 25px;
	border: 1px solid #b5c6cd;
}
.blue-box h2 {
	color: #0d1f2c;
	margin: 0 0 20px 0;
	border: 0;
	font-weight: 400;
	font-size: 27px;
}
.blue-box h2 span {
	font-weight: 400;
	display: block;
	font-size: 19px;
	margin-top: 10px;
}
.blue-box .form-control:active,
.blue-box .form-control:focus,
.blue-box .form-control {
	border: 1px solid #b5c6cd;
}
/* ECO PLUS */
.eco_plus img {
	max-width: 100%;
}
.eco_plus {
	background: #F3F8F3;
	margin: 0 0 30px;
	border: 1px solid #DA6C0F;
	border-bottom: 0px solid #E0E9E9;
}
.eco_plus h3 {
	font-size: 26px;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	margin: 0;
	background: #DA6C0F;
}
.eco_plus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.eco_plus ul li {
	font-size: 16px;
	color: #4B4B4B;
	padding: 10px 35px 10px 30px;
	background: url(images/icon_plus3.png) no-repeat 97% 10px #F3F8F3;
	border-bottom: 1px solid #DA6C0F;
}
/* Trip Gallery */
.gallery .pull-right.col-sm-4 {
	padding: 0px !important;
}
.gallery .col-sm-6 {
	margin: 0 0 25px;
}
.gallery img {
	max-width: 100%;
}
/* soft blue box */
.soft-blue-box {
	float: right;
	width: 100%;
	background-color: #d4e8ef;
	padding: 0 20px;
}
.soft-blue-box h2 {
	font-size: 19px;
	margin-bottom: 20px;
	color: #0d1f2c;
	margin-top: 20px;
	float: right;
	width: 100%;
}
.soft-blue-box h3 {
	font-size: 17px;
	margin-bottom: 20px;
	color: #0d1f2c;
	margin-top: 20px;
	float: right;
	width: 100%;
}
.soft-blue-box>h2:first-child {
	margin-top: 30px;
}
.soft-blue-box.notop>h2:first-child {
	margin-top: 10px;
}
.soft-blue-box .input-group {
	float: right;
	display: block;
	width: 100%;
	height: 35px;
	padding: 0;
	font-size: 17px;
	line-height: 1.428571429;
	background-color: #FFF;
	border: 0 solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	border-bottom: 1px solid #70b0cf;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #6B9C87;
	margin-bottom: 10px;
}
.soft-blue-box .input-group label {
	font-weight: 400;
	background-color: #f4f4f4;
	color: #0d1f2c;
	font-size: 17px;
	line-height: 34px;
	border-radius: 3px;
	text-align: right;
	width: 45%;
	padding-right: 5%;
}
.soft-blue-box .input-group input[type="text"] {
	background-color: #fff;
	border: 0;
	padding-right: 2px;
	width: 49%;
}
.soft-blue-box .radiobox label {
	font-weight: 400;
	font-size: 16px;
	margin-left: 25px;
	margin-top: -15px;
	margin-bottom: 20px;
}
.soft-blue-box .checkbox label {
	font-weight: 400;
	font-size: 16px;
	margin-left: 25px;
	margin-top: -15px;
	margin-bottom: 30px;
}
.soft-blue-box .checkbox input {
	float: right;
	margin-left: 15px;
}
.soft-blue-box .input-group select {
	background-color: #fff;
	border: 0;
	width: 52%;
	height: 34px;
}
.soft-blue-box .input-group input[type="text"].error,
.soft-blue-box .input-group .error {
	border: 1px solid red;
}
.soft-blue-box hr {
	border-top: 1px solid #a2cbdf;
}
.soft-blue-box .btn {
	font-size: 19px;
}
.soft-blue-box.notop {
	padding-top: 0;
}
.soft-blue-box h4 {
	background-color: #a2cbdf;
	padding: 10px;
	font-size: 19px;
	margin-bottom: 20px;
}
.soft-blue-box .btn-blue {
	margin-bottom: 30px;
}
.soft-blue-box .readme.error>label:first-child {
	color: red;
}
/* white box inputs */
.info-center .white-info {
	margin-top: 30px;
}
.info-center .white-info form {
	margin-top: 0;
}
.info-center .white-info .input-group {
	float: right;
	display: block;
	width: 100%;
	height: 35px;
	padding: 0;
	font-size: 17px;
	line-height: 1.428571429;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d4e8ef;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #6B9C87;
	margin-bottom: 10px;
}
.info-center .white-info h5 {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}
.info-center .white-info .input-group label {
	font-weight: 400;
	background-color: #f4f4f4;
	color: #0d1f2c;
	font-size: 17px;
	line-height: 33px;
	border-radius: 3px;
	text-align: right;
	width: 45%;
	padding-right: 5%;
}
.info-center .white-info .input-group input[type="text"] {
	background-color: #fff;
	border: 0;
	padding-right: 2px;
	width: 49%;
}
.info-center .white-info .radiobox label {
	font-weight: 400;
	font-size: 16px;
	margin-left: 25px;
	margin-top: -15px;
	margin-bottom: 20px;
}
.info-center .white-info .checkbox label {
	font-weight: 400;
	font-size: 16px;
	margin-left: 25px;
	margin-top: -15px;
	margin-bottom: 30px;
}
.info-center .white-info .checkbox input {
	float: right;
	margin-left: 15px;
}
.info-center .white-info .input-group select {
	background-color: #fff;
	border: 0;
	width: 52%;
	height: 34px;
}
.info-center .white-info .input-group input[type="text"].error,
.info-center .white-info .input-group .error {
	border: 1px solid red;
}
.info-center .white-info hr {
	border-top: 1px solid #d4e8ef;
}
.info-center .white-info .btn {
	font-size: 19px;
}
.info-center .white-info.notop {
	padding-top: 0;
}
.info-center .white-info h4 {
	background-color: #a2cbdf;
	padding: 10px;
	font-size: 19px;
	margin-bottom: 20px;
}
.info-center .white-info .btn-blue {
	margin-bottom: 30px;
}
.info-center .white-info .readme {
	padding-top: 10px;
}
.info-center .white-info .readme.error>label:first-child {
	color: red;
}
/* trip signup */
.trip-signup {
	text-align: right;
	direction: rtl;
	color: #0d1f2c;
}
.trip-signup h2.border-bottom {
	border-bottom: 1px solid #d4e8ef;
	margin-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	font-size: 27px;
}
.trip-signup .right-side {
	border-left: 1px solid #d4e8ef;
}
.trip-signup .right-side p {
	font-size: 17px;
	color: #0d1f2c;
	margin-bottom: 25px;
	float: right;
	width: 100%;
}
.order-success {
	font-size: 17px;
	text-align: center;
}
.order-success .tnx-box {
	background: #F3F8F2;
	padding: 30px;
}
.order-success .tnx-box h2 {
	color: #567675;
}
.order-success h1 {
	font-size: 28px;
	color: #2f576e;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #a2cbdf;
}
.order-success .trip-details span {
	background-color: #a2cbdf;
	padding: 5px 5%;
	display: block;
	width: 40%;
	border-bottom: 1px solid #70b0cf;
	box-shadow: inset 0 -1px 0 #d4e8ef;
	font-size: 17px;
	float: right;
}
.order-success .trip-details b {
	border-bottom: 1px solid #70b0cf;
	display: block;
	width: 50%;
	padding: 5px 15px;
	font-weight: 400;
	font-size: 17px;
	float: right;
}
.order-success .fa {
	color: #2f576e;
	font-size: 25px;
}
.order-success .table>thead>tr>th,
.order-success .table>tbody>tr>th,
.order-success .table>tfoot>tr>th,
.order-success .table>thead>tr>td,
.order-success .table>tbody>tr>td,
.order-success .table>tfoot>tr>td,
.order-success table {
	border-color: #a2cbdf;
}
.order-image img {
	width: 100%;
	min-height: 310px;
}
/* floated trip */
#floated-trip {
	background-color: #567676;
	min-height: 130px;
	position: fixed;
	z-index: 999999;
	color: #fff;
	width: 100%;
	right: 0;
	top: -200px;
	text-align: right;
	direction: rtl;
	-webkit-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#floated-trip span.info {
	font-size: 19px;
	color: #fff;
}
#floated-trip ul li.icons a {
	font-size: 17px;
	border-color: #7a909a;
}
#floated-trip ul li.icons a:last-child {
	border-left: 0;
}
#floated-trip ul li.icons a .fa {
	font-size: 19px;
}
#floated-trip .breadcrumb {
	padding: 0;
	margin: 0;
	float: none;
	border: 0px solid;
}
#floated-trip .breadcrumb li {
	padding: 0;
	float: none;
}
#floated-trip .breadcrumb li a {
	font-size: 15px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	border: 0px solid;
	float: none;
}
.float-menu-hold {
	background-color: #567676;
}
.float-head-info {
	margin: 40px 0 20px;
}
.float-overlay {
	background: rgba(61, 84, 84, 0.9);
}
/* bullet list */
ul.bullet-list {
	float: right;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}
ul.bullet-list li {
	color: #666666;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 20px;
	width: 100%;
	float: right;
}
ul.bullet-list li span {
	display: block;
	float: right;
	width: 95%;
	margin-top: -2px;
	text-align: justify;
}
.col-sm-4 ul.bullet-list li span {
	width: 92%;
}
ul.bullet-list li .fa {
	width: 18px;
	color: #2f576e;
	font-size: 10px;
	display: block;
	float: right;
	margin-top: 2px;
}
.orange-strip {
	display: block;
	text-align: center;
	width: 100%;
	background: url(images/registration_strip.png) no-repeat center center #C8620E;
	font-size: 37px;
	color: #fff;
	padding: 24px 0;
	margin: 0 0 30px;
}
.orange-strip:hover {
	background: no-repeat center center #C8620E;
	color: #fff;
}
/* tables */
table {
	border-color: #d4e8ef;
}
.table {
	direction: rtl;
	margin-bottom: 0;
}
.table.space-bottom {
	margin-bottom: 25px;
}
.table thead th {
	text-align: right;
	background-color: #B8CBCB;
	font-size: 17px;
	color: #4B4B4B;
	font-weight: 400;
}
.table>thead>tr>th {
	border-bottom: 1px solid #F3F8F3;
	border-left: 1px solid #F3F8F3;
	vertical-align: top;
	text-align: right;
}
.table>thead>tr>th.text-center {
	text-align: center;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 2.5px 10px;
	vertical-align: middle;
}
.table tbody td {
	border-bottom: 1px solid #E0E9E9;
	color: #666666;
	font-size: 17px;
	background-color: #F3F8F3;
}
.table tbody td .btn {
	width: 100%;
	padding: 2px 10px;
	text-align: right;
}
.table tbody td .btn.go {
	text-align: center;
	line-height: 22px;
}
.table tbody td.discount {
	color: #DA6C0F;
}
.table tbody td .btn .fa {
	font-size: 16px;
	margin-top: 3px;
}
.table tbody td.trip-button-td {
	padding: 0;
}
.table tbody td.trip-button-td .btn {
	padding: 19px 10px;
	border-radius: 0;
	background: url(images/icon_arrow_white_left_short.png) no-repeat center center #DA6C0F;
	border-color: #DA6C0F;
}
.table tbody td.trip-button-td .btn {
	background: url(images/icon_arrow_white_left_short.png) no-repeat center center #C5600E;
	border-color: #C5600E;
}
.table a:hover {
	color: #DA6C0F;
}
#dates p {
	font-size: 17px;
	color: #4B4B4B;
}
/* buttons */
.btn {
	border-radius: 3px;
}
.btn-softblue {
	color: #0d1f2c;
	font-weight: 700;
	font-size: 16px;
	background-color: #d4e8ef;
	border-color: #d4e8ef;
	padding: 6px 10px;
}
.btn-softblue:hover {
	background-color: #2f576e;
	border-color: #2f576e;
	color: #d4e8ef;
}
.btn-softblue:hover .fa {
	color: #d4e8ef;
}
.btn-softblue.icon {
	padding: 8px 10px 4px 10px;
}
.btn-softblue+.btn-softblue {
	margin-left: 5px;
}
.btn-softblue .fa {
	color: #2f576e;
	font-size: 20px;
	line-height: 0;
}
.btn-blue {
	color: #fff;
	font-size: 17px;
	background-color: #2f576e;
	border-color: #2f576e;
	font-weight: 400;
}
.btn-blue:hover,
.btn-blue:focus {
	background-color: #203846;
	color: #fff;
}
.btn-yellow {
	color: #fff;
	font-size: 17px;
	background-color: #f0a30e;
	border-color: #f0a30e;
	font-weight: 400;
}
.btn-yellow:hover,
.btn-yellow:focus {
	background-color: #cd890c;
	border-color: #cd890c;
	color: #fff;
}
.btn.left-arrow {
	text-align: right;
}
.btn.left-arrow:after {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	left: 7px;
	top: 7px;
	content: "\f053";
	font-size: 15px;
	color: #fff;
}
.btn.go {
	text-align: center;
}
.btn.go i {
	margin-top: 2px;
}
.btn.clear {
	width: 100%;
	background-color: #d4d4d4;
	border: 1px solid #bbbbbb;
	color: #1c3240;
	font-size: 17px;
	margin-bottom: 10px;
}
.btn.clear:hover {
	background-color: #fff;
	border-color: #bcbcbc;
}
/* Apprx */
.aprrx-msg {
	background: #F3F8F3;
	margin: 0 -15px 0 0;
	padding: 30px;
	min-height: 257px;
}
.aprrx-reg {
	position: relative;
	background: #B8CBCB;
	margin: 0 0 0 -15px;
	padding: 30px 30px 10px;
	min-height: 257px;
}
.aprrx-reg:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #B8CBCB;
	border-width: 15px;
	margin-top: -15px;
}
.aprrx-msg h2 {
	font-size: 33px;
	color: #567676;
	font-weight: bold;
}
.underline {
	background: transparent url("images/dark_turquoise_line.png") no-repeat scroll center 100%;
	min-width: 180px;
	display: inline-block;
	min-height: 50px;
}
.aprrx-msg h3,
.aprrx-reg h3 {
	font-size: 22px;
	color: #4B4B4B;
	font-weight: normal;
}
.aprrx-msg h4 {
	font-size: 18px;
	color: #4B4B4B;
	font-weight: normal;
	line-height: 1.3;
}
/* footer */
.pattern-footer {
	width: 100%;
	background: #B8CBCB;
	direction: rtl;
	text-align: right;
	margin: 0;
	font-size: 18px;
	color: #4B4B4B;
	padding: 15px;
}
.pattern-footer a {
	color: #4B4B4B;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer p {
	font-size: 15px;
	padding: 10px 0;
	margin: 0;
}
.footer-credit {
	text-align: left;
}
.carousel-control {
	font-size: 65px;
}
.carousel-control .fa-angle-right {
	right: 15px;
}
.carousel-control .fa-angle-left {
	left: 15px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
	top: 45% !important;
}
/* tops */
.top-45 {
	margin-top: 45px;
}
.padding-45 {
	padding-top: 45px;
}
.top-20 {
	margin-top: 30px;
}
.top-25 {
	margin-top: 25px;
}
.padding-20 {
	padding-top: 30px;
}
.padding-bottom-20 {
	padding-bottom: 30px;
}
.nopadding {
	padding: 0 !important;
}
/* link box */
.all-links {
	margin-top: 25px;
	text-align: center;
}
.all-links .col-xs-3 {
	float: right;
}
.all-links h3 {
	font-size: 18px;
	margin-top: 10px;
}
.link-box {
	background-color: #fff;
	text-align: center;
	border: 1px dashed #2F576E;
	border-radius: 3px;
}
.link-box img {
	width: 100%;
}
.colorbox-video {
	position: relative;
	display: block;
}
.colorbox-video span {
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	background: url("images/icon_play.png");
	width: 60px;
	height: 60px;
	top: 31%;
	right: 40%;
}
/* locations */
.center {
	text-align: center;
}
.align-left {
	text-align: left;
}
/* hr */
hr {
	border-top: 1px solid #d4e8ef;
}
hr.notop {
	margin-top: 0;
}
.small-gutter>[class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}
/* forms */
.form-group {
	margin-bottom: 10px;
	position: relative;
}
.form-control:focus,
.form-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 12px;
	font-size: 17px;
	line-height: 1.428571429;
	color: #0d1f2c;
	background-color: #fff;
	border: 0 solid transparent;
	border-radius: 3px;
	border-bottom: 1px solid #95b8a9;
	box-shadow: 0 0 0 transparent;
}
textarea.form-control {
	resize: none;
}
textarea.form-control:focus {
	height: auto;
}
.homepage-gutter [class*='col-']:first-child:not(:last-child) {
	padding-left: 0;
}
.two-columns-gutter>[class*='col-']:first-child:not(:last-child) {
	padding-left: 25px;
}
.two-columns-gutter>[class*='col-']:last-child:not(:first-child) {
	padding-right: 25px;
}
#floated_menu {
	display: none !important;
}
.bottom-20 {
	margin-bottom: 20px;
}
table a {
	cursor: pointer;
	color: #4B4B4B;
}
.well {
	font-size: 18px;
	background-color: transparent;
	text-align: justify;
	border: 0;
	box-shadow: inset 0 0 0 transparent;
	padding: 0;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control {
	opacity: 1;
	width: 10%;
}
/* newsletter */
.newsletter-popup {
	background: url("images/popup.png");
	width: 796px;
	height: 500px;
	position: relative;
}
.newsletter-popup .content-holder {
	width: 400px;
	margin: 0 auto;
	bottom: 30px;
	right: 0;
	left: 0;
	position: absolute;
}
.newsletter-popup .content-holder .form-control {
	border: 1px solid #95b8a9;
}
.newsletter-popup button {
	margin-top: -45px;
	padding: 4px 12px;
}
#scrollup {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 0;
	right: 0;
	display: none;
	text-indent: -9999px;
	background: url('images/arrow-top-white-small.png') no-repeat rgba(75, 75, 75, 0.9) center center;
	z-index: 99;
	cursor: pointer;
}
#scrollup:hover {
	background: url('images/arrow-top-white-small.png') no-repeat rgba(75, 75, 75, 1) center center;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Internet Explorer */
/* Opera < 12.1 */
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-webkit-transition: opacity ease-in-out 1.5s;
	transition: opacity ease-in-out 1.5s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 1.5s;
	transition: opacity ease-in-out 1.5s;
	z-index: 2;
}
.carousel-control {
	z-index: 999;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
	z-index: 999999;
}
#cboxTitle {
	font-size: 18px;
	color: #fff;
}
#cboxCurrent {
	display: none !important;
}
.ribbon-container {
	padding: 10px 20px;
	background: #f0a30e;
	margin-top: -10px;
	position: relative;
}
.ribbon-container span {
	font-size: 16px;
	display: block;
	position: relative;
	color: #fff;
}
.ribbon-container span:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: -10px;
	right: -39px;
	border-top: 19px solid #f0a30e;
	border-bottom: 18px solid #f0a30e;
	border-right: 19px solid rgba(0, 0, 0, 0);
	border-left: 19px solid rgba(0, 0, 0, 0);
}
.river {
	display: inline-block;
	background: url("images/river.png");
	width: 64px;
	height: 28px;
	margin-left: 10px;
	float: right;
	margin-top: -5px;
}
hr {
	margin-top: 15px;
	margin-bottom: 30px;
}
.panel-group .panel+.panel {
	margin-top: 2px;
}
#cboxTitle {
	left: auto;
	right: 0;
}
#cboxClose {
	left: 5px;
	right: auto;
}
/* articles page */
.info-center .articles .trans-box {
	background-color: #F3F8F3;
	border: none;
	position: relative;
	padding: 0;
}
.info-center .articles .trans-box .left-arrow {
	position: absolute;
	bottom: 10px;
	left: 30px;
}
.info-center .articles .trans-box p {
	padding-right: 30px;
}
.info-center .articles .trans-box p a {
	font-size: 18px;
}
.info-center .articles .trans-box h2 {
	margin-top: 40px;
	border-bottom: none;
	padding-right: 30px;
}
.info-center .articles .trans-box h2 a {
	font-size: 22px;
	color: #567676;
}
.info-center .articles .trans-box h2 span {
	display: inline;
	font-size: 22px;
	color: #4B4B4B;
}
.articles {
	padding-left: 35px;
}
.article {
	margin-bottom: 30px !important;
}
/* single article page */
.single-article {
	margin-top: 30px;
}
.single-article .info-header {
	padding-bottom: 30px;
}
.single-article .info-header a {
	font-size: 18px;
	color: #567676;
	background-color: #F3F8F3;
	padding: 12.5px 41px 12.5px 41px;
	margin-right: 0;
}
.single-article .text {
	padding-left: 35px;
}
.single-article .side-contact-form {
	padding: 15px 30px 30px;
	margin: 0;
}
#trip-img .author {
	margin-top: 10px;
	font-size: 22px;
}
.right-arrow-small {
	background: url(images/icon_arrow_turquoise_right_short.png) no-repeat transparent;
	background-position: 92% 50%;
}
/* recomendations page */
.recomendations-page .recomendations-header-title {
	font-size: 36px !important;
}
.recomendations-page .recomendations-header-sub {
	font-size: 22px !important;
}
.recomendations-page .recomendations-title,
.inner-page h2 {
	color: #567676;
	font-size: 30px;
}
.recomendations-page .recomendations-p,
.inner-page p {
	color: #4B4B4B;
	font-size: 18px;
}
.recomendations-page .recomendations-filter {
	height: 60px;
	width: 95%;
	border-radius: 0px;
	border: 1px solid #E0E9E9;
	padding: 10px;
}
.recomendations-page .recomendations-submit {
	height: 60px;
	width: 5%;
	font-size: 30px;
	color: #567676;
	border: 1px solid #E0E9E9;
	border-radius: 0px;
	background-color: #F3F8F3;
}
.page-template-page-articles .recomendations-page .recomendations-filter {
	width: 92%;
}
.page-template-page-articles .recomendations-page .recomendations-submit {
	width: 8%;
}
.recomendations-page .recomendations-submit:hover {
	background-color: #E0E9E9;
}
.recomendations-page .recomendations {
	border: 1px solid #E0E9E9;
	margin: 0 0 30px;
}
.recomendations-page .recomendation-topic {
	padding-top: 10px;
}
.recomendations-page .recomendation-topic span {
	font-size: 22px;
}
.recomendations-page .recomendation-topic-name {
	color: #567676;
}
.recomendations-page .recomendation-author {
	color: #4B4B4B;
}
.recomendations-page .recomendation-sub {
	padding-top: 15px;
}
.recomendations-page .recomendation-text {
	padding-top: 10px;
	color: #4B4B4B;
	font-size: 18px;
	padding-bottom: 10px;
}
.recomendation-text img {
	max-width: 100%;
}
.recomendations-page .recomendation-back {
	background-color: #F3F8F3!important;
	color: #567676;
	font-size: 18px;
	height: 50px;
	text-align: center;
	padding: 15px 25px 0px 65px;
	background: url(images/icon_arrow_turquoise_left_short.png) no-repeat transparent;
	background-position: 15% 65%;
}
.recomendations-page .recomendation-back:hover {
	background-color: #E0E9E9 !important;
}
.recomendations-page .quotes {
	font-size: 20px;
	color: #E0E9E9;
	padding-top: 25px;
	padding-right: 15px;
}
.recomendations-page .trip-link {
	display: block;
	font-size: 16px;
	color: #DA6C0F;
}
.recomendations-page .trip-link:hover {
	text-decoration: underline;
}
/* guides page */
.guides-header {
	color: white;
	font-size: 36px !important;
}
.guides-sub {
	color: white;
	font-size: 22px !important;
}
.guides-page .guides-title {
	color: #567676;
	font-size: 30px !important;
}
.guides-page .guides-desc {
	color: #4B4B4B;
	font-size: 18px !important;
	padding-top: 20px;
}
.guides-page .guide-filter {
	height: 60px;
	width: 95%;
	border-radius: 0px;
	border: 1px solid #E0E9E9;
}
.guides-page .guide-submit {
	height: 60px;
	width: 5%;
	font-size: 30px;
	color: #567676;
	border: 1px solid #E0E9E9;
	border-radius: 0px;
	background-color: #F3F8F3;
}
.guides-page .guides {
	height: 263px;
	margin: 15px 0;
}
.guides-page .guide-name {
	position: absolute;
	bottom: 0;
	background-color: rgba(58, 58, 58, 0.9);
	height: 60px;
	right: 15px;
	left: 15px;
}
.guides-page .guide-name .center {
	text-align: center;
	color: white;
	margin-top: 20px;
	font-size: 21px;
}
.guides-page.team-page .guide-name .center {
	text-align: center;
	color: white;
	margin-top: 3px;
	font-size: 17px;
}
.guides-page.team-page .guide-name .center span {
	font-size: 21px;
}
.guides-page .guides-container {
	margin: -15px;
	position: relative;
	padding-top: 30px;
}
.guides-page .guides img {
	max-width: 100%;
}
/* single guide page */
.guide-page .guide-desc .guide-details {
	background-color: #F3F8F3;
}
.guide-page .guide-desc h2 {
	margin: 0px;
	font-size: 30px;
	color: #567676;
	border: none;
	padding: 30px 30px 0px 0px;
}
.guide-page .guide-desc p {
	color: #4B4B4B;
	font-size: 18px;
	padding: 20px 30px;
}
.guide-page .guide-quote {
	margin-top: 30px;
}
.guide-page .guide-quote .col-xs-12>.col-xs-12 {
	border-bottom: 1px solid #E0E9E9;
	border-top: 1px solid #E0E9E9;
}
.guide-page .guide-quote i {
	font-size: 40px;
	color: #E0E9E9;
	padding-top: 20px;
}
.left-qut {
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 15px;
}
.guide-page .guide-quote h1 , .guide-page .guide-quote h2{
	color: #567676;
	font-size: 30px;
	font-weight: bold;
	height: 120px;
	text-align: center;
	padding-top: 30px;
}
.guide-page .guide-header {
	border: none;
	color: #567676;
	font-size: 30px;
	margin-top: 40px;
}
.guide-page .guide-images {
	display: inline-block;
	position: relative;
	margin: 0 0 30px;
}
.guide-images img {
	max-width: 100%;
}
.guide-page .trip-name,
.single-article .trip-name {
	background-color: rgba(58, 58, 58, 0.9);
	height: 60px;
	padding: 0px;
}
.guide-page .guide-images .right,
.single-article .guide-images .right {
	text-align: right;
	color: white;
	margin: 8px;
	font-size: 18px;
}
.guide-page .guide-images .trip-days,
.single-article .guide-images .trip-days {
	background-color: #E0E9E9;
	height: 60px;
	padding: 0px;
}
.guide-page .guide-images .center,
.single-article .guide-images .center {
	text-align: center;
	color: #4B4B4B;
	margin-top: 19px;
	font-size: 18px;
}
.guide-page .guide-article h2 {
	border: none;
	font-size: 22px;
	color: #567676;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.guide-page .guide-article p {
	color: #4B4B4B;
	font-size: 18px;
	min-height: 77px;
}
.guide-page .left-arrow {
	position: absolute;
	bottom: 3px;
	left: 0px;
}
.guide-article .guide-images {
	display: block;
	position: relative;
	margin: 0 0 15px;
}
.guide-article .guide-images img {
	max-width: 100%;
}
.guide-article a {
	color: #4B4B4B;
}
/* FOOTER SLIDER */
.ad-slide {
	position: relative;
	display: none;
}
.ad-slide img {
	max-width: 100%;
}
.ad-slide .slide-info {
	position: absolute;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	padding: 30px;
}
.ad-slide .slide-info h2 {
	color: #4B4B4B;
	font-size: 44px;
	font-weight: bold;
}
.ad-slide .slide-info #ribbon {
	margin: 5px 0 20px;
	font-size: 21px;
	height: 36px;
}
.ad-slide .slide-info p {
	color: #4B4B4B;
	font-size: 19px;
	text-align: right;
}
.ad-slide .slide-info .slide-sub-text {
	color: #4B4B4B;
	font-size: 24px;
	text-align: right;
}
.ad-slide .slide-info .slide-sub-text .slide-link-text {
	color: #DA6C0F;
}
.ad-slide .slide-container {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	top: 0px;
	bottom: 0px;
}
/*Home page */
.eco-details {
	width: 100%;
	background-image: url(images/background_about.jpg);
	padding: 45px 0px;
	margin: 0;
}
.eco-details .hp-wellcom {
	margin: 0 auto;
	width: 870px;
	max-width: 100%;
}
.eco-details h1,
.eco-details h3 {
	color: #4B4B4B !important;
	font-size: 36px;
}
.eco-details h2 {
	color: #4B4B4B!important;
	font-size: 28px;
}
.eco-details p {
	color: #4B4B4B!important;
	text-align: center;
	font-size: 18px;
	margin: 35px 10%;
}
.eco-details h1 .orange,
.eco-details h3 .orange {
	color: #DA6B0F!important;
	font-size: 36px;
}
.orange-underline {
	position: relative;
}
.orange-underline::after {
	content: "";
	background-image: url(images/orange_line.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 70px;
	position: absolute;
	left: -2%;
	top: 100%;
}
.home h2 {
	color: #567676;
}
.side-contact-form {
	background: #da6c0f;
	padding: 30px;
	margin: 0 0 30px;
	z-index:99999;
}
.side-contact-form p.error-msg {
	color: #fff !important;
}
#sidebar .side-contact-form h2,
.side-contact-form h2 {
	text-align: center;
	font-size: 26px;
	/*color: #4B4B4B;*/
	color:#fff;
	margin: 0 0 15px;
	font-weight: normal;
}
.side-contact-form .form-control:focus,
.side-contact-form .form-control {
	font-size: 18px;
	border: 1px solid #9DB7B7;
	border-radius: 0;
	height: 40px;
	padding: 7px 12px;
	margin-bottom: 18px;
}
.side-contact-form textarea.form-control,
.side-contact-form textarea.form-control:focus {
	height: auto;
}
.btn-eco {
	color: #fff;
	font-size: 20px;
	width: 100%;
	border-radius: 0;
	text-align: right;
	background: url(images/icon_arrow_white_left_short.png) no-repeat 5% 50% #567676;
}
.btn-eco:hover {
	color: #fff;
	background: url(images/icon_arrow_white_left_short.png) no-repeat 5% 50% #354848;
}
.footer {
	background: #4B4B4B;
	border-top: 20px solid #3A3A3A;
	border-bottom: 0;
}
.footer-title {
	margin: 0 0 15px;
	color: #B8CBCB;
	font-size: 22px;
}
.footer-youtube-link,
.btn-transparent {
	color: #fff;
	font-size: 19px;
	display: block;
	padding: 7px 8px;
	margin: 15px 0 0;
	background: url(images/icon_arrow_white_left_short.png) no-repeat 5% 50% #567676;
}
.btn-transparent {
	background: none;
	border: 2px solid #567676;
	padding: 3px 4px;
	color: #567676;
}
.footer-youtube-link:hover {
	color: #fff;
	background: url(images/icon_arrow_white_left_short.png) no-repeat 5% 50% #4E6D6D;
}
.footer hr {
	border-top: 1px solid #666666;
}
.footer-menu li a {
	border-bottom: 1px solid #666666;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 18px;
}
.footer-menu li a:hover {
	color: #B8CBCB;
}
.footer ul li {
	display: block;
	margin: 10px 0 10px 5px;
	padding-left: 5px;
}
.footer-copyright {
	float: right;
}
.home .footer-a,
.single-trips .footer-a {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.messege-sent {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 80px;
	margin-left: -150px;
	margin-top: -40px;
	text-align: center;
	font-size: 18px;
}
span.title-top {
	background-color: rgba(255, 255, 255, 0.7);
	color: #4B4B4B;
	font-size: 12px;
	padding: 0 5px;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	direction: rtl;
	max-height: 18px;
	-webkit-transition: max-height 0.15s ease-out;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}
#sidebar h2.start-search {
	background: url(images/start_search.png) no-repeat 5% 50%;
	padding: 0 0 0 75px;
}
.inner-page h2,
.single-article h2 {
	color: #567676;
	font-size: 30px;
	margin: 15px 0 5px;
}
.inner-page p {
	color: #4B4B4B;
	font-size: 18px;
	margin: 0 0 15px;
}
.inner-page img {
	max-width: 100%;
}
.sidebar-ad {
	padding: 20px 30px;
	margin: 30px 0 0;
	background: #F3F8F3;
	border: 1px solid #E0E9E9;
}
.sidebar-ad h3 {
	color: #567676;
	text-align: center;
	margin: 0 0 15px;
	font-size: 24px;
}
.sidebar-ad p {
	font-size: 21px;
	margin: 15px 0 0;
	text-align: center;
	line-height: 1.1;
	color: #4B4B4B;
	float: none;
}
.sidebar-ad img {
	max-width: 100%;
	height: auto;
}
.details-holder {
	position: absolute;
	bottom: 0px;
}
.about-menu-container {
	background: #567676;
	margin: -40px 0 30px;
}
.about-menu {
	padding: 0;
	list-style: none;
	margin: 0;
}
.about-menu li {
	display: inline-block;
	padding: 7px 20px 4px;
	margin: 0 0 0 -3px;
	position: relative;
}
.about-menu li a {
	color: #fff;
	font-size: 21px;
}
.about-menu li.current-menu-item,
.about-menu li:hover {
	background: #fff;
}
.about-menu li.current-menu-item a,
.about-menu li:hover a {
	color: #567676;
}
.about-menu>li:after {
	background-color: #516F6F;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
}
.about-menu>li:first-child:before {
	background-color: #516F6F;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
}
.hide-radio+label {
	display: block;
	float: right;
	width: 50%;
	padding: 7px 0;
	text-align: center;
	background-color: #fff;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	border: 1px solid #E0E9E9;
}
.hide-radio:checked+label {
	display: inline-block;
	background-color: #567676;
	border: 1px solid #567676;
	color: #fff;
}
.footer-submit {
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer-contact-form input,
.footer-contact-form textarea {
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
	border: 0px solid rgba(255, 255, 255, 0.4);
	border-radius: 0;
}
.footer-contact-form input:focus,
.footer-contact-form textarea:focus {
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
	border: 0px solid rgba(255, 255, 255, 0.5);
	border-radius: 0;
}
.footer-contact-form::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
}
.footer-contact-form:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}
.footer-contact-form::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}
.footer-contact-form:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}
.footer-contact-form.small-gutter>[class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.footer-contact-form .form-group {
	margin-bottom: 20px;
}
.team-item-info {
	display: none;
	opacity: 0;
}
.desk-open {
	display: block;
	opacity: 1;
}
.info-holder {
	background: #F3F8F3;
	padding: 30px 15px;
	margin: 15px 0;
}
h2.team-title {
	margin: 0;
	color: #4B4B4B;
	font-size: 44px;
}
h4.sub-title {
	color: #4B4B4B;
	font-size: 30px;
	margin: 0;
}
.team-content {
	color: #4B4B4B;
	width: 90%;
}
.quat {
	border-top: 1px solid #E0E9E9;
	margin: 15px 0 0;
	padding: 15px 0 0;
}
.quat .quotes {
	color: #E0E9E9;
	font-size: 41px;
}
.quat .quotes-content,
.quat .quotes-content p {
	color: #567676;
	font-size: 28px;
	font-weight: bold;
}
.arrow_box:after {
	visibility: hidden;
}
.arrow_box {
	position: relative;
}
.arrow_box:after {
	top: 97%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #F3F8F3;
	border-width: 20px;
	margin-left: -20px;
}
.guides.openg:after {
	visibility: visible;
}
.trip-signup h2 {
	margin: 0;
}
.trip-signup p {
	font-size: 18px;
	color: #4B4B4B;
}
.trip-signup .form-part-1 {
	margin: 30px 0 0;
}
.trip-signup label {
	font-size: 18px;
	font-weight: normal;
	color: #4B4B4B;
}
.input-group {
	width: 100%;
}
.trip-signup input {
	border: 1px solid #E0E9E9;
	font-size: 18px;
	width: 100%;
	margin: 0 0 15px;
	height: 40px;
	padding: 5px 15px;
}
.trip-signup select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('images/select.png');
	background-position: left center;
	background-repeat: no-repeat;
	color: #4B4B4B;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding-right: 10px;
	width: 100%;
	border: 1px solid #E0E9E9;
}
.step-two {
	margin: 30px 0;
}
.pass-title {
	background: #E0E9E9;
	color: #567676;
	font-size: 23px;
	font-weight: bold;
	padding: 7px 10px;
	margin: 0 0 20px;
}
.trip-signup input.checkbox[type="checkbox"]+label {
	right: 0;
}
.signup-form {
	margin: 0 0 30px;
}
.location-search {
	width: 330px;
	margin: 15px auto;
	position: relative;
}
.location-search input {
	width: 100%;
	border: 0;
	padding: 14px 10px;
	font-size: 22px;
	color: #4B4B4B;
	line-height: 22px;
	height: 50px;
}
.location-search .locations-list {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #4B4B4B;
	display: none;
	max-height: 280px;
	overflow: auto;
	position: relative;
	transition: none;
}
.location-search .locations-list .location {
	padding: 3px 15px;
	text-align: right;
}
.location-search .locations-list .location a {
	font-size: 20px;
	color: #fff;
	margin: 0;
	padding: 0 15px;
}
.arrow-home {
	background: url(images/icon_arrow_white_left_short.png) no-repeat center #DA6C0F;
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
#dates .panel-group .panel {
	border-radius: 0;
	border: 0;
}
#scrollator_holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 999;
}
.scrollator {
	overflow: hidden !important;
}
.scrollator_lane_holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 15px;
	background-color: transparent;
	opacity: 1;
	-webkit-transition: width 200ms, opacity 200ms;
	-moz-transition: width 200ms, opacity 200ms;
	-ms-transition: width 200ms, opacity 200ms;
	-o-transition: width 200ms, opacity 200ms;
	transition: width 200ms, opacity 200ms;
}
.scrollator_lane {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #3A3A3A;
	-webkit-transition: background 200ms;
	-moz-transition: background 200ms;
	-ms-transition: background 200ms;
	-o-transition: background 200ms;
	transition: background 200ms;
}
.scrollator_lane_holder.scrollator_on_body {
	position: fixed;
}
.scrollator_lane_holder.hover,
.scrollator_lane_holder:hover {
	width: 21px;
}
.scrollator_lane_holder.hover>.scrollator_lane,
.scrollator_lane_holder:hover>.scrollator_lane {
	background-color: rgba(64, 64, 64, 0.25);
}
.scrollator_handle_holder {
	position: absolute;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 -3px;
	width: 15px;
	background-color: transparent;
	-webkit-transition: width 200ms, height 100ms, top 100ms;
	-moz-transition: width 200ms, height 100ms, top 100ms;
	-ms-transition: width 200ms, height 100ms, top 100ms;
	-o-transition: width 200ms, height 100ms, top 100ms;
	transition: width 200ms, height 100ms, top 100ms;
}
.scrollator_handle {
	position: absolute;
	top: 0;
	right: 3px;
	bottom: 0;
	left: 3px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #666666;
}
.scrollator_lane_holder.hover .scrollator_handle_holder,
.scrollator_lane_holder:hover .scrollator_handle_holder {
	width: 21px;
}
#dates .panel-group .panel-heading {
	background-color: #567676;
	border-radius: 0;
	color: #fff;
	font-size: 26px;
	border: 0;
}
#dates .panel-group .panel .panel-heading .panel-title {
	color: #fff;
	font-size: 26px;
}
#dates i.arrow-small-down {
	background: url(images/arrow-bottom-white-small.png) no-repeat 10% 50% transparent;
	height: 28px;
	width: 24px;
}
#dates .active i.arrow-small-down {
	background: url(images/arrow-top-white-small.png) no-repeat 10% 50% transparent;
	height: 28px;
	width: 24px;
}
.country-list .disable a {
	pointer-events: none;
	cursor: default;
}
.country-list .disable a p {
	color: #647571;
}
.side-float-contact {
	position: fixed;
	left: -270px;
	z-index: 9999999;
	width: 270px;
	top: 17%;
}
.side-float-contact.open {
	left: 0;
}


.open-side-contact {
    background-image: url("images/icon_contact_left.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 70px;
    left: 0;
    position: fixed;
    top: 40%;
    width: 200px;
    z-index: -1;
}

.open .open-side-contact{
	left:145px;
}


/*.open-side-contact {
    background-image: url("images/icon_contact_left.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 70px;
    position: absolute;
    right: -200px;
    top: -22px;
    width: 200px;
}*/

/*.open-side-contact {
	position: absolute;
	right: -140px;
	top: 100px;
	cursor: pointer;
	height: 140px;
	width: 140px;
	background-image: url(images/icon_contact_desktop.png);
	background-repeat: no-repeat;
}*/
.recommend-home .owl-nav {
	position: absolute;
	top: 30%;
	width: 100%;
}
.recommend-home .owl-next,
.recommend-home .owl-prev {
	position: absolute;
	height: 60px;
	width: 60px;
	z-index: 999999;
}
.recommend-home .owl-prev {
	left: 0;
	background: url('images/icon_arrow_white_left_short.png') no-repeat 50% 50% rgba(58, 58, 58, 0.9);
}
.recommend-home .owl-prev:hover {
	background: url('images/icon_arrow_white_left_short.png') no-repeat 50% 50% rgba(58, 58, 58, 1);
}
.recommend-home .owl-next {
	right: 0;
	background: url('images/icon_arrow_white_right_short.png') no-repeat 50% 50% rgba(58, 58, 58, 0.9);
}
.recommend-home .owl-next:hover {
	background: url('images/icon_arrow_white_right_short.png') no-repeat 50% 50% rgba(58, 58, 58, 1);
}
.slide-info .slide-sub-text .slide-link-text img {
	width: auto;
	display: inline-block;
	margin: 0 15px;
}
.page-template-searchpage .side-contact-form {
	margin: 0;
}
.not-found {
	background: #F3F8F3;
	padding: 41px 50px;
	min-height: 438px;
}
.not-found h3 {
	color: #567676;
	font-size: 44px;
	text-align: center;
}
.not-found hr {
	border-top: 1px solid #E0E9E9;
	margin: 25px 0;
}
.not-found p {
	font-size: 22px;
	color: #4B4B4B;
	text-align: center;
}
.not-found .btn-eco,
.not-found .footer-youtube-link {
	display: inline-block;
	width: 31%;
	padding: 5px 8px 3px;
	font-size: 20px;
	line-height: 1.5;
	margin: 30px 3px 0;
	vertical-align: top;
	border: 0;
}
.error-image img {
	max-width: 100%;
}
.table tbody td.ship-rooms {
	background-color: #fff;
	padding: 0 0 30px;
}
.room-change {
	padding: 15px 15px;
	background: #F3F8F3;
	border: 2px solid #E0E9E9;
	margin: 0 0 -2px;
	cursor: pointer;
}
.room-change.selected {
	background: #fff;
	border: 2px solid #fff;
}
#dates .ship-more-info .ship-rooms>p {
	padding: 15px;
	font-size: 16px;
}
.ship-price-title {
	background: #F3F8F3;
	text-align: center;
	font-size: 18px;
	padding: 13px;
	border: 1px solid #E0E9E9;
}
.ship-price {
	padding: 12px;
	text-align: center;
	border: 1px solid #E0E9E9;
	border-top: 0px;
	font-size: 30px;
	color: #DA6C0F;
}
.ship-price .old-price {
	color: #567676;
	text-decoration: line-through;
	padding: 0 5px;
	font-style: normal;
}
#dates .ship-more-info .ship-rooms .sale-date {
	padding: 0;
	color: #DA6C0F;
	margin: 15px 0 0 0;
	clear: both;
	font-size: 16px;
}
.room-details {
	padding: 0 15px 0 0;
}
.room-tab {
	display: none;
	padding: 0 15px 0 0;
}
.room-tab.selected {
	display: block;
}
.is-sale {
	text-align: center;
}
.is-sale img {
	display: none;
}
.is-sale.true img {
	display: inline;
}
.ship-more-info {
	display: none;
	-webkit-transition: none;
	transition: none;
}
.show-ship-details {
	cursor: pointer;
	background: url(images/icon_arrow_green_down_short.png) no-repeat 10% 50% #F3F8F3;
}
.show-ship-details.open {
	background: url(images/icon_arrow_green_up_short.png) no-repeat 10% 50% #F3F8F3;
}
#sidebar .panel-group {
	margin-bottom: 30px;
}
.update-contact-form .fake-lable {
	font-size: 16px;
	margin: 12px 41px 0 0;
}
.update-contact-form .form-group {
	margin-bottom: 20px;
}
.clean-eng {
	font-family: arial;
	font-style: normal;
	font-size: 16px;
}
.wookmark-inactive {
	display: none;
}
#plans img {
	max-width: 100%;
}
#general {
	font-size: 18px;
	color: #4B4B4B;
}
.room-gallery .owl-nav {
	display: none;
}
.room-gallery .owl-dots {
	text-align: center;
}
.room-gallery .owl-dots .owl-dot {
	height: 14px;
	width: 14px;
	border: 1px solid #9DB7B7;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	margin: 15px 5px 30px;
}
.room-gallery .owl-dots .owl-dot.active {
	background: #9DB7B7;
}
#rooms {
	font-size: 18px;
	color: #4B4B4B;
}
#rooms h3 {
	font-size: 22px;
	color: #567676;
}
.only-sale {
	margin-top: 33px;
}
.only-sale input.checkbox[type="checkbox"]+label {
	top: 2px;
	right: 0px;
}
.white-logo img {
	max-width: 100%;
}
.simul {
	margin-bottom: 30px;
}
.ad-slides {
	width: 1920px !important;
	margin: 0 auto;
	overflow: hidden;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
}
.trip-form-links {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #567676;
	width: 100%;
	margin: 0 0 10px;
	background: url(images/icon_arrow_turquoise_left_short.png) no-repeat 5% 50% #F3F8F3;
}
.trip-form-links span {
	height: 50px;
	width: 50px;
	display: inline-block;
	font-size: 30px;
	padding: 7px 10px 10px;
	background: #E0E9E9;
	vertical-align: middle;
}
#rooms .row {
	margin-top: 15px;
}
.room-details img {
	max-width: 100%;
}
.pattern-footer a:hover {
	color: #1F1F1F;
}
a:focus {
	color: #fff;
}
.guide-images:hover img {
	opacity: 0.8;
}
.footer-contact-form textarea {
	height: 104px;
}
.page-template-page-trip-thanks #floated-trip {
	position: initial;
	margin: 0 0 30px;
}
#lg-counter-current {
	float: left;
}
#lg-counter-all {
	float: right;
}
/* RESPONSIVE */
/* 800 H */
@media only screen and (max-height:800px),
screen and (min-device-height: 768px) and (max-device-height: 800px) and (orientation: landscape) {
	.header {
		padding: 10px 0;
	}
	.globe-select {
		height: 67vh;
	}
	.cf {
		width: 125px;
	}
	.cf.icon1,
	.cf.icon7 {
		margin-top: 38vh;
	}
	.cf.icon2,
	.cf.icon6 {
		margin-top: 15vh;
	}
	.cf.icon3,
	.cf.icon5 {
		margin-top: 6vh;
	}
	.cf.icon4 {
		margin-top: 1vh;
	}
	.cf p {
		margin: 130px 0 0 0;
		font-size: 20px;
	}
	.country-list {
		margin: 5px 0 0;
	}
	.country-list li a {
		margin: 0 0 2px;
	}
	.country-list li a p {
		font-size: 16px;
		margin: 4px 0 0px;
	}
}
@media only screen and (max-height:768px),
screen and (min-device-height: 720px) and (max-device-height: 768px) and (orientation: landscape) {
	.globe-select {
		height: 64vh;
	}
}
@media only screen and (max-height:720px),
screen and (min-device-height: 550px) and (max-device-height: 720px) and (orientation: landscape) {
	.overlay-country-list img {
		width: 78%;
	}
	.pre-load-country .overlay-country-list h2 {
		margin: 20px 0 0;
	}
}
/* 1366 */
@media only screen and (max-width:1366px),
screen and (min-device-width: 1280px) and (max-device-width: 1366px) and (orientation: landscape) {
/*	.open-side-contact {
		position: absolute;
		right: -70px;
		top: 100px;
		cursor: pointer;
		height: 220px;
		width: 70px;
		background-image: url(images/icon_contact_small.png);
	}*/
	
/*.open-side-contact {
    background-image: url("images/icon_contact_small_new.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 70px;
    position: absolute;
    right: -200px;
    top: 50px;
    width: 200px;
}*/	
}
/* 1024 */
@media only screen and (max-width:1024px),
screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.container {
		width: 100%;
	}
	.main-menu li>a {
		padding: 10px 12.6px 7px;
	}
	.cf.icon1 {
		margin: 410px -90px 0 0;
	}
	.cf.icon2 {
		margin: 215px -35px 0 0;
	}
	.cf.icon3 {
		margin: 100px 5px 0 0;
	}
	.cf.icon4 {
		margin: 40px 15px 0;
	}
	.cf.icon5 {
		margin: 100px 0 0 5px;
	}
	.cf.icon6 {
		margin: 215px 0 0 -85px;
	}
	.cf.icon7 {
		margin: 410px 0 41px -95px;
	}
	.pre-load {
		width: 100%;
	}
	.footer-title {
		font-size: 21px;
	}
	.footer-youtube-link {
		font-size: 17px;
	}
	.guides-page .guides {
		height: 225px;
	}
	.recommend-home .rec-full-info {
		width: 90%;
		top: 56%;
		min-height: 36%;
	}
	.recommend-home .rec-full-info h5 {
		display: none;
	}
	.recommend-home .rec-full-info .rec-footer .num-days {
		color: #fff;
		background: transparent;
	}
}
/* TABLET */
@media only screen and (min-device-width:480px) and (max-device-width:768px) and (orientation: portrait) {
	.social a {
		padding: 5px 5px;
		font-size: 16px;
	}
	.main-menu li > a {
		padding: 8px 6.9px 5px;
		font-size: 15px;
	}
	.main-menu li.search-trip a {
		font-size: 16px;
	}
	.cf.icon1 {
		margin: 100px 0 0 0;
	}
	.cf.icon2 {
		margin: 100px 10px 0 0;
	}
	.cf.icon3 {
		margin: 100px 10px 0 0;
	}
	.cf.icon4 {
		margin: 100px 10px 0 0;
	}
	.cf.icon5 {
		margin: 120px 0 100px 0;
	}
	.cf.icon6 {
		margin: 120px 10px 100px 0;
	}
	.cf.icon7 {
		margin: 120px 10px 100px 0;
	}
	.globe-slogen {
		top: 42%;
	}
	.eco-details p {
		margin: 35px 5%;
	}
	.trip-page .trip-menu li a,
	#floated-trip .trip-menu li a {
		font-size: 17px;
	}
	.aprrx-msg h2 {
		font-size: 24px;
	}
	.aprrx-msg h4 {
		font-size: 16px;
	}
	.footer-copyright {
		font-size: 15px;
	}
	h4.sub-title {
		font-size: 19px;
	}
	h2.team-title {
		font-size: 27px;
	}
	.quat .quotes-content,
	.quat .quotes-content p {
		font-size: 21px;
	}
	.pre-load img {
		height: 100%;
		max-width: none;
	}
	.recommend-home .rec-full-info h4 {
		font-size: 21px;
	}
}
.lg-sub-html,
.lg-toolbar {
	background-color: rgba(0, 0, 0, .45)
}
#lg-counter,
.lg-outer .lg-video-cont {
	vertical-align: middle;
	display: inline-block
}
@font-face {
	font-family: lg;
	src: url(../fonts/lg.eot?n1z373);
	src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal
}
.lg-icon {
	font: normal normal normal 14px/1 FontAwesome;
	speak: none;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
	cursor: pointer;
	display: block;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	z-index: 1080
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #FFF
}
.lg-actions .lg-next {
	right: 20px
}
.lg-actions .lg-next:before {
	content: "";
	background: url(images/icon_arrow_white_right_gallery.png) no-repeat center center transparent;
	display: block;
	width: 90px;
	height: 90px;
}
.lg-actions .lg-prev {
	left: 20px
}
.lg-actions .lg-prev:after {
	content: "";
	background: url(images/icon_arrow_white_left_gallery.png) no-repeat center center transparent;
	display: block;
	width: 90px;
	height: 90px;
}
@-webkit-keyframes lg-right-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -30px
	}
}
@keyframes lg-right-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -30px
	}
}
@-webkit-keyframes lg-left-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 30px
	}
}
@keyframes lg-left-end {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 30px
	}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative
}
.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: left;
	font-size: 24px;
	height: 40px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 40px;
	text-decoration: none!important;
	outline: 0;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	margin: 10px;
}
.lg-toolbar .lg-icon:hover {
	color: #FFF
}
.lg-toolbar .lg-close:after {
	content: "";
}
.lg-toolbar .lg-close {
	background: url(images/icon_x_white.png) no-repeat center center transparent;
	border: 1px solid #fff;
}
.lg-toolbar .lg-download:after {
	content: "\e0f2"
}
.lg-sub-html {
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}
#lg-counter {
	color: #999;
	font-size: 16px;
	padding: 12px 10px 0;
}
.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
	transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	direction: ltr;
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}
.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border-top: 2px solid transparent;
	padding-top: 2px;
}
@media (min-width:1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		transition: border-color .25s ease
	}
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #f0a30e
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}
.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}
.lg-outer .lg-toogle-thumb:after {
	content: "\f00a"
}
.lg-outer .lg-toogle-thumb:hover {
	color: #FFF
}
.lg-outer .lg-video-cont {
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}
.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../img/vimeo-play.png) 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../img/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../img/youtube-play.png) 0 -60px no-repeat
}
.lg-outer .lg-video-object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}
.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s
}
.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}
.lg-autoplay-button:after {
	content: "\f01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\f01d"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
#lg-zoom-in:after {
	content: "\e311"
}
#lg-actual-size {
	font-size: 20px
}
#lg-actual-size:after {
	content: "\e033"
}
#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}
#lg-zoom-out:after {
	content: "\e312"
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}
.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
	width: 100%;
	height: 100%
}
.lg-fullscreen:after {
	content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}
.group:after,
.group:before {
	display: table;
	content: "";
	line-height: 0
}
.group:after {
	clear: both
}
.clear {
	clear: both
}
.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-outer * {
	box-sizing: border-box
}
.lg-outer.lg-visible {
	opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important;
	opacity: 1
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}
.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}
.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}
.lg-outer .lg-item {
	background: url(../img/loading.gif) center center no-repeat;
	display: none!important
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block!important
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}
.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
.lg-outer .lg-item.lg-complete {
	background-image: none
}
.lg-outer .lg-item.lg-current {
	z-index: 1060
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto!important;
	height: auto!important
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
	display: none
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}
.lg-backdrop.in {
	opacity: 0.9;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s!important;
	transition: none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
	opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
#zoom-map,
#zoom-map img,
#cboxLoadedContent,
#cboxContent,
#cboxWrapper,
#cboxWrapper div,
#colorbox {
	-webkit-transition: none;
	transition: none;
}
.category-description h1,
.category-description h2,
.category-description h3,
.category-description h4 {
	color: #567676;
}
.category-description {
	font-size: 16px;
	padding: 0;
	margin: 0 0 30px;
}
.day-images img {
	max-width: 100%;
}
.spin {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border: 3px solid #d8663a;
	border-radius: 50%;
}
.spin:before,
.spin:after {
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	background-color: #d8663a;
	border-radius: 1.5px;
	transform-origin: 50% 0;
}
.spin:before {
	height: 9px;
	left: 13.5px;
	top: 50%;
	animation: spin 1500ms linear infinite;
}
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
/* FONT RESIZE */
/* LARGE */
body.lgfs-active,
body.lgfs-active .breadcrumb a,
body.lgfs-active .sidebar-contact-form .fake-lable {
	font-size: 19px;
}
body.lgfs-active #sidebar .change-trips,
body.lgfs-active #sidebar label,
body.lgfs-active .form-control:focus,
body.lgfs-active .form-control,
body.lgfs-active .full-trip p a,
body.lgfs-active #dates p,
body.lgfs-active .table thead th,
body.lgfs-active .table tbody td,
body.lgfs-active #dates .ship-more-info .ship-rooms>p {
	font-size: 21px;
}
body.lgfs-active .recommend-home .rec-full-info h5,
body.lgfs-active .recommend-home .rec-full-info .rec-footer .num-days,
body.lgfs-active .recommend-home .rec-full-info .rec-footer .num-dates,
body.lgfs-active .eco-details p,
body.lgfs-active .ad-slide .slide-info p,
body.lgfs-active .footer-menu li a,
body.lgfs-active .main-menu li ul.sub-menu li a,
body.lgfs-active .pattern-footer,
body.lgfs-active .trips-page #filter label,
body.lgfs-active .full-trip .info,
body.lgfs-active .full-trip .num-days,
body.lgfs-active .full-trip .num-dates p,
body.lgfs-active .trip-page .trip-menu li a,
body.lgfs-active #floated-trip .trip-menu li a,
body.lgfs-active .trip-page .right-side .desc,
body.lgfs-active .trip-page .right-side .desc p,
body.lgfs-active .trip-page .right-side p.description,
body.lgfs-active .trans-info p,
body.lgfs-active .ship-price-title,
body.lgfs-active .footer-youtube-link,
body.lgfs-active .btn-transparent,
body.lgfs-active .notes-holder div,
body.lgfs-active .guide-page .guide-article p,
body.lgfs-active .guide-page .guide-images .right,
body.lgfs-active .single-article .guide-images .right,
body.lgfs-active .guide-page .guide-images .center,
body.lgfs-active .single-article .guide-images .center,
body.lgfs-active .inner-page p {
	font-size: 22px;
}
body.lgfs-active .main-menu li.search-trip a,
body.lgfs-active .btn-eco,
body.lgfs-active .trip-mini-desk h2,
body.lgfs-active #floated-trip h2 {
	font-size: 24px;
}
body.lgfs-active #sidebar .panel-default>.panel-heading h4,
body.lgfs-active .trans-info h3,
body.lgfs-active .trans-info .day,
body.lgfs-active .about-menu li a {
	font-size: 25px;
}
body.lgfs-active .cf p,
body.lgfs-active .recommend-home .rec-full-info h4,
body.lgfs-active .footer-title,
body.lgfs-active .t-text,
body.lgfs-active .full-trip h2 a,
body.lgfs-active .trip-page .the-notes .notes-holder h3,
body.lgfs-active .guide-page .guide-article h2 {
	font-size: 26px;
}
body.lgfs-active .globe-slogen h3,
body.lgfs-active .on-top h2 {
	font-size: 28px;
}
body.lgfs-active .trip-page h2 {
	font-size: 34px;
}
body.lgfs-active .main-menu li ul.sub-menu li.sub-title a,
body.lgfs-active h1,
body.lgfs-active .h1,
body.lgfs-active .eco-details h3 {
	font-size: 40px;
}
body.lgfs-active .social a {
	padding: 5px;
	font-size: 22px;
}
body.lgfs-active .main-menu li>a {
	font-size: 23px;
	/* padding: 10px 16px 7px; */
	padding: 10px 11px 7px;
}
body.lgfs-active span.title,
body.lgfs-active span.title-top {
	font-size: 16px;
	max-height: 22px;
}
/* MEDIUM */
body.mdfs-active,
body.mdfs-active .breadcrumb a,
body.mdfs-active .sidebar-contact-form .fake-lable {
	font-size: 17px;
}
body.mdfs-active #sidebar .change-trips,
body.mdfs-active #sidebar label,
body.mdfs-active .form-control:focus,
body.mdfs-active .form-control,
body.mdfs-active .full-trip p a,
body.mdfs-active #dates p,
body.mdfs-active .table thead th,
body.mdfs-active .table tbody td,
body.mdfs-active #dates .ship-more-info .ship-rooms>p {
	font-size: 19px;
}
body.mdfs-active .recommend-home .rec-full-info h5,
body.mdfs-active .recommend-home .rec-full-info .rec-footer .num-days,
body.mdfs-active .recommend-home .rec-full-info .rec-footer .num-dates,
body.mdfs-active .eco-details p,
body.mdfs-active .ad-slide .slide-info p,
body.mdfs-active .footer-menu li a,
body.mdfs-active .main-menu li ul.sub-menu li a,
body.mdfs-active .pattern-footer,
body.mdfs-active .trips-page #filter label,
body.mdfs-active .full-trip .info,
body.mdfs-active .full-trip .num-days,
body.mdfs-active .full-trip .num-dates p,
body.mdfs-active .trip-page .trip-menu li a,
body.mdfs-active #floated-trip .trip-menu li a,
body.mdfs-active .trip-page .right-side .desc,
body.mdfs-active .trip-page .right-side .desc p,
body.mdfs-active .trip-page .right-side p.description,
body.mdfs-active .trans-info p,
body.mdfs-active .ship-price-title,
body.mdfs-active .footer-youtube-link,
body.mdfs-active .btn-transparent,
body.mdfs-active .notes-holder div,
body.mdfs-active .guide-page .guide-article p,
body.mdfs-active .guide-page .guide-images .right,
body.mdfs-active .single-article .guide-images .right,
body.mdfs-active .guide-page .guide-images .center,
body.mdfs-active .single-article .guide-images .center,
body.mdfs-active .inner-page p {
	font-size: 20px;
}
body.mdfs-active .main-menu li.search-trip a,
body.mdfs-active .btn-eco,
body.mdfs-active .trip-mini-desk h2,
body.mdfs-active #floated-trip h2 {
	font-size: 22px;
}
body.mdfs-active #sidebar .panel-default>.panel-heading h4,
body.mdfs-active .trans-info h3,
body.mdfs-active .trans-info .day,
body.mdfs-active .about-menu li a {
	font-size: 23px;
}
body.mdfs-active .cf p,
body.mdfs-active .recommend-home .rec-full-info h4,
body.mdfs-active .footer-title,
body.mdfs-active .t-text,
body.mdfs-active .full-trip h2 a,
body.mdfs-active .trip-page .the-notes .notes-holder h3,
body.mdfs-active .guide-page .guide-article h2 {
	font-size: 24px;
}
body.mdfs-active .globe-slogen h3,
body.mdfs-active .on-top h2 {
	font-size: 26px;
}
body.mdfs-active .trip-page h2 {
	font-size: 32px;
}
body.mdfs-active .main-menu li ul.sub-menu li.sub-title a,
body.mdfs-active h1,
body.mdfs-active .h1,
body.mdfs-active .eco-details h3 {
	font-size: 38px;
}
body.mdfs-active .social a {
	padding: 5px;
	font-size: 20px;
}
body.mdfs-active .main-menu li>a {
	font-size: 21px;
	padding: 10px 21px 7px;
}
body.mdfs-active span.title,
body.mdfs-active span.title-top {
	font-size: 14px;
	max-height: 22px;
}

.new_links {width:100%;}
.new_links a{display:none;float:left;padding:5px;margin: 0px 5px 0px 0px;background:#DA6C0F;color:#fff}


.spinner {
	display: inline-block;
  margin: 0px 5px 0;
  width: 55px;
  text-align: center;
}

.spinner > div {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 5px;
}

.spinner--orange > div {
  background: #FF9A27;
}

.spinner--cyan > div {
  background: #3FCCA1;
}

.spinner--yellow > div {
  background: #F2D915;
}

.spinner .spinner__item1 {
  animation-delay: -0.60s;
}

.spinner .spinner__item2 {
  animation-delay: -0.40s;
}

.spinner .spinner__item3 {
  animation-delay: -0.20s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0);
    opacity: 0;
  } 40% { 
    transform: scale(1.0);
    opacity: 1;
  }
}


.articles ol li{
	padding-bottom:10px;
}

.articles ol {
    counter-reset: item;
	padding:0px;
}
.articles li {
    display: block
}
.articles li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
	padding-left:5px;
}

.articles li ol{
	padding-right: 20px;
}

.org_text, .org_text a {
    color: #da6c0f;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
}

.org_text a:hover{
	text-decoration:underline;
}



.modal:focus{outline: none;}
.modal *:focus{outline: none;}
@media screen and (min-width: 768px){
.-dialog {
    width: max-content;
    margin: 30px auto;
}
}

.modal-content{
	width: fit-content;
    height: fit-content;
	margin-right:auto;margin-left:auto;
}
.modal {
	z-index: 1049999999990;
}


.modal_postion_right {
	left:auto;
	right:0;
	overflow:hidden !important;
}
.modal_postion_left {
	right:auto;
	left:0;
	overflow:hidden !important;
}
.modal_postion_bottom {
    bottom: 0;
    top: auto;
	overflow:hidden !important;
}

.media, .media-body, .modal-open, .progress{
	    overflow: auto !important;
}


.new_trains_css #dates p{    font-size: 16px;}
.new_trains_css {margin-top: 15px;}
.new_trains_css  .col-md-5{ 
width:45%;   
}
.new_trains_css  .col-md-2{ 
width:10%;    
padding-right: 5px!important;
padding-left: 5px!important;
}
.new_trains_css .train_titles { 
    margin-top: 15px;
}
.new_trains_css .train_titles div{ 
background-color: #da6c0f;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 25px;
    text-align: center;
}

.new_trains_css .row_line .border_train_clmn{
    border: 1px solid #ccc;
    padding: 6px;
    font-size: 23px;
    height: 115px;
}
.new_trains_css .row_line .border_train_clmnf{
	    font-size: 18px;
}
.new_trains_css .row_line .orange_bg{
  background:#da6c0f;
}
.new_trains_css .row_line .orange_bg a{
      min-height: 100% !important;
}

.main_line {
    padding-bottom: 5px;
    padding-top: 12px;
	font-weight:500;
}
.sub_line {
    margin-right: 25px;
    padding-bottom: 5px;
}

.sub_sub_line {
    margin-right: 40px;
    padding-bottom: 5px;
}

.sub_sub_line_ul {
    margin: 0 60px 0 0;
    padding: 0;
}

.sub_sub_line_ul li{ list-style-type:disc;}

.sub_sub_line_ul li::before {
    content: ".";
    font-size: 48px;
    line-height: 22px;
}


@media screen and (max-width: 1366px){
.side-float-contact {
	top:10%;
}
}



.text_bottom_page div:before{display:none;}
.text_bottom_page div:after{display:none;}


.rmMrgTb{margin:0px !important;}

.bigh2 {
	display: inline;
	font-size: 33px !important;
}

.category-description ul {
	columns: 8vw;
	max-width: 100%;
	padding: 1vw;
}

.category-description li {
	margin: 0.5vw;
	padding: 0;
	list-style: none;
}



.catSmlListingTitle{font-size:16px; font-weight:500}
.category-description ul{padding:5px 6px 1vw 0;}
.category-description ul li{margin: 0; margin-bottom:2px; }
.category-description ul li a{font-size:15px; font-weight:300 }

.instaBoxCont.row {align-items: center; display: flex;    padding-top: 18px;}
.instaBoxCont.row .instaBoxinner{max-width:22px;}
.instaBoxCont.row .inspl-0{padding-left: 0px;}
.instaBoxCont.row .inspl-0 .footer-title{ font-size: 21px;    color: #B8CBCB;}
.instaBoxCont.row .inspl-0 .footer-title:hover, .instaBoxCont.row .inspl-0 .footer-title:focus{ font-size: 21px;    color: #B8CBCB;    text-decoration: underline;}
.hebrew-upload-btn{background: #efefef;padding: 6px 14px;border: 1px solid #ccc;cursor: pointer;display: inline-block; font-weight: 400;}
.hebrew-upload-btn:hover{background: #e0e0e0;}
.hebrew-file-name{margin-right: 8px;}

.grecaptcha-badge{bottom:124px !important;}
#whatsapp_chat_widget #wa-widget-send-button{  right: 7px !important; bottom: 50px !important;}