﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'arsenalregular';
    src: url('../font/arsenal-regular-webfont.eot');
    src: url('../font/arsenal-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/arsenal-regular-webfont.woff2') format('woff2'),
         url('../font/arsenal-regular-webfont.woff') format('woff'),
         url('../font/arsenal-regular-webfont.ttf') format('truetype'),
         url('../font/arsenal-regular-webfont.svg#arsenalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arsenalbold';
    src: url('../font/arsenal-bold-webfont.eot');
    src: url('../font/arsenal-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/arsenal-bold-webfont.woff2') format('woff2'),
         url('../font/arsenal-bold-webfont.woff') format('woff'),
         url('../font/arsenal-bold-webfont.ttf') format('truetype'),
         url('../font/arsenal-bold-webfont.svg#arsenalbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
a img {
	border: none;
}
a {
	color: #c50c1f;
}
a:hover {
	color: #7c9e21;
} 
body {
	color: #333333;
	font-size: 11px;
}
.nulla{
	clear: both !important; 
	height: 0px !important;
	min-height: 0px !important;
	max-height: 0px !important;
	line-height: 0px !important;
	font-size: 0px !important;
	display: block !important;
	float:none !important;
}
h1, h2, h3, h4, h5 ,h6 {
	font-family: 'arsenalregular';
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-family: 'arsenalbold';
	font-weight: normal;
}
/*input[type="text"] {
	padding:10px;
	border-radius: 5px;
	border:1px solid #FFF;
	box-shadow: 0 0 2px #666 inset;
	height:13px;
	font-size:11px;
	line-height:13px;
	float:left;
	margin-right:10px;
}
input[type="text"]:hover {
	box-shadow: 0 0 2px #7c9e21 inset;
}
select {
	padding: 0 10px;
	border-radius: 5px;
	border:1px solid #FFF;
	box-shadow: 0 0 2px #666 inset;
	height:35px;
	font-size:11px;
	line-height:13px;
	float:left;
}
select:hover {
	box-shadow: 0 0 2px #7c9e21 inset;
}*/
#container {
	width: 100%;
	float: left;
	clear: both;
}
#header {
	width: 100%;
	float: left;
	clear: both;
	position:relative;
	z-index:1000;
}
.topBar {
	width: 100%;
	float: left;
	clear: both;
	background:#333;
	height:30px;
	position: relative;
	z-index:1000;
}
.topBar > div {
	width: 1004px;
	margin: 0 auto;
}

.changeLang {
	float:right;
	height:30px;
	position:relative;
	z-index:100;
	border-right:1px solid #171717;
	border-left:1px solid #5c5c5c;
}
 
.language {
	display:block;
	float:left;
	clear:both;
	color:#fff; 
	text-decoration: none;
	padding: 10px;
	font-size:11px;
	line-height:11px;
	text-align:right;
	cursor:pointer;
	background:#333;
	transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-property: all;
    -o-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
}
	.language.currentLanguage {
		padding-top:7px;
		padding-bottom:9px;
		border-right:1px solid #5c5c5c;
		border-left:1px solid #171717;
		width: 84px;
	}
	.language > img {
		float: right;
		margin: 1px 0 0 5px;
		border:1px solid #FFF;
	}
	.language > span {
		float: right;
		margin: 1px 0 0 5px;
		display:block;
		margin-right:5px;
	}
	.language.currentLanguage > span {
		background:url(../images/css/change-language.gif) center right no-repeat;
		float: right;
		display:block;
		padding-right:10px;
		margin-right:5px;
	}
	
.otherLangs {
	background: #727272;
	display:block;
	float:right;
	clear:both;
	position:absolute;
	top:30px;
	right:0;
	overflow:hidden;
	height:0;
	box-shadow: 0 0 1px #000 inset;
	transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-property: all;
    -o-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
}
.changeLang:hover .otherLangs, .otherLangs:hover {
	height:142px;
	box-shadow: 0 0 1px #000 inset;
	padding-top:1px;
}
.otherLangs .language {
	border-bottom: 1px solid #555555;
	border-top: 1px solid #939393;
	width:85px;
	text-decoration:none;
	background: #727272;
}
	.language:hover {
		background: #727272;
	}
	.otherLangs a.language:hover {
		background: #7c9e21;
		color:#FFF;
	}
.otherLangs a.language:last-child {
	border: none;
}

a.login {
	display:block;
	float:right;
	color:#fff; 
	text-decoration: none;
	padding: 8px 10px 11px 26px;
	font-size:11px;
	line-height:11px;
	text-align:right;
	cursor:pointer;
	background-color:#333;
	border-left:1px solid #5c5c5c;
	border-right:1px solid #171717;
	background-image:url(../images/css/ico-login.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-property: all;
    -o-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
}
a.login:hover {
	color:#FFF;
	background-color:#727272;
}

.headerMain {
	width: 100%;
	float: left;
	clear: both;
	background:#fff;
	height:80px;
	position: relative;
	z-index:3;
	box-shadow: 0 0 3px #333; 
}
.headerMain > div {
	width: 1004px;
	margin: 0 auto;
}

a.logo {
	display: block;
	float: left;
	margin:21px 0 0 0;
	opacity:1;
	transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-property: all;
    -o-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
}
a.logo:hover {
	opacity: 0.6;
}

ul.mainMenu {
	list-style: none;
	float:right;
	display:block;
	margin-top:22px;
	margin-right:-10px;
	position:relative;
	z-index:1;
}
ul.mainMenu > li {
	list-style: none;
	float:left;
	display:block;
	height:38px;
	position:relative;
	z-index:1;
}
ul.mainMenu > li a {
	float:left;
	display:block;
	padding:10px 20px;
	font-family: 'arsenalregular';
	font-size:18px;
	line-height:18px;
	text-decoration:none;
}
ul.mainMenu > li a:hover {
	color:#7c9e21;
}

ul.mainMenu > li > ul.subMenu {
	display:block;
	float:right;
	clear:both;
	position:absolute;
	top:38px;
	right:0;
	overflow:hidden;
	height:0;
	width:130px;
	padding-top:20px;
	transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-property: all;
    -o-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
}
ul.mainMenu > li:hover > ul.subMenu, ul.mainMenu > li > ul.subMenu:hover {
	height:155px;
	width:130px;
	
}
ul.mainMenu > li > ul.subMenu > li {
	display:block;
	float:right;
	clear:both;
	width:130px;
}
ul.mainMenu > li > ul.subMenu > li:first-child {
	overflow:hidden;
}
ul.mainMenu > li > ul.subMenu > li a {
	display:block;
	float:right;
	clear:both;
	background:#c50c1f;
	padding:10px;
	box-shadow: 0 1px 2px #000;
	color:#FFF;
	width:110px;
	font-size:11px;
	line-height:17px;
}
ul.mainMenu > li > ul.subMenu > li a img {
	float:left;
	margin-right:5px;
}
ul.mainMenu > li > ul.subMenu > li a:hover {
	background: #333;
}
 .scrollable {
    position: relative;
    overflow: hidden;
  }
  .scrollable .items {
    width: 20000em;
    position: absolute;
  }
  .scrollable .items > div {
    float: left;
  }
  .scrollable#galleryBigHome {
    width: 100%;
    height: 490px;
  }
  .scrollable#galleryBigHome .items {
	height: 490px;
  }
  .scrollable#galleryBigHome .items > div {
	height: 490px;
	overflow:hidden;
	box-shadow: 0 0 5px #000 inset;
	position:relative;
  }
  .scrollable#galleryBigHome .items > div > img {
	  width:100%;
	  position:relative;
	  z-index:-1;
	  min-height:490px;
  }
  .galleryBigDesc {
	  margin:0 auto;
	  position:absolute;
	  float:left;
	  height: 80px;
	  top:250px;
	  z-index:10;
	  left:20%;
  }
  .galleryBigDesc > div {
	  float: left;
	  height: 80px;
	  position: relative;
	  z-index:1;
  }
  .cityName {
	  font-size:35px;
	  line-height:35px;
	  margin:10px 10px 0 0;
	  display:block;
	  float: left;
	  clear:both;
	  width:100%;
	  font-family: 'arsenalbold';
	  font-weight: normal;
	  color:#7c9e21;
	  position: relative;
	  z-index:15;
	  text-shadow: -1px 1px 0 #000;
  }
  .AccomodationsNum {
		font-family: 'arsenalregular';
		font-size:23px;
		line-height:23px;
		margin:3px 10px 0 0;
		display:block;
		float: left;
		clear:both;
		color: #c50c1f;
		position: relative;
	  	z-index:15;
		font-weight: normal;
		text-shadow: -1px 1px 0 #000;
  }
  .AccomodationsNum span {
	  font-family: 'arsenalregular';
	  font-weight: normal;
	  color: #FFF;
	  text-shadow: -1px 1px 0 #000;
  }
  .galleryBigDesc .scrollableItemDescBg {
    background: url(../images/css/black.png) repeat;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1000em;
    z-index: 0;
  }

.main {
	width: 1004px;
	margin: 0 auto;
}
.searchBox {
	width: 1004px;
	height:80px;
	float:left;
	clear:both;
	position:relative;
	z-index:10;
	border-radius: 5px;
	box-shadow: 0 0 5px #333;
}
#mainHome .searchBox {
	margin-top: -120px;
	background:url(../images/css/white.png) repeat;
}
#mainList .searchBox {
	margin-top: -5px;
	background:#fff;
	box-shadow: 0 0 5px #999;
}
.searchGroup {
	float:left;
	margin: 20px 0 0 20px;
}
.searchGroup > label {
	display:block;
	float:left;
	margin:13px 10px 0 0;
	font-family: 'arsenalbold';
	font-size: 15px;
	line-height: 16px;
	color:#c50c1f;
}
.searchGroup > label span {
	color:#7c9e21;
	font-family: 'arsenalbold';
}

.searchGroup select {
	margin:3px 8px 0 0;
}

.searchGroup input[type="text"] {
	margin:3px 8px 0 0;
}
.searchGroup select.nationName {
	width:105px;
}
.searchGroup input[type="text"].regionName {
	margin-right:0;
	width:220px;
}
.searchGroup input[type="text"].CheckIn {
	width:65px;
}
.searchGroup input[type="text"].CheckOut {
	margin-right:0;
	width:65px;
}
.searchGroup select.adultsNum {
	width:80px;
}
.searchGroup select.childrenNum {
	width:95px;
}
.submitSearch {
	background: #c50c1f url(../images/css/submit.png) center center no-repeat;
	border:none;
	width:24px;
	height:24px;
	border-radius: 50px;
	position:absolute;
	right:-12px;
	top:28px;
	cursor:pointer;
	box-shadow: 1px 2px 2px #000;
}
.submitSearch:hover {
	background-color: #7c9e21;
}

.titBig {
	display: block;
	width: 750px;
	float: left;
	font-size: 30px;
	line-height: 30px;
	font-family: 'arsenalregular';
	color:#333;
	margin:28px 0;
}
.titBig > strong {
	font-family: 'arsenalbold';
}
.titBig > img {
	display:block;
	float: left;
	margin:4px 10px 0 0;
	height:22px;
}
.highlight1 {
	color:#7c9e21;
}
.highlight2 {
	color:#c50c1f;
}
.navi#naviLocations {
	  display:block;
	  float:right;
	  height:16px;
	  margin-top:35px;
  }
  .navi#naviLocations a {
	  display:block;
	  float:left;
	  width:16px;
	  height:16px;
	  border-radius: 100px;
	  background:#767476;
	  margin-left:10px;
  }
  .navi#naviLocations a:hover {
	  cursor:pointer;
	  opacity:0.7;
  }
  .navi#naviLocations a.active {
	  background:#7c9e21;
   	  opacity:1;
  }
  .scrollable.scrollableLocations {
    width: 1004px;
    height: 243px;
  }
  .scrollable.scrollableLocations .items {
	height: 243px;
  }
  .scrollable.scrollableLocations .items .scrollableItemCont {
	  display:block;
	  height: 243px;
	  width: 1016px;
  }
  .scrollable.scrollableLocations .items .scrollableItemCont .scrollableItem {
	  width: 243px;
	  height: 243px;
	  float:left;
	  display:block;
	  margin-right: 11px;
	  position:relative;
	  z-index:1;
  }
  .scrollable.scrollableLocations .items .scrollableItemCont .scrollableItem .locationName {
	  color:#FFF;
	  font-family: 'arsenalbold';
	  font-size:35px;
	  line-height:35px;
	  text-shadow: -2px 2px 1px #000;
	  display:block;
	  position:absolute;
	  width: 223px;
	  top:8px;
	  left:10px;
	  font-weight:normal; 
	  z-index:10;
	  transition-property: all; 
    transition-duration: 0.3s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.3s;
  }
  .scrollable.scrollableLocations .items .scrollableItemCont .scrollableItem:hover .locationName {
	  color:#7c9e21;
  }
  .scrollable.scrollableLocations .items .scrollableItemCont .scrollableItem .locationDesc {
	  display:block;
	  position:absolute;
	  width: 243px;
	  bottom:0;
	  left:0;
	  font-weight:normal; 
	  z-index:5;
	  height:0;
	  background:url(../images/css/black.png) repeat;
	  transition-property: all; 
    transition-duration: 0.3s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.3s;
  }
  .scrollable.scrollableLocations .items .scrollableItemCont .scrollableItem:hover .locationDesc {  
   height: 243px;
  }
  .scrollable.scrollableLocations .items .scrollableItemCont .scrollableItem .locationDesc .locationTxt {
	  color:#FFF;
	  font-size:12px;
	  line-height:18px;
	  text-shadow: -1px 1px 1px #000;
	  display:block;
	  width: 222px;
	  height:144px;
	  overflow:hidden;
	  margin:50px 0 0 11px;
  }
  .readMore {
	  display:block;
	  float:right;
	  text-align:center;
	  font-size: 16px;
	  line-height:16px;
	  margin-top:15px;
	  color:#c50c1f;
	  text-decoration:none;
	  font-family: 'arsenalregular';
  }
  .readMore:hover {
	  color:#7c9e21;
  }
  
  .scrollable.scrollableLocations .items .scrollableItemCont .scrollableItem .readMore {
	  font-family: 'arsenalbold';
	  text-shadow: -1px 1px 0 #000;
	  margin-right:12px;
  }
  
  .speciaOffersBtn {
	  display:block;
	  float:right;
	  font-family: 'arsenalregular';
	  color:#333;
	  text-decoration:none;
	  font-size:17px;
	  line-height:21px;
	  margin-top:32px;
  }
   .speciaOffersBtn > strong {
	   font-family: 'arsenalbold';
	   font-weight:normal;
   }
   .speciaOffersBtn > img {
	   display:block;
	   float: left;
	   margin-right:8px;
   }
   
   .awesomeAptsCont {
	   float:left;
	   clear:both;
	   width:1004px;
	   height:243px;
	   margin-bottom:25px;
	   position: relative;
	   z-index:1;
   }
   .awesomeAptsCont a.awesomeAptsItem {
	   display:block;
	   position:absolute;
	   z-index:1;
	   text-decoration: none;
	   cursor:pointer;
	   opacity: 1;
	   overflow:hidden;
   }
   
   .awesomeAptsCont a.awesomeAptsItem.awesomeApt_1 {
	   width:498px;
	   height:243px;
	   top:0;
	   left:0;
   }
   .awesomeAptsCont a.awesomeAptsItem.awesomeApt_2 {
	   width:243px;
	   height:243px;
	   top:0;
	   left:508px;
   }
   .awesomeAptsCont a.awesomeAptsItem.awesomeApt_3 {
	   width:243px;
	   height:116px;
	   top:0;
	   right:0;
   }
   .awesomeAptsCont a.awesomeAptsItem.awesomeApt_4 {
	   width:243px;
	   height:116px;
	   bottom:0;
	   right:0;
   }
   .awesomeAptsCont a.awesomeAptsItem > img {
	   float:left;
	   width:100%;
	   min-height:100%;
	   position:relative;
	   z-index:1;
	   transition-property: all; 
       transition-duration: 0.3s;
       -moz-transition-property: all;
       -moz-transition-duration: 0.3s;
       -o-transition-property: all;
       -o-transition-duration: 0.3s;
       -webkit-transition-property: all;
       -webkit-transition-duration: 0.3s;
       -ms-transition-property: all;
       -ms-transition-duration: 0.3s;
   }
   .awesomeAptsCont a.awesomeAptsItem:hover > img {
	   opacity:0.8;
   }
   .awesomeAptsCont a.awesomeAptsItem .awesomeAptsDesc {
	   display:block;
	   float:left;
	   position:absolute;
	   z-index:2;
	   background:url(../images/css/black.png) repeat;
	   width:100%;
	   top:0;
	   left:0;
	   padding:8px 0;
   }
   .awesomeAptsCont a.awesomeAptsItem .awesomeAptsDesc .awesomeAptsName {
	   display:block;
	   float:left;
	   font-family: 'arsenalbold';
	   font-weight:normal;
	   color:#FFF;
	   text-shadow: -1px 1px 0 #000;
	   font-size: 23px;
	   line-height:23px;
	   margin:0 0 0 10px;
	   transition-property: all; 
       transition-duration: 0.3s;
       -moz-transition-property: all;
       -moz-transition-duration: 0.3s;
       -o-transition-property: all;
       -o-transition-duration: 0.3s;
       -webkit-transition-property: all;
       -webkit-transition-duration: 0.3s;
       -ms-transition-property: all;
       -ms-transition-duration: 0.3s;
   }
   .awesomeAptsCont a.awesomeAptsItem:hover .awesomeAptsDesc .awesomeAptsName {
	   color: #7c9e21;
   }
   .awesomeAptsCont a.awesomeAptsItem .awesomeAptsDesc .awesomeAptsCity {
	   display:block;
	   float:left;
	   font-family: 'arsenalregular';
	   color:#c50c1f;
	   text-shadow: -1px 1px 0 #000;
	   font-size: 17px;
	   line-height:17px;
	   margin:3px 8px 0 10px;
   }
   .infoBoxesCont {
	   float:left;
	   width:1004px;
	   clear:both;
   }
   a.infoBox {
	   float:left;
	   width:243px;
	   margin: 0 10px 0 0;
	   text-decoration:none;
   }
   a.infoBox .imgInfoBox {
	   width:88px;
	   height:88px;
	   background-position: top left;
	   background-repeat: no-repeat;
	   float:left;
	   margin:0 78px;
   }
   a.infoBox:hover .imgInfoBox {
	   background-position:bottom left;
	   background-color:#7c9e21;
	   border-radius: 200px;
   }
   a.infoBox.infoBox_1 .imgInfoBox {
	   background-image:url(../images/css/icobig-passion.png);
   }
   a.infoBox.infoBox_2 .imgInfoBox {
	   background-image:url(../images/css/icobig-king.png);
   }
   a.infoBox.infoBox_3 .imgInfoBox {
	   background-image:url(../images/css/icobig-short-long-term.png);
   }
   a.infoBox.infoBox_4 {
	   margin-right:0;
   }
   a.infoBox.infoBox_4 .imgInfoBox {
	   background-image:url(../images/css/icobig-user-friendly.png);
   }
   a.infoBox .titInfoBox {
	   display:block;
	   float:left;
	   width:100%;
	   clear:both;
	   color:#7c9e21;
	   font-family: 'arsenalbold';
	   font-weight:normal;
	   font-size:21px;
	   line-height:21px;
	   text-align:center;
	   margin-top:30px;
	   margin-bottom:10px;
   }
   a.infoBox:hover .titInfoBox {
	   color:#c50c1f;
   }
   a.infoBox .txtInfoBox {
	   width:223px;
	   margin:0 10px;
	   float:left;
	   clear:both;
	   font-size: 11px;
	   line-height: 13px;
	   color:#333;
	   text-align:center;
	   height:40px;
	   overflow:hidden;
   }
   a.infoBox .readMore {
	   width:100%;
   }
   a.infoBox:hover .readMore {
	   color:#7c9e21;
   }
#footer {
	width: 100%;
	float: left;
	clear: both;
	background:#333333;
	height:80px;
	margin-top:40px;
}
#footer > div {
	width: 1004px;
	margin: 0 auto;
}
a.logoFooter {
	display:block;
	float:left;
	margin-top:31px;
	opacity:1;
	transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-property: all;
    -o-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
}
a.logoFooter:hover {
	opacity: 0.6;
}
.datiSoc {
	display:block;
	float:left;
	color:#a1a1a1;
	font-size:11px;
	line-height:11px;
	margin: 36px 0 0 20px;
}
.datiSoc a {
	color:#FFF;
}
.datiSoc a:hover {
	color:#c50c1f;
}
.socialFooter {
	float:right;
	margin-top:30px;
}
.socialFooter a {
	text-decoration:none;
	display:block;
	float:left;
	margin-left: 10px;
	opacity: 1;
	transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-property: all;
    -o-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
}
.socialFooter a:hover {
	opacity: 0.6;
}
.mapBigCont {
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 5px #666 inset;
	position:relative;
	transition-property: all;
    transition-duration: 0.3s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.3s;
}
.mapBigCont.mapBigContOpen {
	height:340px;
}
.mapBigCont.mapBigContClosed {
	height:0;
}
#mapCont {
	float: left;
	clear: both;
	width: 100%;
	height: 340px;
	position:relative;
	z-index:-1;
}
.colSx {
	float: left;
	background: #e9e9e9;
	width:243px;
	border-radius:5px;
	margin:20px 0 0 0;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.titTopRefineSearch {
	background:#333;
	display:block;
	float:left;
	width:243px;
	height:46px;
}
	.titTopRefineSearch > img {
		float: left;
		margin: 15px 10px 0 10px;
	}
.txtTitTopRefineSearch {
	color:#FFF;
	font-family: 'arsenalbold';
	font-weight:normal;
	font-size:18px;
	line-height:18px;
	display:block;
	float:left;
	width:161px;
	margin-top:14px;
}
.openCloseColSx {
	display:block;
	float:right;
	width:15px;
	height:16px;
	margin:15px 10px 0 0;
	opacity:1;
	transition-property: all;
    transition-duration: 0.3s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.3s;
}
	.openCloseColSx:hover {
		opacity: 0.7;
	}
	.openCloseColSx.closeColSx {
		background: url(../images/css/ico-close-menu-sx.png) top left no-repeat;
	}
	.openCloseColSx.openColSx {
		background: url(../images/css/ico-close-menu-sx.png) bottom left no-repeat;
	}
.colSxSection {
	float:left;
	clear:both;
	width:215px;
	padding:10px 14px;
	border-bottom: 1px solid #cbc9c9;
	border-top: 1px solid #fff;
}
.colSxTit {
	display:block;
	float:left;
	clear:both;
	width:185px;
}
	.colSxTit > img {
		display:block;
		float:left;
		margin-right:10px;
	}
	.colSxTit > span {
		display:block;
		float:left;
		margin-right:10px;
		font-family: 'arsenalbold';
		font-weight:normal;
		font-size:15px;
		line-height:15px;
		margin-top:4px;
	}

.toggleColSxSection {
	display:block;
	float:right;
	width:20px; 
	height:20px;
	background-image: url(../images/css/ico-open-close.png);
	background-repeat:no-repeat;
	margin-top:1px;
	cursor:pointer;
}
.toggleColSxSection.closeColSxSection {
	background-position:top left;
}
.toggleColSxSection.closeColSxSection:hover {
	background-position:top right;
}
.toggleColSxSection.openColSxSection {
	background-position:bottom left;
}
.toggleColSxSection.openColSxSection:hover {
	background-position:bottom right;
}
.checkList {
	display:block;
	float:left;
	width:100%;
	list-style:none;
}
.checkList li {
	display:block;
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:10px;
}
	.checkList li:last-child {
		margin-bottom: 0;
	}
	.checkList li input[type="checkbox"], .checkList li input[type="radio"] {
		float:left;
		margin: 0 10px 0 0;
	}
	.checkList li label {
		display: block;
		float:left;
		font-size:11px;
		line-height:11px;
		margin: 1px 0 0 0;
	}

.checkList.refineStarRatingCheckList li img {
	display:block;
	float: left;
	margin: 2px 20px 0 0;
}
.content {
	float:right;
	width:760px;
	margin:20px 0 0 0;
	position:relative;
	z-index:1;
}
.pagination {
	display:block;
	float:left;
	font-size:12px;
	line-height:12px;
	height:28px;
	position:relative;
}
.pagination.paginationTop {
	width:420px;
	margin-bottom:18px;
}
.pagination.paginationBottom {
	width:100%;
}
	.paginationTop .paginationNums {
		float: left;
		margin-left: 10px;
		height:28px;
	}
	.paginationBottom .paginationNums {
		height: 28px;
		left: 180px;
		position: absolute;
		text-align: center;
		top: 0;
		width: 400px;
		z-index: 1;
	}
.paginationNums > a {
	display:inline-block;
	width:28px;
	text-align:center;
	padding-top:8px;
	height:20px;
	color:#333;
	text-decoration:none;
}
	.paginationNums > a:hover {
		color: #c50c1f;
		text-decoration: underline;
	}
.paginationNums > span {
	display:inline-block;
	width:28px;
	text-align:center;
	background:#c50c1f;
	border-radius:5px;
	padding-top:8px;
	height:20px;
	color:#FFF;
}
.pagination .paginationBrowse {
	display:inline-block;
	text-align:center;
	padding:8px 10px 0 0;
	height:20px;
	color:#7c9e21;
	text-decoration:none;
	cursor:pointer;
}
	.pagination .paginationBrowse:hover {
		color: #c50c1f;
		text-decoration: underline;
	}
	.pagination .paginationBrowse > span {
		color: #c50c1f;
	}
.pagination .showAllResults {
	display:inline-block;
	text-align:center;
	padding:8px 0 0 0;
	height:20px;
	color:#7c9e21;
	text-decoration:underline;
	cursor:pointer;
}
.pagination .showAllResults:hover {
		color: #c50c1f;
		text-decoration: underline;
	}

.pagination.paginationTop .paginationBrowse.paginationPrev {
	margin-left:8px;
}
.pagination.paginationBottom .paginationBrowse.paginationPrev {
	float:left;
	margin-left:8px;
}
.pagination.paginationBottom .paginationBrowse.paginationNext {
	float:right;
}
.pagination.paginationBottom .showAllResults {
	float:right;
}
.sortList {
	float:right;
}
	.sortList label {
		display: block;
		float: left;
		margin-top:9px;
		font-size:12px;
		line-height:12px;
	}
	.sortList select {
		display: block;
		float: right;
		margin-left:10px;
		position:relative;
		top:-3px;
		width:247px;
	}
.listItem {
	width: 243px;
	height: 304px;
	border: 1px solid #e3e3e3;
	float: left;
	margin: 0 0 8px 8px;
	position:relative;
}
.listItemGallery {
	width: 243px;
	float: left;
	clear: both;
	position:relative; 
	z-index:1;
}
.scrollable.scrollableListItem {
	width: 243px;
	height: 243px;
}
.scrollable.scrollableListItem .items{
	height: 243px;
}
.scrollable.scrollableListItem .items .imgListItem {
	width: 243px;
	height: 243px;
	overflow:hidden;
}
	.scrollable.scrollableListItem .items .imgListItem img {
		height: 243px;
		min-width:243px;
		float:left;
	}

.listItemGallery a.browse {
	position:absolute;
	display:block;
	text-decoration:none;
	cursor:pointer;
	top:85px;
	padding:20px 10px;
	opacity:0;
	transition-property: all;
    transition-duration: 0.3s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.3s;
}
	.listItemGallery a.browse img {
		border: none;
	}
	.listItemGallery a.browse.left {
		left: 0;
	}
	.listItemGallery a.browse.right {
		right: 0;
	}
.listItemGallery:hover a.browse {
	opacity: 1;
}
.listItemGallery:hover a.browse:hover {
	opacity: 0.7;
}
.listItemGallery:hover a.browse.disabled {
	opacity: 0.3;
	cursor:default;
}
.listItem .listItemDescCont {
	background: url(../images/css/black.png) repeat;
	display:block;
	position:absolute;
	left:0;
	bottom:61px;
	z-index:5;
	overflow:hidden;
	width:243px;
	height:36px;
	transition-property: height;
    transition-duration: 0.3s;
    -moz-transition-property: height;
    -moz-transition-duration: 0.3s;
    -o-transition-property: height;
    -o-transition-duration: 0.3s;
    -webkit-transition-property: height;
    -webkit-transition-duration: 0.3s;
    -ms-transition-property: height;
    -ms-transition-duration: 0.3s;
}
	.listItem .listItemDescCont:hover {
		height:121px;
		cursor:default;
	}
.listItem .listItemDescCont .listItemTit {
	display:block;
	float:left;
	clear:both;
	font-family: 'arsenalbold';
	font-weight:normal;
	color:#FFF;
	text-shadow: -1px 1px 1px #000;
	font-size:17px;
	line-height: 17px;
	height:18px;
	overflow:hidden;
	margin: 10px 10px 7px 10px;
	width:223px;
	word-break: break-all;
}
.listItem .listItemDescCont .listItemDesc {
	display:block;
	float:left;
	clear:both;
	color:#FFF;
	text-shadow: -1px 1px 1px #000;
	font-size:11px;
	line-height: 13px;
	height:53px;
	overflow:hidden;
	margin: 0 10px;
	width:223px;
}
.listItem .listItemDescCont .readMore {
	margin-top:3px;
	margin-right:10px;
}
.listItem .listItemLocation {
	display: block;
	float: left;
	margin: 9px 0 0 10px;
	width:150px;
}
.listItem .listItemLocation img {
	display:block;
	float:left;
	margin-right:5px;
	margin-top:1px;
}
	.listItem .listItemLocation span {
		display:block;
		float:left;
		font-size: 10px;
		line-height: 10px;
		height: 11px;
		overflow: hidden;
		color: #333;
		word-break: break-all;
		width:138px;
	}
.listItem .listItemRating {
	float:right;
	margin: 10px 10px 0 0;
}
.listItemAmenities {
	float:left;
	width:125px;
	height:20px;
	overflow:hidden;
	margin:11px 0 0 10px;
}
	.listItemAmenities > img {
		height:20px;
		width:20px;
		float:left;
		margin-right:5px;
	}
a.listItemLink {
	display:block;
	float:right;
	margin:9px 9px 0 0;
	border-radius:20px;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	text-align:center;
	padding:5px 6px 6px 6px;
	background:#7c9e21;
	text-decoration:none;
	color:#FFF;
	min-width:54px;
	transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-property: all;
    -o-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -ms-transition-property: all;
    -ms-transition-duration: 0.2s;
}
	a.listItemLink:hover {
		background: #c50c1f;
	}

.listItem a.listItemLink {
	max-width:85px;
	word-break: break-all;
}
ul.menuMap {
	display:block;
	float:left;
	list-style:none;
	position:absolute;
	z-index:1000;
	top: 27px;
	left:27px;
	background: url(../images/css/black.png) repeat;
	width:243px;
	border-top:1px solid #000;
}
ul.menuMap li {
	display: block;
	float: left;
	clear:both;
	list-style: none;
	width:241px;
	border-bottom:1px solid #000;
	border-top:1px solid #646463;
	border-left:1px solid #333;
	border-right:1px solid #333;
}
	ul.menuMap li:hover {
		border-top-color: #FFF;
	}
ul.menuMap li a.menuMapItem {
	display: block;
	float: left;
	clear:both;
	list-style: none;
	width:157px;
	background-position:top left;
	background-repeat: no-repeat;
	font-size:14px;
	line-height:14px;
	height:29px;
	padding: 14px 33px 0 51px;
	color:#FFF;
	text-decoration:none;
	position:relative;
	transition-property: background-color, color;
    transition-duration: 0.2s;
    -moz-transition-property:  background-color, color;
    -moz-transition-duration: 0.2s;
    -o-transition-property:  background-color, color;
    -o-transition-duration: 0.2s;
    -webkit-transition-property:  background-color, color;
    -webkit-transition-duration: 0.2s;
    -ms-transition-property:  background-color, color;
    -ms-transition-duration: 0.2s;
}
	ul.menuMap li a.menuMapItem:after {
		content: "»";
		display:block;
		position:absolute;
		z-index:2;
		top: 14px;
		right: 14px;
	}
		ul.menuMap li a.menuMapItem:hover:after {
			color: #333;
		}
	ul.menuMap li a.menuMapItem:hover {
		background-color:#FFF;
		background-position: bottom left;
		color:#7c9e21;
	}
	ul.menuMap li a.menuMapItem.menuMapEvents {
		background-image: url(../images/css/ico-menumap-events.png);
	}
	ul.menuMap li a.menuMapItem.menuMapMonuments {
		background-image: url(../images/css/ico-menumap-monuments.png);
	}
	ul.menuMap li a.menuMapItem.menuMapPOI {
		background-image: url(../images/css/ico-menumap-poi.png);
	}
	ul.menuMap li a.menuMapItem.menuMapRoutes {
		background-image: url(../images/css/ico-menumap-routes.png);
	}
	ul.menuMap li a.menuMapItem.menuMapSocialStreets {
		background-image: url(../images/css/ico-menumap-socialstreets.png);
	}
		ul.menuMap li a.menuMapItem.menuMapSocialStreets:hover {
			color: #55acee;
		}
	ul.menuMap li:hover a.menuMapItem.menuMapSocialStreets {
		color: #55acee;
		background-color: #FFF;
	}

a.toggleMapList {
	display:block;
	float:right;
	position:absolute;
	z-index:999;
	background-position: center right;
	background-repeat: no-repeat;
	padding:10px 39px 10px 10px;
	font-size:11px;
	line-height:11px;
	color:#FFF;
	cursor:pointer;
	box-shadow: 0 0 3px #666;
	transition-property: background-color, opacity, top, right, border-radius, border;
    transition-duration: 0.2s;
    -moz-transition-property: background-color, opacity, top, right, border-radius, border;
    -moz-transition-duration: 0.2s;
    -o-transition-property: background-color, opacity, top, right, border-radius, border;
    -o-transition-duration: 0.2s;
    -webkit-transition-property: background-color, opacity, top, right, border-radius, border;
    -webkit-transition-duration: 0.2s;
    -ms-transition-property: background-color, opacity, top, right, border-radius, border;
    -ms-transition-duration: 0.2s;
}
	a.toggleMapList:hover {
		background-color:#c50c1f !important;
		opacity: 1 !important;
	}
a.toggleMapList.closeMapList {
	background-color:#000;
	opacity:0.7;
	right: 15px;
	top:125px;
	border-radius:20px;
	border:2px solid #FFF;
	background-image: url(../images/css/ico-close-map.png);
}
a.toggleMapList.openMapList {
	background-color:#7c9e21;
	right: 0;
	top:166px;
	border-radius:20px 0 0 20px;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	border-left:2px solid #FFF;
	background-image: url(../images/css/ico-open-map.png);
}
.separator {
	display:block;
	float:left;
	clear:both;
	height:0;
	width:100%;
	border-bottom: 1px dashed #cbc9c9;
}
.colSxSection .separator {
	margin: 10px 0;
}


.checkAvailabilityCont {
	display: block;
	clear: both;
	width: 100%;
	height: 100px;
}
	.checkAvailabilityCont .searchBox {
		float: inherit;
		margin: 0 auto;
		border-radius: 0 0 5px 5px;
		box-shadow: 0 0 5px #ccc;
	}
.btn {
	display: block;
	float: right;
	font-family: 'arsenalregular';
	border-radius: 5px;
	background:#7c9e21;
	border: 1px solid #7c9e21;
	box-shadow: 0 -1px 0 #485d10 inset, 0 1px 0 #cbd8a6 inset;
	padding:7px 10px;
	font-size:15px;
	line-height:15px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-property:  all;
    -moz-transition-duration: 0.2s;
    -o-transition-property:  all;
    -o-transition-duration: 0.2s;
    -webkit-transition-property:  all;
    -webkit-transition-duration: 0.2s;
    -ms-transition-property:  all;
    -ms-transition-duration: 0.2s;
}
	.btn:hover {
		background:#c50c1f;
		box-shadow: 0 -1px 0 #6a000b inset, 0 1px 0 #ff6171 inset;
		border-color:#c50c1f;
		color:#FFF;
	}
	.btn > strong {
		font-family: 'arsenalbold';
		font-weight:normal;
	}

.checkAvailabilityCont .searchBox a.btn.backToListBtn {
	box-shadow:none;
	background:#e9e9e9;
	border-color:#d2d1d1;
	color:#767476;
	float:left;
	margin:20px 0 0 20px;
	padding:12px 5px;
	font-size:13px;
	line-height:13px;
	width:176px;
}
	.checkAvailabilityCont .searchBox a.btn.backToListBtn > strong {
		color: #333;
	}
	.checkAvailabilityCont .searchBox a.btn.backToListBtn:before {
		content: "«";
		display: inline-block;
		color: #c50c1f;
		margin-right:10px;
	}
	.checkAvailabilityCont .searchBox a.btn.backToListBtn:hover {
		background: #efefef;
		border-color: #ddd;
	}
		.checkAvailabilityCont .searchBox a.btn.backToListBtn:hover:before {
			color:#7c9e21;
		}
.searchBoxTit {
	font-family: 'arsenalbold';
	font-weight:normal;
	display:block;
	float:left;
	color:#7c9e21;
	font-size:16px;
	line-height:16px;
	margin:34px 0 0 18px;
	width:145px;
}
.checkAvailabilityCont .searchBox .btn.btnBook {
	text-transform: uppercase;
	margin:24px 20px 0 0;
	min-width:70px;
	padding-left:5px;
	padding-right:5px;
}
.checkAvailabilityCont .searchGroup > label {
	font-size:13px;
	margin-top:15px;
}
ul.menuMap.menuMapDett {
	top: 0;
	left: 0;
	overflow:hidden;
	transition-property: all;
    transition-duration: 0.3s;
    -moz-transition-property:  all;
    -moz-transition-duration: 0.3s;
    -o-transition-property:  all;
    -o-transition-duration: 0.3s;
    -webkit-transition-property:  all;
    -webkit-transition-duration: 0.3s;
    -ms-transition-property:  all;
    -ms-transition-duration: 0.3s;
}
ul.menuMap.menuMapDett.menuMappDettOpen {
	width: 243px;
}
ul.menuMap.menuMapDett.menuMappDettClosed {
	width: 53px;
}
.socialStreetsInfos {
	display:inline-block;
	background:#e9e9e9;
	border:1px solid #d2d1d1;
	border-radius:20px;
	width: 12px;
	text-align:center;
	height:10px;
	padding-top:2px;
	font-family:Arial;
	font-size:10px;
	line-height:10px;
	color:#333;
	margin-left:10px;
}
	.socialStreetsInfos:hover {
		background: #FFF;
		border-color: #e9e9e9;
	}
ul.menuMap li ul.menuSocialStreets {
	background:#767476;
	opacity:0.8;
	color:#000;
	display:block;
	float:left;
	list-style:none;
	width:100%;
	padding:5px 0;
}
ul.menuMap li ul.menuSocialStreets.menuSocialStreetsClosed {
	display:none;
}
	ul.menuMap li ul.menuSocialStreets li {
		border: none;
		padding: 2px 10px;
		font-size:10px;
		line-height:10px;
	}
		ul.menuMap li ul.menuSocialStreets li input[type="radio"] {
			float: left;
			margin: 0 5px 0 0;
		}
		ul.menuMap li ul.menuSocialStreets li label {
			display:block;
			float: left;
			margin-top:1px;
		}
			ul.menuMap li ul.menuSocialStreets li label:hover, ul.menuMap li ul.menuSocialStreets li label.selected {
				color: #FFF;
			}

.mapAndGalleryCont {
	display: block;
	height: 394px;
	float: left;
	position: relative;
	width:100%;
}

.mapBigCont.mapDett {
	height:394px;
	box-shadow:none;
	transition-property: all;
    transition-duration: 0.3s;
    -moz-transition-property:  all;
    -moz-transition-duration: 0.3s;
    -o-transition-property:  all;
    -o-transition-duration: 0.3s;
    -webkit-transition-property:  all;
    -webkit-transition-duration: 0.3s;
    -ms-transition-property:  all;
    -ms-transition-duration: 0.3s;
}
.mapBigCont.mapDett.mapBigDettEnlarged {
	width:70%;
}
.mapBigCont.mapDett.mapBigDettRestricted {
	width:30%;
}
.galleryDettCont {
	float:right;
	height: 394px;
	position:relative;
}
.scrollable.galleryDett {
	height: 394px;
	width:100%;
}
.scrollable.galleryDett items {
	height: 394px;
}
.scrollable.galleryDett .items a.imgGalleryDettCont {
	height: 394px;
	display:block;
	float:left;
}
	.scrollable.galleryDett .items a.imgGalleryDettCont img {
		width:100%;
	}
	.galleryDettCont a.browse {
		display: block;
		position: absolute;
		top: 160px;
		color: #FFF;
		text-shadow: 0 0 5px #000;
		font-family: 'arsenalbold';
		font-weight: normal;
		font-size: 50px;
		line-height: 50px;
		z-index:10;
		cursor:pointer;
		padding:10px;
	}
		.galleryDettCont a.browse.disabled {
			opacity: 0.4 !important;
			cursor:default;
		}
		.galleryDettCont a.browse:hover {
			opacity:0.7;
		}
		.galleryDettCont a.browse.left {
			left: 0;
		}
		.galleryDettCont a.browse.right {
			right: 0;
		}
.openCloseMapDett {
	height:16px;
	width:48px;
	display:block;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	background-color: #FFF;
	background-image: url(../images/css/ico-enlarge-map.png);
	background-repeat: no-repeat;
	text-decoration:none;
	font-size:10px;
	color:#767476;
	line-height:10px;
	padding:30px 5px 0 5px;
	box-shadow: 0 0 5px #666;
	border-radius: 0 0 0 2px;
	cursor:pointer;
	transition-property: box-shadow, color;
    transition-duration: 0.2s;
    -moz-transition-property:  box-shadow, color;
    -moz-transition-duration: 0.2s;
    -o-transition-property:  box-shadow, color;
    -o-transition-duration: 0.2s;
    -webkit-transition-property:  box-shadow, color;
    -webkit-transition-duration: 0.2s;
    -ms-transition-property:  box-shadow, color;
    -ms-transition-duration: 0.2s;
}
	.openCloseMapDett:hover {
		color:#c50c1f;
		box-shadow: 0 0 2px #000;
	}
.openCloseMapDett.enlargeMap {
	background-position:top center;
}
.openCloseMapDett.restrictMap {
	background-position:bottom center;
}


#colSxDett .colSxSection {
	border:none;
}

#colSxDett .colSxTit {
	background: #767476;
	margin: -10px 0 10px -14px;
    padding: 13px 39px 13px 14px;
    position: relative;
    width: 190px;
}
#colSxDett .colSxTit > span {
	color:#FFF;
	font-size:18px;
	line-height:18px;
	margin:1px 0 0 4px;
}
#colSxDett .toggleColSxSection {
	position:relative;
	margin-top:-43px;
	margin-right:-2px;
}
#colSxDett .toggleColSxSection.closeColSxSection {
	background-position:top right;
}
#colSxDett .toggleColSxSection.closeColSxSection:hover {
	background-position:top left;
}
#colSxDett .toggleColSxSection.openColSxSection {
	background-position:bottom right;
}
#colSxDett .toggleColSxSection.openColSxSection:hover {
	background-position:bottom left;
}
ul.charactList {
	display:block;
	float:left;
	width:100%;
	list-style:none;
}
	ul.charactList > li {
		display:block;
		float:left;
		width:100%;
		list-style:none;
		position:relative;
		margin:5px 0;
		font-size:11px;
		line-height:11px;
	}
ul.charactList > li .separator {
	position:absolute;
	top:9px;
	left:0;
	z-index:1;
	margin:0;
	border-bottom-style:dotted;
}
ul.charactList > li .charactListTit {
	display:block;
	float:left;
	background:#e9e9e9;
	padding-right:3px;
	position:relative;
	z-index:2;
}
ul.charactList > li .charactListValue {
	display:block;
	float:right;
	background:#e9e9e9;
	padding-left:3px;
	position:relative;
	z-index:2;
	text-align:right;
}
		ul.charactList > li ul.charactListSubValues {
			display:block;
			float:left;
			width:100%;
			list-style:none;
			margin-top:9px;
		}
		ul.charactList > li ul.charactListSubValues > li {
			display:block;
			float:left;
			width:100%;
			list-style:none;
			margin:2px 0;
		}

.infoToolTip {
	display:block;
	float:left;
	margin-right:5px;
	border-radius:10px;
	background:#919191;
	color:#FFF;
	font-size:8px;
	line-height:8px;
	width:12px;
	text-align:center;
	padding-top:1px;
	height:11px;
	cursor:pointer;
}
	.infoToolTip:hover {
		background:#7c9e21;
	}
ul.charactList > li ul.charactListSubValues > li .subValue {
	display: block;
	float:left;
}

.colSxSection.colSxAmenities {
	padding-right: 0;
	width: 229px;
}
#colSxDett .colSxSection.colSxAmenities .toggleColSxSection {
	margin-right:12px;
	margin-top: -38px;
}
.colSxSection.colSxAmenities > img {
	width:40px;
	height:40px;
	margin:  9px 5px 0 6px;
}

#colSxDett .colSxSection.colSxAmenities .colSxTit {
	margin-bottom: 5px;
}

ul.eventsColSxList {
	display:block;
	float:left;
	clear:both;
	width: 100%;
	list-style:none;
}
ul.eventsColSxList li {
	display:block;
	float:left;
	clear:both;
	width: 100%;
	list-style:none;
	position:relative;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px dashed #cbc9c9;
}
	ul.eventsColSxList li:last-child {
		margin-bottom: 0;
	}

	ul.eventsColSxList li .nameEventColSx {
		display: block;
		float: left;
		color:#c50c1f;
		font-size:11px;
		line-height:11px;
		width:165px;
	}
	ul.eventsColSxList li .mapEventColSx {
		display: block;
		float: right;
		color:#7c9e21;
		font-size:11px;
		line-height:11px;
		width:50px;
		text-align:right;
		cursor:pointer;
		text-decoration:none;
	}
		ul.eventsColSxList li .mapEventColSx:hover {
			text-decoration: underline;
		}

	ul.eventsColSxList li .typeEventColSx {
		display: block;
		float: left;
		font-size:11px;
		line-height:11px;
		width:130px;
		margin-top:10px;
	}
		ul.eventsColSxList li .typeEventColSx > img {
			display:block;
			float:left;
			margin-right:5px;
		}
		ul.eventsColSxList li .typeEventColSx > span {
			display:block;
			float:left;
			width:108px;
			margin-top:2px;
		}
	ul.eventsColSxList li .dateEventColSx {
		display: block;
		position:absolute;
		bottom:14px;
		right: 0;
		color:#767375;
		font-size:10px;
		line-height:11px;
		width:85px;
		text-align:right;
		font-style:italic;
	}

ul.colSxToVisitList {
	display:block;
	float:left;
	clear:both;
	width: 100%;
	list-style:none;
}

ul.colSxToVisitList li {
	display:block;
	float:left;
	clear:both;
	width: 100%;
	list-style:none;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px dashed #cbc9c9;
	font-size: 11px;
	line-height:11px;
}
	ul.colSxToVisitList li:last-child {
		margin-bottom: 0;
	}
	ul.colSxToVisitList li .colSxToVisitImg {
		display: block;
		float: left;
		height: 23px;
		width: 23px;
		background:#7c9e21;
		border-radius:50px;
		padding:5px;
		overflow:hidden;
		margin-right:10px;
	}
		ul.colSxToVisitList li .colSxToVisitImg img {
			display: block;
			float: left;
			height: 23px;
			width: 23px;
		}

	ul.colSxToVisitList li .colSxToVisitDesc {
		display:block;
		float:left;
		width:172px;
	}
		ul.colSxToVisitList li .colSxToVisitDesc .colSxToVisitTit {
			display:block;
			float:left;
			width:172px;
			margin:2px 0 7px 0;
		}
		ul.colSxToVisitList li .colSxToVisitDesc .colSxToVisitMap {
			display:block;
			float:left;
			width:172px;
			text-decoration:none;
			color:#7c9e21;
			cursor:pointer;
		}
			ul.colSxToVisitList li .colSxToVisitDesc .colSxToVisitMap:hover {
				text-decoration: underline;
			}

.content.dettCont {
	width:750px;
}

.dettTopSx {
	display: block;
	float: left;
	width:530px;
	min-height:37px;
	padding-bottom:8px;
}
.dettTopDx {
	display: block;
	float: right;
	width:210px;
}
.titDett {
	display:block;
	float:left;
	width:100%;
	clear:both;
	color:#7c9e21;
	font-size:22px;
	line-height:22px;
	text-transform:uppercase;
	font-family: 'arsenalbold';
	font-weight:normal;
	margin-bottom:4px;
}
.zoneDett {
	display:block;
	float:left;
	color:#c50c1f;
	font-size:11px;
	line-height:11px;
	margin-right:10px;
}
.ratingDett {
	display:block;
	float:left;
	color:#333;
	font-size:10px;
	line-height:11px;
}
	.ratingDett > img {
		display: inline-block;
		margin:0 10px;
	}
.socialDett {
	display:block;
	float:right;
	width:100%;
	height:20px;
}
	.socialDett > img, .socialDett > a, .socialDett > div {
		display:block;
		float:right;
		margin-left:10px;
	}

a.addToFav {
	display: block;
	float: right;
	background: url(../images/css/ico-add-to-fav.png) right center no-repeat;
	font-size: 11px;
	line-height: 11px;
	padding: 2px 20px 3px 0;
	text-decoration: underline;
	cursor: pointer;
	color: #c50c1f;
	position:relative;
	margin: -11px 0 10px;
}
	a.addToFav:hover {
		color: #7c9e21;
	}

.boxDett {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px dashed #cbc9c9;
	padding: 10px 0;
	margin-bottom: 10px;
}
.boxDett.txtDett {
	font-size:11px;
	line-height: 17px;
	color:#767476;
	padding:17px 0;
}
	.boxDett.txtDett > strong {
		color: #333;
	}
	.boxDett.txtDett > a {
		color: #7c9e21;
	}
	.boxDett.txtDett > a:hover {
		color: #c50c1f;
	}
	.boxDett.txtDett > ul {
		margin-top:4px;
		list-style:none;
		display:block;
		float:left;
		clear:both;
		width:100%;
		margin:12px 0;
	}
		.boxDett.txtDett > ul > li {
			list-style: none;
			margin:2px 0;
			display:block;
			float:left;
			clear:both;
			width:100%;
		}
			.boxDett.txtDett > ul > li:before {
				content: "";
				display: inline-block;
				height: 8px;
				margin-right: 10px;
				width: 8px;
				border-radius: 50px;
				background: #7c9e21;
			}

.subTitDett {
	display:block;
	float:left;
	color:#7c9e21;
	font-size:19px;
	line-height:19px;
	text-transform:uppercase;
	font-family: 'arsenalbold';
	font-weight:normal;
	margin-bottom:4px;
}
	.subTitDett > strong {
		font-family: 'arsenalbold';
		font-weight:normal;
		color:#c50c1f;
	}

.btn.btnRequestDett {
	position: relative;
	margin-top: -7px;
	background-image: url(../images/css/ico-request-btn.png);
	background-position: 9px 6px;
	background-repeat: no-repeat;
	padding-left:35px;
}
.availabilityTablesCont {
	display:block;
	float:left;
	width:100%;
	margin-top:13px;
}
.scrollable.availabilityScroll {
	height:150px;
	width:750px;
}
.scrollable.availabilityScroll .items {
	height:150px;
}
.scrollable.availabilityScroll .items .availabilityScrollItem {
	height:150px;
	width:750px;
	float:left;
}
.availabilityTable {
	display:block;
	float:left;
	width:100%;
}
	.availabilityTable tr td {
		padding: 5px 1px;
		border-right: 1px dotted #c8c8c8;
		border-bottom: 1px dotted #c8c8c8;
		font-weight:normal;
		font-size:9px;
		line-height:9px;
		color:#767476;
		text-align:center;
	}
		.availabilityTable tr td:first-child {
			border-left: 1px dotted #c8c8c8;
			text-align:left;
		}
	.availabilityTable tr th {
		padding: 5px 2px;
		border-left: 1px solid #fff;
		font-weight:normal;
		font-size:9px;
		line-height:9px;
		color:#767476;
		letter-spacing:-1px;
		background:#e9e9e9;
		text-align:center;
	}
		.availabilityTable tr th.periodTh {
			width: 51px;
			letter-spacing:0;
		}
		.availabilityTable tr th:first-child {
			text-align: left;
		}
	.availabilityTable tr td.noDay {
		border-right: none;
	}
	.availabilityTable tr td.availableDay {
		background: #fff;
	}
	.availabilityTable tr td.unavailableDay {
		background: #a5a5a5;
	}
.availabilityTablesCont a.browse {
	display: block;
	float: right;
	cursor:pointer;
	color:#7c9e21;
	text-decoration:none;
	font-size:12px;
	line-height:18px;
}
	.availabilityTablesCont a.browse:hover {
		color: #c50c1f;
		text-decoration:underline;
	}
	.availabilityTablesCont a.browse.disabled {
		color:#c8c8c8 !important;
		cursor:default;
		text-decoration:none;
	}
	.availabilityTablesCont a.browse.left {
		padding-right: 10px;
		border-right: 1px solid #c8c8c8;
	}
	.availabilityTablesCont a.browse.right {
		padding-left: 10px;
	}
	.availabilityTablesCont a.browse.left:before {
		content: "«";
		display:inline-block;
		margin-right:10px;
		color:#c50c1f;
		text-decoration:none;
	}
	.availabilityTablesCont a.browse.right:after {
		content: "»";
		display:inline-block;
		margin-left:10px;
		color:#c50c1f;
		text-decoration:none;
	}

	.availabilityTablesCont a.browse.disabled:before, .availabilityTablesCont a.browse.disabled:after {
		color: #c8c8c8;
	}
.availabilityLegend {
	display: block;
	float: left;
}
.availabilityLegend > span {
	display: block;
	float: left;
	width:223px;
	font-size:10px;
	line-height:18px;
}
	.availabilityLegend > span:before {
		content: "";
		display:inline-block;
		width:7px;
		height:7px;
		margin-right:10px;
		border: 1px dotted #c8c8c8;
		position:relative;
		top:1px;
	}
	.availabilityLegend > span.legendAvailable {
		color: #7c9e21;
	}
	.availabilityLegend > span.legendUnavailable {
		color: #c50c1f;
	}
		.availabilityLegend > span.legendUnavailable:before {
			background: #a5a5a5;
		}

		.btn.btnGuestbook {
			background-image: url(../images/css/ico-sign-guestbook.png);
			background-position: 9px 6px;
			background-repeat: no-repeat;
			margin-top: -8px;
			padding-left: 35px;
			position: relative;
		}

.commentsDettCont {
	display:block;
	float:left;
	clear:both;
	width:100%;
	margin-bottom:3px;
}
.commentDett {
	display:block;
	float:left;
	clear:both;
	width:100%;
	border-top: 1px dashed #cbc9c9;
	margin-top:13px;
	padding-top:13px;
}
.userImgDett {
	display:block;
	float:left;
	width:67px;
	height:67px;
	overflow:hidden;
	margin-right:20px;
}
	.userImgDett img {
		height: 67px;
		min-width: 67px;
		display: block;
		float: left;
	}
.commentDettDx {
	display: block;
	float:left;
	width:663px;
}
.commentDettDx .userNameDett {
	display:block;
	float:left;
	font-size:14px;
	line-height:14px;
	color:#333;
	font-family: 'arsenalbold';
	font-weight:normal;
	margin-right:20px;
}
.commentDettDx .ratingCommentDett {
	display:block;
	float:left;
	margin-top:2px;
}
.commentDettDx .commentDettDate {
	display:block;
	float:right;
	font-size:10px;
	line-height:12px;
	text-align:right;
	color:#7c9e21;
}

	.commentDettDx .commentDettTxt {
		display:block;
		float:left;
		clear:both;
		width:100%;
		color: #767476;
		font-size:11px;
		line-height: 17px;
		margin-top:6px;
	}
.ui-slider.ui-slider-horizontal {
	border:none;
	height: 6px;
	background:#919191;
}
	.ui-slider.ui-slider-horizontal .ui-slider-range {
		background:#7c9e21;
	}
	.ui-slider.ui-slider-horizontal .ui-slider-handle {
		width:13px;
		height:20px;
		border-radius: 2px;
		background:#333;
		border:none !important; 
		margin-left:-9px !important;
		top:-7px !important;
	}