@import "optional/animate.css";
/*@import "optional/cssgram.min.css";*/
@import "optional/fonts.css";
@import "optional/menu/menu-vertical-fullwidth-3.css"; 
/*-vertical-minimal; -vertical-minimal-2; - horizontal; -vertical-classic; -vertical-classic-2; -vertical-fullwidth; -vertical-fullwidth-2; -vertical-fullwidth-3; -vertical-rolldown; -vertical-rolldown-fullwidth; -vertical-swimin-fullwidth; -vertical-swimin-fullwidth-light */
@import "optional/menu/mobil-swimin-fullheight.css";
/*-swimin-fullheight; -rolldown-fullheight*/
/*@import "optional/header-booking-form.css";*/
@import "optional/slider/unique-slider-fullwidth-3.css"; 
/* -classic; -classic-2; -fullwidth; -fullwidth-2; -fullwidth-3; -rolldown; -rolldown-2; -rolldown-fullwidth; -swimin-fullwidth; -swimin-fullwidth-light */
@import "optional/footer/footer-contact-3.css?v=1.26"; 
/* -classic; -fullwidth; -fullwidth-2; -fullwidth-lists; -contact; -contact-2; -contact-3 */
/*@import "optional/slick-slider.css";*/
/*@import "optional/kwicks-slider.css";*/
@import "optional/illustration-images.css";
@import "optional/loaders.css";
@import "optional/jquery-ui.css";
/*@import "optional/jquery-selectbox.css";*/
/*@import "optional/unique-datepicker.css";*/
/*@import "optional/bic-calendar-convex.css"; */
/* -convex; -flat */
/*@import "optional/weather.css"; */
/*@import "optional/clock.css"; */
/*@import "optional/emphasized-news.css";*/
/*@import "optional/emphasized-products.css";*/
/*@import "optional/emphasized-galleries.css";*/
/*@import "optional/emphasized-references.css";*/
/*@import "optional/emphasized-reference-categories.css";*/
/*@import "optional/menu-plugin.css";*/



/*************************************************************************************************************/
/*  Minimum 100% magasság kikényszerítése  */


html,body,
#body-content{
	height: 100%;
}

#wrap {
	min-height: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
	
#wrap.no-footer{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}




/*************************************************************************************************************/
/*  BOOSÓTSTRAP GRIDRENDSZERÉNEK KIBŐVÍTÉSE  */

.col-xs-2p4, 
.col-sm-2p4, 
.col-md-2p4, 
.col-lg-2p4 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-2p4 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-2p4 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-2p4 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-2p4 {
        width: 20%;
        float: left;
    }
}




/*************************************************************************************************************/
/*  ÁLTALÁNOS  */

/*
*{
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
*/

.static{
	position: static !important;
}

.relative{
	position: relative !important;
}

.always-shown{
	display: inherit !important;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

body{
	/*font-family: Arial, Tahoma;*/
	font-family: 'Rubik-Regular',sans-serif;
	font-size: 16px;
	color: #ffffff;
	background: #1c1c1c;
	-webkit-font-smoothing: antialiased;
	
	
}

body.gradient-background{
	/* Színátmenetes háttér 50-50% */
	/* http://www.cssmatic.com/gradient-generator */
	background: rgba(249,249,249,1);
	background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 50%, rgba(229,229,229,1) 50%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,249,249,1)), color-stop(50%, rgba(249,249,249,1)), color-stop(50%, rgba(229,229,229,1)), color-stop(100%, rgba(229,229,229,1)));
	background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 50%, rgba(229,229,229,1) 50%, rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 50%, rgba(229,229,229,1) 50%, rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 50%, rgba(229,229,229,1) 50%, rgba(229,229,229,1) 100%);
	background: linear-gradient(to right, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 50%, rgba(229,229,229,1) 50%, rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e5e5', GradientType=1 );
}

body.open-popup{
	margin-right: 17px;
}

#noscript{
	position: fixed;
	top: 0px;
	width: 100%;
	text-align: center;
	z-index: 100;
	background-color: #FFF9D7;
	border-bottom: 1px solid #E2C822;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	color: #333333;
}

a{
	color: #f22e2e;
	text-decoration: none;
	text-shadow: none;
    -webkit-transition: 0.2s ease color, 0.2s ease text-shadow;
    -moz-transition: 0.2s ease color, 0.2s ease text-shadow;
    -ms-transition: 0.2s ease color, 0.2s ease text-shadow;
    -o-transition: 0.2s ease color, 0.2s ease text-shadow;
    transition: 0.2s ease color, 0.2s ease text-shadow;
}
#content a{
	//display: inline-block;
}

a:hover,
a:focus {
	color: #515151;
	text-decoration: none;
	/*text-shadow: 0 0 5px rgba(0,0,0,0.3);*/
}

a:focus {
	outline: none;
}

a.inverz{
	color: #515151;
}

a.inverz:hover,
a.inverz:focus {
	color: #f22e2e;
}

a.responsive{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

a.overlay-link{
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#content ul {
	list-style-type: square;
	padding-left: 35px;
	margin-top: -10px;
	margin-bottom: 15px;
}

#content ul:last-child{
	margin-bottom: 0px;
}

ul.nice-ul,
ol.nice-ol{
	color: #ff2e2e;
	font-weight: bold;
	/*list-style-position: inside;
	padding: 0px;*/
}

ul.nice-ul span,
ol.nice-ol span {
	color: #ffffff;
	font-weight: normal;
}

.caret.caret-left{
	width: 0;
    height: 0;
    margin-right: 10px;
    vertical-align: middle;
    border-right: 8px dashed;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
	position: relative;
	top: -2px;
}

.caret.caret-right{
	width: 0;
    height: 0;
    margin-right: 10px;
    vertical-align: middle;
    border-left: 8px dashed;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
	position: relative;
	top: -2px;
}

.child-has-hovereffect{
	overflow: hidden;
	cursor: pointer;
} 

.child-has-hovereffect .has-hovereffect{
	opacity: 1;
    filter: alpha(opacity=100);
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.child-has-hovereffect .not-fade-on-hover{
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.child-has-hovereffect:hover  .has-hovereffect{
	/* hoverre áttetszőbb lesz */
	/*opacity: 0.5;
    filter: alpha(opacity=50);*/
	
	-webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
	/*
	-webkit-transform: scale(1.);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
	*/
	
	/* az animation.css-ból használjuk az egyik verziót */
	/*-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
	
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flash;
	animation-name: flash;
	*/
}
.child-has-hovereffect:hover  .has-hovereffect.has-he-variant2{
	/* hoverre áttetszőbb lesz */
	/*opacity: 0.5;
    filter: alpha(opacity=50);*/
	
	/* hoverre megnől a mérete (és forog egy kicsit) */
	-webkit-transform: scale(0.75) rotate(-10deg);
    -moz-transform: scale(0.75) rotate(-10deg);
    -ms-transform: scale(0.75) rotate(-10deg);
    -o-transform: scale(0.75) rotate(-10deg);
    transform: scale(0.75) rotate(-10deg);
	/*
	-webkit-transform: scale(1.);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
	*/
}

.child-has-hovereffect .has-hovereffect img{
	/*background-color: #ffffff;*/
	/* A Mozilla renderelés bug miatt kellett az alábbiakat felvenni */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: optimizeQuality;
	
	/* filter a képeken */
	/*filter: saturate(50%);
    -webkit-filter: saturate(50%);
    -moz-filter: saturate(50%);
    -o-filter: saturate(50%);
    -ms-filter: saturate(50%);*/
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s easee;
	
	/* az opacity a tesztek miatt 0*/
	//opacity: 0 !important; 
}

.child-has-hovereffect:hover  .has-hovereffect img{
	/* hoverre eltűnik a filter */
	/*filter: saturate(100%);
    -webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -o-filter: saturate(100%);
    -ms-filter: saturate(100%);*/
}

.child-has-hovereffect .loadericon-container .has-hovereffect img,
.child-has-hovereffect .loadericon-container .has-hovereffect img,
.loadericon-container  img{
	/*background-color: transparent;*/
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s easee;
}

.child-has-hovereffect .hover-bg-image{
	width: 100%;
}

.hovericon-container{
	overflow: hidden;
	position: relative;
	background: transparent;
	/*background: #ffffff;*/
	
	-webkit-transition: background 0.3s ease, opacity 0.3s ease;
    -moz-transition: background 0.3s ease, opacity 0.3s ease;
    -ms-transition: background 0.3s ease, opacity 0.3s ease;
    -o-transition: background 0.3s ease, opacity 0.3s ease;
    transition: background 0.3s ease, opacity 0.3s ease;
}
.child-has-hovereffect:hover .hovericon-container,
.child-has-hovereffect.hovericon-container:hover{
	/* ezt adta a háttérszínt */
	/*background: #51784e;*/
}

.hovericon-background{
	/* a kép mögötti háttérszín */
	/*background: #9b3030;*/

	-webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.hovericon-background.hb-delayedtransition{
	-webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
	
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.not-loaded .hovericon-background,
.hovericon-background.not-loaded{
	background: transparent;	
}
.child-has-hovereffect:hover .hovericon-background,
.child-has-hovereffect.hovericon-background:hover{
	/* a kép mögötti háttérszín megváltozik hover hatására */
	/*background: #51784e;*/
}

.hovericon-position{
	position: relative;
}

.hovericon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -47px 0 0 -47px;
    width: 96px;
    height: 96px;
    text-align: center;
    color: #f22e2e;
    font-size: 95px;
    line-height: 95px;
    //z-index: 5;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
	//text-shadow: none;
	//text-shadow: 0px 0px 3px #020202, 0px 0px 3px #020202, 0px 0px 3px #020202, 0px 0px 3px #020202, 0px 0px 3px #020202;
	//text-shadow: 0px 0px 3px #807f7f, 0px 0px 3px #807f7f, 0px 0px 3px #807f7f, 0px 0px 3px #807f7f, 0px 0px 3px #807f7f;
}

.hovericon.hi-text,
.hovericon.hi-button{
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
	padding: 15px 15px;
	
}
.hovericon.hi-text{
	font-family: 'Rubik-Medium',sans-serif;
	font-size: 30px;
	line-height: 38px;
}
.hovericon.hi-button{
	font-size: 0px;
	line-height: 0px;
}

.hovericon.hi-button .hi-btn,
.hovericon.hi-text .hi-txt{
	display: inline-block;
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hovericon.hi-button .hi-btn{
	font-family: 'Rubik-Medium',sans-serif;
	font-size: 20px;
	color: #505050;
	text-shadow: none;
	line-height: 26px;
	background: rgba(255, 255, 255, 0.5);
	
	padding: 4px 16px;
	border: 2px solid #555555;
	border-radius: 15px;
}

.not-loaded  .has-hovereffect img,
.not-loaded  img,
.not-loaded  .lazy-bg-delayed,
.not-loaded  .hovericon,
.not-loaded  .child-mask{
	opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

.child-has-hovereffect:hover .hovericon {
	visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.child-mask{
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	opacity: 1;
    background-color: rgba(28, 28, 28, 0.32);
    /*background-image: url(../img/img-mask.png);*/
	/*background-image: url(../img/img-mask-2.png);*/
	
	/*z-index: 1;*/
	
	-webkit-transition: opacity 0.3s ease, background 0.5s ease;
    -moz-transition: opacity 0.3s ease, background 0.5s ease;
    -o-transition: opacity 0.3s ease, background 0.5s ease;
    transition: opacity 0.3s ease, background 0.5s ease;
}
.child-has-hovereffect:hover .child-mask{
	/* a maszk hoverre eltűnik */
	background-color: transparent;

}
.child-has-hovereffect:hover .child-mask.change-background-on-hover{
	background-color: rgba(170, 170, 170, 0.25);
}

.child-has-hovereffect:hover .not-show-on-hover{
	opacity: 0;
}

/* Default kép */
.hovericon-container.default-img .has-hovereffect{
	background : #ffffff;
}
.hovericon-container/*.default-img*/{
	height: 100%;
}
/*.hovericon-container .img-box,*/
.hovericon-container.default-img .img-box{
	height: 100%;
	text-align: center;
}
.child-has-hovereffect .hovericon-container.default-img .has-hovereffect img{
	/*background: transparent;*/
	/*max-height: 100%;*/ 
	max-height: 100.5%; /* Mozilla kerekít, ezért kell egy kicsit több */
	width: auto;
	max-width: 100%;
}

.lazy-bg-delayed{
	opacity: 0.9;
	filter: alpha(opacity=90);
	
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.parallax-background-container.not-loaded{
	background: rgba(0,0,0, 0.25);
}
.parallax-background-container{
	background: transparent;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.parallax-background{
    position: relative;
    overflow: hidden;
    height: 500px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}



/*  Tooltip  */

.tooltip{
}

.tooltip-inner {
	background-color: rgba(0,0,0,0.9);
	border-radius: 0px;
	border: 1px solid #ffffff;
	font-family: 'Rubik-Medium',sans-serif;
	color: #ffffff;
}

.tooltip.top .tooltip-arrow{
	border-top-color: #ffffff;
}

.tooltip.bottom .tooltip-arrow{
	border-bottom-color: #ffffff;
}

.tooltip.left .tooltip-arrow{
	border-left-color: #ffffff;
}

.tooltip.right .tooltip-arrow{
	border-right-color: #ffffff;
}	


/*  Listák  */

.lista{
	overflow: hidden;
}

.list-bottom-correction{
	margin-top: -30px;
}

.listazasGomb {
   //margin-top: 30px;
}




/*************************************************************************************************************/
/*  EGYEDI OLDAL-ELRENDEZÉSHEZ  */

.row.no-margin{
	margin-left: 0px;
	margin-right: 0px;
}

.row .no-padding{
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
}

.row .no-padding > div{
	text-align: left;
}

.row .like-xs-12{
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row .like-sm-6{
	display: inline-block;
	width: 555px;
	text-align: left;
	padding-left: 15px;
	padding-right: 30px;
}

.row .like-md-10{
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row .like-lg-8{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 1199px) {	
	.row .like-xs-12{
		width: 910px;
	}
	
	.row .like-sm-6{
		width: 455px;
	}
	
	.row .like-md-10{
		width: 758px;
	}
}



/*************************************************************************************************************/
/*  COOKIE SZABÁLYZAT  */

#cookie-policy-container{
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0 ,0.9);
	color: #ffffff;
	z-index: 5000;
	font-family: 'Rubik-Light',sans-serif;
	-webkit-transition: 0.4s linear background-color;
	-moz-transition: 0.4s linear background-color;
	-ms-transition: 0.4s linear background-color;
	-o-transition: 0.4s linear background-color;
	transition: 0.4s linear background-color;	
}

#cookie-policy-container:hover{
	background: rgba(0, 0, 0 ,1);
}

#cookie-policy-container .container{
	padding: 5px 15px;
	max-width: 100% !important;
	min-width: 0px !important;
}

#cookie-policy-container a{
	display: inline-block;
	line-height: 16px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	
	-webkit-transition: 0.1s linear border-color;
	-moz-transition: 0.1s linear border-color;
	-ms-transition: 0.1s linear border-color;
	-o-transition: 0.1s linear border-color;
	transition: 0.1s linear border-color;	
}

#cookie-policy-container a:hover{
	border-bottom: 1px solid transparent;
}

.cookie-policy-read{
	/*display: block;*/
	display: inline-block;
	font-size: 14px;
}

@media (max-width: 991px) {
	
	.cookie-policy-read{
		display: inline-block;
	}
}

#cookie-policy-container .btn{
	/*background: transparent;*/
	border: 1px solid #ffffff;
	padding: 5px 20px 3px;
}

#cookie-policy-container .btn:hover{
	/*background: #ffffff;*/
	color: #ffffff;
}

@media (max-width: 767px) {
	#cookie-policy-container .btn {
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

@media (max-width: 480px) {
	
	#cookie-policy-container .btn {
		display: block;
		width: 100%;
		margin-bottom: 0px;
	}
}

.cookie-policy-content{
	display: table;
	width: 100%;
}

.cookie-policy-buttons,
.cookie-policy-text{
	display: table-cell;
	vertical-align: middle;
}

.cookie-policy-buttons{
	text-align: right;
	padding-left: 30px;
	vertical-align: middle;
}

@media (max-width: 767px) {	
	.cookie-policy-content{
		display: block;
	}
	
	.cookie-policy-buttons,
	.cookie-policy-text{
		display: block;
		padding-left: 0px;
		text-align: center;
	}
}




/*************************************************************************************************************/
/*  FORM ELEMEI, GOMBOK  */

.tooltip{
	font-family: 'Rubik-Regular',sans-serif;
	text-transform: uppercase;
}

.btn,.btn:focus,.btn:active{
	outline: 0;
}

.btn{
	position: relative;
	font-family: 'Rubik-Bold',sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 20px;
	background: #f22e2e;
	border: 1px solid;
	border-color: #f22e2e !important;
	border-radius: none;
	padding: 10px 40px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	outline: none;
	opacity: 1;
	
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.need-btn-hovereffect:hover .btn{
	background: transparent;
	/*color: #f22e2e;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.btn-lg, 
.btn-group-lg>.btn {
	padding: 15px 40px;
	font-size: 16px;
	line-height: 20px;
}

.btn-primary {
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
}

.btn-more-item{
	background: #ffffff;
	color: #807f7f;
	/*margin-top: 30px;*/
}

.btn-more-item:hover,
.btn-more-item:focus,
.btn-more-item:active,
.btn-more-item:active:focus {
	background: #807f7f;
	color: #ffffff;
}

.btn-on-image{
	font-family: 'Rubik-Medium',sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #595959;
	border-radius: 0px;
	background: #ffffff;
	border: 3px solid #ffffff !important;
	padding: 5px 27px;
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0, 0.3);
	box-shadow: 0px 1px 0px rgba(0,0,0, 0.3);
}

.btn-on-image:hover,
.btn-on-image:focus,
.btn-on-image:active,
.btn-on-image:active:focus,
.need-btn-hovereffect:hover .btn-on-image{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #568a31;
	color: #ffffff;
}

.btn.fullwidth{
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.btn.transition-bg{
	background: #8dd8f8;
    background-color: #8dd8f8;
    background-image: -moz-linear-gradient(top, #8dd8f8, #a9edfc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8dd8f8), to(#a9edfc));
    background-image: -webkit-linear-gradient(top, #8dd8f8, #a9edfc);
    background-image: -o-linear-gradient(top, #8dd8f8, #a9edfc);
    background-image: linear-gradient(to bottom, #8dd8f8, #a9edfc);
    background-repeat: repeat-x;
    border-color: #8dd8f8 #8dd8f8 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff098FC4', endColorstr='#ff0877A4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.btn.btn-border-cut-topleft,
.btn.btn-border-cut-bottomright{
	background: none !important;
	border: none !important;
	color: #ffffff;
	z-index: 1;
}
.btn.btn-border-cut-topleft:before, 
.btn.btn-border-cut-topleft:after,
.btn.btn-border-cut-bottomright:before, 
.btn.btn-border-cut-bottomright:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
	z-index: -1;
	
	-webkit-transition: 0.2s border ease;
    -moz-transition: 0.2s border ease;
    -ms-transition: 0.2s border ease;
    -o-transition: 0.2s border ease;
    transition: 0.2s border ease;
}
.btn.btn-border-cut-topleft:before {
    top: 0px;
    box-sizing: border-box;
    height: 0px;
    border-width: 0px 0px 15px 25px;
    border-color: #5fadb5 transparent;
    border-style: solid;
}
.btn.btn-border-cut-topleft:after {
    top: 15px;
    bottom: 0px;
    background-color: #5fadb5;
}
.btn.btn-border-cut-bottomright:before {
	top: 0px;
    bottom: 15px;
    background-color: #5fadb5;
}
.btn.btn-border-cut-bottomright:after {
	bottom: 0px;
    box-sizing: border-box;
    height: 0px;
    border-width: 15px 25px 0px 0px ;
    border-color: #5fadb5 transparent;
    border-style: solid;
}
.btn.btn-border-cut-topleft:hover,
.btn.btn-border-cut-topleft:focus,
.btn.btn-border-cut-topleft:active,
.btn.btn-border-cut-topleft:active:focus,
.need-btn-hovereffect:hover .btn.btn-border-cut-topleft,
.btn.btn-border-cut-bottomright:hover,
.btn.btn-border-cut-bottomright:focus,
.btn.btn-border-cut-bottomright:active,
.btn.btn-border-cut-bottomright:active:focus,
.need-btn-hovereffect:hover .btn.btn-border-cut-bottomright{
	color: #82e0de;
}
.btn.btn-border-cut-topleft:hover:before,
.btn.btn-border-cut-topleft:focus:before,
.btn.btn-border-cut-topleft:active:before,
.btn.btn-border-cut-topleft:active:focus:before,
.need-btn-hovereffect:hover .btn.btn-border-cut-topleft:before{
	border-left-width: 0px;
}
.btn.btn-border-cut-bottomright:hover:after,
.btn.btn-border-cut-bottomright:focus:after,
.btn.btn-border-cut-bottomright:active:after,
.btn.btn-border-cut-bottomright:active:focus:after,
.need-btn-hovereffect:hover .btn.btn-border-cut-bottomright:after{
	border-right-width: 0px;
}

.btn.btn-left-right-ornament{
	background: transparent;
	border: 4px solid transparent !important;
	font-family: 'Rubik-Regular',sans-serif;
    font-size: 30px;
    line-height: 30px;
	white-space: normal;
	padding: 10px 15px 5px 15px; 
}
.btn.btn-left-right-ornament:before, 
.btn.btn-left-right-ornament:after {
    content: '';
    position: absolute;
    top: -4px;
    bottom: -4px;
    width: 9px;
    border: 4px solid #f22e2e;
	
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-left-right-ornament:before{
	left: -4px;
    border-right: none;
} 
.btn.btn-left-right-ornament:after {
	right: -4px;
    border-left: none;
}
.btn.btn-left-right-ornament:hover,
.need-btn-hovereffect:hover .btn.btn-left-right-ornament{
	color: #ffffff;
	border-color: #f22e2e !important;
}
/*.btn.btn-left-right-ornament:hover:before,
.btn.btn-left-right-ornament:hover:after,
.need-btn-hovereffect:hover .btn.btn-left-right-ornament:before,
.need-btn-hovereffect:hover .btn.btn-left-right-ornament:after{
	border-width: 1px;
	top: -1px;
	bottom: -1px;
}
.btn.btn-left-right-ornament:hover:before,
.need-btn-hovereffect:hover .btn.btn-left-right-ornament:before{
	left: -1px;
}
.btn.btn-left-right-ornament:hover:after,
.need-btn-hovereffect:hover .btn.btn-left-right-ornament:after{
	right: -1px;
}*/

.btn.btn-border-ornament{
	background: transparent;
	border: 3px solid rgba(255, 255, 255, 0.4);
}
.btn.btn-border-ornament:before,
.btn.btn-border-ornament:after{
	content: "";
	position: absolute;
	border: 3px solid transparent;
	top: -3px;
	bottom: -3px;
	left: -3px;
	right: -3px;
}
.btn.btn-border-ornament:before{
	-moz-border-image: -moz-linear-gradient(top left, #ffffff 0%, transparent 20%),;
	-webkit-border-image: -webkit-linear-gradient(top left, #ffffff 0%, transparent 20%);
	border-image: linear-gradient(to bottom right, #ffffff 0%, transparent 20%);
	border-image-slice: 1;
}
.btn.btn-border-ornament:after{
    -moz-border-image: -moz-linear-gradient(bottom right, #ffffff 0%, transparent 35%);
	-webkit-border-image: -webkit-linear-gradient(bottom right, #ffffff 0%, transparent 35%);
	border-image: linear-gradient(to top left, #ffffff 0%, transparent 35%);
	border-image-slice: 1;
}

.btn.btn-border-ornament:hover{
	border-color: #ffffff;
}

.btn.btn-rigthIcon{
	position: relative;
    padding: 20px;
	padding-left: 20px !important;
    padding-right: 90px !important;
    border-radius: 15px;
    overflow: hidden;
    background: #99a2ae !important;
    border: 0px !important;
	font-family: 'Rubik-Medium';
	font-size: 22px;
	color: #ffffff !important;
}
.btn.btn-rigthIcon:hover, 
.btn.btn-rigthIcon:focus, 
.btn.btn-rigthIcon:active, 
.btn.btn-rigthIcon:active:focus, 
.need-btn-hovereffect:hover .btn.btn-rigthIcon {
    opacity: 0.75;
}
.btn.btn-rigthIcon:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 100%;
    bottom: 0px;
    right: 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
    background: #fb3245 url(../../../themes/belso/img/svg-icons/3right-nyil.svg) no-repeat center center;
    -webkit-transition: 0.4s ease background;
    -moz-transition: 0.4s ease background;
    -o-transition: 0.4s ease background;
    transition: 0.4s ease background;
}
.btn.btn-rigthIcon:hover:after, 
.btn.btn-rigthIcon:focus:after, 
.btn.btn-rigthIcon:active:after, 
.btn.btn-rigthIcon:active:focus:after, 
.need-btn-hovereffect:hover .btn.btn-rigthIcon:after{
	background-position: 35px center;
}

.btn-background{
	display: inline-block;
	//background: #ffffff;
}

.btn-background .btn {
	background: url(../img/button-background.png) repeat-x contain;
}

.btn .fa{
	margin-left: 5px;
	font-size: 26px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 10px;
}

.btn.inactive{
	background: #CCCCCC !important;
	cursor: default;
}

textarea.form-control {
	resize: none;
	max-width: 100%;
}

label,
label.control-label.nofor{
	font-family: 'Rubik-Bold',sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: none;
	cursor: pointer;
	-webkit-transition: 0.2s ease color, 0.2s ease text-shadow;
    -moz-transition: 0.2s ease color, 0.2s ease text-shadow;
    -ms-transition: 0.2s ease color, 0.2s ease text-shadow;
    -o-transition: 0.2s ease color, 0.2s ease text-shadow;
    transition: 0.2s ease color, 0.2s ease text-shadow;
}
label,
label.control-label.nofor,
.form-horizontal.form-style-line .control-label:not(:hover){
	color: #ffffff;
}

label:hover,
.form-horizontal.form-style-line .has-error .control-label:hover{
	color: #515151;
	/*text-shadow: 0 0 5px rgba(0,0,0,0.3);*/
}

label.control-label.nofor{
	cursor: default !important;
	padding-right: 15px;
}

.has-error .help-block, 
.has-error .control-label, 
.has-error .radio, 
.has-error .checkbox, 
.has-error .radio-inline, 
.has-error .checkbox-inline, 
.has-error.radio label,
.has-error .control-label.nofor,
.has-error.checkbox label, 
.has-error.radio-inline label, 
.has-error.checkbox-inline label {
    color: #a94442;
}

.form-group-separator{
	border-bottom: 1px solid #dbd4d4;
	line-height: 0px;
	font-size: 0px;
	height: 15px;
	clear: both;
	margin:  0px 15px; 
}

.form-group,
.form-group-container{
	margin-bottom: 15px;
}

.form-group.form-group-inrowcol{
	margin-left: 0px;
	margin-right: 0px;
}

.form-group:last-child,
.form-group-container:last-child{
	margin-bottom: 0px;
}

.form-subgroup{
}

.form-description{
	margin-top: 15px;
	font-size: 14px !important;
	text-transform: none !important;
}

.form-horizontal .control-label {
	padding-top: 12px;
	padding-right: 15px;
}

.form-horizontal .control-label.only {
	padding-right: 0px;
}

.form-horizontal .has-sorszam {
	padding-left: 65px;
	text-align: left;
}

.form-horizontal .control-label.double-line{
	position: relative;
	top: -10px;
	height: 29px;
	line-height: 20px;
}

.form-horizontal .control-label .cl-sorszam{
	display: inline-block;
	border: 1px solid #848484;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	margin-right: 10px;
	vertical-align: middle;
	position: absolute;
	top: 2px;
	left: 15px;
}

.form-horizontal .has-error .control-label .cl-sorszam{
    border-color: #a94442;
}

.form-horizontal .control-label.double-line .cl-sorszam{
	top: 7px;
}

@media (min-width: 1200px){
	.form-horizontal .control-label.double-line-lg{
		position: relative;
		top: -11px;
		height: 29px;
		line-height: 20px;
	}
	
	.form-horizontal .control-label.double-line-lg .cl-sorszam{
		top: 7px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.form-horizontal .control-label.double-line-md{
		position: relative;
		top: -11px;
		height: 29px;
		line-height: 20px;
	}
		
	.form-horizontal .control-label.double-line-md .cl-sorszam{
		top: 7px;
	}
}
.form-control-container{
	position: relative;
	margin: 0px -15px;
	padding: 0px 15px;
}

.fc-container-hasstar {
	padding-right: 30px;
}

.fc-container-hasstar .csillag{
	position: absolute;
	right: 15px;
	top: 15px;
}

.form-control {
	padding: 11px 14px;
	height: 46px;
	font-size: 16px;
	border-color: #dbd4d4;
	/*border-radius: 22px;*/
	-webkit-box-shadow: none;
	box-shadow: none;
	
	-webkit-transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-ms-transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*
textarea.form-control {
	-webkit-transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, height ease-in-out .15s;
    -moz-transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, height ease-in-out .15s;
	-ms-transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, height ease-in-out .15s;
	-o-transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s, height ease-in-out .15s;
    transition: color ease-in-out .15s, background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s, height ease-in-out .15s;
}
*/

.form-control:focus,
.sbHolderFocus,
.fileinput-button:hover,
.fileinput-button:focus,
.fileinput-button:active {
	border-color: #505050;
	/*border-style: dotted;*/
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 1000, 100, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 100, 100, 0.6);
}

.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
    background-color: #eee !important;
    color: #C0B9B9 !important;
    opacity: 1 !important;
}

.has-error .form-control,
.has-error .sbSelector{
	color: #a94442;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .form-control{
	/*border-style: dotted;*/
}

.has-error .form-control:focus,
.has-error .sbHolderFocus {
	color: inherit;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
}

.sbPlaceholder {
	color: #dbd4d4 !important;
	font-style: italic;
	/*opacity: 0;*/
}

.form-control::-webkit-input-placeholder{
	color: #dbd4d4;
	font-style: italic;
}
.form-control:-ms-input-placeholder{
	color: #dbd4d4;
	font-style: italic;
}
.form-control::-moz-placeholder{
	color: #dbd4d4;
	font-style: italic;
}

.has-error .form-control::-webkit-input-placeholder{
	color: #FFA0A0;
	font-style: italic;
}
.has-error .form-control:-ms-input-placeholder{
	color: #FFA0A0;
	font-style: italic;
}
.has-error .form-control::-moz-placeholder{
	color: #FFA0A0;
	font-style: italic;
}

.has-error .sbPlaceholder{
	color: #FFA0A0 !important;
}

.form-control:focus::-webkit-input-placeholder{
	color: transparent;
}
.form-control:focus:-ms-input-placeholder{
	color: transparent;
}
.form-control:focus::-moz-placeholder{
	color: transparent;
}

.form-control-feedback {
	right: 15px;
	top: 7px;
}

.fc-container-hasstar .form-control-feedback {
    right: 30px;
}

.has-feedback .form-control-feedback.form-control-feedback-itiner{
    color: #1960ab;
	/*text-shadow: 0px 1px 2px rgba(41,35,28,0.17);*/
}

.has-feedback.has-error .form-control-feedback.form-control-feedback-itiner{
	display: none;
}

.form-control-feedback.fa{
	padding-top: 8px;
}

.csillag{
	position: absolute;
	left: 100%;
	left: -moz-calc(100% - 8px) !important;
    left: -webkit-calc(100% - 8px) !important;
    left: calc(100% - 8px); 
	top: 14px;
	font-family: 'Rubik-Regular',sans-serif;
	color: #ffffff;
}

.alert-danger a{
	color: #460402;
}

.alert-danger a:hover{
	color: #CA7E7B;
}

.error-report-container{
	display: none;
}

.error-report-container h4{
	font-family: 'Rubik-Bold',sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.alert{
	margin-top: 15px;
	margin-bottom: 0px;
}
.error-report-container .alert{
	margin-top: 0px;
	margin-bottom: 15px;
}

.error-report-container .error-itemName{
	font-weight: bold;
}

.alert .alert-list{
	margin-top: 15px !important;
	list-style-type: square;
	margin-left: 15px;
}

.alert .alert-list.dinamic li{
	display: none;
}

.content-img-box{
	text-align: center;
}

.img-responsive{
	display: inline-block;
}

.fullwidth{
	width: 100% !important;
}

.fullheight{
	height: 100%;
}

.form-info-container {
    overflow: hidden;
	display: inline-block;
}

.form-info {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    width: 20px;
    background: #a31d36;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.form-info-box.popover {
    width: 500px;
    max-width: 100%;
	max-width: -moz-calc(100% - 30px) !important;
    max-width: -webkit-calc(100% - 30px) !important;
    max-width: calc(100% - 30px); 
    background: none;
    border: 1px dotted #1960ab;
    box-shadow: none;
	padding: 0px;
    z-index: 9;
}

.form-info-box .popover-title {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 15px;
	background: rgba(61,27,10,0.9);
	color: #ffffff;
}

.form-info-box .popover-content {
	color: #505050;
    padding: 10px 15px;
    font-size: 14px;
    background: rgba(255,255,255,0.9);
}

/*  Form alternatív stílusa  */

.form-horizontal.form-style-line .control-label{
	position: absolute;
	top: 8px;
	bottom: -17px;
	cursor: text;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	text-shadow: none !important;
	-webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
	-ms-transition: all ease-in-out .15s;
	-o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}
.form-horizontal.form-style-line .form-control:focus  + .control-label{
	color: #515151;
}
.form-horizontal.form-style-line .form-control:focus  + .control-label,
.form-horizontal.form-style-line .color-coding.not-empty .control-label{
	top: -12px;
	font-size: 12px;	
	/*font-weight: bolder;*/
}
.form-horizontal.form-style-line .color-coding.has-error .control-label{
	/*color: #a94442;*/
	color: #F44336;
}
.form-horizontal.form-style-line .color-coding.is-correct .control-label{
	/*color: #3c763d;*/
    color: #4CAF50;
}
.form-horizontal.form-style-line .control-label.only{
	top: 0px;
}

.form-horizontal.form-style-line .control-label:after{
    display: block;
    content: "";
    position: absolute;
    bottom: 0px;
    opacity: 0;
	font-size: 12px;
	font-weight: normal;
    transition: .15s opacity ease-in-out, .15s color ease-in-out;
}
.form-horizontal.form-style-line .has-error .control-label:after{
    content: attr(data-error);
    /*color: #a94442;*/
	color: #F44336;
    opacity: 1;
}
.form-horizontal.form-style-line .is-correct .control-label:after{
    content: attr(data-success);
    /*color: #3c763d;*/
    color: #4CAF50;
    opacity: 1;
}


.form-style-line .form-control{
	padding: 7px 0px;
	height: 38px;
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 24px;
    box-shadow: none;
	margin-top: 10px;
	margin-bottom: 25px;
	color: #ffffff;
}
.form-style-line textarea.form-control{
	height: auto;
}
.form-style-line .form-control:focus{
    border-bottom: 2px solid #515151;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-style-line .not-empty .form-control,
.form-style-line .has-error .form-control,
.form-style-line .is-correct .form-control{
	border-width: 2px;
}

.form-style-line .has-error .form-control{
	border-color: #F44336;
}
.form-style-line .is-correct .form-control{
	border-color: #4CAF50;
}

.form-style-line  .form-control-feedback{
	display: none;
}

.form-style-line .form-buttons{
	margin-top: 20px;
}


/*  Form alternatív stílusa - END  */


.loading-more-animation-container{
	position: relative;
	height: 0px;
	text-align: center;
	opacity: 0;
	
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.loading-more-animation-container.is-loading{
	height: 80px;
	opacity: 1;
	
	-webkit-transition: height 0.5s ease, opacity 1s ease;
	-moz-transition: height 0.5s ease, opacity 1s ease;
	-ms-transition: height 0.5s ease, opacity 1s ease;
	-o-transition: height 0.5s ease, opacity 1 ease;
	transition: height 0.5s ease, opacity 1s ease;
}

.loading-more-animation-container.css-icon.is-loading{
	height: 122px;
}

.loading-more-animation-container .loadericon-background{
	margin-top: 15px; 
}

.loading-more-animation-container .fa{
	margin-top: 30px;
	font-size: 50px;
	color: #808080;
}

.loading-more-animation-container.css-icon .loadericon{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.loading-more-animation-container.css-icon.is-loading .loadericon{
	opacity: 1;
	filter: alpha(opacity=100);
}




/*************************************************************************************************************/
/* VALIDATION */

.loading {
	display: none;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url(../design/elem/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	/*width: 50px;
	height: 50px;
	margin: auto;*/
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.loading.css-icon{
	background-image: none;
}

.loading.css-icon .loadericon{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

/*******************************/
/*  Unique checkbox and radiobutton  */

.unique-CB,
.unique-RB{
	position: absolute !important;
	width: 100px;
	top: 0px !important;
	left: -9999px !important;
	visibility: hidden !important;
}

.unique-CB + label.UCB-label,
.unique-RB + label.URB-label{
	display: inline-block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	//line-height: 25px;
	//min-height: 25px;
}

.unique-CB + label span.UCB-visibleItem::before,
.unique-RB + label span.URB-visibleItem::before {
    content: '';
    display: inline-block;
	position: absolute;
	font-size: 0px;
	line-height: 0px;
    z-index: 0;
}
.unique-CB:checked  + label span.UCB-visibleItem::before,
.unique-RB:checked  + label span.URB-visibleItem::before {
}
.unique-CB + label.UCB-label.only span.UCB-visibleItem::before,
.unique-RB + label.URB-label.only span.UCB-visibleItem::before{
	margin-top: -10px;
}

/* UCB type01 */

.unique-CB.UCB-type01 + label span.UCB-visibleItem::before {
    top: 11px;
	left: 0px;
	width: 18px;
    height: 18px;
    border: 1px solid #ffffff;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
.unique-CB.UCB-type01:checked  + label span.UCB-visibleItem::before {
	top: 7px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4CAF50;
    border-bottom: 2px solid #4CAF50;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/* URB type01 */

.unique-RB.URB-type01 + label span.URB-visibleItem{
	display: inline-block;
	position: absolute;
	font-size: 0px;
	line-height: 0px;
    z-index: 0;
	top: 14px;
	left: 0px;
	width: 18px;
    height: 18px;
    border: 2px solid #5a5a5a;
    border-radius: 9px;
	
	-webkit-transition: border .2s ease-in;
    -moz-transition: border .2s ease-in;
    -o-transition: border .2s ease-in;
    -ms-transition: border .2s ease-in;
    transition: border .2s ease-in;
}
.unique-RB.URB-type01:checked + label span.URB-visibleItem{
	border: 2px solid #4CAF50;
}

.unique-RB.URB-type01 + label span.URB-visibleItem::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 7px;
    margin-top: 0px;
    background: transparent;
    border-radius: 50%;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    transition: .2s ease-in;
}
.unique-RB.URB-type01:checked  + label span.URB-visibleItem::before {
	height: 10px;
    width: 10px;
    margin-top: -5px;
    left: 2px;
	background: #4CAF50;
}

/* UCB type02 , URB type02 */

.unique-CB.UCB-type02 + label.UCB-label,
.unique-RB.URB-type02 + label.URB-label{
	padding-left: 50px;
}

.unique-CB.UCB-type02 + label span.UCB-visibleItem,
.unique-RB.URB-type02 + label span.URB-visibleItem{
	display: inline-block;
	position: absolute;
	font-size: 0px;
	line-height: 0px;
    z-index: 0;
	top: 11px;
	left: 0px;
	width: 42px;
    height: 22px;
	background: #ffffff;
	border: 1px solid #dbd4d4;
	border-radius: 10px;
	
	-webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    transition: background .2s ease-in;
}
.unique-CB.UCB-type02:checked  + label span.UCB-visibleItem ,
.unique-RB.URB-type02:checked  + label span.URB-visibleItem {
	background: #ffffff;
	border: 1px solid #dbd4d4;
}
.has-error .unique-CB.UCB-type02.kotelezo_checkbox  + label span.UCB-visibleItem,
.has-error .unique-RB.URB-type02.kotelezo_radiobutton  + label span.URB-visibleItem {
	background: #f2dede;
	border: 1px solid #ebccd1;
}
/*
.unique-CB.UCB-type02.kotelezo_checkbox:checked  + label span.UCB-visibleItem,
.unique-RB.URB-type02.kotelezo_radiobutton:checked  + label span.URB-visibleItem {
	background: #dff0d8;
	border: 1px solid #d6e9c6;
}
*/


.unique-CB.UCB-type02 + label span.UCB-visibleItem::before,
.unique-RB.URB-type02 + label span.URB-visibleItem::before {
    top: 2px;
	left: 2px;
	width: 16px;
    height: 16px;
	background: #dbd4d4;
    border-radius: 8px;
    -webkit-transition: left .2s ease-in, background .2s ease-in;
    -moz-transition: left .2s ease-in, background .2s ease-in;
    -o-transition: left .2s ease-in, background .2s ease-in;
    -ms-transition: left .2s ease-in, background .2s ease-in;
    transition: left .2s ease-in, background .2s ease-in;
}
.unique-CB.UCB-type02:checked  + label span.UCB-visibleItem::before,
.unique-RB.URB-type02:checked  + label span.URB-visibleItem::before {
	left: 22px;
	background: #807f7f;
}
.has-error .unique-CB.UCB-type02.kotelezo_checkbox  + label span.UCB-visibleItem::before,
.has-error .unique-RB.URB-type02.kotelezo_radiobutton  + label span.URB-visibleItem::before {
	background: #a94442;
}
/*
.unique-CB.UCB-type02.kotelezo_checkbox:checked  + label span.UCB-visibleItem::before,
.unique-RB.URB-type02.kotelezo_radiobutton:checked  + label span.URB-visibleItem::before {
	left: 22px;
	background: #3c763d;
}
*/


/*************************************************************************************************************/
/* SHARE */

body.open-popup .at4-share-outer,
body.open-popup .at4-share-outer-left
body.open-popup .at4-share-outer-right{
	//display: none;
}

#at4-share{
	top: 247px;
	opacity: 0.7 !important;
	-webkit-transition: 0.2s linear opacity;
	-moz-transition: 0.2s linear opacity;
	-ms-transition: 0.2s linear opacity;
	-o-transition: 0.2s linear opacity;
	transition: 0.2s linear opacity;
}
#at4-share:hover{
	opacity: 1 !important;
}
body.open-popup #at4-share{
	z-index: 1000;
}

.at4-share-btn{
}
.at4-share-btn:hover{
}

/*
.fb_iframe_widget, .fb_iframe_widget iframe {
	width: 180px!important;
	height: 300px!important;
}

@media (min-width: 1200px) {
	.fb_iframe_widget, .fb_iframe_widget iframe {
		width: 230px!important;
		height: 240px!important;
	}
}
*/



/*************************************************************************************************************/
/* HEADER, LANG */

#header-container{
	/*background: #253026;*/
}

#header{
	position: relative;
}

#header .menu-container{
	padding: 11px 0px;
	background: #067620;
}

#mobilmenu{
	display: none;
}

#info-lang{
	margin-top: 0px;
	height: 110px;
	font-family: 'Rubik-Regular', sans-serif;
	font-size: 16px;
	color: #3d1b0a;
	//color: #74726f;
	padding: 0px;
	position: relative;
}

.header-elvalaszto{
	float: left;
	width: 1px;
	height: 14px;
	padding: 0px;
	line-height: 14px;
	background: #3388e2;
	display: inline-block;
	margin: 0px 10px;
}

.header-info {
	float: left;
	font-size: 14px;
	line-height: 14px;
	padding: 0px 0px;
}

#header-info-box{
	position: absolute;
	right: 0px;
	bottom: 15px;
}

#header-info-box a{
	color: #74726f;
}

.nyelv{
	/*position: absolute;
	top: 20px;
	right: 0px;*/
	float: left;
	height: 40px;
	color: #74726f;
	text-align: right;
	text-transform: lowercase;
	padding: 13px 0px;
	margin-left: 20px;
}

.zaszlo{
	display: inline-block;
	color: #3d1b0a;
	//color: #74726f;
	text-decoration: none;
	text-align: center;
	/*margin-top: 15px;*/
	text-shadow: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.zaszlo:hover{
	color: #b6802e;
	text-decoration: none;
	text-shadow: none;
}
.zaszlo .szoveg{
	display: block;
	font-size: 14px;
	line-height: 14px;
}
.zaszlo .kep{
	display: block;
	margin: auto;
}

.brand {
	margin: 0px;
	padding: 0px;
	float: left;
}
.brand.pc{
	margin: 18px 0px;
}
.brand.mobil{
	display: none;
}
.brand img.logo-mobil{
	display: none;
}
.brand a{
	display: block;
}



/*******************************/
/*  SOCIAL, HIRLEVÉLFELIRATKOZÁS  */

.header-social{
	position: absolute;
	top: 20px;
	right: 0px;
}

.social-icons{
	float: left;
	height: 40px;
	padding: 6px 0px;
	margin-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #3388e2;
}

.social-icons a{
	display: inline-block;
	float: left;
	height: 28px;
	width: 28px;
	background: #3d1b0a;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	color: #ffffff;
	border-radius: 4px;
	margin-right: 10px;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}

.social-icons a.gyengenlato{
	background: #E7C816;
	color: #3F393D;
}

.social-icons a:hover{
	background: #b6802e;
}

.social-icons a:last-child{
	margin-right: 0px;
}

.social-icons a span.fa-facebook{
	font-size: 22px;
	text-align: center;
	line-height: 28px;
	position: relative;
	top: 5px;
	left: 2px;
}

.hirlevel-box{
	float: left;
}

.hirlevel-content{
	background: #ffffff;
	border: 1px solid #3d1b0a;
	//border: 1px solid #74726f;
	padding: 1px;
}

.hirlevel-content input {
	background: #fff;
	width: 250px;
	border: 0px;
	color: #505050;
	font-size: 16px;
	padding: 5px 13px;
	vertical-align: middle;
	height: 36px;
	cursor: auto;
	outline: none;
	overflow: hidden;
	display: inline-block;
	float: left;
}

.hirlevel-content input::-webkit-input-placeholder{
	color: #b6802e;
	font-style: italic;
}
.hirlevel-content input:-ms-input-placeholder{
	color: #b6802e;
	font-style: italic;
}
.hirlevel-content input::-moz-placeholder{
	color: #b6802e;
	font-style: italic;
}

.hirlevel-content input:focus{
	border-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.hirlevel-button{
	display: inline-block;
	float: right;
}

.hirlevel-button button{
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	line-height: 16px;
	cursor: pointer;
	border: 0px;
	margin: auto;
	//background: #74726f;
	background: #3d1b0a;
	height: 36px;
	padding: 7px 13px;
	vertical-align: middle;
	overflow: hidden;
	
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}

.hirlevel-button button:hover{
	text-decoration: none;
	background: #b6802e;
	opacity: 1;
}

.footer-hirlevel-content{
}

.footer-hirlevel-content .form-group{
	margin-bottom: 20px;
}

.footer-hirlevel-content input {
	background: transparent;
	border: 1px solid #5b5b5b;
	color: #bc9f7e;
	font-size: 16px;
	padding: 10px 15px;
	vertical-align: middle;
	height: 46px;
	cursor: auto;
	outline: none;
	overflow: hidden;
	display: inline-block;
}

.footer-hirlevel-content input::-webkit-input-placeholder{
	color: #5b5b5b;
	font-style: italic;
}
.footer-hirlevel-content input:-ms-input-placeholder{
	color: #5b5b5b;
	font-style: italic;
}
.footer-hirlevel-content input::-moz-placeholder{
	color: #5b5b5b;
	font-style: italic;
}

.footer-hirlevel-content input:focus{
	border-color: #7ac3d2;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer-hirlevel-button{
	padding-top: 10px;
}

.footer-hirlevel-button button{
	font-size: 14px;
	line-height: 34px;
	color: #bc9f7e;
	text-transform: uppercase;
	white-space: nowrap;
	border: 0px;
	background: transparent;
	padding: 0px;
	
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}

.footer-hirlevel-button button:hover,
.footer-hirlevel-button button:focus,
.footer-hirlevel-button button:active,
.footer-hirlevel-button button:active:focus{
	color: #7ac3d2;
	background: transparent;
}

.footer-hirlevel-button button .fa{
	position: static;
	margin-right: 10px;
}



/*******************************/
/* MOBILON LEBEGŐ GOMB */

.mobillebego-felsocsik{
	position: relative;
	display: none;
}

.mobillebego-felsocsik-kozepso{
	position: absolute; 
	//top: -30px; 
	right: 0px;
	width: 270px;
}

.mobillebego-felsocsik-belso{
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.3);
	
	-webkit-transition: 0.2s linear box-shadow;
	-moz-transition: 0.2s linear box-shadow;
	-ms-transition: 0.2s linear box-shadow;
	-o-transition: 0.2s linear box-shadow;
	transition: 0.2s linear box-shadow;
}

.mobillebego-felsocsik-belso.fixed{
	position: fixed;
	top: 0px;
	//right: 0px;
	margin-top: 0px;
	z-index: 20;
	
	/*border-bottom: 2px solid #1960ab;*/
	-webkit-box-shadow: 0px 1px 10px 1px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px 1px 10px 1px rgba(255,255,255,0.3);
	box-shadow: 0px 1px 10px 1px rgba(255,255,255,0.3);
}

.content-wrapper{
	display: none;
}


/*************************************************************************************************************/
/* CONTENT */

#content-background{
	position: relative; /* 2016.06.07.-én került bele a 'content-bg-item'-ek miatt, ha baj van vele, töröld ki */
}

#content-background .content-bg-item{
	position: absolute;
	z-index: -1;
}
#content-background .content-bg-item.bg3_1-2{
	left: 0px;
	right: 33.333333%;
	top: 0px;
	bottom: 0px;
	height: 100%;
	background: #f9f9f9;
}
#content-background .content-bg-item.bg3_2-3{
	left: 33.333333%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	background: #e5e5e5;
}

#content{
	/*background: #ffffff;*/
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	/*padding: 50px 30px;*/
	padding: 90px 0px;
	min-height: 400px;
}

.unique-content{
	padding-left: 0px;
	padding-right: 0px;
}

#content.no-side-padding{
	padding-left: 0px;
	padding-right: 0px;
}

.padding-like-content{
	padding-left: 30px;
	padding-right: 30px;
}

#content p{
	margin-bottom: 15px;
}

.content-center{
	padding-right: 20px;
}

.content-center.fullwidth{
	padding-right: 0px;
}

.content-right{
}

.content-right.fullwidth{
	padding-left: 0px;
}

.cornercut-topleft:before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	height: 18px;
	width: 27px;
	background: url(../img/corner-topleft.svg) no-repeat top left;
	background-size: contain;
	z-index: 1;
}

.cornercut-bottomright:after{
	content: '';
	position: absolute;
	bottom: -1px;
	right: -1px;
	height: 18px;
	width: 27px;
	background: url(../img/corner-bottomright.svg) no-repeat bottom right;
	background-size: contain;
	z-index: 1;
}

.cornercut-bottomright:before,
.cornercut-bottomright:after{
	-webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.fixed.cornercut-bottomright:after,
.fixed .cornercut-bottomright:after{
	height: 0px;
}




/*******************************/
/*  BANNER */

#banner-container{
	background:#
}

.banner-inner-container{
	background: #ffffff;
	text-align: center;
	padding-bottom: 30px;
	line-height: 0px;
}

.banner-background{
	/*margin-bottom: 30px;*/
	background: #e3e2e2;
	text-align: center;
	padding: 20px;
	line-height: 0px;
}

.banner-object,
.banner-embed{
	height: 110px;
	width: 100%;
	max-width: 920px;
	background: #ffffff;
}

.banner-object span{
	/*display: block;*/
	margin-top: 20px;
	display: none;
}


/*******************************/
/*  SIDE CONTENT */

.side-box{
	position: relative;
	margin-bottom: 20px;
}

.side-box:last-child{
	margin-bottom: 0px;
}

.side-box-head-link{
	display: block;
}

.side-box-head{
	position: relative;
	color: #8a8a8a;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Rubik-Light',sans-serif;
	padding: 24px;
	background: #ffffff;
}

.side-box-head-link .side-box-head-text{
	display: inline-block;
	/*-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);*/
	text-shadow: none;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-ms-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.side-box-head-link:hover .side-box-head-text{
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	/*transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}

.side-box-head span.important{
	font-family: 'Rubik-Bold',sans-serif;
}

.side-box-head .icon-bg{
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 50px;
	text-align: center;
	background: #eaeced;
}

.side-box-head .icon-bg span{
	display: inline-block;
	font-size: 40px;
	line-height: 70px;
	text-shadow: none;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-ms-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.side-box-head-link:hover .side-box-head .icon-bg span{
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.side-box-head .fa{
	position: absolute;
	right: 15px;
	top: 15px;
	//color: #505050;
	font-size: 34px;
}

.side-box-head.ornate{
	color: #ffffff;
	background: #641b1b;
	box-shadow: inset 0px 20px 20px -20px #000000;
}

.side-box-bannerlink{
	display: block;
}

.side-box-inner{
	color: #6d6d6d;
	font-family: 'Rubik-Medium',sans-serif;
	font-size: 15px;
	padding: 10px;
	background-color: #e7e7e7;
	background-image: -moz-linear-gradient(top, #e7e7e7, #d3d3d3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#d3d3d3));
	background-image: -webkit-linear-gradient(top, #e7e7e7, #d3d3d3);
	background-image: -o-linear-gradient(top, #e7e7e7, #d3d3d3);
	background-image: linear-gradient(to bottom, #e7e7e7, #d3d3d3);
	background-repeat: repeat-x;
	border-color: #e7e7e7 #e7e7e7 #d3d3d3;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff098FC4', endColorstr='#ff0877A4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
	box-shadow: inset 0px 20px 20px -20px #d3d3d3;
}

.side-box-inner-border{
	border: 1px solid #e0e0e0;
	padding: 5px 15px;
}

.side-box-table{
	display: table;
	width: 100%;
}

.side-box-table-left,
.side-box-table-right{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.side-box-table-left{
	width: 25%;
	padding: 10px;
}

.side-box-table-right{
	width: 75%;
}

.side-box-inner span{
	display: block;
	margin-bottom: 10px;
	font-style: italic;
}

.side-box-background{
	background: #bfbcbc;
	margin: 5px 10px;
	text-align: center;
}

.side-box-inner span:last-child{
	margin-bottom: 0px;
}

.side-box-btn{
	font-family: 'Rubik-Medium',sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-transform: none;
	background: #016eb3;
	padding: 8px 25px;
	border: 2px solid #016eb3;
}

.side-box-btn:hover,
.side-box-bannerlink:hover .side-box-btn{
	color: #016eb3;
	background: transparent;
}

.side-box-icon-container{
	position: relative;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}

.side-box-bannerlink:hover .side-box-icon-container{
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.side-box-icon{
	width: 100%;
}

.side-box-icon.big{
	width: 25%;
	margin: 50px 0px;
}

.side-box-summary-title{
	font-family: 'Rubik-Medium',sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 10px;
}

.side-box-summary-text{
	font-family: 'Rubik-Regular',sans-serif;
	font-size: 14px;
}



/*******************************/
/*  NAVILABEL  */

#navilabel,
.like-navilabel{
	/*margin: 0px -50px 40px 0px;*/
	margin: 0px 0px 30px 0px;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #afafaf;*/
	position: relative;
}

/*
#navilabel:after,
.like-navilabel:after{
	z-index: 0;
	content: "";
	background: #f3f3f3 url(../img/navilabel-disz.png) no-repeat center center;
	background-size: contain;
	height: 62px;
	width: 94px;
	position: absolute;
	bottom: -20px;
	right: 8.5%;
	margin-right: 47px;
	//left: 50%;
	margin-left:-50px;
}
*/

.like-navilabel{
	margin-top: 0px;
}
.like-navilabel:first-child{
	/*margin-top: 0px;*/
}
.like-navilabel.small{
	margin-top: 0px;
	padding-bottom: 0px;
}

.navilabel-extendinfo {
	display: inline-block;
	/*height: 40px;*/
	float: right;	
	position: relative;
	/*padding-top: 26px;*/
	padding-left: 30px;
	font-size: 14px;
	line-height: 14px;
	color: #515151;
	
	clear: both;
}
/*.navilabel.aktnavi:not(:last-child):after {*/
#navilabel .navilabel.aktnavi:not(.hidden):after,
#navilabel a:not(.hidden) .navilabel:after {
	/* Ezzel pozícionálom az extendinfo-t függőlegesen; IE-ben nem tökéletes, mindig a sor alá teszti */
	content: ' ';
	display: inline-block;
	height: 55px;
	width: 0px;
	background: transparent;
	float: right;
	/*clear: both;*/
}

.naviselector{
	display: inline-block;
	margin: 0px 10px;
	font-size: 25px;
	line-height: 40px;
	vertical-align: text-bottom;
	color: #afafaf;
}

.navilabel,
.navilabel-2,
.navilabel-3{
	position: relative;
	z-index: 1;
	color: #ffffff;
	font-family: 'Rubik-Bold',sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	
	-webkit-transition: 0.2s linear color;
	-moz-transition: 0.2s linear color;
	-ms-transition: 0.2s linear color;
	-o-transition: 0.2s linear color;
	transition: 0.2s linear color;	
}

.navilabel{
	text-transform: uppercase;
	font-size: 70px;
	line-height: 86px;
	padding-bottom: 0px;
}
.navilabel-2{
	font-family: 'Rubik-Medium',sans-serif;
	font-size: 46px;
	line-height: 56px;
	text-transform: uppercase;
	padding: 0px;
}
.navilabel-3{
	font-size: 20px;
	line-height: 22px;
	padding: 0px;
}

#navilabel .navilabel,
#navilabel .navilabel-2,
#navilabel .navilabel-3{
	/*display: inline-block;*/
	display: inline;
	margin: 0px;
}

#navilabel a:hover .navilabel,
#navilabel a:hover .navilabel-2,
#navilabel a:hover .navilabel-3{
	color: #afafaf;
}

.navilabel.aktnavi,
.navilabel-2.aktnavi,
.navilabel-3.aktnavi{
	//font-family: 'Rubik-Medium',sans-serif;
}

.navilabel-menu{
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Rubik-Light',sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid #1960ab;
	margin: 25px 0px 25px 15px;
}



/*******************************/
/*  OLDALAK FŐ ELEMEI  */

.zone{
}

.panel {
	background-color: rgba(0,0,0, 0.1);
    border: 1px solid rgba(0,0,0, 0.3);
}

.table-responsive>.table{
	border-collapse: separate;
}

.table-responsive>.table>thead>tr>th, 
.table-responsive>.table>tbody>tr>th, 
.table-responsive>.table>tfoot>tr>th{
	vertical-align: top;
	text-align: center;
}

.table-responsive>.table.table-center>thead>tr>th, 
.table-responsive>.table.table-center>tbody>tr>th, 
.table-responsive>.table.table-center>tfoot>tr>th,
.table-responsive>.table.table-center>thead>tr>td, 
.table-responsive>.table.table-center>tbody>tr>td, 
.table-responsive>.table.table-center>tfoot>tr>td{
	text-align: center;
}

.table-responsive>.table.table-vertical-header>thead>tr:first-child>th, 
.table-responsive>.table.table-vertical-header>tbody>tr:first-child>th, 
.table-responsive>.table.table-vertical-header>tfoot>tr:first-child>th,
.table-responsive>.table.table-vertical-header>thead>tr:first-child>td, 
.table-responsive>.table.table-vertical-header>tbody>tr:first-child>td, 
.table-responsive>.table.table-vertical-header>tfoot>tr:first-child>td{
	border-top-width: 0px;
}

.table-responsive>.table.table-vertical-header>thead>tr>th:first-child, 
.table-responsive>.table.table-vertical-header>tbody>tr>th:first-child, 
.table-responsive>.table.table-vertical-header>tfoot>tr>th:first-child,
.table-responsive>.table.table-vertical-header>thead>tr>td:first-child, 
.table-responsive>.table.table-vertical-header>tbody>tr>td:first-child, 
.table-responsive>.table.table-vertical-header>tfoot>tr>td:first-child{
	font-weight: bold;
	border-right-width: 2px;
	text-align: left;
}

.table-responsive>.table.table-vertical-header.no-header-border>thead>tr>th:first-child, 
.table-responsive>.table.table-vertical-header.no-header-border>tbody>tr>th:first-child, 
.table-responsive>.table.table-vertical-header.no-header-border>tfoot>tr>th:first-child,
.table-responsive>.table.table-vertical-header.no-header-border>thead>tr>td:first-child, 
.table-responsive>.table.table-vertical-header.no-header-border>tbody>tr>td:first-child, 
.table-responsive>.table.table-vertical-header.no-header-border>tfoot>tr>td:first-child{
	border-right-width: 0px;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid rgba(0,0,0, 0.2);
}

.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {
	border-top: 1px solid rgba(0,0,0, 0.2);
	border-right: 1px solid rgba(0,0,0, 0.2);
}

.table>thead>tr>th:last-child, 
.table>tbody>tr>th:last-child, 
.table>tfoot>tr>th:last-child, 
.table>thead>tr>td:last-child, 
.table>tbody>tr>td:last-child, 
.table>tfoot>tr>td:last-child {
	border-right: 0px solid #ddd;
}

.table-striped>tbody>tr:nth-of-type(odd),
.table-striped-vertical>tbody>tr>td:nth-of-type(even) {
		background-color: rgba(255,255,255, 0.4);
}

@media (min-width: 1200px){
	.newsection-lg{
		margin-top: 55px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.newsection-md{
		margin-top: 55px;
	}
}

.page-content{
	position: relative;
}

.page-default{
	font-family: 'Rubik-Regular',sans-serif;
	font-size: 16px;
	text-transform: none;
	color: #ffffff;
}

.page-main-block{
	margin-bottom: 50px;
}

.page-main-block:last-child{
	margin-bottom: 0px;
}

.page-block{
	margin-bottom: 30px;
}

.page-block:last-child{
	margin-bottom: 0px;
}

.page-block.page-block-bordertop{
	border-top: 1px dotted #1960ab;
	padding-top: 30px;
}

.page-block.page-block-divider{
	padding-top: 30px;
	margin-top: 30px;
}

.page-title{
	display: block;
	font-family: 'Rubik-Bold',sans-serif;
	font-size: 26px;
	line-height: 26px;
	color: #ffffff;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 30px !important;
}

.page-title-extended{
	font-size: 18px;
	font-family: 'Rubik-Regular',sans-serif;
}

.page-subtitle{
	display: block;
	font-family: 'Rubik-Bold',sans-serif;
	font-size: 20px;
	color: #ffffff;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px !important;
}

.page-subtitle.small{
	font-size: 16px;
	margin-bottom: 5px !important;
}

.page-subtitle.bevezeto{
	margin-top: 0px;
	margin-bottom: 0px !important;
}

.page-subtitle.bevezeto.small{
	margin-bottom: 15px !important;
}

.page-alert{
	font-size: 18px;
	font-family: 'Rubik-Regular',sans-serif;
	text-transform: uppercase;
	//padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	color: #DB0B0B;
}

.page-block.page-block-bordertop .page-subtitle{
	margin-top: 0px;
}

.page-list{
	padding-left: 30px;
	word-wrap: break-word;
}

.page-list-item{
	display: table;
	text-align: left;
}

.page-list-icon{
	display: table-cell;
	width: 25px;
	text-align: center;
	padding-right: 10px;
}

.page-list-text{
	display: table-cell;
}

.page-image{
	border-radius: 10px;
	margin-bottom: 40px;
}

.page-image.left{
	float: left;
	margin-right: 40px;
}

.page-image.right{
	float: right;
	margin-left: 40px;
}

.page-paragraph{
	margin-top: 15px;
}

.page-paragraph:first-child{
	margin-top: 0px;
}

.page-paragraph ul:first-child{
	margin-top: 0px !important;
}

.page-paragraph.plentiful{
}

.page-paragraph p:last-child{
	margin-bottom: 0px !important;
}

.page-content  .page-subtitle:first-child,
.page-content  .page-block:first-child > .page-subtitle,
.page-paragraph.withouttitle{
	/*margin-top: 10px;*/
	margin-top: 0px;
}

.page-paragraph.withouttitle.padding{
	padding-top: 10px;
}

.row.page-block .page-subtitle{
	margin-top: 0px;
}

.fileiconcont{
	color: #515151;
}

/*
.embedded-video-container{
}

.embedded-video-item{
	margin-bottom: 30px;
}

.embed-video-title{
	display: block;
	text-align: left;
    font-family: 'Rubik-Regular',sans-serif;
    //font-size: 18px;
    color: #020202;
    width: 100%;
    margin-bottom: 5px;
}
*/

.embed-responsive.embed-responsive-fullsize{
    padding: 0px;
	/*height: 100%;*/
	height: 100.5%; /* Mozilla kerekít, ezért kell egy kicsit több */
}

.embedded-video-box-container{
	margin-bottom: 30px;
}

.embedded-video-row:last-child .video-box-container{
	margin-bottom: 0px;
}

.embedded-video-box{
	text-align: center;
	
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}

.embedded-video-box:hover{
}

.video-box-inner{
	position: relative;
}

.embedded-video-image{
	/*border: 10px solid rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 10px 10px rgba(3,3,3,0.20);
	-moz-box-shadow: 0px 10px 10px rgba(3,3,3,0.20);
	box-shadow: 0px 10px 10px rgba(3,3,3,0.20);
	margin-bottom: 20px;*/
}

.embedded-video-title-container{
	/*border-top: 1px solid #eaeced;*/
    background: #515151;
    padding: 12px 20px;
	text-align: center;
}

.embedded-video-title-container-inner{
	/*height: 42px;
    overflow: hidden;*/
}

.embedded-video-title{
	/*display: table-cell;
    vertical-align: middle;
    height: 40px;
    overflow: hidden;
    text-transform: uppercase;*/
	font-family: 'Rubik-Medium',sans-serif;
	/*font-size: 18px;
    line-height: 22px;*/
	text-decoration: none;
	color: #ffffff;
    margin: 0px;
	
	transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
}
/*
.embedded-video-box:hover .video-title{
	color: #808080;
}
*/
.embedded-video-details{
	font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0px;
	margin-top: 5px;
}

.embedded-video-details .video-date {
    display: inline-block;
	padding: 3px 10px;
    background: #808080;
    border-radius: 13px;
    color: #ffffff;
}

.embedded-video-list-bottom-correction{
	margin-top: -30px;
}



/*******************************/
/*  BOXOKHOZ  */


.top-half-container {
    position: absolute;
    top: 0px;
    bottom: 50%;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 2;
	overflow: hidden;
}

.top-half-container-inner {
	display: table;   
	height: 100%;
	width: 100%;
	text-align: center;
    vertical-align: bottom;
}

.top-half-content{
	display: table-cell;
    text-align: center;
    vertical-align: bottom;
    height: 100%;
	padding: 15px;
    padding-bottom: 2%;
}

.bottom-half-container {
    position: absolute;
    text-align: center;
    top: 50%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
	overflow: hidden;
}

.bottom-half-container-inner {
	display: table;   
	height: 100%;
	width: 100%;
	text-align: center;
}

.bottom-half-content{
	display: table-cell;
    text-align: center;
    vertical-align: top;
    height: 100%;
	padding: 15px;
	padding-top: 2%;
}

.list-box-title{
	font-family: 'Rubik-Regular',sans-serif;
	font-size: 30px;
    line-height: 34px;
    color: #020202;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(0,0,0, 0.5);
	/*overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;*/
	
	-webkit-transition: 0.2s ease color, 0.2s ease text-shadow;
    -moz-transition: 0.2s ease color, 0.2s ease text-shadow;
    -ms-transition: 0.2s ease color, 0.2s ease text-shadow;
    -o-transition: 0.2s ease color, 0.2s ease text-shadow;
    transition: 0.2s ease color, 0.2s ease text-shadow;
}

.list-box-title:hover,
.need-btn-hovereffect:hover .list-box-title{
	color: #ffffff;
}


/*******************************/
/*  LAPOZÓK, GÖRGETŐK  */


a.lapteteje{
	/*display: none;*/
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 61px;
	height: 40px;
	font-size: 20px;
	line-height: 38px;
	color: #ffffff;
	background: rgba(81, 81, 81, 0.6);
	text-decoration: none;
	
	position: fixed;
	right: 50%;
	margin-right: -570px;
	/*bottom: 15px;*/
	bottom:-40px;
	z-index: 10;
	
	-webkit-transition: color 0.5s ease, background 0.5s ease, bottom 0.2s ease;
	-moz-transition: color 0.5s ease, background 0.5s ease, bottom 0.2s ease;
	-o-transition: color 0.5s ease, background 0.5s ease, bottom 0.2s ease;
	transition: color 0.5s ease, background 0.5s ease, bottom 0.2s ease;
}

@media (max-width: 1199px) {
	a.lapteteje{
		margin-right: -470px;
	}
}	

@media (max-width: 991px) {
	a.lapteteje{
		margin-right: 0px;
		right: 20px;
	}
}

a.lapteteje:hover{
	background: rgba(255, 255, 255, 0.8);
	color: #515151;
}

a.lapteteje.aktivalt{
	bottom: 50px;
}

/*
a.vissza{
	margin: 0;
	padding: 0px;
	display: block;
	padding-left: 0px;
	font-size: 14px;
	color: #505050;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 10px;
}
a.vissza:hover{
	color: #86BD36;
}
*/

.btn-vissza-cont{
	position:relative; 
	top: 0px; 
	right: 0px;
}

.btn-vissza-cont-inner{
	position: absolute; 
	right: -5px;
	//top: 100px;
}

.content-center.fullwidth .btn-vissza-cont-inner{
	right: 40px;
}

a.btn-vissza {
	background: rgba(81, 81, 81, 0.6);
	width: 40px;
	height: 70px;	
	position: absolute;
	top: 0px;
	
	//z-index: 1000;
	z-index: 7;
	text-align:center;
	font-size: 20px;
	line-height: 70px;
	color: #ffffff;
	padding-top: 0px;
	
	/*-moz-box-shadow: 0px 0px 5px #afaeae;
	-webkit-box-shadow: 0px 0px 5px #afaeae;
	box-shadow: 0px 0px 5px #afaeae;*/

	-webkit-transition: color 0.5s ease, background 0.5s ease;
	-moz-transition: color 0.5s ease, background 0.5s ease;
	-o-transition: color 0.5s ease, background 0.5s ease;
	transition: color 0.5s ease, background 0.5s ease;
}

a.btn-vissza:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #515151;
	background-repeat: no-repeat;
	background-position: center;
}



/*************************************************************************************************************/
/* TOP CONTENT */

.top-content-container-inner{
	/*padding-bottom: 15px;*/
	background: #ffffff;
}

.top-content-container-inner .content-elvalaszto{
	/*padding-top: 15px;
	border-top: 1px dotted #1960ab;*/
}



/*************************************************************************************************************/
/* BOTTOM CONTENT */

.bottom-content-container-inner{
	/*padding-bottom: 15px;*/
	background: #ffffff;
}

.bottom-content-container-inner .content-elvalaszto{
	/*padding-top: 15px;
	border-top: 1px dotted #1960ab;*/
}



/*************************************************************************************************************/
/* FOOTER */





/*************************************************************************************************************/
/* CONTENT FIX HASÁB */




/*************************************************************************************************************/
/* MINIMÁLIS MÁSOLÁSVÉDELEM */

.readonly-container{
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.readonly-cover{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}




/*************************************************************************************************************/
/*  MODAL  */

.modal-header .close{
	margin-top: -32px;
	margin-left: 15px;
	font-size: 40px;
	outline: none;
	text-shadow: none !important;
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.modal-header .close:hover, 
.modal-header .close:focus {
    color: #1c1c1c;
}

@media (min-width: 768px){
	.modal-md:not(.original) {
		width: 420px;
	}
	
	.modal.fade.fadeRight .modal-dialog{
		margin-top: 150px;
	}
}

.popupText{
	margin: 5px 0px 30px 0px;
}

.popupText a,
.popupText a:hover{
	color: #ffffff;
}


/* Változatok a megjelenítésre */

.modal.fade.fadeRight{
	/*-webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;*/
}

.modal.fade.fadeRight .modal-header{
	padding: 40px 15px 20px 15px;
	border-bottom: 1px solid #1c1c1c;
}

.modal.fade.fadeRight .modal-content{
	background: #f22e2e;
}

.modal.fade.fadeLeft .page-block:last-child{
	margin-bottom: 0px;
}

.modal.fade.fadeRight .btn.btn-left-right-ornament:before, 
.modal.fade.fadeRight .btn.btn-left-right-ornament:after,
.modal.fade.fadeRight .btn.btn-left-right-ornament:hover, 
.modal.fade.fadeRight .need-btn-hovereffect:hover .btn.btn-left-right-ornament {
    border-color: #1c1c1c !important;
}

.modal.fade.fadeLeft .modal-dialog{
	-webkit-transform: translate(-25%, 0); 
    -ms-transform: translate(-25%, 0);
    -o-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
    /*-webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;*/
}
@media (min-width: 992px){
	.modal.fade.fadeLeft .modal-dialog{
		margin-left: 70px;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.modal.fade.fadeLeft .modal-dialog{
		margin-left: 30px;
	}
}

.modal.fade.fadeLeft.in .modal-dialog{
	-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.fade.fadeRight{
	padding-right: 0px !important;
	-webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.modal.fade.fadeRight .modal-dialog{
	-webkit-transform: translate(50%, 0); 
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
	transition: transform 0.6s ease-out;
}
@media (min-width: 768px){
	.modal.fade.fadeRight .modal-dialog{
		margin-right: 0px;
	}
}

.modal.fade.fadeRight.in .modal-dialog{
	-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (min-width: 768px){
	.modal.fade.fadeRight .modal-content{
		border-right: 0px;
	}
}



/**********************************************************************************************************************************/
@media (min-width: 1200px) {

}

@media (max-width: 1199px) {
	
	.margin-top-md{
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	
}