



/*************************************************************************************************************/
/*  Képek üres alt tag-jének jelzése  */

/*
img[alt=""],
img:not([alt]){
	border: 5px dashed #ebccd1;
}
*/



/*************************************************************************************************************/
/*  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;
}
/* Ha van olyan elem, ami balra, vagy jobbra kilóg a containerből több, mint 15 pixelt */
#wrap.overflow-hidden{
	overflow: hidden;
}
#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: 15px;
    padding-left: 15px;
}
.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;
    }
}




/*************************************************************************************************************/
/*  GOOGLE  */

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.recaptcha-container.rc-invisible{
	position: relative;
	z-index: 3;
}




/*************************************************************************************************************/
/*  ÁLTALÁNOS  */

/*
*{
	perspective: 1px;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
*/

/*  A kijelölés formázása  */
/*
*::selection{
	color: #016eb3;
	background: rgba(0, 0, 0, 0.2);
}
*::-moz-selection{
	color: #016eb3;
	background: rgba(0, 0, 0, 0.2);
}
*/

.style-reset{
	margin: 0px;
	padding: 0px;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.noselect {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nodrag{
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.disabled-grab{
	cursor: default;
}

.nowrap{
	white-space: nowrap;
}

.block{
	display: block;
}

.static{
	position: static !important;
}

.relative{
	position: relative !important;
}

.overflow-visible{
	overflow: visible !important;
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-hidden-horizontal{
	overflow-x: hidden;
}
.overflow-hidden-vertical{
	overflow-y: hidden;
}

.always-shown{
	display: inherit !important;
}

body{
	font-family: 'Montserrat-Light', sans-serif;
	font-size: 18px;
	color: #747474;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
}

body.open-popup:not(.open-popup-nocss){
	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: #70c5b1;*/
	color: #97b0aa;
	text-decoration: none;
	text-shadow: none;
    -webkit-transition: 0.35s ease color, 0.35s ease text-shadow;
    -moz-transition: 0.35s ease color, 0.35s ease text-shadow;
    -ms-transition: 0.35s ease color, 0.35s ease text-shadow;
    -o-transition: 0.35s ease color, 0.35s ease text-shadow;
    transition: 0.35s ease color, 0.35s ease text-shadow;
}
#content a{
	/*display: inline-block;*/
}

a:hover,
a:focus {
	color: #cfc8a6;
	text-decoration: none;
	/*text-shadow: 0 0 5px rgba(0,0,0,0.3);*/
}

a:focus {
	outline: none;
}

a.inverz{
	color: #cfc8a6;
}

a.inverz:hover,
a.inverz:focus {
	color: #70c5b1;
}

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,
.cke_editable ul{
	list-style-type: square;
}
#content ul,
.cke_editable ul,
#content ol,
.cke_editable ol {
	padding-left: 60px;
	margin-bottom: 30px;
}
/*
#content p + ul,
.cke_editable  p + ul {
	margin-top: -10px;
}
*/

#content ul:last-child,
.cke_editable ul:last-child{
	margin-bottom: 0px;
}

ul.nice-ul,
ol.nice-ol{
	color: #85c226;
	font-weight: bold;
	/*list-style-position: inside;
	padding: 0px;*/
}

ul.nice-ul span,
ol.nice-ol span {
	color: #505050;
	font-weight: normal;
}

#content ul:not(.nice-ul):not(.dropdown-menu):not(.list-unstyled),
.cke_editable ul,
#content ol:not(.nice-ol):not(.dropdown-menu):not(.list-unstyled),
.cke_editable ol{
	display: inline-block;
}
#content ul:not(.nice-ul):not(.list-unstyled),
.cke_editable ul,
#content ol:not(.nice-ol):not(.list-unstyled),
.cke_editable ol{
	text-align: left;
}
#content ul:not(.nice-ul):not(.list-unstyled),
.cke_editable ul{
	list-style-type: none !important;
}
#content ul:not(.nice-ul):not(.dropdown-menu) li > ul:not(.nice-ol):not(.dropdown-menu),
.cke_editable ul li > ul,
#content ul:not(.nice-ul):not(.dropdown-menu) li > ol:not(.nice-ol):not(.dropdown-menu),
.cke_editable ul li > ol,
#content ol:not(.nice-ol):not(.dropdown-menu) li > ul:not(.nice-ul):not(.dropdown-menu),
.cke_editable ol li > ul,
#content ol:not(.nice-ol):not(.dropdown-menu) li > ol:not(.nice-ul):not(.dropdown-menu),
.cke_editable ol li > ol{
	display: block;
}

#content ul:not(.dropdown-menu) > li:not(:last-child),
.cke_editable ul:not(.dropdown-menu) > li:not(:last-child),
#content ol:not(.dropdown-menu) > li:not(:last-child),
.cke_editable ol:not(.dropdown-menu) > li:not(:last-child){
	margin-bottom: 8px;
}

#content ul:not(.nice-ul):not(.list-unstyled) > li,
.cke_editable ul > li{
	position: relative;
}
#content ul:not(.nice-ul):not(.list-unstyled) > li:not([class]):before,
#content ul:not(.nice-ul):not(.list-unstyled) > li.error-report:before,
.cke_editable ul > li:not([class]):before{
	content: '';
	display: inline-block;
	position: absolute;
	background: #97b0aa;
	width: 7px;
	height: 7px;
	right: 100%;
	margin-right: 15px;
	top: 10px;
}

#content ol:not(.nice-ol):not(.list-unstyled),
.cke_editable ol{
	list-style: none;
	counter-reset: unique-counter;
}
#content ol:not(.nice-ol):not(.list-unstyled) > li,
.cke_editable ol > li{
	position: relative;
}
#content ol:not(.nice-ol):not(.list-unstyled) > li:not([class]),
#content ol:not(.nice-ol):not(.list-unstyled) > li.error-report,
.cke_editable ol > li:not([class]){
	counter-increment: unique-counter;
}
#content ol:not(.nice-ol):not(.list-unstyled) > li:not([class]):before,
#content ol:not(.nice-ol):not(.list-unstyled) > li.error-report:before,
.cke_editable ol > li:not([class]):before{
	content: counter(unique-counter) ". ";
	position: absolute;
	right: 100%;
	margin-right: 15px;
	color: #97b0aa;
	font-weight: bold;
}

.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;
} 

/* Alap efekt */
.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.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.child-has-hovereffect .not-fade-on-hover{
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.child-has-hovereffect:hover  .has-hovereffect,
.js-hover.hover .has-hovereffect{
	/* hoverre áttetszőbb lesz */
	/*opacity: 0.5;
    filter: alpha(opacity=50);*/
	
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.child-has-hovereffect .has-hovereffect.not-has-hover-on-self:hover{
	-webkit-transform: scale(1) rotate(0deg) !important;
    -moz-transform: scale(1) rotate(0deg) !important;
    -ms-transform: scale(1) rotate(0deg) !important;
    -o-transform: scale(1) rotate(0deg) !important;
    transform: scale(1) rotate(0deg) !important;
	/*filter: saturate(100%) !important;
    -webkit-filter: saturate(100%) !important;
    -moz-filter: saturate(100%) !important;
    -o-filter: saturate(100%) !important;
    -ms-filter: saturate(100%) !important;*/
}

.child-has-hovereffect .has-hovereffect img,
.child-has-hovereffect .has-hovereffect .img-as-bg{
	background-color: #ffffff;
	/* A Mozilla renderelés bug miatt kellett az alábbiakat felvenni */
	perspective: 1px;
	-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,
.child-has-hovereffect:hover  .has-hovereffect .img-as-bg,
.js-hover.hover .has-hovereffect img,
.js-hover.hover .has-hovereffect .img-as-bg{
	/* 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-as-bg,
.loadericon-container  img,
.loadericon-container  .img-as-bg{
	/*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 ease;
}
.child-has-hovereffect .loadericon-container.not-loaded.no-effect .has-hovereffect img,
.child-has-hovereffect .loadericon-container.not-loaded.no-effect .has-hovereffect .img-as-bg{
	background-color: transparent !important;
}

.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,
.js-hover.hover .hovericon-container{
	/* ezt adta a háttérszínt */
	/*background: #51784e;*/
}

.hovericon-background{
	/* a kép mögötti háttérszín */
	/*background: #9b3030;*/
	background-color: rgba(255,255,255, 0.5);

	-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,*/
.not-loaded .loadericon-background,
.hovericon-background.not-loaded{
	/*background: transparent;	*/
	background-color: rgba(255,255,255, 0.5);  /* Átlátszó volt, de így talán szebb */
}
.child-has-hovereffect:hover .hovericon-background,
.child-has-hovereffect.hovericon-background:hover,
.js-hover.hover .hovericon-background{
	/* a kép mögötti háttérszín megváltozik hover hatására */
	/*background: #51784e;*/
}

/*  2017.06.02.-án írtam át erre, hogy a maszk kitöltse a teljes teret már betöltés előtt is  */
.hovericon-position{
	position: relative;
}
.hovericon-position.hp-absolute{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.hovericon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -47px 0 0 -47px;
    width: 96px;
    height: 96px;
    text-align: center;
    color: #ffffff;
    font-size: 95px;
    line-height: 95px;
    /*z-index: 5;*/
    z-index: 10;

	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,
.hovericon svg{ 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hovericon:not(.not-hide) {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
	}

.hovericon.hi-empty{
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	width: auto;
	height: auto;
	z-index: 2;
	
	/*background: rgba(0,0,0, 0.5);*/
	background: rgba(139,135,112, 0.5);
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hovericon.hi-material{
	font-size: 50px;
	text-shadow: none;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.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: 'Montserrat-Semibold',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: 'Montserrat-Semibold',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;
}

.hovericon.hi-uniqueHTML{
	line-height: 0px;
}
.hovericon.hi-uniqueHTML .icon-holder{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.hovericon.hi-uniqueHTML .icon-holder:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0px;
    margin: 0px;
    vertical-align: middle;
    font-size: 0px;
}
.hovericon.hi-uniqueHTML .icon-holder > span{
	vertical-align: middle;
}

.hovericon.hi-svg{
	line-height: 0px;
	font-size: 0px;
}
.hovericon.hi-svg .icon-holder{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.hovericon.hi-svg .icon-holder:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0px;
    margin: 0px;
    vertical-align: middle;
    font-size: 0px;
}
.hovericon.hi-svg .icon-holder > svg{
	width: 96px;
    max-height: 96px;
	vertical-align: middle;
	fill: #ffffff;
}
.child-has-hovereffect .hovericon.hi-svg:not(.not-hide) svg, 
.child-has-hovereffect:hover .hovericon.hi-svg.not-hide svg, 
.js-hover.hover .hovericon.hi-svg.not-hide svg{
    fill: #af8755;
}


.not-loaded:not(.no-effect) .has-hovereffect img,
.not-loaded:not(.no-effect) img,
.not-loaded:not(.no-effect) .lazy-bg-delayed,
.not-loaded:not(.no-effect) .lazy-bg-immediately,
.not-loaded:not(.no-effect) .lazyslider-bg-delayed,
.not-loaded:not(.no-effect) .hovericon,
.not-loaded:not(.no-effect) .child-mask{
	opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

.child-has-hovereffect:hover .hovericon:not(.not-hide),
.js-hover.hover .hovericon:not(.not-hide){
	visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.child-has-hovereffect .hovericon:not(.not-hide), /* ezzel az alap ikon is színes lesz */
.child-has-hovereffect:hover .hovericon.not-hide,
.js-hover.hover .hovericon.not-hide{
	color: #97b0aa;
}

.jp-video-indit:before{
	content: '';	
}

.has-child-mask .jp-video-indit:before,
.child-mask{
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    /*right: 0px;*/
    right: -1px;
	opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
    /*background-image: url(../img/img-mask.png);*/
	/*background-image: url(../img/img-mask-2.png);*/
	background-image: url(../img/img-mask-3.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;
	
	/* Chrome bug miatt kell*/
	-webkit-transform: translateZ(0);
}
.child-has-hovereffect:hover .child-mask,
.js-hover.hover .child-mask{
	/* a maszk hoverre eltűnik */
	/*background-color: transparent;*/
}
.child-has-hovereffect:hover .child-mask.change-background-on-hover,
.js-hover.hover .child-mask.change-background-on-hover{
	background-color: rgba(170, 170, 170, 0.25);
}

.child-has-hovereffect:hover .not-show-on-hover,
.js-hover.hover .not-show-on-hover{
	opacity: 0;
}

/* Default kép */
.hovericon-container.default-img .has-hovereffect{
	background : #ffffff;
}
.not-loaded:not(.no-effect) .hovericon-container.default-img .has-hovereffect{
	background: transparent;
}
.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,
.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,
.lazy-bg-immediately{
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.lazy-bg-delayed.lbg-default,
.lazy-bg-immediately.lbg-default,
.lbg-default{
	background-size: cover;
	background-position: center center;
	/*perspective: 1px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: optimizeQuality;*/
}
.illustration-cont-mobil.align-lg-0 .lbg-default{
	background-position-x: 0% !important;
}
.illustration-cont-mobil.align-lg-5 .lbg-default{
	background-position-x: 5% !important;
}
.illustration-cont-mobil.align-lg-10 .lbg-default{
	background-position-x: 10% !important;
}
.illustration-cont-mobil.align-lg-15 .lbg-default{
	background-position-x: 15% !important;
}
.illustration-cont-mobil.align-lg-20 .lbg-default{
	background-position-x: 20% !important;
}
.illustration-cont-mobil.align-lg-25 .lbg-default{
	background-position-x: 25% !important;
}
.illustration-cont-mobil.align-lg-30 .lbg-default{
	background-position-x: 30% !important;
}
.illustration-cont-mobil.align-lg-35 .lbg-default{
	background-position-x: 35% !important;
}
.illustration-cont-mobil.align-lg-40 .lbg-default{
	background-position-x: 40% !important;
}
.illustration-cont-mobil.align-lg-45 .lbg-default{
	background-position-x: 45% !important;
}
.illustration-cont-mobil.align-lg-50 .lbg-default{
	background-position-x: 50% !important;
}
.illustration-cont-mobil.align-lg-55 .lbg-default{
	background-position-x: 55% !important;
}
.illustration-cont-mobil.align-lg-60 .lbg-default{
	background-position-x: 60% !important;
}
.illustration-cont-mobil.align-lg-65 .lbg-default{
	background-position-x: 65% !important;
}
.illustration-cont-mobil.align-lg-70 .lbg-default{
	background-position-x: 70% !important;
}
.illustration-cont-mobil.align-lg-75 .lbg-default{
	background-position-x: 75% !important;
}
.illustration-cont-mobil.align-lg-80 .lbg-default{
	background-position-x: 80% !important;
}
.illustration-cont-mobil.align-lg-85 .lbg-default{
	background-position-x: 85% !important;
}
.illustration-cont-mobil.align-lg-90 .lbg-default{
	background-position-x: 90% !important;
}
.illustration-cont-mobil.align-lg-95 .lbg-default{
	background-position-x: 95% !important;
}
.illustration-cont-mobil.align-lg-100 .lbg-default{
	background-position-x: 100% !important;
}

.parallax-background-container{
	box-shadow: inset 0px 0px 150px rgba(0,0,0, 0.25);
}

.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;
}

/* Efektek verziói */

/* hoverre nő a mérete (és forog egy kicsit) */
.child-has-hovereffect.he-RotateAndZoomIn:hover  .has-hovereffect{
	-webkit-transform: scale(1.4) rotate(10deg);
    -moz-transform: scale(1.4) rotate(10deg);
    -ms-transform: scale(1.4) rotate(10deg);
    -o-transform: scale(1.4) rotate(10deg);
    transform: scale(1.4) rotate(10deg);
}

/* hoverre csökken a mérete (és forog egy kicsit) */
.child-has-hovereffect.he-RotateAndZoomOut:hover  .has-hovereffect{
	-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);

}

/* hoverre megjelenik egy keret */
.child-has-hovereffect.he-putBorder .has-hovereffect{
	-webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.child-has-hovereffect.he-putBorder .has-hovereffect:before{
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 0px solid #dbcfbb;
	z-index: 1;
	-webkit-transition: 0.3s ease border;
	-moz-transition: 0.3s ease border;
	-ms-transition: 0.3s ease border;
	-o-transition: 0.3s ease border;
	transition: 0.3s ease border;
}
.child-has-hovereffect.he-putBorder:hover  .has-hovereffect:before{
	border-width: 12px;
}

/* hoverre bekuszik egy réteg */
.child-has-hovereffect.he-slideMask .has-hovereffect{
	-webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.child-has-hovereffect.he-slideMask .has-hovereffect:before{
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	background: rgba(0,0,0, 0.5);
	transform: translate3d(101%, 0px, 0px);
    -webkit-transition: transform 1.0s cubic-bezier(0.1,1,.3,1);
    -moz-transition: transform 1.0s cubic-bezier(0.1,1,.3,1);
    -ms-transition: transform 1.0s cubic-bezier(0.1,1,.3,1);
    -o-transition: transform 1.0s cubic-bezier(0.1,1,.3,1);
    transition: transform 1.0s cubic-bezier(0.1,1,.3,1);
}
.child-has-hovereffect.he-slideMask:hover  .has-hovereffect:before{
	transform: translate3d(0px, 0px, 0px);
}

/* hoverre egy animáció fut le */
.child-has-hovereffect.he-AnimationCSS,
.child-has-hovereffect.he-AnimationCSS .hovericon-container,
.child-has-hovereffect.he-AnimationCSS .loadericon-container{
	overflow: visible;
}

.child-has-hovereffect.he-AnimationCSS .has-hovereffect{
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.child-has-hovereffect.he-AnimationCSS.he-Shake:hover .has-hovereffect{
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake;
}

.child-has-hovereffect.he-AnimationCSS.he-Jello:hover .has-hovereffect{
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: jello;
	animation-name: jello;
}




/*  Tooltip  */

.tooltip{
	font-family: 'Montserrat-Regular',sans-serif;
	text-transform: uppercase;
}

.tooltip-inner {
	background-color: #d2d2d2;
	/*border: 2px solid #ffffff;*/
	border-radius: 0px;
	font-family: "Montserrat-Regular", sans-serif;
	text-transform: lowercase;
	color: #020202;
	padding: 6px 12px;
}

.tooltip.top .tooltip-arrow{
	border-top-color: #d2d2d2;
}

.tooltip.bottom .tooltip-arrow{
	border-bottom-color: #d2d2d2;
}

.tooltip.left .tooltip-arrow{
	border-left-color: #d2d2d2;
}

.tooltip.right .tooltip-arrow{
	border-right-color: #d2d2d2;
}	


/*  Listák  */

.lista-container{
	/*overflow: hidden;*/
}

.lista{	
	/* Nem tudom, miért volt hidden, de az volt.  <--  Már tudom: Mert mozillában a lista alján az utoldó elem alsó margóját így lehet eltüntetni */ 
	/*overflow: hidden;*/
}
.lista.lista-lapozos{
	/*overflow: hidden;*/
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.lista.lista-lapozos.lista-loading{
	opacity: 0;
}
.lista.lista-lapozos.transform-transition-out{
	-webkit-transition: opacity 0.5s ease, transform 0.3s 0.2s ease-in;
    -moz-transition: opacity 0.5s ease, transform 0.3s 0.2s ease-in;
    -ms-transition: opacity 0.5s ease, transform 0.3s 0.2s ease-in;
    -o-transition: opacity 0.5s ease, transform 0.3s 0.2s ease-in;
    transition: opacity 0.5s ease, transform 0.3s 0.2s ease-in;
}
.lista.lista-lapozos.transform-transition-in{
	-webkit-transition: opacity 0.5s ease, transform 0.3s ease-out;
    -moz-transition: opacity 0.5s ease, transform 0.3s ease-out;
    -ms-transition: opacity 0.5s ease, transform 0.3s ease-out;
    -o-transition: opacity 0.5s ease, transform 0.3s ease-out;
    transition: opacity 0.5s ease, transform 0.3s ease-out;
}
.lista.lista-lapozos.on-left{
	transform: translate3d(-25%, 0px, 0px);
}
.lista.lista-lapozos.on-right{
	transform: translate3d(25%, 0px, 0px);
}

.list-bottom-correction{
	margin-top: -30px;
	transition: margin ease-out 0.75s;
    -moz-transition: margin ease-out 0.75s;
    -webkit-transition: margin ease-out 0.75s;
}

.listazasGomb {
}




/*************************************************************************************************************/
/*  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;
	}
}



/*************************************************************************************************************/
/*  SLIDER ANIMÁCIÓ (nem a lapozásé)  */

.slider-box.slider-animated .item div.lazyslider-bg,
.carousel-inner.slider-animated .item div.lazyslider-bg{
	/*-webkit-transition:-webkit-transform 9s ease;
	-moz-transition:-moz-transform 9s ease;
	-ms-transition:-ms-transform 9s ease;
	-o-transition:-o-transform 9s ease;
	transition: transform 9s ease;*/
	-webkit-transition:all 7s ease, top 0.1s, bottom 0.1s, left 0.1s, right 0.1s, width 0.1s, height 0.1s, padding 0.1s, background-position 0.1s, opacity 0.5s ease;
	-moz-transition:all 7s ease, top 0.1s, bottom 0.1s, left 0.1s, right 0.1s, width 0.1s, height 0.1s, padding 0.1s, background-position 0.1s, opacity 0.5s ease;
	-ms-transition:all 7s ease, top 0.1s, bottom 0.1s, left 0.1s, right 0.1s, width 0.1s, height 0.1s, padding 0.1s, background-position 0.1s, opacity 0.5s ease;
	-o-transition:all 7s ease, top 0.1s, bottom 0.1s, left 0.1s, right 0.1s, width 0.1s, height 0.1s, padding 0.1s, background-position 0.1s, opacity 0.5s ease;
	transition: all 7s ease, top 0.1s, bottom 0.1s, left 0.1s, right 0.1s, width 0.1s, height 0.1s, padding 0.1s, background-position 0.1s, opacity 0.5s ease;
}
.slider-box.slider-animated .item div.lazyslider-bg,
.carousel-inner.slider-animated .item div.lazyslider-bg{
	-webkit-transform: scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
}
.slider-box.slider-animated.sa-saturate .item div.lazyslider-bg,
.carousel-inner.slider-animated.sa-saturate .item div.lazyslider-bg{
	filter: saturate(25%);
	-webkit-filter: saturate(25%);
	-moz-filter: saturate(25%);
	-o-filter: saturate(25%);
	-ms-filter: saturate(25%);
}
.slider-box.slider-animated.sa-lefttoright .item div.lazyslider-bg,
.carousel-inner.slider-animated.sa-lefttoright .item div.lazyslider-bg{
	background-position-x: 0px;
}
@media (min-width: 992px) {
	.slider-container .slider-box.slider-animated.sa-on-show.sa-zoom .item.active div.lazyslider-bg,
	.slider-container .slider-box.slider-animated.sa-on-hover.sa-zoom:hover .item.active div.lazyslider-bg,
	.carousel-inner.slider-animated.sa-on-show.sa-zoom .item.active div.lazyslider-bg,
	.carousel-inner.slider-animated.sa-on-hover.sa-zoom:hover .item.active div.lazyslider-bg{
		-webkit-transform: scale(1.1,1.1);
		-moz-transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
		-o-transform: scale(1.1,1.1);
		transform: scale(1.1,1.1);
	}
	.slider-container .slider-box.slider-animated.sa-on-show.sa-saturate .item.active div.lazyslider-bg,
	.slider-container .slider-box.slider-animated.sa-on-hover.sa-saturate:hover .item.active div.lazyslider-bg,
	.carousel-inner.slider-animated.sa-on-show.sa-saturate .item.active div.lazyslider-bg,
	.carousel-inner.slider-animated.sa-on-hover.sa-saturate:hover .item.active div.lazyslider-bg{
		filter: saturate(100%);
		-webkit-filter: saturate(100%);
		-moz-filter: saturate(100%);
		-o-filter: saturate(100%);
		-ms-filter: saturate(100%);
	}
	.slider-container .slider-box.slider-animated.sa-on-show.sa-lefttoright .item.active div.lazyslider-bg,
	.slider-container .slider-box.slider-animated.sa-on-hover.sa-lefttoright:hover .item.active div.lazyslider-bg,
	.carousel-inner.slider-animated.sa-on-show.sa-lefttoright .item.active div.lazyslider-bg,
	.carousel-inner.slider-animated.sa-on-hover.sa-lefttoright:hover .item.active div.lazyslider-bg{
		background-position-x: 50px;
	}
}
	
	
	
/*************************************************************************************************************/
/*  SLIDER HÁTTÉRKÉP POZÍCIONÁLÁS  */

.slider-box .align-lg-0{
	background-position-x: 0% !important;
}
.slider-box .align-lg-5{
	background-position-x: 5% !important;
}
.slider-box .align-lg-10{
	background-position-x: 10% !important;
}
.slider-box .align-lg-15{
	background-position-x: 15% !important;
}
.slider-box .align-lg-20{
	background-position-x: 20% !important;
}
.slider-box .align-lg-25{
	background-position-x: 25% !important;
}
.slider-box .align-lg-30{
	background-position-x: 30% !important;
}
.slider-box .align-lg-35{
	background-position-x: 35% !important;
}
.slider-box .align-lg-40{
	background-position-x: 40% !important;
}
.slider-box .align-lg-45{
	background-position-x: 45% !important;
}
.slider-box .align-lg-50{
	background-position-x: 50% !important;
}
.slider-box .align-lg-55{
	background-position-x: 55% !important;
}
.slider-box .align-lg-60{
	background-position-x: 60% !important;
}
.slider-box .align-lg-65{
	background-position-x: 65% !important;
}
.slider-box .align-lg-70{
	background-position-x: 70% !important;
}
.slider-box .align-lg-75{
	background-position-x: 75% !important;
}
.slider-box .align-lg-80{
	background-position-x: 80% !important;
}
.slider-box .align-lg-85{
	background-position-x: 85% !important;
}
.slider-box .align-lg-90{
	background-position-x: 90% !important;
}
.slider-box .align-lg-95{
	background-position-x: 95% !important;
}
.slider-box .align-lg-100{
	background-position-x: 100% !important;
}

@media (max-width: 1199px) {
	.slider-box .align-md-0{
		background-position-x: 0% !important;
	}
	.slider-box .align-md-5{
		background-position-x: 5% !important;
	}
	.slider-box .align-md-10{
		background-position-x: 10% !important;
	}
	.slider-box .align-md-15{
		background-position-x: 15% !important;
	}
	.slider-box .align-md-20{
		background-position-x: 20% !important;
	}
	.slider-box .align-md-25{
		background-position-x: 25% !important;
	}
	.slider-box .align-md-30{
		background-position-x: 30% !important;
	}
	.slider-box .align-md-35{
		background-position-x: 35% !important;
	}
	.slider-box .align-md-40{
		background-position-x: 40% !important;
	}
	.slider-box .align-md-45{
		background-position-x: 45% !important;
	}
	.slider-box .align-md-50{
		background-position-x: 50% !important;
	}
	.slider-box .align-md-55{
		background-position-x: 55% !important;
	}
	.slider-box .align-md-60{
		background-position-x: 60% !important;
	}
	.slider-box .align-md-65{
		background-position-x: 65% !important;
	}
	.slider-box .align-md-70{
		background-position-x: 70% !important;
	}
	.slider-box .align-md-75{
		background-position-x: 75% !important;
	}
	.slider-box .align-md-80{
		background-position-x: 80% !important;
	}
	.slider-box .align-md-85{
		background-position-x: 85% !important;
	}
	.slider-box .align-md-90{
		background-position-x: 90% !important;
	}
	.slider-box .align-md-95{
		background-position-x: 95% !important;
	}
	.slider-box .align-md-100{
		background-position-x: 100% !important;
	}
}


	
/*************************************************************************************************************/
/*  YouTube Video a Sliderben  */

.item.item-video{
}

.item.item-video .carousel-controls-container{
	position: relative;
	z-index: 12;
}

.item.item-video .carousel-controls{
	display: inline-block !important;
	position: absolute;
	padding: 0px;
	top: 20px;
	right: 15px;
	z-index: 10;
}

.item.item-video .carousel-controls.near-indicators{
	right: 50px;
}

.item.item-video .carousel-control-outer{
	display: inline-block;
	float: right;
}

.item.item-video .carousel-control{
	cursor: pointer;
}

.item.item-video .sYTPcaption{
	opacity: 1;
	-webkit-transition: 0.4s linear opacity;
	-moz-transition: 0.4s linear opacity;
	-ms-transition: 0.4s linear opacity;
	-o-transition: 0.4s linear opacity;
	transition: 0.4s linear opacity;
}
.item.item-video .sYTPcaption.sYTP-caption-hidden{
	opacity: 0;
	z-index: 0;
}

.item.item-video .loadericon{
	z-index: 0;
}
	
.sliderYTPlayer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*backgroundbackground: #000000;*/
}
.sliderYTPlayer .screen {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	opacity: 0;
	-webkit-transition: 0.15s linear opacity;
	-moz-transition: 0.15s linear opacity;
	-ms-transition: 0.15s linear opacity;
	-o-transition: 0.15s linear opacity;
	transition: 0.15s linear opacity;	
}
.sliderYTPlayer .screen.balfelso{
	bottom: auto;
	right: auto !important;
	left: 0px !important
}
.sliderYTPlayer .screen.kozepfelso{
	bottom: auto;
}
.sliderYTPlayer .screen.jobbfelso{
	bottom: auto;
	left: auto !important;
}
.sliderYTPlayer .screen.balkozepso{
	right: auto !important;
	left: 0px !important
}
.sliderYTPlayer .screen.kozepkozepso{
}
.sliderYTPlayer .screen.jobbkozepso{
	left: auto !important;
}
.sliderYTPlayer .screen.balalso{
	top: auto;
	right: auto !important;
	left: 0px !important
}
.sliderYTPlayer .screen.kozepalso{
	top: auto;
}
.sliderYTPlayer .screen.jobbalso{
	top: auto;
	left: auto !important;
}
.sliderYTPlayer .screen.sYTP-active {
	opacity: 1;
	-webkit-transition: 0.4s linear opacity;
	-moz-transition: 0.4s linear opacity;
	-ms-transition: 0.4s linear opacity;
	-o-transition: 0.4s linear opacity;
	transition: 0.4s linear opacity;
}

.slider-box-video .mobile-play-button-container{
	background-color: transparent;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	opacity: 0;
	z-index: 0;
	
	-webkit-transition: 0.3s linear background-color, 0.3s linear opacity;
	-moz-transition: 0.3s linear background-color, 0.3s linear opacity;
	-ms-transition: 0.3s linear background-color, 0.3s linear opacity;
	-o-transition: 0.3s linear background-color, 0.3s linear opacity;
	transition: 0.3s linear background-color, 0.3s linear opacity;	
}
.slider-box-video .mobile-play-button-container.active{
	z-index: 15;
}
.slider-box-video .mobile-play-button-container.show{
	opacity: 1;
	background-color: rgba(0,0,0, 0.7);
}
.slider-box-video .mobile-play-button-container.show ~ .loadericon-background .loadericon{
	opacity: 0;
}

.slider-box-video .mobile-play-button{
	position: absolute;
	background-color: #ffffff;
	color: #505050;
	font-size: 40px;
	line-height: 30px;
	border-radius: 50%;
	display: inline-block;
	height: 70px;
	width: 70px;
	padding: 15px;
	padding-left: 22px;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	text-align: center;
	cursor: pointer;
}



/*************************************************************************************************************/
/*  FIGYELMEZTETÉS MOBIL FORGATÁSRA  */
	
.phone-rotate-notification{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999999;
	background: #ffffff;
	text-align: center;
	padding: 15px 0px;
	
	opacity: 0;
	-webkit-transition: 0.5s ease opacity;
	-moz-transition: 0.5s ease opacity;
	-ms-transition: 0.5s ease opacity;
	-o-transition: 0.5s ease opacity;
	transition: 0.5s ease opacity;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.phone-rotate-notification.hidden{
	display: none;
}
.phone-rotate-notification.shown{
	opacity: 1;
}

.phone-rotate-notification .prn-content{
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	/*position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -95px;
	padding: 30px;*/
}

.phone-rotate-notification .prnc-position{
	display: table;
	margin: auto;
}

.phone-rotate-notification .prnc-position-inner{
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
.phone-rotate-notification .prnc-position-inner.prnc-pi-text{
	min-width: 160px;
}

.phone-rotate-notification .prn-icon{
	height: 100px;
}
	
	

/*************************************************************************************************************/
/*  COOKIE SZABÁLYZAT  */

#cookie-policy-container{
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(139,135,112 ,0.9);
	color: #ffffff;
	z-index: 5000;
	font-family: 'Montserrat-Light',sans-serif;
	font-size: 16px;
	-webkit-transition: 0.4s linear background-color, left 0.5s ease, right 0.5s ease;
	-moz-transition: 0.4s linear background-color, left 0.5s ease, right 0.5s ease;
	-ms-transition: 0.4s linear background-color, left 0.5s ease, right 0.5s ease;
	-o-transition: 0.4s linear background-color, left 0.5s ease, right 0.5s ease;
	transition: 0.4s linear background-color, left 0.5s ease, right 0.5s ease;	
}

#cookie-policy-container:hover{
	background: rgba(139,135,112 ,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: #8d8873;
	border: 1px solid #ffffff;
	padding: 5px 20px;
	color: #ffffff;
}

#cookie-policy-container .btn:hover{
	background: #97ada7;
}

@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;
	}
}



/*************************************************************************************************************/
/*  MODAL  */

.modal-content{
	/*background: #ffffff;*/
	border: none;
}

.modal-header{
	background: #9b9782;
	padding: 14px 15px 10px 15px;
	border: none;
}

.modal-body{
	/*font-size: 20px;*/
}

.modal-header h4{
	color: #ffffff;
    font-size: 24px;
    line-height: 32px;
	letter-spacing: 0.025em;
    font-family: 'Montserrat-Bold', sans-serif;
    text-transform: uppercase;
}

.modal-header .close{
	margin-top: -6px;
	margin-left: 15px;
	font-size: 40px;
	outline: none;
	text-shadow: none;
	-webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -ms-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.modal-header .close:hover, 
.modal-header .close:focus {
    opacity: .6;
    filter: alpha(opacity=60);
}

@media (min-width: 768px){
	.modal-md:not(.original) {
		width: 400px;
	}
}

.popupText{
	margin: 20px 0px;
}


/* 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.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;
	}
}



/*************************************************************************************************************/
/*  FORM ELEMEI, GOMBOK  */

.btn > span{
	position: relative;
	z-index: 1;
}

.btn,
.btn:focus,
.btn:active,
.btn:focus:active{
	outline: 0;
}

.btn > span,
.btn:before,
.btn:after,
.btn{
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.btn{
	position: relative;
	text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #97b0aa;
    background: #e7edee;
    border: 1px solid #97b0aa;
    padding: 16px 40px;
	border-radius: 0px;
	-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:active,
.btn.active{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:not(.inactive).active,
.btn:not(.inactive):hover,
.btn:not(.inactive):focus,
.btn:not(.inactive):active,
.btn:not(.inactive):active:focus,
.need-btn-hovereffect:hover .btn:not(.inactive),
.nextitem-need-btn-hovereffect:hover ~ .need-btn-hovereffect .btn:not(.inactive){
	color: #9b9782;
    background: #f1f0eb;
    border: 1px solid #9b9782;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.btn.inactive{
	background: #CCCCCC !important;
	cursor: default;
	color: #ffffff;
}
/*
.btn:not(.btn-no-before):before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 100%;
    background: #c2b297;
    -webkit-transition: right 0.35s ease;
    -moz-transition: right 0.35s ease;
    -o-transition: right 0.35s ease;
    transition: right 0.35s ease;
}
.btn:not(.btn-no-before):not(.inactive):hover:before,
.btn:not(.btn-no-before):not(.inactive):focus:before,
.btn:not(.btn-no-before):not(.inactive):active:before,
.btn:not(.btn-no-before):not(.inactive):active:focus:before,
.need-btn-hovereffect:hover .btn:not(.btn-no-before):not(.inactive):before,
.nextitem-need-btn-hovereffect:hover ~ .need-btn-hovereffect .btn:not(.btn-no-before):not(.inactive):before{
	right: 0pc;
}*/

.btn-lg, 
.btn-group-lg > .btn {
	padding: 17px 40px;
	border-radius: 38px;
	font-size: 20px;
	line-height: 20px;
}

.btn-more-item{
	margin-top: 60px;
}
.btn-more-item:hover,
.btn-more-item:focus,
.btn-more-item:active,
.btn-more-item:active:focus {
}

.btn .fa{
	position: relative;
	font-size: 150%;
	vertical-align: middle;
}
.btn .fa:first-child{
	margin-right: 10px;
}
.btn .fa:last-child{
	margin-left: 10px;
}



/* inputok */

textarea.form-control {
	resize: none;
	max-width: 100%;
}

label,
label.control-label.nofor{
	font-family: 'Montserrat-Regular',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.cant-has-error,
label.control-label.nofor,
.has-error label.control-label.cant-has-error,
.form-horizontal.form-style-line .control-label:not(:hover)
.form-horizontal.form-style-line .control-label.cant-has-error:not(:hover){
	color: #747474;
}
label:hover,
label.cant-has-error:hover,
.has-error label.control-label.cant-has-error:hover,
.form-horizontal.form-style-line .has-error .control-label:hover,
.form-horizontal.form-style-line .has-error .control-label.cant-has-error:hover{
	color: #b4cbc5;
	/*text-shadow: 0 0 5px rgba(0,0,0,0.3);*/
}
label.control-label.nofor{
	cursor: default !important;
	padding-right: 15px;
}
label.control-label.cl-sentence {
	text-transform: none !important;
}

.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-subgroup,
.form-group-container{
	margin-bottom: 15px;
}
.form-group.has-animation,
.form-subgroup.has-animation,
.form-group-container.has-animation{
	margin-bottom: 0px !important
}
.form-group.form-group-inrowcol{
	margin-left: 0px;
	margin-right: 0px;
}
.form-group:last-child,
.form-subgroup:last-child,
.form-group-container:last-child{
	margin-bottom: 0px;
}

.form-group-spacer-for-animation{
	display: block;
	height: 15px;
	clear: both;
}


.optional-form-group-container:not(.ofgc-opened){
	display: none;
}

.dinamic-form-content-container{
	opacity: 1;
	-webkit-transition: 0.2s ease opacity;
    -moz-transition: 0.2s ease opacity;
    -ms-transition: 0.2s ease opacity;
    -o-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity;
}
.dinamic-form-content-container.dfcc-content-loading{
	opacity: 0;
}

.form-subgroup{
}
.form-subgroup.fsg-inline{
	margin-bottom: 0px;
}


.form-description{
	margin-top: 15px;
	font-size: 14px !important;
	text-transform: none !important;
}

.form-horizontal .control-label {
	padding-top: 12px;
	padding-right: 15px;
	font-size: 18px;
    line-height: 22px;
}
.form-horizontal .contains-cl-like-form-control .control-label,
.form-horizontal .control-label.cl-like-form-control{
	text-align: left;
}
.form-horizontal .contains-cl-like-form-control:last-of-type .control-label,
.form-horizontal .control-label.cl-like-form-control:last-of-type{
	padding-bottom: 12px;
}

.form-horizontal .control-label.only {
	padding-right: 0px;
}

.form-horizontal .control-label.ontop {
	padding-top: 0px;
}

.form-horizontal .has-sorszam {
	padding-left: 65px;
}
.form-horizontal .has-sorszam .control-label,
.form-horizontal .has-sorszam {
	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;
	}
	
	.form-horizontal .double-line-lg.has-sorszam:not(.control-label),
	.form-horizontal .control-label.double-line-lg.has-sorszam{
		position: relative;
		top: -4px;
		height: 29px;
		line-height: 20px;
	}
	.form-horizontal .double-line-lg.has-sorszam:not(.control-label) .cl-sorszam,	
	.form-horizontal .control-label.double-line-lg.has-sorszam .cl-sorszam{
		top: -2px;
	}
	
	.form-horizontal .double-line-lg.has-form-info .control-label,
	.form-horizontal .has-form-info .control-label.double-line-lg{
		display: inline;
	}
}

@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-horizontal .double-line-md.has-sorszam:not(.control-label),
	.form-horizontal .control-label.double-line-md.has-sorszam{
		position: relative;
		top: -4px;
		height: 29px;
		line-height: 20px;
	}
	.form-horizontal .double-line-md.has-sorszam:not(.control-label) .cl-sorszam,
	.form-horizontal .control-label.double-line-md.has-sorszam .cl-sorszam{
		top: -2px;
	}
	
	.form-horizontal .double-line-md.has-form-info .control-label,
	.form-horizontal .has-form-info .control-label.double-line-sm{
		display: inline;
	}
}

.form-control-container{
	position: relative;
	margin: 0px -15px;
	padding: 0px 15px;
}

.fc-container-hasstar {
	padding-right: 30px;
}

.fc-container-hasstar .csillag{
	position: absolute;
	left: auto !important;
	right: 15px;
	top: 15px;
}

.form-control,
select.form-control.not-auto-height[multiple]{
	padding: 11px 14px;
	height: 46px;
}
.form-control,
select.form-control.not-auto-height[multiple],
.SumoSelect > .optWrapper  {
	font-size: 16px;
}

.form-control,
.SumoSelect,
.SumoSelect > .optWrapper {
	border: 1px solid #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,
.SumoSelect.open,
.SumoSelect.open > .optWrapper,
.fileinput-button:hover,
.fileinput-button:focus,
.fileinput-button:active {
	border-color: #97b0aa;
	/*border-style: dotted;*/
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control,
.SumoSelect.disabled .form-control{
    background-color: #eee !important;
    color: #C0B9B9 !important;
    opacity: 1 !important;
}

.form-control.transparent{
	opacity: 0;
}
select.SumoUnder.form-control.transparent{
	visibility: hidden;
}

.has-error .form-control,
.has-error .sbSelector,
.has-error .SumoSelect{
	border-color: #a94442 !important;
	color: #a94442;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .form-control{
	/*border-style: dotted;*/
}

.has-error .form-control:focus,
.has-error .sbHolderFocus,
.has-error .SumoSelect.open{
	border-color: #843534 !important;
	color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*-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,
.SumoSelect .placeholder {
	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 !important;
	font-style: italic;
}
.has-error .form-control:-ms-input-placeholder{
	color: #FFA0A0 !important;
	font-style: italic;
}
.has-error .form-control::-moz-placeholder{
	color: #FFA0A0 !important;
	font-style: italic;
}

.has-error .sbPlaceholder,
.has-error .SumoSelect .placeholder{
	color: #FFA0A0 !important;
}

.form-control:not(.search-txt):focus::-webkit-input-placeholder{
	color: transparent !important;
}
.form-control:not(.search-txt):focus:-ms-input-placeholder{
	color: transparent !important;
}
.form-control:not(.search-txt):focus::-moz-placeholder{
	color: transparent !important;
}

.form-control-feedback,
.form-horizontal .has-feedback .form-control-feedback {
	right: 20px;
	top: 6px;
	font-size: 22px;
}
.SelectBox ~ .form-control-feedback {
    right: 35px;
}

.fc-container-hasstar .form-control-feedback {
    right: 35px;
}
.fc-container-hasstar .sbHolder ~ .form-control-feedback {
    right: 65px;
}

.has-feedback .form-control-feedback.form-control-feedback-itiner{
    color: #848484;
	/*text-shadow: 0px 1px 2px rgba(41,35,28,0.17);*/
}
.has-feedback  .fc-container-hasstar .form-control-feedback.form-control-feedback-itiner{
	right: 35px;
}
.has-feedback.has-error .form-control-feedback.form-control-feedback-itiner{
	display: none;
}

.form-control-feedback.fa{
	padding-top: 6px;
}

.csillag{
	position: absolute;
	left: 100%;
	left: -moz-calc(100% - 8px) !important;
    left: -webkit-calc(100% - 8px) !important;
    left: calc(100% - 8px); 
	top: 14px;
	color: red;
}

.alert-danger a{
	color: #460402;
}

.alert-danger a:hover{
	color: #CA7E7B;
}

.error-report-container,
.error-report-container-extra,
.error-report-container-extra-second{
	display: none;
}

.alert h4,
.error-report-container h4,
.error-report-container-extra h4,
.error-report-container-extra-second h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.alert p,
.error-report-container p,
.error-report-container-extra p,
.error-report-container-extra-second p,
.alert .alert-list{
	font-size: 16px;
	line-height: 22px;
}

.alert{
	margin-top: 15px;
	margin-bottom: 0px;
}
.error-report-container .alert,
.error-report-container-extra .alert,
.error-report-container-extra-second .alert{
	margin-top: 0px;
	margin-bottom: 15px;
}

.error-report-container .error-itemName{
	font-weight: bold;
}

.alert .alert-list{
	display: block !important;
	margin-top: 15px !important;
	padding-left: 40px !important;
	list-style-type: square;
	/*margin-left: 15px;*/
	line-height: initial;
}

.alert .alert-list.dinamic li{
	margin-left: -40px;
	padding-left: 40px;
	margin-bottom: 0px !important;
}
.alert .alert-list.dinamic:not(.always-open-items) li{
	display: none;
}
.alert .alert-list.dinamic li:before {
	margin-right: -25px !important;
    top: 6px !important;
	background-color: #a94442 !important;
}
.alert .alert-list.dinamic li:not(:last-child):after {
    content: "";
	display: block;
	height: 5px;
}

.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;
	vertical-align: text-bottom;
}

.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 solid #dbd4d4;
    box-shadow: none;
	padding: 0px;
    z-index: 9;
	text-transform: none;
}

.form-info-box.popover.bottom > .arrow {
    border-bottom-color: #dbd4d4;
}
.form-info-box.popover.bottom > .arrow:after {
    border-bottom-color: rgba(219, 212, 212, 0.9);
}

.form-info-box .popover-title {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 15px;
	background: rgba(219, 212, 212, 0.9);
	color: #ffffff;
}

.form-info-box .popover-content {
	color: #505050;
    padding: 10px 15px;
    font-size: 14px;
    background: rgba(255,255,255,0.95);
}

.form-info-fix {
	margin: 10px 0px;
	padding-left: 40px;
}
.form-info-fix-icon {
	position: absolute;
	display: block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    background: #a31d36;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-left: -30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}



/*  Form alternatív stílusa  */

.form-horizontal.form-style-line .control-label{
	position: absolute;
	top: 8px;
	bottom: -17px;
	cursor: text;
	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 .control-label:not(.only){
	padding-top: 0px;
}
.form-horizontal.form-style-line .form-control:focus  + .control-label{
	color: #000000;
}
.form-horizontal.form-style-line .form-control:focus  + .control-label,
.form-horizontal.form-style-line .not-empty .control-label{
	top: -12px;
	font-size: 12px;	
	font-weight: bolder;
}
.form-horizontal.form-style-line .color-coding.has-error .form-control:not(:focus):not(:active)  + .control-label{
	/*color: #a94442;*/
	color: #F44336;
}
.form-horizontal.form-style-line .color-coding.is-correct .form-control:not(:focus):not(:active)  + .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 .form-control:focus + .control-label:after,
.form-horizontal.form-style-line .form-control:active + .control-label:after{
	opacity: 0 !important;
}
.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;
}
.form-style-line textarea.form-control{
	height: auto;
}
.form-style-line .form-control:focus{
    border-bottom: 2px solid #000000;
    -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:not(:focus):not(:active){
	border-color: #a94442;
}
.form-style-line .is-correct .form-control{
	border-color: #3c763d;
}

.form-style-line  .form-control-feedback{
	display: none;
}

.form-style-line .form-buttons{
	margin-top: 20px;
}

/*  3. verzió  */

.form-horizontal.form-style-labelontopofinput .control-label{
	display: inline-block;
	text-align: left;
	padding-bottom: 5px;
}

/*  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.animation-in-out{
	-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.position-absolute,
.loading-more-animation-container.position-fixed{
	position: absolute !important;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: auto !important;
	visibility: hidden;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1 ease;
	transition: opacity 1s ease;
}
.loading-more-animation-container.position-fixed{
	z-index: 1;
}

.loading-more-animation-container.position-absolute.is-loading,
.loading-more-animation-container.position-fixed.is-loading{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 1s ease, visibility 1s linear;
	-moz-transition: opacity 1s ease, visibility 1s linear;
	-ms-transition: opacity 1s ease, visibility 1s linear;
	-o-transition: opacity 1 ease, visibility 1s linear;
	transition: opacity 1s ease, visibility 1s linear;
}
.loading-more-animation-container.is-loading:not(.position-absolute):not(.position-fixed){
	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:not(.position-absolute):not(.position-fixed).is-loading{
	height: 122px;
}

.loading-more-animation-container .loadericon-background{
	margin-top: 15px; 
}
.loading-more-animation-container.position-fixed .loadericon-background{
	background: rgba(255, 255, 255, 0.75);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.loading-more-animation-container .fa{
	margin-top: 30px;
	font-size: 50px;
	color: #808080;
}

.loading-more-animation-container.css-icon:not(.position-absolute) .loadericon{
	/*-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;*/
	/* A fenti nem volt jó, az alábbira módosítottem. Lehet, hogy valahol nem jó. */
	-webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.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.75);
	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: 20;*/
	z-index: 14;
}

.loading.css-icon{
	background-image: none;
}

.loading.css-icon .loadericon{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.notifications{
	font-size: 14px;
}
.notifications .error{
	color: #a94442;
}

#dinamic-form-hiba.error,
#dinamic-form-hiba2.error,
#dinamic-form-hiba3.error,
#dinamic-form-hiba4.error{
	color: red;
}



/*******************************/
/*  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 {
}
.form-horizontal.form-style-line .unique-CB + label.UCB-label.only span.UCB-visibleItem::before,
.form-horizontal.form-style-line .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: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
.unique-CB.UCB-type01 + label.ontop span.UCB-visibleItem::before {
    top: 0px;
}
.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%;
}
.unique-CB.UCB-type01:checked + label.ontop span.UCB-visibleItem::before {
    top: -4px;
}

/* 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: 1px 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: 3px;
	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;
}
*/

/* UCB type03 */

.unique-CB.UCB-type03 + label.UCB-label{
	padding-left: 30px;
    vertical-align: bottom;	
}

.unique-CB.UCB-type03 + label span.UCB-visibleItem::before {
    top: 11px;
	left: 0px;
	width: 21px;
    height: 21px;
    background: #ffffff;
    border: 1px solid #dbd4d4;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
.unique-CB.UCB-type03:disabled + label span.UCB-visibleItem::before {
    background: #eee !important;
}
.unique-CB.UCB-type03 + label.ontop span.UCB-visibleItem::before {
    top: 0px;
}
.unique-CB.UCB-type03:checked  + label span.UCB-visibleItem::before {
	
}
.unique-CB.UCB-type03:checked + label.ontop span.UCB-visibleItem::before {
    top: -4px;
}

.unique-CB.UCB-type03 + label span.UCB-visibleItem::after{
	content: '';
    display: inline-block;
	box-sizing: border-box;
	position: absolute;
	font-size: 0px;
	line-height: 0px;
    z-index: 0;
	top: 13px;
    left: 0px;
    width: 8px;
    height: 18px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #97b0aa;
    border-bottom: 2px solid #97b0aa;
    -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%;
	opacity: 0;
	-webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;	
}
.unique-CB.UCB-type03:checked  + label span.UCB-visibleItem::after{
	opacity: 1;
}


/* UCB type04, URB type04 */

.unique-CB.UCB-type04 + label span.UCB-visibleItem::before,
.unique-RB.URB-type04 + label span.URB-visibleItem::before {
    top: 13px;
	left: 0px;
	width: 16px;
    height: 16px;
    background: #dbd4d4;
	margin-top: 2px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
.unique-RB.URB-type04 + label span.URB-visibleItem::before {
	border-radius: 50%;
}
.unique-CB.UCB-type04 + label.ontop span.UCB-visibleItem::before,
.unique-RB.URB-type04 + label.ontop span.URB-visibleItem::before {
    top: 1px;
}
.unique-CB.UCB-type04:checked  + label span.UCB-visibleItem::before,
.unique-RB.URB-type04:checked  + label span.URB-visibleItem::before {
	background: #e95550
}
.unique-CB.UCB-type04:checked + label.ontop span.UCB-visibleItem::before,
.unique-RB.URB-type04:checked + label.ontop span.URB-visibleItem::before {
    top: 1px;
}


/* UCB type05 */

.unique-CB.UCB-type05 + label.UCB-label{
	padding-left: 30px;
    vertical-align: bottom;	
}

.unique-CB.UCB-type05 + label span.UCB-visibleItem::before {
    top: 11px;
	left: 0px;
	width: 21px;
    height: 21px;
    border: 1px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
.unique-CB.UCB-type05 + label.ontop span.UCB-visibleItem::before {
    top: 0px;
}
.unique-CB.UCB-type05:checked  + label span.UCB-visibleItem::before {
	
}
.unique-CB.UCB-type05:checked + label.ontop span.UCB-visibleItem::before {
    top: -4px;
}

.unique-CB.UCB-type05 + label span.UCB-visibleItem::after{
	content: '';
    display: inline-block;
	box-sizing: border-box;
	position: absolute;
	font-size: 0px;
	line-height: 0px;
    z-index: 0;
	top: 16px;
    left: 3px;
    width: 15px;
    height: 15px;
	background: #5a5a5a;
    -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%;
	opacity: 0;
	-webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;	
}
.unique-CB.UCB-type05:checked  + label span.UCB-visibleItem::after{
	opacity: 1;
}


/* UCB type06 */

.unique-CB.UCB-type06 + label.UCB-label{
	padding-left: 40px;
    vertical-align: bottom;	
}

.unique-CB.UCB-type06 + label span.UCB-visibleItem{
	position: absolute;
	top: 9px;
	left: 0px;
	width: 25px;
    height: 25px;
    border: 1px solid #dbd4d4;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
.unique-CB.UCB-type06 + label.ontop span.UCB-visibleItem{
    top: 0px;
}
.unique-CB.UCB-type06:checked  + label span.UCB-visibleItem{
	
}
.unique-CB.UCB-type06:checked + label.ontop span.UCB-visibleItem{
    top: -4px;
}

.unique-CB.UCB-type06 + label span.UCB-visibleItem::before {
	content: '';
    display: inline-block;
	box-sizing: border-box;
	position: absolute;
	font-size: 0px;
	line-height: 0px;
    z-index: 0;
	top: 2px;
	bottom: 2px;
    left: 2px;
    right: 2px;
	background: #ea978c;
    -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%;
	-webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;	
}
.unique-CB.UCB-type06 + label.ontop span.UCB-visibleItem::before {
}
.unique-CB.UCB-type06:checked  + label span.UCB-visibleItem::before {
}
.unique-CB.UCB-type06:checked + label.ontop span.UCB-visibleItem::before {  
}

.unique-CB.UCB-type06 + label span.UCB-visibleItem::after{
	content: '';
    display: inline-block;
	box-sizing: border-box;
	position: absolute;
	font-size: 0px;
	line-height: 0px;
    z-index: 0;
	top: 2px;
    left: 2px;
    width: 7px;
    height: 16px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #303030;
    border-bottom: 2px solid #303030;
    -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%;
	opacity: 0;
	-webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;	
}
.unique-CB.UCB-type06 + label.ontop span.UCB-visibleItem::after { 
}
.unique-CB.UCB-type06:checked  + label span.UCB-visibleItem::after{
	opacity: 1;
}
.unique-CB.UCB-type06:checked + label.ontop span.UCB-visibleItem::after {  
}

.form-horizontal.form-style-line .unique-CB.UCB-type06 + label.UCB-label.only span.UCB-visibleItem::before,
.form-horizontal.form-style-line .unique-RB.UCB-type06 + label.URB-label.only span.UCB-visibleItem::before{
	margin-top: 0px;
}



/*************************************************************************************************************/
/* SHARE */

body.open-popup .at4-share-outer,
body.open-popup .at4-share-outer-left
body.open-popup .at4-share-outer-right{
	/*display: none;*/
}



/*************************************************************************************************************/
/* HEADER, LANG */

#header-container{
	position: relative;
	/*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: 'Montserrat-Regular', sans-serif;
	font-size: 16px;
	color: #3d1b0a;
	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;
	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;*/ /* Ez volt 2017.07.19.-ig */
	display: inline-block;
}

.content-wrapper{
	display: none;
}


/*************************************************************************************************************/
/* CONTENT */

#content-background{
	position: relative; /* 2017.06.07.-én került bele a 'content-bg-item'-ek miatt, ha baj van vele, töröld ki */
	overflow: hidden; /* 2017.11.07.-én került bele, ha baj van vele, töröld ki (csak így lehet megoldani, hogy egyes díszítő elemek ne lógjanak 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 .body-ornaments{
	position: relative;
}

#content{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 90px 0px 140px 0px;
	min-height: 400px;
}

.cke_editable,
#content{
	/*line-height: 36px;*/
}
#content.no-side-padding{
	padding-left: 0px;
	padding-right: 0px;
}

/* Ha megborul, akkor ezt ki kell venni */
#content-background .container,
#content .container{
	max-width: 100%;
}

#main-content{
	position: relative;
	/* A kenyérszöveg sormagasságát itt célszerű állítani */
	line-height: 30px;
}

.unique-content{
	padding-left: 0px;
	padding-right: 0px;
}

.padding-like-content{
	padding-left: 30px;
	padding-right: 30px;
}

.cke_editable p:not(:last-child),
#content p:not(:last-child),
.cke_editable ul:not(:last-child),
#content ul:not(:last-child),
.cke_editable ol:not(:last-child),
#content ol:not(:last-child){
	margin-bottom: 20px;
}

.content-center{
	/*padding-right: 20px;*/
}
.content-center.no-left-content,
.content-center.fullwidth{
	padding-left: 0px;
}
.content-center.no-right-content,
.content-center.fullwidth{
	padding-right: 0px;
}

.center-bottom-content-container{
	position: relative;
	margin-top: 70px;
	padding-top: 15px;
	border-top: 1px solid #2b2b2b;
}

.content-right{
}

.content-right.fullwidth{
	padding-left: 0px;
}



/*******************************/
/*  NAVILABEL  */

#aktualmeu{
	margin-bottom: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-family: 'Montserrat-Bold',sans-serif;
	font-size: 96px;
	color: #ebeae6;
}

.aktmenutitle-text{
	display: inline;
	font-size: inherit;
}

.aktmenutitle-icon{
	position: relative;
	top: 4px;
	font-size: 120px;
	color: #ebeae6;
}
.aktmenutitle-icon:first-child{
	margin-right: 15px;
}
.aktmenutitle-icon:last-child{
	margin-left: 15px;
}

#navilabel,
.like-navilabel{
	margin-bottom: 50px;
	position: relative;
}

#navilabel a,
.like-navilabel a{
	/*display: inline-block;*/
}

#navilabel .navi-item,
.like-navilabel .navi-item{
	display: inline-block;
}

.like-navilabel{
	margin-top: 30px;
}
/*.like-navilabel:first-child{*/
.container.original:first-child > .like-navilabel,
div:not(.container):not(.original) > .like-navilabel:first-child{
	margin-top: 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: #afafaf;
	text-transform: lowercase;
	
	clear: both;
}
.navilabel-main-section.nms-align-left .navilabel-extendinfo{
	display: block;
	float: none;
	padding: 0px;
}
.navilabel-controls label .navilabel-extendinfo{
	display: block;
	float: none;
	padding: 0px 0px 5px 0px;
}

/*.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: 23px;
	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; /*text-top*/
	color: #afafaf;
}
/*.naviselector.ns-before,
.naviselector.ns-after{
	display: block;
	margin: 20px 0px 0px 0px;
	font-size: 0px;
	line-height: 0px;
}*/
.naviselector:first-child,
.naviselector.ns-before{
	margin-left: 0px;
}
.naviselector:last-child,
.naviselector.ns-after{
	margin-right: 0px;
}
.naviselector.ns-before,
.naviselector.ns-after{
	color: #e4e4e4;
}

.navibar-decoration-container.nbdc-before{
	margin-bottom: 20px;
}
.navibar-decoration-container.nbdc-after{
	margin-top: 20px;
}

.navibar-decoration{
	display: inline-block;
	width: 75px;
    height: 8px;
    background-color: #9dd3a8;
}

.navilabel,
.navilabel-2,
.navilabel-3{
	position: relative;
	z-index: 1;
	/*color: #97b0aa;*/
	color: #9b9782;
	font-family: 'Montserrat-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{
	font-size: 58px;
	line-height: 64px;
	letter-spacing: -0.025em;
	padding-bottom: 0px;
}
.navilabel-2{
	font-size: 30px;
	line-height: 30px;
	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: 'Montserrat-Semibold',sans-serif;*/
}

.navilabel-main-section{
	display: inline-block;
}

.navilabel-controls{
	display: inline-block;
	margin-left: 30px;
	float: right;
}

.navilabel-controls > div,
.navilabel-controls > label,
.navilabel-controls > span{
	vertical-align: middle;
}
.navilabel-controls > label{
	margin: 0px 0px 0px 10px;
	text-transform: lowercase;
	font-size: 18px;
	color: #000000;
}

.navilabel-menu{
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Montserrat-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: #f5f4f2;
    border: 1px solid #9b9782;
	margin-bottom: 30px;
}

.panel-heading{
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #cbcac2;
	margin-bottom: 30px;
}

.table-responsive>.table{
	border-collapse: separate;
}

.table:last-child{
	margin-bottom: 0px;
}

.table.table-left{
	text-align: left;
}

.table-responsive>.table>thead>tr>th, 
.table-responsive>.table>tbody>tr>th, 
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>tbody>tr.like-th>td, 
.table-responsive>.table>tfoot>tr.like-th>td{
	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: none;
}
/*
.table>thead>tr:last-child>th {
	border-top: none;
}
.table>thead>tr:not(:first-child)>th {
	padding-top: 0px;
}*/

.table>tbody>tr.like-th>td {
	border-bottom-width: 2px;
}
.table>tbody>tr.like-th:not(:first-child)>td {
	padding-top: 30px;
}

.table>thead>tr /*:last-child*/ >th,
.table>tbody>tr.like-th>td {
    border-bottom: 1px solid #9b9782;
}

.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 #9b9782;
	border-right: 1px solid #9b9782;
}

.table>thead>tr.light-dividing>th, 
.table>tbody>tr.light-dividing>th, 
.table>tfoot>tr.light-dividing>th, 
.table>thead>tr.light-dividing>td, 
.table>tbody>tr.light-dividing>td, 
.table>tfoot>tr.light-dividing>td {
	border-top-width: 0px;
	padding-top: 0px;
}

.table>tbody:first-child>tr:first-child>td{
	border-top-width: 0px;
} 

.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);
}

.table-hover>tbody>tr{
	-webkit-transition: 0.2s ease background;
	-moz-transition: 0.2s ease background;
	-ms-transition: 0.2s ease background;
	-o-transition: 0.2s ease background;
	transition: 0.2s ease background;
}
.table-hover>tbody>tr:hover {
	background-color: rgba(255,255,255, 0.7) !important;
}


.table.table-pricelist>thead>tr>th:last-child:not(:first-child), 
.table.table-pricelist>tbody>tr>th:last-child:not(:first-child), 
.table.table-pricelist>tfoot>tr>th:last-child:not(:first-child), 
.table.table-pricelist>thead>tr>td:last-child:not(:first-child), 
.table.table-pricelist>tbody>tr>td:last-child:not(:first-child), 
.table.table-pricelist>tfoot>tr>td:last-child:not(:first-child) {
	width: 150px;
	text-align: right;
}


@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: 'Montserrat-Light', sans-serif;
	font-size: 18px;
	color: #747474;
	text-transform: none;
}

.page-main-block{
	margin-bottom: 100px;
}

.page-main-block:last-child{
	margin-bottom: 0px;
}

.page-block{
	margin-bottom: 50px;
}

.page-block:last-child{
	margin-bottom: 0px;
}

.page-block.page-block-margintop{
	margin-top: 50px;
}

.page-block.page-block-bordertop{
	border-top: 1px dotted #1960ab;
	padding-top: 50px;
}

.page-block.page-block-divider{
	padding-top: 50px;
	margin-top: 50px;
}

.page-block.pb-text{
	/*text-align: center;*/
}

.page-title{
	display: block;
	font-family: 'Montserrat-Bold',sans-serif;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: -0.025em;
	color: #9b9782;
	width: 100%;
}
.page-title:not(:last-child){
	margin-bottom: 50px !important;
}

.page-title-extended{
	font-size: 18px;
	font-family: 'Montserrat-Regular',sans-serif;
}

.page-subtitle{
	display: block;
	font-family: 'Montserrat-Bold',sans-serif;
	font-size: 22px;
	color: #9b9782;
	width: 100%;
	margin-top: 50px;
}
.page-subtitle:not(:last-child){
	margin-bottom: 30px !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-intro{
	position: relative;
	margin-bottom: 100px;
}
.page-intro:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -51px;
	left: 0px;
	height: 1px;
	width: 60px;
	background: #ea5b0c;
}

.page-alert{
}
.page-alert.pa-bigfont{
	font-size: 18px;
	font-family: 'Montserrat-Regular',sans-serif;
	text-transform: uppercase;
	padding-right: 50px;
	padding-bottom: 10px;
	/*color: #DB0B0B;*/
}
.page-alert.pa-colored,
.page-alert.pa-colored *{
	/*color: #a94442 !important;*/
	color: red !important;
}

.page-block.page-block-bordertop .page-subtitle{
	margin-top: 0px;
}

.page-list-collection{
}

.page-list{
	position: relative;
	padding-left: 30px;
	word-wrap: break-word;
	display: inline-block;
	text-align: left;
}
.page-list-collection .page-list{
	display: block;
}

.page-list-item{
	display: table;
	/*table-layout: fixed;*/
	width: 100%;	
	text-align: left;
}
.page-list-item:not(:last-child),
.page-list-collection .page-list:not(:last-child) .page-list-item:last-child{
	margin-bottom: 10px;
}

.page-list-icon{
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 30px;
	padding-right: 10px;
}

.page-list-text{
	display: table-cell;
}

.page-list-text .plt-comment{
	display: block;
	font-style: italic;
}

.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: 30px;
}

.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:first-child,
.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: #97b0aa;
}


.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-title-container{
	padding: 10px 0px 0px 0px; 
	text-align: left;
}

.embedded-video-title{
    font-family: 'Montserrat-Regular',sans-serif;
	font-size: 16px;
    line-height: 20px;
	text-decoration: none;
	/*color: #020202;*/
    margin: 0px;
	
	transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
}

.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;
}



/*******************************/
/*  LAPOZÓK, GÖRGETŐK  */


a.lapteteje-default{
	/*display: none;*/
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 60px;
	height: 40px;
	font-size: 20px;
	line-height: 38px;
	color: #ffffff;
	background: rgba(175, 175, 175, 0.6);
	text-decoration: none;
	
	position: fixed;
	right: 50%;
	margin-right: -510px; /* 570 volt */
	/*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-default{
		margin-right: -390px; /* 570 volt */
	}
}	
@media (max-width: 991px) {
	a.lapteteje-default{
		margin-right: 0px;
		right: 20px;
	}
}
a.lapteteje-default:hover{
	background: rgba(255, 255, 255, 0.8);
	color: #8a8a8a;
}
a.lapteteje-default.aktivalt{
	bottom: 15px;
}

a.lapteteje.lapteteje-text{
	text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular',sans-serif;
	font-size: 16px;
	line-height: 32px;
    position: absolute;
	right: 0px;
    margin-left: -30px;
}
a.lapteteje.lapteteje-text .fa{
    position: relative;
	top: -1px;
}

.btn-back-jscheck{
	cursor: pointer;
}

.btn-vissza-static-cont{
	margin-top: 50px;
}

.btn-vissza-static{
	text-transform: lowercase;
}
.btn-vissza-static .unique-chevron-02{
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.btn-vissza-cont{
	position:relative; 
	top: 0px; 
	right: 0px;
}

.btn-vissza-cont-inner{
	position: absolute; 
	right: -5px;
}

.content-center.fullwidth .btn-vissza-cont-inner{
	right: 40px;
}

a.btn-vissza {
	background: rgba(175, 175, 175, 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: #8a8a8a;
	background-repeat: no-repeat;
	background-position: center;
}


/* absolute */

.btn-vissza-absolute-cont{
	position: absolute;
	right: 0px;
	top: -70px;
}
@media (max-width: 1199px) {
	.btn-vissza-absolute-cont{
		/*margin-left: -50px;*/
	}
}

.btn-vissza-absolute-cont .back-icon {
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ffffff;
    overflow: hidden;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
	text-align: center;
	vertical-align: middle;
}
.btn-vissza-absolute-cont .btn-vissza-absolute:hover .back-icon {
	background: #ffffff;
}

.btn-vissza-absolute-cont .back-icon .unique-chevron-02 {
    top: 24px;
}
.btn-vissza-absolute-cont .btn-vissza-absolute:hover .unique-chevron-02 {
	border-color: #ffffff;
}

.btn-vissza-absolute{
	/*display: block;*/
}

.btn-vissza-absolute > span {
    display: inline-block;
    font-family: "Montserrat-Thin", sans-serif;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
	vertical-align: middle;
	padding-left: 15px;
	color: #ffffff;
}



/*************************************************************************************************************/
/* TOP CONTENT */

#top-content-container{
	clear: both;
}	

.top-content-container-inner{
	/*padding-bottom: 15px;*/
	background: #ffffff;
}

.top-content-container-inner .content-elvalaszto{
	/*padding-top: 15px;
	border-top: 1px dotted #1960ab;*/
}


/*************************************************************************************************************/
/* 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;
}



/*************************************************************************************************************/
/* WAYPOINTS */

.waypoint{
	position: relative;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
	top: 0px;
	left: 0px;
	opacity: 1;
	
	-webkit-transition: 0.5s ease top, 0.5s ease left, 1.5s ease opacity;
    -moz-transition: 0.5s ease top, 0.5s ease left, 1.5s ease opacity;
    -ms-transition: 0.5s ease top, 0.5s ease left, 1.5s ease opacity;
    -o-transition: 0.5s ease top, 0.5s ease left, 1.5s ease opacity;
    transition: 0.5s ease top, 0.5s ease left, 1.5s ease opacity;
}
.waypoint.wp-init:not(.wp-unique){
	opacity: 0;
}
.wp-from-top{
}
.wp-from-bottom{
}

.waypoint.wp-init.wp-from-top{
	top: -50px;
}
.waypoint.wp-init.wp-from-bottom{
	top: 50px;
}
.waypoint.wp-init.wp-from-left{
	left: -50px;
}
.waypoint.wp-init.wp-from-right{
	left: 50px;
}




/*************************************************************************************************************/
/* Egyedi scroll miatti elemek */

body.unique-scroll  #content .embed-responsive:before,
body.unique-scroll  #content .pdf-reader-container:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	cursor: pointer;
}

/* Nem modal-t használunk a megjelenítéshez, hanem azokat ez elemeket, mint a popup galéria esetében */
/*
@media screen and (min-width: 768px) { 
	#popupIframe.modal {
		text-align: center;
	}
	#popupIframe.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
	
	#popupIframe.modal .modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
}
*/



/*************************************************************************************************************/
/* CKeditor-ban feltöltött elemek */

.ck-image{
	margin-top: 15px;
	margin-bottom: 15px;
}

.ck-video{
	margin-top: 30px;
	margin-bottom: 30px;
}

.ck-table{
	background-color: rgba(0,0,0, 0.1);
    border: 1px solid rgba(0,0,0, 0.3) !important;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.ck-table > .table{
	margin-bottom: 0px;
}

.ck-table caption.page-subtitle{
	display: table-caption;
	margin-top: 0px;
}



/**********************************************************************************************************************************/
@media (min-width: 1200px) {

}

@media (max-width: 1199px) {
	
	.margin-top-md{
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	
}