/**/

body {
	margin: 0;
	padding: 0;
	font-family: proxima_nova, snas-serif;
	background: #ebebeb;
	overflow: auto;
	font-size: 18px;
}

a, a:hover {
	text-decoration: none;
	cursor: pointer;
	color: white;
}

.menuWrapper {
	text-align: center;
	position: fixed;
	width: 100%;
	z-index: 99;
	padding-top: 50px;
	transition: all .5s ease;
}

.menuWrapper ul {
	padding: 0;
	margin: 0;
}

.menuWrapper li {
	display: inline-block;
}

.menuWrapper a {
	display: inline-block;
	padding: 10px 20px;
	margin: 30px 0;
	text-transform: uppercase;
	font-size: 15px;
	color: white;
	width: 120px;
	transition: all .5s ease;
	border: 1px solid transparent;
	border-radius: 4px;
}

.menuWrapper a:hover, .current-menu-item a {
	border-color: white;
}

.menuWrapper .item_logo a {
	background: url(../images/logo_velke.png) center center no-repeat;
	background-size: contain;

}

@media(min-width: 991px) {

	.fixedMenu {
		margin-top: 0;
		padding-top: 0;
		background: #181c27;
	}


	.fixedMenu a {
		padding: 20px;
		color: #fdba49;
		border: none;
		margin: 0;
	}

	.fixedMenu a:hover {
		color: white;
	}

	.fixedMenu .item_logo a {
		padding: 20px 20px;
		background: url(../images/logo_male.jpg) center center no-repeat;
	}

	.fixedMenu .item_logo a:hover {
		color: transparent;
	}

}

.item_logo a, .item_logo a:hover {
	color: transparent;
	border: none;
}

.item_logo a {
	margin: 0;
	padding: 40px 20px;
}

.iframe {
    position: fixed;
    z-index: -1;
    width: 110%;
    height: 110%;
    left: -5%;
}

.slide {
	text-align: center;
	position: relative;
	background-size: cover;
	background-position: center center;
	width: 100%;
}

h2, .slide .title {
	margin: 0;
	font-size: 70px;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	line-height: 65px;
	letter-spacing: -5px;
}

.slide .title.underline {
	border-bottom: 2px solid white;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 25px;
}

.slide .subtext {
	margin-top: 40px;
	color: white;
	font-weight: bold;
	line-height: 30px;
	font-size: 20px;
}

.slide1 {
	text-align: center;
	height: 880px;
	background-color: rgba(239, 27, 27, 0.5);
}

.slide1 .title {
	padding-top: 400px;
	padding-bottom: 30px;
}

.slide2 {
	background-image: url(../images/slide_1_2.jpg);
	height: 1030px;
	text-align: left;
	background-position: center center;
}

.slide--news {
    padding-top: 250px;
    background: url(../images/headers/podklad_aktualne.jpg) no-repeat center top;
    height: 675px;
}

.slide2 .title {
	padding-top: 400px;
	padding-bottom: 30px;
}

.slide3 {
	text-align: right;
	background-image: url(../images/slide_1_3.jpg);
	height: 1038px;
}

.slide3 .title {
	padding-top: 400px;
	padding-bottom: 30px;
}

.slide_2_1 {
	text-align: center;
	background-image: url(../images/slide_2_1.jpg);
	height: 680px;
}

.slide_2_1 .title {
	padding-top: 200px;
	padding-bottom: 30px;
}

.slide_3_1 {
	background: #563876 url(../images/headers/podklad_onas.jpg) no-repeat center top;
	min-height: 675px;
	text-align: center;
	padding-bottom: 20px;
}

.slide_3_1 .title {
	padding-top: 200px;
}

.slide_3_2 {
	background-image: url(../images/slide_3_2.jpg);
	height: 685px;
	text-align: center;
}

.slide_3_2 .title {
	padding-top: 150px;
}

.slide--content {
	padding: 150px 0;
}

.slide--content-small {
	padding: 50px 0;
}

.slide--blue1 {
	background: #4DB4B3;
}

.slide--purple-yellow {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/slide_3_3.jpg);
	background-color: #fdba49;
	text-align: center;
}

.slide--purple-gray {
	background-image: url(../images/slide_4_2.jpg), url(../images/repeat.jpg);
    background-position: center top, center center;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, auto auto;
    text-align: center;
}

.slide--green-gray {
	background-image: url(../images/slide_3_2.jpg);
}

.slide_4_1 {
	background-image: url(../images/headers/podklad_lektori.jpg);
	text-align: center;
	height: 680px;
}

.slide_4_1 .title {
	padding-top: 200px;
}

.slide_4_2 {
	background-image: url(../images/slide_4_2.jpg), url(../images/repeat.jpg);
	background-position: center top, center center;
	background-repeat: no-repeat, repeat;
	background-size: 100% auto, auto auto;
	text-align: center;
	min-height: 1000px;
}

.slide_akce_1 {
	background-size: cover;
        background-position: center bottom;
	background-image: url(../images/headers/podklad_akce.jpg);
	text-align: center;
	height: 530px;
}

.slide_akce_1 .title {
	padding-top: 200px;
}

.slide_uspechy_1 {
	background: url(../images/headers/podklad_uspech.jpg) center top;
	text-align: center;
	height: 530px;
}

.slide_uspechy_1 .title {
	padding-top: 200px;
}

.slide_kontakt {
	background-image: url(../images/headers/podklad_kontakt.jpg);
	text-align: center;
	height: 680px;
	background-color: #f2c249;
}

.slide_kontakt .title {
	padding-top: 200px;
}

.slide_kurzy_1 {
	background-image: url(../images/slide_kurzy_1.jpg);
	text-align: center;
	height: 680px;
	background-color: #f2c249;
}

.slide_kurzy_1 .title {
	padding-top: 200px;
}

.slide_galerie_1 {
	background-image: url(../images/headers/podklad_galerie.jpg);
	text-align: center;
	height: 636px;
	background-position: center top;
}

.slide_galerie_1 .title {
	padding-top: 300px;
}

.slide_galerie_2 {
	background-image: url(../images/slide_galerie_2.jpg), url(../images/repeat.jpg);
	background-position: center top, center center;
	background-repeat: no-repeat, repeat;
	background-size: 100% auto, auto auto;
	text-align: center;
}

.button1 {
	display: inline-block;
	color: white;
	border: 2px solid white;
	padding: 12px 16px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.button1:hover {
	background: #fdba49;
	border-color: #fdba49;
	color: white;
}

.column {
	width: 25%;
}

.footer {
	padding: 60px 0;
	background: #181c27;
	line-height: 70px;
}

.footer_icons {
	text-align: center;
}

.footer_icon {
	display: inline-block;
	margin: 0 15px;
}

.footer_icon img {
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
	transition: all .3s ease;
}

.footer_icon:hover img {
	-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}

.event_1 {background-color: #f2c249;}
.event_2 {background-color: #e64a45;}
.event_3 {background-color: #3d4c53;}
.event_4 {background-color: #6d45e6;}

.events {
	background: #4db3b3 url(/wp-content/themes/default/images/rptr.png) repeat-y center center;
	text-align: center;
	padding: 100px 0 0 0;
}

.events .container:before {
    display: none;
}

.events .container:after {
    display: none;
}

.events .container {
    max-width: 800px;
}

.event:nth-child(2) {
	margin-top: 200px;
}


.events_subtitle {
	color: #172830;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 25px;
}

.event {
	height: 350px;
	width: 50%;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin-bottom: 40px;
	position: relative;
        cursor: pointer;
}

.event:hover {
    opacity: 0.9;
}

.event .inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px;
}

.event .day {
	font-size: 60px;
	line-height: 50px;
}
.event .month {font-size: 20px}

.event .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	font-size: 30px;
        letter-spacing: normal;
        line-height: normal;
}

.event_spacer {
	background: white;
	height: 3px;
	width: 20%;
	margin-bottom: 10px;
}

.event_1 .inner {background-color: #f2c249;}
.event_2 .inner {background-color: #e64a45;}
.event_3 .inner {background-color: #3d4c53;}

.event.post--left {
	float: left;
	padding-right: 32px;
	right: -5px;
}

.event.post--right {
	float: right;
	padding-left: 32px;
	left: -5px;
}

.e1l {background: url(/wp-content/themes/default/images/event_1_l.png) no-repeat right center;}
.e2l {background: url(/wp-content/themes/default/images/event_2_l.png) no-repeat right center;}
.e3l {background: url(/wp-content/themes/default/images/event_3_l.png) no-repeat right center;}
.e1r {background: url(/wp-content/themes/default/images/event_1_r.png) no-repeat left center;}
.e2r {background: url(/wp-content/themes/default/images/event_2_r.png) no-repeat left center;}
.e3r {background: url(/wp-content/themes/default/images/event_3_r.png) no-repeat left center;}



.subtitle {
	color: white;
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

.post_read_more {
	border: 2px solid white;
	border-radius: 5px;
	padding: 10px;
	text-transform: uppercase;
	color: white;
	font-size: 15px;
	display: inline-block;
	margin: 20px 0;
}

.contact_info {
	margin-top: 40px;
	font-size: 20px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.contact_info a {
	color: black;
}

.contact_info .rBorder {
	border-right: 1px solid white;
}

.contact_info .lBorder {
	border-left: 1px solid white;
	margin-left: -1px;
}

.contact_arrow {
	background: url(../images/contact_arrow.png) no-repeat center center;
	height: 30px;
	position: relative;
	z-index: 10;
}

#map_canvas {
	position: relative;
	z-index: 9;
	margin-top: -70px;
}

.mobile-logo {
	display: none;
}

.purple {
	background: url("../images/purple.png") no-repeat center center;
	height: 70px;
	position: relative;
	z-index: 10;
}

.footer-logo-link {
    display: inline-block;
    margin: 0 20px;
}

.footer-logo-image {
    height: 50px;
}

.footer-logo-link:nth-child(4) .footer-logo-image {
    height: 80px;
}

.footer_icons {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

@media(max-width: 991px) {
    
    .footer-logo-image {
        height: 30px;
    }

	.for_mobile {
		display: block;
	}

	.for_desktop {
		display: none;
	}

	* {
		max-width: 100%;
	}

	.events-iframe-wrapper {
		height: auto;
	}

	.ei__title {
		font-size: 30px;
	}

	.lector .text {
		font-size: 15px;
	}

	.ei__play {
		display: none;
	}

	.slide {
		height: auto;
		padding-bottom: 20px;
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}

	.after_movie {
		display: none;
	}

	.slide_3_2 {
		background-size: auto 100%;
	}

	.slide_4_2 {
		background-image: url(../images/slide_4_2.jpg), url(../images/repeat.jpg);
		background-position: left top, center center;
		background-repeat: no-repeat, repeat;
		background-size: auto auto, auto auto;
		text-align: center;
		min-height: 1000px;
	}

	.menuWrapper {
		width: 100%;
		height: 100%;
		background: #181c27;
		padding-top: 50px;
		display: none;
	}

	.menuWrapper.active {
		display: block;
	}

	.mobile-logo {
		position: fixed;
		top: 20px;
		left: 20px;
		z-index: 999;
		width: 50px;
		display: block;
	}

	.menuWrapper li {
		display: block;
	}

	.menuWrapper a {
		padding: 5px;
		margin: 0;
		border: none;
	}

	.menuWrapper .item_logo {
		display: none;
	}

	.menuIcon {
		width: 40px;
		position: fixed;
		z-index: 999;
		top: 35px;
		right: 20px;
	}

	.menuIcon .bar {
		height: 5px;
		margin-bottom: 5px;
		background: white;
		border-radius: 5px;
	}

	.event.post--left, .event.post--right {
		width: 100%;
		float: none;
		position: static;
		right: 0;
		left: 0;
		padding: 0;
		margin: 0;
	}
	.events {
		background-image: none;
	}
        
        .event {
            height: 250px;
        }

	.contact_info .text-left, .contact_info .text-right {
		text-align: center;
		border: none;
		margin: 5px 0;
	}

	.contact_info {
		font-size: 16px;
	}

	.footer_icon {
		margin: 0 2px;
	}

	.footer_icons {
		text-align: center;
	}

	.post {
		width: 100%;
	}

	.slide .subtext {
		font-size: 15px;
		line-height: 25px;
	}

}

@media(max-width: 1200px) {
	.menuWrapper a {
		width: auto;
	}
}

.style-popup {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 900px;
	margin-left: -450px;
	background: violet;
	z-index: 200;
	color: white;
	background: rgb(63, 6, 86);
	padding: 20px;
	font-size: 18px;
	transform: translateY(-50%);
	display: none;
}

.ex {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	cursor: pointer;
	font-weight: bold;
}

/* boxes */

.l-fullscreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.l-fullcanvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.l-boxes {
	position: relative;
}

.l-box {
	position: relative;
	width: 300px;
	height: 300px;
	margin: 40px;
	display: block;
	float: left;
	overflow: hidden;
	color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
	cursor: pointer;
}

.l-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px;
}

.l-box-background {
	background-position: center center;
	background-size: cover;
	transition: .5s transform;
}

.l-box-over {
	background: rgba(63, 6, 86, 0.6); /* dark */
}

.l-box-top-big {
	font-size: 60px;
	line-height: 50px;
	position: relative;
}

.l-box-top-small {
	font-size: 20px;
	position: relative;
}

.l-box-title {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    font-size: 20px;
}

.l-box:hover .l-box-background {
	transform: scale(1.2);
}

/* popup */

.l-popup {
	position: fixed;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	color: #172830;
	transition: opacity .5s, visibility .5s linear .5s;
}

.l-popup-country {
	background: rgba(0,0,0,0.8);
}

.l-popup-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1100px;
	max-height: 90%;
	transform: translate3d(-50%, -50%, 0);
	background: url(../images/popup.jpg) no-repeat center center;
	padding: 60px;
	overflow: hidden;
	overflow-y: auto;
	display: none;
}

.l-popup-inner.active {
	display: block;
}

.l-popup-title {
	font-size: 22px;
	font-weight: bold;
}

.l-popup-image {
	display: block;
	max-width: 300px;
	max-height: 300px;
	float: left;
	margin: 0 30px 30px 0;
}

.l-popup-image--large {
	margin: 0;
	float: none;
	max-width: 100%;
	max-height: 100%;
}

.l-popup-content {
	display: block;
	float: left;
	width: 600px;
	font-size: 20px;
}

.l-popup-content--full {
	width: 100%;
	float: none;
}

.l-popup-x {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	background-color: #172830;
	background-image: url(../images/close.svg);
	background-size: 20px 20px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.l-popup.active {
	opacity: 1;
	visibility: visible;
	transition: opacity .5s, visibility .5s linear 0s;
}

.l-popup-table {
	width: 100%;
}

.l-popup-table-head td {
	font-weight: bold;
}

.l-popup-table td {
	padding: 5px;
}

#map_canvas {
    display: block;
}

#map_canvas picture {
    display: block;
}

.map__image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

@media(max-width: 991px) {

	body.fixed {
		overflow: hidden;
	}

	.slide--content {
		padding: 20px 0;
	}

	.slide--purple-yellow {
		background: #fdba49;
	}

	h2, .slide .title {
		font-size: 24px;
		letter-spacing: 0;
		line-height: normal;
	}

	.l-box {
		margin: 10px 0;
		width: 300px;
		height: 150px;
	}

	.l-box-top-big {
		font-size: 14px;
		line-height: normal;
	}

	.l-box-top-small {
		font-size: 14px;
		line-height: normal;
	}

	.l-box-title {
		font-size: 14px;
	}

	.l-popup-inner {
		width: 100%;
		padding: 10px;
		max-height: 100%;
	}


}