.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}.awcdp-deposits-wrapper .awcdp-deposits-option{background:#fff;border-radius:7px;width:290px;border:1px solid rgba(0,0,0,0.1);margin-bottom:20px}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio{padding:15px;border-bottom:1px solid rgba(0,0,0,0.1);position:relative}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposit-radio{position:absolute;opacity:0}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposit-radio+.awcdp-radio-label{cursor:pointer;font-weight:500;font-size:14px;line-height:16px;color:#000000}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposit-radio+.awcdp-radio-label:before{content:"";background:#fff;border-radius:100%;border:1px solid #bfbfbf;display:inline-block;width:20px;height:20px;position:relative;top:3px;margin-right:1em;vertical-align:bottom;cursor:pointer;text-align:center;transition:all 250ms ease}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposit-radio:checked+.awcdp-radio-label:before{background-color:#fff;box-shadow:inset 0 0 0 4px #2F80ED}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposit-radio:focus+.awcdp-radio-label:before{outline:none;border-color:#2F80ED}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposit-radio:disabled+.awcdp-radio-label:before{box-shadow:inset 0 0 0 4px #fff;border-color:#bfbfbf;background:#bfbfbf}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposit-radio+.awcdp-radio-label:empty:before{margin-right:0}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description{padding-left:35px;font-size:13px;line-height:15px;color:#E48128;font-weight:400;margin-top:3px}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description #awcdp-deposit-amount{font-weight:bold}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description .awcdp-payment-plan{margin-left:-35px}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description .awcdp-payment-plan .awcdp-toggle{cursor:pointer;display:flex}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description .awcdp-payment-plan .awcdp-toggle .awcdp-tick{float:left}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description .awcdp-payment-plan .awcdp-toggle .awcdp-plan-radio{opacity:0}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description .awcdp-payment-plan .awcdp-toggle.awcdp-active .awcdp-tick{display:inline-block;width:30px;height:30px;background:url(//sabilevoyages.com/wp-content/plugins/deposits-partial-payments-for-woocommerce-pro/assets/images/greentik.svg) no-repeat;background-size:contain;background-position:center;margin-right:15px}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description .awcdp-payment-plan .awcdp-plan-description{font-size:14px;line-height:20px;color:rgba(0,0,0,0.45);margin:15px 0}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description .awcdp-payment-plan .awcdp-plan-details{display:none}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description .awcdp-payment-plan .awcdp-plan-details table{margin:17px 0;border:0}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description .awcdp-payment-plan .awcdp-plan-details table th{font-size:14px;line-height:16px;color:#000000;opacity:0.75;border:0;border-bottom:1px solid rgba(0,0,0,0.15);padding:16px 0;font-weight:400}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description .awcdp-payment-plan .awcdp-plan-details table td{border:0;font-size:14px;line-height:16px;color:#000000;padding:16px 0;font-weight:400}.awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description .awcdp-payment-plan .awcdp-deposit-checkout.awcdp-plan-details{display:block}.awcdp-deposits-wrapper .awcdp-deposits-option .pay-deposit.awcdp-radio{background:rgba(51,51,51,0.02)}.awcdp-deposits-wrapper .awcdp-wide{width:100%}.awcdp-deposits-wrapper .awcdp-payment-plan ul{margin:0;list-style:none}.awcdp-deposits-wrapper .awcdp-payment-plan ul li{border-radius:16px;padding:22px;margin:25px 0;border:1px solid rgba(0,0,0,0.07)}.awcdp-deposits-wrapper .awcdp-payment-plan .awcdp-plan-title .awcdp-plan-label{font-size:18px;line-height:21px;color:#000000}.awcdp-deposits-wrapper .awcdp-payment-plan .awcdp-plan-title .awcdp-plan-deposit{font-size:14px;line-height:16px;color:#000000;margin-top:4px}.awcdp-deposits-wrapper .awcdp-payment-plan .awcdp-plan-radio{height:0;width:0;float:left}.awcdp-deposit-checkout-button .awcdp-plan-description{display:none}body.theme-sydney .product-gallery-summary .sydney-single-addtocart-wrapper{display:block}body.theme-twentytwentyone .awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio .awcdp-deposits-description .awcdp-payment-plan .awcdp-plan-details table th{text-align:left}body.theme-neve.woocommerce.single .entry-summary>form.cart{display:block}body.theme-neve .awcdp-deposits-wrapper .awcdp-payment-plan ul li{list-style:none!important}body.theme-popularfx .woocommerce td.product-name dl.variation dd p{margin-top:0}body.theme-popularfx .shop_table.woocommerce-checkout-review-order-table tr td{text-align:left}body.theme-popularfx table.woocommerce-table.awcdp_deposits_summary th{text-align:left}.onsale{display:none}.single-product .images{position:relative}.label-wrap{z-index:29}.label-wrap.unique-none{display:none!important}.unique-label .label-product[href]:hover,.unique-label .label-product[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label-product del{color:#fff}.product-label{cursor:pointer}.product-label:empty{display:none}.unique-flash{position:absolute;top:-13px;font-size:12px;font-weight:700;line-height:50px;height:50px;width:50px}.unique-flash .product-label{position:relative;z-index:999;text-align:center;color:#fff;font-size:12px;font-weight:700;line-height:50px;display:block;height:50px;width:50px}.unique-flash.unique-shape-circle .product-label{border-radius:100%}.unique-flash.unique-shape-rectangle .product-label{border-radius:0;width:75px}.unique-flash.unique-shape-cut-diamond{height:60px;width:65px}.unique-flash.unique-shape-cut-diamond .product-label{background-color:transparent;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:25px;height:0;position:relative;border:20px solid rgba(0,0,0,0);border-top-width:0;border-bottom-color:#1abc9c}.unique-flash.unique-shape-cut-diamond .product-label:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:0;height:0;position:absolute;content:"";top:20px;left:-20px;border:33px solid rgba(0,0,0,0);border-top:40px solid #1abc9c;border-bottom-width:0;z-index:-1}.unique-flash.unique-shape-cut-diamond .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:65px;top:14px;text-align:center;left:-20px}.unique-flash.unique-shape-round-star{width:68px;height:68px}.unique-flash.unique-shape-round-star .product-label{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:50px;height:50px;position:relative;border:none;margin-left:9px;margin-top:9px}.unique-flash.unique-shape-round-star .product-label::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:50px;height:50px;position:absolute;content:"";top:0;left:0;border:none;text-shadow:none;-webkit-transform:rotateZ(30deg);transform:rotateZ(30deg);z-index:-1}.unique-flash.unique-shape-round-star .product-label::after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:50px;height:50px;position:absolute;content:"";top:0;left:0;border:none;text-shadow:none;-webkit-transform:rotateZ(60deg);transform:rotateZ(60deg);z-index:-1}.unique-flash.unique-shape-round-star .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:17px;text-align:center}.unique-flash.unique-shape-circle-ribbon{height:66px;width:50px}.unique-flash.unique-shape-circle-ribbon .product-label{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:50px;height:50px;position:relative;border:none;-webkit-border-radius:50px;border-radius:50px}.unique-flash.unique-shape-circle-ribbon .product-label::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;position:absolute;content:"";top:35px;left:-5px;border:20px solid rgba(0,0,0,0);border-top:0 solid;border-bottom:35px solid;font:normal 100%/normal Arial,Helvetica,sans-serif;color:rgba(0,0,0,1);-o-text-overflow:clip;text-overflow:clip;text-shadow:none;-webkit-transform:rotateZ(-140deg);transform:rotateZ(-140deg);z-index:-1}.unique-flash.unique-shape-circle-ribbon .product-label::after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;position:absolute;content:"";top:35px;right:-5px;border:20px solid rgba(0,0,0,0);border-top:0 solid;border-bottom:35px solid;font:normal 100%/normal Arial,Helvetica,sans-serif;color:rgba(0,0,0,1);-o-text-overflow:clip;text-overflow:clip;text-shadow:none;-webkit-transform:rotateZ(140deg);transform:rotateZ(140deg);z-index:-1}.unique-flash.unique-shape-circle-ribbon .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:17px;text-align:center}.unique-flash.unique-shape-ribbon{height:68px;width:50px}.unique-flash.unique-shape-ribbon .product-label{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:0;height:50px;border:25px solid #1abc9c;border-top:0 solid;border-bottom:17.5px solid rgba(0,0,0,0);background-color:transparent}.unique-flash.unique-shape-ribbon .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:17px;text-align:center;left:-25px}.unique-flash.unique-shape-ribbon .product-label .label_data_text{margin-left:-15px}.unique-flash.unique-shape-diamond{height:66px;width:66px}.unique-flash.unique-shape-diamond .product-label{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:50px;height:50px;border:none;border-radius:6px;-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg);-webkit-transform-origin:0 100% 0deg;transform-origin:0 100% 0deg;margin-left:8px;margin-top:8px}.unique-flash.unique-shape-diamond .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:66px;top:18px;text-align:center;left:-8px;transform:rotateZ(45deg)}.unique-flash.unique-shape-triangle-topleft{width:60px;height:60px}.unique-flash.unique-shape-triangle-topleft .product-label{width:0;height:0;border-top:60px solid red;border-right:60px solid transparent;border-bottom:0;border-left:0;background-color:transparent}.unique-flash.unique-shape-triangle-topleft .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:85px;top:-45px;text-align:center;left:-20px;transform:rotateZ(-45deg)}.unique-flash.unique-shape-triangle-topright{width:60px;height:60px}.unique-flash.unique-shape-triangle-topright .product-label{width:0;height:0;border-top:60px solid red;border-left:60px solid transparent;border-bottom:0;border-right:0;background-color:transparent}.unique-flash.unique-shape-triangle-topright .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:85px;top:-45px;text-align:center;right:-20px;transform:rotateZ(45deg)}.unique-flash.unique-shape-loophole-1{height:36px;width:75px}.unique-flash.unique-shape-loophole-1 .product-label{position:relative;height:36px;width:75px;line-height:36px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.unique-flash.unique-shape-loophole-1 .product-label::before{position:absolute;content:"";left:-18px;border-width:18px;height:36px;width:12px;top:0;border-radius:15em .25em .25em 15em;border:9px solid transparent;bottom:0;z-index:-1;webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.unique-flash.unique-shape-loophole-1 .product-label::after{position:absolute;content:"";width:6px;height:6px;top:calc(50% - 3px);left:-1px;border-radius:1em;background-color:#fff!important;z-index:1;bottom:0;box-sizing:border-box}.unique-flash.unique-shape-loophole-1 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:11px;left:12px;text-align:center}.unique-flash.unique-shape-loophole-2{height:36px;width:75px}.unique-flash.unique-shape-loophole-2 .product-label{position:relative;height:36px;width:75px;line-height:36px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.unique-flash.unique-shape-loophole-2 .product-label::before{position:absolute;content:"";left:-9px;border-width:12px;width:24px;height:24px;bottom:6px;border-radius:15em;border:6px solid transparent;z-index:-1;webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.unique-flash.unique-shape-loophole-2 .product-label::after{position:absolute;content:"";width:6px;height:6px;top:calc(50% - 3px);left:-1px;border-radius:1em;background-color:#fff!important;z-index:1;bottom:0;box-sizing:border-box}.unique-flash.unique-shape-loophole-2 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:11px;left:12px;text-align:center}.unique-flash.unique-shape-loophole-3{height:36px;width:75px}.unique-flash.unique-shape-loophole-3 .product-label{position:relative;height:36px;width:75px;line-height:36px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.unique-flash.unique-shape-loophole-3 .product-label::before{position:absolute;content:"";border-width:4.5px 9px;height:36px;left:-18px;bottom:0;border:9px solid transparent;z-index:-1;webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.unique-flash.unique-shape-loophole-3 .product-label::after{position:absolute;content:"";width:6px;height:6px;top:calc(50% - 3px);left:-1px;border-radius:1em;background-color:#fff!important;z-index:1;bottom:0;box-sizing:border-box}.unique-flash.unique-shape-loophole-3 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:11px;left:12px;text-align:center}.unique-flash.unique-shape-loophole-4{height:36px;width:75px}.unique-flash.unique-shape-loophole-4 .product-label{position:relative;height:36px;width:75px;line-height:36px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.unique-flash.unique-shape-loophole-4 .product-label::before{position:absolute;content:"";border-width:4.5px 9px;width:24px;height:24px;left:-24px;bottom:6px;border:6px solid transparent;z-index:-1;webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.unique-flash.unique-shape-loophole-4 .product-label::after{position:absolute;content:"";width:6px;height:6px;top:calc(50% - 3px);left:-1px;border-radius:1em;background-color:#fff!important;z-index:1;bottom:0;box-sizing:border-box}.unique-flash.unique-shape-loophole-4 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:11px;left:12px;text-align:center}.unique-flash.unique-shape-heart{width:56.57px}.unique-flash.unique-shape-heart .product-label{min-width:56.57px;height:50px;font-size:17px;line-height:18px;display:inline-block;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;position:relative;font-weight:700}.unique-flash.unique-shape-heart .product-label::before{position:absolute;content:"";min-width:32px;height:48px;left:28.29px;border-radius:50px 50px 0 0;transform:rotate(-45deg);transform-origin:0 100%;bottom:0;z-index:-1;box-sizing:border-box}.unique-flash.unique-shape-heart .product-label::after{position:absolute;content:"";left:auto;right:28.29px;min-width:32px;height:48px;transform:rotate(45deg);transform-origin:100% 100%;border-radius:50px 50px 0 0;z-index:-2;bottom:0;box-sizing:border-box}.unique-flash.unique-shape-heart .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:11px;text-align:center;padding-left:4px}.unique-flash.unique-shape-loophole-5{height:36px;width:75px}.unique-flash.unique-shape-loophole-5 .product-label{position:relative;height:36px;width:75px;line-height:36px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.unique-flash.unique-shape-loophole-5 .product-label::before{position:absolute;content:"";left:-36px;border:18px solid transparent;bottom:0;z-index:-1;box-sizing:border-box;webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.unique-flash.unique-shape-loophole-5 .product-label::after{position:absolute;content:"";width:6px;height:6px;top:calc(50% - 3px);left:-1px;border-radius:1em;background-color:#fff!important;z-index:1;bottom:0;box-sizing:border-box}.unique-flash.unique-shape-loophole-5 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:11px;left:12px;text-align:center}.unique-flash.unique-shape-corner-ribbons{height:36px;width:75px}.unique-flash.unique-shape-corner-ribbons .product-label{width:55px;height:30px;position:relative;background:#45d0eb;height:30px;margin-left:20px;box-sizing:border-box;display:inline-block;position:relative}.unique-flash.unique-shape-corner-ribbons .product-label::before{position:absolute;content:"";width:0;height:0;border-right:22px solid #45d0eb;border-bottom:30px solid transparent;top:0;left:-22px}.unique-flash.unique-shape-corner-ribbons .product-label::after{position:absolute;content:"";width:0;height:0;border-top:6px solid #ccc;border-right:5px solid transparent;border-left:2px solid transparent;position:absolute;right:1px;bottom:-6px}.unique-flash.unique-shape-corner-ribbons .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:8px;text-align:center}.unique-flash.unique-shape-corner-ribbons-two{height:36px;width:100px}.unique-flash.unique-shape-corner-ribbons-two .product-label{width:100%;height:30px;position:relative;background:#45d0eb;height:30px;box-sizing:border-box;display:inline-block;position:relative}.unique-flash.unique-shape-corner-ribbons-two .product-label::after{position:absolute;content:"";width:0;height:0;border-top:6px solid #ccc;border-right:5px solid transparent;border-left:2px solid transparent;position:absolute;right:1px;bottom:-6px}.unique-flash.unique-shape-corner-ribbons-two .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:100%;top:8px;text-align:center}.unique-image{position:absolute;top:-13px;height:auto;width:auto}.unique-image .product-label{text-align:center;display:block;height:auto;width:auto}.unique-image .product-label>img{margin:0!important}.unique-count-down.unique-style-1,.unique-count-down.unique-style-1 .product-label{width:100px;height:85px}.unique-count-down.unique-style-1 .unique-count-1{position:absolute;width:55px;left:22px;height:85px;border-radius:10px;display:inline-block;top:0;transition:all 0.2s ease}.unique-count-down.unique-style-1 .unique-count-1:before,.unique-count-down.unique-style-1 .unique-count-1:after{position:absolute;width:inherit;height:inherit;border-radius:inherit;background:inherit;content:"";top:0;left:0;right:0;bottom:0;margin:auto}.unique-count-down.unique-style-1 .unique-count-1:before{transform:rotate(60deg)}.unique-count-down.unique-style-1 .unique-count-1:after{transform:rotate(-60deg)}.unique-count-down.unique-style-1 .unique-count-1 .circle{width:60px;height:60px;position:absolute;background:#fff;z-index:10;border-radius:50%;top:0;left:-3px;right:0;bottom:0;margin:auto}.unique-count-down.unique-style-1 .ribbon-clock{position:absolute;top:58px;border-radius:4px;padding-top:3px;padding-bottom:3px;width:100px;z-index:11;color:#fff;height:20px;line-height:14px;font-size:12px;box-shadow:0 1px 2px rgba(0,0,0,.27);text-shadow:0 2px 2px rgba(0,0,0,.1);text-transform:uppercase;background:linear-gradient(to bottom right,#555 0%,#333 100%);cursor:default;box-sizing:border-box;text-align:center}.unique-count-down .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:700;line-height:13px;position:absolute;z-index:14;width:50px;top:30px;left:calc(50% - 25px);text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.1)}.unique-count-down.unique-style-2 .product-label{width:60px}.unique-count-down.unique-style-2 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;line-height:13px;position:absolute;z-index:14;width:50px;top:10px;left:calc(50% - 25px);text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-2px}.unique-style-2 div#clock{position:absolute;top:-15px;z-index:99;color:#fff;left:-11px}.unique-style-2 .unique-count-2{line-height:17px;font-size:17px;text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-2px;display:block;width:60px;height:50px;background:linear-gradient(to bottom,#999999 0%,#cccccc 100%);color:#fff;float:left;-webkit-filter:drop-shadow(0 .5rem .3em rgba(0,0,0,.5));transform:translate3d(0,0,0)}.unique-style-2 .unique-count-2:after{content:"";width:0;height:0;border-right:30px solid transparent;border-left:30px solid transparent;border-top:15px solid #CCC;position:absolute;top:50px;left:0}.unique-style-2 .ribbon-clock{position:absolute;border-radius:4px;padding:5px 5px 4px;width:71px;z-index:11;color:#fff;height:10px;line-height:9px;font-size:9px;box-shadow:0 1px 2px rgba(0,0,0,.27);text-shadow:0 2px 2px rgba(0,0,0,.1);text-transform:uppercase;background:linear-gradient(to bottom right,#555 0%,#333 100%);cursor:default;text-align:center;box-sizing:content-box}.unique-count-down.unique-style-3 .product-label{width:105px;height:60px;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.27)}.unique-count-down.unique-style-3 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;line-height:10px;position:absolute;z-index:14;width:50px;top:10px;left:calc(50% - 25px);text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-1px}.unique-style-3 div#clock{position:absolute;top:40px;z-index:99;color:#fff}.unique-style-3 .ribbon-clock{position:absolute;border-radius:4px;padding:5px 5px 4px;width:95px;z-index:11;color:#fff;height:10px;line-height:9px;font-size:12px;box-shadow:0 1px 2px rgba(0,0,0,.27);text-shadow:0 2px 2px rgba(0,0,0,.1);text-transform:uppercase;background:linear-gradient(to bottom right,#555 0%,#333 100%);cursor:default;box-sizing:content-box;text-align:center}.unique-count-down.unique-style-4 .product-label{width:100px;height:87px}.unique-count-down.unique-style-4 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;line-height:13px;position:absolute;z-index:14;width:50px;top:25px;left:calc(50% - 26px);text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-1px}.unique-style-4 div#clock{position:absolute;top:68px;z-index:99;color:#fff;left:0}.unique-style-4 .unique-pin{-webkit-border-radius:200px;-moz-border-radius:200px;-ms-border-radius:200px;-o-border-radius:200px;border-radius:200px;line-height:17px;font-size:17px;text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-2px;display:block;width:60px;height:60px;background:linear-gradient(to bottom,#999999 0%,#cccccc 100%);color:#fff;-webkit-filter:drop-shadow(0 .5rem .3em rgba(0,0,0,.5));transform:translate3d(0,0,0);margin-left:20px}.unique-style-4 .unique-pin:after{content:"";width:0;height:0;border-right:20px solid transparent;border-left:20px solid transparent;border-top:15px solid #CCC;position:absolute;top:53px;left:10px}.unique-style-4 .unique-pin{background:linear-gradient(to bottom,#5f9654 0%,#65b045 100%)}.unique-style-4 .unique-pin:after{border-top:15px solid #65b045}.unique-style-4 .ribbon-clock{position:absolute;border-radius:4px;padding:5px 0 4px;width:100px;z-index:11;color:#fff;height:10px;line-height:9px;font-size:12px;box-shadow:0 1px 2px rgba(0,0,0,.27);text-shadow:0 2px 2px rgba(0,0,0,.1);text-transform:uppercase;background:linear-gradient(to bottom right,#555 0%,#333 100%);cursor:default;text-align:center;box-sizing:content-box}.unique-count-down.unique-style-5 .product-label{width:110px;height:87px}.unique-count-down.unique-style-5 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;line-height:13px;position:absolute;z-index:14;width:50px;top:25px;left:calc(50% - 26px);text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-1px}.unique-style-5 div#clock{position:absolute;top:67px;z-index:99;color:#fff;left:0}.unique-style-5 .unique-circle-label{webkit-border-radius:200px;-moz-border-radius:200px;-ms-border-radius:200px;-o-border-radius:200px;border-radius:200px;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#fafafa),color-stop(50%,#e3e3e3),color-stop(50%,#888888),color-stop(100%,#666666));background-image:-webkit-linear-gradient(#fafafa,#e3e3e3 50%,#888888 50%,#666666);background-image:-moz-linear-gradient(#fafafa,#e3e3e3 50%,#888888 50%,#666666);background-image:-o-linear-gradient(#fafafa,#e3e3e3 50%,#888888 50%,#666666);background-image:linear-gradient(#fafafa,#e3e3e3 50%,#888888 50%,#666666);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3),inset 0 2px 5px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.3),inset 0 2px 5px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3),inset 0 2px 5px rgba(0,0,0,.3);line-height:17px;font-size:17px;text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-2px;display:block;width:60px;height:60px;background:linear-gradient(to bottom,#999999 0%,#cccccc 100%);color:#fff;position:relative;margin-left:25px;margin-top:3px}.unique-style-5 .unique-circle-label:after{content:"";width:66px;height:66px;position:absolute;left:-3px;top:-3px;z-index:-1;-webkit-border-radius:200px;-moz-border-radius:200px;-ms-border-radius:200px;-o-border-radius:200px;border-radius:200px;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#cecece),color-stop(100%,#e7e7e7));background-image:-webkit-linear-gradient(#cecece,#e7e7e7);background-image:-moz-linear-gradient(#cecece,#e7e7e7);background-image:-o-linear-gradient(#cecece,#e7e7e7);background-image:linear-gradient(#cecece,#e7e7e7);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.9);-moz-box-shadow:0 1px 0 rgba(255,255,255,.9);box-shadow:0 1px 0 rgba(255,255,255,.9)}.unique-style-5 .unique-circle-label{background:linear-gradient(to bottom,#5f9654 0%,#65b045 100%)}.unique-style-5 .ribbon-clock{position:absolute;border-radius:4px;padding:5px 5px 4px;width:100px;z-index:11;color:#fff;height:10px;line-height:9px;font-size:12px;box-shadow:0 1px 2px rgba(0,0,0,.27);text-shadow:0 2px 2px rgba(0,0,0,.1);text-transform:uppercase;background:linear-gradient(to bottom right,#555 0%,#333 100%);cursor:default;text-align:center;box-sizing:content-box}.unique-count-down.unique-style-6 .product-label{position:relative;width:150px;height:70px;background-color:#00000057;border-radius:5px;z-index:-1;top:0;left:0}.unique-count-down.unique-style-6 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:700;line-height:13px;position:absolute;z-index:14;width:150px;min-height:13px;top:10px;left:0;text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.1);border-bottom:2px solid #fff;padding-bottom:7px}.unique-style-6 div#clock{margin:0;position:absolute;width:100%;top:37px;left:22px}.unique-count-down.unique-style-7 .product-label{width:165px;height:50px;background-color:#0000001f;border:1px solid #bbb;border-top-left-radius:50px;border-bottom-left-radius:50px}.unique-count-down.unique-style-7 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:700;line-height:13px;position:absolute;z-index:14;width:110px;top:32px;left:calc(50% - 31px);text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.1);border-top:2px solid #fff;padding-top:2px}.unique-style-7 div#clock{position:absolute;top:-9px;left:40px;width:110px}.unique-style-7 .unique-clock-background svg{position:absolute;left:0}.unique-count-down.unique-style-8 .product-label{position:relative;width:122px;height:37px}.unique-count-down.unique-style-8 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:700;line-height:13px;position:absolute;z-index:14;width:122px;top:-14px;left:0;text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.1)}.unique-style-8 div#clock{position:absolute;top:5px;left:5px;margin:0;width:100%}.unique-style-8 .unique-day-background{position:absolute;top:0;left:0;width:90px;height:35px;background-color:#fff;border:1px solid red;border-left:31px solid red;z-index:-1;box-sizing:content-box}.unique-style-8 .flip-clock-dot{display:none}.unique-alert{padding:20px;color:#fff;border-radius:5px;margin-right:15px;box-shadow:0 1px 2px rgba(0,0,0,.27)}.unique-alert-notice{background-color:#ffeb3b;border:1px solid #CDDC39}.unique-alert-info{background-color:#3ba5ff;border:1px solid #3991dc}#it-woocommerce-advanced-product-labels-pro .unique-alert{margin-left:10px}.unique-closebtn{margin-left:15px;color:#fff;font-weight:700;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:0.3s}.unique-closebtn:hover{color:#000}.container-image-and-label{position:relative;display:block;text-indent:0;line-height:0}.overlay_label_desc_popup{z-index:999;position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);transition:opacity .5s;visibility:hidden;opacity:0}.label_desc_popup_inner{margin:70px auto;background:#fff;border-radius:5px;width:50%;position:relative;height:80%}.label_desc_popup_inner h2,.label_tab_header h2{margin:0;padding-bottom:10px;margin-top:0;color:#333;font-family:Tahoma,Arial,sans-serif}.label_desc_popup_inner .label_popup_close{position:absolute;top:-33px;right:-15px;transition:all .2s;font-size:30px;font-weight:300;text-decoration:none;color:#f5f5f5;cursor:pointer}.label_desc_popup_inner .label_popup_close:hover{color:#dfdcdc}.label_desc_popup_inner .label_popup_header{height:85px;padding:20px;background-color:#f5f5f5;border-radius:5px 5px 0 0;text-align:justify}.label_desc_popup_inner .label-wrap{position:absolute!important;top:auto!important;right:26px!important;bottom:auto!important;left:auto!important}.label_tab_header{position:relative}.label_tab_header .label-wrap{position:absolute!important;top:auto!important;right:26px!important;bottom:auto!important;left:auto!important}.label_desc_popup_inner .label_popup_content{height:calc(100% - 120px);overflow-y:auto;overflow-x:hidden;padding:20px;margin-bottom:20px;margin-top:20px}@media screen and (max-width:700px){.label_desc_popup_inner{width:70%}}.label_popup_content::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#F5F5F5}.label_popup_content::-webkit-scrollbar{width:6px;background-color:#F5F5F5}.label_popup_content::-webkit-scrollbar-thumb{background-color:#000}hr.hr_popup{border:0;height:1px;background-image:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.55),rgba(0,0,0,0))}.owl-carousel li.product{width:100%!important}.carousel_label_area .owl-carousel{padding-top:27px}.carousel_label_area .owl-nav{top:0;left:1px;position:absolute}.carousel_label_area button{width:25px;margin-right:3px;background-color:#eaeaea!important;border-radius:2px}h3.carousel_label_title{margin:0;padding-bottom:10px;margin-top:0;color:#333;font-family:Tahoma,Arial,sans-serif}.unique-label-text i{padding-right:2px;display:inline-block;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.flip-clock-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.flip-clock-wrapper a{cursor:pointer;text-decoration:none;color:#ccc}.flip-clock-wrapper a:hover{color:#fff}.flip-clock-wrapper ul{list-style:none!important}.flip-clock-wrapper.clearfix:after,.flip-clock-wrapper.clearfix:before{content:" ";display:table}.flip-clock-wrapper.clearfix:after{clear:both}.flip-clock-wrapper{font:normal 11px "Helvetica Neue",Helvetica,sans-serif;-webkit-user-select:none}.flip-clock-meridium{background:0 0!important;box-shadow:0 0 0!important;font-size:36px!important}.flip-clock-meridium a{color:#313333}.flip-clock-wrapper{text-align:center;position:relative;width:100%;margin:1em}.flip-clock-wrapper:after,.flip-clock-wrapper:before{content:" ";display:table}.flip-clock-wrapper:after{clear:both}.flip-clock-wrapper ul{position:relative;float:left;margin:1px!important;width:10px;height:15px;font-size:11px;font-weight:700;line-height:15px;border-radius:3px;background:#000;padding:0!important;clear:none!important}.flip-clock-wrapper ul li{z-index:1;position:absolute;left:0;top:0;width:100%!important;height:100%;line-height:15px;text-decoration:none!important}.flip-clock-wrapper ul li:first-child{z-index:2}.flip-clock-wrapper ul li a{display:block;height:100%;margin:0!important;overflow:visible!important;cursor:default!important}.flip-clock-wrapper ul li a div{z-index:1;position:absolute;left:0;width:100%;height:50%;font-size:11px;overflow:hidden;outline:1px solid transparent}.flip-clock-wrapper ul li a div .shadow{position:absolute;width:100%;height:100%;z-index:2}.flip-clock-wrapper ul li a div.up{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;top:0}.flip-clock-wrapper ul li a div.up:after{content:"";position:absolute;top:7px;left:0;z-index:5;width:100%;height:3px;background-color:#000;background-color:rgba(0,0,0,.4)}.flip-clock-wrapper ul li a div.down{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;bottom:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.flip-clock-wrapper ul li a div div.inn{position:absolute;left:0;z-index:1;width:100%;height:200%;color:#ccc;text-shadow:0 1px 2px #000;text-align:center;background-color:#333;border-radius:3px;font-size:11px}.flip-clock-wrapper ul li a div.up div.inn{top:0}.flip-clock-wrapper ul li a div.down div.inn{bottom:0}.flip-clock-wrapper ul.play li.flip-clock-before{z-index:3}.flip-clock-wrapper .flip{box-shadow:0 2px 5px rgba(0,0,0,.7)}.flip-clock-wrapper ul.play li.flip-clock-active{-webkit-animation:asd 10ms .49s linear both;-moz-animation:asd 10ms .49s linear both;animation:asd 10ms .49s linear both;z-index:5}.flip-clock-divider{float:left;display:inline-block;position:relative;width:4px;height:15px}.flip-clock-divider:first-child{width:0}.flip-clock-dot{display:block;background:#323434;width:2px;height:2px;position:absolute;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.5);left:1px}.flip-clock-divider .flip-clock-label{position:absolute;top:18px;right:-20px;color:#000;text-shadow:none;font:normal 7px "Apple SD Gothic Neo","Malgun Gothic","Nanum Gothic",Dotum,sans-serif}.flip-clock-divider.hours .flip-clock-label{right:-22px}.flip-clock-divider.minutes .flip-clock-label{right:-25px}.flip-clock-divider.seconds .flip-clock-label{right:-26px}.flip-clock-dot.top{top:6px}.flip-clock-dot.bottom{bottom:4px}@-webkit-keyframes asd{0%{z-index:2}100%{z-index:4}}@-moz-keyframes asd{0%{z-index:2}100%{z-index:4}}@-o-keyframes asd{0%{z-index:2}100%{z-index:4}}@keyframes asd{0%{z-index:2}100%{z-index:4}}.flip-clock-wrapper ul.play li.flip-clock-active .down{z-index:2;-webkit-animation:turn .5s .5s linear both;-moz-animation:turn .5s .5s linear both;animation:turn .5s .5s linear both}@-webkit-keyframes turn{0%{-webkit-transform:rotateX(90deg)}100%{-webkit-transform:rotateX(0)}}@-moz-keyframes turn{0%{-moz-transform:rotateX(90deg)}100%{-moz-transform:rotateX(0)}}@-o-keyframes turn{0%{-o-transform:rotateX(90deg)}100%{-o-transform:rotateX(0)}}@keyframes turn{0%{transform:rotateX(90deg)}100%{transform:rotateX(0)}}.flip-clock-wrapper ul.play li.flip-clock-before .up{z-index:2;-webkit-animation:turn2 .5s linear both;-moz-animation:turn2 .5s linear both;animation:turn2 .5s linear both}@-webkit-keyframes turn2{0%{-webkit-transform:rotateX(0)}100%{-webkit-transform:rotateX(-90deg)}}@-moz-keyframes turn2{0%{-moz-transform:rotateX(0)}100%{-moz-transform:rotateX(-90deg)}}@-o-keyframes turn2{0%{-o-transform:rotateX(0)}100%{-o-transform:rotateX(-90deg)}}@keyframes turn2{0%{transform:rotateX(0)}100%{transform:rotateX(-90deg)}}.flip-clock-wrapper ul li.flip-clock-active{z-index:3}.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,#000));background:linear,top,rgba(0,0,0,.1) 0,#000 100%;background:-o-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);background:linear,to bottom,rgba(0,0,0,.1) 0,#000 100%;-webkit-animation:show .5s linear both;-moz-animation:show .5s linear both;animation:show .5s linear both}.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,#000));background:linear,top,rgba(0,0,0,.1) 0,#000 100%;background:-o-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);background:linear,to bottom,rgba(0,0,0,.1) 0,#000 100%;-webkit-animation:hide .5s .3s linear both;-moz-animation:hide .5s .3s linear both;animation:hide .5s .3s linear both}.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow{background:-moz-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,rgba(0,0,0,.1)));background:linear,top,#000 0,rgba(0,0,0,.1) 100%;background:-o-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);background:-ms-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);background:linear,to bottom,#000 0,rgba(0,0,0,.1) 100%;-webkit-animation:show .5s linear both;-moz-animation:show .5s linear both;animation:show .5s linear both}.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow{background:-moz-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,rgba(0,0,0,.1)));background:linear,top,#000 0,rgba(0,0,0,.1) 100%;background:-o-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);background:-ms-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);background:linear,to bottom,#000 0,rgba(0,0,0,.1) 100%;-webkit-animation:hide .5s .3s linear both;-moz-animation:hide .5s .3s linear both;animation:hide .5s .2s linear both}@-webkit-keyframes show{0%{opacity:0}100%{opacity:1}}@-moz-keyframes show{0%{opacity:0}100%{opacity:1}}@-o-keyframes show{0%{opacity:0}100%{opacity:1}}@keyframes show{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes hide{0%{opacity:1}100%{opacity:0}}@-moz-keyframes hide{0%{opacity:1}100%{opacity:0}}@-o-keyframes hide{0%{opacity:1}100%{opacity:0}}@keyframes hide{0%{opacity:1}100%{opacity:0}}.gdlr-core-body button.lg-icon{ font-family: lg; }
button.lg-icon:before, button.lg-icon:after{ font-family: lg; }
@font-face{font-family:lg;src:url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/lg.eot?n1z373);src:url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/lg.eot?#iefixn1z373) format("embedded-opentype"),url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/lg.woff?n1z373) format("woff"),url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/lg.ttf?n1z373) format("truetype"),url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;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:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-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;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1080;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);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;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.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;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .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}.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 ease 0s,opacity 250ms!important;-moz-transition:-moz-transform 250ms ease 0s,opacity 250ms!important;-o-transition:-o-transform 250ms ease 0s,opacity 250ms!important;transition:transform 250ms ease 0s,opacity 250ms!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-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;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-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:-moz-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)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:5px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #fff;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width: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;-o-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:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#fff}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;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(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/vimeo-play.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/vimeo-play.png) no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/video-play.png) no-repeat scroll 0 0;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(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/youtube-play.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/youtube-play.png) no-repeat scroll 0 -60px transparent}.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-palying .lg-object,.lg-outer .lg-has-video.lg-video-palying .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-palying .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;-moz-transition:opacity 80ms ease 0s;-o-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:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.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:-webkit-transform .3s ease 0s;-moz-transition:-moz-transform .3s ease 0s;-o-transition:-o-transform .3s ease 0s;transition:transform .3s ease 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-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 ease 0s,opacity .15s!important;-moz-transition:-moz-transform .3s ease 0s,opacity .15s!important;-o-transition:-o-transform .3s ease 0s,opacity .15s!important;transition:transform .3s ease 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#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;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,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;-o-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-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}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/loading.gif) no-repeat scroll center center transparent;display:none!important}.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-css .lg-current{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{top:0;bottom:0;left:0;right:0;padding:0 5px}.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;-o-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{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.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;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-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;-moz-transition:opacity .1s ease 0s;-o-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;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.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;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-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}
.lg-css3.lg-zoom-in .lg-item{opacity:0}.lg-css3.lg-zoom-in .lg-item.lg-prev-slide{-webkit-transform:scale3d(1.3,1.3,1.3);transform:scale3d(1.3,1.3,1.3)}.lg-css3.lg-zoom-in .lg-item.lg-next-slide{-webkit-transform:scale3d(1.3,1.3,1.3);transform:scale3d(1.3,1.3,1.3)}.lg-css3.lg-zoom-in .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-in .lg-item.lg-current,.lg-css3.lg-zoom-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-in .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-zoom-in-big .lg-item{opacity:0}.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide{-webkit-transform:scale3d(2,2,2);transform:scale3d(2,2,2)}.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide{-webkit-transform:scale3d(2,2,2);transform:scale3d(2,2,2)}.lg-css3.lg-zoom-in-big .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-in-big .lg-item.lg-current,.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-zoom-out .lg-item{opacity:0}.lg-css3.lg-zoom-out .lg-item.lg-prev-slide{-webkit-transform:scale3d(.7,.7,.7);transform:scale3d(.7,.7,.7)}.lg-css3.lg-zoom-out .lg-item.lg-next-slide{-webkit-transform:scale3d(.7,.7,.7);transform:scale3d(.7,.7,.7)}.lg-css3.lg-zoom-out .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-out .lg-item.lg-current,.lg-css3.lg-zoom-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-out .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-zoom-out-big .lg-item{opacity:0}.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.lg-css3.lg-zoom-out-big .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-out-big .lg-item.lg-current,.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-zoom-out-in .lg-item{opacity:0}.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide{-webkit-transform:scale3d(2,2,2);transform:scale3d(2,2,2)}.lg-css3.lg-zoom-out-in .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-out-in .lg-item.lg-current,.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-zoom-in-out .lg-item{opacity:0}.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide{-webkit-transform:scale3d(2,2,2);transform:scale3d(2,2,2)}.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.lg-css3.lg-zoom-in-out .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-in-out .lg-item.lg-current,.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-soft-zoom .lg-item{opacity:0}.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.lg-css3.lg-soft-zoom .lg-item.lg-next-slide{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}.lg-css3.lg-soft-zoom .lg-item.lg-current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-soft-zoom .lg-item.lg-current,.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-scale-up .lg-item{opacity:0}.lg-css3.lg-scale-up .lg-item.lg-prev-slide{-moz-transform:scale3d(.8,.8,.8) translate3d(0,10%,0);-o-transform:scale3d(.8,.8,.8) translate3d(0,10%,0);-ms-transform:scale3d(.8,.8,.8) translate3d(0,10%,0);-webkit-transform:scale3d(.8,.8,.8) translate3d(0,10%,0);transform:scale3d(.8,.8,.8) translate3d(0,10%,0)}.lg-css3.lg-scale-up .lg-item.lg-next-slide{-moz-transform:scale3d(.8,.8,.8) translate3d(0,10%,0);-o-transform:scale3d(.8,.8,.8) translate3d(0,10%,0);-ms-transform:scale3d(.8,.8,.8) translate3d(0,10%,0);-webkit-transform:scale3d(.8,.8,.8) translate3d(0,10%,0);transform:scale3d(.8,.8,.8) translate3d(0,10%,0)}.lg-css3.lg-scale-up .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-scale-up .lg-item.lg-current,.lg-css3.lg-scale-up .lg-item.lg-next-slide,.lg-css3.lg-scale-up .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-circular .lg-item{opacity:0}.lg-css3.lg-slide-circular .lg-item.lg-prev-slide{-moz-transform:scale3d(0,0,0) translate3d(-100%,0,0);-o-transform:scale3d(0,0,0) translate3d(-100%,0,0);-ms-transform:scale3d(0,0,0) translate3d(-100%,0,0);-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.lg-css3.lg-slide-circular .lg-item.lg-next-slide{-moz-transform:scale3d(0,0,0) translate3d(100%,0,0);-o-transform:scale3d(0,0,0) translate3d(100%,0,0);-ms-transform:scale3d(0,0,0) translate3d(100%,0,0);-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.lg-css3.lg-slide-circular .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-circular .lg-item.lg-current,.lg-css3.lg-slide-circular .lg-item.lg-next-slide,.lg-css3.lg-slide-circular .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-circular-up .lg-item{opacity:0}.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide{-moz-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);-o-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);-ms-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);-webkit-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);transform:scale3d(0,0,0) translate3d(-100%,-100%,0)}.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide{-moz-transform:scale3d(0,0,0) translate3d(100%,-100%,0);-o-transform:scale3d(0,0,0) translate3d(100%,-100%,0);-ms-transform:scale3d(0,0,0) translate3d(100%,-100%,0);-webkit-transform:scale3d(0,0,0) translate3d(100%,-100%,0);transform:scale3d(0,0,0) translate3d(100%,-100%,0)}.lg-css3.lg-slide-circular-up .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-circular-up .lg-item.lg-current,.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-circular-down .lg-item{opacity:0}.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide{-moz-transform:scale3d(0,0,0) translate3d(-100%,100%,0);-o-transform:scale3d(0,0,0) translate3d(-100%,100%,0);-ms-transform:scale3d(0,0,0) translate3d(-100%,100%,0);-webkit-transform:scale3d(0,0,0) translate3d(-100%,100%,0);transform:scale3d(0,0,0) translate3d(-100%,100%,0)}.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide{-moz-transform:scale3d(0,0,0) translate3d(100%,100%,0);-o-transform:scale3d(0,0,0) translate3d(100%,100%,0);-ms-transform:scale3d(0,0,0) translate3d(100%,100%,0);-webkit-transform:scale3d(0,0,0) translate3d(100%,100%,0);transform:scale3d(0,0,0) translate3d(100%,100%,0)}.lg-css3.lg-slide-circular-down .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-circular-down .lg-item.lg-current,.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-circular-vertical .lg-item{opacity:0}.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide{-moz-transform:scale3d(0,0,0) translate3d(0,-100%,0);-o-transform:scale3d(0,0,0) translate3d(0,-100%,0);-ms-transform:scale3d(0,0,0) translate3d(0,-100%,0);-webkit-transform:scale3d(0,0,0) translate3d(0,-100%,0);transform:scale3d(0,0,0) translate3d(0,-100%,0)}.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide{-moz-transform:scale3d(0,0,0) translate3d(0,100%,0);-o-transform:scale3d(0,0,0) translate3d(0,100%,0);-ms-transform:scale3d(0,0,0) translate3d(0,100%,0);-webkit-transform:scale3d(0,0,0) translate3d(0,100%,0);transform:scale3d(0,0,0) translate3d(0,100%,0)}.lg-css3.lg-slide-circular-vertical .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-circular-vertical .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-circular-vertical-left .lg-item{opacity:0}.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide{-moz-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);-o-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);-ms-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);-webkit-transform:scale3d(0,0,0) translate3d(-100%,-100%,0);transform:scale3d(0,0,0) translate3d(-100%,-100%,0)}.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide{-moz-transform:scale3d(0,0,0) translate3d(-100%,100%,0);-o-transform:scale3d(0,0,0) translate3d(-100%,100%,0);-ms-transform:scale3d(0,0,0) translate3d(-100%,100%,0);-webkit-transform:scale3d(0,0,0) translate3d(-100%,100%,0);transform:scale3d(0,0,0) translate3d(-100%,100%,0)}.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-circular-vertical-down .lg-item{opacity:0}.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide{-moz-transform:scale3d(0,0,0) translate3d(100%,-100%,0);-o-transform:scale3d(0,0,0) translate3d(100%,-100%,0);-ms-transform:scale3d(0,0,0) translate3d(100%,-100%,0);-webkit-transform:scale3d(0,0,0) translate3d(100%,-100%,0);transform:scale3d(0,0,0) translate3d(100%,-100%,0)}.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide{-moz-transform:scale3d(0,0,0) translate3d(100%,100%,0);-o-transform:scale3d(0,0,0) translate3d(100%,100%,0);-ms-transform:scale3d(0,0,0) translate3d(100%,100%,0);-webkit-transform:scale3d(0,0,0) translate3d(100%,100%,0);transform:scale3d(0,0,0) translate3d(100%,100%,0)}.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-vertical .lg-item{opacity:0}.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.lg-css3.lg-slide-vertical .lg-item.lg-next-slide{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.lg-css3.lg-slide-vertical .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-vertical .lg-item.lg-current,.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-vertical-growth .lg-item{opacity:0}.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide{-moz-transform:scale3d(.5,.5,.5) translate3d(0,-150%,0);-o-transform:scale3d(.5,.5,.5) translate3d(0,-150%,0);-ms-transform:scale3d(.5,.5,.5) translate3d(0,-150%,0);-webkit-transform:scale3d(.5,.5,.5) translate3d(0,-150%,0);transform:scale3d(.5,.5,.5) translate3d(0,-150%,0)}.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide{-moz-transform:scale3d(.5,.5,.5) translate3d(0,150%,0);-o-transform:scale3d(.5,.5,.5) translate3d(0,150%,0);-ms-transform:scale3d(.5,.5,.5) translate3d(0,150%,0);-webkit-transform:scale3d(.5,.5,.5) translate3d(0,150%,0);transform:scale3d(.5,.5,.5) translate3d(0,150%,0)}.lg-css3.lg-slide-vertical-growth .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-vertical-growth .lg-item.lg-current,.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-skew-only .lg-item{opacity:0}.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide{-moz-transform:skew(10deg,0deg);-o-transform:skew(10deg,0deg);-ms-transform:skew(10deg,0deg);-webkit-transform:skew(10deg,0deg);transform:skew(10deg,0deg)}.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide{-moz-transform:skew(10deg,0deg);-o-transform:skew(10deg,0deg);-ms-transform:skew(10deg,0deg);-webkit-transform:skew(10deg,0deg);transform:skew(10deg,0deg)}.lg-css3.lg-slide-skew-only .lg-item.lg-current{-moz-transform:skew(0deg,0deg);-o-transform:skew(0deg,0deg);-ms-transform:skew(0deg,0deg);-webkit-transform:skew(0deg,0deg);transform:skew(0deg,0deg);opacity:1}.lg-css3.lg-slide-skew-only .lg-item.lg-current,.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-skew-only-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide{-moz-transform:skew(-10deg,0deg);-o-transform:skew(-10deg,0deg);-ms-transform:skew(-10deg,0deg);-webkit-transform:skew(-10deg,0deg);transform:skew(-10deg,0deg)}.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide{-moz-transform:skew(-10deg,0deg);-o-transform:skew(-10deg,0deg);-ms-transform:skew(-10deg,0deg);-webkit-transform:skew(-10deg,0deg);transform:skew(-10deg,0deg)}.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current{-moz-transform:skew(0deg,0deg);-o-transform:skew(0deg,0deg);-ms-transform:skew(0deg,0deg);-webkit-transform:skew(0deg,0deg);transform:skew(0deg,0deg);opacity:1}.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-skew-only-y .lg-item{opacity:0}.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide{-moz-transform:skew(0deg,10deg);-o-transform:skew(0deg,10deg);-ms-transform:skew(0deg,10deg);-webkit-transform:skew(0deg,10deg);transform:skew(0deg,10deg)}.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide{-moz-transform:skew(0deg,10deg);-o-transform:skew(0deg,10deg);-ms-transform:skew(0deg,10deg);-webkit-transform:skew(0deg,10deg);transform:skew(0deg,10deg)}.lg-css3.lg-slide-skew-only-y .lg-item.lg-current{-moz-transform:skew(0deg,0deg);-o-transform:skew(0deg,0deg);-ms-transform:skew(0deg,0deg);-webkit-transform:skew(0deg,0deg);transform:skew(0deg,0deg);opacity:1}.lg-css3.lg-slide-skew-only-y .lg-item.lg-current,.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-skew-only-y-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide{-moz-transform:skew(0deg,-10deg);-o-transform:skew(0deg,-10deg);-ms-transform:skew(0deg,-10deg);-webkit-transform:skew(0deg,-10deg);transform:skew(0deg,-10deg)}.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide{-moz-transform:skew(0deg,-10deg);-o-transform:skew(0deg,-10deg);-ms-transform:skew(0deg,-10deg);-webkit-transform:skew(0deg,-10deg);transform:skew(0deg,-10deg)}.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current{-moz-transform:skew(0deg,0deg);-o-transform:skew(0deg,0deg);-ms-transform:skew(0deg,0deg);-webkit-transform:skew(0deg,0deg);transform:skew(0deg,0deg);opacity:1}.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-skew .lg-item{opacity:0}.lg-css3.lg-slide-skew .lg-item.lg-prev-slide{-moz-transform:skew(20deg,0deg) translate3d(-100%,0,0);-o-transform:skew(20deg,0deg) translate3d(-100%,0,0);-ms-transform:skew(20deg,0deg) translate3d(-100%,0,0);-webkit-transform:skew(20deg,0deg) translate3d(-100%,0,0);transform:skew(20deg,0deg) translate3d(-100%,0,0)}.lg-css3.lg-slide-skew .lg-item.lg-next-slide{-moz-transform:skew(20deg,0deg) translate3d(100%,0,0);-o-transform:skew(20deg,0deg) translate3d(100%,0,0);-ms-transform:skew(20deg,0deg) translate3d(100%,0,0);-webkit-transform:skew(20deg,0deg) translate3d(100%,0,0);transform:skew(20deg,0deg) translate3d(100%,0,0)}.lg-css3.lg-slide-skew .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew .lg-item.lg-current,.lg-css3.lg-slide-skew .lg-item.lg-next-slide,.lg-css3.lg-slide-skew .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-skew-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide{-moz-transform:skew(-20deg,0deg) translate3d(-100%,0,0);-o-transform:skew(-20deg,0deg) translate3d(-100%,0,0);-ms-transform:skew(-20deg,0deg) translate3d(-100%,0,0);-webkit-transform:skew(-20deg,0deg) translate3d(-100%,0,0);transform:skew(-20deg,0deg) translate3d(-100%,0,0)}.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide{-moz-transform:skew(-20deg,0deg) translate3d(100%,0,0);-o-transform:skew(-20deg,0deg) translate3d(100%,0,0);-ms-transform:skew(-20deg,0deg) translate3d(100%,0,0);-webkit-transform:skew(-20deg,0deg) translate3d(100%,0,0);transform:skew(-20deg,0deg) translate3d(100%,0,0)}.lg-css3.lg-slide-skew-rev .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-skew-cross .lg-item{opacity:0}.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide{-moz-transform:skew(0deg,60deg) translate3d(-100%,0,0);-o-transform:skew(0deg,60deg) translate3d(-100%,0,0);-ms-transform:skew(0deg,60deg) translate3d(-100%,0,0);-webkit-transform:skew(0deg,60deg) translate3d(-100%,0,0);transform:skew(0deg,60deg) translate3d(-100%,0,0)}.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide{-moz-transform:skew(0deg,60deg) translate3d(100%,0,0);-o-transform:skew(0deg,60deg) translate3d(100%,0,0);-ms-transform:skew(0deg,60deg) translate3d(100%,0,0);-webkit-transform:skew(0deg,60deg) translate3d(100%,0,0);transform:skew(0deg,60deg) translate3d(100%,0,0)}.lg-css3.lg-slide-skew-cross .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-cross .lg-item.lg-current,.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-skew-cross-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide{-moz-transform:skew(0deg,-60deg) translate3d(-100%,0,0);-o-transform:skew(0deg,-60deg) translate3d(-100%,0,0);-ms-transform:skew(0deg,-60deg) translate3d(-100%,0,0);-webkit-transform:skew(0deg,-60deg) translate3d(-100%,0,0);transform:skew(0deg,-60deg) translate3d(-100%,0,0)}.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide{-moz-transform:skew(0deg,-60deg) translate3d(100%,0,0);-o-transform:skew(0deg,-60deg) translate3d(100%,0,0);-ms-transform:skew(0deg,-60deg) translate3d(100%,0,0);-webkit-transform:skew(0deg,-60deg) translate3d(100%,0,0);transform:skew(0deg,-60deg) translate3d(100%,0,0)}.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-skew-ver .lg-item{opacity:0}.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide{-moz-transform:skew(60deg,0deg) translate3d(0,-100%,0);-o-transform:skew(60deg,0deg) translate3d(0,-100%,0);-ms-transform:skew(60deg,0deg) translate3d(0,-100%,0);-webkit-transform:skew(60deg,0deg) translate3d(0,-100%,0);transform:skew(60deg,0deg) translate3d(0,-100%,0)}.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide{-moz-transform:skew(60deg,0deg) translate3d(0,100%,0);-o-transform:skew(60deg,0deg) translate3d(0,100%,0);-ms-transform:skew(60deg,0deg) translate3d(0,100%,0);-webkit-transform:skew(60deg,0deg) translate3d(0,100%,0);transform:skew(60deg,0deg) translate3d(0,100%,0)}.lg-css3.lg-slide-skew-ver .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-ver .lg-item.lg-current,.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-skew-ver-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide{-moz-transform:skew(-60deg,0deg) translate3d(0,-100%,0);-o-transform:skew(-60deg,0deg) translate3d(0,-100%,0);-ms-transform:skew(-60deg,0deg) translate3d(0,-100%,0);-webkit-transform:skew(-60deg,0deg) translate3d(0,-100%,0);transform:skew(-60deg,0deg) translate3d(0,-100%,0)}.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide{-moz-transform:skew(-60deg,0deg) translate3d(0,100%,0);-o-transform:skew(-60deg,0deg) translate3d(0,100%,0);-ms-transform:skew(-60deg,0deg) translate3d(0,100%,0);-webkit-transform:skew(-60deg,0deg) translate3d(0,100%,0);transform:skew(-60deg,0deg) translate3d(0,100%,0)}.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-skew-ver-cross .lg-item{opacity:0}.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide{-moz-transform:skew(0deg,20deg) translate3d(0,-100%,0);-o-transform:skew(0deg,20deg) translate3d(0,-100%,0);-ms-transform:skew(0deg,20deg) translate3d(0,-100%,0);-webkit-transform:skew(0deg,20deg) translate3d(0,-100%,0);transform:skew(0deg,20deg) translate3d(0,-100%,0)}.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide{-moz-transform:skew(0deg,20deg) translate3d(0,100%,0);-o-transform:skew(0deg,20deg) translate3d(0,100%,0);-ms-transform:skew(0deg,20deg) translate3d(0,100%,0);-webkit-transform:skew(0deg,20deg) translate3d(0,100%,0);transform:skew(0deg,20deg) translate3d(0,100%,0)}.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item{opacity:0}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide{-moz-transform:skew(0deg,-20deg) translate3d(0,-100%,0);-o-transform:skew(0deg,-20deg) translate3d(0,-100%,0);-ms-transform:skew(0deg,-20deg) translate3d(0,-100%,0);-webkit-transform:skew(0deg,-20deg) translate3d(0,-100%,0);transform:skew(0deg,-20deg) translate3d(0,-100%,0)}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide{-moz-transform:skew(0deg,-20deg) translate3d(0,100%,0);-o-transform:skew(0deg,-20deg) translate3d(0,100%,0);-ms-transform:skew(0deg,-20deg) translate3d(0,100%,0);-webkit-transform:skew(0deg,-20deg) translate3d(0,100%,0);transform:skew(0deg,-20deg) translate3d(0,100%,0)}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current{-moz-transform:skew(0deg,0deg) translate3d(0,0,0);-o-transform:skew(0deg,0deg) translate3d(0,0,0);-ms-transform:skew(0deg,0deg) translate3d(0,0,0);-webkit-transform:skew(0deg,0deg) translate3d(0,0,0);transform:skew(0deg,0deg) translate3d(0,0,0);opacity:1}.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-lollipop .lg-item{opacity:0}.lg-css3.lg-lollipop .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-lollipop .lg-item.lg-next-slide{-moz-transform:translate3d(0,0,0) scale(.5);-o-transform:translate3d(0,0,0) scale(.5);-ms-transform:translate3d(0,0,0) scale(.5);-webkit-transform:translate3d(0,0,0) scale(.5);transform:translate3d(0,0,0) scale(.5)}.lg-css3.lg-lollipop .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-lollipop .lg-item.lg-current,.lg-css3.lg-lollipop .lg-item.lg-next-slide,.lg-css3.lg-lollipop .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-lollipop-rev .lg-item{opacity:0}.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide{-moz-transform:translate3d(0,0,0) scale(.5);-o-transform:translate3d(0,0,0) scale(.5);-ms-transform:translate3d(0,0,0) scale(.5);-webkit-transform:translate3d(0,0,0) scale(.5);transform:translate3d(0,0,0) scale(.5)}.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-lollipop-rev .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-lollipop-rev .lg-item.lg-current,.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-rotate .lg-item{opacity:0}.lg-css3.lg-rotate .lg-item.lg-prev-slide{-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}.lg-css3.lg-rotate .lg-item.lg-next-slide{-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}.lg-css3.lg-rotate .lg-item.lg-current{-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0);opacity:1}.lg-css3.lg-rotate .lg-item.lg-current,.lg-css3.lg-rotate .lg-item.lg-next-slide,.lg-css3.lg-rotate .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-rotate-rev .lg-item{opacity:0}.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide{-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}.lg-css3.lg-rotate-rev .lg-item.lg-next-slide{-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}.lg-css3.lg-rotate-rev .lg-item.lg-current{-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0);opacity:1}.lg-css3.lg-rotate-rev .lg-item.lg-current,.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}.lg-css3.lg-tube .lg-item{opacity:0}.lg-css3.lg-tube .lg-item.lg-prev-slide{-moz-transform:scale3d(1,0,1) translate3d(-100%,0,0);-o-transform:scale3d(1,0,1) translate3d(-100%,0,0);-ms-transform:scale3d(1,0,1) translate3d(-100%,0,0);-webkit-transform:scale3d(1,0,1) translate3d(-100%,0,0);transform:scale3d(1,0,1) translate3d(-100%,0,0)}.lg-css3.lg-tube .lg-item.lg-next-slide{-moz-transform:scale3d(1,0,1) translate3d(100%,0,0);-o-transform:scale3d(1,0,1) translate3d(100%,0,0);-ms-transform:scale3d(1,0,1) translate3d(100%,0,0);-webkit-transform:scale3d(1,0,1) translate3d(100%,0,0);transform:scale3d(1,0,1) translate3d(100%,0,0)}.lg-css3.lg-tube .lg-item.lg-current{-moz-transform:scale3d(1,1,1) translate3d(0,0,0);-o-transform:scale3d(1,1,1) translate3d(0,0,0);-ms-transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.lg-css3.lg-tube .lg-item.lg-current,.lg-css3.lg-tube .lg-item.lg-next-slide,.lg-css3.lg-tube .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-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}
.lg-outer.fb-comments .lg-img-wrap{padding-right:400px!important}.lg-outer.fb-comments .fb-comments{height:100%;overflow-y:auto;position:absolute;right:0;top:0;width:420px;z-index:99999;background:#fff url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/loading.gif) no-repeat scroll center center}.lg-outer.fb-comments .fb-comments.fb_iframe_widget{background-image:none}.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader{background:#fff url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/loading.gif) no-repeat scroll center center}.lg-outer.fb-comments .lg-toolbar{right:420px;width:auto}.lg-outer.fb-comments .lg-actions .lg-next{right:420px}.lg-outer.fb-comments .lg-item{background-image:none}.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap{background-image:none}.lg-outer.fb-comments .lg-img-wrap{background:url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/lightgallery/skin-lightgallery/loading.gif) no-repeat scroll center center transparent}.lg-outer.fb-comments .lg-sub-html{padding:0;position:static}/* font awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome */
@font-face{font-family:'FontAwesome';src:url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/font-awesome/fontawesome-webfont.eot?v=4.7.0);src:url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/font-awesome/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal;font-display:block;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:ElegantIcons;src:url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/elegant-font/ElegantIcons.eot);src:url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/elegant-font/ElegantIcons.eot?#iefix) format('embedded-opentype'),url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/elegant-font/ElegantIcons.woff) format('woff'),url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/elegant-font/ElegantIcons.ttf) format('truetype'),url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/elegant-font/ElegantIcons.svg#ElegantIcons) format('svg');font-weight:400;font-style:normal;font-display:block}[data-icon]:before{font-family:ElegantIcons;content:attr(data-icon);speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.arrow-up-down,.arrow_back,.arrow_carrot-2down,.arrow_carrot-2down_alt2,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left,.arrow_carrot-2left_alt,.arrow_carrot-2left_alt2,.arrow_carrot-2right,.arrow_carrot-2right_alt,.arrow_carrot-2right_alt2,.arrow_carrot-2up,.arrow_carrot-2up_alt,.arrow_carrot-2up_alt2,.arrow_carrot-down,.arrow_carrot-down_alt,.arrow_carrot-down_alt2,.arrow_carrot-left,.arrow_carrot-left_alt,.arrow_carrot-left_alt2,.arrow_carrot-right,.arrow_carrot-right_alt,.arrow_carrot-right_alt2,.arrow_carrot-up,.arrow_carrot-up_alt2,.arrow_carrot_up_alt,.arrow_condense,.arrow_condense_alt,.arrow_down,.arrow_down_alt,.arrow_expand,.arrow_expand_alt,.arrow_expand_alt2,.arrow_expand_alt3,.arrow_left,.arrow_left-down,.arrow_left-down_alt,.arrow_left-right,.arrow_left-right_alt,.arrow_left-up,.arrow_left-up_alt,.arrow_left_alt,.arrow_move,.arrow_right,.arrow_right-down,.arrow_right-down_alt,.arrow_right-up,.arrow_right-up_alt,.arrow_right_alt,.arrow_triangle-down,.arrow_triangle-down_alt,.arrow_triangle-down_alt2,.arrow_triangle-left,.arrow_triangle-left_alt,.arrow_triangle-left_alt2,.arrow_triangle-right,.arrow_triangle-right_alt,.arrow_triangle-right_alt2,.arrow_triangle-up,.arrow_triangle-up_alt,.arrow_triangle-up_alt2,.arrow_up,.arrow_up-down_alt,.arrow_up_alt,.icon_adjust-horiz,.icon_adjust-vert,.icon_archive,.icon_archive_alt,.icon_bag,.icon_bag_alt,.icon_balance,.icon_blocked,.icon_book,.icon_book_alt,.icon_box-checked,.icon_box-empty,.icon_box-selected,.icon_briefcase,.icon_briefcase_alt,.icon_building,.icon_building_alt,.icon_calculator_alt,.icon_calendar,.icon_calulator,.icon_camera,.icon_camera_alt,.icon_cart,.icon_cart_alt,.icon_chat,.icon_chat_alt,.icon_check,.icon_check_alt,.icon_check_alt2,.icon_circle-empty,.icon_circle-slelected,.icon_clipboard,.icon_clock,.icon_clock_alt,.icon_close,.icon_close_alt,.icon_close_alt2,.icon_cloud,.icon_cloud-download,.icon_cloud-download_alt,.icon_cloud-upload,.icon_cloud-upload_alt,.icon_cloud_alt,.icon_cog,.icon_cogs,.icon_comment,.icon_comment_alt,.icon_compass,.icon_compass_alt,.icon_cone,.icon_cone_alt,.icon_contacts,.icon_contacts_alt,.icon_creditcard,.icon_currency,.icon_currency_alt,.icon_cursor,.icon_cursor_alt,.icon_datareport,.icon_datareport_alt,.icon_desktop,.icon_dislike,.icon_dislike_alt,.icon_document,.icon_document_alt,.icon_documents,.icon_documents_alt,.icon_download,.icon_drawer,.icon_drawer_alt,.icon_drive,.icon_drive_alt,.icon_easel,.icon_easel_alt,.icon_error-circle,.icon_error-circle_alt,.icon_error-oct,.icon_error-oct_alt,.icon_error-triangle,.icon_error-triangle_alt,.icon_film,.icon_floppy,.icon_floppy_alt,.icon_flowchart,.icon_flowchart_alt,.icon_folder,.icon_folder-add,.icon_folder-add_alt,.icon_folder-alt,.icon_folder-open,.icon_folder-open_alt,.icon_folder_download,.icon_folder_upload,.icon_genius,.icon_gift,.icon_gift_alt,.icon_globe,.icon_globe-2,.icon_globe_alt,.icon_grid-2x2,.icon_grid-3x3,.icon_group,.icon_headphones,.icon_heart,.icon_heart_alt,.icon_hourglass,.icon_house,.icon_house_alt,.icon_id,.icon_id-2,.icon_id-2_alt,.icon_id_alt,.icon_image,.icon_images,.icon_info,.icon_info_alt,.icon_key,.icon_key_alt,.icon_laptop,.icon_lifesaver,.icon_lightbulb,.icon_lightbulb_alt,.icon_like,.icon_like_alt,.icon_link,.icon_link_alt,.icon_loading,.icon_lock,.icon_lock-open,.icon_lock-open_alt,.icon_lock_alt,.icon_mail,.icon_mail_alt,.icon_map,.icon_map_alt,.icon_menu,.icon_menu-circle_alt,.icon_menu-circle_alt2,.icon_menu-square_alt,.icon_menu-square_alt2,.icon_mic,.icon_mic_alt,.icon_minus-06,.icon_minus-box,.icon_minus_alt,.icon_minus_alt2,.icon_mobile,.icon_mug,.icon_mug_alt,.icon_music,.icon_ol,.icon_paperclip,.icon_pause,.icon_pause_alt,.icon_pause_alt2,.icon_pencil,.icon_pencil-edit,.icon_pencil-edit_alt,.icon_pencil_alt,.icon_pens,.icon_pens_alt,.icon_percent,.icon_percent_alt,.icon_phone,.icon_piechart,.icon_pin,.icon_pin_alt,.icon_plus,.icon_plus-box,.icon_plus_alt,.icon_plus_alt2,.icon_printer,.icon_printer-alt,.icon_profile,.icon_pushpin,.icon_pushpin_alt,.icon_puzzle,.icon_puzzle_alt,.icon_question,.icon_question_alt,.icon_question_alt2,.icon_quotations,.icon_quotations_alt,.icon_quotations_alt2,.icon_refresh,.icon_ribbon,.icon_ribbon_alt,.icon_rook,.icon_search,.icon_search-2,.icon_search_alt,.icon_shield,.icon_shield_alt,.icon_star,.icon_star-half,.icon_star-half_alt,.icon_star_alt,.icon_stop,.icon_stop_alt,.icon_stop_alt2,.icon_table,.icon_tablet,.icon_tag,.icon_tag_alt,.icon_tags,.icon_tags_alt,.icon_target,.icon_tool,.icon_toolbox,.icon_toolbox_alt,.icon_tools,.icon_trash,.icon_trash_alt,.icon_ul,.icon_upload,.icon_vol-mute,.icon_vol-mute_alt,.icon_volume-high,.icon_volume-high_alt,.icon_volume-low,.icon_volume-low_alt,.icon_wallet,.icon_wallet_alt,.icon_zoom-in,.icon_zoom-in_alt,.icon_zoom-out,.icon_zoom-out_alt,.social_blogger,.social_blogger_circle,.social_blogger_square,.social_delicious,.social_delicious_circle,.social_delicious_square,.social_deviantart,.social_deviantart_circle,.social_deviantart_square,.social_dribbble,.social_dribbble_circle,.social_dribbble_square,.social_facebook,.social_facebook_circle,.social_facebook_square,.social_flickr,.social_flickr_circle,.social_flickr_square,.social_googledrive,.social_googledrive_alt2,.social_googledrive_square,.social_googleplus,.social_googleplus_circle,.social_googleplus_square,.social_instagram,.social_instagram_circle,.social_instagram_square,.social_linkedin,.social_linkedin_circle,.social_linkedin_square,.social_myspace,.social_myspace_circle,.social_myspace_square,.social_picassa,.social_picassa_circle,.social_picassa_square,.social_pinterest,.social_pinterest_circle,.social_pinterest_square,.social_rss,.social_rss_circle,.social_rss_square,.social_share,.social_share_circle,.social_share_square,.social_skype,.social_skype_circle,.social_skype_square,.social_spotify,.social_spotify_circle,.social_spotify_square,.social_stumbleupon_circle,.social_stumbleupon_square,.social_tumbleupon,.social_tumblr,.social_tumblr_circle,.social_tumblr_square,.social_twitter,.social_twitter_circle,.social_twitter_square,.social_vimeo,.social_vimeo_circle,.social_vimeo_square,.social_wordpress,.social_wordpress_circle,.social_wordpress_square,.social_youtube,.social_youtube_circle,.social_youtube_square{font-family:ElegantIcons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.arrow_up:before{content:"\21"}.arrow_down:before{content:"\22"}.arrow_left:before{content:"\23"}.arrow_right:before{content:"\24"}.arrow_left-up:before{content:"\25"}.arrow_right-up:before{content:"\26"}.arrow_right-down:before{content:"\27"}.arrow_left-down:before{content:"\28"}.arrow-up-down:before{content:"\29"}.arrow_up-down_alt:before{content:"\2a"}.arrow_left-right_alt:before{content:"\2b"}.arrow_left-right:before{content:"\2c"}.arrow_expand_alt2:before{content:"\2d"}.arrow_expand_alt:before{content:"\2e"}.arrow_condense:before{content:"\2f"}.arrow_expand:before{content:"\30"}.arrow_move:before{content:"\31"}.arrow_carrot-up:before{content:"\32"}.arrow_carrot-down:before{content:"\33"}.arrow_carrot-left:before{content:"\34"}.arrow_carrot-right:before{content:"\35"}.arrow_carrot-2up:before{content:"\36"}.arrow_carrot-2down:before{content:"\37"}.arrow_carrot-2left:before{content:"\38"}.arrow_carrot-2right:before{content:"\39"}.arrow_carrot-up_alt2:before{content:"\3a"}.arrow_carrot-down_alt2:before{content:"\3b"}.arrow_carrot-left_alt2:before{content:"\3c"}.arrow_carrot-right_alt2:before{content:"\3d"}.arrow_carrot-2up_alt2:before{content:"\3e"}.arrow_carrot-2down_alt2:before{content:"\3f"}.arrow_carrot-2left_alt2:before{content:"\40"}.arrow_carrot-2right_alt2:before{content:"\41"}.arrow_triangle-up:before{content:"\42"}.arrow_triangle-down:before{content:"\43"}.arrow_triangle-left:before{content:"\44"}.arrow_triangle-right:before{content:"\45"}.arrow_triangle-up_alt2:before{content:"\46"}.arrow_triangle-down_alt2:before{content:"\47"}.arrow_triangle-left_alt2:before{content:"\48"}.arrow_triangle-right_alt2:before{content:"\49"}.arrow_back:before{content:"\4a"}.icon_minus-06:before{content:"\4b"}.icon_plus:before{content:"\4c"}.icon_close:before{content:"\4d"}.icon_check:before{content:"\4e"}.icon_minus_alt2:before{content:"\4f"}.icon_plus_alt2:before{content:"\50"}.icon_close_alt2:before{content:"\51"}.icon_check_alt2:before{content:"\52"}.icon_zoom-out_alt:before{content:"\53"}.icon_zoom-in_alt:before{content:"\54"}.icon_search:before{content:"\55"}.icon_box-empty:before{content:"\56"}.icon_box-selected:before{content:"\57"}.icon_minus-box:before{content:"\58"}.icon_plus-box:before{content:"\59"}.icon_box-checked:before{content:"\5a"}.icon_circle-empty:before{content:"\5b"}.icon_circle-slelected:before{content:"\5c"}.icon_stop_alt2:before{content:"\5d"}.icon_stop:before{content:"\5e"}.icon_pause_alt2:before{content:"\5f"}.icon_pause:before{content:"\60"}.icon_menu:before{content:"\61"}.icon_menu-square_alt2:before{content:"\62"}.icon_menu-circle_alt2:before{content:"\63"}.icon_ul:before{content:"\64"}.icon_ol:before{content:"\65"}.icon_adjust-horiz:before{content:"\66"}.icon_adjust-vert:before{content:"\67"}.icon_document_alt:before{content:"\68"}.icon_documents_alt:before{content:"\69"}.icon_pencil:before{content:"\6a"}.icon_pencil-edit_alt:before{content:"\6b"}.icon_pencil-edit:before{content:"\6c"}.icon_folder-alt:before{content:"\6d"}.icon_folder-open_alt:before{content:"\6e"}.icon_folder-add_alt:before{content:"\6f"}.icon_info_alt:before{content:"\70"}.icon_error-oct_alt:before{content:"\71"}.icon_error-circle_alt:before{content:"\72"}.icon_error-triangle_alt:before{content:"\73"}.icon_question_alt2:before{content:"\74"}.icon_question:before{content:"\75"}.icon_comment_alt:before{content:"\76"}.icon_chat_alt:before{content:"\77"}.icon_vol-mute_alt:before{content:"\78"}.icon_volume-low_alt:before{content:"\79"}.icon_volume-high_alt:before{content:"\7a"}.icon_quotations:before{content:"\7b"}.icon_quotations_alt2:before{content:"\7c"}.icon_clock_alt:before{content:"\7d"}.icon_lock_alt:before{content:"\7e"}.icon_lock-open_alt:before{content:"\e000"}.icon_key_alt:before{content:"\e001"}.icon_cloud_alt:before{content:"\e002"}.icon_cloud-upload_alt:before{content:"\e003"}.icon_cloud-download_alt:before{content:"\e004"}.icon_image:before{content:"\e005"}.icon_images:before{content:"\e006"}.icon_lightbulb_alt:before{content:"\e007"}.icon_gift_alt:before{content:"\e008"}.icon_house_alt:before{content:"\e009"}.icon_genius:before{content:"\e00a"}.icon_mobile:before{content:"\e00b"}.icon_tablet:before{content:"\e00c"}.icon_laptop:before{content:"\e00d"}.icon_desktop:before{content:"\e00e"}.icon_camera_alt:before{content:"\e00f"}.icon_mail_alt:before{content:"\e010"}.icon_cone_alt:before{content:"\e011"}.icon_ribbon_alt:before{content:"\e012"}.icon_bag_alt:before{content:"\e013"}.icon_creditcard:before{content:"\e014"}.icon_cart_alt:before{content:"\e015"}.icon_paperclip:before{content:"\e016"}.icon_tag_alt:before{content:"\e017"}.icon_tags_alt:before{content:"\e018"}.icon_trash_alt:before{content:"\e019"}.icon_cursor_alt:before{content:"\e01a"}.icon_mic_alt:before{content:"\e01b"}.icon_compass_alt:before{content:"\e01c"}.icon_pin_alt:before{content:"\e01d"}.icon_pushpin_alt:before{content:"\e01e"}.icon_map_alt:before{content:"\e01f"}.icon_drawer_alt:before{content:"\e020"}.icon_toolbox_alt:before{content:"\e021"}.icon_book_alt:before{content:"\e022"}.icon_calendar:before{content:"\e023"}.icon_film:before{content:"\e024"}.icon_table:before{content:"\e025"}.icon_contacts_alt:before{content:"\e026"}.icon_headphones:before{content:"\e027"}.icon_lifesaver:before{content:"\e028"}.icon_piechart:before{content:"\e029"}.icon_refresh:before{content:"\e02a"}.icon_link_alt:before{content:"\e02b"}.icon_link:before{content:"\e02c"}.icon_loading:before{content:"\e02d"}.icon_blocked:before{content:"\e02e"}.icon_archive_alt:before{content:"\e02f"}.icon_heart_alt:before{content:"\e030"}.icon_star_alt:before{content:"\e031"}.icon_star-half_alt:before{content:"\e032"}.icon_star:before{content:"\e033"}.icon_star-half:before{content:"\e034"}.icon_tools:before{content:"\e035"}.icon_tool:before{content:"\e036"}.icon_cog:before{content:"\e037"}.icon_cogs:before{content:"\e038"}.arrow_up_alt:before{content:"\e039"}.arrow_down_alt:before{content:"\e03a"}.arrow_left_alt:before{content:"\e03b"}.arrow_right_alt:before{content:"\e03c"}.arrow_left-up_alt:before{content:"\e03d"}.arrow_right-up_alt:before{content:"\e03e"}.arrow_right-down_alt:before{content:"\e03f"}.arrow_left-down_alt:before{content:"\e040"}.arrow_condense_alt:before{content:"\e041"}.arrow_expand_alt3:before{content:"\e042"}.arrow_carrot_up_alt:before{content:"\e043"}.arrow_carrot-down_alt:before{content:"\e044"}.arrow_carrot-left_alt:before{content:"\e045"}.arrow_carrot-right_alt:before{content:"\e046"}.arrow_carrot-2up_alt:before{content:"\e047"}.arrow_carrot-2dwnn_alt:before{content:"\e048"}.arrow_carrot-2left_alt:before{content:"\e049"}.arrow_carrot-2right_alt:before{content:"\e04a"}.arrow_triangle-up_alt:before{content:"\e04b"}.arrow_triangle-down_alt:before{content:"\e04c"}.arrow_triangle-left_alt:before{content:"\e04d"}.arrow_triangle-right_alt:before{content:"\e04e"}.icon_minus_alt:before{content:"\e04f"}.icon_plus_alt:before{content:"\e050"}.icon_close_alt:before{content:"\e051"}.icon_check_alt:before{content:"\e052"}.icon_zoom-out:before{content:"\e053"}.icon_zoom-in:before{content:"\e054"}.icon_stop_alt:before{content:"\e055"}.icon_menu-square_alt:before{content:"\e056"}.icon_menu-circle_alt:before{content:"\e057"}.icon_document:before{content:"\e058"}.icon_documents:before{content:"\e059"}.icon_pencil_alt:before{content:"\e05a"}.icon_folder:before{content:"\e05b"}.icon_folder-open:before{content:"\e05c"}.icon_folder-add:before{content:"\e05d"}.icon_folder_upload:before{content:"\e05e"}.icon_folder_download:before{content:"\e05f"}.icon_info:before{content:"\e060"}.icon_error-circle:before{content:"\e061"}.icon_error-oct:before{content:"\e062"}.icon_error-triangle:before{content:"\e063"}.icon_question_alt:before{content:"\e064"}.icon_comment:before{content:"\e065"}.icon_chat:before{content:"\e066"}.icon_vol-mute:before{content:"\e067"}.icon_volume-low:before{content:"\e068"}.icon_volume-high:before{content:"\e069"}.icon_quotations_alt:before{content:"\e06a"}.icon_clock:before{content:"\e06b"}.icon_lock:before{content:"\e06c"}.icon_lock-open:before{content:"\e06d"}.icon_key:before{content:"\e06e"}.icon_cloud:before{content:"\e06f"}.icon_cloud-upload:before{content:"\e070"}.icon_cloud-download:before{content:"\e071"}.icon_lightbulb:before{content:"\e072"}.icon_gift:before{content:"\e073"}.icon_house:before{content:"\e074"}.icon_camera:before{content:"\e075"}.icon_mail:before{content:"\e076"}.icon_cone:before{content:"\e077"}.icon_ribbon:before{content:"\e078"}.icon_bag:before{content:"\e079"}.icon_cart:before{content:"\e07a"}.icon_tag:before{content:"\e07b"}.icon_tags:before{content:"\e07c"}.icon_trash:before{content:"\e07d"}.icon_cursor:before{content:"\e07e"}.icon_mic:before{content:"\e07f"}.icon_compass:before{content:"\e080"}.icon_pin:before{content:"\e081"}.icon_pushpin:before{content:"\e082"}.icon_map:before{content:"\e083"}.icon_drawer:before{content:"\e084"}.icon_toolbox:before{content:"\e085"}.icon_book:before{content:"\e086"}.icon_contacts:before{content:"\e087"}.icon_archive:before{content:"\e088"}.icon_heart:before{content:"\e089"}.icon_profile:before{content:"\e08a"}.icon_group:before{content:"\e08b"}.icon_grid-2x2:before{content:"\e08c"}.icon_grid-3x3:before{content:"\e08d"}.icon_music:before{content:"\e08e"}.icon_pause_alt:before{content:"\e08f"}.icon_phone:before{content:"\e090"}.icon_upload:before{content:"\e091"}.icon_download:before{content:"\e092"}.social_facebook:before{content:"\e093"}.social_twitter:before{content:"\e094"}.social_pinterest:before{content:"\e095"}.social_googleplus:before{content:"\e096"}.social_tumblr:before{content:"\e097"}.social_tumbleupon:before{content:"\e098"}.social_wordpress:before{content:"\e099"}.social_instagram:before{content:"\e09a"}.social_dribbble:before{content:"\e09b"}.social_vimeo:before{content:"\e09c"}.social_linkedin:before{content:"\e09d"}.social_rss:before{content:"\e09e"}.social_deviantart:before{content:"\e09f"}.social_share:before{content:"\e0a0"}.social_myspace:before{content:"\e0a1"}.social_skype:before{content:"\e0a2"}.social_youtube:before{content:"\e0a3"}.social_picassa:before{content:"\e0a4"}.social_googledrive:before{content:"\e0a5"}.social_flickr:before{content:"\e0a6"}.social_blogger:before{content:"\e0a7"}.social_spotify:before{content:"\e0a8"}.social_delicious:before{content:"\e0a9"}.social_facebook_circle:before{content:"\e0aa"}.social_twitter_circle:before{content:"\e0ab"}.social_pinterest_circle:before{content:"\e0ac"}.social_googleplus_circle:before{content:"\e0ad"}.social_tumblr_circle:before{content:"\e0ae"}.social_stumbleupon_circle:before{content:"\e0af"}.social_wordpress_circle:before{content:"\e0b0"}.social_instagram_circle:before{content:"\e0b1"}.social_dribbble_circle:before{content:"\e0b2"}.social_vimeo_circle:before{content:"\e0b3"}.social_linkedin_circle:before{content:"\e0b4"}.social_rss_circle:before{content:"\e0b5"}.social_deviantart_circle:before{content:"\e0b6"}.social_share_circle:before{content:"\e0b7"}.social_myspace_circle:before{content:"\e0b8"}.social_skype_circle:before{content:"\e0b9"}.social_youtube_circle:before{content:"\e0ba"}.social_picassa_circle:before{content:"\e0bb"}.social_googledrive_alt2:before{content:"\e0bc"}.social_flickr_circle:before{content:"\e0bd"}.social_blogger_circle:before{content:"\e0be"}.social_spotify_circle:before{content:"\e0bf"}.social_delicious_circle:before{content:"\e0c0"}.social_facebook_square:before{content:"\e0c1"}.social_twitter_square:before{content:"\e0c2"}.social_pinterest_square:before{content:"\e0c3"}.social_googleplus_square:before{content:"\e0c4"}.social_tumblr_square:before{content:"\e0c5"}.social_stumbleupon_square:before{content:"\e0c6"}.social_wordpress_square:before{content:"\e0c7"}.social_instagram_square:before{content:"\e0c8"}.social_dribbble_square:before{content:"\e0c9"}.social_vimeo_square:before{content:"\e0ca"}.social_linkedin_square:before{content:"\e0cb"}.social_rss_square:before{content:"\e0cc"}.social_deviantart_square:before{content:"\e0cd"}.social_share_square:before{content:"\e0ce"}.social_myspace_square:before{content:"\e0cf"}.social_skype_square:before{content:"\e0d0"}.social_youtube_square:before{content:"\e0d1"}.social_picassa_square:before{content:"\e0d2"}.social_googledrive_square:before{content:"\e0d3"}.social_flickr_square:before{content:"\e0d4"}.social_blogger_square:before{content:"\e0d5"}.social_spotify_square:before{content:"\e0d6"}.social_delicious_square:before{content:"\e0d7"}.icon_printer:before{content:"\e103"}.icon_calulator:before{content:"\e0ee"}.icon_building:before{content:"\e0ef"}.icon_floppy:before{content:"\e0e8"}.icon_drive:before{content:"\e0ea"}.icon_search-2:before{content:"\e101"}.icon_id:before{content:"\e107"}.icon_id-2:before{content:"\e108"}.icon_puzzle:before{content:"\e102"}.icon_like:before{content:"\e106"}.icon_dislike:before{content:"\e0eb"}.icon_mug:before{content:"\e105"}.icon_currency:before{content:"\e0ed"}.icon_wallet:before{content:"\e100"}.icon_pens:before{content:"\e104"}.icon_easel:before{content:"\e0e9"}.icon_flowchart:before{content:"\e109"}.icon_datareport:before{content:"\e0ec"}.icon_briefcase:before{content:"\e0fe"}.icon_shield:before{content:"\e0f6"}.icon_percent:before{content:"\e0fb"}.icon_globe:before{content:"\e0e2"}.icon_globe-2:before{content:"\e0e3"}.icon_target:before{content:"\e0f5"}.icon_hourglass:before{content:"\e0e1"}.icon_balance:before{content:"\e0ff"}.icon_rook:before{content:"\e0f8"}.icon_printer-alt:before{content:"\e0fa"}.icon_calculator_alt:before{content:"\e0e7"}.icon_building_alt:before{content:"\e0fd"}.icon_floppy_alt:before{content:"\e0e4"}.icon_drive_alt:before{content:"\e0e5"}.icon_search_alt:before{content:"\e0f7"}.icon_id_alt:before{content:"\e0e0"}.icon_id-2_alt:before{content:"\e0fc"}.icon_puzzle_alt:before{content:"\e0f9"}.icon_like_alt:before{content:"\e0dd"}.icon_dislike_alt:before{content:"\e0f1"}.icon_mug_alt:before{content:"\e0dc"}.icon_currency_alt:before{content:"\e0f3"}.icon_wallet_alt:before{content:"\e0d8"}.icon_pens_alt:before{content:"\e0db"}.icon_easel_alt:before{content:"\e0f0"}.icon_flowchart_alt:before{content:"\e0df"}.icon_datareport_alt:before{content:"\e0f2"}.icon_briefcase_alt:before{content:"\e0f4"}.icon_shield_alt:before{content:"\e0d9"}.icon_percent_alt:before{content:"\e0da"}.icon_globe_alt:before{content:"\e0de"}.icon_clipboard:before{content:"\e0e6"}.glyph{float:left;text-align:center;padding:.75em;margin:.4em 1.5em .75em 0;width:6em;text-shadow:none}.glyph_big{font-size:128px;color:#59c5dc;float:left;margin-right:20px}.glyph div{padding-bottom:10px}.glyph input{font-family:consolas,monospace;font-size:12px;width:100%;text-align:center;border:0;box-shadow:0 0 0 1px #ccc;padding:.2em;-moz-border-radius:5px;-webkit-border-radius:5px}.centered{margin-left:auto;margin-right:auto}.glyph .fs1{font-size:2em}@font-face {
  font-family: 'gdl-travel';
  src:  url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/gdlr-travel/fonts/gdl-travel.eot?6to6tk);
  src:  url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/gdlr-travel/fonts/gdl-travel.eot?6to6tk#iefix) format('embedded-opentype'),
    url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/gdlr-travel/fonts/gdl-travel.ttf?6to6tk) format('truetype'),
    url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/gdlr-travel/fonts/gdl-travel.woff?6to6tk) format('woff'),
    url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/gdlr-travel/fonts/gdl-travel.svg?6to6tk#gdl-travel) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="gdl-travel-"], [class*=" gdl-travel-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gdl-travel' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gdl-travel-invoice-1:before {
  content: "\e900";
}
.gdl-travel-padlock:before {
  content: "\e901";
}
.gdl-travel-location-1:before {
  content: "\e902";
}
.gdl-travel-technical-support-2:before {
  content: "\e903";
}
.gdl-travel-hotel-4:before {
  content: "\e904";
}
.gdl-travel-shopping-cart:before {
  content: "\e905";
}
.gdl-travel-send:before {
  content: "\e906";
}
.gdl-travel-internet:before {
  content: "\e907";
}
.gdl-travel-optimization:before {
  content: "\e908";
}
.gdl-travel-mechanics:before {
  content: "\e909";
}
.gdl-travel-clock:before {
  content: "\e90a";
}
.gdl-travel-improvement:before {
  content: "\e90b";
}
.gdl-travel-information-4:before {
  content: "\e90c";
}
.gdl-travel-price-tag:before {
  content: "\e90d";
}
.gdl-travel-cogwheel:before {
  content: "\e90e";
}
.gdl-travel-invoice-11:before {
  content: "\e90f";
}
.gdl-travel-clock1:before {
  content: "\e910";
}
.gdl-travel-smiley:before {
  content: "\e911";
}
.gdl-travel-filter-1:before {
  content: "\e912";
}
.gdl-travel-captcha-1:before {
  content: "\e913";
}
.gdl-travel-chat:before {
  content: "\e914";
}
.gdl-travel-map-4:before {
  content: "\e915";
}
.gdl-travel-percentage-1:before {
  content: "\e916";
}
.gdl-travel-price-tag1:before {
  content: "\e917";
}
.gdl-travel-sound-mixer-1:before {
  content: "\e918";
}
.gdl-travel-coupon:before {
  content: "\e919";
}
.gdl-travel-travel:before {
  content: "\e91a";
}
.gdl-travel-date:before {
  content: "\e91b";
}
.gdl-travel-pay-per-click:before {
  content: "\e91c";
}
.gdl-travel-piggy-bank:before {
  content: "\e91d";
}
.gdl-travel-calendar:before {
  content: "\e91e";
}
.gdl-travel-transfer:before {
  content: "\e91f";
}
.gdl-travel-stock:before {
  content: "\e920";
}
.gdl-travel-account:before {
  content: "\e921";
}
.gdl-travel-fi-rs-map-marker:before {
  content: "\e922";
}
.gdl-travel-account1:before {
  content: "\e923";
}
.gdl-travel-location:before {
  content: "\e924";
}
.gdl-travel-and-tourism:before {
  content: "\e925";
}
.gdl-travel-plane:before {
  content: "\e926";
}
.gdl-travel-washing-machine-1:before {
  content: "\e927";
}
.gdl-travel-concierge-1:before {
  content: "\e928";
}
.gdl-travel-swimming-pool-2:before {
  content: "\e929";
}
.gdl-travel-food-service-1:before {
  content: "\e92a";
}
.gdl-travel-dish-1:before {
  content: "\e92b";
}
.gdl-travel-hair-dryer-1:before {
  content: "\e92c";
}
.gdl-travel-telephone-1:before {
  content: "\e92d";
}
.gdl-travel-oil-heater-1-1:before {
  content: "\e92e";
}
.gdl-travel-air-conditioner-1:before {
  content: "\e92f";
}
.gdl-travel-shower-1:before {
  content: "\e930";
}
.gdl-travel-swimming-pool-1:before {
  content: "\e931";
}
.gdl-travel-parking-1:before {
  content: "\e932";
}
.gdl-travel-Frame-5781:before {
  content: "\e933";
}
.gdl-travel-wifi-signal-2:before {
  content: "\e934";
}
.gdl-travel-massage-1:before {
  content: "\e935";
}
.gdl-travel-fi-rs-building:before {
  content: "\e936";
}
.gdl-travel-fi-rs-mountains:before {
  content: "\e937";
}
.gdl-travel-blueprint-1:before {
  content: "\e938";
}
.gdl-travel-XMLID_874:before {
  content: "\e939";
}
.gdl-travel-safe-box-1:before {
  content: "\e93a";
}
.gdl-travel-watch-tv-1:before {
  content: "\e93b";
}
.gdl-travel-video-call:before {
  content: "\e93c";
}
.gdl-travel-picture:before {
  content: "\e93d";
}
.gdl-travel-mail:before {
  content: "\e93e";
}
.gdl-travel-star:before {
  content: "\e93f";
}
.gdl-travel-hang-up:before {
  content: "\e940";
}
.gdl-travel-thumbs-up:before {
  content: "\e941";
}
.gdl-travel-lifebuoy:before {
  content: "\e942";
}
.gdl-travel-calendar1:before {
  content: "\e943";
}
.gdl-travel-wifi:before {
  content: "\e944";
}
.gdl-travel-user:before {
  content: "\e945";
}
.gdl-travel-45-minutes:before {
  content: "\e946";
}.clear{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; }
.clearfix{ zoom: 1; }
.clearfix:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.ast-container .clear{ height: auto; visibility: visible; line-height: 1.7; }

.tourmaster-column-10{ float: left; width: 16.6666%; }
.tourmaster-column-12{ float: left; width: 20%; }
.tourmaster-column-15{ float: left; width: 25%; }
.tourmaster-column-18{ float: left; width: 30%; }
.tourmaster-column-20{ float: left; width: 33.3333%; }
.tourmaster-column-24{ float: left; width: 40%; }
.tourmaster-column-30{ float: left; width: 50%; }
.tourmaster-column-36{ float: left; width: 60%; }
.tourmaster-column-40{ float: left; width: 66.6666%; }
.tourmaster-column-42{ float: left; width: 70%; }
.tourmaster-column-45{ float: left; width: 75%; }
.tourmaster-column-48{ float: left; width: 80%; }
.tourmaster-column-50{ float: left; width: 83.3333%; }
.tourmaster-column-60{ float: left; width: 100%; }
.tourmaster-column-first{ clear: left; } 

.tourmaster-media-image{ line-height: 0; position: relative; }
.tourmaster-page-content{ padding-top: 70px; padding-bottom: 30px; }

.tourmaster-template-wrapper .tourmaster-sidebar-right{ float: right; }
.tourmaster-template-wrapper .tourmaster-sidebar-center{ float: none; display: inline-block; }
.tourmaster-template-wrapper .tourmaster-content-area{ padding-top: 70px; padding-bottom: 40px; }
.tourmaster-template-wrapper .tourmaster-sidebar-area{ padding-top: 70px; }

.gdlr-core-pbf-wrapper-full-no-space .tourmaster-item-pdlr{ padding-left: 0px; padding-right: 0px; }
.gdlr-core-pbf-wrapper-full-no-space .tourmaster-item-mglr{ margin-left: 0px; margin-right: 0px; }
.gdlr-core-pbf-wrapper-full-no-space .tourmaster-item-mgb{ margin-bottom: 0px; }

/* fitvids */
.gdlr-core-fluid-video-wrapper { width: 100%; position: relative; padding: 0; }
.gdlr-core-fluid-video-wrapper iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* filter */
.tourmaster-filterer-wrap{ margin-bottom: 50px; }
.tourmaster-filterer-wrap.tourmaster-style-text { font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; }
.tourmaster-filterer-wrap.tourmaster-style-text .tourmaster-filterer{ margin: 0px 18px; }
.tourmaster-filterer-wrap.tourmaster-style-text .tourmaster-filterer:first-child{ margin-left: 0px; }
.tourmaster-filterer-wrap.tourmaster-style-text .tourmaster-filterer:last-child{ margin-right: 0px; }

.tourmaster-filterer-wrap.tourmaster-style-button a{ display: inline-block; padding: 10px 20px; background: #f1f1f1; 
    font-size: 12px; font-weight: bold; text-transform: uppercase; margin: 0px 4px; letter-spacing: 1px;
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.tourmaster-filterer-wrap.tourmaster-style-button a:first-child{ margin-left: 0px; }
.tourmaster-filterer-wrap.tourmaster-style-button a:last-child{ margin-right: 0px; }
.tourmaster-filterer-wrap.tourmaster-style-button a.tourmaster-active{ cursor: default; }

.tourmaster-pbf-wrapper-full-no-space .tourmaster-filterer-wrap{ padding-left: 50px; padding-right: 50px; }

/* single */
.single-tour .tourmaster-tour-info-outer{ padding: 55px 0px 20px; }
.single-tour .tourmaster-tour-info-outer .tourmaster-tour-info{ font-weight: 500; font-size: 15px;  margin-bottom: 15px; width: 50%; float: left; } 
.single-tour .tourmaster-tour-info-outer .tourmaster-tour-info i{ width: 27px; }

.single-tour .tourmaster-with-sidebar .tourmaster-single-header-title-wrap,
.single-tour .tourmaster-with-sidebar .tourmaster-tour-info-outer .tourmaster-tour-info-wrap{ padding-right: 410px; }
.single-tour .tourmaster-with-sidebar .tourmaster-tour-info-outer .tourmaster-tour-info-wrap,
.single-tour .tourmaster-with-sidebar .tourmaster-single-main-content,
.single-tour .tourmaster-with-sidebar .tourmaster-single-review{ padding-right: 410px; }
.single-tour .tourmaster-with-sidebar .gdlr-core-container{ padding-right: 430px; }
.single-tour .tourmaster-with-sidebar .gdlr-core-container .gdlr-core-container{ padding-right: 0px; }
.single-tour .tourmaster-with-sidebar .tourmaster-single-related-tour-container{ padding-right: 430px; }

.tourmaster-single-header .tourmaster-header-price,
.tourmaster-tour-booking-bar-outer,
.tourmaster-tour-booking-bar-anchor,
.tourmaster-tour-booking-bar-wrap{ width: 370px; }
.tourmaster-tour-booking-bar-error{ margin-bottom: 30px; }

.gdlr-core-sidebar-item .tourmaster-container { padding-left: 0px; padding-right: 0px;}
.gdlr-core-sidebar-item .tourmaster-tour-booking-bar-wrap{ margin-left: 0px; margin-right: 0px; width: auto; }
.gdlr-core-sidebar-item .tourmaster-tour-booking-bar-outer{ width: auto; }

.tourmaster-single-header{ background-size: cover; background-position: center; position: relative; overflow: hidden; }
.tourmaster-single-header-top-overlay{ position: absolute; top: 0px; right: 0px; left: 0px; height: 500px;
	background: url(//sabilevoyages.com/wp-content/plugins/tourmaster/images/single-tour-top-gradient.png) top repeat-x; }
.tourmaster-single-header-overlay{ position: absolute; right: 0px; bottom: 0px; left: 0px; height: 300px;
	background: url(//sabilevoyages.com/wp-content/plugins/tourmaster/images/single-tour-gradient.png) bottom repeat-x; }
.tourmaster-single-header-background-overlay{ background: #000; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; opacity: 0.3; filter: alpha(opacity=30);}
.tourmaster-single-header-container-inner{ position: relative; }
.tourmaster-single-header-title-wrap .tourmaster-single-header-title{ font-size: 29px; font-weight: bold; margin-bottom: 0px; margin-top: 22px;  }
.tourmaster-single-header-title-wrap .tourmaster-tour-rating{ margin-top: 16px; font-size: 16px; }
.tourmaster-single-header-title-wrap .tourmaster-tour-rating-text{ font-size: 14px; }

.tourmaster-single-header .gdlr-core-flexslider{ z-index: 0; }
.tourmaster-single-header .gdlr-core-flexslider img{ width: 100%; }
.tourmaster-single-header.tourmaster-with-slider .tourmaster-single-header-title-wrap{ padding-top: 0px; position: absolute; bottom: 0px; left: 0px; right: 0px; }

.tourmaster-single-header .tourmaster-single-header-gallery-button{ background: #fafafa; }
.tourmaster-single-header .tourmaster-single-header-gallery-button,
.tourmaster-single-header .tourmaster-single-header-gallery-button:hover{ color: #2a2a2a; }

.tourmaster-single-header .tourmaster-single-header-gallery-button{ padding: 7px 12px 5px; font-size: 12px; 
	cursor: pointer; display: inline-block; margin-right: 10px; }
.tourmaster-single-header .tourmaster-single-header-gallery-button i{ margin-right: 8px; }

.tourmaster-single-header.tourmaster-background-video-wrap{ overflow: hidden; }
.tourmaster-single-header.tourmaster-background-video-wrap .tourmaster-background-video{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
.tourmaster-single-header.tourmaster-background-video-wrap .tourmaster-background-video video{ width: 100%; height: 100%; }

.tourmaster-tour-booking-bar-container-inner{ position: relative; }
.tourmaster-tour-booking-bar-container-inner .tourmaster-tour-booking-bar-anchor,
.tourmaster-tour-booking-bar-container-inner .tourmaster-tour-booking-bar-wrap{ position: absolute; right: 0px; z-index: 98; }

.tourmaster-single-related-tour{ margin-bottom: 40px; }
.tourmaster-single-related-tour .tourmaster-single-related-tour-title{ font-size: 24px; font-weight: 600; margin-bottom: 28px; }
.tourmaster-single-related-tour.tourmaster-style-grid-with-frame .tourmaster-tour-grid {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }

.tourmaster-single-header .tourmaster-tour-rating-empty{ display: none; }
.tourmaster-single-review{ margin-bottom: 18px; }
.tourmaster-single-review-head{ border-top-width: 2px; border-style: solid; border-bottom-width: 2px; padding: 30px 0px; margin-bottom: 40px; }
.tourmaster-single-review-head .tourmaster-tour-rating{ float: left; padding: 10px 0px; }
.tourmaster-single-review-head .tourmaster-tour-rating-text{ font-size: 15px; font-weight: 600; margin-right: 15px; line-height: 25px; float: left; }
.tourmaster-single-review-head .tourmaster-tour-rating i{ font-size: 16px; margin-right: 2px; line-height: 25px; float: left; }
.tourmaster-single-review-head .tourmaster-single-review-filter{ float: right; }
.tourmaster-single-review-head .tourmaster-single-review-sort-by{ float: left; line-height: 25px; padding: 10px 0px; margin-right: 20px; }
.tourmaster-single-review-sort-by .tourmaster-head{ font-weight: bold; margin-right: 15px; }
.tourmaster-single-review-sort-by .tourmaster-sort-by-field{ margin-right: 15px; padding-right: 20px; position: relative; cursor: pointer;  }
.tourmaster-single-review-sort-by .tourmaster-sort-by-field:after{ content: "\f0de"; font-family: fontAwesome; position: absolute; right: 0px; top: 6px; line-height: 1; }
.tourmaster-single-review-sort-by .tourmaster-sort-by-field.tourmaster-active:after{ content: "\f0dd"; top: 0px; }
.tourmaster-single-review-head .tourmaster-single-review-filter-by{ float: left; width: 170px; }

.tourmaster-single-review-content{ padding-left: 50px; padding-bottom: 30px; }
.tourmaster-single-review-content .tourmaster-single-review-content-item{ margin-bottom: 30px; }
.tourmaster-single-review-content .tourmaster-single-review-user{ float: left; text-align: center; width: 220px; padding-right: 50px; }
.tourmaster-single-review-content .tourmaster-single-review-avatar{ width: 65px; height: 65px; overflow: hidden; margin: 0px auto 15px;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-single-review-content .tourmaster-single-review-user-name{ font-size: 14px; margin-bottom: 4px; }
.tourmaster-single-review-content .tourmaster-single-review-user-type{ font-size: 12px; }
.tourmaster-single-review-content .tourmaster-single-review-detail{ overflow: hidden; padding-bottom: 30px;
	border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-single-review-content .tourmaster-single-review-detail-rating{ font-size: 14px; margin-bottom: 6px; }
.tourmaster-single-review-content .tourmaster-single-review-detail-date{ font-size: 13px; font-style: italic; }
.tourmaster-single-review-content .tourmaster-single-review-detail-rating i{ margin-right: 4px; }
.tourmaster-single-review-content .tourmaster-review-content-pagination { margin-left: 220px; }

.tourmaster-review-content-pagination span{ display: inline-block; margin-right: 3px; width: 34px; 
	line-height: 1; text-align: center; padding: 13px 0px 12px; cursor: pointer;
	transition: color 200ms, background-color 200ms; -moz-transition: color 200ms, background-color 200ms; 
 	-o-transition: color 200ms, background-color 200ms; -webkit-transition: color 200ms, background-color 200ms; }
.tourmaster-review-content-pagination span.tourmaster-active{ cursor: default; }
.tourmaster-review-content-pagination span.dots{ pointer-events: none; background: transparent; }

.tourmaster-single-tour-content-wrap .tourmaster-single-tour-read-more-gradient,
.tourmaster-single-tour-content-wrap .tourmaster-single-tour-read-more-wrap{ display: none; }

/* review 2 */
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-content { padding-left: 0; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-content .tourmaster-single-review-detail{ border: 0; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-content .tourmaster-single-review-content-item{ border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 30px; margin-bottom: 40px; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-content .tourmaster-single-review-detail-date{ font-style: normal; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-head{ border-width: 0px 0px 1px; padding-bottom: 20px; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-head .tourmaster-tour-rating{ float: none; border-radius: 5px; padding: 25px 35px; margin-bottom: 30px; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-head .tourmaster-single-review-filter{ float: none; display: flex; justify-content: space-between; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-head .tourmaster-tour-rating:after{ content: " "; display: block; clear: both; width: 0px; height: 0px; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-head .tourmaster-tour-rating-text{ margin-left: 0px; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-head .tourmaster-single-review-filter-by select{ font-size: 16px; border: 0px; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-head .tourmaster-single-review-filter-by { float: none; width: 115px; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-head .tourmaster-combobox-wrap:after { color: inherit; margin-top: -15px; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-head .tourmaster-tour-rating-text{ float: none; margin-left: 20px; line-height: 26px; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-sort-by .tourmaster-head,
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-sort-by .tourmaster-sort-by-field{ margin-right: 24px; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-sort-by .tourmaster-sort-by-field:after{ top: 3px; }
.tourmaster-single-review-container.tourmaster-style-2 .tourmaster-single-review-sort-by .tourmaster-sort-by-field.tourmaster-active:after{ top: -3px; }

/* payment */
.tourmaster-payment-head{ background-size: cover; background-position: center; position: relative; }
.tourmaster-payment-head .tourmaster-payment-head-overlay-opacity{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgba(0, 0, 0, 0.5); }
.tourmaster-payment-head .tourmaster-payment-head-overlay{ position: absolute; height: 243px; right: 0px; bottom: 0px; left: 0px;
	background: url(//sabilevoyages.com/wp-content/plugins/tourmaster/images/payment-step-gradient.png) bottom repeat-x; }
.tourmaster-payment-head .tourmaster-payment-head-top-overlay{ position: absolute; height: 278px; top: 0px; right: 0px; left: 0px;
	background: url(//sabilevoyages.com/wp-content/plugins/tourmaster/images/single-tour-top-gradient.png) top repeat-x; }
.tourmaster-payment-head .tourmaster-payment-title{ font-size: 31px; font-weight: 800; padding-top: 80px; padding-bottom: 80px; margin-bottom: 0px; position: relative; }
.tourmaster-payment-head .tourmaster-payment-step-inner{ padding-right: 400px; }
.tourmaster-payment-step-wrap{ position: relative; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px;
	opacity: 0.19; filter: alpha(opacity=19); background: #fff; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item-title{ font-size: 13px; font-weight: bold; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item{ float: left; position: relative; padding: 28px 50px 28px 0px; overflow: hidden; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item .tourmaster-text{ font-weight: bold; line-height: 25px; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-enable{ cursor: pointer; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-enable i,
.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-checked i{ display: block; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-enable  .tourmaster-text,
.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-checked .tourmaster-text{ display: none; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item:after{ content: " "; top: 0px; bottom: 0px; right: 15px; position: absolute;
	width: 25px; background: url(//sabilevoyages.com/wp-content/plugins/tourmaster/images/payment-step-separator.png) center right; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item:last-child{ padding-right: 0px; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item:last-child:after{ display: none; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item-icon{ display: inline-block; width: 40px; height: 40px; 
	padding: 8px 7px 7px; vertical-align: middle; margin-right: 20px; overflow: hidden; text-align: center;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
    transition: color 200ms, background-color 200ms; -moz-transition: color 200ms, background-color 200ms; 
 	-o-transition: color 200ms, background-color 200ms; -webkit-transition: color 200ms, background-color 200ms; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item-icon i{ display: none; line-height: 25px; }

#tourmaster-payment-template-wrapper{ position: relative; }
.tourmaster-template-payment .tourmaster-tour-booking-bar-wrap{ margin-top: -200px; }
.tourmaster-tour-booking-error{ margin-bottom: 30px; }

.tourmaster-payment-traveller-info-wrap{ max-width: 720px; padding-bottom: 45px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field{ margin-bottom: 20px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-payment-traveller-info-title{ font-size: 18px; margin-bottom: 40px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-payment-traveller-info-title i{ margin-right: 17px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-head{ float: left; width: 120px; line-height: 45px; font-weight: 500; }
.tourmaster-payment-traveller-info-wrap .tourmaster-tail{ overflow: hidden; display: block; }
.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-input{ float: left; width: 47%; margin-right: 3%; }
.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-passport{ float: left; margin-right: 3%; width: 97%; margin-top: 18px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-custom{ position: relative; float: left; margin-right: 3%; width: 97%; margin-top: 18px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-custom input,
.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-custom select{ width: 100%; }
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input{ width: 37%; }
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-title{ float: left; width: 17%; margin-right: 3%; }

.tourmaster-payment-service-form-wrap{ padding: 32px 35px; margin-bottom: 60px; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-title{ font-size: 16px;  padding-bottom: 24px; text-align: center;
	border-bottom-width: 2px; border-bottom-style: solid; margin-bottom: 40px; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item-wrap{ max-width: 550px; margin: 0px auto; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item{ font-size: 14px; margin-bottom: 16px;}
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item input[type="checkbox"]{ margin: 0px 12px 0px; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item-title{ font-weight: 500; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap{ float: right; font-weight: 600; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap .tourmaster-sep{ margin: 0px 4px; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap input[type="text"]{ margin-left: 10px; width: 40px; padding: 2px 10px; 
	border-width: 1px; border-style: solid; }

.tourmaster-payment-contact-wrap{ max-width: 600px; padding-bottom: 45px; }
.tourmaster-payment-contact-wrap .tourmaster-contact-field{ margin-bottom: 20px; }
.tourmaster-payment-contact-wrap .tourmaster-payment-contact-title{ font-size: 18px; margin-bottom: 40px; }
.tourmaster-payment-contact-wrap .tourmaster-payment-contact-title i{ margin-right: 17px; }
.tourmaster-payment-contact-wrap .tourmaster-head{ float: left; width: 150px; line-height: 45px; font-weight: 500; }
.tourmaster-payment-contact-wrap .tourmaster-tail{ overflow: hidden; display: block; }

.tourmaster-payment-billing-wrap{ max-width: 600px; margin-bottom: 50px; }
.tourmaster-payment-billing-wrap .tourmaster-billing-field{ margin-bottom: 20px; }
.tourmaster-payment-billing-wrap .tourmaster-payment-billing-title{ font-size: 18px; margin-bottom: 40px; }
.tourmaster-payment-billing-wrap .tourmaster-payment-billing-title i{ margin-right: 17px; }
.tourmaster-payment-billing-wrap .tourmaster-head{ float: left; width: 150px; line-height: 45px; font-weight: 500; }
.tourmaster-payment-billing-wrap .tourmaster-tail{ overflow: hidden; display: block; }
.tourmaster-payment-billing-copy-wrap{ margin-bottom: 30px; }
.tourmaster-payment-billing-copy{ margin: -1px 10px 0px 150px; }
.tourmaster-payment-billing-copy-text{ font-size: 13px; font-weight: 500; }

.tourmaster-payment-additional-note-wrap{ max-width: 720px; padding-bottom: 0px; }
.tourmaster-payment-additional-note-wrap .tourmaster-additional-note-field{ margin-bottom: 20px; max-width: 600px; }
.tourmaster-payment-additional-note-wrap .tourmaster-payment-additional-note-title{ font-size: 18px; margin-bottom: 40px; }
.tourmaster-payment-additional-note-wrap .tourmaster-payment-additional-note-title i{ margin-right: 17px; }
.tourmaster-payment-additional-note-wrap .tourmaster-head{ float: left; width: 150px; line-height: 45px; font-weight: 500; }
.tourmaster-payment-additional-note-wrap .tourmaster-tail{ overflow: hidden; display: block; }

.tourmaster-tour-payment-content .tourmaster-tour-booking-continue{ margin-left: 150px; width: 160px; text-align: center; cursor: pointer; margin-bottom: 25px; }
.tourmaster-tour-payment-content .tourmaster-tour-booking-required-error{ margin-left: 150px; display: none; }

.tourmaster-payment-contact-detail-wrap{ margin-bottom: 30px; }
.tourmaster-payment-detail-wrap{ float: left; width: 50%; }
.tourmaster-payment-detail-wrap .tourmaster-payment-detail-title{ font-size: 18px; margin-bottom: 28px; }
.tourmaster-payment-detail-wrap .tourmaster-payment-detail-title i{ margin-right: 17px; }
.tourmaster-payment-detail-wrap .tourmaster-payment-detail{ font-size: 14px; margin-bottom: 8px; }
.tourmaster-payment-detail-wrap .tourmaster-head{ float: left; min-width: 110px; font-weight: 500; }
.tourmaster-payment-detail-wrap .tourmaster-tail{ overflow: hidden; display: block; }

.tourmaster-payment-detail-notes-wrap{ margin-bottom: 40px; }
.tourmaster-payment-detail-notes-wrap .tourmaster-payment-detail-title{ font-size: 18px; margin-bottom: 28px; }
.tourmaster-payment-detail-notes-wrap .tourmaster-payment-detail-title i{ margin-right: 17px; }
.tourmaster-payment-detail-notes-wrap .tourmaster-payment-detail{ font-size: 14px; margin-bottom: 8px; }
.tourmaster-payment-detail-notes-wrap .tourmaster-head{ float: left; width: 200px; font-weight: 500; }
.tourmaster-payment-detail-notes-wrap .tourmaster-tail{ overflow: hidden; display: block; }

.tourmaster-payment-traveller-detail{ margin-bottom: 60px; overflow: hidden; }
.tourmaster-payment-traveller-detail .tourmaster-payment-detail-title{ font-size: 18px; margin-bottom: 28px; }
.tourmaster-payment-traveller-detail .tourmaster-payment-detail-title i{ margin-right: 17px; }
.tourmaster-payment-traveller-detail .tourmaster-payment-detail{ font-size: 14px; margin-bottom: 10px; }
.tourmaster-payment-traveller-detail .tourmaster-head{ float: left; width: 110px; font-weight: 500; }
.tourmaster-payment-traveller-detail .tourmaster-tail{ overflow: hidden; display: block; }

.tourmaster-payment-method-wrap{ padding: 30px 34px; margin-bottom: 30px; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-title{ font-size: 16px; text-align: center; font-weight: 600; 
	border-bottom-width: 2px; border-bottom-style: solid; padding-bottom: 25px; margin-bottom: 50px; }
.tourmaster-payment-method-wrap .tourmaster-payment-gateway{ margin-bottom: 40px; }
.tourmaster-payment-method-wrap .tourmaster-payment-paypal,
.tourmaster-payment-method-wrap .tourmaster-payment-credit-card{ text-align: center; line-height: 1; }
.tourmaster-payment-method-wrap .tourmaster-payment-paypal > img,
.tourmaster-payment-method-wrap .tourmaster-payment-credit-card > img{ height: 76px; cursor: pointer; 
    border-width: 2px; border-style: solid; border-color: transparent;
    transition: border-color 400ms; -moz-transition: border-color 400ms; -o-transition: border-color 400ms; -webkit-transition: border-color 400ms; }
.tourmaster-payment-method-wrap .tourmaster-payment-paypal-service-fee-text,
.tourmaster-payment-method-wrap .tourmaster-payment-credit-card-service-fee-text{ font-size: 11px; margin-top: 16px; max-width: 170px; margin-left: auto; margin-right: auto; line-height: 1.3; }
.tourmaster-payment-method-wrap .tourmaster-payment-credit-card-type{ margin-top: 16px; }
.tourmaster-payment-method-wrap .tourmaster-payment-credit-card-type img{ margin: 0px 5px; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-or{ font-size: 16px; font-weight: 600; text-align: center; 
	margin-bottom: 40px; position: relative; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-or .tourmaster-left{ position: absolute; top: 50%; left: 0px;
	margin-top: -1px; border-bottom-width: 2px;  border-bottom-style: solid; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-or .tourmaster-right{ position: absolute; top: 50%; right: 0px;
	margin-top: -1px; border-bottom-width: 2px;  border-bottom-style: solid; }
.tourmaster-payment-method-wrap .tourmaster-payment-terms{ font-size: 12px; text-align: center; margin-bottom: 40px; }
.tourmaster-payment-method-wrap .tourmaster-payment-terms input{ margin-right: 10px; }
.tourmaster-payment-method-wrap .tourmaster-payment-terms .tourmaster-tour-booking-required-error{ margin: 20px 0px 0px; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-booking{ margin-bottom: 10px; text-align: center; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-booking-button{ letter-spacing: 0px; min-width: 230px; max-width: 100%; margin-bottom: 40px; cursor: pointer; font-weight: 700; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-description{ font-size: 12px; text-align: center; margin-bottom: 20px; }
.tourmaster-payment-method-wrap.tourmaster-none-online-payment .tourmaster-payment-method-title{ margin-bottom: 30px; }
.tourmaster-payment-method-wrap.tourmaster-both-online-payment .tourmaster-online-payment-method{ float: left; width: 50%; }

.tourmaster-payment-complete-wrap{ padding: 30px 30px; margin-bottom: 40px; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-head{ font-size: 17px; font-weight: bold; text-align: center; 
 	border-bottom-width: 2px; border-bottom-style: solid;  padding-bottom: 18px; margin-bottom: 25px; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-icon{ font-size: 70px; margin-bottom: 20px; display: inline-block; padding-top: 20px; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-content-wrap{ text-align: center; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-thank-you{ font-size: 20px; font-weight: 600; margin-bottom: 25px; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-button{ letter-spacing: 0.5px; width: 210px; max-width: 100%; margin-bottom: 20px; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-content{ margin-bottom: 32px; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-bottom-text{ padding-top: 40px; border-top-width: 2px; border-top-style: solid; margin-top: 20px; }

/* payment receipt form */
.tourmaster-payment-receipt-form{ max-width: 600px; margin: 0px auto 40px; }
.tourmaster-payment-receipt-field{ margin-bottom: 20px; }
.tourmaster-payment-receipt-field-submit{ margin-left: 45%; padding-left: 30px; }
.tourmaster-payment-receipt-field .tourmaster-head{ float: left; width: 45%; margin-right: 30px; text-align: right; font-size: 13px; font-weight: 500; }
.tourmaster-payment-receipt-field .tourmaster-tail{ display: block; overflow: hidden; }
.tourmaster-payment-receipt-field-receipt .tourmaster-head{ line-height: 75px;}
.tourmaster-payment-receipt-field-transaction-id .tourmaster-head{ line-height: 45px; }
.tourmaster-payment-receipt-description{ font-size: 12px; text-align: center; margin-top: 40px; }
.tourmaster-payment-receipt-form .tourmaster-lb-submit-error{ display: none; margin-top: 30px; margin-bottom: 25px; }
.tourmaster-payment-receipt-field-submit input.tourmaster-payment-receipt-field-submit-button.tourmaster-button{ padding: 12px 35px; }

.tourmaster-payment-receipt-deposit-option{ font-size: 14px; margin-bottom: 5px; }
.tourmaster-payment-receipt-deposit-option label{ cursor: pointer; margin-right: 20px; display: block; margin-bottom: 5px; }
.tourmaster-payment-receipt-deposit-option label i{ margin-right: 12px; }
.tourmaster-payment-receipt-deposit-option label input{ display: none; }
.tourmaster-payment-receipt-deposit-option label input + span{ transition: color 200ms; 
	-moz-transition: color 200ms; -o-transition: color 200ms; -webkit-transition: color 200ms; }
.tourmaster-payment-receipt-deposit-option label input:checked + span { opacity: 1; }
.tourmaster-payment-receipt-deposit-option label input + span { opacity: 0.6; }

/* tour booking bar */
.tourmaster-header-price{ 
	box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); }
.tourmaster-header-price .tourmaster-header-price-ribbon{ font-size: 16px; text-align: center; font-weight: 600; padding: 12px; }
.tourmaster-header-price .tourmaster-header-price-wrap{ position: relative; text-align: center; padding: 38px 20px 34px; }
.tourmaster-header-price .tourmaster-header-price-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; opacity: 0.8; filter: alpha(opacity=80); 
	transition: opacity 200ms; -moz-transition: opacity 200ms; 
 	-o-transition: opacity 200ms; -webkit-transition: opacity 200ms; }
.tourmaster-header-price .tourmaster-tour-price-wrap{ position: relative; }
.tourmaster-header-price .tourmaster-tour-price-wrap:before{ font-family: 'ElegantIcons'; content: "\e017"; font-size: 23px; margin-right: 15px; }
.tourmaster-header-price .tourmaster-tour-price{ text-align: center; font-weight: 500; }
.tourmaster-header-price .tourmaster-tour-price .tourmaster-head{ font-size: 14px; margin-right: 10px; }
.tourmaster-header-price .tourmaster-tour-price .tourmaster-tail{ font-size: 32px; margin-right: 15px; font-weight: 800; }
.tourmaster-header-price .tourmaster-tour-discount-price{ font-size: 32px; font-weight: 800; }
.tourmaster-header-price .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ font-size: 15px; font-weight: 500; text-decoration: line-through; }
.tourmaster-header-price .tourmaster-tour-price-info{ vertical-align: top; margin-left: -5px; }
.tourmaster-header-price .tourmaster-discount .tourmaster-tour-price-info { margin-left: 5px; }
.tourmaster-single-header.tourmaster-start-script .tourmaster-header-price{ display: none; }

.tourmaster-header-price.tourmaster-price-updated .tourmaster-tour-price .tourmaster-head{ display: none; }
.tourmaster-header-price.tourmaster-price-updated .tourmaster-tour-price-info{ display: none; }

.tourmaster-tour-booking-bar-wrap.tourmaster-top .tourmaster-header-price .tourmaster-header-price-overlay,
.tourmaster-tour-booking-bar-wrap.tourmaster-bottom .tourmaster-header-price .tourmaster-header-price-overlay,
.tourmaster-tour-booking-bar-wrap.tourmaster-lock .tourmaster-header-price .tourmaster-header-price-overlay,
.tourmaster-tour-booking-bar-wrap.tourmaster-fixed .tourmaster-header-price .tourmaster-header-price-overlay{ opacity: 1; filter: alpha(opacity=100); }

.tourmaster-single-header .tourmaster-header-price{ position: absolute; right: 0px; bottom: 0px;
	box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); }
.tourmaster-tour-booking-bar-wrap .tourmaster-header-price{ margin-left: 0px; margin-right: 0px; display: none; }
.tourmaster-tour-booking-bar-wrap.tourmaster-start-script .tourmaster-header-price{ display: block;}

.tourmaster-tour-booking-bar-outer{
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); }

.tourmaster-tour-booking-next-sign{ position: absolute; left: 40px; margin-top: -29px; }
.tourmaster-tour-booking-next-sign:before,
.tourmaster-tour-booking-next-sign span,
.tourmaster-tour-booking-next-sign:after{ width: 4px; height: 4px; display: block; overflow: hidden; margin-bottom: 6px;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-tour-booking-next-sign:before{ content: " "; opacity: 0.33; filter: alpha(opacity=33); }
.tourmaster-tour-booking-next-sign span{ opacity: 0.66; filter: alpha(opacity=66); }
.tourmaster-tour-booking-next-sign:after{ content: " "; margin-bottom: 0px; }

.tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-fields{ padding: 40px 34px 5px; position: relative; }
.tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-referral{ padding: 40px; position: relative; }
.tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-referral .tourmaster-button{ display: block; text-align: center; }
.tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-referral-text{ margin-bottom: 20px; }

.tourmaster-tour-booking-available{ margin-left: 45px; margin-top: -14px; margin-bottom: 20px; font-size: 13px; }

.tourmaster-tour-booking-package{ margin-bottom: 35px; }
.tourmaster-tour-booking-package > i{ font-size: 20px; line-height: 45px; float: left; width: 30px; margin-right: 15px; }
.tourmaster-tour-booking-package .tourmaster-combobox-list-wrap{ margin-left: 45px; }

.tourmaster-tour-booking-date{ margin-bottom: 35px; }
.tourmaster-tour-booking-date > i{ font-size: 20px; line-height: 45px; float: left; width: 30px; margin-right: 15px; }
.tourmaster-tour-booking-date-input{ overflow: hidden; }
.tourmaster-tour-booking-date .tourmaster-tour-booking-date-display{ font-size: 16px; line-height: 45px; font-weight: 600; padding-left: 6px; }

.tourmaster-tour-booking-room{ margin-bottom: 35px; }
.tourmaster-tour-booking-room > i{ font-size: 20px; line-height: 45px; float: left; width: 30px; margin-right: 15px; }
.tourmaster-tour-booking-room-input{ overflow: hidden; }
.tourmaster-tour-booking-room-template{ display: none !important; }

.tourmaster-tour-booking-people{ margin-bottom: 35px; }
.tourmaster-tour-booking-people > i{ font-size: 20px; line-height: 45px; float: left; width: 30px; margin-right: 15px; }
.tourmaster-tour-booking-people-input{ overflow: hidden; }
.tourmaster-tour-booking-people.tourmaster-variable{ margin-bottom: 15px; }
.tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap{ width: 48%; float: left; margin-bottom: 15px; }
.tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap:nth-child(odd){ margin-right: 2%; }
.tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap:nth-child(even){ margin-left: 2%; }

.tourmaster-tour-booking-people-container{ margin: 0px -20px 50px; padding: 35px 20px 5px;
    border-top-width: 1px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-tour-booking-people-container .tourmaster-tour-booking-room-text{ font-size: 12px; font-weight: 500; 
	text-transform: uppercase; float: left; margin-right: 20px; line-height: 45px; }

.tourmaster-tour-booking-extra-info{ margin: -20px -35px 50px; padding: 0px 35px 25px; border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-tour-booking-extra-info .tourmaster-extra-booking-field{ margin-bottom: 11px; }
.tourmaster-tour-booking-extra-info .tourmaster-extra-booking-field .tourmaster-head{ margin-bottom: 8px; }

.tourmaster-tour-booking-submit{ margin-bottom: 35px; }
.tourmaster-tour-booking-submit > i{ font-size: 20px; line-height: 45px; float: left; width: 30px; margin-right: 15px; }
.tourmaster-tour-booking-submit-input{ overflow: hidden; }
.tourmaster-tour-booking-submit input[type="submit"], 
.tourmaster-tour-booking-submit .tourmaster-button{ width: 100%; text-align: center; }
.tourmaster-tour-booking-submit-error, 
.tourmaster-tour-booking-error-max-people{ font-size: 12px; line-height: 1.6; margin-top: 15px; padding: 11px 16px; display: none; }

.tourmaster-tour-booking-bar-wrap .tourmaster-booking-bottom{ border-top-width: 1px; border-top-style: solid; }
.tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list{ padding: 28px 0px; text-align: center; float: left; width: 70%;
    border-right-width: 1px; border-right-style: solid; cursor: pointer; line-height: 1; }
.tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list i{ margin-right: 12px; }
.tourmaster-save-wish-list .tourmaster-save-wish-list-icon-wrap{ position: relative; }
.tourmaster-save-wish-list .tourmaster-save-wish-list-icon-wrap i{ 
	transition: opacity 200ms, transform 200ms; -moz-transition: opacity 200ms, -moz-transform 200ms; 
 	-o-transition: opacity 200ms, -o-transform 200ms; -webkit-transition: opacity 200ms, -webkit-transform 200ms; }
.tourmaster-save-wish-list .tourmaster-icon-inactive{ opacity: 1; 
	transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); }
.tourmaster-save-wish-list .tourmaster-icon-active{ opacity: 0; position: absolute; 
 	transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); -ms-transform: scale(0); }
.tourmaster-save-wish-list.tourmaster-active .tourmaster-icon-inactive{ opacity: 0; 
	transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); -ms-transform: scale(0); }
.tourmaster-save-wish-list.tourmaster-active .tourmaster-icon-active{ opacity: 1; 
	transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); }
.tourmaster-tour-booking-bar-wrap .tourmaster-view-count{ padding: 28px 0px; text-align: center; overflow: hidden; line-height: 1; }
.tourmaster-tour-booking-bar-wrap .tourmaster-view-count i{  margin-right: 12px; }

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-summary{ padding: 38px 30px; }
.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-summary-title{ font-size: 17px; font-weight: 600; margin-bottom: 25px; }
.tourmaster-tour-booking-bar-summary-info{ font-size: 14px; margin-bottom: 9px; }
.tourmaster-tour-booking-bar-summary-info .tourmaster-head{ margin-bottom: 10px; font-weight: 500; }
.tourmaster-tour-booking-bar-summary-room-text{ font-weight: 700; float: left; margin-right: 25px; }
.tourmaster-tour-booking-bar-summary-room-wrap{ font-size: 14px; padding-top: 16px; }
.tourmaster-tour-booking-bar-summary-people-wrap{ padding-top: 15px; }
.tourmaster-tour-booking-bar-summary-people{ overflow: hidden; margin-bottom: 14px; }
.tourmaster-tour-booking-bar-summary-people-amount{ margin-bottom: 10px; }
.tourmaster-tour-booking-bar-summary-people.tourmaster-variable .tourmaster-tour-booking-bar-summary-people-amount{ float: left; margin-right: 12px; margin-bottom: 5px; }
.tourmaster-tour-booking-bar-summary-people.tourmaster-variable .tourmaster-tour-booking-bar-summary-people-amount:nth-child(3){ clear: left; }
.tourmaster-tour-booking-bar-summary-people-amount .tourmaster-head{ font-weight: 500; }
.tourmaster-tour-booking-bar-summary .tourmaster-price-breakdown{ display: none; padding-top: 40px; }
.tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-bar-price-breakdown-link{ font-size: 13px; margin-top: 25px; display: inline-block;cursor: pointer; }
.tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-bar-date-edit{ font-size: 13px; font-weight: 600; cursor: pointer; }
.tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-temp{ display: none; }

.tourmaster-tour-booking-bar-coupon-wrap{ margin-top: 30px; margin-bottom: 10px; }
.tourmaster-tour-booking-bar-coupon-wrap input[type="text"].tourmaster-tour-booking-bar-coupon{ padding: 10px 15px; width: 150px; border-width: 1px; margin-right: 18px; }
.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-bar-coupon-validate{ font-weight: 600; font-size: 13px; cursor: pointer; }
.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-coupon-message{ display: none; font-size: 11px; margin-top: 10px; }
.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-coupon-message.tourmaster-failed{ color: #fff; padding: 6px 12px; }

.tourmaster-tour-booking-bar-total-price-info-title{ font-size: 13px; display: inline-block; clear: left; }
.tourmaster-tour-booking-bar-total-price-info-content{ font-size: 13px; float: right; }

.tourmaster-tour-booking-bar-total-price-wrap{ font-size: 16px; line-height: 27px; padding: 32px 30px; 
	border-top-width: 1px; border-top-style: solid; }
.tourmaster-tour-booking-bar-total-price-wrap i{ margin-right: 12px; }
.tourmaster-tour-booking-bar-total-price-title{ font-weight: 600; display: inline-block; clear: left; }
.tourmaster-tour-booking-bar-total-price{ font-size: 22px; font-weight: bold; float: right; }

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-continue{ width: 100%; text-align: center; padding: 18px 0px; cursor: pointer; }
.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-widget{ padding-top: 60px; }

.tourmaster-template-payment .tourmaster-tour-booking-bar-wrap{ float: right; margin-left: 50px; }
.tourmaster-template-payment .tourmaster-tour-payment-content{ overflow: hidden; padding-bottom: 15px; }

/* enquiry form */
.tourmaster-header-price .tourmaster-header-enquiry{ font-size: 22px; font-weight: bold; position: relative; }
.tourmaster-header-price .tourmaster-header-enquiry-ribbon{ height: 8px; }

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-enquiry-wrap{ padding: 40px 34px 40px; position: relative; }
.tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-field{ margin-bottom: 22px; }
.tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-field .tourmaster-head{ margin-bottom: 8px; }
.tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-form .tourmaster-button{ width: 100%; 
	transition: opacity 300ms; -moz-transition: opacity 300ms; -o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-form .tourmaster-button.tourmaster-now-loading{ opacity: 0.8; }

.tourmaster-enquiry-form .tourmaster-enquiry-form-message{ display: none; }
.tourmaster-enquiry-form  .tourmaster-enquiry-form-message{ font-size: 13px; font-weight: 500; padding: 15px 20px 13px;
   border-width: 1px; border-style: solid; margin-bottom: 24px; }
.tourmaster-enquiry-form .tourmaster-enquiry-term{ font-size: 16px; margin-bottom: 27px; margin-top: -12px; }
.tourmaster-enquiry-form .tourmaster-enquiry-term .tourmaster-enquiry-form-message{ margin-top: 15px; display: none; }

.tourmaster-booking-tab-title-item{ cursor: pointer; padding: 20px 28px; float: left; font-size: 14px; font-weight: 500;
	transition: border-color 200ms, background-color 200ms; -moz-transition: border-color 200ms, background-color 200ms; 
 	-o-transition: border-color 200ms, background-color 200ms; -webkit-transition: border-color 200ms, background-color 200ms; }
.tourmaster-booking-tab-title-item.tourmaster-active{ background: #fff; }
.tourmaster-booking-tab-content{ display: none; }
.tourmaster-booking-tab-content.tourmaster-active{ display: block; }

/* deposit payment */
.tourmaster-tour-booking-bar-deposit-option{ font-size: 14px; margin-bottom: 20px; }
.tourmaster-tour-booking-bar-deposit-option label{ cursor: pointer; margin-right: 20px; }
.tourmaster-tour-booking-bar-deposit-option label i{ margin-right: 12px; }
.tourmaster-tour-booking-bar-deposit-option label input{ display: none; }
.tourmaster-tour-booking-bar-deposit-option label input + span{ transition: color 200ms; 
	-moz-transition: color 200ms; -o-transition: color 200ms; -webkit-transition: color 200ms; }

.tourmaster-tour-booking-bar-deposit-text{ font-size: 16px; line-height: 27px; padding: 32px 30px 28px;
    border-top-width: 1px; border-top-style: solid; display: none; }
.tourmaster-tour-booking-bar-deposit-text.tourmaster-active{ display: block; }
.tourmaster-tour-booking-bar-deposit-text .tourmaster-tour-booking-bar-deposit-title{ font-size: 21px; font-weight: bold; }
.tourmaster-tour-booking-bar-deposit-text .tourmaster-tour-booking-bar-deposit-price{ font-size: 23px; font-weight: bold; float: right;}
.tourmaster-tour-booking-bar-deposit-text .tourmaster-tour-booking-bar-deposit-caption{ display: block; margin-top: 4px; font-size: 12px; }

.tourmaster-tour-booking-bar-deposit-info{ font-size: 12px; line-height: 1; margin-bottom: 15px; }
.tourmaster-tour-booking-bar-deposit-info .tourmaster-head{ float: left; }
.tourmaster-tour-booking-bar-deposit-info .tourmaster-tail{ float: right; }

/* price breakdown */
.tourmaster-price-breakdown{ font-size: 14px; }
.tourmaster-price-breakdown .tourmaster-head{ font-weight: 600; margin-right: 13px; }
.tourmaster-price-breakdown .tourmaster-tail.tourmaster-right{ float: right; }
.tourmaster-price-breakdown .tourmaster-tail .tourmaster-price{ float: right; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-base-price-wrap{ margin-bottom: 20px; padding-bottom: 8px; 
	border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-base-price{ margin-bottom: 12px; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-room{ margin-bottom: 20px; padding-bottom: 20px; 
	border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-room-head{ margin-bottom: 15px; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-room-price{ margin-bottom: 10px; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-room-price:last-child{ margin-bottom: 0px; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-additional-service{ margin-bottom: 20px; padding-bottom: 10px;
	border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-additional-service-title{ font-size: 16px; padding-top: 5px; margin-bottom: 16px; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-additional-service-item{ margin-bottom: 10px; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-additional-service-item .tourmaster-head{ font-weight: 400; }
.tourmaster-price-breakdown-sub-total,
.tourmaster-price-breakdown-tax-rate,
.tourmaster-price-breakdown-tax-due,
.tourmaster-price-breakdown-coupon-code,
.tourmaster-price-breakdown-coupon-amount{ margin-bottom: 12px; }
.tourmaster-price-breakdown-group-discount{ margin-bottom: 20px; padding-top: 20px; padding-bottom: 20px;
    border-bottom-width: 1px; border-top-width: 1px; border-style: solid; }
.tourmaster-price-breakdown-group-discount-amount{ margin-bottom: 12px; }
.tourmaster-price-breakdown-coupon-code .tourmaster-coupon-text{ float: right; }

/* top bar */
.tourmaster-login-bar-shortcode{ text-align: right; }
.tourmaster-login-bar-shortcode .tourmaster-user-top-bar-nav{ text-align: left; }

.tourmaster-user-top-bar{ font-size: 13px; line-height: 30px; position: relative; }
.tourmaster-user-top-bar.tourmaster-guest{ cursor: pointer; }
.tourmaster-user-top-bar.tourmaster-guest i{ margin-right: 12px; }
.tourmaster-user-top-bar.tourmaster-guest .tourmaster-user-top-bar-signup{ margin-left: 26px; }

.tourmaster-user-top-bar.tourmaster-style-2.tourmaster-guest i{ display: none; }
.tourmaster-user-top-bar.tourmaster-style-2.tourmaster-guest .tourmaster-user-top-bar-login {border-right: 1px;border-style: solid;padding-right: 16px;}
.tourmaster-user-top-bar.tourmaster-style-2.tourmaster-guest .tourmaster-user-top-bar-signup {margin-left: 16px;}

.tourmaster-user-top-bar.tourmaster-user{ cursor: pointer; }
.tourmaster-user-top-bar.tourmaster-user > img{ vertical-align: middle; margin-right: 15px; width: 30px; height: 30px;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-user-top-bar.tourmaster-user > i{ margin-left: 18px; vertical-align: text-top; }
.tourmaster-user-top-bar.tourmaster-user > img + i { margin-left: -2px; }
.tourmaster-user-top-bar-nav{ position: absolute; right: 0px; top: 100%; width: 185px; z-index: 99; line-height: 1.7; padding-top: 10px; }
.tourmaster-user-top-bar-nav-inner{ display: none; cursor: default; text-align: left;
	box-shadow: 0 10px 20px rgb(0 0 0 / 9%); -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 9%); -moz-box-shadow: 0 10px 20px rgb(0 0 0 / 9%); }
.tourmaster-user-top-bar-nav-item{ padding: 4px 20px; }
.tourmaster-user-top-bar-nav-item:first-child{ padding-top: 18px; }
.tourmaster-user-top-bar-nav-item:last-child{ padding-bottom: 14px; }
.tourmaster-user-top-bar-nav-item.tourmaster-nav-sign-out{ padding-top: 13px; padding-bottom: 11px; margin-top: 10px;
	border-top-width: 1px; border-top-style: solid; }

@media only screen and (max-width: 767px){
	.tourmaster-user-top-bar.tourmaster-user > img { margin-right: -2px; }
}

/* user section */
.tourmaster-template-wrapper-user{ overflow: hidden; }
.tourmaster-user-navigation{ float: left; width: 300px; padding: 60px 0px 10060px 0px; margin-bottom: -10000px; }
.tourmaster-user-navigation .tourmaster-user-navigation-head{ font-size: 15px; font-weight: bold; text-transform: uppercase; padding: 40px 35px 30px; margin-bottom: 0px; }
.tourmaster-user-navigation .tourmaster-user-navigation-head:first-child{ padding-top: 0px; }
.tourmaster-user-navigation .tourmaster-user-navigation-item{ font-size: 14px; padding: 0px 35px 15px; }
.tourmaster-user-navigation .tourmaster-user-navigation-item-icon{ display: inline-block; font-size: 16px; margin-right: 11px; width: 20px; }
.tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active:before{ content: " "; height: 20px; display: inline-block;
	border-left-width: 3px; border-left-style: solid; vertical-align: sub; margin-right: 18px; }
.tourmaster-user-navigation .tourmaster-user-navigation-item-sign-out{ padding-top: 15px; padding-bottom: 15px; margin-top: 24px;
	border-top-width: 1px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-user-navigation .tourmaster-user-navigation-bottom-text{ padding: 50px 35px 0px; }

.tourmaster-user-content{ overflow: hidden; }
.tourmaster-user-content-inner{ padding: 40px; }
.tourmaster-user-content-inner .tourmaster-user-content-block{ margin-left: 0px; margin-right: 0px; overflow: auto; }
.tourmaster-user-content-block{ margin: 35px; padding: 24px 28px; 
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); }
.tourmaster-user-content-block .tourmaster-user-content-title{ font-size: 14px; float: left; margin-bottom: 0px; font-weight: 600; }
.tourmaster-user-content-block .tourmaster-user-content-title-link{ font-size: 12px; float: right; }
.tourmaster-user-content-block .tourmaster-user-content-title-wrap{ overflow: hidden; padding-bottom: 14px; margin-bottom: 12px; border-bottom-width: 2px; border-bottom-style: solid; }
.tourmaster-user-content-block .tourmaster-user-content-block-content{ overflow: auto; }

/* breadcrumbs */
.tourmaster-user-breadcrumbs{ font-size: 14px; margin-bottom: 40px;  }
.tourmaster-user-breadcrumbs .tourmaster-sep { margin: 0px 14px; }

/* dashboard */
.tourmaster-my-profile-wrapper{ margin-top: 45px; margin-bottom: 10px; }
.tourmaster-my-profile-avatar{ float: left; margin-right: 40px; }
.tourmaster-my-profile-avatar img{ width: 85px; height: 85px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-my-profile-info-wrap{ overflow: hidden; }
.tourmaster-my-profile-info{ font-size: 13px; margin-bottom: 14px; float: left; width: 50%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.tourmaster-my-profile-info.tourmaster-odd{ padding-left: 10px; }
.tourmaster-my-profile-info.tourmaster-even{ clear: left; padding-right: 10px; }
.tourmaster-my-profile-info .tourmaster-head{ float: left; width: 130px; margin-right: 10px; }
.tourmaster-my-profile-info .tourmaster-tail{ display: block; overflow: hidden; font-weight: 600; }

/* edit profile page */
.tourmaster-user-update-notification{ font-size: 13px; padding: 15px 18px 12px; margin-bottom: 50px; }
.tourmaster-user-update-notification i{ margin-right: 13px; }
.tourmaster-edit-profile-avatar{ margin-bottom: 40px; }
.tourmaster-edit-profile-avatar img{ width: 85px; height: 85px; display: inline-block; vertical-align: middle; margin-right: 95px;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-edit-profile-avatar input[type="file"]{ display: none; }
.tourmaster-edit-profile-avatar .tourmaster-button{ cursor: pointer; }
.tourmaster-edit-profile-submit.tourmaster-button{ margin-left: 180px; margin-top: 10px; }

.tourmaster-edit-profile-wrap .tourmaster-req{ margin-left: 5px; }
.tourmaster-edit-profile-wrap .tourmaster-head{ float: left; width: 160px; margin-right: 20px; display: block; line-height: 45px; font-size: 13px; }
.tourmaster-edit-profile-wrap .tourmaster-tail{ overflow: hidden; display: block; max-width: 370px; }
.tourmaster-edit-profile-wrap .tourmaster-profile-field{ margin-bottom: 22px; }

.tourmaster-profile-field-gender .tourmaster-combobox-wrap{ max-width: 160px; }
input.tourmaster-edit-profile-submit.tourmaster-button { margin-bottom: 30px; margin-top: 0; }

/* wish list */
.tourmaster-user-content-inner-wish-list .tourmaster-user-content-block{ padding-bottom: 35px; }
table.tourmaster-wish-list-table th:nth-child(1){ width: 85%; }
table.tourmaster-wish-list-table th:nth-child(2){ width: 15%; }
.tourmaster-template-wrapper table.tourmaster-wish-list-table tr td{ vertical-align: middle; padding: 20px 0px;
	border-bottom-width: 1px; border-bottom-style: solid; }

.tourmaster-wish-list-item .tourmaster-wish-list-item-title{ font-size: 14px; font-weight: 800; display: block; margin-bottom: 5px; }
.tourmaster-wish-list-item .tourmaster-wish-list-item-info{ font-size: 12px; }
.tourmaster-wish-list-item .tourmaster-wish-list-item-info i{ margin-right: 9px; }
.tourmaster-wish-list-item .tourmaster-wish-list-thumbnail{ float: left; max-width: 65px; margin-right: 20px; }
.tourmaster-wish-list-item .tourmaster-wish-list-item-content{ overflow: hidden; padding-top: 5px; }

.tourmaster-wish-list-remove-item{ font-size: 14px; cursor: pointer; }
.tourmaster-wish-list-remove-item i{ margin-right: 10px; }

/* my booking */
.tourmaster-my-booking-filter .tourmaster-sep{ margin: 0px 13px; }
.tourmaster-my-booking-filter .tourmaster-sep:first-child{ display: none; }

table.tourmaster-my-booking-table{ font-size: 13px; min-width: 800px; }
table.tourmaster-my-booking-table th:nth-child(1){ width: 50%; }
table.tourmaster-my-booking-table th:nth-child(2){ width: 18%; }
table.tourmaster-my-booking-table th:nth-child(3){ width: 12%; }
table.tourmaster-my-booking-table th:nth-child(4){ width: 20%; }
table.tourmaster-my-booking-table .tourmaster-my-booking-price{ font-weight: 600; }
table.tourmaster-my-booking-table .tourmaster-my-booking-status{ margin-right: 20px; }
table.tourmaster-my-booking-table .tourmaster-my-booking-status i{ margin-right: 9px; }
table.tourmaster-my-booking-table .tourmaster-my-booking-action{ line-height: 27px; margin-top: -5px; margin-bottom: -5px; text-align: center; display: inline-block; width: 27px; cursor: pointer; margin-right: 4px; }

.tourmaster-user-content-inner-my-booking-single .tourmaster-my-booking-single-title{ font-size: 15px; text-transform: uppercase;
	padding-top: 20px; padding-bottom: 16px; border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-user-content-inner-my-booking-single .tourmaster-my-booking-single-sub-title{ font-size: 14px; font-weight: 600; padding-top: 40px; 
    border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 15px; margin-bottom: 20px; }
.tourmaster-my-booking-single-sidebar{ float: right; width: 24%; padding-left: 30px; }
.tourmaster-my-booking-single-sidebar .tourmaster-button{ margin-bottom: 10px; cursor: pointer; text-align: center; margin-right: 10px; }
.tourmaster-my-booking-single-sidebar .tourmaster-my-booking-single-field .tourmaster-head{ float: none; }
.tourmaster-my-booking-single-sidebar .tourmaster-my-booking-single-field .tourmaster-tail{ display: inline; }
.tourmaster-my-booking-single-content{ overflow: hidden; }
.tourmaster-my-booking-single-content-wrap{ padding: 20px 35px; min-width: 970px; }
.tourmaster-my-booking-single-field{ margin-bottom: 10px; }
.tourmaster-my-booking-single-field .tourmaster-head{ font-weight: 600; float: left; margin-right: 10px; }
.tourmaster-my-booking-single-field .tourmaster-head.tourmaster-full{ float: none; margin-right: 0px; }
.tourmaster-my-booking-single-field .tourmaster-tail{ display: block; overflow: hidden; }
.tourmaster-my-booking-single-field .tourmaster-tail.tourmaster-indent{ margin-left: 20px; }
.tourmaster-my-booking-single-field.tourmaster-additional-note .tourmaster-head{ float: none; margin-bottom: 7px; display: block; }
.tourmaster-my-booking-single-price-breakdown .tourmaster-price-breakdown-summary{ float: right; min-width: 350px; }
.tourmaster-my-booking-single-total-price{ padding-top: 15px; padding-bottom: 3px; margin-top: 20px; margin-bottom: 15px;
	border-top-width: 1px; border-bottom-width: 1px; border-style: solid; }
.tourmaster-my-booking-single-total-price .tourmaster-tail{ float: right; font-weight: 600; }
.tourmaster-my-booking-single-total-price .tourmaster-my-booking-single-field{ float: right; min-width: 350px; }
.tourmaster-my-booking-single-traveller-info{ margin-top: 15px; margin-bottom: 35px; }
.tourmaster-my-booking-single-price-breakdown{ margin-top: 15px; margin-bottom: 30px; }
.tourmaster-my-booking-single-payment-receipt{ margin-bottom: 20px; }
.tourmaster-my-booking-single-content .tourmaster-item-rvpdlr{ margin-bottom: 30px; }
.tourmaster-user-content-inner-my-booking-single .tourmaster-user-content-block{ padding: 0px; }
.tourmaster-my-booking-single-traveller-info .tourmaster-my-booking-single-field{ margin-bottom: 25px; }
.tourmaster-my-booking-single-content .tourmaster-my-booking-package-detail{ display: block; font-size: 11px; }
.tourmaster-my-booking-single-content .tourmaster-my-booking-package-detail span{ display: block; }

/* reviews */
table.tourmaster-user-review-table{ font-size: 13px; min-width: 720px; }
table.tourmaster-user-review-table th:nth-child(1){ width: 70%; }
table.tourmaster-user-review-table th:nth-child(2){ width: 18%; }
table.tourmaster-user-review-table th:nth-child(3){ width: 12%; }
.tourmaster-user-review-table .tourmaster-user-review-action{ cursor: pointer; }

.tourmaster-review-form{ padding-bottom: 40px;}
.tourmaster-review-form .tourmaster-review-form-title{ font-size: 15px; margin-bottom: 25px; }
.tourmaster-review-form .tourmaster-review-form-title .tourmaster-head{ font-weight: bold; margin-right: 4px; }
.tourmaster-review-form .tourmaster-review-form-description{ margin-bottom: 25px; }
.tourmaster-review-form .tourmaster-review-form-description .tourmaster-head{ display: block; margin-bottom: 15px; }
.tourmaster-review-form .tourmaster-review-form-description .tourmaster-tail{ font-weight: 600; }
.tourmaster-review-form .tourmaster-review-form-description .tourmaster-tail p{ margin-bottom: 10px; }
.tourmaster-review-form .tourmaster-review-form-traveller-type{ margin-bottom: 25px; max-width: 300px; }
.tourmaster-review-form .tourmaster-review-form-traveller-type .tourmaster-head{ display: block; margin-bottom: 15px; }
.tourmaster-review-form .tourmaster-review-form-traveller-type .tourmaster-tail{ font-weight: 600; }
.tourmaster-review-form .tourmaster-review-form-rating-wrap{ margin-bottom: 30px; }
.tourmaster-review-form .tourmaster-review-form-rating-wrap .tourmaster-head{ display: block; margin-bottom: 12px; }
.tourmaster-review-form.tourmaster-form-field.tourmaster-with-border textarea, 
.tourmaster-review-form.tourmaster-form-field.tourmaster-with-border select{ border-width: 1px; }

.tourmaster-review-form-rating{ font-size: 18px; line-height: 1; }
.tourmaster-review-form-rating i{ float: left; height: 18px; margin-right: 7px; }
.tourmaster-review-form-rating i.tourmaster-rating-select{ margin-right: 0px; cursor: pointer; }
.tourmaster-review-form-rating span.tourmaster-rating-select{ float: left; width: 15px; height: 18px; 
    margin-left: -4px; margin-right: -4px; position: relative; z-index: 1; cursor: pointer; }
.tourmaster-review-form-rating span.tourmaster-rating-select:first-child{ margin-left: -11px; }

/* invoices */
table.tourmaster-invoices-table{ font-size: 13px; }
table.tourmaster-invoices-table th:nth-child(1){ width: 50%; }
table.tourmaster-invoices-table th:nth-child(2){ width: 18%; }
table.tourmaster-invoices-table th:nth-child(3){ width: 12%; }
table.tourmaster-invoices-table th:nth-child(4){ width: 20%; }

.tourmaster-user-content-inner-invoices-single .tourmaster-user-content-block{ padding: 0px; overflow: auto; }
.tourmaster-invoice-wrap{ background: #fff; padding: 50px 50px; font-size: 14px; width: 1050px; }
.tourmaster-invoice-head{ margin-bottom: 60px; }
.tourmaster-invoice-head-left{ float: left; }
.tourmaster-invoice-head-left .tourmaster-invoice-logo{ margin-bottom: 35px; }
.tourmaster-invoice-head-left .tourmaster-invoice-id{ font-size: 16px; font-weight: bold; margin-bottom: 5px; text-transform: uppercase; }
.tourmaster-invoice-head-left .tourmaster-invoice-receiver{ margin-top: 34px; }
.tourmaster-invoice-head-left .tourmaster-invoice-receiver-head{ font-size: 16px; font-weight: bold; 
	text-transform: uppercase; margin-bottom: 5px; }
.tourmaster-invoice-head-left .tourmaster-invoice-receiver-name{ display: block; margin-bottom: 4px; }
.tourmaster-invoice-head-left .tourmaster-invoice-receiver-address{ display: block; max-width: 250px; }
.tourmaster-invoice-head-right{ float: right; padding-top: 10px; width: 180px; }
.tourmaster-invoice-head-right .tourmaster-invoice-company-name{ font-size: 16px; font-weight: bold; margin-bottom: 20px; } 

.tourmaster-invoice-price-head{ padding: 18px 25px; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.tourmaster-invoice-price-head .tourmaster-head{ width: 80%; float: left; }
.tourmaster-invoice-price-head .tourmaster-tail{ overflow: hidden; }
.tourmaster-invoice-price-item{ padding: 18px 25px; border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-invoice-price-item.tourmaster-large{ padding: 30px 25px 25px; }
.tourmaster-invoice-price-item .tourmaster-head-title{ display: block; font-size: 15px; margin-bottom: 2px; }
.tourmaster-invoice-price-item .tourmaster-head-caption{ display: block; font-size: 13px; }
.tourmaster-invoice-price-item .tourmaster-head{ width: 80%; float: left; }
.tourmaster-invoice-price-item .tourmaster-tail{ font-size: 16px; display: block; overflow: hidden; }
.tourmaster-invoice-price-item .tourmaster-separator{ margin-bottom: 10px; clear: both; }
.tourmaster-invoice-price-item .tourmaster-invoice-price-additional-service-title{ font-size: 15px; margin-bottom: 12px; }
.tourmaster-invoice-price-sub-total, 
.tourmaster-invoice-price-tax,
.tourmaster-invoice-price-last, 
.tourmaster-invoice-total-price{ padding: 18px 25px; border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-invoice-price-sub-total .tourmaster-head, 
.tourmaster-invoice-price-tax .tourmaster-head, 
.tourmaster-invoice-price-last .tourmaster-head,
.tourmaster-invoice-total-price .tourmaster-head{ float: left; margin-left: 55%; width: 25%; font-size: 15px; }
.tourmaster-invoice-price-sub-total .tourmaster-tail, 
.tourmaster-invoice-price-tax .tourmaster-tail,
.tourmaster-invoice-price-last .tourmaster-tail, 
.tourmaster-invoice-total-price .tourmaster-tail{ display: block; overflow: hidden; font-size: 16px; }
.tourmaster-invoice-total-price{ font-weight: bold; border-top-width: 1px; border-top-style: solid; border-bottom-width: 2px; }

.tourmaster-invoice-payment-info{ padding: 22px 35px; margin-top: 40px; }
.tourmaster-invoice-payment-info-item-wrap{ margin-bottom: 15px; }
.tourmaster-invoice-payment-info-item-wrap:last-child{ margin-bottom: 0px; }
.tourmaster-invoice-payment-info-item{ float: left; margin-right: 60px; text-transform: uppercase; }
.tourmaster-invoice-payment-info-item .tourmaster-head{ font-weight: 800; margin-bottom: 5px; }

.tourmaster-invoice-button{ width: 1050px; padding: 0px 50px 60px; text-align: right; }
.tourmaster-invoice-button .tourmaster-button{ margin-left: 5px; font-size: 13px; }
.tourmaster-invoice-button .tourmaster-button:first-child{ margin-left: 0px; }
.tourmaster-invoice-button .tourmaster-button i{ margin-right: 10px; }

/* login */
.tourmaster-notification-box{ font-size: 13px; padding: 15px 18px 15px; margin-bottom: 20px; }
.tourmaster-notification-box a{ font-weight: bold; }
.tourmaster-notification-box i{ margin-right: 13px; }

.tourmaster-login-form label{ display: block; margin-bottom: 17px; font-size: 14px; font-weight: 500; }
.tourmaster-login-form .tourmaster-login-form-fields{ margin: 0px -15px; }
.tourmaster-login-form .tourmaster-login-user,
.tourmaster-login-form .tourmaster-login-pass{ width: 50%; float: left; padding: 0px 15px; }
.tourmaster-login-form .tourmaster-login-submit .tourmaster-button{ width: 100%; text-align: center; margin-top: 10px; }
.tourmaster-login-form .tourmaster-login-lost-password{ font-size: 13px; font-weight: 500; text-align: right; }

.tourmaster-login-bottom{ text-align: center; border-top-width: 1px; border-top-style: solid; padding-top: 32px; margin-bottom: 30px; margin-top: 40px; }
.tourmaster-login-bottom .tourmaster-login-bottom-title{ font-size: 16px; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; }
.tourmaster-login-bottom .tourmaster-login-bottom-link{ font-size: 11px; font-weight: 600; text-transform: uppercase; }

.tourmaster-lost-password-form label{ display: block; margin-bottom: 17px; font-size: 14px; font-weight: 500; }
.tourmaster-lost-password-form .tourmaster-lost-password-submit .tourmaster-button{ width: 100%; text-align: center; margin-top: 10px; }

.tourmaster-reset-password-form label{ display: block; margin-bottom: 17px; font-size: 14px; font-weight: 500; }
.tourmaster-reset-password-form .tourmaster-reset-password-submit .tourmaster-button{ width: 100%; text-align: center; margin-top: 10px; }
.tourmaster-reset-password-form .pw-weak{ display: none; }
.tourmaster-reset-password-form .pw-weak label{ display: inline; }
#pass-strength-result{ padding: 12px 20px 10px; margin-bottom: 18px; color: #23282d; background-color: #f3f3f3; font-weight: 600; font-size: 12px; }
#pass-strength-result.short{ background-color: #f1adad; }
#pass-strength-result.bad{ background-color: #fbc5a9; }
#pass-strength-result.good{ background-color: #ffe399; }
#pass-strength-result.strong{ background-color: #c1e1b9; }

.tourmaster-reset-password-confirm{ /* position: absolute; z-index: -1; opacity: 0; */ } 

.tourmaster-login-form2{ float: left; width: 50%; padding-right: 30px; }
.tourmaster-login-form2 label{ display: block; margin-bottom: 17px; font-size: 14px; font-weight: 500; }
.tourmaster-login-form2 .tourmaster-login-title{ font-size: 14px; text-transform: uppercase; font-weight: 700; margin-bottom: 25px; }
.tourmaster-login-form2 .tourmaster-login-submit .tourmaster-button{ width: 120px; text-align: center; }
.tourmaster-login-form2-wrap{ padding-bottom: 35px; }
.tourmaster-login-form2 .tourmaster-button{ width: 100%; text-align: center; }
.tourmaster-login2-right{ float: left; width: 50%; text-align: center; padding-left: 30px; 
	margin-top: -45px; padding-top: 45px; padding-bottom: 999px; margin-bottom: -999px;
	border-left-width: 1px; border-left-style: solid; }
.tourmaster-login2-right .tourmaster-login2-right-title{ font-size: 14px; text-transform: uppercase; font-weight: 700; margin-top: 40px; }
.tourmaster-login2-right .tourmaster-login2-right-title:first-child{ margin-top: 0px; }
.tourmaster-login2-right .tourmaster-login2-right-description{ font-size: 12px; margin-bottom: 30px; }
.tourmaster-login2-right .tourmaster-button{ width: 100%; text-align: center; }

/* register */
.tourmaster-register-form{ padding-bottom: 10px; }
.tourmaster-register-form .tourmaster-register-message{ font-size: 12px; margin-bottom: 30px; }
.tourmaster-register-form .tourmaster-register-submit{ width: 100%; text-align: center; margin-top: 10px; margin-bottom: 30px; }
.tourmaster-register-form .tourmaster-register-term{ font-size: 13px; text-align: center; margin-bottom: 30px; }
.tourmaster-register-form .tourmaster-register-term input{ margin-right: 10px; }
.tourmaster-register-form .tourmaster-register-term .tourmaster-notification-box{ display: none; margin-top: 20px; }
.tourmaster-register-form .tourmaster-register-form-fields{ margin-left: -15px; margin-right: -15px; }
.tourmaster-register-form .tourmaster-profile-field{ width: 50%; float: left; padding: 0px 15px; margin-bottom: 22px; }
.tourmaster-register-form .tourmaster-profile-field .tourmaster-head{ display: block; margin-bottom: 17px; font-size: 14px; font-weight: 500; }
.tourmaster-register-form .tourmaster-profile-field-password{ clear: left; }

.tourmaster-register-bottom{ text-align: center; border-top-width: 1px; border-top-style: solid; padding-top: 32px; margin-bottom: 30px; }
.tourmaster-register-bottom .tourmaster-register-bottom-title{ font-size: 16px; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; }
.tourmaster-register-bottom .tourmaster-register-bottom-link{ font-size: 11px; font-weight: 600; text-transform: uppercase; }

/* review item */
.tourmaster-tour-review-item{ padding-bottom: 30px; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-list{ margin-bottom: 25px; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-avatar{ float: left; width: 36px; overflow: hidden; margin-right: 18px;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-content{ overflow: hidden; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-title{ font-size: 14px; font-weight: 500; margin-bottom: 6px; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-rating{ font-size: 14px; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-rating i{ margin-right: 6px; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-user{ font-size: 12px; margin-left: 12px; }

/* form field */
.tourmaster-form-field input[type="text"], 
.tourmaster-form-field input[type="email"],
.tourmaster-form-field input[type="password"],
.tourmaster-form-field textarea,
.tourmaster-form-field select{ font-size: 13px; height: 48px; padding: 12px 17px; width: 100%; border: 0px; outline: none;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.tourmaster-form-field textarea{ height: 125px; }
.tourmaster-form-field select, 
.tourmaster-form-field select:focus{ 
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
    -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.tourmaster-form-field .tourmaster-combobox-wrap{ position: relative; }
.tourmaster-form-field .tourmaster-combobox-wrap:after{ font-family: fontAwesome; content: "\f0dd"; font-size: 14px; line-height: 20px;
	position: absolute; right: 16px; top: 50%; margin-top: -13px; pointer-events: none; }
.tourmaster-form-field .tourmaster-file-label-text{ font-size: 12px; text-transform: uppercase;
	font-weight: 500; padding: 25px; display: inline-block; width: 100%; cursor: pointer; }
.tourmaster-form-field .tourmaster-file-label input[type="file"]{ display: none; }

.tourmaster-form-field .tourmaster-combobox-list-wrap{ position: relative; }
.tourmaster-form-field .tourmaster-combobox-list-wrap ul{ list-style: none; margin-left: 0px; display: none;
	border-width: 0px 2px 1px 2px; border-style: solid; position: absolute; left: 0px; right: 0px; z-index: 99; }
.tourmaster-form-field .tourmaster-combobox-list-wrap ul li{ padding: 15px 17px; cursor: pointer;
    border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-form-field .tourmaster-combobox-list-wrap .tourmaster-combobox-list-title{ display: block; font-weight: 800; }
.tourmaster-form-field .tourmaster-combobox-list-wrap .tourmaster-combobox-list-caption{ display: block; }
.tourmaster-form-field .tourmaster-combobox-list-wrap .tourmaster-combobox-list-time{ display: block; font-style: italic; font-size: 12px; margin-top: 7px; }
.tourmaster-form-field .tourmaster-combobox-list-wrap .tourmaster-combobox-list-avail{ display: block; font-style: italic; font-size: 12px; }
.tourmaster-form-field .tourmaster-combobox-list-display{ position: relative; height: 48px; padding: 12px 17px; cursor: pointer; }
.tourmaster-form-field .tourmaster-combobox-list-display span{ display: block; white-space: nowrap; margin-right: 10px; overflow: hidden; }
.tourmaster-form-field .tourmaster-combobox-list-display:after{ font-family: fontAwesome; content: "\f0dd"; font-size: 14px; line-height: 20px;
	position: absolute; right: 14px; top: 50%; margin-top: -13px; pointer-events: none; }
.tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display{ border-width: 2px; border-style: solid; }

a.tourmaster-button, input[type="button"].tourmaster-button, input[type="submit"].tourmaster-button{ cursor: pointer;
	font-size: 12.5px; text-transform: uppercase; font-weight: 600; padding: 15px 27px; display: inline-block;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }

.tourmaster-form-field-alt-date{ width: 90px; float: left; margin-right: 20px; }
.tourmaster-form-field-alt-month{ width: 125px; float: left; margin-right: 20px; }
.tourmaster-form-field-alt-year{ width: 110px; float: left; }

.tourmaster-form-field.tourmaster-with-border input[type="text"], 
.tourmaster-form-field.tourmaster-with-border input[type="email"],
.tourmaster-form-field.tourmaster-with-border input[type="password"],
.tourmaster-form-field.tourmaster-with-border textarea,
.tourmaster-form-field.tourmaster-with-border select{ border-width: 2px; border-style: solid; }

.tourmaster-form-field .tourmaster-type-datepicker .tourmaster-tail{ position: relative; }
.tourmaster-form-field .tourmaster-type-datepicker .tourmaster-tail input{ cursor: pointer; }
.tourmaster-form-field .tourmaster-type-datepicker .tourmaster-tail i{ pointer-events: none; position: absolute; right: 15px; top: 50%; margin-top: -8px; }

.tourmaster-form-field.tourmaster-bottom-border .tourmaster-combobox-wrap select{
    border-bottom-width: 2px; border-bottom-style: solid; background: transparent !important; }

.tourmaster-datepicker-wrap{ position: relative; }
.tourmaster-datepicker-wrap:after{ content: "\f0dd"; font-family: fontAwesome; 
	position: absolute; top: 50%; right: 17px; margin-top: -13px; line-height: 22px; pointer-events: none; }
.tourmaster-datepicker-wrap input{ cursor: pointer; }
.tourmaster-datepicker-wrap .tourmaster-clear-date{ display: none; position: absolute; right: 15px; top: 50%; margin-top: -8px; font-size: 11px; cursor: pointer;}
.tourmaster-datepicker-wrap.tourmaster-with-date .tourmaster-clear-date{ display: block; }
.tourmaster-body .ui-datepicker{ width: 310px; border-width: 2px; border-style: solid; padding: 8px; display: none; }
.tourmaster-body .ui-datepicker .ui-datepicker-title{ padding-left: 38px; padding-right: 38px; }
.tourmaster-body .ui-datepicker .ui-datepicker-month,
.tourmaster-body .ui-datepicker .ui-datepicker-year{ width: 48%; margin: 0px 1%; border: none; height: 36px; padding: 0px 8px; font-weight: 700; }
.tourmaster-body .ui-datepicker select:focus{ outline: none; }
.tourmaster-body .ui-datepicker table{ border-collapse: separate; border-spacing: 0px; margin-bottom: 10px; }
.tourmaster-body .ui-datepicker table tr{ background: transparent; }
.tourmaster-body .ui-datepicker table tr th{ background: transparent; font-size: 13px; padding: 16px 0px 10px; }
.tourmaster-body .ui-datepicker table tr td{ padding: 0px 0px 5px; line-height: 1; text-align: center; }
.tourmaster-body .ui-datepicker table tr td span,
.tourmaster-body .ui-datepicker table tr td a{ width: 32px; font-size: 13px; line-height: 16px; 
	padding: 10px 0px 6px; text-align: center; display: inline-block; 
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-body .ui-datepicker-header{ position: relative; }
.tourmaster-body .ui-datepicker-prev,
.tourmaster-body .ui-datepicker-next{ position: absolute; top: 0px; width: 36px; height: 36px; line-height: 36px; text-align: center; cursor: pointer; }
.tourmaster-body .ui-datepicker-prev{ left: 0px; }
.tourmaster-body .ui-datepicker-prev:after{ content: "\f104"; font-family: fontAwesome; }
.tourmaster-body .ui-datepicker-prev span{ display: none; }
.tourmaster-body .ui-datepicker-next{ right: 0px; }
.tourmaster-body .ui-datepicker-next:after{ content: "\f105"; font-family: fontAwesome; }
.tourmaster-body .ui-datepicker-next span{ display: none; }
.tourmaster-body .ui-datepicker-prev.ui-state-disabled,
.tourmaster-body .ui-datepicker-next.ui-state-disabled{ background: transparent; }  

.tourmaster-form-field.tourmaster-medium input[type="text"], 
.tourmaster-form-field.tourmaster-medium input[type="email"], 
.tourmaster-form-field.tourmaster-medium input[type="password"], 
.tourmaster-form-field.tourmaster-medium textarea, 
.tourmaster-form-field.tourmaster-medium select{ height: 65px; padding: 14px 22px; font-size: 15px; }
.tourmaster-form-field.tourmaster-medium input[type="submit"]{ height: 65px; padding: 14px 22px; font-size: 15px; text-transform: none; font-weight: 500; }

.tourmaster-form-field.tourmaster-large input[type="text"], 
.tourmaster-form-field.tourmaster-large input[type="email"], 
.tourmaster-form-field.tourmaster-large input[type="password"], 
.tourmaster-form-field.tourmaster-large textarea, 
.tourmaster-form-field.tourmaster-large select{ height: 73px; padding: 18px 25px; font-size: 17px; }
.tourmaster-form-field.tourmaster-large input[type="submit"]{ height: 73px; padding: 18px 25px; font-size: 17px; text-transform: none; font-weight: 500; }

.tourmaster-form-field.tourmaster-round-border input[type="text"], 
.tourmaster-form-field.tourmaster-round-border input[type="email"], 
.tourmaster-form-field.tourmaster-round-border input[type="password"], 
.tourmaster-form-field.tourmaster-round-border textarea, 
.tourmaster-form-field.tourmaster-round-border select{
	border-width: 1px; border-style: solid; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tourmaster-form-field.tourmaster-round-border input[type="submit"]{ border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.tourmaster-form-field.tourmaster-transparent-bottom-border input[type="text"], 
.tourmaster-form-field.tourmaster-transparent-bottom-border input[type="email"], 
.tourmaster-form-field.tourmaster-transparent-bottom-border input[type="password"], 
.tourmaster-form-field.tourmaster-transparent-bottom-border textarea, 
.tourmaster-form-field.tourmaster-transparent-bottom-border select{ padding-left: 0px; padding-right: 0px; font-size: 16px;
	border-bottom-width: 2px; border-bottom-style: solid; background: transparent !important; }
.tourmaster-form-field.tourmaster-transparent-bottom-border .tourmaster-combobox-wrap:after{ content: "\f107"; right: 0px; margin-top: -8px; }

.tourmaster-input-style-no-border .tourmaster-form-field.tourmaster-large input[type="submit"], 
.tourmaster-input-style-transparent-bottom-border .tourmaster-form-field.tourmaster-large input[type="submit"]{ margin-top: 0px; }

/* table */
.tourmaster-template-wrapper table.tourmaster-table{ width: 100%; border: 0px; margin-bottom: 0px; border-collapse: separate; border-spacing: 0px;  }
.tourmaster-template-wrapper table.tourmaster-table th{ font-size: 13px; font-weight: 600; text-align: left; 
 	border-width: 0px 0px 1px; border-style: solid; padding: 4px 0px 16px; background: transparent; }
.tourmaster-template-wrapper table.tourmaster-table td{ font-size: 13px; font-weight: normal; padding: 0px 0px 18px; border: 0px; font-weight: normal; vertical-align: top; text-align: left; }
.tourmaster-template-wrapper table.tourmaster-table tr{ background: transparent; }
.tourmaster-template-wrapper table.tourmaster-table tr:nth-child(2) td{ padding-top: 28px; }
.tourmaster-template-wrapper table.tourmaster-table tr:last-child td { padding-bottom: 6px; }
.tourmaster-template-wrapper table.tourmaster-wish-list-table{ min-width: 600px; }
.tourmaster-template-wrapper table.tourmaster-wish-list-table tr:last-child td {padding-bottom: 20px; }

/* tour order filterer */
.tourmaster-tour-order-filterer-wrap{ background: #fff; }

.tourmaster-tour-order-filterer-wrap{ padding: 13px 20px; margin-bottom: 30px; 
	box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); }
.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-title{ font-weight: 800; font-size: 15px; padding-right: 10px; display: inline; }
.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap{ position: relative; display: inline-block; margin-left: 10px; }
.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap:after{ font-family: fontAwesome; content: "\f0dd"; font-size: 14px; line-height: 20px;
	position: absolute; right: 12px; top: 50%; margin-top: -13px; pointer-events: none; }
.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select{ font-size: 12px; height: 38px; padding: 7px 30px 7px 15px; 
	width: 100%; outline: none; border-width: 1px; border-style: solid;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select, 
.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select:focus{ 
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
    -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style{ float: right; font-size: 20px; margin-top: 4px; }
.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style a{ margin-left: 15px; }

/* tour title item */
.tourmaster-tour-title-item{ margin-bottom: 30px; }
.tourmaster-tour-title-item .tourmaster-tour-title-item-title{ font-size: 26px; font-weight: 800; margin-bottom: 15px; }
.tourmaster-tour-title-item .tourmaster-tour-rating-text{ font-size: 14px; margin-left: 15px; }
.tourmaster-tour-title-item .tourmaster-tour-rating i{ font-size: 16px; }
.tourmaster-tour-title-item-info{ display: inline; margin-right: 30px; }
.tourmaster-tour-title-item-info-wrap{ margin-top: 25px; font-size: 17px; color: #565656; }
.tourmaster-tour-title-item-info-wrap i{ font-size: 22px; vertical-align: middle; margin-right: 14px; color: #000; }
.tourmaster-tour-title-item-info-wrap .tourmaster-head{ vertical-align: middle; }

/* tour item */
.tourmaster-zoom-on-hover img{ 
	transition: transform 300ms ease-out; -moz-transition: -moz-transform 300ms ease-out; 
 	-o-transition: -o-transform 300ms ease-out;  -webkit-transition: -webkit-transform 300ms ease-out}
.tourmaster-zoom-on-hover:hover img{ -webkit-transform: scale(1.1); transform: scale(1.1); }

.tourmaster-tour-rating{ font-size: 13px; }
.tourmaster-tour-rating i{ margin-left: 4px; }
.tourmaster-tour-rating i:first-child{ margin-left: 0px; }
.tourmaster-tour-rating-text{ margin-left: 6px; font-size: 11px; font-weight: normal; }
.tourmaster-tour-rating-empty span{ visibility: hidden; }

.tourmaster-tour-info-wrap{ margin-bottom: 18px; }
.tourmaster-tour-info-wrap .tourmaster-tour-info{ margin-bottom: 9px; font-weight: 500; font-size: 14px; }
.tourmaster-tour-info-wrap .tourmaster-tour-info i{ width: 20px; display: inline-block; margin-right: 4px; }
.tourmaster-thumbnail-ribbon{ line-height: 1; z-index: 2; position: absolute; top: 30px; font-size: 14px; font-weight: 600; padding: 14px 20px 14px 30px; left: -10px; }
.tourmaster-thumbnail-ribbon .tourmaster-thumbnail-ribbon-cornor{ position: absolute; left: -10px; bottom: -10px; width: 0px; height: 0px; 
    border-style: solid; background: url(//sabilevoyages.com/wp-content/plugins/tourmaster/images/ribbon-corner-shadow.png) 0px 0px no-repeat;
    border-width: 0px 10px 10px 10px; border-left-color: transparent; border-top-color: transparent; border-bottom-color: transparent; }
.tourmaster-body .tourmaster-tour-info-custom-excerpt p{ line-height: 2; }

.tourmaster-tour-item{ padding-bottom: 30px; }
.tourmaster-tour-item .gdlr-core-load-more{ width: 100%; }
.tourmaster-tour-item .tourmaster-tour-thumbnail{ position: relative; overflow: hidden; }
.tourmaster-tour-item .tourmaster-tour-thumbnail-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px;
	background: rgba(0, 0, 0, 0.75); z-index: 1; opacity: 0; line-height: 1;
	transition: opacity 300ms; -moz-transition: opacity 300ms;
 	-o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.tourmaster-tour-item .tourmaster-tour-thumbnail-overlay:hover{ opacity: 1; }
.tourmaster-tour-item .tourmaster-tour-thumbnail-overlay i{ position: absolute; left: 0px; right: 0px; text-align: center; 
	top: 50%; margin-top: -15px; font-size: 30px; color: #fff; }

.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li{ 
	transition: left 300ms, right 300ms;  -moz-transition: left 300ms, right 300ms; 
	-o-transition: left 300ms, right 300ms;  -webkit-transition: left 300ms, right 300ms;  }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a{ padding: 0px; background: transparent; }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a i{ font-size: 29px; width: 29px; }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li.flex-nav-next{ right: -70px; }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li.flex-nav-prev{ left: -70px; }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li.flex-nav-next a,
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li.flex-nav-prev a{ opacity: 1; }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li.flex-nav-next:hover{ right: -80px; }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li.flex-nav-prev:hover{ left: -80px; }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav .arrow_carrot-left:before{ content: "\23"; }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav .arrow_carrot-right:before{ content: "\24"; }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a i:after{ content: " "; display: block; width: 38px; height: 6px; 
	background: rgba(0,0,0,0.15); margin-top: -13px; opacity: 0;
	transition: opacity 300ms; -moz-transition: opacity 300ms; -o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a.flex-next i:after{ margin-left: -10px; }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li a.flex-prev i:after{ margin-left: 10px; }
.tourmaster-tour-item .gdlr-core-flexslider[data-nav="navigation-outer"] .flex-direction-nav li:hover a i:after{ opacity: 1; }



.tourmaster-tour-widget{ margin-top: 22px; }
.tourmaster-tour-widget:first-child{ margin-top: 0px; }
.tourmaster-tour-widget .tourmaster-tour-widget-inner{ padding-top: 22px; border-top-width: 1px; border-top-style: solid; }
.tourmaster-tour-widget:first-child .tourmaster-tour-widget-inner{ padding-top: 0px; border-top-width: 0px; }
.tourmaster-tour-widget .tourmaster-tour-thumbnail{ float: left; max-width: 66px; margin-right: 20px; }
.tourmaster-tour-widget .tourmaster-tour-content-wrap{ overflow: hidden; }
.tourmaster-tour-widget .tourmaster-tour-title{ font-size: 14px; margin-bottom: 5px; font-weight: 500; }
.tourmaster-tour-widget .tourmaster-tour-price .tourmaster-head{ font-size: 13px; margin-right: 10px; }
.tourmaster-tour-widget .tourmaster-tour-price .tourmaster-tail{ font-size: 16px; font-weight: 700; }
.tourmaster-tour-widget .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-head{ margin-right: 8px; }
.tourmaster-tour-widget .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ font-size: 13px; font-weight: normal; margin-right: 10px; text-decoration: line-through }
.tourmaster-tour-widget .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-discount-price{ font-size: 16px; font-weight: 700; }
.tourmaster-tour-widget .tourmaster-tour-content-info.tourmaster-with-ribbon{ padding-top: 5px; }
.tourmaster-tour-widget .tourmaster-tour-content-info.tourmaster-with-ribbon .tourmaster-tour-price-wrap{ float: right; }
.tourmaster-tour-widget .tourmaster-thumbnail-ribbon{ font-size: 12px; font-weight: 600; padding: 8px 13px 6px; float: left; position: static; }
.tourmaster-tour-widget .tourmaster-thumbnail-ribbon-cornor{ display: none; }


.tourmaster-tour-grid{ margin-bottom: 40px; position: relative; }
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-grid-inner{ overflow: hidden; border-style: solid; border-width: 0px; }
.gdlr-core-flexslider .tourmaster-tour-grid{ margin-bottom: 0px; }
.tourmaster-tour-item .gdlr-core-flexslider .flex-viewport{ padding-left: 20px; margin-left: -20px;
	padding-right: 20px; margin-right: -20px; padding-bottom: 20px; margin-bottom: -20px; }
.tourmaster-tour-grid .tourmaster-tour-title{ font-size: 15px; font-weight: 800; margin-bottom: 5px; }
.tourmaster-tour-grid .tourmaster-tour-thumbnail{ margin-bottom: 28px; overflow: hidden; }
.tourmaster-tour-grid .tourmaster-tour-content-wrap{ position: relative; }
.tourmaster-tour-grid .tourmaster-tour-content{ font-weight: 500; }
.tourmaster-tour-grid .tourmaster-tour-rating{ margin-top: 15px; }
.tourmaster-tour-grid .tourmaster-tour-price{ font-size: 22px; font-weight: 800; line-height: 1; }
.tourmaster-tour-grid .tourmaster-tour-price .tourmaster-head{ font-size: 15px; margin-bottom: 7px; font-weight: normal; }
.tourmaster-tour-grid .tourmaster-tour-price-wrap .tourmaster-price-suffix{ font-size: 14px; }
.tourmaster-tour-grid .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ font-size: 15px; font-weight: normal; }
.tourmaster-tour-grid .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ text-decoration: line-through; }
.tourmaster-tour-grid .tourmaster-tour-discount-price{ font-size: 22px; line-height: 1; margin-top: 6px; font-weight: 800; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-title{ padding-right: 100px; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap{ text-align: right; position: absolute; top: 0px; right: 0px; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price{ display: block; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head{ display: block; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-discount-price{ display: block; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ display: block; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-head{ display: none; }
.tourmaster-tour-grid.tourmaster-price-bottom-title .tourmaster-tour-price-wrap{ margin-bottom: 10px; margin-top: 10px; }	
.tourmaster-tour-grid.tourmaster-price-bottom-title .tourmaster-tour-price{ margin-right: 15px; }
.tourmaster-tour-grid.tourmaster-price-bottom-title .tourmaster-tour-price .tourmaster-head{ margin-right: 10px; }
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-thumbnail{ margin-bottom: 0px; }
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content-wrap{ padding: 32px 25px 8px; }
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-price-wrap{ top: 32px; right: 25px; }
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-rating,
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content{ margin-bottom: 14px; }

.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap{ padding: 15px 25px 13px; line-height: 20px;  font-size: 13px; }
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price-head{ float: left; }
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price-content{ float: right; }
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price,
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-discount-price{ font-size: 16px; margin-left: 12px; }
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap.tourmaster-with-discount .tourmaster-tour-price{ font-size: 13px; font-weight: normal; text-decoration: line-through; }
.tourmaster-tour-grid .tourmaster-tour-info-wrap { margin-bottom: 0px; margin-top: 17px; }
.tourmaster-tour-item-column-4 .tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-title { padding-right: 90px; }
.tourmaster-tour-item-column-4 .tourmaster-tour-grid .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price { font-size: 13px; }
.tourmaster-tour-item-column-4 .tourmaster-tour-grid .tourmaster-tour-price{ font-size: 20px; }
.tourmaster-tour-item-column-4 .tourmaster-tour-grid .tourmaster-tour-discount-price{ font-size: 20px; }
.tourmaster-tour-item-column-4 .tourmaster-tour-frame.tourmaster-tour-grid .tourmaster-tour-price{ font-size: 19px; margin-top: 10px; }
.tourmaster-tour-item-column-4 .tourmaster-tour-frame.tourmaster-tour-grid .tourmaster-tour-discount-price{ font-size: 19px; }
.tourmaster-tour-item-column-5 .tourmaster-tour-grid .tourmaster-tour-price{ font-size: 19px; margin-top: 10px; }
.tourmaster-tour-item-column-5 .tourmaster-tour-grid .tourmaster-tour-discount-price{ font-size: 19px; }

.tourmaster-tour-item-style-grid .gdlr-core-block-item-title-wrap .gdlr-core-block-item-title{ font-weight: 700; }
.tourmaster-tour-item-style-grid .gdlr-core-block-item-title-wrap{ position: relative; margin-bottom: 40px; }

.tourmaster-tour-grid-style-2.tourmaster-price-right-title .tourmaster-tour-title{ padding-right: 0px; }
.tourmaster-tour-grid-style-2.tourmaster-price-right-title .tourmaster-tour-price-wrap{ top: auto; bottom: 4px; }
.tourmaster-tour-grid-style-2.tourmaster-price-right-title.tourmaster-tour-frame .tourmaster-tour-price-wrap{ top: auto; bottom: 34px; }
.tourmaster-tour-grid-style-2 .tourmaster-tour-title svg{ max-width: 22px; float: left;
	vertical-align: middle; margin-right: 8px; margin-top: -2px; margin-bottom: -2px; }
.tourmaster-tour-grid-style-2 .tourmaster-tour-title span{ display: block; overflow: hidden; }
.tourmaster-tour-grid-style-2 .tourmaster-tour-thumbnail{ margin-bottom: 38px; }
.tourmaster-tour-grid-style-2 .tourmaster-tour-info-wrap{ margin-bottom: 0px; margin-top: 25px; }
.tourmaster-tour-grid-style-2 .tourmaster-tour-info-wrap .tourmaster-tour-info i{ font-size: 18px; width: 18px; margin-right: 12px; line-height: 1; }
.tourmaster-tour-grid-style-2 .tourmaster-tour-info-wrap .tourmaster-tour-info{ margin-bottom: 12px; }
.tourmaster-tour-grid-style-2 .tourmaster-tour-info-wrap .tourmaster-tour-info svg{ width: 18px; vertical-align: middle; margin-right: 12px; }
.tourmaster-tour-grid-style-2 .tourmaster-tour-rating{ margin-top: 10px; }
.tourmaster-tour-grid-style-2 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon{ top: -56px; left: 25px; padding: 10px 17px; }
.tourmaster-tour-grid-style-2 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon-cornor{ display: none; }
.tourmaster-tour-grid-style-2.tourmaster-tour-frame .tourmaster-tour-content-wrap{ padding-top: 40px; padding-bottom: 15px; }
.tourmaster-tour-grid-style-2.tourmaster-tour-frame .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon{ top: -18px; }

.tourmaster-tour-grid-style-3.tourmaster-price-right-title .tourmaster-tour-title{ padding-right: 0px; }
.tourmaster-tour-grid-style-3.tourmaster-price-right-title .tourmaster-tour-price-wrap{ top: auto; bottom: 4px; }
.tourmaster-tour-grid-style-3.tourmaster-price-right-title.tourmaster-tour-frame .tourmaster-tour-price-wrap{ top: auto; bottom: 34px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-title svg{ max-width: 22px; float: left;
	vertical-align: middle; margin-right: 8px; margin-top: -2px; margin-bottom: -2px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-title span{ display: block; overflow: hidden; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-thumbnail{ margin-bottom: 38px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-info-wrap{ margin-bottom: 0px; margin-top: 25px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-info-wrap .tourmaster-tour-info i{ font-size: 18px; width: 18px; margin-right: 12px; line-height: 1; vertical-align: middle; padding-bottom: 2px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-info-wrap .tourmaster-tour-info{ margin-bottom: 8px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-info-wrap .tourmaster-tour-info svg{ width: 18px; vertical-align: middle; margin-right: 12px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-rating{ margin-top: 20px; font-size: 16px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-rating-text{ display: block; margin-left: 0px; font-size: 13px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-rating i{ margin-left: 6px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-rating i:first-child{ margin-left: 0px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon{ top: -56px; left: 50%; padding: 10px 17px; transform: translateX(-50%);
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon-cornor{ display: none; }
.tourmaster-tour-grid-style-3.tourmaster-tour-frame .tourmaster-tour-content-wrap{ padding-top: 40px; padding-bottom: 15px; }
.tourmaster-tour-grid-style-3.tourmaster-tour-frame .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon{ top: -18px; }
.tourmaster-tour-grid-style-3.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head { display: none; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price { font-size: 16px; }
.tourmaster-tour-grid-style-3 .tourmaster-tour-price{ font-weight: 700;}

.tourmaster-tour-grid-style-4.tourmaster-price-right-title .tourmaster-tour-title{ padding-right: 0px; }
.tourmaster-tour-grid-style-4.tourmaster-price-right-title .tourmaster-tour-price-wrap{ top: auto; bottom: 4px; }
.tourmaster-tour-grid-style-4.tourmaster-price-right-title .tourmaster-tour-bottom-wrap{ position: relative; }
.tourmaster-tour-grid-style-4.tourmaster-price-right-title.tourmaster-tour-frame .tourmaster-tour-price-wrap{ top: 20px; bottom: auto; right: 0px; }

.tourmaster-tour-grid-style-4 .tourmaster-tour-title svg{ max-width: 22px; float: left;
	vertical-align: middle; margin-right: 8px; margin-top: -2px; margin-bottom: -2px; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-title span{ display: block; overflow: hidden; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-thumbnail{ margin-bottom: 38px; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-info-wrap{ margin-bottom: 0px; margin-top: 25px; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-info-wrap .tourmaster-tour-info i{ font-size: 18px; width: 18px; margin-right: 12px; line-height: 1; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-info-wrap .tourmaster-tour-info{ margin-bottom: 8px; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-info-wrap .tourmaster-tour-info svg{ width: 18px; vertical-align: middle; margin-right: 12px; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-rating{ margin-top: 20px; font-size: 15px; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-rating-text{ display: block; margin-top: 2px; margin-left: 0px; font-size: 14px; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-rating i{ margin-left: 3px; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-rating i:first-child{ margin-left: 0px; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon{ top: -56px; left: 50%; padding: 10px 17px; transform: translateX(-50%);
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon-cornor{ display: none; }
.tourmaster-tour-grid-style-4.tourmaster-tour-frame .tourmaster-tour-content-wrap{ padding-top: 40px; padding-bottom: 15px; }
.tourmaster-tour-grid-style-4.tourmaster-tour-frame .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon{ top: -18px; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-rating{ border-top-width: 1px; border-top-style: solid; padding: 20px 40px 5px; margin-left: -40px; margin-right: -40px; margin-top: 25px; }
.tourmaster-tour-grid-style-4 .tourmaster-tour-discount-price,
.tourmaster-tour-grid-style-4 .tourmaster-tour-price{ font-size: 24px; font-weight: 600; }

.tourmaster-tour-grid-style-4.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head:before{ content: "/"; }
.tourmaster-tour-grid-style-4.tourmaster-price-right-title .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{margin-top: 5px;display: block;}
.tourmaster-tour-grid-style-4.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head{ font-size: 14px; margin-top: 4px; }

.tourmaster-tour-grid-style-5.tourmaster-price-right-title .tourmaster-tour-title{ padding-right: 0px; }
.tourmaster-tour-grid-style-5.tourmaster-price-right-title .tourmaster-tour-price-wrap{ top: auto; bottom: 4px; }
.tourmaster-tour-grid-style-5.tourmaster-price-right-title.tourmaster-tour-frame .tourmaster-tour-price-wrap{ top: auto; bottom: 26px; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-title svg{ display: inline; max-width: 22px;
	vertical-align: middle; margin-right: 8px; margin-top: -2px; margin-bottom: -2px; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-thumbnail{ margin-bottom: 38px; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-info-wrap{ margin-bottom: 0px; margin-top: 25px; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-info-wrap .tourmaster-tour-info i{ font-size: 18px; width: 18px; margin-right: 12px; line-height: 1; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-info-wrap .tourmaster-tour-info{ margin-bottom: 8px; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-info-wrap .tourmaster-tour-info svg{ width: 18px; vertical-align: middle; margin-right: 12px; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-rating-text{ display: none; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-rating i{ margin-left: 6px; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-rating i:first-child{ margin-left: 0px; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-content-wrap{ text-align: center; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon{ top: -56px; left: 50%; padding: 10px 17px; transform: translateX(-50%);
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon-cornor{ display: none; }
.tourmaster-tour-grid-style-5.tourmaster-tour-frame .tourmaster-tour-content-wrap{ padding-top: 40px; padding-bottom: 15px; }
.tourmaster-tour-grid-style-5.tourmaster-tour-frame .tourmaster-tour-content-wrap .tourmaster-thumbnail-ribbon{ top: -18px; }
.tourmaster-tour-grid-style-5.tourmaster-price-right-title .tourmaster-price-suffix{ display: block; }
.tourmaster-tour-grid-style-5.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head { display: none; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price { font-size: 16px; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-price{ font-weight: 700; }
.tourmaster-tour-grid-style-5 .tourmaster-tour-read-more-wrap{ font-size: 15px; text-align: left; padding-top: 25px; padding-bottom: 20px; }
.tourmaster-tour-grid-style-5.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-rating{ margin-top: 15px; margin-bottom: 0px; font-size: 14px; }

.tourmaster-tour-grid-style-6 .tourmaster-thumbnail-ribbon{ right: 10px; left: auto; top: 10px; padding: 11px 16px; font-weight: normal;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.tourmaster-tour-grid-style-6 .tourmaster-thumbnail-ribbon-cornor{ display: none; }
.tourmaster-tour-grid-style-6 .tourmaster-tour-content-wrap{ display: flex; flex-direction: column; }
.tourmaster-tour-grid-style-6.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-price-wrap{ position: static; top: auto; right: auto; text-align: left; order: 4; margin-bottom: 15px; }
.tourmaster-tour-grid-style-6.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-title{ padding-right: 50px; }
.tourmaster-tour-grid-style-6.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price { display: inline; margin-right: 10px; }
.tourmaster-tour-grid-style-6.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-discount-price{ display: inline; font-weight: 600; }
.tourmaster-tour-grid-style-6.tourmaster-tour-grid .tourmaster-tour-info-wrap{ order: 3; margin-top: 0px; margin-bottom: 10px; }
.tourmaster-tour-grid-style-6.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head { display: inline; margin-right: 10px; }
.tourmaster-tour-grid-style-6.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price { font-weight: 600; }
body .tourmaster-tour-grid-style-6.tourmaster-tour-grid .tourmaster-tour-rating { order: 2; margin-top: 2px; margin-bottom: 12px; }

.tourmaster-tour-grid-style-4 .tourmaster-tour-rating{ margin-top: 35px; }
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-rating, 
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content{ margin-bottom: 30px; margin-top: 0px; }

.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-content-wrap { display: flex; flex-direction: column; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-rating { margin-top: 0px; order: 1; margin-bottom: 6px; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-rating-text{ font-size: 15px; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-title { order: 2; margin-bottom: 15px; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-content{ order: 4; margin-bottom: 20px; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-info-wrap { order: 3; margin-top: 0px; margin-bottom: 6px; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-info-wrap i { display: none; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-info-wrap .tourmaster-tour-info{ margin-bottom: 2px; font-size: 17px; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap { background: transparent; padding: 0; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price-content { float: none; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price-head { font-size: 17px; float: none; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price-content .tourmaster-tour-price{ font-size:17px; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price-content .tourmaster-tour-discount-price{ font-size:19px; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price, 
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-discount-price{ margin-left: 6px; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid.tourmaster-price-bottom-title .tourmaster-tour-price-wrap{ order: 2; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-thumbnail-ribbon { right: 10px; left: auto; top: 10px; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid .tourmaster-thumbnail-ribbon .tourmaster-thumbnail-ribbon-cornor { display: none; }
.tourmaster-tour-grid-style-7.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-price-bottom-wrap{ border-top-width: 1px; border-top-style: solid; padding: 10px 30px; }
.tourmaster-tour-info.tourmaster-tour-category{ position: absolute; left: 12px; bottom: 12px; padding: 14px 10px; background: #000; font-size: 14px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.tourmaster-tour-info.tourmaster-tour-category a{ color: #fff; }

.tourmaster-tour-modern{ position: relative; }
.tourmaster-tour-modern-inner{ position: relative; overflow: hidden; }
.tourmaster-tour-item-style-modern-no-space .gdlr-core-pagination{ margin-top: 35px; }
.tourmaster-tour-modern .tourmaster-tour-title{ font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.tourmaster-tour-modern .tourmaster-tour-content-wrap{ position: relative; padding: 22px 25px 10px; }
.tourmaster-tour-modern .tourmaster-tour-info-wrap{ margin-bottom: 0px; }
.tourmaster-tour-modern .tourmaster-tour-info{ font-size: 12px; }
.tourmaster-tour-modern.tourmaster-with-info .tourmaster-tour-price-wrap{ position: absolute; right: 22px; bottom: 17px; }
.tourmaster-tour-modern.tourmaster-without-info .tourmaster-tour-price-wrap{ margin-top: -5px; margin-bottom: 10px; }
.tourmaster-tour-modern .tourmaster-tour-price{ font-size: 17px; font-weight: 800; line-height: 1; }
.tourmaster-tour-modern .tourmaster-tour-price .tourmaster-head{ display: none; }
.tourmaster-tour-modern .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ font-size: 13px; font-weight: normal; }
.tourmaster-tour-modern .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ text-decoration: line-through; }
.tourmaster-tour-modern .tourmaster-tour-discount-price{ font-size: 17px; font-weight: 800; margin-left: 8px; }
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-content-wrap{ position: absolute; right: 25px; left: 25px; bottom: 0px; 
	-webkit-transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .3s ease; transition: transform .3s ease; }
.tourmaster-tour-modern.tourmaster-with-thumbnail:hover .tourmaster-tour-content-wrap{
	-webkit-transform: translate3d(0, 2px, 0); transform: translate3d(0, 2px, 0); }

.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ display: block; }
.tourmaster-tour-modern.tourmaster-style-2.tourmaster-without-info .tourmaster-tour-price-wrap{ margin-top: 0; align-self: end; margin-bottom: 0; }
.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-discount-price{ font-weight: 600; margin-left: 0; font-size: 18px; }
.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-content-wrap{  padding: 0; }
.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-info-wrap{ display: flex; justify-content: space-between; }
.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-info-inner{ align-self: end; }
.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-info{ font-size: 15px; margin-bottom: 2px; }
.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-tour-info i{ display: none; }
.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-thumbnail-ribbon .tourmaster-thumbnail-ribbon-cornor{ display: none; }
.tourmaster-tour-modern.tourmaster-style-2 .tourmaster-thumbnail-ribbon{ top: 10px; right: 10px; left: auto; padding: 10px 17px; border-radius: 5px; font-weight: 400; }
.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail .tourmaster-thumbnail-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background: #000; opacity: 0;
	transition: opacity 150ms; -webkit-transition: opacity 150ms; -moz-transition: opacity 150ms; }
.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail .tourmaster-thumbnail-overlay-front{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
	background: url(//sabilevoyages.com/wp-content/plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x; }
.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail:hover .tourmaster-thumbnail-overlay{ opacity: 0.6; }
.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail .tourmaster-tour-title{ margin-bottom: 0px; padding-bottom: 20px;
	transition: transform 150ms; -webkit-transition: transform 150ms; -moz-transition: transform 150ms;                                                                   
	transform: translateY(calc(-100% - 10px)); -webkit-transform: translateY(calc(-100% - 10px)); }
.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail .tourmaster-tour-content-wrap {background: transparent; padding-bottom: 20px; }
.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail:hover .tourmaster-tour-content-wrap{transform: translateY(0%);-webkit-transform: translateY(0%);}
.tourmaster-tour-modern.tourmaster-style-2.tourmaster-with-thumbnail:hover .tourmaster-tour-title{ transform: translateY(0%); -webkit-transform: translateY(0%); }

.tourmaster-tour-item-style-medium .tourmaster-tour-item-holder{ padding-bottom: 1px; }
.tourmaster-tour-medium{ margin-bottom: 40px; position: relative; }
.tourmaster-tour-medium .tourmaster-tour-thumbnail{ width: 31%; vertical-align: middle; }
.tourmaster-tour-medium .tourmaster-tour-medium-inner{ display: table; width: 100%; table-layout: fixed; }
.tourmaster-tour-medium.tourmaster-tour-frame .tourmaster-tour-medium-inner{ overflow: hidden; }
.tourmaster-tour-medium .tourmaster-tour-thumbnail,
.tourmaster-tour-medium .tourmaster-tour-content-wrap{ display: table-cell; vertical-align: middle; }
.tourmaster-tour-medium .tourmaster-tour-content-wrap{ width: 69%; padding: 20px 25px 0px 35px; vertical-align: middle; }
.tourmaster-tour-medium .tourmaster-content-left{ float: left; width: 69%; padding-right: 20px; }
.tourmaster-tour-medium .tourmaster-content-right{ overflow: hidden; padding: 10px 0px 10px 25px;
	border-left-width: 2px; border-left-style: solid; }
.tourmaster-tour-medium .tourmaster-tour-title{ font-size: 20px; font-weight: 800; margin-bottom: 22px; margin-top: 3px; }
.tourmaster-tour-medium .tourmaster-tour-content{ font-weight: 500; }
.tourmaster-tour-medium .tourmaster-tour-rating-text{ display: block; }
.tourmaster-tour-medium .tourmaster-tour-rating{ text-align: center; margin-bottom: 20px; }
.tourmaster-tour-medium .tourmaster-tour-view-more{ font-size: 10px; display: block; text-align: center; 
	padding: 14px 15px 12px; font-weight: bold; text-transform: uppercase; }
.tourmaster-tour-medium .tourmaster-tour-price-wrap{ text-align: center; margin-bottom: 22px; }
.tourmaster-tour-medium .tourmaster-tour-price{ font-size: 26px; display: block; font-weight: 800; line-height: 1; }
.tourmaster-tour-medium .tourmaster-tour-price .tourmaster-head{ font-size: 15px; display: block; margin-bottom: 12px; font-weight: normal; }
.tourmaster-tour-medium .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ font-size: 15px; display: block; margin-bottom: 12px; font-weight: normal; }
.tourmaster-tour-medium .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-head{ display: inline; margin-right: 10px; }
.tourmaster-tour-medium .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ text-decoration: line-through; }
.tourmaster-tour-medium .tourmaster-tour-discount-price{ font-size: 26px; display: block; line-height: 1; margin-top: 10px; font-weight: 800; }	
.tourmaster-tour-medium.tourmaster-tour-frame .tourmaster-tour-content-wrap{ padding-top: 35px; padding-bottom: 35px; }

.tourmaster-tour-full{ margin-bottom: 60px; position: relative; }
.tourmaster-tour-full.tourmaster-tour-frame{ margin-bottom: 40px; }
.tourmaster-tour-full.tourmaster-tour-frame .tourmaster-tour-full-inner{ overflow: hidden; }
.tourmaster-tour-full .tourmaster-tour-title{ font-size: 21px; font-weight: 800; margin-bottom: 25px; }
.tourmaster-tour-full .tourmaster-tour-thumbnail{ margin-bottom: 38px; }
.tourmaster-tour-full .tourmaster-content-left{ float: left; width: 76%; padding-right: 30px; }
.tourmaster-tour-full .tourmaster-content-right{ overflow: hidden; padding: 20px 5px 20px 15px;
	border-left-width: 2px; border-left-style: solid; }
.tourmaster-tour-full .tourmaster-tour-rating-text{ display: block; margin-left: 0px; margin-top: 2px; }
.tourmaster-tour-full .tourmaster-tour-rating{ text-align: center; margin-bottom: 20px; }
.tourmaster-tour-full .tourmaster-tour-view-more{ font-size: 11px; display: table; text-align: center; 
	padding: 13px 22px 12px; font-weight: bold; text-transform: uppercase; margin: auto; }
.tourmaster-tour-full .tourmaster-tour-price-wrap{ text-align: center; margin-bottom: 22px; }
.tourmaster-tour-full .tourmaster-tour-price{ font-size: 28px; display: block; font-weight: 800; line-height: 1; }
.tourmaster-tour-full .tourmaster-tour-price .tourmaster-head{ font-size: 15px; display: block; margin-bottom: 9px; font-weight: normal; margin-left: auto; margin-right: auto; }
.tourmaster-tour-full .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ font-size: 15px; display: block; margin-bottom: 12px; font-weight: normal; }
.tourmaster-tour-full .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-head{ display: inline; margin-right: 10px; }
.tourmaster-tour-full .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ text-decoration: line-through; }
.tourmaster-tour-full .tourmaster-tour-discount-price{ font-size: 28px; display: block; line-height: 1; margin-top: 10px; font-weight: 800; }
.tourmaster-tour-full.tourmaster-tour-frame .tourmaster-tour-thumbnail{ margin-bottom: 0px; }
.tourmaster-tour-full.tourmaster-tour-frame .tourmaster-tour-content-wrap{ padding: 40px 27px 40px 35px; }
.tourmaster-tour-full.tourmaster-tour-frame .tourmaster-content-right { padding: 20px 0px 20px 27px; }

/* tour category */
.tourmaster-taxonomy-description{ margin-bottom: 60px; }

.tourmaster-tour-category-grid .tourmaster-tour-category-head-animate{ padding: 0px 25px 27px; position: relative; }
.tourmaster-tour-category-grid .tourmaster-tour-category-head-link{ font-size: 12px; text-transform: uppercase; font-weight: 800; }
.tourmaster-tour-category-grid .tourmaster-tour-category-head-display{ padding: 0px 25px 10px; }
.tourmaster-tour-category-grid .tourmaster-tour-category-title{ font-size: 16px; margin-bottom: 0px; float: left; }
.tourmaster-tour-category-grid .tourmaster-tour-category-title i{ font-size: 18px; margin-right: 9px; }
.tourmaster-tour-category-grid .tourmaster-tour-category-count{ float: right; margin-top: 2px; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background: #000; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-overlay-front{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
	background: url(//sabilevoyages.com/wp-content/plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-item-wrap{ position: relative; overflow: hidden; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head{ position: absolute; bottom: 0px; left: 0px; right: 0px; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head-divider{ position: absolute; left: 0px; right: 0px; bottom: 0px; 
	border-bottom-width: 5px; border-bottom-style: solid; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-overlay{ opacity: 0; filter: alpha(opacity=0);
	transition: opacity 300ms; -moz-transition: opacity 300ms;
 	-o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head-display{ padding-bottom: 25px;
 	transition: padding 200ms ease-out; -moz-transition: padding 200ms ease-out;
 	-o-transition: padding 200ms ease-out; -webkit-transition: padding 200ms ease-out; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head-animate{ margin-bottom: -49px;
 	transition: margin 200ms ease-out; -moz-transition: margin 200ms ease-out;
 	-o-transition: margin 200ms ease-out; -webkit-transition: margin 200ms ease-out; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail:hover .tourmaster-tour-category-overlay{ opacity: 0.65; filter: alpha(opacity=65); }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-display{ padding-bottom: 10px; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-animate{ margin-bottom: 0px; }

.tourmaster-tour-category-grid-2 .tourmaster-tour-category-head-animate{ padding: 0px 25px 0px; position: relative; text-align: center; }
.tourmaster-tour-category-grid-2 .tourmaster-tour-category-head-link{ font-size: 12px; text-transform: uppercase; font-weight: 600; }
.tourmaster-tour-category-grid-2 .tourmaster-tour-category-head-display{ padding: 0px 25px 8px; text-align: center; }
.tourmaster-tour-category-grid-2 .tourmaster-tour-category-title{ font-size: 18px; margin-bottom: 0px; font-weight: 600; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-head-animate{ padding-top: 10px; margin-bottom: -20px;
 	transition: margin 200ms ease-out, padding 200ms ease-out; -moz-transition: margin 200ms ease-out, padding 200ms ease-out;
 	-o-transition: margin 200ms ease-out, padding 200ms ease-out; -webkit-transition: margin 200ms ease-out, padding 200ms ease-out; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background: #000; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-overlay-front{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
	background: url(//sabilevoyages.com/wp-content/plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-item-wrap{ position: relative; overflow: hidden; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-head{ position: absolute; padding-top: 5px; top: 100%; left: 0px; right: 0px;
	transform: translate(0, -100%); -moz-transform: translate(0, -100%); -webkit-transform: translate(0, -100%); 
	transition: transform 200ms ease-out, top 200ms ease-out; -moz-transition: transform 200ms ease-out, top 200ms ease-out; 
	-o-transition: transform 200ms ease-out, top 200ms ease-out;  -webkit-transition: transform 200ms ease-out, top 200ms ease-out; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-overlay{ opacity: 0; filter: alpha(opacity=0);
	transition: opacity 300ms; -moz-transition: opacity 300ms; -o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-head-divider{ position: absolute; 
	margin-bottom: -5px; bottom: 0px; left: 0px; right: 0px; border-bottom-width: 5px; border-bottom-style: solid; 
	transition: margin 200ms; -moz-transition: margin 200ms; -o-transition: margin 200ms; -webkit-transition: margin 200ms; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-overlay{ opacity: 0.65; filter: alpha(opacity=65); }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-divider{ margin-bottom: 0; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head{ top: 50%; bottom: auto; 
	transform: translate(0, -50%); -moz-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-animate{ padding-top: 0px; margin-bottom: 0px; }

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-animate{ padding: 0px 25px 0px; position: relative; text-align: center; }
.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-link{ font-size: 14px; text-transform: uppercase; font-weight: 800; }
.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-display{ padding: 15px 25px 40px; text-align: center; 
	transform: translate(0, -100%); -moz-transform: translate(0, -100%); -webkit-transform: translate(0, -100%); 
	transition: transform 200ms ease-out, padding 200ms ease-out; -moz-transition: transform 200ms ease-out, padding 200ms ease-out; 
	-o-transition: transform 200ms ease-out, padding 200ms ease-out;  -webkit-transition: transform 200ms ease-out, padding 200ms ease-out; }
.tourmaster-tour-category-grid-3 .tourmaster-tour-category-title{ font-size: 20px; margin-bottom: 0px; font-weight: 700; }
.tourmaster-tour-category-grid-3 .tourmaster-tour-category-description{ margin-bottom: 14px; padding-top: 10px; }
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background: #000; }
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-overlay-front{ }
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-item-wrap{ position: relative; overflow: hidden; }
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-head{ position: absolute; top: 100%; left: 0px; right: 0px;
	transform: translate(0, 0); -moz-transform: translate(0, 0); -webkit-transform: translate(0, 0); 
	transition: transform 200ms ease-out, top 200ms ease-out; -moz-transition: transform 200ms ease-out, top 200ms ease-out; 
	-o-transition: transform 200ms ease-out, top 200ms ease-out;  -webkit-transition: transform 200ms ease-out, top 200ms ease-out; }
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-overlay{ opacity: 0; filter: alpha(opacity=0);
	transition: opacity 300ms; -moz-transition: opacity 300ms; -o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail:hover .tourmaster-tour-category-overlay{ opacity: 0.65; filter: alpha(opacity=65); }
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-divider{ margin-bottom: 0; }
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head{ top: 50%; bottom: auto; 
	transform: translate(0, -50%); -moz-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); }
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-display{ padding-bottom: 8px;
	transform: translate(0, 0); -moz-transform: translate(0, 0); -webkit-transform: translate(0, 0);  }
.tourmaster-tour-category-grid-3 .tourmaster-tour-category-count{ color: #fff; position: absolute; top: 18px; right: 18px; font-size: 13px; font-weight: 600; padding: 5px 11px; border-radius: 3px; z-index: 2; }

.tourmaster-tour-category-grid-4 .tourmaster-tour-category-item-wrap{ overflow: hidden; position: relative; }
.tourmaster-tour-category-grid-4 .tourmaster-tour-category-head{ position: absolute; bottom: 25px; left: 25px; right: 20px; pointer-events: none; }
.tourmaster-tour-category-grid-4 .tourmaster-tour-category-head .tourmaster-tour-category-title{ color: #fff; font-size: 25px; margin-bottom: 0px; font-weight: 500; }
.tourmaster-tour-category-grid-4.tourmaster-with-thumbnail .tourmaster-tour-category-overlay-front{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; pointer-events: none;
	background: url(//sabilevoyages.com/wp-content/plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x; }

.tourmaster-tour-category-grid-5 .tourmaster-tour-category-head-animate{ padding: 0px 25px 0px; position: relative; text-align: center; }
.tourmaster-tour-category-grid-5 .tourmaster-tour-category-head-display{ padding: 0px 25px 8px; text-align: center; }
.tourmaster-tour-category-grid-5 .tourmaster-tour-category-title{ font-size: 12px; margin-bottom: 0px; font-weight: 600; text-transform: uppercase; }
.tourmaster-tour-category-grid-5.tourmaster-with-thumbnail .tourmaster-tour-category-head-animate{ opacity: 0; padding-bottom: 0px;
	transition: opacity 200ms ease-out, padding 200ms ease-out; -moz-transition: opacity 200ms ease-out, padding 200ms ease-out;
	-o-transition: opacity 200ms ease-out, padding 200ms ease-out; -webkit-transition: opacity 200ms ease-out, padding 200ms ease-out; }
.tourmaster-tour-category-grid-5.tourmaster-with-thumbnail .tourmaster-tour-category-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background: #000; }
.tourmaster-tour-category-grid-5.tourmaster-with-thumbnail .tourmaster-tour-category-overlay-front{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
	background: url(//sabilevoyages.com/wp-content/plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x; }
.tourmaster-tour-category-grid-5.tourmaster-with-thumbnail .tourmaster-tour-category-item-wrap{ position: relative; overflow: hidden; }
.tourmaster-tour-category-grid-5.tourmaster-with-thumbnail .tourmaster-tour-category-head{ position: absolute; padding-top: 5px; bottom: 0; left: 0px; right: 0px;
	transition: transform 200ms ease-out, top 200ms ease-out; -moz-transition: transform 200ms ease-out, top 200ms ease-out; 
	-o-transition: transform 200ms ease-out, top 200ms ease-out;  -webkit-transition: transform 200ms ease-out, top 200ms ease-out; }
.tourmaster-tour-category-grid-5.tourmaster-with-thumbnail .tourmaster-tour-category-overlay{ opacity: 0; filter: alpha(opacity=0);
	transition: opacity 300ms; -moz-transition: opacity 300ms; -o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.tourmaster-tour-category-grid-5.tourmaster-with-thumbnail:hover .tourmaster-tour-category-overlay{ opacity: 0.65; filter: alpha(opacity=65); }
.tourmaster-tour-category-grid-5.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-animate{ padding-bottom: 30px; opacity: 1; }

.tourmaster-tour-category-widget-holder{ margin-left: -10px; margin-right: -10px; }
.tourmaster-tour-category-widget{ padding-left: 10px; padding-right: 10px; margin-bottom: 20px; position: relative; overflow: hidden; }
.tourmaster-tour-category-widget .tourmaster-tour-category-overlay{ position: absolute; left: 10px; right: 10px; top: 0px; bottom: 0px; 
	background: #000; opacity: 0.6; filter: alpha(opacity=60); }
.tourmaster-tour-category-widget .tourmaster-tour-category-title{ font-size: 13px; text-align: center; font-weight: 500; margin-bottom: 0px; padding: 0px 15px; }
.tourmaster-tour-category-widget .tourmaster-tour-category-head{ position: absolute; top: 0px; left: 10px; right: 10px; bottom: 0px; }
.tourmaster-tour-category-widget .tourmaster-tour-category-head-table{ display: table; width: 100%; height: 100%; }
.tourmaster-tour-category-widget .tourmaster-tour-category-title{ display: table-cell; vertical-align: middle; }

/* search */
.tourmaster-tour-search-item{ padding-bottom: 30px; }
.tourmaster-tour-search-wrap.tourmaster-with-frame{ padding: 40px 30px 30px; background-size: cover; }
.tourmaster-tour-search-wrap .tourmaster-tour-search-title{ font-size: 20px; margin-bottom: 30px; font-weight: bold; }
.tourmaster-tour-search-wrap .tourmaster-tour-search-field{ margin-bottom: 20px; position: relative; }
.tourmaster-tour-search-wrap .tourmaster-tour-search-field label{ font-size: 13px; line-height: 22px; font-weight: 800; margin-bottom: 10px; display: block; }
.tourmaster-tour-search-wrap .tourmaster-medium .tourmaster-tour-search-field label{ font-size: 15px; }
.tourmaster-tour-search-wrap .tourmaster-large .tourmaster-tour-search-field label{ font-size: 17px; }
.tourmaster-tour-search-wrap .tourmaster-tour-search-submit{ text-align: center; font-size: 13px; font-weight: 700; height: 48px;
	text-transform: uppercase; padding: 13px 20px; min-width: 166px; border: 0px; margin: 5px 0px 0px; }
.tourmaster-tour-search-wrap .tourmaster-datepicker-wrap:after{ content: "\f073";margin-top: -12px;}
.tourmaster-tour-search-field-keywords .tourmaster-tour-search-field-inner{ position: relative; }
.tourmaster-tour-search-field-keywords .tourmaster-tour-search-field-inner:after{ content: "\f002"; font-family: fontAwesome; 
	position: absolute; right: 15px; top: 50%; margin-top: -12px; line-height: 22px; }
.tourmaster-tour-search-field-keywords .tourmaster-tour-search-field-inner input[type="text"]{ padding-right: 40px; }

.tourmaster-tour-search-item.tourmaster-style-half .tourmaster-tour-search-field{ float: left; width: 33.33%; padding-right: 20px;  }
.tourmaster-tour-search-item.tourmaster-style-half .tourmaster-tour-search-submit{ display: block; clear: both; }
.tourmaster-tour-search-item.tourmaster-style-full .tourmaster-tour-search-field{ margin-bottom: 25px; }
.tourmaster-tour-search-item.tourmaster-style-full .tourmaster-tour-search-submit{ width: 100%; }
.tourmaster-tour-search-item.tourmaster-style-column .tourmaster-tour-search-field{ float: left; width: 16.66%; padding-right: 20px; }
.tourmaster-tour-search-item.tourmaster-style-column .tourmaster-tour-search-submit{ float: left; width: 16.66%; width: calc(16.66% - 20px); margin-top: 32px; min-width: 0px; }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-2 .tourmaster-tour-search-field{ width: 50%; }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-2 .tourmaster-tour-search-submit{ width: 50%; width: calc(50% - 20px); }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-3 .tourmaster-tour-search-field{ width: 33.33%; }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-3 .tourmaster-tour-search-submit{ width: 33.33%; width: calc(33.33% - 20px); }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-4 .tourmaster-tour-search-field{ width: 25%; }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-4 .tourmaster-tour-search-submit{ width: 25%; width: calc(25% - 20px); }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-5 .tourmaster-tour-search-field{ width: 20%; }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-5 .tourmaster-tour-search-submit{ width: 20%; width: calc(20% - 20px); }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-7 .tourmaster-tour-search-submit{ margin-top: 0px; }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-input-style-no-border .tourmaster-tour-search-submit,
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-input-style-no-border .tourmaster-tour-search-submit,
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-input-style-round-border .tourmaster-tour-search-submit,
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-input-style-round-border .tourmaster-tour-search-submit,
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-input-style-transparent-bottom-border .tourmaster-tour-search-submit,
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-input-style-transparent-bottom-border .tourmaster-tour-search-submit{ margin-top: 0px; }

.tourmaster-tour-search-field-rating i.tourmaster-rating-select,
.tourmaster-tour-search-field-rating span.tourmaster-rating-select{ display: inline-block; font-size: 14px; vertical-align: middle; }
.tourmaster-tour-search-field-rating span.tourmaster-rating-select{ height: 14px; width: 6px; }
.tourmaster-tour-search-field-rating .tourmaster-rating-select[data-rating-score="0"]{ margin-left: -6px; }
.tourmaster-tour-search-field-rating .tourmaster-tail{ margin-left: 10px; }

.tourmaster-tour-search-item .tourmaster-tour-search-item-divier{ padding-top: 10px; 
	margin-bottom: 40px; margin-left: -30px; margin-right: -30px;
	border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-tour-search-item .tourmaster-type-filter-hide{ display: none; }
.tourmaster-tour-search-item .tourmaster-type-filter-more-button{ cursor: pointer; }
.tourmaster-tour-search-item .tourmaster-type-filter-more-button i{ margin-left: 10px; }
.tourmaster-tour-search-item .tourmaster-type-filter-show-more{ display: none; }
.tourmaster-tour-search-item .tourmaster-type-filter-show-more:checked + .tourmaster-type-filter-more-button{ display: none; }
.tourmaster-tour-search-item .tourmaster-type-filter-show-more:checked + .tourmaster-type-filter-more-button + .tourmaster-type-filter-hide{ display: block; }
.tourmaster-tour-search-item .tourmaster-type-filter-title{ font-size: 17px; margin-bottom: 27px; }
.tourmaster-tour-search-item .tourmaster-type-filter-title i{ float: right; cursor: pointer; }
.tourmaster-tour-search-item .tourmaster-type-filter-title i.tourmaster-active:before{ content: "\f056"; }
.tourmaster-tour-search-item .tourmaster-type-filter-item-wrap{ display: none; overflow: hidden; }
.tourmaster-tour-search-item .tourmaster-type-filter-item-wrap.tourmaster-active{ display: block; overflow: hidden; }
.tourmaster-tour-search-item .tourmaster-type-filter-item{ margin-bottom: 20px; }
.tourmaster-tour-search-item .tourmaster-type-filter-item-title{ font-size: 13px; }
.tourmaster-tour-search-item .tourmaster-type-filter-term{ display: block; margin-bottom: 10px; }
.tourmaster-tour-search-item .tourmaster-type-filter-term i{ margin-right: 10px; }
.tourmaster-tour-search-item .tourmaster-type-filter-display{ cursor: pointer; }
.tourmaster-tour-search-item .tourmaster-tour-search-filter-clear{ margin-bottom: 25px; display: inline-block; }
.tourmaster-type-filter-term input{ display: none; }
.tourmaster-type-filter-term input:checked + .tourmaster-type-filter-display i:before{ content: "\f058"; }

body.tourmaster-template-search .tourmaster-tour-search-item-wrap{ width: 35%; max-width: 360px; float: left; margin-bottom: 40px; }
body.tourmaster-template-search .tourmaster-tour-search-content-wrap{ overflow: hidden; padding-top: 2px; }
body.tourmaster-template-search .tourmaster-tour-search-content-head{ font-size: 20px; margin-bottom: 30px; }
body.tourmaster-template-search .tourmaster-tour-search-wrap.tourmaster-with-frame{ margin-top: 2px; }
body.tourmaster-template-search .tourmaster-single-search-not-found-wrap{ overflow: hidden; }
body.tourmaster-template-search .tourmaster-tour-search-wrap.tourmaster-with-frame{
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); }
body.tourmaster-template-archive .tourmaster-tour-search-wrap.tourmaster-with-frame{ margin-top: 2px; }
body.tourmaster-template-archive .tourmaster-tour-search-wrap.tourmaster-with-frame{
	box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); }
.tourmaster-template-archive .tourmaster-tour-search-item{ padding-bottom: 70px; }

.tourmaster-tour-search-item-head{ padding-bottom: 20px; }
.tourmaster-tour-search-item-head .tourmaster-tour-search-item-head-title{  font-size: 17px;  margin-bottom: 9px; }
.tourmaster-tour-search-item-head .tourmaster-tour-search-item-head-title i{ margin-right: 12px; }
.tourmaster-tour-search-item-head .tourmaster-tour-search-item-head-caption { font-size: 14px; }

body.tourmaster-template-search .tourmaster-search-style-2 .tourmaster-tour-search-wrap.tourmaster-with-frame{ border-width: 1px; border-style: solid;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
body.tourmaster-template-archive .tourmaster-search-style-2 .tourmaster-tour-search-wrap.tourmaster-with-frame{ border-width: 1px; border-style: solid;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.tourmaster-search-style-2 .tourmaster-tour-order-filterer-wrap{ box-shadow: none; -webkit-box-shadow: none; border-width: 1px; border-style: solid;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.tourmaster-search-style-2 .tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select{ border: none; font-size: 15px; padding-top: 3px; padding-bottom: 6px; cursor: pointer; }
.tourmaster-search-style-2 .tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap:after{ content: "\f107"; margin-top: -11px; right: 9px; }
.tourmaster-search-style-2 .tourmaster-tour-order-filterer-style a[data-ajax-value="list-style"] svg{ max-width: 22px; display: inline-block; padding-top: 3px; }

.tourmaster-search-price-column-left{ padding-right: 5px; }
.tourmaster-search-price-column-right{ padding-left: 5px; }
.tourmaster-tour-search-item-style-2 .tourmaster-form-field.tourmaster-with-border input[type="text"],
.tourmaster-tour-search-item-style-2 .tourmaster-form-field.tourmaster-with-border input[type="email"], 
.tourmaster-tour-search-item-style-2 .tourmaster-form-field.tourmaster-with-border input[type="password"], 
.tourmaster-tour-search-item-style-2 .tourmaster-form-field.tourmaster-with-border textarea, 
.tourmaster-tour-search-item-style-2 .tourmaster-form-field.tourmaster-with-border select{ border-width: 1px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-wrap .tourmaster-tour-search-field label{ font-size: 15px; font-weight: 700; margin-bottom: 18px; }
.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-item-head{ padding-bottom: 32px; }
.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-item-head-title i{ font-size: 15px; }
.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-field-rating i.tourmaster-rating-select, 
.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-field-rating span.tourmaster-rating-select{ font-size: 16px; }
.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-field-rating .tourmaster-tail{ font-size: 13px; }
.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-title i{ font-size: 20px; font-weight: bold; }
.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-title i.tourmaster-active:before{ content: "\4b"; }
.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-title i.fa-sliders{ float: left; margin-right: 15px; pointer-events: none; }
.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-item-title{ font-size: 15px; }
.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-title{ margin-bottom: 40px; }
.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-item{ margin-bottom: 32px; }
.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-term .tourmaster-type-filter-display i{ width: 17px; height: 17px;
	border-width: 1px; border-style: solid; padding: 2px; font-size: 12px; vertical-align: middle; }
.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-display i:before{ content: " "; }
.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-term input:checked + .tourmaster-type-filter-display i:before{ content: "\f00c"; }
.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-wrap .tourmaster-datepicker-wrap:after{ left: 0; right: auto; top: 0px; bottom: 0px; 
	padding-top: 13px; margin-top: 0px; padding-left: 20px; padding-right: 20px; border-right-width: 1px; border-right-style: solid; }
.tourmaster-tour-search-item-style-2 .tourmaster-tour-search-wrap .tourmaster-datepicker{ padding-left: 75px; }

.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field{ display: flex; gap: 30px; padding: 0 0 0 30px; }
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field input[type="text"], 
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field input[type="email"], 
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field input[type="password"], 
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field textarea, 
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field select { font-size: 15px; }
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-wrap{ padding: 0; overflow: hidden;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field{ margin-bottom: 0; flex-grow: 2; flex-basis: 0; padding: 30px 0px 18px; }
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field label{ font-size: 16px; font-weight: 500; margin-bottom: 0; }
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit{ position: relative; flex-grow: 1; flex-basis: 0; }
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit input[type="submit"]{ height: 100%; margin-top: 0px; color: transparent !important; margin-right: -1px; }
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit .tourmaster-content{ position: absolute; left: 0px; right: 0px; text-align: center; top: 50%; pointer-events: none; 
    transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit .tourmaster-content span{ font-size: 15px; font-weight: 500; display: block; }
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit .tourmaster-content i{ font-size: 18px; margin-bottom: 12px; }
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field input[type="text"], 
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field input[type="text"]:focus, 
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field select { background: transparent; border: transparent; padding-left: 0px; padding-right: 0px; }
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-inner:after { display: none; }

/* search not found */
.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-inner{ padding: 65px 35px 45px; }
.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found{ text-align: center; margin-bottom: 50px; }
.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-title{ font-size: 60px; text-transform: uppercase; margin-bottom: 7px; }
.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-caption{ font-size: 15px; }
.tourmaster-single-search-not-found-wrap .tourmaster-tour-search-item{ text-align: center; }
.tourmaster-single-search-not-found-wrap .tourmaster-tour-search-field{ text-align: left; }

/* content navigation */
.tourmaster-content-navigation-item-wrap{ overflow: hidden; }
.tourmaster-content-navigation-item-outer{ position: relative; z-index: 1; }
.tourmaster-content-navigation-item-outer.tourmaster-fixed{ position: fixed; left: 0px; right: 0px; top: 0px; z-index: 97; }
body.admin-bar .tourmaster-content-navigation-item-outer.tourmaster-fixed{ margin-top: 32px; }
.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-tab{ font-size: 14px; font-weight: 600; 
	padding: 28px 25px 28px; display: inline-block; margin-right: 10px; }
.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider{ position: absolute; bottom: 0px; height: 3px; }
.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-item{ position: relative; }
.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider.tourmaster-style-dot{ background: transparent; height: 8px; bottom: 0px; }
.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider.tourmaster-style-dot span{ width: 8px; height: 8px; display: block; margin: 0px auto 2px;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }

/* shortcode */
.tourmaster-quick-search-shortcode{ max-width: 700px; margin: 0px auto; }
.tourmaster-quick-search-shortcode input[type="submit"]{ font-size: 15px; letter-spacing: 0px; text-align: center !important;
	font-weight: 600; text-transform: none; float: left; height: 53px; width: 29%; margin-left: 1%; }
.tourmaster-quick-search-shortcode input[type="text"]{ float: left; width: 70%; height: 53px; }

/* flexslider */
.gdlr-core-flexslider.tourmaster-nav-style-rect{ position: static; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li{ margin-top: 0px; top: auto; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a{ padding: 16px 12px; border-style: solid; border-width: 0px; 
	border-radius: 0%; -moz-border-radius: 0%; -webkit-border-radius: 0%; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a i{ font-size: 22px; width: 29px; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav .flex-nav-prev{ left: 0px; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav .flex-nav-next{ right: 0px; }

.gdlr-core-flexslider.tourmaster-nav-style-rect{ position: static; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li{ margin-top: 0px; top: auto; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a{ padding: 16px 12px; border-style: solid; border-width: 0px; 
	border-radius: 0%; -moz-border-radius: 0%; -webkit-border-radius: 0%; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a i{ font-size: 22px; width: 29px; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav .flex-nav-prev{ left: 0px; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav .flex-nav-next{ right: 0px; }

/* lightbox */
.tourmaster-lightbox-wrapper{ position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 10001; overflow: auto; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-row{ display: table; width: 100%; height: 100%; position: relative; z-index: 10003; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-cell{ display: table-cell; vertical-align: middle; padding: 20px; overflow-y: auto; }
.tourmaster-lightbox-content-wrap{ display: none; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-wrap{ display: block; max-width: 835px; margin: 0px auto; }

.tourmaster-lightbox-wrapper .tourmaster-lightbox-title{ color: #0e0e0e; font-size: 14px; text-align: center; margin-bottom: 0px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-head{ position: relative; padding-bottom: 24px; border-bottom-width: 2px; border-bottom-style: solid; margin-bottom: 45px; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-wrap{ padding: 30px 30px 10px; overflow: hidden; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-close{ cursor: pointer; font-size: 25px; line-height: 25px; position: absolute; right: 0px; top: -5px; }

html.tourmaster-lightbox-on,
html.tourmaster-lightbox-on body{ position: relative; overflow: hidden; width: 100%; height: 100%; }

/* flaticon */
@font-face {
  font-family: "Flaticon";
  src: url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/flaticon/Flaticon.eot);
  src: url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"),
       url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/flaticon/Flaticon.woff) format("woff"),
       url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/flaticon/Flaticon.ttf) format("truetype"),
       url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/flaticon/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url(//sabilevoyages.com/wp-content/plugins/tourmaster/plugins/flaticon/Flaticon.svg#Flaticon) format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after{ font-family: Flaticon; font-style: normal; }
.flaticon-plane-landing:before { content: "\f100"; }
.flaticon-takeoff-the-plane:before { content: "\f101"; }

/* payment form */
.goodlayers-payment-form{ max-width: 450px; margin-bottom: 40px; }
.goodlayers-payment-form input[type="text"]{ font-size: 12px; height: 45px; padding: 10px 20px; width: 100%; border: 0px; outline: none;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.goodlayers-payment-form.goodlayers-with-border input[type="text"]{ border-width: 2px; border-style: solid; }
.goodlayers-payment-form input.goodlayers-size-small[type="text"]{ width: 80px; }
.goodlayers-payment-form .goodlayers-payment-form-field{ margin-bottom: 20px; }
.goodlayers-payment-form .goodlayers-payment-field-head{ margin-bottom: 8px; display: block; }
.goodlayers-payment-form .goodlayers-separator{ margin: 0px 8px; }
.goodlayers-payment-form .goodlayers-payment-button,
.goodlayers-payment-form button{ margin-top: 10px; 
	background-repeat: no-repeat; background-position: center;
	font-size: 11px; text-transform: uppercase; font-weight: 600; padding: 15px 27px; display: inline-block;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.goodlayers-payment-form .goodlayers-payment-button.now-loading,
.goodlayers-payment-form button.now-loading{ color: transparent !important; background-image: url(//sabilevoyages.com/wp-content/plugins/tourmaster/images/button-loading.svg); }
.goodlayers-payment-form .goodlayers-payment-button,
.goodlayers-payment-form .goodlayers-payment-button:hover,
.goodlayers-payment-form .goodlayers-payment-button:active,
.goodlayers-payment-form .goodlayers-payment-button:focus{ color: #fff; }
.goodlayers-payment-form button,
.goodlayers-payment-form button:hover,
.goodlayers-payment-form button:active,
.goodlayers-payment-form button:focus{ color: #fff; }
.goodlayers-payment-form .payment-errors,
.goodlayers-payment-form .goodlayers-payment-req-field{ background: #bb5656; color: #fff; 
	display: none; padding: 12px 20px; margin-top: 25px; margin-bottom: 20px; }
.goodlayers-payment-form #card-element{ border-width: 2px; border-style: solid; padding: 15px; }

.goodlayers-paypal-redirecting-message{ margin-bottom: 35px; }

/* urgency message */
.tourmaster-urgency-message{ position: fixed; right: 30px; bottom: 30px; padding: 30px 40px; 
	width: 350px; max-width: 100%; z-index: 99; cursor: pointer; }
.tourmaster-urgency-message .tourmaster-urgency-message-icon{ float: left; margin-right: 20px; font-size: 21px; }
.tourmaster-urgency-message .tourmaster-urgency-message-text{ overflow: hidden; font-size: 13px; }

/* default */
.tourmaster-notification-box,
.tourmaster-user-update-notification{ color: #fff; }
body a.tourmaster-button, 
body a.tourmaster-button:hover, 
body a.tourmaster-button:active, 
body a.tourmaster-button:focus, 
body input[type="button"].tourmaster-button, 
body input[type="button"].tourmaster-button:hover, 
body input[type="submit"].tourmaster-button, 
body input[type="submit"].tourmaster-button:hover{ color: #fff; }

.tourmaster-body .ui-datepicker table tr td a:hover,
.tourmaster-body .ui-datepicker table tr td a.ui-state-active,
.tourmaster-body .ui-datepicker table tr td.tourmaster-highlight a,
.tourmaster-body .ui-datepicker table tr td.tourmaster-highlight span{ color: #ffffff; }
.tourmaster-body .ui-datepicker .ui-datepicker-month, 
.tourmaster-body .ui-datepicker .ui-datepicker-year{ background: #fff; }
.tourmaster-body .ui-datepicker-prev.ui-state-disabled, 
.tourmaster-body .ui-datepicker-next.ui-state-disabled{ background: auto; color: auto; }

.tourmaster-tour-item .tourmaster-tour-view-more,
.tourmaster-tour-item .tourmaster-tour-view-more:hover{ color: #fff; }
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-content-wrap{ background: rgba(0, 0, 0, 0.75); }

.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-title a,
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-title a:hover,
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-info,
body .tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price .tourmaster-tail,
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price-wrap .tourmaster-tour-discount-price,
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ color: #fff; }
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ opacity: 0.5; }
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-info-wrap{ color: #d2d2d2; }
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ color: #ababab; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-title,
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-title i{ color: #fff; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-title{ color: #fff; }
.tourmaster-tour-category-grid-5.tourmaster-with-thumbnail .tourmaster-tour-category-title,
.tourmaster-tour-category-grid-5.tourmaster-with-thumbnail .tourmaster-tour-category-title a{ color: #fff; }
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-title{ color: #fff; }
.tourmaster-tour-category-grid-3 .tourmaster-tour-category-description{ color: #e9e9e9; }
.tourmaster-tour-category-widget .tourmaster-tour-category-title a,
.tourmaster-tour-category-widget .tourmaster-tour-category-title a:hover{ color: #fff; }

.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"],
.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit .tourmaster-content{ color: #ffffff; }
.tourmaster-payment-head .tourmaster-payment-title{ color: #fff; }
.tourmaster-payment-step-item .tourmaster-payment-step-item-icon{ color: #ffffff; }
.tourmaster-payment-step-item .tourmaster-payment-step-item-title{ color: #fff; }
.tourmaster-payment-step-item.tourmaster-checked .tourmaster-payment-step-item-icon,
.tourmaster-payment-step-item.tourmaster-enable .tourmaster-payment-step-item-icon{ background: #ffffff; }

.tourmaster-payment-step-item.tourmaster-current .tourmaster-payment-step-item-icon{ color: #fff; }
.tourmaster-review-content-pagination span:hover,
.tourmaster-review-content-pagination span.tourmaster-active{ color: #ffffff; }

.tourmaster-lightbox-wrapper{ background: #000; background: rgba(0, 0, 0, 0.78); }

.tourmaster-single-header-title-wrap .tourmaster-single-header-title,
.tourmaster-single-header-title-wrap .tourmaster-tour-rating-text{ color: #fff; }
.tourmaster-header-price .tourmaster-header-price-ribbon{ color: #ffffff; }
.tourmaster-header-price .tourmaster-tour-price-wrap{ color: #fff; }
.tourmaster-header-price .tourmaster-header-enquiry{ color: #fff; }

body .tourmaster-tour-booking-submit input[type="submit"],
body .tourmaster-tour-booking-submit input[type="submit"]:hover{ color: #ffffff; }
.tourmaster-tour-booking-submit-error, 
.tourmaster-tour-booking-error-max-people{ color: #fff; }

table.tourmaster-my-booking-table a.tourmaster-my-booking-action,
table.tourmaster-my-booking-table a.tourmaster-my-booking-action:hover{ color: #fff; }

.tourmaster-tour-category-widget img{
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out; 
	-moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out; 
 	-o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out; 
 	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out; }

.tourmaster-tour-category-widget .tourmaster-tour-category-thumbnail{ overflow: hidden; text-align: center; }
.tourmaster-tour-category-widget:hover img{ -webkit-transform: scale(1.1); transform: scale(1.1); }

/* single style 2 */
.tourmaster-tour-style-2 .tourmaster-single-header .tourmaster-single-header-gallery-button{ padding: 10px 15px 8px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-date .tourmaster-tour-booking-date-display{ line-height: 55px; }

.tourmaster-tour-style-2 .tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider{ height: 2px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-header-price{ display: block; padding-top: 38px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap,
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-anchor{ margin-top: -65px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-extra-info{ margin-bottom: 30px; margin-top: -5px; border-bottom-width: 0px; }
.tourmaster-tour-style-2 .tourmaster-header-price{ box-shadow: none; -webkit-box-shadow: none; }
.tourmaster-tour-style-2 .tourmaster-header-price .tourmaster-header-price-ribbon{ text-align: left; padding: 0px 30px; }
.tourmaster-tour-style-2 .tourmaster-header-price .tourmaster-header-price-wrap{ text-align: left; padding: 0px 30px; }
.tourmaster-tour-style-2 .tourmaster-booking-tab-title{ padding-top: 38px; }
.tourmaster-tour-style-2 .tourmaster-booking-tab-title-item{ padding: 0px 0px 5px; margin: 0px 30px 0px 0px; 
	border-bottom-width: 2px; border-bottom-style: solid; }
.tourmaster-tour-style-2 .tourmaster-booking-tab-title-item:first-child{ margin-left: 30px; }

.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-outer{ border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1); }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .fa-check-circle:before{ display: none; content: "\4e"; font-family: ElegantIcons; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .icon_check:before{ content: "\6c"; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .fa-calendar:before{ content: "\e023"; font-family: ElegantIcons; }
.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-submit svg{ display: none; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-submit svg{ display: inline-block; max-width: 20px; float: left; margin-right: 25px; margin-top: 12px; }
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border input[type="text"], 
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border input[type="email"], 
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border input[type="password"], 
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border select,
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display{ border-width: 1px; font-weight: 500; padding: 15px 17px; }
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border textarea{ border-width: 1px; font-weight: 500; padding: 15px 17px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-submit input[type="submit"]{ padding: 18px 27px;
	 border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tourmaster-tour-style-2 .tourmaster-form-field .tourmaster-combobox-list-wrap ul{ border-width: 0px 1px 1px 1px; }
.tourmaster-tour-style-2 .tourmaster-form-field .tourmaster-combobox-wrap:after,
.tourmaster-tour-style-2 .tourmaster-form-field .tourmaster-combobox-list-display:after,
.tourmaster-tour-style-2 .tourmaster-datepicker-wrap:after{ font-family: ElegantIcons; content: "\33"; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-next-sign{ height: 30px; border-left-width: 1px; border-left-style: solid; left: 43px; margin-top: -36px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-next-sign span, 
.tourmaster-tour-style-2 .tourmaster-tour-booking-next-sign:before, .tourmaster-tour-booking-next-sign:after{ display: none; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-date,
.tourmaster-tour-style-2 .tourmaster-tour-booking-package{ margin-bottom: 42px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-people.tourmaster-variable{ margin-bottom: 27px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-date i,
.tourmaster-tour-style-2 .tourmaster-tour-booking-package i{ line-height: 55px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-people.tourmaster-variable i{ line-height: 55px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-people-container{ padding-top: 42px; padding-bottom: 0px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-people-container .tourmaster-tour-booking-room-text{ line-height: 55px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-booking-bottom{ border: none; padding: 0px 34px; text-align: right; padding-bottom: 40px; margin-top: -22px; font-size: 13px; position: relative; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list{ background: transparent; padding: 0px; float: none; width: auto; display: inline; border: 0px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-view-count{ padding: 0px; float: none; width: auto; display: inline; margin-left: 30px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-booking-bottom i{ font-size: 15px; }

/* single style blank */
.tourmaster-tour-style-blank .tourmaster-single-review{ max-width: 960px; margin-left: auto; margin-right: auto; }

/* single style 3 */

/* widget */
.tourmaster-recent-tour-widget.tourmaster-tour-item{ padding-bottom: 0px; }
.tourmaster-recent-tour-widget .tourmaster-tour-widget.tourmaster-item-pdlr{ padding-left: 0px; padding-right: 0px; }
ul.tourmaster-widget-tour-category-list{ list-style: none; margin-left: 0px; }
ul.tourmaster-widget-tour-category-list li{ margin-bottom: 8px; }

/* confirm box */
.tourmaster-conform-box-overlay{ position: fixed; z-index: 99998; top: 0px; right: 0px; bottom: 0px; left: 0px; background: #000; }
.tourmaster-confirm-box-wrapper { position: fixed; width: 450px; background: #ffffff; 
	top: 50%; left: 50%; z-index: 99999; text-align: center; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-head { font-size: 13px; text-transform: uppercase; font-weight: bold; 
    color: #828282; padding: 15px 0px; border-bottom: 1px solid #e8e8e8; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-content-wrapper { padding: 35px 0px; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-content-wrapper{ padding: 33px 0px; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-text { font-size: 16px; color: #404040; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-sub { font-size: 12px; margin-top: 11px; color: #b7b7b7; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-button-wrapper{ overflow: hidden; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-button{ width: 50%; text-align: center; float: left; cursor: pointer;
    color: #fff; padding: 14px 0px; font-weight: bold; font-size: 13px; text-transform: uppercase; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-button.tourmaster-yes{ background: #f95e5e; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-button.tourmaster-no{ background: #383838; }

/* nextend login */
.tourmaster-login-form .nsl-container{ max-width: 100%; text-align: center; }
.tourmaster-login-form .nsl-container > a{ display: inline-block; margin-left: 10px; }
.tourmaster-login-form .nsl-container > a:first-child{ margin-left: 0px; }
.tourmaster-login-form2 .nsl-container{ max-width: 100%; text-align: center; margin-bottom: 20px; }
.tourmaster-register-form .nsl-container{ max-width: 100%; text-align: center; }
.tourmaster-register-form .nsl-container > a{ display: inline-block; margin-left: 10px; }
.tourmaster-register-form .nsl-container > a:first-child{ margin-left: 0px; }

.tourmaster-login-form div.nsl-container-block .nsl-container-buttons a,
.tourmaster-login-form2 div.nsl-container-block .nsl-container-buttons a,
.tourmaster-register-form div.nsl-container-block .nsl-container-buttons a{ display: inline-block; width: auto; margin-left: 5px; margin-right: 5px; }
.tourmaster-login-form div.nsl-container .nsl-container-buttons,
.tourmaster-login-form2 div.nsl-container .nsl-container-buttons,
.tourmaster-register-form div.nsl-container .nsl-container-buttons{ display: block; text-align: center; }

div.nsl-container.nsl-container-block .nsl-container-buttons{ display: block; }

/* tipsy plugin */
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
.tipsy-arrow-n { border-bottom-color: #000 !important; }
.tipsy-arrow-s { border-top-color: #000 !important; }
.tipsy-arrow-e { border-left-color: #000 !important; }
.tipsy-arrow-w { border-right-color: #000 !important; }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

.tourmaster-user-mobile-navigation{ display: none; margin: 20px; 
 	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); }
.tourmaster-show-on-mobile{ display: none; }

/*--- tablet ---*/
@media only screen and (max-width: 1200px){
	.tourmaster-payment-step-wrap .tourmaster-payment-step-item-icon{ margin-right: 10px; padding: 5px; height: 34px; width: 34px; }
	.tourmaster-payment-step-wrap .tourmaster-payment-step-item{ padding: 16px 40px 16px 0px; }
	.tourmaster-payment-step-wrap .tourmaster-payment-step-item:after{ display: none; }
}
@media only screen and (max-width: 1140px){
	.tourmaster-user-navigation{ width: 240px; }
	.tourmaster-user-navigation .tourmaster-user-navigation-head,
	.tourmaster-user-navigation .tourmaster-user-navigation-item{ padding-left: 20px; padding-right: 20px; }
	.tourmaster-user-content-block{ margin: 20px; }
	.tourmaster-my-profile-info{ float: none; width: auto; padding-left: 0px; padding-right: 0px; }
	.tourmaster-my-profile-info.tourmaster-even{ padding-right: 0px; }
	.tourmaster-my-profile-info.tourmaster-odd{  padding-left: 0px; }
	.tourmaster-form-field-alt-date{ width: 30%; }
	.tourmaster-form-field-alt-month{ width: 30%; }
	.tourmaster-form-field-alt-year{ width: 30%; }
}
@media only screen and (max-width: 999px){
	
	.tourmaster-hide-on-mobile{ display: none; }
	.tourmaster-show-on-mobile{ display: block; }
	a.tourmaster-show-on-mobile{ display: inline; }

	.tourmaster-content-navigation-item-wrap{ display: none; }
	.single-tour .tourmaster-with-sidebar .tourmaster-single-header-title-wrap{ padding: 150px 20px 30px; }
	.single-tour .tourmaster-single-header .tourmaster-header-price{ display: none; }
	.single-tour .tourmaster-tour-info-wrap{ padding-left: 0px; padding-right: 0px; }
	.single-tour.tourmaster-body .gdlr-core-container{ padding-left: 20px; padding-right: 20px; }
	.single-tour .tourmaster-single-main-content,
	.single-tour .tourmaster-with-sidebar .tourmaster-single-main-content, 
	.single-tour .tourmaster-with-sidebar .tourmaster-tour-info-outer .tourmaster-tour-info-wrap{ padding-left: 20px; padding-right: 20px; }
	.single-tour .tourmaster-with-sidebar .tourmaster-single-review{ padding-left: 0px; padding-right: 0px; }
	.single-tour .tourmaster-with-sidebar .tourmaster-single-related-tour-container{ padding-left: 15px; padding-right: 15px; }

	.single-tour .tourmaster-single-review-content{ padding-left: 0px; }
	.tourmaster-single-review-content .tourmaster-single-review-user{ width: 170px; padding-right: 10px; }

	.tourmaster-tour-booking-bar-wrap .tourmaster-header-price{ display: block; }
	.tourmaster-tour-booking-bar-container-inner .tourmaster-tour-booking-bar-anchor{ display: none; } 
	.tourmaster-tour-booking-bar-container-inner .tourmaster-tour-booking-bar-wrap{ max-width: 100%; margin: 50px auto !important; position: static; }
	.tourmaster-single-header .tourmaster-header-price, .tourmaster-tour-booking-bar-outer, 
	.tourmaster-tour-booking-bar-anchor, .tourmaster-tour-booking-bar-wrap{ max-width: 100%; }
	.tourmaster-header-price .tourmaster-header-price-overlay{ opacity: 1; filter: alpha(opacity=100); }

	.tourmaster-payment-head .tourmaster-payment-step-inner{ padding-left: 20px; padding-right: 20px; }
	.tourmaster-template-payment .tourmaster-tour-booking-bar-wrap{ margin: 0px auto 70px; float: none; }
	.tourmaster-template-payment .tourmaster-page-content{ max-width: 760px; margin: 0px auto; }

	/* move booking - enquiry bar to the bottom */
	body.single-tour.tourmaster-bottom-booking-bar .tourmaster-template-wrapper{ display: flex; flex-direction: column; width: 100%; }
	body.single-tour.tourmaster-bottom-booking-bar .tourmaster-template-wrapper > div{ width: 100%; }
	body.single-tour.tourmaster-bottom-booking-bar .tourmaster-tour-booking-bar-container.tourmaster-container{ order: 2; }
	body.single-tour.tourmaster-bottom-booking-bar .tourmaster-single-related-tour{ order: 3; }
}

/*--- mobile landscape style ---*/
@media only screen and (max-width: 767px){
	.tourmaster-body .tourmaster-container,
	.single-tour.tourmaster-body .tourmaster-single-related-tour-container{ max-width: 500px; padding-left: 15px; padding-right: 15px; }

	.tourmaster-column-10{ width: 100%; }
	.tourmaster-column-12{ width: 100%; }
	.tourmaster-column-15{ width: 100%; }
	.tourmaster-column-20{ width: 100%; }
	.tourmaster-column-24{ width: 100%; }
	.tourmaster-column-30{ width: 100%; }
	.tourmaster-column-36{ width: 100%; }
	.tourmaster-column-40{ width: 100%; }
	.tourmaster-column-45{ width: 100%; }
	.tourmaster-column-48{ width: 100%; }
	.tourmaster-column-50{ width: 100%; }
	.tourmaster-column-60{ width: 100%; }

	.tourmaster-user-navigation{ display: none; }
	.tourmaster-user-mobile-navigation{ display: block; }
	.tourmaster-my-profile-avatar{ float: none; margin-right: 0px; margin-bottom: 30px; }
	.tourmaster-user-content-inner{ padding: 20px; }
	.tourmaster-user-content-inner.tourmaster-user-content-inner-edit-profile,
	.tourmaster-user-content-inner.tourmaster-user-content-inner-change-password{ max-width: 400px; margin: 0px auto; }
	.tourmaster-edit-profile-avatar img{ display: block; margin-right: 0px; margin-bottom: 30px; }
	.tourmaster-edit-profile-wrap .tourmaster-head{ float: none; margin-right: 0px; }
	input.tourmaster-edit-profile-submit.tourmaster-button{ margin-left: 0px; }

	.tourmaster-tour-search-item.tourmaster-style-half .tourmaster-tour-search-field{ width: 100%; }
	.tourmaster-tour-search-item.tourmaster-style-column .tourmaster-form-field .tourmaster-tour-search-field{ width: 100%; padding-right: 0px;}
	.tourmaster-tour-search-item.tourmaster-style-column .tourmaster-form-field .tourmaster-tour-search-submit{ width: 100%; }

	.tourmaster-tour-full .tourmaster-content-right{ display: block; padding: 20px 0px 0px !important; border: 0px; }
	.tourmaster-tour-full .tourmaster-tour-rating-empty{ display: none; }
	.tourmaster-tour-full .tourmaster-content-left{ width: auto; float: none; }

	.tourmaster-tour-medium .tourmaster-tour-thumbnail, 
	.tourmaster-tour-medium .tourmaster-tour-content-wrap{ display: block; vertical-align: baseline; }
	.tourmaster-tour-medium .tourmaster-tour-thumbnail{ width: auto; }
	.tourmaster-tour-medium .tourmaster-tour-content-wrap{ width: auto; padding: 30px 0px 0px; }
	.tourmaster-tour-medium .tourmaster-content-right{ display: block; padding: 0px; border: 0px; }
	.tourmaster-tour-medium .tourmaster-tour-rating-empty{ display: none; }
	.tourmaster-tour-medium .tourmaster-content-left{ width: auto; float: none; padding-right: 0px; }
	.tourmaster-tour-medium.tourmaster-tour-frame .tourmaster-tour-content-wrap{ padding: 30px; }

	.single-tour .tourmaster-tour-info-wrap .tourmaster-tour-info{ width: auto; float: none; }
	.tourmaster-single-review-content .tourmaster-single-review-user{ padding-right: 0px; float: none; margin: 0px auto 25px; }
	.tourmaster-payment-contact-wrap .tourmaster-head,
	.tourmaster-payment-billing-wrap .tourmaster-head, 
	.tourmaster-payment-additional-note-wrap .tourmaster-head, 
	.tourmaster-payment-traveller-info-wrap .tourmaster-head{ float: none; display: block; width: auto; }
	.tourmaster-payment-billing-copy, 
	.tourmaster-tour-payment-content .tourmaster-tour-booking-continue{ margin-left: 0px; }
	.tourmaster-payment-detail-wrap{ float: none; width: auto; margin-bottom: 40px; }
	
	.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-row{ display: block; width: 100%; height: auto; }
	.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-cell{ display: block; }
	body.admin-bar .tourmaster-lightbox-wrapper .tourmaster-lightbox-content-cell{ padding-top: 65px; }
	.tourmaster-login-form .tourmaster-login-user, 
	.tourmaster-login-form .tourmaster-login-pass,
	.tourmaster-register-form .tourmaster-profile-field{ width: auto; float: none; }
	.tourmaster-login-form2{ float: none; width: auto; padding-right: 0px; }
	.tourmaster-login2-right{ float: none; width: auto; padding-left: 0px; border-left: 0px; margin-top: 0px; padding-bottom: 20px; margin-bottom: 0px; }

	table.tourmaster-my-booking-table th:nth-child(1){ width: 28%; }
	.tourmaster-template-wrapper table.tourmaster-table td{ font-size: 11.5px; }

	body.tourmaster-template-search .tourmaster-tour-search-item-wrap{  float: none;  margin-bottom: 0px; max-width: 100%; width: auto; }
	.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap{ display: block; margin-left: 0px; margin-top: 10px; }
	.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style{ float: none; margin-top: 10px; display: block; }
	.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style a{ margin-left: 0px; margin-right: 10px; }

	/* single tour content read more */
	body.single-tour.tourmaster-mobile-read-more .tourmaster-single-tour-content-wrap{ max-height: 800px; overflow: hidden; position: relative; margin-bottom: 40px; }
	.tourmaster-single-tour-content-wrap .tourmaster-single-tour-read-more-gradient{ display: block; position: absolute; 
		bottom: 0px; left: 0px; right: 0px; background: #fff; height: 500px; 
		background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	    background: -o-linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); }
	.tourmaster-single-tour-content-wrap .tourmaster-single-tour-read-more-wrap{ display: block; position: absolute; bottom: 0px; left: 0px; right: 0px; text-align: center; z-index: 1; }
	.tourmaster-single-tour-content-wrap .tourmaster-single-tour-read-more-wrap .tourmaster-button{ cursor: pointer; display: block; z-index: 1; }

	.tourmaster-login-form .nsl-container > a{ display: block; margin: 0px 0px 10px; }
	.tourmaster-register-form .nsl-container > a{ display: block; margin: 0px 0px 10px; }

	.tourmaster-search-price-column-left{ padding-right: 0px; }
	.tourmaster-search-price-column-right{ padding-left: 0px; }

	.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-form-field{ flex-direction: column; gap: 0; padding-right: 30px; }
	.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field{ border-top-width: 1px; border-top-style: solid; }
	.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field:first-child{ border: 0px; }
	.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit{ margin-left: -30px; margin-right: -30px; }
	.tourmaster-tour-search-item.tourmaster-style-column-full-background .tourmaster-tour-search-field-submit input[type="submit"]{ width: 100%; height: 95px; }
}
@media only screen and (max-width: 425px){
	.tourmaster-body .ui-datepicker{ margin-left: auto !important; margin-right: auto !important; left: 0px !important; right: 0px !important; }
	.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-title,
	.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input,
	.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-passport{ width: 100%; margin-bottom: 18px; margin-right: 0px; }

	.tourmaster-urgency-message{ padding: 20px; left: 0px;  right: 0px; bottom: 0px; margin: 0px auto; }

	.tourmaster-header-price .tourmaster-tour-discount-price{ font-size: 24px; }
	.tourmaster-header-price .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ font-size: 13px; } 
	.tourmaster-header-price .tourmaster-tour-price .tourmaster-head{ font-size: 12px; }
	.tourmaster-header-price .tourmaster-tour-price-wrap:before{ font-size: 20px; }
	.tourmaster-header-price .tourmaster-header-price-wrap{ padding-left: 10px; padding-right: 10px; }
	.tourmaster-booking-tab-title-item{ padding-left: 23px; padding-right: 23px; }
}

/********************************************
 * standalone feature from goodlayers core  *
 *******************************************/

.tourmaster-left-align{ text-align: left; }
.tourmaster-center-align{ text-align: center; }
.tourmaster-right-align{ text-align: right; }

/* flexslider */
.tourmaster-flexslider ul.slides{ zoom: 1; margin-left: 0px; margin-bottom: 0px; list-style: none; }
.tourmaster-flexslider ul.slides:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.tourmaster-flexslider ul.slides > li{ margin-bottom: 0px; display: none; -webkit-backface-visibility: hidden; }
.tourmaster-flexslider ul.slides > li .gdlr-core-item-list{ margin-bottom: 0px; }
.tourmaster-flexslider[data-type="carousel"] ul.slides > li{ margin-left: 0px; }
.tourmaster-flexslider[data-type="slider"] ul.slides > li{ text-align: center; }

.tourmaster-flexslider{ position: relative; }
.tourmaster-flexslider .tourmaster-flex-direction-nav{ margin-left: 0px; list-style: none; margin-bottom: 0px; }
.tourmaster-flexslider .tourmaster-flex-direction-nav li{ position: absolute; line-height: 1; top: 50%; margin-top: -24px; z-index: 98; }
.tourmaster-flexslider .tourmaster-flex-direction-nav li a{ display: block; padding: 14px; background: #000; background: rgba(0,0,0,0.6); color: #fff;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-flexslider .tourmaster-flex-direction-nav li a i{ font-size: 18px; width: 18px; text-align: center; display: block; }
.tourmaster-flexslider .tourmaster-flex-direction-nav .tourmaster-flex-nav-prev{ left: 35px; }
.tourmaster-flexslider .tourmaster-flex-direction-nav .tourmaster-flex-nav-next{ right: 35px; }

.tourmaster-single-header .tourmaster-flexslider{ z-index: 0; }
.tourmaster-single-header .tourmaster-flexslider img{ width: 100%; }
.tourmaster-flexslider .tourmaster-tour-grid{ margin-bottom: 0px; }
.tourmaster-tour-item .tourmaster-flexslider.gdlr-core-with-outer-frame-element .flex-viewport{ padding-left: 10px; margin-left: -10px; }

/* pagination */
.tourmaster-pagination a{ cursor: pointer; }
.tourmaster-pagination a.gdlr-core-active{ cursor: default; }
.tourmaster-pagination a, 
.tourmaster-pagination span{ white-space: nowrap; font-weight: bold; }
.tourmaster-pagination a.prev:before{ content: "\f104"; font-family: fontAwesome; line-height: 1; }
.tourmaster-pagination a.next:before{ content: "\f105"; font-family: fontAwesome; line-height: 1; }
.tourmaster-pagination.tourmaster-with-border a, 
.tourmaster-pagination.tourmaster-with-border span{ background: transparent; border-width: 2px; border-style: solid; }
.tourmaster-pagination.tourmaster-with-border a.tourmaster-active,
.tourmaster-pagination.tourmaster-with-border a:hover{ background: transparent; }

.tourmaster-pagination.tourmaster-style-plain a,
.tourmaster-pagination.tourmaster-style-plain span{ background: transparent; margin-left: 15px; }
.tourmaster-pagination.tourmaster-style-plain a.gdlr-core-active,
.tourmaster-pagination.tourmaster-style-plain a:hover{ background: transparent; }
.tourmaster-pagination.tourmaster-style-plain a:before,
.tourmaster-pagination.tourmaster-style-plain span:before{ content: "/ "; margin-right: 15px; }
.tourmaster-pagination.tourmaster-style-plain a:first-child,
.tourmaster-pagination.tourmaster-style-plain span:first-child{ margin-left: 0px; }
.tourmaster-pagination.tourmaster-style-plain a:first-child:before,
.tourmaster-pagination.tourmaster-style-plain span:first-child:before{ display: none; }

.tourmaster-pagination.tourmaster-style-rectangle a, 
.tourmaster-pagination.tourmaster-style-rectangle span{ display: inline-block; font-size: 12px; padding: 9px 14px; margin-right: 1px; }
.tourmaster-pagination.tourmaster-style-rectangle.tourmaster-with-border a, 
.tourmaster-pagination.tourmaster-style-rectangle.tourmaster-with-border span{ padding: 7px 12px; }	

.tourmaster-pagination.tourmaster-style-round a, 
.tourmaster-pagination.tourmaster-style-round span{ display: inline-block; font-size: 14px; padding: 9px 14px; margin-right: 3px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tourmaster-pagination.tourmaster-style-round.tourmaster-with-border a, 
.tourmaster-pagination.tourmaster-style-round.tourmaster-with-border span{ padding: 7px 12px; line-height: 21px; }	 

.tourmaster-pagination.tourmaster-style-circle a, 
.tourmaster-pagination.tourmaster-style-circle span{ display: inline-block; width: 45px; height: 45px; line-height: 45px;  font-size: 12px; margin-right: 4px; text-align: center;  border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-pagination.tourmaster-style-circle.tourmaster-with-border a, 
.tourmaster-pagination.tourmaster-style-circle.tourmaster-with-border span{ line-height: 41px;  }

.tourmaster-tour-item-style-modern-no-space .tourmaster-pagination{ margin-top: 35px; }

/* additional color */
.tourmaster-body .tourmaster-pagination a,
.tourmaster-body.tourmaster-template-search .tourmaster-pagination span.dots{ background: #f0f0f0; color: #929292; }
.tourmaster-body .tourmaster-pagination a:hover, 
.tourmaster-body .tourmaster-pagination a.tourmaster-active, 
.tourmaster-body .tourmaster-pagination span{ color: #fff; }
.tourmaster-body .tourmaster-filterer-wrap a{ color: #606060; }
.tourmaster-body.tourmaster-template-search .tourmaster-pagination a,
.tourmaster-body.tourmaster-template-search .tourmaster-pagination span.dots{ background: #e6e6e6; }

.tourmaster-deposit-item-head{ color: #5d5d5d; background: #f9f9f9; }

.tourmaster-deposit-item{ border-width: 2px; border-style: solid; cursor: pointer; margin-bottom: 15px; }
.tourmaster-deposit-item .tourmaster-deposit-item-head{ font-size: 13px; padding: 10px 10px; font-weight: bold; cursor: pointer; }
.tourmaster-deposit-item .tourmaster-deposit-item-head i{ margin-right: 7px; }
.tourmaster-deposit-item .tourmaster-deposit-item-content{ border-top-width: 2px; border-top-style: solid; padding: 20px; display: none; }
.tourmaster-deposit-item.tourmaster-active .tourmaster-deposit-item-head i:before{ content: "\4b"; }
.tourmaster-deposit-item.tourmaster-active .tourmaster-deposit-item-content{ display: block; }

.tourmaster-payment-method-wrap .tourmaster-payment-hipayprofessional{ text-align: center; line-height: 1; } 
.tourmaster-payment-method-wrap .tourmaster-payment-hipayprofessional > img{ height: 76px; cursor: pointer; border-width: 2px; border-style: solid; border-color: transparent;transition: border-color 400ms; -moz-transition: border-color 400ms; -o-transition: border-color 400ms; -webkit-transition: border-color 400ms; }
.tourmaster-payment-method-wrap .tourmaster-payment-hipayprofessional > img:hover, .tourmaster-payment-method-wrap .tourmaster-payment-hipayprofessional > img:hover{ border-color: #485da1; } 

.tourmaster-single-review-content{ padding-left: 30px; }
.tourmaster-single-review-content .tourmaster-single-review-user { width: 190px; }
.tourmaster-single-review-content .tourmaster-review-content-pagination { margin-left: 190px; }
.tourmaster-form-field .tourmaster-combobox-list-display span{ margin-top: -3px; }

/* currency switcher */
.tourmaster-currency-switcher{ float: left; margin-left: 25px; margin-top: -14px; position: relative; padding: 3px 21px 8px; }
.tourmaster-currency-switcher .tourmaster-head{ font-size: 13px; font-weight: 600; cursor: pointer; }
.tourmaster-currency-switcher .tourmaster-head > i{ margin-left: 5px; }
.tourmaster-currency-switcher .tourmaster-head > span { vertical-align: middle; display: inline-block; margin-top: 5px; letter-spacing: 3px; }
.tourmaster-currency-switcher-inner{ display: none; position: absolute; right: 0px; top: 100%; z-index: 199; line-height: 1.7; padding-top: 10px; min-width: 60px; font-size: 16px; }
.tourmaster-currency-switcher-content{ cursor: default; text-align: left; background: #fff;
	box-shadow: 0 10px 20px rgb(0 0 0 / 9%); -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 9%); -moz-box-shadow: 0 10px 20px rgb(0 0 0 / 9%); }
.tourmaster-currency-switcher-content ul{ list-style: none; padding: 15px 25px; margin: 0px;}
.tourmaster-currency-switcher-content ul li{ padding: 2px 0px; white-space: nowrap; }

.tourmaster-service-wrap { margin-top: 32px; }

.tourmaster-currency-switcher-shortcode .tourmaster-currency-switcher{ padding: 0px 15px 3px; margin-left: 0px; padding: 0px 15px 4px; line-height: 1.1 !important; }

/* user page style 2 */
.tourmaster-user-template-style-2 .tourmaster-user-navigation{ border-right-width: 1px; border-right-style: solid; }
.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-head{ font-size: 25px; text-transform: none; font-weight: 600; }
.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item{ font-size: 17px; padding-bottom: 10px; padding-top: 10px; white-space: nowrap; }
.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active:before{ display: none; }
.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item a{ padding: 10px 22px;border-radius: 10px; }
.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item-sign-out{ margin-left: 35px; padding-left: 0px; padding-top: 18px; padding-bottom: 18px; }

.tourmaster-user-template-style-2 .tourmaster-user-content{ padding-top: 20px; padding-bottom: 40px; }
.tourmaster-user-template-style-2 .tourmaster-user-content-block{ margin: 40px 55px; padding: 0px; box-shadow: none; background: transparent; }
.tourmaster-user-template-style-2 .tourmaster-user-content-inner{ padding: 40px 55px; }
.tourmaster-user-template-style-2 .tourmaster-user-content-inner .tourmaster-user-content-block{ margin: 0px; }
.tourmaster-user-template-style-2 .tourmaster-user-content-block .tourmaster-user-content-title{ font-size: 25px; font-weight: 500; }
.tourmaster-user-template-style-2 .tourmaster-user-content-block .tourmaster-user-content-title-wrap{ border-bottom-width: 0px; }
.tourmaster-user-template-style-2 .tourmaster-dashboard-profile-wrapper{ padding: 45px 60px; margin-bottom: 65px; border-radius: 20px; }

.tourmaster-user-template-style-2 .tourmaster-my-booking-single-content-wrap{ padding: 0px; }
.tourmaster-user-template-style-2 .tourmaster-my-profile-info{ font-size: 17px; }
.tourmaster-user-template-style-2 .tourmaster-my-profile-info .tourmaster-tail{ font-weight: 500; }
.tourmaster-user-template-style-2 .tourmaster-user-breadcrumbs{ font-size: 17px; margin-bottom: 28px; }
.tourmaster-user-template-style-2 .tourmaster-my-booking-filter{ font-size: 17px; margin-bottom: 55px; }
.tourmaster-user-template-style-2 .tourmaster-my-booking-filter a{ border-bottom-width: 1px; border-bottom-style: solid; border-color: transparent; }
.tourmaster-user-template-style-2 table.tourmaster-table th{ font-size: 17px; font-weight: 500; }
.tourmaster-user-template-style-2 table.tourmaster-table td{ font-size: 17px; }
.tourmaster-user-template-style-2 table.tourmaster-my-booking-table .tourmaster-my-booking-price{ font-weight: 400; }
.tourmaster-user-template-style-2 .tourmaster-user-content-block .tourmaster-user-content-title-link{ font-size: 17px; }

.tourmaster-user-template-style-2 .tourmaster-edit-profile-wrap .tourmaster-head{ font-size: 17px; line-height: 48px; }
.tourmaster-user-template-style-2 .tourmaster-combobox-wrap:after{ margin-top: -9px; right: 0; }
.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field input[type="text"], 
.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field input[type="email"], 
.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field input[type="password"], 
.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field textarea, 
.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field select{ background: transparent; font-size: 17px; padding-left: 0px; padding-right: 0px; border-bottom-width: 1px; border-bottom-style: solid; 
	border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field input[type="text"]:focus,
.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field input[type="email"]:focus, 
.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field input[type="password"]:focus, 
.tourmaster-body .tourmaster-user-template-style-2 .tourmaster-form-field textarea:focus{ background: transparent; }
.tourmaster-user-template-style-2 .tourmaster-edit-profile-avatar .tourmaster-button,
.tourmaster-user-template-style-2 input[type="submit"].tourmaster-button{ font-size: 17px; text-transform: none; font-weight: 400; padding: 12px 22px; margin-top: 10px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.tourmaster-user-template-style-2 .tourmaster-edit-profile-wrap .tourmaster-profile-field{ margin-bottom: 30px; }
.tourmaster-user-template-style-2 table.tourmaster-my-booking-table .tourmaster-my-booking-action{ border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
.tourmaster-user-template-style-2 table.tourmaster-my-booking-table .tourmaster-my-booking-action.fa-dollar:before{ content: "\f155"; font-family: "Font Awesome 5 Free"; font-weight: 600; }
.tourmaster-user-template-style-2 table.tourmaster-my-booking-table .tourmaster-my-booking-action.fa-remove:before{ content: "\f2ed"; font-family: "Font Awesome 5 Free"; font-weight: 400; }

.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item svg { display: block; transition: fill 300ms; }
.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item .tourmaster-svg{ width: 23px; display: inline-block; vertical-align: middle; margin-right: 10px; text-align: center; }

.tourmaster-tour-booking-bar-wrap .tourmaster-form-field input[type="text"],
.tourmaster-tour-booking-bar-wrap .tourmaster-form-field select{ height: 55px; }
.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-room > i{ line-height: 55px; }

@media only screen and (max-width: 767px){
	.tourmaster-user-template-style-2 .tourmaster-user-mobile-navigation{ margin-left: 30px; margin-right: 30px; }
	.tourmaster-user-template-style-2 .tourmaster-user-mobile-navigation .tourmaster-combobox-wrap select{ padding-left: 20px; padding-right: 20px; }
	.tourmaster-user-template-style-2 .tourmaster-user-mobile-navigation .tourmaster-combobox-wrap:after{ right: 20px; top: 20px; }
	.tourmaster-user-template-style-2 .tourmaster-dashboard-profile-wrapper{ margin-left: 30px; margin-right: 30px; }
	.tourmaster-user-template-style-2 .tourmaster-user-content-block{ margin-left: 30px; margin-right: 30px; }
}

/* payment 2 */
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-form-field.tourmaster-with-border input[type="text"], 
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-form-field.tourmaster-with-border input[type="email"], 
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-form-field.tourmaster-with-border input[type="password"],
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-form-field.tourmaster-with-border select{ border-width: 1px; height: 55px;
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-form-field.tourmaster-with-border textarea{ border-width: 1px;
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-body h3.tourmaster-payment-additional-note-title,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-billing-wrap .tourmaster-payment-billing-title,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-contact-wrap .tourmaster-payment-contact-title,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-info-wrap .tourmaster-payment-traveller-info-title{ font-size: 26px; margin-bottom: 48px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-body h3.tourmaster-payment-additional-note-title i,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-billing-wrap .tourmaster-payment-billing-title i,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-contact-wrap .tourmaster-payment-contact-title i,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-info-wrap .tourmaster-payment-traveller-info-title i{ display: none; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-additional-note-wrap .tourmaster-head,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-billing-wrap .tourmaster-head,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-contact-wrap .tourmaster-head,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-info-wrap .tourmaster-head{ font-size: 16px; line-height: 55px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-info-wrap:first-child, 
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-contact-wrap:first-child{ border: 0px; padding-top: 0px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-info-wrap, 
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-contact-wrap, 
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-billing-wrap, 
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-additional-note-wrap{ border-top-width: 1px; border-top-style: solid; padding-top: 55px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-payment-content .tourmaster-tour-booking-continue{ border-radius: 10px; font-weight: 500; text-transform: none; letter-spacing: 0px; font-size: 14px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-wrap{ margin-top: 0px; margin-left: 55px; margin-bottom: 50px; order: 2; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-outer{ box-shadow: none; -webkit-box-shadow: none; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-summary{ padding: 0px 0px 25px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-wrap{ padding: 30px 0px 10px; display: flex; flex-direction: column; margin-bottom: 27px;
	border-bottom-width: 1px; border-bottom-style: solid; margin-bottom: 47px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-price-breakdown-wrap{ border-top-width: 1px; border-top-style: solid; margin-top: 25px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-bar-price-breakdown-link{ font-size: 16px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-continue{ font-size: 14px; width: 150px; text-transform: none; font-weight: 500; letter-spacing: 0px; padding: 14px 25px; 
	border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-deposit-text{ padding: 0px; border: 0px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-contact-wrap, 
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-billing-wrap, 
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-additional-note-wrap{ max-width: none; margin-right: 20px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-info-wrap{ max-width: none; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-contact-field, 
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-billing-field{ max-width: 575px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-service-form-wrap{ background: transparent; padding: 0; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-title{ border: 0px; padding-bottom: 0; text-align: left; font-size: 26px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item-wrap{ max-width: none; margin: 0px; padding: 40px 30px 30px; margin-bottom: 60px;
	box-shadow: 0px 20px 45px rgb(0 0 0 / 10%);
    border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap { float: none; font-weight: normal; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap:before{ content: "-"; margin: 0px 12px; vertical-align: middle; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-detail-wrap .tourmaster-payment-detail-title,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-detail .tourmaster-payment-detail-title{font-size: 26px;margin-bottom: 32px;}
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-detail-wrap .tourmaster-payment-detail-title i,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-detail .tourmaster-payment-detail-title i{ display: none; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-detail-wrap .tourmaster-payment-detail{ font-size: 16px; margin-bottom: 13px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-payment-content{ overflow: visible; flex-grow: 1; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-page-content{ display: flex; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-summary-info-outer{ padding: 50px; margin-bottom: 30px; box-shadow: 0px 20px 45px rgb(0 0 0 / 10%);
    border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-traveller-detail{ margin-bottom: 30px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-summary-title{ font-size: 19px; margin-bottom: 37px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-summary-info{ font-size: 16px; margin-bottom: 14px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-summary-room-wrap{ font-size: 16px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-deposit-option{ font-size: 16px; order: 2; border-top-width: 1px; border-top-style: solid; padding-top: 30px; margin-top: 18px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-wrap i.icon_tag_alt{ display: none; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-wrap i.icon_check_alt2:before{ content: "\4e"; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-deposit-option label i{ margin-right: 9px; height: 17px; display: inline-block; vertical-align: middle; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-title,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price, 
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-deposit-title, 
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-deposit-price{ font-weight: 500; font-size: 16px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-container{ margin-bottom: 18px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-deposit-text{ margin-bottom: 40px; margin-top: -20px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-coupon-wrap{ margin-top: 0px; margin-bottom: 18px; text-align: right; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-coupon-wrap input[type="text"].tourmaster-tour-booking-bar-coupon { padding: 9px 12px; width: 130px; float: right; margin-right: 0px; margin-top: -5px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-coupon-wrap .tourmaster-head{ float: left; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-bar-coupon-validate{ font-weight: 500; font-size: 12px; margin-right: 10px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-coupon-message{ text-align: center; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-head{ overflow: hidden; }

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-wrap .tourmaster-payment-step-item-title{ font-size: 16px; font-weight: 500; display: inline-block; position: relative; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item .tourmaster-payment-step-item-icon{ display: none; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item{ padding: 0px; overflow: visible; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item:nth-of-type(1){ width: 22%; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item:nth-of-type(2){ width: 30%; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item:nth-of-type(3){ width: 28%; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item:nth-of-type(4){ width: 14%; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item-title:before{ content: " "; position: absolute; left: 0px; width: 50%; height: 11px; bottom: -35px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-inner{ position: relative; border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 30px; margin-top: 55px; margin-bottom: 30px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-inner:before{ content: " "; height: 11px; right: 0px; bottom: -5px; width: 25%; position: absolute;
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-wrap .tourmaster-payment-step-item-title span{ width: 15px; height: 15px; border-width: 3px; border-style: solid; border-radius: 50%; position: absolute; bottom: -38px; left: 50%; margin-left: -8px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-wrap .tourmaster-payment-step-item-title:before{ content: " "; position: absolute; left: 0px; width: 50%; height: 11px; bottom: -35px; }

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-wrap .tourmaster-payment-step-item-title span,
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-item:first-child .tourmaster-payment-step-item-title:before{ background-color: #fff; }

.tourmaster-payment-style-2 .tourmaster-payment-traveller-detail .tourmaster-tail { font-size: 16px; }
.tourmaster-payment-style-2 .tourmaster-payment-traveller-detail .tourmaster-head { font-size: 16px; }
.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-summary .tourmaster-price-breakdown { font-size: 16px; }
.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-info-title { font-size: 16px; margin-bottom: 10px; }
.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-total-price-info-content { font-size: 16px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-side-payment-wrap .tourmaster-button { letter-spacing: 2.5px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-side-payment-wrap .tourmaster-button.tourmaster-blue { letter-spacing: 2.5px; }

.tourmaster-tour-booking-side-payment-wrap .tourmaster-combobox-wrap{
    box-shadow: 0px 15px 55px rgb(0 0 0 / 10%); -webkit-box-shadow: 0px 15px 55px rgb(0 0 0 / 10%);
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.tourmaster-tour-booking-side-payment-wrap .tourmaster-tour-booking-side-payment-title{ font-size: 20px; margin-bottom: 30px; font-weight: 600; }
.tourmaster-tour-booking-side-payment-wrap .tourmaster-payment-credit-card-type{ line-height: 1; margin-bottom: 25px; }
.tourmaster-tour-booking-side-payment-wrap .tourmaster-payment-terms{ margin-bottom: 25px; }
.tourmaster-tour-booking-side-payment-wrap .tourmaster-payment-terms input[type="checkbox"]{ margin-right: 10px; }
.tourmaster-tour-booking-side-payment-wrap .tourmaster-payment-terms input[type="checkbox"]{ margin-right: 10px; }
.tourmaster-tour-booking-side-payment-wrap .tourmaster-or{ font-size: 16px; text-align: center; margin: 10px 0px; }
.tourmaster-tour-booking-side-payment-wrap .tourmaster-button{ width: 100%; text-align: center; padding: 18px 15px; }
.tourmaster-tour-booking-side-payment-wrap .tourmaster-combobox-wrap{ margin-bottom: 50px; }
.tourmaster-tour-booking-side-payment-wrap .tourmaster-tour-booking-required-error{ display: none; }

.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-complete-wrap{ padding: 60px 40px 50px; background: transparent; box-shadow: 0px 20px 45px rgb(0 0 0 / 10%);
    border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-complete-wrap .tourmaster-payment-complete-head{ font-size: 28px; font-weight: 500; border-bottom: 0px; padding-bottom: 0px; margin-bottom: 11px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-complete-wrap .tourmaster-payment-complete-icon{ display: none; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-complete-wrap .tourmaster-payment-complete-thank-you{ font-size: 22px; font-weight: 400; color: inherit; margin-bottom: 36px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-complete-wrap .tourmaster-payment-complete-content{ margin-bottom: 42px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-complete-wrap .tourmaster-payment-complete-button{ width: 260px;
	border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }

/* css fix */
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-title{ width: calc(20% - 18px); margin-right: 18px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input{ width: calc(40% - 18px); margin-right: 18px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-custom{ margin-right: 18px; width: calc(100% - 18px); }

/* lb style 2 */
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-wrap.tourmaster-style-2{
    border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-form-field.tourmaster-with-border input[type="text"], 
.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-form-field.tourmaster-with-border input[type="email"], 
.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-form-field.tourmaster-with-border input[type="password"], 
.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-form-field.tourmaster-with-border textarea, 
.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-form-field.tourmaster-with-border select{ border-width: 1px; height: 52px; }
.tourmaster-lightbox-content-wrap.tourmaster-style-2 a.tourmaster-button, 
.tourmaster-lightbox-content-wrap.tourmaster-style-2 input[type="button"].tourmaster-button, 
.tourmaster-lightbox-content-wrap.tourmaster-style-2 input[type="submit"].tourmaster-button{ padding: 16px 30px; font-size: 14px; letter-spacing: 0; text-transform: none;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-lightbox-head{ border-bottom-width: 1px; }
.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-register-message{ font-size: 14px; }
.tourmaster-lightbox-content-wrap.tourmaster-style-2 .tourmaster-register-term{ font-size: 14px; }

.tourmaster-login-form-style-2 .tourmaster-form-field.tourmaster-with-border input[type="text"], 
.tourmaster-login-form-style-2 .tourmaster-form-field.tourmaster-with-border input[type="email"], 
.tourmaster-login-form-style-2 .tourmaster-form-field.tourmaster-with-border input[type="password"], 
.tourmaster-login-form-style-2 .tourmaster-form-field.tourmaster-with-border textarea, 
.tourmaster-login-form-style-2 .tourmaster-form-field.tourmaster-with-border select{ border-width: 1px; height: 52px; }
.tourmaster-login-form-style-2 a.tourmaster-button, 
.tourmaster-login-form-style-2 input[type="button"].tourmaster-button, 
.tourmaster-login-form-style-2 input[type="submit"].tourmaster-button{ padding: 21px 27px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.tourmaster-login-form-style-2 .tourmaster-lightbox-head{ border-bottom-width: 1px; }
.tourmaster-login-form-style-2 .tourmaster-register-message{ font-size: 14px; }
.tourmaster-login-form-style-2 .tourmaster-register-term{ font-size: 14px; }

/* single style 3 */
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-booking-tab-title-item,
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-booking-tab-title-item.tourmaster-active{ background: transparent; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-inner{ background: #f8faff; }
.tourmaster-header-price3{ background: #fff; }

.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-booking-tab-title-item{ font-size: 16px; padding: 10px 15px; margin-bottom: -15px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-booking-tab-title{ padding: 20px 25px 0px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-fields{ padding: 28px 25px 8px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-date,
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-package{ margin-bottom: 10px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-next-sign,
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-package > i,
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-date > i,
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-people > i, 
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-submit > i{ display: none; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-form-field .tourmaster-combobox-list-wrap{ margin-left: 0px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-form-field.tourmaster-with-border input[type="text"],
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-form-field select{ border-width: 1px; height: 50px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-form-field.tourmaster-with-border textarea{ border-width: 1px;
		border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display{ border-width: 1px; height: 50px; padding: 16px 17px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-people{ margin-bottom: 15px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-people-container{ padding: 10px 0px 2px; margin: 0px 0px 20px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-people-container .tourmaster-tour-booking-room-text{ line-height: 50px; width: 60px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-room{ margin-bottom: 10px; }	
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-people.tourmaster-variable{ margin-bottom: 7px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap{ margin-bottom: 10px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-submit input[type="submit"]{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-enquiry-wrap{ padding: 30px 25px 30px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-field{ margin-bottom: 10px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-field .tourmaster-head{ font-size: 15px; margin-bottom: 4px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-enquiry-form .tourmaster-enquiry-term{ font-size: 13px; margin-top: -8px; margin-bottom: 10px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-header-price{ display: block; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-outer{ margin-top: 50px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-bar-wrap .tourmaster-header-price .tourmaster-save-wish-list{ background: transparent; border: 0px; }
.tourmaster-page-wrapper.tourmaster-tour-style-3 .tourmaster-tour-booking-available{ margin-top: 10px; margin-bottom: 10px; margin-left: 0px; }

.tourmaster-header-price3{ padding: 20px 30px 33px; 
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.tourmaster-header-price3 .tourmaster-save-wish-list{ padding: 0px; text-align: left; width: auto; }
.tourmaster-header-price3 .tourmaster-header-price-ribbon{ padding: 5px 25px; border-radius: 5px; font-weight: 500; font-size: 14px; }
.tourmaster-header-price3 .tourmaster-header-price3-head{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.tourmaster-header-price3 .tourmaster-header3-title{ font-size: 20px; text-align: center; margin-bottom: 30px; }
.tourmaster-header-price3 .tourmaster-header-price3-tail{ display: flex; justify-content: space-between; align-items: center; }
.tourmaster-header-price3 .tourmaster-tour-price-wrap:before{ display: none; }
.tourmaster-header-price3 .tourmaster-tour-price .tourmaster-tail{ font-size: 27px; font-weight: 600; line-height: 1; margin-right: 0px; }
.tourmaster-header-price3 .tourmaster-tour-discount-price{ font-size: 27px; font-weight: 600; line-height: 1; }
.tourmaster-header-price3 .tourmaster-tour-price-info{ text-align: right; margin-right: -18px; margin-bottom: -8px; }
.tourmaster-header-price3 .tourmaster-tour-price-wrap{ display: flex; flex-direction: column-reverse; }
.tourmaster-header-price3 .tourmaster-tour-price .tourmaster-head{ display: none; }
.tourmaster-header-price3 .tourmaster-tour-price{ line-height: 1; text-align: left; }
.tourmaster-header-price3 .tourmaster-tour-rating-text{ display: block; text-align: right; }
.tourmaster-header-price3 .tourmaster-tour-rating{ font-size: 20px; line-height: 1.4; }

.tourmaster-tour-booking-bar-wrap .tourmaster-form-field input[type="text"], 
.tourmaster-tour-booking-bar-wrap .tourmaster-form-field select{ font-size: 14px; font-weight: 500; height: 60px; }
.tourmaster-user-top-bar { font-size: 14px; font-weight: 600; }

.tourmaster-tour-booking-bar-custom .tourmaster-header-price{ display: block; }
.tourmaster-tour-booking-bar-custom .tourmaster-header-price{ box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.tourmaster-tour-booking-bar-custom .tourmaster-header-price .tourmaster-header-price-overlay { opacity: 1; }

@media only screen and (max-width: 999px){
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-payment-step-wrap{ display: none; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-page-content{ flex-direction: column; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-booking-bar-wrap{ order: 1; margin-left: 0; width: auto; animation: none; margin-right: 0px; }
.tourmaster-page-wrapper.tourmaster-payment-style-2 .tourmaster-tour-payment-content{ order: 2; }
}

.tourmaster-paypal-jssdk-payment-form{ margin-top: 40px; }
.tourmaster-paypal-jssdk-payment-form .tourmaster-payment-paypal-service-fee-text { font-size: 11px; max-width: none; text-align: center; margin-top: 2px; }

.tourmaster-tour-payment-content .tourmaster-paypal-jssdk-payment-form{ margin-top: 0px; margin-bottom: 40px; }

div#tourmaster-page-wrapper{ width: 100%; }
.tourmaster-template-payment .tourmaster-tour-payment-content{ width: calc(100% - 420px); float: left; overflow: visible; }
@media only screen and (max-width: 999px) {
    .tourmaster-template-payment .tourmaster-tour-payment-content{ width: auto; float: none; } 
}


.tourmaster-mobile-booknow-bar{ display: none; font-size: 19px; color: #3a3a3a; font-weight: 500; position: fixed; bottom: 0px; left: 0px; right: 0px; 
	background: #fff; align-items: center; justify-content: space-between; padding: 8px 8px 8px 20px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); z-index: 999; }
.tourmaster-mobile-booknow-bar .tourmaster-head{ font-size: 16px; margin-right: 8px; color: #808080; }
.tourmaster-mobile-booknow-bar .tourmaster-button{ font-size: 17px; background: #000; color: #fff; padding: 4px 20px; cursor: pointer; }
.tourmaster-mobile-booknow-bar .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail { text-decoration: line-through; font-size: 12px; margin-right: 10px; opacity: 0.8; }
@media only screen and (max-width: 767px) { 
	.tourmaster-mobile-booknow-bar{ display: flex; } 
	.tourmaster-my-booking-single-sidebar{ float: none; width: auto; padding-left: 0; }
}.tourmaster-container{ max-width: 1280px; margin-left: auto; margin-right: auto; } 
.tourmaster-container{ padding-left: 20px; padding-right: 20px; } 
.tourmaster-item-pdlr{ padding-left: 20px; padding-right: 20px; }.tourmaster-item-mglr{ margin-left: 20px; margin-right: 20px; }.tourmaster-item-rvpdlr{ margin-left: -20px; margin-right: -20px; } 
.tourmaster-body .tourmaster-user-breadcrumbs span.tourmaster-active{ color: #b7a892; }.tourmaster-user-content-block .tourmaster-user-content-title{ color: #b7a892; }.tourmaster-notification-box, .tourmaster-user-update-notification{ background: #b7a892; }body a.tourmaster-button, body a.tourmaster-button:hover, body a.tourmaster-button:active, body a.tourmaster-button:focus, body input[type="button"].tourmaster-button, body input[type="button"].tourmaster-button:hover, body input[type="submit"].tourmaster-button, body input[type="submit"].tourmaster-button:hover{ background-color: #b7a892; }.goodlayers-payment-form form input.goodlayers-payment-button[type="submit"], .goodlayers-payment-form form button{ background-color: #b7a892; }.tourmaster-body .tourmaster-pagination a:hover, .tourmaster-body .tourmaster-pagination a.tourmaster-active, .tourmaster-body .tourmaster-pagination span{ background-color: #b7a892; }.tourmaster-body .tourmaster-filterer-wrap a:hover, .tourmaster-body .tourmaster-filterer-wrap a.tourmaster-active{ color: #b7a892; }.tourmaster-template-wrapper-user .tourmaster-my-booking-filter a:hover, .tourmaster-template-wrapper-user .tourmaster-my-booking-filter a.tourmaster-active{ color: #b7a892; } .tourmaster-user-template-style-2 .tourmaster-my-booking-filter a:hover, .tourmaster-user-template-style-2 .tourmaster-my-booking-filter a.tourmaster-active{ border-color: #b7a892; }table.tourmaster-my-booking-table a.tourmaster-my-booking-action{ background: #b7a892; } .tourmaster-user-content-inner-my-booking-single .tourmaster-my-booking-single-title, .tourmaster-user-review-table .tourmaster-user-review-action{ color: #b7a892; }.tourmaster-review-form .tourmaster-review-form-title{ color: #b7a892; }.tourmaster-wish-list-item .tourmaster-wish-list-item-title, .tourmaster-wish-list-item .tourmaster-wish-list-item-title:hover{ color: #b7a892; }.tourmaster-body .ui-datepicker table tr td a.ui-state-active, .tourmaster-body .ui-datepicker table tr td a:hover, .tourmaster-body .ui-datepicker table tr td.tourmaster-highlight a, .tourmaster-body .ui-datepicker table tr td.tourmaster-highlight span{ background: #b7a892; } .tourmaster-body .ui-datepicker select{ color: #b7a892 } .tourmaster-form-field .tourmaster-combobox-wrap:after{ color: #b7a892; } .tourmaster-login-form .tourmaster-login-lost-password a, .tourmaster-login-form .tourmaster-login-lost-password a:hover, .tourmaster-login-bottom .tourmaster-login-bottom-link, .tourmaster-register-bottom .tourmaster-register-bottom-link{ color: #b7a892; }.tourmaster-tour-search-item .tourmaster-type-filter-more-button{ color: #b7a892; }.tourmaster-payment-method-wrap .tourmaster-payment-paypal > img:hover, .tourmaster-payment-method-wrap .tourmaster-payment-credit-card > img:hover{ border-color: #b7a892; }.tourmaster-tour-category-grid-3 .tourmaster-tour-category-count{ background-color: #b7a892; }.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-term .tourmaster-type-filter-display i{ color: #b7a892; }.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active a, .tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active a:hover, .tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item a:hover{ background: #b7a892; color: #fff; }.tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item a:hover svg, .tourmaster-user-template-style-2 .tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active svg{ fill: #fff; } 
.tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active a, .tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active a:hover{ color: #3f86a0; }.tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active:before{ border-color: #3f86a0; }.tourmaster-template-wrapper table.tourmaster-table tr td:nth-child(2){ color: #3f86a0; }.tourmaster-template-wrapper table.tourmaster-table tr td:nth-child(2) a{ color: #3f86a0; }.tourmaster-template-wrapper table.tourmaster-table tr td:nth-child(2) a:hover{ color: #3f86a0; }table.tourmaster-my-booking-table .tourmaster-my-booking-title, table.tourmaster-my-booking-table .tourmaster-my-booking-title:hover{ color: #3f86a0; } .tourmaster-payment-billing-copy-text{ color: #3f86a0; }.tourmaster-tour-booking-bar-price-breakdown-link{ color: #3f86a0; }.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-bar-coupon-validate, .tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-bar-coupon-validate:hover{ color: #3f86a0; }.tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-bar-date-edit{ color: #3f86a0; }.tourmaster-payment-complete-wrap .tourmaster-payment-complete-icon,.tourmaster-payment-complete-wrap .tourmaster-payment-complete-thank-you{ color: #3f86a0; }.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"]{ background: #3f86a0; }.tourmaster-payment-step-item.tourmaster-checked .tourmaster-payment-step-item-icon,.tourmaster-payment-step-item.tourmaster-enable .tourmaster-payment-step-item-icon{ color: #3f86a0; }.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a{ background-color: #3f86a0; }body.tourmaster-template-payment a.tourmaster-button{ background-color: #3f86a0; }.tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price, .tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-discount-price{ color: #3f86a0; }.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap{ color: #3f86a0; } 
.tourmaster-tour-info-wrap .tourmaster-tour-info i{ color: #3f86a0; }.tourmaster-tour-info-wrap .tourmaster-tour-info svg{ fill: #3f86a0; }.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price .tourmaster-tail, .tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-discount-price{ color: #3f86a0; }.tourmaster-tour-item .tourmaster-tour-view-more,.tourmaster-tour-item .tourmaster-tour-view-more:hover{ background: #3f86a0; }.single-tour .tourmaster-datepicker-wrap:after,.single-tour .tourmaster-combobox-wrap:after,.single-tour .tourmaster-tour-info-wrap .tourmaster-tour-info i, .tourmaster-form-field .tourmaster-combobox-list-display:after{ color: #3f86a0; }.tourmaster-payment-step-item.tourmaster-current .tourmaster-payment-step-item-icon{ background: #3f86a0; }.tourmaster-review-content-pagination span:hover,.tourmaster-review-content-pagination span.tourmaster-active{ background: #3f86a0; }.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider, .tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider.tourmaster-style-dot span{ background: #3f86a0; }.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-count, .tourmaster-body .tourmaster-tour-category-grid .tourmaster-tour-category-head-link{ color: #3f86a0; }.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head-divider, .tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-head-divider{ border-color: #3f86a0; }.tourmaster-tour-booking-date > i, .tourmaster-tour-booking-room > i, .tourmaster-tour-booking-people > i, .tourmaster-tour-booking-submit > i,.tourmaster-tour-booking-package > i, .tourmaster-tour-style-1 .tourmaster-tour-booking-bar-wrap .tourmaster-view-count i, .tourmaster-save-wish-list-icon-wrap .tourmaster-icon-active{ color: #3f86a0; }.tourmaster-tour-booking-next-sign:before, .tourmaster-tour-booking-next-sign span, .tourmaster-tour-booking-next-sign:after{ background-color: #3f86a0; }.tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-discount-price, .tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-price .tourmaster-tail{ color: #3f86a0; }.tourmaster-body .tourmaster-tour-order-filterer-style a:hover svg,.tourmaster-body .tourmaster-tour-order-filterer-style a.tourmaster-active svg{ fill: #3f86a0; }.tourmaster-body .tourmaster-tour-order-filterer-style a:hover, .tourmaster-body .tourmaster-tour-order-filterer-style a.tourmaster-active, .tourmaster-urgency-message .tourmaster-urgency-message-icon, .tourmaster-payment-receipt-deposit-option label input:checked + span, .tourmaster-tour-booking-bar-deposit-option label input:checked + span, .tourmaster-type-filter-term input:checked + .tourmaster-type-filter-display{ color: #3f86a0; }.tourmaster-body.tourmaster-template-search .tourmaster-pagination a:hover, .tourmaster-body.tourmaster-template-search .tourmaster-pagination a.tourmaster-active, .tourmaster-body.tourmaster-template-search .tourmaster-pagination span{ background-color: #3f86a0; } 
.tourmaster-currency-switcher .tourmaster-head{ color: #000; } 
.tourmaster-user-top-bar-nav-inner, .tourmaster-currency-switcher-content{ background-color: #ffffff; } 
body .tourmaster-user-top-bar-nav .tourmaster-user-top-bar-nav-item{ border-color: #e6e6e6; } 
body .tourmaster-user-top-bar-nav .tourmaster-user-top-bar-nav-item a, body .tourmaster-user-top-bar-nav .tourmaster-user-top-bar-nav-item a:hover{ color: #878787; }body .tourmaster-currency-switcher-content a, body .tourmaster-currency-switcher-content a:hover{ color: #878787 !important; } 
.tourmaster-template-wrapper-user{ background-color: #f3f3f3; } 
.tourmaster-user-navigation{ background: #ffffff; } 
.tourmaster-user-navigation .tourmaster-user-navigation-head{ color: #3f3f3f; } 
.tourmaster-user-navigation .tourmaster-user-navigation-item a, .tourmaster-user-navigation .tourmaster-user-navigation-item a:hover{ color: #7d7d7d; }.tourmaster-user-navigation .tourmaster-user-navigation-item a svg{ fill: #7d7d7d; } 
.tourmaster-user-navigation .tourmaster-user-navigation-item-sign-out{ border-color: #e5e5e5; }.tourmaster-user-template-style-2 .tourmaster-user-navigation{ border-color: #e5e5e5; } 
.tourmaster-body .tourmaster-user-breadcrumbs a, .tourmaster-body .tourmaster-user-breadcrumbs a:hover, .tourmaster-body .tourmaster-user-breadcrumbs span{ color: #a5a5a5; } 
.tourmaster-user-content-block{ background-color: #ffffff; }.tourmaster-user-template-style-2 .tourmaster-dashboard-profile-wrapper{ background-color: #ffffff; } 
.tourmaster-user-content-block .tourmaster-user-content-title-link, .tourmaster-user-content-block .tourmaster-user-content-title-link:hover{ color: #9e9e9e; } 
.tourmaster-user-content-block .tourmaster-user-content-title-wrap, table.tourmaster-table th, .tourmaster-template-wrapper table.tourmaster-table tr td{ border-color: #e8e8e8; } 
.tourmaster-my-profile-info .tourmaster-head, .tourmaster-my-profile-info .tourmaster-tail, .tourmaster-edit-profile-wrap .tourmaster-head, table.tourmaster-table th, table.tourmaster-table td{ color: #545454; }.tourmaster-user-content-inner-my-booking-single .tourmaster-my-booking-single-field{ color: #545454; }.tourmaster-my-booking-single-price-breakdown .tourmaster-price-breakdown{ color: #545454; } 
table.tourmaster-my-booking-table .tourmaster-my-booking-price{ color: #424242; } 
.tourmaster-template-wrapper-user .tourmaster-my-booking-filter a{ color: #a5a5a5; } 
.tourmaster-booking-status, .tourmaster-user-review-status.tourmaster-status-submitted{ color: #acacac; } 
.tourmaster-booking-status.tourmaster-status-pending, .tourmaster-user-review-status.tourmaster-status-pending{ color: #24a04a; } 
.tourmaster-booking-status.tourmaster-status-online-paid{ color: #cd9b45; } 
.tourmaster-booking-status.tourmaster-status-wait-for-approval{ color: #5b9dd9; } 
.tourmaster-booking-status.tourmaster-status-deposit-paid{ color: #e0724e; } 
.tourmaster-my-booking-single-sidebar .tourmaster-my-booking-single-payment-button, .tourmaster-my-booking-single-sidebar .tourmaster-my-booking-single-payment-button:hover{ background-color: #48a198; } 
.tourmaster-invoice-head{ color: #121212; } 
.tourmaster-invoice-price-head, .tourmaster-invoice-payment-info{ background-color: #f3f3f3; } 
.tourmaster-invoice-price-head, .tourmaster-invoice-payment-info{ color: #454545; } 
.tourmaster-invoice-price .tourmaster-head, .tourmaster-invoice-total-price{ color: #7b7b7b; } 
.tourmaster-invoice-price .tourmaster-tail{ color: #1e1e1e; } 
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-wrap{ background-color: #ffffff; } 
.tourmaster-lightbox-wrapper h3, .tourmaster-lightbox-wrapper .tourmaster-lightbox-title, .tourmaster-lightbox-wrapper .tourmaster-lightbox-close, .tourmaster-payment-receipt-field .tourmaster-head, .tourmaster-login-bottom .tourmaster-login-bottom-title{ color: #0e0e0e; } 
.tourmaster-login-form label, .tourmaster-login-form2 label, .tourmaster-lost-password-form label, .tourmaster-reset-password-form label, .tourmaster-register-form .tourmaster-profile-field .tourmaster-head{ color: #5c5c5c; } .tourmaster-review-form .tourmaster-review-form-description .tourmaster-tail, .tourmaster-review-form .tourmaster-review-form-traveller-type .tourmaster-tail{ color: #5c5c5c; } 
.tourmaster-payment-traveller-info-wrap .tourmaster-head, .tourmaster-payment-contact-wrap .tourmaster-head, .tourmaster-payment-billing-wrap .tourmaster-head, .tourmaster-payment-additional-note-wrap .tourmaster-head, .tourmaster-payment-detail-wrap .tourmaster-payment-detail, .tourmaster-payment-detail-notes-wrap .tourmaster-payment-detail, .tourmaster-payment-traveller-detail .tourmaster-payment-detail{ color: #5c5c5c; }.goodlayers-payment-form .goodlayers-payment-form-field .goodlayers-payment-field-head{ color: #5c5c5c; }.tourmaster-room-payment-contact-form .tourmaster-head, .tourmaster-guest-info-field.tourmaster-display .tourmaster-sub-head, .tourmaster-room-payment-contact-form .tourmaster-payment-billing-separate-wrap{ color: #5c5c5c; } 
.tourmaster-body .tourmaster-form-field input[type="text"], .tourmaster-body .tourmaster-form-field input[type="email"], .tourmaster-body .tourmaster-form-field input[type="password"], .tourmaster-body .tourmaster-form-field textarea, .tourmaster-body .tourmaster-form-field select, .tourmaster-body .tourmaster-form-field input[type="text"]:focus, .tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display, .tourmaster-form-field .tourmaster-combobox-list-wrap ul, .tourmaster-body .tourmaster-form-field input[type="email"]:focus, .tourmaster-body .tourmaster-form-field input[type="password"]:focus, .tourmaster-body .tourmaster-form-field textarea:focus{ color: #545454; }.goodlayers-payment-form .goodlayers-payment-form-field input[type="text"]{ color: #545454; } 
.tourmaster-body .tourmaster-form-field input[type="text"], .tourmaster-body .tourmaster-form-field input[type="email"], .tourmaster-body .tourmaster-form-field input[type="password"], .tourmaster-body .tourmaster-form-field textarea, .tourmaster-body .tourmaster-form-field select, .tourmaster-body .tourmaster-form-field input[type="text"]:focus, .tourmaster-body .tourmaster-form-field input[type="email"]:focus, .tourmaster-body .tourmaster-form-field input[type="password"]:focus, .tourmaster-body .tourmaster-form-field textarea:focus{ background: #ffffff; }.tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display, .goodlayers-payment-form .goodlayers-payment-form-field input[type="text"]{ background-color: #ffffff; } 
.tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="text"], .tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="email"], .tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="password"], .tourmaster-form-field.tourmaster-with-border textarea.tourmaster-validate-error, .tourmaster-form-field.tourmaster-with-border select.tourmaster-validate-error{ background-color: #fff9f9; }.tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="text"]:focus, .tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="email"]:focus, .tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="password"]:focus, .tourmaster-form-field.tourmaster-with-border textarea.tourmaster-validate-error:focus, .tourmaster-form-field.tourmaster-with-border select.tourmaster-validate-error:focus{ background-color: #fff9f9; } 
.tourmaster-form-field.tourmaster-with-border input[type="text"], .tourmaster-form-field.tourmaster-with-border input[type="email"], .tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display, .tourmaster-form-field .tourmaster-combobox-list-wrap ul, .tourmaster-form-field .tourmaster-combobox-list-wrap ul li, .tourmaster-form-field.tourmaster-with-border input[type="password"], .tourmaster-form-field.tourmaster-with-border textarea, .tourmaster-form-field.tourmaster-with-border select{ border-color: #e6e6e6; }.goodlayers-payment-form .goodlayers-payment-form-field input[type="text"]{ border-color: #e6e6e6; }.tourmaster-room-payment-lb .goodlayers-payment-form input[type="text"], .tourmaster-room-payment-lb .goodlayers-payment-form #card-element{ border-color: #e6e6e6; }.tourmaster-user-template-style-2 .tourmaster-form-field input[type="text"], .tourmaster-user-template-style-2 .tourmaster-form-field input[type="email"], .tourmaster-user-template-style-2 .tourmaster-form-field input[type="password"], .tourmaster-user-template-style-2 .tourmaster-form-field textarea, .tourmaster-user-template-style-2 .tourmaster-form-field select{  border-color: #e6e6e6; } 
.tourmaster-tour-search-item-style-2 .tourmaster-type-filter-term .tourmaster-type-filter-display i{ border-color: #cccccc; } 
.tourmaster-form-field .tourmaster-file-label-text{ background-color: #f3f3f3; } 
.tourmaster-form-field .tourmaster-file-label-text{ color: #a6a6a6; }.label-wrap.wapl-ribbon{top:0;width:100%;height:100%;position:absolute;overflow:hidden}.wapl-ribbon .product-label{position:absolute;width:10px;color:#fff;text-align:center;padding:10px 10px 0px 10px;transform-origin:top;height:auto;word-break:break-all;top:0;box-sizing:content-box}.wapl-ribbon .product-label:after{content:"";position:absolute;bottom:-20px;border:15px solid #e74c3c;border-top-width:5px;border-bottom-color:rgba(0,0,0,0) !important;left:0;width:0}.wapl-ribbon.wapl-alignleft .product-label{float:left;left:10px}.wapl-ribbon.wapl-alignright .product-label{float:right;right:10px}.wapl-ribbon.wapl-aligncenter .product-label{margin:0 auto;display:block;position:relative}.wapl-ribbon .product-label{line-height:.7em;writing-mode:vertical-lr;text-orientation:upright}.wapl-ribbon .label-red{background-color:#e74c3c}.wapl-ribbon .label-red.product-label:after{border-color:#e74c3c}.wapl-ribbon .label-blue{background-color:#3498db}.wapl-ribbon .label-blue.product-label:after{border-color:#3498db}.wapl-ribbon .label-green{background-color:#39a539}.wapl-ribbon .label-green.product-label:after{border-color:#39a539}.wapl-ribbon .label-yellow{background-color:#ffe312;color:#444}.wapl-ribbon .label-yellow.product-label:after{border-color:#ffe312}.wapl-ribbon .label-orange{background-color:#ffa608}.wapl-ribbon .label-orange.product-label:after{border-color:#ffa608}.wapl-ribbon .label-gray{background-color:#999}.wapl-ribbon .label-gray.product-label:after{border-color:#999}.wapl-ribbon .label-black{background-color:#444}.wapl-ribbon .label-black.product-label:after{border-color:#444}.wapl-ribbon .label-white{background-color:#fff;color:#444}.wapl-ribbon .label-white.product-label:after{border-color:#fff}.label-wrap.wapl-ribbon2{top:0;width:100%;height:100%;position:absolute;overflow:hidden}.wapl-ribbon2 .product-label{position:absolute;width:10px;color:#fff;text-align:center;padding:10px 10px 0 10px;transform-origin:top;height:auto;word-break:break-all;top:0;box-sizing:content-box}.wapl-ribbon2 .product-label:after{content:"";position:absolute;bottom:-15px;border-color:#e74c3c;border-bottom-color:rgba(0,0,0,0) !important;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-width:15px 15px 0 15px;border-style:solid;left:0}.wapl-ribbon2.wapl-alignleft .product-label{float:left;left:10px}.wapl-ribbon2.wapl-alignright .product-label{float:right;right:10px}.wapl-ribbon2.wapl-aligncenter .product-label{margin:0 auto;display:block;position:relative}.wapl-ribbon2 .product-label{line-height:.7em;writing-mode:vertical-lr;text-orientation:upright}.wapl-ribbon2 .label-red{background-color:#e74c3c}.wapl-ribbon2 .label-red.product-label:after{border-top-color:#e74c3c}.wapl-ribbon2 .label-blue{background-color:#3498db}.wapl-ribbon2 .label-blue.product-label:after{border-top-color:#3498db}.wapl-ribbon2 .label-green{background-color:#39a539}.wapl-ribbon2 .label-green.product-label:after{border-top-color:#39a539}.wapl-ribbon2 .label-yellow{background-color:#ffe312;color:#444}.wapl-ribbon2 .label-yellow.product-label:after{border-top-color:#ffe312}.wapl-ribbon2 .label-orange{background-color:#ffa608}.wapl-ribbon2 .label-orange.product-label:after{border-top-color:#ffa608}.wapl-ribbon2 .label-gray{background-color:#999}.wapl-ribbon2 .label-gray.product-label:after{border-top-color:#999}.wapl-ribbon2 .label-black{background-color:#444}.wapl-ribbon2 .label-black.product-label:after{border-top-color:#444}.wapl-ribbon2 .label-white{background-color:#fff;color:#444}.wapl-ribbon2 .label-white.product-label:after{border-top-color:#fff}.label-wrap.wapl-diagonal-bar{top:0;width:100%;height:100%;position:absolute;overflow:hidden}.wapl-diagonal-bar .product-label{overflow:hidden;white-space:nowrap;position:absolute;left:-60px;top:20px;width:200px;color:#fff;text-align:center;padding:3px;-webkit-transform:rotate(-42deg);-moz-transform:rotate(-42deg);-ms-transform:rotate(-42deg);-o-transform:rotate(-42deg);transform:rotate(-42deg)}.wapl-diagonal-bar .label-product[href]:hover,.wapl-diagonal-bar .label-product[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.wapl-diagonal-bar.wapl-alignright .product-label{float:right;right:-60px;left:inherit;top:20px;-webkit-transform:rotate(42deg);-moz-transform:rotate(42deg);-ms-transform:rotate(42deg);-o-transform:rotate(42deg);transform:rotate(42deg)}.label-wrap.wapl-diagonal-bar.wapl-alignleft .product-label{float:left;left:-60px;top:20px}.wapl-diagonal-bar .label-red{background-color:#e74c3c}.wapl-diagonal-bar .label-blue{background-color:#3498db}.wapl-diagonal-bar .label-green{background-color:#39a539}.wapl-diagonal-bar .label-yellow{background-color:#ffe312;color:#444}.wapl-diagonal-bar .label-orange{background-color:#ffa608}.wapl-diagonal-bar .label-gray{background-color:#999}.wapl-diagonal-bar .label-black{background-color:#444}.wapl-diagonal-bar .label-white{background-color:#fff;color:#444}.wapl-flash{position:absolute;top:-13px;font-size:12px;font-weight:700;line-height:50px;height:50px;width:50px}.wapl-flash .product-label{text-align:center;border-radius:100%;border:3px solid #fff;color:#fff;font-size:12px;font-weight:700;line-height:50px;display:block;height:50px;width:50px}.wapl-flash .product-label{position:relative;z-index:999}.wapl-flash.label-red .product-label{background-color:#d9534f}.wapl-flash.label-blue .product-label{background-color:#0e44b6}.wapl-flash.label-green .product-label{background-color:#39a539}.wapl-flash.label-yellow .product-label{background-color:#ffe312;color:#444}.wapl-flash.label-orange .product-label{background-color:#ffa608}.wapl-flash.label-gray .product-label{background-color:#999}.wapl-flash.label-black .product-label{background-color:#444}.wapl-flash.label-white .product-label{background-color:#fff;color:#444;border-color:#444}.wapl-flash.wapl-alignleft{left:-13px}.wapl-flash.wapl-alignnone,.wapl-flash.wapl-alignright{right:-13px}.wapl-flash.wapl-aligncenter{left:50%;margin-left:-25px !important}.label-wrap.wapl-corner{top:0;width:100%;height:100%;position:absolute;overflow:hidden}.wapl-corner .product-label{overflow:hidden;white-space:nowrap;position:absolute;left:-66px;top:-27px;color:#fff;text-align:center;padding:3px;height:60px;width:200px;transform-origin:bottom center;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.wapl-corner .label-product[href]:hover,.wapl-corner .label-product[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.wapl-corner.wapl-alignright .product-label{float:right;left:initial;right:-66px;top:-30px;height:60px;width:200px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.wapl-corner .wapl-label-text{position:absolute;width:100%;display:block;bottom:5px}.label-wrap.wapl-corner.wapl-alignleft .product-label{float:left;left:-66px;top:-27px}.wapl-corner .label-red{background-color:#e74c3c}.wapl-corner .label-blue{background-color:#3498db}.wapl-corner .label-green{background-color:#39a539}.wapl-corner .label-yellow{background-color:#ffe312;color:#444}.wapl-corner .label-orange{background-color:#ffa608}.wapl-corner .label-gray{background-color:#999}.wapl-corner .label-black{background-color:#444}.wapl-corner .label-white{background-color:#fff;color:#444}.label-wrap:not(.wapl-custom) .product-label{background-image:none !important}.wapl-custom{top:0;width:100%;height:100%;position:absolute;overflow:hidden}.wapl-custom .product-label{width:100%;height:100%;background-repeat:no-repeat;display:inline-block;position:relative}.wapl-custom.wapl-alignleft .product-label{background-position:top left}.wapl-custom.wapl-alignnone .product-label,.wapl-custom.wapl-alignright .product-label{background-position:top right}.wapl-custom.wapl-aligncenter .product-label{background-position:top center}.onsale{display:none}.single-product .wapl-label{margin-top:8px}.single-product .images{position:relative}.wapl-label .product-label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;position:relative}.wapl-label .label-product[href]:hover,.wapl-label .label-product[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.wapl-label .label-red{background-color:#d9534f}.wapl-label .label-blue{background-color:#0e44b6}.wapl-label .label-green{background-color:#39a539}.wapl-label .label-yellow{background-color:#ffe312;color:#444}.wapl-label .label-orange{background-color:#ffa608}.wapl-label .label-gray{background-color:#999}.wapl-label .label-black{background-color:#444}.wapl-label .label-white{background-color:#fff;color:#444}.label-wrap.wapl-alignleft{float:left}.label-wrap.wapl-alignright{float:right}.label-wrap.wapl-aligncenter{margin-left:auto;margin-right:auto}.label-wrap{pointer-events:none;z-index:99}.label-product del{color:#fff}.product-label:empty{display:none}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//sabilevoyages.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//sabilevoyages.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//sabilevoyages.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//sabilevoyages.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}