/*!
 * Figura theme - TMC (TheMediaCompany.ro)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*
1. INDEX STYLE
	1.2. LOGO
	1.3. POSITIONS INDEX 
	1.4. SIDE MENU
	1.5. SOCIAL
	1.6. SOCIAL WHITE
	1.7. CAROUSEL
	1.8. CAROUSEL TEXT
	1.9. CALENDAR STYLES
	1.10. MORE
2. NEWS LIST STYLE
3. NEWS STYLE
4. EVENT STYLE
5. ACTOR STYLE
6. PLAY STYLE
7. REPERTOIRE STYLE
8. SPONSOR STYLE
9. FOOTER STYLE
10. OTHER RESOLUTIONS
11. TABLET STYLE
12. MOBIL STYLE
*/


@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900,200);

/***********************************************************************************************************************************
======================================================== INDEX STYLE ==============================================================
***********************************************************************************************************************************/

html,
body {
	height: 80%;
	font-family: 'Source Sans Pro', sans-serif;
	cursor: default;
}

p,li, .text_large {
	font-size: 1.15em;
}


a {
	color: #000;
	text-decoration: none;
}
a:hover {
    color: #999;
}

/************************************************************ LOGO ****************************************************************/

.logo {
	position: absolute;
	z-index: 5;
	margin: 14px;
	position: fixed;
}

/******************************************************* POSITIONS INDEX ***********************************************************/

.logo-white {
	position: absolute;
	z-index: 5;
	margin: 14px;
	-webkit-filter: invert(1);
	filter: invert(1);
}

#menu-toggle-white {
	top: 93px;
	left: 29px;
	position: absolute;
	z-index: 1;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	position: absolute;
}

.social-white {
	position: absolute;
	z-index: 1;
	top: 140px;
	margin-left: -5px;
}

.social-white li {
	list-style: none;
	font-size: 2em;
	text-align: left;
	line-height: 1.1em;
}

#sidebar-wrapper-white {
	position: fixed;
	right: 0;
	width: 250px;
	height: 40px;
	margin-right: -250px;
	overflow-y: auto;
	background: #fff;
	z-index: 1000;
}

#sidebar-wrapper-white.active {
	top: 98px;
	left: 0px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

#menu-close-white {
	margin: 5px 30px;
}

.fenntarto {
	position: fixed;
    top: 0;
    right: 0;
}
.fenntarto-mobil {
	display: none;
}
/*********************************************************** SIDE MENU ************************************************************/

#menu-toggle {    
	top: 93px;
	left: 29px;
	position: absolute;
	z-index: 1;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	position: fixed;
}

#menu-close {
	margin: 5px 30px;
}

.btn-group-lg>.btn, .btn-lg {
	padding: 5px 10px;
}

.navbar-nav {
	margin-top: -5px;
}

.toggle {
	margin: 5px 5px 0 0;
}

.pull-right {
	float: left!important;
}

#sidebar-wrapper {
	position: fixed;
	right: 0;
	width: 250px;
	height: 40px;
	margin-right: -250px;
	overflow-y: auto;
	background: #fff;
	z-index: 1000;
}

#sidebar-wrapper.active {
	top: 98px;
	left: 0px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.sidebar-nav {
	position: absolute;
	top: 50px;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
}

.navbar-nav li a {
	display: block;
	text-decoration: none;
	color: #999;
}

.navbar-nav li a:hover {
	text-decoration: none;
	color: #333;
	background: rgba(0,0,0,0.2);
}

.navbar-nav li a:active,
.navbar-nav li a:focus {
	text-decoration: none;
}

.navbar-nav > .sidebar-brand {
	height: 90px;
	font-size: 18px;
	line-height: 55px;
}

.navbar-nav > .sidebar-brand a {
	color: #999;
}

.navbar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}

/************************************************************** SOCIAL *************************************************************/

.social {
	z-index: 1;
	top: 140px;
	margin-left: -5px;
	position: fixed;
}

.social li {
	list-style: none;
	font-size: 2em;
	text-align: left;
	line-height: 1.1em;
}

.fa-facebook-square:hover {
	color: #3b5998;
}

.fa-twitter-square:hover {
	color: #1dcaff;
}

.fa-instagram:hover {
	color: #333;
}

.fa-flickr, .fa-instagram,
.fa-facebook-square,
.fa-twitter-square,
.fa-envelope-square,
.fa-ticket {
	color: rgba(204, 204, 204, 1);
}

.biletmaster {
    transform: rotate(270deg);
    background: #bbb;
    padding: 4px;
    border-radius: 5px;
    width: 100px;
    font-size: 1.0em !important;
    margin-top: 103px;
	transform-origin: top left 0;
	font-weight: 700;	
    text-align: center !important;
}

.fa.fa-ticket {
    font-size: 1.2em;
    margin-left: -5px;
}

.fa-search {
    background: rgba(204, 204, 204, 1);
    padding: 5px 5px;
    font-size: 0.75em !important;
    border-radius: 8px;
    margin-left: -2px;
    color: #3B3B3B;
    margin-bottom: 3px;
}

.fa-search:hover {
	background: #ffffff;
}

.social .fa.fa-search {
    color: #fff;
}
.social .fa.fa-search:hover {
	background: #333;
}

li.lang, li.lang-white {
	position: absolute;
	font-size: 1.4em;
	line-height: 2em;
	margin-left: -13px;
	margin-top: -25px;
}

li.lang a {
	color: #999;
}

li.lang a:hover {
	text-decoration: none;
	color: #333;
}

.fa-flickr:hover, .fa-envelope-square:hover, .fa-ticket:hover {
	text-decoration: none;
	color: #333;
}

/************************************************************** SOCIAL WHITE *************************************************************/

li.lang-white a {
	color: #fff;
}

li.lang-white a:hover {
	text-decoration: none;
	color: #999;
}

.white.fa-flickr:hover, .white.fa-envelope-square:hover, .white.fa-ticket:hover {
	text-decoration: none;
	color: #fff;
}


/**************************************************************** CAROUSEL **************************************************************/

.carousel,
.item,
.active {
	height: 100%;
}

.carousel-inner {
	height: 100%;
}

.carousel-caption {
	right: 10%;
	left: 10%;
}

.carousel h3 {
	line-height: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

/* .fill {
	-webkit-filter: saturate(0);
	filter: saturate(0);
}

.fill:hover {
	-webkit-filter: saturate(1);
	filter: saturate(1);
} */

/************************************************************ CAROUSEL TEXT ***************************************************************/

.text-vertical-right {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
}

.text-vertical-right a {
	color: #fff;
	text-decoration: none;
}

.text-vertical-right h1 {
	margin-top: 0px;
	font-size: 4.5em;
	font-weight: 600;
	line-height: 0.8em;
}

/* CUSTOM BUTTON STYLES */

.btn-dark {
	border-radius: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
	color: #333;
	background-color: rgb(255,255,255);
}

.btn-light {
	border-radius: 0;
	color: #333;
	background-color: rgba(255,255,255,1);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
	color: #333;
	background-color: rgba(255,255,255,0.8);
}

/* CUSTOM WHITE BUTTON STYLES */

.btn-white {
	border-radius: 0;
	color: #000;
	background-color: rgba(255,255,255,1);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}

/********************************************************* CALENDAR STYLES *********************************************************/

.row.calendar {
	margin-top: 0px;
}

.calendar-item {
	height: 190px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: rgba(222, 222, 222, 1);
}

.calendar-item a {
	color: #000;
}

.calendar-item:hover,
.calendar-item:focus,
.calendar-item:active {
	color: #333;
	background-color: rgba(204, 204, 204, 1);
}

.caltitle {
	font-size: 1.5em;
	text-transform: none;
	font-weight: 700;
	line-height: 0.9em;
	margin-top: 15px;
	padding-bottom: 5px;
}

.hely {
	font-size: 0.85em;
	line-height: 1em;
	font-style: italic;
}

/*Days*/

.datum {
	font-weight: 600;
}

.day {
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ffffff;
	display: inline-block;
	font-weight: lighter;
	line-height: 1.6em;
	text-align: center;
	width: 1.6em;
	font-size: 4em;
	margin: 25px 10px;
	font-family: 'Flama', sans-serif;
	font-weight: 400;
}

.year {
    border-radius: 1.8em;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    color: #ffffff;
    background: #aaa;
    display: inline-block;
    font-weight: lighter;
    line-height: 2.6em;
    text-align: center;
    width: 2.6em;
    font-size: 2.5em;
    margin: 10px 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.nsz {
	background: #11B0DD;
}

.studio {
	background: #679F12;
}

.nszs {
	background: #AE59D2;
}

.egyeb {
	background: #8F0114;
}

.middle {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	
}

.middlefest {
	height:140px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: box;
}

.middle.text {
	-webkit-box-pack: initial;
}

.varoslogo img {
    margin-top: 20px;
}

/************************************************************ MORE ************************************************************/

.tovabbi {
	text-align: right;
	color: #000;
	font-weight: bold;
}

.tovabbi a:hover,
.tovabbi a:active,
.tovabbi a:focus {
	color: red;
	text-decoration: none;
}

a:-webkit-any-link {
	text-decoration: none;
}

.megold {
	margin-left: 15px;
}

.other-item {
	height: 150px;
}

/***********************************************************************************************************************************
===================================================== SEARCH STYLE ==============================================================
***********************************************************************************************************************************/

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.search input {
    width: 90%;
    font-size: 2em;
}

#search_modal .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    margin-top: -10px;
    margin-left: 5px;
    padding: 10px 15px 10px 15px;
}

/***********************************************************************************************************************************
===================================================== NEWS LIST STYLE ==============================================================
***********************************************************************************************************************************/

.page-header {
	padding-bottom: 9px;
	margin: 10px 0 0px !important;
	border-bottom: 0px;
}

.page-header.news {
	padding-bottom: 9px;
	margin: 20px 0 0px !important;
	border-bottom: 0px;
}

.page-header h2 {
	margin-top: 0px;
	font-size: 3em;
	color: #000;
}

.page-header h5 {
	font-size: 1.3em;
}

.caption p, .jumbotron p {
	color: #000;
}

.caption h3 {
	max-height: 150px;
	margin-top: 0px;
}

.jumbotron {
	margin-top: 25px;
}

.jumbotron .btn-lg {
	padding: 5px 10px;
	background-color: rgba(94,174,115,0.7);
	border-color: rgba(94,174,115,0.7);
}

.jumbotron .btn-lg:hover {
	padding: 5px 10px;
	background-color: rgb(94,174,115);
	border-color: rgba(94,174,115,0.7);
}

.btn-default {
	border-radius: 5px;
	color: #000;
	background-color: rgba(222, 222, 222, 1);
	border-color: rgba(222, 222, 222, 1);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	color: #fff;
	background-color: rgba(204, 204, 204, 1);
	border-color: rgba(204, 204, 204, 1);
}

.pagination>.active>a {
	background-color: #000000;
	border-color: #000000;
}

.pagination>li>a {
	color: #000000;
}

.newslist {
	height: 225px;
}

.festival {
	float: right;
	margin-left: 15px;
	width: 350px
}

/***********************************************************************************************************************************
======================================================== NEWS STYLE ==============================================================
***********************************************************************************************************************************/

.hir {
	background-color: rgba(222, 222, 222, 1);
	color: #000;
	padding: 5px 0 15px;
}

.hir h2 {
	text-align: left;
	font-size: 30px;
	padding-left: 30px;
}

.hir li {
	list-style: none;
	margin-left: -10px;
	margin-right: 30px;
	margin-top: 10px;
}

.hir li a {
	color: #000;
	line-height: 1.5em;
	font-size: 1.15em;
}

.hir li a:hover,
.hir li a:focus,
.hir li a:active {
	color: #fff;
	text-decoration: none;
	display: block;
	background-color: rgba(204, 204, 204, 1);
}

.cikk-szerzo {
	text-align: right;
	font-style: italic;
}

p.exrept {
	font-weight: 600;
}

/***********************************************************************************************************************************
======================================================== TICKETS STYLE ==============================================================
***********************************************************************************************************************************/

.ticket {
	margin-top: -60px;
}


/***********************************************************************************************************************************
======================================================== EVENT STYLE ==============================================================
***********************************************************************************************************************************/

ul.menu li {
	display: inline;
}

.menu a {
	color: #000;
	font-size: 1em;
}

.menu a:hover {
	text-decoration: none;
	color: rgba(204, 204, 204, 1);
}

.menu li:after {
	content: "/";
	font-size: 1em;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
	font-size: 2em;
	color: #000;
}

.nav-tabs a {
	color: #000;
}

.nav-tabs a:hover {
	color: #000;
}

.row.show {
	margin-top: 0px;
}

.middle img {
	width: 250px;
}

i.fa-print {
    font-size: 2em;
    color: #333;
    position: absolute;
    top: 30px;   
    right: 15%;
}

.style-two {
    border: 0;
	height: 1px;
	margin-top: 135px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

.ticket-bar {
	height: 45px;
	background-color: rgba(222, 222, 222, 1);	
}

.ticket-bar:hover {
	background-color: rgba(204, 204, 204, 1);
}

.buyticket {
	background: #bbb;
	background-size: 200px;
	width: 200px;
	padding: 5px;
	margin: 5px auto;
	text-align: center;
	font-weight: 700;
	margin-left: -25px;
	border-radius: 10px;
}

.buyticket:hover {
	background: #7c7c7c;
}

.ticketpage .buyticket {
    background-size: 180px;
    width: 180px;
}

.calendar-item li {
    display: inline-block;
	padding: 5px !important;
	font-size: 1em;
	margin-top: -4px;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	
}

ul.infos {
    list-style: none;
    width: 600px;
    padding-left: 0px;
    display: inline-block;
	font-size: 0.4em;
	padding-left: 80px;
}

.infos li {
	display: inline-block;
	padding-left: 10px;
}

.info-icon {
    float: left;
    border: 1px solid;
    border-radius: 25px;
    width: 45px;
    text-align: center;
    margin-top: 5px;
}

/***********************************************************************************************************************************
======================================================== ACTOR STYLE ==============================================================
***********************************************************************************************************************************/

.row.play,
.row.actor {
	padding-top: 10px;
}

.actor {
	margin-top: 20px;
}

.szineszkep {
	width: 350px;
	position: fixed;
}

.education {
	list-style: none;
	-webkit-padding-start: 0px;
}

.eloadolista {
	margin-top: 10px;
	list-style: none;
	line-height: 1.4em;
	-webkit-padding-start: 0px;
	font-size: 1em;
	position: fixed;
	margin-top: 360px;
	width: 200px;
}

.eloadolista li a {
	color: #000;
    padding: 5px;
    margin: 0 auto;
    display: block;
    width: 200px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: -1px;
}

.eloadolista li a:hover {
	color: #000;
	text-decoration: none;
	background-color: rgba(204, 204, 204, 1);
}

ul.eloadolista {
    width: 350px;
    text-align: center;

}

.actor a:hover {
	color: rgba(204, 204, 204, 1);
}

.nav-tabs a {
    font-size: 0.6em;
}

.cimke {
	text-align: left;
}

.role a {
	color: #000;
	font-weight: 700;
}

.role a:hover,
.role a:active,
.role a:focus {
	text-decoration: none;
	color: rgba(204, 204, 204, 1);
}

.row.role {
	margin-left: 0px;
}

.linetitle {
	font-weight: 700;
}

#szerepei h4 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 25px;
}


/***********************************************************************************************************************************
======================================================== PLAY STYLE ==============================================================
***********************************************************************************************************************************/

.page-header.play h2{
	margin-top: -10px;
	margin-bottom: 0px;
}

.page-header h3 {
	margin-top: -10px;
}


p.szereposztas {
	margin-bottom: 0px;
}

.eloadaskep {
	width: 350px;
	position: fixed;
}

.bemutatoido {
	text-align: left;
	padding-top: 5px;
	font-weight: 300;
}

.bemutatoido h4 {
	font-weight: 700;
}

.bemutato {
	padding-top: 5px;
	font-weight: 300;
	margin: 0 auto;
    text-align: center;    
}

.bemutato h4 {
	font-weight: 700;
}

.bemutato li {
	background: #7c7c7c;
	background-size: 200px;
	width: 200px;
	padding: 5px;
	margin: 5px auto;
	color: #eee;
	border-radius: 5px;
}

.bemutato li a {
    border: 0;
    padding: 0;
    display: initial;
}

.bemutato li:hover,
.bemutato li a:hover {
	background: #b9b9b9;
}

.video {
	text-align: center;
}

.szereposztas a {
	color: #000;
	font-weight: 600;
}

.szereposztas a:hover {
	color: rgba(204, 204, 204, 1);
}

h5.writer {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 1.3em;
}

.example-image {
	width: 150px;
}

.play-icon {
    color: #ffffff;
    font-size: 2em !important;
}

.play-attrib {
	margin-top: 10px;
	text-align: center;
}

.play-attrib li {
    display: inline-block;
    padding: 10px;
}

.agelimit {
	background: transparent !important;
    border: 2px solid #333;
    color: #333;
}

.translate {
	border-radius: 2em;
	background: #333;
	color: #fff;
}

.play-count {
	border-radius: 2em;
	background: #333;
	color: #fff;
}

.badge {
    background: #333;
    font-weight: 500;
    border-radius: 20px;
    font-size: 1.1em !important;
}


/***********************************************************************************************************************************
==================================================== REPERTOIRE STYLE ==============================================================
***********************************************************************************************************************************/

.elo {
	background-color: rgba(204, 204, 204, 1);
}

.datumok .item {
	display: inline-block;
}

div.datumok {
	font-size: 1.5em;
    padding-left: 25px;
}

.datumok a {
	color: #000;
	padding: 0.2em 0.5em;
	line-height: 0.1em;
}

.datumok a:hover,
.datumok a:active,
.datumok a:focus {
	background-color: rgba(204, 204, 204, 1);
	color: #333;
	text-decoration: none;
}

.owl-prev {
    position: absolute;
/*     top: 5px; */
    top: calc(45% - 0.5em) !important;
    left: 0px;
}

.owl-next {
    position: absolute;
/*     top: 5px; */
    top: calc(45% - 0.5em) !important;
    right: 0px;
}

.owl-next.disabled, .owl-prev.disabled {
	display: none;
}

/***********************************************************************************************************************************
======================================================== FESTIVAL STYLE ==============================================================
***********************************************************************************************************************************/

.flex-center {
	display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	justify-content: center;
	height: 135px;
}

/***********************************************************************************************************************************
======================================================== SPONSOR STYLE ==============================================================
***********************************************************************************************************************************/

.center {
	text-align: center;
	height: 200px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: box;
}

.grey {
	background: #dedede;
	height: 200px;
}

.fopromo img{
	height: 200px;
}

.promos img{
	width: 250px;
}

.row.promo {
	margin-top: 15px;
}

.promotext {
	height: 100px;
	overflow-y: auto;
	text-align: left;
	font-size: 1.3em;
}

/***********************************************************************************************************************************
======================================================== FOOTER STYLE ==============================================================
***********************************************************************************************************************************/

.container.tarsulat {
	padding-top: 15px;
}

.row.dates {
	margin-bottom: 25px;
}

.container.content, 
.row.content {
	padding-bottom: 50px;
	min-height: 425px;
	margin-top: 0px;
}

.row.contentplay {
	padding-bottom: 50px;
	min-height: 525px;
	margin-top: 17px;
}

.row.repertoar {
	padding-top: 30px;
	min-height: 300px;
}

label, input {
	font-size: 1.3em;
}

#map-container {
	margin-top: 20px;
	width: 100%;
	height: 300px;
}

footer .container.clearfix {
    margin-bottom: 20px;
    margin-top: 20px;
}

footer {
	margin-bottom: 50px;
}

/***********************************************************************************************************************************
======================================================== OTHER RESOLUTIONS ==============================================================
***********************************************************************************************************************************/

@media (min-width: 768px) {
	.container {
		width: 625px;
	}
	.middle img {
		width: 125px;
	}
	.hir li a {
		font-size: 0.8em;
	}
	.hir h2 {
		font-size: 20px;
	}
	.eloadaskep {
		width: 200px;
	}
	.szineszkep {
		width: 200px;
	}
	.eloadolista {
		margin-top: 200px;	
	}
	.day {
		margin: 25px 5px;
	}
	.nav-tabs {
		font-size: 1em;
	}
}

@media (min-width: 992px) {
	.container {
		width: 875px;
	}
	.day {
		margin: 25px 0px;
	}
	.caption h3 {
		font-size: 20px;
	}
	.middle img {
		width: 125px;
	}
	.nav-tabs {
		font-size: 1.8em;
	}

	.nav li {
		font-size: 1em;
	}
	.eloadaskep {
		width: 275px;
	}
	.eloadolista {
		margin-top: 275px;
	}
	.szineszkep {
		width: 275px;

	}
	#menu-close-white, #menu-close {
		margin: 8px 5px 0 28px;
	}

	.hir li a {
		font-size: 1.15em;
	}
	.hir h2 {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1050px;
	}
	.eloadaskep {
		width: 325px;
	}
	.szineszkep {
		width: 325px;
	}
	.eloadolista {
		margin-top: 325px;
	}

	.nav li {
		font-size: 1.1em;
	}

	.badge {
		font-size: 1.0em !important;
	}
}

@media (min-width: 1281px) {
	.container {
		width: 1100px;
	}
	.middle img {
		width: 250px;
	}
	.nav-tabs {
		border-bottom: 1px solid #ddd;
		font-size: 1.8em;
	}
	.day {
		margin: 25px 10px;
	}
	.nav li {
		font-size: 1.3em;
	}
	.eloadaskep {
		width: 325px;
	}
	.szineszkep {
		width: 325px;
	}
	.eloadolista {
		margin-top: 440px;
	}

	ul.eloadolista {
		width: 315px;
		text-align: center;
	}

	.badge {
		font-size: 1.0em !important;
	}

}

/***********************************************************************************************************************************
======================================================== TABLET STYLE ==============================================================
***********************************************************************************************************************************/

@media (max-width:768px) {
	#sidebar-wrapper.active {
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	#sidebar-wrapper-white.active {
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	 .social, .social-white {
		position: absolute;
		top: 35px;
		right: 10%;
	 }

	#menu-toggle-white, #menu-toggle {
		position: absolute;
		top: 25px;
		left: 92%;
	}
	.pull-right {
		float: right!important;
	}
	.navbar-nav>li>a {
		margin-left: 25px;
		width: 500px;
	}
	.text-vertical-right h1 {
		font-size: 2em;
	}
	.text-vertical-right h3 {
		font-size: 1em;
	}
	.datum {
		line-height: 1em;
	}
	#menu-toggle {
		position: absolute;
	}
	#menu-toggle-white {
		position: absolute;
	}
	.lang {
		display: block;
	}

	.day {
		margin: 25px 5px;   
	}
	
	.navbar-nav {
		margin-top: 10px;
	}
	
	#menu-close-white, #menu-close {
		z-index: 100;
		position: absolute;
		right:0;
	}
	
	.logo {
		position: absolute;
		z-index: 5;
		margin: 14px;
		position: static;
	}
	
	.social li {
		display: inline;
	}

	.social-white li {
		display: inline;
	}

	li.lang-white {
		top: -40px;
		right: -55px;
		font-size: 1.3em;
	}

	.social-white .fa-facebook-square,
	.social-white .fa-twitter-square,
	.social-white .fa-flickr,
	.social-white .fa-envelope-square,
	.social-white .fa-ticket {
		display: none;
	}

	li.lang {
		top: -40px;
		right: -55px;
		font-size: 1.3em;
	}

	.nav-tabs {
		font-size: 1.2em;
	}

	.middle img {
		width: 125px;
	}

	.grey h2 {
		font-size: 22px;
	}

	.szineszkep {
		position: static;
	}

	.eloadaskep {
		position: static;
	}

	.row.media img {
		height: 125px;
	}
	.ticket {
		margin-top: 0px;
	}
	.fenntarto-mobil {
		display: block;
	}
	.fenntarto {
		display: none;
	}

}

/***********************************************************************************************************************************
======================================================== MOBIL STYLE ==============================================================
***********************************************************************************************************************************/

@media (max-width:500px) {
	#sidebar-wrapper.activ     {
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #fff;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	#sidebar-wrapper-white.active {
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	.pull-right {
		float: right!important;
	}
	.navbar-nav>li>a {
		margin-left: 25px;
	}
	.text-vertical-right h1 {
		font-size: 2em;
	}
	.text-vertical-right h3 {
		font-size: 1em;
	}
	.datum {
		line-height: 1em;
	}
	#menu-toggle {
		position: absolute;
	}
	.social {
		position: absolute;
		top: 28px;
		right: 20%;
	}
	
	.social .fa-facebook-square,
	.social .fa-twitter-square,
	.social .fa-flickr,
	.social .fa-envelope-square,
	.social .fa-instagram,
	.social .fa-ticket {
		display: none;
	}
	#menu-toggle-white, #menu-toggle {
		position: absolute;
		top: 25px;
		left: 85%;
	}
	.social-white {
		position: absolute;
		top: 27px;
		right: 20%;  
	}
	.eloadolista {
		display: none;
	}
	.day {
		margin: 25px 5px;	
	}
	
	.navbar-nav {
		margin-top: 10px;
	}
	
	#menu-close-white, #menu-close {
		z-index: 100;
		position: absolute;
		right:0;
	}
	
	.logo {
		position: absolute;
		z-index: 5;
		margin: 14px;
		position: static;
	}
	
	.social li {
		display: inline;
	}

	.social-white li {
		display: inline;
	}

	.fa-search {
		font-size: 0.6em !important;
	}

	.day img {
		width: 100px;
		height: 100px;
	}

	.newslist {
		height: 310px;
	}

	li.lang-white {
		top: -40px;
		right: -55px;
		font-size: 1.3em;
	}

	.social-white .fa-facebook-square,
	.social-white .fa-twitter-square,
	.social-white .fa-flickr,
	.social-white .fa-envelope-square,
	.social-white .fa-instagram {
		display: none;
	}

	li.lang {
		top: -40px;
		right: -55px;
		font-size: 1.3em;
	}

	.nav-tabs {
		font-size: 1em;
	}

	.middle img {
		width: 140px;
	}

	.grey h2 {
		font-size: 22px;
	}

	.szineszkep {
		position: static;
	}

	.eloadaskep {
		position: static;
	}

	.row.media img {
		height: 100px;
	}

	.fopromo {
		margin-top: 10px;
	}
	.ticket {
		margin-top: 0px;
	}
		.search input {
	    width: 75%;
	    font-size: 2em;
	}

	.badge {
		font-size: 0.8em !important;
	}

	.buyticket {
		background-size: 175px;
		width: 175px;
		margin-left: -25px;
	}
	
}

@media print {
   .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
   }
   .col-md-12 {
        width: 100%;
   }
   .col-md-11 {
        width: 91.66666667%;
   }
   .col-md-10 {
        width: 83.33333333%;
   }
   .col-md-9 {
        width: 75%;
   }
   .col-md-8 {
        width: 66.66666667%;
   }
   .col-md-7 {
        width: 58.33333333%;
   }
   .col-md-6 {
        width: 50%;
   }
   .col-md-5 {
        width: 41.66666667%;
   }
   .col-md-4 {
        width: 33.33333333%;
   }
   .col-md-3 {
        width: 25%;
   }
   .col-md-2 {
        width: 16.66666667%;
   }
   .col-md-1 {
        width: 8.33333333%;
   }
}

.navbar {
	min-height: 80px;
	background-color: #ffffff;	
}

.navbar-header {
	width: 100%;
	height: 85px;
}
.navbar-right {
	height: 90px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.row.content {
	margin: 0;
}

.caltitle {
	text-align: center;
}
.middle.text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.actor.my_play {
	height: 400px;
}

a.navbar-brand img {
	height: auto;
	width: 190px;
}

.hide-please {
	display: none;
}

.glyphicon-search:hover {
	cursor: pointer;
}

.artistlist {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 10px;
}

.artistlist img {
	height: 100px;
	width: 100px;
}

.navbar {
	min-height: 80px;
	background-color: #ffffff;
	box-shadow: 0 -5px 5px 10px #e7e7e7;
}

pre {
	/* display: none; */
}

.play-menu {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
}
.play-menu li {
	border-top: 1px solid #e7e7e7;
	padding: 5px;
	cursor: pointer;
 }
 .play-menu li a {
	width: 100%;
	display: block;
 }

 .play-menu li:last-child {
	border-bottom: 1px solid #e7e7e7;
}

.play-menu li:hover {
	background-color: #7c7c7c;
}

.play-menu li:hover a { 
	color: #ffffff;
}

.artist-img {
	margin: 0 auto 15px;
}

.tab-content {
	padding: 25px 0;
}

button.btn.btn-default.active {
	background: #2b2b2b;
	color: #fff;
	font-weight: 600;
}

.play-details {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-bottom: 15px;
}

.season-row .col-xs-12.col-sm-6.col-md-3 {
	padding:0;
}

.season-title {
	padding: 0 15px 10px;
	font-weight: 600;
}

.season-row:nth-child(odd) {
	background-color: #c7c7c7;
}

.season-row:nth-child(even) {
	background-color: #e8e8e8;
}

.season-row .img-responsive {
	margin: 0 auto;
}

.navbar-nav .lang-code {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.navbar-nav .lang-code a {
	padding: 5px;
	margin: 0 5px;
	text-transform: uppercase;
}

.navbar-nav .lang-code a:hover {
	background: #bbb;
	border-radius: 50%;
	color: #000;
}

.navbar-nav .lang-code a.active {
	background: #bbb;	
	border-radius: 50%;
	color: #fff;
}

@media (min-width:769px) {
	.navbar-toggler {
		display: none;
	}
}

.play_gallery .item {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width:768px) {
	.navbar-brand {
		height: auto;
	}

	.navbar-toggler {
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.navbar-toggler .fa.fa-bars {
		font-size: 25px;
	}

	.navbar-nav>li>a {
		width: auto;
	}

	.navbar {
		position: relative;
	}

	#navbarSupportedContent {
		width: 100%;
		margin: 0;
		background: #fff;
		position: absolute;
		z-index: 55;
		margin-top: 95px;
		border: 0;
	}

	.navbar-right {
		height: auto;
		justify-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
	}

	.navbar-default .navbar-nav>li>a {
		margin-left: 0;
	}

	.navbar-default .glyphicon.glyphicon-search {
		display:none;
	}

	.navbar-right a.dropdown-toggle {
		text-align: center;
	}

	.navbar-right .dropdown-menu a {
		text-align: center;
	}

	.actor.my_play {
		height: 250px;
	}

}