/*===== Header Default =====*/
header#gen-header.gen-header-default .gen-bottom-header.gen-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    background: var(--dark-color);
}

/*===== Header Style-1 =====*/
header#gen-header.gen-header-style-1.gen-has-sticky {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding: 0;
    box-shadow: none;
    background: rgba(34, 34, 34, 0.4);
}

header#gen-header.gen-header-style-1.gen-has-sticky.gen-header-sticky {
    position: fixed;
    padding: 0;
    -webkit-box-shadow: 0px 3px 30px 0px rgb(0 33 85 / 10%);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 3px 30px 0px rgb(0 33 85 / 10%);
    background: var(--black-color);
    z-index: 999;
}

header#gen-header.gen-header-style-1 .gen-bottom-header {
    min-height: 70px;
}

header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-brand {
    line-height: 90px;
    background: transparent;
    padding: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li {
    line-height: 90px;
}

header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
    color: var(--primary-color);
}

header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li i {
    color: var(--white-color);
}

header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li:hover .sub-menu {
    top: 100%;
}

header#gen-header.gen-header-style-1 .gen-header-info-box {
    margin: 0 0 0 30px;
    display: flex;
    color: var(--white-color);
    align-items: center;
}

header#gen-header.gen-header-style-1 .gen-header-call {
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-top: 5px;
}

header#gen-header.gen-header-style-1 .gen-header-call a i {
    font-size: 48px;
    margin-right: 15px;
    line-height: 56px;
}

header#gen-header.gen-header-style-1 .gen-header-call a {
    display: flex;
    align-items: flex-start;
}

header#gen-header.gen-header-style-1 .gen-header-call a .gen-call-info {
    flex: 1;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--dark-color);
}

header#gen-header.gen-header-style-1 .gen-header-call a .gen-call-info span {
    width: 100%;
    float: left;
    display: inline-block;
    color: var(--primary-color);
    line-height: normal;
    font-family: var(--title-fonts);
}

header#gen-header.gen-header-style-1 .gen-header-call a .gen-call-info h5 {
    font-weight: 600;
    line-height: 1;
    font-size: 18px;
    line-height: 26px;
    color: var(--dark-color);
}

header#gen-header.gen-header-style-1 .gen-button {
    background: var(--primary-color);
    padding: 5px 20px;
}

/*==========*/
header#gen-header.gen-header-default .gen-btn-container {
    margin: 0 0 0 30px;
}

header#gen-header.gen-header-default .gen-btn-container .gen-button {
    background: var(--blue-color);
}

header#gen-header.gen-header-default .gen-btn-container .gen-button:hover {
    background: var(--primary-color);
}

header#gen-header.gen-header-default .gen-toggle-btn {
    padding: 0;
    margin: 0 0 0 30px;
}

header#gen-header.gen-header-default .gen-toggle-btn a {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 38px;
    background: var(--primary-color);
    color: #fff;
    line-height: 52px;
    width: 52px;
    height: 52px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

header#gen-header.gen-header-default .gen-menu-search-block {
    margin: 0 0 0 30px;
}

.gen-account-holder {
    position: relative;
    margin-right: 30px;
    line-height: 90px;
}

.gen-account-holder a#gen-user-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 90px;
}

.gen-account-holder .gen-account-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    display: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.gen-account-holder .gen-account-menu.gen-form-show {
    display: inline-block;
}

.gen-account-holder .gen-account-menu ul {
    margin: 0;
    padding: 0;
    background: var(--dark-color);
}

.gen-account-holder .gen-account-menu ul li {
    list-style: none;
}

.gen-account-holder .gen-account-menu ul li a {
    float: left;
    line-height: 2;
    text-transform: capitalize;
    padding: 10px 15px;
    display: inline-block;
    list-style: none;
    width: 100%;
    color: var(--white-color);
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gen-account-holder .gen-account-menu ul li a i {
    margin-right: 8px;
}

.gen-account-holder .gen-account-menu ul li a:hover {
    background: var(--primary-color);
}

header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li.active>a{
    color: var(--primary-color);
}

header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li.active ul li.active>a{
    background-color: var(--primary-color);
    color: var(--white-color);
}


/*===== Header Style-1 =====*/
.admin-bar header#gen-header.gen-header-sticky,
.admin-bar header#gen-header.gen-header-style-1 {
    top: 32px;
}

.admin-bar header#gen-header.gen-header-default .gen-bottom-header.gen-header-sticky {
    top: 32px;
}

@media(max-width:767px) {

    .admin-bar header#gen-header.gen-header-sticky,
    .admin-bar header#gen-header {
        top: 0;
    }

    .admin-bar header#gen-header.gen-header-style-1.gen-header-sticky {
        top: 0;
    }
}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {

    .admin-bar header#gen-header.gen-header-sticky,
    .admin-bar header#gen-header.gen-header-style-1,
    .admin-bar header#gen-header.gen-header-default .gen-bottom-header.gen-header-sticky {
        top: 46px;
    }

    .admin-bar header#gen-header.gen-header-style-1.gen-has-sticky.gen-header-sticky {
        top: 46px !important;
    }
}

@media(max-width:1399px) {
    header#gen-header .gen-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
        left: inherit;
        right: 100%;
    }
}

@media(max-width:1365px) {
    header#gen-header .gen-bottom-header .navbar .navbar-nav li {
        margin-right: 15px;
    }

    header#gen-header .gen-top-header .gen-header-social ul li a {
        font-size: 12px;
        padding: 10px 15px;
    }

    header#gen-header .gen-top-header .gen-header-contact ul li {
        font-size: 12px;
        padding: 10px 15px;
    }

    header#gen-header.gen-header-default .gen-btn-container {
        margin: 0 0 0 15px;
    }

    header#gen-header.gen-header-default .gen-toggle-btn {
        margin: 0 0 0 15px;
    }

    /*===== Header Style-1 =====*/
    header#gen-header.gen-header-style-1 .gen-header-call {
        display: none;
    }

    header#gen-header .gen-menu-search-block {
        position: relative;
        margin: 0 15px 0 0;
    }

    header#gen-header.gen-header-style-1 .gen-header-info-box {
        margin: 0 0 0 15px;
    }

    .gen-account-holder {
        margin-right: 15px;
    }
}

@media(max-width:1023px) {

    /*===== Button Toggler =====*/
    header#gen-header .gen-bottom-header .navbar-toggler {
        font-size: 20px;
        padding: 12px 18px;
        line-height: normal;
        float: right;
        outline: none;
        margin: 0 0 0 15px;
        background: var(--primary-color);
        border: var(--primary-color);
        color: var(--white-color);
        border-radius: 0;
    }

    header#gen-header .gen-bottom-header .navbar .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        background: var(--black-color);
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
        -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
        box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
        max-height: 330px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    header#gen-header .gen-bottom-header .navbar .navbar-brand {
        line-height: 60px;
    }

    header#gen-header .gen-bottom-header {
        min-height: 60px;
    }

    header#gen-header .gen-search-form {
        top: 51px;
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav {
        float: left;
        width: 100%;
        display: inline-block;
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav li {
        float: left;
        width: 100%;
        display: inline-block;
        line-height: normal;
        position: relative;
        font-size: 16px;
        position: relative;
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav li a {
        width: 100%;
        display: inline-block;
        padding: 15px;
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav li i {
        margin-left: 0;
        opacity: 1;
        font-size: 12px;
        position: absolute;
        right: 0;
        margin-top: 0;
        top: 0;
        padding: 18px 25px;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav li:hover .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 0;
        background: #f5f5f5;
        box-shadow: none;
        display: inline-block;
        width: 100%;
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
        background: var(--primary-color);
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.gen-submenu-icon {
        opacity: 1;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 2;
        font-size: 12px;
        padding: 12px 30px;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav li .sub-menu li a {
        padding: 10px 30px;
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav li>a:hover,
    header#gen-header .gen-bottom-header .navbar .navbar-nav li:hover>a {
        background: var(--primary-color);
        color: var(--white-color);
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
        background: var(--primary-color);
        color: var(--white-color);
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav li.current-menu-ancestor>.gen-submenu-icon,
    header#gen-header .gen-bottom-header .navbar .navbar-nav li:hover>.gen-submenu-icon {
        color: var(--white-color);
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        display: inline-block;

        width: 100%;
        float: left;
    }

    header#gen-header .gen-bottom-header .navbar .navbar-nav li .sub-menu>li>a {
        background: var(--dark-color);
        color: var(--white-color);
    }

    header#gen-header .gen-top-header .gen-header-contact ul li {
        padding: 10px 10px;
    }

    header#gen-header.gen-header-default .gen-menu-search-block {
        margin-left: auto !important;
    }

    header#gen-header.gen-header-default .gen-toggle-btn {
        display: none;
    }

    /*===== Header Style-1 =====*/
    header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-brand {
        line-height: 75px;
    }

    header#gen-header.gen-header-style-1.gen-has-sticky {
        top: 0;
        padding: 0;
        position: relative;
    }

    header#gen-header.gen-header-style-1.gen-has-sticky.gen-header-sticky {
        top: 0;
    }

    .admin-bar header#gen-header.gen-header-style-1.gen-has-sticky.gen-header-sticky {
        top: 32px;
    }

    header#gen-header.gen-header-style-1 .gen-header-call {
        margin-right: 30px;
        display: flex;
    }

    header#gen-header.gen-header-style-1 .gen-header-info-box {
        margin-left: auto;
    }

    header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
        color: var(--white-color);
    }

    header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li {
        line-height: normal;
    }

    header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li>a,
    header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li {
        color: var(--white-color);
    }

    header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li:hover .sub-menu {
        top: 0;
    }

    header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li>a:hover,
    header#gen-header.gen-header-style-1 .gen-bottom-header .navbar .navbar-nav li:hover>a {
        color: var(--white-color);
    }

    header#gen-header.gen-header-style-1.gen-has-sticky.gen-header-sticky .gen-bottom-header .navbar .navbar-collapse {
        top: 100%;
    }
}

@media(max-width:767px) {

    header#gen-header.gen-header-style-1 .gen-header-call,
    header#gen-header.gen-header-style-1 .gen-button {
        display: none;
    }

    header#gen-header.gen-header-default .gen-top-header,
    header#gen-header.gen-header-default .gen-btn-container {
        display: none !important;
    }

    .admin-bar header#gen-header.gen-header-style-1.gen-has-sticky.gen-header-sticky,
    .admin-bar header#gen-header.gen-header-default .gen-bottom-header.gen-header-sticky {
        top: 0;
    }

    .gen-account-holder {
        margin-right: 0;
    }
}

@media(max-width:479px) {

    .gen-menu-search-block,
    .gen-sidebar,
    .gen-toggle-btn,
    header#gen-header.gen-header-style-1 .gen-header-info-box {
        /*display: none !important;*/
    }
}

@media (max-width:479px){
    header#gen-header .gen-bottom-header .navbar .navbar-brand img{
        height: 45px;
    }
}


body{padding-top:0;background-color:#000!important;font-family:'Roboto Condensed',sans-serif;font-size:14px;line-height:1.42857143;color:#000}a{text-decoration:none!important}@media (min-width:1400px){.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto!important;font-size:20px!important;font-weight:400!important}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1750px!important}}.toplogo{width:160px}.modal-content{position:relative!important;display:flex!important;flex-direction:column!important;width:100%!important;pointer-events:auto!important;background-color:#414141!important;background-clip:padding-box!important;border-radius:.3rem!important;outline:0!important}.modal-header{display:block!important;flex-shrink:0!important;background-color:#414141!important;align-items:center!important;justify-content:space-between!important;padding:1rem 1rem!important;border-top-left-radius:calc(.3rem - 1px)!important;border-top-right-radius:calc(.3rem - 1px)!important}.modal-body{position:relative!important;flex:1 1 auto!important;padding:1rem!important;background:#414141!important}.modal-footer{display:block!important;flex-wrap:wrap!important;flex-shrink:0!important;align-items:center!important;justify-content:flex-end!important;padding:.75rem!important;background:#414141!important;border-bottom-right-radius:calc(.3rem - 1px)!important;border-bottom-left-radius:calc(.3rem - 1px)!important}.btn-primary{color:#fff!important;background-color:#ff4d6d!important;border-color:#ff4d6d!important}.label{display:inline!important;padding:.2em .6em .3em!important;font-size:12px!important;font-weight:700!important;line-height:1!important;color:#fff!important;text-align:center!important;white-space:nowrap!important;vertical-align:baseline!important;border-radius:.25em!important}.navbar-toggle{position:relative;float:right;margin-right:7px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:#528983!important;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-default .navbar-toggle .icon-bar{background-color:#fff!important}.small,small{font-size:85%!important;color:#ff4d6d!important}.container-fluid{margin-right:auto;margin-left:auto;padding-left:7px;padding-right:7px;max-width:1750px!important}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;color:#fff!important;-moz-osx-font-smoothing:grayscale}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#2c2929;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#528983;background-color:#528983!important}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#528983!important}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#528983}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.panel{margin-bottom:20px;background-color:#000!important;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px #000}.panel-title{margin-top:0;margin-bottom:0;font-size:45px;padding-top:8px;text-transform:uppercase;font-weight:600;color:#fff!important;text-align:center}a{color:#fff!important;text-decoration:none}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2!important;color:#fff!important;background-color:#ff4d6d!important;border-color:#fff!important;cursor:default!important}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#000;background-color:#000!important;border:1px solid #fff!important;margin-left:-1px}.btn-default{color:#fff!important;background-color:#212529!important;border-color:#ff4d6d!important}.label-default{background-color:#0000009e!important}.label-default-hd{background-color:#000;border:1px solid #fff;color:#ff4d6d!important}.source{bottom:5px;right:5px;background-color:#0000009e}#addthis{margin-top:10px;width:auto;float:left}#top{margin-top:10px;text-align:right;width:38%}#language{float:right;margin-left:5px}.logo,.search{margin-top:10px;height:50px}.logo{float:left;width:30%}.search{float:right;text-align:right;width:auto;position:relative}.navbar-default{background:#005a54;border-bottom:5px solid #528983!important}p{margin:0 0 10px;color:#fff!important;text-align:center}.text-center{text-align:center!important;color:#fff!important}.navbar-brand>img{display:block!important;height:35px!important}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#528983!important;background-color:#fff;background-image:none;border:1px solid #528983!important;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.kereso-gomb{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-top-right-radius:4px;border-bottom-right-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;background-color:#ff4d6d;border-color:#ff4d6d}.tags-button{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:2px!important;color:#fff;background-color:#262932;border:2px solid #353943!important;display:inline-block;margin-top:3px;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tags-button:hover{background-color:#ff4d6d}.tags-button:active{background-color:#ff4d6d;box-shadow:0 5px #666;transform:translateY(4px)}.tag-time{float:left;color:#fff;padding-right:5px;padding-left:5px}.tag-view{float:right;color:#fff;padding-right:5px;padding-left:5px}.mobil-ads{text-align:center;min-height: 120px;}.ads{padding-bottom:20px}.kicsi{font-size:14px;color:#ff4d6d}@media (max-width:1024px){.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{text-align:center}}@media (max-width:1024px){.kicsi{font-size:12px;color:#ff4d6d}}.h1-mobil{font-size:30px;font-weight:600;color:#fff;text-transform:uppercase}@media (max-width:1024px){.h1-mobil{font-size:30px;text-align:center;font-weight:600;color:#fff;text-transform:uppercase}}@media (max-width:1024px){.panel-title{margin-top:0;margin-bottom:0;font-size:26px;color:inherit;text-align:center;text-transform:uppercase;color:#3c3636}}.top-duma{margin-top:0;margin-bottom:0;padding:10px 0;font-size:24px;color:#ff4d6d;font-weight:500;text-align:center;text-transform:uppercase}@media (max-width:1024px){.top-duma{margin-top:0;margin-bottom:0;padding:10px 30px;font-size:14px;color:#ff4d6d;font-weight:500;text-align:center;text-transform:uppercase}}.navcolor{color:#ffc107}.added{color:#fff}.mb-3{margin-bottom:1rem!important;color:#fff!important}.categoria-link{font-size:22px}form#orientation-form{margin-top:5px}.clearfixr{clear:both}ul.categories,ul.columns,ul.keywords,ul.links,ul.models,ul.plugs,ul.videos{list-style-type:none;margin:0;padding:0;color:#ffc107}ul.categories li,ul.models li,ul.plugs li,ul.videos li{float:left;width:90%;height:auto;margin:0 1px 10px 0;position:relative}ul.categories li img,ul.models li img,ul.plugs li,ul.videos li img{width:100%;height:auto}ul.plugs li{text-align:center;font-weight:700}ul.columns{width:98%;float:left;position:relative;margin-left:1%}ul.columns li.letter{font-weight:700;color:#005a54;font-size:26px;margin-top:10px}ul.links li{width:98%;margin-left:1%;float:left}ul.keywords li{width:48%;margin-left:1%;float:left;overflow:hidden}ul.dropdown-menu-letters{width:250px}ul.dropdown-menu-letters li{width:40px;display:inline-block;margin:5px 0 5px 5px;text-align:center}ul.dropdown-menu-letters li a{padding:0 5px;border:1px solid #fff}ul.dropdown-menu-letters li a:hover,ul.dropdown-menu-letters li.active a{border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px}ul.nav-small>li>a{padding-top:2px;padding-bottom:2px}.tags{text-align:center}.tags a{margin:3px 5px}.none{width:100%;padding:100px 0;text-align:center;font-weight:700}.none-comments{padding:30px 0}.panel-padding{padding:5px 0 5px 1px}.margin-top-10{margin-top:10px}.margin-bottom-5{margin-bottom:5px}.margin-bottom-10{margin-bottom:10px}.overlay{position:absolute}.rated,.rating{bottom:5px;left:5px}.report{top:10px;left:10px;display:none}.remove{top:30px;right:10px}.top-right{top:5px;right:5px}.top-left{top:5px;left:5px}.bottom-left{bottom:10px;left:10px}.bottom-right{bottom:10px;righ:10px}.badge-search{display:none}.video-thumb{position:relative}.category-title,.model-title,.video-title{width:100%;font-size:24px;font-weight:600;text-align:center;overflow:hidden;height:75px;color:#fff;line-height:100%;text-transform:inherit}@media (min-width:320px) and (max-width:1366px){.category-title,.model-title,.video-title{width:100%;font-size:18px!important;font-weight:600;text-align:center;overflow:hidden;height:55px!important;color:#fff;text-transform:uppercase}}.top{color:#ffc107}.category-title-new{width:100%;font-size:20px;font-weight:600;text-align:center;overflow:hidden;height:30px;color:#fff;text-transform:uppercase}.video-tag{color:#e580df;font-size:12px!important}.video-title{font-size:16px;text-transform:inherit;background-color:#262932;padding-top:5px;font-weight:600;color:#fff!important}.model-title{font-size:14px}.model-image{position:relative;float:left;display:block;width:184px;margin-bottom:10px}.model-bio{margin-left:196px;display:block;overflow:hidden!important}.model-bio p,.model-info{margin-top:10px}.tag-list{width:100%;overflow:hidden;height:45px;text-align:center;background-color:#262932;line-height:120%}.tag-list span{font-size:12px;color:#528983;font-weight:700}#model-title{margin-top:0;padding-top:0;font-size:20px}#rating{font-size:11px;width:100px;padding-left:3px;padding-right:3px}.progress{margin:0;padding:0;height:10px}#video-content{margin-top:10px}#video-content .row{margin-bottom:10px}#video-content .badge{font-size:20px}#share-container{display:none}#player-container{position:relative;display:block;width:100%;min-height:auto;height:281px}#player{width:100%;height:100%;position:absolute;background-color:#000;background-repeat:no-repeat;background-size:100% auto}#player-advertising{position:absolute;display:none;z-index:999999}@media (max-width:1024px){#player-advertising{position:absolute;display:none;z-index:999999;left:30px!important}}#player-advertising p{width:100%;text-align:center;font-weight:700;display:block}#player-advertising .btn-adv,.btn-center,.btn-related{display:block;margin:0 auto}#comments-container{margin-top:10px}.comment{margin-bottom:3px}.comment-header{font-size:14px;padding-bottom:5px}.comment-body p{overflow:hidden}.btn-thumb{padding:0}.btn-tag{margin-bottom:5px}.btn-inline{display:inline-block;margin-bottom:3px}.human{display:none}#avatar{width:300px}#avatar img{max-width:100%}.list-group-item{padding:3px 5px}.list-group-item.active{text-decoration:none;font-weight:700;color:#555;border:1px solid #ddd;background-color:#f5f5f5}.list-group-item.active:focus,.list-group-item.active:hover{text-decoration:none;font-weight:700;color:#555;background-color:#f5f5f5;border:1px solid #ddd}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#555;background-color:#f5f5f5}@media (max-width:768px){#autocomplete{top:280px!important;left:0;position:absolute;background:#fff;display:block;line-height:20px;padding:4px 0;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,.055);box-shadow:0 1px 3px rgba(0,0,0,.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;z-index:1001;text-align:left;width:100%}}#autocomplete{top:50px;left:0;position:absolute;background:#fff;display:block;line-height:20px;padding:4px 0;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,.055);box-shadow:0 1px 3px rgba(0,0,0,.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;z-index:1001;text-align:left;width:100%}#autocomplete ul{list-style-type:none;margin:0;padding:0;width:100%}#autocomplete ul li{width:100%;display:block;font-size:16px;font-weight:700;padding:3px 2%;color:#131313}#autocomplete ul li.hovered{text-decoration:none;background:#ccc;cursor:pointer}.adv-container{display:block;padding:0;text-align:center;width:100%;margin:0;margin-bottom:25px}.adv-footer{display:inline-block;width:300px;height:250px;padding:0;margin:3px;border:1px solid #fff;box-shadow:0 0 4px #444;background:#fff;overflow:hidden}.video-category{width:100%;font-weight:700;padding:10px 0}.btn-primary{color:#fff;background-color:#bd0d00;border-color:#bd0d00}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#bd0d00;border-color:#bd0d00}.btn-primary:hover{color:#fff;background-color:#bd0d00;border-color:#bd0d00}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#000;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #000;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #000}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}@media (max-width:767px){#menu{position:absolute;top:60px;right:12px;z-index:100}#menu-header{min-width:72px}.search{width:100%;float:right;margin-top:0}.btn-user{margin-bottom:10px}.pagination-small>li>a,.pagination-small>li>span{padding:5px 10px;font-size:12px}.pagination-small>li:first-child>a,.pagination-small>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-small>li:last-child>a,.pagination-small>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.list-search{display:none}.badge-search{display:inline-block}ul.videos li{width:32%}ul.categories li{width:32%}ul.models li{width:186px}ul.models li img{width:180px;height:265px}ul.columns li small{float:right}ul.links li{width:32%}ul.plugs li{width:220px}ul.keywords li{width:32%}}@media (max-width:1024px){body{padding-top:0}#menu{top:90px}#addthis{width:100%;text-align:center;float:none;margin-top:0}#top{width:100%;text-align:center;float:none;margin-top:5px}#language{float:none;display:inline}.navbar-fixed-top{padding-bottom:5px}.addthis_toolbox{margin:0 auto;display:inline-block;float:none}.dropdown-menu-center{left:50%;right:auto;text-align:center;transform:translate(-50%,0)}.btn-small{padding:3px 5px;font-size:12px;line-height:1.5;border-radius:3px}ul.videos li{border:2px solid #b3b3b347;width:calc(50% - 1px)}ul.categories li{width:calc(50% - 1px)}ul.models li{width:186px}ul.models li img{width:180px;height:265px}ul.links li{width:32%}ul.plugs li{width:187px}ul.plugs li img{width:183px;height:183px}ul.keywords li{width:32%}}@media (max-width:481px){.logo{width:360px}.logo a img{display:block;max-width:100%;height:auto}ul.videos li{border:2px solid #b3b3b347;width:calc(100% - 1px)}ul.categories li{width:calc(50% - 1px)}ul.models li{width:204px}ul.models li img{width:180px;height:265px}ul.links li{width:48%}ul.plugs li{width:204px}ul.keywords li{width:48%}}@media (max-width:401px){.logo{width:360px}.logo a img{display:block;max-width:100%;height:auto}ul.videos li{border:2px solid #b3b3b347;width:calc(100% - 1px)}ul.categories li{width:calc(50% - 1px)}ul.models li{width:164px}ul.models li img{width:160px;height:236px}ul.links li{width:47.6%}ul.plugs li{width:164px}ul.keywords li{width:47.6%}}@media (max-width:321px){.logo{width:200px}.model-image{width:100%;float:none}.model-bio{width:100%;margin-left:0}#avatar{width:240px}ul.videos li{border:2px solid #b3b3b347;width:98%}ul.categories li{width:98%}ul.models li{width:260px}ul.models li img{width:254px;height:374px}ul.links li{width:98%}ul.plugs li{width:260px}ul.plugs li img{width:220px;height:220px}ul.keywords li{width:98%}}@media (min-width:768px){.btn-user{margin-bottom:10px}ul.videos li{border:2px solid #b3b3b347;width:calc(33% - 1px)}ul.uvideos li{border:2px solid #b3b3b347;width:calc(33% - 1px)}ul.categories li{width:calc(33% - 1px)}ul.models li{width:170px}ul.models li img{width:166px;height:244px}ul.columns{width:18.8%}ul.links li{width:32%}ul.plugs li{width:229px}ul.keywords li{width:13%}ul.keywords li{width:23.8%}}@media (min-width:854px){.btn-user{margin-bottom:10px}ul.videos li{border:2px solid #b3b3b347;width:calc(25% - 1px)}ul.related li{border:2px solid #b3b3b347;width:calc(25% - 1px)}ul.uvideos li{border:2px solid #b3b3b347;width:calc(25% - 1px)}ul.categories li{width:calc(25% - 1px)}ul.models li{width:190px}ul.models li img{width:180px;height:265px}ul.columns{width:18.8%}ul.links li{width:23%}ul.plugs li{width:190px}ul.plugs li img{width:186px;height:186px}ul.keywords li{width:18.8%}}@media (min-width:960px){.btn-user{margin-bottom:10px}ul.videos li{border:2px solid #b3b3b347;width:calc(25% - 1px)}ul.related li{border:2px solid #b3b3b347;width:calc(25% - 1px)}ul.uvideos li{border:2px solid #b3b3b347;width:calc(25% - 1px)}ul.categories li{width:calc(25% - 1px)}ul.models li{width:172px}ul.models li img{width:168px;height:247px}ul.columns{width:18.8%}ul.links li{width:23%}ul.plugs li{width:218px}ul.keywords li{width:18.8%}}@media (min-width:1024px){.btn-user{margin-bottom:10px}ul.videos li{border:2px solid #b3b3b347;width:calc(20% - 1px)}ul.related li{border:2px solid #b3b3b347;width:calc(20% - 1px)}ul.uvideos li{border:2px solid #b3b3b347;width:calc(20% - 1px)}ul.categories li{width:calc(20% - 1px)}ul.models li{width:185px}ul.models li img{width:180px;height:265px}ul.columns{width:18.8%}ul.links li{width:18.8%}ul.plugs li{width:185px}ul.plugs li img{width:181px;height:181px}ul.keywords li{width:15.4%}}@media (min-width:1280px){.container{width:1170px}.video-title{font-size:24px;padding-top:5px;text-transform:inherit;font-weight:600;background-color:#262932;color:#000}.model-title{font-size:16px}ul.videos li{border:2px solid #b3b3b347;width:calc(20% - 1px)}ul.related li{border:2px solid #b3b3b347;width:calc(20% - 1px)}ul.uvideos li{border:2px solid #b3b3b347;width:calc(20% - 1px)}ul.categories li{width:calc(20% - 1px)}ul.models li{width:196px}ul.models li img{width:180px;height:265px}ul.columns{width:18.8%}ul.links li{width:18.8%}ul.plugs li{width:196px}ul.plugs li img{width:192px;height:192px}ul.keywords li{width:15.4%}}@media (min-width:1366px){.container{width:1270px}ul.videos li{border:2px solid #b3b3b347;width:calc(20% - 1px)}ul.related li{border:2px solid #b3b3b347;width:calc(20% - 1px)}ul.uvideos li{border:2px solid #b3b3b347;width:calc(20% - 1px)}ul.categories li{width:calc(20% - 1px)}ul.models li{width:178px}ul.models li img{width:174px;height:256px}ul.columns{width:18.8%}ul.links li{width:18.8%}ul.plugs li{width:210px}ul.keywords li{width:15.4%}}@media (min-width:1440px){.container{width:1750px}ul.videos li{border:2px solid #b3b3b347;width:calc(20% - 1px)}ul.related li{border:2px solid #b3b3b347;width:calc(20% - 1px)}ul.uvideos li{border:2px solid #b3b3b347;width:calc(20% - 1px)}ul.categories li{width:calc(20% - 1px)}ul.categories li{width:19.3%}ul.models li{width:189px}ul.models li img{width:180px;height:265px}ul.columns{width:18.8%}ul.links li{width:18.8%}ul.plugs li{width:191px}ul.plugs li img{width:187px;height:187px}ul.keywords li{width:13%}}@media (min-width:1680px){ul.videos li{width:calc(20% - 1px);border:2px solid #b3b3b347}ul.related li{width:calc(20% - 1px);border:2px solid #b3b3b347}ul.uvideos li{width:calc(20% - 1px);border:2px solid #b3b3b347}ul.categories li{width:calc(20% - 1px)}ul.models li{border:2px solid #b3b3b347;width:199px}ul.models li img{border:2px solid #b3b3b347;width:180px;height:265px}ul.columns{width:18.8%}ul.links li{width:18.8%}ul.plugs li{width:200px}ul.plugs li img{width:194px;height:194px}ul.keywords li{width:13%}}@font-face{font-family:bootstrap-icons;src:url(bootstrap-icons.woff2) format("woff2"),url(bootstrap-icons.woff) format("woff");font-display:swap}[class*=" bi-"]::before,[class^=bi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-tag-fill::before{content:"\f5af"}.bi-tag::before{content:"\f5b0";color:#ff4d6d}.bi-tags-fill::before{content:"\f5b1"}.bi-tags::before{content:"\f5b2"}.bi-clock-fill::before{content:"\f291"}.bi-clock-history::before{content:"\f292"}.bi-clock::before{content:"\f293"}.bi-eye-fill::before{content:"\f33e"}.bi-eye-slash-fill::before{content:"\f33f"}.bi-eye-slash::before{content:"\f340"}.bi-eye::before{content:"\f341"}.bi-eyedropper::before{content:"\f342"}.bi-eyeglasses::before{content:"\f343"}.bi-play-circle-fill::before{content:"\f4f2"}.bi-play-circle::before{content:"\f4f3";color:#ff4d6d}.bi-house-door-fill::before{content:"\f422"}.bi-house-door::before{content:"\f423"}.bi-house-fill::before{content:"\f424"}.bi-house::before{content:"\f425";color:#ff4d6d}.bi-badge-hd-fill::before{content:"\f166"}.bi-badge-hd::before{content:"\f167";color:#ff4d6d}.bi-card-list::before{content:"\f227";color:#ff4d6d}.bi-star-fill::before{content:"\f586"}.bi-star-half::before{content:"\f587"}.bi-star::before{content:"\f588";color:#ff4d6d}.bi-stars::before{content:"\f589"}.bi-search::before{content:"\f52a"}.bi-chat-right-dots-fill::before{content:"\f256"}.bi-chat-right-dots::before{content:"\f257";color:#ff4d6d}.bi-play::before{content:"\f4f5"}.bi-play-btn::before{content:"\f4f1";color:#ff4d6d}.bi-share-fill::before{content:"\f52d"}.bi-share::before{content:"\f52e";color:#ff4d6d}.bi-folder-check::before{content:"\f3d0"}.bi-folder-fill::before{content:"\f3d1"}.mob-top{min-height:360px!important}