/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@import url(https://fonts.googleapis.com/css?family=Roboto);
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    font-weight: 400
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h1 span {
    color: #9da64f;
    text-transform: none
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul {
    padding: 0;
    list-style-type: none
}

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

[class*=icon-]:before {
    display: inline-block;
    font-family: custom;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arr_dn:before {
    content: '\0041'
}

.icon-menu:before {
    content: '\0042'
}

.icon-right:before {
    content: '\0043'
}

.icon-left:before {
    content: '\0044'
}

.icon-eye:before {
    content: '\0045'
}

.icon-pictures:before {
    content: '\0046'
}

.icon-calendar:before {
    content: '\0047'
}

.icon-search:before {
    content: '\0048'
}

.icon-treugl_right:before {
    content: '\0049'
}

body {
    background-color: #212534;
    color: #C0C0C0;
    font-family: "navigo", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: 400;
    position: relative
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.main {
    /*margin-top: 80px*/
}

.main-second {
    margin-top: 98px
}

.menu-toggle {
    display: none;
    width: 30px;
    height: 30px;
    text-align: right;
    cursor: pointer
}

.menu-toggle.active:before {
    color: #61f300
}

.menu-toggle:before {
    font-family: custom;
    content: '\0042';
    font-size: 19px;
    color: #f4f4f4
}

.header {
    font-size: 0;
    background-color: #171A24;
    padding: 15px 0;
    height: auto;
    width: 100%;
    /*position: fixed;*/
    left: 0;
    top: 0;
    z-index: 10
}

.header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 3px
}

.header-second {
    height: 98px
}

.header-second .header-content {
    height: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-second .nav {
    margin-left: 0
}

.header-text {
    color: #787878;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
    padding: 0 0 0 20px;
    height: 56px;
    overflow: hidden
}

.header-wrapper,
.logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.logo-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.logo {
    font-size: 0;
	/*margin-left: auto;
	margin-right: auto*/
}

@media screen and (max-width:1024px) {
    .logo {
    font-size: 0;
	/*margin-left: auto;*/
	margin-right: auto
}
}

.nav {
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    text-transform:uppercase;
    font-weight:800;
}

.nav>a,
.nav>span {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-right: 30px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
    position: relative;
	text-transform: lowercase;
	font-weight: 100
}

.nav>a:before,
.nav>span:before {
    content: '';
    height: 3px;
    width: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #C2E9FB;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.nav>a.active,
.nav>a:hover,
.nav>span.active,
.nav>span:hover {
    color: #ffd200
}
.trade a {
    color:#96999d;
}

.trade a:hover {
    color:#ffd200;
}

.nav>a.active:before,
.nav>a:hover:before,
.nav>span.active:before,
.nav>span:hover:before {
    -webkit-box-shadow: 0 2px 4px #0b432f;
    box-shadow: 0 2px 4px #0b432f;
    width: 100%;
    background-color: #ffd200
}

.nav>span:hover .dropdown {
    display: block
}

.nav>span:after {
    color: #C2E9FB;
    position: absolute;
    font-size: 7px;
    right: -10px;
    top: 3px;
    font-family: custom;
    content: '\0041'
}

.dropdown {
    position: absolute;
    top: 100%;
    left: -10px;
    background-color: #111217;
    padding: 12px 10px 5px;
    display: none
}

.dropdown a {
    display: block;
    color: #96999d;
    font-size: 14px;
    line-height: 30px
}

.dropdown a:hover {
    color: #fff
}

.search {
    position: relative;
    width: 100%;
    max-width: 335px
}

.search input {
    width: 100%;
    border: none;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    height: 36px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #212534;
    padding: 5px 15px 5px 30px;
    border: 1px solid #C2E9FB;
}

.search input:focus {
    outline: 0
}

.search input::-webkit-input-placeholder {
    color: #C2E9FB
}

.search input::-moz-placeholder {
    color: #C2E9FB
}

.search input:-ms-input-placeholder {
    color: #C2E9FB
}

.search input::placeholder {
    color: #C2E9FB
}

.search button {
    position: absolute;
    left: 6px;
    top: 0;
    height: 100%;
    text-align: center;
    width: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.search button:before {
    content: '\0048';
    font-family: custom;
    font-size: 13px;
    color: #f4f4f4
}

.search button:focus {
    outline: 0
}

.title {
    color: #F7D00A;
    font-weight: 200;
    font-size: 24px;
    line-height: 24px;
    text-transform: none;
    margin: 0;
    padding: 15px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.thumbs {
    font-size: 0;
}

.thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 280px;
    overflow: hidden;
    position: relative;
    margin: 0 10px 10px 0;
    display: inline-block
}
.thumb img {
    height: auto;
    width: 100%
}

.thumb:hover .thumb-overlay {
    display: block
}

.thumbs:not(.thumbs-models) .thumb:hover .thumb-extra {
    display: none
}

.thumb-extra {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #171A24;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px
}

.thumb-extra2 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(24, 25, 29, .6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3px 5px
}

.thumb-extra3 {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3px 5px;
    width: 25%;
}

.thumb-extra4 {
    position: relative;
    bottom: 0;
    right: 0;
    background-color: rgba(24, 25, 29, .6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3px 5px
}

.thumbs-models .thumb-extra .thumb-extra2 {
    z-index: 1
}

.thumb-added,
.thumb-count,
.thumb-views {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    padding-left: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumb-added:before,
.thumb-count:before,
.thumb-views:before {
    position: absolute;
    left: 1px;
    top: 0;
    font-family: custom;
    font-size: 10px;
    color: #61f300
}

.thumb-added:before {
    content: '\0047'
}

.thumb-views:before {
    content: '\0045'
}

.thumb-count:before {
    content: '\0046'
}

.thumb-extra-model {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumb-extra-model2 {
    color: #fff;
    font-size: 18px;
    line-height: 17px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumb-extra-model4 {
    color: #fff;
    font-size: 11px;
    line-height: 17px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumb-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.thumb-model {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    background-color: rgba(24, 25, 29, .8);
    padding-left: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumb-model:before {
    position: absolute;
    left: 5px;
    top: 0;
    font-family: custom;
    font-size: 10px;
    color: #61f300;
    content: '\0049'
}

.pagination {
    font-size: 0;
    text-align: center;
    margin: 10px 0
}

.pagination a,
.pagination span {
    color: #f1f1f1;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    position: relative;
    display: inline-block;
    margin: 2px;
    padding: 0 5px;
    vertical-align: middle;
	width: 50px;
    height: 50px;
    opacity: .85;
    border-radius: 5px;
	background-color: #171A24;
}

.pagination a:not(.prev):not(.next):hover,
.pagination span:not(.inactive) {
    color: #f1f1f1
}

.pagination a:not(.prev):not(.next):hover:before,
.pagination span:not(.inactive):before {
    content: '';
    height: 3px;
    -webkit-box-shadow: 0 2px 4px #0b432f;
    box-shadow: 0 2px 4px #0b432f;
    width: 100%;
    background-color: #F7D00A;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0
}

.pagination .next,
.pagination .prev {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #171A24;
	color:F7D00A;
    width: 50px;
    height: 50px;
    position: relative
}

.pagination .next:before,
.pagination .prev:before {
    font-family: custom;
    content: '\0044';
    color: #c0c0c0;
    font-size: 18px;
    line-height: 50px
}

.pagination .next:hover,
.pagination .prev:hover {
    -webkit-box-shadow: 0 2px 4px #0b432f;
    box-shadow: 0 2px 4px #0b432f;
    background-color: #171A24;
	color: #F7D00A;
}

.pagination .next:before {
    content: '\0043'
}

.promo {
    text-align: center;
    font-size: 0;
    max-height: 270px;
    overflow: hidden;
    margin: 30px 0 10px
}

.promo-item {
    display: inline-block;
    margin: 0 5px 20px
}

.list-unordered {
    font-size: 0;
    -webkit-columns: 10;
    -moz-columns: 10;
    columns: 10;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px
}

.list-unordered li {
    display: inline-block;
    width: 100%
}

.list-unordered li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 31px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
    padding: 0 15px;
    text-transform: capitalize
}

.list-unordered li a:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 2px 4px #F7D00A;
    box-shadow: 0 2px 4px #F7D00A;
}

.list-unordered li a:hover span {
    color: #000
}

.list-unordered li a span {
    color: #61f300;
    font-size: 14px
}

.list-ordered {
    font-size: 0;
    -webkit-columns: 8;
    -moz-columns: 8;
    columns: 8;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    counter-reset: li-counter
}

.list-ordered li {
    display: inline-block;
    width: 100%;
    display: list-item;
    font-size: 0;
    position: relative
}

.list-ordered li a {
    display: block;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
    padding: 0 15px 0 5px;
    border-top: 1px solid #1d1e21;
    position: relative
}

.list-ordered li a:before {
    content: counter(li-counter, decimal-leading-zero);
    counter-increment: li-counter;
    color: #515761;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 30px;
    text-align: right;
    margin-right: 10px
}

.list-ordered li a:after {
    position: absolute;
    left: 5px;
    top: 0;
    font-family: custom;
    font-size: 10px;
    color: #61f300;
    content: '\0049'
}

.list-ordered li a:hover {
    background-color: #141519;
    color: #61f300
}

.footer-cr,
.footer-text,
.text-section {
    color: #f1f1f1;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center
}

.footer-cr,
.footer-text {
    text-align: left
}

.footer-cr a {
    text-decoration: none;
    color: #ffffff;
}

.footer-cr a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #171A24;
    padding: 10px 0;
    margin-top: 30px
}

.footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer-info {
    padding-left: 20px
}

.header-content {
    position: relative
}

@media screen and (max-width:1980px) {
    .container {
        max-width: 100%
    }
    .list-unordered {
        -webkit-columns: 9;
        -moz-columns: 9;
        columns: 9
    }
    .list-ordered {
        -webkit-columns: 7;
        -moz-columns: 7;
        columns: 7
    }
}

@media screen and (max-width:1820px) {
    .container {
        max-width: 100%
    }
    .list-unordered {
        -webkit-columns: 8;
        -moz-columns: 8;
        columns: 8
    }
    .list-ordered {
        -webkit-columns: 6;
        -moz-columns: 6;
        columns: 6
    }
}

@media screen and (max-width:1660px) {
    .container {
        max-width: 100%
    }
}

@media screen and (max-width:1490px) {
    .container {
        max-width: 100%
    }
    .list-unordered {
        -webkit-columns: 7;
        -moz-columns: 7;
        columns: 7
    }
    .list-ordered {
        -webkit-columns: 5;
        -moz-columns: 5;
        columns: 5
    }
}

@media screen and (max-width:1340px) {
    .container {
        max-width: 100%
    }
}

@media screen and (max-width:1167px) {
    .container {
        max-width: 100%
    }
    .list-unordered {
        -webkit-columns: 5;
        -moz-columns: 5;
        columns: 5
    }
    .list-ordered {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4
    }
    .menu-toggle {
        display: block
    }
    .header-wrapper {
        position: absolute;
        left: -500px;
        top: 49px;
        background-color: #111217;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 300px;
        padding: 10px;
        height: 100vh;
        border-top: 1px solid rgba(255, 255, 255, .2);
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transition: left .25s ease-in-out;
        transition: left .25s ease-in-out
    }
    .header-wrapper.active {
        left: 0
    }
    .nav {
        margin-left: 0;
        margin-top: 20px
    }
    .nav a,
    .nav span {
        display: block;
        font-size: 20px;
        line-height: 40px
    }
    .nav a:before,
    .nav span:before {
        display: none
    }
    .nav .dropdown {
        display: block;
        position: relative;
        padding-left: 20px;
        left: auto;
        padding-top: 0
    }
    .nav .dropdown a {
        font-size: 16px
    }
    .header-second .menu-toggle {
        position: absolute;
        right: 0;
        top: 6px
    }
    .header-second {
        height: 49px
    }
    .header-second .header-text {
        padding-right: 20px;
        height: 42px
    }
    .main-second {
        margin-top: 49px
    }
}

@media screen and (max-width:1010px) {
    .container {
        max-width: 100%
    }
    .list-unordered {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4
    }
    .list-ordered {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3
    }
}

@media screen and (max-width:840px) {
    .container {
        max-width: 100%
    }
    .list-unordered {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3
    }
    .list-ordered {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

@media screen and (max-width:680px) {
    .container {
        max-width: 100%
    }
    .list-unordered {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
    .list-ordered {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-info {
        padding-left: 0
    }
    .header-text {
        display: none
    }
}

@media screen and (max-width:520px) {
    .container {
        max-width: 100%
    }
}

@media screen and (max-width:350px) {
    .container {
        max-width: none
    }
    .thumb {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }
}

.container280 {
    max-width: 100%;
}

.thumb280 {
    width: calc(16.6667% - 10px);
}

.player-section {
    font-size: 0;
    margin: 0 auto 10px;
    max-width: 1350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.player-container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 1030px;
}

.player-promo {
    width: 300px;
    margin-left: 10px;
    padding-top: 50px;
}

.player-promo-item {
    margin-bottom: 10px;
}

.player-bottom-promo {
    text-align: center;
    margin-bottom: 2px;
    margin-top: 20px;
}

.player {
    position: relative;
    padding-bottom: 1%;
}

.player > iframe,
.player > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1740px) {
    .container280 {
        max-width: 100%;
    }
}

@media screen and (max-width: 1460px) {
    .container280 {
        max-width: 100%;
    }
}

@media screen and (max-width: 1180px) {
    .container280 {
        max-width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .container280 {
        max-width: none;
    }
    .thumb280 {
        width: -webkit-calc(33.33% - 10px);
        width: calc(50% - 10px);
    }
    .player-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .player-bottom-promo {
        display: none;
    }
    .player-promo {
        width: 100%;
        text-align: center;
        max-height: 270px;
        overflow: hidden;
        padding-top: 10px;
        margin: 0;
    }
    .player-promo-item {
        display: inline-block;
        margin: 0 5px 20px;
    }
}

@media screen and (max-width: 650px) {
    .thumb280 {
        width: -webkit-calc(50% - 10px);
        width: calc(100% - 10px);
    }
    .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width: 400px) {
    .thumb280 {
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 100px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.png') no-repeat;
}


.splink {
    color: #ffffff;
    font-weight: 800;
    font-size: 30px;
    line-height: 33px;
    margin: 5px 0 5px 0;
    padding: 15px 0 10px;
    text-align: center;
    background-color: #3da0c9;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    border-radius: 4px;
}

.splink span {
    color: #ffd200
}

.splink a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 800;
}

.splink a:hover {
    text-decoration: underline;
}

.splink-pics {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    margin: 5px 0 5px 0;
    padding: 15px 0 10px;
    text-align: center;
    background-color: #f90;
    border: 1px solid #f90;
    text-transform: uppercase;
    border-radius: 4px;
}

.splink-pics span {
    color: #9da64f
}

.splink-pics a {
    text-decoration: none;
    color: #000000;
    font-weight: 800;
}

.splink-pics a:hover {
    text-decoration: underline;
}


.scrollup{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:100px;
right:10px;
display:none;
text-indent:-9999px;
background: url('/assets/img/icon_top.png') no-repeat;
}
.getAccess {
    text-align: center;
    padding-top: 40px;
}
.getAccess a {
    font-family: Roboto, sans-serif;
    font-size: 42px;
    letter-spacing: 0.025em;
    color: #fff;
    padding: 10px 0;
    display: inline-block;
    vertical-align: top;
    background-color: rgb(40, 41, 31);
    border-radius: 4px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
	width:100%;
    border: 1px solid #9da64f;
}
.getAccess a:hover {
	background-color:#111217;
	color:#ffffff;
}
@media only screen and (max-width: 1023px){
.getAccess a {
    font-size: 30px;
    line-height: 56px;
    padding: 0 40px;
}
}
@media only screen and (max-width: 767px){
.getAccess a {
    font-size: 24px;
    line-height: 48px;
    padding: 0 30px;
}
}
@media only screen and (max-width: 479px){
.getAccess a {
    font-size: 20px;
    line-height: 28px;
    padding: 10px;
    display: block;
}
}
.getBanner a{font-family:Roboto, sans-serif; font-size:1.5rem; letter-spacing:0.025em; color:#fff; line-height:54px; padding:0 47px; display:inline-block; vertical-align:top;width:100%;z-index:10000;position:fixed;}
@media only screen and (max-width:1279px){
.getBanner a{font-size:1.23rem; border-radius:5px; -webkit-border-radius:5px; line-height:70px; padding:0 50px;}
.getBanner{padding-top:0px;}
}
@media only screen and (max-width:1023px){
.getBanner a{font-size:1.23rem; line-height:56px; padding:0 40px;}
}
@media only screen and (max-width:767px){
.getBanner a{font-size:24px; line-height:48px; padding:0 30px;top:0px;position:fixed;z-index:10000;}
.getBanner{padding-top:0px; padding-bottom:10px;}
}
@media only screen and (max-width:479px){
.getBanner{padding-left:0px; padding-right:0px;}
.getBanner a{font-size:20px; line-height:28px; padding:10px; display:block;top:0px;position:fixed;z-index:10000;}
}
.fancybox-caption {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	background-color:rgba(51, 51, 51, .4);
	text-align:center;
}
.desc {
    color: #3da0c9;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    margin: 4px;
    padding: 5px 0 5px;
    width: 1232px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}



input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.label:hover,
.widget_categories ul li a,
.comment-reply-link:hover,
a.tag-cloud-link,
.template-actors li a {
	background-color: #555!important;
	border-color: #f90!important;
	transition: all 200ms linear;
	color: #fff;
	outline: none;
}

#tracking-url {
    font-size: 24px;
    padding: 15px;
    display: block;
    text-align: center;
    margin: 15px 0;
    border-radius: 4px;

}
a {
    color: #000000;
}
.thumb-free-sites {
    width: calc(20% - 3px);
}
@media screen and (max-width: 900px) {
    .thumb-free-sites {
        width: -webkit-calc(33.33% - 3px);
        width: calc(50% - 3px);
    }
}
@media screen and (max-width: 650px) {
    .thumb-free-sites {
        width: -webkit-calc(50% - 3px);
        width: calc(100% - 3px);
    }
}
@media screen and (max-width: 400px) {
    .thumb-free-sites {
        width: -webkit-calc(100% - 3px);
        width: calc(100% - 3px);
    }
}
.blink {
  animation: blinker 1s linear infinite;
}
.related-searches {
    padding: 0;
    list-style-type: none;
    margin-top: 5px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
.related-searches li {
    display: inline-block;
    margin-right: 5px;
    width: unset;
}
.related-searches li span {
	font-size: 18px;
	color: #000000;
}
.related-searches li a {
    display: block;
    color: #ffffff;
    position: relative;
    padding: 2px 0;
    padding-left: 7px;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.main ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 45%;
    padding: 0 0px;
    
}
.main li {
    list-style: none;
    width: 100%;
    line-height: 1.5;
    font-size: 13px;
    color: #ffffff;
    text-align: left;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main li a {
    font-size: 15px;
    padding: 0 10px;
    color: #4FA0C1;
}
.main li a:hover {
    font-size: 15px;
    padding: 0 10px;
    color: #F7D00A;
}
@media screen and (max-width: 767px) {
    .main ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0 0px;
    
}
    }
}
.pagination a .activelink a { 
	color: #000000;
	background:#f90;
	border-radius:4px;
}
.thumb-extra-cat {
    position: relative;
    line-height: 28px;
    height: auto;
    color: #f4f4f4;
    display: block!important;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    text-align: center;
    padding-top: 8px;
    background-color: #171A24;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .thumb-pics {
        width: calc(50% - 10px)
    }
}
@media screen and (max-width:414px) {
    .thumb-pics {
        width: calc(50% - 10px)
    }
}
@media screen and (min-width:540px) and (max-width:667px) {
    .thumb-pics {
        width: calc(33.3333% - 10px)
    }
}
@media screen and (min-width:668px) and (max-width:1023px) {
    .thumb-pics {
        width: calc(25% - 10px)
    }
}
@media screen and (min-width:1024px) and (max-width:1365px) {
    .thumb-pics {
        width: calc(16.6667% - 10px)
    }
}
@media screen and (min-width:1366px) and (max-width:1450px) {
    .thumb-pics {
        width: calc(12.5% - 10px)
    }
}
@media screen and (min-width:1824px) {
    .thumb-pics {
        width: calc(9.09% - 10px)
    }
}
.thumb-pics {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin: 0 10px 10px 0;
    display: inline-block
}
/* Smartphones (portrait and landscape) ----------- */
    @media only screen 
    and (min-device-width : 320px)  {
    .thumb-pics {
        width: calc(50% - 10px)
    }
    }

    /* Smartphones (landscape) ----------- */
    @media only screen 
    and (min-width : 480px) {
    .thumb-pics {
        width: calc(33.3333% - 10px)
    }
    }
	/* Smartphones (landscape) ----------- */
    @media only screen 
    and (min-width : 667px) {
    .thumb-pics {
        width: calc(20% - 10px)
    }
    }

    /* Tablets, iPads (portrait and landscape) ----------- */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1023px) {
    .thumb-pics {
        width: calc(25% - 10px)
    }
    }
	/* Tablets, iPads (portrait and landscape) ----------- */
    @media only screen 
    and (min-device-width : 1024px) 
    and (max-device-width : 1223px) {
    .thumb-pics {
        width: calc(16.6667% - 10px)
    }
    }

    /* Desktops and laptops ----------- */
    @media only screen 
    and (min-width : 1224px) {
    .thumb-pics {
        width: calc(11.1111% - 10px)
    }
    }
	

    /* Large screens ----------- */
    @media only screen 
    and (min-width : 1824px) {
    .thumb-pics {
        width: calc(10% - 10px)
    }
    }
.header-logo {
	height:60px;
}
.footer {
    display: block;
    padding: 20px;
    margin-top: 30px;
    background-color: rgba(0,0,0,.2);
    border-top: 1px solid rgba(0,0,0,.42);
	text-align:center;
}
.external_links a:hover, .footer {
    color: #fff;
}
.footer-logo {
    background-size: 420px;
    height: 72px;
    width: 220px;
    padding-top: 42px;
}
@media screen and (min-width:1024px){
	.cim-share {
		display: flex;
		justify-content: space-between;
		padding: 20px 0
	}
}
.cim-share {
		padding: 20px 0
}
@media screen and (max-width:1023px){
	.addthis_inline_share_toolbox {
		text-align:center
	}
}
@media screen and (max-width:1023px){
	.title {
		text-align:center;
		font-size:18px
	}
}