html {
    font-size: 16px;
}
.col {
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.col-full {
    width: 100%;
}
.col-half {
    width: 50%;
}
.col-one-third {
    width: 33.3334%;
}
.col-quorter {
    width: 25%;
}
body {
    background-color: #363636;
    font-family: "Roboto Condensed", Arial, Helvetica, Sans serif;
    color: #fff;
    min-width: 320px;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #4d4d4d;
}
a:hover {
    color: #fb0021;
    text-decoration: none;
}
.form-control:focus {
    border-color: #fb0021;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(251, 0, 33, 0.1);
}
h1, h2, h3, h4 {
    margin: 0;
    line-height: normal;
}
.btn {
    border-radius: 0;
}
ul {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.4.0");
    src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
}
@font-face {
    font-family: "Ionicons";
    src: url("../fonts/ionicons/ionicons.eot?v=2.0.0");
    src: url("../fonts/ionicons/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}
.icon {
    font-family: "FontAwesome";
    font-weight: 400 !important;
    display: inline-block;
    font-feature-settings: "liga";
    text-rendering: optimizelegibility;
    text-transform: none !important;
    vertical-align: top;
}
.i-search::before {
    content: "\f002";
}
.i-caret-down::before {
    content: "\f0d7";
}
.i-fb::before {
    content: "\f09a";
}
.i-tw::before {
    content: "\f099";
}
.i-mobile::before {
    content: "\f10b";
}
.i-minus-o::before {
    content: "\f056";
}
.i-info::before {
    content: "\f129";
}
.i-link::before {
    content: "\f0c1";
}
.i-fav::before {
    content: "\f004";
}
.i-checked::before {
    content: "\f058";
}
.i-hourglass::before {
    content: "\f252";
}
.i-flag::before {
    content: "\f024";
}
.ion {
    font-family: "Ionicons";
    font-weight: 400 !important;
    display: inline-block;
    font-feature-settings: "liga";
    text-rendering: optimizelegibility;
    text-transform: none !important;
    vertical-align: top;
}
.i-arr-r::before {
    content: "\f10b";
}
#network {
    background-color: #000;
}
.network-col {
    width: 100%;
}
.network-col .network-inner-col {
    float: left;
    width: 100%;
    padding-right: 70px;
    height: 30px;
    overflow: hidden;
}
.network-col span, .network-col a {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 0.75rem;
    font-family: "Roboto", Arial, Helvetica, Sans serif;
}
.network-col span {
    font-weight: 700;
    margin-right: 10px;
}
.network-col a {
    font-weight: 300;
    margin-right: 15px;
    color: #9a9a9a;
}
.network-col a:hover {
    color: #fb0021;
}
.network-col .expand {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: none;
    font-weight: 700;
    color: #FFF;
}
.network-col.unlock .expand {
    display: block;
}
.network-col.expanded .network-inner-col {
    height: auto;
}
#header {
    background-color: #FFF;
    border: 1px solid #ededed;
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);*/
    position: relative;
}
.logo-col {
    height: 77px;
    line-height: 77px;
}
@media (max-width: 520px) {
    .logo-col {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
}
.logo-col img {
    display: inline-block;
    max-width: 253px;
    width: 100%;
}
.search-col {
    height: 77px;
    line-height: 77px;
    max-width: 450px;
    width: 100%;
}
@media (max-width: 1469px) {
    .search-col {
        max-width: 350px;
    }
}
.search-col .form-group {
    margin: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.search-col .form-group input[type="text"] {
    padding: 0 15px 0 52px;
    font-family: "Open Sans", Arial, Helvetica, Sans serif;
    font-weight: 300;
    font-size: 0.75rem;
    height: 36px;
    line-height: 34px;
}
.search-col .form-group input[type="text"]:focus {
    border-color: #ccc;
    box-shadow: none;
}
.search-col .form-group input[type="text"]:focus + .icon {
    color: #fb0021;
}
.search-col .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0 none;
    padding: 0 12px;
    border-radius: 4px;
    color: #000;
    font-size: 1.125rem;
    height: 36px;
    line-height: 36px;
}
.lang-col {
    float: right;
    height: 77px;
    line-height: 77px;
}
@media (max-width: 520px) {
    .lang-col {
        height: 50px;
        line-height: 50px;
    }
}
.lang-col button.lang-select {
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
    height: 36px;
    line-height: 36px;
    position: relative;
    padding: 0 0 0 10px;
}
.lang-col button.lang-select::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    background-color: #e4e4e4;
    top: 0;
    bottom: 0;
    left: 0;
}
.lang-col button.lang-select:focus, .lang-col button.lang-select:active {
    outline: 0 none;
}
.lang-col button.lang-select .flag-selected {
    margin-right: 5px;
}
.lang-col button.lang-select .flag-selected img {
    vertical-align: initial;
}
.lang-col button.lang-select .icon {
    color: #a4a4a4;
}
.lang-col .dropdown-menu {
    top: 60px;
    min-width: auto;
}
.lang-col .dropdown-menu .flag-img {
    margin-right: 3px;
}
.lang-col .dropdown-menu .sub-desc {
    font-size: 0.75rem;
}
.lang-col .dropdown-menu li a {
    padding: 0 20px;
    line-height: 23px;
}
.ucp-col {
    float: right;
    height: 77px;
    line-height: 77px;
}
@media(min-width: 768px) {
    .ucp-col {
        padding-right: 0;
    }
}
@media (max-width: 520px) {
    .ucp-col {
        height: 50px;
        line-height: 50px;
    }
}
.guest-options-list {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    position: relative;
    padding-left: 10px;
}
.guest-options-list::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    background-color: #e4e4e4;
    top: 0;
    bottom: 0;
    left: 0;
}
.guest-options-list li {
    display: inline-block;
    font-size: 0;
}
.guest-options-list li + li {
    margin-left: 10px;
}
.guest-options-list a {
    font-size: 13px;
    font-weight: 300;
    display: block;
}
.ucp-select {
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: 0 none;
    color: #000;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    position: relative;
    outline: none;
}
.ucp-select:active,
.ucp-select:focus {
    outline: none;
    box-shadow: none;
}
.ucp-select::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    background-color: #e4e4e4;
    top: 0;
    bottom: 0;
    left: 0;
}
.ucp-select .avatar {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #000;
    position: relative;
}
.ucp-select .avatar > span {
    border-radius: 50%;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    display: block;
    overflow: hidden;
}
.ucp-select .avatar > span img {
    position: absolute;
    max-width: none;
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ucp-select .user-name {
    display: inline-block;
    vertical-align: middle;
    max-width: 80px;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 480px) {
    .ucp-select .user-name {
        display: none;
    }
}
.ucp-select .icon::before {
    vertical-align: middle;
}
.ucp-col .dropdown-menu {
    top: 85%;
}
.submit-col {
    float: right;
    height: 77px;
    line-height: 77px;
    padding-right: 0;
}
@media (max-width: 610px) {
    .submit-col {
        display: none;
    }
}
.submit-col .btn {
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 14px;
}
.socila-col {
    float: right;
    height: 77px;
    line-height: 77px;
    padding-right: 0;
}
.socila-col a {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    color: #FFF;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}
.socila-col a:first-child {
    background-color: #00afff;
    margin-right: 5px;
}
.socila-col a:last-child {
    background-color: #344593;
}
.socila-col a:hover {
    opacity: 0.8;
}
.trigger-col {
    float: right;
    height: 77px;
    line-height: 77px;
    display: none;
    padding-right: 0;
}
@media (max-width: 520px) {
    .trigger-col {
        height: 50px;
        line-height: 50px;
    }
}
.trigger-col a {
    color: #fb0021;
    display: block;
}
.trigger-col a .icon {
    font-size: 1.75rem;
}
.trigger-col a.active {
    color: #000;
}
.trigger-col a:focus, .trigger-col a:active {
    outline: 0 none;
}
#footer .sep-line {
    width: 100%;
    float: left;
    height: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: #000;
}
.footer-text {
    text-align: center;
    font-weight: 300;
    font-size: 0.75rem;
    color: #a2a2a2;
    padding: 30px 10px;
    width: 100%;
    margin: 0 auto;
}
.footer-text span {
    display: block;
}
.footer-text a {
    color: #fff;
    margin-right: 10px;
}
.footer-text a:hover {
    color: #fb0021;
}
#content {
    background-color: #FFF;
    padding-top: 20px;
}
#sitesList {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
#sitesList > .col {
    flex: 1 0 100%;
    max-width: 100%;
}
#sitesList > .list-col {
    max-width: 33%;
}

.col-category--featured {
    width: 25%;
}

.list-shadow {
    /*    border-radius: 4px;*/
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.list-title {
    line-height: 40px;
    background-color: #000;
    /*border-radius: 4px 4px 0 0;*/
}
.list-title a {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    font-size: 1.125rem;
    display: block;
    padding: 0 10px;
}
.list-title a:hover {
    color: #fb0021;
}
.list-content {
    padding: 10px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #ededed;
}
.list-content li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    position: relative;
}
.list-content .sub-links {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
.list-content li:hover a + .sub-links {
    display: block;
}
.list-content a {
    line-height: 36px;
    display: block;
    font-size: 0.875rem;
    padding-right: 65px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-content a > * {
    display: inline-block;
    vertical-align: middle;
}
.list-content a .count {
    font-weight: 300;
    color: #9b9b9b;
}
.list-content a img {
    margin: 0 3px;
}
.list-content a .ion {
    float: right;
    color: #fb0021;
    font-size: 1.125rem;
    display: none;
}
.list-content a:hover .count {
    color: #fb0021;
}
.list-content a:hover .ion {
    display: inline-block;
}
.list-content.list-short {
    height: 315px;
}
.list-content a.review-link, .list-content a.site-link, .list-content a.favorite-link {
    padding: 0 5px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}
@media (max-width: 1039px) {
    .list-content .sub-links {
        display: block;
    }
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    border: 1px solid #ededed;
    background-color: #f6f6f6;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background-color: #b1b1b1 !important;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #b1b1b1;
}
.review-col {
    width: 50%;
}
@media (max-width: 1039px) {
    .review-col {
        width: 100%;
        margin-bottom: 20px;
    }

    .col-category--featured {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .col-category--featured {
        width: 100%;
    }
}

.homepage-header {
    color:#000;
    margin: 0 0 20px 0;
    text-align:center;
    font-weight:700;
    font-size:22px;
    line-height:26px;
}
.homepage-header-mobile {
    color:#000; 
    margin-bottom: 20px;
    text-align:center;
}
.title-block.title-block--review {
    display: block;
}
.title-block.title-block--review > .inner-block {
    background-color: #000;
    padding: 0 10px;
    min-height: 40px;
    line-height: 40px;
    /*    border-radius: 4px 4px 0 0;*/
}
.title-block.title-block--niche > .inner-block {
    padding: 0px;
    background-color: transparent;
}
.niche-col .review-block {
    border: 0 none;
}
.niche-col .related-inner-block {
    padding: 0px !important;
}
.title-block.title-block--review h1, .title-block.title-block--review h2, .title-block.title-block--review h3, .title-block.title-block--review h4, .title-block.title-block--review h5, .title-block.title-block--review h6 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 700;
    display: inline-block;
}
.title-block.title-block--niche h1 {
    color: #000;
}
.title-block.title-block--normal {
    width: 100%;
    margin-bottom: 20px;
}
.title-block.title-block--normal h1, .title-block.title-block--normal h2, .title-block.title-block--normal h3, .title-block.title-block--normal h4, .title-block.title-block--normal h5, .title-block.title-block--normal h6 {
    color: #000;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 700;
    display: inline-block;
}
.btn-header {
    border: 1px solid #545454;
    background-color: #3c3c3c;
    color: #cccccc;
    float: right;
    margin-top: 6px;
    padding: 0 30px;
    height: 27px;
    line-height: 25px;
    text-transform: uppercase;
}
.btn-header:hover {
    color: #fff;
    background-color: #000;
}
.review-block {
    background-color: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    /*    border-radius: 0 0 4px 4px;*/
}

.niche-col .review-block {
    box-shadow: none;
}

.review-block.niche-block--description {
    border: 0 none;
}

.review-block.niche-block--description > .inner-block {
    padding: 0px 0px 20px 0px;
}
.review-block > .inner-block {
    padding: 20px;
}
.review-block .img {
    display: block;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.review-block .img img {
    width: auto;
    display: inline-block;
}
.review-block .site-name {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}
.review-block .site-name h1, .review-block .site-name h2, .review-block .site-name h3, .review-block .site-name h4, .review-block .site-name h5, .review-block .site-name h6 {
    color: #fb0021;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0;
    display: block;
    font-weight: 700;
}
.review-block .site-name .sub-label {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #fb0021;
}
.site-rating {
    flex: 1 0 0;
    display: block;
    position: relative;
}
.site-rating .label {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #000;
}
.site-rating .stars-off {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/star-off.png");
    background-repeat: repeat-x;
    width: 145px;
    height: 22px;
    position: relative;
}
.site-rating .stars-off .stars-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url("../images/star-on.png");
    background-repeat: repeat-x;
    width: 0;
}
.site-rating .add-fav {
    position: absolute;
    top: 0;
    right: 0;
}
.btn-add-fav {
    color: #fff;
    background-color: #fb0021;
}
.btn-add-fav:hover {
    background-color: #c8001a;
    color: #fff;
}
.site-review {
    margin-bottom: 20px;
    color: #000;
    font-size: 0.875rem;
    font-weight: 300;
}
.site-pros, .site-cons {
    margin-bottom: 20px;
}
.site-pros .sub-label, .site-cons .sub-label {
    display: block;
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}
.site-pros .simple-list li, .site-cons .simple-list li {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #000;
    font-size: 0.875rem;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
}
.site-pros .simple-list li::before, .site-cons .simple-list li::before {
    font-feature-settings: "liga";
    text-rendering: optimizelegibility;
    text-transform: none !important;
    vertical-align: top;
    font-family: "FontAwesome";
    font-weight: 400 !important;
    content: "\f054";
    color: #fb0021;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    font-size: 0.75rem;
}
.site-pros .simple-list li.mobile::before, .site-cons .simple-list li.mobile::before {
    content: "\f10b";
    font-size: 1.5rem;
    color: #999999;
}
.site-action {
    display: block;
    text-align: center;
    padding: 0 10px;
}
.btn-red {
    padding: 0 10px;
    background-color: #fb0021;
    color: #fff;
}
.btn-red:hover {
    background-color: #c8001a;
    color: #fff;
}
.btn-xl {
    padding: 12px 45px;
    max-width: 340px;
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
}
@media (max-width: 480px) {
    .btn-xl {
        font-size: 4.5vw;
    }
}
.related-col {
    margin-bottom: 20px;
    width: 50%;
}
@media (max-width: 1039px) {
    .related-col {
        width: 100%;
    }
}
.related-block {
    background-color: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    /*    border-radius: 0 0 4px 4px;*/
}
.related-block::before, .related-block::after {
    display: block;
    content: "";
    clear: both;
}
.related-block > .inner-block {
    padding: 20px 10px;
}
.related-block > .inner-block::before, .related-block > .inner-block::after {
    display: block;
    content: "";
    clear: both;
}
.related-block .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}
.related-block .mCSB_scrollTools {
    right: -3px;
}
.item-col {
    width: 100%;
    margin-bottom: 20px;
}
@media (min-width: 481px) {
    .item-col {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .item-col {
        width: 33.3334%;
    }
}
.item-col .image {
    position: relative;
    overflow: hidden;
    display: block;
    height: 0;
    padding-top: 60%;
    background-color: #d3d3d3;
    margin-bottom: 10px;
}
.item-col .image img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.item-col .image .item-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #fb0021 transparent transparent;
}
.item-col .image .item-mobile .icon {
    color: #ffffff;
    position: absolute;
    top: -1px;
    right: -25px;
}
.item-col .item-info {
    display: block;
}
.item-col .item-info::before, .item-col .item-info::after {
    display: block;
    content: "";
    clear: both;
}
.item-col .item-info .item-title {
    float: left;
    width: 100%;
    padding-right: 70px;
}
.item-col .item-info .item-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fb0021;
    font-weight: 700;
    font-size: 1rem;
}
.item-col .item-info .item-title a:hover {
    color: #c8001a;
}
.item-col .item-info .item-mobile {
    float: right;
}
.item-col .item-info .item-mobile a {
    color: #999999;
    font-size: 1.5rem;
    margin-left: 10px;
    display: block;
    height: 20px;
    line-height: 20px;
}
.item-col .item-info .item-mobile a:hover {
    color: #000;
}
.item-col .item-info .item-search {
    float: right;
    margin-left: -70px;
}
.item-col .item-info .item-search a {
    color: #999999;
    font-size: 0.875rem;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
}
.item-col .item-info .item-search a:hover {
    color: #000;
}
.item-col .remove-fav {
    position: absolute;
    top: 5px;
    left: 18px;
    z-index: 2;
    color: #fb0021;
    font-size: 16px;
}
.callback-col {
    margin-bottom: 20px;
}
.callback-col > .inner-col {
    background-color: #fff;
    border: 1px solid #ededed;
    /*    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
        border-radius: 4px;*/
}
.callback-col a {
    display: block;
    padding: 20px;
    text-align: center;
    color: #fb0021;
    font-weight: 700;
}
.callback-col a:hover {
    color: #c8001a;
}
.callback-col a .label {
    display: block;
    font-size: 2.25rem;
}
.callback-col a .sub-label {
    display: block;
    font-size: 1.125rem;
}
/*.niche-col {
    margin-bottom: 20px;
}*/
.modal-content {
    color: #000;
}
.submit-form-col {
    width: 100%;
    margin-bottom: 40px;
}
.submit-form-col .review-block {
    padding: 20px;
}
.submit-form-col form {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}
.form-control {
    border-radius: 0px;
}
.form-item-col {
    margin-bottom: 10px;
}
@media(max-width: 599px) {
    .form-item-col.col-half {
        width: 100%;
    }
}
.form-item-col input[type="text"], .form-item-col input[type="password"], .form-item-col input[type="email"], .form-item-col input[type="number"], .form-item-col input[type="color"], .form-item-col input[type="search"], .form-item-col textarea {
    padding: 0 15px;
    font-family: "Open Sans", Arial, Helvetica, Sans serif;
    font-weight: 300;
    font-size: 0.75rem;
    height: 36px;
    line-height: 34px;
}
.form-item-col.form-item--actions {
    text-align: center;
    margin-bottom: 0;
}
.form-item-col.form-item--actions .btn {
    background-color: #fb0021;
    color: #fff;
    border-color: transparent;
}
.form-item-col.form-item--actions .btn:hover {
    background-color: #c8001a;
}
.form-item-col label {
    color: #000;
}
.textpage-col {
    width: 100%;
    color: #000;
}
.form-col {
    width: 100%;
    margin-bottom: 40px;
}
.form-col form {
    display: block;
    margin: 0 auto;
    max-width: 700px;
}
.form-item--links {
    width: 100%;
    text-align: center;
    line-height: 2em;
}
.form-item--actions {
    width: 100%;
    text-align: center;
}
.form-item--actions .btn {
    height: 36px;
    line-height: 24px;
}
.captcha-wrapper {
    position: relative;
    padding-left: 110px;
}
.captcha-wrapper img {
    height: 36px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
.profilepage-col {
    width: 100%;
    margin-bottom: 40px;
}
.alert, .messages, .notification {
    border-radius: 0px;
}
@media (min-width: 599px) {
    .offset-columns {
        padding-left: 200px;
    }
}
.aside-profile-col {
    float: left;
    width: 180px;
    margin-left: -200px;
}
@media(max-width: 598px) {
    .aside-profile-col {
        margin: 0 auto 20px;
        float: none;
    }
}
.profile-content-col {
    float: right;
    width: 100%;
}
.favorite-col {
    width: 100%;
}
@media (min-width: 1039px) {
    .favorite-col .item-col {
        width: 33%;
    }
}
.profile-img-avatar {
    margin-bottom: 10px;
}
.profile-img-avatar img {
    width: 100%;
    height: auto;
}
.profile-info {
    color: #000;
}
.profile-info h1, .profile-info h2, .profile-info h3, .profile-info h4, .profile-info h5, .profile-info h6 {
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.profile-list {
    padding: 0;
    margin: 0;
}
.profile-list li {
    display: block;
    margin-bottom: 5px;
    list-style-type: none;
    list-style-image: none;
    font-size: 14px;
}
.profile-list li .sub-label {
    color: #1a1a1a;
}
.fake-upload {
    position: relative;
    display: block;
    overflow: hidden;
}
.fake-upload input {
    position: absolute;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 0;
}
.fake-upload .btn {
    position: relative;
    z-index: 1;
    padding: 3px 10px;
    display: block;
}
.fake-upload .btn span {
    line-height: 1;
}
.fake-upload .btn small {
    display: block;
    margin-top: 2px;
    line-height: 1;
    padding-bottom: 2px;
}
.edit-profile-content-col .form-item--actions {
    width: 50%;
}
@media(max-width: 599px) {
    .edit-profile-content-col .form-item--actions {
        width: 100%;
    }   
}

#pagination {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#pagination span, #pagination a {
    display: inline-block;

    margin: 0 4px;
    padding: 0px 8px;

    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

#pagination span {
    background-color: #3c3c3c;
}
#pagination a {
    background-color: #fb0021;
}

#scrollUp {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #FFF;
    border-radius: 4px;
    opacity: 0.5;
    bottom: 5px;
    right: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#scrollUp:hover {
    opacity: 1;
    -webkit-animation-name: scroll-up;
    -moz-animation-name: scroll-up;
    -o-animation-name: scroll-up;
    animation-name: scroll-up;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    color: #fb0021;
}
#scrollUp::before {
    font-family: "FontAwesome";
    font-weight: 400 !important;
    display: inline-block;
    font-feature-settings: "liga";
    text-rendering: optimizelegibility;
    text-transform: none !important;
    vertical-align: middle;
    content: "\f077";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    font-size: 1rem;
}
#scrollUp:focus, #scrollUp:active {
    outline: 0 none;
}
@-webkit-keyframes scroll-up {
    0%, 100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}
@-moz-keyframes scroll-up {
    0%, 100% {
        -moz-transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-5px);
    }
}
@-o-keyframes scroll-up {
    0%, 100% {
        -o-transform: translateY(0);
    }
    50% {
        -o-transform: translateY(-5px);
    }
}
@keyframes scroll-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
@media (max-width: 1039px) {
    #sitesList > .list-col {
        max-width: 50%;
    }
    .search-col {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #FFF;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
        max-width: none;
        z-index: 5;
        height: auto;
        line-height: normal;
    }
    .search-col form {
        padding: 15px 10px;
    }
    .search-col .form-group {
        display: block;
        max-width: 720px;
        margin: 0 auto 15px;
    }
    .socila-col {
        display: none;
    }
    .trigger-col {
        display: block;
    }
}
@media (max-width: 480px) {
    #sitesList > .list-col {
        max-width: 100%;
    }
    .list-content {
        height: 100%;
        max-height: 690px;
    }
    .list-content.list-short {
        height: 100%;
        max-height: 315px;
    }

    .related-block--review .item-col--related {
        width: 50%;
    }
}

.item-col.-owner {
    width: 100%;
    color: #000000;
}
.item-col.-owner .inner-col {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.item-col.-owner a {
    color: #fb0021;
}
.item-col.-owner a:hover {
    color: #c8001a;
}
.item-col.-owner .item-info {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    max-width: 96%;
}
.item-col.-owner .item-actions {
    flex: 0 0 auto;
}
.item-col.-owner .item-info .item-title {
    float: none;
    flex: 1 0 100%;
    width: auto;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    max-width: 30%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.item-col.-owner .item-info .item-link {
    flex: 1 0 auto;
    font-size: 16px;
}
.item-col.-owner .item-info .item-status {
    flex: 0 0 auto;
    padding-right: 10px;
}
.item-col.-owner .i-checked {
    color: #0ec81d;
}
.item-col.-owner .i-hourglass {
    color: #ffbf00;
}

.site-actions {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.user-actions {
    flex: 0 0 0;
}
.user-actions .add-fav {
    margin-bottom: 10px;
}
.site-report {
    text-align: right;
}
.modal-body iframe {
    border: 0 none;
}
