/*
méretek:
     - 480
     - 767
768  - 979
980  -
1200 -

lehetosegek:
@media (min-width: 768px) and (max-width: 979px) {
@media (max-width: 767px) {
@media (min-width: 1200px) {
*/


@media (max-width: 991px) {

	#footer-container {
		height: auto;
	}
	
	#wrap {
		min-height: 0px;
		height: auto;
		margin: 0 auto 0px !important;
		padding: 0 0 0px !important;
	}
	
	body.gradient-background{
		background: #f9f9f9;
	}
	
	body.open-popup{
		margin-right: 0px;
	}
	
	body.overflow-hidden{
		height: 100% !important;
	}
	
	/*************************************************************************************************************/
	/*  HoverIcon  */
	
	.hovericon.not-hide-sm{
	    opacity: 0.5;
		filter: alpha(opacity=50);
		visibility: visible;
		width: 40px;
		height: 40px;
		font-size: 40px;
		line-height: 40px;
		top: 15px;
		bottom: auto;
		left: auto;
		right: 15px;
		margin: 0px;
	}
	
	.hovericon.hi-button.not-hide-sm,
	.hovericon.hi-text.not-hide-sm{
		width: auto;
		height: auto;
		padding: 0px;
	}
	
	.hovericon.hi-button.not-hide-sm .hi-btn,
	.hovericon.hi-text.not-hide-sm .hi-txt{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	/*************************************************************************************************************/
	/*  EGYEDI OLDAL-ELRENDEZÉSHEZ  */
	
	.row .like-sm-6{
		width: 345px;
	}
	
	.row .like-xs-12{
		width: 690px;
	}
	
	/*************************************************************************************************************/
	/*  HEADER, MOBILMENU  */
	
	#header{
		position: relative;
		margin-top: 0px;
		//z-index: 1040;
	}
	
	.brand {
		margin: auto;
		width: auto;
		float: none;
	}
	
	.brand.pc {
		display: none;
	}
	
	.brand.mobil{
		display: inline-block;
		border: none;
	}
	
	.brand a{
		width: 100%;
		display: block;
		text-align: center;
		height: 50px;
	}
	
	.brand img{
		width: auto;
	}
	
	.brand img.logo-mobil{
		display: inline-block;
		width: auto;
		height: 45px;
		margin-top: 2px;
	}
	
	/*  NYELV  */
	
	#info-lang{
		display: none;
	}
	
	#nyelv-mobil{
		height: 40px;
		margin-bottom: 5px;
		/*border-bottom: 2px solid #1960ab;*/
		border-bottom: 2px solid #b6802e;
	}
	
	.zaszlo-mobil{
		display: inline-block;
		width: 50%;
		float: left;
		color: black;
		text-align: center;
	}
	
	/*  USERS  */

	#user-datas-mobil{
		border-bottom: 2px solid #b6802e;
		margin-bottom: 5px;
	}
	
	.logged-username{
		text-transform: none;
	}
	
	/*  MENÜ TÖBBI ELEME  */
	
	#desktop-menu-container{
		display: none;
	}
	
	#mobilmenu{
		//display: block !important;
		display: block;
	}
	
	#menu-wrap{
		display: none;
		height: 0px;
	}

	#menu-wrap-mobil {
		height: 52px;
		display: block;
	}
	
	.mobilmenu_wrapper{
		height: 55px;
	}
	
	#responsive-menu-button{
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		padding: 16px 16px 9px 16px;
		
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	
	#responsive-menu-button .menufelirat{
		color: #3d1b0a;
		text-transform: uppercase;
		display: inline-block;
		font-size: 14px;
		font-family: 'opensans-semibold', sans-serif;
		position: relative;
		top: -3px;
		padding-right: 5px;
		
		-webkit-transition: color 0.4s ease;
		-moz-transition: color 0.4s ease;
		-o-transition: color 0.4s ease;
		transition: color 0.4s ease;
	}
	
	#responsive-menu-button:hover .menufelirat,
	#responsive-menu-button.active .menufelirat{
		color: #b6802e;
	}
	
	/* Bootstrapes ikon */
	
	#responsive-menu-button .menuicon{
		display: inline-block;
	}
	
	.navbar-toggle .icon-bar {
		width: 31px;
	}
	
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}

	.navbar-header .navbar-toggle .icon-bar{
		background: #3388e2;
		border-bottom: 1px solid #AAAAAA;
		
		-webkit-transition: background 0.4s ease, border 0.4s ease;
		-moz-transition: background 0.4s ease, border 0.4s ease;
		-o-transition: background 0.4s ease, border 0.4s ease;
		transition: background 0.4s ease, border 0.4s ease;
	}
	
	#responsive-menu-button:hover .menuicon .icon-bar,
	#responsive-menu-button.active .menuicon .icon-bar{
		background: #b6802e;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/* Hamburger ikon */
	
	.hamburger {
		outline: none;
	}
	
	.hamburger-box {
		width: 30px;
		height: 19px;
	}
	
	.hamburger-inner, 
	.hamburger-inner:after, 
	.hamburger-inner:before {
		width: 30px;
		height: 4px;
		border-radius: 2px;
		background-color: #020202;
	}
	
	.hamburger-inner:before {
		top: -8px;
	}
	
	.hamburger-inner:after {
		bottom: -8px;
	}
	
	.hamburger--3dx-r .hamburger-inner {
		transition: background-color 0s .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .4s cubic-bezier(.645,.045,.355,1);
		transition: transform .4s cubic-bezier(.645,.045,.355,1),background-color 0s .2s cubic-bezier(.645,.045,.355,1);
		transition: transform .4s cubic-bezier(.645,.045,.355,1),background-color 0s .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .4s cubic-bezier(.645,.045,.355,1);
	}
	
	.hamburger--3dx-r.is-active .hamburger-inner {
		transition: background-color .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .4s cubic-bezier(.645,.045,.355,1);
		transition: transform .4s cubic-bezier(.645,.045,.355,1),background-color .2s cubic-bezier(.645,.045,.355,1);
		transition: transform .4s cubic-bezier(.645,.045,.355,1),background-color .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .4s cubic-bezier(.645,.045,.355,1);
	}
	
	.hamburger--3dx-r .hamburger-inner:before,
	.hamburger--3dx-r .hamburger-inner:after {
		transition: background-color .2s, -webkit-transform .4s cubic-bezier(.645,.045,.355,1);
		transition: transform .4s cubic-bezier(.645,.045,.355,1), background-color .2s;
		transition: transform .4s cubic-bezier(.645,.045,.355,1), background-color .2s, -webkit-transform .4s cubic-bezier(.645,.045,.355,1);		
	}
	
	.hamburger--3dx-r.is-active .hamburger-inner{
		background-color: transparent;
	}
	
	.hamburger--3dx-r.is-active .hamburger-inner:before,
	.hamburger--3dx-r.is-active .hamburger-inner:after {
		background-color: #807f7f;
	}
	
	.hamburger--3dx-r.is-active .hamburger-inner:before {
		-webkit-transform: translate3d(0,8px,0) rotate(45deg);
		transform: translate3d(0,8px,0) rotate(45deg);
	}
	
	.hamburger--3dx-r.is-active .hamburger-inner:after {
		-webkit-transform: translate3d(0,-8px,0) rotate(-45deg);
		transform: translate3d(0,-8px,0) rotate(-45deg);
	}
	
	/* Menü panel */
	
	#sidebar-collapse {
		display: block;
		visibility: visible !important;
		max-height: none;
		padding: 0px;
		padding-top: 0px;
		overflow: auto !important;
		margin-right: -250px;
		position: fixed;
		top: 52px;
		right: 0px;
		width: 250px;
		color: #505050;
		height: 100%;
		overflow-y: auto;
		z-index: 810;
		border-top: none;
		height: 100% !important;	
		background: rgba(61,27,10,0.7);
		transition: all 0.4s ease 0s;
	}
	
	.navbar-fixed-top{
		left: 0px;
		right: auto;
		width: 100%;
		border-bottom: 2px solid #1960ab;
		text-align: center;
		padding-left: 111px;
		background: #fcf4e3;
		
		box-shadow: 0px 0px 10px rgba(0,0,0, 0.5);
	}
	
	.navbar-toggle:focus {
		outline: 0;
	}
	
	.navbar-header {
		float: none;
	}
	
	.navbar-header.mobil {
		float: right;
	}
	
	.navbar-nav{
		position: absolute;
		width: 250px;
		list-style: none;
		margin: 0;
	}
	
	.navbar-nav > li{
		padding: 0px;
		margin: 0px;
		border: 0px;
		text-align: left;
	}
	
	.navbar-nav > li > a{
		-webkit-transition: background 0.2s linear, color 0.2s linear;
		-moz-transition: background 0.2s linear, color 0.2s linear;
		-o-transition: background 0.2s linear, color 0.2s linear;
		transition: background 0.2s linear, color 0.2s linear;
	}
	
	.navbar-nav > li > a,
	.navbar-nav > li.active > a,
	.navbar-nav > li > a:hover, 
	.nav .open > a,
	.nav .open > a:hover, 
	.nav .open > a:focus,
	.dropdown-menu > li > a,
	.dropdown-menu > li > a:hover,
	.dropdown-menu > .active > a, 
	.dropdown-menu > .active > a:focus, 
	.dropdown-menu > .active > a:hover,
	.nav > li > a:hover, 
	.nav > li > a:focus{
		font-family: 'opensans-regular',sans-serif;
		text-transform: uppercase;
		color: #ffffff;
		font-size: 18px;
		background: none;
		padding: 10px 15px;
		margin-bottom: 1px;
		/*border-bottom: 1px solid #b6802e;*/
	}
	
	.navbar-nav .open .dropdown-menu>li>a:hover, 
	.navbar-nav .open .dropdown-menu>li>a:focus, 
	.dropdown-menu > li > a,
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > .active > a, 
	.dropdown-menu > .active > a:focus, 
	.dropdown-menu > .active > a:hover{
		font-size: 18px;
		background: none;
		border: none;
	}
	
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus, 
	.dropdown-menu > li > a:hover,
	.dropdown-menu > .active > a,	
	.dropdown-menu > .active > a:focus, 
	.dropdown-menu > .active > a:hover{
		color: #CF9A4B;
	}
	
	.navbar-nav > li > a:hover, 
	.nav .open > a,
	.nav .open > a:hover, 
	.nav .open > a:focus,
	.navbar-nav > li.active > a{
		color: #b6802e;
	}
	
	.nav .open > a,
	.nav .open > a:hover, 
	.nav .open > a:focus, 
	.navbar-nav > li.active.open > a{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: 0px;
	}
	
	.navbar-nav > li:hover,
	.navbar-nav > li.active, 
	.nav .open,
	.nav .open:hover, 
	.nav .open:focus{
		background: none;
		border: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.navbar-nav > li {
		float: none;
	}
	
	.navbar-nav .open .dropdown-menu{
		margin: -1px 0px 1px 0px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding: 0px;
		margin-top: 1px;
		padding-bottom: 10px;
		border: none;
		/*border-bottom: 1px solid #b6802e;*/
		position: relative;
		background: none;
		font-size: 18px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		line-height: 20px;
		float: none;
	}
	
	.dropdown-menu > li > a {
		/*padding: 8px 15px 8px 20px !important;
		color: #fff;
		text-align: left;
		font-size: 16px;*/
		padding: 6px 15px 5px 15px !important;
		line-height: 20px;
		white-space: normal;
		margin-left: 15px;
	}
	
	/*.dropdown-menu > .active > a, 
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > li > a:hover{
		padding: 6px 15px 5px 30px !important;
	}*/
	
	li.mobilmenunyelvek,
	li.mobilmenunyelvek:hover, 
	li.mobilmenunyelvek a, 
	li.mobilmenunyelvek a:hover{
		margin: 0px;
		padding: 0px;
		border: 0px;
		background: none;
		outline: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	li.mobilmenunyelvek,
	li.mobilmenunyelvek:hover{
		height: 40px;
		border-bottom: 1px solid #266771;
		-webkit-box-shadow: 0 1px 0px #367c88;
		-moz-box-shadow: 0 1px 0px #367c88;
		box-shadow: 0 1px 0px #367c88;
		margin-bottom: 20px;
	}
	
	li.mobilmenunyelvek a,
	li.mobilmenunyelvek a:hover{
		width: 50%;
		float: left;
		text-align: center;
		line-height: 20px;
		padding: 10px 0px;
		font-size: 14px;
	}
	
	li.mobilmenunyelvek a.active,
	li.mobilmenunyelvek a:hover{
		background: #1f525b;
	}
	
	
	
	/*******************************/
	/*  MEMU LENYITASA  */
	
	#wrap.active,
	#footer-container.active{
		position: relative;
		left: -250px;
	}
	
	#wrap.active #header-container,
	#wrap #content,
	#wrap #top-content-container,
	#wrap #bottom-content-container,
	#wrap .slider-container,
	#wrap .mobillebego-felsocsik,
	#footer-container{
		transition: all 0.4s ease 0s;
		opacity: 1;
	}
	
	#wrap.active #header-container,
	#wrap.active #content,
	#wrap.active #top-content-container,
	#wrap.active #bottom-content-container,
	#wrap.active .slider-container,
	#wrap.active .mobillebego-felsocsik,
	#footer-container.active{
		opacity: 0;
	}
	
	#wrap.active #sidebar-collapse {
		right: 250px;
		width: 250px;
		/*-webkit-box-shadow: -5px 10px 20px 0px rgba(0,0,0, 0.4) !important;
		-moz-box-shadow: -5px 10px 20px 0px rgba(0,0,0, 0.4) !important;
		box-shadow: -5px 10px 20px 0px rgba(0,0,0, 0.4) !important;*/
		
	}
	
	#wrap #content,
	#wrap #top-content-container,
	#wrap #bottom-content-container,
	#footer-container{
		display: block;
	}
	
	#wrap.rejtett #content,
	#wrap.rejtett #top-content-container,
	#wrap.rejtett #bottom-content-container,
	#wrap.rejtett .slider-container,
	#wrap.rejtett .mobillebego-felsocsik,
	#footer-container.rejtett{
		display: none;
	}
		
	#footer-container,
	#wrap {
		position: relative;
		padding-left: 0;
		left: 0px;
		transition: all 0.4s ease 0s;
	}
	
	/*******************************/
	/* MOBILON LEBEGŐ GOMB */
	
	.mobillebego-felsocsik {
		display: block;
	}
	
	.mobillebego-felsocsik-kozepso {
		//width: 720px;
		width: 100%;
	}
	
	.mobillebego-felsocsik-belso{
		width: 720px;
		/*width: 100%;*/
	}
	
	.mobillebego-felsocsik-belso.fixed{
		margin-top: 52px;
	}

	.btn-mobillebego-felsocsik,
	.btn-mobillebego-felsocsik:active,
	.btn-mobillebego-felsocsik:focus{
		width: 100%;
	}
	
	.content-wrapper{
		display: block;
		height: 40px;
	}
	
	
	/*************************************************************************************************************/
	/*  CONTENT  */
	
	#content-background .content-bg-item.bg3_1-2,
	#content-background .content-bg-item.bg3_2-3{
		display: none;
	}
	
	/*
	.content-right {
		margin-top: 60px;
		border-top: 1px solid #afafaf;	
		position: relative;
		padding-top: 40px;
	}
	*/
	
	/*
	.content-right:after{
		z-index: 0;
		content: "";
		background: #f3f3f3 url(../img/navilabel-disz.png) no-repeat center center;
		background-size: contain;
		height: 62px;
		width: 94px;
		position: absolute;
		top: -45px;
		right: 8.5%;
		margin-right: 47px;
		//left: 50%;
		//margin-left:-50px;
	}
	*/
	.content-center {
		padding-right: 0px;
	}
	
	.navilabel {
		text-transform: uppercase;
		font-size: 50px;
		line-height: 60px;
		padding-bottom: 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 */
		height: 35px;
	}
	
	div.felsomargos-sm{
		margin-top: 50px;
	}
	
	#banner-container{
		display: none;
		height: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	.banner-object,
	.banner-embed{
		height: 0px;
	}

	.btn-vissza-cont{
		display: none;
	}
	
	.table-responsive>.table>thead>tr>th, 
	.table-responsive>.table>tbody>tr>th, 
	.table-responsive>.table>tfoot>tr>th, 
	.table-responsive>.table>thead>tr>td, 
	.table-responsive>.table>tbody>tr>td, 
	.table-responsive>.table>tfoot>tr>td {
		 white-space: normal; 
	}
	
	/*************************************************************************************************************/
	/*  FOOTER  */
	
	#footer,
	.footer{
		height: auto;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	
	.newsection-sm{
		margin-top: 20px;
	}
	
	.form-horizontal .control-label.double-line-sm{
		position: relative;
		top: -10px;
		height: 29px;
		line-height: 20px;
	}
	
		
	.form-horizontal .control-label.double-line-sm .cl-sorszam{
		top: 7px;
	}
	
}

@media (max-width: 767px) {
	
	/*******************************/
	/*  HoverIcon  */
	
	.hovericon.not-hide-sm{
		top: auto;
		bottom: 15px;
	}
	
	/*******************************/
	/*  EGYEDI OLDAL-ELRENDEZÉSHEZ  */
	
	.row .like-sm-6,
	.row .like-xs-12{
		width: 100%;
	}
	
	.row .padding-xs{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/*******************************/
	/*  BOXOKHOZ  */
	
	.list-box-title{
		font-family: 'WorkSans-Regular',sans-serif;
		font-size: 20px;
		line-height: 20px;
	}
	
	/*******************************/
	/*  OLDALAK FŐ ELEMEI  */

	.zone{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.embed-responsive.embed-responsive-fullsize{
		padding-bottom: 100%;
		height: 0px;;
	}
	
	/*******************************/
	/*  TÖBBI  */
	
	.overflow-hidden-xs{
		overflow: hidden;
	}
	
	/*body{
		height:	auto;
	}*/
	
	.container{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#header{
		border-top: 0px;
	}
	
	.mobillebego-felsocsik-belso{
		width: 100%;
	}
	
	.brand {
		margin: auto;
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
		float: none;
	}
	
	.navilabel,
	.navilabel-2 {
		font-size: 30px;
		line-height: 36px;
	}
	/*.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 */
		height: 17px;
	}
	
	.naviselector{
		font-size: 20px;
		line-height: 28px;
		
	}
	
	#content{
		padding: 15px 15px;
	}
	
	.content-right:after{
		height: 31px;
		width: 47px;
		top: -17px;
		right: 50%;
		margin-right: -23px;
	}
	
	.unique-content{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.padding-like-content{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#main-content{
		padding: 15px 0px;
	}
		
	#navilabel,
	.like-navilabel{
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	#navilabel:after,
	.like-navilabel:after{
		height: 31px;
		width: 47px;
		bottom: -15px;
		right: 50%;
		margin-right: -23px;
	}
	
	.like-navilabel{
		/*margin-top: 30px;*/
	}
	
	div.felsomargos-xs
	{
		margin-top: 50px;
	}
	
	.alakuszo-xs{
		margin-top: 15px;
	}
	
	.table-responsive {
	 	border: none;
	}
	
	.newsection-xs{
		margin-top: 20px;
	}
	
	.form-subgroup{
		margin-bottom: 15px;
	}
	
	.form-subgroup:last-child{
		margin-bottom: 0px;
	}
	
	.form-horizontal .has-sorszam {
		padding-left: 55px;
		padding-bottom: 5px;
	}	
	
	.form-horizontal .control-label{
		/*padding-left: 15px !important;*/
		vertical-align: middle;
	}
	
	.form-horizontal .control-label .cl-sorszam {
		//top: -4px;
		top: 7px;
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 16px;
	}
		
	.form-horizontal .control-label.double-line{
		top: 0px;
		height: auto;
		line-height: inherit;
	}
	
	.form-horizontal .control-label.double-line .cl-sorszam{
		top: -4px;
	}
	
	.form-horizontal .control-label.double-line br{
		display: none;
	}
	
	.form-horizontal .control-label.double-line-xs{
		position: relative;
		top: -11px;
		height: 29px;
		line-height: 20px;
	}
		
	.form-horizontal .control-label.double-line-xs .cl-sorszam{
		top: 7px;
	}
	
	.csillag{
		position: initial;
	}
	
	/* Responsive táblázat, másképp */
	
	.table-responsive-v2 > thead {
        display: none;
    }
    .table-responsive-v2,
    .table-responsive-v2 tbody,
    .table-responsive-v2 td,
    .table-responsive-v2 tr {
        display: block;
        border: 0;
        width: 100%;
    }
	.table-responsive-v2 td{
		border-right: 0px !important;
	}
    .table-responsive-v2 td:first-child {
        border-top-width: 2px;
    }
	.table-responsive-v2 tr:first-child td:first-child {
        border-top-width: 0px;
    }
    .table-responsive-v2.table>tbody>tr>td {
        position: relative;
        padding-left: 40% !important;
        text-align: left  !important;
    }
    .table-responsive-v2.table>tbody>tr>td .th-title {
        position: absolute;
        left: 0px;
        width: 40%;
        padding: 8px 30px 8px 8px;
        text-align: right;
        top: 0px;
		/*
		top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
		*/
        font-weight: bold;
        text-transform: uppercase;
    }
    .table-responsive-v2.table>tbody>tr>td.no-th-title {
        padding-left: 10px !important;
        text-align: center !important;
    }
	
	/* Responsive táblázat, másképp  - END */
	
	.embedded-video-title-container{
		padding: 10px 20px;
	}
	
}

@media (max-width: 480px) {
	
	.navbar-fixed-top {
		text-align: left;
		padding-left: 30px;
	}

	.logo-mobil-kieg{
		display: none;
	}
}

@media (max-width: 340px) {
	
}



/*************************************************************************************************************/
/*  UNIQUE-SLIDER-CLASSIC.CSS kiegészítés  */

@media (max-width: 991px) {
	
	.carousel-inner > .item {
		/*height: 0px;
		padding-bottom: 25%;
		background-size: cover;*/
		height: 295px;
	}
	
	.carousel-caption{
		max-width: 350px;
		bottom: 45px;
	}
}

@media (max-width: 767px) {
	
	.carousel{
	}
	
	.carousel-indicators{
	}
	
	.carousel-link,
	.carousel-caption{
		/*display: none;*/
	}
	
	.carousel-caption.animated{
		-webkit-animation-duration: 0s;
		animation-duration: 0s;
		-webkit-animation-fill-mode: none;
		animation-fill-mode: none;
	}
	
	.carousel-caption{
		left: 0px;
		right: 0px;
		bottom: 0px;
		max-width: 100%;
		//height: 100%;
	}
	
	.carousel-caption .carousel-title {
		font-size: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		/*margin-top: 5px;*/
	}
	
	.carousel-caption p {
		font-size: 16px;
		/*margin: 5px 0px;
		display: inline-block;*/
		max-height: 84px;
		overflow: hidden;
		height: auto;
	}
	
	/* ha a kép alá akarjuk tenni a szöveget - BEGIN (Pl.: a kép felett kell a hely az űrlapnak) */
	.carousel-inner{
		overflow: visible;
		padding-bottom: 125px;
	}
	.carousel-caption{
		position: relative;
		margin-top: 295px;
	}
	.carousel-caption .carousel-title {
		margin: 0px 0px 10px 0px;
	}	
	.carousel-caption p {
		height: 63px;
	}
	/* ha a kép alá akarjuk tenni a szöveget - END*/
	
}

@media (max-width: 480px) {
	
	.carousel-inner > .item {
		/*height: 200px;
		background-size: auto 100%;*/
	}
	
	.mobillebego-felsocsik .btn{
		margin-bottom: 0px;
	}

}



/*************************************************************************************************************/
/*  UNIQUE-SLIDER-FULLWIDTH.CSS kiegészítés  */

@media (max-width: 991px) {
	
	#header-container.slider-closed .slider-container.fixratio .slider-box {
		display: none;
	}
	
	.slider-container.fixratio .slider-box{
		height: auto;
		overflow
	}
	
	.slider-container.fixratio .slider-mozgat-container{
		display: none;
	}
	
	.slider-container.fixratio .item img {
		position: static;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	
	.slider-container.fixratio .carousel-content-area {
		height: auto;
	}
	
	.slider-container.fixratio .carousel-inner{
		padding-bottom: 0px;
		height: auto;
		overflow: visible;
	}
	
	.slider-container.fixratio .carousel-inner > .item{
		position: static;
		height: auto;
	}
	
	.slider-container.fixratio .carousel-inner > .item.next.left,
	.slider-container.fixratio .carousel-inner > .item.prev.right{
		position: absolute;
	}
	
	.slider-container.fixratio .carousel-inner > .item > div.lazyslider-bg,
	.slider-container.fixratio .carousel-inner > .item > div.lazyslider-bg .slider-mask{
		position: static;
	}
	
	.slider-container.fixratio .carousel-inner > .item.next.left,
	.slider-container.fixratio .carousel-inner > .item.prev.right,
	.slider-container.fixratio .carousel-inner > .item > div.lazyslider-bg,
	.slider-container.fixratio .carousel-inner > .item > div.lazyslider-bg .slider-mask{
		height: 0px;
		padding-bottom: 35.15%;
	}
	
	.slider-container.fixratio .carousel-caption-box{
		position: static;
		background: rgba(61,27,10,0.7);
		height: 163px;
	}
	
	.slider-container.fixratio .carousel-caption, 
	.slider-container.fixratio .carousel-caption.balalso, 
	.slider-container.fixratio .carousel-caption.balfelso, 
	.slider-container.fixratio .carousel-caption.jobbalso, 
	.slider-container.fixratio .carousel-caption.jobbfelso {
		position: static;
		text-align: center;
		margin: 0;
		padding: 0px;
		max-width: none;
		max-height: none;
	}
	
	.slider-container.fixratio .carousel-caption:hover .carousel-caption-content{
		background: none !important;
	}
	
	.slider-container.fixratio .carousel-caption-content{
		max-width: 100%;
		height: 93px;
	} 
	
	.slider-container.fixratio .carousel-caption .carousel-title,
	.slider-container.fixratio .carousel-caption p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
	}
	
	.slider-container.fixratio .carousel-caption .carousel-title{
		height: 32px;
	}
	
	.slider-container.fixratio .carousel-caption p {
		height: 21px;
	}
	
	.slider-container.fixratio .carousel-button{
		margin-bottom: 15px;
		margin-left: 0px;
		margin-right: 0px;
		float: none;
	}
	
	.carousel-caption:hover .carousel-button,
	.carousel-caption .carousel-button:hover{
	    margin-left: 0px !important;
		margin-right: 0px !important;
		padding-left: 35px !important;
		padding-right: 35px !important; 
		float: none !important;
	}
	
	.slider-container.fixratio .carousel-indicators-container{
		//position: static;
		bottom: 210px;
	}
	
	.slider-container.fixratio .carousel-indicators{
		top: 15px;
	}
	
}

@media (max-width: 767px) {
	

	
}

@media (max-width: 480px) {
	
	

}



/*************************************************************************************************************/
/*  MENU-VERTICAL-FULLWIDTH.CSS kiegészítés  */

@media (max-width: 991px) {
	
	#desktop-extramenu{
		display: none;
	}
	
	.slider-form-box-vertical{
		display: none;
	}
}

@media (max-width: 767px) {
	

	
}

@media (max-width: 480px) {
	
	

}



/*************************************************************************************************************/
/*  HEADER-BOOKING-FORM.CSS kiegészítés  */

@media (max-width: 767px) {
	.slider-form-box {
		width: 100%;
	}
}

