﻿/*-----------------------------------------------------------------------------------
 
  Theme Name: Sedlo
  Theme URI: 
  Description: 2 column theme 
  Author: Yesmark
  Author URI: 
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Version: 1
 
 Designed & Handcrafted by Yesmark
 All files, unless otherwise stated, are released under the GNU General Public License
 version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
 
-----------------------------------------------------------------------------------*/
@charset "utf-8";
/* CSS Document */
/*
font-family: 'Poppins', sans-serif;
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600&subset=latin-ext');
*{
	box-sizing:border-box;
}
html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:#fff;
	font-family: 'Poppins', sans-serif;
	color:#2d3832;
	box-sizing:border-box;
}
header, section, footer{
	width:100%;
	box-sizing:border-box;
	padding:20px 40px;
	float:left;
}
h1,h2,h3{
	font-weight:600;
}
h1{
	font-size:36px;
}
h2{
	font-size:32px;
}
h3{
	font-size:28px;
}
.thin{
	font-weight:300;
}
a{
	cursor:pointer;
	text-decoration:none;
	color:#2d3832;
}
header a, footer a, .home.page .bar nav a{
	color:#fff;
}
p{
	font-size:17px;
	line-height:140%;
}
a:hover{
	
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
ul li{
	display:inline-block;
}
img{
	display:inline-block;
	max-width:100%;
	height:auto;
}
img.alignright,
img.alignleft{
	max-width:50%;
	height:auto;
}
img.alignright{
	float:right;
	margin:10px 0 20px 30px;
}
img.alignleft{
	float:left;
	margin:10px 30px 20px 0;
}
@media screen and (max-width:599px){
	img.alignright,
	img.alignleft{
		max-width:100%;
		margin:10px 0 20px 0;
	}
}
.wrapper{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	display:table;
	box-sizing:border-box;
}
.wrapper.underlined{
	border-bottom:1px solid #bebebe;
}
.clr{
	clear:both;
}
p.smaller{
	font-size:0.9em !important;
}
.display{
	display:inherit;
}
.undisplay{
	display:none;
}
.hidden{
	visibility:hidden;
}
.showed{
	visibility:visible;
}
.visible{
	opacity:1;
}
.invisible{
	opacity:0;
}
.tab-c{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100%;
}
.in-line .li{
	display:inline-block;
}
.btn{
	display:inline-block;
	padding:12px 30px;
	color:#fff;
	border:2px solid #eb2040;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#eb2040;
	text-transform:uppercase;
	position:relative;
	font-weight:600;
	font-size:16px;
	margin:5px;
	transition:background 200ms ease-in-out, color 200ms ease-in-out;
}
.btn:hover{
	background:#eb2040;
	color:#fff;
}
.box{
	width:100%;
	float:left;
	padding:20px;
}
.box.box--shadow{
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}
.mini-h{
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px !important;
}
.maxi-p{
	font-size:28px;
	font-weight:bold;
}
/*
################################################################
################################################################
################################################################
STRUCTURE
################################################################
################################################################
################################################################
*/
.web{
	position:relative;
	float:left;
	width:100%;
	background:url('images/graphic/bg-footer.png') left bottom no-repeat;
}
.bg{
	position:relative;
	width:100%;
	/*background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background:url('images/photos/bg1.jpg'), url('images/photos/low/bg1.jpg');*/
}
.bg::after{
	position:absolute;
	content:'';
	width:100%;
	left:0;
	right:0;
	bottom:-5px;
	height:300px;
	background:url('images/graphic/bg-fade.png') center bottom no-repeat;
	background-size:100% auto;
}
.bg.bg--big{
	height:840px;
	max-height:100vh;
	min-height:700px;
}
.bg.bg--small{
	height:440px;
	max-height:60vh;
}
.bg.bg--small .bg__images .bg__images__img{
	background-image:url('images/photos/sub-bg.jpg')
}
.bg .bg__images{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.bg .bg__images .bg__images__img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg.bg--big .bg__images .flickity-slider {
  transform: none !important;
}

.bg.bg--big .bg__images .bg__images__img {
  left: 0 !important;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
  z-index: -1;
}
.bg.bg--big .bg__images .bg__images__img:after{
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
}
.bg.bg--big .bg__images .bg__images__img.is-selected {
  opacity: 1;
  z-index: 0
}
.flickity-prev-next-button{
	z-index: 100;
}
.content{
	float:left;
	width:100%;
	position:relative;
	padding-left:40px;
	padding-right:40px;
}
.content.content--main{
	margin-top:-250px;
}
.posts{
	background:#fff;
	padding-top:40px;
	padding-bottom:40px;
}
header{
	width:100%;
	margin:0 auto;
	padding:0;
}
header .header-bar{
	display:table;
	height:90px;
	top:0;
	z-index:200;
	vertical-align:middle;
	width:100%;
	background:#555;
	background: rgba(0,0,0,0.5);
	position:fixed;
	-webkit-box-shadow: 0 0 10px 0 rgba(17,18,18,0.15);
	box-shadow: 0 0 10px 0 rgba(17,18,18,0.15);
}
header .header-bar .logo{
	display:table;
	/*background:#fff;*/
	width:250px;
	height:90px;
	float:left;
	padding:12px 20px;
}
header .header-bar .logo img{
	display:inline-block;
	vertical-align:bottom;
	display:inherit;
	max-width:none;
}
header .header-bar nav{
	display:table;
	float:left;
	height:90px;
}
header .mutace{
	height:90px;
	float:right;
}
header .mutace .wpml-ls-legacy-dropdown{
	width:80px;
	height:90px;
}
header .mutace li{
	display:list-item;
}
header .mutace .wpml-ls-legacy-dropdown .wpml-ls-item-toggle{
	height:90px;
	padding-top:0;
	padding-bottom:0;
	padding-left:15px;
	line-height:90px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background:rgba(255,255,255,0);
	border:none;
	border-top:3px solid #fff;
	-webkit-transition: background 200ms linear, color 200ms linear;
    -moz-transition: background 200ms linear, color 200ms linear;
    -o-transition: background 200ms linear, color 200ms linear;
    transition: background 200ms linear, color 200ms linear;
}
header .mutace:hover .wpml-ls-legacy-dropdown .wpml-ls-item-toggle{
	background:rgba(255,255,255,1);
	color:#333;
}
header .mutace .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	border: .30em solid transparent;
	border-top: 0.4em solid;
	top:50%;
}
header .mutace .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	border:none;
	opacity: 0;
	margin-top: 10px;
	transition-duration: 200ms;
	transition-timing-function: ease-in;
	transition-property: opacity, margin-top, visibility;
	transition-delay:200ms;
}
header .mutace:hover .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	opacity:1;
	margin-top:0;
}
header .mutace .wpml-ls-legacy-dropdown .wpml-ls-item-toggle{
	display:inline-block;
	width: 100%;
	padding-left:0;
	text-align: center;
}
header .mutace .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
	border:none;
	background:#f1f1f1;
	display: block;
	-webkit-transition: background 200ms linear, color 200ms linear;
    -moz-transition: background 200ms linear, color 200ms linear;
    -o-transition: background 200ms linear, color 200ms linear;
    transition: background 200ms linear, color 200ms linear;
	font-size:14px;
	padding:0 10px;
	line-height:35px;
	color:#666;
}
header .mutace .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover{
	background:#ddd;
}
header .header-bar .search-trigger{
	float:right;
	width:72px;
	height:90px;
	background:#eb2040;
	position:relative;
	text-align:center;
	padding-top:28px;
	overflow:hidden;
}
header .header-bar .search-trigger::before{
	position:absolute;
	content:'\f00d';
	font-family:'FontAwesome';
	font-size:36px;
	width:100%;
	height:100%;
	top:0;
	left:0;
	padding-top:26px;
	background:#eb2040;
	text-align:center;
	visibility:hidden;
	opacity:0;
	-webkit-transition:visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	-moz-transition:visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	-ms-transition:visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	-o-transition:visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	transition:visibility 200ms ease-in-out, opacity 200ms ease-in-out;
}
header .header-bar .search-trigger.opened::before{
	visibility:visible;
	opacity:1;
}
header .header-bar .search-area{
	position:absolute;
	left:324px;
	right:72px;;
	top:0;
	height:0;
	visibility:hidden;
	opacity:0;
	z-index:50;
	background:#2d2d2d;
	-webkit-transition:visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	-moz-transition:visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	-ms-transition:visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	-o-transition:visibility 200ms ease-in-out, opacity 200ms ease-in-out;
	transition:visibility 200ms ease-in-out, opacity 200ms ease-in-out;
}
header .header-bar .search-area.opened{
	height:90px;
	visibility:visible;
	opacity:1;
}
header .header-bar .search-area fieldset{
	border:none;
	margin:0;
	padding:0;
}
header .header-bar .search-area input[type=text]{
	width:80%;
	width:calc(100% - 72px);
	height:90px;
	border-left:1px solid #4dbfe6;
	border-top:0;
	border-bottom:0;
	border-right:0;
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
	outline:none !important;
	-webkit-box-shadow:inset 0 0 10px 0 rgba(17,18,18,0.15);
	box-shadow:inset 0 0 10px 0 rgba(17,18,18,0.15);
	transition:box-shadow 200ms ease-in-out;
}
header .header-bar .search-area input[type=text]:focus{
	-webkit-box-shadow:inset 0 0 10px 0 rgba(77,191,230,0.35);
	box-shadow:inset 0 0 10px 0 rgba(77,191,230,0.35);
}
header .header-bar .search-area input[type=submit]{
	display:none;
}
header .header-bar .search-area input[type=submit]+label{
	width:72px;
	height:90px;
	position:relative;
	float:right;
	background:#4dbfe6;
	border:none;
	outline:none;
	cursor:pointer;
	color:#fff;
	text-align:center;
	padding-top:30px;
}
.header--main{
	margin-top:90px;
	display:table;
	padding-top:60px;
	position:relative;
}
.mega-menu-toggle{
	display:none !important;
}
.menu-trigger{
	display:none;
	width:50px;
	height:40px;
	position:absolute;
	right:180px;
	top:25px;
	z-index:800;
	border-top:6px solid rgba(255,255,255,1);
	border-bottom:6px solid rgba(255,255,255,1);
	transition:border 200ms ease-in-out;
}
.menu-trigger.active{
	border-top:6px solid rgba(255,255,255,0);
	border-bottom:6px solid rgba(255,255,255,0);
}
.menu-trigger:before,
.menu-trigger:after{
	position:absolute;
	content:'';
	width:100%;
	height:6px;
	background:#fff;
	left:50%;
	top:50%;
	margin-top:-3px;
	margin-left:-50%;
	transition:transform 200ms ease-in-out;
}
.menu-trigger.active:before{
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu-trigger.active:after{
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mega-menu > li:nth-of-type(3) .mega-sub-menu > li:first-of-type{
	display:none !important;
}
.weather-area{
	float:right;
	width:250px;
	text-align:center;
}
.weather-area>div{
	width:180px;
	display:inline-block;
}
.weather-area>div>div{
	padding-top:15px;
	padding-bottom:15px;
}
.weather-area>div>div>div:first-child{
	/*display:none;*/
}
.under-weather-area{
	float:right;
	width:250px;
	text-align:center;
}
.under-weather-area .btn{
	
}
.content.content--main p{
	margin:0;
	line-height:150%;
}
.content.content--main a{
	display:inline-block;
}
.content .icons-info{
	width:100%;
	float:left;
	margin-bottom: 15px;
	display: flex;
	color: #fff;
	text-align: center;
	justify-content: space-between;
	background: rgba(0,0,0,0.5);
	padding: 10px 20px;
}
.content .icons-info .icons-info__item p{
	font-size: 14px;
}
.content .icons-info .icons-info__item p strong{
	font-size: 18px;
}
.info-icon{
	display: inline-block;
	width: 100px;
	height: 100px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
@media screen and (max-width: 979px){
	.info-icon{
		width: 60px;
		height: 60px;
	}
	.content .icons-info .icons-info__item .btn{
		padding: 8px 15px;
		font-size: 14px;
	}
}
@media screen and (max-width: 699px){
	.content .icons-info{
		flex-wrap: wrap;
	}
}
.info-icon.info-icon--snow{
	background-image: url('images/icons/icon-snow.png');
}
.info-icon.info-icon--kamera{
	background-image: url('images/icons/icon-cam.png');
}
.info-icon.info-icon--vlek{
	background-image: url('images/icons/icon-vlek.png');
}
.info-icon.info-icon--lanovka{
	background-image: url('images/icons/icon-lanovka.png');
}
.info-icon.info-icon--pocasi{
	background-image: url('images/icons/icon-weather.png');
}
.content .icons-info .icons-info__item{
	display: inline-block;
}
.content .svah-info{
	background:rgba(255,255,255,1);
	width:100%;
	font-size:13px;
	margin-bottom:15px;
	padding:5px 10px;
}
.content .svah-info table{
	width:100%;
}
.content .svah-info h1{
	margin-left:10px;
	font-size:28px;
}
.content .svah-info .svah-table--desktop tr:first-of-type{
	font-size:11px;
	text-transform:uppercase;
	color:#2d2d2d;
	font-weight:bold;
}
.content .svah-info .svah-table--desktop td{
	padding:10px;
	vertical-align:middle;
	text-align:left;
	max-width:300px;
}
.content .svah-info .svah-table--mobile{
	display:none;
}
.content .cerveny{
	background:#eb2040;
	color:#fff;
}
.content .main-cols .col{
	float:left;
}
.content .main-cols .col.col--50{
	width:50%;
}
.content .main-cols .col.col--25{
	width:23%;
	width:calc(25% - 15px);
	margin-left:15px;
}
.content .main-cols .box{
	margin-bottom:15px;
}
.content .aktualita{
	background:#fff;
	font-size:16px;
	color:#2d2d2d;
}
.content .aktualita h3{
	margin-top:15px;
	margin-bottom:10px;
}
.content .aktualita .date{
	font-size:11px;
}
.content .aktualita .nazev{
	font-size:28px;
	font-weight:bold;
	margin-bottom:15px;
	line-height:120%;
}
.content .modry{
	background:#4dbfe6;
	color:#fff;
}
.content .fotka{
	padding:0;
	position:relative;
}
.content .fotka img{
	vertical-align:bottom;
	display:block;
	width:100%;
	height:auto;
}
.content .fotka p{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	padding:15px 10px;
	color:#fff;
	font-size:13px;
	background:rgba(0,0,0,0.5);
}

.homepage-title{
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 3px #333;
}
.homepage-title h1{
	font-size: 60px;
	font-weight: 300;
	line-height: 130%;
	opacity: 0.6;
}


.cenik-img{
	float:left;
	display:block;
	width:50%;
	height:auto;
}
.sluzby-list{
	width:100%;
	margin:20px 0 40px 0;
}
.sluzby-list li{
	display:inline-block;
	float:left;
	width:48%;
	width:calc(50% - 20px);
	margin-top:20px;
	margin-bottom:20px;
	vertical-align:top;
	padding:0;
}
.sluzby-list li:nth-of-type(even){
	margin-left:20px;
}
.sluzby-list li:nth-of-type(odd){
	margin-right:20px;
}
.sluzby-list li a{
	display:block;
	padding:20px;
	width:100%;
	float:left;
	background:#fff;
	transition:background 200ms ease-in-out, color 200ms ease-in-out;
}
.sluzby-list li a:hover{
	background:#009ce3;
	color:#fff;
}
.sluzby-list .title{
	font-size:24px;
	font-weight:bold;
	float:left;
	width:100%;
	display:inline-block;
	overflow-x:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.vs__section{
	
}
.vs__table{
	width:100%;
	border:none;
	border-collapse:collapse;
}
.vs__table tr td{
	padding:5px 15px;
	vertical-align:middle;
}
.vs__table tr:nth-child(even) td{
	background:#eee;
}
.vs__table tr:nth-child(odd) td{
	background:#ccc;
}
.vs__table tr:first-child td{
	background:#009de0;
	color:#fff;
	font-weight:bold;
	padding:15px;
}
.vs__table tr td:first-child{
	position:relative;
}
.vs__table tr td:first-child{
	padding-left:50px;
}
.vs__table tr.vs__table__tr--0 td:first-child:before,
.vs__table tr.vs__table__tr--1 td:first-child:before,
.vs__table tr.vs__table__tr--2 td:first-child:before{
	position:absolute;
	height:100%;
	width:40px;
	left:0;
	top:0;
	text-align:center;
	padding-top:6px;
	font-size:22px;
	font-family:'FontAwesome';
}
/* mimo provoz */
.vs__table tr.vs__table__tr--0 td:first-child:before{
	content:'\f00d';
	color:#eb2040;
}
/* v provozu */
.vs__table tr.vs__table__tr--1 td:first-child:before{
	content:'\f00c';
	color:#41d63a;
}
/* v provozu 2 */
.vs__table tr.vs__table__tr--2 td:first-child:before{
	content:'\f00c'
	color:#30387d;
}
.vs__table .vs__table__narocnost{
	display:inline-block;
	width:22px;
	height:22px;
	border:2px solid #fff;
	-webkit-border-radius:50%;
	border-radius:50%;
	vertical-align:middle;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}
/* zluta */
.vs__table .vs__table__narocnost--0{
	background:#e5f628;
}
/* modra */
.vs__table .vs__table__narocnost--1{
	background:#009de0;
}
/* cervena */
.vs__table .vs__table__narocnost--2{
	background:#eb2040;
}
/* cerna */
.vs__table .vs__table__narocnost--3{
	background:#000;
}
.vs__table .vs__table__typ__td{
	position:relative;
}
.vs__table .vs__table__typ{
	display:inline-block;
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	left:15px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left top;
}
.vs__table .vs__table__typ--0{
	background-image:url('images/icons/icon_vlek.png');
}
.vs__table .vs__table__typ--1{
	background-image:url('images/icons/icon_lanovka.png');
}
.vs__table__zasnezovani{
	position:relative;
	display:inline-block;
}
.vs__table__zasnezovani:before{
	position:relative;
	font-family:'FontAwesome';
	font-size:22px;
}
.vs__table__zasnezovani.vs__table__zasnezovani--0:before{
	content:'\f00d';
	color:#eb2040;
}
.vs__table__zasnezovani.vs__table__zasnezovani--1:before{
	content:'\f00c';
	color:#41d63a;
}
.vs__legenda__box{
	display:inline-block;
	margin-right:25px;
	height:36px;
	margin-bottom:15px;
}
.vs__legenda__objekt{
	display:inline-block;
	width:20px;
	height:36px;
	margin-right:10px;
	vertical-align:middle;
}
.vs__legenda__objekt#vs__legenda__zelena{
	background:#41d63a;
}
.vs__legenda__objekt#vs__legenda__cervena{
	background:#eb2040;
}
.vs__legenda__objekt#vs__legenda__modra{
	background:#30387c;
}
.vs__legenda__label{
	display:inline-block;
	vertical-align:middle;
}
.slideshowlink{
	display:none;
}
.resorts{
	cursor:pointer;
	display:table;
	float:left;
	margin-top:20px;
	min-height:80px;
	width:100%;
	color:#fff;
	line-height:110%;
	padding:0;
}
.resorts .resorts__left{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	background:#555;
	padding:20px;
}
.resorts .resorts__left span:nth-of-type(1){
	font-size:20px;
}
.resorts .resorts__left span:nth-of-type(2){
	font-size:15px;
}
.resorts .resorts__right{
	display:table-cell;
	vertical-align:middle;
	width:80px;
	text-align:center;
	background:#eb2040;
	font-size:12px;
	padding:10px;
}
footer{
	padding-top:70px;
	float:left;
}
footer h3{
	font-size:12px;
	color:#acb9d3;
	text-transform:uppercase;
	font-weight:bold;
}
footer .col{
	float:left;
}
footer .col.col--left{
	width:250px;
	margin-right:100px;
}
footer .col.col--right{
	width:500px;
	margin-right:60px;
}
footer .podpis{
	padding-top:30px;
}
footer .podpis a{
	color:#000;
}
.wrapper .wrapper__footer{
	max-width:1000px;
	float:right;
}

.prefooter{
	text-align: center;
	padding-top:40px;
}
.prefooter__row{
	float:left;
	width:100%;
}
.prefooter img{
	display:inline-block;
	width:200px;
	height:auto;
	margin:10px;
}
.box.facebook{
	padding:0;
	width:auto;
	height:130px;
	overflow:hidden;
}
.col.col--right div.box.facebook:nth-of-type(2){
	height:70px;
	display:none;
}
.facebook>iframe{
	height:130px !important;
	border:none !important;
}
#menu-menu-v-paticce{
	
}
#menu-menu-v-paticce li{
	display:list-item;
}
#menu-menu-v-paticce li a{
	color:#2d2d2d;
}
.content.content--sub .page-title{
	margin-top:0;
}
.video-js{
	float:left;
	margin:8px;
}
video, 
iframe{
	border: 0;
    width:550px;
	height:350px;
    float: left;
}
nav .mega-menu-wrap .mega-menu .mega-sub-menu{
	width:240px !important;
}
/*.imgl-view.imgl-theme-default .imgl-popover{
	width:500px !important;
	height:auto !important;
	max-width:80vw;
	max-height:80vh;
}
.imgl-popover img{
	display:block;
	width:100%;
	height:auto;
	max-width:none;
}
.imgl .imgl-btn-info{
	display:none;
}*/
.imgl-theme-light .imgl-tooltips .imgl-tooltip-form{
	padding: 0 !important;
	max-width: 100%;
}
.imgl-theme-light img.alignright{
	float: left;
	margin: 0;
	max-width: 100%;
}

#fancybox-wrap,
#fancybox-wrap *{
	box-sizing: content-box;
}

ul.footer-contact{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
ul.footer-contact li{
	position: relative;
	padding: 0;
	display: block;
	margin-bottom: 15px;
}
ul.footer-contact li:before{
	position: realtive;
	font-family: 'FontAwesome';
	font-size: 20px;
	margin-right: 10px;
}
ul.footer-contact li a{
	color: #333;
}
ul.footer-contact .footer-contact__mail:before{
	content: '\f0e0';
}
ul.footer-contact .footer-contact__tel:before{
	content: '\f095';
}

.image-map{
	position: relative;
}
.image-map img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.image-map .image-link{
	position: absolute;
	display:inline-block;
	width: 36px;
	height: 36px;
	background: rgba(235,32,64,0.8);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.image-map .image-link:after{
	position: absolute;
	content: '\f030';
	font-family: 'FontAwesome';
	line-height: 36px;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
}

ul.footer-social{
	list-style: none;
	margin-top: 30px;
	padding: 0;
}
ul.footer-social li{
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 0;
}
ul.footer-social li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #ccc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
ul.footer-social li a.footer-social--facebook{
	background: #3b5998;
}
ul.footer-social li a.footer-social--youtube{
	background: #c4302b;
}

.align--center{
	text-align: center;
}
.align--left{
	text-align: left;
}
.align--right{
	text-align: right;
}

.online-skipas-box{
	padding-left: 40%;
	background-image: url('images/graphic/online-skipas.png');
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: 10% center;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.online-skipas-box a{
	font-weight: bold;
	font-size: 26px;
	display: inline-block;
	position: relative;
}

.online-skipas-box a:after{
	position: relative;
	content: '\f101';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-left: 10px;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.online-skipas-box a:hover:after{
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

@media screen and (min-width:1140px){
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(4n+1) > a.mega-menu-link{
		border-top:3px solid #eb2040;
	}
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(4n+2) > a.mega-menu-link{
		border-top:3px solid #30387c;
	}
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(4n+3) > a.mega-menu-link{
		border-top:3px solid #009de0;
	}
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(4n+4) > a.mega-menu-link{
		border-top:3px solid #fff;
	}
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item:nth-of-type(4n+1) > a.mega-menu-link,
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current_page_parent:nth-of-type(4n+1) > a.mega-menu-link,
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(4n+1) > a.mega-menu-link:hover{
		background:#eb2040;
		color: #fff;
	}
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item:nth-of-type(4n+2) > a.mega-menu-link,
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current_page_parent:nth-of-type(4n+2) > a.mega-menu-link,
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(4n+2) > a.mega-menu-link:hover{
		background:#30387c;
		color: #fff;
	}
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item:nth-of-type(4n+3) > a.mega-menu-link,
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current_page_parent:nth-of-type(4n+3) > a.mega-menu-link,
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(4n+3) > a.mega-menu-link:hover{
		background:#009de0;
		color: #fff;
	}
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item:nth-of-type(4n+4) > a.mega-menu-link,
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current_page_parent:nth-of-type(4n+4) > a.mega-menu-link,
	header .header-bar nav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:nth-of-type(4n+4) > a.mega-menu-link:hover{
		background:#fff;
		color: #555;
	}
}
@media screen and (max-width:1439px){
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
		padding:0 15px;
	}
	header .header-bar .logo{
		padding:16px 20px;
	}
	header .header-bar .logo img{
		width:240px;
	}
	header .header-bar .search-area{
		left:280px;
	}
}
@media screen and (max-width:1299px){
	.web{
		background-size:25% auto;
		overflow-x:hidden;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
		padding:0 12px;
		font-size:14px;
	}
	header .header-bar .logo{
		padding:18px 20px;
	}
	header .header-bar .logo img{
		width:220px;
	}
	header .header-bar .search-area{
		left:260px;
	}
	footer{
		padding-top:80px;
	}
	footer .col.col--left{
		margin-right:20px;
		width:220px;
	}
	footer .col.col--right{
		margin-right:0;
	}
}
@media screen and (max-width:1139px){
	header .header-bar nav{
		position:absolute;
		left:0;
		right:0;
		width:100%;
		height:0;
		text-align:left;
		top:100%;
	}
	header .header-bar .search-area{
		left:324px;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
		color:#2d2d2d;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover,
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover,
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus{
		color:#000;
	}
	.menu-trigger{
		display:inline-block;
	}
	#mega-menu-main-menu{
		padding-top:20px;
		padding-bottom:20px;
		max-height:70vh;
		max-height:calc(100vh - 90px);
		overflow-y:scroll !important;
	}
	#mega-menu-main-menu.mega-menu-main-menu--opened{
		display:block !important;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
		font-size:18px;
		text-align:left;
		padding-left:20px;
		line-height:200%;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item .mega-sub-menu a.mega-menu-link{
		padding-left:40px!important;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after,
	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after,
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-has-children a.mega-menu-link:after{
		float:none;
	}
	.mega-sub-menu > li:first-of-type{
		display:inherit !important;
	}
	header .header-bar .logo{
		padding:12px 20px;
	}
	header .header-bar .logo img{
		width:auto;
	}
	.homepage-title{
		top: 20%;
	}
	.homepage-title h1{
		font-size: 42px;
	}
}
@media screen and (max-width:979px){
	.content{
		padding-left:20px;
		padding-right:20px;
	}
	.content .main-cols .col.col--50{
		width:100%;
	}
	.content .main-cols .col.col--25{
		width:48%;
		width:calc(50% - 8px);
	}
	.content .main-cols .col:nth-of-type(2){
		margin-left:0;
	}
	.sluzby-list{
		width:100%;
		margin:20px 0 40px 0;
	}
	.sluzby-list li{
		display:inline-block;
		float:left;
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
		vertical-align:top;
		padding:0;
	}
	.sluzby-list li:nth-of-type(even){
		margin-left:0;
	}
	.sluzby-list li:nth-of-type(odd){
		margin-right:0;
	}
	.web{
		background:none;
	}
	.wrapper .wrapper__footer{
		max-width:none;
		width:100%;
	}
	.col.col--right div.box.facebook:nth-of-type(2){
		display:inherit;
	}
	.col.col--right div.box.facebook:nth-of-type(1){
		display:none;
	}
	footer .col.col--left,
	footer .col.col--right{
		width:50%;
		margin:0;
	}
	footer .col.col--left{
		padding-right:20px;
	}
	#menu-menu-v-paticce{
		width:100%;
		column-count:2;
		column-gap:40px;
	}
	.sluzby-list .title{
		overflow-x:visible;
		white-space:normal;
		text-overflow:inherit;
	}
	.cenik-img{
		width:100%;
		max-width:650px;
	}
	.vs__section{
		max-width:100%;
		overflow-x:scroll;
	}
}
@media screen and (max-width:799px){
	header .header-bar .search-trigger{
		display:none;
	}
	header .mutace{
		margin-right:90px;
	}
	.menu-trigger{
		right:20px;
	}
}
@media screen and (max-width:699px){
	.content .svah-info .svah-table--desktop{
		display:none;
	}
	.content .svah-info .svah-table--mobile{
		display:table;
	}
	.content .svah-info .svah-table--mobile tr td{
		padding:5px 10px;
		vertical-align:top;
	}
	.content .svah-info .svah-table--mobile tr td:first-child{
		font-weight:bold;
	}
	footer .col.col--left,
	footer .col.col--right{
		width:100%;
	}
	.homepage-title{
		top: 20%;
	}
	.homepage-title h1{
		font-size: 36px;
	}
}
@media screen and (max-width:599px){
	.content,
	footer,
	section{
		padding-left:15px;
		padding-right:15px;
	}
	.sluzby-list li{
		margin-top:0;
		margin-bottom:15px;
	}
	header .header-bar .logo{
		display:block;
		width:60%;
		line-height:90px;
		padding:0 10px;
	}
	header .header-bar .logo img{
		display:inline-block;
		width:100%;
		vertical-align:middle;
	}
	header .mutace{
		margin-right:70px;
	}
	header .mutace .wpml-ls-legacy-dropdown{
		width:auto;
	}
	.menu-trigger{
		right:10px;
	}
	.content{
		padding-left:10px;
		padding-right:10px;
	}
}
@media screen and (max-width:499px){
	.content .main-cols .col.col--25{
		width:100%;
		margin-left:0;
	}
	.online-skipas-box{
		padding-top: 100px;
		padding-bottom: 20px;
		background-position: center 20px;
		background-size: auto 60px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width:399px){
	.menu-trigger{
		width:40px;
	}
	header .mutace{
		margin-right:60px;
	}
	header .mutace .wpml-ls-legacy-dropdown .wpml-ls-item-toggle{
		padding-left:7px;
		padding-right:25px;
	}
	header .header-bar .logo{
		padding:0 5px;
	}
	#menu-menu-v-paticce{
		width:100%;
		column-count:1;
		column-gap:0;
	}
}