html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

html,
body {

    position: relative;
    height: 100%;
    min-height: 100% !important;
    margin: 0 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px;
    overflow-x: hidden !important;
    background-size: cover;
}

body{
    line-height:25px;
}

/*input, textarea, select, a { outline: none; }*/

input[type="text"], textarea {  /*Prevent input text boxes losing focus on IOS/Safari*/
    -webkit-user-select: text !important;
}

.main{
    padding-bottom: 64px;
}
/*SPINNER*/
#spinner-container{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000000;
}
.spinner-content{
    width: 100%;
    height: 100%;
    display: table;
}
.spinner-content-inner{
    display: table-cell;
    vertical-align: middle;
}

.spinner{
    background-color: rgba(255,255,255,0.9);
    opacity: .9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    -moz-animation: spin 1.2s infinite linear;
    -webkit-animation: spin 1.2s infinite linear;
    animation: spin 1.2s infinite linear;
}
.spinner-small{
    background-color: rgba(255,255,255,0.9);
    opacity: .9;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    -moz-animation: spin 1.2s infinite linear;
    -webkit-animation: spin 1.2s infinite linear;
    animation: spin 1.2s infinite linear;
}
@-moz-keyframes spin {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
/*SPINNER*/

.font-light{
    font-weight: 300;
}
.font-bold{
    font-weight: 700;
}

.navbar-nav a{
    color: #333 !important;
}

h2 span a{
    color: #333 !important;
}

.clear{
    clear:both;
    float:none;
    line-height:1px;
    height:1px;
    padding:0px;
    margin:0px;
}

.col-centered{
    float: none !important;
    margin: 0 auto !important;
    text-align:center !important;
}

.header_right_actions{
    float:right;
    text-align: right;
}

.alert_title{font-weight:bold;}

.error_list{color:red;}

.form_input_error{color:red;}
.header_title{margin-bottom: 30px;}
.rightFloater{float:right}
.header_username{
    padding:7px 10px 7px 10px;
    float:left;
}
.list-title {
    position: relative;
    margin: 20px 0 5px 0;
    padding-top: 20px;
    font-size: 36px;
    border-top: 1px solid #fff;
    text-align: left;
}

.collapse-title {
    position: relative;
    /*color: #fff !important;*/
    margin: 20px 0 5px 0;
    padding-top: 20px;
    font-size: 28px;
    border-top: 1px solid #fff;
    text-align: left;
}
.collapse-title a {
    width: 100%;
    display: inline-block;
}

.collapse-title:after {
    bottom: -5px;
    height: 0;
    border-top: 8px solid #ccc;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
    border-top-color: #ccc;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 0;
    top: 15px;
}

.badge-danger {
    background-color: #b94a48;
    color:#ffffff;
}
.badge-warning {
    background-color: #f89406;
    color:#ffffff;
}
.badge-success {
    background-color: #468847;
    color:#ffffff;
}
.badge-info {
    background-color: #3a87ad;
    color:#ffffff;
}
.badge-inverse {
    background-color: #333333;
    color:#ffffff;
}

.badge-default {
    background-color: #999999;
    color:#ffffff;
}

.badge.header{
    margin-left:10px;
}

.link-danger{
    color: #b94a48;
    text-decoration: underline;
}
.profile_image{
    border:1px solid #999;
    margin-top:25px;
}

.caption.profile{
    padding:25px;
    padding-top:0px;
}
.user_credentials{
    text-align:right;
}
.edit_profile_btn{
    padding-top:30px;
}

.change_password_container{
    text-align:right;
}

.user-menu{
    line-height: 20px !important;
}

li.user-body div a{
    font-size:11px !important;
    font-weight: normal !important;
}

.crop-holder img {
    max-width:none !important;
}

.crop-holder{
    text-align:center;
}

.crop-holder{
    text-align:-moz-center;
}

.crop-btn{
    margin-top:15px;
}

.category_box{
    /*color:#fff;*/
    cursor: pointer;
    padding: 0 !important;
}
.category_box_inner{
    height: 90px;
    padding: 0 15px !important;
}
.category_box_inner:hover{
    background-color: rgba(255,255,255,0.4);
}
.category_box_inner:active{
    position: relative;
    top: 1px;
}

.category_box .lookbook{
    padding: 30px 0 !important;
    height: 90px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.category_box .lookbook span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.lookbook:after {
    border: 1px solid white;
    bottom: 12px;
    content: "";
    left: 0px;
    position: absolute;
    right: 0px;
    top: 12px;
    z-index: 1;
    margin: 0 15px;
}

.title {
    font-weight: 400;
    font-size: 1.714em;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.title span {
    background: #f5f5f5;
    padding: 3px 40px;
    position: relative;
    z-index: 2;
}
.title:after {
    border-top: 1px solid #dddddd;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

.btn {
    border-color: #3f0c0b;
    font-weight: 700;
    min-width: 140px;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 0;
    color: #333 !important;
}



.product-slide .owl-controls .owl-buttons .owl-prev, .product-slide .owl-controls .owl-buttons .owl-next {
    /*    background: none;
        border: 2px solid #fff;
        color: #fff;
        font-size: 2.2em;
        line-height: 36px;
        width: 45px;
        height: 45px;
        margin: 0 2px;
        border-radius: 0;*/
}

/*RANKINGS*/
.table {
    width: 100%;
    margin-bottom: 20px;
}

/*TOP TABLES*/
#topTablesContainer{
    width: 80%;
    margin: auto;
    padding-top:30px;

}
.ranking_line {
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    margin: 2px 0;
}
.ranking_line.even {
    background-color: rgba(0,0,0,0.3);
}
.ranking_left{
    position: absolute;
    width: 120px;
    left: 0;
    top: 0;
}

.ranking_left_battle {
    position: absolute;
    width: 44;
    left: 0;
    top: 0;
    margin: 0 20px;
}

.ranking_center{
    padding-right: 74px;
    padding-left: 120px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.ranking_center_battle{
    padding-right: 20px;
    padding-left: 84px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.ranking_rigth{
    position: absolute;
    width: 74px;
    right: 0;
    top: 0;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-right: 15px;
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
}
.position{
    float: left;
    font-size: 24px;
    margin:0 6px;
    line-height: 44px;
    width:56px;
    text-align: center;
}
.name {
    float: left;
    margin-right: 60px;
    font-size: 20px;
    line-height: 44px;
}
.ranking-row-image{
    float: left;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-top: 3px;
}
.points {
    float: right;
    font-size: 24px;
    margin-right: 15px;
    line-height: 44px;
}
.gap_row {
    float: none;
    margin: 0;
    line-height: 26px;
    font-size: 24px;
    text-align: center;
}

.gameletContainer{
    width: 800px;
    height: 600px;
    margin: 25px auto;

}

/*LOADING SPINNER*/
.loading_indicator{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000000;
}

.spin_container{
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
}
.spin_container_inner{
    display: table-cell;
    vertical-align: middle;
}
.loading_spin {

    background-color: rgba(255,255,255,0.9);
    border-left: 6px solid rgba(215, 92, 121,1);
    border-right: 6px solid rgba(215, 92, 121,1);
    opacity: .9;
    border-top: 6px solid rgba(0,0,0,0);
    border-bottom: 6px solid rgba(0,0,0,0);
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    width: 64px !important;
    height: 64px !important;
    margin: auto;
    -moz-animation: spin 1.2s infinite linear;
    -webkit-animation: spin 1.2s infinite linear;
    animation: spin 1.2s infinite linear;
}
/*MILESTONE BADGE ON WEB*/
.web_options_box{
    width: 300px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 15px 15px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
    background-repeat:no-repeat;
    -moz-box-shadow:0 0 12px #999;
    -webkit-box-shadow:0 0 12px #999;
    box-shadow: 0 0 12px #333;
    color:#fff;
    opacity: 0.95;
    background-color: #222;
}
.owl-controls{
    /*padding-bottom: 30px;*/
}
.badge-container{
    /*display: inline-block;*/
    float:left;
    padding: 10px;
    margin: 5px;
    width: 224px;
    min-height: 400px;
    cursor: pointer;
}
.badge-container:hover{
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}

.user_profile_photo_form{
    padding:10px 0px 30px 0px;
}

.user_profile_photo_form_submit{
    padding:10px 0px 10px 0px;
}
.form_line label {
    font-size: 1.8em;
}
.form-group .form_line label {
    font-size: 1em;
    font-weight: 400;
    color: initial;
}
.set_photo input {
    background-color: transparent;
    border: none;
    margin: 15px 0;
}
.user_profile_photo_form{
    width: 226px;
    margin: auto;
}
.section_title{
    text-align: center;
    font-size: 3em;
    font-weight: 400;
    margin: 20px 0 50px 0;
}
.well {
    background: transparent !important;
    border:none !important;
}
.panel{
    background: transparent !important;
}
.panel-info h3, .panel-danger h3{
    color:#fff !important;
}
.panel-info{
    margin-top: 30px;
}
.entry-summary h3{
    color: #fff !important;
}
.entry-summary h1{
    margin-top: 20px;
}
.entry-summary{
    color: #fff !important;
}
.form-box {
    max-width: 490px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 80px;
}

#login-title{
    font-size: 36px;
}

.form-box .form_line, .form-box .form-group{
    margin-bottom: 12px;
}
.form-box .form_line span{
    display: block;
    margin-bottom: 4px;
}
.form-box label{
    margin-bottom: 4px;
    font-weight: normal;
}

.form-box .form_line.top{
    margin-top: 12px;
}
.form-box .form-line-top{
    margin-top: 12px;
}

.form-box .btn-block{
    background-color: #c0c0c0;
}
.form-box .btn-block:hover{
    background-color: #d1d1d1;
}

.form-box select{
    width: 100%;
    height: 32px;
}
.form-box select:invalid {
    color: #9f9999;
}
.login-row{
    padding: 15px;
}
.login-lines{
    border-top: 1px solid #eee;
    /*border-bottom: 1px solid #eee;*/
}

.form-box .header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: transparent;
    /*  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
      padding: 20px 10px;*/
    text-align: center;
    font-size: 26px;
    line-height: 100%;
}

.bg-gray {
    padding: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 2px;
    background-image: radial-gradient(#aaa, #fff), radial-gradient(#aaa, #fff);
    background-size:	2px 100%;
    background-position: 0 0, 100% 0;
    background-repeat:	no-repeat;
    background-color: #f0f0f0 !important;
}
.form-box .footer > .form-group {
    margin-top: 20px;
}

.user_details_row{
    margin: 25px 0 20px 0;
    text-align: center;
}

.profile-user-coins{
    font-size: 24px;
    margin: 15px 0 25px 0;
}

/*##upload photo css*/

.user_photo_container{
    width: 212px;
    padding: 3px;
    margin: auto;
    position: relative;
    border-radius: 50%;
}

#photo_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 204px;
    height: 204px;
    cursor: pointer;
    padding-top: 150px;
}
#photo_icon:hover .press_image_message{
    /*    background: url(../images/upload_photo_icon.png) no-repeat 140px 140px;
        background-size: 48px;*/
    display: table-cell;
}

.press_image_message{
    display: none;
    padding: 12px 8px 8px 62px;
    font-weight: 700;
    font-size: 11px;
    text-align: left;
    height: 50px;
    width: 204px;
    background: url(../images/upload_photo_icon_small.png) no-repeat 8px 4px;
    background-size: 40px;
    color: #333;
    border-radius: 3px;
    background-color: #ccc;
    line-height: 15px;
}
.play_game{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    height: 56px;
    line-height: 56px;

}
.play_game img, .play_game_disabled img{
    margin-right: 2px;
}
.play_game span, .play_game_disabled span{
    line-height: 56px;
}
.play_game_block i, .play_game_block span {
    vertical-align: middle;
}
.play-games-block i{
    font-size: 22px;
}
.play_game:hover{
    background-color: #b17dc6;
}
.play_game:active {
    position:relative;
    top:1px;
    background-color: #713d87;
}
play_game_block a:hover{
    color: #fff;
    background-color: #b787cb;
}

.play_game_disabled{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    height: 56px;
    line-height: 24px;
}
a.play_game_disabled:hover{
    color: #fff;
}
.play-games-block-inner{
    display: inline-block;
    padding: 0 15px;
}

.play_game_block{
    display: inline-block;
    vertical-align: top;
    margin: 24px 5px;
    width: 180px;

}
.play_game_level{
    height: 52px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.play_game_level_value{
    font-size: 28px;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
}
.play_game_level_label{
    font-size: 11px;
    height: 12px;
    line-height: 12px;
}

.battle_list_row {
    color: #ffffff;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.battle_item{
    padding: 0;
    margin-bottom: 1px;
}

.battle_item_inner{
    position: relative;
    display: table;
    width: 100%;
    padding: 0 70px;
    cursor: pointer;
    height: 70px;
}

.battle_list_item{
    /*color: #ffffff;*/
    height: 84px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.battle_item_inner:hover{
    background-color: rgba(255,255,255,0.4);
}

.battle_list_item_title{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;
}
.battle_list_item_description{
    font-size: 12px;
    line-height: 12px;
}
.battle_badge{
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
    /*color: #fff;*/
}
.battle-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    max-height: 40px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.battle-icon i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
}


.inactive_battle_list .battle_item_inner{
    cursor: auto;
}

.inactive_battle_list .battle_item_inner {
    background-color: rgba(200,200,200,0.6);
}

.battle_item_inner:active{
    position:relative;
    top:1px;
    background-color: rgba(0,0,0,0.2) !important;
}

.inactive_battle_list .battle_item_inner:active {
    position: relative;
    top: 0px !important;
    background-color: transparent !important;
}

.battle_item_img {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
}
.battle_item_img_right {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
}

.list_section_row{
    cursor: pointer;
    margin-bottom: 1px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.list_section_name{
    position: relative;
    text-align: left;
    padding: 0 60px 0 26px;
    height: 40px;
    line-height: 42px;
    background-color: rgba(0,0,0,0.4);
}

.list_section_name:hover{
    background-color: rgba(0,0,0,0.6);
}
.list_section_name:active{
    background-color: rgba(255,255,255,0.4);
}
.list_section_arrow{
    position: absolute;
    right: 4px;
    top: 0;
    height: 40px;
    width: 40px;
    background: url("../images/app/arrow_down.png") no-repeat center;
    background-size: 17px 10px;
}
.list_section_content{
    padding-bottom: 1px;
    display: none;
}
.list_element{
    position: relative;
    height: 50px;
    margin-bottom: 1px;
    cursor: pointer;
}
.list_element_image{
    position: absolute;
    top: 7px;
    left: 12px;
    height: 36px;
    width: 36px;
}

.list_element_image img{
    border-radius: 50%;
    height: 36px;
    width: 36px;
    border: none;
}
.list_user_name {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-top: 2px;
}

.list_invest_user {
    height: 50px;
    padding: 0 110px 0 60px;
    cursor: pointer;
}
.list_user_text:hover, .list_invest_user:hover, .list_element_text:hover{
    background-color: rgba(255,255,255,0.4);
}
.list_user_text:active, .list_invest_user:active, .list_element_text:active{
    background-color: rgba(255,255,255,0.4);
}

.isopen .list_section_arrow{
    background: url("../images/app/arrow_up.png") no-repeat center;
}

#random_user{
    position: relative;
    text-align: left;
    padding: 0 60px 0 26px;
    line-height: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.8);
}

/*BATTLE RESULtS*/
.web_battle_results{
    text-transform: uppercase;
}

.battle_status_container{
    display: table;
    width: 100%;
}
.battle_status{
    text-transform: uppercase;
    font-size: 34px;
    padding-top: 18px;
    padding-bottom: 2px;
    text-align: center;
    height: 86px;
    vertical-align: middle;
}

.boxes_title{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.battle_score_box_container{
    position: relative;
    width: 50%;
    margin: 0;
}
.battle_score_box_web {
    position: relative;
    height: 80px;
    margin: 4px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    line-height: 60px;
    font-size: 32px;
    text-align: center;
    max-width: 50%;
    min-width: 92px;
    width: 50%;
}
.battle_score_box_top {
    position: relative;
    height: 40px;
    line-height: 54px;
    font-size: 32px;
}
.end_battle_thumb{
    position: absolute;
    top: -13px;
    width: 104px;
    height: 104px;
    padding: 2px;
    background-color: #fff;
    border-radius: 50%;
}

.photo_thumb{
    position: absolute;
    top: -6px;
    width: 90px;
    height: 90px;
    padding: 2px;
    border-radius: 50%;
}

.photo_thumb img{
    width: 86px;
    height: 86px;
    border-radius: 50%;
}
.battle_user_photo_left {
    left: -52px;
}
.battle_user_photo_right {
    right: -52px;
}
.battle_results_subtitle_web{
    position: absolute;
    font-size: 13px;
    top: 28px;
    width: 100%;
    height: 24px;
}
.wins_box_label{
    margin-top: 22px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

.web_battle_results_inner{
    padding: 14px 0;
}

.user_ranking_hover:hover{
    background-color: rgba(255,255,255,0.4) !important;
}
.user_ranking_self{
    background-color: rgba(215,92,121,0.6) !important;
}
.user_ranking_self div{
    font-weight: 500;
}

.challenge_other_user_gamelets{
    padding-top: 54px;
    display: none;
}

.message_text{
    text-align: center;
    padding: 25px;
    font-size: 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.profile_photo_container{
    margin: 24px 0;
}
/*BATTLE OPPONENT SEARCH BAR CSS*/
.live_battle_search_container{
    position: relative;
    margin-top: 30px;
    height: 48px;
    line-height: 48px;
    font-size: 40px;
    font-weight: 700;
}

.live_search_input{
    width: 48px;
    height: 48px;
    padding: 9px;
    position: absolute;
    right: 0;
    top: 0;
}
#search-icon{
    font-size: 30px;
}
#search-icon.fa{
    display: block;
}
#users_search_input{
    float: left;
    font-size: 14px;
    width: 100%;
    height: 48px;
    background-color: transparent;
    border: 0;
    padding: 10px 10% 10px 20px;
    text-transform: uppercase;
}
.message-line{
    margin-top: 20px;
    padding: 15px;
    font-size: 16px;
}

.box_message_outer_web{
    padding: 30px 0;
}
.box_message_web{
    min-height: 40px;
    font-size: 14px;
    text-align: center;
    display: table;
    width: 100%;
}
.box_message_inner_web{
    display: table-cell;
    padding: 14px 10px 10px 10px;
    vertical-align: middle;
}
.list_title{
    height: 60px;
    line-height: 76px;
    text-align: center;
    font-size: 22px;
}

#search_spinner{
    display: none;
}

.battle_random a{
    color: #eee;
}

.navbar-override-position{
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: 30px;
}

.navbar-box{
    background-color: #fff;
    border-radius: 2px;
}

@media (max-width: 992px){
    .navbar-act-override {
        position: absolute !important;
        right: 50px !important;
        top: 22px !important;
        width: 110px !important;
    }
    .navbar-box{
        background-color: #eee !important;
        border-radius: 2px;
    }
}

.product-thumb-info-content h4{
    line-height: 24px !important;
    margin-bottom: 10px !important;
}

.search_results{
    min-height: 160px;
    margin-bottom: 50px;
}

.challenge_user_btn_outter{
    text-align: center;
}
.challenge_user_btn{
    width: 180px;
    margin: auto;
    cursor: pointer;
}

/*SIDE RANKING BEGIN*/
.side_ranking_container{
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    padding: 15px 0 62px 0;
}
.side_ranking_scroll{
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding: 0 15px 0 15px;
}
.side_ranking_loading{
    display: table;
    width: 100%;
    height: 50%;
    min-height: 320px;
}
.spinner-loading-fill-outter{
    display: table;
    width: 100%;
    height: 100%;
}
.spinner-loading-inner{
    display: table-cell;
    vertical-align: middle;
}
.spinner-web{
    background-color: rgba(255,255,255,0.9);
    opacity: .9;
    border-top: 4px solid rgba(0,0,0,0);
    border-bottom: 4px solid rgba(0,0,0,0);
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    -moz-animation: spin 1.2s infinite linear;
    -webkit-animation: spin 1.2s infinite linear;
    animation: spin 1.2s infinite linear;
}
@-moz-keyframes spin {
    0% {-moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#side_rank_month_block, #side_rank_global_block{
    display: none;
}
#side_rank_month_title, #side_rank_global_title, .side_rank_title{
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.4);
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    margin-top: 18px;
}

-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.rank_container_web {
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    margin: 2px 0;
}
.rank_container_web:hover{
    background-color: rgba(255,255,255,0.4) !important;
}
.rank_left_web {
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
}
.rank_row_center_web {
    padding-right: 60px;
    padding-left: 50px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.rank_row_title{
    width: 100%;
    /*text-align: left;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    padding: 0 20px;
}

.rank_rigth_web {
    position: absolute;
    width: 60px;
    right: 0;
    top: 0;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.side-rank-image{
    margin: 3px 5px;
    border-radius: 19px;
    width: 38px;
    height: 38px;
}
.side_rank_self{
    background-color: rgba(215,92,121,0.6);
}

/*END SIDE RANKING*/
/*BEGIN MILESTONE BADGE*/

.web_options_box{
    width: 300px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 15px 15px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
    background-repeat:no-repeat;
    -moz-box-shadow:0 0 12px #999;
    -webkit-box-shadow:0 0 12px #999;
    box-shadow: 0 0 12px #333;
    color:#fff;
    opacity: 0.95;
    background-color: #222;
}

.click-badge{
    position: relative;
}

.product-thumb-info-content{
    padding: 0 8px;
}

.click-badge-loading{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}

/*END MILESTONE BADGE*/

.logo-small-size{
    width: 60px;
}

.footer{
    padding: 40px 0 30px !important;
}
.below-foot {
    padding-top: 0 !important;
}

.game-rules-link{
    padding: 10px;
    text-decoration: underline;
    font-size: 13px;
    line-height: 13px;
    cursor: pointer;
}
.gamelet-info{
    max-width: 600px;
    text-align: center;
    margin: auto;
    margin-bottom: 24px;
}
.gamelet-description{
    font-size: 15px;
}
.home-slogan{
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

.panel-title:hover{
    background-color: rgba(255,255,255,0.4);
}
.panel-title a{
    padding: 0 5px 10px 5px;
}

.profile-user-box{
    position: absolute;
    top: 44px;
    width: 100%;
    height: 116px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.profile-user-box-inner{
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 36px;
}
.profile-user-value{
    padding-top: 24px;
    line-height: 36px;
}
.profile-user-value-label{
    font-size: 20px;
}

/*//side A/B*/

.onoffswitch {
    position: relative; width: 70px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 50px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #666666; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 24px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 46px;
    border: 2px solid #999999; border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.sides-switch-container{
    position: relative;
    width: 320px;
    padding-bottom: 24px;
    margin: auto;
}
.sides-switch-container div{
    margin: auto;
}

.side-a-label, .side-b-label{
    position: absolute;
    width: 125px;
    top: 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.side-a-label{
    left: 0;
}
.side-b-label{
    right: 0;
}

.side-description{
    padding: 0 20% 24px;
    text-align: center;
}
.edit-side-btn{
    width: 240px;
    margin: auto;
    padding: 44px 0 34px 0;
}

.edit-side-btn .btn{
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
}
#addEditSidesTextArea{
    width: 100%;
    height: 120px;
    margin: 20px 0;
    padding: 10px;
    color: #111;
}

.logo img{
    max-height: 120px !important;
}

.events-container{
    width: 80%;
    margin: auto;
}
.event-details{
    display: none;
    font-size: 16px;
    padding: 15px 0 10px 32px;
    white-space: pre-wrap;
}
.list-item{
    padding: 20px;
    margin: 2px;
    cursor: pointer;
}
.list-item-task{
    position: relative;
    padding: 20px;
    margin: 2px;
    cursor: pointer;
}

.task-check{
    position: absolute;
    top: 22px;
    right: 22px;
}
.floating_delete {
    position: absolute;
    top: 26px;
    right: 22px;
    font-size: 32px;
}
a.list-group-item:hover {
    color: #555;
}
.list-item h4{
    margin: 0;
}
.event-date{
    font-size: 14px;
    margin: 0;
    padding-left: 32px;
}
.events-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.event-title{
    position: relative;
    font-size: 26px;
    padding-right: 30px;
    padding-left: 32px;
}
.event-arrow{
    position: absolute;
    top: 0;
    right: 0;
}
.event-arrow.fa-chevron-up{
    display: none;
}
.events-title{
    margin: 20px 0 5px 0;
    padding-top: 20px;
    font-size: 36px;
    border-top: 1px solid #fff;
}

#to-landing-page{
    display: none;
}

.container-disabled .alert {
    width: 560px;
    margin: 70px auto 160px;
    text-align: center;
}
/*SUGESTION BOX FEATURE*/
.suggestion-box-control{
    width: 100%;
    padding: 10px;
}
.suggestion-box-errors .help-block{
    color: #f00;
    padding: 8px;
}
.suggestion-box-submit{
    margin-top: 15px;
}
.suggestion-sent-msg{
    margin-top: 15px;
}
.faq-question{
    position: relative;
    padding: 20px;
    margin: 2px 0 0 0;
    cursor: pointer;
    font-size: 22px;
}
.faq-answer{
    display: none;
    padding: 0 20px 20px 20px;
    font-size: 16px;
}
.margin-to-top-20{
    margin-top: 20px;
}
.margin-to-top-30{
    margin-top: 30px;
}

/*ARTICLES*/
#articles-block{
    padding: 0;
    margin: -2px;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.main-article-block,.more-articles-block{
    padding: 0;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column wrap;
}

.main-article-block .article-box, .more-articles-block .article-box{
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
#articles-block .col-xs-12{
    padding: 0;
}

.article-box{
    margin: 2px;
    padding: 15px;
    cursor: pointer;
}

.article-box a{
    cursor: pointer;
}
.article-item {
    padding: 20px;
    margin: 2px;
    cursor: pointer;
}

.article-item h4 {
    margin: 0;
}

.article-photo{
    width: 100%;
}
.article-title{
    font-size: 26px;
    margin: 6px 0 4px;
    line-height: 1.1em;
}
.article-description{
    font-size: 16px;
}
.article-icon{
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    font-size: 20px;
}
.article-details {
    display: none;
    font-size: 16px;
    padding: 15px 32px 10px 32px;
}
.article-details-text{
    white-space: pre-wrap;
}

.article-video-frame{
    min-height: 345px;
    width: 100%;
    border: none;
}

.slot-item-container{
    padding: 0;
    margin-bottom: 1px;
}

.slot-icon{
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    bottom: 0;
    left: 18px;
    border: 0;
    outline: 0;
    margin: auto;
    font-size: 40px;

}
.slot-item-title {
    font-size: 16px;
}
.slot-item{
    position: relative;
    display: table;
    width: 100%;
    padding: 0 20px 0 74px;
    cursor: pointer;
    height: 70px;
}
.slot-item-inner{
    /*color: #ffffff;*/
    height: 84px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: none;
}
#addEditSidesBox .mfp-close{
    color: #111;
}

/*PAGE 500*/
.page-500-full-page {
    overflow-x: hidden;
    padding: 20px;
    background-color: #fafafa !important;
}
.page-500-full-page .page-500 {
    margin-top: 100px;
}
.page-500 {
    text-align: center;
}
.page-500 .number {
    display: inline-block;
    letter-spacing: -10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #ec8c8c;
    text-align: right;
}
.page-500 .details {
    margin-left: 40px;
    display: inline-block;
    text-align: left;
}

/*PAGE 404*/
.page-404 {
    text-align: center;
    padding: 200px;
}
.page-404 .number {
    position: relative;
    top: 12px;
    display: inline-block;
    letter-spacing: -10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #32c5d2;
    text-align: right;
}
.page-404 .details {
    margin-left: 40px;
    display: inline-block;
    padding-top: 0px;
    text-align: left;
}
.btn.btn-outline.red {
    border-color: #e7505a;
    color: #e7505a !important;
    background: 0 0;
}

/*MILESTONE BADGE POPUP*/
#web-badge-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(54, 54, 54, 0.6);
    display: none;
}
.web-badge-box{
    /*size with margin: 320x568*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 548px;
    padding: 15px 15px 15px 15px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
    background-repeat:no-repeat;
    -moz-box-shadow:0 0 12px #999;
    -webkit-box-shadow:0 0 12px #999;
    box-shadow: 0 0 12px #333;
    color:#fff;
    opacity: 0.95;
    background-color: #222;
    text-transform: uppercase;
    text-align: center;
    display: none;
    z-index: 20000;
}
.badge_close{
    height: 34px;
}
#web_badge_close_btn{
    float: right;
    width: 34px;
    height: 34px;
    cursor: pointer;
    font-size: 28px;
    line-height: 34px;
}

.web-badge-image{
    /*width: 100%;*/
    position: relative;
    height: 160px;
    margin-top: 50px;
    background-image: url("../images/web_badge/gamelet_no_image_round.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.web_badge_description{
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    max-height: 112px;
    overflow: hidden;
}
.web_badge_date{
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
}

.web_badge_title{
    margin: 20px 0 20px 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}

.badge-circle{
    position: absolute;
    opacity: 0.95;
    background-color: rgba(34,34,34,0.95);

    padding-left: 8px;
    padding-right: 8px;
}

.badge-coins-circle{
    top: -30px;
    left: 25px;
    height: 74px;
    min-width: 74px;
    border-radius: 37px;
    border: 5px solid #f00;
}

.badge-times-circle{
    top: -16px;
    right: 29px;
    height: 60px;
    min-width: 60px;
    border-radius: 30px;
    border: 4px solid #f00;
}

.value-container{
    width: 100%;
    height: 100%;
    display: table;
}
.value-inner{
    display: table-cell;
    vertical-align: middle;
}
.badge-coins-value{
    height: 30px;
    font-size: 30px;
    line-height: 30px;
}
.badge-coins-value-label{
    height: 9px;
    line-height: 9px;
}
.badge-times-value{
    height: 26px;
    font-size: 26px;
    line-height: 26px;
}

.value-label{
    font-size: 9px;
}
.badge-points-value{
    height: 26px;
    font-size: 26px;
    line-height: 26px;
    margin-top: 12px;
}
.badge-points-value-label{
    height: 9px;
    font-size: 9px;
    line-height: 9px;
    margin-bottom: 30px;
}
.badge-times-circle-profile{
    top: -10px;
    right: -10px;
    height: 60px;
    min-width: 60px;
    border-radius: 35px;
    border: 5px solid #f00;
    text-align: center;
}
.value-x-label{
    font-size: 14px;
}

#modules-links-collapsed{
    z-index: 1000000;
}
#modules-links-collapsed li{
    font-size: 16px;
    line-height: 20px;
    padding: 4px 0;
}
#modules-links-collapsed a:hover {
    color: #1abc9c;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 32px;
    background: none;
}

.items-row{
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.card-row{
    margin: auto;
    /*background-color: lightblue;*/
}

.accept_label{
    font-size: 15px !important;
    display:inline !important;
    margin:4px !important;
}

.form-control-acceptance{
    width:auto !important;
}

.terms-text{
    text-align:left;
}

#terms-popup .mfp-close {
    color: #000 !important;
}
#terms-popup.white-popup{
    max-width:600px !important;
}
.terms-text h3{
    margin-bottom:30px !important;
}

@media (max-width: 992px){
    .card-row .gamelet-card{
        /*reduce gamelet-card width to 240px*/
        margin-left: 18px;
        margin-right: 18px;
    }
}

/*//file order matters!!!*/
@media (min-width: 0){
    .card-row{
        /*1 item with 240px*/
        width: 240px;
    }
}
@media (min-width: 525px){
    .card-row{
        /*2 items with 240px*/
        width: 480px;
    }
}
@media (min-width: 768px){
    .card-row{
        /*3 items with 240px*/
        width: 720px;
    }
}
@media (min-width: 992px){
    .card-row{
        /*3 items with 252px*/
        width: 756px;
    }
}
@media (min-width: 1200px){
    .card-row{
        /*4 items with 252px*/
        width: 1008px;
    }
}

.gamelet-card{
    width: 204px;
    min-height: 344px;
    padding: 18px;
    margin: 24px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.gamelet-card-title{
    font-size: 22px;
    padding: 15px 0 5px 0;
}
.gamelet-card-description{
    font-size: 14px;
    line-height: 20px;
}

.gamelet-card-date{
    font-size: 13px;
    padding: 20px 0 0 0;
}

.gamelet-card:active {
    position: relative;
    top: 10px;
}

.gamelet-card-link{
    height: 100%;
    width: 100%;
}

.gamelet-card-image-container{
    width: 168px;
    height: 168px;
    padding: 3px;
    border-radius: 50%;
}

.gamelet-card-image-container.highlight-vertical-gradient{
    background:none;
}

.badge-card-image-container{
    position: relative;
    width: 168px;
    height: 168px;
    /*padding: 3px;*/
}

.badge-card-image{
    width: 168px;
    height: 168px;
}
.gamelet-card-image{
    width: 162px;
    height: 162px;
    border-radius: 50%;
}

.round-image{
    width: 206px;
    height: 206px;
    border-radius: 50%;
}
/*TRIBES*/
.tribe-card{
    position: relative;
    width: 194px;
    min-height: 240px;
    padding: 18px;
    margin: 24px 29px;
    border-radius: 4px;
    /*cursor: pointer;*/
    /*background-color: #713d87;*/
}
.tribe-card-image-container {
    position: relative;
    width: 158px;
    height: 158px;
    /*padding: 3px;*/

}
.tribe-card-image {
    width: 158px;
    /*    height: 198px;*/
}
.tribe-card-title{
    font-size: 22px;
    padding: 15px 0 5px 0;
    text-align: center;
}
.tribe-card-description{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.tribe-card:hover .tribe-card-btn{
    opacity: 1;
}

.tribe-card-btn{
    opacity: 0;
    margin-top: 15px;
}
.tribe-card-check{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #88E188;
    font-size: 52px;
}
.tribe-card-loading{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}
.tribe-card-check-show{
    display: block;
}
.tribe-view-all-btn{
    width: 240px;
    margin: auto;
    padding: 15px 0 30px 0;
    text-align: center;
}

/*//RANKINGS*/
.achievements-tabs-container{
    font-size: 16px;
    width: 100%;
    text-transform: none;
    text-align: center;
}
.achievements-tab-outter{
    position: relative;
    height: 52px;
    float: left;
    cursor: pointer;
    padding-right: 1px;
}
.achievements-selected-bar{
    position: absolute;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
}
.header-span{
    height: 52px;
    white-space: nowrap;
    line-height: 52px;
}


.ranking-dates-container{
    position: relative;
    height: 70px;
    line-height: 70px !important;
    text-align: center;
    font-size: 20px;
}

.ranking-dates-side-arrow{
    line-height: 70px !important;
}
.ranking-dates-side-month{
    position: absolute;
    top: 0;
    height: 100%;
    width: 120px;
}
#previous-month{
    left: 0;
}
#next-month{
    right: 0;
}
#current-month{
    width: 100%;
    padding: 0 120px;
}
.ranking-row{
    height: 36px;
    padding: 3px 8px;
    font-family: RobotoCondensedRegular;
    font-size: 15px;
    text-transform: none;
    line-height: 30px;
    margin-top: 1px;
}

.ranking-row-gap{
    height: 24px;
    font-family: RobotoCondensedRegular;
    font-size: 15px;
    line-height: 16px;
}

.ranking-row div{
    float: left;
    height: 100%;
}
.ranking-position{
    max-width: 14%;
    min-width: 6%;
}
.ranking-photo{
    width: 14%;
}
.ranking-photo img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.ranking-name{
    width: 52%;
    text-align: left;
}
.ranking-score{
    width: 20%;
    text-align: right;
    float: right !important;
}
.ranking-gamelet-row{
    position: relative;
    margin-bottom: 1px;
}
.ranking-row-title{
    padding: 10px 56px 10px 20px;
    min-height: 52px;
    font-size: 20px;
    cursor: pointer;
}
.ranking-row-content{
    margin-bottom: 15px;
}

.ranking-gamelet-row i{
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    width: 56px;
    text-align: center;
    font-size: 28px;
    line-height: 56px;
}

.box-message-container{
    padding: 15px 15px 30px 15px;
}
.box-message {
    min-height: 5.4rem;
    font-size: 1.4rem;
    text-align: center;
    display: table;
    width: 100%;
}

.box-message-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 1.6rem;
    line-height: 2rem
}

.one-box-message{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    min-height: 84px;
    margin: 1px 0;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-center-left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}