* {
    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
}

body {
    direction: ltr
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://addons-static.operacdn.com/static/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0&7bfcab6db99d');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: 0.3em
}

.fa.fa-pull-right {
    margin-left: 0.3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: 0.3em
}

.fa.pull-right {
    margin-left: 0.3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

body {
    direction: ltr
}

#nodebb-comments {
    font-size: 0.8em
}

#nodebb-comments *, #nodebb-comments *:before, #nodebb-comments *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

#nodebb-comments a {
    border: none;
    text-decoration: none;
    color: #0095d8
}

#nodebb-comments a:hover {
    color: #00608C
}

#nodebb-comments #nodebb-wrong-origin {
    text-align: center
}

#nodebb-comments #nodebb-wrong-origin > p {
    margin-bottom: 1em
}

#nodebb-comments #nodebb-wrong-origin > a {
    text-decoration: none
}

#nodebb-comments #nodebb-comments-count {
    margin-bottom: 20px
}

#nodebb-comments #nodebb-comments-list {
    margin: 1em 0 1em 5px
}

#nodebb-comments #nodebb-comments-list > li:first-child .topic-item.level-0 .topic-body {
    padding-top: 0
}

#nodebb-comments .sub-form-navbar {
    float: left
}

#nodebb-comments ul.level-0, #nodebb-comments ul.level-1, #nodebb-comments ul.level-2 {
    list-style-type: none;
    margin-left: 40px;
    padding: 0
}

#nodebb-comments ul > li {
    padding-bottom: 0
}

#nodebb-comments ul > li:last-child {
    background-color: #FFF
}

#nodebb-comments .topic-item.level-0 {
    margin-top: 1em
}

#nodebb-comments .topic-item.level-0 > .topic-body {
    padding-top: 0
}

#nodebb-comments .topic-item {
    line-height: 1.42857;
    color: #020202;
    min-height: 75px;
    position: relative;
    transition: all 0.2s ease;
    border-radius: 12px
}

#nodebb-comments .topic-item .topic-profile-pic {
    margin-left: -26px
}

#nodebb-comments .topic-item.deleted .topic-text {
    opacity: 0.3
}

#nodebb-comments .topic-body {
    border-bottom: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    margin-top: -1px;
    margin-left: 28px;
    padding-top: 1em;
    box-shadow: -5px 5px 10px 0 #f6f5f6
}

#nodebb-comments .topic-text {
    color: #020202;
    overflow: hidden;
    word-wrap: break-word;
    padding-bottom: 10px;
    margin-left: 40px
}

#nodebb-comments .topic-text blockquote {
    margin-left: 10px
}

#nodebb-comments .topic-text img {
    display: inline-block
}

#nodebb-comments .topic-text small {
    color: #797979
}

#nodebb-comments .topic-text small.post-header a {
    margin-right: 5px
}

#nodebb-comments .topic-text a.permalink {
    color: #797979
}

#nodebb-comments .topic-text .group-label {
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 2px;
    max-width: 150px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 61%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: 1px
}

#nodebb-comments .topic-text .group-label.global-moderators, #nodebb-comments .topic-text .group-label.japanese-moderators {
    color: #FFF;
    background-color: #006CA6
}

#nodebb-comments .topic-text .group-label.opera-employees {
    color: #FFF;
    background-color: #DB0000
}

#nodebb-comments .topic-profile-pic {
    float: left;
    text-decoration: none;
    overflow: hidden
}

#nodebb-comments .post-content blockquote {
    padding: 0 10px;
    margin: 0 0 20px;
    border-left: 4px solid #959595
}

#nodebb-comments .post-content blockquote p {
    color: #797979
}

#nodebb-comments .post-content ul > li {
    list-style: disc
}

#nodebb-comments .post-content ul > li ul > li {
    list-style: circle
}

#nodebb-comments .post-content ul > li ul > li ul > li {
    list-style: square
}

#nodebb-comments .post-body {
    margin: 10px 0
}

#nodebb-comments .post-body p {
    margin: 0 0 10px 0
}

#nodebb-comments .post-body p:last-child {
    margin-bottom: 0
}

#nodebb-comments .post-body a.ext-image {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #797979;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    padding: 5px 10px
}

#nodebb-comments .post-body a.ext-image:hover {
    background-color: #f0f0f0
}

#nodebb-comments .profile-image {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #E1E1E1;
    line-height: 52px;
    font-size: 26px;
    color: #FFF;
    background-color: #501AC4;
    text-align: center;
    display: inline-block;
    box-shadow: -5px 5px 10px 0 #f6f5f6
}

#nodebb-comments .form-control {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: inherit;
    font-family: inherit;
    padding: 8px 12px;
    margin-bottom: 4px;
    line-height: 1.42857;
    color: #020202;
    vertical-align: middle;
    border: 1px solid #E1E1E1;
    box-shadow: 0 1px 1px #f6f5f6 inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s
}

#nodebb-comments .form-control:focus {
    border-color: #f6f5f6;
    outline: 0 none;
    box-shadow: 0 1px 1px #f6f5f6 inset, 0 0 8px #0095d8
}

#nodebb-comments .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #F5F5F5;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    white-space: nowrap;
    padding: 8px 12px;
    line-height: 1.42857;
    -moz-user-select: none;
    margin-top: 5px;
    margin-left: 5px
}

#nodebb-comments .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#nodebb-comments .btn:hover, #nodebb-comments .btn:focus {
    color: #020202;
    text-decoration: none
}

#nodebb-comments .btn.btn-primary {
    font-weight: bold;
    background: none repeat scroll 0 0 #1096D5;
    color: #FFF;
    border-radius: 3px
}

#nodebb-comments .btn.btn-primary.highlight {
    background-color: #f6f5f6
}

#nodebb-comments .btn.highlight {
    background-color: #f6f5f6
}

#nodebb-comments .nodebb-comment-form {
    margin-left: 70px;
    padding-bottom: 2em
}

#nodebb-comments #nodebb-load-more {
    transition: background-color 0.6s ease;
    margin: 20px 0
}

#nodebb-comments .highlight {
    box-shadow: -10px 0px 0 -5px #0095d8
}

#nodebb-comments .nodebb-footer {
    text-align: right;
    display: block
}

#nodebb-comments .nodebb-footer a {
    text-decoration: none;
    color: #0095d8
}

#nodebb-comments .emoji {
    height: 20px;
    width: 20px;
    display: inline-block !important
}

#nodebb-comments .no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#nodebb-comments .post-tools {
    float: right
}

#nodebb-comments .post-tools.left {
    float: left
}

#nodebb-comments .post-tools a {
    padding: 1px 0;
    text-decoration: none;
    color: #797979
}

#nodebb-comments .post-tools .btn {
    padding: 1px 0;
    margin: 0 0.5em 0 0;
    background-color: transparent;
    color: #797979;
    border: 0
}

#nodebb-comments .post-tools .btn.no-padding {
    padding: 0
}

#nodebb-comments .post-tools .btn:hover {
    color: #020202
}

#nodebb-comments .post-tools .btn:hover a {
    color: #020202
}

#nodebb-comments .reply-label {
    padding: 1px;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #797979;
    background-color: #fff;
    cursor: pointer;
    border: 0;
    white-space: nowrap;
    -webkit-appearance: button;
    -moz-appearance: button;
    transition: background-color 0.6s ease
}

#nodebb-comments .reply-label:hover {
    background-color: #f6f5f6
}

#nodebb-comments .hidden {
    display: none !important
}

#nodebb-comments #nodebb-status-ticker {
    cursor: pointer
}

#nodebb-comments #nodebb-status-ticker span {
    display: block;
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#nodebb-comments #nodebb-status-ticker pre {
    display: inline
}

#nodebb-comments #nodebb-status-ticker .ok {
    color: green;
    background-color: #eeffee;
    border: 1px solid green
}

#nodebb-comments #nodebb-status-ticker .error {
    color: red;
    background-color: #FEE;
    border: 1px solid red
}

#nodebb-comments .button-wrapper {
    text-align: right
}

#nodebb-comments li.in-queue .topic-text {
    font-style: italic;
    color: #797979
}

#nodebb-comments #nodebb-closed {
    background: #0095d8;
    padding: 10px 35px 10px 14px;
    border: none;
    margin-bottom: 24px;
    border-radius: 3px;
    color: #fff
}

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;
}