/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* MOBIL FIX - TEST */
.fusion-mobile-nav-item a {
    color: #333333;
    font-size: 14px;
    line-height: 51px;
}
.mobile-menu-design-modern #mobile-menu-item-936 {
    display: none !important;
    visibility: hidden !important;
}

/* sponsorad-fix*/
.fusion-header-wrapper {
    z-index: 9999;
}

/* USER-ONLINE */
.menu-user-online {
    line-height: 83px;
    height: 83px;
}
.menu-user-online .count {
    background-color: #fff;
    border-radius: 20px;
    color:#e83f6f;
    font-weight: 900;
    font-size: 24px;
    padding: 5px 8px;
}
.fusion-mobile-menu-icons {
    float:right;
}
.fusion-mobile-menu-icons .menu-user-online {
    line-height: 83px;
    height: 83px;
}
.fusion-mobile-menu-icons .menu-user-online .count {
    background-color: #fff;
    border-radius: 20px;
    color:#e83f6f;
    font-weight: 900;
    font-size: 24px;
    padding: 5px 8px;
}
.fusion-is-sticky .menu-user-online {
    line-height: 65px; height: 65px;
}
.fusion-is-sticky .menu-user-online .count {
    background-color: #e83f6f;
    border-radius: 20px;
    color:#fff;
    font-weight: 900;
    font-size: 20px;
    padding: 3px 6px;
}
.fusion-mobile-nav-holder li.fusion-mobile-nav-item li a::before,
.fusion-mobile-nav-holder li.fusion-mobile-nav-item li li a::before {
    content: "→ "
}



/* MENU */
.fusion-megamenu-title {
    font-family: "Open Sans" !important;
    padding: 0 14px 15px;
    font-weight: normal !important;
}
.fusion-megamenu-title a {
    border-bottom: 1px solid white;
}
.fusion-megamenu-border {
    border:0 !important;
}
.fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a {
    display: block;
    padding: 5px 14px !important;
    border-bottom: none;
}
.fusion-main-menu .menu-more .sub-menu{
    background-color: #e9a825;
    /*border-top: 3px solid #2274a5;*/
}
.fusion-main-menu .menu-more .sub-menu li a {
    border-bottom:0px !important;
}
.fusion-main-menu .menu-more .sub-menu li a:hover {
    background-color: #2274a5;
}
.fusion-megamenu-widgets-container{
    padding:0;
}
.fusion-megamenu-widgets-container  h4 {
    margin:0px;
}
.fusion-megamenu-widgets-container .textwidget ul {
    border:1px solid red;
    clear:both;
    display:block;
    list-style: none;
}
.fusion-megamenu-widgets-container .textwidget li {
    margin-bottom: 0;
}
.fusion-megamenu-widgets-container .textwidget li a {
    color:#fff;
    transition: background-color .2s ease-in;
}
.fusion-megamenu-widgets-container .textwidget li a:hover {
    background-color: #e9a825;
}
.fusion-megamenu-widgets-container .textwidget li a .post_date {
    color:#ddd;
    font-size: 13px;
    font-style: italic;
    line-height: 12px;
}
/* OrangeHeader*/
.fusion-main-menu .menu-more {
    padding-left:10px;
}
.fusion-main-menu .menu-more:hover {
    background-color: #e9a825;
    color:#fff;
}
.fusion-main-menu .menu-more a:hover {
    color:#fff;
}

.fusion-is-sticky .fusion-main-menu .menu-more:hover {
    background-color: #e9a825;
    color:#FFF;
}
.fusion-is-sticky .fusion-main-menu .menu-more a:hover {
    color:#fff;
}
/*
.fusion-is-sticky .sub-menu a {
    color:#fff !important;
}
*/
.menu-ad-widget {
    padding-left:20px !important;
}
.menu-icon-custom,
.menu-icon-custom span:nth-child(2n):after {
    border-radius: 5px;
    padding:2px 5px ;
    margin-left: 8px;
    font-weight: 300;
    font-size: 12px;
}
.menu-icon-custom-news {
    background-color: #FF5C29 !important;
}
.menu-icon-custom-bald span:nth-child(2n):after {
    content: "BALD";
    background-color: #47ca45;
}
.menu-icon-custom-cool span:nth-child(2n):after {
    border-radius: 5px;
    padding:2px 5px ;
    margin-left: 8px;
    font-weight: 300;
    font-size: 12px;
    content: "COOL";
    background-color: #51f2dd;
}
.menu-icon-custom-wow span:nth-child(2n):after {
    border-radius: 5px;
    padding:2px 5px ;
    margin-left: 8px;
    font-weight: 300;
    font-size: 12px;
    content: "WOW";
    background-color: #ce5ca0;
}
.menu-icon-custom-yeah span:nth-child(2n):after {
    border-radius: 5px;
    padding:2px 5px ;
    margin-left: 8px;
    font-weight: 300;
    font-size: 12px;
    content: "YEAH";
    background-color: #392498;
}

/* SLIDERS */



/* LOGIN */
.fusion-page-title-bar {
    display: none;
}
.login-section {
    margin-top:-80px !important;
}
.login-chat {
    margin-top:0;
    font-family: "Open Sans";
    background-color: #fff;
    padding:15px 20px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
    border:1px solid #eee;
}
.login-chat input[type="text"],
.login-chat input[type="password"]{
    font-size:22px;
    border:0;
    border-bottom: 1px solid #333;
    color:#333;
    margin-top:15px;
    padding:0;
    outline: none;
    line-height: 1.5;
    text-align: center;
}
.login-chat input::-webkit-input-placeholder {
    font-style: italic;
    font-size:16px;
}
.login-chat input:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    font-size:16px;
}
.login-chat input::-moz-placeholder {  /* Firefox 19+ */
    font-style: italic;
    font-size:16px;
}
.login-chat input:-ms-input-placeholder {
    font-style: italic;
    font-size:16px;
}
.login-chat input[type="checkbox"] {
    cursor: pointer;
    margin-top:-1px;
}
.login-chat .login-button-content {
    margin-top:10px;
    text-align: center;
    font-size: 16px;
}
.login-chat .login-button-content .loginbutton {
    margin-top:5px;
    width:270px;
}
.login-chat .password .box .title {
    margin-top:15px;
    text-align: center;
    text-transform: uppercase;
}
.login-chat .password #lay_invisible {
    margin-top:30px;
}
.login-chat a {
    color: #2274a5;
}
.login-chat .message {
    margin-top:10px;
    text-align: center;
    color: red;
}
/* LOGIN PAGE */
.login-chat-wrapper-single {
    margin-top:0;
    font-family: "Open Sans";
    padding:0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    border: none;
}
.login-chat-wrapper-single #lay_gender,
.login-chat-wrapper-single .login-button-content{
    margin-top:10px;
}
.login-chat-wrapper-single .nick {
    font-size: 26px;
    font-weight: 300;
}
.login-chat-wrapper-single .uname-input {
    padding:0 40px;
}
.login-chat-wrapper-single input[type="text"],
.login-chat-wrapper-single input[type="password"]{
    color:#333;
    background-color: #eee;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding:10px 15px;
    height:100%;
    border-radius: 5px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}
.login-chat-wrapper-single input[type="text"]:focus,
.login-chat-wrapper-single input[type="password"]:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding:10px 15px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}
.login-chat-wrapper-single .login-button-content .loginbutton {
    margin-top: 10px;
}



/* COUNTER BOX */
.fusion-counter-box .fontawesome-icon {
    display: block;
    margin-right: 0
}
.counter-box-content .subline {
    margin-bottom: 10px;
    font-size: 14px;
}

/* CONTENT BOX */
.content-box-heading {
    font-weight: bold !important;
}
.fusion-content-boxes.fusion-columns-1 .fusion-column {
    margin-bottom: 0px;
}
.fusion-content-boxes.content-boxes-icon-on-side .heading {
    margin-bottom: 0px;
}

/* CIRCLES */
.circle-text {
    font-size: 18px;
    text-align: center;
}
.circle-sub {
    font-size: 14px;
    text-align: center;
}
/* POST IT */
.postit-1 {
    transform: rotate(-1.5deg) !important;
}

/* MagicWall */
.magicwall{
    max-width: 960px;
    width: 100%;
    height: 600px;
    margin: 0 auto 0px;
    margin-bottom: 15px;
    box-shadow: 0px 8px 6px -6px #888;
    overflow: hidden;
}
.magicwall-grid {
    border: 5px solid #fff;
}
.magicwall-grid li .magicwall-thumb {
    border: 4px solid #FFF;
}
.magicwall li .hover-content{
    position: absolute;
    z-index: 1;
    opacity: 0;
    font: normal normal 16px/20px "Open Sans", Arial, sans-serif;
    text-align: center;
    color: #333;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}

.magicwall li .hover-content p{
    margin: 0;
}
.magicwall li:hover .hover-content{
    opacity: 1;
}
.vcenter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.vcenter:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.vcenter > *{
    display: inline-block;
    vertical-align: middle;
}
.magicwall li a.colorbox{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.magicwall li a.colorbox:hover{
    opacity: 0.5;
    /*background: #fff;*/
}

.magicwall li a.colorbox:focus{
    outline: none;
}


/* START > COMMENTS */
ul.last-img-comments {
    list-style: none;
    margin:0;
    padding:0;
}
ul.last-img-comments li {
    margin-bottom: 15px;
    box-shadow: 0px 8px 6px -6px #888;
    overflow: hidden;
}
.comment-container {
    background-color: #fff;
    margin:0;
}
.comment-container .col-md-2 {
    padding-left:0;
    padding-right:0;
}
.comment-container .avatar {
    width: 123px;
    height: 90px;
    max-height: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: top center;
}
.comment-container .header-user {
    font-weight: 700;
    padding-top:5px;
    width:100%;
}
.comment-container .header-user .username {
    float:left;
}
.comment-container .header-user .profil {
    float:right;
    padding-top:5px;
}
.comment-container .content {
    border-top: 1px solid #ddd;
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    line-height: 1.5;
    max-height:55px;
}

/* START > BLOG */
.post {
    margin-bottom: 35px;
}

/* FOOTER */
.fusion-copyright-content i{
    color:#e83f6f;
}
.fusion-footer-widget-area .widget-title {
    margin-bottom: 0px !important;
}
.fusion-widget-area .widget_nav_menu li {
    padding-bottom:0;
    font-size: 16px;
    font-weight: 300;
}
.fusion-social-networks-wrapper {
    margin-top:10px !important;
}


/* START > ET_FORUM-POSTS */
#owl-forum {
    opacity: 0;
}
article {
    margin: 20px auto;
    width: 100%;
    padding: 1em;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 1em;
    color:#333;
}
.owl-carousel .quote {
    background: #2295bf;
    padding: 25px 30px 5px 30px;
    border-radius: 25px;
    margin:0 20px 20px 20px;
    font-style: italic;
    color:#fff;
    font-weight: 300;
    font-size: 16px;
}
.owl-carousel .quote .forum-subject {
    font-style: normal;
    text-transform: uppercase;
    color:#eee;
    font-size: 18px;
}
.owl-carousel .quote p {
    border-top: 1px solid #ccc;
    padding-top:5px;
}
.owl-carousel .quote:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 18px 0 18px;
    border-color: #2295bf transparent transparent transparent;
    position: relative;
    top: 37px;
    left: 36px;
}
.owl-carousel .student {
    margin-left: 58px;
    margin-bottom: 20px;
}
.owl-carousel .student .photo {
    width: 90px;
    height: 90px;
    overflow: hidden;
    background-repeat: no-repeat;
    border-radius: 100px;
    background-position: center center;
    background-size: cover;
    float: left;
    background-color: #fff;
}
.owl-carousel .student p {
    position: relative;
    top: 20px;
    text-transform: uppercase;
    left:10px;
}
.owl-carousel .student p:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.owl-carousel .student p:nth-child(3) {
    font-size: 14px;
    color: #eee;
}
.owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 20px;
    background: #ffbf00;
}

/* ADSENSE */
.a-3 {
    /*margin:20px 0;*/
}
/* SINGLE POSTS */
.post h2.fusion-post-title {
    font-weight: 900;
}

.section-girl .reading-box {
    /*border-color:#f45279 !important;*/
    padding-top:0;
    padding-bottom: 0;
    text-transform: uppercase;
}

/* COMMENTS */
.commentlist div.avatar {
    border:1px solid #ccc;
}
.comment-form textarea,
.comment-form input {
    color:#333 !important;
}
.comment-form .math-captcha-form label {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
}
.comment-list .comment-text em {
    font-size: 14px;
    background-color: #eee;
    color:#333;
    border:1px dashed #ccc;
    padding:5px 10px;
}

/* SIDEBAR 1 */
.sidebar .widget h4 {
    font-size:18px !important;
    font-weight: 700;
}
/* FOOTER */
.fusion-footer-widget-column {
    margin-bottom: 0px;
}
.fusion-footer-widget-area .widget_nav_menu li,
.fusion-footer-widget-area ul li {
    padding-top:0;
    padding-bottom:0;
}
.widget-app {
    margin-top:10px;
    opacity: 0.3;
}
.widget-app span {
    padding-right:8px;
}
.fusion-social-network-icon {
    opacity: 0.3;
}

/* ROOMS */
.rooms .room-wrapper .fusion-column-wrapper {

}
.rooms h3 {
    margin: 0 !important;
}
.image-room {
    margin:0 0 20px 0 !important;
}


/* SITEMAP */
#wp-realtime-sitemap-menu ul {
    list-style-type: square;
}
/* userOnline, Flirt*/
#wp-realtime-sitemap-menu .menu-item-365,
#wp-realtime-sitemap-menu .menu-item-936{
    display:none;
}
#wp-realtime-sitemap-menu .menu-icon-custom {
    font-size: 16px;
    font-weight: 300;
    margin-left: 0;
    padding:0;
}


/* USERNOISE */
.un-discussions .un-filters {
    margin-bottom: 20px;
}
.un-discussion-popup-wrapper {
    overflow: auto !important;
    max-height: 100%;
}
.un-discussion-popup-wrapper input,
.un-feedback input{
    height: 36px !important;
}
.un-feedback input{
    padding:0 !important;
}

/* EVENTS */
.mec-fes-form input{
    height: 36px !important;
}
.mce-container-body {
    border: 1px solid #ccc !important;
}
.mec-event-content p {
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.mec-single-event .mec-event-content {
    padding: 40px 0 0px;
}
.mec-single-event .mec-event-social ul{
    margin:20px 0 0 0;
    padding:0;
    width:100% !important;
}
.mec-color-hover:hover {
    color:#e9a825 !important;
}
.mec-container {
    width:100%;
}
.mec-container article  {
    padding:1em 0;
}
.mec-wrap p {
    line-height: 1.5;
}
.mec-single-title {
    font-family: 'Open Sans','sans-serif' !important;
    font-size: 28px !important;
    font-weight: 400 !important;
}
.fusion-login-heading {
    margin:0;
}
.fusion-login-links a {
    font-size: 14px;
    display: block;
}
.fusion-login-register {
    display: none !important;
}

/* PAGING */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: none;
    clear: both;
    text-align: center;
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

/* USER-RANKING */
.pages-count {
    margin-top:30px;
}
.user-ranking {
    width:100%;
}
.user-ranking thead th {
    background-color: #e9a825;
    padding:10px 5px 10px 5px;
    font-weight: 400;
    color: #FFF;
    font-size: 15px;
}
.user-ranking .sort {
    margin-left:6px;
}
.user-ranking .sort a {
    color:#e97614;
}
.user-ranking .sort a:hover {
    color:#fff;
}
.user-ranking td {
    padding:5px 10px 5px 5px;
    font-size: 14px;
}
.user-ranking td img {
    padding-top:3px;
}
.user-ranking .user .name {
    margin-left:25px;
}
.user-ranking .alter {
    background-color: #f3f3f3;
}


/* SMILIES */
.smilies {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.smilies .image-holder {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    height:35px;
}
.smilies .image-holder img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height:100%;
}
.smilies code {
    font-size: 14px;
    text-align: center;
    margin:0px 0 40px 0;
    display: block;
    font-family: monospace;
    white-space: pre;
}

/* POLL */
.poll-archive .yop-poll-container{
    width: 30% !important;
    float:left;
}
.poll-archive div[class^="yop-poll-question-"] {
    background-color: #ccc !important;
    margin:0px !important;
}
.poll-archive div[class^="yop-poll-answers-"] {
    background-color: #fff !important;
}
.duration {
    text-align: center;
    font-size: 12px;
}


/* LOGOUT */
.logout-sharebox {
    margin-bottom: 20px;
}
.logout-ad .reading-box{
    padding-left:5px;
}

/* OTHERS STYLES */
.rotate-left-small {
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
}
.rotate-left-smaller {
    transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
}
.rotate-right-small {
    transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}
.rotate-right-smaller {
    transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
}
.shadow-simple {
    -webkit-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.75);
}





@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
    .fusion-mobile-menu-design-modern .fusion-header .fusion-logo {
        padding-top:10px;
    }
    .menu-design-modern.fusion-header-v1 .fusion-mobile-menu-icons {
        float:right;
    }
    .fusion-mobile-menu-design-modern .menu-icon-custom {
        padding:0;
        margin-left:0;
    }
    .fusion-mobile-menu-design-modern .fusion-header {
        padding-left:15px;
        padding-right:15px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;;
    }
    /* USER ONLINE */
    .fusion-mobile-menu-design-modern .menu-user-online {
        line-height: 65px; height: 65px;
        display: inline;
    }
    .fusion-mobile-menu-design-modern .menu-user-online .count {
        background-color: #e83f6f;
        border-radius: 20px;
        color:#fff;
        font-weight: 900;
        font-size: 20px;
        padding: 3px 6px;
    }
    .fusion-mobile-nav-item .menu-user-online {
        display:none;
    }
    .fusion-icon-bars {
        line-height: 65px;
        height: 65px;
    }

    .login-chat #lay_gender {
        margin-top:10px;
        text-align: center;
        font-size: 16px;
    }

    /* USER-RANKING */
    .user-ranking thead th .sort {
        display: block;
    }
    .fusion-social-networks {
        text-align: left !important;
    }

    /* POLL */
    .poll-archive .yop-poll-container{
        width: 50% !important;
        float:left;
    }

}

@media only screen and (max-width: 800px) {
    .login-section {
        margin-top:0px !important;
        padding-top:0px;
    }
    #login-box {
        padding:0 25% !important;
    }
    .login-chat .password .box .title {
        margin-top:25px !important;
    }
    .login-chat .password #lay_invisible {
        margin-top:15px;
        text-align: center;
    }
    .login-chat .login-button-content .loginbutton {
        width:100%;
    }


    /* COMMENTS */
    .comment-container .avatar {
        height: auto;
        min-height:90px;
    }
    .comment-container .col-sm-3 {
        width: 25%;
        float: left;
    }

    .fusion-footer .fusion-column {
        float:left;
        width:50% !important;
    }
    .start-headliner {
        display:none !important;
    }

    /* USER-RANKING */
    .user-ranking thead th {
        background-color: #e9a825;
        padding:5px 5px 5px 3px;
        font-weight: 400;
        color: #FFF;
        font-size: 14px;
    }
    .hidden-xs {
        display: none !important;
    }
    .user-ranking .name {
        margin-left: 5px !important;
        max-width: 70px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
    }

    .smilies .col-md-2 {
        width:33.3333%;
        float:left;
    }

}
@media only screen and (min-width: 801px) {
    .login-section {
        background-image: none !important;
        padding:0 !important;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .mec-container {
        width: 100%;
        padding:0;
    }

    /* POLL */
    .poll-archive .yop-poll-container{
        width: 100% !important;
        float:left;
    }

}


@media only screen and (max-width: 500px) {
    #login-box {
        margin-top:-20px !important;
        padding:0 10% !important;
    }
    .login-chat .login-button-content .loginbutton {
        font-size: 16px;
        letter-spacing: .01em;
        padding:20px 0;
    }
    .col-xxs-6 {
        width: 48%;
    }
}
