html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	color: #000;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body{

	font: 13px/1.231em arial,helvetica,clean,sans-serif;
}
p{
}
ul li {
    line-height: 1.4em;
    text-align: left;
}
.clear{
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
}




/*----------- STRUTTURA -----------*/

.container {
	width: 100%;
	min-width:905px;
	margin:0 0 20px;
	clear:both;
	overflow:hidden;
}
.container .wrap{
	width:100%;
	height: auto;
	max-width: 1210px;
	min-width: 610px;
	margin: 0 auto;
	display: block;
	position: relative;
	text-align: left;
}
.half-fix {
	width: 600px;
	margin:0 10px 0 0;
	float:left;
	display: block;
	overflow: hidden;
}
.half-fix .column-2 {
	max-width:600px;
	min-width:295px;
	display: block;
	overflow: hidden;
}
.half-fix .column-4{
    float: left;
    margin: 0 10px 0 0;
    width: 295px;
}
.half-float {
	max-width:600px;
	/*min-width:375px;*/
	display: block;
	overflow: hidden;
}
.half-float .column-2 {
	width:100%;
}
.half-float .column-4{
    float: left;
    margin: 0;
    max-width: 100%;
    min-width: 50%;
    width:auto;
}


.block {
	margin:0 0 10px;
	clear: both;
	overflow:hidden;
}






#header{
	height: 100px;
	background-color: #093C4F;
	border-bottom: 4px solid #093C4F;
}
#body{
	background-color: #fff;
}



.column-2 {
	max-width:600px;
	min-width:295px;
	display: block;
	overflow: hidden;
}
.column-4{
    float: left;
    margin: 0 10px 0 0;
    width: 295px;
}
.last {
	margin:0 !important;
}




/*----------- BLOCKS -----------*/
.context {
	border: 5px solid #F1F1F1;
	background-color: #f1f1f1;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    overflow:hidden;
}

#adv300x250,
#blog,
#form,
#footer-1 .context,
#footer-2 .context,
.postcard {
	padding:0;
	border:0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background:transparent;
}

#form {
	background: #fb0;
	height: 330px;
}
#map {
	height:560px;
}

#adv300x250{
	width: 300px;
	height: 250px;
	background-color: #ccc;
}

#form h2.hcsb_topTitle {
	text-shadow: none !important;
    margin: 0.5em !important;
}
#form .hcsb_citySearch {
	padding:0.5em !important;
}
#destination-gallery {
	padding:15px 0 0 0;
}
#destination-gallery h2{
	margin:0 0 0 15px;
}

/*----------- TYPOGRAPHY -----------*/
.context h2,
.context h3,
.context h4 {
    color: #093C4F;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding: 0 0 0.8em;
}

.context p,
.context ul {
	margin:0 0 1.5em;
}


/*----------- HEADER -----------*/
#logo_travel {
    width: 100%;
    text-align: center;
    padding: 1em;
}

#nav{
	position: absolute;
	top: 25px;
	right: 10px;
}

#nav ul{
	width: 430px;
}

#nav ul li{
	float: right;
	margin-left: 10px;
}

#nav ul li a {
	font: bold 18px Arial, sans-serif;
	display: block;
	padding: 7px 20px 8px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	background-color: #00AEEF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#nav ul li a.active {
	background-color: #FEBA02;
}
#nav ul li a:hover {
	background-color: #FF6724;
}



/*----------- DESTINATION -----------*/

.half-float .column-2 .destination {
    float: left;
    margin: 0 0 1em 1.5%;
    max-width: 100%;
    min-width: 48%;
    width: auto;
    padding: 0;
    border: 0;
    position: relative;
    background: #fff;
}
.destination div.photo {
    height: 150px;
    margin: 0;
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
    background-position: center center;
    background-size: cover;
	cursor:pointer;
}

@media screen and (max-width: 1024px) {
	.half-float .column-2 .destination {
	    min-width: 100%;
	}
	.destination div.photo {
	}
}

.destination .caption {
    position: relative;
    padding: 0.5em;

    font-weight: bold;
}
.destination .caption p {
	padding:0 5px;
	line-height:1.5em;
	font-weight:bold;
	color:#999;
	margin:0;
}
.destination .caption a {
	text-decoration: underline;
	color:#093C4F;
	opacity:0.6;
	font-size: 1.2em;
}
.destination .caption a:hover {
	text-decoration: underline;
	color:#f60;
}
.destination .flag-icon {
	top: 5px;
	right: 5px;
	display:none;
}

.flag-icon {
	background-image: url("../img/flags.png");
	width: 16px;
	height: 11px;
	position: absolute;
}
.flag-fr {
	background-position: 0 -11px;
}
.flag-pt {
	background-position: 0 -22px;
}
.flag-ie {
	background-position: 0 -33px;
}
.flag-de {
	background-position: -16px 0;
}
.flag-en {
	background-position: -16px -11px;
}
.flag-ru {
	background-position: -16px -22px;
}
.flag-nl {
	background-position: -16px -33px;
}
.flag-es {
	background-position: -32px 0;
}
.flag-it {
	background-position: -32px -11px;
}
.flag-ch {
	background-position: -32px -22px;
}
.flag-dk {
	background-position: -32px -33px;
}


/*----------- HOTELS -----------*/

.half-float .column-2 .hotel {
    max-width: 100%;
    min-width: 45%;
    width: auto;
}
.hotel a.photo{
	height: 200px;
	display: block;
    overflow: hidden;
    width: auto;
	border: 10px solid #fff;
	position:relative;
	background-size:cover;
}
.hotel a.photo span{
	background: rgba(0, 0, 0, 0.6);
    display: inline;
    float: left;
    font-size: 18px;
    color:#fff;
    margin: 15px;
    padding: 10px;
    filter:Progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
}
.hotel .description {
	background:#fff;
	padding:15px;
}

/* POSTCARD */
.postcard {
	background-repeat: no-repeat;
	background-position: center center;
    height:240px;
	background-size: cover;
}

.postcard div {
	background: rgba(0, 0, 0, 0.6);
    display: inline;
    float: left;
    font-size: 100%;
    margin: 15px;
    padding: 10px;
    filter:Progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
}
.postcard h1 {
    color: #fff;
    font-size: 3em;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 0.85em;
    margin:0 0 5px;
}
.postcard h2 {
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.2em;
    padding: 0;
}




/*----------- BLOG -----------*/
#blog{
	float: left;
	width:auto;
	background-color:#093C4F;
	padding:15px;
	height:220px;

	background-color: #00AEEF;
}
#blog h4{
	color: #fff;
}
#blog p {
    color: #fff;
    margin: 0 0 1em;
}
#blog ul li {
    padding: 0 0 0 10px;
    margin: 0 0 10px;

}
#blog ul li span {
    color: #fc0;
    font-weight: bold;
}
#blog ul li a {
    color: #fff;
}



/*----------- ABOUT -----------*/

#about {
	border: 5px solid #093C4F;
	background-color: #093C4F;
}
#about * {
	color:#fff !important;
}




/*----------- MAPS -----------*/
#gmapdynamic {
}
.tooltip {
	background:#fff;
	overflow:hidden;
	z-index:100000;
	max-width:350px;

  	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}
.tooltip * {
	color:#fff !important;
}

.tooltip div {
	color:#fff;
	overflow:hidden;
	margin:1em;
}
.tooltip .tt-hotel {
	background-color:#4AA9E0;/* hsl (202,71%,58%)*/
	background-size: cover;
	background-position: center center;
}
.tooltip .tt-ground {
	background:#838809; /* hsl (62,88%,28%) */
	background-color:#ff5c3b;
}
.tooltip .tt-airport {
	background-color:#3D3D3D; /* hsl (0,0%,24%)*/
}
.tooltip .tt-place {
	background-color:#ff5c3b; /* hsl(10,100%,62%)*/
}
.tooltip .tt-car {
	background-color:#96C382 /* hsl (41,64%,63%)*/
}
.tooltip .content {
	margin:1em;
	padding:1em;
	background:rgba(0,0,0,0.7);
}
.tooltip h6 {
	font-size:18px;
	line-height:1em;
	position:absolute;
	background:#000;
	background:rgba(0, 0, 0, 0.85);
	top:0.2em;
	left:0.2em;
	padding:5px 10px;
	font-weight:normal;
}
.tooltip img.rating{
	display:block;
	margin:0 0 2px;
}

.tooltip p {
	font-size:1.2em;
	line-height:1.3em;
	margin:0;
	padding:0;
}


/*----------- FOOTERs -----------*/
#footer-1 {
    background-color: #093C4F;
    padding: 30px 0;
}
#footer-1 * {
    color: #fff !important;
}
#footer-2 {
	margin:30px auto 50px;
}
#footer-2 .copy {
    margin: 50px auto 0;
    text-align: center;
}
#footer-2 ul li {
	position:relative;
}
#footer-2 ul li a{
	margin-left:25px;
}
#footer-2 ul li .flag-icon{
	top:3px;
	margin-right:10px;
}

.links,
.links{
	width: 25%;
	_width: 24%;
	margin: 0 0 0 0;
	float:left;
}
.links h3,
.links ul{
	margin: 0 0 0 15px;
}


/*----------- HC - FORMS -----------*/

h1.hcsb_topTitle {
    border: 0 none !important;
    border-radius: 0 0 0 0 !important;
    margin: 0.4em 0 0 !important;
    padding: 0.4em 10px !important;
    text-shadow: none !important;
}
.hcsb_content {
    padding: 0 10px !important;
}


#form label {
	padding-bottom:5px !important;
}
input, select {
    border-radius: 0 !important;
}
.hcsb_guests,
.hcsb_checkinDay, .hcsb_checkinMonth,
.hcsb_checkoutDay, .hcsb_checkoutMonth {
    padding: 0.2em !important;
    font-size:12px !important;
}
.hcsb_citySearch {
	padding: 0.5em 0 !important;
}
.hcsb_citySearch.hcsb_hint {
    color: #333 !important;
}
.hcsb_checkinDateContent img,
.hcsb_checkoutDateContent img {
    background: url("http://brands.datahc.com/Images/hc_icon_calendar_inverse.gif") no-repeat scroll 0 0 #26A3D2 !important;
    height: 20px !important;
    margin: 2px 0 0 !important;
    width: 21px !important;
    top: 0 !important;
}
a.hcsb_searchButton {
    background-color: #26A3D2 !important;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.4) -10%, #26A3D2 50%, #26A3D2 50%, #26A3D2 100%) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
	width: auto !important;
	min-width: 98px !important;
	padding: 10px !important;
	margin: 10px 15px !important;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 2px #333333 !important;
	font-weight: bold !important;
    font-size: 20px !important;
    height: 25px !important;
    line-height: 25px !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) !important;
}
a.hcsb_searchButton:hover {
	background-color: #f00 !important;
	background-image: none !important;
}


#brands {
    border: 3px solid #FFFFFF;
    box-shadow: 1px 1px 1px #AAAAAA;
    margin: 0;
}


