*,
*:after,
*:before {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;

}

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
    margin: 0;
    padding: 0;
    border: 0;
}

a:active,
a:hover {
    outline: 0;
}




@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.nav-collapse li {
    width: 100%;
    display: block;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (min-width: 1050px) {
    .js .nav-collapse {
        position: relative;
    }
    .js .nav-collapse.closed {
        max-height: none;
    }
    .nav-toggle {
        display: none;
    }

}


header {
	background-color: #700100;
	position: fixed;
	z-index: 99;
	width: 100%;
	left: 0;
	top: 0px;
	height: 60px;
	line-height: 60px;
}

.logo {
    height: 60px;
    padding-left: 10px;
	padding-top: 0px;
    float: left;
}
.logo img{
    float: left;
}

.mask {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0,0,0, .5);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.android .mask {
    -webkit-transition: none;
    transition: none;
}

.js-nav-active .mask {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 1050px) {
    .mask {
        display: none !important;
        opacity: 0 !important;
    }

}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-collapse,
.nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
    list-style: none;
    width: 100%;
    float: left;
}

@media screen and (min-width: 1050px) {
    .nav-collapse {
        float: right;
        width: auto;
    }
}

.nav-collapse li {
    float: left;
    width: 100%;
}

@media screen and (min-width: 1050px) {
    .nav-collapse li {
        width: auto;
    }
}

.nav-collapse a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	background-color: rgba(0,0,0,1);
	padding-left: 10px;
	color: #fff;
	width: 100%;
	float: left;

}

.nav-collapse a:active,
.nav-collapse a:hover,
.nav-collapse .active a {
	background-color: #000000;
}

@media screen and (min-width: 1050px) {
    .nav-collapse a {
        border-left: 1px solid rgba(255,255,255,0.2);
        padding: 0 10px 0 10px;
        text-align: center;
        border-top: 0;
        float: left;
        margin: 0;
    }
	.nav-collapse a {
	background-color: rgba(0,0,0,0);

}
}

.nav-collapse ul ul a {
    background: rgba(0,0,0,1);
    padding-left: 2em;
}

@media screen and (min-width: 1050px) {
    .nav-collapse ul ul a {
        display: none;
    }
}


@font-face {
    font-family: "responsivenav";
    src: url("../img/responsivenav.eot");
    src: url("../img/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../img/responsivenav.ttf") format("truetype"),
    url("../img/responsivenav.woff") format("woff"),
    url("../img/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}

.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
}

.nav-toggle:before {
    color: #fff;
    font: normal 28px/55px "responsivenav";
    text-transform: none;
    text-align: center;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    speak: none;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
}







nav {
	float: right; 
	text-align: left;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
		display: block;
	}


nav ul {
	padding: 0;  
	list-style: none;
	position: relative;
	display: inline-table;
	line-height: 60px;
}
nav ul:after {
		content: ""; clear: both; display: block;
	}

nav ul li {
		float: left;
		
	}
nav ul li:hover {
	background-color: #000;
	color: #fff !important;
		}

		
nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
		}
		
nav ul li a:hover {
	color: #fff !important;
		}			
nav li:hover a {
	color: #fff !important;
		}					
nav ul ul {
		padding: 0;
		position: absolute;
		top: 100%;
	}
nav ul ul li {
	float: none;
	position: relative;
	color: #fff;
		}
nav ul li ul li ul li {
	margin-left: 1px;
}	
nav ul li ul li a {
	line-height: 40px !important;
	color: #fff;
	height: 40px;
	white-space: nowrap;
	background: #68a905;
			
			}	
nav ul li ul li a:hover {
	background: #96c30a;				
			}	
nav ul ul li a:hover {
	background: #333;
	opacity: 1.0;
	color: #fff;
	border-top: none;
	line-height: 40px !important;
				}
		
nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}


a, .fancybox img, .myPrev span, .myNext span {
-o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  }	


.slicknav_menu {
	display:none;
	z-index: 3000;
	position:fixed;
	right: 0;
	top: 0;
}








html, body {

    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;

}
body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    overflow-x: hidden;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    background-attachment: fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.body-bg {
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: fixed;
  z-index: -1000;
}

.cleaner {
    width: 100%;
    float:left;
    clear: both;
}
.cleaner40px {
    width: 100%;
	height: 40px;
    float:left;
    clear: both;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes pulse {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@-moz-keyframes pulse {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@-ms-keyframes pulse {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@-o-keyframes pulse {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

a, .menu-item, .fancybox img, .fb img, .button span {
    -o-transition:all .2s linear;
    -ms-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -webkit-transition:all .2s linear;
    transition:all .2s linear;
}

p, h1, h2, h3 {
    padding-bottom: 20px;
}
h1, h2, h3 {
    color: #000000;
    font-weight: bold;
}
em {font-style: italic;}
strong {font-weight: bold;}
h1 {
	font-size: 30px;
	text-align: center;
	padding-bottom: 80px;
	margin-top: 0;
	padding-top: 0;
}

.h1-line {	display: inline-block; width: 80px;
    margin-left: 20px; margin-right: 20px;
    height: 13px;border-top: rgba(255,255,255,0.5) solid 2px;
}

h2 {
    font-weight: 100;
    font-size: 24px;
}


.home {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,0.50);
}
.home-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
    z-index:3;
    height: 30%;
    max-height: 30%;
    width: auto;
}
.claim {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 3s; /* Firefox < 16 */
	-ms-animation: fadein 3s; /* Internet Explorer */
	-o-animation: fadein 3s; /* Opera < 12.1 */
	animation: fadein 3s;
	z-index: 3;
	padding-top: 40px;
	text-align: center;
	display: block;
}
.claim h1 {
	font-size: 40px;
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 30px;
	line-height: 1.2em;
}
.claim h2 {
	font-size: 34px;
	color: #FFFFFF;
	font-variant: normal;
	font-weight: bold;
line-height: 1.2em;
}
.claim h3 {
    font-size: 30px;color: #FFFFFF;line-height: 1.2em;
}
.claim-line {	display: inline-block; width: 80px;
    margin-left: 20px; margin-right: 20px;
    height: 18px;border-top: rgba(255,255,255,0.5) solid 2px;
}
.scrolldown {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align:center;

    -webkit-animation: pulse 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulse 2s ease-out;
    -moz-animation-iteration-count: infinite;
    -ms-animation: pulse 2s ease-out;
    -ms-animation-iteration-count: infinite;
    -o-animation: pulse 2s ease-out;
    -o-animation-iteration-count: infinite;
    animation: pulse 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
    z-index:3;
}
.content {max-width: 1024px; margin: auto; padding-top: 80px;padding-bottom: 80px;}

.content-full {width: 100%; margin: auto; padding-top: 0;padding-bottom: 80px;}

#pozvanka, #program, #registrace, #mista-konani, #kontakt {
    background-color: rgba(255,255,255,1.00);
    text-align: justify;
    width: 100%;
    display: block;
    float:left;
    clear:both;color:#000;
}

#pozvanka {
	background-color: rgba(0,66,137,0.60);
	color: #fff;
	text-align: center;
}
#pozvanka h2, #pozvanka a {color: #fff; text-decoration: none}
#pozvanka a:hover {text-decoration: underline}
#program a, #registrace a, #mista-konani a, #kontakt a {
color:#000;
	text-decoration: none;
}
#mista-konani i, #kontakt i {
	color: #700100;
	text-align: center;
}
#mista-konani i:hover {
color: rgba(72,158,215,1);
}
.footer {
    width: 100%;
    color: rgba(255,255,255,0.80);
    float: left;
    padding: 40px;
    position: relative;
    background-color: rgba(0,0,0,0.90);
}
.footer a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.footer a:hover {
    color: #fff;
    opacity: 1;
}
.footer-left {
    float:left;
    text-align: left
}

.footer-right {
    text-align: right;
    float: right;
}
.copyright {
    text-align: center;
    font-size: 12px;
    width: 100%;
    padding: 15px 0 32px;
}
.logo2{
    text-align: center;
}


















/***************** FORM *****************/
.contact-form {
	float: left;
	display: block;
	width: 100%;
	height: auto !important;
	position: relative !important;
	padding-bottom: 40px;}
fieldset {

	display: block;
	width: 100%;
	height: auto !important;
	padding-bottom: 40px;
	border: none;
	float: left;
}
dl {
	float: left;
	clear: both;
	display: block;
	width: 100%;
}
dt {
	float: left;
	text-align: left;
	width: 40%;
	line-height: 40px;
	padding-bottom: 10px;

}
dd {
	float: right;
	line-height: 40px;
	display: block;
	min-height: 40px;
	height: auto;
	padding-bottom: 10px;
	width: 60%;		
	

}
label {
	float: left;
	text-align: left;

}

input, textarea, select {
	margin-bottom: 10px;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border: none;
	background-color: rgba(225,225,225,1.00);
	color: rgba(0,0,0,1.00);
	width: 100%;
}
textarea {
	border: none;
}
input  {

	height: 40px;
	line-height:40px;
}
input:focus, textarea:focus, select:focus {
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(225,225,225,1.00);;
}

.zprava {
    border:none;
    display:block;
    min-height: 120px !important;/**/
    float: left;
    margin: 0;
    height: auto;
   
}


.odeslat {
	border: 1px solid rgba(255,255,255,1.00);
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 10px;
	color: #fff;
	background-color: rgba(0,0,0,1);
	cursor: pointer;
	display: block;
	height: 60px;
	font-size: 20px;
}
.odeslat:hover {
	color: #fff;
	background-color: #700100;
}
select {
	line-height: 40px;
	display: block;
	height: 40px;
	padding: 10px;
	float:left;
}
.alignleft {text-align: left; float: left; display: block; width: 50%; line-height: 20px;}
.alignright {text-align: right; float: right; width: 50%;}
.info {
	line-height: 16px !important;}
input[type="checkbox"] {width: 20px; height: 20px; margin-right: 20px; float: left; margin-top: 10px; text-align: right}
dl em {
	float: left;
	line-height: 20px;
}




/***************** FORM-END *****************/
.tabulka {max-width: 400px; margin: auto;}
.tabulka span {color: #700100;font-weight: bold; margin-left: 16px;}

iframe {width: 100%; height: 400px;}
@media screen and (max-width: 1050px) {
.content {padding-left: 20px;padding-right: 20px;}

}
@media screen and (max-width: 600px) {
    dd, dt {width: 100%; float: left;}
	.fancybox img {width: 100%; height: auto}
	.h1-line {width: 20px;}
}


.hlavni-sponzor {text-align: center; display: block; width: 100%; padding-bottom: 40px}
.hlavni-sponzor img {width: auto; height: 100px; padding: 20px;}
.sponzori {
	width: 90%;
	height: auto;
	margin-left: 5%;
	position: absolute;
	bottom: 0;
	color: rgba(255,255,255,1.00);z-index: 4;
}
.sponzori a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	
}
.sponzori img {width: 120px; height: auto; /*padding: 20px;*/}

table {width: 100%;border-collapse: collapse;table-layout: fixed}
th, td {
    border: none;
    /*text-align: left;*/
    padding: 20px;
}
th, td, thead th, tbody td, tfoot td, tfoot th {
    width: auto !important;
}

nav.nav-collapse.nav-collapse-0.opened ul li.menu-item a {
height: 50px;line-height: 50px;
}










 /* Style the tab */
div.tab {
    float: left;
    border: 1px solid #ccc;
	border-right: none;
    background-color: #f1f1f1;
    width: 30%;
    min-height: 300px;
	height: auto !important;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
	background-color: #512178;
	color: rgba(255,255,255,1.00);
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #512178;
	color: rgba(255,255,255,1.00);
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;

    min-height: 734px;
	height: auto !important;
} 

#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
#mista-konani tr {
	border-top: 1px dotted rgba(183,183,183,1.00);
}
table td {vertical-align: top}
table span {
	color: #700100;
	font-weight: bold;
}