html {
    overflow-x: hidden;
}

body {
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    direction: rtl;
    font-family: 'Arimo', 'Alef', sans-serif;
    background: black;

}

body.iosBugFixCaret.modal-open {
    position: fixed;
    width: 100%;
}

h1 {
    font-family: 'Arimo', 'Alef', sans-serif;
}

.bg-dark-blue h4 {
    opacity: 0.8;
!important;
}

.btn-chat {
    margin-top: 1em;
    border-radius: 6px;
    font-size: 1.4em
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    color: white;
}

.reverse-row {
    flex-direction: row-reverse;
    display: flex;
}

@media (max-width: 768px) {
    .reverse-rows {
        display: flex;
        flex-direction: column-reverse;
    }

    .container > div:first-child {
        margin-top: 0.5em;
    }

    .container > div {
        padding-left: 0;
        padding-right: 0;
    }

    .sm-no-padding {
        padding: 0;
    }
}

.pointer {
    cursor: pointer;
}

.tImgBack1 {
    background-repeat: no-repeat;
    background-image: url("../images/img/ps.jpg");
    background-size: cover;
    color: white;
    padding: 0;
    overflow: hidden;
    margin: 2px;
    border-radius: 2px;
    height: 260px;
    /*border: 1px solid rgba(200, 200, 200, 0.5);*/
    border-bottom: 1px solid rgba(200, 200, 200, 0.5);
    border-top: 1px solid rgba(200, 200, 200, 0.5);
    border-left: 1px solid rgba(200, 200, 200, 0.5);
    border-right: 1px solid rgba(80, 80, 80, 0.75);

}

.tImgBack2 {
    background-repeat: no-repeat;
    background-image: url("../images/img/tBg2.png");
    background-size: 100% 100%;
    color: white;
    padding: 0;
    border-top: 4px solid #007FF5;

}

.tImgBack3 {
    background-repeat: no-repeat;
    background-image: url("../images/img/tBg1.png");
    background-size: 100% 100%;
    color: white;
    padding: 0;
    border-top: 4px solid #007FF5;

}

.textOnBlack {
    padding-top: 1em;
    height: 100%;
    position: relative;
    text-align: center;
    font-family: 'Arimo', 'Alef', sans-serif;
}

.tour-card-details {
    position: absolute;
    left: 0.5em;
    bottom: 0.5em;
}

.tour-card-details img {
    width: 70%;
    margin-top: .5em;
}

.tour-card-details h6 {
    margin: 2px 0 4px;
}

/*.tour-card-details div.small {*/
/*word-break: break-all;*/
/*}*/

.tour-card-more {
    margin-top: 1em;
    display: inline-block;
    cursor: pointer;
    opacity: .75;
}

.tour-card-more:hover {
    opacity: 1;
}

.textOnBlack > h2 {
    margin-top: 6px;
    font-family: 'Arimo', 'Alef', sans-serif;
}

.textOnBlack > h3 {
    margin-top: 6px;
    font-family: 'Arimo', 'Alef', sans-serif;
}

.textOnBlack p {
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 .5em;
}

/*.textBlueBG ~ .overlay {*/
/*display: none;*/
/*}*/

.textBlueBG {
    right: -80%;
    border-top-right-radius: .3em;
    border-bottom-right-radius: .3em;
    background: rgba(0, 0, 0, .85);
    min-height: 260px;
    height: 100%;
    padding: 1px;
    font-family: 'Arimo', 'Alef', sans-serif;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    z-index: 2;
}

.textBlueBG.tour-open {
    right: -30%;
}

.textBlueBG:hover, .textBlueBG:active {
    right: -25%;
}

.textBlueBG:hover ~ .overlay, .textBlueBG:active ~ .overlay {
    display: block;
}

.noPading {
    padding-left: 0;
!important;
    padding-right: 0;
!important;
}

.date-back {
    background: #007FF5;
    color: white;
    text-align: center;
    padding: 4px;
    font-size: 16px;
}

hr.blue {
    border-color: #007FF5;
    max-width: 90%;
    border-width: 1px;
    margin-bottom: 6px;
    margin-top: 12px;

}

hr.slate {
    border-color: lightslategray;
    max-width: 50%;
    border-width: 1px;
    margin: 12px auto;
}

hr.slate-full {
    border-color: rgba(150, 150, 150, .5);
    max-width: 100%;
    border-width: 1px;
    margin: 12px auto;
}

.comment {
    margin-right: 5%;
    margin-top: 22px;
    margin-bottom: 22px;

}

.bg-football-2 {
    background-image: url(/images/backgrounds/mobile/football1-min.jpg);
}

.bg-football-1 {
    background-image: url(/images/backgrounds/mobile/football3-min.jpg);
}

@media only screen and (min-width: 768px) {
    .bg-football-2 {
        background-image: url(/images/backgrounds/football1-min.jpg);
    }

    .bg-football-1 {
        background-image: url(/images/backgrounds/football3-min.jpg);
    }
}

.bg-black {
    color: white;
    background-color: black !important;
    border: none;
}

.bg-transparent {
    background: transparent;
    border: none;
}

.bg-white {
    color: black;
    background-color: white;
}

.bg-dark {
    background: #111;
}

.bg-dark-cover {
    background-color: rgba(0, 0, 0, .75);
}

.bg-darker-cover {
    background-color: rgba(0, 0, 0, .9);
}

.bg-blue {
    background-color: #007FF5;
    color: #fff;
    font-family: 'Arimo', 'Alef', sans-serif;
}

.bg-slate {
    background-color: lightslategray;
    color: #fff;
}

.bg-orange {
    background-color: #F05F40;
    color: white;
}

.bg-orange a, .bg-slate a {
    color: white;
}

.bg-orange a:hover, .bg-slate a:hover {
    text-decoration: underline;
}

.bg-ps4, .bg-pc, .bg-xbox_one, .bg-playstation {
    background: #034ea2 center/cover no-repeat;
    color: whitesmoke;
}

.bg-ps4 {
    background-image: url(../images/backgrounds/ps_narrow.jpg);
}

.bg-xbox_one {
    background-image: url(../images/backgrounds/xbox_narrow.jpg);
}

.bg-pc {
    background-image: url(../images/backgrounds/pc_narrow.jpg);
}

.bg-playstation {
    background-image: url(../images/backgrounds/bg1.jpg);
    -webkit-transition: background-image 0.5s ease-in;
    transition: background-image 0.5s ease-in;
}

@media screen and (min-width: 768px) {
    .bg-playstation {
        background-image: url(../images/backgrounds/player1.png), url(../images/backgrounds/bg1.jpg);
        background-size: auto 90%, 100% auto;
        background-position: 95% 0, top;
        background-attachment: fixed, fixed;
    }
}

.FBFollow1 {
    background-color: #ffffff;
    padding: 12px;
    border-radius: 20px;
    margin-bottom: 22px;

}

.profile_img_modal2 {
    display: block;
    width: 9em;
    height: 9em;
    margin: auto;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
}

.profile_img_modal3 {
    display: block;
    width: 7em;
    height: 7em;
    margin: auto;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
}

.profile_img_modal {
    display: block;
    width: 5em;
    height: 5em;
    margin: auto;

}

.circle-img {
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
}

.half-circle-img {

    border: 1px solid rgba(50, 50, 50, 0.3);
    border-radius: 25%;
}

.form-group {
    direction: rtl;
}

.control-label {
    padding-top: 0 !important;
}

#description {
    font-family: 'Arimo', 'Alef', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: 'Arimo', 'Alef', sans-serif;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Ariel, sans-serif;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: 'Arimo', 'Alef', sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 6px 12px;
    text-overflow: ellipsis;
    width: 60%;
    right: 0 !important;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.loader_container {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    z-index: 9999;
}

.loader {
    position: relative;
    width: 75px;
    height: 100px;
}

.loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #fff;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.loader__bar:nth-child(1) {
    left: 0px;
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
    -webkit-animation: barUp1 4s infinite;
    animation: barUp1 4s infinite;
}

.loader__bar:nth-child(2) {
    left: 15px;
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
    -webkit-animation: barUp2 4s infinite;
    animation: barUp2 4s infinite;
}

.loader__bar:nth-child(3) {
    left: 30px;
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
    -webkit-animation: barUp3 4s infinite;
    animation: barUp3 4s infinite;
}

.loader__bar:nth-child(4) {
    left: 45px;
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
    -webkit-animation: barUp4 4s infinite;
    animation: barUp4 4s infinite;
}

.loader__bar:nth-child(5) {
    left: 60px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation: barUp5 4s infinite;
    animation: barUp5 4s infinite;
}

.loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: ball 4s infinite;
    animation: ball 4s infinite;
}

@-webkit-keyframes ball {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px);
    }
    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px);
    }
    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px);
    }
    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px);
    }
    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px);
    }
    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px);
    }
    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px);
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px);
    }
    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px);
    }
    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px);
    }
    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px);
    }
    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px);
    }
    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px);
    }
    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px);
    }
    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px);
    }
    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px);
    }
    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px);
    }
    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px);
    }
    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px);
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px);
    }
    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px);
    }
    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px);
    }
    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px);
    }
    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px);
    }
    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    40% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
}

@keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    40% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
}

@-webkit-keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    40% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    50% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    90% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    100% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
}

@keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    40% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    50% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    90% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    100% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
}

@-webkit-keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
    100% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
}

@keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
    100% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
}

@-webkit-keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    40% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    50% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    90% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    100% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
}

@keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    40% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    50% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    90% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    100% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
}

@-webkit-keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    90% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    90% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

#background-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none !important;
    overflow: hidden;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 50px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 50px;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 7%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 15%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 22%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 60%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 70%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 80%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 90%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

/* OBJECTS */

.fb_bubble {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    height: 5em;
    position: absolute;
    width: 5em;
    background-size: 100% 100%;
    top: 55%;
    opacity: .85;
    z-index: 1;
}

.edit-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.5;
    color: darkslategrey;
    border: 1px solid darkslategrey;
    width: auto;
    height: auto;
    padding: 0.3em;
    font-size: 2.2em;
    cursor: pointer;
}

.flex-apart {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-text-justify: distribute;
    flex: 1;
}

.flex-start {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex: 1;
}

.flex-even {
    display: flex;
    justify-content: space-around;
    -ms-text-justify: distribute;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1;
}

.gap-1 > *:not(:last-child) {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .flex-even-col {
        flex-direction: column;
    }
}

.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
    flex: 1;
}

#tour_modal .toggle {
    width: 100px !important;
}

.floating-buttons-container {
    position: fixed;
    background: transparent;
    justify-content: center;
    -webkit-justify-content: center;
    left: 0;
    right: 0;
    bottom: -6px;
    display: flex;
    display: -webkit-flex;
    z-index: 3;
    font-family: 'Arimo', 'Alef', sans-serif;

}

.floating-buttons {

    background-color: white;
    z-index: 1;
    border: 1px solid lightblue;
    padding: 1%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* opacity: 0.7; */
    width: auto;
    height: auto;
    display: flex;
    display: -webkit-flex;
    opacity: 0.6;
    justify-content: center;
    -webkit-justify-content: center;
    display: flex;
    font-family: 'Arimo', 'Alef', sans-serif;
}

.floating-buttons a {
    margin: 0 0.25em;
}

@media only screen and (min-width: 768px) {
    .floating-buttons {
        right: 5%;
        bottom: 5%;
        width: auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

.floating-buttons > * {
    margin: 0 0.25em;
    text-align: center;

}

.floating-buttons:hover {
    opacity: 1;
}

.floating-buttons a:hover {
    text-decoration: none;
}

.manager-buttons > span {
    cursor: pointer;
    margin: 0 0.25em;
}

.max-scroll {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 16px;
}

.max-scroll label {
    margin: 6px 0 2px;
}

.max-scroll .toggle-group label {
    margin: 0;
}

.my-tours-table {
    max-height: 50vh;
    overflow-y: auto;
}

.my-tours-table td {
    padding: 0.25em 0.5em !important;
}

.add-player {
    display: inline-block;
}

.add-player .col-md-6, .add-player .col-lg-4 {
    float: right !important;
}

.brackets {
    overflow-x: auto;
    overflow-y: hidden;
    zoom: 130%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
}

div.jQBracket .team div.label {
    padding: 2px;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4em;
    color: black;
    text-align: initial;
    white-space: initial;
    vertical-align: initial;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
}

div.jQBracket .team div.label img {
    position: relative;
    display: inline-block;
    height: 1.3em;
    width: 1.3em;
    left: 0;
    top: 0;
    margin-right: 0.2em;
}

div.jQBracket .team {
    text-align: left;
    box-sizing: inherit;
}

#timing .no-action, .no-action .teamContainer, #mod_chat .no-action {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
    pointer-events: none;
}

/*@media (min-width: 768px) {*/
/*#timing, #game {*/
/*padding-left: 25px !important;*/
/*}*/
/*}*/

.player-card {
    position: relative;
    border: 1px solid lightgrey;
    padding: 0.1em 0.2em;
    margin: 0.2em;
    border-radius: 0.2em;
    opacity: .95;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
    direction: ltr;
    text-align: left;
    box-shadow: 1px 1px 3px grey;
}

.player-card .player-actions {
    text-align: center;
}

.player-card-wrap > * {
    white-space: nowrap;
}

.player-card-wrap > *:first-child {
    overflow: hidden;
}

.player-card-wrap > *:last-child {
    padding-left: 2px;
}

.player-partner {
    margin-top: 4px;
    border-top: 1px solid lightgrey;
    padding: 4px 0 8px 32px;
    font-size: 80%;
    line-height: 28px;
}

.player-approved {
    background: green;
    color: white;
}

.player-card:hover {
    opacity: 1;
}

.player-card:hover .crown {
    display: block !important;
}

.player-profile-img {
    margin: 0 0.2em 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}

.player-captain-img {
    display: none;
    margin: 0 0.2em 0 0;
}

.player-card:hover > div > .player-profile-flip {
    display: none !important;
}

.player-card:hover > div > .player-captain-img {
    display: inline-block !important;
}

.player-card span {
    display: inline-block;
}

.player-card span.player-name {
    white-space: nowrap;
    /*width: 55%;*/
    text-align: center;
    /*overflow-x: hidden;*/
}

.player-card-dark {
    background: rgba(30, 30, 30, .8);
    border: 1px solid #222222;
}

.game-card {
    /* width: 100%; */
    height: 17.2em;
    /*background: rgba(30, 30, 30, .8);*/
    /*border: 1px solid #222222;*/
    margin: auto 0.3em 0 0;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-border-radius-topleft: .3em;
    -moz-border-radius-bottomleft: .3em;
    border-bottom-left-radius: .3em;
    border-top-left-radius: .3em;

    position: relative;
}

.icon-button {
    text-align: center;
    width: 1.5em;
    height: 1.5em;
    padding: 0.2em;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid lightgrey;
    opacity: .75;
    margin: 0 2px;
}

.icon-button:hover {
    opacity: 1;
}

.crown {
    position: absolute;
    left: -0.25em;
    top: -2em;
    height: 2em;
    width: auto;
    background: transparent;
    border: none;
    display: none !important;
    z-index: 9999;
    transition: display 2s;;
}

.crown:hover {
    display: block !important;
}

.crown img {
    position: relative;
    width: 1.75em;
    padding: 0.25em 0 0.5em 0;
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-10deg);
    transform-origin: left top;
}

.calculator {
    border: 1px solid lightblue;
    padding: 1em;
    border-radius: 1em;
}

.bracket-number {
    font-size: small;
    border-right: 1px solid grey;
    padding-right: 0.3em;
    margin-right: 0.3em;
    color: grey;
    font-weight: 100;
}

.sponsors-fixed {
    background: white;
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
}

.player-form .form-group label {
    margin: 6px 0 2px;
}

.player-form .col {
    float: right;
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none !important
    }

    .zoom-sm-2 {
        zoom: 0.5;
    }

    .full-on-mobile > div {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .hidden-lg {
        display: none !important
    }

    .navbar-nav > li {
        float: right;
        display: inline-block;
    }
}

.blue-white {
    background-color: #034ea2 !important;
    color: white !important;
}

.blue-white a, .blue-white a:focus {
    color: white !important;
    font-size: large;
    font-weight: 200;
}

.blue-white.navbar-default .nav > li.active > a, .blue-white.navbar-default .nav > li.active > a:focus {
    color: white !important;
}

.navbar-default .navbar-header .navbar-toggle {
    font-weight: 500;
    font-size: 20px;
    line-height: 14px;
}

.navbar-default {
    border: none;
}

@media screen and (max-width: 768px) {
    .navbar-default {
        border-bottom: 1px solid #034ea2;
    }
}

.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 10px;
}

#timing_container {
    width: 100%;
    height: auto;
    zoom: 125%;
    justify-content: flex-start;
    display: flex;
    direction: ltr;
    transform-origin: left top;
}

#timing_container h3, #timing_container h6 {
    text-align: center;
    margin: 2px 0;
}

#timing_container .team {
    width: 190px;
}

#timing_container .team .label {
    width: 160px;
}

#timing_container .team input[type=number]::-webkit-outer-spin-button,
#timing_container .team input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#timing_container .team input[type=number] {
    -moz-appearance: textfield;
}

#timing_container .round {
    width: 190px;
    margin-right: 16px;
    direction: ltr
}

#timing_container .round .arrow {
    opacity: .3;
    height: 80px;
    width: 190px;
    filter: hue-rotate(100Deg) brightness(85%);
    margin: 10px 0 0;
}

#timing_container .editing {
    outline: 2px solid orange;
}

.timing_outer_div {
    overflow-x: auto;
    overflow-y: hidden;
    text-align: left;
    text-align: -webkit-left;
    direction: ltr;
}

.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.card-banned {
    background-color: #444;
    color: white;
}

.card-admin {
    background-color: red;
    color: white;
}

.card-manager {
    background-color: dodgerblue;
    color: white;
}

.toggle-handle {
    width: 42px !important;
}

blockquote {
    border-left: none
}

.quote-badge {
    background-color: rgba(0, 0, 0, 0.2);
}

.quote-box {

    overflow: hidden;
    border-radius: 17px;
    background-color: #034ea2;
    color: white;
    box-shadow: 2px 2px 2px 2px #E0E0E0;
    margin: 20px auto;
}

.quotation-mark {

    margin-top: -10px;
    font-weight: bold;
    font-size: 72px;
    color: white;
    font-family: Ariel, sans-serif;
}

.quote-text {

    font-size: 16px;
    margin-top: -65px;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto, sans-serif;
}

.pac-container {
    z-index: 999999 !important;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#timing {
    padding: 20px 0;
}

.bottom-links {
    margin-top: 50px;
}

.bottom-links a {
    color: lightgrey;
    text-decoration: none;
    font-size: 1.2em;
}

.bottom-links a:hover {
    color: white;
}

.bottom-links span {
    color: lightgrey;
    text-decoration: none;
    font-size: 1em;
    font-weight: 100;
}

.btn {
    border: none;
    outline: none !important;
}

.panel-heading .btn span.glyphicon {
    opacity: 0;
}

.panel-heading .btn.active span.glyphicon {
    opacity: 1;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

.separator {
    width: 100%;
    height: 20px;
    background-color: #034ea2;
    position: relative;
    left: 0;
    top: 0;
    border: none;
    z-index: 1;
    pointer-events: none;
}

.separator:after {
    content: "";
    border-color: #034ea2 transparent transparent transparent;
    border-style: solid;
    border-width: 40px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -70px;
    left: 50%;
    right: 50%;
    margin: 0 -40px;
}

.separator-black {
    background-color: black;
}

.separator-black:after {
    border-color: black transparent transparent transparent;
}

.separator-white {
    background-color: white;
}

.separator-white:after {
    border-color: white transparent transparent transparent;
}

.separator-grey {
    background-color: rgb(30, 30, 30);
}

.separator-grey:after {
    border-color: rgb(30, 30, 30) transparent transparent transparent;
}

#pref-form > div {
    margin: 0.25em 0;
}

@media (min-width: 768px) {
    .navbar-header {
        display: inline-block;
        float: right;

    }
}

.navbar-toggle {
    display: block;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-nav {
    float: none !important;
}

.navbar-nav > li {
    float: none;
}

.navbar-collapse.collapse.in {
    display: inline-block !important;
    float: right;

}

.navbar.affix-top .navbar-toggle {
    color: white !important;
    background: #034ea2;
    border: 1px solid #034ea2;
}

/*Logo carousel*/
#clients {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#clients .clients-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#clients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#clients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 220px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

#clients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    opacity: 0.65;
}

#clients .clients-wrap ul li img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1.0;
}

#mainNav.affix .oleague-logo {
    height: 38px !important;
}

.oleague-logo {
    opacity: 0.9;
    margin: 8px 4px;
    height: 38px;
    width: auto;
    border: none;
    cursor: pointer;
    float: left;
    transition: height .75s ease-in-out, width .75s ease-in-out;
}

.oleague-logo:hover {
    opacity: 1;
}

.top-left-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.top-left-icon img {
    opacity: 0.9;
    margin: 8px 4px;
    height: 38px;
    width: auto;
    border: none;
    cursor: pointer;
    float: left;
    border-radius: 2px;
}

.top-left-icon img:hover {
    opacity: 1;
}

.overlay {
    position: absolute !important;
    width: calc(100% + 2px) !important;
    height: calc(100% + 1px) !important;
    top: 0;
    left: 0;
    pointer-events: none;
}

.overlay-black {
    background-color: rgba(0, 0, 0, 0.5);
}

.overlay-white {
    background: rgba(230, 230, 240, 0.75);
}

.overlay-gradient-black {
    background: rgba(0, 0, 0, .5); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 1)); /* Standard syntax */
}

.overlay-black-darker {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.overlay ~ * {
    z-index: 1;
}

.game-calendar {
    width: 4em;
    height: auto;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.game-calendar > div {
    width: 100%;
    position: relative;
    text-align: center;
}

.game-calendar > div:first-child {

    background: rgb(245, 22, 43);
    color: white;
    font-size: 1em;
    line-height: 1.8em;
    height: 30%;
}

.game-calendar > div:nth-child(2) {
    background: white;
    color: rgb(20, 20, 20);
    font-size: 3em;
    line-height: normal;
    height: 60%;
    margin: 0;
    border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: .2em;
}

.game-calendar > div:nth-child(3) {
    background: transparent;
    color: white;
    font-size: 1em;
    line-height: 1.8em;
}

.logo-white {
    filter: invert(100%) grayscale(100%) brightness(150%);
}

.tour-card {
    padding: 2px;
}

.tour-card-new {
    cursor: pointer;
}

.tour-card-btn {
    border-radius: 6px;
    margin: 12px auto;
}

.vertical-spread {
    justify-content: space-between;
    flex-direction: column;
}

.google-map {
    background: transparent url(../images/icons/google_maps-512.png) no-repeat;
    height: 1.2em;
    width: 1.2em;
    display: inline-block;
    margin: 0;
    background-size: cover;
}

.eventInfo {
    background-color: black;
    border-top-left-radius: 2px;
    border-top-right-radius: 10px;
    position: relative;
    min-height: 175px;
    overflow: hidden;
    box-shadow: 2px -2px 3px #111;
}

.eventInfoImage {
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
}

.eventInfoImage > label {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 26px;
    font-size: 14px;
    font-weight: 100;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    margin: 0;
    color: white;
}

.event-rules {
    list-style: none;
    font-size: 110%;
    margin-top: 10px;
}

.textOrang {
    color: #FDBC3C;
}

.table-hover > tbody > tr:hover {
    background-color: #034ea2;
    color: white;
    cursor: pointer;
    font-weight: bolder;
}

.cover-bg {
    background-size: cover;
}

.leader-card {
    position: relative;
    width: 128px;
    height: 128px;
    margin: 20px auto;
    background-color: transparent;
    background-size: cover;
}

.leader-card-left {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.leader-card-right {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.leader-card > span:first-child {
    position: absolute;
    z-index: 1;
    font-size: 128px;
    font-weight: 600;
    top: 0;
    line-height: 128px;
}

.leader-card-left > span:first-child {
    right: -72px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.leader-card-right > span:first-child {
    left: -72px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.leader-card > span:last-child {
    position: absolute;
    z-index: 1;
    color: white;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    bottom: 0;
}

.leader-card > span:last-child span {
    display: block;
}

.leader-card-new {
    position: relative;
    width: 200px;
    height: 128px;
    margin: 20px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    justify-content: flex-start;
    display: flex;
    cursor: pointer;
}

.leader-card-new > span:first-child {
    width: 128px;
    height: 128px;
    position: relative;
    background-color: transparent;
    background-size: cover;
    display: inline-block;
}

.leader-card-new > span:first-child > span {
    position: absolute;
    z-index: 1;
    color: white;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    bottom: 0;
}

.leader-card-new > span:last-child {
    width: 72px;
    height: 128px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 128px;
    font-weight: 600;
    top: 0;
    line-height: 108px;
}

.leader-card-new > span:last-child > span {
    display: block;
    line-height: 12px;
    font-size: 18px;
    letter-spacing: 1px;
}

.leader-card-new-left {
    flex-direction: row;
}

.leader-card-new-right {
    flex-direction: row-reverse;
}

.leader-game {
    height: 168px;
    display: block;
    position: relative;
}

.leader-game img {
    width: 96%;
}

@media (max-width: 768px) {
    .leader-card-new {
        width: 100%;
        height: 256px;
    }

    .leader-card-new > span:first-child {
        width: 256px;
        height: 256px;
    }

    .leader-card-new > span:first-child > span {
        font-size: 24px;
    }

    .leader-card-new > span:last-child {
        width: 100px;
        height: 256px;
        z-index: 1;
        font-size: 180px;
        text-align: center;
        line-height: 200px;
    }

    .leader-card-new > span:last-child > span {
        display: block;
        line-height: 16px;
        font-size: 36px;
        letter-spacing: 1px;
    }

    .leader-game {
        height: 168px;
        display: block;
        position: relative;
    }

    .leader-game img {
        width: 96%;
    }

}

.campaign-popup {
    background-size: cover;
    position: relative;
}

.pay-option-off {
    opacity: .5;
    pointer-events: none;
}

.campaign-description {
    font-size: large;
    font-weight: 500;
    line-height: 1.5;
    text-align: right;
}

.icon-alone-button {
    margin: 0.5em 0;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 6px;
    color: whitesmoke;
    cursor: pointer;
}

.icon-alone-button:hover {
    color: white !important;
}

/* jssor slider loading skin double-tail-spin css */

.jssorl-004-double-tail-spin img {
    animation-name: jssorl-004-double-tail-spin;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-004-double-tail-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jssorb052 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb052 .i .b {
    fill: #4d90fe;
    fill-opacity: 0.3;
    stroke: #000;
    stroke-width: 400;
    stroke-miterlimit: 10;
    stroke-opacity: 0.7;
}

.jssorb052 .i:hover .b {
    fill-opacity: .7;
}

.jssorb052 .iav .b {
    fill-opacity: 1;
}

.jssorb052 .i.idn {
    opacity: .3;
}

.jssora053 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora053 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 640;
    stroke-miterlimit: 10;
}

.jssora053:hover {
    opacity: .8;
}

.jssora053.jssora053dn {
    opacity: .5;
}

.jssora053.jssora053ds {
    opacity: .3;
    pointer-events: none;
}

.edit-admin-id {
    width: 4em;
    text-align: center;
    border: none;
    border-bottom: 1px solid lightgreen;
}

.side-navbar {
    position: fixed;
    top: 52px;
    right: 0;
    left: 0;
    z-index: 9;
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;

}

.side-navbar ul {
    text-align: center;
}

.side-navbar .nav li {
    display: inline-block;
    margin: 0 -1px;
    zoom: .75;
}

.side-navbar .nav li a {
    padding: 8px;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .side-navbar {
        position: fixed;
        top: 25%;
        right: 0;
        z-index: 9;
        height: auto;
        width: 70px;
        background-color: rgba(0, 0, 0, .6);
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        margin: 0;
    }

    .side-navbar .nav li {
        display: block;
    }
}

.side-navbar ul {
    padding: 0;
}

.side-navbar ul li a span {
    color: white;
}

.side-navbar ul li a:hover {
    background-color: rgba(0, 0, 0, .8);
}

.no-padding {
    padding: 0 !important;
}

/****** Style Star Rating Widget *****/

#rate_modal .modal-body {

    background: black url(../images/backgrounds/random1.jpg) no-repeat;
    background-size: cover;
    color: white;
    position: relative;
}

.rating {
    border: none;
    /* float: left; */
    direction: ltr;
    zoom: 1.2;
    padding: 0;
    margin: 0;
    /* left: 50%; */
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .rating {
        zoom: 2;
    }
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.no-padding-sides {
    padding-right: 0;
    padding-left: 0;
}

.reg-icon {
    display: block;
    width: 64px;
    height: 64px;
    left: 16px;
    bottom: 92px;
    z-index: 1;
    position: absolute;
    background: transparent url(../images/icons/regOk.png) no-repeat;
    background-size: contain;
    opacity: .85;
}

.reg-icon:hover {
    opacity: 1;
}

.manager-icon {
    left: 16px;
    bottom: 16px;
    z-index: 1;
    position: absolute !important;
    border: 2px solid whitesmoke;
}

.round-icon {
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    opacity: .85;
}

.small-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.round-icon:hover {
    opacity: 1;
}

.round-icon > span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 100;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
}

.round-img {
    border-radius: 50%;
    cursor: pointer;
}

.highlightYellow {
    background-color: yellow !important;
    color: black;
}

.my-rank, .my-score, .player-rank, .player-score {
    float: left;
    direction: ltr;
    opacity: 0.9;
    margin: 8px 0;
    height: 38px;
    cursor: pointer;
}

.my-score, .player-score {
    float: right !important;
}

.modal .my-rank, .modal .my-score, .modal .player-rank, .modal .player-score {
    height: 7em;
    margin: 0;
}

.modal [data-dismiss='modal'] {
    cursor: pointer;
}

.my-rank .btn, .player-rank .btn {
    height: 38px;
    line-height: 1.75;
}

.my-rank:hover {
    opacity: 1;
}

.my-rank-btn, .my-score-btn, .player-rank-btn, .player-score-btn {
    padding: 6px;
    color: #444;
}

.modal .my-rank-btn, .modal .player-rank-btn {
    font-size: 20px;
}

.my-rank-score-modal, .player-rank-score-modal, .my-rank-trophies, .player-rank-trophies {
    direction: rtl;
    display: block;
}

#rank_table tr td:last-child {
    direction: ltr;
}

#rank_table tr td:nth-child(2) {
    cursor: pointer;
}

#rank_table tr td:nth-child(2) img {
    border-radius: 2px
}

.no-border-radius-left {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    outline: 1px solid #EEEEEE !important;
    outline-offset: -1px !important;
}

.no-border-radius-right {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.push-right > div {
    float: right;
}

.side-navbar-subscript {

    display: block;
    text-align: center;
    width: 100%;
    font-size: small;
}

.footer-lists li, .footer-lists li a {
    color: #dddddd;
    list-style: none;
    font-weight: 100;
    font-size: 11px;
    margin-bottom: 8px;
}

.footer-lists ul {
    padding: 0 10px;
}

.footer-bar {
    font-size: 11px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    z-index: 9999;
    line-height: 24px;
}

.footer-bar a {
    color: whitesmoke;
}

.footer-campaigns {
    text-align: center;
}

.footer-campaigns ul {
    color: grey;
    display: inline-block;
    width: 100% !important;
}

.footer-campaigns ul li:first-child {
    list-style: none;
    font-size: 12px;
    font-weight: bold;
}

.footer-campaigns ul li {
    text-align: right;
}

.footer-campaigns ul li a {
    text-decoration: none;
    font-size: 10px;
    color: lightgray;
}

.game-help {
    padding-right: 4em;
}

.game-help h3 {
    margin-right: 1em;
}

.oleague-watermark {
    background-size: 50% !important;
    background-repeat: no-repeat;
    background-position: center;
}

.playstation-watermark {
    background-image: url(../images/icons/ps.logo.fb.png);
}

.oleague-watermark.oleague-watermark-blue {
    background-image: url(../images/icons/watermark.blue.png);
}

.oleague-watermark.oleague-watermark-white {
    background-image: url(../images/icons/watermark.white.png);
}

body.modal-open {
    overflow: visible;
    padding: 0 !important;
}

.modal .checkbox input {
    right: -16px;
}

.test {
    text-align: center;
    padding: 6px 12px;
    margin: 4px 0;
    font-size: 14px;
    border-radius: 4px;
    background: #5cb85c;
    text-decoration: none;
    color: white !important;
}

.toggle.btn-custom, .toggle.btn-custom .toggle-on, .toggle.btn-custom .toggle-off {
    border-radius: 300px;
}

.toggle.btn-custom .toggle-handle {
    border: 1px solid lightgray !important;
    border-radius: 300px !important;
}

.team-side {
    transform: rotate(90Deg);
    /*transform-origin: right top;*/
    position: absolute;
    width: 54px;
    right: -36px;
    top: 20px;
    text-align: center;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #034ea2;
    display: flex;
    justify-content: space-between;
    line-height: 1.1;
}

.team-side > span:first-child {
    width: 30%;
}

.team-side > span:last-child {
    width: 70%;
    font-size: 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.timing-name {
    margin-right: auto;
    cursor: pointer;
}

.icon-button-small {
    color: lightgray;
    margin-left: 2px;
    cursor: pointer;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 50, 0.3);
    background-color: rgba(240, 240, 240, 0.3);
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(240, 240, 240, 0.3);
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: lightgray;
}

.timing-actions > span {
    cursor: pointer;
}

.player-missing {
    direction: ltr;
    border-radius: 8px;
    width: auto;
    font-size: 22px;
    margin: 5px 20px;
    color: white;
    background: #034ea2;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.player-missing > img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-right: 4px;
}

.player-missing > .player-timer {
    margin-right: 4px;
}

.facebook-friends {
    color: white;
    background: #034ea2;
}

.facebook-friends:hover {
    color: white;
}

.friends {
    text-align: center;
    direction: ltr;
}

.friends > img {
    position: relative;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid rgba(255, 255, 255, .9);
    cursor: pointer;
}

.friends > img:nth-child(n+2) {
    margin-left: -32px;
}

.friends:hover > img:nth-child(n+2) {
    margin-left: -16px;
}

.friends > img:hover {
    z-index: 1;
}

.dir-rtl {
    direction: rtl;
}

.dir-rtl div {
    direction: rtl;
}

.dir-rtl > div {
    float: right;
    margin: 10px 0 0;
}

.campaign-button {
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    color: lightgray;
    transition: .5s;
}

.campaign-button .fa {
    font-weight: 100;
}

.campaign-button:hover {
    background: rgba(0, 0, 0, 0.9);
}

.dg-container {
    width: 100%;
    height: 450px;
    position: relative;
}

.dg-wrapper {
    width: 480px;
    height: 260px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper .tour-card {
    width: 460px;
    height: 260px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.dg-wrapper .tour-card.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-container nav {
    width: auto;
    position: absolute;
    z-index: 1000;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    zoom: 1.5;

    /*margin-left: -29px;*/
}

.dg-container nav > span.dg {
    /*text-indent: -9000px;*/
    /*cursor: pointer;*/
    /*width: 24px;*/
    /*height: auto;*/
    /*background: transparent url(../images/buttons/arrows.png) no-repeat top left;*/
    cursor: pointer;
    opacity: 0.5;
    color: black;
    font-weight: 100;
}

.dg-container nav > span:nth-child(2) {
    line-height: 26px;
}

.dg-container nav > span.dg:hover {
    opacity: 1;
}

.dg-container nav > * {
    float: left;
    padding: 2px;
}

.dg-container nav span:hover {
    opacity: 1;
}

.dg-container nav span.dg-prev {
    margin-right: 4px;
}

.dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 4px;
}

.spaced-buttons > * {
    margin: 8px 4px;

}

.img-badge {
    background-size: contain;
    background-repeat: no-repeat;
}

.img-badge-small {
    position: absolute;
    height: 80px;
    width: 100%;
    top: -100px;
    background-size: 75% auto;
    background-position: center;
}

.img-badge-large {
    position: absolute;
    height: 200px;
    left: 0;
    bottom: 0;
    background-size: 80% auto;
    background-position: center;
}

.f-icon {
    user-select: none;
    position: absolute;
    right: calc(50% - 48px);
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.oleague-blue {
    color: white !important;
    background-color: #034ea2 !important;
    border: none !important;
    outline: none;
}

.oleague-green {
    background-color: #49BD60 !important;
    color: white !important;
    border: none !important;
    outline: none;
}

section {
    position: relative;
    transition: max-height 300ms ease-in;
    padding: 60px 0;
}

section.minimized {
    max-height: 0 !important;
    padding: 0 !important;
}

/*---------------------------------------------------*/
/*---------------------challenges--------------------*/
/*---------------------------------------------------*/

.challenges {
    padding-top: 40px;
}

.challenges .btn {
    padding: 8px;
    font-size: 20px;
    border-radius: 0;
    width: 100%;
    margin: 12px auto;
}

.challenges-list {
    border: 1px solid black;
    background: rgba(50, 50, 50, 0.8);
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 140px;
}

.challenges-list .challenges-add {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-bottom: solid 50px #3cba54;
    border-right: solid 50px #3cba54;
    border-left: solid 50px transparent;
    border-top: solid 50px transparent;
}

.challenges-list .challenges-add-disabled {
    pointer-events: none !important;
    cursor: default !important;
    border-bottom: solid 50px rgba(150, 150, 150, 0.75) !important;
    border-right: solid 50px rgba(150, 150, 150, 0.75) !important;
}

.challenges-list .challenges-add ~ i.fa {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    pointer-events: none;
}

.challenge-rank-table {
    max-height: 300px;
    overflow-y: auto;
    padding: 0 10px;
}

table.table-hover > tbody > tr > td {
    padding: 4px 0;
    text-align: right;
    line-height: normal;
    vertical-align: middle;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

table.table-hover > thead > tr > th {
    padding: 4px 0;
    text-align: right;
    line-height: normal;
    vertical-align: middle;
}

#challengeReady small {
    display: block;
    font-size: 1.75rem;
    font-weight: bold;
}

.ready-wait {
    color: #f4c20d;

}

.ready-checkin {
    color: #5cb85c;
}

.challenge-ready {
    pointer-events: all;
    cursor: pointer;
    z-index: 5;
    font-size: 20px;
}

.challenge-ready i {
    position: relative;
    z-index: 4;
}

.challenge-rank {
    padding: 0 10px 10px;
}

.loader-rect,
.loader-rect:before,
.loader-rect:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader-rect-dark,
.loader-rect-dark:before,
.loader-rect-dark:after {
    color: #222;
    background: #222;
}

.loader-rect {
    color: #ffffff;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader-rect:before,
.loader-rect:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader-rect:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader-rect:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.challenges-platform {
    min-width: 6em;
    width: auto !important;
    height: 3em !important;
    font-weight: 400;
    font-size: 16px !important;
}

.challenges-game {
    border-radius: 4px;
    cursor: pointer;
}

.challenges-game-unselected {
    opacity: 0.5;
}

.arrow-head {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -45px;
    margin-left: -35px;
    width: 70px;
    height: 90px;
}

button.arrow-head {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    outline: 0;
}

.arrow-head svg {
    padding: 5px;
}

.arrow-head:hover polyline,
.arrow-head:focus polyline {
    stroke-width: 3;
}

.arrow-head:active polyline {
    stroke-width: 6;
    transition: all 100ms ease-in-out;
}

.arrow-head polyline {
    transition: all 250ms ease-in-out;
}

.arrows {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    /*-webkit-transform-origin: 50% 50%;*/
    /*transform-origin: 50% 50%;*/
    /*-webkit-transform: translate3d(-50%, -50%, 0);*/
    /*transform: translate3d(-50%, -50%, 0);*/
}

.arrow-1 {
    -webkit-animation: arrow-movement 2s ease-in-out infinite;
    animation: arrow-movement 2s ease-in-out infinite;

}

.arrow-2 {
    -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrows:before,
.arrows:after {
    background: #222;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}

.arrows:before {
    -webkit-transform: rotate(45deg) translateX(-23%);
    transform: rotate(45deg) translateX(-23%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.arrows:after {
    -webkit-transform: rotate(-45deg) translateX(23%);
    transform: rotate(-45deg) translateX(23%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

@-webkit-keyframes arrow-movement {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {

        opacity: 0;
        top: 45%;
    }
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 45%;
    }
}

.challenge {
    position: relative;
    height: 100px;
    width: 100%;
    margin-top: 20px;
    background: white;
    border: none;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: 60% center;

}

.challenge-arrow {
    position: absolute;
    height: 100%;
    width: 50px;
    border-right: none;
    cursor: pointer;
}

.challenge-arrow > div {
    transform: rotate(90deg);
    transform-origin: center;
    height: 60px;
    margin: 15px 30px 0 0;
}

.game-options {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    flex-direction: row-reverse;
    position: relative;
}

.hidden {
    display: none !important;
}

.challenges-arrow-more {
    position: absolute;
    left: calc(50% - 15px);
    bottom: 15px;
    cursor: pointer;
    width: 50px;
    height: 30px;
    filter: invert(100%);
}

.challenges-arrow-back {
    position: relative;
    background: transparent;
    border: none;
    outline: none;
    display: inline;
    padding: 0;
    bottom: 0;
    right: -6px;
}

.challenges-arrow-forward {
    position: absolute;
    background: transparent;
    border: none;
    outline: none;
}

#challengesView .challenges-arrow-back {
    display: none;
}

#challengesCode, #challengesFinish {
    background: rgba(20, 20, 20, 0.75);
    border: 1px solid black;
    min-height: 400px;
}

#challengesCode .challenges-header, #challengesFinish .challenges-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.challenges-title-1 {
    font-size: 2.4em;
    font-weight: 800;
    color: whitesmoke;
    margin: 24px auto;
    display: block;
    line-height: normal;
}

.challenges-title-2 {
    font-size: 1.6em;
    font-weight: 700;
    color: whitesmoke;
    line-height: normal;
}

.challenges-title-3 {
    font-size: 1.1em;
    font-weight: 800;
    color: whitesmoke;
    display: block;
    margin: 12px auto;
    line-height: normal;
}

.challenges-btn-bw {
    width: 4em;
    height: 4em;
    background: white;
    color: black;
    text-align: center;
    border: none;
    padding: 2px 8px;
    text-decoration: none;
    outline: none;
    /* box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5); */
    font-size: 12px;
}

.challenges-btn-bw:nth-child(n+1) {
    margin-left: 0.25em;

}

.challenges-btn-square {
    width: 4em;
    height: 4em;
    margin: auto 0 auto 4px;
    border: 1px solid #dddddd;
    background: white;
    color: #222;
}

.challenges-notify {
}

.challenges-fixed {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    z-index: 1040;
}

#challengesCode > div:last-child {
    padding-top: 50px;
}

#challengesCode input {
    width: 100%;
    border: 1px solid white;
    outline: none;
    padding: 6px;
    text-align: center;
    font-size: xx-large;
    color: #000;
}

.invalid-input {
    border: 1px solid red !important;
}

.challenges-log {
    min-height: 400px;
    background: white;
    border: 1px solid lightgray;
}

.challenge-chat-log {
    border: 1px solid #dddddd;
    /*border-bottom: none;*/
    margin: 0 15px;
    height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}

.chat-private {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#privateMessages {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    right: -4px;
    top: -4px;
    font-size: 10px;
    background: white;
    border-radius: 100%;
}

.challenge-chat-log p {
    color: #555;
    margin: 0 4px;
    padding: 4px 0;
    direction: rtl;
    overflow: visible;
    white-space: normal;
    font-size: 14px;
    line-height: 1.35;
    position: relative;
    padding-left: 2px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(33, 49, 67, 0.9);
    margin-bottom: 14px;
}

.challenge-chat-log p > span {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: calc(100% - 30px);
}

.challenge-chat-log button {
    margin: 8px 0;
    width: 100%;
    line-height: 25px;
    position: relative;
    color: black;
    background: white;
    border: none;
    outline: none;
}

.challenge-chat-log p img {
    margin: 8px 0;
    /*box-shadow: 2px 3px 2px #222;*/
    border-radius: 8px;
    cursor: pointer;
    max-width: 95%;
    height: auto;
}

.challenge-chat-log p img.img-sm {
    width: 30px !important;
    height: 30px !important;
    margin: 0 2px 0 4px;
    box-shadow: none;
}

.challenge-chat-log p > span > span:first-child {
    font-weight: 500;
}

.challenge-chat-log p > span > span:nth-child(2) {
    word-break: normal;
    line-height: 1.1;
    font-size: 14px;
}

.challenge-chat-log p small {
    color: rgb(133, 149, 167);
    font-size: 11px;
    left: 0;
    bottom: -16px;
    position: absolute;
}

.chat-from-oleague {
    color: rgb(38, 128, 235);
}

.chat-from-me {
    color: #222;
}

.chat-from-op {
    color: green;
}

.chat-from-admin {
    color: red;
}

.chat-item-seen ~ small {
    color: dodgerblue !important;
}

.challenge-details {
    position: relative;
    background: white;
    border: none;
    color: #444;
    height: 200px;
}

.challenge-details > div {
    height: 100%;
    position: relative;
}

.challenge-details .challengePending {
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.challenge-details div > label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px;
    font-size: 14px;
    font-weight: 100;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    margin: 0;
    color: white;
    text-align: center;
}

.challenge-chat-header {
    margin: 5px 15px 0;
    height: 60px;
    font-size: 12px;
    white-space: nowrap;
}

.challenge-chat-header > a {
    padding-top: 40px;
    text-align: right;
    width: 30%;
    color: #444;
    overflow-x: visible;
}

#challengeGameBadge {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #101010;
    line-height: 56px;
    /*width: 45%;*/
    background: white no-repeat;
    background-size: contain;
    background-position: center left;
}

.challenge-chat-input {
    border: 1px solid #034ea2;
    /* border-top: none; */
    margin: 5px 15px;
    height: 40px;
    color: #444;
    overflow: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.challenge-chat-input > input {
    width: 70%;
    margin-top: 1px;
    height: 38px;
    border: none;
    float: right;
    outline: none;
    padding-right: 10px;
    border-radius: 0;
    /*border-bottom: 1px solid #ccc;*/
    /*border-right: 1px solid #CCCCCC;*/
    /*border-left: 1px solid #CCCCCC;*/
}

.challenge-chat-input > input::-webkit-input-placeholder {
    color: #dddddd !important;
}

.challenge-chat-input > input:-moz-placeholder {
    color: #dddddd !important;
}

.challenge-chat-input .challenge-btn-send {
    width: 10%;
    height: 40px;
    border: none;
    float: left;
    outline: none;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 2rem;
}

.challenge-chat-input .challenge-btn-send > span {
    font-size: 24px;
    margin-top: 8px;
    margin-left: 4px;
}

.challenge-admin-icon {
    display: block;
    width: 72px;
    height: 72px;
    position: relative;
    border-radius: 50%;
    border: none;
    box-shadow: -1px -2px 16px #ddd;
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    margin: auto;

}

.challenge-admin-icon-small {
    width: 76px;
    height: 76px;
    left: 6px;
    top: 6px;
    opacity: 1;
    border: none;
    box-shadow: -1px -2px 16px #ddd;
    overflow: visible;
}

.challenge-admin-icon-small small {
    position: absolute;
    bottom: -18px;
    left: 0;
    color: #444;
    width: 100%;
    text-align: center;
}

.challenge-admin-details {
    height: 100px;
    color: #444;
    padding: 8px;
}

#challengeClose {
    cursor: pointer;
}

.challenge-admin-details > span {
    display: block;
    font-size: 16px;
}

.opposite-dir {
    transform: rotate(180deg);
}

#challengeTimer, #challengeMyCode {
    direction: ltr;
    text-align: center;
}

#challengeTimer {
    font-size: 28px;

}

#challengeMyCode {
    margin-top: 4px;
    font-size: 16px;
}

.challengeStarted {
    background: transparent no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
}

.challengeStarted > input {
    bottom: 0;
    width: 50%;
    position: absolute;
    border: none;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    outline: none;
}

.challengeStarted > input::-webkit-input-placeholder {
    color: #dddddd !important;
    font-weight: 100 !important;
}

.challenge-details > div:first-child .challengeStarted > input {
    left: 0;
    border-top-right-radius: 8px;
}

.challenge-details > div:last-child .challengeStarted > input {
    right: 0;
    border-top-left-radius: 8px;
}

.challenge-end > div {
    height: 50px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.challenge-end > div > span {
    color: white;
    font-size: 1em;
    position: absolute;
    width: 100%;
    bottom: 2px;
    text-align: center;
    pointer-events: none;
    left: 0;
    line-height: normal;
}

.challenge-end > div > i {
    color: white;
    font-size: 1.25em;
    line-height: 2em;
}

.transparent-select {
    background: rgba(0, 0, 0, 0.25);
    border: none !important;
    color: white;
    outline: none !important;
    cursor: pointer;
}

.transparent-select > option {
    background: rgba(0, 0, 0, 0.95) !important;
    color: white;
    outline: none !important;
    border: none;
}

.disabled {
    pointer-events: none !important;
    cursor: default !important;
    background: gray;
}

.not-active {
    opacity: 0.5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.border-winner {
    outline: 3px solid #5cb85c;
    outline-offset: -2px;
}

.border-winner > input {
    background: #5cb85c;
    color: white;
}

.border-loser {
    outline: 3px solid red;
    outline-offset: -2px;
}

.border-loser > input {
    background: red;
    color: white;
}

.border-draw {
    outline: 3px solid #f4c20d;
    outline-offset: -2px;
}

.border-draw > input {
    background: #f4c20d;
    color: white;
}

.challenges-header {
    position: relative;
}

.challenges-header > div {
    position: relative;
    display: flex;
}

.challenges-swipe-clue {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5) url(/images/icons/swipe.png) no-repeat;
    background-size: auto 100%;
    background-position: center right;
    width: 100%;
    height: 136px;
    transition: background-position 2s;
}

.challenge-status {
    height: 140px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: transparent no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.challenge-status span {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    font-size: 2em;
    padding: 10px;
    border-radius: 10px;
    width: 66%;
    margin: auto;
}

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

    .challenges-title-1 {
        font-size: 48px;
        line-height: 48px;
    }

    .challenges-title-2 {
        font-size: 32px;
        line-height: 48px;
    }

    .challenges-title-3 {
        font-size: 20px;
        line-height: 48px;
    }

    .challenges-arrow-back {
        bottom: -6px !important;
    }

    .challenge-details {
        height: 300px;
    }

    .challenges-log {
        height: 400px;
    }

    #challengesCode, #challengesFinish {
        height: 400px;
    }

    .challenge-details .challengePending {

    }

    .challenges-fixed {
        padding: 50px;
    }

    #challengesDetails hr.slate-full {
        margin-bottom: 38px;
    }

    .challenge-admin-icon {
        width: 128px;
        height: 128px;
    }

    .challengeStarted {
        height: 100%;
    }

    .challenge-end > div {
        width: 100%;
        height: 60px;
        font-size: 16px;
        line-height: 32px;
        bottom: 0;
        color: white;
        position: absolute;
    }

    .challenges-list {
        height: 400px;
        padding-bottom: inherit;

    }

    .challenge-status {
        height: 300px;
    }
}

@media (max-width: 768px) {

    .challenges-header {
        padding-bottom: 0 !important;
    }

    .challenges-header > div {
        display: flex;
    }

    .challenge-details {
        padding: 0;
    }

    .challenge-middle-button {
        position: absolute !important;
        height: auto !important;
        z-index: 3;
        top: 0;
        width: 25%;
        left: 50%;
        transform: translateX(-50%);
    }

    .challenge-admin-details > span {
        font-size: 13px;
    }

    #challengeClose {
        position: absolute !important;
        left: 0;
        top: 0;
        font-size: 16px;
    }

    #challengeClose > span {
        display: none;
    }

    .challenge-end > div {
        border-top-left-radius: 300px;
        margin-top: 150px;
        border-top-right-radius: 300px;
    }

    .challenges-fixed {
        padding: 16px 0 !important;
    }
}

.challenge-has-msgs {
    position: absolute;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    right: -0.75em;
    top: -0.75em;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.75);
}

/*---------------------------------------------
-----------------End-challenges----------------
-----------------------------------------------*/

/*---------------------------------------------
-----------------New-Login-Modal----------------
-----------------------------------------------*/

#login_new_modal .tab-content {
    min-height: 50vh;
    position: relative;
}

#login_new_modal .tab-pane {
    position: absolute;
    height: 100%;
    width: 100%;
}

#login_new_modal .modal-content {
    background: #333 url(/images/backgrounds/gaming-min.png) no-repeat;
    background-size: cover;
}

#login_new_modal .modal-footer {
    border-top: none;
}

#login_new_modal .modal-header {
    color: white;
    border-bottom: none;
}

#login_new_modal .input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

#login_new_modal input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;

}

#login_new_modal .remember {
    color: white;
}

#login_new_modal .remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

#login_new_modal .login_btn {
    color: white;
    background-color: #f2952b;
    width: 100px;
}

#login_new_modal .login_btn:hover {
    color: black;
    background-color: white;
}

#login_new_modal .links {
    color: white;
}

#login_new_modal .links a {
    margin-left: 4px;
}

#login_new_modal .input-group {
    direction: ltr;
}

#login_new_modal .input-group {
    margin: 6px 0;
}

#login_new_modal .input-group-addon {
    color: white;
    background-color: #f2952b;
    border: 1px solid #f2952b;
    min-width: 42px;
}

#login_new_modal .form-check-label {
    color: white;
    cursor: pointer;
}

.login-form {
    margin-bottom: 20px;
}

#telGuide {
    color: white;
}

.connect-container {
    height: 4em;
    margin: 2em auto;
    overflow-y: visible;
}

.connect-button {
    border-radius: 2px;
    border: none;
}

.connect-button span {
    font-size: 2em;
}

.connect-button small {
    display: block;
    font-size: 0.9em;
}

.connect {
    width: 5em;
    height: 5em;
    margin: 0 0.5em;
    border-radius: 50%;
    border: none;
    background: transparent no-repeat;
    background-size: 95%;
    background-position: center center;
    cursor: pointer;
    transition: transform .8s;
}

.connect:hover {
    transform: scale(1.4);
}

div.connect-fb {
    background-image: url("/images/icons/sign-facebook-new.png");
}

div.connect-discord {
    background-image: url("/images/icons/discord.png");
}

.connect-g:hover .connect-fb, .connect-g:hover .connect-tel,
.connect-fb:hover .connect-g, .connect-fb:hover .connect-tel,
.connect-tel:hover .connect-g, .connect-tel:hover .connect-fb {
    transform: scale(0.6);
}

div.connect-g {
    background-image: url("/images/icons/sign-google.png");
}

div.connect-tel {
    background-image: url("/images/icons/sms.png");
}

.right-to-left li {
    float: right;
}

/*---------------------------------------------
-----------------End-challenges----------------
-----------------------------------------------*/

.heartbeat {
    animation: heartbeat 2s infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(.95);
    }
    10% {
        transform: scale(1);
    }
    20% {
        transform: scale(.95);
    }
    30% {
        transform: scale(1);
    }
    40% {
        transform: scale(.95);
    }
    100% {
        transform: scale(.95);
    }
}

.main-logo {
    width: 28%;
    max-width: 200px;
    height: auto;
}

.title {
    font-size: 2em;
}

@media only screen and (min-width: 768px) {
    .modal-dialog {
        width: 720px;
    }

    .modal-body {
        padding: 10px;
    }

    .title {
        font-size: 4em;
    }
}

@media (max-width: 768px) {
    section {
        padding: 80px 0;
    }
}

.center-y {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.center-x {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.pos-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.brackets-icon {
    background: transparent url(/images/icons/tournament.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    margin: auto;
    display: block;
}

.border-bottom {
    border-bottom: 1px solid rgba(220, 220, 220, 0.3);
}

.border-top {
    border-top: 1px solid rgba(220, 220, 220, 0.3);
    border-right: 1px solid rgba(220, 220, 220, 0.3);
    border-left: 1px solid rgba(220, 220, 220, 0.3);
}

.margin-top-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

.corner-arrow {
    position: absolute;
    right: 2px;
    bottom: 5px;
    z-index: 1;
    width: 120px;
    height: 120px;
    border-bottom: solid 60px #ffffff;
    border-right: solid 60px #ffffff;
    border-left: solid 60px transparent;
    border-top: solid 60px transparent;
}

.corner-arrow ~ i.fa {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    pointer-events: none;
    color: #034ea2 !important;
}

.affix {
    top: 0;
    width: 100%;
}

#playerSearch.affix {
    z-index: 999;
    background: rgba(255, 255, 255, .9);
    color: black !important;
    margin-top: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: ease-in 0.25s;
}

#players {
    padding: 40px 0;
}

.vs-bg {
    background: url(/images/icons/vs1.png) no-repeat;
    background-size: 50% auto;
    background-position: center;
}

.blue-loader-bg {
    background: url(/images/loaders/blue.gif) no-repeat;
    background-size: 50% auto;
    background-position: center bottom;
}

@media only screen and (min-width: 768px) {
    .blue-loader-bg {
        background-size: 80% auto;
    }
}

.full-screen-img {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.full-screen-img > div {
    position: absolute;
    left: 15%;
    width: 70%;
    top: 10%;
    height: 80%;
    background: transparent no-repeat;
    background-size: contain;
    background-position: center;
}

.full-screen-img.full-screen-mobile > div {
    left: 0 !important;
    width: 100% !important;
    top: 0 !important;
    height: 100% !important;
}

.split-image {
    background-position: right center, left center;
    background-repeat: no-repeat, repeat;
}

.banner-qr {
    position: fixed;
    bottom: -100px;
    left: 10px;
    z-index: 1060;
    background: white;
    padding: 6px 20px 10px;
    border: 1px solid #111111;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    text-align: center;
    cursor: pointer;
}

.banner-qr h6, .banner-qr h5 {
    margin: 4px 0;
}

.banner-qr img {
    margin: 10px 0;
    transform: scale(1.2);
}

.banner-qr:hover {
    bottom: -50px;
    transition: bottom .2s ease-out;
}

.banner-qr.banner-open {
    bottom: 30px;
    transition: bottom .75s ease-out;
}

.control-buttons, .share-buttons {
    padding-bottom: 6px;
}

.share-buttons {
    float: left;
}

.control-buttons {
    float: right;
}

.share-buttons > a, .control-buttons > a {
    color: white;
    margin: 0 4px;
    display: inline-block;
}

.share-buttons-black > a {
    color: #111111 !important;
    margin: 2px 4px;
}

.match-count {
    width: auto;
}

.flow-module {
    width: 100%;
    float: left;
    min-height: 50vh;
    background: rgba(0, 0, 0, 0.95);
    bottom: 0;
    margin-top: auto;
    position: relative;
}

.flow-now-container {
    position: relative;
    height: 50px;
    top: 10px;
    z-index: 999;
}

.flow-container {
    padding: 40px 0 60px;
}

.flow-container img {
    cursor: pointer;
}

.flow-when {
    margin-top: 40px;
    position: relative;
}

.flow-when button {
    font-size: 1.5em;
    padding: 1em;
}

.flow-left span {
    left: 0 !important;
    color: white !important;
    background-color: #034ea2 !important;
}

.flow-right span {
    left: 100% !important;
    color: white !important;
    background-color: #034ea2 !important;
}

.flow-slider {
    background: white;
    width: 50%;
    height: 2px;
    left: 25%;
    top: 50%;
    position: absolute;
}

.flow-slider > * {
    position: absolute;
    background-color: white;
    color: black;
}

.flow-slider > span {
    left: calc(50% - 1.5em);
    top: -1.5em;
    width: 3em;
    height: 3em;
    line-height: 3em;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 100%;
    border: 2px solid white;
    transition: left 1s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
}

.flow-slider > label {
    opacity: 0;
    padding: 4px 8px;
    font-size: 16px;
    top: -14px;
    border: 0;
    transition: opacity .5s ease-out;
    border-radius: 4px;
}

.flow-slider .flow-tour-label {
    right: 0;
}

.flow-slider .flow-challenge-label {
    left: 0;
}

.flow-slider.flow-left .flow-tour-label {
    opacity: 1;
}

.flow-slider.flow-right .flow-challenge-label {
    opacity: 1;
}

.flow-choose {
    margin-top: 20px;
}

.flow-choose > div > span {
    padding: 3px 12px;
    position: relative;
    line-height: 34px;
}

.flow-choose > div > span:first-child {
    background: #034ea2 !important;
    color: whitesmoke;
}

.flow-choose > div > span:last-child {
    background: whitesmoke;
    color: #555;
    cursor: pointer;
}

.flow-all-games {
    cursor: pointer;
    color: #F1952A;
    float: right;
}

.arrow-right:after, .arrow-right:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-right:after {
    border-color: rgba(209, 213, 200, 0);
    border-left-color: whitesmoke;
    border-width: 0.5em;
    margin-top: -0.5em;
}

.arrow-right:before {
    border-color: rgba(209, 213, 200, 0);
    border-left-color: whitesmoke;
    border-width: 0.6em;
    margin-top: -0.6em;
}

.bg-info {
    background: #00529E url(/images/backgrounds/blue-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 400px;
    padding: 50px 0;
    color: white;
}

.bg-leaders {
    background: #eeeeff center/auto 100% url(/images/backgrounds/leaders-new.jpg) no-repeat;
    min-height: 420px;
    padding: 50px 0;
}

.bg-leaders h5 {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.oleague-bar {
    float: left;
    width: 100%;
    padding: 20px 12px;
    font-size: 18px;
    margin-top: 30px;
    background-color: rgba(8, 26, 50, 0.75);
    color: #f2952b !important;
    border: none;
    outline: none;
    position: relative;
}

@media screen and (min-width: 768px) {
    .oleague-bar {
        height: auto;
        padding: 25px 12px;
    }

    .oleague-bar .cta {
        margin-right: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    #winningsText {
        margin: auto 0;
        max-width: 75%;
    }
}

ul.info {
    padding-right: 0;
}

#tournamentsMy {
    border: 2px solid white;
    font-size: 10px;
}

.action-bar {
    position: fixed;
    z-index: 100;
    padding: 24px 32px 24px 40px;
    left: -355px;
    top: 50%;
    transform: translateY(-50%);
    width: 382px;
    height: 300px;
    background: transparent url(/images/bars/bar.png) no-repeat;
    background-size: auto 100%;
    transition: left 0.75s ease-in-out;
    color: white;
    font-size: 14px;
}

.action-bar:hover, .action-bar-active {
    left: -40px !important;
}

.action-bar .action-bar-twitch {
    width: 100%;
    height: 73%;
    padding: 10px;
    overflow: auto;
    margin-bottom: 2%;
}

.action-bar .action-bar-badge {
    background: black no-repeat;
    width: 140px;
    background-position: center;
    background-size: auto 66%;
}

.action-bar .action-bar-badge-sm {
    width: 136px;
}

.action-bar .action-bar-twitch > div {
    margin-bottom: 4px;
    padding: 2px;
    border-radius: 300px;
    border: 2px solid rgba(200, 200, 200, 0.3);
}

.action-bar .action-bar-twitch > div:hover {
    border: 2px solid gold;
}

.action-bar .action-bar-twitch .twitch {
    /*width: 104px;*/
}

.action-bar .action-bar-twitch > div span {
    font-size: 16px;
    font-weight: 100;
    line-height: 36px;
    display: flex;
    letter-spacing: 1px;
    white-space: nowrap;
}

/*.action-bar .action-bar-twitch > div span > * {*/
/*margin-left: 4px;*/
/*}*/

.action-bar .action-bar-tour {
    height: 20%;
    width: 102%;
    background: #00529E no-repeat;
    margin-left: -18px;
    margin-right: -6px;
    border-bottom-right-radius: 21px;
    background-size: cover, auto 100%;
    overflow: hidden;
    position: relative;
    font-size: 10px;
    cursor: pointer;
}

.action-bar .action-bar-tour > div {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 50%;
    padding: 2px 20px 2px 4px;
}

.action-bar .action-bar-tour .textBlueBG {
    min-height: 100% !important;
    cursor: pointer;
}

.action-bar .action-bar-tour .textOnBlack {
    padding-top: 0 !important
}

.action-bar i.is-live {
    width: 36px;
    height: 36px;
    background: #ED4242;
    border-radius: 50%;
    opacity: 0.9;
    animation: fade 1.5s linear infinite;
}

.action-bar .action-profile {
    background: #000 no-repeat;
    background-position: center;
    background-size: cover;
    width: 38px;
    cursor: pointer;
}

.badge-live {
    width: 18px;
    height: 50px;
    background: transparent url(/images/bars/live.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    opacity: 0.9;
    animation: fade 1.5s linear infinite;
}

@keyframes fade {
    0%, 100% {
        opacity: 0.5
    }
    50% {
        opacity: 0.9
    }
}

.badge-live-horizantal {
    width: 75px;
    height: 27px;
    background: transparent url(/images/bars/live_hor.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    margin-top: -14px;
    opacity: 0.9;
    animation: fade 1.5s linear infinite;
}

.action-bar .badge-live {
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.action-bar .badge-live img {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 768px) {
    .action-bar {
        left: -390px;
    }
}

.grey-scale {
    filter: grayscale(90%);
}

.twitch {
    background: #6445A2;
    color: white;
    cursor: pointer;
}

.round-left {
    padding-right: 6px;
    text-align: left;
    border-bottom-left-radius: 300px;
    border-top-left-radius: 300px;
}

.round-right {
    text-align: right;
    border-bottom-right-radius: 300px;
    border-top-right-radius: 300px;
}

.tour-now {
    position: absolute;
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    min-width: 380px;
    height: 36px;
    /*border: 2px solid black;*/
    box-shadow: 0 2px 2px black;
    border-radius: 8px;
    overflow: hidden;
    transition: height 250ms ease-in-out;
    cursor: pointer;
}

.tour-now:hover {
    height: 94px;
}

.tour-now-timer {
    background: transparent center left/auto 80% no-repeat;
    line-height: 38px;
    font-size: 18px;
    font-weight: 100;
    font-family: Arimo, sans-serif;
    text-align: center;
}

.tour-now-timer, .tour-now-details {
    height: 38px;
    z-index: 2;
    color: white;
}

.tour-now-details {
    text-align: center;
}

.tour-now-details h4 {

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 4px;
}

.tour-now-details h5 {
    color: #f2952b;
    text-transform: uppercase;
    font-size: 90%;
    margin-top: 0;
}

.pad-10 {
    padding-left: 10px;
    padding-right: 10px;
}

#campaign_modal .panel-title {
    line-height: 30px;
    font-size: 18px;
}

#campaign_modal option {
    background: transparent left center/auto 100% no-repeat;
}

.demo-img {
    min-height: 240px;
    width: 100%;
    background: transparent center/cover no-repeat;
}

.demo-img-challanges {
    background-image: url(/images/demo/challenges.jpg);
}

.demo-img-tours {
    background-image: url(/images/demo/tours.png);
}

.demo-img-rankings {
    background-image: url(/images/demo/rankings.jpg);
}

.demo-img-banner-vertical {
    background-image: url(/images/demo/banner-vertical.jpg);
}

.demo-img-sponsors {
    background-image: url(/images/demo/sponsors.jpg);
}

.demo-img-leaders {
    background-image: url(/images/demo/leaders.jpg);
}

.button-minimize {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    cursor: pointer;
    font-size: 22px;
}

.button-maximize {
    cursor: pointer;
    margin-right: 4px;
}

.banner-vertical {
    display: none;
    cursor: pointer;
}

.banner-vertical > i {
    position: absolute;
    left: -15px;
    top: -15px;
    color: white;
    padding: 15px;
    border-radius: 100%;
    z-index: 999;
}

@media screen and (min-width: 768px) {
    .banner-vertical {
        display: block;
    }

    .banner-vertical-fixed {
        position: fixed;
        width: 150px;
        height: 600px;
        top: 50%;
        transform: translateY(-50%);
        right: 4px;
        z-index: 1031;
        background: transparent center/contain no-repeat;
    }

    .banner-vertical-inline {
        position: relative;
        width: 75%;
        min-height: 600px;
        margin-top: 20px;
        background: transparent center/contain no-repeat;
    }
}

a.isfar-icon {
    background: transparent url("/images/icons/isfar.png") center/contain no-repeat !important;
    padding: 0 !important;
    margin-right: 10px !important;
    border: none !important;
    z-index: auto;
    height: 36px;
    width: 90px;
}

@media screen and (min-width: 768px) {
    .navbar.affix-top a.isfar-icon {
        background-image: url("/images/icons/isfar-white.png") !important;
    }
}

.gold {
    color: gold;
}

.bronze {
    color: #FFD8B1;
}

.silver {
    color: silver;
}

.tooltip {
    z-index: 2000 !important;
}

.upload-label {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    position: absolute;
    pointer-events: none;
    font-size: 14px;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
}

.btn-mute {
    position: absolute;
    bottom: 48%;
    right: 14%;
    cursor: pointer;
    animation: zoominoutsinglefeatured 1.5s infinite;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}

.ui-helper-hidden-accessible {
    display: none;
}

.cta {
    border: 2px solid #f2952b;
    background-color: transparent;
    padding: 8px 12px;
    color: #f2952b;
    line-height: 32px;
    transition: background-color 0.2s ease-in;
}

.cta:hover {
    background-color: #f2952b;
    color: white;
}

.arr {
    border: solid rgba(250, 250, 250, 0.9);
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 20px;
    position: absolute;
    top: calc(50% - 40px);
    cursor: pointer;
}

.arr:hover {
    border-color: rgba(250, 250, 250, 1);
}

@media screen and (max-width: 768px) {
    .arr {
        display: none;
    }

    a.cta {
        margin-top: 20px;
    }
}

.arr-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: -80px;
}

.arr-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -80px;
}

#contact {
    position: relative;
    padding: 40px 0 150px;
}

#contact::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#034ea2), color-stop(50%, #eeeeff), to(#f2952b));
    background: -webkit-linear-gradient(right, #034ea2 0%, #eeeeff 50%, #f2952b 100%);
    background: -o-linear-gradient(right, #034ea2 0%, #eeeeff 50%, #f2952b 100%);
    background: linear-gradient(to left, #034ea2 0%, #eeeeff 50%, #f2952b 100%);
}

@media screen and (min-width: 769px) {
    #aboutContent {
        min-height: 450px;
    }
}

@media screen and (max-width: 768px) {
    #aboutContent {
        min-height: 200px;
        background: rgba(0, 0, 0, 0.5);
        padding-top: 20px;
    }
}

.upload-trash {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 3rem;
    color: #f2952b;
    cursor: pointer;
    opacity: 0.9;
}

.upload-trash:hover {
    opacity: 1;
}

.graph-section {
    padding: 0;
    position: relative;
    color: white;
}
