/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html, button, input, select, textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 66669 !important;
}
#preloader .spinner {
    margin: 25% auto 0 auto;
    width: 70px;
    text-align: center;
}
#preloader .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #c8171d;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#preloader .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
#preloader .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
a, a:focus, textarea:focus, input:focus {
    outline: none;
}
@font-face {
    font-family: 'bodoni';
    src: url('../fonts/bodon-webfont.eot');
    src: url('../fonts/bodon-webfont-.eot#iefix') format('embedded-opentype'), url('../fonts/bodon-webfont.woff') format('woff'), url('../fonts/bodon-webfont.ttf') format('truetype'), url('../fonts/bodon-webfont.svg#bodoni_pflnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'maven';
    src: url('../fonts/mavenprolight-300-webfont.eot');
    src: url('../fonts/mavenprolight-300-webfont-.eot#iefix') format('embedded-opentype'), url('../fonts/mavenprolight-300-webfont.woff') format('woff'), url('../fonts/mavenprolight-300-webfont.ttf') format('truetype'), url('../fonts/mavenprolight-300-webfont.svg#maven_pro_light300') format('svg');
    font-weight: normal;
    font-style: normal;
}
#menu {
    position: fixed !important;
    left: 0;
    top: -100px;
    width: 100% !important;
    height: 35px;
    margin: 0 0 0 -480px;
    z-index: 6667 !important;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0 10px 50%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu ul li {
    float: left;
    margin: 0 35px 0 0;
}
#menu ul li #hat {
    display: block;
    width: 67px;
    height: 34px;
    background: url('../img/hat_logo.png') no-repeat;
    text-indent: -9000px;
    padding-bottom: 4px;
}
#menu ul li #hat.menu_selected {
    border-bottom: 1px solid white;
    border-top: none;
}
#menu ul li a.menu_item {
    display: block;
    margin: 12px 0 0 0;
    font-family: 'bodoni';
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
#menu ul li a.menu_selected {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}
.page_wrapper {
    /* height: 100% !important;
    	height: 100%; */
    
    margin: 0 auto;
    overflow: hidden;
    backgorund: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
img#home {
    width: 100%;
    height: auto;
    margin-top: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#home_page {
    position: relative;
    width: 960px;
    height: 800px;
    margin: -50% auto 0 auto;
    z-index: 10;
}
#home_text {
    position: absolute;
    left: 55%;
    top: 57%;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 10px;
    font-family: 'maven';
    font-weight: normal;
    font-size: 18px;
    color: #000;
    line-height: 1.2em;
    z-index: 20;
}
#home_arrow {
    display: block;
    position: absolute;
    left: 55%;
    top: 57%;
    width: 101px;
    height: 120px;
    /* min-height: 120px;
	max-height: 250px; */
    
    background: url('../img/arrow_home.png') left bottom no-repeat;
    z-index: 30;
}
#home_button {
    display: block;
    position: absolute;
    left: 55%;
    top: 57%;
    width: 76px;
    height: 77px;
    background: url('../img/button_home.png') no-repeat;
    z-index: 30;
    text-decoration: none;
    color: #000;
    font-family: 'maven';
    font-weight: normal;
    font-size: 25px;
    padding: 22px 0 0 22px;
}
/* img.img_hetev {
	padding-left: 50%;
	margin-left: -1280px;
	padding-top: 50%;
	margin-top: -720px;
} */

.page_content {
    position: absolute;
    width: 800px;
    left: 50%;
    top: 75px;
    margin: 0 auto 0 -400px;
    z-index: 100;
}
.hetev {
    position: relative;
    top: -130px;
    height: 0;
    /*
	width: 800px;
	left: none;
	top: -126px;
	margin: none;
	z-index: 100; */
}
.titkos {
    position: absolute;
    width: 960px;
    left: 50%;
    top: 40px;
    margin: 0 auto 0 -480px;
    z-index: 100;
}
.konyvek {
    position: absolute;
    width: 960px;
    height: 600px;
    left: 50%;
    top: 40px;
    margin: 100px auto 0 -480px;
    z-index: 100;
    background: url('../img/konyvek.jpg') 400px -92px no-repeat;
}
#negyertek_header {
    position: relative;
    width: 183px;
    height: 192px;
    background: url('../img/header_hat_4ertek.png') no-repeat;
    margin: 20px 0 14px 75px;
}
#negyertek_text {
    width: 300px;
    padding: 14px;
    font-family: 'bodoni';
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-align: justify;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
#negyertek_list {
    width: 96px;
    height: 127px;
    background: url('../img/list_hat_4ertek.png') no-repeat;
    margin: 14px 0 0 20px;
}
#negyertek_next {
    display: block;
    position: absolute;
    width: 250px;
    height: 101px;
    background: url('../img/arrow_white_h_r.png') right top no-repeat;
    margin: -350px 0 0 592px;
}
#negyertek_kedvencek {
    display: block;
    position: absolute;
    width: 150px;
    height: 20px;
    background: url('../img/arrow_white_v.png') right bottom no-repeat;
    padding: 240px 20px 0 0;
    margin: -170px 0 0 220px;
    text-decoration: none;
    font-family: 'bodoni';
    font-size: 20px;
    color: #fff;
}
#nagyot_header {
    width: 255px;
    height: 311px;
    background: url('../img/header_hat_nagy5.png') no-repeat;
    margin: 50px 0 14px -110px;
    float: left;
}
#nagyot_text {
    width: 230px;
    padding: 14px;
    font-family: 'bodoni';
    font-weight: normal;
    text-decoration: none;
    color: #030000;
    font-size: 16px;
    text-align: justify;
    border-top: 1px solid #030000;
    border-bottom: 1px solid #030000;
    margin-top: 50px;
    float: left;
}
#nagyot_next {
    display: block;
    position: absolute;
    width: 150px;
    height: 101px;
    background: url('../img/arrow_white_h_r.png') right top no-repeat;
    margin: 270px 0 0 592px;
}
#nagyot_kedvencek {
    display: block;
    position: absolute;
    width: 150px;
    height: 20px;
    background: url('../img/arrow_nagy5_v.png') right bottom no-repeat;
    padding: 200px 20px 0 0;
    margin: 350px 0 0 10px;
    text-decoration: none;
    font-family: 'bodoni';
    font-size: 20px;
    color: #030000;
}
#letezes_header {
    width: 530px;
    height: 322px;
    background: url('../img/header_hat_letezes.png') no-repeat;
    margin: -100px 0 0 -110px;
}
#letezes_text {
    width: 450px;
    padding: 14px;
    margin: 0 0 0 11px;
    font-family: 'bodoni';
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-align: left;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
#letezes_text ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
#letezes_text ul li {
    margin-left: 20px;
}
#letezes_text ul li {
    margin-left: 20px;
}
#letezes_next {
    display: block;
    position: absolute;
    width: 150px;
    height: 101px;
    background: url('../img/arrow_white_h_r.png') right top no-repeat;
    margin: -371px 0 0 592px;
}
#letezes_kedvencek {
    display: block;
    position: absolute;
    width: 150px;
    height: 20px;
    background: url('../img/arrow_white_v.png') right bottom no-repeat;
    padding: 60px 20px 0 0;
    margin: 0 0 0 150px;
    text-decoration: none;
    font-family: 'bodoni';
    font-size: 20px;
    color: #fff;
}
img.img_hetev1, img.img_hetev2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#hetev_header {
    width: 695px;
    height: 228px;
    background: url('../img/header_hat_7ev.png') no-repeat;
    margin-bottom: 14px;
}
#hetev_text {
    width: 720px;
    padding: 14px;
    font-family: 'bodoni';
    font-weight: normal;
    text-decoration: none;
    color: #06336b;
    font-size: 16px;
    text-align: justify;
    border-top: 1px solid #06336b;
    border-bottom: 1px solid #06336b;
}
#hetev_next {
    display: block;
    position: absolute;
    width: 150px;
    height: 101px;
    background: url('../img/arrow_hetev_h_r.png') right top no-repeat;
    margin: 58px 0 0 700px;
}
#hetev_kedvencek {
    display: block;
    position: absolute;
    width: 150px;
    height: 20px;
    background: url('../img/arrow_hetev_v.png') right bottom no-repeat;
    padding: 60px 20px 0 0;
    margin: 0 0 0 150px;
    text-decoration: none;
    font-family: 'bodoni';
    font-size: 20px;
    color: #06336b;
}
#titkos_header {
    position: relative;
    width: 451px;
    height: 55px;
    background: url('../img/header_hat_titkos.png') no-repeat;
    margin: 50px 0 14px 20px;
}
#titkos_text {
    width: 960px;
    height: 600px;
    font-family: 'bodoni';
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    /* text-align: justify;
	border-top: 1px solid white;
	border-bottom: 1px solid white; */
}
#titkos_text #titkos_text_left {
    width: 460px;
    float: left;
    border-right: 1px solid white;
    padding-right: 14px;
}
#titkos_text #titkos_text_right {
    width: 460px;
    float: left;
    margin-left: 14px;
}
#titkos_text #titkos_text_left dd, #titkos_text #titkos_text_right dd {
    margin-left: 35px;
    margin-bottom: 14px;
    display: block;
}
#titkos_text #titkos_text_left dd.titkos_number, #titkos_text #titkos_text_right dd.titkos_number {
    margin: 10px 10px 0 0;
    font-family: 'bodoni';
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size: 33px;
    float: left;
}
#titkos_text #titkos_text_left dt, #titkos_text #titkos_text_right dt {
    font-size: 20px;
    display: block;
}
#titkos_next {
    display: block;
    position: absolute;
    width: 250px;
    height: 101px;
    background: url('../img/arrow_white_h_r.png') right top no-repeat;
    margin: -220px 0 0 700px;
}
#titkos_kedvencek {
    display: block;
    position: absolute;
    width: 150px;
    height: 20px;
    background: url('../img/arrow_white_v.png') right bottom no-repeat;
    padding: 60px 20px 0 0;
    margin: -230px 0 0 100px;
    text-decoration: none;
    font-family: 'bodoni';
    font-size: 20px;
    color: #fff;
}
/* #konyvek_kep {
	position: relative;
	width: 509px;
	height: 637px;
	background: url('../img/konyvek.jpg') no-repeat;
} */

#konyvek_header {
    position: relative;
    width: 451px;
    height: 55px;
    background: url('../img/header_hat_konyvek.png') no-repeat;
    margin: -50px 0 14px 40px;
}
#konyvek_text1 {
    width: 440px;
    padding: 5px;
    font-family: 'bodoni';
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-align: justify;
    border-bottom: 1px solid white;
}
#konyvek_text2 {
    width: 440px;
    padding: 5px;
    font-family: 'bodoni';
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-align: justify;
    border-bottom: 1px solid white;
}
.konyvek_header {
    display: block;
    font-size: 20px;
}
.konyvek_szerzo {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
#konyvek_text1 a, #konyvek_text2 a {
    display: block;
    font-family: 'bodoni';
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid white;
    padding-bottom: 2px;
    width: 88px;
    margin: 10px 0 10px 180px;
}
#konyvek_text1 a.inline {
    display: inline;
    font-family: 'bodoni';
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border-bottom: none;
    padding-bottom: 0px;
    width: auto;
    margin: 0px;
}
#konyvek_next {
    display: block;
    position: absolute;
    width: 250px;
    height: 101px;
    background: url('../img/arrow_white_h_r.png') right top no-repeat;
    margin: -300px 0 0 700px;
}
#konyvek_kedvencek {
    display: block;
    position: absolute;
    width: 150px;
    height: 20px;
    background: url('../img/arrow_white_v.png') right bottom no-repeat;
    padding: 50px 20px 0 0;
    margin: 0 0 0 200px;
    text-decoration: none;
    font-family: 'bodoni';
    font-size: 20px;
    color: #fff;
}
#full-width-slider {
    width: 100%;
}
.coloredBlock {
    padding: 12px;
    background: rgba(255, 0, 0, 0.6);
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%;
}
.infoBlock {
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    max-width: 25%;
    padding-bottom: 0;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    padding: 20px;
}
.infoBlockLeftBlack {
    color: #FFF;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    left: 30px;
    right: auto;
}
.infoBlock h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 3px;
}
.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0;
}
.infoBlock a {
    color: #FFF;
    text-decoration: underline;
}
.photosBy {
    position: absolute;
    line-height: 24px;
    font-size: 12px;
    background: #FFF;
    color: #000;
    padding: 0px 10px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    top: auto;
    border-radius: 2px;
    z-index: 25;
}
.photosBy a {
    color: #000;
}
#kedvencek {
    width: 100%;
    height: 1000px;
    background: #fff;
    /* background: url('../img/bg_kedvencek.jpg') center top no-repeat; */
}
#kedvencek_holder {
    width: 960px;
    height: 600px;
    margin: 400px auto 0 auto;
    background: url('../img/kedvencek_bg.jpg') no-repeat;
}
#kedvencek-slider {
    width: 825px;
    height: 490px;
    margin: 0 0 0 67px;
}
#kedvencek_holder a.kedvenc {
    display: block;
    float: left;
    width: 147px;
    height: 458px;
    background: #7f7f7f;
    margin: 30px 20px 0 0;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #7f7f7f;
}
#kedvencek_holder a.kedvenc span {
    display: block;
    color: #fff;
    font-family: 'bodoni';
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 20px;
    height: 30px;
}
#kedvencek_holder a.kedvenc div.friss {
    display: block;
    position: absolute;
    width: 56px;
    height: 40px;
    background: url('../img/friss.png') no-repeat;
    z-index: 10;
    margin: -29px 0 0 -10px;
}
#kedvencek_holder a.end {
    margin: 30px 0 0 0;
}
#kedvencek_holder a.kedvenc img.kedvenc_profil {
    display: block;
    margin: 9px 0 1px 0;
    /* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	filter: gray; */
}
#kedvencek_holder a.kedvenc img.kedvenc_munka {
    display: block;
    margin: 1px 0 0 0;
}
#kedvencek_holder #kedvencek_prev {
    display: block;
    position: absolute;
    width: 67px;
    height: 101px;
    background: url('../img/arrow_black_h_l.png') left top no-repeat;
    margin: -140px 0 0 0;
}
#kedvencek_holder #kedvencek_next {
    display: block;
    position: absolute;
    width: 67px;
    height: 101px;
    background: url('../img/arrow_black_h_r.png') right top no-repeat;
    margin: -140px 0 0 892px;
}
#kedvencek_holder #next_ugyfel {
    display: block;
    position: absolute;
    width: 101px;
    height: 37px;
    background: url('../img/arrow_black_v.png') left bottom no-repeat;
    padding: 30px 0 0 100px;
    margin: 0 0 0 235px;
    text-decoration: none;
    font-family: 'bodoni';
    font-size: 20px;
    color: #919090;
}
#ugyfelek {
    width: 100%;
    height: 1000px;
    background: #fff;
    /* background: url('../img/bg_ugyfelek.jpg') center top no-repeat; */
}
#ugyfelek_holder {
    width: 960px;
    height: 600px;
    margin: 400px auto 0 auto;
    background: url('../img/ugyfelek_bg.jpg') no-repeat;
}
#ugyfelek-slider {
    width: 824px;
    height: 404px;
    margin: 30px 0 0 68px;
}
#ugyfelek_holder a.ugyfel {
    display: block;
    float: left;
    width: 103px;
    height: 101px;
    margin: 0;
    font-weight: normal;
    text-decoration: none;
}
#ugyfelek_holder a.ugyfel img.ugyfel_logo {
    /* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	-webkit-transition: all 0.3s linear;                  
    -moz-transition: all 0.3s linear;                 
    -o-transition: all 0.3s linear;   
    -ms-transition: all 0.3s linear;          
    transition: all 0.3s linear; */
    
    filter: gray;
    object-fit: contain;
    width: 90% !important;
    margin: 0 auto;
}
#ugyfelek_holder a.ugyfel img.ugyfel_logo:hover {
    /* -webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%); */
    
    filter: none;
}
#ugyfelek_holder #ugyfelek_prev {
    display: block;
    position: absolute;
    width: 67px;
    height: 101px;
    background: url('../img/arrow_black_h_l.png') left top no-repeat;
    margin: -150px 0 0 0;
}
#ugyfelek_holder #ugyfelek_next {
    display: block;
    position: absolute;
    width: 67px;
    height: 101px;
    background: url('../img/arrow_black_h_r.png') right top no-repeat;
    margin: -150px 0 0 892px;
}
#ugyfelek_holder #next_dijak {
    display: block;
    position: absolute;
    width: 101px;
    height: 37px;
    background: url('../img/arrow_black_v.png') left bottom no-repeat;
    padding: 70px 0 0 100px;
    margin: 0 0 0 224px;
    text-decoration: none;
    font-family: 'bodoni';
    font-size: 20px;
    color: #919090;
}
#munkak-slider {
    width: 147px;
    height: 300px;
}
#dijak {
    width: 100%;
    height: 1000px;
    background: #fff;
    /* background: url('../img/bg_dijak.jpg') center top no-repeat; */
}
#dijak_holder {
    width: 960px;
    height: 600px;
    margin: 400px auto 0 auto;
    background: url('../img/dijak_bg.jpg') no-repeat;
}
#dijak-slider {
    width: 823px;
    height: 406px;
    margin: 30px 0 0 68px;
    border: 1px solid #b8b1aa;
}
#dijak_holder a.dij {
    display: block;
    float: left;
    width: 205px;
    height: 138px;
    margin: 0;
    font-weight: normal;
    text-decoration: none;
    border-top: 1px solid #b8b1aa;
    border-right: 1px solid #b8b1aa;
}
#dijak_holder a.first {
    border-top: none;
}
#dijak_holder a.end {
    border-right: none;
}
#dijak_holder a.dij img.dij_foto {
    /* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	-webkit-transition: all 0.3s linear;                  
    -moz-transition: all 0.3s linear;                 
    -o-transition: all 0.3s linear;   
    -ms-transition: all 0.3s linear;          
    transition: all 0.3s linear; */
    
    filter: gray;
}
#dijak_holder a.dij img.dij_foto:hover {
    /* -webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%); */
    
    filter: none;
}
#dijak_holder #dijak_prev {
    display: block;
    position: absolute;
    width: 67px;
    height: 101px;
    background: url('../img/arrow_black_h_l.png') left top no-repeat;
    margin: -140px 0 0 0;
}
#dijak_holder #dijak_next {
    display: block;
    position: absolute;
    width: 67px;
    height: 101px;
    background: url('../img/arrow_black_h_r.png') right top no-repeat;
    margin: -140px 0 0 892px;
}
#dijak_holder #next_karrier {
    display: block;
    position: absolute;
    width: 101px;
    height: 37px;
    background: url('../img/arrow_black_v.png') left bottom no-repeat;
    padding: 70px 0 0 100px;
    margin: 0 0 0 224px;
    text-decoration: none;
    font-family: 'bodoni';
    font-size: 20px;
    color: #919090;
}
#karrier {
    width: 100%;
    height: 1000px;
    background: #fff;
}
#karrier #karrier_holder {
    width: 960px;
    height: 635px;
    margin: 400px auto 0 auto;
    background: url('../img/karrier_bg.jpg') no-repeat;
}
#karrier #karrier_holder #karrier_header {
    width: 267px;
    height: 127px;
    background: url('../img/header_karrier.png') bottom left no-repeat;
    padding: 60px 0 0 0;
    margin: 0 0 0 50px;
}
#karrier #karrier_holder #karrier_text1 {
    width: 267px;
    color: #757373;
    font-family: 'bodoni';
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
    margin: 0 0 0 50px;
}
#karrier #karrier_holder #karrier_text2 {
    width: 267px;
    color: #757373;
    font-family: 'bodoni';
    font-size: 16px;
    line-height: 18px;
    padding: 5px 5px 10px 5px;
    border-bottom: 1px solid #757373;
    margin: 0 0 0 50px;
}
#karrier #karrier_holder #karrier_line {
    width: 66px;
    height: 10px;
    color: #757373;
    border-bottom: 1px solid #757373;
    margin: 0 0 10px 151px;
}
#karrier #karrier_holder #next_kapcsolat {
    display: block;
    position: absolute;
    width: 150px;
    height: 20px;
    background: url('../img/arrow_black_v.png') right bottom no-repeat;
    padding: 240px 20px 0 0;
    margin: -170px 0 0 220px;
    text-decoration: none;
    font-family: 'bodoni';
    font-size: 20px;
    color: #919090;
}
#kapcsolat {
    width: 100%;
    height: 1340px;
    background: url('../img/kapcsolat_bg.jpg') center top no-repeat;
    background-size: cover !important;
}
#kapcsolat #kapcsolat_holder {
    width: 960px;
    height: 635px;
    margin: 400px auto 0 auto;
}
#kapcsolat #kapcsolat_holder a {
    text-decoration: none;
    color: #e40514;
}
#kapcsolat #kapcsolat_holder #kapcsolat_text1 {
    width: 320px;
    color: #757373;
    font-family: 'bodoni';
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    background: #fff;
    margin: 0 0 0 100px;
}
#kapcsolat #kapcsolat_holder #kapcsolat_text2 {
    width: 320px;
    color: #757373;
    font-family: 'bodoni';
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    margin: 5px 0 0 100px;
    border-bottom: 1px solid #757373;
    background: #fff;
}
#kapcsolat #kapcsolat_holder #kapcsolat_text3 {
    width: 730px;
    color: #757373;
    font-family: 'bodoni';
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
    border-bottom: 1px solid #757373;
    background: #fff;
    margin: 130px 0 0 100px;
}
#kapcsolat #kapcsolat_holder #kapcsolat_text3 span {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}
/* LIGHTBOX */

body.lightbox_bg {
    background: url('../img/kedvencek_ligthbox_bg.jpg') no-repeat;
}
#lightbox_left {
    width: 630px;
    float: left;
    margin: 44px 0 0 80px;
}
#lightbox_right {
    width: 180px;
    height: 300px;
    float: left;
    margin: 77px 0 0 10px;
    overflow: auto;
}
#lightbox_right a.munka img {
    margin-bottom: 1px;
}
#lightbox_left #lightbox_title {
    font-family: 'bodoni';
    font-size: 20px;
    color: #919090;
    margin: 0 0 5px 0;
}
#lightbox_left #lightbox_kep {
    margin: 0;
}
#lightbox_kep {
    text-align: center;
    max-width: 630px;
    overflow: hidden;
    height: 300px;
}
#lightbox_kep img {
    max-width: 630px;
    height: 100%;
}
#lightbox_left #lightbox_kep iframe, #lightbox_left #lightbox_kep img {
    margin: 0;
    padding: 0;
}
#lightbox_left #lightbox_kep_yt {
    display: none;
    position: absolute;
    margin: -300px 0 0 0;
    z-index: 30000;
}
#lightbox_left #lightbox_subtitle {
    font-family: 'bodoni';
    font-size: 20px;
    color: #919090;
    margin: 5px 0 10px 0;
}
#lightbox_left #lightbox_desc {
    font-family: 'bodoni';
    font-size: 16px;
    color: #919090;
}
#lightbox_left #lightbox_desc a {
    color: #c8171d;
    text-decoration: none;
}
#lightbox_left #lightbox_desc_2 {
    font-family: 'bodoni';
    font-size: 16px;
    color: #919090;
    margin: 7px 0 0 0;
}
#lightbox_left #lightbox_desc_2 a {
    color: #c8171d;
    text-decoration: none;
}
#lightbox_left #lightbox_backbutton {
    display: block;
    background: url('../img/fancybox_back.png') no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: 36px;
    cursor: pointer;
    z-index: 38040;
    font-family: 'bodoni';
    font-size: 16px;
    color: #919090;
    text-decoration: none;
    padding: 5px 0 0 40px;
}
#hatBG1, #hatBG2, #hatBG3, #hatBG4, #hatBG5, #hatBG6, #hatBG7, .page_content {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#elvalaszto1 {
    display: block;
    width: 100%;
    height: 1300px;
    background: url('../img/elvalaszto_01.jpg') center top no-repeat fixed;
    margin-top: 200px;
    margin: 0;
    transform: translate3d(0, 0, 0);
}
#elvalaszto2 {
    display: block;
    width: 100%;
    height: 1300px;
    background: url('../img/elvalaszto_02.jpg') center top no-repeat fixed;
    transform: translate3d(0, 0, 0);
}
#elvalaszto3 {
    display: block;
    width: 100%;
    height: 1300px;
    background: url('../img/elvalaszto_03.jpg') center top no-repeat fixed;
    transform: translate3d(0, 0, 0);
}
#elvalaszto4 {
    display: block;
    width: 100%;
    height: 1300px;
    background: url('../img/elvalaszto_04.jpg') center top no-repeat fixed;
    transform: translate3d(0, 0, 0);
}
#elvalaszto5 {
    display: block;
    width: 100%;
    height: 1300px;
    background: url('../img/elvalaszto_05.jpg') center top no-repeat fixed;
    transform: translate3d(0, 0, 0);
}
#elvalaszto6 {
    display: block;
    width: 100%;
    height: 1300px;
    background: url('../img/elvalaszto_06.jpg') center top no-repeat fixed;
    transform: translate3d(0, 0, 0);
}
/* --------- */
/* .border_center_top {
	display: none;
	position: fixed;
	left: 50%;
	top: 100px;
	width: 27px;
	height: 27px;
	background: url('../img/border_2.png') no-repeat;
	margin-left: -14px;
}

.border_center_bottom {
	display: none;
	position: fixed;
	left: 50%;
	bottom: 30px;
	width: 27px;
	height: 27px;
	background: url('../img/border_2.png') no-repeat;
	margin-left: -14px;
} */

.border_left_top {
    position: fixed;
    left: 30px;
    top: 100px;
    width: 73px;
    height: 73px;
    background: url('../img/border_1.png') no-repeat;
}
.border_left_top_m {
    left: 15px;
    top: 70px;
    width: 37px;
    height: 37px;
    background: url('../img/border_1_m.png') no-repeat;
}
.border_right_top {
    position: fixed;
    right: 30px;
    top: 100px;
    width: 73px;
    height: 73px;
    background: url('../img/border_1.png') no-repeat;
}
.border_right_top_m {
    right: 15px;
    top: 70px;
    width: 37px;
    height: 37px;
    background: url('../img/border_1_m.png') no-repeat;
}
.border_left_bottom {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 73px;
    height: 73px;
    background: url('../img/border_1.png') no-repeat;
}
.border_left_bottom_m {
    left: 15px;
    bottom: 15px;
    width: 37px;
    height: 37px;
    background: url('../img/border_1_m.png') no-repeat;
}
.border_right_bottom {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 73px;
    height: 73px;
    background: url('../img/border_1.png') no-repeat;
}
.border_right_bottom_m {
    right: 15px;
    bottom: 15px;
    width: 37px;
    height: 37px;
    background: url('../img/border_1_m.png') no-repeat;
}
.border_left_middle {
    position: fixed;
    left: 30px;
    top: 50%;
    width: 27px;
    height: 27px;
    background: url('../img/border_2.png') no-repeat;
    margin-top: -14px;
}
.border_left_middle_m {
    left: 15px;
    top: 50%;
    width: 13px;
    height: 13px;
    background: url('../img/border_2_m.png') no-repeat;
    margin-top: -7px;
}
.border_right_middle {
    position: fixed;
    right: 30px;
    top: 50%;
    width: 27px;
    height: 27px;
    background: url('../img/border_2.png') no-repeat;
    margin-top: -14px;
}
.border_right_middle_m {
    right: 15px;
    top: 50%;
    width: 13px;
    height: 13px;
    background: url('../img/border_2_m.png') no-repeat;
    margin-top: -7px;
}
.border_b1 {
    background: url('../img/border_1_b.png') no-repeat;
}
.border_b2 {
    background: url('../img/border_2_b.png') no-repeat;
}
.border_b1_m {
    background: url('../img/border_1_m_b.png') no-repeat;
}
.border_b2_m {
    background: url('../img/border_2_m_b.png') no-repeat;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1030px) {
    #elvalaszto1 {
        height: 1140px;
        background: url('../img/elvalaszto_01_m.jpg') center top no-repeat;
        background-attachment: scroll;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #elvalaszto2 {
        height: 1140px;
        background: url('../img/elvalaszto_02_m.jpg') center top no-repeat;
        background-attachment: scroll;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #elvalaszto3 {
        height: 1140px;
        background: url('../img/elvalaszto_03_m.jpg') center top no-repeat;
        background-attachment: scroll;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #elvalaszto4 {
        height: 1140px;
        background: url('../img/elvalaszto_04_m.jpg') center top no-repeat;
        background-attachment: scroll;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #elvalaszto5 {
        height: 1140px;
        background: url('../img/elvalaszto_05_m.jpg') center top no-repeat;
        background-attachment: scroll;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #elvalaszto6 {
        height: 1140px;
        background: url('../img/elvalaszto_06_m.jpg') center top no-repeat;
        background-attachment: scroll;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #kapcsolat {
        background: url('../img/kapcsolat_bg_m.jpg') center top no-repeat;
    }
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@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;
    }
}
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */

.royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr;
}
.royalSlider > * {
    float: left;
}
.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;
}
.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow, .rsThumbsArrow {
    cursor: pointer;
}
.rsThumb {
    float: left;
    position: relative;
}
.rsArrow, .rsNav, .rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}
/* Fullscreen options, very important ^^ */

.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none;
}
.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
    height: auto;
}
.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}
.rsPreloader {
    position: absolute;
    z-index: 0;
}
.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}
.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}
.rsTabs {
    float: left;
    background: none !important;
}
.rsTabs, .rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
    /*left: 0;
	top: 0;
	position: absolute;*/
    /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
    
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}
.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* ios controls over video bug, shifting video */

.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
}
.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
}
img.rsImg {
    max-width: none;
}
.grab-cursor {
    cursor: url("grab.png.gif") 8 8, move;
}
.grabbing-cursor {
    cursor: url("grabbing.png") 8 8, move;
}
.rsNoDrag {
    cursor: auto;
}
.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url("blank.gif");
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */

.rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: transparent;
}
/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}
.rsDefault.rsVer .rsArrow {
    width: 100%;
    height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
    top: 0;
    left: 0;
}
.rsDefault.rsVer .rsArrowRight {
    bottom: 0;
    left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
    left: 0;
    top: 0;
}
.rsDefault.rsHor .rsArrowRight {
    right: 0;
    top: 0;
}
.rsDefault .rsArrowIcn {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;
    background: url('rs-default.png');
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #111;
    border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: .4;
    *display: none;
}
/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 18px;
    overflow: hidden;
}
.rsDefault .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px 1px;
    border-radius: 50%;
    background: #777;
    background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullet.rsNavSelected {
    background-color: #FFF;
}
/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
    padding-bottom: 4px;
    width: 100%;
    height: 72px;
}
.rsDefault .rsThumbsVer {
    padding-right: 4px;
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}
.rsDefault .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px;
}
.rsDefault .rsThumb img {
    width: 100%;
    height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
    background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
    display: block;
}
/* Thumbnails arrow icons */

.rsDefault .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
    background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
}
.rsDefault .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url('rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
    display: none !important;
}
/* Thumbnails resizing on smaller screens */

@media screen and (min-width: 0px) and (max-width: 800px) {
    .rsDefault .rsThumb {
        width: 59px;
        height: 44px;
    }
    .rsDefault .rsThumbsHor {
        height: 44px;
    }
    .rsDefault .rsThumbsVer {
        width: 59px;
    }
}
/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
}
.rsDefault .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #D9D9DD;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #fff;
    *display: inline;
    *zoom: 1;
}
.rsDefault .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
    color: white;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url('rs-default.png') 0 0;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000;
    border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url("rs-default.png") no-repeat 0 -32px;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
}
.rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
    /*top: -6px;
	right: -38px;*/
}
.rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url('rs-default.png') -64px 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url("https://hat.hu/preloaders/preloader-white.gif");
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 18020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f8;
    color: #444;
    text-shadow: none;
}
.fancybox-opened {
    z-index: 18030;
}
.fancybox-opened .fancybox-skin {} .fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 18060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 18040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    /* helps IE */
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 18040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 18040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 18010;
    background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 18050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 18050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}
/* basic scrollbar styling */
/* vertical scrollbar */

.mCSB_container {
    width: auto;
    margin-left: 10px;
    overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
    margin-right: 30px;
}
.mCustomScrollBox>.mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 10px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px;
}
/* horizontal scrollbar */

.mCSB_horizontal>.mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right;
}
.mCustomScrollBox {
    -ms-touch-action: none;
    /*MSPointer events - direct all pointer events to js*/
}
/* default scrollbar colors and backgrounds (default theme) */

.mCustomScrollBox>.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    /* old ie */
}
.mCustomScrollBox:hover>.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
    /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    /* rgba fallback */
    
    background: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
    /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
    /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    background-image: url("mCSB_buttons.png");
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
    /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
    /* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
    /* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
    /* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
    /* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
    /* old ie */
}
/*scrollbar themes*/
/*dark (dark colored scrollbar)*/

.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
/*light-2*/

.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    /* rgba fallback */
    
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #fff;
    /* rgba fallback */
    
    background: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}
/*dark-2*/

.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}
/*light-thick*/

.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    /* rgba fallback */
    
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #fff;
    /* rgba fallback */
    
    background: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}
/*dark-thick*/

.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}
/*light-thin*/

.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #fff;
    /* rgba fallback */
    
    background: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}
/*dark-thin*/

.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #000;
    /* rgba fallback */
    
    background: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
