* {
    line-height: 1.3em;
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

.help-block ol {
    margin: 0 1.5em 1.5em 1.5em
}

a {
    text-decoration: underline;
    color: #198FD9
}

a img {
    border: none
}

a:hover {
    cursor: pointer
}

p {
    margin-top: 1.3em
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

input {
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

body {
    direction: ltr;
    background: #fff;
    color: #1A1A1A
}

body > a:first-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

body, button {
    font-family: "helvetica neue", "helvetica-neue", "helvetica", "arial", sans-serif
}

#page-wrapper {
    width: 96%;
    max-width: 940px;
    padding: 0 2%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.5em
}

html {
    overflow-y: scroll;
    font-size: 100%
}

@media screen and (max-width: 440px) {
    .icon-pkg {
        height: 58px;
        width: 58px
    }
}

@media screen and (max-width: 300px) {
    html {
        font-size: 90%
    }

    .icon-pkg {
        height: 54px;
        width: 54px
    }
}

@media screen and (max-width: 275px) {
    html {
        font-size: 85%
    }

    .icon-pkg {
        height: 51px;
        width: 51px
    }
}

@media screen and (max-width: 250px) {
    html {
        font-size: 80%
    }

    .icon-pkg {
        height: 48px;
        width: 48px
    }
}

@media screen and (max-width: 225px) {
    html {
        font-size: 75%
    }

    .icon-pkg {
        height: 45px;
        width: 45px
    }
}

@media screen and (max-width: 200px) {
    html {
        font-size: 70%
    }

    .icon-pkg {
        height: 42px;
        width: 42px
    }
}

@media screen and (max-width: 175px) {
    html {
        font-size: 65%
    }

    .icon-pkg {
        height: 38px;
        width: 38px
    }
}

@media screen and (max-width: 150px) {
    html {
        font-size: 50%
    }

    .icon-pkg {
        height: 32px;
        width: 32px
    }
}

@media screen and (max-width: 125px) {
    html {
        font-size: 45%
    }

    .icon-pkg {
        height: 29px;
        width: 29px
    }
}

.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

p {
    word-wrap: break-word
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute
}

.grid {
    position: relative;
    overflow: hidden
}

.grid .span-one-fourth {
    vertical-align: top;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 23.6%;
    max-width: 225px
}

.grid .span-one-third {
    vertical-align: top;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 31.3%;
    max-width: 300px
}

.grid .span-two-third {
    vertical-align: top;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 66%;
    max-width: 620px
}

.grid .span-half {
    vertical-align: top;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    max-width: 460px
}

.expand-link {
    display: inline-block;
    margin-top: 1em;
    color: #198FD9;
    font-style: italic
}

.expandable {
    overflow: hidden
}

select {
    padding: 0.3em 0.5em
}

a.close {
    float: right;
    display: inline-block;
    margin-top: 1em
}

.order-options {
    font-size: 0.9em;
    display: inline-block;
    margin: 0
}

.order-options > li {
    font-weight: normal;
    margin-right: 0.6em;
    padding-right: 0.9em;
    background: url("../images/paginate_dot.png") right center no-repeat
}

.order-options li:last-child {
    background: none
}

.block {
    display: block
}

.xs-top-margin {
    margin-top: 0.5em
}

.s-top-margin {
    margin-top: 0.8em
}

.m-top-margin {
    margin-top: 1em
}

.l-top-margin {
    margin-top: 1.3em
}

.xl-top-margin {
    margin-top: 2em
}

@media screen and (max-width: 800px) {
    .xs-top-margin {
        margin-top: 0.3em
    }

    .s-top-margin {
        margin-top: 0.5em
    }

    .m-top-margin {
        margin-top: 0.7em
    }

    .l-top-margin {
        margin-top: 1em
    }
}

@media screen and (max-width: 500px) {
    .xs-top-margin {
        margin-top: 0.1em
    }

    .s-top-margin {
        margin-top: 0.2em
    }

    .m-top-margin {
        margin-top: 0.4em
    }

    .l-top-margin {
        margin-top: 0.6em
    }
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.clear-left {
    clear: left !important
}

.clear-right {
    clear: right !important
}

.link {
    color: #198FD9
}

.h-section {
    font-size: 1.2em;
    padding-bottom: 0.4em
}

.h-byline {
    font-weight: normal;
    font-size: 0.8em;
    color: #797979
}

.h-package {
    font-size: 1.1em
}

.h-key {
    font-size: 0.8em;
    font-weight: normal;
    display: inline-block;
    border: none
}

.h-key:after {
    content: ":"
}

.h-slogan {
    float: right;
    display: inline-block;
    margin-top: 0.5em;
    margin-left: 1.5em;
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
    color: #797979
}

@media screen and (max-width: 545px) {
    .h-slogan {
        display: none
    }
}

.h-pkg-name {
    height: 1.4em;
    margin-right: 0.5em;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.8em
}

.h-border {
    border-bottom: 2px solid #E5E5E5
}

.icon-pkg {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em
}

.wrapper-install {
    display: inline-block;
    position: relative
}

.wrapper-install.preview a {
    cursor: not-allowed;
    opacity: 0.5
}

h2.preview {
    background: #CC0F16;
    padding-left: 10px;
    color: white;
    border-radius: 5px
}

h2.blacklisted {
    background: #0D0D0D;
    padding-left: 10px;
    color: #39FF14;
    border-radius: 5px
}

.btn-install {
    display: inline-block;
    position: relative;
    overflow: visible;
    font-size: 1em;
    min-width: 6em;
    line-height: 1.3em;
    padding: 0.5em 1em 0.5em 3.2em;
    margin-right: 0.1em;
    color: white;
    text-decoration: none;
    background: #28bd00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, #28bd00 0%, #21a100 100%);
    background: -webkit-linear-gradient(top, #28bd00 0%, #21a100 100%);
    background: -o-linear-gradient(top, #28bd00 0%, #21a100 100%);
    background: -ms-linear-gradient(top, #28bd00 0%, #21a100 100%);
    background: linear-gradient(top, #28bd00 0%, #21a100 100%)
}

.btn-install.btn-install-gray {
    background: #999999;
    background: -moz-linear-gradient(top, #999999 0%, #dddddd 100%);
    background: -webkit-linear-gradient(top, #999999 0%, #dddddd 100%);
    background: -o-linear-gradient(top, #999999 0%, #dddddd 100%);
    background: -ms-linear-gradient(top, #999999 0%, #dddddd 100%);
    background: linear-gradient(top, #999999 0%, #dddddd 100%)
}

.btn-install:before {
    position: absolute;
    display: block;
    top: 0.3em;
    left: 0px;
    width: 2.1em;
    padding-left: 0.2em;
    line-height: 1.7em;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #71BD4C
}

.btn-install.btn-with-plus:before {
    content: "\2b"
}

.btn-install.btn-with-cog:before {
    font-family: "FontAwesome";
    content: "\f013";
    font-weight: normal;
    font-style: normal;
    display: inline-block
}

.btn-install.btn-install-gray:before {
    border-right: 1px solid #888888
}

.btn-install:after {
    display: none;
    content: url("/static/catalog/images/loading.gif?bcde718eca03")
}

.btn-install:active {
    top: 1px;
    left: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-install.progress {
    background: #CBC800;
    background: -moz-linear-gradient(top, #DCD700 0%, #CBC800 100%);
    background: -webkit-linear-gradient(top, #DCD700 0%, #CBC800 100%);
    background: -o-linear-gradient(top, #DCD700 0%, #CBC800 100%);
    background: -ms-linear-gradient(top, #DCD700 0%, #CBC800 100%);
    background: linear-gradient(top, #DCD700 0%, #CBC800 100%)
}

.btn-install.progress:before {
    border-right: 1px solid #EDEB97;
    top: 0.2em;
    content: url("/static/catalog/images/loading.gif?bcde718eca03") 0 0 no-repeat;
    height: 30px
}

.btn-install.error {
    background: #A30016;
    background: -moz-linear-gradient(top, #BD0019 0%, #A30016 100%);
    background: -webkit-linear-gradient(top, #BD0019 0%, #A30016 100%);
    background: -o-linear-gradient(top, #BD0019 0%, #A30016 100%);
    background: -ms-linear-gradient(top, #BD0019 0%, #A30016 100%);
    background: linear-gradient(top, #BD0019 0%, #A30016 100%)
}

.btn-install.error:before {
    border-right: 1px solid #E9CDD1;
    content: "\58"
}

.btn-install.installed:before {
    content: "\2713"
}

.btn-enable {
    display: inline-block;
    position: relative;
    overflow: visible;
    font-size: 1em;
    min-width: 6em;
    line-height: 1.3em;
    padding: 0.5em 1em 0.5em 3.2em;
    margin-right: 0.1em;
    color: white;
    text-decoration: none;
    background: #28bd00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, #28bd00 0%, #21a100 100%);
    background: -webkit-linear-gradient(top, #28bd00 0%, #21a100 100%);
    background: -o-linear-gradient(top, #28bd00 0%, #21a100 100%);
    background: -ms-linear-gradient(top, #28bd00 0%, #21a100 100%);
    background: linear-gradient(top, #28bd00 0%, #21a100 100%)
}

.btn-enable.btn-install-gray {
    background: #999999;
    background: -moz-linear-gradient(top, #999999 0%, #dddddd 100%);
    background: -webkit-linear-gradient(top, #999999 0%, #dddddd 100%);
    background: -o-linear-gradient(top, #999999 0%, #dddddd 100%);
    background: -ms-linear-gradient(top, #999999 0%, #dddddd 100%);
    background: linear-gradient(top, #999999 0%, #dddddd 100%)
}

.btn-enable:before {
    position: absolute;
    display: block;
    top: 0.3em;
    left: 0px;
    width: 2.1em;
    padding-left: 0.2em;
    line-height: 1.7em;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #71BD4C
}

.btn-enable.btn-with-plus:before {
    content: "\2b"
}

.btn-enable.btn-with-cog:before {
    font-family: "FontAwesome";
    content: "\f013";
    font-weight: normal;
    font-style: normal;
    display: inline-block
}

.btn-enable.btn-install-gray:before {
    border-right: 1px solid #888888
}

.btn-enable:after {
    display: none;
    content: url("/static/catalog/images/loading.gif?bcde718eca03")
}

.btn-enable:active {
    top: 1px;
    left: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-enable.progress {
    background: #CBC800;
    background: -moz-linear-gradient(top, #DCD700 0%, #CBC800 100%);
    background: -webkit-linear-gradient(top, #DCD700 0%, #CBC800 100%);
    background: -o-linear-gradient(top, #DCD700 0%, #CBC800 100%);
    background: -ms-linear-gradient(top, #DCD700 0%, #CBC800 100%);
    background: linear-gradient(top, #DCD700 0%, #CBC800 100%)
}

.btn-enable.progress:before {
    border-right: 1px solid #EDEB97;
    top: 0.2em;
    content: url("/static/catalog/images/loading.gif?bcde718eca03") 0 0 no-repeat;
    height: 30px
}

.btn-enable.error {
    background: #A30016;
    background: -moz-linear-gradient(top, #BD0019 0%, #A30016 100%);
    background: -webkit-linear-gradient(top, #BD0019 0%, #A30016 100%);
    background: -o-linear-gradient(top, #BD0019 0%, #A30016 100%);
    background: -ms-linear-gradient(top, #BD0019 0%, #A30016 100%);
    background: linear-gradient(top, #BD0019 0%, #A30016 100%)
}

.btn-enable.error:before {
    border-right: 1px solid #E9CDD1;
    content: "\58"
}

.btn-enable.installed:before {
    content: "\2713"
}

.site-message {
    position: relative;
    overflow: hidden;
    margin-top: 1.7em;
    margin-bottom: 2.1em;
    background-repeat: no-repeat;
    background-position: left 1rem center;
    background-size: 3.75rem;
    border-radius: 4px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem
}

.opera-branding .site-message {
    padding-left: 6rem
}

.site-message.site-message--has-button {
    padding-right: 12rem
}

.site-message p {
    margin: 0;
    line-height: 1.25
}

.site-message .btn-download {
    display: inline-block;
    text-decoration: none;
    padding: 0.75rem;
    border-radius: 4px;
    font-weight: bold;
    position: absolute;
    transition: all 0.2s;
    -webkit-transition: all 0.2s ease
}

.site-message.light {
    background-color: #FFF8F2;
    border: 2px solid #E98004
}

.opera-branding .site-message.light {
    background-image: url("../images/opera-logo-red.svg")
}

.site-message.light .btn-download {
    background: #48D367;
    border: 1px solid #2BBF4F;
    color: #fff
}

.site-message.light .btn-download:hover {
    background: #2EB950;
    border: 1px solid #2EB950
}

.site-message.red {
    background-color: #CF1C06;
    color: #fff
}

.opera-branding .site-message.red {
    background-image: url("../fonts/opera-logo-white.svg")
}

.site-message.red .btn-download {
    background-color: #fff;
    color: #CF1C06
}

.site-message.error {
    padding-left: 20px;
    background: white;
    border-color: #B00018
}

.site-message--top .btn-download {
    right: 1rem;
    top: 50%;
    margin: -1.4rem 0 0 0
}

.site-message--bubble {
    margin: 0;
    top: 2.5em;
    position: absolute;
    right: 1px;
    overflow: visible;
    z-index: 20;
    padding: 2rem 2rem 2rem 2rem;
    width: 16em
}

.opera-branding .site-message--bubble {
    padding: 2rem 2rem 2rem 6rem;
    width: 12em
}

.site-message--bubble p {
    margin-top: 0
}

.site-message--bubble .btn-download {
    position: relative;
    margin: 1em 0
}

.site-message--bubble.error:before {
    border-right: 1.4em solid #B00018
}

.site-message--bubble.active {
    display: block
}

.messages {
    margin: 10px 0px
}

.messages > .message {
    background: #ff3;
    padding: 0.6em;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: bold
}

.messages > .warning {
    background: #f90
}

.comma-separated-list li {
    display: inline-block
}

.comma-separated-list li:after {
    content: ",\a0"
}

.comma-separated-list li:last-child:after {
    content: none
}

html[dir="rtl"] p[dir="ltr"], html[dir="rtl"] a[dir="ltr"], html[dir="rtl"] div[dir="ltr"], html[dir="rtl"] h1[dir="ltr"], html[dir="rtl"] h2[dir="ltr"], html[dir="rtl"] h3[dir="ltr"], html[dir="rtl"] h4[dir="ltr"], html[dir="rtl"] h5[dir="ltr"], html[dir="rtl"] h6[dir="ltr"] {
    text-align: right /*!direction-ignore*/
}

html[dir="ltr"] p[dir="rtl"], html[dir="ltr"] a[dir="rtl"], html[dir="ltr"] div[dir="rtl"], html[dir="ltr"] h1[dir="rtl"], html[dir="ltr"] h2[dir="rtl"], html[dir="ltr"] h3[dir="rtl"], html[dir="ltr"] h4[dir="rtl"], html[dir="ltr"] h5[dir="rtl"], html[dir="ltr"] h6[dir="rtl"] {
    text-align: left /*!direction-ignore*/
}

#main-content-link {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#page-wrapper > header {
    width: 100%;
    padding-bottom: 1em
}

#page-wrapper > header nav.opera {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    min-width: 100%;
    background: #CC0F16;
    color: white;
    font-size: 0.8em;
    padding: 0.6em 0 0.6em 0;
    white-space: nowrap
}

#page-wrapper > header nav.opera a {
    text-decoration: none;
    color: inherit
}

#page-wrapper > header nav.opera > div {
    width: 96%;
    max-width: 940px;
    margin: 0 auto
}

#page-wrapper > header nav.opera > div > ul > li {
    display: inline-block;
    margin: 0 0.6em;
    font-size: 0.9em
}

#page-wrapper > header nav.opera > div > ul > li:last-child {
    margin-right: 0
}

#page-wrapper > header nav.opera > div > ul > li > a {
    margin: 0 0.4em
}

#page-wrapper > header nav.opera > div > ul > li > a:hover {
    text-decoration: underline
}

#page-wrapper > header nav.opera > div > a {
    font-weight: bold;
    float: left
}

#page-wrapper > header nav.opera ul {
    float: right
}

#page-wrapper > header nav.opera em {
    font-style: normal;
    font-weight: bold
}

#page-wrapper > header h1 {
    font-size: 1.9em;
    display: inline-block;
    margin-right: 1.5em
}

#page-wrapper > header h1 a {
    color: #1A1A1A;
    text-decoration: none
}

#page-wrapper > header h1 span {
    font-weight: normal
}

#page-wrapper > header nav.content, #page-wrapper > header form {
    margin-top: 0.8em;
    float: right
}

#page-wrapper > header nav.content a {
    color: #797979;
    text-decoration: none
}

#page-wrapper > header nav.content a:hover {
    text-decoration: underline
}

#page-wrapper > header nav.content a.selected {
    font-weight: bold;
    color: #020202
}

#page-wrapper > header nav.content li {
    display: inline-block;
    margin: 0 0.6em;
    font-size: 0.9em
}

#page-wrapper > header .header-wrapper {
    float: right
}

#page-wrapper > header .header-wrapper a {
    display: inline-block;
    font-size: 0.8em;
    margin-top: 1.3em
}

#page-wrapper > header .search {
    margin-left: 1em
}

#page-wrapper > header .search input {
    font-size: 0.8em;
    border: 1px solid #E1E1E1;
    padding: 0.2em;
    height: 1.4em
}

#page-wrapper > header .search input[type="search"] {
    width: 179px;
    padding-left: 0.5em;
    -webkit-appearance: none
}

#page-wrapper > header .search input[type="submit"] {
    margin-left: -0.5em
}

@media screen and (max-width: 545px) {
    #page-wrapper > header h1 {
        float: left
    }

    #page-wrapper > header .search {
        margin-left: 0;
        float: left;
        clear: both
    }

    #page-wrapper > header nav.content {
        float: left;
        clear: both
    }

    #page-wrapper > header nav.opera .drop-down {
        display: none
    }
}

@media screen and (max-width: 400px) {
    #page-wrapper > header h1 {
        font-size: 1.3em
    }

    #page-wrapper > header nav.opera > div > ul > li {
        display: list-item
    }
}

@media screen and (max-width: 245px) {
    #page-wrapper > header .search {
        display: block;
        position: relative;
        width: 98%;
        text-align: left;
        height: 1.4em
    }

    #page-wrapper > header .search span {
        display: block;
        position: absolute;
        right: 18px;
        left: 0;
        overflow: hidden
    }

    #page-wrapper > header .search span input[type="search"] {
        width: 100%
    }

    #page-wrapper > header .search input[type="submit"] {
        position: absolute;
        right: 0
    }
}

.breadcrumb {
    color: #959595;
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 1em;
    padding-bottom: 0.4em;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.breadcrumb > ul > li {
    display: inline-block
}

.breadcrumb > ul > li + li:before {
    content: ">\a0"
}

.listing .no-results {
    font-size: 0.8em;
    margin-top: 2em
}

.listing .no-results a {
    color: #198FD9
}

.listing .package {
    position: relative
}

.listing .package .animated-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.listing .extensions .package {
    height: 5.5em
}

.listing .extensions .package .overlay {
    margin-left: 0
}

.listing .extensions .package div.dotdotdot {
    margin: 0;
    padding: 0
}

.listing .extensions .listing-featured h2 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.listing .extensions .listing-featured .description {
    margin-top: 0.2em
}

.listing .extensions .listing-featured li {
    display: block;
    height: auto
}

.listing .extensions .listing-featured li .details {
    margin-top: 0.2em
}

.listing .extensions .listing-featured li .details .rating {
    float: right;
    margin-top: 0
}

.listing .extensions .listing-featured li.view-all {
    border: 1px solid #ccc !important;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 25px;
    margin-left: 1.4%;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 98.4%
}

.listing a.all {
    margin-left: 0.5em;
    font-size: 0.8em
}

.listing .grid {
    margin-left: -1.4%
}

.listing .grid .span-one-third {
    width: 31.9%;
    max-width: 302px;
    margin-left: 1.4%
}

.listing .grid .span-one-fourth {
    width: 23.6%;
    max-width: 227px;
    margin-left: 1.4%
}

.listing .listing-image {
    border: 1px solid #E1E1E1;
    border-top: 0;
    float: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    max-width: 300px;
    max-height: 188px;
    width: 99%;
    height: auto;
    margin-bottom: 0.4em
}

@media screen and (max-width: 1000px) {
    .listing .listing-featured .description {
        display: none
    }

    .listing .scroll-container {
        height: auto
    }

    .listing .scroll-container > .scrollable {
        position: static
    }
}

@media screen and (max-width: 650px) {
    .listing .grid .span-one-third {
        width: 48%
    }
}

@media screen and (max-width: 325px) {
    .listing .grid .span-one-third {
        width: 98%
    }
}

.package {
    color: #020202;
    vertical-align: top
}

.package .description {
    font-size: 0.8em
}

.package p {
    margin-top: 0em;
    max-height: 2.6em;
    overflow: hidden;
    color: #797979;
    position: relative;
    height: 32px
}

.package a {
    color: #1A1A1A;
    text-decoration: none
}

.package .icon-pkg {
    margin-top: 0.3em
}

.package .rating {
    margin-top: 0.2em
}

.package .description {
    margin-top: 0.3em
}

.scroll-container {
    display: block;
    max-width: 302px;
    width: 100%;
    position: relative;
    height: 11.5em;
    overflow: hidden;
    border-top: 1px solid #E1E1E1
}

.scroll-container > .scrollable {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.scroll-container > .scrollable:hover, .scroll-container > .scrollable:focus {
    top: -3.5em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.scroll-container > .scrollable.js-adjusted:hover, .scroll-container > .scrollable.js-adjusted:focus {
    top: -1.5em
}

.header-listing {
    min-height: 2em
}

.header-listing nav {
    display: inline-block
}

.header-listing h1, .header-listing li {
    font-size: 1.2em;
    display: inline-block
}

.header-listing li.selected {
    color: #959595
}

.header-listing > ul.order-options {
    width: 100%
}

.pagination {
    font-size: 1em;
    margin-top: 2em;
    text-align: center
}

.pagination li {
    display: inline-block;
    background: url("../images/paginate_dot.png") center bottom no-repeat
}

.pagination li a, .pagination li span {
    display: block;
    color: #797979;
    padding: 0.6em
}

.pagination li.current_page {
    background: url("../images/paginate_dot_selected.png") center bottom no-repeat
}

.pagination li.arrow {
    background: none
}

.pagination li.current_page {
    background: url("../images/paginate_dot_selected.png") center bottom no-repeat
}

.pagination li.arrow {
    font-weight: bold
}

#more {
    color: #198FD9;
    font-weight: bold;
    border: none;
    background: white
}

.standard-form {
    overflow: hidden;
    font-size: 0.8em
}

.standard-form li {
    margin-top: 1em;
    display: block;
    overflow: hidden
}

.standard-form li dl {
    display: block;
    width: 100%
}

.standard-form li > dl dt, .standard-form li dl dd {
    display: block
}

.standard-form li > dl dt, .standard-form li > label, .standard-form li > fieldset > legend {
    float: left;
    width: 30%;
    margin-right: 2%;
    clear: left;
    font-weight: bold;
    margin-top: 0.5em;
    text-align: right
}

.standard-form li label:after, .standard-form li legend:after {
    content: ":"
}

.standard-form li dd {
    vertical-align: bottom;
    width: 68%;
    padding: 0.6em 0.5em
}

.standard-form li textarea, .standard-form li input, .standard-form li select {
    vertical-align: bottom;
    width: 67.6%;
    padding: 0.6em 0.5em;
    border: 1px solid #C1C1C1;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.standard-form li input[type="radio"] {
    width: inherit;
    border: none
}

.standard-form li input[type="checkbox"] {
    width: inherit;
    margin-top: 0.8em;
    padding: 0
}

.standard-form li fieldset {
    border: 0
}

.standard-form .error-text {
    margin-top: 2em;
    color: red;
    background-color: #FEE;
    padding: 1em;
    margin-bottom: 2em;
    border: 1px solid red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.standard-form .error-text ul {
    margin-left: 0
}

.standard-form .error-text li {
    margin-bottom: 0.5em
}

.standard-form .errorlist {
    color: red;
    margin-left: 32%;
    margin-bottom: 0.5em
}

.standard-form .errorlist li {
    margin-top: 0
}

.standard-form .errorlist + label + input, .standard-form .errorlist + label + textarea {
    border-color: red
}

.standard-form input[type="submit"] {
    background-color: #1096D5;
    color: white;
    border: 1px solid #1096D5;
    margin: 0.7em 0;
    padding: 0.6em 3em;
    font-weight: bold;
    min-width: 30%;
    margin-top: 2em;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.standard-form .extra-links {
    float: right;
    display: inline-block;
    margin-top: 2em;
    margin-right: 3em;
    font-size: 1.2em
}

.standard-form div.g-recaptcha > div {
    margin-left: 318px
}

@media screen and (max-width: 500px) {
    .standard-form li > dl dt, .standard-form li > label, .standard-form li > fieldset > legend {
        display: block;
        float: none;
        width: 100%;
        margin-right: 2%;
        clear: none;
        margin-bottom: 0.5em;
        text-align: left
    }

    .standard-form li textarea, .standard-form li input, .standard-form li select {
        width: 100%
    }

    .standard-form li input[type="checkbox"] {
        margin-top: 0em
    }
}

@media screen and (max-width: 300px) {
    .standard-form input {
        width: 100%
    }

    textarea {
        height: 6em
    }
}

.drop-down {
    display: inline-block;
    position: relative;
    padding: 0
}

.drop-down .drop-down-btn {
    border: 1px solid white;
    background-color: white;
    background-position: 95% center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    padding: 2px;
    padding-left: 0.3em;
    font-size: 1em;
    text-align: left;
    padding-right: 2em
}

.drop-down .drop-down-btn.clicked {
    background-position: 98% 55%
}

.drop-down .drop-down-btn:hover, .drop-down .drop-down-btn:focus {
    background: white url('../images/down_arrow.png') 95% center no-repeat;
    border: 1px solid #E1E1E1
}

.drop-down .drop-down-pane {
    z-index: 20;
    background: #fff;
    border: 1px solid #E1E1E1;
    display: none;
    position: absolute;
    min-width: 100%;
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.65)
}

.drop-down .drop-down-btn:focus + .drop-down-pane, .drop-down .drop-down-pane:hover {
    display: block
}

.drop-down .options-list {
    margin: 0.2em 0;
    z-index: 20
}

.drop-down .options-list li {
    padding: 0;
    display: block;
    border: 0
}

.drop-down hr {
    height: 1px;
    margin: 0.2em 0;
    background-color: #E1E1E1;
    border: 0
}

.drop-down a {
    padding: 0.25em 0.6em;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: black
}

.drop-down .selected {
    padding: 0.2em 0.4em
}

.drop-down a:hover {
    background-color: #ddd;
    color: black;
    text-decoration: underline !important
}

.drop-down.drop-down--header button, .drop-down.drop-down--header button:hover, .drop-down.drop-down--header button:focus {
    border: 0;
    font-size: 1em;
    color: white;
    padding: 0px 15px 0px 0px;
    background: #CC0F16 url('../images/down_arrow_white.png') 95% center no-repeat;
    margin-left: 0
}

.drop-down.drop-down--header button:hover {
    text-decoration: underline
}

.drop-down.drop-down--header button.clicked {
    background-position: 96% 60%
}

.drop-down.drop-down--header div {
    right: 0;
    left: auto;
    margin-top: 0.2em
}

.drop-down.drop-down--header ul li {
    font-size: 1em;
    color: black
}

.drop-down.drop-down--up .drop-down-btn {
    background-image: url('../images/up_arrow.png')
}

#page-language .drop-down {
    width: 10em
}

#page-language .drop-down button {
    border: 1px solid #E1E1E1
}

#page-language .drop-down div {
    bottom: 2.2em
}

#page-language .drop-down div ul {
    max-height: 17em;
    overflow-y: auto;
    overflow-x: hidden
}

.categories li {
    display: block;
    font-size: 0.8em;
    color: #959595
}

.categories button {
    text-decoration: underline;
    margin-left: -0.3em
}

.categories .drop-down-pane {
    margin-left: -0.3em;
    top: 1.8em
}

.pkg-language button {
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    bottom: 0.3em;
    line-height: 23px;
    vertical-align: middle;
    height: 22px;
    padding: 0 !important;
    padding-right: 40px !important;
    padding-left: 5px !important;
    overflow: hidden;
    color: #198FD9
}

.pkg-language button, .pkg-language button:hover, .pkg-language button:focus {
    background-image: url('../images/globe_arrow.png') !important;
    background-color: white;
    background-repeat: no-repeat
}

.pkg-language button.clicked {
    background-position: 60% 60%
}

.pkg-language h2 {
    font-size: 1.3em;
    font-weight: normal;
    color: #1A1A1A
}

.pkg-language nav {
    display: block;
    padding: 0.7em
}

.pkg-language .drop-down-pane {
    width: 25em;
    right: -4px;
    left: auto;
    top: 22px
}

.pkg-language a {
    color: #198FD9;
    text-decoration: underline
}

.pkg-language a, .pkg-language span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.2em 0
}

.pkg-language a:hover {
    background: inherit
}

.pkg-language .columns {
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    -o-column-count: 3;
    -o-column-gap: 1em;
    column-count: 3;
    column-gap: 1em
}

@media screen and (max-width: 500px) {
    .pkg-language .drop-down-pane {
        width: 17em
    }

    .pkg-language .columns {
        -moz-column-count: 2;
        -moz-column-gap: 1em;
        -webkit-column-count: 2;
        -webkit-column-gap: 1em;
        -o-column-count: 2;
        -o-column-gap: 1em;
        column-count: 2;
        column-gap: 1em
    }
}

@media screen and (max-width: 300px) {
    .pkg-language button {
        bottom: 0.5em
    }
}

@media screen and (max-width: 275px) {
    .pkg-language button {
        bottom: 0.6em
    }
}

@media screen and (max-width: 275px) {
    .pkg-language button {
        height: 20px;
        line-height: 21px;
        bottom: 0.6em
    }
}

@media screen and (max-width: 225px) {
    .pkg-language button {
        height: 18px;
        line-height: 19px;
        bottom: 0.7em
    }
}

@media screen and (max-width: 175px) {
    .pkg-language button {
        bottom: 0.8em
    }
}

.rating.small {
    display: inline-block;
    line-height: 14px;
    margin-top: 0
}

.rating.small .meter {
    margin-top: 0.2em;
    float: left;
    vertical-align: bottom;
    width: 70px;
    overflow: hidden;
    height: 13px;
    font-style: italic;
    text-indent: -9999em
}

.rating.small .meter span {
    overflow: hidden;
    width: 70px;
    height: 13px;
    display: block
}

.rating.small .meter span.rating-0-0 {
    width: 0px
}

.rating.small .meter span.rating-0-5 {
    width: 7px
}

.rating.small .meter span.rating-1-0 {
    width: 14px
}

.rating.small .meter span.rating-1-5 {
    width: 21px
}

.rating.small .meter span.rating-2-0 {
    width: 28px
}

.rating.small .meter span.rating-2-5 {
    width: 35px
}

.rating.small .meter span.rating-3-0 {
    width: 42px
}

.rating.small .meter span.rating-3-5 {
    width: 49px
}

.rating.small .meter span.rating-4-0 {
    width: 56px
}

.rating.small .meter span.rating-4-5 {
    width: 63px
}

.rating.small .meter span.rating-5-0 {
    width: 70px
}

.rating.small .total-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.rating.small .total, .rating.small .total-line {
    margin-left: 0.4em;
    line-height: 2em;
    font-size: 10.5px;
    vertical-align: middle;
    color: #959595
}

.rating.small .total:before {
    content: "("
}

.rating.small .total:after {
    content: ")"
}

.rating.small .icon-star:before {
    font-family: "FontAwesome";
    content: "\f005";
    font-size: 14px;
    line-height: 1em;
    color: #FFEC07;
    display: inline-block;
    background: -webkit-linear-gradient(#FFEC07, #FFD003);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.rating.small .rating-value {
    float: left
}

.rating.small .rating-value .rating {
    font-size: 14px
}

.rating.small .total-line {
    font-size: 7px
}

.rating.small .rating-form {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 2px solid #E5E5E5;
    width: 210px
}

.rating.small .rating-form legend {
    width: auto
}

.rating.small .rating-form li {
    margin-top: inherit
}

.rating.small .meter {
    background: url("../images/star-7px.png") 0 100% repeat-x
}

.rating.small .meter span {
    background: url("../images/star-7px.png") 0 0% repeat-x
}

.rating.medium {
    display: inline-block;
    line-height: 24px;
    margin-top: 0
}

.rating.medium .meter {
    margin-top: 0.2em;
    float: left;
    vertical-align: bottom;
    width: 120px;
    overflow: hidden;
    height: 23px;
    font-style: italic;
    text-indent: -9999em
}

.rating.medium .meter span {
    overflow: hidden;
    width: 120px;
    height: 23px;
    display: block
}

.rating.medium .meter span.rating-0-0 {
    width: 0px
}

.rating.medium .meter span.rating-0-5 {
    width: 12px
}

.rating.medium .meter span.rating-1-0 {
    width: 24px
}

.rating.medium .meter span.rating-1-5 {
    width: 36px
}

.rating.medium .meter span.rating-2-0 {
    width: 48px
}

.rating.medium .meter span.rating-2-5 {
    width: 60px
}

.rating.medium .meter span.rating-3-0 {
    width: 72px
}

.rating.medium .meter span.rating-3-5 {
    width: 84px
}

.rating.medium .meter span.rating-4-0 {
    width: 96px
}

.rating.medium .meter span.rating-4-5 {
    width: 108px
}

.rating.medium .meter span.rating-5-0 {
    width: 120px
}

.rating.medium .total-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.rating.medium .total, .rating.medium .total-line {
    margin-left: 0.4em;
    line-height: 2em;
    font-size: 18px;
    vertical-align: middle;
    color: #959595
}

.rating.medium .total:before {
    content: "("
}

.rating.medium .total:after {
    content: ")"
}

.rating.medium .icon-star:before {
    font-family: "FontAwesome";
    content: "\f005";
    font-size: 24px;
    line-height: 1em;
    color: #FFEC07;
    display: inline-block;
    background: -webkit-linear-gradient(#FFEC07, #FFD003);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.rating.medium .rating-value {
    float: left
}

.rating.medium .rating-value .rating {
    font-size: 24px
}

.rating.medium .total-line {
    font-size: 12px
}

.rating.medium .rating-form {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 2px solid #E5E5E5;
    width: 210px
}

.rating.medium .rating-form legend {
    width: auto
}

.rating.medium .rating-form li {
    margin-top: inherit
}

.rating.medium .meter {
    background: url("../images/star-12px.png") 0 100% repeat-x
}

.rating.medium .meter span {
    background: url("../images/star-12px.png") 0 0% repeat-x
}

@media screen and (max-width: 405px) {
    .rating.small {
        display: inline-block;
        line-height: 10px;
        margin-top: 0
    }

    .rating.small .meter {
        margin-top: 0.2em;
        float: left;
        vertical-align: bottom;
        width: 50px;
        overflow: hidden;
        height: 9px;
        font-style: italic;
        text-indent: -9999em
    }

    .rating.small .meter span {
        overflow: hidden;
        width: 50px;
        height: 9px;
        display: block
    }

    .rating.small .meter span.rating-0-0 {
        width: 0px
    }

    .rating.small .meter span.rating-0-5 {
        width: 5px
    }

    .rating.small .meter span.rating-1-0 {
        width: 10px
    }

    .rating.small .meter span.rating-1-5 {
        width: 15px
    }

    .rating.small .meter span.rating-2-0 {
        width: 20px
    }

    .rating.small .meter span.rating-2-5 {
        width: 25px
    }

    .rating.small .meter span.rating-3-0 {
        width: 30px
    }

    .rating.small .meter span.rating-3-5 {
        width: 35px
    }

    .rating.small .meter span.rating-4-0 {
        width: 40px
    }

    .rating.small .meter span.rating-4-5 {
        width: 45px
    }

    .rating.small .meter span.rating-5-0 {
        width: 50px
    }

    .rating.small .total-text {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .rating.small .total, .rating.small .total-line {
        margin-left: 0.4em;
        line-height: 2em;
        font-size: 7.5px;
        vertical-align: middle;
        color: #959595
    }

    .rating.small .total:before {
        content: "("
    }

    .rating.small .total:after {
        content: ")"
    }

    .rating.small .icon-star:before {
        font-family: "FontAwesome";
        content: "\f005";
        font-size: 10px;
        line-height: 1em;
        color: #FFEC07;
        display: inline-block;
        background: -webkit-linear-gradient(#FFEC07, #FFD003);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .rating.small .rating-value {
        float: left
    }

    .rating.small .rating-value .rating {
        font-size: 10px
    }

    .rating.small .total-line {
        font-size: 5px
    }

    .rating.small .rating-form {
        display: inline-block;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 2px solid #E5E5E5;
        width: 210px
    }

    .rating.small .rating-form legend {
        width: auto
    }

    .rating.small .rating-form li {
        margin-top: inherit
    }

    .rating.small .meter {
        background: url("../images/star-5px.png") 0 100% repeat-x
    }

    .rating.small .meter span {
        background: url("../images/star-5px.png") 0 0% repeat-x
    }
}

@media screen and (max-width: 300px) {
    .rating.medium {
        display: inline-block;
        line-height: 14px;
        margin-top: 0
    }

    .rating.medium .meter {
        margin-top: 0.2em;
        float: left;
        vertical-align: bottom;
        width: 70px;
        overflow: hidden;
        height: 13px;
        font-style: italic;
        text-indent: -9999em
    }

    .rating.medium .meter span {
        overflow: hidden;
        width: 70px;
        height: 13px;
        display: block
    }

    .rating.medium .meter span.rating-0-0 {
        width: 0px
    }

    .rating.medium .meter span.rating-0-5 {
        width: 7px
    }

    .rating.medium .meter span.rating-1-0 {
        width: 14px
    }

    .rating.medium .meter span.rating-1-5 {
        width: 21px
    }

    .rating.medium .meter span.rating-2-0 {
        width: 28px
    }

    .rating.medium .meter span.rating-2-5 {
        width: 35px
    }

    .rating.medium .meter span.rating-3-0 {
        width: 42px
    }

    .rating.medium .meter span.rating-3-5 {
        width: 49px
    }

    .rating.medium .meter span.rating-4-0 {
        width: 56px
    }

    .rating.medium .meter span.rating-4-5 {
        width: 63px
    }

    .rating.medium .meter span.rating-5-0 {
        width: 70px
    }

    .rating.medium .total-text {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .rating.medium .total, .rating.medium .total-line {
        margin-left: 0.4em;
        line-height: 2em;
        font-size: 10.5px;
        vertical-align: middle;
        color: #959595
    }

    .rating.medium .total:before {
        content: "("
    }

    .rating.medium .total:after {
        content: ")"
    }

    .rating.medium .icon-star:before {
        font-family: "FontAwesome";
        content: "\f005";
        font-size: 14px;
        line-height: 1em;
        color: #FFEC07;
        display: inline-block;
        background: -webkit-linear-gradient(#FFEC07, #FFD003);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .rating.medium .rating-value {
        float: left
    }

    .rating.medium .rating-value .rating {
        font-size: 14px
    }

    .rating.medium .total-line {
        font-size: 7px
    }

    .rating.medium .rating-form {
        display: inline-block;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 2px solid #E5E5E5;
        width: 210px
    }

    .rating.medium .rating-form legend {
        width: auto
    }

    .rating.medium .rating-form li {
        margin-top: inherit
    }

    .rating.medium .meter {
        background: url("../images/star-7px.png") 0 100% repeat-x
    }

    .rating.medium .meter span {
        background: url("../images/star-7px.png") 0 0% repeat-x
    }
}

@media screen and (max-width: 200px) {
    .rating.medium {
        display: inline-block;
        line-height: 10px;
        margin-top: 0
    }

    .rating.medium .meter {
        margin-top: 0.2em;
        float: left;
        vertical-align: bottom;
        width: 50px;
        overflow: hidden;
        height: 9px;
        font-style: italic;
        text-indent: -9999em
    }

    .rating.medium .meter span {
        overflow: hidden;
        width: 50px;
        height: 9px;
        display: block
    }

    .rating.medium .meter span.rating-0-0 {
        width: 0px
    }

    .rating.medium .meter span.rating-0-5 {
        width: 5px
    }

    .rating.medium .meter span.rating-1-0 {
        width: 10px
    }

    .rating.medium .meter span.rating-1-5 {
        width: 15px
    }

    .rating.medium .meter span.rating-2-0 {
        width: 20px
    }

    .rating.medium .meter span.rating-2-5 {
        width: 25px
    }

    .rating.medium .meter span.rating-3-0 {
        width: 30px
    }

    .rating.medium .meter span.rating-3-5 {
        width: 35px
    }

    .rating.medium .meter span.rating-4-0 {
        width: 40px
    }

    .rating.medium .meter span.rating-4-5 {
        width: 45px
    }

    .rating.medium .meter span.rating-5-0 {
        width: 50px
    }

    .rating.medium .total-text {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .rating.medium .total, .rating.medium .total-line {
        margin-left: 0.4em;
        line-height: 2em;
        font-size: 7.5px;
        vertical-align: middle;
        color: #959595
    }

    .rating.medium .total:before {
        content: "("
    }

    .rating.medium .total:after {
        content: ")"
    }

    .rating.medium .icon-star:before {
        font-family: "FontAwesome";
        content: "\f005";
        font-size: 10px;
        line-height: 1em;
        color: #FFEC07;
        display: inline-block;
        background: -webkit-linear-gradient(#FFEC07, #FFD003);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .rating.medium .rating-value {
        float: left
    }

    .rating.medium .rating-value .rating {
        font-size: 10px
    }

    .rating.medium .total-line {
        font-size: 5px
    }

    .rating.medium .rating-form {
        display: inline-block;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 2px solid #E5E5E5;
        width: 210px
    }

    .rating.medium .rating-form legend {
        width: auto
    }

    .rating.medium .rating-form li {
        margin-top: inherit
    }

    .rating.medium .meter {
        background: url("../images/star-5px.png") 0 100% repeat-x
    }

    .rating.medium .meter span {
        background: url("../images/star-5px.png") 0 0% repeat-x
    }
}

#main .rate {
    margin-top: 0.5em
}

#main .rate input[type="radio"] {
    margin-right: 1em;
    margin-left: 0.4em
}

#main .rate.enhanced {
    margin-top: inherit;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 25px;
    width: 125px
}

#main .rate.enhanced input {
    display: inline-block;
    opacity: 0;
    height: 25px;
    width: 25px;
    cursor: pointer
}

#main .rate.enhanced input[type="radio"] {
    margin-right: inherit;
    margin-left: inherit
}

#main .rate.enhanced label {
    position: absolute;
    text-indent: -9999px;
    height: 25px;
    width: 25px;
    cursor: pointer
}

#main .rate.enhanced label[for='awful'] {
    left: 0
}

#main .rate.enhanced label[for='poor'] {
    left: 25px
}

#main .rate.enhanced label[for='average'] {
    left: 50px
}

#main .rate.enhanced label[for='good'] {
    left: 75px
}

#main .rate.enhanced label[for='excellent'] {
    left: 100px
}

#main .rate.enhanced .rating.big {
    float: none;
    display: block;
    margin-bottom: 2em
}

#main .rate.enhanced label.selected {
    background: url("../images/rate_btn-25px.png") no-repeat center top
}

#main .rate.enhanced label.not-selected {
    background: url("../images/rate_btn-25px.png") no-repeat center center
}

#main .rate.enhanced label.hover {
    background: url("../images/rate_btn-25px.png") no-repeat center bottom
}

@media screen and (max-width: 300px) {
    #main .rate.enhanced {
        margin-top: inherit;
        overflow: hidden;
        position: relative;
        display: inline-block;
        height: 17px;
        width: 85px
    }

    #main .rate.enhanced input {
        display: inline-block;
        opacity: 0;
        height: 17px;
        width: 17px;
        cursor: pointer
    }

    #main .rate.enhanced input[type="radio"] {
        margin-right: inherit;
        margin-left: inherit
    }

    #main .rate.enhanced label {
        position: absolute;
        text-indent: -9999px;
        height: 17px;
        width: 17px;
        cursor: pointer
    }

    #main .rate.enhanced label[for='awful'] {
        left: 0
    }

    #main .rate.enhanced label[for='poor'] {
        left: 17px
    }

    #main .rate.enhanced label[for='average'] {
        left: 34px
    }

    #main .rate.enhanced label[for='good'] {
        left: 51px
    }

    #main .rate.enhanced label[for='excellent'] {
        left: 68px
    }

    #main .rate.enhanced .rating.big {
        float: none;
        display: block;
        margin-bottom: 2em
    }

    #main .rate.enhanced label.selected {
        background: url("../images/rate_btn-17px.png") no-repeat center top
    }

    #main .rate.enhanced label.not-selected {
        background: url("../images/rate_btn-17px.png") no-repeat center center
    }

    #main .rate.enhanced label.hover {
        background: url("../images/rate_btn-17px.png") no-repeat center bottom
    }
}

#rating-status-ticker {
    cursor: pointer
}

#rating-status-ticker span {
    display: block;
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#rating-status-ticker .error {
    color: red;
    background-color: #ffe5e5;
    border: 1px solid red
}

.adblock-banner {
    position: relative;
    line-height: 21px;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 21px;
    transition: all 0.2s ease-in-out;
    margin-top: 35px;
    display: flex;
    align-items: center
}

.adblock-banner .illustration {
    max-height: 63px
}

.adblock-banner.gone {
    display: none
}

.adblock-banner.adblock-banner-small .illustration {
    position: absolute;
    top: 50%;
    left: 21px;
    margin: -32px 0 0 0
}

.adblock-banner .heading {
    font-weight: 700;
    color: #3f3f3f
}

.adblock-banner.adblock-banner-small .heading {
    font-size: 20px;
    line-height: 24px
}

.adblock-banner.adblock-banner-large .heading {
    font-size: 14px;
    line-height: 21px
}

.adblock-banner p {
    margin: 0;
    font-size: 14px
}

.adblock-banner a.enable-button {
    display: inline-block;
    margin: 0 auto;
    transition: all 0.1s ease-in-out;
    text-decoration: none;
    background: hsl(204, 100%, 50%);
    background-image: -webkit-linear-gradient(top, hsl(204, 100%, 50%), hsl(204, 100%, 47%));
    border-radius: 4px;
    color: #fff;
    padding: 0 21px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    line-height: 42px;
    font-weight: 600;
    white-space: nowrap
}

.adblock-banner a.enable-button:hover {
    background: hsl(204, 100%, 40%)
}

.adblock-banner a.enable-button:active {
    background: hsl(204, 100%, 50%);
    box-shadow: none;
    transform: translate(0, 2px)
}

.adblock-banner.adblock-banner-large a.enable-button {
    margin: 21px 0 0 0
}

.adblock-banner.adblock-banner-small a.enable-button {
    margin: 12px 0
}

@media screen and (min-width: 400px) {
    .adblock-banner.adblock-banner-large .illustration {
        float: left;
        margin: 0 21px 0 0
    }
}

@media screen and (min-width: 600px) {
    .adblock-banner.adblock-banner-small {
        padding: 24px 230px 24px 88px
    }

    .adblock-banner.adblock-banner-small a.enable-button {
        position: absolute;
        right: 21px;
        top: 50%;
        margin: -21px 0 0 0
    }
}

@media screen and (min-width: 700px) {
    @keyframes appear {
        to {
            opacity: 1;
            transform: translate(0, 0)
        }
    }.adblock-banner.adblock-banner-large .heading {
         font-size: 31px;
         line-height: 42px
     }

    .adblock-banner.adblock-banner-large .description {
        opacity: 0;
        animation: appear 0.5s 0.25s ease-in-out 1 forwards;
        transform: translate(25px, 0)
    }

    .adblock-banner.adblock-banner-large .illustration {
        animation: appear 0.5s 0.25s ease-in-out 1 forwards;
        transform: translate(-25px, 0);
        opacity: 0;
        max-height: 126px;
        float: left;
        margin: 0 42px 0 0
    }
}

@media screen and (min-width: 940px) {
    .adblock-banner.adblock-banner-large {
        height: auto;
        padding: 21px 10%
    }
}

.get-opera {
    border: 1px solid #e6e6e6;
    padding: 1.5em;
    background-repeat: no-repeat;
    background-position: 50% 0, 0;
    background-size: 54%, 100%;
    background-image: url(../images/oval-black.svg), linear-gradient(to right, #101010, #313131);
    position: relative;
    border-radius: 5px;
    height: 80px;
    max-width: 940px;
    overflow: hidden;
    font-size: 0.95em;
    color: #fff
}

.get-opera.get-opera-small {
    background: linear-gradient(to right, #fff, #f6f5f6);
    color: #000
}

.get-opera .banner-button {
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    margin-left: -1.5em;
    position: absolute;
    width: 100%
}

.get-opera .banner-button a {
    margin: 0 auto
}

.get-opera span.platform {
    padding-left: 10px
}

.get-opera p:first-of-type {
    margin-top: 0;
    text-align: center
}

.get-opera p {
    margin-top: 0.5em
}

.get-opera .get-opera-title {
    font-size: 1.2em;
    line-height: 1.5em
}

.get-opera-icon {
    height: 1.5em;
    margin-right: 3px
}

.get-opera-features-list {
    list-style: none;
    line-height: 1.2em
}

.get-opera-features-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px
}

.get-opera-features-list li::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 20px;
    width: 20px;
    left: 2px;
    top: 0
}

.get-opera-btn {
    display: inline-block;
    padding: 1em 1.55em 1em 1.55em;
    color: #fff !important;
    font-weight: 400;
    text-decoration: none;
    border: solid 1px #3cb854;
    border-radius: 5px;
    background-color: #4dd467;
    background-position: 1.35em 0.94em;
    background-size: 1em;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.get-opera-btn.os {
    padding: 1em 1.55em 1em 3.1em
}

.get-opera-btn.mac {
    background-image: url(../fonts/icon_adblocker.svg)
}

#overlay-content .get-opera-features-list--battery-saver::before {
    background-image: url(../fonts/icon_battery.svg)
}

#overlay-content .get-opera-features-list--free-vpn::before {
    background-image: url(../fonts/icon_vpn.svg)
}

#overlay-content .banner-button {
    margin-top: 1.3em
}

#overlay-image {
    position: absolute;
    top: 45%;
    left: 62%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

#overlay-logo {
    width: 120px
}

#overlay-close {
    position: absolute;
    color: #fff;
    left: 100%;
    z-index: 1
}

#overlay-close:hover {
    cursor: pointer
}

#overlay-view-all {
    border: solid 1px;
    border-color: white;
    border-radius: 3px;
    display: inline-block;
    margin-top: 0.5em;
    padding: 5px 20px;
    font-size: 15px
}

#overlay-view-all:hover {
    cursor: pointer
}

#overlay-text {
    font-size: 13px;
    margin-top: 2em;
    max-width: 400px
}

@media (max-width: 1024px) {
    #overlay-image {
        left: 70% !important
    }

    #overlay-content {
        left: 28% !important
    }
}

@media (max-width: 1280px) {
    #overlay-content {
        left: 36%
    }

    #overlay-image {
        left: 65%
    }
}

#main.pkg-details header {
    position: relative
}

#main.pkg-details header.grid {
    overflow: visible
}

#main.pkg-details header .rating {
    margin-top: 0.3em
}

#main.pkg-details header .auto_published {
    margin-bottom: 5px
}

#main.pkg-details header img {
    vertical-align: middle
}

#main.pkg-details header img.icon-pkg {
    float: left;
    margin-right: 0.8em;
    margin-top: 0.3em
}

#main.pkg-details .description {
    line-height: 1.3em;
    font-size: 0.8em
}

#main.pkg-details .description.expandable.collapsed {
    height: 16em
}

#main.pkg-details .description + .expand-link {
    font-size: 0.8em;
    float: left;
    clear: both
}

#main.pkg-details .content .sidebar {
    position: absolute;
    right: 0
}

#main.pkg-details .changelog .expandable, #main.pkg-details .changelog .expand-link {
    font-size: 0.8em
}

#main.pkg-details .changelog .expandable.collapsed {
    height: 9em
}

#main.pkg-details .admin-controls ul {
    margin-top: 1em;
    margin-left: 1em;
    font-size: 0.8em;
    list-style-type: square
}

#main.pkg-details .share .share-container {
    display: inline-block;
    text-align: left;
    font-size: 0.8em
}

#main.pkg-details .share .share-container li {
    display: inline-block
}

#main.pkg-details .about dl {
    margin-top: 1em;
    overflow: hidden;
    font-size: 0.8em
}

#main.pkg-details .about dl dt {
    float: left;
    clear: left;
    margin-right: 0.3em
}

#main.pkg-details .about dl dt:after {
    content: ":"
}

#main.pkg-details .about dl dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#main.pkg-details .about dl dd.comma-separated-list {
    white-space: inherit;
    overflow: visible;
    text-overflow: inherit
}

#main.pkg-details .about dl dt:first-child + dd {
    font-weight: bold
}

#main.pkg-details section.license pre {
    font: inherit;
    font-size: 0.8em;
    margin-top: 1em;
    word-wrap: break-word
}

#main.pkg-details section.license a {
    font-size: 0.8em
}

@media screen and (max-width: 790px) {
    #main.pkg-details .grid.content .span-two-third {
        width: 100%;
        max-width: inherit
    }

    #main.pkg-details .content .sidebar {
        position: static;
        width: 100%;
        max-width: 620px
    }

    #main.pkg-details .content .sidebar section {
        width: 100%
    }

    #main.pkg-details .changelog {
        display: none
    }

    #main.pkg-details header .sidebar {
        width: inherit
    }

    #main.pkg-details .image-viewer ul {
        max-width: 100%
    }
}

@media screen and (max-width: 545px) {
    #main.pkg-details header.grid .span-two-third {
        width: 100%
    }

    #main.pkg-details header .sidebar {
        float: left !important;
        width: 100%;
        max-width: inherit
    }

    #main.pkg-details header .sidebar .wrapper-install {
        width: 100%
    }

    #main.pkg-details header .sidebar .wrapper-install .btn-install {
        display: block
    }

    #main.pkg-details header .sidebar .wrapper-install .site-message--bubble {
        width: auto
    }
}

#unavailable {
    margin-top: 4em
}

#unavailable h2 {
    margin-bottom: 0.3em
}

.extension-types {
    clear: left
}

.extension-types .toggle {
    display: inline-block;
    font-size: 0.8em;
    margin-bottom: 1em
}

.extension-types ul {
    list-style: square inside none
}

.extension-types li {
    font-size: 0.8em
}

.image-viewer {
    max-width: 616px !important
}

.image-viewer ul {
    margin-left: 2px;
    margin-top: 2px;
    width: 100%;
    background: #1A1A1A;
    padding: 0.5em;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.image-viewer ul li {
    margin: 0.5em 2%;
    max-width: 105px;
    width: 26%;
    display: inline-block;
    position: relative;
    opacity: 0.5
}

.image-viewer ul li.selected {
    opacity: 1
}

.image-viewer ul iframe {
    display: none
}

.image-viewer ul img {
    max-width: 105px;
    max-height: 75px;
    width: 100%;
    vertical-align: sub
}

.image-viewer .image {
    width: 100%;
    margin-left: 2px;
    position: relative;
    margin-top: 1em;
    border: 2px solid #EDEDED;
    border-bottom: none;
    background: #EDEDED;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.image-viewer .image div {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 404px;
    text-align: center
}

.image-viewer .image img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: auto
}

.image-viewer .image.enabled {
    height: 412px;
    width: 100%;
    display: block
}

.image-viewer .image.enabled iframe {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: none
}

.image-viewer .image.alone {
    height: 412px;
    border-bottom: 2px solid #EDEDED
}

.image-viewer .image.alone img {
    max-width: 100%;
    max-height: 100%
}

.image-viewer .animated {
    height: 355px;
    border-bottom: 2px solid #EDEDED
}

.image-viewer .animated video, .image-viewer .animated img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin: auto
}

.image-viewer .theme-image {
    position: relative;
    margin-top: 1em
}

.image-viewer .theme-image img {
    max-width: 612px;
    height: auto;
    width: 100%
}

.image-viewer a.download-overlay {
    display: block;
    position: relative;
    z-index: 20;
    height: 408px;
    width: 612px;
    text-align: center;
    overflow: hidden
}

.image-viewer a.download-overlay * {
    display: none
}

.image-viewer .download-overlay-ribbon {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 2em;
    margin-top: -2em !important;
    padding-top: 0.3em;
    color: white;
    font-size: 130%;
    z-index: 19;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.8) 100%)
}

@media screen and (max-width: 545px) {
    .image-viewer .image {
        height: 288.4px !important
    }

    .image-viewer .image div {
        line-height: 280.4px
    }

    .image-viewer .image div iframe {
        height: 278.4px
    }
}

@media screen and (max-width: 350px) {
    .image-viewer .image {
        height: 206px !important
    }

    .image-viewer .image div {
        line-height: 198px
    }

    .image-viewer .image div iframe {
        height: 196px
    }
}

@media screen and (max-width: 250px) {
    .image-viewer .image {
        height: 123.6px !important
    }

    .image-viewer .image div {
        line-height: 115.6px
    }

    .image-viewer .image div iframe {
        height: 113.6px
    }
}

.search {
    text-align: center;
    vertical-align: top
}

.search input {
    vertical-align: top;
    font-size: 1.2em;
    border: 2px solid #E1E1E1;
    background: white;
    padding: 0.7em 0.8em;
    height: 1.2em;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box
}

.search input[type="search"] {
    border-right: 0 !important;
    width: 25em;
    padding-left: 0.5em;
    -webkit-appearance: none
}

.search input[type="submit"] {
    border-left: 0 !important;
    background: url("../images/search.png") center center no-repeat;
    text-indent: -9999em;
    width: 18px
}

.search.loading input[type="submit"] {
    background: url("../images/loading_search_box.gif") center center no-repeat
}

@media screen and (max-width: 500px) {
    .main.search {
        font-size: 0.8em
    }
}

@media screen and (max-width: 300px) {
    .search input[type="submit"] {
        background-image: url("../images/search-small.png")
    }

    .main.search {
        font-size: 0.6em
    }
}

.main.search {
    margin-top: 6em;
    margin-bottom: 6em
}

.listing .listing-info {
    text-align: center;
    font-size: 18px;
    width: 600px;
    margin-left: auto;
    margin-right: auto
}

.listing .no_results header {
    border: 0
}

.listing .no_results header h3 {
    float: none;
    font-style: normal;
    font-weight: bold;
    font-size: 1.2em;
    color: #1A1A1A;
    margin: 0;
    padding: 0
}

div.tt-menu {
    min-width: 260px;
    background: white;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2)
}

div.tt-menu .tt-dataset {
    width: 100%
}

div.tt-menu .tt-dataset .tt-dataset-themes-autocomplete {
    clear: both;
    float: left;
    border-bottom: 1px solid #dadada
}

div.tt-menu .autocomplete-suggestion {
    width: 100%;
    float: left;
    color: #1A1A1A;
    text-align: left;
    text-overflow: ellipsis;
    max-width: 260px;
    overflow: hidden
}

div.tt-menu .autocomplete-suggestion.tt-cursor {
    background: #111;
    color: white
}

div.tt-menu .autocomplete-suggestion a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.5em 0;
    font-size: 15px
}

div.tt-menu .autocomplete-suggestion .autocomplete-icon {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    margin-left: 8px;
    margin-right: 8px
}

div.tt-menu .autocomplete-package-type {
    border-bottom: 1px solid #dadada;
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    padding: 10px
}

div.tt-menu .autocomplete-package-type a {
    font-size: 12px;
    text-decoration: none;
    padding: 0 0.5em;
    color: #797979;
    text-overflow: ellipsis
}

.feedback header {
    overflow: hidden;
    margin-bottom: 1em
}

.feedback h3 {
    float: left
}

.feedback .js-disabled {
    font-size: 0.8em
}

#main.login .grid .span-half {
    width: 100%
}

@media screen and (max-width: 490px) {
    #main.login .signup a {
        display: block
    }
}

.contained header {
    margin-top: 3em;
    padding-bottom: 0;
    border: none
}

.contained h2 {
    color: #c4e9ed;
    font-size: 6em;
    font-weight: bold;
    margin-right: 0.3em;
    float: left
}

.contained h3 {
    font-size: 1.5em;
    margin-top: 0.9em;
    display: inline-block
}

.opera-branding .breadcrumb {
    border-bottom-color: #CC0F16
}

comment. *

/
body, html {
    margin: 0;
    padding: 0;
    height: 100%
}

body {
    min-height: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    color: #000000
}

main {
    display: block;
    flex: 1 0 auto;
    width: 100%
}

main::after {
    content: '';
    display: table;
    clear: both
}

.gravatar-circle {
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important
}

.hf--align-to-page-content {
    padding-left: 1%;
    padding-right: 1%
}

.get-opera-btn {
    z-index: initial !important
}

*:focus {
    outline: #0095d8 auto 4px !important
}

.ns--hf {
    font: normal 400 16px/1.2 "Basis Grotesque", sans-serif;
    letter-spacing: .03em;
    flex: none;
    z-index: 1;
    -webkit-font-smoothing: antialiased
}

.ns--hf .hf--width-holder {
    max-width: 960px;
    margin: 0 auto
}

.ns--hf * {
    -webkit-tap-highlight-color: transparent
}

.ns--hf img {
    border: none;
    outline: none
}

.ns--hf a, .ns--hf a img {
    border: none;
    outline: none
}

.ns--hf ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.ns--hf ul li {
    display: inline
}

.ns--hf .hf--hide {
    position: absolute;
    border: none;
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    clip: rect(0 0 0 0)
}

.ns--hf a.external-link::after {
    display: inline-block;
    content: '\2197';
    margin-left: 5px;
    font-size: 1.4em;
    line-height: 0;
    vertical-align: middle;
    position: relative;
    top: -1px
}

header.ns--hf .hf--primary {
    border-bottom: 1px solid #ebebeb;
    padding: 20px
}

header.ns--hf .hf--primary .hf--menu {
    float: right;
    margin-top: 15px;
    font-size: 16px
}

header.ns--hf .hf--primary * {
    line-height: 45px !important;
    vertical-align: top
}

header.ns--hf .hf--primary .hf--menu #hf--menu-switcher:checked ~ .hf--menu-switcher {
    width: 15px;
    height: 15px;
    background: url(../images/hf-spritesheet.png) no-repeat -2px -2px;
    background-size: 39px 591px;
    top: 0
}

header.ns--hf .hf--primary .hf--menu #hf--menu-switcher:checked ~ .hf--menu-switcher > span {
    display: none
}

header.ns--hf .hf--primary .hf--menu #hf--menu-switcher:checked ~ div {
    display: block
}

header.ns--hf .hf--primary .hf--menu .hf--menu-switcher {
    position: relative;
    float: right;
    cursor: pointer;
    color: #363636;
    z-index: 1000000;
    width: 22px;
    height: 16px;
    background: url(../images/hf-spritesheet.png) no-repeat -2px -38px;
    background-size: 39px 591px
}

header.ns--hf .hf--primary .hf--menu > div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 80px;
    background-color: #fafafa;
    z-index: 100000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.2)
}

header.ns--hf .hf--primary .hf--menu > div > div {
    border-top: 1px solid #ebebeb;
    padding: 20px
}

header.ns--hf .hf--primary .hf--menu .hf-download-opera {
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0 !important;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px
}

header.ns--hf .hf--primary .hf--menu .hf-download-opera::after {
    display: inline-block;
    content: '';
    width: 36px;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px;
    width: 35px;
    height: 19px;
    background: url(../images/hf-spritesheet.png) no-repeat -2px -150px;
    background-size: 39px 591px
}

header.ns--hf .hf--supplementary {
    padding: 0 20px 10px;
    background: #ffffff;
    margin-top: -1px;
    border-bottom: 1px solid #ebebeb
}

header.ns--hf .hf--supplementary .hf--width-holder {
    position: relative
}

header.ns--hf .hf--supplementary .hf-follow-us {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0
}

header.ns--hf .hf--supplementary .hf--social-icons {
    display: inline-block;
    vertical-align: middle
}

header.ns--hf .hf--supplementary .hf--social-icons a {
    display: inline-block;
    margin: 0
}

header.ns--hf .hf--supplementary .hf--social-icons a.facebook {
    width: 34px;
    height: 34px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -592px;
    background-size: 39px 591px
}

header.ns--hf .hf--supplementary .hf--social-icons a.twitter {
    width: 34px;
    height: 34px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -666px;
    background-size: 39px 591px
}

header.ns--hf .hf--supplementary .hf--social-icons a.googleplus {
    width: 34px;
    height: 34px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -629px;
    background-size: 39px 591px
}

header.ns--hf .hf--supplementary .hf--social-icons a.vk {
    width: 34px;
    height: 34px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -741px;
    background-size: 39px 591px
}

header.ns--hf .hf--supplementary .hf--social-icons a.odnoklassniki {
    width: 34px;
    height: 34px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -704px;
    background-size: 39px 591px
}

header.ns--hf .hf--supplementary .hf--social-icons a.youtube, header.ns--hf .hf--supplementary .hf--social-icons a.linkedin, header.ns--hf .hf--supplementary .hf--social-icons a.instagram {
    display: none
}

header.ns--hf .hf--supplementary .form-search {
    position: absolute;
    left: 0;
    top: 0;
    right: 35px;
    display: none
}

header.ns--hf .hf--supplementary .form-search input {
    padding: 0 8px;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    border: 1px solid #ebebeb
}

header.ns--hf .hf--supplementary .form-search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    width: 35px;
    background: transparent;
    text-indent: -9999px;
    border: 0;
    z-index: 2
}

header.ns--hf .hf--supplementary .form-search:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url(../images/hf-spritesheet.png) no-repeat 0 -778px;
    background-size: 39px 591px
}

header.ns--hf .hf--supplementary label.hf--search-switcher {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 35px;
    cursor: pointer
}

header.ns--hf .hf--supplementary label.hf--search-switcher:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/hf-spritesheet.png) no-repeat 0 -778px;
    background-size: 39px 591px
}

header.ns--hf .hf--supplementary #hf--search-switcher:checked + label.hf--search-switcher::after {
    margin-top: -7px;
    width: 15px;
    height: 15px;
    background: url(../images/hf-spritesheet.png) no-repeat -2px -2px;
    background-size: 39px 591px
}

header.ns--hf .hf--supplementary #hf--search-switcher:checked ~ form.form-search {
    display: block
}

header.ns--hf .hf--main-nav {
    font-size: 0;
    height: 40px
}

header.ns--hf .hf--main-nav a {
    padding: 0;
    font-size: .94em;
    text-decoration: none;
    color: #666666
}

header.ns--hf .hf--main-nav .hf--brand img {
    position: relative;
    margin-right: 20px;
    max-height: 40px;
    z-index: 1000000
}

header.ns--hf .hf--main-nav .hf--main-nav-items a, header.ns--hf .hf--main-nav .hf--main-nav-items .hf--more label {
    padding: 10px 20px;
    display: block;
    vertical-align: top
}

header.ns--hf .hf--main-nav .hf--main-nav-items a:hover, header.ns--hf .hf--main-nav .hf--main-nav-items .hf--more label:hover, header.ns--hf .hf--main-nav .hf--main-nav-items a.hf--selected, header.ns--hf .hf--main-nav .hf--main-nav-items .hf--more label.hf--selected {
    color: #363636
}

header.ns--hf .hf--main-nav .hf--main-nav-items a.hf--selected, header.ns--hf .hf--main-nav .hf--main-nav-items .hf--more label.hf--selected {
    font-weight: 700
}

header.ns--hf .hf--main-nav .hf--more .hf--more-list {
    display: none
}

header.ns--hf .hf--main-nav .hf--more .hf--more-list a {
    padding-left: 40px
}

header.ns--hf .hf--main-nav .hf--more .submenu-switcher:checked + label::after {
    width: 15px;
    height: 7px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -117px;
    background-size: 39px 591px
}

header.ns--hf .hf--main-nav .hf--more .submenu-switcher:checked ~ div.hf--more-list {
    display: block
}

header.ns--hf .hf--main-nav .hf--more label {
    display: block;
    padding: 10px 20px;
    font-size: .94em;
    text-decoration: none;
    color: #767676;
    vertical-align: top;
    position: relative;
    cursor: pointer
}

header.ns--hf .hf--main-nav .hf--more label::after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-left: 10px;
    right: 0;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 9px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -138px;
    background-size: 39px 591px
}

header.ns--hf .hf--secondary-wrapper {
    position: relative;
    height: 45px;
    z-index: 1
}

header.ns--hf .hf--secondary-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ebebeb;
    pointer-events: none
}

header.ns--hf .hf--secondary {
    -webkit-box-shadow: inset 0 -1px #ebebeb;
    -moz-box-shadow: inset 0 -1px #ebebeb;
    box-shadow: inset 0 -1px #ebebeb;
    padding: 0 20px;
    overflow: hidden;
    height: 45px
}

header.ns--hf .hf--secondary .hf--sub-nav {
    padding-bottom: 50px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

header.ns--hf .hf--secondary .hf--sub-nav a, header.ns--hf .hf--secondary .hf--sub-nav .hf--curent-node {
    display: inline-block;
    white-space: nowrap;
    font-size: 0.88em;
    text-decoration: none;
    color: #666666;
    margin-right: 25px;
    line-height: 45px;
    position: relative
}

header.ns--hf .hf--secondary .hf--sub-nav a:hover, header.ns--hf .hf--secondary .hf--sub-nav .hf--curent-node:hover, header.ns--hf .hf--secondary .hf--sub-nav a.opened, header.ns--hf .hf--secondary .hf--sub-nav .hf--curent-node.opened {
    color: #363636
}

header.ns--hf .hf--secondary .hf--sub-nav a.hf--selected, header.ns--hf .hf--secondary .hf--sub-nav .hf--curent-node.hf--selected {
    color: #363636
}

header.ns--hf .hf--secondary .hf--sub-nav a.hf--selected::after, header.ns--hf .hf--secondary .hf--sub-nav .hf--curent-node.hf--selected::after {
    content: "";
    height: 1px;
    background: #363636;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute
}

header.ns--hf .hf--secondary .hf--sub-nav .hf--curent-node.opened {
    cursor: default
}

header.ns--hf .hf--secondary .hf--sub-nav .hf--parent {
    margin-right: 5px;
    float: left
}

header.ns--hf .hf--secondary .hf--sub-nav .hf--vertical-sep {
    float: left;
    background-color: #ebebeb;
    line-height: 43px;
    width: 1px;
    height: 43px;
    vertical-align: top;
    margin: 0 16px 0 13px
}

header.ns--hf .hf--secondary .hf--sub-nav .hf--dd-switcher {
    float: left;
    width: 39px;
    height: 44px;
    position: relative;
    z-index: 2;
    margin-left: -15px
}

header.ns--hf .hf--secondary .hf--sub-nav .hf--dd-switcher::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -4px;
    width: 15px;
    height: 7px;
    background: url(../images/hf-spritesheet.png) no-repeat -2px -139px;
    background-size: 39px 591px
}

header.ns--hf .hf--secondary .hf--sub-nav .hf--dd-switcher:hover {
    cursor: pointer
}

header.ns--hf .hf--secondary .hf--sub-nav .hf--dd-switcher + .hf--dd-wrapper .hf--curent-node {
    cursor: pointer
}

header.ns--hf .hf--secondary .hf--sub-nav #hf--dd-switcher:checked ~ .hf--dd-switcher::before {
    width: 15px;
    height: 7px;
    background: url(../images/hf-spritesheet.png) no-repeat -2px -117px;
    background-size: 39px 591px
}

header.ns--hf .hf--secondary .hf--sub-nav #hf--dd-switcher:checked ~ .hf--dd-wrapper .hf--dd-list {
    display: block
}

header.ns--hf .hf--secondary .hf--sub-nav .hf--separator {
    display: inline-block;
    height: 18px;
    width: 1px;
    background: #ebebeb;
    vertical-align: top;
    margin-top: 14px;
    margin-left: -15px;
    margin-right: 10px
}

header.ns--hf .hf--secondary .hf--sub-nav .hf--dd-wrapper .hf--dd-list {
    display: none;
    line-height: normal;
    padding: 8px 0 16px
}

header.ns--hf .hf--secondary .hf--sub-nav .hf--dd-wrapper .hf--dd-list a {
    line-height: 31px;
    display: block
}

header.ns--hf .hf--secondary.hf--dd {
    background: #ffffff;
    height: auto
}

header.ns--hf .hf--secondary.hf--dd .hf--sub-nav {
    padding-bottom: 0;
    overflow-x: hidden;
    text-align: left
}

header.ns--hf .hf--secondary.hf--dd .hf--sub-nav .hf--selected::after {
    display: none
}

header.ns--hf .hf--secondary.hf--dd .hf--separator {
    float: left;
    margin-left: 10px !important;
    margin-right: 17px !important
}

footer.ns--hf {
    padding: 20px 0;
    background-color: #363636;
    position: relative
}

footer.ns--hf .hf--width-holder {
    padding: 0 40px
}

footer.ns--hf .hf--width-holder::after {
    display: table;
    content: "";
    clear: both
}

footer.ns--hf a {
    display: block;
    color: #ffffff;
    text-decoration: none
}

footer.ns--hf a:hover, footer.ns--hf a:focus {
    text-decoration: underline
}

footer.ns--hf .hf--social {
    text-align: center;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    padding: 0 0 15px;
    margin-top: 20px
}

footer.ns--hf .hf--social .hf--social-icons {
    display: block;
    text-align: center;
    margin-left: -4px;
    margin-right: -4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between
}

footer.ns--hf .hf--social .hf--social-icons a {
    display: inline-block;
    margin: 5px 4px;
    vertical-align: top;
    margin-top: 18px
}

footer.ns--hf .hf--social .hf--social-icons a.facebook {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -202px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.facebook:hover {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -172px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.twitter {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -442px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.twitter:hover {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -412px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.youtube {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -562px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.youtube:hover {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -532px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.linkedin {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -322px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.linkedin:hover {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -292px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.vk {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -502px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.vk:hover {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -472px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.odnoklassniki {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -382px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.odnoklassniki:hover {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -352px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.instagram {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -262px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.instagram:hover {
    width: 28px;
    height: 28px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -232px;
    background-size: 39px 591px
}

footer.ns--hf .hf--social .hf--social-icons a.googleplus {
    display: none
}

footer.ns--hf .hf--copyrights .hf--copyrights-items {
    color: #666666;
    font-weight: 700
}

footer.ns--hf .hf--copyrights .hf--copyrights-items li {
    display: list-item
}

footer.ns--hf .hf--copyrights .hf--copyrights-items li a {
    color: #dadada
}

footer.ns--hf .hf--copyrights .hf--copyrights-items li > * {
    margin: 15px 0 0;
    font-size: .81em;
    display: inline-block
}

footer.ns--hf .hf--text-uppercase {
    color: #c8c8c8;
    text-transform: uppercase;
    margin: 0 0 11px;
    display: block;
    font-size: .75em;
    font-weight: 700
}

footer.ns--hf .hf--text-uppercase.last-link {
    margin-bottom: 0
}

footer.ns--hf .hf--text-regular {
    color: #a9a9a9;
    margin: 10px 15px 0 0;
    font-size: .81em
}

footer.ns--hf .hf--links {
    padding: 30px 0 0;
    border-bottom: 1px solid #4d4d4d
}

footer.ns--hf .hf--links .hf--links-holder::after {
    content: "";
    display: table;
    clear: both
}

footer.ns--hf .hf--links .hf--links-section {
    padding: 0 0 25px
}

footer.ns--hf .hf--links .hf--links-section .hf--links-sep::after {
    display: block;
    content: "\00a0";
    height: 1px;
    margin: 20px 0;
    background: #4d4d4d;
    width: 20px
}

footer.ns--hf .hf--back {
    text-align: right;
    float: right;
    position: relative;
    margin: 0
}

footer.ns--hf .hf--back span {
    text-transform: none;
    font-size: .81em;
    margin-bottom: 0;
    cursor: pointer
}

footer.ns--hf .hf--back span:hover {
    text-decoration: underline
}

footer.ns--hf .hf--back span::after {
    display: inline-block;
    content: "";
    vertical-align: bottom;
    margin: 0 0 0 5px;
    width: 14px;
    height: 16px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -87px;
    background-size: 39px 591px
}

footer.ns--hf .hf--language {
    position: relative;
    float: left
}

footer.ns--hf .hf--language::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/hf-spritesheet.png) no-repeat -1px -20px;
    background-size: 39px 591px
}

footer.ns--hf .hf--language .hf--language-selector {
    display: inline-block;
    margin-left: 20px;
    margin-top: 1px;
    padding: 0;
    background: #363636;
    color: #dadada;
    font-family: "Basis Grotesque", sans-serif;
    font-size: .81em;
    font-weight: 700;
    cursor: pointer;
    vertical-align: top;
    letter-spacing: .01em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none
}

footer.ns--hf .hf--language .hf--language-selector::-ms-expand {
    display: none
}

footer.ns--hf .hf--bottom-wrapper .hf--social {
    display: none
}

footer.ns--hf .hf--bottom-wrapper .hf--controls .hf--language {
    display: none
}

footer.ns--hf .hf--bottom-side .hf--back {
    display: none
}

html[lang="ro"] .ns--hf *, html[lang="vi"] .ns--hf * {
    font-family: sans-serif;
    font-weight: 400
}

@media all and (min-width: 500px) {
    footer.ns--hf .hf--copyrights .hf--copyrights-items {
        margin-left: -10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-between
    }

    footer.ns--hf .hf--copyrights .hf--copyrights-items li {
        margin-left: 10px
    }

    footer.ns--hf .hf--links {
        padding-top: 19px
    }

    footer.ns--hf .hf--links .hf--links-section {
        float: left;
        width: 50%;
        padding-bottom: 32px
    }

    footer.ns--hf .hf--links .hf--links-section:nth-child(3n) {
        clear: both
    }
}

@media all and (min-width: 960px) {
    header.ns--hf .hf--primary {
        padding: 28px 42px 32px
    }

    header.ns--hf .hf--primary .hf--menu {
        float: none;
        display: inline;
        margin-top: 0;
        line-height: 45px;
        height: 40px
    }

    header.ns--hf .hf--primary .hf--menu .hf--menu-switcher {
        display: none
    }

    header.ns--hf .hf--primary .hf--menu #hf--menu-switcher:checked ~ div {
        display: inline
    }

    header.ns--hf .hf--primary .hf--menu > div {
        display: inline;
        padding-top: 0;
        border: none;
        background: none;
        position: static;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    header.ns--hf .hf--primary .hf--menu > div > div {
        border: none;
        padding: 0;
        display: inline
    }

    header.ns--hf .hf--primary .hf--menu .hf--main-nav-items {
        display: inline
    }

    header.ns--hf .hf--primary .hf--menu .hf--main-nav-items a {
        display: inline-block;
        margin-left: 30px;
        padding: 0;
        line-height: 45px !important
    }

    header.ns--hf .hf--primary .hf--menu .hf--more {
        display: inline-block;
        margin-left: 30px;
        text-decoration: none;
        color: #666666;
        vertical-align: top;
        position: relative
    }

    header.ns--hf .hf--primary .hf--menu .hf--more label {
        display: block;
        cursor: pointer;
        padding: 0 25px 0 0
    }

    header.ns--hf .hf--primary .hf--menu .hf--more .hf--more-list {
        display: none;
        padding-top: 5px;
        position: absolute;
        top: 100%;
        left: -20px;
        z-index: 2;
        line-height: normal
    }

    header.ns--hf .hf--primary .hf--menu .hf--more .hf--more-list > ul {
        background: #ffffff;
        border: 1px solid #ebebeb;
        padding: 20px 20px 20px 20px;
        box-shadow: 1px 1px 2px #ebebeb, -1px 1px 2px #ebebeb
    }

    header.ns--hf .hf--primary .hf--menu .hf--more .hf--more-list > ul a {
        margin-left: 0;
        margin-top: 15px;
        display: block;
        white-space: nowrap;
        line-height: initial !important
    }

    header.ns--hf .hf--primary .hf--menu .hf--more .hf--more-list > ul > li:first-child a {
        margin-top: 0
    }

    header.ns--hf .hf--primary .hf--menu .hf--more:hover {
        color: #363636
    }

    header.ns--hf .hf--primary .hf--menu .hf--more:hover .hf--more-list {
        display: block
    }

    header.ns--hf .hf--primary .hf--menu .hf--more:hover span:after {
        width: 16px;
        height: 9px;
        background: url(../images/hf-spritesheet.png) no-repeat -1px -105px;
        background-size: 39px 591px
    }

    header.ns--hf .hf--primary .hf--menu .hf--menu-opposite {
        float: right;
        position: relative;
        text-transform: uppercase
    }

    header.ns--hf .hf--primary .hf--menu .hf--menu-opposite a {
        font-size: .81em;
        margin-top: 1px
    }

    header.ns--hf .hf--primary .hf--menu .hf-download-opera {
        border-top: none;
        padding: 0 !important;
        margin-top: inherit;
        margin-right: inherit;
        text-align: inherit
    }

    header.ns--hf .hf--primary .hf--menu .hf-download-opera span {
        display: none
    }

    header.ns--hf .hf--supplementary {
        display: none
    }

    header.ns--hf .hf--secondary.hf--dd .hf--sub-nav .hf--dd-wrapper {
        display: inline-block
    }

    header.ns--hf .hf--secondary .hf--sub-nav .hf--separator {
        margin-right: 20px;
        margin-left: -15px
    }

    header.ns--hf .hf--secondary .hf--sub-nav a {
        margin-right: 35px
    }

    footer.ns--hf .hf--top-side {
        display: none
    }

    footer.ns--hf .hf--bottom-side {
        max-width: 960px;
        margin: 0 auto
    }

    footer.ns--hf .hf--bottom-side .hf--back {
        display: block
    }

    footer.ns--hf .hf--bottom-wrapper {
        display: inline-block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-between
    }

    footer.ns--hf .hf--bottom-wrapper > * {
        display: inline-block;
        vertical-align: top
    }

    footer.ns--hf .hf--bottom-wrapper .hf--social {
        display: inline-block;
        padding-bottom: 0
    }

    footer.ns--hf .hf--bottom-wrapper .hf--controls {
        padding-top: 39px
    }

    footer.ns--hf .hf--bottom-wrapper .hf--controls .hf--language {
        float: left;
        display: block
    }

    footer.ns--hf .hf--bottom-wrapper .hf--controls .hf--language .hf--language-selector {
        font-size: .81em
    }

    footer.ns--hf .hf--bottom-wrapper .hf--controls .hf--nav {
        float: right;
        margin-left: 15px
    }

    footer.ns--hf .hf--bottom-wrapper .hf--controls .hf--nav .hf--width-holder {
        padding: 0
    }

    footer.ns--hf .hf--bottom-wrapper .hf--controls .hf--nav .hf--back a {
        font-size: .81em
    }

    footer.ns--hf .hf--social {
        border: 0;
        margin-top: 0
    }

    footer.ns--hf .hf--social .hf--social-icons {
        margin: 15px 0 0 0;
        display: inline-block
    }

    footer.ns--hf .hf--social .hf--social-icons a {
        float: left
    }

    footer.ns--hf .hf--links .hf--links-section {
        width: 25%
    }

    footer.ns--hf .hf--links .hf--links-section:nth-child(3n) {
        clear: none
    }

    footer.ns--hf .hf--copyrights .hf--copyrights-items {
        display: block;
        margin: 37px 0 0
    }

    footer.ns--hf .hf--copyrights .hf--copyrights-items li {
        display: inline-block;
        margin: 0 5px
    }

    footer.ns--hf .hf--copyrights .hf--copyrights-items li:first-child {
        margin-left: 15px
    }

    footer.ns--hf .hf--copyrights .hf--copyrights-items li:last-child {
        margin-right: 15px
    }

    footer.ns--hf .hf--copyrights .hf--copyrights-items li > * {
        margin: 0
    }
}

@media all and (min-width: 1060px) {
    header.ns--hf .hf--primary .hf--menu .hf-download-opera span {
        display: inline-block
    }
}

@media all and (max-width: 350px) {
    html[lang=ru-RU] header.ns--hf .hf--supplementary .hf-follow-us {
        display: none
    }
}

@media all and (max-width: 299px) {
    .ns--hf {
        word-break: break-word
    }

    header.ns--hf .hf--primary {
        padding: 10px
    }

    header.ns--hf .hf--primary .hf--main-nav {
        height: 30px
    }

    header.ns--hf .hf--primary .hf--brand {
        max-width: 30px;
        overflow: hidden;
        display: inline-block
    }

    header.ns--hf .hf--primary .hf--brand img {
        max-height: 30px
    }

    header.ns--hf .hf--primary .hf--menu {
        margin-top: 9px
    }

    header.ns--hf .hf--primary .hf--menu .hf-download-opera {
        font-size: .7em;
        margin-left: 0;
        margin-right: 0;
        margin-top: 5px;
        padding-top: 10px !important
    }

    header.ns--hf .hf--primary .hf--menu .hf-download-opera::after {
        display: block;
        margin: 8px auto
    }

    header.ns--hf .hf--primary .hf--menu .hf--more label {
        font-size: .84em;
        padding: 8px 20px 8px 5px
    }

    header.ns--hf .hf--primary .hf--menu .hf--more .hf--more-list a {
        padding: 5px 10px;
        font-size: .74em
    }

    header.ns--hf .hf--primary .hf--menu > div {
        padding-top: 50px
    }

    header.ns--hf .hf--primary .hf--menu > div > div {
        padding: 0px 10px
    }

    header.ns--hf .hf--supplementary {
        padding: 5px 10px
    }

    header.ns--hf .hf--supplementary .hf-follow-us {
        display: none
    }

    header.ns--hf .hf--secondary-wrapper {
        display: none
    }

    footer.ns--hf .hf--width-holder {
        padding: 0 10px
    }
}

@media all and (max-width: 200px) {
    header.ns--hf .hf--supplementary, header.ns--hf .hf--secondary-wrapper, footer.ns--hf .hf--social {
        display: none
    }
}

.get-opera-big {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 35px;
}