#player {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: 100% auto;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
#video-content,
#video-content .row,
.mobil-ads {
    margin: 10px !important;
}
#player-container,
.model-image,
.search,
.video-thumb,
ul.columns {
    position: relative;
}
#addthis,
#comments-container,
#top,
#video-content,
.logo,
.margin-top-10,
.model-bio p,
.model-info,
.search {
    margin-top: 10px;
}
.list-group-item.active,
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #555;
    background-color: #f5f5f5;
}
#modal_content,
#player {
    background-repeat: no-repeat;
}
#top,
.search {
    text-align: right;
}
.mobil-ads,
p {
    text-align: center;
}
.mob-top {
    min-height: 360px !important;
}
#addthis {
    width: auto;
    float: left;
}
#top {
    width: 38%;
}
#language {
    float: right;
    margin-left: 5px;
}
.logo,
.search {
    height: 50px;
}
.logo {
    float: left;
    width: 30%;
}
.search {
    float: right;
    width: auto;
}
#autocomplete,
#player,
.overlay {
    position: absolute;
}

.navbar-header {
  position: relative !important;
  height: 60px !important;
}
.navbar-toggle.custom-toggle {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  background: #333 !important;
  border-radius: 6px !important;
  z-index: 2 !important;
  display: block !important;
}
@media (min-width: 768px) {
  .navbar-toggle.custom-toggle {
    display: none !important;
  }
}

.h1mob {
    font-size: 20px !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
    color: #fff;
    text-align: center;
}

a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}

a {
    color: #000;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #e6bc15;
    
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Nunito', sans-serif!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #000!important;
    background-image: linear-gradient(to right top, #ffffff, #f6f6f8, #edeef0, #e4e5e9, #dadde2);
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito1.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;	
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito2.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;	
}

.panel {
    margin-bottom: 20px!important;
    background-color: transparent!important;

}
.panel-heading {
    padding: 10px 2px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-default > .panel-heading {
    color: #fff;
}

.panel-default {
    border-color: #ddd;
}

.panel-title {
    margin-top: 0 !important;
    margin-bottom: 0!important;
    font-size: 25px!important;
    font-weight: 500!important;
    color: #000!important;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.2;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.bottom-left {
    bottom: 5px;
    left: 5px;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #131212a8;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
        url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
        url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
    font-display: swap;
}
.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;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 7px;
    padding-left: 7px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -7px;
    margin-left: -7px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    border-bottom: 5px solid #e6e6e6;
    background-color: #f7f7f7;
    font-size: 18px;
    font-weight: 600;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 10px 7px;
    font-size: 18px;
    line-height: 33px;
    height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -7px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 7px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #ecc01f;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -7px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    margin-left: -7px;
    margin-right: -7px;
    padding: 10px 7px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
		padding: 10px;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 7px;
        margin-right: 7px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -7px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f7f7f7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #3c3636;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #3c3636;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ecc01f;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #3c3636;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #080808;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}

.text-center {
    text-align: center;
    color: #000;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #3c3636;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.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;
    color: #fff;
    background-color: #ecc01f;
    border-color: #3c3636;
    cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #3c3636;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.kereso-gomb,
.tags-button {
    padding: 6px 12px;
    font-weight: 400;
    vertical-align: middle;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
}
.navbar-default {
    background-color: #f7f7f7 !important;
    border-bottom: 5px solid #eed25a !important;
}
p {
    margin: 0 0 10px;
    color: #000 !important;
}
.navbar-brand > img {
    display: block !important;
    height: 35px !important;
}
.kereso-gomb {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 1px solid #000;
    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: #3c3636;
}
.tags-button {
    border-radius: 25px !important;
    color: #3c3636;
    background-color: #fff;
    border: 2px solid #e6bc15 !important;
    margin-top: 6px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tag-time,
.tag-view {
    padding-right: 5px;
    padding-left: 5px;
}
#share-container,
.badge-search,
.human,
.report {
    display: none;
}
.tag-time {
    float: left;
    color: #fff;
}
.tag-view {
    float: right;
    color: #fff;
}
.label-default-hd {
    background-color: #ae0000ed;
    border: 1px solid #fff;
}
.mobil-ads {
    min-height: 120px;
}
.ads {
    padding-bottom: 0;
    line-height: 0 !important;
}
.kicsi {
    font-size: 12px;
    color: #e20003;
}
@media (min-width: 768px) {
    .container {
        width: 734px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 954px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1154px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 7px;
    padding-right: 7px;
	max-width: 1750px;
}
.h1-mobil {
    font-size: 30px;
    font-weight: 600;
    color: #3c3636;
}
.top-duma {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 14px;
    color: #e6bc15;
    text-align: left;
}
.navcolor,
.top {
    color: #ffc107;
}
.added {
    color: #3c3636;
}
.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;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
ul.columns,
ul.links li {
    width: 98%;
    margin-left: 1%;
    float: left;
}
ul.plugs li {
    text-align: center;
    font-weight: 700;
}
ul.columns li.letter {
    font-weight: 700;
    color: #ffc107;
    font-size: 26px;
    margin-top: 10px;
}
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 rgba(0, 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;
}
.category-title-new,
.video-title {
    text-transform: uppercase;
    font-weight: 600;
}
.none-comments {
    padding: 30px 0;
}
.panel-padding {
    padding: 5px 0 5px 1px;
}
.btn-tag,
.margin-bottom-5 {
    margin-bottom: 5px;
}
#video-content .row,
.margin-bottom-10,
.model-image {
    margin-bottom: 10px;
}
.source {
    bottom: 5px;
    right: 5px;
    background-color: #131212a8;
}
.rated,
.rating {
    bottom: 5px;
    left: 5px;
}
.report {
    top: 10px;
    left: 10px;
}
.remove {
    top: 30px;
    right: 10px;
}
.top-right {
    top: 5px;
    right: 5px;
}
.top-left {
    top: 5px;
    left: 5px;
}
.bottom-left {
    bottom: 5px;
    left: 5px;
}
.bottom-right {
    bottom: 10px;
    righ: 10px;
}
.category-title,
.model-title,
.video-title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    height: 43px;
    color: #3c3636;
    background-color: #fff;
    text-transform: none;
	padding: 3px 2px 0;
	border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.category-title-new {
    width: 100%;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    height: 30px;
    color: #3c3636;
    background-color: #fff;
}
.video-tag {
    color: #e580df;
    font-size: 12px !important;
}

.model-title {
    font-size: 14px;
}
.model-image {
    float: left;
    display: block;
    width: 184px;
}
.model-bio {
    margin-left: 196px;
    display: block;
    overflow: hidden !important;
}
.adv-footer,
.comment-body p,
.tag-list {
    overflow: hidden;
}
.tag-list {
    width: 100%;
    height: 35px;
    text-align: center;
    background-color: #fff;
    line-height: 120%;
}
.tag-list span {
    font-size: 12px;
    color: #e6bc15;
    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 .badge {
    font-size: 20px;
}
#player-container {
    padding-top: 56.25%;
    height: auto !important;
    display: block;
    width: 100%;
    min-height: auto;
}
#player-advertising {
    position: absolute;
    display: none;
    z-index: 999999;
}
#player-advertising p {
    width: 100%;
    text-align: center;
    font-weight: 700;
    display: block;
}
#player-advertising .btn-adv,
.btn-center,
.btn-related {
    display: block !important;
    margin: 0 auto;
}
.comment {
    margin-bottom: 3px;
}
.comment-header {
    font-size: 14px;
    padding-bottom: 5px;
}
.btn-thumb {
    padding: 0;
}
.btn-inline {
    display: inline-block;
}
#autocomplete,
#autocomplete ul li,
.adv-container {
    display: block;
    width: 100%;
}
#avatar,
.adv-footer {
    width: 300px;
}
#avatar img {
    max-width: 100%;
}
.list-group-item {
    padding: 3px 5px;
}
.list-group-item.active {
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #ddd;
}
.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;
}
@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, 0.055);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        z-index: 1001;
        text-align: left;
        width: 100%;
    }
}
#autocomplete {
    top: 50px;
    left: 0;
    background: #fff;
    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, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 1001;
    text-align: left;
}
#autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#autocomplete ul li {
    font-size: 16px;
    font-weight: 700;
    padding: 3px 2%;
    color: #131313;
}
#autocomplete ul li.hovered {
    text-decoration: none;
    background: #ccc;
    cursor: pointer;
}
.adv-container {
    padding: 0;
    text-align: center;
    margin: 0 0 25px;
}
.adv-footer {
    display: inline-block;
    height: 250px;
    padding: 0;
    margin: 3px;
    border: 1px solid #fff;
    box-shadow: 0 0 4px #444;
    background: #fff;
}
.video-category {
    width: 100%;
    font-weight: 700;
    padding: 10px 0;
}
@media (max-width: 1024px) {
  
    .top-duma {
        margin-bottom: 0;
        margin-top: 0;
    }
    #addthis,
    .top-duma {
        margin-top: 0;
    }
    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        text-align: center;
    }
    .kicsi {
        font-size: 12px;
        color: #e20003;
    }
   
   
    .top-duma {
        padding: 10px 30px;
        font-size: 14px;
        color: #e6bc15;
        text-align: center;
        text-transform: uppercase;
    }
    #player-advertising {
        position: absolute;
        display: none;
        z-index: 999999;
        left: 19.5px !important;
        top: 34px !important;
    }
    #addthis,
    #top {
        width: 100%;
        float: none;
        text-align: center;
    }
    body {
        padding-top: 0;
    }
    #menu {
        top: 90px;
    }
    #top {
        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.categories li,
    ul.videos li {
        width: 31.5%;
    }
    ul.models li {
        width: 186px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.keywords li,
    ul.links li {
        width: 32%;
    }
    ul.plugs li {
        width: 187px;
    }
    ul.plugs li img {
        width: 183px;
        height: 183px;
    }
}
@media (max-width: 481px) {
    .logo {
        width: 360px;
    }
    .logo a img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    ul.categories li,
    ul.keywords li,
    ul.links li,
    ul.videos li {
        width: 48%;
    }
    ul.models li,
    ul.plugs li {
        width: 204px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
}
@media (max-width: 401px) {
    .logo {
        width: 360px;
    }
    .logo a img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    ul.videos li {
        width: 98.8%;
    }
    ul.categories li,
    ul.keywords li,
    ul.links li {
        width: 47.6%;
    }
    ul.models li,
    ul.plugs li {
        width: 164px;
    }
    ul.models li img {
        width: 160px;
        height: 236px;
    }
}
@media (min-width: 768px) {
    .btn-user {
        margin-bottom: 10px;
    }
    ul.categories li,
    ul.links li,
    ul.videos li {
        width: 32%;
    }
    ul.uvideos li {
        width: 31.8%;
    }
    ul.models li {
        width: 170px;
    }
    ul.models li img {
        width: 166px;
        height: 244px;
    }
    ul.columns {
        width: 18.8%;
    }
    ul.plugs li {
        width: 229px;
    }
    ul.keywords li {
        width: 23.8%;
    }
}
@media (min-width: 800px) {
    .btn-user {
        margin-bottom: 10px;
    }
    ul.categories li,
    ul.videos li {
        width: 32%;
    }
    ul.uvideos li {
        width: 31.8%;
    }
    ul.models li,
    ul.plugs li {
        width: 178px;
    }
    ul.models li img {
        width: 174px;
        height: 256px;
    }
    ul.columns {
        width: 18.8%;
    }
    ul.links li {
        width: 23%;
    }
    ul.plugs li img {
        width: 174px;
        height: 174px;
    }
    ul.keywords li {
        width: 23.8%;
    }
}
@media (min-width: 854px) {
    .btn-user {
        margin-bottom: 10px;
    }
    ul.categories li,
    ul.videos li {
        width: 32%;
    }
    ul.uvideos li {
        width: 31.8%;
    }
    ul.models li,
    ul.plugs li {
        width: 190px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.columns,
    ul.keywords li {
        width: 18.8%;
    }
    ul.links li {
        width: 23%;
    }
    ul.plugs li img {
        width: 186px;
        height: 186px;
    }
}
@media (min-width: 960px) {
    .btn-user {
        margin-bottom: 10px;
    }
    ul.categories li,
    ul.videos li {
        width: 24%;
    }
    ul.related li {
        width: 19.2%;
    }
    ul.uvideos li {
        width: 32.1%;
    }
    ul.models li {
        width: 172px;
    }
    ul.models li img {
        width: 168px;
        height: 247px;
    }
    ul.columns,
    ul.keywords li {
        width: 18.8%;
    }
    ul.links li {
        width: 23%;
    }
    ul.plugs li {
        width: 218px;
    }
}
@media (min-width: 1024px) {
    .btn-user {
        margin-bottom: 10px;
    }
    ul.categories li,
    ul.uvideos li,
    ul.videos li {
        width: 24%;
    }
    ul.related li {
        width: 19.2%;
    }
    ul.models li,
    ul.plugs li {
        width: 185px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.columns,
    ul.links li {
        width: 18.8%;
    }
    ul.plugs li img {
        width: 181px;
        height: 181px;
    }
    ul.keywords li {
        width: 15.4%;
    }
}
@media (min-width: 1280px) {
    .container {
        width: 1170px;
    }

    .model-title {
        font-size: 16px;
    }
    ul.categories li,
    ul.videos li {
        width: 19.3%;
    }
    ul.related li,
    ul.uvideos li {
        width: 19.2%;
    }
    ul.models li,
    ul.plugs li {
        width: 196px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.columns,
    ul.links li {
        width: 18.8%;
    }
    ul.plugs li img {
        width: 192px;
        height: 192px;
    }
    ul.keywords li {
        width: 15.4%;
    }
}
@media (min-width: 1366px) {
    .container {
        width: 1270px;
    }
    ul.categories li,
    ul.videos li {
        width: 19.3%;
    }
    ul.related li,
    ul.uvideos li {
        width: 19.2%;
    }
    ul.models li {
        width: 178px;
    }
    ul.models li img {
        width: 174px;
        height: 256px;
    }
    ul.columns,
    ul.links li {
        width: 18.8%;
    }
    ul.plugs li {
        width: 210px;
    }
    ul.keywords li {
        width: 15.4%;
    }
}
@media (min-width: 1440px) {
    .container {
        width: auto;
    }
    ul.categories li,
    ul.videos li {
        width: 19.3%;
    }
    ul.related li,
    ul.uvideos li {
        width: 19.2%;
    }
    ul.models li {
        width: 189px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.columns,
    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.categories li,
    ul.videos li {
        width: 16.2%;
    }
    ul.related li {
        width: 19.2%;
    }
    ul.uvideos li {
        width: 19.4%;
    }
    ul.models li {
        width: 199px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.columns,
    ul.links li {
        width: 18.8%;
    }
    ul.plugs li {
        width: 200px;
    }
    ul.plugs li img {
        width: 194px;
        height: 194px;
    }
    ul.keywords li {
        width: 13%;
    }
}
#modal_screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1100;
    background-color: rgba(0, 0, 0, 0.85);
}
#modal_screen.nope {
    background-color: #1e0924;
}
#modal_content {
    position: fixed;
    z-index: 1101;
    margin: 0 auto;
    background-color: #fff;
    border: 4px solid #444;
    border-radius: 15px;
    font-size: 12px;
    width: 290px;
    height: 290px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center 2em;
    background-size: 90px auto;
    background-image: url(../images/logo.png);
}
#modal_content .content_wrapper {
    padding-top: 8em;
    margin: 3em auto 0;
    text-align: center;
}
#modal_content h2 {
    margin: 0;
    font: 15px/1.3em "Gill Sans W01 Medium", Helvetica, arial, sans-serif;
}
#modal_content p {
    max-width: 75%;
    margin: 1.2em auto 0;
    font: 11px/1.5em proxima-nova, Helvetica, arial, sans-serif;
}
#modal_content nav {
    font-size: 16px;
    display: table;
    width: 282px;
}
#modal_content nav ul {
    display: table-row;
    width: 100%;
    margin: 0;
    padding: 0;
}
#modal_content nav li {
    display: table-cell;
    text-align: right;
    width: auto;
}
#modal_content nav:after {
    content: "";
    display: block;
    clear: both;
}
#modal_content nav small {
    display: block;
    text-align: center;
    color: #888;
    margin: 1em 0 0;
}
#modal_content nav a.av_btn {
    display: block;
    text-align: center;
    width: 85px;
    border-radius: 15px;
    margin: 1em auto 0;
    text-decoration: none;
    padding: 1em;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
}
#modal_content nav .av_btn:hover,
#modal_content nav .av_go {
    background-color: #e2024e;
}
#modal_content nav .av_no {
    background-color: #9e9e9e;
}
#modal_content #modal_regret_wrapper nav a.av_btn {
    margin-top: 0;
    width: 130px;
    font-size: 0.8em;
}
@media (min-width: 688px) {
    #modal_content {
        top: 30vh;
        left: 30vw;
        width: 90%;
        max-width: 500px;
        height: 350px;
        padding: 3em;
        border-radius: 15px;
        background-position: center 3em;
        background-size: 160px auto;
        font-size: 16px;
    }
    #modal_content .content_wrapper {
        padding-top: 0;
        margin: 3em auto 0;
        text-align: center;
    }
    #modal_content h2 {
        margin: 0;
        font-size: 1.875em;
    }
    #modal_content p {
        font-size: 1em;
        line-height: 1.9em;
    }
    #modal_content nav {
        width: 396px;
    }
    #modal_content nav a.av_btn {
        margin: 1.6em auto 0;
        font-size: 1em;
    }
}
@media (max-width: 767px) {
    .search,
    ul.columns li small {
        float: right;
    }
    #menu {
        position: absolute;
        top: 60px;
        right: 12px;
        z-index: 100;
    }
    #menu-header {
        min-width: 72px;
    }
    .search {
        width: 100%;
        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.categories li,
    ul.keywords li,
    ul.links li,
    ul.videos li {
        width: 32%;
    }
    ul.models li {
        width: 186px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.plugs li {
        width: 220px;
    }
}
@media (max-width: 1024px) {
    #addthis,
    #top {
        width: 100%;
        float: none;
        text-align: center;
    }
    body {
        padding-top: 0;
    }
    #menu {
        top: 90px;
    }
    #addthis {
        margin-top: 0;
    }
    #top {
        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.categories li,
    ul.videos li {
        width: calc(50% - 1px);
    }
    ul.models li {
        width: 186px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.keywords li,
    ul.links li {
        width: 32%;
    }
    ul.plugs li {
        width: 187px;
    }
    ul.plugs li img {
        width: 183px;
        height: 183px;
    }
}
@media (max-width: 481px) {
    .logo {
        width: 360px;
    }
    .logo a img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    ul.categories li,
    ul.videos li {
        width: calc(100% - 1px);
    }
    ul.models li,
    ul.plugs li {
        width: 204px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.keywords li,
    ul.links li {
        width: 48%;
    }
}
@media (max-width: 401px) {
    .logo {
        width: 360px;
    }
    .logo a img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    ul.categories li,
    ul.videos li {
        width: calc(100% - 1px);
    }
    ul.models li,
    ul.plugs li {
        width: 164px;
    }
    ul.models li img {
        width: 160px;
        height: 236px;
    }
    ul.keywords li,
    ul.links 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.categories li,
    ul.keywords li,
    ul.links li,
    ul.videos li {
        width: 98%;
    }
    ul.models li,
    ul.plugs li {
        width: 260px;
    }
    ul.models li img {
        width: 254px;
        height: 374px;
    }
    ul.plugs li img {
        width: 220px;
        height: 220px;
    }
}
@media (min-width: 768px) {
    .btn-user {
        margin-bottom: 10px;
    }
    ul.categories li,
    ul.uvideos li,
    ul.videos li {
        width: calc(50% - 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: 23.8%;
    }
}
@media (min-width: 800px) {
    .btn-user {
        margin-bottom: 10px;
    }
    ul.categories li,
    ul.related li,
    ul.uvideos li,
    ul.videos li {
        width: calc(50% - 1px);
    }
    ul.models li,
    ul.plugs li {
        width: 178px;
    }
    ul.models li img {
        width: 174px;
        height: 256px;
    }
    ul.columns {
        width: 18.8%;
    }
    ul.links li {
        width: 23%;
    }
    ul.plugs li img {
        width: 174px;
        height: 174px;
    }
    ul.keywords li {
        width: 23.8%;
    }
}
@media (min-width: 854px) {
    .btn-user {
        margin-bottom: 10px;
    }
    ul.categories li,
    ul.related li,
    ul.uvideos li,
    ul.videos li {
        width: calc(50% - 1px);
    }
    ul.models li,
    ul.plugs li {
        width: 190px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.columns,
    ul.keywords li {
        width: 18.8%;
    }
    ul.links li {
        width: 23%;
    }
    ul.plugs li img {
        width: 186px;
        height: 186px;
    }
}
@media (min-width: 960px) {
    .btn-user {
        margin-bottom: 10px;
    }
    ul.categories li,
    ul.related li,
    ul.uvideos li,
    ul.videos li {
        width: calc(50% - 1px);
    }
    ul.models li {
        width: 172px;
    }
    ul.models li img {
        width: 168px;
        height: 247px;
    }
    ul.columns,
    ul.keywords li {
        width: 18.8%;
    }
    ul.links li {
        width: 23%;
    }
    ul.plugs li {
        width: 218px;
    }
}
@media (min-width: 1024px) {
    .btn-user {
        margin-bottom: 10px;
    }
    ul.categories li,
    ul.related li,
    ul.uvideos li,
    ul.videos li {
        width: calc(20% - 1px);
    }
    ul.models li,
    ul.plugs li {
        width: 185px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.columns,
    ul.links li {
        width: 18.8%;
    }
    ul.plugs li img {
        width: 181px;
        height: 181px;
    }
    ul.keywords li {
        width: 15.4%;
    }
}
@media (min-width: 1280px) {
    .container {
        width: 1170px;
    }
 
    .model-title {
        font-size: 16px;
    }
    ul.categories li,
    ul.related li,
    ul.uvideos li,
    ul.videos li {
        width: calc(20% - 1px);
    }
    ul.models li,
    ul.plugs li {
        width: 196px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.columns,
    ul.links li {
        width: 18.8%;
    }
    ul.plugs li img {
        width: 192px;
        height: 192px;
    }
    ul.keywords li {
        width: 15.4%;
    }
}
@media (min-width: 1366px) {
    .container {
        width: 1270px;
    }
    ul.categories li,
    ul.related li,
    ul.uvideos li,
    ul.videos li {
        width: calc(20% - 1px);
    }
    ul.models li {
        width: 178px;
    }
    ul.models li img {
        width: 174px;
        height: 256px;
    }
    ul.columns,
    ul.links li {
        width: 18.8%;
    }
    ul.plugs li {
        width: 210px;
    }
    ul.keywords li {
        width: 15.4%;
    }
}
@media (min-width: 1440px) {
    .container {
        width: 1700px;
    }
    ul.categories li,
    ul.related li,
    ul.uvideos li,
    ul.videos 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,
    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.categories li,
    ul.related li,
    ul.uvideos li,
    ul.videos li {
        width: calc(20% - 1px);
    }
    ul.models li {
        width: 199px;
    }
    ul.models li img {
        width: 180px;
        height: 265px;
    }
    ul.columns,
    ul.links li {
        width: 18.8%;
    }
    ul.plugs li {
        width: 200px;
    }
    ul.plugs li img {
        width: 194px;
        height: 194px;
    }
    ul.keywords li {
        width: 13%;
    }
}
