/*
 * Kashmir Pro Theme Structure Css 
 */

/* font awesome */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
 
/* fonts */
@import url(//fonts.googleapis.com/css?family=Raleway:700,400,300);

/* general  */
html , 
body { margin: 0; padding: 0; }
body { overflow-x:hidden;  font:16px/150% "Raleway",Helvetica, Arial, sans-serif;  }

h1 ,h2 ,h3 ,h4 ,h5 { margin:0; padding:0; font-weight:normal; }
a { text-decoration:none; 
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}
a:focus ,
a:hover {  text-decoration:none;  }
em { font-style:italic;}
.clearer { clear:both; }
/*reset*/
* {-webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}
input{}
select {-webkit-appearance: none; appearance:none; -moz-appearance:none; border-radius:0;}
select::-ms-expand {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Good browsers :) */
	opacity:0;
}
/* commons */
h2 { font:300 32px/130% "Raleway",Helvetica, Arial, sans-serif; }
h3 { font:300 22px/130% "Raleway",Helvetica, Arial, sans-serif; } 
h4 { font:300 18px/130% "Raleway",Helvetica, Arial, sans-serif; } 

.centered { text-align:center; }

/* buttons commons */
.btn, 
.book, 
.button a { font: 11px/34px "Raleway",sans-serif; padding: 0 15px; display: inline-block;  letter-spacing: 0.05em; text-transform: uppercase; background: none repeat scroll 0 0 #a99473 ;  cursor:pointer; }
.btn:focus,
.book:focus,
.button a:focus ,
.btn:hover,
.book:hover,
.button a:hover {  text-decoration:none;}    

/* common styles  */
.info, 
.more a {  font: 11px/30px 'Raleway',serif; letter-spacing:1px;  text-transform: uppercase;  }
.info:before,
.more a:before{content:"+"; margin-right:5px;}
.info:hover , 
.more a:hover {  text-decoration:none; }

/* fancy override */
.k_style_fancy .fancybox-close {  display: block;height: 40px;right: 0;line-height: 40px;position: absolute;text-align: center;top: 0;width: 40px;z-index: 200;
	-webkit-transition: all 0.2s ease 0s; 
	-moz-transition: all 0.2s ease 0s; 
	-ms-transition: all 0.2s ease 0s; 
	-o-transition: all 0.2s ease 0s; 
	transition: all 0.2s ease 0s;
}
.k_style_fancy .fancybox-skin {	-webkit-border-radius: 0; 	-moz-border-radius: 0;	-ms-border-radius: 0;	-o-border-radius: 0;	border-radius:0; }
.k_style_fancy .fancybox-close:before { content: "\f00d"; font-family: 'FontAwesome';}
/* override bootstrap on fancy*/
.k_style_fancy .ajax-content { padding:10px;}
.k_style_fancy .container { max-width:100%;}
.k_style_fancy h2 { /* text-align:left;*/ margin-bottom:20px; }
.k_style_fancy h3 { margin-bottom:20px;}

/* arrows */
.arrow {display: block; position: absolute; z-index: 200;  text-align: center;  overflow:hidden; line-height: 60px; width: 60px; height: 60px;font-size: 48px; }

/* bootstrap override */
.custom_container { max-width:1199px; }

/* loading */
html.loading,
html.loading body { overflow-y:hidden; }
html.loading body #loading{position:absolute; top:0; left:0; width:100%; height:100%; z-index:99999;  background-repeat: no-repeat; background-attachment: scroll; background-position: center center; }

/* header_wrapper */
#header_wrapper { width: 100%;  position:fixed; top:0; left:0; z-index:1000;   }

/* header */
#header {   width:100%;   }

/* logo */
.logo_box { padding:0; }
#logo {   margin: 0 auto;    }
#logo a {  display: block;  height: auto; line-height: 50px;  margin: 5px 0;   text-align: center;  width: 100%; }
#logo img { height: 50px; max-width: 100%;}

/* menu */
#main_menu { margin-top:5px; }
.menu > li { display: inline;   height:50px; border:none;  text-transform: uppercase; position:relative; z-index:200; }
.menu > li > a { text-decoration: none; display:inline-block; padding:0 6px; font:13px/50px "Raleway"; 
    -webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;	
}
.menu > li:last-child,
.menu > li:last-child > a{padding-right:0; border-right:0;}
.menu > li:first-child:before{display:none;}
.menu > li:first-child > a{padding-left:0;}
.menu > li:last-child {border-right:0;}
.menu > li:last-child > a{padding-right:0;}
/* sub menu - not developed */  
ul.menu .sub-menu { display:none; }
/* first link home */
.menu li.index a{font-size:18px;}

/* secondary menu */
#open_menus { display:block;  width: 30px; height: 30px; margin-top: 16px; text-indent:-9999px; overflow:hidden; text-decoration:none;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;		
	-webkit-transform: rotate(45deg);   
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-ms-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	transition:all 0.2s ease 0s;
	-webkit-transition-property:-webkit-transform, background; 
	-moz-transition-property:-webkit-transform, background; 
	-ms-transition-property:-webkit-transform, background; 
	-o-transition-property:-webkit-transform, background; 
	transition-property:transform, background;
}
#open_menus:hover,
#open_menus:focus,
#open_menus:active{text-decoration:none; border:none;  outline: 0 none;}
#open_menus.closed{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);  	   
	-ms-transform: rotate(0deg);  	   
	-o-transform: rotate(0deg);  	   
	transform:rotate(0deg);
}

/* oSEO   */
#seobar_wrapper { margin:0; position: relative; z-index:200; float:left;}
/* it's in the footer with js magic */

/* lang_menu */
.col_lang { padding-left: 0;}
#lang_menu { margin-top: 15px;   height:30px; }
#select_lang {  text-align: left; position:relative;   z-index:900; margin:0; height:30px; }
#select_lang a{width:100%;  height:25px; margin:0; padding:0;   font: 13px/30px "Raleway";  border:none; white-space: nowrap;  }		
#select_lang a img{height:12px; margin-right:8px;  }
#select_lang a:focus ,
#select_lang a:hover {  text-decoration:none; }
#select_lang span:after{content:"\f107"; font-family:"FontAwesome"; margin-left:5px;}
 
/* custom box languages */
#other_languages {  width:400px;  }
#custom_lang_list { text-align:center; padding:0; min-height:300px; }
#custom_lang_list .title {  margin:40px 40px 20px; text-transform:uppercase;  font:18px/150% "Raleway";}
#custom_lang_list .title .big { display:block; font-size:28px; }
#lang_sel_list { margin:0 40px 40px; }
#lang_sel_list ul{margin:0;}
#lang_sel_list li{list-style:none inside; display:block; text-transform:uppercase; margin:0 auto; width:50%;}
#lang_sel_list li img {   }
#lang_sel_list li a { line-height:40px;   display:block;   text-decoration:none; font-size:16px; letter-spacing:0.05em;}

/* CRS */ 
#bookingform_wrap {  position: fixed; right: 0; top: 0; z-index:900; }
/* booking form  container */
#bookingform_container { display: block; height: 62px; position: absolute; right: 0; width: 170px; }
#bookingform_container:before {  content: "";display: block;height: 62px;left: -35px;position: absolute; width: 60px; z-index:-1;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg); 		 
	-o-transform: skewX(-30deg); 		 
	transform: skewX(-30deg);
}
/* buttons */
#bookingform_container .box_title { height:60px;}
#best_rate,
#openBooking { display:block;   text-transform:uppercase; text-decoration:none; position:relative;
	-webkit-transition:color 0.2s ease 0s; 
	-moz-transition:color 0.2s ease 0s; 
	-ms-transition:color 0.2s ease 0s; 
	-o-transition:color 0.2s ease 0s; 
	transition:color 0.2s ease 0s;
}
#best_rate { font-size:10px; line-height:20px; padding-top:5px;}
#openBooking { font-size:20px; letter-spacing:0.05em; line-height:35px; }
#openBooking:before {  content: "x";display: none;font:12px/24px "Raleway"; height: 24px; width: 24px;  position: absolute; top: 5px; left: -32px; z-index:300; text-align: center;letter-spacing: 0;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	-ms-border-radius:24px;
	-o-border-radius:24px;
	border-radius:24px;	
}
#openBooking.opened:before { display:block; }
#openBooking.nobestrate { padding-top:13px; }
#openBooking.nobestrate:before { top:21px; }
/* booking form  */
#booking_box {height: 0; margin-left: -52px;  overflow: hidden;  position: relative;   width: 272px;}
#booking_form {   width: 272px;  padding:10px 10px 20px; }
#idForm { width:100%;  margin:0;   }
.bf_select-frommonth,
.bf_select-fromday,
.bf_select-fromyear  { display:none; }
/* BF */
/* commons */
.elem { float: left;  margin-right: 3px; text-align: center;  width: 81px; }
.booking_form label { display:block;  font: 10px/25px "Raleway";  height: 25px;  letter-spacing: 0.05em;  text-indent: 0;  text-transform: uppercase;    width: 100%; position:relative; z-index:200; }
/* reset */
.booking_form select { -webkit-appearance: none; appearance:none; -moz-appearance:none; border-radius:0; border:none;}
.booking_form input{ -webkit-appearance: none; appearance:none; -moz-appearance:none; border-radius:0; border:none;}
/**.booking_form input,
.booking_form label,
.booking_form select::-ms-expand {display: none;}  FIX FOR EXPLORER **/
.booking_form select{height:40px; line-height:40px;}
/* dates */
.section-check_in {  z-index:302;}
.section-check_out {  z-index:301;}
.quickbook-form-tab  { width:81px; height:107px; font-size:12px;    position: relative; z-index:350; }
.quickbook-form-tab .date , 
.quickbook-form-tab .month, 
.quickbook-form-tab .year {  line-height: 30px;  text-align: center;  width: 80%; margin:0 auto; }
.quickbook-form-tab .month { padding-top:3px ; }
.quickbook-form-tab .date { font-size: 28px;  line-height: 150%;  }
.quickbook-form-tab .calendar {  display: none; position: absolute; top: 0; right:84px; z-index:99999999;}
.quickbook-form-tab .adults {}
.quickbook-form-tab .calendar.visible {display:block;}
.selectable.noselect { opacity:0.6; filter:Alpha(opacity=60); }
/* dates inputs */
#check-out,
#check-in {  width:1px;height:1px; position:absolute; top:0; right:0; border:none; margin:0; padding:0; overflow: hidden;  }
/* adults */
.section-adults { margin-right:0; }
.section-adults .bf_select-adults {height: 107px; text-align: center; line-height:  107px; font-size: 28px; padding:0 30px; margin:0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box; 	
	background:transparent;
	line-height:normal;
}
.section-adults .bf_select-adults option { text-align: center; font-size:12px; margin:0; }
/* iata */
.section-iata { width:100%; margin: 3px 0 5px; }
.section-iata input { width:60%; border:none;  height: 34px; line-height: 34px;  text-indent: 10px;}
.section-iata label { text-indent:10px; letter-spacing:0; font-size:12px; text-align:left; float:left;  height: 24px;  line-height: 24px;  margin: 8px 0;   width: 40%; text-transform:capitalize;  }
/* submit */
#bf_submit { float: none; width: 100%; clear:both;   text-transform:uppercase;  height:50px;font:13px/50px "Raleway"; letter-spacing: 0.05em;  text-align: center; 
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.quick-search-cancel{width:100%; text-align:center; float:none; clear:both; display:block;  font:10px/130% "Raleway"; letter-spacing: 0.05em; text-transform:uppercase; margin-top:10px;}
.quick-search-cancel:hover{text-decoration:none;  }
/*datepickerz*/
#ui-datepicker-div { z-index:9000 !important;}

/* additional menu */
#second_menu_wrap { position:relative;  overflow:hidden; margin-left:-65px;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg); 	 
	-ms-transform: skewX(-30deg); 	 
	-o-transform: skewX(-30deg); 	 
	transform: skewX(-30deg);
}
/* when we have scrolled the slideshow */
#second_menu_wrap.big { margin-left:0;  
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);	
	-ms-transform: skewX(0deg);	
	-o-transform: skewX(0deg);	
	transform: skewX(0deg);
}
#second_menu_wrap.big > div {
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg); 
	-ms-transform: skewX(0deg); 
	-o-transform: skewX(0deg); 	  
	transform: skewX(0deg);
}

/* reset the skew */
#second_menu_wrap > div{ 
	-webkit-transform: skewX(30deg);
	-moz-transform: skewX(30deg);   
	-ms-transform: skewX(30deg);   
	-o-transform: skewX(30deg);   
	transform: skewX(30deg);
}
/* closed */
#second_menu_wrap.closed {height:0;}

/* midbox_wrapper */
#midbox_wrapper {width: 100%;    overflow: hidden; position:relative;  z-index: 101;  margin: 0;   padding:0;  }

/* slideshow */
#slideshow { height:100%;  width: 100%;   overflow: hidden; position: relative;  z-index: 101;  margin: 0; padding:0; }
#slideshow .cycle {	 width: 100%;	height: 100%;	position: relative;	z-index: 110;}
#slideshow .cycle img {	position: relative; }
#slideshow .cycle .slide {	width: 100%;	height: 100%;}
#slideshow .cycle .slide:first-child img  {z-index:999;}
#slideshow .loading_sshow {	width: 100%;	height: 100%;	position: absolute;	z-index: 130;	top: 0;	right: 0;   font-family: Arial, Helvetica, sans-serif;}
#slideshow .loading_sshow .msg {	line-height: 30px;	width: 150px;	height: 60px;	position: absolute;	z-index: 132;	top: 50%; margin-top:-30px;	left: 50%;	text-align: center; font-size: 22px;	margin-left: -75px;}
/* arrows */
#slideshow .arrow  { margin:0;  bottom:10px;  width:40px; height:40px; line-height:40px; font-size:32px; text-shadow: none; text-align:center;  }
#slideshow .arrow .fa { width:40px; height:40px; line-height:40px; display:block; }
#slideshow .arrow.prev { left:20px}
#slideshow .arrow.next { left:61px}
 
/* slideshow overlay */
#header_external_wrapper { position:absolute; top:0; right:0; height:100%; width:100%; z-index:900; overflow:hidden;}
#slide_angle {  height: 3000px; position: absolute; right: -2180px; top: 0; width: 3000px; z-index: 400; overflow:hidden;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);   
	-ms-transform: rotate(30deg);   
	-o-transform: rotate(30deg);   
	transform: rotate(30deg);
}

/* titles */
#header_title { position:absolute; bottom:300px; z-index:400; right:40px; min-width:290px; width:25%; text-align:right; }
#header_title h2 { font-size: 34px;font-weight: 300;text-transform: uppercase;}
#header_title h3 {font-size:24px;}

/* css common offers  */
.promotion .title, 
.promotion .title em, 
.promotion .title i, 
.promotion .title strong, 
.promotion .title b{font-weight:normal; font-style:normal;}
.promotion .description{}
.promotion .description ul{list-style-position: inside;}
.promotion .ellipsis:after{content:' \2026';}
.promotion div.price .strike,
.promotion div.price .discount {  display:none; }

/* offers overlay */
#overlay_offers_box { position:absolute; bottom:50px; z-index:400; right:40px; min-width:300px; width:25%;}
#overlay_offers { width:100%; height:220px; position:relative;}
#overlay_offers:before{width:140px; height:220px; position:absolute; top:0; content:''; z-index:-1; left:-70px;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg); 	 
	-ms-transform: skewX(-30deg); 	 
	-o-transform: skewX(-30deg); 	 
	transform: skewX(-30deg);
}
#overlay_offers .promotion{text-align:right; padding:20px 20px 20px 0; }
#overlay_offers .promotion .title{font-size:18px; line-height:130%; margin-bottom:10px;} 
#overlay_offers .promotion .description {font-size:13px;line-height:15px; height:30px; overflow:hidden; }
#overlay_offers .promotion .description *{font-weight:normal;}
#overlay_offers .promotion .description ul li{display:inline;}
#overlay_offers .promotion .description ul li:before{content:', ';}
#overlay_offers .promotion .description ul li:first-child:before{content:'';}
#overlay_offers .promotion .ellipsis:after { display: block;line-height: 10px;margin-top: -5px; }
#overlay_offers .promotion div.price{margin:10px 0;}
#overlay_offers .promotion div.price span.price,
#overlay_offers .promotion div.price span.currency,
#overlay_offers .promotion div.price span.apd{display:inline;  text-transform:uppercase;}
#overlay_offers .promotion span.price,
#overlay_offers .promotion span.currency{font-weight:bold; }
#overlay_offers .promotion .button,
#overlay_offers .promotion .more { float:right; }
#overlay_offers .promotion .button a,
#overlay_offers .promotion .more a { line-height:30px; display:inline-block; padding:0 15px; letter-spacing:1px; font-family:'Raleway'; text-decoration:none; } 
#overlay_offers .promotion .title:hover,
#overlay_offers .promotion .title:hover *,
#overlay_offers .promotion .description:hover,
#overlay_offers .promotion .more a:hover { text-decoration:none;  cursor:pointer;}
#overlay_offers .promotion div.price:hover *{  cursor:pointer;}

/* offers pop up */
#popup_content { width:700px; }
#popup_content .title{font:300 28px/1em "Raleway",sans-serif; line-height:40px;  padding:20px 20px 0; text-align:center; letter-spacing:0.05em; margin-bottom:20px; }
#popup_content .title,
#popup_content .title strong,
#popup_content .title b,
#popup_content .title em,
#popup_content .title i{  font-weight:normal; font-style:normal;}
#popup_content .image {float: right;margin: 0 20px 10px; max-width: 220px; height:auto; position:relative;}
#popup_content .image img{width:100%; height:auto;}
#popup_content .description { margin:0 20px 20px 40px; font-size: 13px; line-height: 140% }
#popup_content .description ul{list-style:disc outside none; margin:10px 0 10px 20px;}
#popup_content div.price { margin-bottom:20px;clear: both;padding: 0 20px 10px; text-align: center; font-size:11px; line-height:30px; text-transform:uppercase; position:relative;}
#popup_content .strike{text-decoration:line-through; }
#popup_content span.price,
#popup_content .currency {  font-size:24px; line-height:30px;}
#popup_content .discount {display:none;}
#popup_content .button{z-index:10; position:relative; padding-left: 30px;}
#popup_content .button a { letter-spacing:1px; line-height: 40px;margin: 0 0 40px 40px;padding: 0 20px; position:relative; z-index:200; }
#popup_content .button a:after {   content: ""; display:block; height:40px; position:absolute; right:-40px; top:0; width:40px; z-index:300; }
#popup_content .button a:before { content: "";display: block;height: 40px;left: -15px;position: absolute; width: 60px;z-index:-1;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg); 	  
	-ms-transform: skewX(-30deg); 	  
	-o-transform: skewX(-30deg); 	  
	transform: skewX(-30deg);
}
#popup_content .button a:before ,
#popup_content .button a:after {  
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}

/* home content */
#page_wrap { position:relative; z-index:200;  }
.section { position:relative; z-index:300;  padding-top: 40px; padding-bottom: 20px; }

/* page */
#page {}
#page h2 {}
#home_content h3 ,
#page h3 { margin-bottom: 20px; }
/* internal */
#page_wrap.internal #page { padding-top:80px; }

/* general content */
#home_content h2 ,
#page h2 {   text-transform:uppercase; margin-bottom: 20px; }
.subtitle { margin-bottom:20px; }
.body { font-size:16px; line-height:150%; }
.img_link { display: block; height: auto; padding-right: 20px;  width: 100%; }
.img_link img { height: auto; width: 100%;  }
.text p ,
.body p { margin-bottom:20px; }

/* mini_gallery  general */
#mini_gallery { margin:20px 0;}
#mini_gallery .thumb_gallery_container { margin-bottom:10px; }
#mini_gallery .thumb_gallery { display:block; width:100%; }
#mini_gallery .thumb_gallery img { display:block; width:100%; height:auto; }

/* content of ajax */
#home_content { width:100%; min-height:100px; position:relative; z-index:200; }

/* home text intro */
#go_to_intro { position:absolute; top:-40px; left:0; width:88%; margin:0 6%; z-index:450; text-align:center; height:0;}
#go_to_intro a { display:inline-block; line-height:40px; font-size:18px;  text-decoration:none; font-weight:300;   padding:0 15px 0 0; text-transform:uppercase; position:relative; letter-spacing:0.05em ; }
#go_to_intro a,
#go_to_intro a:before {
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-ms-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	transition:all 0.2s ease 0s;	
	-webkit-transition-property:background, color; 
	-moz-transition-property:background, color; 
	-ms-transition-property:background, color; 
	-o-transition-property:background, color; 
	transition-property:background, color;
}
#go_to_intro a:before{width:30px; height:40px; position:absolute; top:0;  content:''; z-index:-1; left:-15px;	
	-webkit-transform: skewX(-30deg);  
	-moz-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	transform: skewX(-30deg);
}

/* home ajax boxes*/
#home_content .section.rooms ,
#home_content .section.location ,
#home_content .section.services { padding-bottom:0; }
#home_content .section.gallery { margin:0; }


/* list slideshow gallery */
.list_slideshow { width: 100%; overflow:hidden;}
.list_slideshow .slideshow_outer { width: 960px; margin: 0 auto; height: 100%; position: relative; z-index:1; overflow: visible;}
.list_slideshow .slideshow_container { overflow: hidden !important; position:relative;} 
/* cycle */
.list_slideshow .cycle { overflow: visible !important; }
.list_slideshow .cycle .single_slide {height: 100%; overflow: hidden; white-space:normal; opacity: 1 !important;}
.list_slideshow .cycle .single_slide .image_position {width: 100%; position: relative; overflow: hidden;}
.list_slideshow .cycle .single_slide img {position: absolute; top: 0; left: 0;}
/* overlays */
.list_slideshow .slideshow_container .overlay {  height:100%; position:absolute; z-index:200; top:0;}
.list_slideshow .slideshow_container .overlay.left { left:0; }
.list_slideshow .slideshow_container .overlay.right { right:0; }
/* dimensions */
.list_slideshow ,
.list_slideshow .cycle .single_slide .image_position { height: 400px; }
.list_slideshow,
.list_slideshow .cycle .single_slide .image_position { height: 450px; }
.list_slideshow .slideshow_container { width: 2400px; margin-left: -800px;} 
.list_slideshow .cycle {margin-left: 800px; }
.list_slideshow .slideshow_outer,
.list_slideshow .cycle .single_slide,
.list_slideshow .slideshow_container .overlay { width:800px; }
/* arrows */
.list_slideshow .arrow { width:60px; height:60px; top:50%; margin-top:-30px; }
.list_slideshow .arrow.prev { left:-60px; }
.list_slideshow .arrow.next { right:-60px; }
.list_slideshow .arrow .fa { height: 60px; line-height: 60px; font-size:48px; }

/* captions */
.single_slide .on_slide { width:100%; position:absolute;  bottom:50%; left:0;   z-index:200; margin-bottom:-50px; height:100px;}
.single_slide .on_slide .title { width:320px; margin:0 auto; padding: 20px; font-size:24px; opacity:0; filter:Alpha(opacity=0);
	 -webkit-transition:opacity 0.5s ease 0s; 
	 -moz-transition:opacity 0.5s ease 0s; 
	 -ms-transition:opacity 0.5s ease 0s; 
	 -o-transition:opacity 0.5s ease 0s; 
	 transition:opacity 0.5s ease 0s;
}
.single_slide .on_slide .item_title {  margin-bottom: 10px; font-weight:300;}
.single_slide .on_slide .description  {  font-size: 13px; line-height: 150%; }
/* active caption */
.single_slide.cycle-slide-active .on_slide .title { opacity:1; filter:Alpha(opacity=100);}

/* rooms page */
.section.rooms .body { margin:30px 0 10px; }
/* rooms captions */
.single_slide .on_slide.rooms {   bottom:20px; left:0;  margin:0; height: auto; }
.single_slide .on_slide.rooms .title { opacity:1; filter:Alpha(opacity=100); display:inline-block; letter-spacing:0.05em; width:auto; min-width:250px; font-weight:300;  text-decoration:none; line-height:120%; padding:5px 40px 10px ; margin:0;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-ms-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	transition:all 0.2s ease 0s;	
	-webkit-transition-property:background, color; 
	-moz-transition-property:background, color; 
	-ms-transition-property:background, color; 
	-o-transition-property:background, color; 
	transition-property:background, color;
}
.single_slide .on_slide.rooms .title .intro  {display:block; font-size:16px;}
.single_slide .on_slide.rooms .title .item_title { text-transform:uppercase; margin:0; }
 
/* rooms details */
.room_details_box { width: 880px; padding: 20px 0; }
.room_details_box h2 { margin-bottom:20px; }
.room_details_box .body { font-size: 14px; line-height: 150%;  }
.room_details_box .book_room { letter-spacing:1px; line-height: 40px;margin: 0 0 40px 40px;padding: 0 20px; position:relative; z-index:200; }
.room_details_box .book_room:after {   content: ""; display:block; height:40px; position:absolute; right:-40px; top:0; width:40px; z-index:300; }
.room_details_box .book_room:before { content: "";display: block;height: 40px;left: -15px;position: absolute; width: 60px;z-index:-1;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg); 	  
	-ms-transform: skewX(-30deg); 	  
	-o-transform: skewX(-30deg); 	  
	transform: skewX(-30deg);
}
.room_details_box .book_room:before ,
.room_details_box .book_room:after {  
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}

/* minigallery */
.rooms_gallery .thumb_container.odd{padding-right:5px;}
.rooms_gallery .thumb_container.even{padding-left:5px;}
.rooms_gallery .thumb { margin-bottom:10px; display:block; width:100%; overflow:hidden;  }
.rooms_gallery .thumb img { height:150px; min-width:100%;
	-webkit-transition: opacity 0.2s ease 0s; 
	-moz-transition: opacity 0.2s ease 0s; 
	-ms-transition: opacity 0.2s ease 0s; 
	-o-transition: opacity 0.2s ease 0s; 
	transition: opacity 0.2s ease 0s;
}
.rooms_gallery .thumb:hover img{opacity:0.8; filter: alpha(opacity=80);}

/* location page */
/* address box */
.address_box {  margin-bottom:40px; }
.address_box .fax:before{content:"|"; padding:0 10px;}
.address_box .mail { margin-top:10px; }
.address_box .label { text-transform:uppercase; letter-spacing:0.05em;  }
.address_box .label:after { content:': '; }

/* map */
#map_canvas_container{position:relative; width:100%;}
#map_canvas{position:relative; width:100%; height:450px; background:#eee; z-index:100;}
.map-infowindow { font-size:14px; line-height:150%; }
.map-infowindow h4 { font-weight:400; margin-bottom:5px; }
.map-infowindow a.book { margin-top:5px;  }
/* poi list */
#poi_list { position:absolute; top:0; left:0; width:100%; z-index:200; }
#monuments {   margin:0; text-align:center; }
#monuments li { display:inline-block;  width:12%; position:relative;}
#monuments li a{display:block; letter-spacing:0.05em; line-height:50px;  text-transform:capitalize; font-size:14px;}
#monuments li:first-child a { border-left:0; }
#monuments li a:hover , 
#monuments li a:focus { text-decoration:none; }
#monuments li.current a { text-transform:uppercase; }
#monuments li.current:after {  content: "";left: 50%;margin-left: -20px;position: absolute; }
/* places */
#places_wrap {   position:absolute; top:60px; right:30px; bottom:30px; height:auto; z-index:300; width:200px; overflow:hidden; display:none;}
#places_wrap .places_content{overflow-y:auto; overflow-x:hidden; height:100%; width:100%; padding:10px 20px 20px 10px;}
#places{list-style:none inside none; margin:0;}
#places li{clear:both; font-size: 13px;font-weight: normal;line-height: 15px; display:block; margin-bottom:10px;} 
#places li:hover{cursor:pointer;}
#places li strong{font-weight:normal;  display:block;padding-left:18px; text-transform:capitalize; }
#places li img{width:12px; height:12px; display:block; float:left;}
/* options map */
#map_options{position:absolute; bottom:10px; left:10px; width:50%; z-index:200;}
#map_options span{display:inline-block; padding:10px; font-size:12px; line-height:130%;  letter-spacing:0.05em; text-transform:uppercase;
	-webkit-transition:background 0.2s ease 0s; 
	-moz-transition:background 0.2s ease 0s; 
	-ms-transition:background 0.2s ease 0s; 
	-o-transition:background 0.2s ease 0s; 
	transition:background 0.2s ease 0s;
}
#map_options span:hover{cursor:pointer; }

/* directions */
.gm-style .gm-style-iw .infobox{line-height:130%; padding-left:10px;}
.place_itinerary{padding-left:10px;}
.warnbox-content {font-size: 13px;line-height: 130%;}
/* direction box */
.route {padding:20px 0;}
.route .field{float:left; margin-right:20px;}
.route .field.from label,
.route .field{line-height:40px;}
.route .field input { border:none;
	-webkit-appearance: none;
	-moz-appearance:none; 
	-ms-appearance:none; 
	-o-appearance:none; 
	appearance:none;   
}
/* mode 
.route .mode { line-height: 40px; margin: 0;  width: 6%; }
.route .mode a {background-image: url("images/itinerario.png"); background-repeat:no-repeat;  display:block; height: 16px;overflow: hidden;text-decoration: none;text-indent: -9999px;width: 30px; margin:12px 5px 0 0; float:left;}
.route .mode a.car {background-position: 0 0;}
.route .mode a.feet {background-position: 0 -16px;}
#traveling_mode { position: absolute; right: 280px; top:30px; float: left; width: auto; text-align: right; }
#traveling_mode a { margin-left:10px; background:transparent url(//maps.gstatic.com/tactile/directions/omnibox/directions-1x-20150929.png) no-repeat left top; width: 24px; height: 24px; float:left; overflow:hidden; line-height:250px; }
#traveling_mode a.driving { background-position:0 -96px; }
#traveling_mode a.bicycling { background-position:0 -168px;  }
#traveling_mode a.transit { background-position:0 -120px; }
#traveling_mode a.walking { background-position:0 -144px; } */

.route .field.from input{line-height:1; height:40px;   padding:0 10px; width:220px; margin-left:20px;}
.route .field.submit { float:right; margin-right:0;}
#itinerarySubmit { line-height:40px; padding:0 20px; text-transform:uppercase; letter-spacing:0.05em;  display:block; font-size:13px; text-decoration:none;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-ms-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	transition:all 0.2s ease 0s;
	-webkit-transition-property:background, color, border; 
	-moz-transition-property:background, color, border; 
	-ms-transition-property:background, color, border; 
	-o-transition-property:background, color, border; 
	transition-property:background, color, border;
}
/* directions panel */
#itineraryPanel{clear:both; width:100%; padding:20px 0; position:relative; display:none; }
#itineraryPanel .adp-text {padding-left: 20px; vertical-align: middle;}
#itineraryPanel img.adp-marker {margin:5px; height: auto;width: 20px;}
#itineraryPanel > div.print_itinerary { position:absolute; right:10px; top:40px; }
#itineraryPanel > div.print_itinerary a { font-size:13px;  padding-left:10px; }
#itineraryPanel > div.print_itinerary.walking { top:82px; }

/* special offers page */
#offers_list_wrap { position:relative;   width:100%; overflow:hidden;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-ms-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	transition:all 0.2s ease 0s;
	-webkit-transition-property:height; 
	-moz-transition-property:height; 
	-ms-transition-property:height; 
	-o-transition-property:height; 
	transition-property:height;
}
#offers_list .promotion { position:relative; margin:10px 0;}
#offers_list .promotion .image { width:100%; height:300px; position:relative; z-index:1; overflow:hidden;}
#offers_list .promotion .image img { position:absolute; z-index:100; }
#offers_list .promotion .title { font-size:28px; text-transform:uppercase; padding:90px 20px 0; }
#offers_list .promotion .title,
#offers_list .promotion div.price { position:absolute; z-index:200; top:10px; bottom:10px; left:10px; right:10px; width:auto;  white-space:normal; text-align:center;  line-height:130%;  text-transform:uppercase; letter-spacing:0.05em;
	-webkit-transition:opacity 1.0s ease 0s; 
	-moz-transition:opacity 1.0s ease 0s; 
	-ms-transition:opacity 1.0s ease 0s; 
	-o-transition:opacity 1.0s ease 0s; 
	transition:opacity 1.0s ease 0s;
}
#offers_list .promotion div.price { padding:180px 20px 0; }
#offers_list .promotion span.price,
#offers_list .promotion span.currency{font-size:18px; font-weight:bold;}

/* content */
#offers_list .promotion .ellipsis { position:absolute; left:40px; right:40px; top:40px; z-index:300;  text-align:center;  opacity:0; filter:Alpha(opacity=0);
	-webkit-transition:opacity 1.0s ease 0s; 
	-moz-transition:opacity 1.0s ease 0s; 
	-ms-transition:opacity 1.0s ease 0s; 
	-o-transition:opacity 1.0s ease 0s; 
	transition:opacity 1.0s ease 0s;
}
#offers_list .promotion .ellipsis:after { display: block;line-height: 10px;margin-top: -5px;}
#offers_list .promotion .description { line-height:20px; font-size:13px; line-height:20px; height:100px; overflow:hidden; text-align:center; }
#offers_list .promotion .description ul li { display:inline; }
#offers_list .promotion .description ul li:before { content:', '; }
#offers_list .promotion .description ul li:first-child:before { content:''; }
#offers_list .promotion div.price,
#offers_list .promotion .more,
#offers_list .promotion .button { opacity:0; filter:Alpha(opacity=0);
	-webkit-transition:opacity 1.0s ease 0s; 
	-moz-transition:opacity 1.0s ease 0s; 
	-ms-transition:opacity 1.0s ease 0s; 
	-o-transition:opacity 1.0s ease 0s; 
	transition:opacity 1.0s ease 0s;
}
#offers_list .promotion .more,
#offers_list .promotion .button  { display:block;  position:absolute; z-index:400; width:100%; text-align:center; }
#offers_list .promotion .more {  top:150px;  }
#offers_list .promotion .button {  bottom:30px;}
#offers_list .promotion .button a {  height:40px; line-height:40px; position:relative; z-index:200; }
#offers_list .promotion .button a:after {   content: ""; display:block; height:40px; position:absolute; right:-40px; top:0; width:40px; z-index:300; }
#offers_list .promotion .button a:before { content: "";display: block;height: 40px;left: -15px;position: absolute; width: 60px;z-index:-1;
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg); 	  
	-ms-transform: skewX(-30deg); 	  
	-o-transform: skewX(-30deg); 	  
	transform: skewX(-30deg);
}
#offers_list .promotion .button a:before ,
#offers_list .promotion .button a:after {  
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}
 /* hover */
#offers_list .promotion:hover .title { opacity:0; filter:Alpha(opacity=0); } /* hide */
#offers_list .promotion:hover div.price,
#offers_list .promotion:hover .more,
#offers_list .promotion:hover .button,
#offers_list .promotion:hover .ellipsis{opacity:1; filter:Alpha(opacity=100);} /* show */

/* more button */
.viewmore { text-align:center; text-decoration:none; font-weight:normal; display:block; text-transform:uppercase; font-size:16px; margin-top:10px; }
 
/* list items common css */
.list_items { position:relative; z-index:100;  }
.list_items .box {width:440px; height:auto; text-align:center; position:relative;z-index:100; float:left; }
.list_items .box .thumb_box { display:block; width:100%; height:auto; position:relative; z-index:101; }
.list_items .box .thumb_box img { width:100%; height:auto; }
.list_items .box .description {  width:auto; min-height:160px; padding:20px; position:absolute; top:50%; margin-top:-80px; left:40px; right:40px; z-index:110; }
.list_items .box .description .title { display: block; text-transform:uppercase;font-size: 20px; font-weight: normal; letter-spacing: 0.05em; line-height: 120%; margin-bottom: 10px;text-decoration: none;}
.list_items .box .description .excerpt { text-transform:capitalize; font-size: 12px; line-height: 140%; text-decoration: none;}
/* no carousel */
.list_items.nocarousel { text-align:center; }
.list_items.nocarousel .box { display:inline-block; float:none; margin-bottom:10px; }

/* fancy details */
.box_details { width: 880px; padding: 20px 0;}
.box_details h3 { text-transform: uppercase; font-size:32px; margin-bottom:20px; }
.box_details .dates { margin-bottom:10px; }
.box_details .body { font-size:14px; padding-top:20px; margin-bottom:20px;}
/* event data */
.box_details .event_metas { }
.box_details .event_metas .field {width:100%; margin-bottom:5px;  }
.box_details .event_metas .field .label { width:25%; float:left; font-weight: bold; }
.box_details .event_metas .field .detail { width:75%;  float:left; }
/* override owl css */
.owl-theme .owl-dots .owl-dot span {-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;}
.owl-theme .owl-controls .owl-nav [class*="owl-"]{background:#000; border-radius:0; width:40px; line-height:40px; height:40px; text-shadow:none; font-size:32px;}
.owl-theme .owl-controls .owl-nav [class*="owl-"]{margin:0; padding:0; position:absolute; z-index:200; top:50%; margin-top:-20px;}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{background:#A99473;}
.owl-theme .owl-controls .owl-nav [class*="owl-"] .fa{line-height:40px; height:40px;}
.owl-theme .owl-controls .owl-nav .owl-prev{left:0;}
.owl-theme .owl-controls .owl-nav .owl-next{right:0;}

/* events page */
 
/* services page */

/* gallery page */
#photo_gallery { width:100%; overflow:hidden;    margin:20px 0;  height:600px;
	-webkit-transition:all 0.8s ease 0s; 
	-moz-transition:all 0.8s ease 0s; 
	-ms-transition:all 0.8s ease 0s; 
	-o-transition:all 0.8s ease 0s; 
	transition:all 0.8s ease 0s;
	-webkit-transition-property:height; 
	-moz-transition-property:height; 
	-ms-transition-property:height; 
	-o-transition-property:height; 
	transition-property:height;
}
#photo_gallery .thumb_gallery_container { position:relative;  float: left;  width: 20%; overflow:hidden; margin:0; }
#photo_gallery .thumb_gallery { display:block; min-height:100px; width:100%; overflow:hidden; }
#photo_gallery .thumb_gallery img { height:auto; width:100%;
	-webkit-transition:opacity 0.2s ease 0s;
	-moz-transition:opacity 0.2s ease 0s;
	-ms-transition:opacity 0.2s ease 0s;
	-o-transition:-opacity 0.2s ease 0s;
	transition:opacity 0.2s ease 0s;
}
#photo_gallery .thumb_gallery:hover img { opacity:0.8; filter: alpha(opacity=80); }
#photo_gallery .thumb_gallery_container .fa { color:rgba(255,255,255,0.8); display: block; height: 50px; width:50px; font-size:50px; position: absolute; z-index:300; top:50%; left:50%; margin-top:-25px; margin-left:-25px;}
#photo_gallery .thumb_gallery.fancybox-media img { opacity:0.6; filter: alpha(opacity=60); }
#photo_gallery .thumb_gallery.fancybox-media:hover img { opacity:0.8; filter: alpha(opacity=80); }
/* menu selection */
.selection_photo { text-align:center; padding:0 0 20px;}
.selection_photo button { text-transform:capitalize; border:none; 
	-webkit-appearance: none;
	-moz-appearance:none; 
	-ms-appearance:none; 
	-o-appearance:none; 
	appearance:none; 	 
	-webkit-border-radius:0; 
	-moz-border-radius:0; 
	border-radius:0; 
}
.selection_photo button.active { font-weight:bold; }
.selection_photo button:before { content: "/";padding-right: 10px; }
.selection_photo button.all:before { display:none; }

/* contact page */
.contacts_col h3 { font-size:18px; font-weight:bold; text-transform:capitalize; text-align:left; }

/* data */
.address_box .label:before { font-family:"FontAwesome"; margin:0 5px 0 0; }
.address_box .label.address:before { content:"\f041"; }
.address_box .label.telephoneLabel:before { content:"\f095"; }
.address_box .label.faxLabel:before { content:"\f1ac"; }
.address_box .label.emailLabel:before { content:"\f0e0"; }
.address_box .label.emailLabel, 
.address_box .email {  margin-top: 10px; display:inline-block;  } 
/* cform */
.contact_form_link { text-decoration:none;  display: inline-block; font-size: 13px; letter-spacing: 0.05em; padding: 5px 10px; text-transform: uppercase;
	-webkit-transition: background 0.2s ease 0s;
	-moz-transition: background 0.2s ease 0s;
	-ms-transition: background 0.2s ease 0s;
	-o-transition: background 0.2s ease 0s;
	transition: background 0.2s ease 0s;	
}
/* form */
#contact_form_box { width:400px; padding:20px;  }
#contact_form { padding:20px; }
#contact_form fieldset { border:none; padding:0; margin:0; }
#contact_form label { display:block; line-height:30px; }
#contact_form .check-field label { width:auto; display:inline; }
#contact_form .help-inline { font-family:Arial; }
#contact_form textarea,
#contact_form input { width:100%; text-indent:10px;  padding:5px; }
#contact_form input[type="checkbox"]{ width:auto; margin-right:5px;}
#contact_form .field { margin-bottom:10px; }
#contact_form .field.mandatory_fields { margin-top:20px; text-align:center; }
#contact_form input.submit { line-height:40px; text-transform:uppercase; letter-spacing:0.05em; border:none;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-ms-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	transition:all 0.2s ease 0s;	
	-webkit-transition-property:background, color; 
	-moz-transition-property:background, color; 
	-ms-transition-property:background, color; 
	-o-transition-property:background, color; 
	transition-property:background, color; 	
}
.validation_form_message { width:600px; text-align:center; font-size:24px; font-weight:bold; line-height:100px; }
 
/* social */
.contacts_col .social a,
.contacts_col .social a .fa { display: block;  float: left; line-height:50px; height:50px; width:auto; font-size:32px; text-decoration:none;  overflow: hidden;
	-webkit-transition: color 0.2s ease 0s; 
	-moz-transition: color 0.2s ease 0s; 
	-ms-transition: color 0.2s ease 0s; 
	-o-transition: color 0.2s ease 0s; 
	transition: color 0.2s ease 0s;
}
.contacts_col .social a {  margin: 0 5px 0 0;  }
.contacts_col .social a:before { content:"/"; text-decoration:none;   padding:0 10px;  float: left; }
.contacts_col .social a:first-child:before { display:none; }

/* list page */
.listpage .box { display:block; padding:0; margin:0 0 5px; position:relative; font-size:14px; line-height:150%;}
.listpage .box .item_text_preview{display:block; padding:20px 20px 20px 35px; position:relative; z-index:1;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-ms-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	transition:all 0.2s ease 0s;
}
.listpage .box .item_text_preview p{margin:10px 0 0;}
.listpage .box h3.item_title { line-height:120%; font-size:18px; margin-bottom:0 !important; display:block; font-weight:400; }
.listpage .box.with_subtitle h3.item_title { margin-bottom:20px; }
.listpage .box .item_text_preview:hover{cursor:pointer;}
.listpage .box .item_description{ height:0px; overflow:hidden; display:block;}
.listpage .box .item_description_content{padding:20px 20px 0; border-top:1px solid #ccc; display:block; margin:0 0 20px;}
.listpage .box .item_text_preview:before {content: "\f078"; font-size:12px; font-family: FontAwesome; position:absolute; top:18px; left:13px;  z-index:2;
	-webkit-transition:all 0.2s ease 0s; 
	-moz-transition:all 0.2s ease 0s; 
	-ms-transition:all 0.2s ease 0s; 
	-o-transition:all 0.2s ease 0s; 
	transition:all 0.2s ease 0s;
}
.listpage .box .item_text_preview.opened:before {content: "\f077";}

/* 404  */
ul.sitemap { margin:20px 0; }
ul.sitemap  li { list-style:none inside none; margin-bottom:5px;}
ul.sitemap  li a:hover { text-decoration:underline; } 
ul.sitemap  li ul li {  list-style:disc inside none; margin:0 0 0 30px; font-size:13px; }
ul.sitemap  li ul li a {  }

/* footer */
/* footer menu */ 
#footer_menu .menu {  float: right; }
/* gds */
#gds {  font-size: 14px;  line-height: 130%;   padding: 20px 0;   text-align: center;}
/* copy */ 
#copy{font:13px/50px "Raleway";  }
#copy:before{content:'|'; padding-right:20px;}
/* seo */
.seobar { line-height:30px; padding:0 0 10px 0; text-align:center;  }
.seobar h1 {font-size:11px; display:inline; margin-right:10px;   }
.seobar span  {font-size:11px; display:inline; margin:0 5px 0 0; }


/** system  **/
.system { height:0px !important; overflow:hidden; padding:0; margin:0; line-height:0; border:0; position:absolute; }
/* //////////////////////  LOADING ICON //////////////////// */
.spinner {  width: 20px;  height: 20px;  position: absolute; left:50%; top:50%; margin-top:-10px; margin-left:-10px;}
.container1 > div, 
.container2 > div, 
.container3 > div {  width: 6px;  height: 6px;   border-radius: 100%;  position: absolute;  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;  animation: bouncedelay 1.2s infinite ease-in-out;  /* Prevent first frame from flickering when animation starts */  -webkit-animation-fill-mode: both;  animation-fill-mode: both;}
.spinner .spinner-container {  position: absolute;  width: 100%;  height: 100%;}
.container2 {  -webkit-transform: rotateZ(45deg);  transform: rotateZ(45deg); transform: rotateZ(45deg);}
.container3 {  -webkit-transform: rotateZ(90deg);  transform: rotateZ(90deg);}
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
.container2 .circle1 {  -webkit-animation-delay: -1.1s;  animation-delay: -1.1s;}
.container3 .circle1 {  -webkit-animation-delay: -1.0s;  animation-delay: -1.0s;}
.container1 .circle2 {  -webkit-animation-delay: -0.9s;  animation-delay: -0.9s;}
.container2 .circle2 {  -webkit-animation-delay: -0.8s;  animation-delay: -0.8s;}
.container3 .circle2 {  -webkit-animation-delay: -0.7s;  animation-delay: -0.7s;}
.container1 .circle3 {  -webkit-animation-delay: -0.6s;  animation-delay: -0.6s;}
.container2 .circle3 {  -webkit-animation-delay: -0.5s;  animation-delay: -0.5s;}
.container3 .circle3 {  -webkit-animation-delay: -0.4s;  animation-delay: -0.4s;}
.container1 .circle4 {  -webkit-animation-delay: -0.3s;  animation-delay: -0.3s;}
.container2 .circle4 {  -webkit-animation-delay: -0.2s;  animation-delay: -0.2s;}
.container3 .circle4 {  -webkit-animation-delay: -0.1s;  animation-delay: -0.1s;}


@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* ################### END LOADING ICON ############ */

 /* MEDIA QUERIES */

 
/* Large screen */
@media (min-width: 1200px )  {
	
	/* CRS */
	#bookingform_container { width:220px; }
	 	
	/* midbox */
	#slide_angle{right:-2130px;}
	 
	/* home intro */
	#go_to_intro a { font-size:24px; padding:0 20px 0 10px; }
	
	/* content */
	.section {  padding-top: 60px; padding-bottom: 40px; }
	 
	/* list slide gallery */ 
	.list_slideshow,
	.list_slideshow .cycle .single_slide .image_position { height: 550px; }
	.list_slideshow .slideshow_container { width: 2880px; margin-left: -960px;} 
	.list_slideshow .cycle {margin-left: 960px; }
	.list_slideshow .slideshow_outer,
	.list_slideshow .cycle .single_slide,
	.list_slideshow .slideshow_container .overlay{width:960px;}
		
	 /* offers */
	 #offers_list .promotion .title { padding-top:110px; }
}

/*  Large screen and height */ 
@media (min-width: 1200px) and (min-height: 800px) {
	
	/* general */
	h3 { font-size:24px; }	
	
	/* CRS */
	#bookingform_container {width:220px;}
 	
	/* midbox */
	#slide_angle{right:-2130px;}
	
	/* slide overlay */
	#header_title { right: 60px; bottom:320px; }
	#overlay_offers_box{bottom:60px; right:60px; width:35%;} 
	
}

/*1024 (DESKTOP) col-md*/ 
@media (min-width: 992px) and (max-width: 1199px) {
	
	/* fancy details */
	.box_details { width: 900px; }
	
	/* booking form  */
	#booking_box { width: 222px; }
	#booking_form { width: 222px; }
	.quickbook-form-tab, 
	.elem { width:65px; } 
	/* .quickbook-form-tab .date ,*/ 
	.quickbook-form-tab .month , 
	.quickbook-form-tab .year { font-size:10px; }
	.section-adults .bf_select-adults { padding:0 10px;}
	.section-iata { width:100%;   }
	 
}

/* Maxi  screen */
@media (min-width: 1400px) {
	
	/* slide overlay */
	#overlay_offers_box{ width:25%;}
	
}

/* Maxi  screen  and height */
@media (min-width: 1400px) and (min-height: 900px) {
	
	/* slide overlay */
	#overlay_offers_box{ width:25%;}
	
}

@media (max-width: 768px) {
	.list_slideshow .arrow.next {right: 30px;}
	.list_slideshow .arrow.prev {left: 0px;}

}
 
/* //////////////////////////////////// */
/* /  DATEPICKER CUSTOMIZATION YEAH   / */
/* //////////////////////////////////// */
.ui-datepicker{width:270px;}
.ui-widget-content {border-color:#d7d7d7; border-radius: 0;}
.ui-datepicker td span, .ui-datepicker td a{text-align:center;}
.ui-datepicker .ui-datepicker-title{margin:2px 0 0;}
.ui-datepicker th{font-weight:normal;}
.ui-datepicker .ui-datepicker-header {background:none;border: medium none;border-radius: 0;height: 40px;line-height: 40px;padding: 0;}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {border-radius: 0;height: 40px;width: 40px;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {height: 100%;left: 0;top: 0;width: 100%;margin:0;}
.ui-datepicker .ui-datepicker-prev span {background: url("images/arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);}
.ui-datepicker .ui-datepicker-next span {background: url("images/arrows.png") no-repeat scroll -40px 0 rgba(0, 0, 0, 0);}
.ui-datepicker .ui-datepicker-prev:hover , .ui-datepicker .ui-datepicker-next:hover {border-width:1px; border-style: solid;}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default{background:#eee; line-height:30px;}
.ui-datepicker .ui-datepicker-title{font:18px/40px "Raleway" ,arial, san-serif;}
.ui-datepicker th{font-size:12px; font-family:sans-serif; font-weight:normal; color:#333;}
.ui-datepicker .ui-datepicker-prev:hover , .ui-datepicker .ui-datepicker-next:hover {border-color:#D3D3D3;}
.ui-datepicker .ui-datepicker-prev:hover span, .ui-datepicker .ui-datepicker-next:hover span{background-color:#eee;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{border-color:#ccc; background:#ccc;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{border-color:#000; background:#000; color:#fff;}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border-color:#000;}


/* INTERNET EXPLORER TRICKS */
html.ie8 body { font-family: Arial, sans-serif;  }
html.ie8 h2 { font-size: 32px;  }
html.ie8 .list_items .box { width:25%; margin-bottom:30px; }
 