﻿@charset "UTF-8";

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
address,
cite,
code,
em,
img,
small,
strong,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
summary,
time,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

caption,
th,
td {
    font-weight: 400;
    text-align: left;
    vertical-align: middle
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
section,
summary {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    display: block;
    margin: 0 0 15px;
    line-height: 1.2em
}

h1,
h2,
h3 {
    font-weight: 600
}

h4,
h5,
h6 {
    font-weight: 500
}

h1 {
    font-size: 1.7em
}

h2 {
    font-size: 1.3em
}

h3 {
    font-size: 1.2em
}

h4 {
    font-size: 1.1em
}

h5 {
    font-size: 1.05em
}

h6 {
    font-size: 1em
}

::selection {
    background-color: #f15b28;
    color: #fff;
    text-shadow: none
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    text-align: left
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right
}

.aligncenter {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center
}

p {
    margin: 0 0 15px;
    font-size: 1em;
    line-height: 1.8em;
    word-break: break-all
}

li {
    font-size: 1em
}

small {
    font-size: .8em
}

b,
strong {
    font-weight: 700
}

em {
    font-style: italic
}

cite {
    font-style: normal
}

blockquote {
    background: rgba(255, 255, 255, 1);
    border-left: 5px solid rgba(0, 0, 0, .2);
    padding: 15px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    margin: 20px 0 20px 20px
}

i,
em {
    font-style: italic;
    line-height: inherit
}

main {
    background-color: #efefef;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

.odometer {
    font-size: 100px;
}

@media only screen and (max-width: 600px) {
    .odometer {
        font-size: 40px;
    }
}

div.breadcrumb {
    margin-bottom: 10px;
}

    div.breadcrumb a {
        font-weight: bold;
    }

.some-cnt .inner {
    padding: 20px 20px;
}

.some-hTitle,
.some-hDesc {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    word-break: normal;
}

    .some-hDesc:after {
        display: table;
        content: " ";
        clear: both;
    }

.some-hTitle {
    padding-bottom: 5px;
}

.some-typeMedium .some-itemWrap {
    width: 33.33%;
    float: left;
    padding: 0 8px
}

.some-adv336 {
    width: 100%;
    float: left;
    width: 33.33%
}

    .some-adv336 div {
        vertical-align: middle
    }

    .some-adv336 .adsbygoogle {
        margin: 0 auto;
        display: block !important
    }

.ad-header {
    text-align: center;
}

.some-adv336 div p {
    text-align: center
}

.some-centered {
    display: table-cell;
    vertical-align: middle
}

.some-typeFull {
    width: 640px;
    margin: 0 auto
}

.some-item {
    position: relative;
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, .9);
    margin-top: 15px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);
}

.some-item-hd {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px;
    min-height: 80px
}

.some-comment-hd {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 15px;
    min-height: 50px
}

.some-item-user {
    float: left;
    width: 100%
}

    .some-item-user u {
        position: absolute;
        color: #FFF;
        left: 24px;
        font-size: 27px;
        font-weight: bold;
        text-decoration: none;
        top: 18px;
        text-shadow: 2px 2px #000000;
    }

.some-item-story img {
    border: solid 3px #f15b28
}

.some-item-hd img {
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 50%;
    float: left;
    width: 50px;
    height: 50px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

.some-comment-hd img {
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 50%;
    float: left;
    width: 32px;
    height: 32px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

.some-comment-hd strong {
    height: 24px;
    line-height: 24px;
    width: 100%;
    padding: 0 70px 0 40px;
    overflow: hidden;
    word-break: break-all;
    float: left
}

.some-item-hd strong {
    height: 24px;
    line-height: 24px;
    width: 100%;
    padding: 0 70px 0 80px;
    overflow: hidden;
    word-break: break-all;
    float: left
}

.some-comment-text {
    line-height: 24px;
    width: 100%;
    padding: 0 15px 0 40px;
    overflow: hidden;
    font-size: .95em;
    word-break: break-all;
    margin: 0;
    float: left
}

    .some-comment-text p:before {
        content: "@"
    }

.some-item-username {
    line-height: 24px;
    height: 24px;
    width: 100%;
    padding: 0 15px 0 80px;
    overflow: hidden;
    font-size: .95em;
    word-break: break-all;
    margin: 0;
    float: left
}

    .some-item-username p:before {
        content: "@"
    }

.some-item-hd time {
    position: absolute;
    top: 20px;
    right: 15px
}

    .some-item-hd time:before {
        float: left;
        margin-right: 5px
    }

    .some-item-hd time,
    .some-item-hd time:before {
        height: 36px;
        line-height: 36px
    }

.some-item-media,
.some-item-media figure,
.some-item-media img {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.some-item figure,
.some-item figure img {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    height:auto;
    padding: 0
}

    .some-item figure div.overlay {
        float: left;
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 200px;
        background-color: #000;
        opacity: 0.93;
        height: 100%;
        z-index: 999;
        text-align: center;
        padding-top: 40px;
        color: #FFF;
    }

        .some-item figure div.overlay i {
            font-size: 40px;
            display: block;
        }

.some-item figure {
    position: relative
}

    .some-item figure:before {
        position: absolute;
        left: 15px;
        top: 15px;
        z-index: 2;
        color: rgba(0, 0, 0, .9);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, .9);
        font-size: 2em
    }

.some-item figcaption {
    height: 100%;
    width: 100%;
    font-size: 1em;
    display: block;
    position: relative;
    float: left;
    background: rgba(0, 0, 0, .05);
    padding: 20px 20px 0;
}

.some-item figure p {
    width: 100%;
    float: left;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 1);
    word-break: break-all;
        overflow:hidden;
}

    .some-item figure p a {
        color: rgb(81, 134, 255);
        font-weight: 700;
        display: inline-block;
        margin-right: 5px
    }

.some-item figure a.location {
    font-size: 14px;
    padding-bottom: 13px;
    float: left;
}

.some-item figure p a:hover {
    text-decoration: underline
}

.some-item figure:hover figcaption {
    display: block
}

.some-item figure .icon-popup:before {
    position: absolute;
    right: 0;
    top: -50px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    z-index: 3;
    background: rgba(255, 255, 255, .98);
    color: rgba(0, 0, 0, .9);
    font-size: 2em
}

.some-item figure .icon-popup:hover:before {
    cursor: pointer
}

.some-item-actions {
    float: left;
    width: 100%;
    padding-right: 20px
}

    .some-item-actions span,
    .some-item-actions span:before {
        height: 50px;
        line-height: 50px
    }

    .some-item-actions span {
        float: right;
        padding: 0 10px
    }

        .some-item-actions span:before {
            float: left;
            margin-right: 10px
        }

    .some-item-actions .icon-share:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, .05)
    }

.some-share-box {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 190px;
    padding: 15px;
    background: rgba(255, 255, 255, 1);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, .3)
}

    .some-share-box i {
        border: 1px solid rgba(0, 0, 0, .1);
        display: inline-block;
        float: left;
        width: 100%;
        color: rgba(255, 255, 255, .9);
        font-style: normal
    }

        .some-share-box i b {
            height: 44px;
            line-height: 44px;
            padding-right: 15px;
            font-size: .9em;
            float: left;
            width: 100%;
            font-weight: 600
        }

            .some-share-box i b:before {
                float: left;
                width: 44px;
                height: 44px;
                line-height: 44px;
                text-align: center;
                background: rgba(0, 0, 0, .1);
                margin-right: 15px;
                font-size: 1.2em
            }

        .some-share-box i:hover b {
            background: rgba(0, 0, 0, .3);
            cursor: pointer;
            transition-property: background;
            transition-duration: .3s;
            transition-timing-function: linear
        }

    .some-share-box .google {
        background: #e93f2e
    }

    .some-share-box .twitter {
        background: #00aced
    }

    .some-share-box .facebook {
        background: #3b5998
    }

    .some-share-box .pinterest {
        background: #8a1119
    }

    .some-share-box .email {
        background: #006ed6
    }

    .some-share-box .whatsapp {
        background: #08b408
    }

    .some-share-box .print {
        background: #333
    }

    .some-share-box .linkedin {
        background: #007bb6
    }

    .some-share-box .icon-close:before {
        float: right;
        background: rgba(0, 0, 0, .05);
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        padding: 0;
        margin: 0
    }

    .some-share-box .icon-close {
        float: right;
        padding: 0;
        cursor: pointer;
        margin: 0 0 20px
    }

img.private {
    border: solid 2px #F00;
}
.some-fellowsMedium {width: 100%;float: left;margin-top: 15px;margin-bottom: 40px; }
.some-fellowsMedium div { width: 33.33%;float: left;position: relative;padding: 20px}
.some-fellowsMedium div:nth-of-type(2n+1) { background: rgba(0, 0, 0, .03) }
.some-fellowsMedium div:nth-of-type(2n) { box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)}
.some-fellowsMedium span:nth-of-type(2n+1) {background: rgba(0, 0, 0, .1)}
.some-fellowsMedium img {
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 50%;
    float: left;
    width: 48px;
    height: 48px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

.some-fellowsMedium strong { height: 24px; line-height: 24px; width: 100%; padding-left: 60px; overflow: hidden; word-break: break-all; float: left }
.some-fellowsMedium .some-item-username {
    line-height: 24px;
    height: 24px;
    width: 100%;
    padding: 0 15px 0 60px;
    overflow: hidden;
    font-size: .95em;
    word-break: break-all;
    margin: 0;
    float: left
}
.some-fellowsBig .some-item-username p:before { content: "@" }
.some-fellowsBig span { float: left; width: 33.33%;padding: 10px 5px;text-align: center}

.some-fellowsBig {width: 100%;float: left;margin-top: 15px;margin-bottom: 40px; }
.some-fellowsBig div.outer { width: 100%;float: left;position: relative;padding: 20px; padding-bottom:30px;}
.some-fellowsBig div.outer:nth-of-type(2n+1) { background: rgba(0, 0, 0, .03) }
.some-fellowsBig div.outer:nth-of-type(2n) { box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)}
.some-fellowsBig div.outer div.profile{
    position:absolute;top:10px;
}
.some-fellowsBig div.outer div.commentFollow{
    padding-left:250px;
}
.some-fellowsBig span:nth-of-type(2n+1) {background: rgba(0, 0, 0, .1)}
.some-fellowsBig img {
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    float: left;
    width: 48px;
    height: 48px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

.some-fellowsBig strong { height: 24px; line-height: 24px; width: 100%; padding-left: 60px; overflow: hidden; word-break: break-all; float: left }
.some-fellowsBig .some-item-username {
    line-height: 24px;
    height: 24px;
    width: 100%;
    padding: 0 15px 0 60px;
    overflow: hidden;
    font-size: .95em;
    word-break: break-all;
    margin: 0;
    float: left
}
.some-fellowsBig .some-item-username p:before { content: "@" }
.some-fellowsBig span { float: left; width: 33.33%;padding: 10px 5px;text-align: center}

.some-loadMore {
    -webkit-user-select: none;
    margin: 35px auto 15px;
    display: table;
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    background: rgba(0, 0, 0, .1);
    border-radius: 5px
}

    .some-loadMore:hover {
        cursor: pointer
    }

.some-user-header {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 15px
}

    .some-user-header figure {
        width: 150px;
        position:relative;
    }

        .some-user-header figure span {
            position: absolute;
            left: 100px;
            top: 30px;
            font-size: 50px;
            text-shadow: 4px 4px 4px;
        }

    .some-user-header img {
        float: left;
        border-radius: 50%;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
        width: 100%
    }

    .some-user-header .inner a,
    .some-user-header p {
        display: block;
        margin: 0 auto;
    }

    .some-user-header p {
        margin-left: 170px;
    }

.some-user-nav {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, .9)
}

    .some-user-nav .inner {
        padding: 0
    }

    .some-user-nav a,
    .some-user-nav span {
        width: 33.33%;
        float: left;
        padding: 0 20px;
        padding: 20px 0;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, .1);
        min-height: 90px
    }

    .some-user-nav a {
        color: #417fff;
    }

        .some-user-nav a:hover {
            color: #5D6769;
        }

        .some-user-nav a:first-child, .some-user-nav span:first-child {
            border-left: 1px solid rgba(0,0,0,.1);
        }

    .some-user-nav strong {
        display: block
    }

.some-page {
    width: 100%;
    float: left;
    padding: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    margin-bottom: 20px
}

.some-searchFormPage, .some-compareFormPage {
    width: 100%;
    float: left;
    position: relative
}

    .some-compareFormPage .inputs:after {
        display: table;
        content: " ";
        clear: both;
    }

    .some-compareFormPage .commands {
        text-align: center;
        margin: 20px 0px;
    }

    .some-compareFormPage .middle {
        float: left;
        width: 10%;
        text-align: center;
        margin-top: 15px;
        font-weight: bold;
    }

    .some-compareFormPage .left {
        width: 45%;
        float: left;
    }

    .some-compareFormPage .right {
        width: 45%;
        float: right;
    }

    .some-searchFormPage input[type="search"] {
        width: 100%;
        float: left;
        border: 1px solid rgba(0, 0, 0, .1);
        outline: 0;
        padding: 10px 15px;
        height: 50px;
        line-height: 50px
    }

    .some-searchFormPage label:before {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        height: 50px;
        line-height: 50px;
        width: 50px;
        text-align: center;
        background: rgba(0, 0, 0, .05);
        border-left: 1px solid rgba(0, 0, 0, .1);
        font-size: 1.2em
    }

    .some-compareFormPage input[type="search"] {
        width: 100%;
        float: left;
        border: 1px solid rgba(0, 0, 0, .1);
        outline: 0;
        padding: 10px 15px;
        height: 50px;
        line-height: 50px;
        margin-right: 20px;
    }

.some-searchType {
    width: 100%;
    float: left;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

    .some-searchType a,
    .some-searchType span {
        min-width: 33.33%;
        float: left;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        background: rgba(0, 0, 0, .05);
        border-top: 1px solid rgba(0, 0, 0, .1);
        border-right: 1px solid rgba(0, 0, 0, .1)
    }

    .some-searchType .some-active {
        background: rgba(0, 0, 0, .1)
    }

.some-contactForm {
    width: 100%;
    float: left
}

    .some-contactForm input[type="text"],
    .some-contactForm input[type="password"],
    .some-contactForm textarea,
    .some-contactForm select {
        width: 100%;
        float: left;
        border: 1px solid rgba(0, 0, 0, .2);
        outline: 0;
        padding: 10px 15px;
        margin-bottom: 15px
    }

.some-contactSubmit {
    border: solid 1px #ccc;
    padding: 5px;
}

.some-home {
    width: 100%;
    float: left;
    position: relative;
    background-image: url(/_assets/img/bg.jpg);
    float: left;
    min-height: 300px
}

    .some-home img {
        width: 100%
    }

    .some-home h1,
    .some-home p {
        position: absolute;
        text-align: center;
        left: 0;
        width: 100%;
        color: #fff;
        text-shadow: 1px 1px 0 #000
    }

    .some-home h1 {
        top: 50px;
        font-size: 3em
    }

    .some-home p {
        top: 150px;
        font-size: 2em
    }

    .some-home a {
        position: absolute;
        left: 50%;
        top: 230px;
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        display: table;
        background: rgba(255, 255, 255, .9);
        color: rgba(0, 0, 0, .9);
        font-weight: 700;
        margin-left: -110px
    }

        .some-home a:before {
            float: left;
            height: 50px;
            line-height: 50px;
            margin-right: 20px
        }

.some-stats .inner div.stats {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-top: 20px;
}

.some-stats .inner div.full {
    width: 100%;
    padding: 0 15px;
    float: left;
    margin-top: 20px;
}

.some-stats table {
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
    border-spacing: 0;
    width: 95%;
    margin-top: 20px;
    float: left;
}

    .some-stats table td {
        background-color: #f2f2f2;
        padding: 0.5em 1em;
        border-left: 1px solid #cbcbcb;
        border-width: 0 0 0 1px;
        font-size: inherit;
        margin: 0;
        overflow: visible;
    }

        .some-stats table td.tiny {
            width: 50px
        }

        .some-stats table td.small {
            width: 100px
        }

        .some-stats table td.medium {
            width: 200px
        }

        .some-stats table td a {
            color: #3b5998;
        }

            .some-stats table td a:hover {
                text-decoration: underline;
            }

.some-props {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

    .some-props .inner div {
        width: 25%;
        padding: 0 15px;
        float: left;
        margin-top: 20px
    }

    .some-props p {
        width: 100%;
        float: left;
        text-align: center;
        background: rgba(255, 255, 255, .9);
        padding: 20px 0;
        margin: 0;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
        border-radius: 5px;
        min-height: 110px
    }

        .some-props p:before {
            display: block;
            margin-bottom: 15px;
            font-size: 2em
        }

.some-banner {
    width: 100%;
    float: left;
}

    .some-banner .inner {
        padding: 0px;
    }

        .some-banner .inner div {
            width: 50%;
            padding: 0 15px 0px 5px;
            float: left;
        }

    .some-banner .banner figure {
        position: relative
    }

.banner img {
    width: 100%;
}

.banner figcaption {
    position: absolute;
    bottom: 6px;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    padding: 5px 0px 5px 10px;
    color: #fff;
}

.some-profile .inner div a:hover {
    color: #F00;
}

.some-profile .inner div a p, .some-profile .inner div p {
    min-height: 100px;
}

.some-popusers, .some {
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, .9);
    padding: 20px
}

    .some-popusers div {
        width: 20%;
        float: left;
        position: relative;
        padding: 20px
    }

.some-pophashtags div {
    width: 33%;
}

.some-hashtags div {
    width: 33%;
}

.some-popusers div:nth-of-type(2n+1) {
    background: rgba(0, 0, 0, .03)
}

.some-popusers div.inner {
    width: 1024px;
    float: none;
    background-color: #FFF;
}

.inner-split {
    background-color: #fff;
    margin-bottom: 20px;
}

.some-popusers div:nth-of-type(2n) {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

.some-popusers h2, .some-banner h2, .some-promote h2 {
    text-align: center;
    font-size: 1.6em
}

.some-promote {
    float: left;
    width: 100%;
}

    .some-promote .inner {
        padding: 20px 0px;
    }

.promoted {
    cursor: pointer;
    position: relative;
    width: 18%;
    margin-right: 20px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(163,163,163,1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(163,163,163,1);
    box-shadow: 4px 4px 5px 0px rgba(163,163,163,1);
    float: left;
    margin-bottom: 15px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
}

    .promoted.last {
        margin-right: 0px;
    }

    .promoted img {
        max-width: 100%;
    }

.pro-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #FFF;
    left: 0px;
    height: 70px;
}

img.avatar {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 3px red;
}

.pro-info p {
    text-align: center;
    padding-top: 35px;
    font-weight: bold;
}

.some-popusers img {
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 50%;
    float: left;
    width: 48px;
    height: 48px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

.some-popusers strong {
    height: 24px;
    line-height: 24px;
    width: 100%;
    padding-left: 60px;
    overflow: hidden;
    word-break: break-all;
    float: left
}

.some-popusers .some-item-username {
    line-height: 24px;
    height: 24px;
    width: 100%;
    padding: 0 15px 0 60px;
    overflow: hidden;
    font-size: .95em;
    word-break: break-all;
    margin: 0;
    float: left
}

    .some-popusers .some-item-username p:before {
        content: "@"
    }

.some-popusers span {
    float: left;
    width: 33.33%;
    padding: 10px 5px;
    text-align: center
}

    .some-popusers span:nth-of-type(2n+1) {
        background: rgba(0, 0, 0, .1)
    }

.some-popmedia {
    float: left;
    width: 100%
}

    .some-popmedia h2 {
        text-align: center;
        font-size: 1.6em
    }

.some-poptags {
    width: 100%;
    float: left;
    padding: 20px 20px 0
}

    .some-poptags h2 {
        text-align: center;
        font-size: 1.6em
    }

    .some-poptags a {
        float: left;
        padding: 0 15px;
        height: 32px;
        line-height: 32px;
        margin-bottom: 20px
    }

        .some-poptags a:nth-of-type(2n+1) {
            background: rgba(255, 255, 255, .9);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
        }

.some-popup {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .6)
}

.some-popupIn {
    margin: 0 auto;
    width: 640px;
    height: 100%;
    position: relative;
    height: 640px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
}

    .some-popupIn figure {
        display: table-cell;
        vertical-align: middle;
        width: 640px;
    }

    .some-popupIn img {
        width: 100%;
        float: left
    }

    .some-popupIn video {
        width: 100%
    }

.some-next,
.some-prev {
    background: rgba(255, 255, 255, .9);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    font-size: 1.6em
}

.some-next {
    right: 0
}

.some-prev {
    left: 0
}

.some-popupIn .icon-close:before,
.some-popupIn .redirect:before,
.some-popupIn .a-account:before,
.some-popupIn .download:before {
    position: absolute;
    top: 50%;
    margin-top: -320px;
    z-index: 2;
    background: rgba(255, 255, 255, .9);
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    font-size: 1.6em
}

.some-popupIn .icon-close:before {
    right: 0;
}

.some-popupIn .redirect:before {
    left: 0;
}

.some-popupIn .a-account {
    display:none;
}
.some-popupIn .a-account:before {
    left: 57px;
}

.some-popupIn .download:before {
    left: 56px;
}

    .some-popupIn .icon-close:before:hover,
    .some-popupIn .redirect:before:hover,
    .some-popupIn .a-account:before:hover,
    .some-popupIn .download:before:hover {
        cursor: pointer
    }

.concept .hashtags {
    float: left;
    width: 48%;
    line-height: 30px;
}

.concept .accounts {
    float: right;
    width: 48%;
    height: 400px;
    overflow-y: scroll;
}

    .concept .accounts div {
        position: relative;
        padding: 20px;
        height: 88px;
    }

        .concept .accounts div:nth-of-type(2n+1) {
            background: rgba(0, 0, 0, .03);
        }

        .concept .accounts div:nth-of-type(2n) {
            box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
        }

        .concept .accounts div a {
            float: left;
            width: 100%;
        }

        .concept .accounts div img {
            position: absolute;
            left: 15px;
            top: 15px;
            border-radius: 50%;
            float: left;
            width: 48px;
            height: 48px;
        }

        .concept .accounts div strong {
            height: 24px;
            line-height: 24px;
            width: 100%;
            padding-left: 60px;
            overflow: hidden;
            word-break: break-all;
            float: left;
        }

        .concept .accounts div p {
            line-height: 24px;
            height: 24px;
            width: 100%;
            padding: 0 15px 0 60px;
            overflow: hidden;
            font-size: .95em;
            word-break: break-all;
            margin: 0;
            float: left;
        }

.some-searchTagResults {
    float: left;
    width: 100%;
    padding: 20px
}

.some-nearLocations {
    padding-top: 0px;
    margin-bottom: 20px;
}

.some-searchTagResults p {
    width: 33.33%;
    float: left;
    padding: 0 15px
}

.some-searchTagResults a {
    float: left;
    text-align: right;
    width: 100%
}

    .some-searchTagResults a strong {
        float: left
    }

        .some-searchTagResults a strong i {
            color: #d74955;
        }

.some-searchUserResults {
    width: 100%;
    float: left;
    margin-top: 20px
}

.some-listSuggestions {
    width: 100%;
    float: left;
    margin-top: 0px
}

.some-searchUserResults:after {
    display: table;
    content: " ";
    clear: both;
}

.some-locView {
    margin-top: 140px;
}

.compare-results:after {
    display: table;
    content: " ";
    clear: both;
}

.compare-results .left, .compare-results .right {
    width: 50%;
    float: left;
}

.some-searchUserResults div {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 20px
}

    .some-searchUserResults div:nth-of-type(2n+1) {
        background: rgba(0, 0, 0, .03)
    }

    .some-searchUserResults div:nth-of-type(2n) {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
    }

.some-searchUserResults img {
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 50%;
    float: left;
    width: 48px;
    height: 48px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

.some-searchUserResults strong {
    height: 24px;
    line-height: 24px;
    width: 100%;
    padding-left: 60px;
    overflow: hidden;
    word-break: break-all;
    float: left
}

.some-searchUserResults .some-item-username {
    line-height: 24px;
    height: 24px;
    width: 100%;
    padding: 0 15px 0 60px;
    overflow: hidden;
    font-size: .95em;
    word-break: break-all;
    margin: 0;
    float: left
}

    .some-searchUserResults .some-item-username p:before {
        content: "@"
    }

.some-searchUserResults span {
    float: left;
    width: 33.33%;
    padding: 10px 5px;
    text-align: center
}

    .some-searchUserResults span:nth-of-type(2n+1) {
        background: rgba(0, 0, 0, .1)
    }

ul.some-errors {
    color: red
}

.comments div.form {
    width: 33%;
    float: left;
}

.comments div.list {
    width: 66%;
    float: left;
    padding-left: 20px;
}

    .comments div.list .comment {
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
    }

.comment i {
    position: absolute;
    color: #40ab40;
    top: 4px;
    left: 0px;
}

.comments:after {
    display: table;
    content: " ";
    clear: both;
}

div.tvWrap {
    margin: 0 auto;
    width: 100%;
    background-color: #000;
    float: left;
    text-align: center;
    min-height: 640px
}

    div.tvWrap video {
        width: 640px;
        max-height: 640px;
    }

    div.tvWrap:after {
        display: table;
        content: " ";
        clear: both;
    }

/*Media*/
.some-media {
    width: 100%;
    float: left;
}

.some-mediaSide {
    width: 304px;
    float: left;
    margin-left: 40px
}

    .some-mediaSide strong {
        font-size: 1.4em;
        margin-bottom: 12px;
    }

.some-mediaCtn {
    width: 640px;
    float: left;
}

    .some-mediaCtn img, .some-mediaCtn video {
        width: 100%;
    }

    .some-mediaCtn strong {
        font-size: 1.4em;
        margin-bottom: 12px;
    }

    .some-mediaCtn .caption {
        margin-bottom: 20px;
        word-break: break-all;
    }

.other-medias {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .other-medias .other-media {
        width: 32%;
        float: left;
        margin-right: 1%;
    }

.some-mediaLikes div {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.some-likeBox {
    width: 48px;
    float: left;
    height: 48px;
    margin: 0 16px 16px 0
}

    .some-likeBox img {
        float: left;
        width: 100%;
        height: auto;
        border-radius: 50%;
    }

.some-mediaComments, .some-mediaComments div {
    width: 100%;
    float: left;
}

.some-commentBox {
    position: relative;
    background: #f1f1f1;
    margin-bottom: 16px;
    padding: 64px 0px 16px 16px;
    overflow: hidden
}

    .some-commentBox p {
        width: 100%;
        float: left;
        margin: 16px 0 0 0;
        padding-left: 6px;
        padding-right: 10px;
    }

        .some-commentBox p a {
            font-weight: bold;
        }

.some-commentUser {
    position: absolute;
    left: 0;
    top: 0;
    padding: 16px;
}

    .some-commentUser img {
        height: 48px;
        width: 48px;
        border-radius: 50%;
        float: left;
    }

    .some-commentUser a {
        position: absolute;
        left: 16px;
        top: 16px;
    }

    .some-commentUser p {
        display: block;
        margin: 0 0 0 64px;
        background: none;
        padding: 0
    }

    .some-commentUser strong {
        float: left;
        margin: 0;
        font-size: 1em;
        margin-left: 64px;
    }

.some-commentBox time {
    display: block;
    text-align: right;
    margin-top: 16px;
}

.label {
    float: left;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    width: 200px;
    text-align: right;
    line-height: 40px;
    margin-right: 10px;
}

.tool-input {
    width: 60%;
    border: 1px solid rgba(0,0,0,.1);
    outline: 0;
    padding: 10px 15px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    margin-bottom: 5px;
}

    .tool-input.short {
        width: 30%;
    }

.btn-export {
    background-color: #417fff;
    width: 140px;
    height: 28px;
    border: solid 1px #FFF;
    color: #FFF;
    font-weight: 700;
    border: 2px solid #417fff;
    border-radius: 4px;
    margin-right: 2px;
    margin-bottom: 3px;
    margin-top: 10px;
    cursor: pointer;
}

.some-hDesc {
    margin-bottom: 40px !important;
}

.some-cnt .some-hDesc {
    margin-bottom: 10px !important;
}

.checkbox {
    -webkit-appearance: checkbox;
}

ul.some-errors {
    margin-bottom: 20px;
}

.inner-img {
    float: right;
    margin-left: 10px;
    border: solid 1px #ccc;
    padding: 2px;
}

@media screen and (max-width: 1025px) {
    .some-home h1 {
        font-size: 2em
    }

    .some-home p {
        font-size: 1.4em
    }

    .some-props .inner div {
        width: 33.33%
    }

    .some-stats .inner div.stats {
        width: 100%
    }

    .some-popusers div {
        width: 33.33%
    }

    .some-hTitle,
    .some-hDesc,
    .some-fellowsMedium p,
    .some-fellowsBig p,
    div.breadcrumb {
        padding-right: 15px;
        padding-left: 15px
    }

    .some-typeMedium .some-adv336,
    .some-typeMedium .some-itemWrap {
        width: 50%
    }

    .some-item figure .icon-popup:before {
        bottom: 62px;
        top: initial
    }
}

@media screen and (max-width: 801px) {
    .some-popusers div.inner {
        width: 100%;
    }

    .promoted {
        width: 30%;
    }

    .some-user-header p {
        font-size: 0.9em;
    }

    .some-popusers h2, .some-banner h2 {
        font-size: 1.3em;
    }

    .some-popusers div {
        width: 50%;
        background: none;
        box-shadow: none
    }

    .some-searchTagResults p {
        width: 50%
    }

    .some-popusers div:nth-of-type(2n+1) {
        background: rgba(0, 0, 0, .03);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
    }

    .some-searchUserResults div {
        width: 50%
    }

    .some-fellowsMedium div { width: 50% }
    .some-fellowsBig div { width: 100% }

    .some-user-header p {
        padding: 0 15px
    }

    .some-hTitle {
        font-size: 1.2em
    }
}

@media screen and (max-width: 680px) {
    .some-fellowsBig div.outer div.commentFollow {padding-left: 0px;padding-top: 50px;}
    .some-popusers div.inner {
        width: 100%;
    }

    .some-promote {
        padding: 20px;
    }

    .promoted {
        width: 44%;
    }

    p.info {
        padding-right: 15px;
        padding-left: 15px;
    }

    .some-fellowsMedium { margin-bottom: 30px;}
    .some-fellowsBig { margin-bottom: 30px;}

    .some-popup {
        top: 50px;
    }

    .some-next, .some-prev {
        top: 30%;
    }

    .some-mediaCtn {
        width: 96%;
        padding-left: 10px;
    }

    .some-hTitle {
        word-break: break-all;
    }

    .other-medias .other-media {
        width: 48%;
    }

    .some-mediaSide {
        margin-left: 5px;
        margin-top: 40px;
        float: none;
    }

    .box {
        width: 48%;
        margin-bottom: 10px;
    }

    .some-mediaComments {
        float: none;
    }

    .other-medias:after {
        display: table;
        content: " ";
        clear: both;
    }

    div.tvWrap {
        width: 100%;
        height: auto;
    }

    .some-hTitle {
        padding-bottom: 0px;
    }

    div.user-buttons, div.subscribe, div.social-buttons {
        text-align: center;
        margin-left: 0px !important;
    }

    .some-user-header p {
        text-align: center;
        margin-left: 0px;
    }

    .some-user-header figure {
        display: table;
        margin: 20px auto;
    }

    .comments div.form {
        width: 100%;
        margin: 10px;
    }

    .comments div.list {
        width: 95%;
        margin-top: 20px;
    }

        .comments div.list .comment {
        }

    .some-typeMedium .some-adv336,
    .some-typeMedium .some-itemWrap {
        width: 100%;
        float: left;
        height: auto;
        margin-bottom: 15px
    }

    .some-typeMedium .some-item {
        width: 336px;
        margin: 0 auto;
        float: none;
        display: inline-block;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
    }

    .some-popupIn {
        width: 100%;
        float: left
    }

    .some-typeMedium .some-adv336 div {
        display: table;
        margin: 0 auto
    }

    .some-item figure {
        height: inherit
    }

    .some-page {
        padding: 10px;
    }
}

@media screen and (max-width: 601px) {
    .some-fellowsBig div.outer div.commentFollow {padding-left: 0px;padding-top: 50px;}
    .some-popusers div.inner {
        width: 100%;
    }

    .some-promote {
        padding: 20px;
    }

    .promoted {
        width: 44%;
    }

    div.tvWrap video {
        width: 100%;
    }

    .comments div.form {
        width: 90%;
    }

    .comments div.list {
        width: 95%;
    }

    .some-popusers div {
        width: 100%
    }

    .some-props .inner div {
        width: 50%
    }

    .some-banner .inner div {
        width: 100%;
        padding: 0 15px 0px 15px;
    }

    .concept .hashtags {
        width: 100%;
        margin-bottom: 20px;
    }

    .concept .accounts {
        width: 100%;
        overflow-y: initial;
        height: auto;
    }

    .some-stats .inner div.stats {
        width: 100%
    }

    .some-searchUserResults div {
        width: 100%
    }

    .some-searchTagResults p {
        width: 100%
    }

    .some-fellowsMedium div { width: 100% }
    .some-fellowsBig div { width: 100% }

    .some-home h1 {
        font-size: 1.2em
    }

    .some-home p {
        font-size: 1em
    }

    .some-item figure .icon-popup:before {
        top: -50px
    }

    .label {
        width: 100px;
    }
}

@media screen and (max-width: 321px) {
    .some-fellowsBig div.outer div.commentFollow {padding-left: 0px;padding-top: 50px;}
    .some-popusers div.inner {
        width: 100%;
    }

    .some-promote {
        padding: 20px;
    }

    .promoted {
        width: 95%;
    }

    .comments div.form {
        width: 100%;
    }

    .comments div.list {
        width: 100%;
    }

    .some-typeMedium .some-item {
        width: 100%
    }

    .some-typeMedium .some-adv336,
    .some-typeMedium .some-itemWrap {
        padding: 0
    }

    body-x {
        overflow: hidden
    }

    .label {
        width: 50px;
    }

    .box {
        width: 98%;
        margin-bottom: 10px;
    }

    .related a {
        margin-bottom: 4px;
        display: block;
    }
}

@font-face {
    font-family: 'tirilium';
    src: url(../fonts/tirilium/tirilium-light.eot?#iefix) format("embedded-opentype"), url(../fonts/tirilium/tirilium-light.woff) format("woff"), url(../fonts/tirilium/tirilium-light.ttf) format("truetype"), url(../fonts/tirilium/tirilium-light.svg#tirilium-light) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'tirilium';
    src: url(../fonts/tirilium/tirilium.eot?#iefix) format("embedded-opentype"), url(../fonts/tirilium/tirilium.woff) format("woff"), url(../fonts/tirilium/tirilium.ttf) format("truetype"), url(../fonts/tirilium/tirilium.svg#tirilium) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'tirilium';
    src: url(../fonts/tirilium/tirilium-italic.eot?#iefix) format("embedded-opentype"), url(../fonts/tirilium/tirilium-italic.woff) format("woff"), url(../fonts/tirilium/tirilium-italic.ttf) format("truetype"), url(../fonts/tirilium/tirilium-italic.svg#tirilium-italic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'tirilium';
    src: url(../fonts/tirilium/tiriliumsemi.eot?#iefix) format("embedded-opentype"), url(../fonts/tirilium/tiriliumsemi.woff) format("woff"), url(../fonts/tirilium/tiriliumsemi.ttf) format("truetype"), url(../fonts/tirilium/tiriliumsemi.svg#tiriliumsemi) format("svg");
    font-weight: 500;
    font-style: normal
}

body {
    font-family: 'tirilium', Helvetica, Arial, sans-serif !important
}

@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon/icomoon.eot?dgqimz);
    src: url(../fonts/icomoon/icomoon.eot?dgqimz#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?dgqimz) format("truetype"), url(../fonts/icomoon/icomoon.woff?dgqimz) format("woff"), url(../fonts/icomoon/icomoon.svg?dgqimz#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-chat:before {
    content: ""
}

.icon-label:before {
    content: ""
}

.icon-room:before {
    content: ""
}

.icon-loyalty:before {
    content: ""
}

.icon-message2:before {
    content: ""
}

.icon-person:before {
    content: ""
}

.icon-thumb-down:before {
    content: ""
}

.icon-thumb-up:before {
    content: ""
}

.icon-profile:before {
    content: ""
}

.icon-photo:before {
    content: ""
}

.icon-post:before {
    content: ""
}

.icon-print:before {
    content: ""
}

.icon-person-add:before {
    content: ""
}

.icon-portrait:before {
    content: ""
}

.icon-log-out:before {
    content: ""
}

.icon-view:before {
    content: ""
}

.icon-add:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-attachment:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-delete:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-check-box:before {
    content: ""
}

.icon-check-box-outline-blank:before {
    content: ""
}

.icon-check-circle:before {
    content: ""
}

.icon-done:before {
    content: ""
}

.icon-done-all:before {
    content: ""
}

.icon-error:before {
    content: ""
}

.icon-download:before {
    content: ""
}

.icon-upload:before {
    content: ""
}

.icon-flash-on:before {
    content: ""
}

.icon-help:before {
    content: ""
}

.icon-info:before {
    content: ""
}

.icon-tag:before {
    content: ""
}

.icon-arrow-back:before {
    content: ""
}

.icon-arrow-downward:before {
    content: ""
}

.icon-arrow-drop-down:before {
    content: ""
}

.icon-arrow-drop-up:before {
    content: ""
}

.icon-arrow-forward:before {
    content: ""
}

.icon-arrow-upward:before {
    content: ""
}

.icon-attach-file:before {
    content: ""
}

.icon-attach-money:before {
    content: ""
}

.icon-image-big:before {
    content: ""
}

.icon-image-small:before {
    content: ""
}

.icon-favorite:before {
    content: ""
}

.icon-favorite-border:before {
    content: ""
}

.icon-flag:before {
    content: ""
}

.icon-format-quote:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-keyboard-arrow-down:before {
    content: ""
}

.icon-keyboard-arrow-left:before {
    content: ""
}

.icon-keyboard-arrow-right:before {
    content: ""
}

.icon-keyboard-arrow-up:before {
    content: ""
}

.icon-tag2:before {
    content: ""
}

.icon-language:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-message:before {
    content: ""
}

.icon-more-horiz:before {
    content: ""
}

.icon-more-vert:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-play-arrow:before {
    content: ""
}

.icon-public:before {
    content: ""
}

.icon-radio-button-checked:before {
    content: ""
}

.icon-radio-button-unchecked:before {
    content: ""
}

.icon-refresh:before {
    content: ""
}

.icon-location:before {
    content: ""
}

.icon-time:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-star-border:before {
    content: ""
}

.icon-star-half:before {
    content: ""
}

.icon-unlike:before {
    content: ""
}

.icon-like:before {
    content: ""
}

.icon-people:before {
    content: ""
}

.icon-group-add:before {
    content: ""
}

.icon-mail2:before {
    content: ""
}

.icon-popup:before {
    content: ""
}

.icon-comment:before {
    content: ""
}

.icon-old-mobile:before {
    content: ""
}

.icon-linkedin2:before {
    content: ""
}

.icon-spinner:before {
    content: ""
}

.icon-google-plus:before {
    content: ""
}

.icon-hangouts:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-whatsapp:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-vine:before {
    content: ""
}

.icon-rss:before {
    content: ""
}

.icon-rss2:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-youtube2:before {
    content: ""
}

.icon-vimeo:before {
    content: ""
}

.icon-flickr:before {
    content: ""
}

.icon-tumblr:before {
    content: ""
}

.icon-skype:before {
    content: ""
}

.icon-pinterest:before {
    content: ""
}

.icon-foursquare:before {
    content: ""
}

.icon-snapchat-ghost:before {
    content: "\e900";
}

.icon-bubble:before {
    content: "\e96b";
}

.some-cnt,
.some-hd .inner,
.some-ft .inner {
    visibility: visible;
    opacity: 1;
    display: block
}

.some-h2Title {
    margin-top: 40px;
    margin-bottom: 0px;
    float: left;
}


.loading {
    display: none
}

#map {
    width: 100%;
    height: 250px;
    background-color: #ccc;
    margin-bottom: 10px
}

div.user-buttons, div.subscribe, div.social-buttons {
    margin-top: 10px;
    margin-left: 170px;
}

#tbSubscribe {
    padding: 8px;
    border: solid 1px #ccc;
    width: 80%;
    max-width: 300px;
    border-radius: 4px;
    height: 29px
}

#btnSubscribe,
#toggleSubscribe,
#btnRequireStats,
#btnCompare,
#btnReport,
#btnStats,
#btnSearch,
#btnMapSearch,
#btnTv,
.btnBlue {
    background-color: #417fff;
    width: 100px;
    height: 28px;
    border: solid 1px #FFF;
    color: #FFF;
    font-weight: 700;
    border: 2px solid #417fff;
    border-radius: 4px;
    margin-right: 2px;
    margin-bottom: 3px;
    cursor: pointer
}

#btnMapSearch {
    width: 180px;
}

#curve_chart {
    width: 98%;
    height: 200px;
    text-align: center;
}

#btnRequireStats {
    width: 120px
}

.requireStats {
    text-align: center;
    background-color: #FFF;
    padding: 20px;
    width: 100%;
    margin-top: 20px;
    border: solid 1px #ccc;
}

iframe.fbfollow {
    border: none;
    overflow: hidden;
    position: absolute;
}

.some-tag {
    margin-top: 15px;
    min-height:500px;
}

.some-broadcast {
    margin-top: 60px;
}

p.some-usertags {
    word-break: break-word;
}

    p.some-usertags a {
        display: initial !important;
        background-color: dodgerblue;
        padding: 3px 7px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 5px;
        color: #FFF;
        font-size: 90%;
    }

.compare-results section figure {
    position: relative;
}

    .compare-results section figure span {
        position: absolute;
        color: #FFF;
        font-size: 54px;
        font-weight: bold;
        left: 40px;
        top: 32px;
        text-shadow: 2px 2px #000;
    }

.compare-share {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

    .compare-share:after {
        display: table;
        content: " ";
        clear: both;
    }

    .compare-share #tbCompareUrl {
        width: 100%;
        float: left;
        border: 1px solid rgba(0,0,0,.1);
        outline: 0;
        padding: 10px 15px;
        height: 50px;
        line-height: 50px;
        margin-right: 20px;
    }

    .compare-share button {
        border: 1px solid rgba(0, 0, 0, .1);
        outline: 0;
        padding: 0px 15px;
        height: 49px;
        width: 40px;
        position: absolute;
        top: 0;
    }

        .compare-share button#facebook {
            background-color: #3b5998;
            right: 0px;
            color: #FFF;
        }

        .compare-share button#twitter {
            background-color: #4099FF;
            color: #FFF;
            right: 40px;
        }

        .compare-share button#google {
            background-color: #d34836;
            color: #FFF;
            right: 80px;
        }

        .compare-share button#whatsapp {
            background-color: #25D366;
            color: #FFF;
            right: 120px;
        }

@media screen and (max-width: 801px)
{
    .compare-share #tbCompareUrl {
        border: 1px solid rgba(0, 0, 0, .1);
        padding: 10px 15px;
        height: 30px;
        width: 100%;
        line-height: 30px;
    }

    .compare-share button {
        padding: 0px 3px;
        height: 30px;
        width: 25px;
    }

        .compare-share button#facebook {
            right: 0px;
        }

        .compare-share button#twitter {
            right: 25px;
        }

        .compare-share button#google {
            right: 50px;
        }

        .compare-share button#whatsapp {
            right: 75px;
        }
}

.analytics {
    width: 100%;
    margin-bottom: 15px;
}

    .analytics::after {
        content: ' ';
        clear: both;
        display: block;
    }

.box {
    float: left;
    width: 24%;
    margin-right: 1%;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
}

    .box p {
        color: #FFF;
    }

        .box p span {
            font-weight: bold;
            color: #FFF;
            display: block;
            font-size: 30px;
            overflow: hidden
        }

    .box i {
        position: absolute;
        right: 14px;
        top: 4px;
        font-size: 30px;
        color: #FFF;
    }

div.suggestions {
    margin-left: 20px;
    margin-bottom: 20px;
}

    div.suggestions::after {
        display: block;
        clear: both;
        content: ' ';
    }

    div.suggestions div {
        float: left;
        margin-right: 20px;
    }

        div.suggestions div img {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            border: 3px solid #f15b28;
        }

p.info {
    word-break: normal;
}

    p.info span {
        font-weight: bold;
    }

    p.info a {
        font-weight: bold;
    }

        p.info a:hover {
            text-decoration: underline
        }

    p.info span.comment-count {
        cursor: pointer
    }

.related a {
    padding: 0px 10px;
    background-color: #5186ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    color: #FFF;
    font-size: 13px;
    float:left; 
    margin:5px;
}

.some-news {
    float: left;
    width: 100%;
}

    .some-news div {
        position: relative;
        width: 90%;
        min-height: 150px;
        height: 150px;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .some-news div img {
            position: absolute;
            left: 0px;
            width: 150px;
        }

        .some-news div h2 {
            padding-left: 160px;
            margin-bottom: 0px;
        }

        .some-news div p {
            padding-left: 160px;
            word-break: break-word;
        }

.some-news {
    float: left;
    width: 100%;
}


.some-blog div {
    position: relative;
    width: 90%;
    min-height: 150px;
}

    .some-blog div img {
        position: absolute;
        left: 0px;
        width: 150px;
    }

    .some-blog div h2 {
        padding-left: 160px;
        margin-bottom: 0px;
    }

.some-blog a {
    font-weight: bold;
    color: #5186ff;
}

.some-blog div p {
    padding-left: 160px;
}

.social-buttons button {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
    padding: 5px 10px;
}

    .social-buttons button:hover {
        border: 1px solid #333;
        background-color: #ddd;
        cursor: pointer;
    }

.lastcomments a {
    float: none;
    font-weight: bold;
}

.lastcomments li:before {
    margin-right: 5px;
    content: "\00bb";
}

@media screen and (max-width:601px) {
    .some-user-header figure span {
        top:0px;
        font-size:60px;
    }
    .mobile-sticky {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        height: 150px;
        background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.77) 30%,rgba(0,0,0,.98) 60%,#000 100%);
    }

    .box {
        width: 48%;
        margin-bottom: 10px;
    }

    .download-button {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-decoration: none;
        z-index: 1;
    }

    .mobile-sticky .phone-icon {
        position: absolute;
        left: 16px;
        top: 5px;
        display: block;
        width: 104px;
        height: 145px;
        background-repeat: no-repeat;
        background-size: 104px;
        background-image: url(/_assets/img/mobile-sticky.png);
    }

    .mobile-sticky .sub-info {
        position: absolute;
        left: 136px;
        top: 52px;
        width: 44%;
    }

        .mobile-sticky .sub-info span strong:first-child {
            color: #FF9800;
            font-size: 11px;
            display: block;
            font-weight: 700;
        }

        .mobile-sticky .sub-info span strong:last-child {
            color: #fff;
            display: block;
            margin-top: 5px;
            font-size: 13px;
        }

    .mobile-sticky .play-icon {
        position: absolute;
        left: 136px;
        bottom: 12px;
        width: 120px;
        height: 36px;
        text-decoration: none;
        background: url(/_assets/img/playstore.png) left top no-repeat;
        background-size: auto auto;
        background-size: 120px;
    }

    .related a {
        display:block;
        margin-bottom:4px;
    }
}

.paging {
    margin-top: 20px;
}

    .paging::after {
        content: ' ';
        clear: both;
    }

    .paging .left, .paging .right {
        margin-top: 20px;
        font-weight: bold;
        color: #5186ff;
    }

        .paging .left a, .paging .right a {
            color: #5186ff;
        }

    .paging .left {
        float: left;
    }

    .paging .right {
        float: right;
    }

.ratingInfo {
    display: none;
}

.figure {
    position: relative;
    float: left;
    width:100%;
    cursor:pointer;
}

    .figure:hover .ratingInfo {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        position: absolute;
        line-height: 240px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        display: block;
        z-index: 3;
    }

        .figure:hover .ratingInfo .info {
            position: absolute;
            top: 15px;
            right: 0;
            margin-right: 5px;
            line-height: 0;
            display: inline-block;
            cursor: pointer;
        }

            .figure:hover .ratingInfo .info .tooltiptext {
                visibility: hidden;
                font-size: 13px;
                width: 230px;
                background: rgba(0,0,0, 0.8);
                color: #fff;
                text-align: left;
                border-radius: 6px;
                padding: 5px;
                position: absolute;
                z-index: 1;
                line-height: 20px;
            }

            .figure:hover .ratingInfo .info:hover .tooltiptext {
                visibility: visible;
            }

        .figure:hover .ratingInfo span {
            margin-right: 15px;
        }

            .figure:hover .ratingInfo span:last-child {
                margin-right: 0;
            }

.ratingInfo i {
    position: relative;
    top: 2px;
}
.follow-comment {
    background: transparent !important;
}
p.social a {
    display: initial !important;
}

p.social a i {
    font-size: 20px;
    margin-right:4px;
}

p.social a i.icon-facebook {
    color: #3b5998
}

p.social a i.icon-twitter {
    color: #00aced
}

.bg-de, .bg-en, .bg-es, .bg-ja, .bg-ko, .bg-ru, .bg-tr {
    display:block;
    width:20px;
    height:14px;
    float:left;
    margin-top:8px;
    margin-right:10px;
}

.bg-de { background: url('/_assets/img/flags.png') -10px -10px; }
.bg-en { background: url('/_assets/img/flags.png') -50px -10px; }
.bg-es { background: url('/_assets/img/flags.png') -10px -44px; }
.bg-ja { background: url('/_assets/img/flags.png') -50px -44px; }
.bg-ko { background: url('/_assets/img/flags.png') -90px -10px; }
.bg-ru { background: url('/_assets/img/flags.png') -90px -44px; }
.bg-tr { background: url('/_assets/img/flags.png') -10px -78px; }

div.emoji .platforms div {
    float: left;
    margin-right: 30px;
}

div.emoji .platforms div img {
    width: 120px;
    height: 120px;
}

div.emoji .platforms div p {
    text-align: center;
    font-weight: bold;
}

div.emoji_related a {
    font-size: 40px;
}
.icon-top {position:absolute;top:3px;left:10px;color:#fff;font-size:30px;text-shadow:2px 2px rgba(2,2,2,.2);}

.some-user-mention-image{position: absolute!important; right: 20px; background: none!important; padding: 0!important; width: 48px!important; height: 48px; z-index: 99;}
.some-user-mention-image a{display: block; width: 48px; height: 48px;}
.some-user-mention-image a img{top:0; left:0; border-radius: 0;}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(103,26,130);
    background: rgba(0,0,0,.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.loader .lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loader .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

.private {
    text-align: center;
    font-size: 22px;
    color: #ff6961;
    display:none;
   
}
.private-small {
    font-size:18px;
    color:black;
}
.private p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.ml-0 {
    margin-left:0px !important;
}
.mt-0 {
    margin-top:0px !important;
}
.mh-300 {
    min-height:300px !important;
}
.text-center {
    text-align:center !important;
}
.pt-20 {
    padding-top:20px !important;
}
.mb-20{
    padding-bottom:20px !important;
}
.pr-20 {
    padding-right: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-0 {
    padding-top: 0px !important;
}

.fl {
    float: left;
}


.ad-responsive {
    margin-top:20px;
}
.ad-responsive:before {
    display: table;
    content: " ";
    clear: both;
}

.some-countryUserResults {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.side {
    flex: 30%;
    padding: 0 20px 0 0;
}

.side-card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    background-color: #fff;
}

.side-card h3 {
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 7px;
}

.side-card ul li a {
    padding: .75rem 1.25rem;
    display: block;
    color: rgba(51,51,51,.85);
}

.side-card ul li:last-child a {
    margin-bottom: 5px;
}

.side-card ul li .active {
    background: #f5f5f5;
    color: #333;
}

.side-card ul li a:hover {
    background: #f5f5f5;
    color: #333;
}

.some-countryTable {
    flex: 70%;
}

.some-countryUserResults .user img {
    border-radius: 50%;
    float: left;
    width: 48px;
    height: 48px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    margin-right: 20px;
}

.some-countryUserResults .user a {
    width: 40%;
    height: 48px;
    float: left;
}

.some-countryUserResults .counts {
    width: 60%;
    display: flex;
    flex-direction: row-reverse;
}

.some-countryTable .user {
    height: 88px;
    padding: 20px;
}

.some-countryTable .user:nth-of-type(2n+1) {
    background: rgba(0, 0, 0, .03);
}

.some-countryTable .user:nth-of-type(2n) {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.some-countryTable .user:last-child {
    margin-bottom: 0;
}

.some-countryTable .user p {
    margin: 0;
}

.some-countryTable .user .counts div {
    margin-right: 15px;
}

.some-countryUserResults .user a strong, .some-countryUserResults .user a p {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.side-card ul {
    overflow: hidden;
    overflow-y: scroll;
    height: auto;
    max-height: 500px;
}

.some-countryTable .pagination {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}

.some-countryTable .pagination a {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    background: rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin-right: 15px;
}

@media only screen and (max-width: 600px) {
    .side {
        flex: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .some-countryTable .user {
        height: auto;
    }

    .some-countryUserResults .counts {
        flex-direction: inherit;
        width: 100%;
    }

    .some-countryUserResults .counts div {
        margin-top: 15px;
        width: 33.33%;
        position: relative;
    }

    .some-countryUserResults .counts div:nth-child(2) {
        text-align: center;
    }

    .some-countryUserResults .counts div:nth-child(3) {
        text-align: right;
    }

    .some-countryUserResults .counts div strong {
        font-size: 11px;
    }

    .some-countryUserResults .user a {
        width: 100%;
    }
}
