/*
Theme Name: Prima
Description: Theme for WordPress.
Author: netbite.cz
Author URI: http://netbite.cz
Version: 1.0
*/

/*
@media (min-width: 768px) {  }

@media (min-width: 992px) {  }

@media (min-width: 1200px) { }
*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:-5px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:-5px; left:120px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(images/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:-5px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:-5px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:-5px;left: 76px; color:#444;}
        #cboxClose{position:absolute; bottom:-5px; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
width: 100%; 
height: 38px;
margin: 0; 
padding: 0;
overflow: hidden;

}
#ticker-container.btn-on{
	margin-right: 151px;
}
.tickercontainer .mask {
	position: relative;
    top: 5px;
    width: 100%;
    overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font-size: 18px;
color: #4C4C4C;
	color: #000;
margin: 0;
padding: 0;
list-style: none;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
	display: block;
	white-space: nowrap;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

img {
    max-width: 100%;
    height: auto
}
section .container {
/*    overflow: hidden;*/
}
.navbar-nav {
    margin: 0 -25px 0px -25px;
	margin: 13.25px -15px 0 -15px;
}
.navbar-brand {
    padding: 0;
    margin: 0!important;
	max-width: 100%;
}
.navbar-nav>li>a, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    color: white;
	outline: none;
	
}

.navbar-toggle {
    background: #FFFFFF;
    border: 1px solid #C3C0C3;
    border-radius: 0;
    margin-right: 0;
    padding: 9px 15px;
}
.navbar-collapse {
    background: #1f9fba;
}
.navbar-brand>img {
    height: 78px;
/*    height: 154px;*/
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #80CCD8;
}
.navbar-toggle .icon-bar {
    background: #302F31;
    height: 3px;
}
.navbar-toggle span:first-child {
    float: right;
    margin-left: 29px;
    line-height: 16px;
    color: silver;
}
.nav-search input[type="submit"] {
	display: none;
}
.nav-search input {
    margin-left: 14px;
    border: 1px solid white;
    padding: 4px 10px;
    background: #1F9FBA url(images/ico-search.png) 96% center no-repeat !important;
    max-width: 100%;
    width: 200px;
    color: white;
}
@media (max-width: 991px) {
	.nav-search input{
		margin: 14px;
	}
	.navbar-nav .dropdown-menu>li>a {
		color: #fff;
	}
	.navbar-nav .dropdown-menu>li>a:hover, .navbar-nav .dropdown-menu>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    text-decoration: none;
    background-color: #80CCD8;
	}
}
.nav-search ::-webkit-input-placeholder {
    color: #fff;
}
.nav-search :-moz-placeholder {
    color: #fff;
}
.nav-search ::-moz-placeholder {
    color: #fff;
}
.nav-search :-ms-input-placeholder {
    color: #fff;
}
.menu-item-41>a:after {
    padding: 10px 15px!important;
    background: url(images/ico-login.png) center center no-repeat;
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-left: 5px;
}
.navbar-nav>li>a br{
	display: none;
}
.navbar-nav>li>a span{
	display: inline;
}
@media (min-width: 992px) {
    .navbar-brand>img {
        height: auto;
        max-width: 100%;
		max-height: 100%;
    }
    .navbar-wrapper {
        height: 95px;
        background: #1f9fba;
    }
    .navbar-nav {
        width: 100%;
        margin: 0;
		
	display: table-row;
    border: 0;
    border-collapse: collapse;
		
    }
    .navbar-nav>li {
        display: table-cell;
        width: 14%;
        float: none;
        vertical-align: middle;
        text-align: center;
        height: 75px;
        line-height: 20px;
    }
    .navbar-nav>li:nth-child(4n+1),
    .navbar-nav>li:nth-child(4n+1) a:after{
        background: #9bba1f;
    }
    .navbar-nav>li:nth-child(4n+2),
    .navbar-nav>li:nth-child(4n+2) a:after {
        background: #ffa200;
    }
    .navbar-nav>li:nth-child(4n+3),
    .navbar-nav>li:nth-child(4n+3) a:after {
        background: #ca3535;
    }
    .navbar-nav>li:nth-child(4n+4),
    .navbar-nav>li:nth-child(4n+4) a:after {
        background: #15c1e5;
    }
    .navbar-nav>li>a {
        vertical-align: middle;
        /* display: table-cell; */
        /* height: 75px; */
        padding: 15px 10px;
        margin: 0 auto;
        white-space: nowrap;
        position: static;
    }
    .navbar-nav>li:first-child a {
        white-space: normal;
        min-width: 106px;
    }
    .navbar-collapse {
        float: none;
        background: none;
    }
    .navbar-header {
        float: left;
        width: 24%;
		width: 170px;
		width: 140px;
        margin: 0;
        padding: 0;
		position: absolute;
    	z-index: 10;
    }
    .navbar-collapse.collapse.navbar-right {
        width: 76%;
		width: 939px;
        float: right;
        margin: 0;
		background-color: #15C1E5;
    }
    .nav>li>a:hover,
    .nav>li>a:focus {
        background: initial;
    }
    .nav>li>a:after {
        -webkit-transition: height .2s;
        transition: height .2s;
        height: 0;
        display: block;
        width: 100%;
        content: " ";
        position: absolute;
        top: 75px;
        left: 0;
    }
    .nav>li>a:hover:after,
    .nav>li>a:focus:after,
	.nav>li.current-menu-item>a:after,
	.nav>li.current-menu-ancestor>a:after{
        height: 8px;
    }
    .navbar .row {
        position: relative;
    }
    .navbar.navbar-static-top {
        position: relative;
        top: 36px;
    }
    .nav-search {
        background: transparent !important;
        height: 36px!important;
        width: 173px!important;
        position: absolute!important;
        top: -36px;
        right: 0px;
        display: block!important;
        height: 36px!important;
    }
    .nav-search input {
        border: none;
        color: white;
        width: 100%;
        height: 36px;
        background: #8fcfdd url(images/ico-search.png) 145px center no-repeat !important;
        padding: 0 14px;
        outline: none!important;
        margin: 0;
    }
    .menu-item-41 {
    position: absolute!important;
    top: -36px;
    right: 173px;
    display: block!important;
    height: 36px!important;
    text-transform: uppercase;
    line-height: 36px!important;
    padding: 0 11px 0 0px!important;
    width: auto!important;
    font-size: 14px;
		background-color: transparent !important;
    }
	.menu-item-41 li{
		text-transform: none;
	}
    .menu-item-41>a {
        height: 36px!important;
        padding: 8px 7px 8px 50px!important;
		background:transparent  url(images/ico-login.png) 15px center no-repeat !important;
		
	}
    .menu-item-41>a:after {
        display: none!important;
    }
	.navbar-nav>li>a br{
		display: block;
	}
	.navbar-nav>li>a span{
		display: none;
	}
	.menu-item-41 li {
    text-transform: none;
}
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: none;
}
@media (min-width: 1200px) {
	.navbar-brand>img {
		max-height: none;
	}
	.navbar-collapse.collapse.navbar-right {
        width: 76%;
		width: 1001px;
		width: 1030px;
        float: right;
        margin: 0;
		background-color: #15C1E5;
    }
	header {
		height: 95px;
	}
	.navbar-fixed-top {
		display: block;
		 position: fixed;
    	right: 0;
    	left: 0;
    	z-index: 1030;
	}
	.navbar-fixed-top .navbar-brand>img{
		max-height: 100%;
	}
	.navbar-fixed-top .navbar-collapse.collapse.navbar-right{
		width: 1130px;
	}
	.navbar-fixed-top .navbar.navbar-static-top{
		top: 0
	}
	.navbar-fixed-top.navbar-wrapper {
		height: 60px;
	}
	.navbar-fixed-top .navbar-brand{
		height: 60px;
	}
	.navbar-fixed-top .navbar-nav>li, .navbar-fixed-top .navbar-nav>li>a{
		height: 60px
	}
	.navbar-fixed-top .navbar-nav{
		position: relative;
		z-index: 100;
	}
	.navbar-fixed-top .nav>li>a:after{
		top: 60px;
	}
	.navbar-fixed-top .navbar-nav li:first-child a {
		white-space: normal;
		min-width: 106px;
		padding-top: 6px;
	}
	.navbar-nav>li>a {
		padding: 17px 10px;
	}
}

section.promo {
    margin-top: 50px;
	margin-top: 46px;
}
section.promo .container {
    position: relative;
}
.promo .carousel .item{
	max-height: 390px;
	overflow: hidden;
}
.promo .owl-controls{
	position: absolute;
}
.promo .caption {
    background: rgba(255, 162, 0, 1);
    min-height: 55px;
    width: 100%;
    overflow: auto;
    font-size: 18px;
    color: #4c4c4c;
    padding: 9px 25px;
    background-color: rgba(255, 162, 0, 0.87);
}
.promo .more {
    color: #4c4c4c!important;
    border-color: #4c4c4c;
    line-height: 35px!important;
}
.promo .caption h3 {
    font-size: 26px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .promo .caption {
        position: absolute;
        bottom: 0;
        background: rgba(255, 162, 0, 0.6);
		z-index: 10;
    }
    .promo .caption h3,
    .promo .caption p,
    .promo .caption .more {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        line-height: 1.42857143;
    }
    .promo .caption h3 {
        margin-right: 25px;
    }
    .promo .caption .more {
        float: right
    }
}
i {
    display: inline-block;
    vertical-align: middle;
}
i.atmosfera {
    background: url(images/ico-atmosfera.png) no-repeat;
    width: 56px;
    height: 56px;
}
i.tradice {
    background: url(images/ico-tradice.png) no-repeat;
    width: 62px;
    height: 56px;
}
i.metody {
    background: url(images/ico-metody.png) no-repeat;
    width: 55px;
    height: 55px;
}
.duvod.atmosfera {
    background: #9bba1f;
}
.duvod.tradice {
    background: #ffa200;
}
.duvod.metody {
    background: #ca3535;
}
.duvod {
    color: white;
    text-align: center;
}
.duvody .container{
	overflow: hidden;
}
.row-full {
    margin-left: -50px;
    margin-right: -50px;
	
	margin-right: -30px;
    margin-left: -30px;
	
}
.duvod {
    margin-top: 39px;
	margin-top: 30px;
    padding: 24px 25px 86px 25px;
	padding: 20px 20px 86px 20px;
    position: relative;
}
@media (min-width: 992px) {
    .duvod {
        min-height: 489px;
		min-height: 446px;
    }
}
.duvod h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 6px 0 -3px 0;
}
.duvod ul {
    margin: 0;
    text-align: left;
    list-style: none;
    padding: 0 25px 0 0;
}
.duvod ul li {
    position: relative;
    margin-left: 48px;
    padding: 17px 0 18px 0;
	padding: 14px 0 15px 0;
}
.duvod ul li:before {
    content: " ";
    background: url(images/ico-duvody-check.png) top center no-repeat;
    width: 25px;
    height: 21px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10.5px;
    left: -48px;
}
.duvod ul li:after {
    content: " ";
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    bottom: 1px;
    left: 0;
}
.more {
    border: 1px solid white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 34px;
    color: white!important;
    text-decoration: none!important;
    padding: 0 18px;
    display: inline-block;
    -webkit-transition: background-color .1s;
    transition: background-color .1s;
}
.more:hover {
    background-color: rgba(255, 255, 255, 0.22);
}
.duvod .more-wrapper {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 34px;
	bottom: 25px;
}
section.rozvoj {
    color: #ca3535;
    margin-bottom: 45px;
}
i.rozvoj {
    background: url(images/ico-rozvoj.png) no-repeat;
    width: 140px;
    height: 140px;
    margin-left: 92px;
    margin-top: 36px;
}
section.rozvoj h2 {
    color: #ca3535;
    font-size: 36px;
    font-weight: 700;
}
.rozvoj .more {
    color: #ca3535!important;
    border-color: #ca3535;
    margin-left: 58px;
    margin-top: 33px;
}

.prihlaska .more {
    color: #ca3535!important;
    border-color: #ca3535;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    transition: all 0.1s ease-in-out;

}
.prihlaska .more:hover{
    color:white!important;
    background: #ca3535;
}
.rozvoj .row>div {
    margin-top: 35px;
}
.rozvoj ul {
    margin: 43px 0 0 0;
    text-align: left;
    list-style: none;
    padding: 0 25px 0 0;
    font-size: 22px;
}
.rozvoj ul li {
    position: relative;
    margin-left: 58px;
    padding: 17px 0 18px 0;
}
.rozvoj ul li:before {
    content: " ";
    background: url(images/ico-rozvoj-check.png) top center no-repeat;
    width: 38px;
    height: 32px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -58px;
}
.rozvoj ul li:after {
    content: " ";
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    bottom: 1px;
    left: 0;
}
i.arr {
    background: url(images/ico-aktuality-arr.png) no-repeat;
    width: 21px;
    height: 12px;
}
section.aktualne {
    background: #fecb09;
    text-align: center;
}
section.aktualne h2 {
    font-weight: 700;
    color: white;
    font-size: 36px;
    margin: 60px 0 55px;
    text-transform: uppercase;
}
section.aktualne .carousel {
    text-align: left;
    padding: 0 60px;
}
section.aktualne .carousel .item {
    /* width: 33.333%; */
    /* float: left; */
    color: #323232;
    /* padding: 0 30px; */
}
section.aktualne .carousel .item img {
    border: 3px solid white;
    margin-bottom: 20px;
}
section.aktualne .date {
    font-size: 15px;
}
section.aktualne h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 2px 0 12px 0;
}
section.aktualne h3 a {
    color: inherit;
    text-decoration: none;
}
section.aktualne .more {
    margin: 30px 0 43px 0;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
section.aktualne .owl-nav>div {
    display: block;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 64px;
    margin-top: -64px;
    line-height: 200px;
    overflow: hidden
}
section.aktualne .owl-prev {
    background: url(images/ico-owl-left.png) no-repeat;
    left: 0;
}
section.aktualne .owl-next {
    background: url(images/ico-owl-right.png) no-repeat;
    right: 0;
}
section.rekli .quote:before {
    content: " ";
    display: inline-block;
    background: url(images/rekli-bublina.png) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 52.5px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
	display: none;
}
section.rekli h2 {
    text-transform: uppercase;
    text-align: center;
    color: #ca3535;
    font-weight: 700;
    margin: 61px 0 59px 0;
    font-size: 36px;
}
section.rekli h2 a{
    text-decoration: none;
    color: #ca3535;
}
section.rekli .quote {
    color: #323232;
    font-size: 18px;
}
section.rekli .quote a {
    display: block;
    color: #323232;
    text-decoration: none;
}
section.rekli .quote span {
    font-size: 75px;
    line-height: 0;
    font-family: helvetica, arial;
}
section.rekli .quote .name {
    font-size: 18px;
    text-align: right;
    margin-top: 24px;
}
section.rekli .container {
    max-width: 945px;
}
section.rekli .carousel {
    margin-bottom: 58px;
}
section.rekli .item {
    padding: 0 50px 0 50px;
    position: relative;
    margin-left: 11px;
}
@media (min-width: 768px) {
	section.rekli .quote:before {
		display: inline-block;
	}
	section.rekli .quote {
		font-size: 24px;
	}
    section.rekli .quote:before {
        width: 100px;
        height: 105px;
    }
    section.rekli .item {
        padding: 0 50px 0 146px;
        margin-left: 44px;
    }
}
@media (min-width: 1200px) {
    section.rekli .item {
        padding: 0px 148px 0 138px;
        margin-left: 101px;
    }
}
section.rekli .container{
	overflow: hidden;
}
section.rekli .owl-nav>div {
    display: block;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 64px;
    margin-top: -32px;
    line-height: 200px;
    overflow: hidden;
}
section.rekli .owl-next {
    background: url(images/rekli-right-2.png) no-repeat;
    right: 0;
}
section.rekli .owl-prev {
    background: url(images/rekli-left-2.png) no-repeat;
    left: 0;
}
footer {
    position: relative;
    overflow: hidden;
    color: #323232;
}
footer a {
    color: #323232!important;
    text-decoration: none!important;
}
footer .row>div {
    padding-top: 63px;
    padding-bottom: 30px;
    z-index: 2;
    min-height: 277px;
}
footer .address {
    padding-left: 45px;
    background: url(images/footer-point.png) no-repeat;
    z-index: 2;
    position: relative;
}
footer .kontakt p {
    height: 38px;
}
footer .kontakt,
footer h2 {
    font-size: 20px;
    font-weight: 700;
    z-index: 2;
    position: relative;
}
footer h2 {
    margin: 0 0 14px 0;
}
i.phone {
    background: url('images/footer-tel.png') center no-repeat;
    width: 29px;
    height: 38px;
    margin-right: 12px;
}
i.mail {
    background: url(images/footer-mail.png) center no-repeat;
    width: 29px;
    height: 24px;
    margin-right: 12px;
}
i.f {
    background: url('images/footer-f.png') center no-repeat;
    width: 29px;
    height: 31px;
    margin-right: 12px;
}
footer .right {
    background: #e1e436;
}
footer .left {
    background: #c9cc32;
}
@media (max-width: 991px) {
    footer .right:before {
        content: " ";
        display: block;
        width: 200%;
        height: 100%;
        background: #e1e436;
        position: absolute;
        top: 0;
        left: -50%;
    }
    footer .left:before {
        content: " ";
        display: block;
        width: 200%;
        height: 100%;
        background: #c9cc32;
        position: absolute;
        top: 0;
        left: -50%;
    }
}
@media (min-width: 992px) {
    footer {
        background: #e1e436;
    }
    footer:after {
        content: " ";
        display: block;
        width: 50%;
        left: 50%;
        height: 100%;
        background: #c9cc32;
        z-index: 0;
        position: absolute;
        top: 0;
    }
}
@media (min-width: 1200px) {
    footer .address {
        margin-left: 77px;
    }
    footer .kontakt {
        margin-left: 164px;
    }
}
footer small {
    margin-top: 28px;
    display: block;
}
#main {
    margin-top: 36px;
}

.home .FeedHeader__normal-style.FeedHeader__root {
    background: none !important;
}

@media (min-width: 992px) {
	#main {
		float: right;
    	padding-bottom: 50px;
	}
    #main.single,
    #main.kalendar,
    #main.page {
        padding-right: 50px;
    }
    body:has(.spotlight-instagram-feed) #main.page{
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    #main.single,
    #main.kalendar,
    #main.page {
        padding-right: 170px;
    }
	#main.podivejte{
		padding-right: 45px
	}
    body:has(.spotlight-instagram-feed) #main.page{
        padding-right: 0;
    }
}
.oznameni {
    background: #fecb09;
    overflow: auto;
    margin-bottom: 30px;
    padding: 23px 42px 50px 42px;
	padding: 20px 30px 50px 30px;
}
.oznameni h3 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.oznameni ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
}
.oznameni ul li {
    border-bottom: 1px solid white;
    padding: 13px 0;
}
.co-prave-delame a{
	color: inherit;
}
.co-prave-delame h3{
	font-size: 30px;
}
.sidebar {
    margin-left: -15px;
    margin-top: 39px;
    padding-bottom: 30px;
	clear: both;
}
@media (min-width: 992px) {
	.sidebar {
		clear: none
	}
}
.articles article {
    clear: both;
    margin-bottom: 40px;
    overflow: auto;
}
.search article{
	margin-bottom: 20px;
}
.search article.aktuality{
	margin-bottom: 77px;
}
.articles .img {
    float: left;
    width: 31.6%;
}
.articles .excerpt {
    float: right;
    width: 68.4%;
    padding-left: 25px;
}
.title {
    color: #fecb09;
    font-size: 36px!important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    line-height: 39.5999984741211px;
}
.title a{
	color: inherit!important;
	text-decoration: none!important;
}
.aktuality .title {
    margin-bottom: 55px
}
.page .title {
    margin-bottom: 25px;
}
.page .rekli .title{
    margin-bottom: 0;
}
.articles .date {
    font-size: 15px;
}
.articles h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin: 3px 0 9px 0;
}
.articles h2 a {
    color: inherit
}
.articles article .excerpt p {
    margin: 0;
}
.articles nav {
    text-align: center;
}
.articles .pagination {
    display: inline-block;
    color: black;
    font-size: 18px;
    margin: -20px 0 60px 0;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    border: 1px solid #DDD;
    margin-left: -1px;
	border: none;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 3;
    color: #000;
    background-color: #EEE;
    border-color: #DDD;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #000;
    background-color: #fee584;
    border-color: #fecb09;
    cursor: default;
}
#calendar {
    margin: 47px 0 0 0;
}
article.event-detail .date {} article.event-detail h1 {
    font-size: 22px;
    font-weight: 700;
    color: #9bba1f;
    margin: 4px 0 13px;
}
#sidebar-calendar h2 {
    font-size: 18.9px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 700;
}
#calendar h2 {
    font-size: 25.58px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 700;
}
.fc-toolbar {
    background: #c5c5c5;
    padding: 5px 4px 4px 15px;
}
#sidebar-calendar,
#calendar {
    background-color: #E5E5E5;
    font-size: 18px;
}
#sidebar-calendar {
    font-size: 14px;
    margin-bottom: 30px;
}
#sidebar-calendar .fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
}
.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
}
.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1;
    margin: 0;
}
#sidebar-calendar .fc-basic-view .fc-body .fc-row {
    min-height: 3em;
}
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #323232;
    text-decoration: none;
}
.fc-event {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #FECB09;
    background-color: #FECB09;
    padding: 2px 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.18);
}
.fc-toolbar .fc-right {
    font-size: 18px;
}
#sidebar-calendar .fc-event {
    font-size: 12px;
}
#calendar .fc-event {
    font-size: 14px;
    /* font-weight: 700; */
}
th.fc-widget-header {
    line-height: 3em;
    text-transform: uppercase;
}
#sidebar-calendar .fc-divider,
#sidebar-calendar .fc-popover,
#sidebar-calendar .fc-row,
#sidebar-calendar tbody,
#sidebar-calendar td,
#sidebar-calendar th,
#sidebar-calendar thead {
    border: none!important;
}
.fc-view-container {
    padding: 0 7px 7px 7px;
}
#calendar .fc-view-container {
    padding: 0;
    margin-top: -18px;
}
#calendar .fc-body > tr > .fc-widget-content,
#calendar .fc-widget-header {
    /* border: none!important */
}

 #sidebar-calendar span.fc-time,  #calendar span.fc-time {
 display: none;
}


.fc-day-grid-event .fc-time{
	font-weight: 400;
}

.fc-content {
    min-height: 5px;
}
.tooltip-arrow {
    border-top-color: #9bba1f!important;
}
.tooltip-inner {
    background-color: #9bba1f!important;
    color: black;
    padding: 6px 8px;
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
/* responsive gallery */

.gallery-row {
    padding: 15px 0;
}
.gallery .gallery-item {
    float: left;
    text-align: left;
    padding: 0 30px 20px 0;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery img {
    width: 100%;
    height: auto;
    display: block;
}
.gallery-columns-4,
.gallery-columns-3,
.gallery-columns-2 {
    display: block;
    clear: both;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-3 .gallery-item {
    width: 33.333%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3,
.gallery-columns-2 {
    margin: 0;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-2 .gallery-item {
    /* padding: 0 30px 20px 0; */
}
@media (max-width: 767px) {
    /* . third will appear in half*/
    .gallery .gallery-item + br {
        display: none;
    }
    .gallery-columns-4 .gallery-item {
        width: 33.333%;
    }
    .gallery-columns-3 .gallery-item,
    .gallery-columns-2 .gallery-item {
        width: 50%;
    }
}
.single .date {
    margin: 0 0 1px 0;
}
.single .content h1 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 17px 0;
}
.single .content {
    padding: 0;
}
.single .content h2 {
    font-size: 22px;
    margin-bottom: 18px;
}
.content .promo {
    margin: 0 0 29px 0;
}
.content p,
.content ul {
    margin: 0 0 16px 0;
}
@media (min-width: 992px) {
    .single .content {
        padding: 0 14px;
    }
    .single .content .promo {
        margin: 0 -14px 29px -14px;
    }
    .single .content .gallery {
        margin: 0 -14px;
    }
}
.page-atmosfera .title,
.page-green .title {
    color: #9bba1f;
}
.page-kontakt .title,
.page-podivejte .title,
.page-blue .title {
    color: #15c1e5;
}
.page-rekli .title,
.page-red .title {
    color: #ca3535;
}
.sidebar .duvod {
    min-height: auto;
    margin-top: 0;
    padding-bottom: 35px;
	margin-bottom: 30px;
}
.ico-tradice {
    background: url(images/atmosfera-ico-tradice.png);
    width: 33px;
    height: 30px;
    margin-bottom: 4px;
}
.ico-metody {
    background: url(images/atmosfera-ico-metody.png);
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
}
.ico-atmosfera {
    background: url(images/atmosfera-ico-atmosfera.png);
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
}
.duvod .btns {
    text-align: center;
    margin: 40px 0 0 0;
}
.duvod .btns a {
    display: inline-block;
    color: #ffd800;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    width: 32%;
    opacity: 0.5;
	    text-transform: uppercase;
}
.duvod .btns a:hover {
    opacity: 1;
}
.page .content h1,
.page .content .h1 {
    font-weight: 700;
    font-size: 22px;
}
.page .content .h1 {
    margin: 60px 0 20px 0;
}
.page .content h2 {
    font-size: 22px;
}
.page .content h2.green {
    color: #9bba1f;
    margin-top: 44px;
    margin-bottom: 20px;
}
.page .content h2.orange {
    color: #ffa200;
    margin-top: 44px;
    margin-bottom: 20px;
}
.content ul {
    padding-left: 17px;
}
.content li {
    padding-left: 17px;
    margin-bottom: 8px;
}
ul.green {
    background: #bed26d;
    padding: 0;
}
ul.orange {
    background: #ffc259;
    padding: 0;
}
ul.green li,
ul.orange li {
    list-style: none;
    position: relative;
    padding: 9px 8px 11px 37px;
    border-bottom: 1px solid white;
    margin-bottom: 0;
}
ul.green li:before,
ul.orange li:before {
    background: url(images/ul-check-kdo-jsme.png);
    width: 19px;
    height: 16px;
    display: block;
    content: " ";
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -8px;
}
.pdf {
    border: 1px solid #9bba1f;
    font-size: 18px;
    text-transform: uppercase;
    color: #9bba1f!important;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none!important;
    padding: 5px 18px;
    display: inline-block;
    -webkit-transition: background-color .1s;
    transition: background-color .1s;
    text-align: center;
}
.pdf:hover {
    background-color: rgba(255, 255, 255, 0.22);
}
ul.odkazy {
    padding: 0;
}
ul.odkazy li {
    list-style: none;
    position: relative;
    padding: 0 8px 0 14px;
}
ul.odkazy a {
    color: inherit;
}
ul.odkazy a:hover {
    font-weight: 700;
}
ul.odkazy li:before {
    width: 4px;
    height: 20px;
    display: block;
    content: " ";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    background: #9bba1f;
}
ul.odkazy + p > .pdf {
    margin-top: 37px;
}
.content .kontakt {
    position: relative;
    padding-left: 60px;
    font-size: 20px;
    margin-bottom: 47px;
}
.content .kontakt i {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 39px;
}
.kontakt.phone i {
    background: url(images/kontakt-phone.png) center top no-repeat;
}
.kontakt.email i {
    background: url(images/kontakt-email.png) center top no-repeat;
}
.kontakt.f i {
    background: url(images/kontakt-f.png) center top no-repeat;
}
.kontakt.point {
    padding-left: 48px;
    margin-top: 61px;
}
.kontakt.point i {
    background: url(images/kontakt-point.png) center top no-repeat;
}
.kontakt a {
    font-weight: 700;
    color: inherit;
    font-size: 22px;
}
.staff {
    border-top: 1px solid #15c1e5;
    margin-top: 64px;
    max-width: 454px;
    padding-top: 46px;
}
.staff .member {
    margin: 0 0 17px 0;
    clear: both;
    overflow: auto;
    font-size: 18px;
}
.staff  > h2{
	    margin: 0 0 19px 0;
    text-transform: uppercase;
}
.staff .member h2 {
    font-weight: 700;
    font-size: 22px;
    margin: 26px 0 4px 0;
}
.staff .member p {
    font-size: 18px;
    margin: 0;
}
.staff .member a {
	color: inherit;
}
.staff .member img {
    float: left;
    margin: 0 25px 0 0;
	    border: 2px solid #B3B3B3;
    border-radius: 68px;
	    width: 108px;
    height: 108px;
}
.kontakt .title {
    margin-bottom: 59px;
}
.kontakt p {
    margin: 0 0 23px 0;
}
.kontakt small {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-top: -14px;
}
.reviews {
	max-width: 680px;
	/* margin-top: 66px; */
}
.reviews article {
    padding-top: 69px;
}
.reviews article .autor{
	color:#ca3535;
	font-size: 18px;
	text-align: right;
}
@media (min-width: 400px) {
	.reviews article{
		    background: url(images/rekli-bublina-big.png) left 69px no-repeat;
	
    padding-left: 76px;
	background-size: 50px 52.5px;
	}
}

@media (min-width: 768px) { 
	.reviews article {
	padding-left: 132px;
	background-size: 100px 105px;
	}
}

.gallery-podivejte article{
	width: 50%;
	float: left;
	padding-right: 25px;
	min-height: 281px;
}
.gallery-podivejte article h2{
	font-size: 16px;
	font-weight: 700;
	margin: 12px 0 0 0;
}
.gallery-podivejte article h2 a{
	color: inherit;
}
@media (min-width: 768px) {
	.gallery-podivejte article h2{
		font-size: 18px;
	}
}

@media (min-width: 992px) { 
	.gallery-podivejte article{
		padding-right: 50px;
	}
}
@media (min-width: 1200px) { 
	.gallery-podivejte article{
		padding-right: 65px;
	}
}

.page-id-32 .content img {
    max-width: 200px;
    max-height: 100px;
    height: auto;
    width: auto;
    margin: 60px auto 0 0;
    display: block;
}

.content iframe {
max-width: 100%;
    border: none;
    margin: 0 -14px;
    height: 353px;
    width: 567px;
}
/*

a.fancybox-expand {
	display: block!important;
}
*/
.screen-reader-text{
	display: none;
}
.modal-header .close {
    margin-top: -12px;
    font-size: 55px;
}
.modal-content iframe{
	border: none;
	max-width:100%;
}
.panel-body form{
	margin-bottom: 0;
}

ul.dropdown-menu.double {
    width: 336px;
	line-height: 27px!important;
}
li.menu-item.half {
    width: 49%;
    display: inline-block;
    overflow: hidden;
}
li.menu-item.half a{
	padding: 5px 0px 5px 20px;
    line-height: 16px;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: -1px;
}