@font-face {
    font-family: 'NimbusSansDOT-Regu';
    src:  url('/fonts/NimbusSansDOT-Regu.eot?#iefix') format('embedded-opentype'),
    url('/fonts/NimbusSansDOT-Regu.otf')  format('opentype'),
    url('/fonts/NimbusSansDOT-Regu.woff') format('woff'),
    url('/fonts/NimbusSansDOT-Regu.ttf')  format('truetype'),
    url('/fonts/NimbusSansDOT-Regu.svg#NimbusSansDOT-Regu') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NimbusSansDOT-Ligh';
    src: url('/fonts/NimbusSansDOT-Ligh.eot?#iefix') format('embedded-opentype'),
    url('/fonts/NimbusSansDOT-Ligh.otf')  format('opentype'),
    url('/fonts/NimbusSansDOT-Ligh.woff') format('woff'),
    url('/fonts/NimbusSansDOT-Ligh.ttf')  format('truetype'),
    url('/fonts/NimbusSansDOT-Ligh.svg#NimbusSansDOT-Ligh') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NimbusSansDOT-Bold';
    src:  url('/fonts/NimbusSansDOT-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/NimbusSansDOT-Bold.otf')  format('opentype'),
    url('/fonts/NimbusSansDOT-Bold.woff') format('woff'),
    url('/fonts/NimbusSansDOT-Bold.ttf')  format('truetype'),
    url('/fonts/NimbusSansDOT-Bold.svg#NimbusSansDOT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'NimbusSansDOT-Blac';
    src: url('/fonts/NimbusSansDOT-Blac.eot?#iefix') format('embedded-opentype'),  url('/fonts/NimbusSansDOT-Blac.otf')  format('opentype'),
    url('/fonts/NimbusSansDOT-Blac.woff') format('woff'), url('/fonts/NimbusSansDOT-Blac.ttf')  format('truetype'), url('/fonts/NimbusSansDOT-Blac.svg#NimbusSansDOT-Blac') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: NimbusSansDOT-Regu;
    background: url("/images2/body-bg.jpg") no-repeat center;
    background-size: cover;
    color: #5f6153;
}

p{
    font-size: 13px;

}

h1{
    font-size: 20px;
}

h2{
    font-size: 18px;
}

h3{
    font-size: 16px;
}

.section.dred{
    background: #4d0909;
}

.top{
    text-transform: uppercase;
    padding: 10px 0;
    color: #e0e5ca;
    font-size: 10px;
}

.frame.content{
    margin: 20px auto 0 auto;
    background: white;
    padding: 10px;
}

.content-top{
    background-color: #860a0a;
    background-image: url("/images2/header-bg-1.png"), url("/images2/header-bg-2.png"),  url("/images2/header-bg-3.png");
    background-position: left top, right top, right top;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.logo{
    display: inline-block;
    padding: 10px;
}

.page-title{
    font-size: 40px;
    font-family: NimbusSansDOT-Bold;
    background: -webkit-linear-gradient(#e0e5ca, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    display: inline-block;
}

.page-title span{
    font-size: 16px;
}

.content-top .search_form{
    padding: 0;
    width: 200px;
    margin:32px 25px 30px 25px;

}


.search_form .search-submit{
    background: url("/images2/btn-search.png") no-repeat center;
    width: 49px;
    height: 36px;
    top: 0;
    right: 0;
    padding: 0;
}
nav{
    background: rgb(152,13,13); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(152,13,13,1) 0%, rgba(134,11,11,1) 84%, rgba(134,11,11,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(152,13,13,1) 0%,rgba(134,11,11,1) 84%,rgba(134,11,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(152,13,13,1) 0%,rgba(134,11,11,1) 84%,rgba(134,11,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#980d0d', endColorstr='#860b0b',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #8d211e;
}

.menu.menu-main{

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#980d0d+0,860b0b+84,860b0b+100 */

    text-transform: uppercase;
    color: #e0e5ca;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #740a0a;
    border-top: 1px solid #a02320;

}

.menu-main li:after{
    content: "";
    position: absolute;
    right: -4px;
    width: 1px;
    height: 9px;
    background: #e0e5ca;
    top: 14px;
}

.menu-main li:last-child:after{
    display: none;

}

.menu-main .menu-item:hover{
    -webkit-box-shadow: inset 0px 0px 21px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 21px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 21px 0px rgba(0,0,0,0.75);

}

.menu-main .menu-item:hover:after{

}

.frame.footer{
    background: #484a42;
    border-top: 5px solid #e0e5ca;
}

.menu-main.menu-footer{
    border-top: 0;
    border-color: #575a50;
}

.menu-regular.menu-line.menu-footer{
    border-top: 1px solid #575a50;
    border-bottom: 1px solid #575a50;
}

.menu-main.menu-footer .menu-item:after{
    display: none;
}

.foot-logo{
    color: white;
    text-transform: uppercase;
}

.foot-logo h2{
    margin-bottom: 0;

}

.foot-logo h3{
    margin: 0;
    font-size: 11px;
}

.menu-footer .menu-item{
    color: #aaae96!important;
}

.menu-regular.menu-footer li:not(:last-of-type) .menu-item{
    border: 0;
}

.footer-content .menu-footer li .menu-item{
    padding: 5px 0;
}

.menu-footer{
    text-transform: uppercase;
}

.menu-footer li .menu-item:hover{
    background: none!important;
}

.copyright .float-left, .copyright .float-right{
    padding: 10px;
}

.copyright .logo{
    vertical-align: middle;
}

.copyright .float-left p{
    margin-top: 6px;
}

.copyright  p{
    color: #e0e5ca;
    font-size: 14px;
    margin-bottom: 0;
}

.copyright a{
    font-weight: bold;
}

.footer nav{
    background: none;
    border: 0;
}


/* ==========================================================================
   MYBASE
   ========================================================================== */
.img-repos{
    position: relative;
    top: -2px;
}

.menu{
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu.menu-line li{
    display: inline-block;
}



.menu-item{
    display: block;
    padding: 10px 4px 10px 8px;
   position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}   

.menu-line .menu-item{
	 margin-left: -0px;
}

.menu-line li:first-of-type .menu-item{
    margin-left: 0;
}


.menu-item img{
    position: relative;
    top: -2px;
    margin-right: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*for bootstrap hamburger menu icon*/
.mobil-menu{
    display: none;
    padding: 5px 10px 13px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 25px;
    color: #e0e5ca!important;
}

.mobil-menu:hover, .mobil-menu.active{
    -webkit-box-shadow: inset 0px 0px 21px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 21px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 21px 0px rgba(0,0,0,0.75);

}


.slider-menu-holder{
    background: #e0e5ca;
    margin: 0 15px;
    padding: 5px;
}

.slider-menu{
    text-transform: uppercase;
}

.slider-menu li:not(:first-of-type){
    background: url("/images2/btn-separator.png") no-repeat center -6px;
}

.slider-menu .menu-item{
    padding-bottom: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-menu .menu-item:hover{
    font-weight: bold;
    background: rgba(51, 51, 51, 0.06);
}

.slider-menu .menu-item:hover img{
    top: -4px;
}

#slider{
    margin: 0;
}

.slider-img{
    width: 100%;
}

.slider-info{
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    color: #e0e5ca;
    text-transform: uppercase;

}

.lSSlideOuter .lSPager.lSpg{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.lSSlideOuter .lSPager.lSpg > li a{
    background: #e0e5ca;
    height: 13px;
    width: 13px;
    border: 2px solid #e0e5ca;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #860A0A;
}

.box-title{
    font-size: 24px;
    color: #860b0b;
    margin: 0;
    padding: 15px 10px;
    border-bottom: 1px solid #e2e7ce;
    position: relative;
}

.box-border{
    position: absolute;
    bottom: 5px;
    height: 3px;
    left: 0;
    right: 0;
    background: #e2e7ce;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.box-title:after, .box-title:before {
    top: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.box-title:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}
.box-title:before {
    border-color: rgba(226, 231, 206, 0);
    border-top-color: #e2e7ce;
    border-width: 8px;
    margin-left: -8px;
}

.box:hover .box-title:after,.box:hover .box-title:before{
    left: 50%;
}

.box:hover .box-title{
    border-color: #860A0A;
}

.box:hover .box-title:before{
    border-top-color: #860A0A;
}

.box-content{
    padding: 10px 0;
}

.menu-regular .menu-item{
    padding: 5px 10px;
    color: #52544a;
    text-transform: uppercase;
}

.menu-regular li:not(:last-of-type) .menu-item{
    border-bottom: 1px solid #e2e7ce;
}

.menu-regular .menu-item:hover, .news:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e7ce+63,e2e7ce+63,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(226,231,206,1) 0%, rgba(226,231,206,0.37) 63%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(226,231,206,1) 0%,rgba(226,231,206,0.37) 63%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(226,231,206,1) 0%,rgba(226,231,206,0.37) 63%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e7ce', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

    color: #860A0A;
}


.news{
    color: #5f6153;
    padding: 15px 0;
    border-bottom: 1px solid #5f6153;

}

.news-img img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news:hover .news-img img{
    -webkit-transform: scale(0.9,0.9);
    -moz-transform: scale(0.9,0.9);
    -ms-transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
}

.news-date{
    font-size: 12px;
    margin: 0;
}

.news-title{
    font-size: 20px;
    color: #414239;
    margin: 0;
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news:hover .news-title{
    color: #860A0A;
}

.news-text{
    font-size: 13px;
}

.pagination>li>a, .pagination>li>span{
    color: #8c8c8c;
    margin: 0 5px;
    padding: 5px 10px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    background: #484a42;
    color: white;
}



a, a:hover, a:link, a:hover, a:visited, a:active{
	text-decoration: none;
	 color: inherit;
}   
.clear {
   clear:both;
   font-size:0px;
   line-height:0px;
   height:0px;
   display: block;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}


.frame{

	max-width: 992px;
	margin: 0 auto;
}

.pad-no{
	padding: 0;
}
   
.pad-no-l{
	padding-left: 0;
}

.pad-no-r{
	padding-right: 0;
}
/* akkor használom ha a kereső doboz együtt van a gombbal */
.search_form{
    display: block;
    float: right;
    border-radius: 5px;
    position: relative;
}

.search_form input[type="text"]{
    border: 0;
    padding: 8px;
    display: block;
    width: 100%;
    border-radius: 5px;
    background: #e0e5ca;
    -webkit-box-shadow: inset 3px 3px 9px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: inset 3px 3px 9px 0px rgba(0,0,0,0.23);
    box-shadow: inset 3px 3px 9px 0px rgba(0,0,0,0.23);
}

.search_form input[type="text"]:focus{
    outline: 0;
}

.search_form input[type="submit"]{
    border: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    text-transform: uppercase;

}


.alignCenter{
    display: block;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
}

.alignLeft{
    float: left;
    margin: 5px 10px 10px 0;
}

.alignRight{
    float: right;
    margin: 5px 0 10px 10px;
}

img{
    max-width: 100%;
}

form{
    display: block;
    margin: 15px 0;

}

form input, form select, form textarea{
    display: block;
    padding: 5px 10px;
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
}

   

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


a.bovebben {
    font-weight: bold;
}

