/* Minification failed. Returning unminified contents.
(465,84): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(625,15): run-time error CSS1031: Expected selector, found ';'
(625,15): run-time error CSS1025: Expected comma or open brace, found ';'
(625,17): run-time error CSS1019: Unexpected token, found '{'
(626,18): run-time error CSS1030: Expected identifier, found ' '
(626,19): run-time error CSS1031: Expected selector, found '0'
(626,19): run-time error CSS1025: Expected comma or open brace, found '0'
(627,1): run-time error CSS1019: Unexpected token, found '}'
(681,1): run-time error CSS1019: Unexpected token, found '2.1'
(1356,2): run-time error CSS1031: Expected selector, found '/'
(1356,2): run-time error CSS1025: Expected comma or open brace, found '/'
(2834,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2835,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
: run-time error CSS1066: Unexpected end of file encountered
 */
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(/Content/star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url(/Content/star.gif) left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    /*background: url(star.gif) left -16px;*/
    /*changed to display gold star*/
     background: url(/Content/star.gif) left -32px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(/Content/star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(/Content/star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(/Content/delete.gif) 0 0;
    /*width: 16px;
    height: 16px;*/
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}

/*!
 * Datepicker for Bootstrap v1.4.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-top:before{top:-7px}.datepicker-dropdown.datepicker-orient-top:after{top:-6px}.datepicker-dropdown.datepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker>div{display:none}.datepicker.days .datepicker-days,.datepicker.months .datepicker-months,.datepicker.years .datepicker-years{display:block}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day:hover,.datepicker table tr td.day.focused{background:#eee;cursor:pointer}.datepicker table tr td.old,.datepicker table tr td.new{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(top,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today[disabled],.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active{background-color:#fbf069 \9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(top,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(top,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(top,#f3c17a,#f3e97a);background-image:-o-linear-gradient(top,#f3c17a,#f3e97a);background-image:linear-gradient(top,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today.disabled:hover[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active{background-color:#efe24b \9}.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(top,#b3b3b3,gray);background-image:-ms-linear-gradient(top,#b3b3b3,gray);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(gray));background-image:-webkit-linear-gradient(top,#b3b3b3,gray);background-image:-o-linear-gradient(top,#b3b3b3,gray);background-image:linear-gradient(top,#b3b3b3,gray);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:gray #808080 #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected.disabled:hover[disabled]{background-color:gray}.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active{background-color:#666 \9}.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled]{background-color:#04c}.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active{background-color:#039 \9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled:hover[disabled]{background-color:#04c}.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active{background-color:#039 \9}.datepicker table tr td span.old,.datepicker table tr td span.new{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker thead tr:first-child th,.datepicker tfoot tr th{cursor:pointer}.datepicker thead tr:first-child th:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.datepicker thead tr:first-child .cw{cursor:default;background-color:transparent}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
a,.widget a:hover,.widget a:focus,aside .widget h5,.main-search h5 span,.details .description a,.results.flights h5,.tab-content h2 a:hover,.tab-content h2 a:focus,.tab-content h3 a:hover,.tab-content h3 a:focus,.tab-content h4,.entry-meta span a:hover,.entry-meta span a:focus,.entry-header h2 a:hover,.entry-header h2 a:focus,.boxes article h4,blockquote i
{
	color:#0084f0;
}

ul > li:before,.booking h2 span
{
	color:#5FC8C2;
}

.social li a:hover,.social li a:focus,.pager .current,.pager a:hover,.contact:before,.header .ribbon,.destinations article .ribbon:hover,.view-type .active,.tags li:hover,.inner-nav li:hover,.inner-nav li.active,.inner-nav li.active:hover,.chart dd span,.infoBox,.lb-wrap,.ui-slider-horizontal .ui-slider-handle ,.image-overlay:before 	
{
	background:#d7b4d2 !important;
}

.gradient-button,button, input[type="button"], input[type="reset"], input[type="submit"],.scroll-to-top,.testimonials,.ui-datepicker .ui-state-hover,.ui-datepicker .dp-highlight a,.ui-datepicker .dp-highlight span	     
{
	background: #d7b4d2;
	background: -moz-linear-gradient(top, #d7b4d2 0%, #d7b4d2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5FC8C2), color-stop(100%,#d7b4d2));
	background: -webkit-linear-gradient(top, #5FC8C2 0%,#41AFAA 100%);
	background: -o-linear-gradient(top, #d7b4d2 0%,#d7b4d2 100%);
	background: -ms-linear-gradient(top, #d7b4d2 0%,#d7b4d2 100%);
	background: linear-gradient(to bottom, #d7b4d2 0%,#d7b4d2 100%);
}

.gradient-button:hover,button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,.gradient-button:focus,button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,.scroll-to-top:hover,.scroll-to-top:focus	   	
{
	background: #c58cba ;
	background: -moz-linear-gradient(top, #c58cba  0%, #c58cba  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b45ba2), color-stop(100%,#c58cba ));
	background: -webkit-linear-gradient(top, #c58cba  0%,#c58cba  100%);	
	background: -o-linear-gradient(top, #c58cba  0%,#c58cba  100%);
	background: -ms-linear-gradient(top, #c58cba  0%,#c58cba  100%);
	background: linear-gradient(to bottom, #c58cba  0%,#c58cba  100%);
}

.scroll-to-top:before,
.ascending:hover:before,
.ascending:focus:before 			{border-color: transparent transparent #5FC8C2 transparent;}

.scroll-to-top:hover:before,
.scroll-to-top:focus:before			{border-color: transparent transparent #0084f0 transparent;}

.header .ribbon:before,
.descending:hover:before,
.descending:focus:before,
.infoBox:after 								{border-color:#5fc8c2 transparent transparent transparent;}

.header .ribbon:after					{border-color: transparent #5fc8c2 transparent transparent;}

.inner-nav li.active a:after 			{border-color: transparent transparent transparent #d7b4d2;}

.ball,.ball1 									{border-color:#5FC8C2;}


/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('/App_Themes/Default/BookNow/css/fonts/flexslider-icon.eot');
    src: url('/App_Themes/Default/BookNow/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/App_Themes/Default/BookNow/css/fonts/flexslider-icon.woff') format('woff'), url('/App_Themes/Default/BookNow/css/fonts/flexslider-icon.ttf') format('truetype'), url('/App_Themes/Default/BookNow/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
 
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  width: 388px;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.SumoGallery *{border:0px; margin:0px; padding:0px;}

.SumoGallery{background-color: rgba(0, 0, 0, 0.7);position: fixed;top: 0px;left: 0px;right: 0px;bottom: 0px;}

/** COMMMON STYLES **/
.SumoGallery a{cursor:pointer;transition: all 300ms;-webkit-transition: all 300ms;-moz-transition: all 300ms;
 -webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select: none;}
/** COMMMON STYLES **/

.SumoGallery .Sarrow{position: absolute;font-size: 30px;color: #D8D8D8;opacity: 0.8;text-shadow: -1px 0px 3px rgba(0, 0, 0, 0.86);top: 50%;margin-top: -50px;padding: 10px;z-index: 10;}
.SumoGallery .Sarrow:hover{opacity:1;}
.SumoGallery .Sarrow.l{left:0px;}
.SumoGallery .Sarrow.r{right:0px;}
.SumoGallery .Sarrow.last-item{opacity: 0.3;}

.SumoGallery .Sheader{background-color: rgba(0, 0, 0, 0.66);height: 40px;position: relative;}
.SumoGallery .Sheader p{color: #fff;padding: 10px 50px;text-align: center;}
.SumoGallery .Sheader a{font-size: 50px;line-height: 40px;color: #fff;position: absolute;right: 5px;top: 0px;display: block;cursor: pointer;opacity: 0.8;}
.SumoGallery .Sheader a:hover{opacity:1}

.SumoGallery .Sbody{position: absolute;top: 40px;bottom: 75px;left: 0px;right: 0px;: all 300ms;-webkit-transition: all 300ms;-moz-transition: all 300ms;}
.SumoGallery .Sbody a{display: none;left: 0px;opacity: 1;
transition: none;-moz-transition: none;-webkit-transition: none;}
.SumoGallery .Sbody a.sel{display: block;/*background-image: url('loader.gif');*/position: absolute;width:100%;height:100%; background-repeat: no-repeat;background-position: center;z-index:1;}
.SumoGallery .Sbody a.anim{transition: all 200ms;-webkit-transition: all 200ms;-moz-transition: all 200ms;}
.SumoGallery .Sbody a.left{left: -100%;opacity: 0;}
.SumoGallery .Sbody a.right{left: 100%;opacity: 0;}

.SumoGallery .SimgCount{position: absolute;color: #BEBEBE;right: 10px;bottom: 95px;}
.SumoGallery .toggle-thumbs{position: absolute;color: #BEBEBE;right: 10px;bottom: 70px;z-index: 10;font-size: 23px;background-color: #000;border-radius: 3px;padding: 0px 5px;line-height: 20px;  visibility:visible;}
.SumoGallery .toggle-thumbs:hover{color: #4186F2;}

.SumoGallery .Sbody a img{position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;margin: auto;max-width: 100%;max-height: 98%;-webkit-box-shadow: 0px 0px 35px rgba(0,0,0,0.5);box-shadow: 0px 0px 35px rgba(0,0,0,0.5);-moz-box-shadow: 0px 0px 35px rgba(0,0,0,0.5);border-radius: 2px;}

.SumoGallery .Sfooter{position: absolute;bottom: 0px;left: 0px;right: 0px;height: 50px;background-color: #000;padding: 12px 0px;transition: all 300ms;-webkit-transition: all 300ms;-moz-transition: all 300ms;}

.SumoGallery ul.Sthumbnails{list-style: none;display: block;text-align: center;overflow: auto;white-space: nowrap;height: 150px;padding-top: 5px;margin-top: -5px;}
.SumoGallery ul.Sthumbnails li{display: inline-block;margin: 0px 2px;}
.SumoGallery ul.Sthumbnails li a{display: block;height: 50px;width: 60px;background-repeat: no-repeat;position:relative;border-radius: 2px;background-size: cover;}
.SumoGallery ul.Sthumbnails li a:hover{top:-1px;}
.SumoGallery ul.Sthumbnails li.sel a{top:-3px;}
.SumoGallery ul.Sthumbnails li.sel a:after{content: '';position: absolute;width: 0px;height: 0px;padding: 3px;background-color: #F43110;box-shadow: 0px 0px 5px #F43110;border-radius: 50%;border: 0px;left: 0px;right: 0px;margin: auto;bottom: -10px;}


.SumoGallery.nothumbs {}
.SumoGallery.nothumbs .Sfooter{bottom: -74px;}
.SumoGallery.nothumbs .Sbody {bottom: 0px;}



/* thumb css-----------------*/

/*.slider { margin: 50px 0 10px!important;}*/

#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
/* Layout
***********************/
#container {padding: 60px 40px 100px;}

#main {margin-left: 269px; margin-top: -25px;overflow: hidden;}
aside h3 {float: left;}


/* Media Queries
***********************/
@media screen and (max-width: 960px) {
  #container {padding: 35px;}
 
  #main {margin-left: 380px;}
  aside h3  {
  	float: none;
  	font-size: 20px;
  }
  .toggle  {
  	margin-left: 0;
  	float: none;
  }
}
@media screen and (max-width: 768px) {
  #container {padding: 20px 30px;}
 

  #main {margin-left: 0;}


  
}



html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, legend, input, caption, figure {
    border: 0;
    margin: 0;
    padding: 0;
}

/*html {
    overflow-y: scroll;
    -webkit-text-size-adjust: auto;
    -webkit-overflow-scrolling: touch;
}*/




body {
    margin: 0;
    padding: 0;
    font: 13px/1.5 'Open Sans', Helvetica, Arial, sans-serif;
    color: #454545;
    background: #E9E6E0;
    line-height: 25px;
}

.slider {
    width: 100%;
    background-size: cover;
    box-sizing: border-box;
}
/*.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}*/
.hotel_heading {
    padding-left: 0px;
}

.address {
    width: 100%;
    color: #858585;
}

.description {
    /*  padding: 15px 0;
    border-top: 1px solid #ccc;
    margin-top: 15px;*/
    font-family: Open Sans;
}

.img_g {
    width: 177px;
    padding: 6px 10px;
    display: inline-block;
}

.section_bg {
    position: relative;
    /*float: left;*/
    display: block;
    background: #fff;
    padding: 13px 15px 15px;
    margin: 0 0 20px;
}

.hotel-details-contant {
    color: #B1A398;
    padding: 0 0 10px;
    margin: 0 0 4px;
    /*  text-indent: 10px;*/
    /* border-bottom: 1px solid #ccc;*/
    display: inline-block;
}

.contents {
    color: #B1A398;
    padding: 0 0 10px;
    margin: 0 0 20px;
    /*  text-indent: 10px;*/
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.padding-left0; {
    padding-left: 0px;
}



/*p, blockquote {
    padding: 0 0 20px;
}*/

.margin-right4 {
    margin-right: -4px;
}


a {
    /*font-weight: 600;*/
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in 0.1s;
    -moz-transition: all 0.1s ease-in 0.1s;
    -o-transition: all 0.1s ease-in 0.1s;
    -ms-transition: all 0.1s ease-in 0.1s;
    transition: all 0.1s ease-in 0.1s;
}

article:empty, .widget h1:empty, .widget h2:empty, .widget h3:empty, .widget h4:empty, .widget h5:empty, .widget h6:empty {
    display: none !important;
}


.left {
    float: left;
}

.right {
    float: right;
}

.left_pic {
    float: left;
    margin: 0 15px 5px 0;
}

.right_pic {
    float: right;
    margin: 0 0 5px 15px;
}

.clear:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

02.1 Lists
/*ul 					{margin:0 0 17px;}
ul > li	  			{list-style:none;position:relative;padding:0 0 8px 15px;}
ul > li:before 	{content:"\2022";font-size:24px;position:absolute;top:-7px;left:0;}
ul ul 				{margin:8px 0 -8px 15px;}
ol						{margin:0 0 17px 25px;display:inline-block;}
ol li 	  				{list-style:decimal outside;padding:0 0 8px 5px;}
ol ol 				{margin:8px 0 -8px 15px;}*/
.widget ul {
    margin: 0;
}

.list-triangle li {
    position: relative;
    padding-left: 16px;
}

.list li, .list-order-color > li > span {
    font-family: "Open Sans";
    color: #737474;
    margin-bottom: 14px;
    margin-bottom: 13px;
    line-height: 20px;
    font-weight: 400;
}

.list-triangle li::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #d7b4d2;
    top: 5px;
    left: 0;
}

ul {
    list-style: none;
    color: #333;
}

nav ul, footer ul, .gallery ul {
    margin: 0;
}

    nav ul > li, footer ul > li, .widget, aside ul > li, .gallery li {
        padding: 0;
    }

        nav ul > li:before, .widget:before, aside ul > li:before, .widget > div > ul li:before, .social li:before, .gallery li:before {
            display: none !important;
        }


.gradient-button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 11.5px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    height: 32px;
    padding: 0 18px !important;
    text-align: center;
    display: inline-block;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    box-shadow: inset 0 0 1px rgba(0,0,0,.3);
}

    .gradient-button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
    .gradient-button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
        text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    }




h1 {
    font-size: 23px; /*font-weight:700;*/ /*padding:24px 0 44px;*/
}

.post h1 {
    padding: 0 0 20px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 20px;
}

h3 {
    font-size: 18px;
    padding: 0 0 20px;
}

h4 {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 20px;
}

h5 {
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 20px;
}

h6 {
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 20px;
}

.full-width > h1 {
    font-size: 26px;
    padding: 20px 10px 44px;
    text-shadow: 0 1px 0 rgba(238, 238, 238, 1);
    display: inline-block;
    width: 100%;
}


.wrap {
    margin: 0 auto;
    text-align: left;
    width: 1170px;
    max-width: 94%;
    position: relative;
}
/*.row 				{margin:3px -10px;} */
.full-width {
    width: 100%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.three-fourth {
    width: 75%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.two-third {
    width: 66.6667%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.one-half {
    width: 50%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.one-third {
    width: 33.3333%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.one-fourth {
    width: 25%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.one-fifth {
    width: 20%;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0 0 20px;
}

.lower {
    margin-top: 102px;
}


aside .widget,
.hotel-details,
.tour-details,
.cruise-details,
.car_rental-details {
    position: relative;
    float: left;
    display: block;
    background: #fff;
    padding: 13px 15px 0px;
    margin: 0 0 12px;
    width: 100%;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.header {
    float: left;
    background: #fff;
    margin: 0 0 12px;
    width: 100%; /*height:120px;*/ /*position:relative;*/
    /*z-index: 999;*/
}

.noslider .header {
    margin: 0 0 20px !important;
}

.noslider .main-search {
    top: 0;
    position: relative;
    margin: 20px 0 0;
}



.lg-outer {
    text-align: left;
}

aside h1 {
    padding: 0;
    color: #555 !important;
}

aside .address {
    width: 100%;
    color: #858585;
}

aside .description {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

    aside .description p {
        padding: 0;
    }

div.tags {
    border-top: 1px solid #ccc;
    padding: 18px 0 0;
    margin: 0 0 15px;
    width: 100%;
}

.tags ul {
    position: relative;
    width: 104%;
    overflow: hidden;
    margin: 0;
}

.tags li {
    position: relative;
    float: left;
    display: block;
    margin: 0 5px 5px 0;
    padding: 0 10px 0 20px;
    background: #DFDCD1;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 15px 2px 2px 15px;
    -moz-border-radius: 15px 2px 2px 15px;
    border-radius: 15px 2px 2px 15px;
    -webkit-box-shadow: 0 1px 0 #C1BBA8;
    -moz-box-shadow: 0 1px 0 #C1BBA8;
    box-shadow: 0 1px 0 #C1BBA8;
    -webkit-transition: all 0.1s ease-in 0.1s;
    -moz-transition: all 0.1s ease-in 0.1s;
    -o-transition: all 0.1s ease-in 0.1s;
    -ms-transition: all 0.1s ease-in 0.1s;
    transition: all 0.1s ease-in 0.1s;
}

    .tags li:before {
        display: block !important;
        content: "";
        width: 8px;
        height: 8px;
        background: #fff;
        position: absolute;
        top: 11px;
        left: 7px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
        -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
        box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
    }

.tags a {
    color: #666;
}

.tags li:hover a {
    color: #fff;
}


.tab-content .room-types .meta h3 {
    font: 700 15px/1.2 'Open Sans', Helvetica, Arial, sans-serif;
    color: #3FAEA9;
    padding: 0 0 10px;
}

.tab-content .room-types .meta {
    float: left;
    width: 36%;
    padding: 0 20px;
    min-height: 152px;
}

.tab-content .meta .text-wrap,
.tab-content .more-information .text-wrap {
    padding: 0;
}

.room-types li .meta p {
    padding: 0 0 11px;
}

.room-types .more-info {
    font-size: 13px;
    font-weight: 600;
    color: #3f3f3f;
    text-decoration: none;
}

.room-information {
    float: right;
    border-left: 1px solid #ccc;
    padding: 3px 0 0 20px;
    width: 22%;
    height: 163px;
    position: relative;
}

    .room-information > div {
        padding: 0 0 10px;
        line-height: 18px;
        margin: 0;
    }

    .room-information i {
        color: #B8ACA4;
        font-size: 18px;
        float: right;
        margin-left: -3px;
    }

    .room-information .price {
        font-size: 16px;
        float: right;
    }

    .room-information .gradient-button {
        position: absolute;
        right: 0;
        bottom: 0;
    }

.more-information {
    float: left;
    display: block;
    width: 100%;
    margin: 20px 0 0;
}

    .more-information p > span {
        font-weight: 600;
        padding-right: 5px;
        color: #3f3f3f;
    }

.three-col {
    display: inline-block;
    width: 100%;
    margin: 0;
}

    .three-col li {
        float: left;
        width: 33.3333%;
    }

        .three-col li:before {
            color: #BBADA4;
        }

.lSSlideOuter {
    margin: 0 0 20px;
    max-width: 100%;
    float: left;
    width: 100%;
    display: block;
}

.lightSlider li {
    text-align: center;
    overflow: hidden;
    padding: 0;
}

    .lightSlider li:before {
        display: none;
    }

.lightSlider img {
    height: auto;
    display: inline;
    margin: 0 auto;
}

.inner-nav { /*float:left;*/
    display: block;
    width: 21.4%; /*position:relative;*/
    z-index: 50;
    z-index: 1;
}

    .inner-nav li {
        padding: 0 !important;
        float: left;
        display: block;
        height: 42px;
        width: 100%;
        margin: 0 0 1px;
        font-size: 14px;
        font-weight: 600;
        line-height: 42px;
        text-shadow: 0 1px 1px rgba(0,0,0,0.15);
        background: rgb(193,182,174);
        background: -moz-linear-gradient(top, #c58cba 0%, #c58cba 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c58cba), color-stop(100%,#c58cba));
        background: -webkit-linear-gradient(top, #c58cba 0%,#c58cba 100%);
        background: -o-linear-gradient(top, rgba(193,182,174,1) 0%,rgba(186,172,163,1) 100%);
        background: -ms-linear-gradient(top, rgba(193,182,174,1) 0%,rgba(186,172,163,1) 100%);
        background: linear-gradient(to bottom, #c58cba 0%,#c58cba 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1b6ae', endColorstr='#baaca3',GradientType=0 );
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .inner-nav li a {
            float: left;
            display: block;
            color: #fff;
            padding: 0 0 0 41px;
            width: 100%;
            height: 100%;
            position: relative;
            font-weight: 600;
        }

        .inner-nav li.active,
        .inner-nav li.active:hover {
            width: 105%;
        }

            .inner-nav li.active a:after {
                content: "";
                position: absolute;
                top: 0;
                right: -21px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 21px 0 21px 21px;
            }

        .inner-nav li a:before {
            font-family: 'Material Icons';
            font-size: 24px;
            font-weight: 400;
            position: absolute;
            top: 0;
            left: 10px;
        }

    .inner-nav .availability a:before {
        content: "\e878";
    }

    .inner-nav .description a:before {
        content: "\e88f";
    }

    .inner-nav .facilities a:before {
        content: "\e87a";
    }

    .inner-nav .location a:before,
    .inner-nav .map a:before {
        content: "\e55f";
    }

    .inner-nav .things-to-do a:before,
    .inner-nav .locations a:before {
        content: "\e553";
    }

    .inner-nav .reviews a:before {
        content: "\e8dc";
    }

.single-location .inner-nav li a,
.myaccount .inner-nav li a {
    padding-left: 21px;
}

.tab-content { /*float:right;width:76.4%;*/
    overflow: hidden;
}

    .tab-content article {
        float: left;
        width: 100%;
        padding: 13px 20px 20px;
        overflow: hidden;
        margin: 0 0 20px;
        background: #fff;
        webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
        box-shadow: 0 0 2px rgba(0,0,0,0.1);
        font-size: 13px;
        margin-bottom: 46px;
    }
    /*.tab-content h2						{color:#B1A398;padding:0 0 10px;margin:0 0 20px;text-indent:10px;border-bottom:1px solid #ccc;display:inline-block;width:100%;}*/
    .tab-content h2 a,
    .tab-content h3 a {
        color: #B1A398;
    }

    .tab-content h3 {
        color: #B1A398;
        padding: 0 0 15px;
    }

    .tab-content h4 {
        padding: 0 0 15px;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 15px;
    }

#location.tab-content article,
#map.tab-content article {
    padding: 15px;
}

#things-to-do img {
    margin: 0 0 20px;
}

#things-to-do article h2 {
    padding: 0 0 10px;
}



.footer {
    float: left;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}


    .footer .full-width {
        margin: 18px 0 20px; /*border-top:1px solid #ccc;*/
        padding-top: 20px;
    }

.copy {
    color: #858585;
    display: block;
    float: left;
    padding: 0;
}

.footer .full-width nav {
    float: right;
}

    .footer .full-width nav li {
        float: left;
        border-left: 1px solid #e5e5e5;
        padding: 0 0 0 12px;
        margin: 0 0 0 12px;
    }

        .footer .full-width nav li a {
            color: #858585;
            font-weight: 400;
        }

            .footer .full-width nav li a:hover,
            .footer .full-width nav li a:focus {
                color: #3f3f3f;
            }

        .footer .full-width nav li:first-child {
            border: none;
        }


/*.hotelchars table.roomstable td, .hotelchars table.roomstable th {
    border-left: 1px solid #5cb9ff;
}
table.roomstable th {
    border-left: 1px solid #5cb9ff;
}
table.roomstable td.bb {
    border-bottom: 1px solid #5cb9ff;
}*/

.portfolio-item {
    margin-bottom: 29px;
}

.margin-top3 {
    margin-top: 3px;
}


@media screen and (max-width: 1040px) {
    .main-nav .wrap {
        max-width: 100%;
    }

    ul.slimmenu {
        margin-left: 0;
    }

    .menu-collapser {
        padding: 0 2.7%;
    }

    .collapse-button {
        right: 2.7%;
    }

    ul.slimmenu li a {
        padding: 10px 10px 10px 2.7%;
    }
}

*/ 19 - Responsiveness @media screen and (max-width: 1070px) {
    .header;

{
    height: auto;
}

.logo {
    width: 100%;
}

.header .search {
    float: left;
    width: 40%;
    margin: 0;
    padding: 0 0 15px;
}

.header .contact {
    width: 50%;
    margin: 0;
}

.deals .one-fourth,
.deals .one-third,
.deals .one-fifth,
.deals .one-sixth,
.destinations .one-fourth,
.destinations .one-third,
.destinations .one-fifth,
.destinations .one-sixth,
.offers .one-fourth,
.offers .one-third,
.offers .one-fifth,
.offers .one-sixth,
.boxes .one-fourth {
    width: 50%;
}

.slider {
    height: auto;
    float: left;
    width: 100%;
}

.main-search .wrap > form {
    position: static;
}

.main-search {
    padding-bottom: 20px;
}

    .main-search .column,
    .main-search .three-fourth {
        width: 100% !important;
        padding: 0 15px;
    }

    .main-search h5 {
        padding: 0 0 15px;
    }

    .main-search .form .column > .row {
        min-height: auto;
        border-left: none;
    }

    .main-search .form h5 {
        border-top: 1px solid #ccc;
        margin: 15px 0 0;
        padding: 15px 0;
        float: left;
        width: 100%;
    }

    .main-search .f-item.one-half, .main-search .f-item.one-third {
        padding-right: 10px;
    }

    .main-search .radios .f-item {
        width: 33% !important;
    }

    .main-search .f-item.one-half {
        width: 50% !important;
    }

    .main-search .f-item.one-third {
        width: 33.33% !important;
    }

    .main-search .gradient-button {
        width: auto;
        bottom: 3px;
        min-width: 17%;
    }

.lb-wrap {
    width: 46%;
    left: 27%;
}

section .offers figure, section .deals figure, section .destinations figure {
    height: auto !important;
}

section .deals .full-width {
    height: auto !important;
}

    section .deals .full-width figure,
    section .deals .full-width .details {
        height: auto !important;
        width: 100% !important;
        max-height: none;
    }

    section .deals .full-width .details {
        padding-left: 25px;
    }

.inner-nav {
    width: 26.4%;
}

.tab-content {
    width: 70.4%;
}

.get_inspired li {
    width: 25%;
    height: 140px;
}

.sort li {
    padding: 0 40px 0 0;
}

.comment .third {
    width: 25%;
}

.comment .comment-content {
    width: 75%;
}

.depth-1 .third {
    width: 27%;
}

.depth-1 .comment-content {
    width: 73%;
}

.depth-2 .third {
    width: 30%;
}

.depth-2 .comment-content {
    width: 70%;
}

}

@media screen and (min-width: 861px) and (max-width: 1200px) {
    .small-list h3,
    .small-list p,
    .small-list .stars,
    .small-list .rating,
    .deal-of-the-day h3,
    .deal-of-the-day p,
    .deal-of-the-day .stars,
    .deal-of-the-day .rating {
        float: left;
        width: 100%;
    }
}


@media screen and (max-width: 960px) {
    .room-types li figure {
        width: 50%;
        max-height: none;
    }

    .tab-content .room-types .meta {
        width: 50%;
        min-height: 0;
    }

    .room-types .room-information {
        width: 50%;
        height: auto;
        border-left: none;
    }

    .room-information .gradient-button {
        position: static;
    }

    .footer .full-width nav {
        float: left;
        width: 100%;
        padding: 20px 0 0;
    }

        .footer .full-width nav li:first-child {
            margin: 0;
            padding: 0;
        }

    .get_inspired li {
        width: 33.3333%;
        height: 155px;
    }

    .comment {
        width: 100% !important;
    }

        .comment .third {
            width: 30% !important;
        }

        .comment .comment-content {
            width: 70% !important;
        }

    section.error {
        text-align: center;
    }

    .error-content {
        padding: 60px 0 0;
    }

        .error-content h3,
        .error-content ul {
            text-align: left;
        }

    .three-col li {
        width: 50%;
    }

    .top-right-nav {
        float: left;
    }
}

@media screen and (max-width: 860px) {
    .full-width,
    .three-fourth,
    .one-half,
    .one-third,
    .two-third,
    .one-fourth,
    .one-fifth,
    .one-sixth,
    .boxes .one-fourth {
        width: 100% !important;
    }

    .boxes article > div {
        min-height: auto;
    }

    .lb-wrap {
        width: 80%;
        left: 10%;
        max-width: 80%;
    }

    .score, .chart {
        width: 100%;
    }

    .main-search .gradient-button {
        left: 38%;
    }

    .get_inspired li {
        height: 170px;
    }

    .sort-by {
        height: auto;
    }

    .sort {
        margin: 0;
        border-left: none;
    }

        .sort,
        .sort li {
            width: 100%;
        }

            .sort li {
                border-right: none;
                margin: 0;
                padding: 10px 0;
                border-top: 1px solid #ccc;
            }

    .view-type {
        position: absolute;
        right: 10px;
    }

    .ascending {
        top: 11px;
    }

    .descending {
        top: 20px;
    }
}


@media screen and (max-width: 600px) {
    .header .search {
        width: 60%;
    }

    .header .contact {
        width: 100%;
        float: left;
        margin: 0 0 15px;
    }

    .main-search .radios .f-item {
        width: 50% !important;
    }

    .main-search .f-item.one-half,
    .main-search .f-item.one-third {
        width: 100% !important;
    }

    .main-search .gradient-button {
        left: 33%;
    }

    .lb-wrap {
        width: 90%;
        left: 5%;
        max-width: 90%;
    }

    .chart {
        margin-top: 10px;
    }

    .inner-nav, .inner-nav li.active, .inner-nav li.active:hover, .tab-content {
        width: 100%;
    }

    .inner-nav {
        margin-bottom: 20px;
    }

        .inner-nav li.active a:after,
        .inner-nav li.active a:after {
            display: none;
        }

    .room-types li figure,
    .tab-content .room-types .meta,
    .room-types .room-information {
        width: 100%;
    }

    .tab-content .room-types .meta {
        padding: 20px 0 0;
    }

    .room-types .room-information {
        padding: 13px 0 0;
    }

    .get_inspired li {
        width: 50%;
        height: 190px;
    }

    .comment .third {
        width: 40% !important;
    }

    .comment .comment-content {
        width: 60% !important;
    }

    .copy {
        width: 100%;
        text-align: center;
    }

    .footer .full-width nav {
        text-align: center;
        margin: 20px 0 0;
        border-top: 1px solid #ccc;
    }

        .footer .full-width nav li {
            float: none;
            display: inline-block;
            border: none;
            margin: 0;
            padding: 0 15px 15px;
        }
}


@media screen and (max-width: 500px) {
    .logo img {
        max-width: 60%;
    }

    .main-search .gradient-button {
        left: 25%;
    }

    .get_inspired li {
        width: 100%;
        height: 300px;
    }

    .comment .third,
    .comment .comment-content {
        width: 100% !important;
    }

    .comment .comment-content {
        border: none;
        padding: 15px 0 0;
    }
}

@media screen and (max-width: 380px) {
    .get_inspired li {
        height: 220px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .slider {
        width: 100%;
        background-size: cover;
        box-sizing: border-box;
        min-height: 123px;
    }

    .gradient-button, button, input[type="button"], input[type="reset"], input[type="submit"] {
        font-size: 7.5px;
        line-height: 32px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff !important;
        height: 32px;
        padding: 0 12px !important;
        text-align: center;
        display: inline-block;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
        border-radius: 17px;
        -moz-border-radius: 17px;
        -webkit-border-radius: 17px;
        cursor: pointer;
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
        -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
        box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    }

    .hotel_heading {
        padding-left: 0px;
        padding-right: 2px;
    }

    .table-container {
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em;
    }

    .flexslider {
        margin: 0 0 60px;
        background: #fff;
        border: 4px solid #fff;
        position: relative;
        zoom: 1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        width: 290px !important;
    }
}


img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

/*-----------------------
4. single product branding CSS
-------------------------*/
.product-page-brand {
    margin-top: 90px;
}

/*-----------------------
4. single product tab CSS
-------------------------*/
#single-product-tab .active img {
    border: 1px solid #05c2f9;
}

ul#single-product-tab {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

    ul#single-product-tab li {
        width: 25%;
        float: left;
        padding: 0px 5px;
        border: 1px solid transparent;
    }

.single-pro-list {
    margin-top: 20px;
}

.single-product-details h1 {
    font-size: 24px;
}

.single-product-details h1, .single-pro-size h6, .color-quality-details h5, .color-quality h4, .single-social-area h3, .sb-shop-product-single h2 {
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.single-pro-star, .list-star {
    color: #05c2f9;
    font-size: 14px;
}

    .single-pro-star i {
        margin: 0px 1px;
    }

.single-pro-price {
    margin: 25px 0px;
}

.single-regular, .list-regular {
    color: #333333;
    font-weight: 700;
    font-size: 24px;
}

.single-old, .list-old {
    color: #909090;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 10px;
}

.single-pro-cn h3 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}

.single-pro-cn p, .list-pro-cn p {
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
}

.single-pro-size h6, .color-quality-details h5, .color-quality h4, .single-social-area h3 {
    font-size: 14px;
}

.single-pro-size {
    margin: 35px 0px;
}

    .single-pro-size span {
        border: 1px solid #ececec;
        color: #606060;
        font-size: 12px;
    }

.color-quality-details {
    float: left;
}

    .color-quality-details .red, .sidebar-color-area .red {
        background: #00ffff;
    }

    .color-quality-details .green, .sidebar-color-area .green {
        background: #ef7676;
    }

    .color-quality-details .yellow, .sidebar-color-area .yellow {
        background: #f06eaa;
        border: 1px solid #05c2f9;
    }

    .color-quality-details .black, .sidebar-color-area .black {
        background: #2094ed;
    }

    .color-quality-details .white, .sidebar-color-area .white {
        background: #f7941d;
    }

    .single-pro-size span, .color-quality-details span {
        display: inline-block;
        font-family: "Roboto",sans-serif;
        font-weight: 300;
        height: 25px;
        line-height: 25px;
        text-align: center;
        width: 25px;
        margin-right: 10px;
    }

.single-arrow-area {
    height: 25px;
    width: 25px;
    border: 1px solid #ececec;
}

.color-quality {
    float: left;
    margin: 0px 90px;
}

.pro-quantity-changer a {
    border: 1px solid #ececec;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
}

.pro-quantity-changer [type="text"] {
    border: 1px solid #ececec;
    height: 25px;
    text-align: center;
    width: 50px;
    color: #333;
    font-weight: 400;
    font-size: 12px;
}

.color-quality-pro {
    margin: 35px 0px;
}

.single-social-area a {
    border: 1px solid #979797;
    color: #909090;
}

    .single-social-area a:hover {
        color: #fff;
    }

.pro-button, .pro-viwer {
    float: left;
    margin: 30px 0px;
}

.pro-button, .list-pro-button {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 150px;
    background: #05c2f9 none repeat scroll 0 0;
    border-radius: 25px;
    transition: all .4s ease 0s;
}

    .pro-button a, .pro-button a:focus, .list-pro-button a, .list-pro-button a:focus {
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }

.pro-viwer {
    margin: 30px 10px;
}

    .pro-viwer a, .list-pro-viwer a {
        border: 1px solid #05c2f9;
        border-radius: 50%;
        color: #05c2f9;
        display: inline-block;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
    }

.review-content-section {
    margin-top: 30px;
}

    .review-content-section p {
        color: #606060;
        font-weight: 400;
        font-family: "Roboto",sans-serif;
        font-size: 14px;
    }

.suggested-heading {
    width: 33%;
}

/*-----------------------
4. modal css
-------------------------*/
.modal-dialog.modal-search-dialog {
    width: 900px;
}

.seach-bg-img {
    position: relative;
}

.search-box-here {
    bottom: 0;
    left: 0;
    margin: 25% auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

    .search-box-here input[type="text"] {
        background: #272727 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        font-size: 16px;
        height: 50px;
        padding: 0 10px;
        width: 400px;
        font-weight: 400;
    }

    .search-box-here input[type="submit"] {
        width: 100px;
        height: 50px;
        border: none;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        background: #05c2f9;
        font-weight: 700;
    }

    .search-box-here input[type="text"]:focus {
        border: 1px solid #05c2f9;
    }
/*
.modal-search-dialog{
	position:relative;
}
.modal-search-dialog .modal-header{
	position:absolute;
	right:0;
	z-index:9999;
}
.modal-search-dialog .modal-body{
	padding:0px;
}
.modal-dialog.popular-pro-dialog {
  margin: 65px auto;
  width: 965px;
}
.modal-header {
  border-bottom: 0px solid #e5e5e5;
  padding: 0px;
  float: right;
  margin-top: -26px;
}

.modal-header i {
  font-size: 14px;
  height: 25px;
  width: 25px;
  background: #0084f0!important;
  line-height: 23px;
  border: 1px solid #000 !important;
  border-radius: 50%;
}
.modal-content {
  border-radius: 0px;
}*/
.single-pro-list-modal {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}

    .single-pro-list-modal .product-single-img {
        float: left;
        padding: 0 10px;
        width: 25%;
    }

.margin-top20 {
    margin-top: 20px !important;
}


/* icon css */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v20/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.tab-content {
    margin-top: 0px;
    margin-bottom:-30px;
}

.SumoGallery .Sarrow {
    font-size: 150px;
}

    .SumoGallery .Sarrow.l {
        left: 100px;
    }

    .SumoGallery .Sarrow.r {
        right: 100px;
    }
/*.dropdown-menu
{
    position:fixed;
}*/
.container-fluid {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 15px !important;
}

.ZionBookNowheaderimage
{
    background-color:transparent !important;
}
.breakfast-included-text{
    font-size:10px;
}
.grecaptcha-badge{z-index:1;}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.white-popup-block{
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
    

