/* Main style */
html {
    scrollbar-width: thin;
    scrollbar-color: #fff #0c0d0e3d;
}
a, a:visited {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
body.front-page {
    margin: 4px;
    /*background: #80000000;*/
    color: rgb(111, 111, 101);
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}
body.front-page a, body.front-page a:visited {
    color: rgb(111, 111, 101);
    text-decoration: none;
}
body.front-page hr {
    filter:opacity(30%);
}
body.front-page .main {
    overflow-y: auto;
    height: auto;
    scrollbar-width: thin !important;
}
.menu-button {
    color: rgb(111, 111, 101);
    text-decoration: none;
}
.breadcrumb {
    font-size: 11px;
}
.breadcrumb > img {
    vertical-align: middle;
    width: 40px;
    filter: invert(0.6);
}
.breadcrumb .breadcrumb-main-text {
    vertical-align: middle;
    /*padding-left:22px;*/
}
.breadcrumb .breadcrumb-back-text {
    vertical-align: middle;
}
.breadcrumb .backlinktohome {
    /*display: block;
    position: absolute;
    top: 5px;*/
    cursor: pointer;
    float: right;
    font-size: 11px;
    padding-top: 9px;
}
.breadcrumb .left-button {
    vertical-align: bottom;
    width:20px;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: invert(0.5);
}


.breadcrumb-mini {
    font-size: 9px;
}
.breadcrumb-mini > img {
    vertical-align: middle;
    width: 16px;
}
.breadcrumb-mini .breadcrumb-main-text {
    vertical-align: middle;
}
.breadcrumb-mini .breadcrumb-back-text {
    vertical-align: middle;
}
.breadcrumb-mini .backlinktohome {
    /*display: block;
    position: absolute;
    top: 5px;*/
    cursor: pointer;
    float: right;
    font-size: 9px;
    margin-top: -2px;
}
.breadcrumb-mini .left-button {
    vertical-align: middle;
    width:20px;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.underline {
    text-decoration: underline;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    /*background: #555;*/
    background: #0c0d0e3d;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(111, 111, 101);
    border-radius:10px;
    height: 30px;
    width: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(111, 111, 101, 0.6);
    /*background: #888;*/
}
::-webkit-scrollbar-track-piece {
    height: 30px;
    width: 30px;
}

/*Firefox-hoz*/
.hud-content {
    scrollbar-color: #fff #0c0d0e3d;
    scrollbar-width: thin;
}

.fbarat {
    overflow-y: unset !important;
}
.slick-dots li button:before {
    font-size: 10px !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: white !important;
}

/* Buboroék kinézetek Fogyasztói tájékoztatónál */
.bal_csor:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 20px solid #fff;
    border-right: 4px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 45px solid transparent;
    /*left: 120px;*/
    left: 50%;
    bottom: -56px;
}
.jobb_csor:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 20px solid #fff;
    border-top: 10px solid #fff;
    border-bottom: 45px solid transparent;
    /*left: 120px;*/
    left: 50%;
    bottom: -56px;
}
.front-bubi:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid rgb(111, 111, 101);
    border-top: 5px solid transparent;
    border-bottom: 5px solid rgb(111, 111, 101);
    left: -21px;
    top: 6px;
}

@media only screen and (min-width: 200px) {
    .slick-slider {
        width: 150px;
    }
}
@media only screen and (min-width: 260px) {
    .slick-slider {
        width: 200px;
    }
}
@media only screen and (min-width: 330px) {
    .slick-slider {
        width: 220px;
    }
}
@media only screen and (min-width: 570px) {
    .slick-slider {
        width: 450px;
    }
}
@media only screen and (min-width: 680px) {
    .slick-slider {
        width: 600px;
    }
}
@media only screen and (min-width: 857px) {
    .slick-slider {
        width: 600px;
    }
}
/*.slick-slider {
    width: 600px;
}*/
.slick-slider {
    margin: 0 auto;
}
.slick-slide {
    height: auto !important;
    outline: 0 !important;
}
#left-button {
    width: 30px !important;
    filter: invert(0.4) !important;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    left: -40px;
}
#left-button:hover,#right-button:hover {
    filter: invert(0.8) !important;
}
#right-button {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 30px !important;
    filter: invert(0.4) !important;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    right: -40px;
}
.header {
    /*margin-bottom: 20px;*/
    display: inline-block;
}
.header-wrap {
    text-align: center;
    /*background: whitesmoke;*/
    background: transparent;
    z-index: 1;
    max-height: 105px !important;
    /*max-width: 600px !important;
    margin: 0 auto !important;*/
}
.header-wrap-sub-pages {
    text-align: center;
    display: inline-block;
}

.header-links-front-page {
    display: inline-block;
    width: 65px !important;
    margin-right: 10px;
    /*padding: 5px 10px;
    vertical-align: top;*/
    cursor: pointer;
}
.active-menu {
    border-radius: 5px;
    border: 1px solid #00000060 !important;
}

.header-links {
    display: inline-block;
    /*width: 65px;*/
    padding: 5px 10px;
    vertical-align: top;
    /*margin-top: -17px;*/
    padding-left: 0px;
    cursor: pointer;
}
.header-images {
    max-width: 60px;
    text-align: center;
    filter: invert(0.6);
    border: 1px solid transparent;
    margin-bottom: 2px;
}
figcaption.header-images-label-front-page {
    /*width: 65px;*/
    font-size: 12px;
    /*word-break: break-word;*/
    text-align: center;
}
figcaption.header-images-label {
    width: 250px;
    font-size: 16px;
    /*word-break: break-word;*/
    text-align: center;
}
figcaption.header-images-label-law-1 {
    width: 65px;
    font-size: 13px;
    /*word-break: break-word;*/
    text-align: center;
}
.content-title {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
}
.hud-content table td {
    word-break: break-word;
}
.hud-content, .hud-content-rating, .embed-aszf-container {
    /*width: 100%;*/
    /*height: 88px;*/
    /*height: 210px;*/
    height: auto;
    overflow-y: auto;
    font-size: 12px;
}
@media only screen and (min-width: 600px) {
    .hud-content, .hud-content-rating {
        /*padding-left: 20px;
        padding-right: 20px*/
        max-width: 750px;
        margin: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .embed-aszf-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.hud-content > table > tbody > tr > td {
    font-size: 12px;
}
#backlink {
    display: block;
    margin-top: 30px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}




/*div.faq-content { display:none }
a.faq-title {
    padding:4px;
    font-size: 13px;
    font-weight: bold;
    cursor:pointer;
    display:block;
}
.faq-content {
    padding: 5px 10px;
    word-break: break-word;
}
/*.faq-active, a.faq-title:hover {
  background-color: #fff;
  color:#444444;
  border-radius: 5px;
}
.faq {
    max-width: 100%;
    position: relative;
    transition: 0.2s ease;
}
.faq:hover {
    background: #00000020;
    transition: all 0.3s linear;
}
.faq ul {
    list-style-type: none;
    padding: 0;
}
.faq > ul > li {
    /*cursor: pointer;
    margin-bottom: 3px;
}*/
.faq ul li > a > span {
    background-image: url(/hud/images/logo/nyil.png);
    background-position: left center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    -webkit-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
    width: 25px;
    height: 25px;
    filter: invert(0.6);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq ul li > a.open > span {
    background-image: url(/hud/images/logo/nyil.png);
    background-position: left center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    -webkit-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
    width: 25px;
    height: 25px;
    filter: invert(0.6);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
/*.faq-arrow {
    float:right;
    -webkit-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
    width: 25px !important;
    margin-top: -5px !important;
    filter: invert(0.6);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.active-faq-arrow {
    -ms-transform:none;
    -webkit-transform: none;
    transform: none;
}*/






.receive-more { display:none }
.receive-method-items { padding: 5px; cursor:pointer; }
.method-active, .receive-more {
    /*background-color: #0c0d0e1a;*/
    padding: 12px 5px;
    word-break: break-word;
}
.receive-more {
    font-size: 12px;
}
.receive-more table, .old_image_series_box table {
    width: 100%;
}
.receive-method-list {
    max-width: 100%;
    /*margin-bottom: 10px;*/
    scrollbar-width: thin !important;
}
.receive-method-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.receive-method-link {
    cursor: pointer;
    /*height: 40px;*/
    max-height: 80px;
    display:block;
    transition: 0.2s ease;
}
.receive-method-link:hover {
    background: #efefef;
    transition: all 0.3s linear;
}

.recieve_method_container .receive-method-link {
    position: relative;
    height: auto;
}
.recieve_method_container .receive-method-link {
    display: grid;
    grid-template-columns: 40px 10px 1fr 53px;
    padding-right: 5px;
}
.recieve_method_container .name-separator {
    height: 15px;
    margin: auto 0 auto 5px;
}
.recieve_method_container .receive-method-link img {
    margin: auto;
}
.recieve_method_container .receive-method-link .receive-method-name {
    margin: auto 0;
    padding: 3px;
    font-size: 13px;
}
.recieve_method_container .receive-method-link .receive-method-cost {
    margin: auto 0;
}
.recieve_method_container .receive-method-free {

}
.recieve_method_container .receive-method-list {
    width: 100% !important;
}
.recieve_method_container .receive-method-list .receive-method-link {
    padding: 5px;
    border-radius: 5px;
}

.cursor {
    cursor: pointer;
}
.receive-more a, .faq-content a, .hud-content-law-six a {
    text-decoration:underline;
}
.receive-method-list ul li .receive-more {
    font-weight: normal;
    display: none;
    /*background-color: #0c0d0e1a;*/
    word-break: break-word;
    width: 98%;
}
/*.receive-method-list ul li a {
    padding: 5px;
}*/
.receive-method-list ul li a img {
    vertical-align: middle;
    width: 40px;
    filter: invert(0.6);
}
/*.open{
    background-color: #0c0d0e1a;
    word-break: break-word;
    padding: 5px;
}*/


/*Szállítási módok*/
.receive-method-main {
    margin-bottom: 15px;
    display: block;
}
.receive-method-items > img {
    vertical-align: middle;
    width: 40px;
}
.receive-method-text {
    font-size: 14px;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}
span.receive-method-name {
    vertical-align: middle;
    /*padding-left: 5px;*/
    /*border-left: 2px solid #ffffff40;*/
}
.receive-method-cost {
    float: right;
}
.receive-method-free {
    /*float: right;*/
    font-size:9px;
    color:#ffffff;
    padding: 2px 10px;
    /*background: #f7e2a5;*/
    background: #565656;
    /*margin-top: -5px;*/
    border-radius: 3px;
    /*margin-right: 1px;*/
    width: 100px;
    text-align: center;
    display: block;
    margin-top: 3px;
}
.receive-method-free-for-all {
    /*font-size:11px;*/
    /*color:#565656;*/
    padding: 2px 10px;
    /*background: #f7e2a5;*/
    margin-top: 1px;
    margin-bottom: 15px;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    margin: auto;
    width: 100%;
}

.receive-method-bars-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    font-weight: bold;
    border: 1px solid;
    margin-top: 10px;
}
.bar-first-head-column {
    text-align: center;
    padding: 5px;
    border-right: 1px solid;
}
.bar-second-head-column {
    text-align: center;
    padding: 5px;
}

.receive-method-bars-container {
    margin-bottom: 10px;
}
.receive-method-bars {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
}
.bar-first-column {
    text-align: center;
    padding: 5px;
}
.bar-second-column {
    text-align: center;
    padding: 5px;
}
.bar-third-column {
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

.payment_method_container .receive-method-text {
    width: 80%;
}

.name-separator {
    vertical-align: middle;
    margin-left: 5px;
    padding-right: 5px;
    border-left: 2px solid #ffffff40;
    filter: invert(0.6);
}

/*==========Fizetési módok==========*/
.payment_method_container .receive-method-link {
    position: relative;
    height: auto;
}
.payment_method_container .receive-method-link {
    display: grid;
    grid-template-columns: 40px 10px 1fr;
    padding-right: 5px;
}
.payment_method_container .name-separator {
    height: 15px;
    margin: auto 0 auto 5px;
}
.payment_method_container .receive-method-link img {
    margin: auto;
}
.payment_method_container .receive-method-link .receive-method-name {
    margin: auto 0;
    padding: 3px;
    font-size: 14px;
}
.payment_method_container .receive-method-list {
    width: 100% !important;
}
.payment_method_container .receive-method-list .receive-method-link {
    padding: 5px;
    border-radius: 5px;
}


/*Small law icons - ÁSZF, ADATKEZELÉS*/
.header-wrap-law-small {
    display: inline-block;
    overflow-y: auto;
    width: 100%;
    height: 350px;
}
.header-links-law-small {
    display: inline-block;
    width: 60px;
    padding: 3px 15px 3px 8px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}
.header-images-law-small {
    max-width: 60px;
    text-align: center;
}
figcaption.header-images-label-law-small {
    width: 60px;
    font-size: 11px;
    /* word-break: break-word; */
    text-align: center;
}


/*SIX law icons*/
.header-wrap-law-six-images {
    display: inline-block;
}
.header-links-law-six-images {
    display: inline-block;
    width: 75px;
    padding: 5px 6px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}
figcaption.header-images-label-law-six-images {
    width: 76px;
    font-size: 12px;
    /* word-break: break-word; */
    text-align: center;
}


.hud-content-law-six {
    width: 275px;
    /*height: 92px;*/
    height: 82px;
    overflow-y: auto;
    font-size: 12px;
}
.hud-content-law-six >table > tbody > tr > td {
    font-size: 12px !important;
}


/*Szállítási módok header fajta*/
.header-wrap-sub-pages-delivery {
    text-align: center;
}
.header-links-delivery {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.header-images-delivery {
    display: inline-block;
    max-width: 50px;
    vertical-align: middle;
}
figcaption.header-images-label-delivery {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}


/*==========ÁSZF lista=========*/
/*li.aszf-list-item {
    padding-bottom: 10px;
}
span.item-name {
    font-weight: bold;
}*/
.embed-aszf-container .receive-method-list {
    display: inline-block;
    width: 275px;
    vertical-align: top;
    overflow-y: auto;
}
.embed-aszf-container .old_image_series_box {
    display: inline-block;
    position: fixed;
    right: 12px;
    overflow-y: auto;
    padding: 5px 10px;
    /*background: #eaeaea;*/
    width: calc(100% - 303px);
    border-left: 1px solid #00000020;
    /*border-radius: 5px;*/
    height: 600px;
    word-break: break-word;
    line-height: 1.7;
}
@media only screen and (min-width: 240px) {
    .embed-aszf-container .old_image_series_box {
        width: 85%;
    }
    .embed-aszf-container .receive-method-list {
        width: 0px !important;
    }
    .embed-aszf-container .receive-method-text {
        width: 0px !important;
        word-break: break-word;
    }
    .embed-aszf-container li.ismore {
        padding-bottom: 3px;
    }
    .embed-aszf-container .embed-aszf img, .embed-aszf-container .name-separator {
        display: none;
    }
}
@media only screen and (min-width: 377px) {
    .embed-aszf-container .old_image_series_box {
        width: calc(100% - 177px);
    }
    .embed-aszf-container .receive-method-text {
        width: 120px !important;
        word-break: break-word;
    }
    .embed-aszf-container .receive-method-list {
        width: 135px !important;
    }
}
@media only screen and (min-width: 457px) {
    .embed-aszf-container .old_image_series_box {
        width: calc(100% - 212px);
        scrollbar-width: thin;
    }
    .embed-aszf-container .receive-method-list {
        width: 175px !important;
    }
    .embed-aszf-container .receive-method-text {
        width: 85% !important;
        word-break: normal;
    }
    .embed-aszf-container li.ismore {
        padding-bottom: 0px;
    }
}
@media only screen and (min-width: 632px) {
    .embed-aszf-container .old_image_series_box {
        width: calc(100% - 315px);
    }
    .embed-aszf-container .receive-method-list {
        width: 247px !important;
    }
    .embed-aszf-container .receive-method-text {
        width: 76% !important;
        word-break: normal;
    }
    .embed-aszf-container li.ismore {
        padding-bottom: 8px;
    }
    .embed-aszf-container .embed-aszf img, .embed-aszf-container .name-separator {
        display: unset;
    }
}
@media only screen and (min-width: 857px) {
    .embed-aszf-container .embed-aszf img, .embed-aszf-container .name-separator {
        display: unset;
    }
}
.active-list-item {
    background: #dadada;
}
.aszf_icons {
    vertical-align: middle;
    width: 40px;
    filter: invert(0.6);
    float:left;
    margin-top: -8px;
}
.old_image_series_box p {
    text-align: justify;
}
div#on_jogai_container, div#adatkezelesek_container, div#adatfeldolgozok_container, div#fogyasztoi_panasz_container, div#aszf_download_container, div#at_download_container, div#em_download_container {
    background: #eaeaea;
    /* border: 1px solid; */
    padding-left: 5px;
    /*border-radius: 5px;*/
    border-top: 1px solid;
}
.icon-separator {
    /*vertical-align: middle;
    margin-left: 5px;
    padding-right: 5px;*/
    border-left: 2px solid #ffffff40;
    filter: invert(0.6);
    position: absolute;
    top: 8px;
    left: 45px;
    height: 60%;
}

.adatkezeles-title, .adatkezeles-value {
    display: inline-block;
}

/*=============Embed képváltó============*/
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255,255,255,0.7);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: rgba(255,255,255,0.7);
    margin: auto;
    padding: 0;
    width: 90%;
    margin-bottom: 80px;
}

/* The Close Button */
.close {
    color: black;
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.25);
}
.next:hover {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: -6px 4px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -6px 4px 5px 0px rgba(0,0,0,0.25);
    box-shadow: -6px 4px 5px 0px rgba(0,0,0,0.25);
}

/* Number text (1/3 etc) */
.numbertext {
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*img {
    margin-bottom: -4px;
}*/

.caption-container {
    /*text-align: center;
    background-color: rgba(255,255,255,0.7);
    padding: 2px 16px;
    color: white;*/
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (min-width: 300px) {  .column { width: 45%; margin: 8px; }  }
@media only screen and (min-width: 632px) {  .column { width: 30%; }  }
@media only screen and (min-width: 712px) {  .column { width: 31%; margin: 7px; }  }
@media only screen and (min-width: 857px) {  .column { width: 32%; margin: 5px; }  }
.column {
    display: inline-block;
    /*padding-top: 10px;
    margin-right: 10px;*/
    border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
}
.topic-content {
    padding: 15px 10px;
    border: 1px solid #dcdcdc;
    margin-top: 10px;
    background: #fff;
}
.topic-title {
    background: #4d5c63;
    color: #fff;
    height: 45px;
    overflow: hidden;
    padding-top: 7px;
    border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    border: 0px solid #000000;
}
.topic-title:hover {
    background: #4d5c63;
    color: #fff;
    height: 45px;
    overflow: hidden;
    padding-top: 7px;
    border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    border: 0px solid #000000;
}
.topic-title span, .topic-title div {
    display: block;
    text-align: center;
}
.topic-title div {
    width: 100%;
}



/*==========Szavazás modul=========*/
.rating {
    /*float:left;*/
    width: 25%;
    margin-bottom: 34px;
}
.rating span { float:right; position:relative; }
.rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
    cursor: pointer;
}
.rating span label {
    display:inline-block;
    height: 22px;
    padding: 2px;
    width: 22px;
    text-align:center;
    color:#FFF;
    background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 55.867 55.867" style="fill:%23EFCE4A;enable-background:new 0 0 55.867 55.867;" xml:space="preserve">  <path d="M11.287,54.548c-0.207,0-0.414-0.064-0.588-0.191c-0.308-0.224-0.462-0.603-0.397-0.978l3.091-18.018L0.302,22.602 c-0.272-0.266-0.37-0.663-0.253-1.024c0.118-0.362,0.431-0.626,0.808-0.681l18.09-2.629l8.091-16.393 c0.168-0.342,0.516-0.558,0.896-0.558l0,0c0.381,0,0.729,0.216,0.896,0.558l8.09,16.393l18.091,2.629 c0.377,0.055,0.689,0.318,0.808,0.681c0.117,0.361,0.02,0.759-0.253,1.024L42.475,35.363l3.09,18.017 c0.064,0.375-0.09,0.754-0.397,0.978c-0.308,0.226-0.717,0.255-1.054,0.076l-16.18-8.506l-16.182,8.506 C11.606,54.51,11.446,54.548,11.287,54.548z M3.149,22.584l12.016,11.713c0.235,0.229,0.343,0.561,0.287,0.885L12.615,51.72 l14.854-7.808c0.291-0.154,0.638-0.154,0.931,0l14.852,7.808l-2.836-16.538c-0.056-0.324,0.052-0.655,0.287-0.885l12.016-11.713 l-16.605-2.413c-0.326-0.047-0.607-0.252-0.753-0.547L27.934,4.578l-7.427,15.047c-0.146,0.295-0.427,0.5-0.753,0.547L3.149,22.584z "/> <g></g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g>  </svg>') no-repeat;
    background-size: 22px 22px;
    cursor: pointer;
}

.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
    background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 53.867 53.867" style="enable-background:new 0 0 53.867 53.867;" xml:space="preserve"> <polygon style="fill:%23EFCE4A;" points="26.934,1.318 35.256,18.182 53.867,20.887 40.4,34.013 43.579,52.549 26.934,43.798 10.288,52.549 13.467,34.013 0,20.887 18.611,18.182 "/> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>') no-repeat;
    background-size: 22px 22px;
    color:#FFF;
}
#vote-container {
    position: fixed;
    bottom: 2px;
    right: 0px;
}
span#message {
    position: fixed;
    bottom: 7px;
    left: 0;
    width: 200px;
    text-align: center;
}
.error-message{
    color: red;
    background: rgba(255,255,255,0.2);
    width: 80%;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    margin-bottom: -3px;
}
.success-message {
    color: #fff;
    background: rgba(255,255,255,0.2);
    width: 80%;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    margin-bottom: -3px;
}

/*=================Vásárlói értékelések oldal=================*/
.rate-box-sub-page-questions-embed span, .rate-box-sub-page-questions span { float:right; position:relative; }
.rate-box-sub-page-questions-embed span span, .rate-box-sub-page-questions span span {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}
.result-row{
    margin-top: 10px;
}
.number{
    font-size: 14px;
}

.rate-box-sub-page-questions, .rate-box-sub-page-questions-embed {
    width: 120px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    padding: 10px 0 0 10px;
}
.rate-box-sub-page-questions span label, .rate-box-sub-page-questions-embed span label {
    height: 20px;
    padding: 2px;
    width: 20px;
    background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 55.867 55.867" style="fill:%23EFCE4A;enable-background:new 0 0 55.867 55.867;" xml:space="preserve">  <path d="M11.287,54.548c-0.207,0-0.414-0.064-0.588-0.191c-0.308-0.224-0.462-0.603-0.397-0.978l3.091-18.018L0.302,22.602 c-0.272-0.266-0.37-0.663-0.253-1.024c0.118-0.362,0.431-0.626,0.808-0.681l18.09-2.629l8.091-16.393 c0.168-0.342,0.516-0.558,0.896-0.558l0,0c0.381,0,0.729,0.216,0.896,0.558l8.09,16.393l18.091,2.629 c0.377,0.055,0.689,0.318,0.808,0.681c0.117,0.361,0.02,0.759-0.253,1.024L42.475,35.363l3.09,18.017 c0.064,0.375-0.09,0.754-0.397,0.978c-0.308,0.226-0.717,0.255-1.054,0.076l-16.18-8.506l-16.182,8.506 C11.606,54.51,11.446,54.548,11.287,54.548z M3.149,22.584l12.016,11.713c0.235,0.229,0.343,0.561,0.287,0.885L12.615,51.72 l14.854-7.808c0.291-0.154,0.638-0.154,0.931,0l14.852,7.808l-2.836-16.538c-0.056-0.324,0.052-0.655,0.287-0.885l12.016-11.713 l-16.605-2.413c-0.326-0.047-0.607-0.252-0.753-0.547L27.934,4.578l-7.427,15.047c-0.146,0.295-0.427,0.5-0.753,0.547L3.149,22.584z "/> <g></g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g>  </svg>') no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    box-sizing: content-box;
}
.rate-box-sub-page-questions span.question-checked-star label,
.rate-box-sub-page-questions span.question-checked-star ~ span label,
.rate-box-sub-page-questions-embed span.question-checked-star label,
.rate-box-sub-page-questions-embed span.question-checked-star ~ span label {
    background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 53.867 53.867" style="enable-background:new 0 0 53.867 53.867;" xml:space="preserve"> <polygon style="fill:%23EFCE4A;" points="26.934,1.318 35.256,18.182 53.867,20.887 40.4,34.013 43.579,52.549 26.934,43.798 10.288,52.549 13.467,34.013 0,20.887 18.611,18.182 "/> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>') no-repeat;
    background-size: 20px 20px;
}
.rate-box-sub-page-questions #question-average, .rate-box-sub-page-questions-embed #question-average {
    font-size: 14px;
    position: absolute;
    left: 125px;
    line-height: 1.5;
}
/*.rate-box-sub-page-questions:hover .stars,
.rate-box-sub-page-questions #question-result {
    display: none !important;
}
.rate-box-sub-page-questions:hover #question-result {
    display: block !important;
}*/
.rate-box-sub-page-questions > span {
    height: 12px;
}


/*===========Kapcsolati oldal==============*/
.social_media img:hover {
    filter: invert(0);
}
.contact-img {
    width: 40px;
    vertical-align: middle;
}
.contact-info {
    display: inline-block;
    vertical-align: middle;
}
.social_media img {
    filter: invert(0.4);
}
#contact_url_container {
    margin-top: 20px;
}
#contact_url_container a {
    font-weight: bold;
    cursor: pointer
}
#contact_url_container a:hover {
    text-decoration: underline;
}

.contact_container {
    overflow-y: unset;
}
.faq_container, .faq_container li, .recieve_method_container, .recieve_method_container li {
    overflow-x: hidden;
}




/*.bstimeslider {
    width:600px;
    height:112px;
    position:relative;
    margin: 0 auto;
}
.bktibx {
    float:left;
}
#tslshow {
    position:absolute;
    left:0;
    width:1000px;
}
#leftArrow {
    display: inline-block;
    position:absolute;
    left:-5px;
    top: 15px;
    cursor: pointer;
}
#rightArrow {
    display: inline-block;
    position:absolute;
    right:-5px;
    top: 15px;
    cursor: pointer;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
#leftArrow img , #rightArrow img {
    width: 50px;
    filter: invert(0.6);
}
#viewContainer {
    display: inline-block;
    width:500px;
    height:100%;
    position:absolute;
    left:50%;
    margin-left:-250px;
    overflow:hidden;
}*/
