@charset "IBM437";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: Lucida-Fax;
    src:  url('/fonts/Lucida_Fax_Regular.woff') format('woff'),
    url(/fonts/Lucida_Fax_Regular.ttf);
}

body,html{
	margin:0px;
	padding:0px;
	font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.2;
}

/* HEADER */
header {
    background: #000 none repeat scroll 0 0;
}

.is-fixed-header {
    padding-top: 85px;
}

.is-fixed-header header {
    background: rgba(000, 000, 000, 0.8);
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.main-logo{
	height: 66px;
	width:100%;
	display: block;
	background-image: url("../img/logo-horizontal.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width:1160px){
	.logo-container{ padding:0px; }
}

#navbar{
	float:left; padding:0px;
}
#navbar .main-list{ padding:0px;}
#navbar .main-list { padding:0px;}
.toggle-navmenu{
    padding:0px;
	background-color:#c21b17;
	color:#fff;
	border-radius:4px;
	width:40px;
	height:40px;
    margin-top:0px;
    margin-right:0px;
}
.toggle-navmenu .icon-bar{ background-color:#fff; margin-left:auto;margin-right:auto; }
#navbar a{ font-family: Lucida-Fax; }
.main-list-item > a{color:#fff;}

.search-lang{}
.search-box{ text-align: right; position: relative; float:right;}
.search-box-button{ padding-top: 7px; margin-right: 10px;cursor:pointer;position: relative;   display: block; float: right; width: 30px;height:30px; color:#fff; text-align: center;background-color:#c21b17; }
.search-box .header-search{ overflow: hidden;position: absolute;z-index:2; right: 40px; height:30px;top:0; width:0px; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; }
.search-box .header-search input{ height: 30px; padding-left: 5px;border:none; width:100%; display: block;}
.header-search.active {  width: 240px; }

.select-lang{display: none;}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

@media (max-width: 991px) {
    #navbar{ float:none; clear:both; margin-left:-15px;margin-right:-15px;}
    .main-list-item{float:none; border-bottom: 1px solid #f5f7f8;}
    .main-list-item div {display: none !important;}
    .main-list-item > a,header .language-holder a{display:block; padding: 15px;  font-size: 1em; line-height: 1.2;text-transform: uppercase;}
    header .language-holder a{border-bottom: 1px solid #fff; color:#fff;}
    header .language-holder a:hover{color:#999 !important;}
    header .language-holder a::after{display: none;}
    header .language-holder a:last-child{border-bottom: none;}
    .main-list-item > a:hover,header .langauge-holder a:hover{color: #666666;}
    .search-box{float:left;position: static;}
    .search-box-button{width:40px; height:40px;padding:8px;border-radius:4px;font-size:18px;}
    .search-box .header-search, header .language-holder{ position: absolute; left:0px; top:40px; width: 100%;  display:none; margin-top:0px;  height:60px; padding: 10px 15px; background:#000;}
    .header-search.active { display:block;}
    .search-box .header-search input { display: block; width:100%; height:40px; border-radius: 4px; background-color:transparent;border:1px solid #898989; color:#fff; background-image: url('../img/mobile-search.png'); background-repeat: no-repeat;background-position: right 5px center;}
    .search-box-button{ float:left;}
    .select-lang{ display: block; width:40px; height:40px; color:#fff; font-size:18px;padding-top: 8px;text-align: center; background-color:#c21b17; border-radius:4px; }
    header .language_select{float:left; margin-right: 10px;cursor:pointer;}
    header .language-holder{ height:auto;}
    header .language-holder.active{ display: block; z-index:10; padding-left:0px; padding-right: 0px;}

}

@media(min-width:992px){
    .main-list-item{float:left; list-style-type: none;}
    .main-list-item > a{ color:#fff; position: relative; display: block; font-size:14px; font-weight: bold; padding: 6px 10px 16px;}
    .main-list-item:hover > a {color:#c11a17;}
    .main-list-item > a::after, .language_select a::before{
        content: " ";
        width: 50%;
        border: solid 3px #c11a17;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 28px;
        opacity: 0;
        display: block;
        position: absolute;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
    	transition: opacity 0.3s, transform 0.3s;
    	-webkit-transform: translateY(10px);
    	-moz-transform: translateY(10px);
    	transform: translateY(10px);
    }
    .language_select a::before { border: solid 1px #fff; left:0px;bottom:0px; right: inherit; top:inherit; width: 16px;}
    .main-list-item:hover > a::after,.language_select a:hover::before {
        opacity: 1;
    	-webkit-transform: translateY(0px);
    	-moz-transform: translateY(0px);
    	transform: translateY(0px);
    }

    header .language_select a {
        color: #999999;
        display: block;
        float: left;
        font-size: 12px;
        line-height: 20px;
        margin-top: 4px;
        position: relative;
    }
    header .language_select a:hover{color:#fff;}
    header .language_select a:hover::after{ color: #999999; }
}
.main-list-item.depth-1{position: relative;}
.main-list-item.depth-1 .dropdown,.main-list-item.depth-2 .dropdown{
    position: absolute;
    z-index:10;
    visibility: hidden;
    overflow: visible;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.main-list-item.depth-1:hover > .dropdown,.main-list-item.depth-2:hover > .dropdown { z-index: 10; visibility: visible;opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }
/*MENÜ ELSŐ SZINT*/
.main-list-item.depth-1 .dropdown ul{ background-color: #838282; padding:15px 15px;padding-right: 25px;}
.main-list-item.depth-1 .dropdown ul li { list-style-type: none; margin-bottom: 5px;}
.main-list-item.depth-1 .dropdown ul li a{
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 0;
}
.main-list-item.depth-1 .dropdown ul li a i{ float:left; margin-right:10px; color:#fff; margin-top: 4px; font-size:12px;}
.main-list-item.depth-1 .dropdown ul li a:hover{ color :#000;}
.main-list-item.depth-1 .dropdown ul li a:hover >i{color:#fff;}

/* MENÜ MÁSODIK SZINT */
.main-list-item.depth-2 .dropdown{
    left:0px;
}
.main-list-item.depth-2 .dropdown > ul{ background-color: #838282; padding:15px 15px; padding-right: 25px; width:100%;}
.main-list-item.depth-2 .dropdown > ul > li { list-style-type: none; float:left; margin-right: 20px;}
.main-list-item.depth-2 .dropdown > ul > li > a{ color: #000; display: block;padding-bottom:9px; font-size:14px; position: relative;}
.main-list-item.depth-2 .dropdown > ul > li > a::after {
	content: '';
	position: absolute;
	left: 2px;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #000;
	opacity: 0;
    top:18px;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.main-list-item.depth-2 .dropdown > ul > li > a:hover::after,
.main-list-item.depth-2 .dropdown > ul > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.main-list-item.depth-2 .dropdown > ul > li div ul {padding:0px; width:200px;}
.main-list-item.depth-2 .dropdown > ul > li div ul li { list-style-type: none; margin-bottom:5px;}
.main-list-item.depth-2 .dropdown > ul > li div ul li a {color:#fff; text-decoration:none; font-weight: normal; font-size:14px;line-height: 20px; }
.main-list-item.depth-2 .dropdown > ul > li div ul li a:hover{ color: #000;}
.main-list-item.depth-2 .dropdown > ul > li div ul li span{ float:left; height:20px; margin-right: 5px; display: inline-block; margin-top: 3px;font-size: 12px; color:#fff;}
/* HEADER VÉGE **/


/* INDEX PAGE  */
.l-main-container {
    background: #000;
    position: relative;
    z-index: 1;
}
/* INDEX END */


/**ANIMATIONS*/
.fade-in-animate {
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -ms-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
    visibility: hidden;
    opacity: 0;
}

.fade-in-animate.visible {
    visibility: visible;
    opacity: 1;
}
/* ANIMATIONS END  */

/** FOOTER */
footer {
    background: #000;
    border-top: 3px solid #c11a17;
    position: relative;
    z-index: 2;
}

.b-footer-primary {
    box-shadow: 0 0 3px 0 #f3eeeb;
    background: #f4f4f4;
    border-bottom: 1px solid #e9e9e9;
    padding: 14px 0 8px 0;
}

.b-footer-secondary {
    padding: 26px 0 26px 0;
}

@media screen and (max-width: 639px) {
    .b-footer-secondary {
        padding-top: 20px;
    }
}

@media screen and (max-width: 979px) {
    .b-footer-secondary > [class*='col-'] {
        border-top: 1px solid #dddddd;
        margin-left: 0;
        padding-bottom: 10px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 639px) {
    .b-footer-secondary > [class*='col-'] {
        border-top: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 979px) {
    .b-footer-secondary > [class*='col-']:first-child {
        border-top: 0;
    }
}

@media screen and (max-width: 979px) {
    .b-footer-secondary > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

.f-copyright {
    font-size: 0.92308em;
    line-height: 2.5;
    color: #a5a5a5;
    padding: 0;
    text-align: center;
}
/* FOOTER END */