
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);


/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

html {

}

body {
	font-family: 'Lato', Arial, sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;

}
.back {
	min-height: 100%;
	min-width:100%;
    top: 0px;
    opacity: 1;
    position: absolute;
    z-index: 0;
    margin-top: 25px;
}

.colorful {
    background:
        -webkit-linear-gradient(45deg, hsla(240, 100%, 41%, 1) 0%, hsla(240, 100%, 41%, 0) 70%),
        -webkit-linear-gradient(315deg, hsla(210, 100%, 49%, 1) 10%, hsla(210, 100%, 49%, 0) 80%),
        -webkit-linear-gradient(225deg, hsla(92, 100%, 48%, 1) 10%, hsla(92, 100%, 48%, 0) 80%),
        -webkit-linear-gradient(135deg, hsla(92, 100%, 50%, 1) 100%, hsla(92, 100%, 50%, 0) 70%);
    background:
        linear-gradient(45deg, hsla(245, 100%, 41%, 1) 0%, hsla(245, 100%, 41%, 0) 70%),
        linear-gradient(135deg, hsla(210, 100%, 49%, 1) 10%, hsla(210, 100%, 49%, 0) 80%),
        linear-gradient(225deg, hsla(92, 100%, 48%, 1) 10%, hsla(92, 100%, 48%, 0) 80%),
        linear-gradient(315deg, hsla(92, 100%, 50%, 1) 100%, hsla(92, 100%, 50%, 0) 70%);
    }

.background {
   width: 100%;
   height: 100%;
   position: fixed;
   z-index: -9999;

}

/* ------------------------------------------------------------------
Form styles
------------------------------------------------------------------- */



/* ------------------------------------------------------------------
Button styles
------------------------------------------------------------------- */
.btn-default {
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.btn {
    display: inline-block;
    padding: 2px 10px;
    padding-top: 6px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #000;
    border-radius: 0px;
}
.btn-default:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
/* ------------------------------------------------------------------
Soc.Button styles
------------------------------------------------------------------- */
.ticket{
	display: inline-block;
    padding: 2px 5px;
    padding-top: 3px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #000;
    border-radius: 0px;
    color: #000;
}
.ticket:hover{
    background-color: #f2f2f2!important;
    color: #000;
    border-color: #000;
}
.soc{
	padding-left: 5px;
	padding-right: 5px;
    max-height: 32px;
    max-width: 32px;
}
.nav_soc{
	text-align: center;
}

/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a:hover, a:focus {
	text-decoration: none;
	color: #999;
	outline: 0;
}
p{
	font-size:12px;

}

h1, .h1 {
	font-family: 'Lato', Arial, serif;
	font-weight: 400;
	font-size: 36px;
}
h2, .h2{
	font-size: 30px;
}
h3, .h3{
	font-size: 22px;

	margin-bottom: 2px;
}
h4, .h4{
	font-size: 12px;

}
h5, .h5{
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 400;
}
.highlight{
	color: #e30613;
	font-weight: bold;
}
/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    z-index: 2;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 50px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav > li > a {
    padding-top: 38px;
    padding-bottom: 0px;
    padding-left: 30px;
    line-height: 20px;
    font-size: 15px;
}
@media (max-width: 991px) and (min-width: 768px){
.navbar-nav > li > a {
    padding-top: 38px;
    padding-bottom: 0px;
    padding-left: 20px;
    line-height: 20px;
    font-size: 15px;
}
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #e30613;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #e30613;
    background-color: transparent;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 10px 0 0;
    margin-left: 20px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #000;s
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #e30613;
    text-decoration: none;
    background-color: transparent;
}
.activ{
	color: #e30613!important;
}
hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}
.hr_menu{
    margin-top: 20px;
    margin-bottom: 20px;
}
.nav li ul {
    position: absolute;
    display: none;
    width: inherit;
}

.nav li:hover ul {
    display: block;
    z-index: 1;
    position: absolute;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ca2e25;

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:  #e30613;

}
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 18px;
    background-color: transparent;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
    border-color: #fff;

}

/*----------------------
XS menu
---------------------- */
.navbar-collapse-xs>.navbar-nav> li > a {
    color: #fff;
    font-weight: 700;
    padding-top: 20px;
    font-size: 18px;
}
.navbar-collapse-xs>.navbar-nav> li > a:hover {
    color: #e30613;
    font-weight: 700;
}
.navbar-collapse-xs{
    color: #fff;
    text-align: center;
    background-color: #000;
    position: absolute;
    width: 100%;
    border-color: #000;
    margin-top: 10px;
}
.ticket-xs{
	display: inline-block;
    padding: 2px 5px;
    padding-top: 3px;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
}
.ticket-xs:hover {
    color: #e30613;
    background-color: transparent;
    border-color: #e30613;
}
.soc-xs {
    padding-left: 10px;
    padding-right: 2px;
    max-height: 32px;
}



/* -------------------------------------------------------------------
Head
------------------------------------------------------------------- */
.banner-all{
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-left: 15px;
	padding-right: 15px;
}

.banner  {
	background-color: #11457e;
	height: auto;
	color: #fff;
	font-size: 13px;
	z-index: 1.1;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
}
.banner:hover {
	color: #979797;
}
.banner_activ{
	color: #979797;
}

/* -------------------------------------------------------------------
Content
------------------------------------------------------------------- */

.content{
	padding-top: 5px;
	text-align: center;
	max-width: 70%;
	border: none;
	img { width: 80%; height: auto; }
}

}
@media (max-width: 1919px) and (min-width: 1400px) {
.content{
	text-align: center;
	max-width: 75%;
	padding-left: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
}
.content-xs{
	text-align: center;
	max-width: 88%;
	padding-top: 8%;
	padding-left: 0px;
	z-index: 1040;
}

.fixed-bottom {
    bottom: 0;
    left: 40px;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.fixed-top, .fixed-bottom,.fixed-top-xs {
    position: fixed;
    right: 0;
    z-index: 1;
}
.fixed-top {
    top: 130px;
    right: 0;
    left: 89%;
    border-width: 0 0 1px;
}
.fixed-top-xs{
	top: 80px;
    right: 0;
    border-width: 0 0 1px;
}
.this{
	margin-top: -130px;
	margin-left: -100px;
	color: #fff;
	font-size: 23px;

}

.fish1{
	margin-bottom: 100px;
	margin-left: 100px;
	width: 30%;

}
.fish2{
	width: 50%;
	margin-top: 150px;
}
.news{
	background-color: #000;
	height: 25px;
	width: 100%;
	color: #fff;
	font-size: 12px;
	position: fixed;
	bottom:0;
	z-index: 1.1;
	text-align: center;
	padding-top: 0px;
}
.news_a{
	color: #fff;
	font-size: 13px;
    line-height: 1.5;
	margin-top: 2px;
	margin-left: 0px;

    display: block;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 0px;
    padding-right: 0px;
}
.btn-news{
    display: inline-block;
    padding: 0px 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid #000;
    border-radius: 0px;
    color: #ffffff !important;
    background-color: transparent;
    text-align: left;
}
.btn-news:hover{
	color: #fff;
}
.odstavec{
	margin-top: 2px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #fff;
}
.mezera{
    margin-right: 5px;
    color: #e30613;
    font-weight: 400;
}
.modal-header {
    padding: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.simple{
    position: relative;
    left: 0;
}
.content-xxs {
    text-align: center;
    max-width: 85%;
    padding-top: 5%;
    padding-left: 0px;
    z-index: 1040;
}
/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

.footer {
    background: #000;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.copyright {
	font-size: 14px;
}
.a_footer{
	color: #fff;
	position: relative;
	top: 5px;
}
@media (max-width: 559px){
.footer {
    background: #000;
    padding: 5px 0;
    margin-top: 50px;
    position: relative;
}
.margin-xss{
    margin-left: -45px;
    margin-right: -45px;
}
}
/* ------------------------------------------------------------------
XXS
------------------------------------------------------------------- */

@media (max-width: 559px){
.hidden-xxs {
    display: none !important;
}

.visible{
    display: block !important;
}
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */
#loader {
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;

    -webkit-animation: spin 0.1s linear infinite;
    animation: spin 0.1s linear infinite;
}


/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 0.1s;
  animation-name: animatebottom;
  animation-duration: 0.1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}


.camera{
    position: absolute;
    text-align: center;
    top: 250px;
    left:42%;
}

@media (max-width: 991px) and (min-width: 768px) {
.content{
    text-align: center;
    max-width: 95%;
    padding-left: 25px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    margin-top: 10%;
}
}
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

    margin-left: 0px;
    text-align: center;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ca2e25;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
}
.camera{
    top:200px;
    left:45%;
}
}
@media (max-width: 559px){
.hidden-xxs {
    display: none !important;
}
.camera{
    top:150px;
    left:40%;
}
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}

@media (max-width: 767px) and (min-width: 560px) {
.hidden-axs{
    display: none !important;
}
}


.slideshow {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;

}

.slideshow div {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 300px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .3s;
}

.slideshow .show {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slideshow .stoped {
    z-index: 1;
}

#item_bg1{
	height: 100%;
	width: 100%;
	background-image: linear-gradient(-40deg, #ffffff 0%, #f1f1f1 100%);
}

#item_bg2{
	height: 100%;
	width: 100%;
	background-image: linear-gradient(-40deg, #f1f1f1 0%, #ffffff 100%);
}

/*Logo*/
.navbar-brand img {
    max-width: 142px;
}
