@import "../vendor/bootstrap/v4/css/bootstrap-grid.css";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
aside,
footer,
header,
main,
nav {
    display: block;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
img {
    border: 0;
}
input,
select {
    color: inherit;
    font: inherit;
    margin: 0;
}
select {
    text-transform: none;
}
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p {
        orphans: 3;
        widows: 3;
    }
    select {
        background: #fff !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul {
    margin-bottom: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
input[type="search"] {
    -webkit-appearance: none;
}
@-ms-viewport {
    width: device-width;
}

body {
    font-family: "Rubik", sans-serif;
    background-color: #eef3f6;
    font-size: 16px;
    color: #1e1633;
    line-height: 1.4;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 {
    color: #1e1633;
    font-family: "Signika", sans-serif;
    font-weight: 300;
    margin: 0;
}
h1 {
    font-size: 24px;
    line-height: 1.24;
}
h2 {
    color: #1e1633;
    font-family: "Signika", sans-serif;
    font-weight: 300;
    margin: 0;
}
h2 {
    font-size: 22px;
    line-height: 1.24;
}
p {
    margin: 0 0 10px;
}
img {
    width: 100%;
    height: auto;
    image-rendering: auto;
}
a {
    color: #3482e2;
}
a:hover,
a:visited,
a:active,
a:link {
    color: #3482e2;
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
label {
    margin: 0;
}
[class^="icon-"] {
    color: #a1a5ae;
    font-size: 16px;
}

input.form-control {
    height: 40px;
    padding: 6px 18px;
    font-weight: 300;
    font-size: 16px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
input.form-control:focus {
    border-color: #3482e2;
}
input.form-control::-webkit-input-placeholder {
    color: #9fa3ac;
    font-weight: 300;
    font-size: 16px;
}
input.form-control::-moz-placeholder {
    color: #9fa3ac;
    font-weight: 300;
    font-size: 16px;
}
input.form-control:-ms-input-placeholder {
    color: #9fa3ac;
    font-weight: 300;
    font-size: 16px;
}
input.form-control:-moz-placeholder {
    color: #1e1633;
    font-weight: 300;
    font-size: 16px;
}
.sh-btn {
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #3482e2;
    font-weight: 300;
    border-radius: 6px;
    border: solid 2px #3482e2;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sh-btn i {
    margin-right: 12px;
}
.sh-btn,
.sh-btn i {
    color: #ffffff;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.sh-btn:visited,
.sh-btn:active,
.sh-btn:link,
.sh-btn:visited i,
.sh-btn:active i,
.sh-btn:link i {
    color: #ffffff;
}
.sh-btn:hover {
    background-color: #ffffff;
}
.sh-btn:hover,
.sh-btn:hover i {
    color: #3482e2;
}
.sh-btn-icon {
    align-items: center;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.sh-btn-icon > i {
    font-size: 20px;
    cursor: pointer;
}
.sh-btn-icon > i,
.sh-btn-icon > span {
    color: #a1a5ae;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sh-btn-icon:hover > i,
.sh-btn-icon:hover > span {
    color: #1e1633;
}
.sh-btn-icon.active > i {
    color: #3482e2;
}
.sh-logo {
    display: inline-block;
    width: 46px;
    height: 42px;
}
.sh-logo img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.sh-logo img:not(:first-child) {
    display: none;
}
.sh-logo__invert {
    z-index: 100;
}
.sh-logo__invert img:first-child {
    display: none;
}
.sh-logo__invert img:last-child {
    display: block;
}
.sh-avatar {
    display: block;
    background-color: #ffffff;
    border-radius: 6px;
    min-width: 38px;
    width: 38px;
    height: 38px;
}
.sh-content-head {
    padding-top: 26px;
    padding-bottom: 26px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sh-content-head__flex-off {
    display: block;
}
.sh-content-head__btn-prev i {
    margin-right: 30px;
}
@media only screen and (max-width: 479px) {
    .sh-content-head__btn-prev span {
        display: none;
    }
}
.sh-content-head__btn-next span {
    margin-right: 30px;
}
@media only screen and (max-width: 479px) {
    .sh-content-head__btn-next span {
        display: none;
    }
}
.sh-content-head .row [class^="col-"] {
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sh-content-head__navigation {
    width: 100%;
    justify-content: space-between;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media only screen and (max-width: 1024px) {
    .sh-content-head__navigation {
        margin-bottom: 20px;
    }
}
.sh-content-head__right-col {
    width: 100%;
    justify-content: space-between;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sh-content-head__text div {
    font-weight: 700;
}
.sh-section {
    padding: 30px 30px 0;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);
}
.sh-section__wrap {
    visibility: hidden;
}
.sh-section__wrap.sh-section__isotope-init {
    visibility: visible;
}
.sh-section__head,
.sh-section__content {
    border-bottom: solid 1px #f3f3f3;
}
.sh-section__head {
    padding-bottom: 15px;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sh-section__avatar {
    margin-right: 30px;
}
.sh-section__name {
    display: block;
    margin-right: 10px;
    font-weight: 600;
}
.sh-section__name:visited,
.sh-section__name:active,
.sh-section__name:link {
    color: #1e1633;
}
.sh-section__passed {
    display: block;
    color: #9fa3ac;
}
.sh-section__content {
    padding-top: 24px;
}
.sh-section__content > p {
    font-size: 18px;
}
.sh-section__image {
    position: relative;
}
.sh-section__image img {
    border-radius: 6px;
}
.sh-section__footer {
    padding-top: 20px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.sh-section__footer .sh-btn-icon {
    margin-top: 10px;
}
.sh-section__btn-upvote,
.sh-section__btn-downvote,
.sh-section__btn-like,
.sh-section__btn-comment {
    margin-right: 30px;
}
.sh-section__btn-comment span,
.sh-section__btn-downvote span,
.sh-section__btn-upvote span {
    margin-left: 15px;
}
.sh-section__btn-awesome {
    padding: 3px 10px;
    margin-top: 10px;
    background-color: #9fa3ac;
    border: solid 1px #9fa3ac;
    border-radius: calc(6px * 0.6);
    text-align: center;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.sh-section__btn-awesome:visited,
.sh-section__btn-awesome:active,
.sh-section__btn-awesome:link {
    color: #ffffff;
}
.sh-section__btn-awesome:hover {
    background-color: #ffffff;
    color: #9fa3ac;
}
.sh-section__btns-right {
    margin-left: auto;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sh-section__feeling {
    padding: 15px 15px 20px;
    margin: 0 -30px;
    background-color: #f7fbfd;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.sh-add-comment {
    padding: 26px 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);
}
.sh-add-comment form input.form-control {
    background-color: #e9e9e9;
    padding: 0 10px;
}
.sh-add-comment__content {
    margin-top: 50px;
    align-items: center;
    flex-wrap: wrap;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sh-add-comment__content > span {
    color: #9fa3ac;
}
.sh-comments {
    margin-bottom: 30px;
}
.sh-comments__head {
    padding-bottom: 20px;
    border-bottom: solid 1px #e6e9f1;
    flex-wrap: wrap;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sh-comments__title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.sh-comments__section {
    margin-top: 30px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sh-comments__section p {
    margin-top: 15px;
}
.sh-comments__avatar {
    margin-right: 30px;
}
.sh-comments__content {
    width: 100%;
}
.sh-comments__name {
    white-space: pre;
    font-weight: 600;
}
.sh-comments__name:visited,
.sh-comments__name:active,
.sh-comments__name:link {
    color: #1e1633;
}
.sh-comments__passed {
    color: #9fa3ac;
}
.sh-comments__info {
    margin-top: 5px;
}
.sh-comments__info .sh-btn-icon {
    margin-right: 30px;
    margin-top: 10px;
}
.sh-comments__info .sh-btn-icon span {
    margin-left: 15px;
}
.sh-feeling {
    justify-content: space-around;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .sh-feeling {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}
.sh-feeling a {
    width: 44px;
    margin: 15px 4px 0;
    text-align: center;
}
.sh-header {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
    border-bottom: solid 1px #e5e9ec;
    z-index: 100000;
    -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.sh-header > .container {
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media only screen and (min-width: 1211px) {
    .sh-header > .container {
        justify-content: space-between;
    }
}
.sh-header > .container.static {
    position: static;
}
.sh-header .sh-logo {
    margin-right: 16px;
}
.sh-header__btn-dropdown {
    margin-right: 30px;
}
.sh-header__btn-dropdown i {
    color: #a1a5ae;
}
.sh-header__btn-notification i {
    color: #4bc071;
}

.sh-header__menu > li {
    display: inline-block;
}
.sh-header__menu > li:not(:last-child) {
    margin-right: 22px;
}
.sh-header__menu > li a {
    color: #1e1633;
}
.sh-header__menu > li.active > a {
    color: #3482e2;
}
.sh-header__menu-transition {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 10;
}
.sh-header__nav {
    display: none;
    position: absolute;
    width: 100%;
    padding: 24px;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    background-image: url("../images/menu-bg.jpg");
    background-position: cover;
    border-top: solid 1px #e5e9ec;
    border-bottom: solid 1px #e6e9f1;
}
.sh-header__nav > .container {
    flex-wrap: wrap;
    justify-content: space-around;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sh-header__nav > .container ul {
    margin: 15px 0;
    flex-direction: column;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .sh-header__nav > .container ul {
        width: 50%;
    }
}
.sh-header__nav > .container ul li {
    text-align: center;
}
.sh-header__nav > .container ul li:not(:first-child) {
    margin-top: 8px;
}
.sh-header__nav > .container ul li a:hover {
    color: #3482e2;
    text-decoration: underline;
}
.sh-header__nav-feeling {
    margin: 0 -30px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
    .sh-header__nav-feeling {
        justify-content: space-between;
    }
}
@media only screen and (max-width: 768px) {
    .sh-header__nav-feeling {
        justify-content: space-around;
    }
}
.sh-header__nav-feeling a {
    width: 100px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.sh-header__search {
    position: relative;
}
.sh-header__search label input {
    padding-right: 40px;
    max-width: 100%;
    background-color: #e6e9f1;
    border: none;
    outline: none;
}
@media only screen and (min-width: 1484px) {
    .sh-header__search label input {
        width: 320px;
    }
}
@media only screen and (max-width: 1483px) and (min-width: 769px) {
    .sh-header__search label input {
        width: 360px;
    }
}
@media only screen and (max-width: 768px) {
    .sh-header__search,
    .sh-header__search label,
    .sh-header__search input {
        width: 100%;
    }
}
.sh-header__search i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    font-size: 20px;
}
@media only screen and (min-width: 1484px) {
    .sh-header__menu,
    .sh-header__search {
        margin-right: 30px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1483px) {
    .sh-header__menu,
    .sh-header__search {
        margin-right: 30px;
    }
}
.sh-header__control {
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media only screen and (min-width: 1484px) {
    .sh-header__control {
        width: 100px;
    }
}
@media only screen and (max-width: 1483px) {
    .sh-header__control a {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 1210px) {
    .sh-header .sh-logo,
    .sh-header__btn-dropdown,
    .sh-header__menu,
    .sh-header__search,
    .sh-header__control {
        margin-bottom: 10px;
    }
}
.sh-header__btn-dropdown {
    position: relative;
}
.sh-header__btn-dropdown i {
    cursor: pointer;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.sh-header__btn-dropdown.active {
    z-index: 100;
}
.sh-header__btn-dropdown.active i {
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sh-header__dropdown {
    display: none;
    position: absolute;
    width: 240px;
    padding: 70px 30px 22px;
    top: -20px;
    left: -15px;
    background-color: #3482e2;
    z-index: 10;
    -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);
}
.sh-header__dropdown li:not(:first-child) {
    margin-top: 14px;
}
.sh-header__dropdown li a:visited,
.sh-header__dropdown li a:active,
.sh-header__dropdown li a:link {
    color: #ffffff;
}
.sh-footer {
    padding: 40px 15px 70px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.green i,
.green span {
    color: #008000 !important;
}
.red i,
.red span {
    color: #ff0000 !important;
}

/*---Dialog and popup Windows jQuery UI---*/
.ui-front {
    z-index: 1000;
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}
.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.ui-helper-clearfix {
    display: inline-block;
}
* html .ui-helper-clearfix {
    height: 1%;
}
.ui-helper-clearfix {
    display: block;
}
.ui-dialog {
    text-align: left;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 370px;
    border-radius: 2px;
    box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.3);
    border: 1px solid #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #f7f7f7;
    background-clip: padding-box;
    outline: none;
}
.ui-dialog-titlebar {
    padding: 20px 20px;
    position: relative;
}
.ui-dialog-title {
    float: left;
    font-weight: bold;
    font-size: 1.15em;
}
.ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px !important;
    height: 23px !important;
    width: 32px;
    border: 0 none !important;
    background-color: inherit !important;
    box-shadow: none !important;
    padding: 0px !important;
}
.ui-dialog-titlebar-close .ui-icon {
    display: block;
    margin: 10px auto 0 auto;
    width: 12px;
    height: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    opacity: 0.5;
}
.ui-button {
    float: right;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 36px;
    border-radius: 18px;
    line-height: 22px;
    outline: none;
    background-color: #3394e6;
    color: #fff;
    border: 0 none;
    padding: 7px 22px;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
}
.ui-dialog-titlebar-close:hover .ui-icon {
    opacity: 1;
}
.ui-icon,
.ui-button-icon-only {
    overflow: hidden;
    text-indent: -9999px;
}
.ui-dialog label {
    color: #575757;
}
.ui-dialog-content {
    padding: 20px;
    border: 1px solid #fff;
    overflow: auto;
    position: relative;
    zoom: 1;
}
.loginbox.ui-dialog,
.loginbox .ui-dialog-content {
    overflow: visible !important;
}
.ui-dialog-content h2 {
    display: inline;
    font-size: 1em;
    font-weight: bold;
}
.ui-dialog .ui-dialog-buttonpane {
    padding: 20px;
    text-align: center;
}
.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-state-error {
    background: #fef1ec 50% 50% repeat-x !important;
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
}
.ui-button {
    margin: 0 3px;
}
.ui-helper-hidden-accessible {
    display: none;
}

#favmod-count {
    margin-left: 5px;
}

.sh-section__image {
    position: relative;
    text-align: left;
    color: white;
}
.top-left {
    position: absolute;
    top: 15px;
    left: 15px;
    margin-right: 15px;
}

.navigation {
    text-align: center;
    clear: both;
    display: block;
    line-height: 20px;
    cursor: default;
    margin-bottom: 15px;
    margin-right: 3px;
    padding: 8px;
}
.navigation span {
    color: #fff;
}
.navigation span {
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 8px 15px 8px 15px;
    background: #3482e2;
}
.navigation span:hover {
    background: #3482e2;
    text-decoration: none;
}
.navigation a {
    background: #818181;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 8px 15px 8px 15px;
    text-align: center;
    text-decoration: none;
}
.navigation a:hover {
    color: #fff;
    background: #363739;
    text-decoration: none;
}
.share {
    text-align: center;
    margin: 15px;
    padding: 10px 0;
}
.share-active {
    background-color: #e0e2e6;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .sh-section__content {
        font-size: 16px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .sh-section__content {
        font-size: 26px;
    }
}
@media (min-width: 1025px) and (max-width: 1209px) {
    .sh-section__content {
        font-size: 20px;
    }
}
@media (min-width: 1210px) {
    .sh-section__content {
        font-size: 26px;
    }
}