/*@charset "utf-8";*/
/*
	Theme Name: Tatry theme
	Theme URI: http://www.tatry.sk/
	Author: Ãƒâ€¦Ã‚Â tefan KoreÃƒâ€¦Ã‹â€  - Creanet s.r.o.
	Author URI: http://www.creanet.sk/
	Description: Wordpress tÃƒÆ’Ã‚Â©ma pre projekt Tatry.sk - http://www.tatry.sk/
	Version: 1.0.1
	License:
	License URI:
	Tags: red, blue, yellow, gold, black, silver, one-column, two-columns, left-sidebar, custom-header, custom-menu, editor-style, featured-images, custom-fields, post-formats, translation-ready
*/

/* CSS Document */
/*
LOGO COLORS 
darkgreen #619831
lightgreen #b0cb1f
silver #898989


OLD COLORS
dark red #619831
*/



/* ---- FONTS ---- */
@font-face {
	font-family: 'corbel';
	src: url('fonts/corbel.eot');
	src: url('fonts/corbel.eot?#iefix') format('embedded-opentype'),
		url('fonts/corbel.woff') format('woff'),
		url('fonts/corbel.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'corbelb';
	src: url('fonts/corbelb.eot');
	src: url('fonts/corbelb.eot?#iefix') format('embedded-opentype'),
		url('fonts/corbelb.woff') format('woff'),
		url('fonts/corbelb.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'corbeli';
	src: url('fonts/corbeli.eot');
	src: url('fonts/corbeli.eot?#iefix') format('embedded-opentype'),
		url('fonts/corbeli.woff') format('woff'),
		url('fonts/corbeli.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* ---- BASIC STYLES ---- */
* {
	margin: 0;
	padding: 0;
}

html {
/*	 */
    height:100%;
}

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: #2e3d41;
	background: url(images/background_2.jpg) center top no-repeat;
}

img {
	border: 0;
}

a {
	outline: none;
}

h3 {
	color: #2c4296;
	font-size: 24px;
	font-family: "corbelb";
	padding-bottom: 20px;
	font-weight: normal;
}

	/* ---- LANGUAGES ---- */
	.qtrans_language_chooser {
		float: left;
		height: 60px;
		padding: 40px 0 0 0;
		margin-left: 10px;
	}

	.qtrans_language_chooser li {
		float: left !important;
		list-style-type: none !important;
		text-align: center;
		width: auto !important;
		padding: 0 5px 0 5px !important;
	}

	.qtrans_language_chooser li a {
		padding: 0 10px 0 10px !important;
	}

	.languages li a  {
		display: block !important;
		width: 20px !important;
		height: 19px !important;
		padding-top: 0 !important;
	}

	.qtrans_language_chooser li a.qtrans_flag_sk {
		background: url(images/svk_flag.png) left top no-repeat;
		text-indent: -99999px;
	}

	.qtrans_language_chooser li a.qtrans_flag_pl {
		background: url(images/pl_flag.png) center center no-repeat;
		text-indent: -99999px;
	}

	.qtrans_language_chooser li a.qtrans_flag_en {
		background: url(images/uk_flag.png) center center no-repeat;
		text-indent: -99999px;
	}

	/* qTrans language menu */

	#qts-lang-menu {
		float: right;
		margin: 42px 15px 0 15px;
	}

		#qts-lang-menu li {
			width: 15px;
			height: 18px;
		}

		/*div.fixed #qts-lang-menu {
			margin: 25px 15px 0 15px;
		}*/

		nav ul li:hover a.qtrans_flag_sk {
			background: url(images/sk.png) top center no-repeat;
		}

		nav ul li:hover a.qtrans_flag_en {
			background: url(images/gb.png) top center no-repeat;
		}

		nav ul li:hover a.qtrans_flag_pl {
			background: url(images/pl.png) top center no-repeat;
		}


/* ---- TOOLTIPS ---- */
.tooltip {
	position: absolute;
	z-index: 103000000;
	display: block;
	padding: 5px;
	font-size: 11px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: visible;
}

.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.tooltip.top {
	margin-top: -3px;
}

.tooltip.right {
	margin-left: 3px;
}

.tooltip.bottom {
	margin-top: 3px;
}

.tooltip.left {
	margin-left: -3px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #000000;
	border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #000000;
	border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
}

/* ---- HEADER ---- */
body > header {
	width: 100%;
	max-height: 630px;
	background-size:cover;
}

/* ---- SEARCH ---- */
#s {
	background: url(images/search_icon.png) right center no-repeat #fff;
	border: none;
	width: 144px;
	height: 49px;
	float: left;
	padding-left: 10px;
	color: #99a8bf;
	font-size: 14px;
	font-style: italic;
	border-top: 1px solid #cfd8e6;
	outline: none;
}

#s:hover {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

#s:focus {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 819px;
	height: 49px;
	outline: none !important;
	-webkit-transition: width 0.4s ease 0s;
	transition: width 0.4s ease 0s;
}
.search-highlight {
	background: #FFFF00;
}

/* ---- MAIN NAVIGATION ---- */
#navigation {
	width: 100%;
	position: relative !important;
	height: auto;
	z-index: 9998;
}
/*
#navigation.fixed {
	height: 65px;
	background: #f1f4fb;
	border-top: 5px solid #619831;
	border-bottom: 1px inset #cfd8e6;
	display: none;
}

#navigation.fixed nav {
	background: none;
	height: 60px;
	border-top: none;
	border-bottom: none;
}

#navigation.fixed nav ul li {
	padding-right: 15px;
}

#navigation.fixed .fixed_home,
#navigation.fixed .fixed_map {
	display: inherit;
	float: left;
	visibility: visible;
}



.fixed_home,
.fixed_map {
	visibility: hidden;
	display: none;
	padding-top: 8px;
	width: 120px;
	background: url(images/home_icon.png) left 25px no-repeat;
}

.fixed_map {
	background: url(images/fixed_map_icon.png) 20px 25px no-repeat;
	width: auto;
	float: right !important;
}

.fixed_home a,
.fixed_map a {
	background: none;
	text-align: left;
	width: 80px;
	padding-left: 25px;
}

.fixed_map a {
	text-align: right;
}

.fixed_map a,
.fixed_map a:hover {
	color: #97a9c1;
}

.fixed_home:hover a,
.fixed_map:hover a {
	background: none;
}

#navigation.fixed .dropdown {
	padding-top: 0;
	top: 66px;
}

#navigation.fixed nav ul li a{
	padding-top: 15px;
}

#navigation.fixed .logo,
#navigation.fixed #toolbox,
#navigation.fixed #s,
#navigation.fixed #search,
#navigation.fixed .languages,
#navigation.fixed h1 {
	display: none;
	visibility: hidden;
}

#navigation.fixed #toolbox {
	background: url(images/tool_box_gradient.png) left top repeat-x;
}
*/

nav {
	width: 980px;
	height: 150px;
	margin: 0 auto;
	background: #f0f3fa;
	border-top: 4px solid #619831;
	border-bottom: 1px solid #cfd8e6;
	position: relative;
	z-index: 99998;
}

	nav ul li {
		float: left;
		list-style-type: none;
		padding: 0 10px 0 10px;
		width: 150px;
		height: 100px;
	}

	nav ul li a {
		text-transform: uppercase;
		color: #797979;
		font-size: 18px;
		font-family: "corbelb";
		text-decoration: none;
		width: 150px;
		height: 65px;
		background: url(images/nav_hover_2.png) center -20px no-repeat;
		padding-top: 35px;
		display: block;
		text-align: center;
		-moz-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	nav ul li a.drop_image {
		width: 100%;
		height: 106px;
		background: url(images/nav_hover_2.png) center -20px no-repeat;
		padding-top: 35px;
		margin-top: 10px;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	nav ul li:hover {}

	nav ul li a:hover {
		color: #619831;
		background: url(images/nav_hover_2.png) center top no-repeat;
	}

	nav ul li:hover a {
		/* color: #619831; */
	}

	nav ul li a.img, nav ul li a.img:hover {
		background: none;
	}


.description {
	font-size: 12px;
	color: #71839a;
	padding: 0 5px 0 5px;
	display: block;
	font-family: "corbeli";
	text-transform: none !important;
}

	/* ---- MAIN NAVIGATION - HOVER EFFECTS ---- */
	nav ul li a:hover {
	}

	nav ul li:hover a {
	}

	nav ul li:hover .dropdown {
		visibility: visible;
		top: 150px;
		height: auto !important;
	}

/* ---- DROP-DOWN MENU ---- */
.dropdown {
	position: absolute;
	width: 980px;
	height: auto;
	top: 0;
	padding-top: 0px;
	left: 0;
	float: none;
	border-bottom: 0px solid #dddad6;
	visibility: hidden;
	z-index: 5000;
}

.dropdown:after {
	content: "";
	clear: both;
	display: block;
}

.dropdown-category {
	width: 244px;
	height: auto;
	background: #f4f4f4;
	display: block;
	border-right: 1px inset #dddad6;
	position: relative;
	float: left;
}

.dropdown-category:nth-child(6),
.dropdown-category:nth-child(11),
.dropdown-category:nth-child(17),
.dropdown-category:nth-child(23){
	float: left;
}

.dropdown > .row {
	display: block;
	clear: both;
	background: #f4f4f4;
	margin: 0;
}

	.dropdown > .row:after {
		content: "";
		clear: both;
		display: block;
	}

	div#navigation a img {
		display: block;
		border: none !important;
		background: none !important;
		margin-top: -45px;
		width: 100%;
		height: auto;
	}

	.dropdown-category ul {
		list-style: none !important;
		height: auto !important;
		float: none !important;
		background: none !important;
		padding: 10px !important;
		display: block !important;
	}

	.dropdown-category ul li {
		height: auto !important;
		border-bottom: none !important;
		padding: 0 !important;
		background: none !important;
		float: none !important;
		width: 175px !important;
	}

	.dropdown-category ul li a {
		height: auto !important;
		border-bottom: none !important;
		padding: 0 !important;
		background: none !important;
		color: #0e2d53 !important;
		text-transform: none !important;
		font-size: 12px !important;
		width: auto !important;
		text-align: left !important;
		-webkit-transition: none !important;
		transition: none !important;
		font-family: Arial, Helvetica, sans-serif !important;
		line-height: 1.5;
	}

	.dropdown-category ul li a:hover {
		color: #2c4296 !important;
		text-decoration: underline;
	}

.main-category {
	width: 100%;
	color: white;
	display: block !important;
	height: 100% !important;
	padding: 63px 10px 0px 10px;
	background: rgba(97, 152, 49, 0.8);
	border-bottom: 1px solid #e7e4e0 !important;
	text-transform: none !important;
	transition: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	opacity: 1;
}

.main-category:hover {
	color: #619831;
	opacity: 1;
	vertical-align: baseline;
	font-size: 15px;
	padding:0;
}

.main-category:hover span {
	color: #619831;
	background: rgba(255,255,255, 0.9);
	opacity: 1;
	position:absolute; bottom:0; left:0; width:100%; 
	padding:10px; box-sizing:border-box;
	vertical-align: baseline;
	font-size: 15px;
}


.leaders-and-guides .main-category {padding-top: 42px;}

.show_all_btn {
	width: 980px;
	float: left;
	border-top: 1px solid #e7e4e0;
	background: #faf9f7 !important;
	height: 20px;
	color: #b5b5b5 !important;
	font-size: 14px !important;
	-webkit-transition: none !important;
	padding: 13px 0 10px 0 !important;
}

.show_all_btn:hover {
	background: #f4f4f4 !important;
	color: #2c4296 !important;
}

/* ---- TOOLBOX ---- */
#toolbox {
	height: 49px;
	float: left;
	background: #fff;
	margin-left: 1px;
	border-top: 1px solid #cfd8e6;
	min-width: 665px;
}

	#toolbox ul {
		list-style: inside none !important;
		background: none !important;
	}

	#toolbox ul li {
		float: left;
		background: none !important;
		width: auto !important;
		padding: 0 20px 0 20px;
		height: 49px;
		border-right: 1px solid #d2e2f0;
	}

	#toolbox ul li a {
		width: auto !important;
		height: 31px;
		padding: 18px 16px 0 40px;
		font-family: Arial, Helvetica, sans-serif;
		color: #99a8bf;
		font-size: 13px ;
		font-weight: bold;
		text-align: left;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	#toolbox ul li:hover {
		background: #f9f9f9 !important;
	}

	#toolbox ul li:hover a {
		color: #619831;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	#toolbox ul li a:hover {
		color: #619831;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	#toolbox ul li a.weather_tool {
		background: url(images/weather_tool_icon.png) left center no-repeat !important;
	}

	#toolbox ul li a.webcam_tool {
		background: url(images/webcam_tool_icon.png) left center no-repeat !important;
	}

	#toolbox ul li a.cableway_tool {
		background: url(images/map_tool_icon.png) left center no-repeat !important;
	}

	#toolbox ul li a.map_tool {
		background: url(images/map_tool_icon.png) left center no-repeat,
					url(images/drop_arrow.png) right center no-repeat !important;
	}

	#toolbox ul li a.weather_tool:hover,
	#toolbox ul li:hover a.weather_tool {
		background: url(images/weather_tool_icon_h.png) left center no-repeat !important;
	}

	#toolbox ul li a.webcam_tool:hover,
	#toolbox ul li:hover a.webcam_tool {
		background: url(images/webcam_tool_icon_h.png) left center no-repeat !important;
	}

	#toolbox ul li a.cableway_tool:hover,
	#toolbox ul li:hover a.cableway_tool {
		background: url(images/map_tool_icon_h.png) left center no-repeat !important;
	}

	#toolbox ul li a.map_tool:hover,
	#toolbox ul li:hover a.map_tool {
		background: url(images/map_tool_icon_h.png) left center no-repeat,
					url(images/drop_arrow.png) right center no-repeat !important;
	}

	#toolbox ul li:hover .toolbox_dropdown {
		visibility: visible;
	}

.toolbox_dropdown {
	position: absolute;
	width: 980px;
	left: 0;
	height: auto;
	float: none;
	background: #f9f9f9;
	border-bottom: 5px solid #dddad6;
	visibility: hidden;
	z-index: 5000;
}

.toolbox_dropdown:after {
	content: "";
	clear: both;
	display: block;
}

	.toolbox_dropdown h2 {
		color: #858585;
		text-transform: uppercase;
		font-family: "corbelb";
		font-size: 26px;
		font-weight: normal;
		margin-bottom: 10px;
	}

.toolbox_column {
	float: left;
	width: 155px;
	padding: 20px 20px 0 20px;
}

.toolbox_column:hover {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.toolbox_column:hover h2,
.toolbox_column:hover .day_title {
	color: #2c4296;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.toolbox_column:hover .more_report_btn {
	background: #2c4296 !important;
	border: 1px solid #0054a6;
	color: #fff !important;
	-webkit-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
}

	.toolbox_column h2 {
		font-size: 14px;
		color: #858585;
		font-family: "corbelb";
		text-transform: uppercase;
		text-align: center;
	}

	.toolbox_column ul {
		margin: 0 !important;
		height: auto !important;
	}

	.toolbox_column ul li {
		width: 156px !important;
		height: auto !important;
		float: none !important;
		margin: 0 0 20px 0;
		text-align: center;
		border-right: none !important;
		padding: 0 !important;
	}

	.toolbox_column ul li img {
		border-radius: 5px;
	}

.report_circle {
	position: relative;
	margin: 0 auto;
	width: 110px; height: 110px;
	border-radius: 100%;
	border: 15px solid #cecfd2;
	border-top-color: #2c4296;
	border-right-color: #2c4296;
	border-bottom-color: #2c4296;
	margin-bottom: 30px;
	margin-top: 30px;
}

	.report_circle.snow_report {
		background: url(images/snow_icon.png) center center no-repeat;
	}

	.report_circle.lifts_report {
		background: url(images/lift_icon.png) center center no-repeat;
	}

	.report_circle.tows_report {
		background: url(images/tow_icon.png) center center no-repeat;
	}

	.report_circle.ski_report {
		background: url(images/ski_icon.png) center center no-repeat;
	}

	.report_circle.lenght_report {
		background: url(images/lenght_icon.png) center center no-repeat;
	}

.value {
	color: #373737;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.more_report_btn {
	padding: 10px !important;
	margin: 0 auto;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	height: auto !important;
	width: auto !important;
	border: 1px solid #cecfd2;
	color: #b7b8bb !important;
	text-indent: inherit !important;
	text-transform: none !important;
	font-family: "corbeli" !important;
	background: none !important;
	font-size: 16px  !important;
	font-weight: normal !important;
	text-align: center !important;
	-webkit-transition: none !important;
	transition: none !important;
}

.more_report_btn:hover {
	background: #2c4296 !important;
	border: 1px solid #0054a6;
	color: #fff !important;
	-webkit-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
}
/* ---- WEATHER ---- */
.forecast {
	width: 748px;
	height: auto;
	float: left;
	padding: 20px 0 0 20px;
}

.current_weather {
	width: 155px;
	float: left;
	padding: 20px;
}

	.current_weather h2 {
		color: #2c4296;
	}

	.current_weather ul li span {
		display: block;
	}

	.current_weather ul li img {
		float: left;
		margin: 0 10px 0 0;
	}

	.current_weather ul {
		margin-top: 15px;
	}

	.current_weather ul li {
		float: none !important;
		height: auto !important;
		width: 156px !important;
		margin: 0 0 10px 0;
		text-align: left !important;
	}

	.current_weather ul li.day_title {
		font-size: 14px !important;
	}

	.current_weather ul li span.temperature {
		font-size: 20px !important;
	}

.day_title {
	font-family: "corbelb";
	font-size: 18px;
	color: #858585;
	text-transform: uppercase;
	height: auto !important;
	text-align: center;
}

.temperature {
	font-size: 44px;
	color: #373737;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.weather_description {
	font-size: 12px;
	color: #797979;
	font-family: "corbeli";
}

/* ---- WEBCAMS ---- */
.live_webcams {
	width: 960px;
	padding: 20px 0 0 20px;
}

.webcam_thumb {
	float: left;
	width: 172px;
	height: auto;
	margin: 10px 20px 20px 0;
}

	.webcam_thumb a {
		width: 172px !important;
		height: 100% !important;
		text-indent: inherit !important;
		padding: 0 !important;
		color: #373737 !important;
		font-size: 16px !important;
		margin: 0 !important;
		text-align: left !important;
		-webkit-transition: none !important;
		transition: none !important;
	}

	.webcam_thumb a:hover {
		color: #2c4296 !important;
	}

	.webcam_thumb a img {
		border: none !important;
		margin-bottom: 10px;
	}
/* ---- LOGO ---- */
nav h1 {
	text-indent: -99999px;
	width: 150px;
	height: 150px;
	float: left;
}

	nav .logo {
		background: url(images/logo.png) center top no-repeat;
		width: 150px;
		height: 150px;
		float: left;
		border-right: 1px solid #cfd8e6;
	}

/* ---- MAIN SLIDESHOW ---- */
.cycle-slideshow {
	width: 980px;
	height: 405px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
}

/* ---- MAIN SLIDESHOW - NAVIGATION ---- */
.cycle-prev, .cycle-next {
	position: absolute;
	top: 0;
	width: 15%;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 800;
	height: 100%;
	cursor: pointer;
}

.cycle-prev.disabled, .cycle-next.disabled {
	display: none;
}

.cycle-prev {
	left: 0;
	background: url(images/left.png) 40% 50% no-repeat;
}

.cycle-next {
	right: 0;
	background: url(images/right.png) 60% 50% no-repeat;
}

.cycle-prev:hover, .cycle-next:hover {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.disabled {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}

/* ---- MAIN SLIDESHOW - PROGRESS BAR ---- */
#progress {
	position: absolute;
	bottom: 0;
	height: 4px;
	width: 0px;
	background: #2c4296;
	z-index: 800;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* ---- MAIN SLIDESHOW - PAGER ---- */
#main-pager {
	position: absolute;
	bottom: 30px;
	left: 30px;
	height: 20px;
	z-index: 1000;
}

	#main-pager .page {
		float: left;
		width: 20px;
		height: 20px;
		background: #fff;
		margin-right: 10px;
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		opacity: 0.8;
	}

	#main-pager .page.cycle-pager-active {
		background: #619831;
	}

/* ---- MAIN SLIDESHOW - OVERLAY ---- */
.cycle-overlay {
	background: url(images/overlay.png) left top repeat;
	position: absolute;
	z-index: 600;
	top: 40px;
	right: 0;
	width: 380px;
	max-height: 270px;
	padding: 30px;
	color: #fefdf9;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cycle-overlay:hover {
	background: url(images/overlay_hover.png) left top repeat;
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

	/* ---- MAIN SLIDESHOW - OVERLAY CONTENT ---- */
	.cycle-overlay h2 {
		text-transform: uppercase;
		font-family: "corbelb";
		font-size: 50px;
		line-height: 1;
		margin-bottom: 15px;
		font-weight: normal;
	}

	.cycle-overlay p {
		font-size: 14px;
		white-space: pre-wrap;
		max-height: 95px;
		overflow: hidden;
	}

	.cycle-overlay a {
		color: #d9b78d;
	}

	/* ---- MAIN SLIDESHOW - OVERLAY MORE INFO BUTTON ---- */
	.cycle-overlay .more_info {
		float: left;
		height: auto;
		padding: 15px 40px 15px 15px;
		background: url(images/arrow.png) 93% center no-repeat #619831;
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
		text-decoration: none;
		margin-top: 15px;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.cycle-overlay .more_info:hover {
		background: url(images/arrow_h.png) 93% center no-repeat #fff;
		color: #486174;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

/* ---- LANDING PAGES ---- */
#landing_page_header {
	width: 980px;
	height: 405px;
	margin: 0 auto;
	position: relative;
}

/* ---- LANDING PAGE - OVERLAY ---- */
.landing_page-overlay {
	background: url(images/overlay.png) left top repeat;
	position: absolute;
	z-index: 600;
	top: 40px;
	left: 0;
	width: 380px;
	max-height: 270px;
	padding: 30px;
	color: #fefdf9;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.landing_page-overlay:hover {
	background: url(images/overlay_hover.png) left top repeat;
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

	/* ---- LANDING PAGE - OVERLAY CONTENT ---- */
	.landing_page-overlay h1, .landing_page-overlay h2 {
		text-transform: uppercase;
		font-family: "corbelb";
		font-size: 50px;
		line-height: 1;
		margin-bottom: 15px;
		font-weight: normal;
	}

	.landing_page-overlay p {
		font-size: 14px;
		white-space: pre-wrap;
		max-height: 146px;
		overflow: hidden;
	}

	.landing_page-overlay a {
		color: #d9b78d;
	}

	/* ---- LANDING PAGE - BUTTON ---- */
	.landing_page-overlay .button {
		float: left;
		height: 15px;
		padding: 15px;
		font-family: "corbelb";
		background: #619831;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		text-decoration: none;
		margin-top: 15px;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.landing_page-overlay .button:hover {
		background: #fff;
		color: #486174;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

/* ---- CAPTION ---- */
#caption {
	width: 100%;
	height: 45px;
	border-top: 5px solid #e6e6e6;
	border-bottom: 1px solid #e1e1e1;
	background: #f5f5f5;
	padding-top: 10px;
}

	.caption_wrapper {
		width: 980px;
		position: relative;
		margin: 0 auto;
	}

/* ---- FLASH NEWS ---- */
.news_slider {
	height: 35px;
	width: 980px;
	background: #f5f5f5;
}

	.news_slider a {
		text-decoration: none;
		width: 980px;
		height: 40px;
		display: block;
		text-align: center;
		color: #838a8f;
	}

/* ---- FLASH NEWS - TAGS ---- */
.news_tag, .event_tag {
	background: #f4de49;
	border: 1px solid #d1be3f;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: normal !important;
	color: #93883e;
	font-size: 18px;
	margin: 0 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

.event_tag {
	background: #b0cb1f;
	border: 1px solid #b0cb1f;
	color: #f5f5f5;
}

.event_p {
	margin: 10px 0 30px 0;
}

.read_more {
	font-family: "corbeli";
	font-size: 14px;
	color: #2c4296;
	text-decoration: none;
	margin-left: 20px;
}

/* ---- CATEGORIES ---- */
#categories {
	width: 100%;
	padding: 40px 0 0 0;
	background: url(images/pattern_1.png) left top repeat #e9eef0;
}

.categories_slider {
	height: 260px;
	margin: 0 auto;
	background: none;
}

	.categories_slider li {
		list-style: none;
		width: 251px;
		height: 260px;
		float: left;
	}

	.wrapper {
		width: 1010px;
		overflow: hidden;
		margin: 0 auto;
	}

	.wrapper_small {
		width: 720px;
	}

.categories_list {
	width: 980px;
	margin: 0 auto;
}

	.categories_list li {
		list-style: none;
		width: 251px;
		height: 300px;
		float: left;
	}

.categories_pager {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
}

	.categories_prev, .categories_next {
		padding: 5px;
		display: inline-block;
		*display: inline;
		zoom: 1;
		background: #fafafa;
		margin-right: 5px;
		border: 1px solid #e1e1e1;
		outline: none !important;
		cursor: pointer;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #2c4296;
	}

#pager {
	margin: 0 auto;
	width: 980px;
	padding: 20px 0 40px 0;
	text-align: center;
}

	#pager .page {
		width: 20px;
		height: 20px;
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: 5px;
		border: 2px solid #cdd0d3;
		outline: none !important;
	}

	#pager .page.cycle-pager-active {
		background: #a8bdd3;
	}

#categories .category {
	width: 223px;
	height: 260px;
	position: relative;
	margin-bottom: 40px;
	border-bottom: 5px solid #cdd0d3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#categories .category:hover {
	border-bottom: 5px solid #619831;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	#categories .category p {
		width: 223px;
		white-space: normal !important;
		color: #8e8f94;
		font-size: 12px;
	}

	#categories .category .more_info p {
		color:white;
	}

	#categories .category h3 {
		font-weight: normal;
		font-family: "corbelb";
		font-size: 20px;
		color: #619831;
		margin: 10px 0 10px 0;
		padding: 0;
	}

	#categories .category a {
		text-decoration: none;
	}

	#categories .category a img {
		border: 0;
	}

	/* ---- CATEGORIES HOVER ---- */
	.category a .more_info {
		opacity: 0;
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		background: url(images/hover_blue.png) left top repeat;
		width: 223px;
		height: 120px;
		position: absolute;
		z-index: 10;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.category a:hover .more_info {
		opacity: 1;
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	/* ---- CATEGORIES HOVER - ICON ---- */
	.category a .more_info span.icon {
		background: url(images/more_icon.png) top left no-repeat;
		width: 51px;
		height: 39px;
		position: absolute;
		left: 87px;
		top: -24px;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.category a:hover .more_info span.icon {
		left: 87px;
		top: 24px;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	/* ---- CATEGORIES HOVER - TEXT ---- */
	.category a .more_info p {
		position: absolute;
		width: 223px;
		text-align: center;
		font-size: 12px;
		color: #fff;
		left: 0;
		top: 55px;
		font-family: "corbeli";
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}

	.category a:hover .more_info p {
		left: 0;
		top: 75px;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}

/* ---- MAIN CONTENT ---- */
#content {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background: url(images/content_bg.png) left top repeat-y #faf9f5;
}

#content.content-iframe .text { padding:10px 0 0; }
#content.content-iframe .text p { padding-right:0;}
#content.content-iframe .content-fullwidth-body .text { padding:10px 20px; }

#content.content-iframe {
    background:white; 
    padding:0;
} 

#content:after {
	content: "";
	clear: both;
	display: block;
}

	#content .left {
		width: 210px;
		padding: 20px 20px 0 20px;
		float: left;
		border-top: 1px solid #cfd8e6;
	}

	#content .right {
		width: 730px;
		float: right;
		border-top: 1px solid #cfd8e6;
	}

		#content .right header,
		#content.content-fullwidth header {
			padding: 20px;
			background: #f2f2f2;
			border-bottom: 1px solid #e6e3df;
			width: 100%;
                        box-sizing: border-box;
			position: relative;
		}
/**
darkgreen #619831
lightgreen #b0cb1f
*/
		#content .right header h1 {
			color: #619831;
			font-size: 30px;
			font-weight: normal;
			font-family: "corbel";
			line-height: normal;
		}

		#content .right header h1.short {
			width: 480px;
		}

.text {
	padding: 20px;
	line-height: 1.5;
	font-size: 14px;
	color: #898b8c;
	font-family: "corbel";
}

        a {
		color: #619831;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	.text p {
		margin-bottom: 20px;
		/* width: 460px; */
		padding-right: 15px;
	}

	.text strong {
		font-family: "corbelb";
	}

	.text em {
		font-family: "corbeli";
		font-style: normal;
	}

	.text ul {
		list-style-position: inside;
		list-style-image: url(images/list_type_03.png);
		margin-top: 15px;
	}

	table.objects-list ul {
		margin-top: 0;
	}

	h2.object_title {
		margin-bottom: 10px;
		width: 390px;
		line-height: 30px;
	}

	.text h2:nth-child(1) {
		margin-top: 12px;
	}

	.text h2 {
		font-family: "corbelb";
		font-size: 24px;
		color: #619831;
		font-weight: normal;
		margin-top: 30px;
		text-align: left;
	}

	.text h3 {
		color: #a2a4a6;
		font-size: 18px;
		font-family: "corbelb";
		font-weight: normal;
	}

.text2 p {
		width: 670px;
		padding-right: 15px;
	}

.text_object {
		float: left;
		margin-right: 15px;
	}

.left_btn {
	width: 180px;
	background: #2c4296;
	border: 1px solid #004c78;
	padding: 15px;
	display: block;
	color: #fff;
	font-family: "corbelb";
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.left_btn:hover {
	background: #b59b74;
	border: 1px solid #887457;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* ---- OBJECTS ---- */
.object {
	width: 215px !important;
	height: 230px !important;
	margin: 0 0 20px 20px;
	float: left;
	background: #fff;
	border: 1px solid #e7e4e0;
}

.object-image {
	width: 215px !important;
	height: 182px !important;
	position: relative;
}

.object-image:hover .object-title,
.object-image:hover .object_tag,
.object-image:hover .route_tag {
	opacity: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.object-title {
	width: 195px;
	padding: 10px;
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	position: absolute;
	background: url(images/overlay.png) left top repeat;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	pointer-events: none;
}

	.object-title h2 {
		font-size: 16px;
		font-weight: normal;
		font-family: "corbelb";
		color: #fff;
		margin-bottom: 5px;
	}

	.object-title h3 {
		color: #afb1b3;
		font-size: 12px;
		font-weight: normal;
		font-family: "corbeli";
		background: url(images/location_icon.png) left center no-repeat;
		padding-left: 15px;
	}

.object-value {
	float: left;
	width: 110px;
	height: 22px;
	margin: 10px 0 10px 10px;
	padding-top: 8px;
}

.star_rating {
	list-style: none;
	padding: 0 !important;
}

.star_rating li {
	float: left;
	width: 13px;
	height: 13px;
	background: url(images/star_icon.png) left center no-repeat;
	margin-right: 5px !important;
}

.difficulty_easy, .difficulty_medium, .difficulty_hard {
	font-size: 12px;
	padding-left: 20px;
	float: left;
}

.difficulty_easy {
	color: #5db333;
	background: url(images/difficulty_easy.png) left center no-repeat;
}

.difficulty_medium {
	color: #ff960d;
	background: url(images/difficulty_medium.png) left center no-repeat;
}

.difficulty_hard {
	color: #d80000;
	background: url(images/difficulty_hard.png) left center no-repeat;
}

.detail_btn {
	float: right;
	margin: 10px;
	padding: 5px 10px 5px 10px;
	background: #2c4296;
	border: 1px solid #004c78;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	font-family: "corbelb";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.detail_btn:hover {
	background: #b59b74;
	border: 1px solid #887457;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.object_tag,
.route_tag {
	position: absolute;
	top: 20px;
	background: #efdb35;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-family: "corbeli";
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 1px solid #b2a328;
	border-bottom: 1px solid #b2a328;
	border-right: 1px solid #b2a328;
	color: #877c1e;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.route_tag {
	background: #5bcd3c;
	border-top: 1px solid #3d8a28;
	border-bottom: 1px solid #3d8a28;
	border-right: 1px solid #3d8a28;
	color: #245117;
}

/* ---- OBJECT, ROUTE, EVENT, NEWS DETAIL ---- */
.detail {
	width: 730px;
	height: 250px;
	/* height: 297px; */
	background: #000;
}

.detail:after {
	content: "";
	clear: both;
	display: block;
}

	.detail img {
		float: left;
	}

.basic_info, .basic_info_event {
	float: right;
	background: #1e1d1d;
	height: 210px;
	width: 215px;
	padding: 20px;
	color: #afb1b3;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.basic_info_event {
	width: 480px !important;
	height: 257px !important;
}

	.basic_info h2,
	.basic_info_event h2 {
		font-size: 18px;
		font-weight: normal;
		font-family: "corbelb";
		color: #dddcd9;
		border-bottom: 1px solid #676869;
		padding: 0 0 5px 25px;
		margin-bottom: 3px;
	}

	.basic_info_event h2 {
		text-transform: uppercase !important;
	}

	.basic_info h2.adress,
	.basic_info_event h2.adress {
		background: url(images/adress_icon.png) left 3px no-repeat;
	}

	.basic_info h2.contacts {
		background: url(images/contacts_icon.png) left 3px no-repeat;
	}

	.basic_info h2.web {
		background: url(images/web_icon.png) left 3px no-repeat;
	}

	.basic_info h2.start_point {
		background: url(images/start_icon.png) left 4px no-repeat;
	}

	.basic_info h2.finish_point {
		background: url(images/finish_icon.png) left 5px no-repeat;
	}

	.basic_info h2.routes {
		background: url(images/routes_icon.png) left 5px no-repeat;
	}

	.basic_info_event h2.event_date {
		background: url(images/date_icon.png) left 2px no-repeat;
	}

	.basic_info_event h2.entry {
		background: url(images/entry_icon.png) left 2px no-repeat;
	}

	.basic_info p,
	.basic_info_event p {
		padding: 2px 0 2px 0;
	}

	.basic_info a,
	.basic_info_event a {
		text-decoration: none;
		color: #b59b74;
	}

	.basic_info a:hover,
	.basic_info_event a:hover {
		text-decoration: underline;
	}

.poster {
	width: 210px;
	height: 297px;
	float: left;
	background: url(images/zoom_icon.png) center center no-repeat;
}

.poster_2 {
	width: 210px;
	height: 297px;
	float: left;
	background: url(images/arrow_icon.png) center center no-repeat;
}

.poster:hover img, .poster_2:hover img {
	opacity: 0.2;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

/* ---- COLLAPSED CONTENT ---- */
.collapse-inner {
	padding-top: 15px;
}

.collapse-heading a.collapse-toggle {
	color: #2c4296;
	text-decoration: none;
}

.collapse-heading a.collapse-toggle:hover {
	text-decoration: none;
}

.collapse-heading a.collapsed {
	color: #afb1b3;
	text-decoration: none;
}

.collapse-heading a.collapsed:hover {
	color: #2c4296;
	text-decoration: none;
}

.collapse-inner > .row {
	display: block;
	margin-bottom: 20px;
}

.collapse-inner > .row:after {
	content: "";
	display: block;
	clear: both;
}

.collapse-heading .collapse-toggle {
	display: block;
}

.collapse-toggle {
	font-family: "corbelb";
	font-size: 20px;
	color: #2c4296;
	background: url(images/minus_h.png) right center no-repeat;
	padding: 10px 0 10px 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 5px solid #2c4296;
}

.collapse-toggle:hover {
	border-bottom: 5px solid #2c4296;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.collapse-toggle.collapsed:hover {
	color: #2c4296;
	background: url(images/plus_h.png) right center no-repeat;
	border-bottom: 5px solid #2c4296;
}


.collapse-toggle.collapsed {
	background: url(images/plus.jpg) right center no-repeat;
	color: #afb1b3;
	border-bottom: 5px solid #cdd0d3;
}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.collapse.in {
	height: auto;
}

.fee, .length {
	padding: 10px 10px 10px 40px;
	position: absolute;
	right: 20px;
	top: 25px;
	background: url(images/price_icon_2.png) 10px center no-repeat #f4de49;
	border: 1px solid #d1be3f;
	color: #93883e;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.length {
	background: url(images/length_icon.png) 10px center no-repeat #9be15e;
	color: #5b8437;
	border: 1px solid #83be4f;
}

.tags {
	width: 100%;
	background: #fcfcfc;
	height: 45px;
	border-bottom: 1px solid #f2f1ed;
	font-family: Arial, Helvetica, sans-serif !important;
}

	#detail_height {
		height: 297px;
		}

	.tags a {
		color: #2c4296;
	}

	.tags a:hover {
		text-decoration: none;
	}

	.tags ul {
		list-style-position: inside;
		list-style-type: none;
		padding: 15px;
	}

	.tags ul li {
		float: left;
		margin: 0 20px 0 0;
		color: #afb1b3;
		font-size: 12px;
	}

	.location_tag, .location_tag h3 {
		background: url(images/location_icon.png) left 2px no-repeat !important;
		font-weight: normal !important;
		font-size: 12px !important;
		color: #afb1b3 !important;
	}

	.location_tag {
		padding-left: 15px !important;
	}

	.location_tag h3 {
		background: none !important;
	}

	.date {
		font-size: 14px !important;
		font-weight: bold;
	}

	.phone_tag, .mail_tag, .web_tag {
		font-weight: normal !important;
		font-size: 12px !important;
		color: #afb1b3 !important;
	}

	.phone_tag {
		background: url(images/phone_icon.png) left 2px no-repeat !important;
		padding-left: 14px !important;
	}

	.mail_tag {
		background: url(images/mail_icon.png) left 0 no-repeat !important;
		padding-left: 19px !important;
	}

	.web_tag {
		background: url(images/web_icon.png) left 1px no-repeat !important;
		padding-left: 17px !important;
	}


/* ---- ARTICLES ---- */
article {
	width: 690px;
	margin: 0 auto;
	color: #898B8C;
	font-family: "corbel";
	font-size: 14px;
	border-bottom: 1px solid #e6e5e1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

article:after {
	content: "";
	display: block;
	clear: both;
}

	article > p {
		margin-top: 10px;
	}

	article > img {
		display: block !important;
	}

	article > a {
		text-decoration: none;
	}

	article > a:hover > h2 {
		color: #000000;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	article > a > h2 {
		color: #619831;
		font-size: 30px;
		font-family: "corbel";
		font-weight: normal;
		margin-bottom: 10px;
		line-height: 30px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

.read_more_btn {
	background: url(images/read_more_icon.png) 10px center no-repeat #619831;
	border: 1px solid #619831;
	padding: 10px 10px 10px 40px;
	margin-top: 20px;
	float: right;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "corbelb";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.read_more_btn:hover {
	background: url(images/read_more_icon.png) 10px center no-repeat #b0cb1f;
	border: 1px solid #b0cb1f;
}

/* ---- OBJECT & ROUTE TABS ---- */
.object_tabs {
	width: 690px;
	margin: 0 auto;
	color: #898B8C;
	font-family: "corbel";
}

.object-tabs {
	*zoom: 1;
}

.object-tabs:before,
.object-tabs:after {
	display: table;
	line-height: 0;
	content: "";
}

.object-tabs:after {
	clear: both;
}

.object-tabs > li {
	float: left;
	width: 228px;
	margin-right: 2px;
	border-bottom: 5px solid #cdd0d3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	list-style: none !important;
}

.object-tabs > li.active {
	border-bottom: 5px solid #2c4296;
}

.object-tabs > li.gallery {
	background: url(images/albums_icon.png) left center no-repeat;
}

.object-tabs > li.gallery:hover, .object-tabs > li.gallery.active {
	background: url(images/albums_icon_h.png) left center no-repeat;
}

.object-tabs > li.map {
	background: url(images/map_icon.png) left center no-repeat;
}

.object-tabs > li.map:hover, .object-tabs > li.map.active {
	background: url(images/map_icon_h.png) left center no-repeat;
}

.object-tabs > li.openings {
	background: url(images/clock_icon.png) left center no-repeat;
}

.object-tabs > li.openings:hover, .object-tabs > li.openings.active {
	background: url(images/clock_icon_h.png) left center no-repeat;
}

.object-tabs > li > a {
	padding-right: 12px;
	padding-left: 30px;
	margin-right: 2px;
	line-height: 14px;
}

.object-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	text-decoration: none;
	font-size: 20px;
	color: #cdd0d3;
	font-family: "corbelb";
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.object-tabs > li > a:hover {
	color: #2c4296;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.object-tabs > .active > a,
.object-tabs > .active > a:hover {
	color: #2c4296;
	cursor: default;
}

/* ---- TOP EVENTS SLIDER ---- */
#top_events {
	width: 210px;
	margin: 20px 0 20px 0;
	background: #fcfcfc;
	border: 1px solid #cdd0d3;
}

.top_events_slider {
	width: 210px;
	height: 297px;
}

.top_events_caption {
	font-family: "corbelb";
	font-size: 20px;
	color: #619831;
	background: url(images/top_events_icon.png) left center no-repeat;
	padding: 7px 0 6px 26px;
	text-transform: uppercase;
	margin-left: 20px;

}

.top_events_btn {
	font-family: "corbelb";
	font-size: 14px;
	text-transform: uppercase;
	color: #b8b8b8;
	padding: 10px 0 10px 0;
	display: block;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top_events_btn:hover {
	color: #2c4296;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.event_slide {
	position: relative;
	background: #000;
	height: 297px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	display: none;
}

.event_slide img {
	border: none;
}

.event_slide:hover .event_slide_info {
	opacity: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.event_slide_info {
	background: url(images/overlay_hover.png) left top repeat;
	position: absolute;
	bottom: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	left: 0;
	width: 170px;
	padding: 20px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.event_slide_info_2 {
	background: #000;
	position: absolute;
	bottom: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	left: 0;
	width: 170px;
	padding: 20px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.event_slide_title {
	font-size: 14px;
	padding-top: 10px;
}

/* ---- EVENTS ---- */
#events {
	width: 100%;
	padding: 40px 0 15px 0;
	background: url(images/pattern_1.png) left top repeat #E9EEF0;
}

#events:after {
	content: "";
	clear: both;
	display: block;
}

.events_filter {
	position: absolute;
	right: 0;
	top: -5px;
}

	.events_filter label {
		font-family: "corbelb";
		font-size: 18px;
		color: #2c4296;
		margin: 0 10px 0 10px;
	}

.events_list {
	width: 980px;
	margin: 0 auto;
}

	.events_list ul {
		list-style-position: inside;
		list-style-type: none;
	}

	.events_list li {
		width: 225px;
		height: 122px;
		border-bottom: 5px solid #cdd0d3;
		float: left;
		margin: 0 25px 25px 0;
		padding: 0 0 10px 0;
		*display: inline;
		zoom: 1;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.events_list li:hover {
		border-bottom: 5px solid #2c4296;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.events_list h2 {
		color: #619831;
		font-size: 20px;
		padding-bottom: 5px;
		background: url(images/date_icon.png) left 2px no-repeat;
		padding: 0 0 0 25px;
	}

	.events_list h3 {
		color: #2c4296;
		font-size: 18px;
		font-weight: normal;
		padding-bottom: 5px;
	}

	.events_list p {
		color: #8e8f94;
		font-size: 12px;
	}

	.events_list a {
		text-decoration: none;
		color: #2c4296;
	}

	.events_list a:hover {
		text-decoration: underline;
	}

	a.archive_link {
		clear: both;
		display: block;
		width: 980px;
		height: 28px;
		background: #cdd0d3;
		text-align: center;
		padding-top: 12px;
		color: #333;
		margin-bottom: 10px;
		margin-top: 10px;
		text-decoration: none;
	}

	a.archive_link:hover {
		background: #2c4296;
		color: #fff;
		text-decoration: none;
	}

	a.alink {
		text-decoration: none;
	}


/* ---- MULTIMEDIA ---- */
#multimedia {
	width: 100%;
	padding: 40px 0 15px 0;
	background: url(images/pattern_1.png) left top repeat #E9EEF0;
}

.multimedia_tabs {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.album_thumbnail,
.video_thumbnail {
	width: 480px;
	height: 130px;
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	text-align: center;
}

.photo_thumbnail {
	width: 217px;
	height: 130px;
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
}

.album_thumbnail_overlay,
.video_thumbnail_overlay {
	position: absolute;
	width: 480px;
	height: 130px;
	background: url(images/overlay_hover.png) left top repeat;
	opacity: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.photo_thumbnail_overlay {
	position: absolute;
	width: 217px;
	height: 130px;
	background: url(images/overlay_hover.png) left top repeat;
	opacity: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.album_thumbnail:hover > .album_thumbnail_overlay,
.album_thumbnail:hover > .album_thumbnail_overlay h3,
.album_thumbnail:hover > .album_thumbnail_overlay .view_btn,
.album_thumbnail:hover > .album_thumbnail_overlay .play_btn,
.video_thumbnail:hover > .video_thumbnail_overlay,
.video_thumbnail:hover > .video_thumbnail_overlay h3,
.video_thumbnail:hover > .video_thumbnail_overlay > .view_btn,
.video_thumbnail:hover > .video_thumbnail_overlay > .play_btn,
.photo_thumbnail:hover > .photo_thumbnail_overlay,
.photo_thumbnail:hover > .photo_thumbnail_overlay > .zoom_btn {
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.album_thumbnail_overlay h3,
.video_thumbnail_overlay h3 {
	color: #fff;
	position: relative;
	top: 30px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.view_btn, .play_btn {
	background: url(images/view_icon.png) 10px center no-repeat #2c4296;
	border: 1px solid #004c78;
	padding: 10px 10px 10px 35px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	margin: 0 auto;
	top: 50px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.zoom_btn {
	background: url(images/zoom_icon.png) center center no-repeat;
	width: 217px;
	height: 130px;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.play_btn {
	background: url(images/play_icon.png) 10px center no-repeat #2c4296;
}

.view_btn:hover {
	background: url(images/view_icon.png) 10px center no-repeat #B59B74;
	border: 1px solid #887457;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.play_btn:hover {
	background: url(images/play_icon.png) 10px center no-repeat #B59B74;
	border: 1px solid #887457;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* ---- MULTIMEDIA TABS ---- */
.nav {
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
}

.nav h2, .nav h3 {
	font-size: 20px;
	font-weight: normal;
}

.nav > li > a {
	display: block;
}

.nav > li:hover {
	text-decoration: none;
	border-bottom: 5px solid #2c4296;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-tabs {
	*zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after {
	display: table;
	line-height: 0;
	content: "";
}

.nav-tabs:after {
	clear: both;
}

.nav-tabs > li {
	float: left;
	width: 243px;
	margin-right: 2px;
	border-bottom: 5px solid #b7b9bc;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-tabs > li.active {
	border-bottom: 5px solid #2c4296;
}

.nav-tabs > li.albums {
	background: url(images/albums_icon.png) left center no-repeat;
}

.nav-tabs > li.videos {
	background: url(images/videos_icon.png) left center no-repeat;
}

.nav-tabs > li.panoramas {
	background: url(images/panoramas_icon.png) left center no-repeat;
}

.nav-tabs > li.webcams {
	background: url(images/webcams_icon.png) left center no-repeat;
}

.nav-tabs > li.albums:hover, .nav-tabs > li.albums.active {
	background: url(images/albums_icon_h.png) left center no-repeat;
}

.nav-tabs > li.videos:hover, .nav-tabs > li.videos.active {
	background: url(images/videos_icon_h.png) left center no-repeat;
}

.nav-tabs > li.panoramas:hover, .nav-tabs > li.panoramas.active {
	background: url(images/panoramas_icon_h.png) left center no-repeat;
}

.nav-tabs > li.webcams:hover, .nav-tabs > li.webcams.active {
	background: url(images/webcams_icon_h.png) left center no-repeat;
}

.nav-tabs > li > a {
	padding-right: 12px;
	padding-left: 30px;
	margin-right: 2px;
	line-height: 14px;
}

.nav-tabs {
}

.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	text-decoration: none;
	font-size: 20px;
	color: #b7b9bc;
	font-family: "corbelb";
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-tabs > li > a:hover {
	color: #2c4296;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
	color: #2c4296;
	cursor: default;
}

.tab-content {
	height: auto;
}

.tab-content:after {
	content: "";
	clear: both;
	display: block;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

/* ---- BREADCRUMB ---- */
.breadcrumb {
	list-style: none;
	font-size: 11px;
	margin: 10px 0 0 0;
}

.breadcrumb > li {
	display: inline-block;
	color: rgb(137, 139, 140);
	*display: inline;
	*zoom: 1;
}

.breadcrumb > li > a {
	color: #619831;
	text-decoration: none;
}

.breadcrumb > li > a:hover {
	text-decoration: underline;
}

.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}

.breadcrumb > .active {
	color: #999999;
}

/* --- PAGINATION ---- */
.pagination {
	margin: 20px;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif !important;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	margin-left: 0;
	*zoom: 1;
}

.pagination ul > li {
	display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
	color: #8e8f91;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #619831;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #2c4296;
	cursor: pointer;
	font-weight: bold;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
	color: #999999;
	cursor: pointer;
	background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
}

.pagination-right {
	text-align: right;
}

.pagination .current {
	color: #2c4296;
	cursor: pointer;
	font-weight: bold;
}

.show_more {
	font-size: 18px;
	color: #fff;
	display: block;
	clear: both;
	margin: 0 auto;
	margin-top: 35px;
	width: 110px;
	padding: 15px 15px 15px 40px;
	font-family: "corbel";
	background: url(images/show_more_icon.png) 15px center no-repeat #2c4296;
	border: 1px solid #004c78;
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.show_more:hover {
	background: url(images/show_more_icon.png) 15px center no-repeat #b59b74;
	border: 1px solid #887457;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.count {
	color: #8e8f91;
	margin-top: 5px;
	float: left;
}

/* ---- FILTER ---- */
#filter {
	width: 210px;
}

.filter-inner {
	padding-top: 15px;
}

.filter-heading {
	border-bottom: 1px solid #dcdee1;
}

.filter-heading .filter-toggle {
	display: block;
}

.filter-toggle {
	font-family: "corbelb";
	font-size: 16px;
	color: #b59b74;
	background: url(images/minus.jpg) right 12px no-repeat;
	padding: 10px 0 10px 30px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.collapse.in {
	height: auto;
}

.row {
	margin-bottom: 10px;
}

.type {
	background: url(images/type_icon.png) left center no-repeat;
}

.locality {
	background: url(images/locality_icon.png) left center no-repeat;
}

.price {
	background: url(images/price_icon.png) left center no-repeat;
}

.general {
	background: url(images/category_icon.png) left center no-repeat;
}

/* ---- FORM ELEMENTS ---- */
.filter-group label {
	color: #8e8f91;
	font-size: 14px;
	font-family: "corbel";
	cursor: pointer;
}

form div.row {
	position: relative;
}

form div.row label {
	clear: both;
}

form div.row input[type=checkbox], form div.row input[type=radio] {
	padding: 0;
	margin: 2px 6px 0 0;
	vertical-align: middle;
}

form div.row:not(#foo) > input[type=checkbox], form div.row:not(#foo) > input[type=radio] {
	position: absolute;
	float: left;
	left: 0;
	opacity: 0;
}

form div.row:not(#foo) > input[type=checkbox] + label:before, form div.row:not(#foo) > input[type=radio] + label:before
{
	width: 16px;
	height: 17px;
	vertical-align: middle;
	margin-right: 6px;
	content: "";
	background: url(images/checkbox.png) 0px 0px no-repeat;
	display: inline-block;
}

form div.row:not(#foo) > input[type=checkbox] + label:before                 { background-position: 0px    0px; }
form div.row:not(#foo) > input[type=checkbox] + label:hover::before          { background-position: 0px  -25px; }
form div.row:not(#foo) > input[type=checkbox] + label:active::before         { background-position: 0px  -25px; }
form div.row:not(#foo) > input[type=checkbox]:focus + label:before           { background-position: 0px  -25px; }
form div.row:not(#foo) > input[type=checkbox]:checked + label:before         { background-position: 0px  -50px; }
form div.row:not(#foo) > input[type=checkbox]:checked + label:hover::before  { background-position: 0px  -75px; }
form div.row:not(#foo) > input[type=checkbox]:checked + label:active::before { background-position: 0px  -75px; }
form div.row:not(#foo) > input[type=checkbox]:checked:focus + label:before   { background-position: 0px  -75px; }

form div.row:not(#foo) > input[type=checkbox] + label.object_label { margin-left: 30px; }
form div.row:not(#foo) > input[type=checkbox] + label.object_label:before { margin-left: -30px; width: 25px; }
form div.row:not(#foo) > input[type=checkbox] + label.route_label { margin-left: 30px; }
form div.row:not(#foo) > input[type=checkbox] + label.route_label:before { margin-left: -30px; width: 25px; }

/* Newsletter form */
form#alo_easymail_widget_form {
	margin-top: 20px;
}

form#alo_easymail_widget_form table {
	margin-left: -5px;
	margin-top: -10px;
}

form#alo_easymail_widget_form input[type="radio"] {
	width: 10px;
	margin-right: 15px;
}

div#alo_easymail_widget_feedback {
	width: 250px;
	margin-top: 25px;
}

div#alo_easymail_widget_error {
	width: 250px;
}

.customSelect {
	width: 188px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8e8f91;
	background: #faf9f5;
	border: 1px solid #dcdee1;
	padding: 10px;
}

.customSelect.month {
	width: 115px !important;
}

.customSelect.week {
	width: 190px !important;
}

.customSelectInner {
	background: url(images/select_icon.png) right center no-repeat;
	width: 100% !important;
}

.object_label, .route_label {
	background: #efdb35;
	padding: 1px 5px 1px 5px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "corbeli";
	border: 1px solid #b2a328;
	color: #877c1e !important;
}

.route_label {
	border: 1px solid #3d8a28;
	color: #245117 !important;
	background: #5bcd3c;
}

/* slider root element */
.slider {
	background: #afb1b3;
	height: 5px;
	position: relative;
	cursor: pointer;
	border: 1px solid #d0d2d5;
	width: 210px;
	float: left;
	clear: right;
	margin-top: 10px;
}

/* progress bar (enabled with progress: true) */
.progress {
	height: 5px;
	background-color: #619831;
}

/* drag handle */
.handle {
	background: url(images/range_btn.png) left top no-repeat;
	height: 15px;
	width: 15px;
	top: -6px;
	position: absolute;
	display: block;
	margin-top: 1px;
	cursor: move;
}

/* the input field */
.range {
	border: 1px solid #dcdee1;
	float: right;
	color: #afb1b3;
	font-size: 14px;
	margin: 20px 50px 10px 0;
	padding: 0 0 0 10px;
	height: 30px;
	width: 50px;
	background: #faf9f5;
}

.range:after {
	content: "ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬";
}

.range_label {
	float: left;
	margin-top: 28px;
}

/* ---- PARTNERS ---- */
#partners {
	width: 980px;
	margin: 0 auto;
	border-top: 1px solid #425358;
	padding: 30px 0 30px 0;
	clear: both;
}

	#partners .logos {
		width: 65%;
		float:left;
		margin: 0 auto;
		margin-left: 20px;
	}

	.facebookWrapper { 
		width:30%;
		float:right;
	}


		#partners .logos a {
			text-decoration: none;
			margin: 0 0 0 5px;
		}

		#partners .logos a.zcr {
			margin-right: 0 !important;
		}
		
		

		#partners .logos img {
			border: none;
		}

/* ---- FOOTER ---- */
footer {
	width: 100%;
	background: url(images/pattern_2.png) left top repeat #2e3d41;
	padding: 40px 0 0 0;
}

#footer_container {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

#footer_container:after {
	content: "";
	clear: both;
	display: block;
}

#footer_container h4 {
	color: #fff;
	font-size: 18px;
	font-family: "corbelb";
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: normal;
}

span.logo-creanet {
	background: url(images/logo_creanet.png) 0 0 no-repeat;
	background-size: 130px 26px;
	width: 130px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 10px;
}

/* ---- FOOTER BUTTONS ---- */
.write_us, .subscribe, #footer_container .newsletter input.input-submit {
	float: left;
	background: url(images/arrow_2.png) 15px center no-repeat #cee2d7;
	text-align: center;
	padding: 10px 15px 10px 45px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "corbelb";
	color: #313f44;
	text-decoration: none;
	margin: 15px 0 0 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.subscribe, #footer_container .newsletter input.input-submit {
	background: url(images/subscribe_icon.png) 15px center no-repeat #cee2d7;
	border: none;
	cursor: pointer;
}

.write_us:hover {
	background: url(images/arrow_2.png) 15px center no-repeat #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.subscribe:hover, #footer_container .newsletter input.input-submit:hover {
	background: url(images/subscribe_icon.png) 15px center no-repeat #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

	/* ---- FOOTER CONTACT US ---- */
	#footer_container .contact_us {
		float: left;
		margin: 0 80px 0 0;
		max-width: 175px;
		color: #a5afb3;
	}

	/* ---- FOOTER NEWSLETTER ---- */
	#footer_container .newsletter {
		float: right;
		color: #a5afb3;
		width: 200px;
		max-width: 200px;
	}

		#footer_container .newsletter input {
			width: 177px;
			background: #181f22;
			border: 2px solid #3d4e56;
			padding: 10px;
			margin: 10px 0 0 0;
			color: #4d636d;
			font-family: "corbel";
			outline: none;
			-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
		}

		#footer_container .newsletter input:focus {
			border: 2px solid #cee2d7;
			-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
		}

	/* ---- FOOTER LINKS ---- */
	#footer_container .links {
		float: left;
		margin-right: 45px;
		max-width:  120px;
	}

	#footer_container .links li {
		list-style: none;
	}

	#footer_container .links li a {
		color: #a5afb3;
		text-decoration: none;
		line-height: 24px;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	#footer_container .links li a:hover {
		color: #b0cb1f;
		text-decoration: underline;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	#footer_container .links li:first-child a {
		color: #b0cb1f;
		font-size: 18px;
		font-family: "corbelb";
		text-transform: uppercase;
		margin-bottom: 10px;
		font-weight: normal;
		float: left;
		width: 120px;
		max-width: 120px;
		/* height: 50px; */
	}

/* ---- FOOTER COPYRIGHT ---- */
#copyright {
	width: 100%;
	text-align:center;
	margin: 0 auto;
	padding: 10px 0;
	color: #818e94;
	border-top: 1px solid #425358;
}

	#copyright a {
		color: #cee2d7;
		text-decoration: none;
	}

/* ---- ERROR 404 / SEARCH RESULTS ---- */
	#content_other {
		width: 980px;
		margin: 0 auto;
		border-top: 1px solid #cfd8e6;
		padding-bottom: 50px;
		background: #fff;
	}

		#content_other form {
			background: #fff;
			list-style: none;
		}

		#content_other form fieldset {
			padding: 20px 30px 20px 30px;
			border: none;
		}

		#content_other form fieldset li {
			list-style: none;
		}

		#content_other header div {
			padding: 20px 30px 20px 30px;
			background: #f2f2f2;
			border-bottom: 1px solid #e6e3df;
			width: 920px;
		}

		#content_other header h1 {
			color: #2c4296;
			font-size: 30px;
			font-weight: normal;
			font-family: "corbel";
			line-height: normal;
		}

		#content_other .content_text {
			padding: 30px;
			background: #fff;
			color: #8e8f94;
		}

		#content_other .content_text a {
			color: #2c4296;
			font-size: 18px;
			font-weight: normal;
			padding-bottom: 5px;
		}

		#content_other p.first {
			float: left;
			margin-bottom: 30px;
		}

		#content_other ul {
			margin-top: 15px;
		}

		#content_other ul li {
			list-style: square;
			margin-left: 30px;
		}

		#content_other ul li a {
			color: #2c4296;
			text-decoration: none;
		}

		#content_other ul li a:hover {
			color: #000;
			text-decoration: underline;
		}

	/* ---- OTHER  ---- */
	.highlighted {
		background: #ff0;
	}

	#footer_container .newsletter label {
		display: none;
	}

	div.info_box {
		width: 690px;
		padding: 20px 20px 0 20px;
		margin: 25px 0 0 -20px;
		border-top: #e6e3df 1px solid;
		color: #8e8f91;
	}

	div.block_homepage_boxes {
		margin: 0 auto;
		width: 980px;
		}

	/* ---- NO IMAGE ---- */
	div.multimedia_no_image {
		display: block;
		background: #232424;
		width: 480px;
		height: 130px;
	}

	div.left_event_no_image {
		display: block;
		background: #232424;
		width: 210px;
		height: 297px;
	}

	div.box_no_image {
		display: block;
		background: #232424;
		width: 223px;
		height: 120px;
	}

	div.top_no_image {
		display: block;
		background: #232424;
		width: 980px;
		height: 405px;
	}

/* Mapa */
iframe.map {
	border: none;
	width: 100%;
	height: 400px;
}

/* NEWSLETTER */
.newsletter-msg {
	width: 210px;
	margin-top: 10px;
	}

.error {
	color: #C00;
	}

.info {
	color: #0C6;
	}

/* ---- FB LIKE BUTTION ---- */
.fb-like-aktuality {
	float: right;
	margin: -18px 20px 0 20px;
}

.fb-like-udalosti {
	float: right;
	margin: 0 20px 0 20px;
}

.weather_icon {
	background: url('images/weather_icon.png');
	width: 96px;
	height: 99px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

nav ul li:hover .weather_icon a {
	background: none;
}

/* ---- SUBMENU ---- */
.accordion {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 210px;
}

	.accordion-heading {
		border-bottom: 1px solid #dcdee1;
		font-weight: bold;
	}

	.non-accordion-heading {
		background: none;
		border-bottom: 1px solid #dcdee1;
		font-weight: bold;
	}

	.accordion-heading a, .non-accordion-heading a {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		padding: 15px 0 15px 0;
		color: #619831;
	}

	.accordion-heading a:hover, .non-accordion-heading a:hover {
		color: #2c4296;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.accordion-heading .accordion-toggle, .non-accordion-heading .accordion-toggle {
		display: block;
	}

.accordion-toggle {
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	color: #b4b5b9;
	font-family: Arial, Helvetica, sans-serif;
}

.accordion-toggle.collapsed {
	background: none !important;
}

	.accordion-inner ul {
		list-style: none;
		list-style-position: inside;
		width: 220px;
		padding-top: 10px;
	}

	.accordion-inner ul li {
		padding: 5px 0 5px 10px;
	}

	.accordion-inner ul li a {
		color: #a7a9ab;
		text-decoration: none;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.accordion-inner ul li a:hover {
		color: #2c4296;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.collapse.in {
	height: auto;
}


/* ---- OBJECTS LIST ----*/
.objects-list {
	border: 1px solid #ddd;
	border-right: 2px solid #ddd;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.objects-list tbody td {
	vertical-align: top;
	background: #fff;
}

.objects-list tbody td.pa {
	padding: 14px;
}

	.objects-list tbody td.border {
		border-top: 1px solid #ddd;
	}

.objects-list tbody td h2 {
	margin-top: 5px;
}

.objects-list tbody td .location_tag {
	margin-bottom: 5px;
	display: block;
	font-weight: bold !important;
}

.objects-list tfoot td {
	padding: 8px 10px;
	background: #edeff2;
	font-size: 12px;
	color: #222;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.objects-list tfoot td ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding-right: 10px;
}

.objects-list img {
	display: block;
	width: 290px;
	height: 180px;
	margin-right: 15px;
	max-width:290px;
}

.object-description {
	margin-bottom: 0 !important;
	width: 490px;
	float: left;
	line-height: 18px;
}

a.object-button-more {
	float: right;
	display: block;
	width: 125px;
	background: #619831;
	text-align: center;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

	a.object-button-more:hover {
		background: #b0cb1f;
		color: #fff;
		text-decoration: none;
	}

/* Anchor tag */
.anchor_tag {
	position: absolute;
	margin-top: -300px;;
}

/* H2 Today date */
h2.today_date {
	font-size: 16px;
	margin-bottom: 10px;
}

h2.today_title {
	text-transform: uppercase;
}


/* FILTER SHORTCODE */
h2.filter {
	border-bottom: 2px solid #dcdee1;
	padding: 10px 0;
	color: #619831;
	font-size: 14px;
	text-transform: uppercase;
}

.searchandfilter ul {
	width: 210px;
}

.searchandfilter li {
	display: block;
	width: 200px;
}

	.searchandfilter li.locality {
		background: none;
	}

	label.object-behavior,
	label.object-category,
	label.object-type,
	label.locality {
		color: #797979;
		font-size: 16px;
		text-decoration: none;
		border-bottom: 1px solid #dcdee1;
		margin-bottom: 5px;
		padding-bottom: 5px;

		/* Transitions */
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}

	label.object-behavior input,
	label.object-category input,
	label.object-type input,
	label.locality input {
		display: none;
	}

	/* Filter shortcode - Hide non important categories */
	.searchandfilter .main-web-pages label,
	.searchandfilter li.main-web-pages,
	.searchandfilter .static-blocks label,
	.searchandfilter .blog label,
	.searchandfilter .object-filtering label {
		display: none;
		background: none;
		cursor: pointer;
	}

	.searchandfilter label {
		cursor: pointer;
	}

	.searchandfilter .object-filtering ul.children label {
		display: block;
	}

	/* Filter shortcode - Styling visible categories */
	.searchandfilter .object-category,
	.searchandfilter .object-type,
	.searchandfilter .object-locality,
	.searchandfilter .object-behavior,
	.searchandfilter .locality {
		padding-top: 9px;
	}

	.searchandfilter li {
		color: #a7a9ab;
		text-decoration: none;
		line-height: 22px;

		/* Transitions */
		transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
	}

		.searchandfilter li:hover {
			color: #2c4296;
			text-decoration: none;

			/* Transitions */
			transition: all 0.3s ease 0s;
			-moz-transition: all 0.3s ease 0s;
			-webkit-transition: all 0.3s ease 0s;
		}

		/* Filter shortcode - Styling submit button */
		input.object-filtering-submit {
			clear: both;
			display: block;
			width: 210px;
			background: #2c4296;
			text-align: center;
			padding: 12px;
			color: #fff;
			margin-top: 13px;
			text-decoration: none;
			border: none;
			margin-top: 22px;
			cursor: pointer;
			font-size: 12px;
			font-weight: bold;
		}

		input.object-filtering-submit:hover {
			background: #619831;
			color: #fff;
			text-decoration: none;
		}



	.text .text_object_left{
		float:left;
		width:400px;
	}

	.text .text_object_left a{
		display:block;
		margin-bottom: 10px;
	}

	.text .text_object_left a{
		display:block;
	}

	.text .text_object_left .images{
		margin-left: -18px;
	}

	.text .text_object_left .attachment-page-object-small{
		display:block;
		float:left;
		margin-left:18px;
	}

	.text .text_object_right{
		float:right;
		width:275px;
	}
	.text .text_object_right strong{
		font-weight: normal;
		color: #333;
		display: inline-block;
	}

	.text .text_object_sep{
		clear:both;
		border-bottom: 1px solid #e6e3df;
		margin-bottom: 20px;
		width: 683px;
	}

	.object-bar{
		width:30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float:left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -127px -85px;
		margin: 0 5px 5px 0;
		clear: left;
	}

	.object-bowling{
		width:30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float:left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -127px -127px;
		margin: 0 5px 5px 0;
	}

	.object-unpaid-parking{
		width:30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float:left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -1px -1px;
		margin: 0 5px 5px 0;
	}

	.object-parking-paid {
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -43px -1px;
		margin: 0 5px 5px 0;
	}

	.object-terrace {
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -85px -1px;
		margin: 0 5px 5px 0;
	}

	.object-garden-furniture-with-grill {
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -127px -1px;
		margin: 0 5px 5px 0;
	}

	.object-playground {
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -169px -1px;
		margin: 0 5px 5px 0;
	}

	.object-childrens-corner{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -211px -1px;
		margin: 0 5px 5px 0;
	}

	.object-accommodation-with-dog,
	.object-the-possibility-of-accommodation-with-dog{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -211px -43px;
		margin: 0 5px 5px 0;
	}

	.object-massage{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -169px -43px;
		margin: 0 5px 5px 0;
	}

	.object-fitness{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -127px -43px;
		margin: 0 5px 5px 0;
	}

	.object-sauna{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -85px -43px;
		margin: 0 5px 5px 0;
	}

	.object-pool{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -43px -43px;
		margin: 0 5px 5px 0;
	}

	.object-whirlpool{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -1px -43px;
		margin: 0 5px 5px 0;
	}

	.object-wellness{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -1px -43px;
		margin: 0 5px 5px 0;
	}

	.object-wifi-internet{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -1px -85px;
		margin: 0 5px 5px 0;
	}

	.object-internet{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -1px -85px;
		margin: 0 5px 5px 0;
	}

	.object-cafe{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -43px -85px;
		margin: 0 5px 5px 0;
	}

	.object-restaurant{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -85px -85px;
		margin: 0 5px 5px 0;
	}

	.object-squash-ricocchet{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -169px -85px;
		margin: 0 5px 5px 0;
	}

	.object-tennis{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -211px -85px;
		margin: 0 5px 5px 0;
	}

	.object-table-tennis{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -1px -127px;
		margin: 0 5px 5px 0;
	}

	.object-sports-equipment-rental{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -43px -127px;
		margin: 0 5px 5px 0;
	}

	.object-meeting-rooms-business-meetings{
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		float: left;
		border: 1px solid #ccc;
		background: transparent url('images/icons-sprite.png') no-repeat -85px -127px;
		margin: 0 5px 5px 0;
	}

	.as_block{
		display: inline-block;
		font-weight: normal;
		color: #333;
		padding-right: 3px;
	}

	.cleared{
		clear: both;
	}

/* Shortcode button */
a.shortcode-button {
	background: #2c4296;
	color: #fff;
	text-decoration: none;
	padding: 11px 15px 8px 15px;
	vertical-align: middle;
}

	a.shortcode-button:hover {
		background: #b49a76;
		text-decoration: none;
	}

/* Image map */
.image-map {
	float: left;
	text-align: center;
	margin-bottom: 40px;
}

/* Hide primary menu categories */
div.dropdown-category.apartments {
	display: none !important;
}


/* LOCALITY OBJECTS */

h2.locations-heading {
	float: left;
	margin-top: 0;
}

/* Object block */
table.objects-table {
	margin-bottom: 50px;
	border-top: 1px #ddd solid;
	border-right: 2px #ddd solid;
}

	table.objects-table:last-child {
		margin-bottom: 20px;
	}

	table.objects-table td {
		background: #fff;
		height: 140px;
		min-height: 140px;
		border-top: none;
		margin-top: 8px;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}

		table.objects-table td img {
			display: block;
			float: left;
			padding-left: 25px;
			padding-top: 30px;
		}

		table.objects-table td h2 {
			color: #619831;
			font-family: "corbelb";
			font-weight: normal;
			text-align: left;
			font-size: 24px;
			line-height: 30px;
			padding: 0 20px;
		}

		table.objects-table td p {
			color: #898b8c;
			font-family: "corbel";
			line-height: 1.5;
			font-size: 14px;
			width: 490px;
			float: left;
			padding: 5px 20px;
		}

		table.objects-table .objects-table-head,
		table.objects-table .objects-table-head img {
			padding: 0;
			text-align: right;
		}

.button-object {
	position: absolute;
	margin-top: 54px;
	margin-left: 111px;
	float: right;
	display: block;
	width: 75px;
	background: #2c4296;
	text-align: center;
	padding: 7px;
	color: #fff;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

	.button-object:hover {
		background: #619831;
		color: #fff;
		text-decoration: none;
	}




/* ---- PAGE WEATHER yr.no STYLES ---- */
/* added on 18 September 2014 */


#yrnoTablePlaceInfo {
	border-collapse: collapse;
}

#yrnoTablePlaceInfo td {
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	text-align: left;
}

.yrnoDetailedSpan {
	font-size: 1.2em;
	font-weight: bold;
}

.yrnoTdLocationName {
	font-size: 30px;
	font-family: "corbelb";
}

.yrnoTdLocationForLabel {
	font-size: 30px;
	color: #619831;
	font-family: "corbelb";
}

.yrnoForecastDayName {
	font-size: 20px;
	color: #2C4296;
	font-family: "corbel";
}

#yrnoTableForecastDays {
	border-collapse: collapse;
}

#yrnoTableForecastDays th {
	padding: 1px 5px;
	text-align: center;
}

#yrnoTableForecastDays td {
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
}

.yrnoWindDescription {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 40px;
}

#locations {
	margin-bottom: 30px;
}

#locations a {
	padding-left: 10px;
	padding-right: 10px;
}

#locations a:first-child {
	padding-left: 0;
}

.page-id-8144 #content .right header {width:auto; }
.page-id-8144 .content-object table  { width:100%; }
.page-id-8144 .content-object table td { padding:3px 5px; } 
.page-id-8144 .content-object table tr:nth-child(even) { background:#eee; } 
.page-id-8144 #content .left { display:none; }
.page-id-8144 #content .right { float:none; width:auto; }
.page-id-8144 #content{ background:white;  }


.body_iframe { margin:0; padding:0; background:white; }
.body_iframe #navigation { display:none; }
.body_iframe #content { width:100%; background:white; }
.body_iframe #content .left { display:none; }
.body_iframe #content .right { width:100%; float:none; }
.body_iframe #content .right header { width:100%;     box-sizing: border-box; }
.body_iframe #wpadminbar { display:none; }
.body_iframe footer { display:none; }


.title-box { position: relative; }
.season-switch { position: absolute; right:20px; top:32px; }
.season-switch a { opacity:0.3; background:url(images/ic_winter.png) no-repeat left; display:inline-block; line-height:24px; margin:0 0px 0 20px; padding:0 0 0 30px; text-decoration:none; color:#316198; font-size:18px; font-weight: normal; }
.season-switch a.summer { background:url(images/ic_summer.png) no-repeat left;color:#619831;  font-size:18px; font-weight: normal; }
.season-switch a.active,.season-switch a:hover { opacity:1; }


nav #qts-lang-menu li a { height:auto; width:auto; }
nav #qts-lang-menu li a:hover { background:none; }

.page-id-50 .right a h4 { font-size:18px; color:#619831; } 
.news-item-new { border: 1px solid #ddd;
    border-right: 2px solid #ddd;
    margin-top: 0px;
    margin-bottom: 30px; background:white; padding:10px; }

.news-item-new-btn { background:#619831; display:inline-block; color:white; float:right; padding:2px 5px; margin:3px 0 0 5px; text-decoration:none;  }
.news-item-new a h4{ color:#619831; }





.vltp_menu { position: relative; height:400px; }
.vltp_menu img { position:absolute; top:0;  }

.vltp_menu ul { margin:0; list-style: none; padding:0; position:absolute; bottom:10px; text-align: center; width:100%; }
.vltp_menu ul li { margin:0; list-style: none; padding:0; display: inline-block; }
.vltp_menu ul li a { background:#619831; padding:10px 20px; display:inline-block; border-radius: 5px; color:white; margin:5px; font-size:15px; text-decoration:none; box-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.vltp_menu ul li.current-menu-item a { background:#6190c6; padding:10px 20px; display:inline-block; border-radius: 5px; color:white; margin:5px; font-size:15px; text-decoration:none; box-shadow: 2px 2px 4px rgba(0,0,0,0.5); }

.page-template-vltp_index,.page-template-vltp_page { background:url(images/vltp/bg.jpg) no-repeat top; background-size: 100%; background-attachment: fixed; }

.page-template-vltp_index > header, .page-template-vltp_page > header { background:none; }
.page-template-vltp_index #content, .page-template-vltp_page #content { background:#faf9f5; }
#content ol { padding-left:30px; } 
#content ol li { padding-left:10px; } 

.page-template-vltp_page .news-item-new { width:auto; margin:0 20px 30px; }
.page-template-vltp_page .news-item-new a { color:#333333; }
.page-template-vltp_page .news-item-new a.news-item-new-btn { color:#fff; }
.page-template-vltp_page .text_object_left { display:none; }

img.alignright { float:right; margin:0 0 20px 20px; }


.vltp_legend { padding:20px; }
.vltp_legend .vltp_legend_item { float:left; width:50%; padding-bottom:30px; }
.vltp_legend .alt0 { clear:left; }
.vltp_legend h3 { color:#333; font-size:16px; font-family: arial; font-weight: bold; margin:0; padding:5px 8px; }
.vltp_legend ul { list-style:none; padding:0; margin:0; }

.vltp_legend a { display:block; color:#619831; text-decoration: none; line-height: 25px; margin-bottom:5px; }
.vltp_legend a .uloha { margin-right:10px; }
.vltp_legend ul li a.showonmap { background-image:url(images/map/icon/default.png); }
.vltp_legend ul li a.moreinfo { background-image:url(images/map/icon/info.png); margin-right:5px; }

.vltp_iw { font-size:16px; padding:10px 0; text-align: center; }
.uloha { background:#619831; height:25px; width:25px; border-radius:15px; display: inline-block; color:white; line-height: 26px; text-align:center; font-size:12px; font-weight:bold; }
.vltp_iw strong { display:block; padding:0 0 5px; }
.vltp_iw small { display:block; padding:5px 0 0px; }
.vltp_iw .moreinfo { background:url(images/map/icon/info.png) no-repeat left; background-size:12px; display:inline-block; padding:5px 5px 5px 18px; font-size:12px; text-decoration: none; font-weight:bold; }

.col-8 { float:left; width:66.66666%;  }
.col-4 { float:left; width:33.33333%;  }
.col-last:after { clear:both; }


table.partners img { max-width:140px; max-height:72px; width:auto; height:auto; }
table.partners { border-collapse: collapse; width:100%; }
table.partners td { height:100px; vertical-align: middle; border-bottom:1px solid #eee; }
table.partners .col-logo { width:200px; text-align:center; }




.page-template-festival_page { background:url(images/festival/bg.jpg) no-repeat bottom; background-size: cover; background-attachment: fixed; } 
.page-template-festival_page .news-item-new{ width:auto; margin:0 20px 20px; } 
.page-template-festival_page .object-description { width:auto; padding:20px 0; } 
.page-template-festival_page h2.object_title { width:auto;} 
.page-template-festival_page a.object-button-more { margin-right:20px;} 
.page-template-festival_page > header { background:none; }
.page-template-festival_page #content { background:#faf9f5; }

.festival_menu { position: relative; height:400px; }
.festival_menu img { position:absolute; top:0;  }
.festival_menu ul { margin:0; list-style: none; padding:0; position:absolute; bottom:10px; text-align: center; width:29%; left:3%; }
.festival_menu ul li { margin:0; list-style: none; padding:0; display: block; }
.festival_menu ul li a { background:#619831; padding:7px 20px; display:block; border-radius: 5px; color:white; margin:5px; font-size:15px; text-decoration:none; box-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.festival_menu ul li.current-menu-item a { background:#6190c6;  }

.main-text .festival_menu { height:auto; overflow: hidden;  }
.main-text .festival_menu ul { position:static; width:auto; height:auto; }
.main-text .festival_menu li { float:left; }




/*
darkgreen #619831
lightgreen #b0cb1f
*/

.festival-events { padding:0 20px 20px; overflow: hidden; }
.festival-event { display:block; width:210px; position:relative; float:left; margin:0 20px 20px 0; text-align: center; }
.festival-event h2 { background:#619831; color:white; padding:5px; font-size:14px; margin:0; }
.festival-event h3 { position: absolute; bottom:0; left:0; width:100%; background:rgba(0,0,0,0.8); color:white; font-size:14px; padding:10px; opacity:0.5; box-sizing:border-box; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; }
.festival-event a:hover h3 { opacity:1; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; }


.festival-events-archive { padding:0 20px 20px; overflow: hidden; }
.festival-events-archive h2 { margin-bottom:20px; }
.festival-event-archive h2,.festival-event-archive h3 { font-size:14px; }
.festival-event-archive h2 { float:left; width:160px; color:#b0cb1f; text-align: right; }
.festival-event-archive h3 { margin-left:170px; color:#619831; }


.festival-recipe { margin:0 0 20px; padding:0 0 20px; border:1px solid #eee; width:48%; float:left; background:#f0f0f0; }
.festival-recipe-1 { float:right; }
.festival-recipe-0 { clear:left; }
.festival-recipe .img{  }
.festival-recipe .img img{ width:100%; }
.festival-recipe h2 { font-size:18px; margin:0;padding:5px; }
.festival-recipe .alink { font-size:14px; color:#6190c6; text-decoration:underline;  }
.festival-recipe .description { font-size:14px; padding:5px; color:#999; text-decoration:none; font-style: normal; padding-top:10px; font-family: arial; line-height:1.2em; }
.festival-recipe .description table {  }
.festival-recipe .description table td { padding: 0 2px 10px 0; vertical-align: top; }
.festival-recipe .description a { color:#6190c6; }
.festival-recipe .description ul, .festival-recipe .description ol { padding-left:20px; padding-bottom:10px; }
.festival-recipe .description p { padding-bottom:10px; }


@media screen and (max-width: 980px){ 
    .vltp_menu { height:auto; }
    .vltp_menu img { position: static; width:100%; }
    .vltp_menu ul { position: static; }
    .vltp_menu ul li { position: static; }
    .vltp_legend .vltp_legend_item { width:auto; float:none; }
    .page-template-vltp_page td { display: block; }
    
    
    .festival_menu { height:auto; }
    .festival_menu img { position: static; width:100%; }
    .festival_menu ul { position: static; width:100%;  }
    .festival_menu ul li { position: static; }
    
    
    .col-8,.col-4 { float:none; width:auto; }
    img.alignright { float:none; display:block; margin:0 0 20px; }
}

.searchandfilter .cat-item-104 { display: none; }
.searchandfilter .cat-item-53 { display: none; }
.searchandfilter .cat-item-54 > label { display: none; }
.searchandfilter .cat-item-25 > label { display: none; }
.searchandfilter .cat-item-60 > label { display: none; }
.searchandfilter .cat-item-116 { display: none; }


.qsearch-wrapper {     width: 100%;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background: #f5f5f5;
    padding: 10px 0; }
.qsearch { overflow:hidden; margin:0 auto; display:block; max-width:960px; }
.qsearch .col { float:left; margin-right:5px;  }
.qsearch .col label { display:block; color:#999; padding-bottom:2px;  }
.qsearch .col select,.qsearch .col input  { width:120px; padding:3px; }
.qsearch h2 { color: #619831;
    display: block;
    padding: 7px 13px 0 0;
    font-size: 24px;
    margin: 0; }
.qsearch .submit {     height: auto;
    padding: 5px 30px 5px 8px;
    background: url(images/arrow.png) 93% center no-repeat #619831;
    border: 0;
    color: white; }

@media screen and (max-width: 980px){ 
    .qsearch .col { float:none; padding-top:10px; }
    .qsearch-wrapper { padding:20px; }
    .qsearch .col-header { float:none; text-align:center; }
    .qsearch .col select,.qsearch .col input  { width:80%;  }
}

.partners .logos { width:960px; margin:0 auto; text-align:center; padding:10px 0; }



img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }



.main_menu ul { list-style:none; margin:0; padding:0; }
.main_menu ul li { display:inline-block; position:relative; width:auto; padding:0; }
.main_menu ul li:hover {  }
.main_menu ul li a { text-transform: uppercase; 
    color: #797979;
    font-size: 18px;
    font-family: "corbelb"; 
    display:block;
    padding:10px;
    padding-top:30px;
    text-decoration:none;
}


.main_menu ul li ul { display:none; position:absolute; top:100px; left:0; background:#f0f0f0; margin:0; padding:0; min-width:100%; }
.main_menu ul li ul ul { display:none; position:absolute; top:0; left:100%;  }
.main_menu ul li ul li:hover > ul { display:block; } 
.main_menu ul li ul ul ul { display:block; position:static;  }
.main_menu ul li ul ul ul li { font-size:10px; }
.main_menu ul li:hover > ul { display:block; }

.main_menu ul > li:hover > a::after { display:block; position: absolute; bottom:0; left:0; width:100%; content:'';background:#619831; height:3px; }

.main_menu ul ul li { display:block; height:auto; width:100%; padding:0; margin:0; position:relative; }
.main_menu ul ul li a { height:auto; width:auto; padding:4px 6px; font-size:14px; border-left:2px solid transparent; white-space:nowrap; border-bottom:1px solid #f9f9f9; text-transform:none; display:block; text-align: left;   }
.main_menu ul ul li:hover > a { background:#619831; color:white; border-color:#619831; }


.main_menu ul li.lang-item a { width:auto;     padding-top: 35px; }
