.button {
    text-align: center
}

@media screen and (max-height:375px) {
    .navigation .link span {
        font-size: 14px
    }
}

body,h1 {
    color: #fff
}

body {
    width: 100%;
    font: 12px/1.2 'Roboto',sans-serif;
    position: relative;
    background: #1d1d1d
}

@media screen and (max-height:625px) and (max-resolution:1dppx) {
    .stick_header {
        position: absolute
    }
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
@    font-face {
        font-family: 'Ico Moon';
        src: url("../fonts/icomoon.svg#Ico Moon") format('svg')
    }
}

body,html {
    min-width: 320px;
    height: 100%
}

a {
    text-decoration: none;
    color: #2600ff
}

h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 20px
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 16px;
        line-height: 18px
    }
}

input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

*,input {
    outline: 0
}

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

* ::-moz-selection {
    color: #fff;
    background: #2600ff
}

* ::selection {
    color: #fff;
    background: #2600ff
}

input::-webkit-input-placeholder {
    color: #949597
}

input:-moz-placeholder,input::-moz-placeholder {
    opacity: 1;
    color: #949597
}

input:-ms-input-placeholder {
    color: #949597
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder,input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

.wrapper {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    table-layout: fixed
}

.container {
    max-width: 1814px;
    margin: 0 auto;
    padding: 0 18px
}

@media screen and (max-width:1830px) {
    .container {
        max-width: 1624px
    }
}

@media screen and (max-width:1640px) {
    .container {
        max-width: 1330px
    }
}

@media screen and (max-width:1365px) {
    .container {
        max-width: 1244px
    }
}

@media screen and (max-width:1279px) {
    .container {
        max-width: 1024px
    }
}

@media screen and (max-width:1000px) {
    .container {
        padding: 0 10px
    }
}

.mask,.stick_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0
}

.mask {
    z-index: 5;
    bottom: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility .3s,opacity .3s;
    -moz-transition: visibility .3s,opacity .3s;
    -o-transition: visibility .3s,opacity .3s;
    transition: visibility .3s,opacity .3s;
    opacity: 0;
    background: rgba(0,0,0,.6)
}

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

.icon-cross:before {
    content: '\e90f'
}

.stick_header {
    z-index: 99999;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.8);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.8);
    -webkit-overflow-scrolling: touch
}

.header {
    position: relative;
    z-index: 3;
    padding: 0 18px;
    background: #2f2f2f
}

@media screen and (max-width:1000px) {
    .header {
        padding: 0 10px
    }
}

.header .columns {
    display: table;
    width: 100%
}

@media screen and (max-width:580px) {
    .header .columns {
        display: block;
        width: auto;
        padding: 10px 0
    }
}

.header .column {
    font-size: 0;
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:580px) {
    .header .column {
        display: block;
        text-align: center
    }
}

.header .column.second {
    font-size: 0;
    width: 1%;
    white-space: nowrap
}

@media screen and (max-width:580px) {
    .header .column.second {
        width: 0;
        white-space: normal
    }
}

.hamburger {
    display: none;
    width: 36px;
    height: 36px;
    margin-right: 20px;
    padding: 8px 6px;
    cursor: pointer;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    vertical-align: middle;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #202020
}

@media screen and (max-width:1024px) {
    .hamburger {
        display: inline-block
    }
}

@media screen and (max-width:580px) {
    .hamburger {
        position: absolute;
        top: 10px;
        left: 10px;
        margin: 0
    }
}

.hamburger span {
    display: block;
    height: 4px;
    margin-top: 4px;
    -webkit-transition: margin .3s,-webkit-transform .3s;
    -moz-transition: margin .3s,-moz-transform .3s;
    -o-transition: margin .3s,-o-transform .3s;
    transition: margin .3s,transform .3s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #9e9e9e
}

.hamburger span:first-child {
    margin-top: 0
}

.logo {
    display: inline-block;
    padding: 15px 10px 15px 0;
    vertical-align: middle
}

@media screen and (max-width:639px) {
    .logo {
        padding-right: 10px
    }
}

@media screen and (max-width:580px) {
    .logo {
        float: none;
        padding: 0 50px
    }
}

.logo a,.search {
    display: inline-block;
    vertical-align: top
}

.search {
    width: -webkit-calc(100% - 176px);
    width: -moz-calc(100% - 176px);
    width: calc(100% - 176px);
    max-width: 520px;
    vertical-align: middle
}

@media screen and (min-width:1025px) {
    .search:hover .button,.search:hover .input {
        border-color: #707070
    }
}

@media screen and (max-width:1024px) {
    .search {
        width: -webkit-calc(100% - 235px);
        width: -moz-calc(100% - 235px);
        width: calc(100% - 235px);
        max-width: 100%
    }
}

@media screen and (max-width:580px) {
    .search {
        float: none;
        width: 100%;
        margin-top: 10px
    }
}

.search .input {
    font: 400 13px/16px 'Roboto',sans-serif;
    overflow: hidden;
    width: 100%;
    height: 36px;
    padding: 10px 36px 10px 10px;
    color: #949597;
    border-top: 1px solid #4a4a4a;
    border-right: none;
    border-bottom: 1px solid #4a4a4a;
    border-left: 1px solid #4a4a4a;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    background: #212121;
    -webkit-appearance: none;
    -webkit-overflow-scrolling: touch
}

.clear-button,.search .button {
    font-size: 0;
    height: 36px;
    padding: 0
}

.search .button {
    float: right;
    width: 44px;
    cursor: pointer;
    color: #afafaf;
    border-top: 1px solid #4a4a4a;
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    border-left: none;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    background-color: #212121
}

@media screen and (min-width:1025px) {
    .search .button:hover {
        color: #cfcfcf
    }
}

.clear-button i,.search .button i {
    font-size: 18px
}

.clear-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    color: #8b8b8b;
    border: 0;
    background: 0 0
}

.search_columns {
    display: table;
    width: 100%
}

.search_columns .col {
    position: relative;
    display: table-cell;
    vertical-align: top
}

.search_columns .col.second {
    width: 1%;
    white-space: nowrap
}

.tt-menu,.twitter-typeahead {
    width: 100%
}

.tt-menu {
    overflow-y: auto;
    max-height: 300px;
    margin: 3px 0 0;
    padding: 3px;
    text-align: left;
    color: #1d1d1d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff
}

.navigation,.navigation .link span {
    display: inline-block;
    vertical-align: middle
}

.navigation {
    padding: 0 0 0 30px
}

@media screen and (max-width:1279px) {
    .navigation {
        padding: 0 0 0 10px
    }
}

@media screen and (max-width:1024px) {
    .navigation {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: block;
        visibility: hidden;
        overflow: auto;
        padding: 14px 18px 25px;
        -webkit-transition: -webkit-transform .3s,opacity .3s,visibility .3s;
        -moz-transition: -moz-transform .3s,opacity .3s,visibility .3s;
        -o-transition: -o-transform .3s,opacity .3s,visibility .3s;
        transition: transform .3s,opacity .3s,visibility .3s;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        background: rgba(47,47,47,.95)
    }
}

@media screen and (max-width:1000px) {
    .navigation {
        padding: 14px 10px 25px
    }
}

.navigation .item {
    font-size: 0;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:1024px) {
    .navigation .item {
        position: relative;
        display: block;
        margin-top: 18px;
        text-align: left
    }

    .navigation .item:first-child {
        margin-top: 0
    }
}

.navigation .item:before {
    position: absolute;
    top: 50%;
    left: -18px;
    display: none;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 6px solid #f1284f
}

@media screen and (max-width:1000px) {
    .navigation .item:before {
        left: -10px
    }
}

@media screen and (max-width:359px) {
    .navigation .item:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 5px solid #f1284f
    }
}

@media screen and (max-height:375px) {
    .navigation .item:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 5px solid #f1284f
    }
}

.navigation .link {
    font-size: 0;
    display: block;
    height: 66px;
    padding: 0 15px;
    -webkit-transition: color .3s,background .3s;
    -moz-transition: color .3s,background .3s;
    -o-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
    color: #fff
}

@media screen and (max-width:1280px) {
    .navigation .link {
        padding: 0 10px
    }
}

@media screen and (min-width:1025px) {
    .navigation .link:hover {
        color: #00a5e6;
        background: #222
    }
}

@media screen and (max-width:1024px) {
    .navigation .link {
        height: auto;
        margin: 0;
        padding: 0;
        color: #c5c5c5
    }
}

.navigation .link:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle
}

.navigation .link span {
    font-size: 17px;
    line-height: 1.1
}

@media screen and (max-width:1366px) {
    .navigation .link span {
        font-size: 14px
    }
}

@media screen and (max-width:1024px) {
    .navigation .link span {
        font-weight: 900;
        text-transform: uppercase
    }
}

@media screen and (max-width:359px) {
    .navigation .link span {
        font-size: 22px
    }
}

@media screen and (max-height:375px) {
    .navigation .link span {
        font-size: 22px
    }
}

.navigation_holder {
    font-style: normal;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0
}

@media screen and (max-width:1024px) {
    .navigation_holder {
        display: block
    }
}

.main {
    position: relative;
    padding: 93px 0 25px
}

@media screen and (max-width:580px) {
    .main {
        padding-top: 120px
    }
}

.row_container {
    margin-top: 22px
}

.row_container:first-child,.row_section:first-child {
    margin-top: 0
}

.wrap_container {
    padding: 20px;
    background: #2f2f2f
}

@media screen and (max-width:1024px) {
    .wrap_container {
        padding: 10px
    }
}

.row_section {
    margin-top: 20px
}

.heading {
    position: relative;
    z-index: 2;
    margin-bottom: 15px
}

@media screen and (max-width:639px) {
    .heading {
        margin-bottom: 10px
    }
}

.heading .cols {
    display: table;
    width: 100%
}

@media screen and (max-width:639px) {
    .heading .cols {
        display: block;
        width: auto
    }
}

.heading .col {
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:800px) {
    .heading .col {
        display: block
    }
}

.heading .col.second {
    font-size: 0;
    width: 1%;
    white-space: nowrap
}

@media screen and (max-width:800px) {
    .heading .col.second {
        width: auto;
        margin-top: 10px;
        white-space: normal
    }
}

.heading .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    color: #fff
}

@media screen and (max-width:767px) {
    .heading .title {
        font-size: 16px;
        line-height: 18px
    }
}

.thumbs {
    font-size: 0;
    margin: -14px 0 0 -14px;
    text-align: center
}

@media screen and (max-width:1024px) {
    .thumbs {
        margin: -10px 0 0 -10px
    }
}

@media screen and (max-width:675px) {
    .thumbs {
        margin: -5px 0 0 -5px
    }
}

.thumb,.thumb .tools_columns:after {
    display: inline-block;
    vertical-align: top
}

.thumb {
    width: 16.666%;
    padding: 14px 0 0 14px
}

@media screen and (max-width:1279px) {
    .thumb {
        width: 20%
    }
}

@media screen and (max-width:1024px) {
    .thumb {
        padding: 10px 0 0 10px
    }
}

@media screen and (max-width:930px) {
    .thumb {
        width: 25%
    }
}

@media screen and (max-width:675px) {
    .thumb {
        width: 33.333%;
        padding: 5px 0 0 5px
    }
}

@media screen and (max-width:479px) {
    .thumb {
        width: 50%
    }
}

.thumb .th,.thumb .wrap_image {
    position: relative;
    display: block
}

.thumb .th {
    font-size: 12px;
    text-align: left;
    color: #fff
}

@media screen and (min-width:1025px) {
    .thumb .th:hover .title a {
        color: #fff
    }

    .thumb .th:hover .tools {
        background: #00a5e6
    }

    .thumb .th:hover .rate {
        border-color: #fff
    }
}

.thumb .wrap_image {
    overflow: hidden
}

.thumb .wrap_image img {
    display: block;
    width: 100%;
    height: auto
}

.thumb .tools {
    display: block;
    padding: 10px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    background: #171717
}

.thumb .title {
    display: block;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #00a5e6
}

.thumb .title a {
    font-size: 14px;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #00a5e6
}

@media screen and (max-width:1279px) {
    .thumb .title a {
        font-size: 12px
    }
}

.list_footer .list .item a:hover,.thumb .title a:hover {
    text-decoration: underline
}

.thumb .tools_columns {
    font-size: 0;
    display: block;
    padding-top: 8px;
    text-align: justify;
    text-justify: newspaper
}

.thumb .tools_columns:after {
    width: 100%;
    content: ''
}

.thumb .by,.thumb .title a,.thumb .tools_column {
    display: inline-block;
    vertical-align: middle
}

.thumb .tools_column {
    width: 55%
}

.thumb .tools_column.second {
    width: 45%;
    text-align: right
}

.thumb .by {
    font-size: 12px;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff
}

@media screen and (max-width:767px) {
    .thumb .by {
        font-size: 11px
    }
}

.thumb .percent,.thumb .rate {
    font-size: 0;
    display: inline-block;
    vertical-align: top
}

.thumb .percent {
    font-size: 13px;
    line-height: 16px;
    vertical-align: middle;
    color: #fff
}

@media screen and (max-width:767px) {
    .thumb .percent {
        font-size: 11px
    }
}

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

@media screen and (max-width:639px) {
    .pagination {
        margin: 15px 0 0 -5px
    }
}

.pagination .item_page {
    font-family: Arial;
    font-size: 17px;
    line-height: 43px;
    display: inline-block;
    min-width: 56px;
    padding: 10px 0 0 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff
}

@media screen and (max-width:639px) {
    .pagination .item_page {
        font-size: 13px;
        line-height: 31px;
        min-width: 44px;
        padding: 5px 0 0 5px
    }
}

.pagination .item_page.page_nav {
    min-width: 80px
}

@media screen and (max-width:639px) {
    .pagination .item_page.page_nav {
        min-width: 60px
    }
}

.pagination .item_page a {
    display: block;
    padding: 0 12px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #2f2f2f
}

@media screen and (max-width:639px) {
    .pagination .item_page a {
        padding: 0 5px
    }
}

.pagination .item_page a:hover {
    background: #00a5e6
}

form {
    font-size: 0
}

@media screen and (max-width:1000px) {
    .footer_holder {
        padding: 20px 0
    }
}

@media screen and (max-width:1000px) {
    .footer_holder .columns {
        display: block;
        width: auto;
        text-align: center
    }
}

@media screen and (max-width:1000px) {
    .footer_holder .column {
        display: block
    }
}

@media screen and (max-width:1000px) {
    .copy {
        float: none;
        margin: 0 0 15px
    }
}

.list_footer .list .item {
    font-family: Arial;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding: 7px 14px 0 0;
    vertical-align: middle
}

.list_footer .list .item a {
    color: #fff
}

.footer {
    display: table-row;
    height: 1px
}

.footer_holder {
    position: relative;
    z-index: 1;
    padding: 20px;
    background: #2f2f2f
}

@media screen and (max-width:1000px) {
    .footer_holder {
        padding: 20px 0
    }
}

.footer_holder .columns {
    display: table;
    width: 100%
}

@media screen and (max-width:1000px) {
    .footer_holder .columns {
        display: block;
        width: auto;
        text-align: center
    }
}

.footer_holder .column {
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:1000px) {
    .footer_holder .column {
        display: block
    }
}

.copy {
    font-family: Arial;
    font-size: 12px;
    line-height: 14px;
    float: left;
    margin-right: 60px;
    color: #ececec
}

@media screen and (max-width:1000px) {
    .copy {
        float: none;
        margin: 0 0 15px
    }
}

.list_footer {
    overflow: hidden
}

.list_footer .list {
    font-size: 0;
    overflow: hidden;
    margin: -7px 0 0;
    padding: 0
}

input::-ms-clear {
    display: none
}

.thumb .by .icon-clock {
    padding-right: 2px;
    color: #64b523
}

.thumb:hover .by .icon-clock {
    color: #fff
}

.icon-clock:before {
    content: '\e924'
}

[class^=icon-] {
    font-family: 'Ico Moon'!important;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,html,input {
    font-family: sans-serif;
    line-height: 1.15
}

body,html {
    min-width: 320px;
    height: 100%
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,h1 {
    color: #fff
}

body {
    margin: 0;
    width: 100%;
    font: 12px/1.2 'Roboto',sans-serif;
    position: relative;
    background: #1d1d1d
}

h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 20px
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #2600ff
}

a:active,a:hover {
    outline-width: 0
}

img {
    border-style: none
}

button,input {
    font-size: 100%;
    margin: 0;
    overflow: visible
}

button {
    text-transform: none
}

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

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

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

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

.button {
    text-align: center
}

.wrap {
    cursor: default
}

@media screen and (min-width:1025px) {
    .tags .wrap {
        margin: -5px 0 0
    }
}

@media screen and (max-width:1023px) {
    .aside_content {
        margin-top: 0!important
    }
}

@media screen and (max-height:375px) {
    .navigation .link span {
        font-size: 14px
    }
}

@media screen and (max-height:625px) and (max-resolution:1dppx) {
    .stick_header {
        position: absolute
    }
}

.player {
    padding-bottom: 0!important
}

.tools_player .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 0
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
@    font-face {
        font-family: 'Ico Moon';
        src: url("../fonts/icomoon.svg#Ico Moon") format('svg')
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 16px;
        line-height: 18px
    }
}

input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

*,input {
    outline: 0
}

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

* ::-moz-selection {
    color: #fff;
    background: #2600ff
}

* ::selection {
    color: #fff;
    background: #2600ff
}

input::-webkit-input-placeholder {
    color: #949597
}

input:-moz-placeholder,input::-moz-placeholder {
    opacity: 1;
    color: #949597
}

input:-ms-input-placeholder {
    color: #949597
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder,input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

.information_section:after,.information_section:before,.twocolumns:after,.twocolumns:before {
    display: table;
    clear: both;
    content: ''
}

.wrapper {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    table-layout: fixed
}

.container {
    max-width: 1814px;
    margin: 0 auto;
    padding: 0 18px
}

@media screen and (max-width:1830px) {
    .container {
        max-width: 1624px
    }
}

@media screen and (max-width:1640px) {
    .container {
        max-width: 1330px
    }
}

@media screen and (max-width:1365px) {
    .container {
        max-width: 1244px
    }
}

@media screen and (max-width:1279px) {
    .container {
        max-width: 1024px
    }
}

@media screen and (max-width:1000px) {
    .container {
        padding: 0 10px
    }
}

.mask,.stick_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0
}

.mask {
    z-index: 5;
    bottom: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility .3s,opacity .3s;
    -moz-transition: visibility .3s,opacity .3s;
    -o-transition: visibility .3s,opacity .3s;
    transition: visibility .3s,opacity .3s;
    opacity: 0;
    background: rgba(0,0,0,.6)
}

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

.icon-cross:before {
    content: '\e90f'
}

.stick_header {
    z-index: 99999;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.8);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.8);
    -webkit-overflow-scrolling: touch
}

.header {
    position: relative;
    z-index: 3;
    padding: 0 18px;
    background: #2f2f2f
}

@media screen and (max-width:1000px) {
    .header {
        padding: 0 10px
    }
}

.header .columns {
    display: table;
    width: 100%
}

@media screen and (max-width:580px) {
    .header .columns {
        display: block;
        width: auto;
        padding: 10px 0
    }
}

.header .column {
    font-size: 0;
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:580px) {
    .header .column {
        display: block;
        text-align: center
    }
}

.header .column.second {
    font-size: 0;
    width: 1%;
    white-space: nowrap
}

@media screen and (max-width:580px) {
    .header .column.second {
        width: 0;
        white-space: normal
    }
}

.hamburger {
    display: none;
    width: 36px;
    height: 36px;
    margin-right: 20px;
    padding: 8px 6px;
    cursor: pointer;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    vertical-align: middle;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #202020
}

@media screen and (max-width:1024px) {
    .hamburger {
        display: inline-block
    }
}

@media screen and (max-width:580px) {
    .hamburger {
        position: absolute;
        top: 10px;
        left: 10px;
        margin: 0
    }
}

.hamburger span {
    display: block;
    height: 4px;
    margin-top: 4px;
    -webkit-transition: margin .3s,-webkit-transform .3s;
    -moz-transition: margin .3s,-moz-transform .3s;
    -o-transition: margin .3s,-o-transform .3s;
    transition: margin .3s,transform .3s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #9e9e9e
}

.hamburger span:first-child {
    margin-top: 0
}

.logo {
    display: inline-block;
    padding: 15px 10px 15px 0;
    vertical-align: middle
}

@media screen and (max-width:639px) {
    .logo {
        padding-right: 10px
    }
}

@media screen and (max-width:580px) {
    .logo {
        float: none;
        padding: 0 50px
    }
}

.logo a,.search {
    display: inline-block;
    vertical-align: top
}

.search {
    width: -webkit-calc(100% - 176px);
    width: -moz-calc(100% - 176px);
    width: calc(100% - 176px);
    max-width: 520px;
    vertical-align: middle
}

@media screen and (min-width:1025px) {
    .search:hover .button,.search:hover .input {
        border-color: #707070
    }
}

@media screen and (max-width:1024px) {
    .search {
        width: -webkit-calc(100% - 235px);
        width: -moz-calc(100% - 235px);
        width: calc(100% - 235px);
        max-width: 100%
    }
}

@media screen and (max-width:580px) {
    .search {
        float: none;
        width: 100%;
        margin-top: 10px
    }
}

.search .input {
    font: 400 13px/16px 'Roboto',sans-serif;
    overflow: hidden;
    width: 100%;
    height: 36px;
    padding: 10px 36px 10px 10px;
    color: #949597;
    border-top: 1px solid #4a4a4a;
    border-right: none;
    border-bottom: 1px solid #4a4a4a;
    border-left: 1px solid #4a4a4a;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    background: #212121;
    -webkit-appearance: none;
    -webkit-overflow-scrolling: touch
}

.clear-button,.search .button {
    font-size: 0;
    height: 36px;
    padding: 0
}

.search .button {
    float: right;
    width: 44px;
    cursor: pointer;
    color: #afafaf;
    border-top: 1px solid #4a4a4a;
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    border-left: none;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    background-color: #212121
}

@media screen and (min-width:1025px) {
    .search .button:hover {
        color: #cfcfcf
    }
}

.clear-button i,.search .button i {
    font-size: 18px
}

.clear-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    color: #8b8b8b;
    border: 0;
    background: 0 0
}

.search_columns {
    display: table;
    width: 100%
}

.search_columns .col {
    position: relative;
    display: table-cell;
    vertical-align: top
}

.search_columns .col.second {
    width: 1%;
    white-space: nowrap
}

.tt-menu,.twitter-typeahead {
    width: 100%
}

.tt-menu {
    overflow-y: auto;
    max-height: 300px;
    margin: 3px 0 0;
    padding: 3px;
    text-align: left;
    color: #1d1d1d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff
}

.navigation,.navigation .link span {
    display: inline-block;
    vertical-align: middle
}

.navigation {
    padding: 0 0 0 30px
}

@media screen and (max-width:1279px) {
    .navigation {
        padding: 0 0 0 10px
    }
}

@media screen and (max-width:1024px) {
    .navigation {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: block;
        visibility: hidden;
        overflow: auto;
        padding: 14px 18px 25px;
        -webkit-transition: -webkit-transform .3s,opacity .3s,visibility .3s;
        -moz-transition: -moz-transform .3s,opacity .3s,visibility .3s;
        -o-transition: -o-transform .3s,opacity .3s,visibility .3s;
        transition: transform .3s,opacity .3s,visibility .3s;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        background: rgba(47,47,47,.95)
    }
}

@media screen and (max-width:1000px) {
    .navigation {
        padding: 14px 10px 25px
    }
}

.navigation .item {
    font-size: 0;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:1024px) {
    .navigation .item {
        position: relative;
        display: block;
        margin-top: 18px;
        text-align: left
    }

    .navigation .item:first-child {
        margin-top: 0
    }
}

.navigation .item:before {
    position: absolute;
    top: 50%;
    left: -18px;
    display: none;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 6px solid #f1284f
}

@media screen and (max-width:1000px) {
    .navigation .item:before {
        left: -10px
    }
}

@media screen and (max-width:359px) {
    .navigation .item:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 5px solid #f1284f
    }
}

@media screen and (max-height:375px) {
    .navigation .item:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 5px solid #f1284f
    }
}

.navigation .link {
    font-size: 0;
    display: block;
    height: 66px;
    padding: 0 15px;
    -webkit-transition: color .3s,background .3s;
    -moz-transition: color .3s,background .3s;
    -o-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
    color: #fff
}

@media screen and (max-width:1280px) {
    .navigation .link {
        padding: 0 10px
    }
}

@media screen and (min-width:1025px) {
    .navigation .link:hover {
        color: #00a5e6;
        background: #222
    }
}

@media screen and (max-width:1024px) {
    .navigation .link {
        height: auto;
        margin: 0;
        padding: 0;
        color: #c5c5c5
    }
}

.navigation .link:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle
}

.navigation .link span {
    font-size: 17px;
    line-height: 1.1
}

@media screen and (max-width:1366px) {
    .navigation .link span {
        font-size: 14px
    }
}

@media screen and (max-width:1024px) {
    .navigation .link span {
        font-weight: 900;
        text-transform: uppercase
    }
}

@media screen and (max-width:359px) {
    .navigation .link span {
        font-size: 22px
    }
}

@media screen and (max-height:375px) {
    .navigation .link span {
        font-size: 22px
    }
}

.navigation_holder {
    font-style: normal;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0
}

@media screen and (max-width:1024px) {
    .navigation_holder {
        display: block
    }
}

.main {
    position: relative;
    padding: 93px 0 25px
}

@media screen and (max-width:580px) {
    .main {
        padding-top: 120px
    }
}

.row_container {
    margin-top: 22px
}

.information_section .desc .row:first-child,.row_container:first-child {
    margin-top: 0
}

.wrap_container {
    padding: 20px;
    background: #2f2f2f
}

@media screen and (max-width:1024px) {
    .wrap_container {
        padding: 10px
    }
}

.player_content {
    float: left;
    width: -webkit-calc(100% - 684px - 20px);
    width: -moz-calc(100% - 684px - 20px);
    width: calc(100% - 684px - 20px);
    margin-bottom: 10px
}

@media screen and (max-width:1640px) {
    .player_content {
        width: -webkit-calc(100% - 375px - 20px);
        width: -moz-calc(100% - 375px - 20px);
        width: calc(100% - 375px - 20px)
    }
}

@media screen and (max-width:1023px) {
    .player_content {
        float: none;
        width: auto
    }
}

.player {
    position: relative
}

.player_information {
    float: left;
    width: 100%;
    margin: 0 -704px 0 0;
    padding: 0 704px 0 0
}

@media screen and (max-width:1640px) {
    .player_information {
        margin: 0 -395px 0 0;
        padding: 0 395px 0 0
    }
}

@media screen and (max-width:1023px) {
    .player_information {
        float: none;
        margin: 0;
        padding: 0
    }
}

.tools_player {
    padding: 20px 12px;
    background: #2e2e2e
}

@media screen and (max-width:479px) {
    .tools_player {
        padding: 10px
    }
}

.tools_player .cols {
    display: table;
    width: 100%
}

.tools_player .col {
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:479px) {
    .tools_player .col {
        vertical-align: top
    }
}

.information_section .desc {
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
    padding: 4px 0
}

@media screen and (max-width:479px) {
    .information_section .desc {
        padding: 0
    }
}

.information_section .desc .row,.tools_player {
    margin-top: 10px
}

@media screen and (max-width:479px) {
    .information_section .desc .row {
        margin-top: 5px
    }
}

.information_section .desc .items {
    font-size: 0;
    margin: -10px 0 0 -10px
}

@media screen and (max-width:479px) {
    .information_section .desc .items {
        margin: -5px 0 0 -5px
    }
}

.information_section .desc .item {
    font-size: 13px;
    display: inline-block;
    padding: 10px 0 0 10px;
    vertical-align: top
}

@media screen and (max-width:479px) {
    .information_section .desc .item {
        padding: 5px 0 0 5px
    }
}

.information_section .date {
    font-size: 12px;
    font-weight: 300
}

.tags {
    overflow: hidden;
    margin-top: 12px
}

.tags .wrap {
    font-size: 0;
    margin: -5px 0 0 -5px
}

.tags .tag {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    margin: 5px 0 0 5px;
    padding: 4px 10px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    vertical-align: top;
    color: #fff;
    background: #00a5e6
}

.tags .tag:hover {
    background: #ff2851
}

.wrapper_content {
    float: left;
    width: 100%;
    margin: 0 -704px 0 0;
    padding: 0 704px 0 0
}

@media screen and (max-width:1640px) {
    .wrapper_content {
        margin: 0 -395px 0 0;
        padding: 0 395px 0 0
    }
}

@media screen and (max-width:1023px) {
    .wrapper_content {
        float: none;
        margin: 10px 0 0;
        padding: 0
    }
}

.dtable {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #8c8c8c
}

@media screen and (max-width:479px) {
    .dtable {
        position: relative;
        display: block;
        text-align: center
    }
}

.aside_content {
    position: relative;
    z-index: 1;
    float: right;
    width: 684px;
    margin-left: 20px;
    white-space: normal
}

@media screen and (max-width:1640px) {
    .aside_content {
        width: 375px
    }
}

@media screen and (max-width:1023px) {
    .aside_content {
        float: none;
        width: auto;
        margin-top: 10px;
        margin-left: 0
    }
}

.aside_content .row_content {
    margin-top: 10px
}

.aside_content .row_content:first-child {
    margin-top: 0
}

.aside_content .more {
    margin-top: 18px;
    padding-top: 1px;
    border-top: 1px solid #8c8c8c
}

.aside_content .btn_more {
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 15px 0;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    text-align: center;
    color: #fff;
    background: 0 0
}

@media screen and (min-width:1025px) {
    .aside_content .btn_more:hover {
        background: #00a5e6
    }
}

.heading {
    position: relative;
    z-index: 2;
    margin-bottom: 15px
}

@media screen and (max-width:639px) {
    .heading {
        margin-bottom: 10px
    }
}

.heading .cols {
    display: table;
    width: 100%
}

@media screen and (max-width:639px) {
    .heading .cols {
        display: block;
        width: auto
    }
}

.heading .col {
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:800px) {
    .heading .col {
        display: block
    }
}

.heading .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    color: #fff
}

@media screen and (max-width:767px) {
    .heading .title {
        font-size: 16px;
        line-height: 18px
    }
}

.thumbs {
    font-size: 0;
    margin: -14px 0 0 -14px;
    text-align: center
}

@media screen and (max-width:1024px) {
    .thumbs {
        margin: -10px 0 0 -10px
    }
}

@media screen and (max-width:675px) {
    .thumbs {
        margin: -5px 0 0 -5px
    }
}

.thumb,.thumb .tools_columns:after {
    display: inline-block;
    vertical-align: top
}

.thumb {
    width: 16.666%;
    padding: 14px 0 0 14px
}

@media screen and (max-width:1279px) {
    .thumb {
        width: 20%
    }
}

@media screen and (max-width:1024px) {
    .thumb {
        padding: 10px 0 0 10px
    }
}

@media screen and (max-width:930px) {
    .thumb {
        width: 25%
    }
}

@media screen and (max-width:675px) {
    .thumb {
        width: 33.333%;
        padding: 5px 0 0 5px
    }
}

@media screen and (max-width:479px) {
    .thumb {
        width: 50%
    }
}

.thumb.middle {
    width: 25%
}

@media screen and (max-width:1279px) {
    .thumb.middle {
        width: 33.333%
    }
}

@media screen and (max-width:1023px) {
    .thumb.middle {
        width: 25%
    }
}

@media screen and (max-width:680px) {
    .thumb.middle {
        width: 33.333%
    }
}

@media screen and (max-width:479px) {
    .thumb.middle {
        width: 50%
    }
}

.thumb .th,.thumb .wrap_image {
    position: relative;
    display: block
}

.thumb .th {
    font-size: 12px;
    text-align: left;
    color: #fff
}

@media screen and (min-width:1025px) {
    .thumb .th:hover .title a {
        color: #fff
    }

    .thumb .th:hover .tools {
        background: #00a5e6
    }

    .thumb .th:hover .rate {
        border-color: #fff
    }
}

.thumb .wrap_image {
    overflow: hidden
}

.thumb .wrap_image img {
    display: block;
    width: 100%;
    height: auto
}

.thumb .tools {
    display: block;
    padding: 10px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    background: #171717
}

.thumb .title {
    display: block;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #00a5e6
}

.thumb .title a {
    font-size: 14px;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #00a5e6
}

@media screen and (max-width:1279px) {
    .thumb .title a {
        font-size: 12px
    }
}

.list_footer .list .item a:hover,.thumb .title a:hover {
    text-decoration: underline
}

.thumb .tools_columns {
    font-size: 0;
    display: block;
    padding-top: 8px;
    text-align: justify;
    text-justify: newspaper
}

.thumb .tools_columns:after {
    width: 100%;
    content: ''
}

.thumb .by,.thumb .title a,.thumb .tools_column {
    display: inline-block;
    vertical-align: middle
}

.thumb .tools_column {
    width: 55%
}

.thumb .tools_column.second {
    width: 45%;
    text-align: right
}

.thumb .by {
    font-size: 12px;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff
}

@media screen and (max-width:767px) {
    .thumb .by {
        font-size: 11px
    }
}

.thumb .rate {
    font-size: 0;
    display: inline-block;
    vertical-align: top
}

.list_footer .list .item,.thumb .percent {
    display: inline-block;
    vertical-align: middle
}

.thumb .percent {
    font-size: 13px;
    line-height: 16px;
    color: #fff
}

@media screen and (max-width:767px) {
    .thumb .percent {
        font-size: 11px
    }
}

form {
    font-size: 0
}

@media screen and (max-width:1000px) {
    .footer_holder {
        padding: 20px 0
    }
}

@media screen and (max-width:1000px) {
    .footer_holder .columns {
        display: block;
        width: auto;
        text-align: center
    }
}

@media screen and (max-width:1000px) {
    .footer_holder .column {
        display: block
    }
}

@media screen and (max-width:1000px) {
    .copy {
        float: none;
        margin: 0 0 15px
    }
}

.list_footer .list .item {
    font-family: Arial;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 14px 0 0
}

.list_footer .list .item a {
    color: #fff
}

.footer {
    display: table-row;
    height: 1px
}

.footer_holder {
    position: relative;
    z-index: 1;
    padding: 20px;
    background: #2f2f2f
}

@media screen and (max-width:1000px) {
    .footer_holder {
        padding: 20px 0
    }
}

.footer_holder .columns {
    display: table;
    width: 100%
}

@media screen and (max-width:1000px) {
    .footer_holder .columns {
        display: block;
        width: auto;
        text-align: center
    }
}

.footer_holder .column {
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:1000px) {
    .footer_holder .column {
        display: block
    }
}

.copy {
    font-family: Arial;
    font-size: 12px;
    line-height: 14px;
    float: left;
    margin-right: 60px;
    color: #ececec
}

@media screen and (max-width:1000px) {
    .copy {
        float: none;
        margin: 0 0 15px
    }
}

.list_footer {
    overflow: hidden
}

.list_footer .list {
    font-size: 0;
    overflow: hidden;
    margin: -7px 0 0;
    padding: 0
}

input::-ms-clear {
    display: none
}

.player_information:not(.comments_opened) .tools_player.section_parents {
    margin-bottom: 10px
}

.thumb .by .icon-clock {
    padding-right: 2px;
    color: #64b523
}

.thumb:hover .by .icon-clock {
    color: #fff
}

.icon-clock:before {
    content: '\e924'
}

[class^=icon-] {
    font-family: 'Ico Moon'!important;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,html,input {
    font-family: sans-serif;
    line-height: 1.15
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

video {
    display: inline-block
}

img {
    border-style: none
}

button,input {
    font-size: 100%;
    margin: 0;
    overflow: visible
}

button {
    text-transform: none
}

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

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

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

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

.header.open_nav .hamburger {
    background: #f1284f
}

.header.open_nav .hamburger span {
    display: none;
    background: #fff
}

.header.open_nav .hamburger span:first-child {
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header.open_nav .hamburger span:last-child {
    display: block;
    margin: -4px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header.open_nav .navigation {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}