/*slide

div#wrap img.slideshow{
    position:fixed;
    top:0;
    min-width: 100%;
    height: 100%;
    
}

end of slide*/

/*cookies notice*/

.cookies-information{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background-color: #D71920;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-transform: uppercase;
	font-size: .725em;
	z-index: 99999;
	line-height: 1.9;
}

.cookies-information span#allow-cookies-button{
	font-weight: 800;
	background-color: #201C14;
	padding: 3px 15px 3px 15px;
	border: solid 1px #fff;
	border-radius: 3px;
	margin-left: 5px;
	cursor: pointer;

	-webkit-transition: all .60s ease-in-out;
	-moz-transition: all .60s ease-in-out;
	-o-transition: all .60s ease-in-out;
	-ms-transition: all .60s ease-in-out;
	transition: all .60s ease-in-out;
}

.cookies-information span#allow-cookies-button:hover{
	background-color: #333333;

	-webkit-transition: all .60s ease-in-out;
	-moz-transition: all .60s ease-in-out;
	-o-transition: all .60s ease-in-out;
	-ms-transition: all .60s ease-in-out;
	transition: all .60s ease-in-out;
}

/*video bg*/

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/7.jpg) no-repeat;
    background-size: cover;
    opacity: .3;
}

/*end of video bg*/

/*global*/

.no-gutter{
	padding-left: 0;
	padding-right: 0;
}

img.responsive{
	width: 100%;
	height: auto;
}

.roller{
	margin-top: 10px;
	margin-bottom: 30px;
}

header.top{
	z-index: 50000;
}

body{
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	cursor: auto;
	background-color: #201C14;
}

body.page{
	background: #201C14;
}

a{
	outline: 0!important;
}

p{
	color: #fff;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
}

/*br{
	display: none;
}*/

.hidden{
	visibility: hidden;
}

.hidden_none{
	display: none!important;
}

header{
	width: 100%;
	position: relative;
	top: 0;
	background: rgba(255, 255, 255, 0.97);
	z-index: 1;
}

fieldset{
	border: none!important;
}

div.large-12.columns.h1_hero h1{
	background: rgba(0, 0, 0, .8);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	border: #fff solid 2px;
	display: block;
	text-align: center;
}

div.large-12.columns.h1_hero h1 img{
	position: relative;
	display: block;
	width: 266px;
	height: 80px;
	margin: 0 auto;
	top: 115px;
}

div.large-12.columns h1{
	text-align: center;
	display: block;
}

section.content{
	width: 100%;
	position: relative;
	margin-top: 46px;
	display: block;
}

section.content h2{
	font-family: "Roboto Condensed";
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	background: #7F0F18;
	padding: 10px 0px 5px 65px;
	position: relative;
	top: 9px;

}

section.content div.row h2::selection{
	background: rgba(32, 28, 20, 0.4);
	color: #7F0F18;
}

section.content div.row h2::-moz-selection{
	background: rgba(32, 28, 20, 0.4);
	color: #7F0F18;
}

section.content div.row h2::-o-selection{
	background: rgba(32, 28, 20, 0.4);
	color: #7F0F18;
}

section.content div.row div.large-12.columns.sections{
	position: relative;
	margin: 0 auto;
	
}


/*promoted actions*/

div.row article.large-12.columns.promoted-action.hidden{
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 230px;
}

div.row article.large-12.columns.promoted-action.hidden p{
	width: 100%;
	padding: 30px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 1.2em;
}

/*enter*******************************************************************************************/

section.content div.row div.sections{
	float: none;
	position: relative;
	margin: 0 auto;
	display: block;
	z-index: 10000;
}

section.content div.row a.medium-3.columns.entry{
	width: 180px;
	height: 180px;
	float: left;
	display: inline-block;
	margin: 10px 13px 0 13px;
	overflow: hidden;
	position: relative;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	font-weight: 300;
	font-size: 2em;
	padding-top: 147px;
	-webkit-transition: all 500ms cubic-bezier(1.000, 0, 0.000, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(1.000, -0.480, 0.000, 1.650); 
   -moz-transition: all 500ms cubic-bezier(1.000, -0.480, 0.000, 1.650); 
     -o-transition: all 500ms cubic-bezier(1.000, -0.480, 0.000, 1.650); 
        transition: all 500ms cubic-bezier(1.000, -0.480, 0.000, 1.650);
}

section.content div.row div.sections a.medium-3.columns.entry.about{
	background-image: url(../img/about.jpg);

}

section.content div.row div.sections a.medium-3.columns.entry.events{
	background-image: url(../img/events.jpg);
	
}

section.content div.row div.sections a.medium-3.columns.entry.photo{
	background-image: url(../img/photo.jpg);
	
}

section.content div.row div.sections a.medium-3.columns.entry.contact{
	background-image: url(../img/contact.jpg);
	
}

/*hover effect************************************************************************************/

section.content div.row a.medium-3.columns.entry:hover{
	border-radius: 50%;
	-webkit-transition: all 500ms cubic-bezier(1.000, 0, 0.000, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(1.000, -0.480, 0.000, 1.650); 
   -moz-transition: all 500ms cubic-bezier(1.000, -0.480, 0.000, 1.650); 
     -o-transition: all 500ms cubic-bezier(1.000, -0.480, 0.000, 1.650); 
        transition: all 500ms cubic-bezier(1.000, -0.480, 0.000, 1.650);
    transform:scale(1.2,1.2);
    padding-top: 72px;
}


/*end of hover effect****************************************************************************/



article.middle{
	background-color: #201C14;
	width: 100%;
	position: relative;
	margin-top: 130px;
	border-bottom: 4px dashed #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}

article.middle div.shadow{
	background: url(../img/shadow.png);
	width: 100%;
	height: 215px;
	background-repeat: repeat-x;
	position: relative;
	top: -214px;
	z-index: 500;

}

article.middle div.row div.large-12.columns.claim{
	position: relative;
	margin-top: 0px;
	padding-bottom: 140px;
}

article.middle div.row div.large-12.columns.claim h3{
	color: #D71920;
	display: block;
	width: 45%;
}

article.middle div.row div.large-12.columns.claim h3 strong{
	font-weight: 700;
}

article.middle div.row div.large-12.columns.claim h3 strong strong.seo_name{
	text-transform: uppercase;
	color: #fff;
}

article.middle div.row div.large-12.columns.claim div.large-6.columns p{
	color: #fff;
	font-family: "Roboto Condensed";
	font-weight: 300;
	text-indent:25px;
	display: block;
	position: relative;
	margin-top: 50px;
	text-align: left;
}

article.middle div.row div.large-12.columns div.large-6.columns.claim p strong{
	text-transform: uppercase;
}

div.large-6.columns.youtube{
	position: relative;
	top: -120px;
	display: block;
	height: 350px;
}

div.large-6.columns.youtube iframe{
	width: 100%;
	height: 100%;
}

section.content article.bottom{
	background-image: url(../img/f1.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;

}

footer{
	border-top: solid 10px #7F0F18;

}


article.footer_top{
	width: 100%;
	background: #201C14;
	position: relative;
}

article.footer_top div.row div.large-12.columns h4{
	color: #fff;
	font-family: "Roboto Condensed";
	font-weight: 300;
	text-align: center;
	font-size: 1.3em;
	text-transform: uppercase;

}

article.footer_top div.row div.large-12.columns img.bottom_logo{
	display: block;
	position: relative;
	margin: 0 auto;
	opacity: .3;
	margin-top: 30px;
	margin-bottom: 10px;

}

article.footer_top div.row div.large-12.columns ul.large-5.columns.center{
	float: none;
	position: relative;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 40px;
	
}

article.footer_top div.row div.large-12.columns ul.large-5.columns.center li{
	display: inline-block;
	padding: 10px 12px 10px 12px;
}

article.footer_top div.row div.large-12.columns ul.large-6.columns.center_bottom{
	float: none;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
}

article.footer_top div.row div.large-12.columns ul.large-6.columns.center_bottom li{
	display: inline-block;
	padding: 15px 16px 15px 16px;
	
}

article.footer_top div.row div.large-12.columns ul.large-6.columns.center_bottom li a{
	color: #fff;
	font-family: "Roboto Condensed";
	font-weight: 300;
	text-transform: uppercase;
}

article.footer_top div.row div.large-12.columns ul.large-6.columns.center_bottom li a:hover{
	text-decoration: underline;
}


footer hr{
	height: 15px;
	background: #7F0F18;
	border: none;
	position: relative;
	margin: -30px 0 0 0;
}

article.footer_bottom{
	background: url(../img/foot_img.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	min-height: 220px;
	text-align: center;
	position: relative;
}

article.footer_bottom div.row div.large-12.columns.bottom_info h2{
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	margin-top: 50px;
	background: none;
}

article.footer_bottom div.row div.large-12.columns.bottom_info h3.footer_h3{
	background: none;
	font-size: 1.3em;
	margin-top: -20px;
	font-family: "Roboto Condensed";
	padding: 0 0 0 0;
	color: #fff;
	text-transform: uppercase;
}

article.footer_bottom div.row div.large-12.columns.bottom_info p.info{
	color: #fff;
	font-size: 1em;
	font-weight: 300;
	font-family: "Roboto Condensed";
	margin-top: 40px;
}

article.footer_bottom div.row div.large-12.columns.bottom_info p.info a{
	font-weight: 700;
	color: #fff;
	font-size: 1.4em;
}

article.footer_bottom div.row div.large-12.columns.bottom_info p.info a:hover{
	text-decoration: underline;
	color: #7F0F18;
}


/*hoverbubble tooltips**************************************************************************/


li.hoverbubble span {
	display: none;
	

}

li.hoverbubble:hover span {
	display: block;
	position: absolute;
	padding: .5em;
	content: attr(title);
	text-align: center;
	width: auto;
	height: auto;
	white-space: nowrap;
	top: -40px;
	background: #D61F27;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 0.86em;
	padding: 10px 15px 10px 15px;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
	
}

li.hoverbubble:hover span:after {
	position: absolute;
	display: block;
	content: "";
	border-color: #D61F27 transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -20px;
	left: 1em;
	
}

a.hoverbubble span {
	display: none;
	

}

a.hoverbubble:hover span {
	display: block;
	position: absolute;
	padding: .5em;
	content: attr(title);
	text-align: center;
	width: auto;
	height: auto;
	white-space: nowrap;
	top: 140px;
	background: #201C14;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: .6em;
	padding: 10px 15px 10px 15px;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
	right: 180px;
}

a.hoverbubble:hover span:after {
	position: absolute;
	display: block;
	content: "";
	border-color: #201C14 transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -20px;
	left: 1em;
	
}

/*events***************************************************************************************/

.events{
	margin-bottom: 40px;
}

.scroll-area-wrap{
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	background: rgba(0, 0, 0, .8);
}

.scroll-area {
  width: 100%;
  height: 230px;
  overflow: hidden;
  font-size: 0;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.scroll-area ul {
  width: 100%;
  height: 1260px;
  margin: 0;
}

.scroll-area ul li {
  float: left;
  margin: 15px 0 5px 5px;
  width: 350px;
  height: 210px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}

#slider.scroll-area ul {
  width: 1500px;
}

div#slider.scroll-area ul li{
	
}

div#slider.scroll-area ul li a.event h3.event_date span{
	color: rgb(255, 162, 0);
	text-transform: uppercase;
	display: block;
	width: 100%;
}

div#slider.scroll-area ul li a.event h3.event_date span:before{
	content: "vstup: ";
}

div#slider.scroll-area ul li a.event h3.event_date span:after{
	content: "€";
}

div#slider.large-12.columns.scroll-area ul li h3.event_date{
	color: #fff;
	font-weight: 300;
	font-family: "Roboto Condensed";

}

div#slider.large-12.columns.scroll-area ul li h4.event_title{
	color: #fff;
	font-family: "Roboto Condensed";
	font-weight: 400;
	font-size: 1.3rem;
	text-transform: uppercase;
}

div#slider.large-12.columns.scroll-area ul li p{
	color: #fff;
	line-height: 1.2em;
	font-family: "Roboto Condensed";
	font-weight: 300;
	padding: 0 5px 5px 5px;
	display: block;
}

div#slider-btn.text-center button#slider-backward.btn, div#slider-btn.text-center button#slider-forward.btn{
	background: rgba(0, 0, 0, 0.8);
	color: #D71920;
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	border-bottom: solid 2px #7F0F18;
	border-left: solid 2px #7F0F18;
	border-right: solid 2px #7F0F18;
}

div#slider-btn.text-center button#slider-backward.btn:before{
	content: "<";
	font-weight: 700;
	font-size: 1.3em;
}

div#slider-btn.text-center button#slider-forward.btn:after{
	content: ">";
	font-weight: 700;
	font-size: 1.3em;
}

div#slider-btn.text-center button#slider-backward.btn:hover, div#slider-btn.text-center button#slider-forward.btn:hover{
	color: #fff;
	background: rgba(215, 25, 32, 0.4);
	border-bottom: solid 2px rgba(255, 255, 255, 0.4);
	border-left: solid 2px rgba(255, 255, 255, 0.4);
	border-right: solid 2px rgba(255, 255, 255, 0.4);
}

.external>.event-detail .social a.reserve_button{
	display: none;
}

/*partners***************************************************************************************/


article.bottom div.row h2{
	margin-top: 350px;
}

.scroll-partner {
  width: 100%;
  height: 140px;
  overflow: hidden;
  font-size: 0;
  position: relative;
  margin: 0 auto;
  padding: 0px 0px 10px 10px;
  margin-bottom: 30px;
}

.scroll-partner ul {
  width: 100%;
  height: 1260px;
}

.scroll-partner ul li {
  float: left;
  margin: 10px 10px 10px 0px;
  width: 278px;
  height: 124px;
  overflow: hidden;
  text-align: center;
}

#slider2.scroll-partner ul {
  width: 1500px;
  margin-left: 0;
}


/*nav*****************************************************************************************/
div.large-8.columns.menu{
	float: right;
	position: relative;
}

nav#nav a{
	font-weight: 700;
	font-size: 1.6em;
	color: #A1283B;
	font-family: "Roboto Condensed";
	padding-top: .6em;
}

#nav{

}

nav#nav ul{
	margin: 0 auto;
    position: relative;
    width: 60%;
}

nav#nav ul li a{
	color: #2a2a2a;
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	display: block;
	padding: 10px 15px 5px 15px;
}

#nav > a{
    display: none;
}

#nav li{
    position: relative;
}

/* first level */

#nav > ul{
    min-height: 2.6em;
}

#nav > ul > li{
    margin:  0 15px 0 15px;
    float: left;
    -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

#nav > ul > li:hover,
li.main_menu.active{
	background: #D71F27;
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
 
#nav > ul > li:hover > a{
	color: #fff;
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

nav#nav ul li.home:hover{
	background: none;
}

/* second level */
 
#nav li ul{
    display: none;
    position: absolute;
    top: 100%;
    background: #2B2B2B;
    padding: 20px;
    width: 212px;
}

nav#nav ul li ul li{
	padding: 10px 0 10px 0;
}

#nav li:hover ul{
    display: block;
}

/*media*/

@media only screen and ( max-width: 64em ){
    #nav{
        position: relative;
        display: block;
        width: 100%!important;
    }

    #nav > a{
    }

    #nav:not( :target ) > a:first-of-type,
    #nav:target > a:last-of-type{
        display: block;
    }
 
    /* first level */
 
    #nav > ul
    {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }

    nav#nav ul{
    	width: 100%!important;
    	margin-top: 25px;
    }

    #nav:target > ul{
        display: block;
    }

    #nav > ul > li{
        width: 100%;
        float: left;
        margin: 0;
    }

    #nav > ul > li a{
    	text-align: center;
    }
 
    /* second level */
 
    #nav li ul{
        position: static;
        border: none;
    }

    nav#nav ul li ul{
    	background: #3D2040;

    }
}

/*subpages*/

section.content div.row div.large-12.columns.top h1{
	color: #fff;
	text-align: left;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	border-bottom: dashed 3px #fff;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 65px;
}

section.content div.row div.large-12.columns.top h1 strong{
	text-transform: uppercase;
}

article.subpage-article{
	color: #fff;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	padding-bottom: 60px;
}

article.large-6.columns.subpage-article{
	float: left;
}

section.subpage-section{
	margin-top: 80px;
	position: relative;
	float: right;
}

section.subpage-section h3{
	color: #fff;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	font-weight: 300;
}

section.subpage-section ul.buttons{
	width: 100%;
	display: block;
}

section.subpage-section ul.buttons li,
.tabber-tab ul.buttons li{
	display: block;
	width: 100%;
	text-align: left;
	background: none;
	border: solid 1px #7F0F18;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 5px;
}

.tabber-tab ul.buttons li{
	display: inline-block;
	width: auto;
}

section.subpage-section ul.buttons li a,
.tabber-tab ul.buttons li a{
	font-size: 1em;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	font-weight: 300;
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px;
}

section.subpage-section ul.buttons li:hover,
section.subpage-section ul.buttons li:focus,
.tabber-tab ul.buttons li:hover,
.tabber-tab ul.buttons li:focus{
	background: #7F0F18;
	border: solid 1px #7F0F18;
	right: 35px;
	position: relative;
}

.tabber-tab ul.buttons li:hover,
.tabber-tab ul.buttons li:focus{
	right: 0;
}

article.subpage-article p a{
	text-transform: uppercase;
	color: #D71F27;
}

.breaker{
	display: block;
	width: 100%;
	height: 100px;
	position: relative;
	margin-bottom: 60px;
}

/*tabber*/

.tabber .tabber-handle {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 40px;
	margin: 0 8px 0 0;
	padding: 0 20px;
	border: solid 1px #7F0F18;
}

.tabber a {
	text-decoration: none;
	color: #F9F9F9!important;
	font-size: 1.4em!important;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.tabber a:hover{
	color: #F9F9F9!important;
	background: #7F0F18;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.tabber .tabber-handle.active {
	background: #7F0F18;
	color: #F9F9F9!important;
}

.tabber .tabber-tab {
	padding: 20px;
}

.tabber p{
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	color: #fff;
	font-weight: 300;
}

#tab-3 > ul{
	color: #fff;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
}

#tab-3 > ul > li{
	color: #fff;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	list-style: circle;
}

/* end of tabber*/

/*tabuľky-responzívne*/

table { 
	width: 100%; 
	border-collapse: collapse; 
}

tr:nth-of-type(odd) { 
	background: #efefef;
}

th { 
	background: #201C14; 
	color: #fff!important; 
	font-weight: bold;
	font-size: 1.2em!important;
	text-transform: uppercase;
}

td, th { 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left;
}


/*static*/

section.content div.row section.static{
	margin-top: 10px;
	position: relative;
}

ul.logos li.large-4.columns a img{
	position: relative;
	margin: 0 auto;
	display: block;
}

ul.logos li.large-4.columns a h4{
	color: #D71F27;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	border-bottom: dashed 2px transparent;
	box-sizing: border-box;
}

ul.logos li.large-4.columns a p{
	color: #fff;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	text-align: justify;
}

ul.logos li.large-4.columns a{
	display: block;
}

ul.logos li.large-4.columns a:hover > h4{
	border-bottom: dashed 2px #fff;
}

.terms{
	border-top: dashed 2px #fff;
	padding-top: 15px;
}

ul li.brand{
	max-height: 365px;
	overflow: hidden;
}

ul li.brand p{
	min-height: 150px;
}

ul li.brand span.overlay{
	display: block;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	background-color: rgba(215,31,39,.78);
	text-align: center;
	position: relative;
	top: 0px;
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

ul li.brand a:hover>span.overlay{
	top: -60px;
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

/*events*/

a.open_form{
	background: none;
	border: solid 1px #7F0F18;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 15px;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 25px;
	float: none;
	text-align: center;
	color: #fff;
	width: 25%;
}

a.open_form:hover{
	background: #7F0F18;
	border: solid 1px #7F0F18;
}

.subpage-events{
	margin-bottom: 120px;
}

.subpage-events div.event{
	margin-top: 20px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: dashed 2px #fff;
}

.subpage-events div.event:last-child{
	border-bottom: none;
}

.subpage-events div.event div.datum{
	display: block;
	margin-bottom: 5px;
	position: relative;
	width: 9.9%;
}

.subpage-events div.event div.datum p{
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;

}

.subpage-events div.event div.datum time{
	color: #fff;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	font-weight: 400;
}

.subpage-events div.event div.event-detail{
	width: 73.0%;
	float: right;
}

.subpage-events div.event div.event-detail h3{
	color: #fff;
	display: block;
    font-size: 1.5em;
    width: 76%;
    text-transform: uppercase;
    font-weight: 700;
}

.subpage-events div.event div.event-detail h3 span{
	font-weight: 400;
}

.event-detail h4.event_claim{
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	color: #fff;
	font-size: 1.2em;
	word-wrap: break-word;
}

.subpage-events div.event-detail h3.teaser span{
	color: rgb(255, 162, 0);
	display: block;
	width: 100%;
	text-transform: uppercase;
}

.subpage-events div.event-detail h3.teaser span:before{
	content: "vstup: "
}

.subpage-events div.event-detail h3.teaser span:after{
	content: "€"
}

.subpage-events div.event div.event-detail p{
	color: #fff;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
}

.subpage-events div.event div.event-detail p.full-view{
	margin-top: 160px;
	display: block;
	position: relative;
	/*border-top: dashed 1px #fff;*/
	word-wrap: break-word;
	text-align: left;
}

a.reserve_button{
	color: #7F0F18;
}

.subpage-events div.event div.event-detail a.button.show_more{
	background: #7F0F18;
	float: right;
	position: relative;
	margin-top: -52px;
	height: 52px;
	padding: 15px;
	line-height: 1.5;
}

.subpage-events div.event div.event-detail a.button.show_more:hover{
	background: #5e0b12;
}

.subpage-events div.event div.event-detail div.social{
	padding: 15px;
	width: 100%;
	background: #efefef;
	display: block;
	height: 52px;
	margin-top: 50px;
}

.fb-share-button-div{
	display: block;
	height: 20px;
	margin-right: 15px;
	float: left;
}

.subpage-events div.event div.event-detail div.social a.button-fb{
	background-image: url(../img/fb.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #5978D1;
	position: relative;
	margin-left: 10px;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	top: 2px;
}

.subpage-events div.event div.event-detail div.social a.button-fb:hover,
.subpage-events div.event div.event-detail div.social a.button-pm:hover{
	text-decoration: underline;
}

.promoted{
	background-color: rgba(255, 162, 0, .6);
	background-image: url(../img/thumb_up.png);
	background-position: top right;
	background-repeat: no-repeat;

}

.subpage-events div.promoted div.event-detail h3.teaser span{
	color: #6F0D15;
}

.subpage-events div.event-detail div.social a.button-pm{
	margin-left: 10px;
	background-image: url(../img/pm.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #f58421;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	top: 2px;
	position: relative;
}

.subpage-events div.event-detail > div > a.scrollto{
	margin-left: 10px;
	color: #7F0F18;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	top: 2px;
	position: relative;
}

h5.notification{
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	font-size: 1em;
	color: #fff;
}

.notif_wrap{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #7F0F18;
}

/*
.subpage-events > div.event:last-child{
	margin-bottom: 1em;
	border-bottom: none;
}
*/

/*foto*/

section.content div.row ul.album-list{
	float: left;
	margin-top: 15px;
	background: #7F0F18;
	display: block;
	width: 32%;
	margin-left: 15px;
	padding: 15px;
}

section.content div.row ul.album-list li{
	border-bottom: solid 1px #550b11;
	padding: 3px 0 3px 0;
}

section.content div.row ul.album-list li a{
	display: block;
	width: 100%;
	padding: 8px;
	font-size: 1em;
	color: #fff;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
}

section.content div.row ul.album-list li a:hover,
section.content div.row ul.album-list li a:focus,
section.content div.row ul.album-list li a:active,
section.content div.row ul.album-list li.active a{
	background: #550b11;
}

section.content div.row div.gallery{
	width: 65%;
	margin-top: 15px;
	margin-bottom: 1em;
}
section.content div.row div.gallery a.photo{
	display: block;
	width: 140px;
	height: 140px;
	float: left;
	margin: 2px;
	overflow: hidden;
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}	

section.content div.row div.gallery a.photo:hover{
	border: solid 2px #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

section.content div.row div.gallery a.photo:hover > img{
	-webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
     transform:scale(1.25);
     -webkit-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);

}

section.content div.row div.gallery a.photo img{
	background-size: cover;
	display: block;
	width: 140px;
	height: 140px;
}

.album-list li.selection select{
	margin-top: 10px;
}

.album-list li.selection select,
.reserve-form form.form-horizontal fieldset div.control-group div.controls select#stoly,
select#event{
	border-radius: 0px;
	overflow: hidden;
	background-color: #7F0F18;
	background-image: url(../img/arrow_down.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
	border: solid 1px #fff;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
}

select#event{
	height: 42px;
}

.album-list li.selection select option{
	padding: 5px;
}

.album-list li.selection{
	border-bottom: none!important;
}

/*video*/

ul.video-embed{
	display: block;
	width: 100%;
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

ul.video-embed li{
	display: inline-block;
	width: 33%;
	max-width: 368px;
	height: 181px;
	margin: 3px;
}

ul.video-embed li iframe{
	width: 100%;
	height: 181px;
}

/*kontakt*/

div.map-canvas{
	position: relative;
	top: -10px;
	width: 100%;
	height: 340px;
}

.top-small{
	display: block;
	height: 20px!important;
	margin: 0!important;
}

section.content div.row div.large-10.columns.subpage-kontakt{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: dashed 1px #fff;
}

section.content div.row div.subpage-kontakt h2.contact-logo{
	background: none;
	top: 0;
	display: block;
	margin:0 auto;
	padding: 0;
}

section.content div.row div.subpage-kontakt h2.contact-logo img{
	display: block;
	width: 70%;
	height: auto;
	position: relative;
	margin: 0 auto;
	
}

section.content div.row div.subpage-kontakt h2.contact-logo strong{
	visibility: hidden;
}

section.content div.row div.subpage-kontakt div.contact-details h3,
section.content div.row div.subpage-kontakt div.facture-details h3{
	color: #fff;
	font-size: 1.1em;
	font-weight: 700;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	letter-spacing: .2em;
	display: block;
	margin-top: -2.6em;
    position: relative;
}

section.content div.row div.subpage-kontakt div.contact-details h3 strong{
	text-transform: uppercase;
}

section.content div.row div.subpage-kontakt div.facture-details h3{
	text-align: right;
}

section.content div.row div.subpage-kontakt div.contact-details p,
section.content div.row div.subpage-kontakt div.facture-details p{
	padding: 0;
	color: #fff;
	margin: 0;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	letter-spacing: .1em;
	font-weight: 300;
	display: block;
	line-height: 1.2em;
}

section.content div.row div.subpage-kontakt div.facture-details p{
	text-align: right;
}


/*kontakt form*/

.bubble_info{
	display: block;
	width: 150px;
	height: 150px;
	position: relative;
	margin: 0 auto;
	border-bottom: dashed 1px #fff;
}

.bubble_info{
	background: url(../img/bubble_info.png);
}

.bubble_reserve{
	background: url(../img/bubble_reserve.png);
}

section.content div.row div#contact-form.large-4.columns.contact-form{
	position: relative;
	margin: 0 auto;
	display: block;
	margin-top: 25px;
}

form.form-horizontal fieldset div.control-group label.control-label{
	visibility: hidden;
}

form.form-horizontal fieldset div.control-group div.controls input,
form.form-horizontal fieldset div.control-group.message div.controls textarea.input-xlarge{
	margin-bottom: 0;
	background: none;
	border: solid 1px #7F0F18;
	color: #fff;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
}

form.form-horizontal fieldset div.form-actions button.btn.btn-primary{
	background: #7F0F18;
	float: right;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	color: #fff;
	position: relative;
	top: 6px;
}

form.form-horizontal fieldset div.form-actions button.btn.btn-primary:hover{
	background: #5e0b12;
}

.flashContact{
	color: #fff;
	font-size: 1.4em;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	margin-top: 2em;
}


div#ticket-form.ticket_form{
	float: none;
	display: block;
	margin: 0 auto;
	width: 37%;
}

input.error,
textarea.error{
	box-shadow: 0px 0px 5px #FFA200;
}



/*technical*/

.under-const{
	display: block;
	margin-top: 2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	font-size: 4em;
}

/*fb*/

.social-title{
	color: #fff;
	font-family: "Roboto Condensed", Open Sans Condensed, sans-serif;
	font-size: 1.3em;
	display: block;
	margin-bottom: .5em;
	padding-bottom: .5em;
	font-weight: 300!important;
	border-bottom: dashed 1px #fff;
	margin-top: 14px;
}

.social-plugin{
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
	margin-bottom: 1.5em;
	text-align: center;
}

.social-wrap{
	/*background-color: #fff;*/
	padding: 15px;
	line-height: 1.8;
}

/*err*/

p.text_err{
	text-transform: uppercase;
	color: #D71F27;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
}

.annoucment{
	background-color: #7F0F18;
	background-image: url(../img/info.svg);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-transform: uppercase;
}

.annoucment p{
	text-align: center;
	font-family: "Open Sans Condensed", sans-serif;
}

.annoucment p strong{
	color: #FFA200;
	font-size: 3em;
}

.annoucment p.tag{
	font-size: 1.4em;
	padding-top: 0;
}

#countdown{
	text-align: center;
	display: block;
	width: 77%;
	position: relative;
	margin: 0 auto;
	color: #fff;
	font-size: 3em;
	line-height: 1;
}