a {
    background-color: transparent;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

a.active,
a:focus,
a:hover {
    color: #fc0;
    outline: 0;
    text-decoration: none
}

ol li,
ul li {
    list-style-type: none
}

b,
strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: 'Arvo', serif;
    line-height: 1.1;
    color: inherit
}

h1,
h2,
h3 {
    margin-bottom: 10px
}

h4,
h5,
h6 {
    margin-bottom: 10px
}

ol,
ul {
    margin-top: 0
}

ol li:not(:last-child) {
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child {
    margin-bottom: 0
}

.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none
}

.btn-primary:hover {
    background: #db392c
}

.btn-success:hover {
    background-color: #449d44
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6
}

.mt-40 {
    margin-top: 40px
}

.text-center {
    text-align: center
}

.text-success {
    color: #3c763d
}

.alert {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 4px
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    clear: both;
    display: table
}

.pull-right {
    float: right !important
}

.hidden {
    display: none !important
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (min-width: 769px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

.affix {
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDwn;
    animation-name: fadeInDwn;
    position: fixed;
    width: 100%;
    z-index: 1100
}

.site-header .affix .logo {
    margin: 9px 0;
    width: 120px
}

.navbar .navbar-nav>li>span:hover {
    color: #fc0
}

.affix .dropdown-menu {
    margin: 14px 0 0
}

.header-search-holder-mobile {
    display: none;
    padding: 5px;
    width: 100%
}

.wpb-mobile-menu {
    background: #fff;
    display: block;
    margin-top: 5px;
    overflow-y: auto;
    padding-bottom: 50px;
    position: fixed;
    right: 0;
    height: calc(100% - 57px);
    width: 200px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.wpb-mobile-menu span,
.wpb-mobile-menu a {
    border-bottom: 1px solid #F1F1F1;
    color: #666;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    padding: 15px 15px;
    position: relative;
    text-decoration: none;
    /* text-transform: uppercase */
}

.wpb-mobile-menu li.active a,
.wpb-mobile-menu span:hover,
.wpb-mobile-menu a:hover {
    background: #DE001A;
    color: #e8e8e8;
    font-weight: bold
}

.wpb-open .wpb-mobile-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.wpb-mobile-menu ul {
    display: none
}

.wpb-mobile-menu span:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #ec483b transparent transparent;
    margin-left: 10px;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.wpb-mobile-sub ul li a:before {
    content: '';
    background: #fe5026;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: -0.25em;
    margin-right: 0.5em;
    left: 0.5em;
    height: 0.35em;
    width: 0.35em
}

.wpb-open .wpb-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.chat-app {
    height: calc(100vh - 73px)
}

#main {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#content,
.page-header.inverted {
    /* background: #1f1f1f */
}

#content.rand-cont {
    background: #fff
}

.page-header .title-holder .part-fixed {
    width: 290px;
    white-space: nowrap;
    margin-left: auto
}

.page-header .green_bld {
    color: #71df83;
    display: block;
    line-height: initial;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    margin: 10px 0;
    text-shadow: 1px 1px 1px #222
}

.controls-holder {
    padding: 25px 0 0
}

#load-more,
.controls-holder .filters-holder {
    width: 100%
}

#sort_form {
    padding: 0 10px
}

#sort_form>div {
    padding: 0 5px
}

#sort_form .clh-counter {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
    white-space: nowrap
}

.select2 {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    line-height: 36px;
    height: 36px;
    font-size: 18px;
    position: relative;
    vertical-align: middle;
    width: 100% !important
}

.select2-container {
    padding: 0
}

.select2 .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    cursor: pointer;
    display: block;
    padding: 0 20px 0 12px;
    outline: none
}

.select2 .select2-selection--single .select2-selection__rendered {
    color: #1f1f1f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-search,
.select2-hidden-accessible {
    display: none !important
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    font-size: 16px;
    position: absolute;
    z-index: 1051
}

.select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-results__option {
    color: #222;
    padding: 6px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff877d
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.cameras-list-holder {
    /* background: #222; */
    padding: 15px 10px;
    position: relative
}

#main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.user-div-handle {
    padding: 5px
}

.camera-items-list .camera-item {
    /* -webkit-box-shadow: 0px 0px 0px 2px #000, 0px 0px 5px 1px #000;
    box-shadow: 0px 0px 0px 2px #000, 0px 0px 5px 1px #000 */
    border: 1px solid gray;
}

.camera-items-list .camera-item-img {
    display: block
}

.camera-items-list .user-info {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #666
}

.camera-items-list .user-name {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.camera-items-list .user-age {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 10px
}

.camera-items-list .user-age:before {
    color: #f07272;
    font-family: FontAwesome;
    float: right;
    line-height: 1.2;
    margin-left: 2px
}

.camera-items-list .user-stats {
    padding: 5px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.camera-items-list .user-stats .location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 100px;
    text-transform: capitalize
}

.user-stats span:before {
    font-family: FontAwesome;
    margin-right: 4px
}

.site-links-list-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 18px
}

@media only screen and (max-width: 1199px) {
    .chat-app {
        height: calc(100vh - 60px)
    }

    .controls-holder {
        padding: 10px 0 0
    }

    .cameras-list-holder {
        padding: 5px 0 15px
    }

    #sort_form {
        padding: 0
    }
}

@media only screen and (max-width: 991px) {
    .chat-app {
        height: calc(100vh - 55px)
    }

    #sort_form .clh-counter {
        font-size: 18px;
        line-height: 33px;
        padding-top: 3px
    }
}

@media only screen and (max-width: 768px) {
    .single-space:first-child {
        margin-top: 10px
    }

    .page-header .title-holder .part-fixed {
        float: none;
        margin-left: 0;
        width: 100%;
        margin-top: 6px
    }

    .page-header .green_bld {
        font-size: 16px
    }

    .add-this-holder {
        top: 15px
    }

    #sort_form>div {
        padding: 0 2px
    }

    .controls-holder,
    #main-wrap,
    .controls-holder .col-xs-6,
    #main-wrap .col-xs-6 {
        padding: 0 3px
    }

    .camera-items-list .camera-item {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 3px 0px
    }

    #sort_form .clh-counter {
        text-align: left;
        padding: 5px 5px 0
    }

    .camera-items-list .user-stats {
        font-size: 13px
    }

    .camera-items-list .user-stats .location {
        max-width: 65%
    }

    .camera-items-list .user-age {
        font-size: 15px
    }

    .controls-holder .filters-holder .select2 {
        margin-top: 5px
    }
}

@media only screen and (max-width: 480px) {
    .select2 {
        line-height: 34px
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15px
    }

    #sort_form .clh-counter {
        font-size: 17px;
        line-height: initial;
        margin-top: 5px
    }
}

@media only screen and (max-width: 360px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px
    }

    .camera-items-list .user-stats {
        font-size: 12px
    }
}

@media only screen and (min-width: 1700px) {
    #sort_form {
        padding: 0
    }
}

.single-space {
    padding: 30px 0
}

.single-space ol {
    padding-left: 5px
}

.single-space ol li {
    margin-bottom: 10px
}

.single-space ol li:before {
    content: "\f101";
    color: #ec483b;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: baseline
}

ol.decimal li {
    list-style-type: decimal
}

.single-space ol.decimal li:before {
    display: none
}

.capton {
    border-left: 20px solid #ec483b
}

.capton p {
    font-size: 15px;
    font-style: italic
}

#bline_notice,
.reasons-holder .reason-title {
    margin-top: 10px
}

.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    position: absolute;
    opacity: 0;
    z-index: 1070
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bottom .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0;
    left: 50%;
    margin-left: -5px
}

#ajax-loading-wrapper {
    width: 100%
}

#ajax-loading {
    width: 100%;
    text-align: center;
    display: none
}

.gif_load {
    color: #fff;
    font-size: 18px
}

.gif_load:before {
    content: '';
    display: block;
    background: url(/images/preloader.svg);
    width: 100px;
    height: 100px;
    background-size: 100%;
    margin: 0 auto
}

#load-more {
    margin: 20px 0;
    text-align: center
}

#load-more-btn {
    font-size: 18px;
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    .single-space {
        padding: 15px 0
    }

    .capton {
        border-left: 8px solid #ec483b;
        padding: 10px
    }
}

.footer {
    background: blue;
    opacity: 1;
    text-align: center;
    padding: 35px 0 25px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0
}

.footer ul li {
    display: inline-block;
    margin: 0 15px;
    font-size: 16px
}

.footer ul li a {
    font-size: inherit;
    color: #fff
}

.footer ul li .active,
.footer ul li a:hover {
    color: #ec483b
}

.footer .warning {
    margin: 25px 0 10px;
    font-size: 16px;
    color: #ec483b
}

.footer-bottom {
    margin-top: 20px;
    position: relative
}

.footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px
}

.footer-copyright .copyright {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-family: font-oswald-light, sans-serif;
    font-weight: 300;
    margin: 0
}

.twitter-icon {
    margin-left: 15px;
    position: relative;
    text-align: center
}

.twitter-icon:before {
    content: "\f099";
    background: #4099FF;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-family: FontAwesome;
    line-height: 34px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 34px;
    width: 34px
}

.twitter-icon:hover:before {
    background: #fff;
    color: #4099FF
}

.logo_sprt {
    background: url(/images/logo_sprite.png) no-repeat;
    display: inline-block;
    height: 35px
}

.rta_logo {
    width: 88px;
    background-size: 93px;
    background-position: -2px 1px
}

.sf_logo {
    width: 100px;
    background-position: 5px -38px;
    background-size: 91px
}

.powered-by {
    margin-left: 5px;
    color: #fff
}

.powered-logo {
    display: inline-block;
    vertical-align: middle;
    height: 2.2em;
    width: 7em
}

@media only screen and (max-width: 991px) {
    .footer {
        padding: 20px 0
    }

    .footer .warning {
        margin: 15px 0 10px
    }

    .footer-copyright {
        margin-bottom: 25px
    }

    .footer .privacy-links-list {
        display: block;
        text-align: center
    }

    .footer .privacy-links-list li {
        display: inline-block;
        margin: 12px
    }
}

@media only screen and (max-width: 768px) {
    .footer {
        padding: 25px 0;
        font-size: 14px
    }

    .footer .privacy-links-list li {
        margin: 10px 15px
    }

    .footer .warning {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 14px
    }

    .footer-logos {
        position: relative;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 480px) {
    .footer {
        padding: 25px 0
    }

    .footer .privacy-links-list li {
        font-size: 15px
    }

    .footer-copyright .copyright {
        font-size: 12px
    }

    .twitter-icon:before {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        width: 30px
    }

    .page-header .green_bld {
        font-size: 14px
    }

    .powered-logo {
        height: 23px;
        width: 80px
    }
}

@media only screen and (max-width: 400px) {
    .footer .privacy-links-list li {
        margin: 10px 12px
    }
}

@-webkit-keyframes fadeInDwn {
    0% {
        opacity: 0;
        top: -20px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes fadeInDwn {
    0% {
        opacity: 0;
        top: -20px
    }

    to {
        opacity: 1;
        top: 0
    }
}

.atss .at-share-btn span .at-icon,
.atss a span .at-icon {
    width: 26px !important;
    height: 26px !important;
    line-height: 26px !important
}

.at-custom-sidebar-counter {
    background: #222
}

.at-icon-wrapper.at-share-btn span {
    font-size: 15px !important
}

.at-icon-wrapper.at-share-btn {
    padding: 10px 5px !important
}

.at_flat_counter {
    padding: 10px 6px !important
}

@media only screen and (min-width: 1026px) {

    .atss .at-share-btn,
    .atss a {
        width: 38px !important;
        height: 38px !important
    }

    .atss .at-share-btn:focus,
    .atss .at-share-btn:hover,
    .atss a:focus,
    .atss a:hover {
        width: 46px !important
    }

    .at4-share .at-custom-sidebar-counter {
        padding-bottom: 3px !important;
        width: 38px !important
    }

    .at4-share .at-custom-sidebar-text {
        font-size: 7px !important
    }

    .at4-share .at-custom-sidebar-count {
        font-size: 14px !important;
        padding: 1px 0
    }
}

@media only screen and (max-width: 1025px) {
    .at-share-dock.atss {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .at-share-dock.at-shfs-medium .at-share-btn .at-icon-wrapper,
    .at-share-dock.at-shfs-medium a .at-icon-wrapper {
        padding: 2px 0 !important
    }

    .at-share-dock.at-shfs-medium .at4-count {
        height: 30px !important;
        padding-top: 0 !important
    }

    .at-share-dock.at-shfs-medium .at4-count .at4-counter {
        font-size: 14px !important;
        line-height: 14px !important;
        top: 3px !important
    }

    .at-share-dock .at4-count .at4-share-label {
        font-size: 8px !important
    }
}