/*
Theme Name: Custom img template
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the Lukas Mucka
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/
html {
	text-size-adjust: 100%;
}
.mobile_lang_menu{
	display: none !important;
}
.showbox:empty{
	  display: none !important;
 }
.show_detail_h1:empty{
	 display: none !important;
}
.ticket_top_fix{
  margin-top: 5rem;
}
.ticketLine_hover_info:hover{
	cursor: pointer ;
}
.logo-setting {
	cursor: pointer;
}
a {
	text-decoration: none !important;
}
.carousel_item:hover {
	color: #ebb923 !important
}
body {
	background-color: black !important;
	background-image: url('img/hvezdy.png');
	background-size: cover;
}
p {
	color: #fff;
}
li {
	color: #ccc;
}
h1, h2, h3 {
	color: #ebb923;
	line-height: 1.5;
	margin: 32px 0 10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
footer {
	margin-top: 10rem;
	color: #a2a3a7
}
footer a:hover {
	text-decoration: none;
	color: #fff
}
footer a {
	color: #a2a3a7
}
.footer_icon_brand {
	font-size: 2rem
}
.img_flag_nav {
	width: 1.2rem;
	margin-top: -0.2rem;
}
.dropdown-menu {
	background-color: #1f1f1f;
}
.dropdown-item {
	color: white !important;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: white;
	text-decoration: none;
	background-color: #3a3a3a;
}
.nav-link {
	text-transform: uppercase;
	color: white !important;
}
.nav-item {
	border: 2px transparent solid;
 margin-right: .5rem;
}
.nav-item:hover {
	background-color: #3a3a3a;
	border-radius: 0.2rem;
}
.logo-setting {
	width: 7%;
}
.nav-bg {
	background-color: rgba(64, 64, 64, 0.3);
}
.carousel-item {
	background-size: cover;
	height: 48rem;
	max-height: 48rem;
	background-position: center;
	background-repeat: no-repeat;
}
.carousel {
	width: 100%;
}
.carousel-date-time {
	text-align: left;
}
.carousel-caption {
	top: 33% !important;
	left: 71% !important;
}
.today_show_h1 {
	color: #ebb923 !important;
	font-weight: 900;
	font-size: 1.5rem;
	text-transform: uppercase;
}
.btn-outline-primary {
	background-color: rgba(235, 185, 35,0.9);
 	color: #1a1a1a;
	font-weight: bold;
	border-radius: 2rem;
}
.fa-play-circle {
	color:#1a1a1a;
}
.fa-shopping-cart {
	color: #1a1a1a;
}
.fa-info {
	color: #1a1a1a;
}
.show_owerwrite_date{
	font-weight: bold;
	font-size: 1.2rem;
}
.carouse_time_date{
	font-weight: bold;
	font-size: 1.2rem;
}
/* FIXME:
          1. Fa- icony se nemění na hover na bílo
          2. Button má modrý border při kliknutí
*/
/* TODO: Pokud to nepujde pomocí css tak pomocí jQuery */
.btn-outline-primary:hover {
	color: #fff;
	background-color: #ebb923;

}
.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
	border-color: #ebb923;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	background-color: #ebb923;
	border-color: #ebb923;
}
/*owl-2 = carousel styles*/
.carousel-wrap {
	margin: 0rem auto;
	padding: 0 5%;
	width: 50%;
	position: relative;
	margin-left: 15%;
	margin-right: 51%;
}
/* fix blank or flashing items on carousel */
.owl-carousel {
	width: 150% !important;
}
.owl-carousel .item {
	padding-top: 1rem;
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* end fix */
.owl-nav > div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}
.owl-nav i {
	font-size: 52px;
}
.owl-nav .owl-prev {
	left: -4rem;
}
.owl-nav .owl-next {
	right: -4rem;
}
.carousel_item {
	background-color: rgba(121, 128, 134, 0.3);
}
.carousel_day {
	font-weight: 600;
	font-size: 1.3rem;
}
.carousel_date {
	font-size: 1.8vw;
	font-weight: lighter !important;
}
.carousel_game_name{
	font-size: 1.0vw;
	line-height: 110%;
}
.carousel_time{
	font-size: 1vw;
}
.carousel_item {
	padding-left: 0.8rem;
	padding-top: 0.2rem;
	color: white;
}
.ticketsTextH1 {
	color: #ebb923;
	font-size: 0.9rem;
}
.ticketsTextSpan {
	color: white;
}
.ticketsTextH5 {
	font-size: 1rem;
	font-weight: 700;
	color: white;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
table, th, td {
	border: 1px solid white;
	border-collapse: collapse;
}
th, td {
	padding: 5px;
	text-align: left;
	color: white;
}
.tableTextFloat {
	float: right;
}
.ticketListH3 {
	color: white;
	padding-top: 1rem;
	padding-bottom: 0.75rem;
}
.ticketSectionGray {
	background-color: #1f1f1f;
	padding: 3rem;
	margin-bottom: 10rem;
}
.ticketSectionGrayDark {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.7rem;
	margin-top: 2rem;
	background-color: #393939;
}
footer {
	background-color: #333333;
}
.theatreNumbers {
	padding-top: 4rem;
	padding-bottom: 3rem;
}
.theatreNumbersBackground {
	background-color: #3a3a3a;
	padding: 1.5rem;
}
.theatreNumbersH1 {
	padding-bottom: 0.5rem;
	font-weight: 700;
	color: white;
	margin-left: -1rem;
}
.theatreRentBackGround {
	background-color: #131313;
}
.theatreNumbersBackground {
	color: #fefefe;
}
.locationTextH1 {
	color: white;
	font-weight: 700;
	padding-bottom: 0.5rem;
}
.locationTextSpan {
	color: white;
}
.img-icon {
	width: 4rem;
}

.show_detail_h1 {
	font-size: 1.5rem !important;
	color: #ebb923;
	font-weight: 500;
}
.theatreNumbersBackgroundWhite {
	background-color: white;
}
.contact_icon {
	width: 4rem;
	padding-top: 1rem
}
.contact_iconTransport {
	min-width: 4rem;
	padding-top: 1rem
}
.contactInfoH {
	color: white;
	font-weight: 600;
	font-size: 1rem;
}
.contactBottomBorder {
	padding: 1rem;
	border-style: solid;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.home_page_list_animation {
	transition: transform .7s; /* Animation */
}
.home_page_list_animation:hover {
	transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.contactIconsGroup {
	padding-top: 3rem
}
.contactMobilePadding {
	padding-bottom: 2rem;
}
.ticketsBuy {
	border-radius: 2rem !important;
	color: #ffc107 !important;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107 !important;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0rem .8rem;
	margin: -1.8rem;
	font-size: 1rem;
	line-height: 1.5;
 	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.ticketsBuy:hover {
	color: white !important;
	border-color: white !important;
}
.ticketsBuy:hover .ticketStatusIcon {
	color: white !important;
	border-color: white !important;
}
.ticketsSoldOut {
	text-transform: uppercase;
	color: white;
	pointer-events: none;
	cursor: default;
    margin-left: -1.3rem;
}
.ticketsSoldOut .ticketStatusIcon {
	opacity: 0;
}

.ticketLine {
	color: white;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.ticketLine:nth-child(odd) {
	background-color: #5e605f;
}
.ticketLine:nth-child(even) {
	background: #434343;
}
.ticketLine:hover {
	background-color: #ebb923;
	cursor: pointer;
}
.ticketLine:hover .ticketsBuy {
	color: white !important;
	border-color: white !important;
}
.ticketLine:hover .ticketStatusIcon {
	color: white !important;
}
.carousel_item {
	height: 11rem !important;
}
.carousel-time {
	bottom: 0 !important;
	position: absolute !important;
}
.btn_sort_ticket {
	background-color: #5e605f;
	border-radius: 0px !important;
	padding: .1rem 1rem !important;
	margin-right: .5rem;
}
.btn_sort_ticket:hover {
	border: 2px white solid;
}
.active_sort {
	background-color: #6c7e8a;
}
.menu-item-321 img{
	height: 1.8rem;
	margin-top: -0.5rem;
}
.header_background_img{
	background-position: center;
	background-size: cover;

}
.header_background_img {
    background-position: center;
    height: 28rem;
    background-size: cover;
}
#carouselExampleSlidesOnly{
	margin-top: -28rem;
}
.desktop_lang_menu{
		display: inline-block !important;
}
.gallery {
	overflow: auto;
}
.gallery figure {
    float: left;
}
.gallery-columns-2 figure {
    width: 48%;
    margin: 0.5vw;
}
.gallery-columns-3 figure {
    width: 31%;
    margin: 0.6vw;
}
.gallery-columns-4 figure {
    width: 23%;
    margin: 0.5vw;
}


/* Contact Form 7 style */
div.wpcf7 {
    margin: 0 0 30px;
    padding: 20px;
    background-color: #333;
    color: #eee;
}
.wpcf7 input,
.wpcf7 textarea
{
	padding: 1px 10px;
	background-color: #666;
	color: #ddd;
    border: 1px solid #222;
    width: 100%;
}
.wpcf7 input[type="submit"] {
     background-color: #ebb923;
     color: #000;
     padding: 5px 20px;
     border: 1px solid #222;
     width: 20%;
     cursor: pointer;
}
 .wpcf7 input:hover[type="submit"] {
     color: #fff;
     transition: all 0.4s ease 0s;
 }
 .wpcf7 input.wpcf7-not-valid {
 	border: 1px solid red;
 }
.wpcf7 p {
    margin-bottom: 2px;
}
div.wpcf7-response-output {
    color: white;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ebb923;
}




@media only screen and (max-width: 993px) {
	.mobile_lang_menu{
		display: inline-block !important;
	}
	.desktop_lang_menu{
		display: none!important;
	}
	.ticket_top_fix {
    margin-top: 12rem;
	}
	.header_background_img{
		background-position: center;
		height: 9rem;
		background-size: cover;
		margin-top: 4.2rem;
	}
	#carouselExampleSlidesOnly{
	    margin-top: -10rem;
	}
	.show_detail_top_img_hide{
	visibility: hidden;
	}
	.show_detail_header{
		padding-top: 2rem;
		padding-bottom: 2rem;
		text-align: center !important;
	}
	.btn-outline-primary{
		background-color: rgba(235, 185, 35,0.9);
		color: #1a1a1a;
		font-weight: bold;

	}
	.fa-play-circle{
		color: #1a1a1a ;
		font-weight: bold;
	}
	.fa-shopping-cart{
		color: #1a1a1a ;
		font-weight: bold;
	}
	.fa-info{
		color: #1a1a1a ;
		font-weight: bold;
	}
	.carousel-caption{
		 top:  12% !important;
		 left: 14% !important;
	}
	.carousel_mobile_zero_margin{
		  margin-top: -5rem;
	}
	.mobileTicket {
		text-align: center;
	}
	footer {
		text-align: center;
		font-size: 2rem;
	}
	.footer_section {
		padding-bottom: 2rem;
	}
	.nav-bg {
		background-color: rgba(58, 58, 58, 0.8);

	}
	.fa-bars {
		/*  font-size: 4rem*/
		font-size: 28px;
	}
	.logo-setting {
		width: 25%;
	}
	.navbar-nav {
		padding-top: 1rem !important;
	}
	.logo-setting {
		position: absolute;
		margin-top: 0.5rem;
		left: 1rem;
		top: 1rem;
	}
	span.navbar-toggler-icon {
	    margin-top: 13px;
	}
	.menuText {
		/*vertical-align: -2rem;
	      font-size: 4rem;*/    vertical-align: -9px;
		font-size: 28px;
	}
	.nav-item {
		/*  font-size: 3rem;
	      padding-bottom: 3rem;*/font-size: 20px;
		padding-bottom: 0;
	}
	.dropdown-item {
		/*  font-size: 3rem;
	      padding-bottom: 3rem;*/font-size: 20px;
		padding-bottom: 0;
	}
	.navbar-brand {
		font-size: 3rem;
	}
	.navbar-nav {
		text-align: center;
	}
	.responsiveNavBrands {
		text-align: center;
	}
	.contactInfoH {
		font-size: 1.5rem !important;
	}
	body {
		font-size: 2rem;
	}
	.contact_iconTransport {
		width: 4rem;
		padding-top: 7rem;
		margin-left: -2rem;
	}
	.contactIconsGroup {
		text-align: center;
		padding-top: 1rem
	}
	.contact_icon {
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 2rem;
		width: 8rem;
	}
	.show_detail_h1 {
		font-size: 1.5rem;
	}
	.ticketsTextH1 {
		font-size: 3rem;
	}
	.carousel-wrap {
		margin-left: 16%;
		margin-right: 50%;
	}
	.ticketsTextH5 {
		font-size: 2.5rem;
	}
	.hallRentNumbersMobile {
		padding-bottom: 3rem;
		text-align: center;
	}
	.theatreNumbersH1,  .locationTextH1 {
		font-size: 1.5rem
	}
	.img_flag_nav {
		width: 3.7rem;
		margin-top: -1.2rem;
	}
	.img-icon {
		padding-bottom: 1.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 3rem;
		width: 8rem;
	}


	.text-center-mobile {
		text-align: center !important;
	}
	.navbar-toggler {
	 padding: .25rem 1.75rem !important;
	}
}

@media(max-width:990px) {
	.show_owerwrite_top_img{
	padding-top: 0rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}

	.carousel_date{
		/* font-size: 1.6rem !important; */
		font-size: 4.2vw;
	}
	.carousel_game_name{
		/* font-size: 0.6rem !important; */
		font-size: 1.8vw;
	}
	.carousel_time{
		/* font-size: .6rem !important; */
		font-size: 2.5vw;
	}
	#menu-item-365 .dropdown-menu{
		display: inline-block;
	}
	.navbar-collapse {
		max-height: 34rem;
		overflow-y: auto;
		background-color: rgba(58, 58, 58, 0.9);
	}
	.owl-carousel .item{
		padding-top: 0rem !important;
	}
	p {
		font-size: 1rem;
	}
	div {
		font-size: 1rem;
	}
	li#menu-item-320, li#menu-item-322, li#menu-item-323 {
		display: none
	}
	#menu-item-321 .dropdown-menu {
		padding-left: 0;
		left: -60px;
		min-width: auto;
		text-align: center;
		margin: 0 auto;
		  width: 182px;
		border: 0;
	}
}

.filterDiv {
	float: left;
	background-color: #2196F3;
	color: #ffffff;
	width: 100px;
	line-height: 100px;
	text-align: center;
	margin: 2px;
	display: none;
}
img {
	max-width: 100%;
	height: auto
}
.showbox .col-sm-4 {
	padding-bottom: 11px;
	padding-left: 5px !important;
}
#menu-item-321> a {
	font-size: 0;
}
#menu-item-321 {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-top: 7px;
}
#menu-main-menu li.fab a {
	font-size: 0;
	position: absolute;
	top: 11px;
}
nav ul .fab a:hover, nav ul .fab:hover {
	background: transparent !important;
}
nav ul .fab {
	position: relative;
	display: inline-block;
 padding-top: .3125rem;
 padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
li#menu-item-99 {
	margin-right: 15px;
}
li#menu-item-301 {
	margin-right: 19px;
}
#menu-item-321 .dropdown-menu .dropdown-item {
	padding-left: 0;
}
#menu-item-321.nav-item:hover, #menu-item-321 .dropdown-menu, #menu-item-321 .dropdown-menu .dropdown-item:hover {
	background: transparent !important
}
.dropdown-toggle::after {
	display: none
}
.showbox .img-fluid {
	margin-bottom: 0.5rem
}
.item-link {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.item-link a {
	font-size: 18px;
}
#menu-item-321 .dropdown-menu img {

	margin-top: 5px;
}
#menu-item-321 .dropdown-menu {
	padding-left: 0;
	left: -60px;
	min-width: 120px;
}

.top-section .img-fluid {
    max-height: 500px;
    width: 100%;
}
h2.widget-title {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
}.menu-footer2-container ul,.menu-footer1-container ul {
    list-style: none;
    padding: .5rem 0 0!important;
    margin: 0;
}
.show_owerwrite_top_img {
    position: relative;
}
.show_owerwrite {
    right: 12%;
    bottom: 10rem;
    position: absolute;
    margin: 0;
}

@media(max-width:990px) {
	.carousel-item{
		    height:25rem;
	}
	.show_owerwrite {
		right: 5rem;
    margin-bottom: -3rem;
	}
	.single-show .header_background_img
	{
	height: 17rem;
	}
}

@media only screen and (min-width:1900px) {
	.carousel-wrap{
			margin-top: 1rem !important;
		}
		.header_background_img{
			 height: 43rem;
		}
		.show_container_big_fix{
			margin-top: 4rem;
		}
}



.modal-dialog {
    max-width: 60% !important;
    margin: 1.75rem auto;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

@media only screen and (min-height:  1080px){
	#carouselExampleSlidesOnly {
    margin-top: -40rem !important;
	}
}
@media only screen and (min-width:  1900px){
	#carouselExampleSlidesOnly{
    margin-top: -40rem !important;
	}
}

/*
@media only screen and (max-height: 568px){
	.carousel_date {
	    font-size: 1rem !important;
	}
}
*/

@media only screen and (max-width: 1300px) {
	.nav-item {
		border: 0px;
	}
	.navbar-nav {
		font-size: 1.2vw;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .2rem;
		padding-left: .2rem;
	}
}
@media (min-width: 1300px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .4rem;
		padding-left: .4rem;
	}
}

@media (min-width: 1200px) {
	.container { max-width: 72%; }
	.ticketTable .container { max-width: 96%; }
}


