﻿
/* STYLES */
body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background: #ccc;
	/*font-family: "Liberation Sans", "Open Sans", Arimo, Sans-Serif;*/
	font-family: "Liberation Sans", Helvetica, Arial, Sans-Serif;
	z-index: 0;
	min-width: 960px;
}
body.framed {
	min-width: 0;
}

a {
	text-decoration: none;
	color: #1a1a1a;
}
a:hover {
	text-decoration: none;
	color: #1e90ff;
}
a.clean, a.clean:hover {
	text-decoration: none;
	border-bottom: none;
}
img, table, a img, a:hover img, a img:hover {
	border-bottom: none;
}
hr {
	border: none;
	border-top: 1px solid #ededed;
	color: #ededed;
	background-color: #ededed;
	height: 1px;
	margin: 10px 0 10px 0;
}

.osc,
h1, h2, h3,
#header a#logo,
#menuleft a, #mobilemenu a,
.weather .title, .weather .temprow div,
.weatherbox .temprow div,
table.weather24 td.temp,
#footermenu a#homelink, #pageinfo a,
.paginator, .paginator_mobile,
#content .breadcrumbs,
#moon div.mooninfo
{
	font-family: "Open Sans Condensed", "Arial Narrow", Impact, sans-serif;
	font-weight: 700;
}



h1 {
	position: relative;
	color: #1a1a1a;
	font-size: 28px;
	line-height: 32px;
	margin: 5px 0 10px 0;
	padding: 0 ;
	display: block;
}
h1 span {
	color: #999;
	padding: 0 10px;
	font-weight: 300;
}
body.framed h1 {
	padding: 0;
}
h2 {
	font-size: 150%;
	color: #1a1a1a;
}
h3 {
	color: #1a1a1a;
	font-size: 140%;
	padding: 0;
	margin: 20px 0 3px 0;
}
h3.bg {
	background: #f0f0f0;
	padding: 2px 5px 5px 5px;
}
h3.bottomspace {
	margin-bottom: 10px;
}
h3.notop {
	margin-top: 0;
}
h3 img {
	vertical-align: middle;
}

h4 {
	color: #1a1a1a;
	font-size: 110%;
	font-weight: bold;
	line-height: 120%;
	padding: 0;
	margin:0;
}
h4.bg {
	color: #000;
	background: #f3f3f3;
	padding: 5px 9px;
	border-radius: 2px;
}
.container {
	position: relative;
	display: block;
	width:100%;
	max-width: 980px;
	margin:0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}



#page {
	position: relative;
	background: #fff;
	color: #454545;
	padding: 50px 0 0 0;
	z-index: 1;
	display: block;
	overflow: hidden;
}

#topmenu {
	background: #1e90ff;
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 5px 0;
}
#topmenu a {
	display: inline-block;
	color:#fff;
	font-family: "Open Sans Condensed", Impact, sans-serif;
	font-weight: 700;
	font-size: 100%;
	padding: 5px 10px;
}
#topmenu a.sel, #topmenu a:hover {
	color: #fc0;
}

#sitemenu {
	background: #1e90ff;
	display: none;
	position: fixed;
	z-index: 10;
	top: 50px;
	left: 0;
	overflow-y: visible;
	text-align: left;
}
#sitemenu a {
	display: block;
	color:#fff;
	font-family: "Open Sans Condensed", Impact, sans-serif;
	font-weight: 700;
	font-size: 150%;
	line-height: 123%;
	padding: 5px 20px 15px 10px;
}
#sitemenu a.sel, #sitemenu a:hover {
	color: #fc0;
}


#content {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 10px auto;
	padding: 0 0 30px 0;
}

#cookieinfo {
	position: relative;
	margin: 0px -10px 0px -10px;
	padding: 10px;
	color: #000;
	font-size: 100%;
	line-height: 200%;
	background: #ededed;
}
#cookieinfo a {
	margin: 0 5px;
	font-size: 200%;
}
a#cookieprivacy {
	color: #36c;
}
a#cookieok {
	color: #390;
}
#cookieinfo a:hover {
	color: #000;
}


#footer {
	position: relative;
	color: #000;
	display: block;
	overflow: hidden;
	padding: 5px 0;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #1e90ff;
}
#footermenu {
	display: block;
	overflow: hidden;
	background: #1a1a1a;
	text-align: right;
	line-height: 130%;
}
#footermenu a {
	display: inline-block;
	padding: 5px;
	margin: 0 0 0 10px;
	color: #fff;
}
#footermenu a#homelink {
	float: left;
	text-transform: uppercase;
	font-size: 120%;
	margin: 0;
	padding: 5px 0;
}
#footermenu a#mobiletoplink {
	display: none;
	position: absolute;
	right: 10px;
	top: 0px;
	padding: 10px;
	z-index: 2;
}
#footermenu a:hover {
	color: #1e90ff;
}

#copyright {
	display: block;
	overflow: hidden;
	font-size: 80%;
}
#copyright a {
	text-transform: uppercase;
	font-size: 130%;
	line-height: 120%;
}
#pageinfo {
	margin: 10px 0 0 0;
	font-size: 75%;
	color: #454545;
}
#pageinfo a, #pageinfo a:hover {
	color: #454545;
	font-size: 120%;
}
#footer a.psilon:hover {
	color: #f60;
}
#footer a.id3:hover {
	color: #6c3;
}

#footerbanners {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
}
#footerbanners a {
	padding: 0 5px;
}


#socialrow {
	display: block;
	overflow: hidden;
	margin: 10px 0;
	background: #e0e0e0;
	border-radius: 2px;
	padding: 5px;
}
#socialrow ul {
  display: inline-block;
	float: right;
}
#socialrow ul li {
  display: inline-block;
  width: 40px;
  margin: 0 1px;
	border-radius: 3px;
}
#socialrow ul li.facebook{background-color:#446699}
#socialrow ul li.pinterest{background-color:#BD081C}
#socialrow ul li.gplus{background-color:#CC2222}
#socialrow ul li.twitter{background-color:#1399FF}
#socialrow ul li.email{background-color:#3C4759}
#socialrow ul li.comment{background-color:#446699}
#socialrow ul li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 120%;
  padding: 5px 0;
	color: #fff;
}
#socialrow ul li:hover {
  background: #000;
}

#content p#votetext {
	margin: -10px 5px 10px 5px;
	font-size: 75%;
	color: #999;
}

.starrr {
  display: inline-block;
	margin-top: 3px;
}
.starrr i {
	font-size: 150%;
	padding: 0 1px;
	cursor: pointer;
	color: #f90;
}
.starrr i.grey {
	color: #bababa;
}

.boxed {
	background: #e8e8e8;
	display: block;
}

.linkrow {
	display: block;
	overflow: hidden;
	color: #1a1a1a;
	margin: 5px 0;
}
.linkrow.hilite {
	background: #ccc;
	color: #000;
}
.linkrow:hover, .linkrow:hover h3 a, .linkrow:hover h4 a, .linkrow:hover p {
	cursor:pointer;
	color: #1e90ff;
}

.link_social {
	padding: 0 0 0 40px;
	font-size: 14px;
	letter-spacing: -1px;
	color: #999;
	line-height: 16px;
	min-height: 32px;
	margin: 20px 0 0 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.centralizer {
	text-align: center;
}
.rightalizer {
	text-align: right;
}
.spacer {
	display: block;
	height: 10px;
	line-height: 10px;
}
.fixator {
	display: block;
	overflow: hidden;
}
.inline {
	display: inline-block;
	overflow: hidden;
}
.wider {
	letter-spacing: 1px;
}
.delimiter {
	padding: 0 10px 0 10px;
}
.bottom_spacer {
	margin-bottom: 10px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.uppercase {
	text-transform: uppercase;
}
.mt {
	margin-top: 10px;
}
.mb {
	margin-bottom: 10px;
}
.ml {
	margin-left: 10px;
}
.mr {
	margin-right: 10px;
}
.hover:hover {
	cursor: pointer;
}

.grey {
	color: #999;
}
.orange {
	color: #f93;
}
.yellow {
	color: #fc0;
}
.red {
	color: #c00;
}
.green {
	color: #84be00;
}
.blue {
	color: #36c;
}

.greybox {
	color: #fff;
	background: #999;
}
.orangebox {
	color: #fff;
	background: #f93;
}
.yellowbox {
	color: #fff;
	background: #fc0;
}
.redbox {
	color: #fff;
	background: #c00;
}
.greenbox {
	color: #fff;
	background: #84be00;
}
.bluebox {
	color: #fff;
	background: #36c;
}
.greybox a, .orangebox a, .yellowbox a,
.redbox a, .greenbox a, .bluebox a {
	color: #fff;
}


.dark {
	color: #000;
}
.alert {
	color: #c00;
}
.hilite {
	color: #1e90ff;
}
.lite {
	color: #999;
}



.column {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}
.column.half {
	width: 50%;
}
.column.med {
	width: 360px;
}
.column.ext {
	width: 420px;
}
.column_other {
	display: inline-block;
	width: calc(100% - 320px);
	vertical-align: top;
}
.column_other.med {
	display: inline-block;
	width: calc(100% - 380px);
}
.column_other.ext {
	display: inline-block;
	width: calc(100% - 440px);
}


.hint:hover {
	cursor: help;
}

#tooltip {
	display: none;
	overflow: hidden;
	position: absolute;
	background: #ededed;
	color: #000;
	font-size: 90%;
	line-height: 111%;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	max-width: 200px;
	box-shadow: 2px 2px 3px #666;
	z-index: 10;
}


.paginator {
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 5px;
	margin-top: 10px;
	color: #666;
	letter-spacing: -1px;
	font-size: 150%;
}
.paginator a {
	color: #999;
	padding: 2px 7px 2px 7px;
}
.paginator a:hover {
	color: #000;
}
.paginator span {
	color: #000;
	padding: 2px 7px 2px 7px;
}


.paginator_mobile {
	display: none;
}

#video_container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 10px 0;
}
#video_container iframe,
#video_container object,
#video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.gallery_row {
	display: block;
	overflow: hidden;
}
.gallery_row a {
	display: block;
	overflow: hidden;
	float: left;
	margin: 1px;
	width: 156px;
	height: 90px;
	text-align: center;
	opacity: 0.9;
}
.gallery_row a:hover {
	opacity: 1;
}

.movie_row {
	display: block;
	overflow: hidden;
}
.movie_item {
	position: relative;
	float: left;
	margin: 0 0 10px 11px;
	width: 100px;
	font-size: 11px;
	line-height: 18px;
	overflow: hidden;
	display: block;
	border: 1px solid #1a1a1a;
	border-radius: 3px;
	background: no-repeat center top;
}
#content .movie_row .movie_item p {
	font-size: 11px;
	color: #333;
	padding: 3px 5px 3px 5px;
}
.movie_item img {
	width: 120px;
	height: auto;
}
.movie_row .first, .movie_row .movie_item.first {
	margin: 0 0 10px 0;
}
.movie_item a {
	border: none;
}


#traffic_feed {
	display: block;
	overflow: hidden;
	background: #ededed;
	padding: 0 10px 10px 10px;
	max-height: 1200px;
	overflow-y: auto;
}
#traffic_feed p {
	padding: 0;
	margin: 0;
	color: #333;
}
#traffic_feed h4 {
	color: #000;
	margin: 10px 0 0 0;
	font-size: 95%;
}

#errorbox {
	display: none;
	position: fixed;
	z-index: 200;
	top: 160px;
	left: 50%;
	min-width: 300px;
	max-width: 480px;
	border: 10px solid #333;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #000;
	color: #fff;
	font-size: 12px;
	padding: 0;
	background: #333;
}
#errorbox_title {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin-right: 24px;
}
#errorbox_msg {
	margin: 10px 0px 0px 0px;
	color: #ccc;
	font-size: 12px;
	overflow: hidden;
	line-height: 16px;
}


table.listed {
	margin: 0;
	padding: 0;
	border-left: 1px solid #ededed;
	width: 100%;
}
table.listed th {
	text-align: center;
	background-color: #666;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px;
	border-right: 1px solid #ededed;
}
table.listed td {
	color: #666;
	font-size: 13px;
	line-height: 17px;
	padding: 3px;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
}



.map_container {
	position: relative;
}
.map {
	height: 0;
	overflow: hidden;
	padding-bottom: 22.25%;
	padding-top: 200px;
	position: relative;
	text-align:center;
	z-index: 1;
}
.balon,
.leaflet-popup-content .balon {
	text-align: left;
	font-size: 123%;
}
.balon p,
.leaflet-popup-content .balon p {
	margin: 4px 0;
	padding: 0;
}
.balon p.smaller,
.leaflet-popup-content .balon p.smaller {
	margin: 0 0 2px 0;
	padding: 0;
}


#fp_countries {
	display: block;
	overflow: hidden;
}
#fp_countries a {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	min-width: 100px;
	max-width: 140px;
}
#fp_countries a img {
	opacity: 0.8;
	width: 64px;
	height: 64px;
}
#fp_countries a:hover img {
	opacity: 1;
}

#bookingbox {
	background: #f0f0f0;
	color: #000;
	padding: 10px;
	border-radius: 2px;
}
#bookingbox h3 {
	color: #000;
	margin: 0 0 5px 0;

}



/* FB hacks
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe,
.fb_iframe_widget iframe[style],
*/
.fb-comments,
.fb-comments *,
.fb-comments iframe[style],
.fb-comments span,
.fb-comments iframe,
#fbSEOComments,
#fbSEOComments span,
#fbSEOComments div,
#fbSEOComments iframe,
#fbSEOComments iframe[style],
#fbSEOComments .fb_iframe_widget,
#fbSEOComments .fb_iframe_widget span,
#fbSEOComments .fb_iframe_widget iframe {
	width: 100% !important;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
#colorbox button { border: none; }
#cboxContent{margin-top:20px; font-size: 12px;}
#cboxLoadedContent{background:#000; padding:5px;}
#cboxTitle{position:absolute; top:-20px; left:10px; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(/images/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}



/* MOBILE / DESKTOP SWITCH */
.desktop {
	display: inherit;
}
.mobile, .mobile_inline {
	display: none;
}

#mobilecookieinfo {
	display: none;
}
