.nav-wrap-magicline { 
}

/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */



/* Example One */
.magicLine { 
	margin: 0; 
	list-style: none; 
	position: relative; 
}

.magicLine ul a:hover { 
	color: #d2d2d2; 
}
.magic-line-line { 
	position: absolute;
	bottom: -2px; 
	left: -2px; 
	width: 100px; 
	height: 3px; 
	background: white;
}

.current_page_item a { 
	color: white !important; 
}
.ie6 .magicLine ul li, .ie7 .magicLine ul li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}

div.loadingScreen {
	background-color: #585858;
	height: 100%;
	overflow-x: hidden;
	width: 998px;
	position: absolute;
	z-index: 1;
}

.insideLink {
	cursor: pointer;
}

.insideLink:hover {
	font-weight: bold;
}

span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(mag2.png) center center no-repeat #000;
	cursor: pointer;
	height: 100px;
	width: 100px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.rollover:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}





.mainContainer:hover {
      opacity: 0.98; 
}

.pagerButton {
	cursor: pointer;
	background: none repeat scroll 0% 0% #d5d2d3;
    text-indent: -9999px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0px 2px;
    outline: 0px none;
    border-radius: 7px;
	border:1px solid black;
}

.pagerButton.active {
	background: none repeat scroll 0% 0% #f40006;
}

.outerSpace {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middleSpace {
    display: table-cell;
    vertical-align: middle;
}

body .innerSpace {
	width: 1000px;
	margin: auto;
}

body.database-mode .innerSpace {
    width: 75%;
	height: 75vh;
}

#mainContainer {
	width: 100% !important;
	height: 100% !important;
}

#mainContainer .mainHeader, #mainContainer .mainContent {
	width: 100% !important;
}

#mainContainer .mainHeader > div {
	width: 100% !important;
	background-color: #c00808 !important;
}

ul.grid > li {
	padding: 10px !important;
	padding-bottom: 45px !important;
	padding-top: 45px !important;
	width: auto !important;
}

.imgborder {
	margin-top: 15px;
}

ul.sdt_menu {
	width: 100% !important;
}

ul.sdt_menu li:not(.noeffect) {
	width: calc(20% - 30px) !important;
}

.eloadas-szerep {
	width: 50%;
	float: left;
}

.muveszek-single-lista .link-container .image {
	width: 200px !important;
	height: 262px !important;
}

.muveszek-single-lista .link-container .image img {
	width: 200px !important;
	height: 262px !important;
}

.muveszek-single-lista .link-container .text {
	width: 200px;
	padding: 3px;
}

div.loadingScreen {
	width: 100% !important;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}



.one:hover ~ hr {
  margin-left: 0% !important;
}

.two:hover ~ hr {
  margin-left: 33% !important;
}

.three:hover ~ hr {
  margin-left: 67% !important;
}


.threeelemmenu hr {
  height: .25rem;
  width: 33%;
  margin: 0;
  background: white;
  border: none;
  transition: .3s ease-in-out;
}

.btnType1 {
  cursor: pointer;
  background: #f91c26;
  background-image: -webkit-linear-gradient(top, #f91c26, #a62121);
  background-image: -moz-linear-gradient(top, #f91c26, #a62121);
  background-image: -ms-linear-gradient(top, #f91c26, #a62121);
  background-image: -o-linear-gradient(top, #f91c26, #a62121);
  background-image: linear-gradient(to bottom, #f91c26, #a62121);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 3px 3px 8px #666666;
  -moz-box-shadow: 3px 3px 8px #666666;
  box-shadow: 3px 3px 8px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  border: solid #bd151d 2px;
  text-decoration: none;
  opacity: 1;
}

.btnType1:hover {
  background: #e6222c;
  background-image: -webkit-linear-gradient(top, #e6222c, #d43139);
  background-image: -moz-linear-gradient(top, #e6222c, #d43139);
  background-image: -ms-linear-gradient(top, #e6222c, #d43139);
  background-image: -o-linear-gradient(top, #e6222c, #d43139);
  background-image: linear-gradient(to bottom, #e6222c, #d43139);
  text-decoration: none;
}

.evadListContent {
	/* changing size */
	height: 325px;
	overflow-y:auto;
}

.mainContainer {
		z-index: 100;
		background-color: white;
		border: 1px solid #d2d2d2;
		width: 1000px;
		height: 600px;
		opacity: 0.75;
		transition: opacity .55s ease-in-out;
		-moz-transition: opacity .55s ease-in-out;
		-webkit-transition: opacity .55s ease-in-out;
}


.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: calc(50% - 30px);
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	min-height: 320px;
}
.youtube img {
    width: 100%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img {
	position: relative;
}

.youtube .video-placeholder {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("http://szinhaztortenet.harag.eu/admin/images/galleria_namecontainer2.png");
	background-size: cover;
	z-index: 2;
}

.youtube .video-placeholder .video-informaciok {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.youtube .video-placeholder .video-informaciok .eloadas-cim {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}

.youtube .video-placeholder .video-informaciok .eloadas-evad {
	font-size: 18px;
	text-transform: uppercase;
	color: #f7f7f7;
	font-weight: 400;
}

.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
	z-index: 3;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.videotar-container {
	width: 1000px;
	margin: auto;
	margin-top: 30px;
}

.keptar-container {
	width: 650px;
	margin: auto;
	margin-top: 30px;
}


.large-first-image {
	width: 250px;
	height: 250px;
	float: left;
}

.secondary-images {
	width: 375px;
	height: 250px;
	float: left;
}

.secondary-images .small-gallery-image {
	width: 125px;
	height: 125px;
	display: inline-block;
}

.secondary-images .small-gallery-image.hidden-gallery-image {
	display: none;
}

.eloadas-kepgalleria-single .eloadas-ismerteto {
	width: 625px;
	height: 150px;
	background-image: url("http://szinhaztortenet.harag.eu/admin/images/galleria_namecontainer2.png");
	position: relative;
}

.eloadas-kepgalleria-single .eloadas-ismerteto .eloadas-adatok-container {
	position: absolute;
	right: 15px;
	top: 30px;
	text-align: right;
}

.eloadas-kepgalleria-single .eloadas-ismerteto .eloadas-adatok-container .eloadas-cim {
	color: #f7f7f7;
	margin-top: -5px;
	font-family: Roboto;
	font-size: 29px;
}

.eloadas-kepgalleria-single .eloadas-ismerteto .eloadas-adatok-container .eloadas-alcim {
	font-size: 15px;
	color: #f7f7f7;
	font-weight: 300;
	font-family: Roboto;
	font-style: italic;
	margin-top: -6px;
}

.eloadas-kepgalleria-single .eloadas-ismerteto .eloadas-adatok-container .eloadas-evad {
	font-family: Roboto;
	font-size: 15px;
	color: #f7f7f7;
	margin-top: 10px;
	font-weight: 600;
}

.search .filter-button {
	width: 150px;
	height: 50px;
	background-color: #c00808;
	color: #f7f7f7;
	font-family: Roboto;
	text-transform: uppercase;
	border: 1px solid #c00808;
	transition: all 0.2s;
}

.search .filter-button:hover {
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	color: #c00808;
}


.search .filter-button span {
	margin-right: 6px;
	font-size: 12px;
}

.search input {
	width: calc(100% - 150px);
	height: 50px;
	border: 1px solid #d2d2d2;
	padding: 5px;
	font-family: Roboto;
	font-size: 12px;
}

.search {
	width: 90%;
	margin: auto;
	margin-top: 20px;
}