@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'jellyka_-_estryas_handwritiRg';
    src: url(../font/jellyka_estrya_handwriting-webfont.eot);
    src: url(../font/jellyka_estrya_handwriting-webfont.eot?#iefix) format('embedded-opentype'),
         url(../font/jellyka_estrya_handwriting-webfont.woff2) format('woff2'),
         url(../font/jellyka_estrya_handwriting-webfont.woff) format('woff'),
         url(../font/jellyka_estrya_handwriting-webfont.ttf) format('truetype'),
         url(../font/jellyka_estrya_handwriting-webfont.svg#jellyka_-_estryas_handwritiRg) format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    border: 0 none;
    display: block;
    font-weight: bold;
    margin: 0;
}

h1, .h1 {
    color: #677077;
    font-size: 18px;
    padding-bottom: 0;
    text-transform: none;
}

a:link, a:visited {
    color: #2998ce;
    text-decoration: none;
}

.clear{
    clear: both;
}


/** HEADER **/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
	height: 100px;
}

.content {
	background: #3f4952 url(../img/bg_mid_dark_grey3.jpg) repeat;
	color: #8d9397;
    left: 0px;
    top: 0px;
    width: 100%;
}

.nav {
	color: #a2a8ac;
	background-color: #1f242b;
    border-bottom: 1px solid #57616a;
    border-top: 1px solid #000;
    display: block;
    font-size: 14px;
    height: 29px;
    line-height: 25px;
    position: relative;
	text-align: center;
}


.nav, .nav a:link, .nav a:visited, .nav a:active {
    color: #a2a8ac;
}

.header-search {
	background: #3f4952 url(../img/bg_mid_dark_grey3.jpg) repeat;
	height: 69px;
	width: 100%;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	color: #8d9397;
	border-bottom: 1px solid #fff;
}

#searchform {
	background: #3f4952 url(../img/bg_mid_dark_grey3.jpg) repeat;
    color: #8d9397;
	height: 64px;
    margin: 0 auto;
    padding: 5px 0 0;
	position: relative;
    text-align: left;
    width: 960px;
    z-index: 10;
}

.logoSearch {
	display: inline;
    margin-left: 10px;
    margin-right: 10px;
	padding-right: 67px;
    padding-top: 8px;
    float: left;
	background: #3f4952 url(../img/bg_mid_dark_grey3.jpg) repeat;
    color: #8d9397;
}

#left-content {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

ul#left-content {
	font-size: 100%;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

ul#left-content li {
	float:left;
}

ul#left-content li a:hover {
	color: #fff
}

ul#left-content li a.selected {
	color:#7fcf70;
}

#right-content {
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}

ul#right-content {
	font-size: 100%;
	text-decoration: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
	float: right;
	list-style: none;
}

ul#right-content li {
	float: left;
}

ul#right-content li a:hover {
	color: #fff
}

ul#right-content li a.selected {
	color:#6CF;
}

.nav .mobile {
padding-right: 1px;
border-right: 1px solid #4e5962;
}

.top-container {
	height: 29px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 2px 9px;
}

.top-container a {
	text-decoration: none;
	color: #a2a8ac;
	padding: 2px 9px;
}

.left {
	float: left;
	height: 45px;
	width: auto;
}

.selects {
	background: #8a939a url(../img/bg_mid_grey_2.jpg) repeat;
	border-radius: 15px;
    display: block;
    float: left;
    font-weight: bold;
    height: 30px;
    margin: 15px 10px 0 0;
    width: 205px;
}

.selects input {
	background-color: transparent;
    border: none;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 15px;
    padding: 0 0 0 15px;
    width: 154px;
}

.selects a {
	background: transparent;
    display: inline-block;
    float: right;
    height: 30px;
    width: 30px;
    zoom: 1;
}

.searchMore {
	background-image: url(../img/common_sprite.png);
    background-position: left -6px;
    display: block;
    height: 8px;
    margin: 12px 0 0 2px;
    width: 15px;
}

.headerGoButton{
	background:#f6aa36;
	background:-moz-linear-gradient(top, #f6aa36 0%, #f9a634 28%, #fc932f 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6aa36), color-stop(28%,#f9a634), color-stop(100%,#fc932f));
	background:-webkit-linear-gradient(top, #f6aa36 0%,#f9a634 28%,#fc932f 100%);
	background:-o-linear-gradient(top, #f6aa36 0%,#f9a634 28%,#fc932f 100%);
	background:-ms-linear-gradient(top, #f6aa36 0%,#f9a634 28%,#fc932f 100%);
	background:linear-gradient(top, #f6aa36 0%,#f9a634 28%,#fc932f 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6aa36', endColorstr='#fc932f',GradientType=0);*/
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border:0;
	cursor:pointer;
	width:30px;
	height:30px;
	margin-top:15px;
	display:block;
	float:left;
}

.hideText {
	text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

.searchIcon {
	background-image: url(../img/common_sprite.png);
    background-position: left -26px;
    background-color: transparent;
    display: block;
    height: 15px;
    position: relative;
    width: 16px;
	top: -1px;
}

/** CORPO CENTRALE **/
.main {
	margin-top: 100px;
	min-width: 960px;
}

.maininner {
	width: 940px;
    margin: 110px auto 0;
}
	
.main1 {
    background: #e9ecef url(../img/bg_light_grey.jpg) repeat;
	height: 400px;
	width: 100%;
	padding-top: 20px;
}

ul.thumb-grid li {
    float: left;
    width: 263px;
    margin: 15px 15px 15px 15px;
    list-style: none;
	}
ul.thumb-grid li a img {
	width: 100%;
	}
	
ul.thumb-grid li h2 {
	font-weight:300;
	margin-bottom:10px;
	float:left;
}

.title-thumb {
	
	font-size:22px;
	font-weight:300;
	margin-bottom:35px;
}

ul.thumb-grid li h3 {
	float:right;
}

ul.thumb-grid h1 {
	float:left;
}
	
#thumbnail {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

.moreDestinations {
	float:left;
}

/** FOOTER **/
.footer {
	line-height: 0;
    background: #f5f6f8;
	min-width: 960px;
}

.footerimage {
	line-height: 0;
    background: #fff url(../img/footer2.jpg) bottom repeat-x;
    height: 640px;
    margin-bottom: -1px;
	text-align: center;
}	

.underskin {
	background: url(../img/bg_lighter_dark_grey.jpg) repeat;
	width: 100%;
	height: 80px;
}

.aboutlinks {
	background:url(../img/bg_mid_dark_grey3.jpg) repeat;
	width: 100%;
	background-color: #33383c;
    font-size: 12px;
    height: 60px;
    line-height: 30px;
}

.aboutLinks a:link {
	color: #8d9397;
    display: inline-block;
    padding: 3px 0;
	text-decoration: none;
}

.copyright {
	background:url(../img/bg_dark_grey.jpg) repeat;
	width: 100%;
	height: 235px;
	color: #5b656d;
    font-size: 12px;
    padding-top: 10px;
	text-align: center;
}

.partnerLinks {
   height: 60px;
   position: relative;
}

.module {
	background: #16181a url(../img/bg_dark_grey.jpg) repeat;
	margin: 0 auto 15px auto;
    padding: 15px 0 0 0;
    position: relative;
    text-align: left;
    width: 960px;
}

.partnerLinks .module {
    height: 35px;
    margin-bottom: 0;
    border-bottom: 1px solid #5B656D;
}

.partnerLinks h4 {
    color: #5b656d;
}

.inlineList, .inlineList li {
    display: inline;
    padding-right: 6px;
	padding-left: 0px;
}

.inlineList li a {
	color: #5b656d;
	text-decoration: none;
}

.inlineList li a:hover {
	color: #FFF;
}
	

.strong {
	display: inline;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.about-container {
	margin: 0 auto 15px auto;
    padding: 15px 0 0 0;
    position: relative;
    text-align: left;
    width: 960px;
	border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.about-container a {
	text-decoration: none;
	color: #a2a8ac;
}

.aboutLinks a:link, .aboutLinks a:visited, .aboutLinks a:active {
    color: #8d9397;
    display: inline-block;
    padding: 3px 0;
}

#about-content {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

ul#about-content {
	margin-left: 10px;
    margin-right: 10px;
	list-style: none;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul#about-content li {
	float:left;
	margin-left: 9px;
	margin-right: 26px;
}

ul#about-content li a:hover {
	color: #fff
}

.topButton {
	background: #16181a url(../img/bg_lighter_dark_grey.jpg) repeat;
    width: 57px;
    height: 50px;
    margin-top: -40px;
    border: 1px solid transparent;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.right {
	float: right;
}

.topButton span {
    border-bottom: 16px solid #56c7ff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    width: 0;
    height: 0;
    line-height: 200;
    overflow: hidden;
    margin: 18px 20px;
}

a span {
	cursor: pointer;
}

.margine {
	margin-left: 10px;
    margin-right: 10px;
}

h4, .h4 {
   text-transform: none;
   border: 0;
   font-weight: bold;
   letter-spacing: -0.04em;
}

.module-copyright {
	background: #16181a url(../img/bg_dark_grey.jpg) repeat;
	margin: 0 auto 15px auto;
    padding: 15px 0 0 0;
    position: relative;
    text-align: left;
    width: 640px;
	float: left;
}

@media screen and (max-width: 959px) {
    .header {
        position: relative;
		min-width: 960px;
		width: auto;
    }
	.main{
		margin: 0;
	}
}

/** breadcrumbs **/
.crumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    padding-bottom: 5px;
    color: #8c8c8c;
}

.crumbs li{
    float: left;
    margin-right: 5px;
}

.crumbs li::after {
    content: "> ";
}
.crumbs li:last-child:after { content: ""; }

/** Hotel Page **/
p.subtitle {
    margin: 0;
}