/*==================================================
  Template Name: Friend Finder
  Description: A Social Network Template
  Author: thunder-team
  Version: 1.4
==================================================*/

/*==================================================
  [Table of Contents]
  --------------------------------------------------
  - body
    - Typography
    - Common classes
    - Header
    - Homepage
      - Top Banner
      - Signup Form
      - Features
      - App Download
      - Image Divider
      - Site Facts
      - Live Feed
    - Landing Page | Register
    - Newsfeed 
      - Left Sidebar
      - Right Sidebar
      - Create Post Box
      - Post Contents
      - Nearby People
      - Friend List
      - Chat Room
      - Media: image and video 
    - Timeline
      - Timeline Sidebar
      - Post Date
      - About Profile
      - Profile Album
    - Edit Profile
    - Contact Us
    - Footer
    - Media Queries
    - Slide Animations
    - Scroll Down Arrow
    - Preloader
==================================================*/

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    color: #6d6e71;
    font-size: 14px;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
}

img.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.xs-t-padding {
    padding-top: 10px;
}

.xs-b-padding {
    padding-bottom: 10px;
}

.sm-t-padding {
    padding-top: 15px;
}

.sm-b-padding {
    padding-bottom: 15px;
}

.md-t-padding {
    padding-top: 30px;
}

.md-b-padding {
    padding-bottom: 30px;
}

.lg-t-padding {
    padding-top: 45px;
}

.lg-b-padding {
    padding-bottom: 45px;
}

.xlg-t-padding {
    padding-top: 60px;
}

.xlg-b-padding {
    padding-bottom: 60px;
}

.xs-padding,
.container.xs-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sm-padding,
.container.sm-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.no-padding,
.container.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.md-padding,
.container.md-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.lg-padding,
.container.lg-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}

.xlg-padding,
.container.xlg-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.clearafter:after {
    content: "";
    clear: both;
    display: block;
}

.empty-space {
    clear: both;
    display: block;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-vcenter {
    -webkit-box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-center {
    text-align: center;
}

.iframe-responsive {
    height: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}

.iframe-responsive iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*==================================================
  Typography
  ==================================================*/

@font-face {
    font-family: "Agency FB";
    src: url("../fonts/agency-fb.eot")
        /* EOT file for IE */
}

@font-face {
    font-family: "Agency FB";
    src: url("../fonts/agency-fb.ttf")
        /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: "Agency FB Bold";
    src: url("../fonts/agency-fb-bold.ttf")
        /* TTF file for CSS3 browsers */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #27aae1;
}

h1.grey,
h2.grey,
h3.grey,
h4.grey,
h5.grey,
h6.grey {
    color: #6d6e71;
}

p.grey {
    color: #9d9d9f;
}

label>input {
    top: 2px;
    position: relative;
    vertical-align: baseline;
}

.btn {
    white-space: normal;
    transition: all .3s;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    border: none;
    outline: none;
    font-size: 14px;
    min-width: 120px;
    font-weight: 600;
    padding: 7px 25px;
    position: relative;
    background: #27aae1;
    border-radius: 30px;
}

.btn-secondary {
    outline: none;
    color: #27aae1;
    font-size: 14px;
    min-width: 120px;
    font-weight: 700;
    background: #fff;
    padding: 7px 25px;
    position: relative;
    border: 1px solid #27aae1;
    border-radius: 30px;
}

.btn-alt {
    color: #fff;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    min-width: 120px;
    background: none;
    padding: 7px 25px;
    position: relative;
    border: 2px solid #fff;
    border-radius: 5px;
}

.btn-rounded {
    border-radius: 5px;
}

.btn-full {
	display: block;
}

@media (min-width: 992px) {
    .btn-primary:hover {
        background: #149AC9;
    }

    .btn-secondary:hover {
        color: #fff;
        background: #149AC9;
    }

    .btn-alt {
        border-radius: 10px;
    }

    .btn-alt:focus,
    .btn-alt:hover {
        background: #fff;
    }
}

.btn-md {
    padding: 9px 40px;
}

.btn-lg {
    font-size: 18px;
    min-width: 240px;
    padding: 14px 30px;
}

.pull-left {
    margin-right: 20px;
}

.pull-right {
    margin-left: 20px;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #40b7df;
}

.text-white:hover {
    color: #fff;
}

.text-green {
    color: #8dc63f;
}

.text-green:hover {
    color: #39b54a;
}

.text-red {
    color: #ef4136;
}

.text-red:hover {
    color: #d6100b;
}

.text-black {
    color: #000000;
}

.text-grey {
    color: #6d6e71;
}

.profile-link {
    font-weight: 600;
}

.text-muted {
    color: #939598;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-semi {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-bolder {
    font-weight: bolder;
}

.font-black {
    font-weight: 900;
}

.font-12 {
    font-size: 12px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
    line-height: 1.5;
}

.font-20 {
    font-size: 20px;
    line-height: 1.5;
}

.font-24 {
    font-size: 24px;
    line-height: 1.5;
}

.font-25 {
    font-size: 25px;
    line-height: 1.5;
}

.font-28 {
    font-size: 28px;
    line-height: 1.5;
}

.font-30 {
    font-size: 30px;
}

.text-with-divider {
    margin: 27px 0;
    color: #c9cacb;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-with-divider:before,
.text-with-divider:after {
    height: 1px;
    content: "";
    display: block;
    background: #f1f2f2;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

.text-with-divider span {
    padding: 0 10px;
}

.row:before,
.row:after {
    display: none;
}

.row.sm-gap {
    margin-left: -5px;
    margin-right: -5px;
}

.row.lg-gap {
    margin-left: -20px;
    margin-right: -20px;
}

.row.lg-gap>[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

.row.row-reverse .pull-right {
    margin-left: 0;
}

.row.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.row-flex > .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row.row-flex > [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 576px ) {
    .row.row-flex > .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media (min-width: 768px ) {
    .row.row-flex > .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media (min-width: 992px ) {
    .row.row-flex > .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.row.row-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a {
    color: #27aae1;
}

a:hover {
    color: #40b7df;
}

a,
a:active,
a:focus {
    outline: none;
}

section .section-title {
    font-weight: 500;
    font-family: Oswald, sans-serif;
}

section h1.section-title {
    font-size: 210px;
    color: #E6E7E8;
    margin-bottom: -55px;
}

section h2.section-title {
    font-size: 32px;
}

section h2.section-title.big {
    font-size: 30px;
}

@media (min-width: 992px) {
    section h2.section-title.big {
        font-size: 46px;
    }
}

section h2.section-title+p {
    margin: 18px 0 35px 0;
}

section h2.section-title.headline,
section h2.section-title.headline~p {
    margin: 0 0 25px 0;
}

section h2.sub-title {
    font-family: 'Agency FB', sans-serif;
    color: #E6E7E8;
    font-size: 50px;
    margin: 40px 0;
}

.following {
    color: #8dc63f;
    font-size: 12px;
    margin-left: 20px;
}

.sns-container {
    margin-left: -10px;
    margin-right: -10px;
}

.sns-container a {
    margin: 5px;
    width: 136px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain !important;
}

.sns-container .btn-facebook {
    background: url('/images/static/sns-facebook.png') center center no-repeat
}

.sns-container .btn-google {
    background: url('/images/static/sns-google.png') center center no-repeat
}

button.close {
    margin: 0;
    top: 10px;
    right: 10px;
    opacity: 1;
    z-index: 1;
    color: #939598;
    font-size: 16px;
    position: absolute;
}

.modal.align-middle {
	text-align: center;
}

.modal.align-middle:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.modal.align-middle .modal-dialog {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.valign-center {
    top: 50%;
}

.modal.fade .valign-center {
    -webkit-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    transform: translate(0, -75%);
}

.modal.in .valign-center {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.medium-gap .modal-body {
    padding: 35px;
}

/*==================================================
  Common
  ==================================================*/

.container {
    max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 1170px) {
    .container {
        max-width: 1170px;
    }
}

.container.lg-row {
    width: 1440px;
    max-width: none;
    padding-left: 90px;
    padding-right: 90px;
}

section .wrapper {
    padding: 40px;
}

@media (min-width: 992px) {
    .xs-t-padding {
        padding-top: 20px;
    }

    .xs-b-padding {
        padding-bottom: 20px;
    }

    .sm-t-padding {
        padding-top: 30px;
    }

    .sm-b-padding {
        padding-bottom: 30px;
    }

    .md-t-padding {
        padding-top: 60px;
    }

    .md-b-padding {
        padding-bottom: 60px;
    }

    .lg-t-padding {
        padding-top: 90px;
    }

    .lg-b-padding {
        padding-bottom: 90px;
    }

    .xlg-t-padding {
        padding-top: 125px;
    }

    .xlg-b-padding {
        padding-bottom: 125px;
    }

    .xs-padding,
    .container.xs-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sm-padding,
    .container.sm-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .md-padding,
    .container.md-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .lg-padding,
    .container.lg-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .xlg-padding,
    .container.xlg-padding {
        padding-top: 125px;
        padding-bottom: 125px;
    }

    section .wrapper {
        padding: 40px 0;
    }
}

.page-title-section {
    background: #f1f2f2;
    text-align: center;
    padding: 30px 0 40px;
    position: relative;
}

.page-title-section h1 {
    font-family: 'Agency FB', sans-serif;
    font-size: 50px;
}

#page-contents {
    padding: 30px 50px;
}

@media (max-width: 767px) {
    #page-contents {
        padding: 30px 20px;
    }
}

@media (max-width: 479px) {
    #page-contents {
        padding: 30px 0;
    }
}

#page-contents aside {
    margin-top: 15px;
}

@media (max-width: 991px) {
    #page-contents aside:first-child {
        margin-top: 0;
    }
}

section img {
    margin: auto;
}

.profile-photo,
img.profile-photo {
    width: 58px;
    height: 58px;
}

.profile-photo-lg,
img.profile-photo-lg {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

.profile-photo-md,
img.profile-photo-md {
    width: 50px;
    height: 50px;
}

.profile-photo-sm,
img.profile-photo-sm {
    width: 40px;
    height: 40px;
}

.profile-photo-xs,
img.profile-photo-xs {
    width: 30px;
    height: 30px;
}

.profile-photo,
.profile-photo-lg,
.profile-photo-md,
.profile-photo-sm,
.profile-photo-xs {
    position: relative;
    border-radius: 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
}

.img-wrapper {
    position: relative;
}

.img-wrapper::after {
    content: "";
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 1s ease 0s;
}

.img-wrapper:hover:after {
    background-color: rgba(0, 0, 0, 0.4);
}

.video-wrapper {
    position: relative;
}

ul {
    padding-left: 15px;
}

ul li {
    list-style-image: url("/images/static/bullet.png");
}

.line {
    background: #f1f2f2;
    height: 1px;
    width: 100%;
    margin-bottom: 10px;
}

.line-divider {
    background: none;
    height: 1px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}

.map {
    width: 100%;
    height: auto;
    border: none;
}

.static {
    position: static;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.custom-label {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}

.form-control {
    background: #fff;
    border: 1px solid #f1f2f2;
    box-shadow: none;
    border-radius: 4px;
    color: #939598;
    width: 100% !important;
}

.screen-reader-text {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    word-wrap: normal !important;
    border: 0 none;
}

/* Accordion */
.panel-default {
    border-color: #f1f2f2;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #f1f2f2;
    padding-right: 40px;
    position: relative;
}

.panel-default>.panel-heading::before {
    content: "\f217";
    font-family: ionicons;
    color: #8dc63f;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.panel-default>.panel-heading .panel-title a:hover,
.panel-default>.panel-heading .panel-title a:active,
.panel-default>.panel-heading .panel-title a:focus {
    text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 30px;
    font-size: 18px;
    font-weight: 300;
    border-top-color: #f1f2f2;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #f1f2f2;
}

.panel-body .label-primary {
    background-color: #27aae1 !important;
}

.panel-body .label-success {
    background-color: #8dc63f;
}


/*==================================================
  Header
  ==================================================*/

header {
    min-height: 56px;
}

.menu {
    background: #231F20;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.menu form {
    margin: 12px 0;
}

.menu form .form-group {
    position: relative;
}

.menu form .form-group i.icon {
    position: absolute;
    left: 15px;
    top: 3px;
    color: #fff;
}

.menu form .form-group input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    box-shadow: none;
    min-width: 235px;
    color: #fff;
    height: 26px;
    border-radius: 13px;
    font-size: 13px;
    padding-left: 30px;
}

.menu ul.main-menu li a {
    line-height: 26px;
}

.menu ul.main-menu li.dropdown a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.menu ul.main-menu li.dropdown a:hover,
.menu ul.main-menu li.dropdown a:active,
.menu ul.main-menu li.dropdown a:focus {
    color: #27aae1;
    background-color: transparent;
}

.menu ul.main-menu li.open a,
.menu ul.main-menu li.open a:active,
.menu ul.main-menu li.open a:focus {
    background-color: transparent;
    color: #27aae1;
}

.menu ul.main-menu li ul.dropdown-menu {
    left: 0;
    right: auto;
    background: #231F20;
    box-shadow: none;
    border: 0;
    padding: 0;
}

.menu ul.main-menu li ul.dropdown-menu li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.menu ul.main-menu li ul.dropdown-menu li:first-child {
    padding-top: 10px;
}

.menu ul.main-menu li ul.dropdown-menu li:last-child {
    padding-bottom: 10px;
}

.menu ul.main-menu li ul.dropdown-menu li a,
.menu ul.main-menu li.open ul.dropdown-menu li a {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

.menu ul.main-menu li ul.dropdown-menu li a:hover,
.menu ul.main-menu li.open ul.dropdown-menu li a:hover {
    color: #e6e6e6;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: 0;
}

header .navbar-brand {
    padding: 0;
    height: auto;
    margin: 0 0 0 15px;
}

header .navbar-brand img {
    margin: 14px 0;
    max-height: 28px;
}

header .navbar-brand .site-logo-mobile {
    display: none;
}

@media (max-width: 991px) {
    header .navbar-brand .site-logo {
        display: none;
    }

    header .navbar-brand .site-logo-mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-collapse {
        margin: 0;
        padding: 0;
        display: block;
    }

    .navbar-default ul.main-menu {
        margin: 0;
    }

    .navbar-default ul.main-menu>li.dropdown {
        float: left;
        position: static;
    }

    .navbar-default ul.main-menu>li.dropdown>a {
        padding: 0;
        width: 56px;
        height: 56px;
        font-size: 0;
        opacity: 0.6;
        background-size: 36px auto;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .navbar-default ul.main-menu>li.dropdown.open>a {
        opacity: 1;
    }

    .navbar-default ul.main-menu>li.dropdown>a span {
        display: none;
    }

    .navbar-default ul.main-menu li.item-home {
        display: none;
    }

    .navbar-default ul.main-menu>li.item-esports>a {
        background-image: url('/images/static/icon-esports.png');
    }

    .navbar-default ul.main-menu>li.item-games>a {
        background-image: url('/images/static/icon-games.png');
    }

    .navbar-default ul.main-menu>li.item-wallet>a {
        background-image: url('/images/static/icon-wallet.png');
    }

    .navbar-default ul.main-menu>li.item-more>a {
        background-image: url('/images/static/icon-more.png');
    }

    .navbar-default ul.main-menu li.dropdown ul.dropdown-menu {
        left: 0;
        right: 0;
        top: 100%;
        text-align: center;
        position: absolute;
    }

    .navbar-default ul.main-menu li.dropdown ul.dropdown-menu li {
        border: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-default ul.main-menu li.dropdown ul.dropdown-menu li a {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: normal;
    }
}

/*For Homepage Header | Display on Scroll*/

#header.lazy-load {
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    transition: .5s ease-in-out;
    transform: translateY(-50px);
    z-index: 99999;
}

#header.lazy-load.visible {
    visibility: visible;
    transform: translateY(0);
}


/*Transparent Background Header for Landing Page-2*/
#header-inverse {
    min-height: 56px;
}

#header-inverse .navbar-brand {
    padding: 0;
    float: none;
    height: auto;
    display: block;
}

#header-inverse .navbar-brand img {
    margin: 14px 0;
    max-height: 28px;
}

#header-inverse nav.menu {
    z-index: 1030;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media (min-width: 992px) {
    #header-inverse:not(.sticky) nav.menu {
        margin-top: 15px;
        background: transparent;
    }
}

#header-inverse .menu ul.main-menu li ul.dropdown-menu {
    border-radius: 4px;
    position: absolute;
}

#header-inverse .menu ul.main-menu li ul.dropdown-menu::before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #231F20;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}


/*==================================================
  Homepage Top Banner
  ==================================================*/

#banner {
    background: url("http://placehold.it/1920x900") fixed no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 550px;
    position: relative;
    top: 0;
}

/*==================================================
  Homepage Signup Form
  ==================================================*/

.sign-up-form {
    background: linear-gradient(to bottom, rgba(43, 57, 144, .8), rgba(39, 170, 225, 1) 65%);
    position: absolute;
    width: 340px;
    min-height: 600px;
    top: 0;
    padding: 40px 30px;
    text-align: center;
    color: #fff;
    z-index: 1000;
}

.sign-up-form:after {
    content: "";
    border-color: #27aae1 transparent transparent;
    border-style: solid;
    border-width: 40px 170px 0;
    bottom: -40px;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.sign-up-form h2 {
    font-family: 'Agency FB', sans-serif;
    margin: 100px 0 20px;
}

.sign-up-form .line-divider {
    background: none;
    height: 1px;
    border-top: 1px solid rgba(255, 255, 255, .20);
    width: 180px;
    margin: auto;
    margin-bottom: 10px;
}

.sign-up-form .form-wrapper {
    padding: 20px 20px 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-top: none;
    margin-bottom: 30px;
}

.sign-up-form .form-wrapper .signup-text {
    font-size: 15px;
}

.sign-up-form .form-wrapper .form-group {
    margin-bottom: 10px;
    width: 100%;
}

.sign-up-form .form-wrapper .form-group .form-control {
    border: none;
    box-shadow: none;
    border-radius: 17px;
    padding-left: 20px;
}

.sign-up-form .form-wrapper button {
    position: relative;
    top: 20px;
    border-radius: 17px;
}

.sign-up-form a {
    color: #fff;
}

.sign-up-form img.form-shadow {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
}

/*====================*/
/* POC Exchange Rates */
/*====================*/
.poc-exchange-rates {
    color: #fff;
    padding: 9px 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 6.8rem;
    background: url('/images/static/bg-poc-exchange-rate.png') center center no-repeat;
    background-size: cover;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 15px 0 rgba(0, 62, 87, 0.2);
    box-shadow: 0 8px 15px 0 rgba(0, 62, 87, 0.2)
}

.poc-exchange-rates .exchange-info {
    padding: 9px 20px;
}

.poc-exchange-rates .exchange-info span {
    margin-left: 5px;
    vertical-align: middle;
}

.poc-exchange-rates .exchange-info strong {
    margin-left: 10px;
}

/*==================*/
/* About PA Section */
/*==================*/
#about-pa {
    background: url('/images/static/bg-about-pa.jpg') center center no-repeat;
    background-size: cover;
}

/*==================*/
/* Language Switcher Section */
/*==================*/
#language-switcher > .container {
    padding-top: 20px;
    border-bottom: 1px solid #e6e6e6;
}

#language-switcher .language-label {
    line-height: 20px;
}

#language-switcher .language-label i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: middle;
}

#language-switcher .language-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#language-switcher .language-list li {
    padding-right: 20px;
    display: inline-block;
}

#language-switcher .language-list li:last-child {
    padding-right: 0;
}

#language-switcher .language-list li a {
    color: #6d6e71;
    padding-left: 15px;
    position: relative;
    text-decoration: none;
}

#language-switcher .language-list li a:before {
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    content: "";
    margin-top: -4px;
    position: absolute;
    background: #d9e1e5;
    display: inline-block;
}
#language-switcher .language-list li a:hover,
#language-switcher .language-list li a.active {
    color: #40b7df;
}
#language-switcher .language-list li a.active {
    font-weight: bold;
}
#language-switcher .language-list li a:hover:before,
#language-switcher .language-list li a.active:before {
    background: #40b7df;
}

@media (min-width: 992px) {
    #language-switcher .language-list {
        float: right;
    }
}

/*===================*/
/* PA Vision Section */
/*===================*/
#pa-vision .img-responsive {
    margin-top: 53px;
    margin-bottom: 53px;
}

#pa-vision .sub-title+p {
    line-height: 2;
    margin-bottom: 20px;
}

/*======================*/
/* PA About POC Section */
/*======================*/
#pa-about-poc {
    background: url('/images/static/bg-hoop.jpg') center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/*======================*/
/* PA POC Allocation Section */
/*======================*/
#pa-poc-allocation .poc-allocation-entry {
    margin: 30px 0;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    padding-left: 20px;
    border-left: 10px solid #179acf;
}

#pa-poc-allocation .poc-allocation-entry:nth-child(2) {
    border-left-color: #20b1de;
}

#pa-poc-allocation .poc-allocation-entry:nth-child(3) {
    border-left-color: #d8e0e6;
}

#pa-poc-allocation .poc-allocation-entry:nth-child(4) {
    border-left-color: #eef2f4;
}

#pa-poc-allocation .poc-allocation-entry:nth-child(5) {
    border-left-color: #fce67f;
}

#pa-poc-allocation .poc-allocation-entry strong {
    display: block;
}

/*======================*/
/* PA Championship Section */
/*======================*/
#pa-championship {
    background: url('/images/static/bg-esports-event.jpg') center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/*===================*/
/* BMG Section */
/*===================*/
#branded-mini-games h3 {
    margin: 20px 0;
    min-height: 60px;
}
#branded-mini-games h3 small {
    display: block;
    line-height: 1;
}

/*===================*/
/* Partners Section */
/*===================*/
#pa-partners {
    background: #195d79;
}

#pa-partners .partner-logos {
    padding-left: 20px;
    padding-right: 20px;
}

#pa-partners .slick-arrow {
    top: 50%;
    z-index: 1;
    width: 38px;
    height: 38px;
    border: none;
    font-size: 0;
    outline: none;
    line-height: 1;
    background: none;
    margin-top: -19px;
    text-align: center;
    position: absolute;
    background: #113d4f;
    border-radius: 100%;
}

#pa-partners .slick-arrow.slick-prev {
    left: 0;
}

#pa-partners .slick-arrow.slick-next {
    right: 0;
}

#pa-partners .slick-arrow.slick-prev:after,
#pa-partners .slick-arrow.slick-next:after {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#pa-partners .slick-arrow.slick-prev:after {
    content: "\f3cf";
}

#pa-partners .slick-arrow.slick-next:after {
    content: "\f3d1";
}

#pa-partners .slick-slide {
    opacity: 0.7;
    transition: all .3s;
}

#pa-partners .slick-slide:hover {
    opacity: 1;
}

/*===================*/
/* TEAM Section */
/*===================*/
#pa-team .container {
    background: url('/images/static/world-map.jpg') center bottom no-repeat;
    background-size: contain;
}
#pa-team .office-info {
    color: #fff;
    margin-bottom: 50px;
}

#pa-team .office-info [class^="col-"] {
    overflow: hidden;
    padding-top: 25px;
    position: relative;
}

#pa-team .office-info [class^="col-"] > div {
    padding-left: 10px;
    padding-right: 10px;
}

#pa-team .office-info [class^="col-"] > div:after {
    top: 25px;
    left: 10px;
    right: 10px;
    content: "";
    height: 999em;
    display: block;
    position: absolute;
}

#pa-team .office-info [class^="col-"]:nth-child(odd) > div:after {
    background: rgba(58, 62, 67, 0.8);
}

#pa-team .office-info [class^="col-"]:nth-child(even) > div:after {
    background: rgba(34, 177, 222, 0.8);
}

#pa-team .office-info [class^="col-"]:first-child > div {
    color: #3a3e43;
}

#pa-team .office-info [class^="col-"]:first-child > div:after {
    background: rgba(217, 225, 229, 0.8);
}

#pa-team .office-info [class^="col-"]:first-child > div:before {
    left: 50%;
    top: 10px;
    z-index: 1;
    color: #179acf;
    content: "\f005";
    margin-left: -18px;
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 42px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#pa-team .office-info [class^="col-"] p {
    z-index: 1;
    position: relative;
}

#pa-team .office-info [class^="col-"] p:first-child:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
}

#pa-team .office-info [class^="col-"] p:last-child {
    margin-bottom: 0;
}

#pa-team .office-info [class^="col-"] p span {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
    #pa-team .office-info [class^="col-"] p:first-child:after {
        min-height: 108px;
    }
}

/*======================*/
/* Milestones Section */
/*======================*/
#pa-milestones {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#025382+0,149fd4+50,74d7e8+100 */
    background: #025382; /* Old browsers */
    background: -moz-linear-gradient(top,  #025382 0%, #149fd4 75%, #74d7e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #025382 0%,#149fd4 75%,#74d7e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #025382 0%,#149fd4 75%,#74d7e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025382', endColorstr='#74d7e8',GradientType=0 ); /* IE6-9 */
}

#pa-milestones .roadmap {
    margin-top: 60px;
}

#pa-milestones .roadmap .roadmap-line1 {
    margin-top: 100px;
    text-align: right;
    padding-right: 44px;
}

#pa-milestones .roadmap .roadmap-line2 {
    padding-left: 44px;
}

#pa-milestones .roadmap .box-roadmap {
    min-height: 200px;
    position: relative;
}

#pa-milestones .roadmap .box-roadmap:before {
    top: 20px;
    left: -46px;
    width: 4px;
    content: "";
    height: 100px;
    display: block;
    background: #fff;
    position: absolute;
}

#pa-milestones .roadmap .roadmap-line1 .box-roadmap:before {
    left: auto;
    right: -46px;
}

#pa-milestones .roadmap .roadmap-line2 .box-roadmap:last-child {
    min-height: 0;
}

#pa-milestones .roadmap .roadmap-line2 .box-roadmap:first-child:before {
    top: 5px;
}

#pa-milestones .roadmap .roadmap-line2 .box-roadmap:last-child:before {
    display: none;
}

#pa-milestones .roadmap .box-roadmap .timeline-separator {
    top: 5px;
    left: -53px;
    z-index: 1;
    width: 18px;
    height: 18px;
    display: block;
    background: #fff;
    position: absolute;
    border-radius: 100%;
}

#pa-milestones .roadmap .roadmap-line1 .box-roadmap .timeline-separator {
    left: auto;
    right: -53px;
}

#pa-milestones .roadmap .roadmap-line2 .box-roadmap:first-child .timeline-separator {
    left: -57px;
    width: 26px;
    height: 26px;
    background: #025382;
    border: 6px solid #fff;
}

#pa-milestones .roadmap .box-roadmap .timeline-separator:before {
    top: 6px;
    left: 35px;
    width: 7px;
    height: 7px;
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    border-radius: 100%;
}

#pa-milestones .roadmap .box-roadmap .timeline-separator:after {
    left: 0;
    top: 9px;
    content: "";
    height: 1px;
    width: 35px;
    opacity: 0.35;
    display: block;
    background: #fff;
    position: absolute;
}

#pa-milestones .roadmap .roadmap-line1 .box-roadmap .timeline-separator:before {
    left: auto;
    right: 35px;
}

#pa-milestones .roadmap .roadmap-line1 .box-roadmap .timeline-separator:after {
    right: 0;
    left: auto;
}

#pa-milestones .roadmap .roadmap-line2 .box-roadmap:first-child .timeline-separator:before {
    top: 3px;
}
#pa-milestones .roadmap .roadmap-line2 .box-roadmap:first-child .timeline-separator:after {
    top: 6px;
    left: 15px;
    width: 20px;
}

#pa-milestones .roadmap h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

#pa-milestones .roadmap h3 {
    margin: 0;
    color: #fff;
    line-height: 2;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#pa-milestones .roadmap p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#pa-milestones .roadmap .timeline-mobile .box-roadmap {
    min-height: 0;
    padding-bottom: 30px;
}

#pa-milestones .roadmap .timeline-mobile .box-roadmap:before {
    height: 100%;
}

/*======================*/
/* PA Member Section */
/*======================*/
#pa-member .container {
    padding-bottom: 0;
}
#pa-member .headline-block {
    border-bottom: 1px solid #e6e6e6;
}

#pa-member .member-avatar {
    margin-bottom: 20px;
}

#pa-member .member-avatar img {
    max-width: 124px;
}

#pa-member .headline-block .member-avatar img {
    max-width: 100%;
}

#pa-member .member-description {
    color: #a4a4a4;
    text-align: left;
    margin-top: 20px;
}

#pa-member .member-name,
#pa-member .member-position {
    margin: 0;
}

#pa-member .member-name a,
#pa-member .member-position a {
    text-decoration: none;
}

/*======================*/
/* PA Key Areas Section */
/*======================*/
#pa-key-areas {
    background: #eef2f5;
}

#pa-key-areas .key-areas-entry {
    font-size: 24px;
    margin-top: 80px;
    line-height: 1.5;
    font-weight: 300;
    background: #fff;
    position: relative;
    padding: 45px 25px 20px 25px;
    box-shadow: 3px 3px 0 rgba(218, 218, 218, 0.3);
    border-radius: 10px;
}

#pa-key-areas .key-areas-entry strong {
    display: block;
}

#pa-key-areas .key-areas-entry img {
    left: 50%;
    bottom: 100%;
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

/*======================*/
/* PA News Section */
/*======================*/
#pa-news a {
    text-decoration: none;
}

#pa-news .blog-item {
    min-height: 100%;
    border: 1px solid #e7e7e8;
}

#pa-news .blog-content {
    padding: 15px;
    color: #9d9d9f;
    border-top: 1px solid #e7e7e8;
}

/*======================*/
/* PA Community Section */
/*======================*/
#pa-community .container {
    border-top: 1px solid #e7e7e8;
}

#pa-community .community-box {
    font-size: 16px;
    background: #f4f7fc;
    padding: 35px 25px 50px 25px;
}

#pa-community .community-box ul {
    padding: 0;
    margin: 10px 0 0 0;
    list-style-type: none;
}

#pa-community .community-box ul li {
    margin: 4px 0;
    display: block;
    text-align: right;
}

#pa-community .community-box ul li:after {
    content: "";
    clear: both;
    display: block;
}

#pa-community .community-box ul li label {
    margin: 0;
    float: left;
}

#pa-community .community-box ul li a {
    color: #9d9d9f;
    text-decoration: none;
}

/*======================*/
/* PA FAQ Section */
/*======================*/
#pa-help-faq {
    background: url("/images/static/faqs-bg.jpg") center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    #pa-help-faq {
        margin-top: -155px;
    }
}

/* Accordion */
#pa-faq .section-title {
    margin-bottom: 60px;
}

#pa-faq .panel {
    margin: 0;
    border: none;
    box-shadow: none;
    border-top: 1px solid #d3d2d7;
}

#pa-faq .panel:last-child {
    border-bottom: 1px solid #d3d2d7;
}

#pa-faq .panel-heading {
    padding: 0;
}

#pa-faq .panel-heading:before {
    display: none;
}

#pa-faq .panel-title {
    color: #6d6e71;
    font-size: 18px;
    font-weight: bold;
    padding: 28px 0;
}

#pa-faq .panel-title:before,
#pa-faq .panel-title:after {
    top: 50%;
    right: 0;
    height: 1px;
    width: 27px;
    content: '';
    background: #b2b1b1;
    position: absolute;
    transition: transform 500ms ease;
}

#pa-faq .panel-title:before {
    transform: rotate(-180deg);
}

#pa-faq .panel-title:after {
    transform: rotate(-90deg);
    transform-origin: center;
}

#pa-faq .panel-heading:not(.collapsed) .panel-title:before,
#pa-faq .panel-heading:not(.collapsed) .panel-title:after {
    transform: rotate(0);
}

#pa-faq .panel-title a {
    display: block;
    padding-right: 28px;
}

#pa-faq .panel-heading:not(.collapsed) .panel-title a {
    color: #40b7df;
}

#pa-faq .panel-body {
    border: none;
    color: #9d9d9f;
    line-height: 2;
    padding: 8px 0;
    font-size: 16px;
}

@media (min-width: 992px) {
    #pa-faq .section-title {
        margin-bottom: 112px;
    }

    #pa-faq .panel-title {
        font-size: 24px;
    }

    #pa-faq .panel-body {
        font-size: 18px;
    }
}

/*======================*/
/* White Paper Section */
/*======================*/
#pa-white-paper {
    text-align: center;
    background: url('/images/static/white-paper-bg.jpg') bottom center no-repeat;
    background-size: cover;
}

#pa-white-paper > div {
    padding-bottom: 0 !important;
}

@media (min-width: 768px) {
    #pa-white-paper {
        text-align: left;
    }
}

/*==================================================
  Features Section
  ==================================================*/

#features {
    background: #EFEFEF;
    background: radial-gradient(#fff 50%, #EFEFEF 90%);
    background: -moz-radial-gradient(#fff 50%, #EFEFEF 90%);
    background: -webkit-radial-gradient(#fff 50%, #EFEFEF 90%);
    background: -o-radial-gradient(#fff 50%, #EFEFEF 90%);
    text-align: center;
}

#features .feature-item .feature-icon {
    background: linear-gradient(to bottom, rgba(43, 57, 144, .8), rgba(39, 170, 225, .8) 65%), url("/images/static/blur.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    margin: auto;
    border: 6px solid #fff;
    box-shadow: 0 12px 12px rgba(39, 170, 225, 0.3);
    cursor: pointer;
    font-size: 35px;
    color: #fff;
    line-height: 100px;
}

#features .feature-item .feature-icon:hover {
    background: #27aae1;
    transition: all .3s;
}

#features .feature-item h3 {
    font-family: 'Agency FB', sans-serif;
    color: #939598;
}

#incremental-counter .num {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #27aae1;
    display: inline-block;
    height: 64px;
    line-height: 62px;
    margin: 0 4px 20px;
    position: relative;
    left: -1px;
    text-align: center;
    width: 50px;
    font-size: 45px;
    font-size: 3.72625em;
    font-weight: normal;
    font-family: 'Agency FB', sans-serif;
}

#incremental-counter .num::before {
    background: #00aae6;
    content: "";
    display: block;
    height: 1px;
    left: -1px;
    margin: -0.5px 0 0;
    position: absolute;
    right: -1px;
    top: 50%;
    width: auto;
}

#features img.face-map {
    margin: 0 auto -250px;
}


/*==================================================
  App Download Section
  ==================================================*/

#app-download {
    background: #fff;
    text-align: center;
}

#app-download ul.app-btn {
    padding: 0;
    margin: 0;
}

#app-download ul.app-btn li {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

#app-download ul.app-btn li button {
    padding: 8px 15px;
}

#app-download ul.app-btn li button::after {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1), transparent 70%);
    height: 36px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 6px;
}


/*==================================================
  Homepage Image Divider
  ==================================================*/

.img-divider {
    background: url("http://placehold.it/1920x460") no-repeat;
    background-size: cover;
    text-align: center;
    min-height: 460px;
    background-position: center;
}


/*==================================================
  Site Facts Section
  ==================================================*/

#site-facts {
    background: radial-gradient(rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 1) 100%), url("http://placehold.it/1920x1280") fixed no-repeat;
    background-size: cover;
    height: 500px !important;
    text-align: center;
    color: #fff;
}

#site-facts .circle {
    background: #27aae1;
    width: 660px;
    height: 660px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    top: -180px;
    padding: 75px;
    overflow: hidden;
}

#site-facts .circle ul.facts-list {
    padding: 0;
    margin: 0;
}

#site-facts .circle ul.facts-list li {
    list-style: none;
}

#site-facts .circle ul.facts-list li:nth-child(1) {
    margin: 5px auto 50px;
}

#site-facts .circle ul.facts-list li:nth-child(1)::before {
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 75px;
    position: absolute;
    top: 0;
}

#site-facts .circle ul.facts-list li:nth-child(1)::after {
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 34px;
    position: absolute;
}

#site-facts .circle ul.facts-list li:nth-child(2)::after {
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 34px;
    position: absolute;
}

#site-facts .circle ul.facts-list li:nth-child(3) {
    margin: 50px auto 10px;
}

#site-facts .circle ul.facts-list li:nth-child(3)::after {
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 75px;
    position: absolute;
    bottom: 0;
}

#site-facts .circle .fact-icon {
    background: rgba(255, 255, 255, .1);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: auto;
}

#site-facts .circle .fact-icon {
    font-size: 50px;
}


/*==================================================
  Live Feed Section Homepage
  ==================================================*/

#live-feed {
    background: #fff;
    text-align: center;
}

#live-feed ul.online-users li {
    margin: 0;
}


/*==================================================
  Landing Page: V2 | Register/Login
  ==================================================*/

#lp-register {
    background: url('/images/static/bg-login.jpg') center center no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100vh;
}

#lp-register .wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
}

.intro-texts {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    transform: translateY(100px);
}

.intro-texts h1 {
    font-family: 'Agency FB', sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
}

.intro-texts p {
    margin-bottom: 60px;
}

.intro-texts button {
    margin-top: 20px;
    border-radius: 30px;
    padding: 8px 20px;
    width: 150px;
}

.intro-texts button::before {
    content: none;
}


/*Registration Form Container*/

.reg-form-container {
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, .4);
    padding: 40px;
    border-radius: 6px;
    position: relative;
    min-height: 560px;
    z-index: 10;
}

.reg-form-container::before {
    content: "";
    background: rgba(255, 255, 255, .1);
    width: 95%;
    height: 70%;
    border-radius: 6px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
}

.reg-form-container::after {
    content: "";
    background: rgba(255, 255, 255, .1);
    width: 90%;
    height: 65%;
    border-radius: 6px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.reg-form-container .reg-options::before {
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
    height: 70%;
    width: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
    border-radius: 6px 0 0 6px;
    z-index: -1;
}


/*Registration Login/Register Tabs*/

.reg-form-container .reg-options .nav-tabs {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-60%) rotate(270deg);
    border: none;
}

.reg-form-container .nav-tabs>li {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.reg-form-container .nav-tabs>li::after {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    height: 25px;
    width: 1px;
    position: absolute;
    right: -10px;
    top: 5px;
}

.reg-form-container .nav-tabs>li:last-child::after {
    content: none;
}

.reg-form-container .nav-tabs>li>a {
    background: transparent;
    color: #939598;
    padding: 5px 30px;
    min-width: 120px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: none;
}

.reg-form-container .nav-tabs>li.active>a,
.reg-form-container .nav-tabs>li.active>a:focus,
.reg-form-container .nav-tabs>li.active>a:hover {
    background: transparent;
    color: #fff;
    font-weight: 700;
    border: none;
}

/*Registration Form*/

#registration_form .form-group,
#Login_form .form-group {
    margin-bottom: 10px;
}



#registration_form .form-control,
#Login_form .form-control {
    background: #fff;
    color: #939598;
    border-radius: 30px;
    box-shadow: none;
    width: 100%;
    border: 1px solid #f1f2f2;
    padding-left: 15px;
}

#registration_form select.form-control {
    background: rgba(0, 0, 0, 0) url("/images/static/down-arrow.png") no-repeat scroll calc(100% - 10px) center / 8px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #939598;
}

#registration_form p.birth {
    margin-left: 10px;
}

/*Social Links Bottom*/

#lp-register ul.social-icons {
    text-align: center;
    margin-top: 40px;
    z-index: 11;
}

#lp-register ul.social-icons li {
    border: none;
}

#lp-register ul.social-icons li a {
    color: #fff;
}

#lp-register ul.social-icons li a:hover {
    color: #27aae1;
    transition: all .5s;
}


/*feed-block and ul.online-users css available below*/

/*==================================================
  Newsfeed Left Sidebar
  ==================================================*/

/*Profile Card CSS*/

.profile-card {
    background: linear-gradient(to bottom, rgba(101, 174, 212, 1), rgba(57, 108, 163, 1));
    width: 100%;
    min-height: 90px;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 25px;
}

.profile-card .profile-photo,
.profile-card img.profile-photo {
    right: auto;
    border: 7px solid #fff;
    float: left;
    margin-right: 20px;
    position: relative;
    top: -30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    transform: none;
}

@media (max-width: 991px) {
    .profile-card {
        padding: 15px;
        min-height: 0;
        position: relative;
    }

    .profile-card>span {
        top: 50%;
        right: 20px;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .profile-card .profile-photo,
    .profile-card img.profile-photo {
        margin-right: 10px;
    }
}

/*Championship Card CSS*/
.championship-card {
    background: #202225;
    border-radius: 4px;
    overflow: hidden;
}

.championship-card h5 {
	line-height: 1.25;
    margin: 15px 0 0 0;
}

.championship-card .duration {
    margin: 5px 15px;
    line-height: 1.4;
}

.championship-card .duration span {
    display: inline-block;
}

.championship-card .duration .rank {
    color: #00b0f4;
}

.championship-info {
    margin: 0;
    padding: 10px;
    background: #2f3136;
}

.championship-info:after {
    content: "";
    clear: both;
    height: 1px;
    display: block;
}

.championship-info .btn {
    display: block;
    margin: 19px 0;
    padding: 12px 0;
    font-size: 13.5px;
    font-weight: bold;
    border-radius: 4px;
    background: #3bd373;
    -webkit-animation: pulseAni 2s infinite;
    -moz-animation: pulseAni 2s infinite;
    -ms-animation: pulseAni 2s infinite;
    -o-animation: pulseAni 2s infinite;
    animation: pulseAni 2s infinite;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.championship-info .championship-reward {
	padding: 1rem;
    border: 1px solid #f3a01b;
    border-radius: 4px;
}

.championship-info .championship-reward-detail {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
}

.championship-info .championship-reward-detail li {
    list-style: none;
}

.championship-info .championship-reward-detail.row-3-cols li {
    width: 33.3%;
}

.championship-info .championship-reward-detail.row-4-cols li {
    width: 25%;
}

.championship-info .championship-reward-detail li p {
    margin: 0;
    font-weight: 300;
    font-size: 0.65em;
    text-transform: uppercase;
}

.championship-info .championship-reward-detail li p img {
    width: 3.3em;
    margin: 0.3em 0 0.2em 0;
}

.championship-info .championship-reward-detail li p strong {
    font-size: 1.33em;
}

.championship-notice {
    color: #d9d9d9;
    padding: 7px 0;
	font-size: 12px;
    text-align: left;
    line-height: 18px;
    border-bottom: 1px solid #3a3c40;
}

/*Leaderboard CSS*/
.leaderboard {
    margin-top: 30px;
    overflow: hidden;
}

.leaderboard h5 {
    margin: 0;
    color: #fff;
    padding: 15px;
	line-height: 1.25;
	font-weight: normal;
    background: linear-gradient(to right, rgba(55, 110, 166, 1), rgba(3, 136, 164, 1));
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.leaderboard.group-ranking h5 {
	font-weight: 500;
	line-height: 1.1;
}

.leaderboard.style-2 h5 {
	background: linear-gradient(to right, rgba(125, 139, 165, 1), rgba(92, 106, 132, 1));
}

.leaderboard h5 > span {
	width: 50%;
    overflow: hidden;
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
    text-overflow: ellipsis;
}

.leaderboard h5 > span:last-child:after {
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	content: '';
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
}

.leaderboard h5 > span span {
	color: #3bd373;
}

.leaderboard .leaderboard-list {
    padding: 12px 10px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.leaderboard .leaderboard-list table tr.current {
	font-weight: 500;
}

.leaderboard .leaderboard-list table td:first-child,
.leaderboard .leaderboard-list table td:last-child {
    width: auto;
    max-width: none;
    text-align: center;
}
.leaderboard .leaderboard-list table td:last-child {
    text-align: right;
}

.leaderboard .leaderboard-list table td {
    width: 100%;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px 6px 5px 6px;
    border-bottom: 1px solid #f1f2f2;
}

.leaderboard .leaderboard-list table tr:last-child td {
    border: none;
}

@media (min-width: 640px) {
    .championship-info .btn {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .leaderboard {
        margin-top: 20px;
    }
}

.nav-tabs.newsfeed-tab {
    border: none;
    margin: 0 -5px 20px -5px;
}

.nav-tabs.newsfeed-tab:after {
    content: "";
    clear: both;
    display: block;
}

.nav-tabs.newsfeed-tab>li {
    margin: 0;
    width: 50%;
}

.nav-tabs.newsfeed-tab>li>a {
    padding: 0;
    margin: 0 5px;
    color: #595959;
    font-size: 18px;
    text-align: center;
    border: 1px solid #27aae1;
    border-radius: 4px;
}

.nav-tabs.newsfeed-tab>li.active>a {
    color: #fff;
    background: #27aae1;
    border: 1px solid #27aae1;
}

.nav-tabs.newsfeed-tab>li:first-child>a span,
.nav-tabs.newsfeed-tab>li:last-child>a span {
    display: inline-block;
    padding: 10px 0 10px 28px;
    background-size: auto 60px;
    background-repeat: no-repeat;
}

.nav-tabs.newsfeed-tab>li:first-child>a span {
    background-image: url('/images/static/tab-cup.png');
    background-position: left -22px;
}

.nav-tabs.newsfeed-tab>li:first-child.active>a span {
    background-position: left 8px;
}

.nav-tabs.newsfeed-tab>li:last-child>a span {
    background-image: url('/images/static/tab-star.png');
    background-position: left -25px;
}

.nav-tabs.newsfeed-tab>li:last-child.active>a span {
    background-position: left 7px;
}

.tab-content.newsfeed-tab-content>.tab-pane.active {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f2f2;
}

@media (min-width: 992px) {
    .nav-tabs.newsfeed-tab {
        display: none;
    }

    .tab-content.newsfeed-tab-content>.tab-pane {
        display: block;
    }

    .tab-content.newsfeed-tab-content>.tab-pane.active {
        margin: 0;
        padding: 0;
        border: none;
    }
}

@media (max-width: 479px) {
    .nav-tabs.newsfeed-tab>li>a {
        font-size: 14px;
    }

    .nav-tabs.newsfeed-tab>li:first-child>a span,
    .nav-tabs.newsfeed-tab>li:last-child>a span {
        padding-left: 24px;
        background-size: auto 45px;
    }

    .nav-tabs.newsfeed-tab>li:first-child>a span {
        background-position: left -14px;
    }

    .nav-tabs.newsfeed-tab>li:last-child>a span {
        background-position: left -16px;
    }
}

/*Newsfeed Links CSS*/

ul.nav-news-feed {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 0 40px 0;
}

ul.nav-news-feed li {
    list-style: none;
    display: block;
    padding: 15px 0;
}

ul.nav-news-feed li div {
    position: relative;
    margin-left: 30px;
}

ul.nav-news-feed li div::after {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #f1f2f2;
    position: absolute;
    bottom: -15px;
    left: 0;
}

ul.nav-news-feed li a {
    color: #6d6e71;
}

ul.nav-news-feed li i {
    font-size: 18px;
    margin-right: 15px;
    float: left;
}

ul.nav-news-feed i.ion-ios-paper {
    color: #8dc63f;
}

ul.nav-news-feed i.ion-ios-people {
    color: #662d91;
}

ul.nav-news-feed i.ion-ios-people-outline {
    color: #ee2a7b;
}

ul.nav-news-feed i.ion-chatboxes,
ul.nav-news-feed i.ion-ios-game-controller-a {
    color: #f7941e;
}

ul.nav-news-feed i.ion-images,
ul.nav-news-feed i.ion-ios-calendar-outline {
    color: #1c75bc;
}

ul.nav-news-feed i.ion-ios-videocam {
    color: #9e1f63;
}

/*Chat Block CSS*/

#chat-block {
    margin: 0 0 40px 0;
    text-align: center;
}

#chat-block .title {
    background: #8dc63f;
    padding: 2px 20px;
    width: 70%;
    height: 30px;
    border-radius: 15px;
    position: relative;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

ul.online-users {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin: 0;
}

ul.online-users li {
    list-style: none;
    position: relative;
    margin: 3px auto !important;
    padding-left: 3px;
    padding-right: 3px;
}

ul.online-users li span.online-dot {
    background: linear-gradient(to bottom, rgba(141, 198, 63, 1), rgba(0, 148, 68, 1));
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
    bottom: -6px;
    border: 2px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
}


/*==================================================
  Newsfeed Right Sidebar
  ==================================================*/

.suggestions h4 {
    margin-bottom: 20px;
}

.suggestions.affix {
    position: fixed !important;
}

.follow-user {
    margin-bottom: 20px;
}

.follow-user div {
    margin-left: 50px;
    position: relative;
}

.follow-user div::after {
    content: "";
    background: none;
    border-top: 1px solid #f1f2f2;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -10px;
}

.past-event {
    overflow: hidden;
    border-radius: 5px;
}

/*==================================================
  Create Post Box CSS
  ==================================================*/

.create-post {
    width: 100%;
    min-height: 90px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f2f2;
}

.create-post .form-group {
    margin-bottom: 0;
    display: inline-flex;
}

.create-post .form-group .form-control {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.create-post .form-group .profile-photo-md,
.create-post .form-group img.profile-photo-md {
    margin-right: 10px;
}

.create-post .tools {
    padding: 8px 0 10px;
}

.create-post .tools ul.publishing-tools {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 5px 0;
}

.create-post .tools ul.publishing-tools li a {
    color: #6d6e71;
    font-size: 18px;
}

.create-post .tools ul.publishing-tools li a:hover {
    color: #27aae1;
}


/*==================================================
  Post Contents CSS
  ==================================================*/

.post-content {
    background: #f8f8f8;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #f1f2f2;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.post-content img.post-image,
video.post-video,
.google-maps {
    width: 100%;
    height: auto;
}

.post-content .google-maps .map {
    height: 300px;
}

.post-content .post-container {
    padding: 20px;
}

.post-content .post-container .post-detail {
    margin-left: 65px;
    position: relative;
}

.post-content .post-container .post-detail .post-text {
    line-height: 24px;
    margin: 0;
}

.post-content .post-container .post-detail .post-text a {
    word-wrap: break-word;
}

.post-content .post-container .post-detail .post-text .more-text {
	display: none;
}

.post-content .post-container .post-detail .post-text .loadmore-post {
	display: block;
	margin: 10px 0;
	text-align: center;
}

.post-content .post-container .post-detail .post-tags {
	display: none;
}

.post-content .post-container .post-detail .post-tags a {
    text-decoration: none; 
}

.post-content .post-container .post-detail .reaction {
    position: absolute;
    right: 0;
    top: 0;
}

.post-content .post-container .post-detail .reaction a,
.post-content .post-container .post-detail .reaction a:active,
.post-content .post-container .post-detail .reaction a:focus {
    padding: 5px;
    outline: none;
    box-shadow: none;
}

.post-content .post-container .post-detail .post-comments-more {
	display: none;
}

.post-content .post-container .post-detail .post-comment {
    display: inline-flex;
    margin: 10px auto;
    width: 100%;
}

.post-content .post-container .post-detail .post-comment.my-comment {
    padding-right: 40px;
    position: relative;
}

.post-content .post-container .post-detail .post-comment .remove-comment {
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    color: #6d6e71;
    font-size: 24px;
    text-align: center;
    position: absolute;
}

.post-content .post-container .post-detail .post-comment .remove-comment:hover {
    color: #27aae1;
}

.post-content .post-container .post-detail .post-comment .profile-photo-sm,
.post-content .post-container .post-detail .post-comment img.profile-photo-sm {
    min-width: 40px;
    margin-right: 10px;
}

.post-content .post-container .post-detail .post-comment .form-control {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 7px 0;
    min-width: 0;
}

.post-content .post-container .post-detail .post-comment .btn_comment_add button {
	background: #ddd;
}

/*==================================================
  Nearby People CSS
  ==================================================*/

.people-nearby .google-maps {
    background: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #f1f2f2;
    padding: 20px;
    margin-bottom: 20px;
}

.people-nearby .google-maps .map {
    height: 300px;
    width: 100%;
    border: none;
}

.people-nearby .nearby-user {
    padding: 20px 0;
    border-top: 1px solid #f1f2f2;
    border-bottom: 1px solid #f1f2f2;
    margin-bottom: 20px;
}


/*==================================================
  Friend List CSS = Newsfeed and Timeline
  ==================================================*/

.friend-list .friend-nav {
    font-size: 18px;
    padding-bottom: 15px;
}

.friend-list .friend-nav:after {
    content: "";
    clear: both;
    display: block;
}

.friend-list .friend-nav i,
.friend-list .friend-nav a,
.friend-list .friend-nav span {
    color: #40b7df;
}

.friend-list .friend-nav i {
    margin-right: 5px;
}

.friend-list .friend-nav a {
    display: block;
    font-size: 14px;
}

.friend-list .friend-card {
    border-radius: 4px;
    border-top: 1px solid #f1f2f2;
    border-bottom: 1px solid #f1f2f2;
    overflow: hidden;
    margin-bottom: 20px;
}

.friend-list .friend-card .card-info {
    padding: 10px 20px;
}

.friend-list .friend-card .card-info .profile-photo-lg,
.friend-list .friend-card .card-info img.profile-photo-lg {
    display: inline-block;
    vertical-align: middle;
    border: 7px solid #fff;
}

.friend-list .friend-card .card-info .friend-info {
    position: relative;
}

.friend-list .friend-card .card-info .friend-info>a {
    top: 50%;
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 479px) {
    .friend-list .friend-card .card-info .friend-info {
        text-align: center;
    }

    .friend-list .friend-card .card-info .friend-info>a {
        position: static;
        transform: none;
        text-align: center;
        margin: 5px 0 10px 0;
    }
}

/*==================================================
  Chat Room CSS
  ==================================================*/

/*Chat Contact List*/

.chat-room ul.contact-list li {
    width: 100%;
    margin-bottom: 0;
}

.chat-room ul.contact-list li a {
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #f1f2f2 !important;
}

.chat-room ul.contact-list li a:hover,
.chat-room ul.contact-list li a:active,
.chat-room ul.contact-list li a:focus {
    border: none;
    border-bottom: 1px solid #8dc63f !important;
    border-radius: 0;
    cursor: pointer;
    background: none;
}

.chat-room ul.contact-list li a .contact {
    margin-left: 10px;
    margin-right: 10px;
}

.chat-room ul.contact-list li a .contact .msg-preview {
    margin-left: 50px;
}

.chat-room ul.contact-list li a .contact .msg-preview small {
    position: absolute;
    top: 20px;
    right: 10px;
}

.chat-room ul.contact-list li a .contact .msg-preview .chat-alert {
    background: red;
    text-align: center;
    border-radius: 4px;
    padding: 1px 6px;
    position: absolute;
    right: 10px;
    bottom: 20px;
    color: #fff;
}

.chat-room ul.contact-list li a .contact .msg-preview .seen,
.replied {
    color: #939598;
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 14px;
}

/*Chat Messages*/

.chat-room .chat-body ul.chat-message {
    padding: 0;
    margin: 0;
}

.chat-room .chat-body ul.chat-message li {
    list-style: none;
    margin-bottom: 20px;
}

.chat-room .chat-body ul.chat-message li.left .chat-item {
    background: rgba(141, 198, 63, .1);
    margin-left: 50px;
    padding: 5px 10px;
    position: relative;
    border-radius: 10px;
}

.chat-room .chat-body ul.chat-message li.left .chat-item::before {
    border-bottom: 10px solid transparent;
    border-right: 8px solid rgba(141, 198, 63, .1);
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    top: 10px;
    width: 0;
}

.chat-room .chat-body ul.chat-message li.left .chat-item .chat-item-header {
    border-bottom: 1px dotted #caef8e;
    margin-bottom: 10px;
}

.chat-room .chat-body ul.chat-message li.right .chat-item {
    background: rgba(39, 170, 225, .1);
    margin-right: 50px;
    padding: 5px 10px;
    position: relative;
    border-radius: 10px;
}

.chat-room .chat-body ul.chat-message li.right .chat-item::after {
    border-bottom: 10px solid transparent;
    border-left: 8px solid rgba(39, 170, 225, .1);
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    right: -8px;
    position: absolute;
    top: 10px;
    width: 0;
}

.chat-room .chat-body ul.chat-message li.right .chat-item .chat-item-header {
    border-bottom: 1px dotted #bce8f7;
    margin-bottom: 10px;
}

.chat-room .chat-body ul.chat-message li .chat-item .chat-item-header h5 {
    color: #4d4d4d;
}

.chat-room .chat-body ul.chat-message li .chat-item .chat-item-header small {
    position: absolute;
    top: 15px;
    right: 20px;
}

.chat-room .send-message {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 4px;
}

.chat-room .send-message button {
    background: #000;
    color: #fff;
}

/*CSS for custom scrollbar*/

.scrollbar-wrapper.scrollbar-dynamic {
    max-height: none;
}

.scrollbar-wrapper.tab-content {
    overflow-y: auto;
    height: 400px;
}

.scrollbar-wrapper.contact-list {
    overflow-y: auto;
    height: 400px;
    border: none;
    margin-bottom: 20px;
}

.scrollbar-wrapper {
    height: 100%;
    overflow: auto;
    width: 100%;
}


/*==================================================
  Media = Images and Videos CSS
  ==================================================*/

.media .media-grid {
    background: #f8f8f8;
    border: 1px solid #f1f2f2;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.media .media-grid img.post-image,
video {
    width: 100%;
    cursor: pointer;
}

.media .media-grid .media-info {
    padding-left: 10px;
    padding-right: 10px;
}

.media .media-grid .media-info .reaction {
    padding: 10px 0;
    border-bottom: 1px solid #f1f2f2;
}

.media .media-grid .media-info .user-info {
    padding: 10px 0;
}

.media .media-grid .media-info .user-info .user {
    margin: -10px 0 0 50px;
}

.modal-content .post-content {
    margin: 0;
}

/*==================================================
  Quick Play Game Modal
  ==================================================*/
.game-quick-play-modal {
    padding: 0 !important;
    overflow: hidden !important;
}

.game-quick-play-modal.in~.modal-backdrop.in {
    opacity: 0.9;
}

.game-quick-play-modal button.close {
    top: 10px;
    right: 10px;
    width: 30px;
    margin: 0;
    opacity: 1;
    z-index: 2;
    color: #fff;
    position: absolute;
}

.game-quick-play-modal button.close:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    border: 3px solid #fff;
    border-radius: 100%;
}

.game-quick-play-modal button.close span {
    z-index: 1;
    font-size: 16px;
    position: relative;
    line-height: 30px;
}

.game-quick-play-modal .modal-dialog {
    z-index: 1;
    height: 1px;
    margin: 0 auto;
    min-height: 100%;
}

.game-quick-play-modal .modal-content,
.game-quick-play-modal .modal-body,
.game-quick-play-modal iframe {
    top: 0;
    left: 0;
    position: absolute;
}

.game-quick-play-modal .modal-content {
    width: 1px;
    height: 1px;
    border: none;
    min-width: 100%;
    min-height: 100%;
    background: #000 url('https://loading.io/spinners/camera/index.svg') center center no-repeat;
    border-radius: 0;
}

.game-quick-play-modal .modal-body {
    padding: 0;
    width: 1px;
    height: 1px;
    min-width: 100%;
    min-height: 100%;
}

.game-quick-play-modal iframe {
    width: 1px;
    height: 1px;
    min-width: 100%;
    min-height: 100%;
}

/* Landscape mode */
.game-quick-play-modal.landscape {
    text-align: center;
}
.game-quick-play-modal.landscape:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.game-quick-play-modal.landscape .modal-dialog {
    height: auto;
    min-height: 0;
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: calc(100vw - 120px);
    padding-bottom: calc(56.25%);
}

@media screen and (max-width: 768px) {
    .game-quick-play-modal.landscape .modal-dialog {
        width: auto;
        padding: 0;
        display: block;
        min-height: 100%;
    }
}

@media screen and (orientation:landscape) {
    .game-quick-play-modal.landscape .modal-dialog {
        width: auto;
        padding: 0;
        display: block;
        min-height: 100%;
    }
}

/*==================================================
  Team Members Modal
  ==================================================*/
.team-members-modal .modal-dialog {
	max-width: 90%;
}
.team-members-modal h3 {
	color: #17181b;
	margin: 10px 0 20px 0;
}

.team-members-modal .profile-card {
	padding: 0;
	min-height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.team-members-modal .profile-card .profile-entry:first-child,
.team-members-modal .profile-card .profile-entry:last-child {
	width: 100%;
}

.team-members-modal .profile-card .profile-photo {
	top: 0;
	width: 90px;
	height: 90px;
	float: none;
	display: block;
	margin: -15px 0;
}

.team-members-modal .profile-card p {
	margin: 0;
}

.team-members-modal .profile-card p:last-child {
	line-height: 1;
}

.team-members-modal .team-list table tr.current {
	font-weight: bold;
	background: #eaf7fd;
}

.team-members-modal .team-list table td {
    width: 100%;
    max-width: 0;
	font-size: 16px;
    overflow: hidden;
	text-align: left;
    white-space: nowrap;
	text-overflow: ellipsis;
    padding: 6px 6px 5px 6px;
}

.team-members-modal .team-list table td:first-child,
.team-members-modal .team-list table td:last-child {
    width: auto;
    max-width: none;
    text-align: center;
}

.team-members-modal .team-list table td:first-child {
	min-width: 50px;
}

/*==================================================
  Social Share Modal
  ==================================================*/
.social-share-modal button.close {
    top: 10px;
    right: 15px;
    opacity: 1;
    color: #a1a1a1;
    position: absolute;
}

.social-share-modal h3 {
    margin: 50px 0 25px 0;
}

.social-share-modal .share-icons {
    padding: 0 30px;
    text-align: center;
}

.social-share-modal .share-icons a {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/images/static/icon-sharing.png);
}

.social-share-modal .share-icons .btn-share-facebook {
    background-position: center -55px;
}

.social-share-modal .share-icons .btn-share-google {
    background-position: center -155px;
}

.social-share-modal .share-icons .btn-share-twitter {
    background-position: center -105px;
}

.social-share-modal .share-icons .btn-share-vk {
    background-position: center -356px;
}

.social-share-modal .share-icons .btn-share-piterest {
    background-position: center -305px;
}

.social-share-modal .share-icons .btn-share-kakao {
    background-position: center -204px;
}

.social-share-modal .share-icons .btn-share-line {
    background-position: center -254px;
}

.social-share-modal .share-icons .btn-share-wechat {
    background-position: center -5px;
}

.social-share-modal .share-link {
    text-align: left;
    overflow: hidden;
    padding-left: 38px;
    position: relative;
    border: 1px solid #d7d7d7;
    margin: 27px 12px 23px 12px;
    border-radius: 4px;
}

.social-share-modal .share-link span {
    top: 0;
    left: 0;
    width: 38px;
    height: 35px;
    position: absolute;
    display: inline-block;
    border-right: 1px solid #d7d7d7;
    background: #f9f9f9 url('/images/static/icon-link.png') center center no-repeat;
}

.social-share-modal .share-link input {
    width: 100%;
    border: none;
    display: block;
    line-height: 35px;
    padding: 0 5px 0 10px;
}

/*==================================================
  Timeline
  ==================================================*/

.timeline-cover {
    background: url('/images/static/bg-user-timeline.jpg') center center no-repeat;
    background-size: cover;
    min-height: 360px;
    border-radius: 0 0 4px 4px;
    position: relative;
}

/*Timeline Menu for Large Screens*/

.timeline-cover .timeline-nav-bar {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    position: absolute;
    bottom: 25px;
}

.timeline-cover .timeline-nav-bar .profile-info {
    position: absolute;
    text-align: center;
    top: -100px;
    z-index: 999;
}

.timeline-cover .timeline-nav-bar .profile-info .profile-photo,
.timeline-cover .timeline-nav-bar .profile-info img.profile-photo {
    width: 200px;
    height: 200px;
    margin: 0 20px;
    display: block;
    border-radius: 50%;
    border: 10px solid #fff;
}

.timeline-cover .user-balance {
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    margin: 15px 0 20px 0;
    background: url('/images/static/bg-balance-box.png') center center no-repeat;
    background-size: auto 100%;
}

.timeline-cover .timeline-nav-bar ul.profile-menu {
    margin: 0;
    display: table;
}

.timeline-cover .timeline-nav-bar .profile-menu li {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}

.timeline-cover .timeline-nav-bar .profile-menu li a {
    color: #fff;
    padding: 15px;
    text-decoration: none;
}

.timeline-cover .timeline-nav-bar .profile-menu li a.active {
    color: #27aae1;
}

.timeline-cover .timeline-nav-bar .profile-menu li a:hover {
    color: #27aae1;
}

.timeline-cover .timeline-nav-bar ul.follow-me {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 2px;
}

.timeline-cover .timeline-nav-bar .follow-me li {
    padding: 15px;
    color: #fff;
}

/*Timeline Menu for Small Screens*/

.timeline-cover .navbar-mobile {
    bottom: -185px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.user-timeline .navbar-mobile {
    bottom: -310px;
}

.timeline-cover .navbar-mobile .profile-info .profile-photo,
.timeline-cover .navbar-mobile .profile-info img.profile-photo {
    display: block;
    border: 10px solid #fff;
    border-radius: 50%;
    height: 200px;
    margin: auto;
    width: 200px;
}

.timeline-cover .navbar-mobile .mobile-menu ul {
    margin: 0 0 20px;
}

.timeline-cover .navbar-mobile .mobile-menu ul li {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.timeline-cover .navbar-mobile .mobile-menu ul li::after {
    right: 0;
    top: 3px;
    bottom: 3px;
    content: "";
    background: none;
    border-right: 1px solid #f1f2f2;
    position: absolute;
}

.timeline-cover .navbar-mobile .mobile-menu ul li:nth-child(4)::after {
    content: none;
}

.timeline-cover .navbar-mobile .mobile-menu ul li a {
    color: #4d4d4d;
}

.timeline-cover .navbar-mobile .mobile-menu ul li a.active {
    color: #27aae1;
}


/*==================================================
  Timeline Sidebar Right
  ==================================================*/

.feed-item {
    text-align: left;
    margin-bottom: 13px;
    padding: 0 20px;
    position: relative;
}

.feed-item::before {
    border-left: 2px solid #8dc63f;
    position: absolute;
    height: 30px;
    content: "";
    left: 0;
    top: 5px;
}

.feed-item .profile-photo-sm,
.feed-item img.profile-photo-sm {
    float: left;
    margin-right: 10px;
}

.feed-item .live-activity {
    border-bottom: 1px solid #f1f2f2;
}

/*==================================================
  About Profile
  ==================================================*/

.about-profile {
    margin-bottom: 20px;
}

.about-profile .about-content-block {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f2f2;
    line-height: 24px;
    margin-bottom: 10px;
}

.about-profile .about-content-block h4 i.icon-in-title {
    margin-right: 15px;
    color: #27aae1;
}

.about-profile .about-content-block .organization img.img-org {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.about-profile .about-content-block .organization .work-info {
    margin-left: 50px;
}

.about-profile .about-content-block .google-maps .map {
    height: 150px;
}

ul.interests span.int-icons {
    color: #fff;
    font-size: 25px;
    color: #8dc63f;
    cursor: pointer;
}

.map-container {
    width: 100%;
}

.map-container iframe {
    display: block;
    width: 100%;
    position: relative;
    /* IE needs a position other than static */
    pointer-events: none;
}

.map-container iframe.clicked {
    pointer-events: auto;
}


/*==================================================
  Profile Album
  ==================================================*/

ul.album-photos {
    padding: 0;
    margin: 0 auto 20px;
    ;
    display: block;
    font-size: 0;
    text-align: center;
}

ul.album-photos li {
    list-style: none;
    display: inline-block;
    max-width: 195px;
    padding: 2px;
}

ul.album-photos li img {
    max-width: 100%;
}


/*==================================================
  Edit Profile
  ==================================================*/

/* Edit Profile Menu */

ul.edit-menu {
    margin-top: 100px;
    padding: 0 20px;
}

ul.edit-menu li {
    list-style: none;
    border-bottom: 1px solid #f1f2f2;
    padding: 15px 0;
    position: relative;
}

ul.edit-menu li.active::before {
    content: "";
    background: #8dc63f;
    width: 2px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(-50%, -50%);
}

ul.edit-menu li i.icon {
    font-size: 16px;
}

ul.edit-menu li.active i.icon {
    color: #8dc63f;
}

ul.edit-menu li a {
    color: #6d6e71;
    margin-left: 20px;
}

ul.edit-menu li.active a {
    color: #8dc63f;
}

/* Edit Profile Contents */

.edit-profile-container h4 i {
    margin-right: 15px;
    color: #27aae1;
}

.edit-block {
    margin-bottom: 30px;
}

.edit-block .form-group {
    margin-bottom: 15px;
}

.edit-block select.form-control {
    background: rgba(0, 0, 0, 0) url(/images/static/down-arrow.png) no-repeat scroll calc(100% - 10px) center / 8px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.edit-block #image_upload + .d-none {
    display: none;
}

.edit-block #image_upload {
    position: relative;
    width: 138px;
    height: 138px;
    border-radius: 100%;
    text-align: center;
    margin: 0.3125rem auto 2.1875rem auto;
}

.edit-block .pa-edit-avt {
    position: absolute;
    bottom: 0;
    right: -18px;
    cursor: pointer;
}

.edit-block .pa-avt-user {
    width: 138px;
    height: 138px;
    border: 3px solid #ededed;
    border-radius: 100%;
    object-position: center;
    object-fit: cover;
    cursor: pointer;
}

.edit-block ul.interests {
    margin: 0;
    margin-bottom: 10px;
}

.edit-block ul.interests li {
    background: #8dc63f;
    color: #fff;
    padding: 5px 15px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 40px;
}

.edit-block ul.interests li a {
    color: #fff;
}

.edit-block ul.interests li a i.icon {
    font-size: 18px;
}

.edit-block .btn-primary {
    width: 100%;
}

.gender .custom-label {
    padding-left: 0;
}

/* Toggle Notification Switch */

.toggle-switch {
    text-align: right;
}

.toggle-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-top: 9px;
}

.toggle-switch .switch input {
    display: none;
}

.toggle-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f2;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #8dc63f;
}

input:focus+.slider {
    box-shadow: 0 0 1px #8dc63f;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/*==================================================
  Contact Us
  ==================================================*/

.contact-map {
    height: 250px;
}

.contact-us {
    background: #fff;
    padding: 40px;
    margin-top: -140px;
    border-radius: 4px;
}

.contact-us form.contact-form {
    margin-bottom: 20px;
}

.contact-us form.contact-form .form-group {
    position: relative
}

.contact-us form.contact-form .form-group i {
    color: #f1f2f2;
    font-size: 16px;
    left: 10px;
    position: absolute;
    top: 3px;
}

.contact-us form.contact-form .form-group input.form-control {
    padding-left: 30px;
}

.contact-us form.contact-form .form-group textarea {
    box-shadow: none;
    font-size: 12px;
    border: 1px solid #f1f2f2;
}

.contact-us .reach {
    margin: 10px 0;
    position: relative;
    line-height: 40px;
}

.contact-us .reach span {
    border: 1px solid #f1f2f2;
    position: absolute;
    color: #8DC63F;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 50px;
    text-align: center;
    font-size: 20px;
}

.contact-us .reach p {
    margin-left: 50px;
}

.contact-us ul.social-icons {
    margin-top: 20px;
}


/*==================================================
  FAQ Page
  ==================================================*/

.page-title-section.faq {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("http://placehold.it/1920x500") fixed no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0 110px;
    color: #fff;
}

.page-title-section.faq h1 {
    color: #fff;
}

.faq .page-search {
    max-width: 60%;
    margin: auto;
}

.faq .page-search .search-form {
    position: relative;
}

.faq .page-search .search-form .form-control {
    border: none;
    padding: 10px 30px;
    border-radius: 100px;
    height: 45px;
    border: 2px solid #27aae1;
}

.faq .page-search .search-form button.btn-primary {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 20px;
    padding: 5px;
}

.faq-cat-list {
    text-align: center;
    border: none;
    font-family: 'Agency FB', sans-serif;
    font-size: 0;
    margin-top: -90px;
    margin-bottom: 50px;
}

.faq-cat-list.nav-tabs>li {
    float: none;
    display: inline-block;
    font-size: 25px;
}

.faq-cat-list.nav-tabs>li>a {
    border: none;
    color: #fff;
    border-radius: 0;
    margin: 0;
    font-size: 25px;
    padding: 40px 30px;
    position: relative;
    min-width: 200px;
}

.faq-cat-list.nav-tabs>li>a:hover {
    transform: scale(1.1);
    z-index: 1;
    transition: transform .5s;
}

.faq-cat-list.nav-tabs>li.active>a,
.faq-cat-list.nav-tabs>li.active>a:focus,
.faq-cat-list.nav-tabs>li.active>a:hover {
    border: none;
    color: #fff;
}

.faq-cat-list.nav-tabs>li.active>a::after {
    content: "";
    background: #000;
    height: 40px;
    width: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
}

.faq-cat-list.nav-tabs>li:nth-child(1)>a {
    background: #40ccf2;
}

.faq-cat-list.nav-tabs>li:nth-child(2)>a {
    background: #39bcea;
}

.faq-cat-list.nav-tabs>li:nth-child(3)>a {
    background: #29abe2;
}

.faq-cat-list.nav-tabs>li:nth-child(4)>a {
    background: #1ea2d1;
}

.faq-cat-list.nav-tabs>li>a>i {
    display: block;
    font-size: 30px;
}

.faq-headline .item-title {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.faq-headline .item-title i {
    color: #27aae1;
    margin-right: 10px;
}

/* FAQ page contact sidebar */
.faq_contact .reach-out .method {
    margin-bottom: 15px;
    font-weight: 700;
}

.faq_contact .reach-out .method a {
    background: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
}

.faq_contact .reach-out .method a:hover,
.faq_contact .reach-out .method a:active,
.faq_contact .reach-out .method a:focus {
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    text-decoration: none;
    transition: box-shadow .5s;
}

.faq_contact .reach-out .method.by-forum a {
    background: #f7931e;
}

.faq_contact .reach-out .method.by-ticket a {
    background: #ed1e79;
}

.faq_contact .reach-out .method.by-email a {
    background: #29abe2;
}

.faq_contact .reach-out .method.by-phone a {
    background: #93278f;
}

.faq_contact .reach-out .method i {
    font-size: 15px;
    margin-right: 10px;
}


/*==================================================
  404 Error page
  ==================================================*/
.error-page {
    display: table;
    text-align: center;
    width: 100%;
    height: 100vh;
}

.error-page .error-content {
    display: table-cell;
    vertical-align: middle;
}

.error-page .error-content img {
    margin: auto;
}

.error-page .error-content h1.error-title {
    font-family: "Agency FB";
    color: #6d6e71;
    font-size: 60px;
}

.error-page .error-content p {
    font-size: 16px;
}

.error-page .error-content form .form-group {
    width: 50%;
    margin: 0 auto 15px;
}

.error-page .error-content form .form-group .form-control {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
}


/*==================================================
  Site Footer
  ==================================================*/

#footer {
    background: #fff;
    position: relative;
}

.footer-wrapper {
    padding: 50px 0;
}

img.footer-logo {
    margin-bottom: 20px;
}

ul.social-icons {
    margin: 0;
}

ul.social-icons li {
    margin: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: transparent;
    border: 1px solid #f1f2f2;
    border-radius: 4px;
}

ul.social-icons li a {
    color: #6d6e71;
    font-size: 15px;
    display: block;
    line-height: 30px;
}

ul.social-icons li a:hover {
    color: #27aae1;
    transition: all .3s;
}

ul.footer-links li {
    line-height: 25px;
}

ul.footer-links li a {
    color: #6d6e71;
}

ul.footer-links li a:hover {
    color: #27aae1;
}

ul.contact {
    margin: 0;
    padding: 0;
}

ul.contact li {
    list-style: none;
    padding: 15px 0 15px 35px;
    border-bottom: 1px solid #f1f2f2;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
}

ul.contact li i {
    top: 12px;
    left: 8px;
    font-size: 18px;
    color: #27AAE1;
    position: absolute;
}

ul.contact li a {
    color: #6d6e71;
    text-decoration: none;
}

.copyright {
    background: #231F20;
    text-align: center;
    color: #fff;
    padding: 12px 0 4px;
}


/*==================================================
  CSS for width 992px
  ==================================================*/

@media (max-width : 991px) {

    section h1.section-title {
        font-size: 175px;
        margin-bottom: -40px;
    }

    #features .feature-item {
        margin-bottom: 20px;
    }

    #features .item {
        margin-bottom: 20px;
    }

    .timeline #page-contents {
        margin-top: 155px !important;
    }

    .user-timeline #page-contents {
        margin-top: 275px !important;
    }

    ul.edit-menu {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .faq-cat-list.nav-tabs>li>a {
        min-width: 150px;
        padding: 30px 15px;
    }

    .error-page .error-content form .form-group {
        width: 80%;
    }

}


/*==================================================
  CSS for width 768px
  ==================================================*/

@media (max-width : 767px) {

    .menu ul.main-menu li.dropdown ul.dropdown-menu li {
        background: #282425;
    }

    .sign-up-form {
        left: 0;
        right: 0;
        margin: auto;
    }

    section h1.section-title {
        font-size: 90px !important;
        margin-bottom: 0 !important;
    }

    #features .feature-item {
        margin-bottom: 20px;
    }

    #site-facts .circle {
        width: 100%;
        border-radius: 1000px;
    }

    .nearby-user {
        text-align: center;
    }

    .nearby-user button.btn-primary {
        float: none !important;
    }

    .post-content .post-container .post-detail .reaction {
        position: relative;
    }

    #footer .footer-wrapper ul {
        margin-bottom: 20px;
    }

    .contact-us .col-sm-7 {
        margin-bottom: 20px !important;
    }

    .intro-texts {
        transform: translateY(0);
        margin-bottom: 80px;
        text-align: center;
    }

    .reg-form-container {
        padding: 30px !important;
        text-align: center;
    }

    .reg-form-container .reg-options::before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
        height: 50px;
        width: 70%;
        left: 0;
        right: 0;
        margin: auto;
        top: -50px;
        transform: translateX(0) translateY(0);
        border-radius: 6px 6px 0 0;
    }

    .reg-form-container .reg-options .nav-tabs {
        left: 50%;
        transform: translateY(0) translateX(-50%) rotate(0);
        top: -40px;
    }

    .reg-form-container .reg-options .nav-tabs li {
        margin: 0;
    }

    .reg-form-container .reg-options .nav-tabs li:after {
        right: 0;
    }

    .reg-form-container::before {
        content: none;
    }

    .reg-form-container::after {
        content: none;
    }

    .reg-form-container .nav-tabs>li>a {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 50px;
    }

    .toggle-switch {
        text-align: left;
    }

    .toggle-switch .switch {
        margin-top: 0;
    }

    .faq-content {
        margin-bottom: 30px;
    }

    .faq .page-search {
        max-width: 90%;
    }

    .faq-cat-list.nav-tabs>li>a {
        width: 100px;
        min-width: initial;
        padding: 20px 10px;
        font-size: 16px;
    }

    .faq-cat-list.nav-tabs>li>a>i {
        font-size: 20px;
    }

    .error-page .error-content form .form-group {
        width: 100%;
    }

}


/*==================================================
  CSS for width 480px
  ==================================================*/

@media (max-width : 479px) {

    .sign-up-form {
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
        overflow: hidden;
        border-radius: 0 0 4px 4px;
    }

    #app-download ul.app-btn li button {
        margin-bottom: 20px;
    }

    .post-contents .post-container .post-detail .reaction {
        position: relative;
    }

    .faq-cat-list.nav-tabs>li>a {
        width: 60px;
    }

}


/*==================================================
  Slide Animations
  ==================================================*/

.slideUp,
.slideDown {
    visibility: hidden;
}

.slideDown.appear {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(8%);
    }

    65% {
        transform: translateY(-4%);
    }

    80% {
        transform: translateY(4%);
    }

    95% {
        transform: translateY(-2%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    65% {
        -webkit-transform: translateY(-4%);
    }

    80% {
        -webkit-transform: translateY(4%);
    }

    95% {
        -webkit-transform: translateY(-2%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

.slideUp.appear {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }

    50% {
        transform: translateY(-8%);
    }

    65% {
        transform: translateY(4%);
    }

    80% {
        transform: translateY(-4%);
    }

    95% {
        transform: translateY(2%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
    }

    50% {
        -webkit-transform: translateY(-8%);
    }

    65% {
        -webkit-transform: translateY(4%);
    }

    80% {
        -webkit-transform: translateY(-4%);
    }

    95% {
        -webkit-transform: translateY(2%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}


/*==================================================
  Scroll Down Arrow
  ==================================================*/

.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -90px;
}

.arrows path {
    stroke: #27aae1;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
    {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}


/*==================================================
  Preloader Animation CSS
  ==================================================*/

.spinner {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    position: absolute;
    background: url('/images/static/preload.svg') center center no-repeat;
}

#spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

/*================================================
  Horizontal Navigation Slider
==================================================*/

.horizontal-nav-slider {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.horizontal-nav-slider .nav-tabs {
    border: none;
	margin-left: 0;
    margin-right: -10%;
    white-space: nowrap;
    padding-bottom: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.horizontal-nav-slider .nav-tabs.edge {
    margin-right: 0;
	margin-left: -10%;
}

.horizontal-nav-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.horizontal-nav-slider li {
    margin: 0;
    float: none;
    text-align: center;
}

.horizontal-nav-slider li a {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    color: #6d6e71;
    font-size: 0.6em;
    background: none;
    text-decoration: none;
    border-radius: 0;
}

.horizontal-nav-slider li a:hover {
    background: none;
}

.horizontal-nav-slider li.active a {
    padding: 0 4px;
    color: #000000;
}

.horizontal-nav-slider li a img {
    display: block;
    margin: 0 auto;
    max-width: 45px;
    margin-bottom: 5px;
    border-radius: 100%;
}

.horizontal-nav-slider li.active a img {
    border: 4px solid #3bd373;
}

/*================================================
  Event
==================================================*/
.esports {
    color: #000;
    font-size: 15px;
    margin-bottom: 1.5em;
    line-height: 1.42857143;
}

@media (min-width: 992px) {
    .esports>#page-contents {
        padding-top: 50px;
    }
}

.esports .event-banner {
    overflow: hidden;
    position: relative;
}

.esports .event-banner .animation {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.esports .event-page-title {
    color: #000;
    font-size: 1em;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 1.1em auto;
}

.esports .event-page-title .goback {
    left: 0;
    top: 50%;
    color: #000;
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.esports .event-page-title .goback:hover {
    color: #fa4900;
}

.esports .shadow-box {
    padding: 1em;
    font-size: 1em;
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.5em 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.5em 15px 5px rgba(0, 0, 0, 0.05);
}

.esports .shadow-box.grey-box {
    background: #ebebeb;
    -webkit-box-shadow: 0 0.3em 10px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0.3em 10px 3px rgba(0, 0, 0, 0.03);
}

.esports .shadow-box+.shadow-box {
    margin-top: 2.25em;
}

.esports #event-overview .shadow-box {
    background: #fcc425;
}

.esports .event-status {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0.7em;
    text-transform: uppercase;
}

.esports .event-status.open {
    color: #fa4900;
}

.esports .event-status.closed {
    color: #fa4900;
}

.esports .event-status img {
    width: 1.2em;
    margin-right: 3px;
    vertical-align: top;
}

.esports .shadow-box-title {
    margin: 0;
    color: #000;
    font-size: 0.95em;
    font-weight: bold;
    text-transform: uppercase;
}

.esports .event-duration {
    font-size: 0.7em;
    font-weight: 300;
}

.esports .event-entry {
    padding: 0.5em;
    background: #fff;
    border-radius: 5px;
}

.esports .event-entry-detail {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
}

.esports .event-entry-detail li {
    list-style: none;
}

.esports .event-entry-detail.row-3-cols li {
    width: 33.3%;
}

.esports .event-entry-detail.row-4-cols li {
    width: 25%;
}

.esports .event-entry-detail li p {
    margin: 0;
    font-weight: 300;
    font-size: 0.7em;
    text-transform: uppercase;
}

.esports .event-entry-detail li p img {
    width: 3em;
    margin-top: 0.3em;
}

.esports .event-entry-detail li p strong {
    font-size: 1.33em;
}

.esports .event-entry .event-result-detail {
    font-size: 0.65em;
    text-transform: uppercase;
}

.esports .event-entry .event-result-detail>img {
    margin: 0 1em;
    max-width: 4.5em;
}

.esports .event-entry .event-result-detail>div {
    width: 100%;
}

.esports .event-entry .event-result-detail>div p {
    margin: 0;
}

.esports .event-entry .event-result-detail>div p:first-child {
    font-weight: bold;
    font-size: 1.5em;
}

.esports .event-entry .entry-group-info {
    width: 100%;
    font-size: 0.7em;
    padding-right: 5px;
}

.esports .event-entry .entry-group-info span {
    color: #fa4900;
    font-weight: bold;
}

.esports .prize-entry {
    padding: 0.5em;
    background: #fff;
	margin-top: 0.5em;
    border-radius: 5px;
}

.esports .prize-entry-header {
	padding: 5px;
    font-size: 0.7em;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

.esports .prize-entry:after {
	content: "";
	clear: both;
	display: block;
}

.esports .prize-entry .team-prize {
	float: right;
	color: #27aae1;
}

.esports .event-final-users ul {
    margin: 0;
    padding: 0;
}

.esports .event-final-users ul:after {
    content: "";
    clear: both;
    display: block;
}

.esports .event-final-users ul li {
    width: 50%;
    float: left;
    padding: 0.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.esports .event-final-users ul li.current {
    color: #fa4900;
}

.esports .event-final-users ul li .user-image {
    height: 1.75em;
    min-width: 1.75em;
    margin-right: 0.5em;
    border-radius: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.esports .event-final-users ul li.current .user-image {
    border: 2px solid #fa4900;
}

.esports .event-final-users ul li .user-name {
    width: 100%;
    color: #9a9b9c;
    font-size: 0.7em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.esports .event-entry .entry-view-team {
    color: #fff;
    font-size: 0.6em;
    background: #fcc425;
    white-space: nowrap;
    padding: 0.4em 0.7em;
    border-radius: 2px;
}

.esports .event-entry .entry-view-team:hover {
    background: #fa4900;
}

.esports .event-view-entry {
    margin-top: 0.63em;
    text-align: center;
}

.esports .event-view-entry a {
    color: #27aae1;
    font-size: 0.7em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #27aae1;
}

.esports .event-view-entry a:hover {
    /*
    color: #fa4900;
    border-color: #fa4900;
    */
}

.esports .event-view-entry.loading {
    background: url(/images/static/loading.svg) center center no-repeat;
    background-size: auto 125%;
}

.esports .event-view-entry.loading a {
    opacity: 0.05;
    pointer-events: none;
}

.esports .event-close-entry {
    margin-top: 0.9em;
    padding-top: 0.3em;
    border-top: 1px solid #ddd;
}

.esports .event-close-entry a {
    font-size: 0.7em;
}

.esports .event-close-entry a:hover {
    /*
    color: #fa4900;
    border-color: #fa4900;
    */
}

.esports .event-entry-info {
    margin-top: 1.7em;
}

.esports .final-users-prize {
	font-weight: 500;
    font-size: 0.8em;
}

.esports .final-users-prize span {
    color: #27aae1;
}

.esports .event-loadmore a {
    color: #fff;
    display: block;
    font-size: 0.7em;
    padding: 0.6em 0;
    margin-top: 1.5em;
    text-align: center;
    background: #27aae1;
    border-radius: 30px;
    text-decoration: none;
}

.esports .event-loadmore a:hover {
    /*
    background: #fa4900;
    */
}

@media (min-width: 375px) {
    .horizontal-nav-slider li a {
        font-size: 0.7em;
    }

    .horizontal-nav-slider li a img {
        max-width: 55px;
    }

    .esports .prize-entry {
        margin: 0.8em 0 0 0;
    }

    .esports .event-final-users ul li .user-image {
        height: 2em;
        min-width: 2em;
    }

    .esports .event-close-entry a {
        font-size: 0.8em;
    }

	/*Championship Card CSS*/
	.championship-info {
		padding-left: 15px;
		padding-right: 15px;
	}
	.championship-info .championship-reward-detail li p img {
		width: 3.9em;
		margin: 0.5em 0 0.2em 0;
	}
	.championship-info .championship-reward-detail li p strong {
		font-size: 1.6em;
	}
}

@media (min-width: 414px) {
    .horizontal-nav-slider li a {
        font-size: 0.8em;
    }

    .horizontal-nav-slider li a img {
        max-width: 60px;
        margin-bottom: 0;
    }

    .esports .event-entry-detail {
        padding-bottom: 0.6em;
    }

    .esports .event-entry-detail li p img {
        width: 3.65em;
        margin-top: 0.7em;
    }

    .esports .event-entry-info {
        margin-top: 2.4em;
    }

    .esports .final-users-prize {
        font-size: 1em;
    }

	.esports .prize-entry-header {
		font-size: 0.9em;
		margin-bottom: 5px;
	}

    .esports .event-final-users ul li {
        padding-top: 0.6em;
        padding-bottom: 0.6em;
    }

    .esports .event-final-users ul li .user-name {
        font-size: 0.95em;
    }

    .esports .event-rule-notice {
        margin-top: 1.5em;
    }
}

@media (min-width: 640px) {
    .horizontal-nav-slider li a {
        font-size: 1.2em;
    }

    .horizontal-nav-slider li a img {
        max-width: 81px;
        margin-bottom: 10px;
    }

    .esports .prize-entry {
        margin: 1.5em 0 0 0;
    }

    .esports .event-final-users ul li {
        padding: 0.7em 0.4em;
    }

    .esports .event-final-users ul li .user-image {
        height: 3.5em;
        min-width: 3.5em;
    }

    .esports .event-final-users ul li strong {
        font-size: 1.5em;
    }

    .esports .event-close-entry a {
        font-size: 1.4em;
    }
}

.esports .event-rule-intro {
    margin-top: 1.2em;
    background: #fff;
    padding: 1.5em 2.5em;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

.esports #event-overview .event-rule-intro {
    margin-top: 1.2em;
    background: #fff;
}

.esports .event-rule-intro:before {
    top: 10%;
    left: 0.5em;
    content: "";
    width: 2em;
    height: 80%;
    display: block;
    position: absolute;
    background: url(/images/static/laurel-left.png) center center no-repeat;
    background-size: contain;
}

.esports .event-rule-intro:after {
    top: 10%;
    right: 0.5em;
    content: "";
    width: 2em;
    height: 80%;
    display: block;
    position: absolute;
    background: url(/images/static/laurel-right.png) center center no-repeat;
    background-size: contain;
}

.esports .event-rule-intro>p {
    margin: 0;
    font-size: 0.8em;
    white-space: nowrap;
}

.esports .event-rule-intro>p span {
    font-weight: bold;
}

.esports #event-overview .event-rule-intro .subheading {
    font-size: 0.85em;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.65em;
    text-transform: uppercase;
}

.esports #event-overview .event-rule-intro .subheading:after {
    left: 15%;
    right: 15%;
    content: "";
    height: 1px;
    bottom: -3px;
    margin: 0 auto;
    position: absolute;
    background: #fa4900;
}

.esports .event-rule-notice {
    color: #6d6e71;
    font-size: 0.7em;
    font-weight: 300;
    margin-top: 1.1em;
    margin-bottom: 0.75em;
    padding-left: 3em;
    position: relative;
}

.esports .event-rule-notice:before {
    left: 0;
    top: 5px;
    width: 2em;
    height: 2em;
    content: "";
    display: block;
    position: absolute;
    background: url('/images/static/icon-exclaim-blue.png') center center no-repeat;
    background-size: contain;
}

.esports #event-overview .event-rule-notice:before {
    color: #fff;
}

.esports .event-rule-notice p {
    margin: 0;
    line-height: 1.42857143;
}

.esports .championship-info {
	background: none;
}

.esports .championship-info .btn {
    animation: none;
	margin: 12px 0 5px 0;
}

.esports .championship-card h5 {
    margin-left: 15px;
    margin-right: 15px;
}

.esports .championship-card .duration {
    font-weight: 300;
}

.esports .championship-notice {
	border: none;
	padding: 15px;
	margin-top: 1rem;
	line-height: normal;
	background: #2f3136;
	border-radius: 4px;
}

.esports .championship-notice p:last-child {
	margin: 0;
}

.esports #leaderboard .group-no {
    float: right;
    color: #27aae1;
    font-weight: 500;
    font-size: 0.8em;
}

.esports #leaderboard h2 {
    color: #000;
    font-size: 1.06em;
    font-weight: 500;
    margin-top: 1.5em;
}

.esports #leaderboard .rank-listing-tab {
	padding: 10px 0;
	font-size: 0.75em;
	background: linear-gradient(to right, rgba(125, 139, 165, 1), rgba(92, 106, 132, 1));
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.esports #leaderboard .rank-listing-tab > span {
	width: 50%;
	color: #fff;
	position: relative;
	text-align: center;
	display: inline-block;
}

.esports #leaderboard .rank-listing-tab > span:last-child:after {
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
}

.esports #leaderboard .rank-listing {
    padding: 0.8em 0;
    background: #ebebeb;
	margin: 0.6em 0 20px 0;
    border-radius: 5px;
}

.esports #leaderboard .rank-listing td {
    padding: 0.7em;
    text-align: center;
}

.esports #leaderboard .rank-listing .user-position {
    margin: 0;
    padding: 0.35em 0;
    min-height: 30px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.esports #leaderboard .rank-listing tr.current {
    background: #fff;
}

.esports #leaderboard .rank-listing tr:last-child {
    margin-bottom: 0;
}

.esports #leaderboard .rank-listing .user-rank {
    font-size: 1em;
}

.esports #leaderboard .rank-listing tr.current .user-rank {
    color: #27aae1;
}

.esports #leaderboard .rank-listing .user-rank-badge .medal {
    width: 0.6em;
    height: 0.6em;
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.esports #leaderboard .rank-listing .user-rank-badge .medal.rank-1 {
    background: #ffd751;
}

.esports #leaderboard .rank-listing .user-rank-badge .medal.rank-2 {
    background: #c0c4c7;
}

.esports #leaderboard .rank-listing .user-rank-badge .medal.rank-3 {
    background: #bd8f5d;
}

.esports #leaderboard .rank-listing .user-image .profile-image {
    width: 1.75em;
    height: 1.75em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
}

.esports #leaderboard .rank-listing tr.current .user-image .profile-image {
    border: 2px solid #27aae1;
}

.esports #leaderboard .rank-listing .user-image .profile-image .img-area {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    border-radius: 100%;
}

.esports #leaderboard .rank-listing .user-image .profile-image .img-area img {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-ms-transform: translate(-50%, -50%);
    border-radius: 100%;
}

.esports #leaderboard .rank-listing .user-name {
    margin: 0;
    width: 100%;
    max-width: 0;
    color: #b1b2b1;
    font-weight: 500;
    overflow: hidden;
    text-align: left;
    font-size: 0.85em;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.esports #leaderboard .rank-listing .user-score {
    font-size: 1em;
    font-weight: 400;
    text-align: right;
    padding-right: 1em;
    white-space: normal;
    text-transform: uppercase;
}

.esports #leaderboard .rank-listing .user-score strong {
    display: block;
    font-weight: 600;
    font-size: 1.66em;
}

.esports #leaderboard .rank-listing .loadmore {
	font-weight: 500;
	font-size: 0.75em;
}

@media (min-width: 375px) {
    .esports .event-page-title {
        font-size: 1.2em;
    }

    .esports .shadow-box {
        padding: 1.2em;
    }

    .esports .event-status {
        font-size: 0.8em;
    }

    .esports .shadow-box-title {
        margin: 0;
        font-size: 1.2em;
    }

    .esports .event-duration {
        font-size: 0.85em;
    }

    .esports .event-entry-detail li p {
        font-size: 0.75em;
    }

    .esports .event-entry-detail li p img {
        width: 3.5em;
    }

    .esports .event-entry .event-result-detail {
        font-size: 0.8em;
    }

    .esports .event-entry .event-result-detail>div p:first-child {
        font-size: 1.43em;
    }

    .esports .event-entry .entry-group-info {
        font-size: 0.75em;
    }

    .esports .event-entry .entry-view-team {
        font-size: 0.7em;
    }

    .esports .event-view-entry {
        margin-top: 0.6em;
    }

    .esports .event-view-entry a {
        font-size: 0.8em;
    }

    .esports .event-loadmore a {
        font-size: 0.8em;
    }

    .esports .event-rule-intro>p {
        font-size: 0.9em;
    }

    .esports #event-overview .event-rule-intro .subheading {
        font-size: 1.1em;
    }

    .esports .event-rule-notice {
        font-size: 0.8em;
    }

    .esports #leaderboard h2 {
        font-size: 1.2em;
    }

    .esports #leaderboard .group-no {
        font-size: 0.9em;
    }

	.esports #leaderboard .rank-listing-tab {
		font-size: 0.9em;
	}

    .esports #leaderboard .rank-listing {
        padding: 1.2em 0;
    }

    .esports #leaderboard .rank-listing .user-rank {
        font-size: 1.3em;
    }

    .esports #leaderboard .rank-listing .user-image .profile-image {
        width: 2em;
        height: 2em;
    }

    .esports #leaderboard .rank-listing .user-score {
        font-size: 1.3em;
    }

    .esports #leaderboard .rank-listing .user-name {
        font-size: 1em;
    }

    .esports #leaderboard .rank-listing .user-position {
        padding: 0.5em 0;
    }
}

@media (min-width: 414px) {
    .esports .event-page-title {
        font-size: 1.3em;
    }

    .esports .event-status {
        font-size: 0.92em;
    }

    .esports .shadow-box-title {
        font-size: 1.3em;
    }

    .esports .event-duration {
        font-size: 0.9em;
    }

    .esports .event-entry .event-result-detail {
        font-size: 0.85em;
    }

    .esports .event-entry .entry-group-info {
        font-size: 0.8em;
    }

    .esports .event-entry .entry-view-team {
        font-size: 0.8em;
    }

    .esports .event-view-entry {
        margin-top: 0.95em;
    }

    .esports .event-view-entry a {
        font-size: 0.9em;
    }

    .esports .event-close-entry {
        margin-top: 1.3em;
        padding-top: 0.65em;
    }

    .esports .event-loadmore a {
        padding: 0.5em 0;
    }

    .esports .event-rule-intro>p {
        font-size: 1em;
    }

    .esports .event-rule-notice {
        font-size: 0.9em;
        margin-top: 1.5em;
    }

	.esports .championship-card h5 {
		margin-top: 25px;
	}

	.championship-info .championship-reward-detail li p {
		font-size: 0.7em;
	}

	.championship-info .championship-reward-detail li p img {
		width: 3.8em;
		margin: 1em 0 0 0;
	}
	
	.esports .championship-notice {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.esports .championship-info .btn {
		font-size: 18px;
		margin-top: 20px;
	}

    .esports #leaderboard h2 {
        font-size: 1.3em;
    }

    .esports #leaderboard .group-no {
        font-size: 1em;
    }

    .esports #leaderboard .rank-listing .user-rank {
        font-size: 1.5em;
    }
}

@media (min-width: 640px) {
	.container {
		/*padding-left: 10px;*/
		/*padding-right: 10px;*/
	}
    .esports .event-page-title {
        font-size: 2em;
        margin-bottom: 1em;
    }

    .esports .shadow-box {
        padding: 1.5em;
    }

    .esports .event-status {
        font-size: 1.2em;
        margin-top: 0.2em;
    }

    .esports .shadow-box-title {
        font-size: 1.7em;
    }

    .esports .event-duration {
        font-size: 1.35em;
        margin-bottom: 0.9em;
    }
	
    .esports .event-entry-detail {
        padding-bottom: 1.4em;
    }

    .esports .event-entry-detail li p {
        font-size: 1.2em;
    }

    .esports .event-entry-detail li p img {
        width: 3.7em;
        margin-top: 1em;
    }

    .esports .event-entry-detail li p strong {
        font-size: 1.5em;
        line-height: 1;
    }

    .esports .event-entry-info {
        margin-top: 3.2em;
    }

    .esports .final-users-prize {
        font-size: 1.55em;
    }

	.esports .prize-entry-header {
		font-size: 1.3em;
		padding: 10px 15px;
		margin-bottom: 10px;
	}

    .esports .event-final-users ul li .user-name {
        font-size: 1.2em;
    }

    .esports .event-entry .event-result-detail {
        font-size: 1.35em;
    }

    .esports .event-entry .event-result-detail>img {
        margin: 0 1.2em;
    }

    .esports .event-entry .entry-group-info {
        font-size: 1.25em;
    }

    .esports .event-entry .entry-view-team {
        font-size: 1.25em;
        border-radius: 4px;
    }

    .esports .event-view-entry {
        margin-top: 1.5em;
    }

    .esports .event-view-entry a {
        font-size: 1.2em;
        border-width: 2px;
    }

    .esports .event-close-entry {
        margin-top: 2.2em;
        padding-top: 1.2em;
    }

    .esports .event-loadmore a {
        font-size: 1em;
        padding: 0.5em 0;
    }

    .esports.event-rule-intro {
        padding: 1.2em 2.5em;
    }

    .esports #event-overview .event-rule-intro {
        margin-top: 2em;
    }

    .esports .event-rule-intro:before {
        left: 2em;
        width: 4em;
    }

    .esports .event-rule-intro:after {
        right: 2em;
        width: 4em;
    }

    .esports .event-rule-intro>p {
        font-size: 1.5em;
    }

    .esports #event-overview .event-rule-intro .subheading {
        font-size: 1.7em;
        padding-bottom: 4px;
    }

    .esports #event-overview .event-rule-intro .subheading:after {
        height: 2px;
    }

    .esports .event-rule-notice {
        font-size: 1.2em;
        padding-left: 3.1em;
        margin-top: 1.3em;
    }

    .esports .event-rule-notice:before {
        left: 5px;
    }

    .esports .championship-card h5 {
        font-size: 30px;
        margin-top: 35px;
    }

    .esports .championship-card .duration {
        font-size: 19px;
    }

	.esports .championship-info {
		padding-left: 25px;
		padding-right: 25px;
	}

    .esports .championship-info .championship-reward {
        margin-top: 12px;
        margin-bottom: 20px;
		padding-bottom: 22px;
    }

    .esports .championship-info .championship-reward p {
        font-size: 1.8rem;
    }

    .esports .championship-info .championship-reward h6 {
        font-size: 24px;
    }

	.championship-info .championship-reward-detail li p strong {
		line-height: 1;
	}

	.championship-info .championship-reward-detail li p img {
		width: 3.6em;
		margin: 1em 0 0.2em 0;
	}

	.esports .championship-info .btn {
		font-size: 28px;
		padding: 18px 0;
		margin: 25px 0 20px 0;
	}

	.esports .championship-notice {
		padding: 25px;
		font-size: 1.3em;
	}

    .esports #leaderboard h2 {
        font-size: 2em;
    }

    .esports #leaderboard .group-no {
        font-size: 1.7em;
    }

	.esports #leaderboard .rank-listing-tab {
		padding: 19px 0;
		font-size: 1.5em;
		border-radius: 8px;
	}

    .esports #leaderboard .rank-listing {
        padding: 1em 0;
    }

    .esports #leaderboard .rank-listing td {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }

    .esports #leaderboard .rank-listing .user-rank {
        font-size: 1.6em;
    }

    .esports #leaderboard .rank-listing .user-image .profile-image {
        width: 3.66em;
        height: 3.66em;
    }

    .esports #leaderboard .rank-listing tr.current .user-image .profile-image {
        border-width: 4px;
    }

    .esports #leaderboard .rank-listing .user-rank-badge .medal {
        width: 1.4em;
        height: 1.4em;
    }

    .esports #leaderboard .rank-listing .user-score {
        font-size: 1.6em;
    }

    .esports #leaderboard .rank-listing .user-name {
        font-size: 1.2em;
    }

    .esports #leaderboard .rank-listing .user-position {
        padding: 0.9em 0;
    }

	.esports #leaderboard .rank-listing .loadmore {
		font-size: 1.3em;
		padding-top: 13px;
		padding-bottom: 13px;
	}

    /*====================*/
    /* POC Exchange Rates */
    /*====================*/
    .poc-exchange-rates {
        font-size: 16px;
        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;
    }

    .poc-exchange-rates .exchange-info {
        padding: 9px 20px;
    }

}

@media (min-width: 768px) {
    header .navbar-brand {
        margin-left: 0;
    }

    .modal-sm {
        width: 420px;
    }

    /*====================*/
    /* POC Exchange Rates */
    /*====================*/
    .poc-exchange-rates {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    /*====================*/
    /* POC Exchange Rates */
    /*====================*/
    .poc-exchange-rates .exchange-info {
        padding: 9px 38px;
    }

	.esports .championship-notice {
		font-size: 1em;
	}

	.esports #leaderboard h2 {
		font-size: 1.5em;
	}

	.esports #leaderboard .group-no {
		font-size: 1.3em;
	}

	.esports #leaderboard .rank-listing-tab {
		padding: 17px 0;
		font-size: 1.3em;
	}

	.esports .championship-info .btn {
		font-size: 21px;
		padding: 10px 0;
		margin: 25px 0 10px 0;
	}

	.esports #leaderboard .rank-listing .loadmore {
		font-size: 1em;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	.esports .final-users-prize {
		font-size: 1.25em;
	}
	
	.esports .prize-entry-header {
		padding: 5px 15px;
	}
	
	.esports .event-final-users ul {
		padding: 5px 25px;
	}
}

@media (max-width: 413px) {
    .post-content .post-container .profile-photo-md,
    .post-content .post-container img.profile-photo-md {
        width: 35px;
        height: 35px;
        margin-top: 5px;
        margin-right: 10px;
    }
    .post-content .post-container .post-detail {
        margin-left: 45px;
    }
    .post-content .post-container .post-detail .post-comment .profile-photo-sm,
    .post-content .post-container .post-detail .post-comment img.profile-photo-sm {
        width: 35px;
        height: 35px;
        min-width: 35px;
        margin-right: 10px;
    }
}

/*===========*/
/* ANIMATION */
/*===========*/
.active.layer-fadein {
    -webkit-animation: aniFadeIn 2s ease forwards;
    -moz-animation: aniFadeIn 2s ease forwards;
    -ms-animation: aniFadeIn 2s ease forwards;
    -o-animation: aniFadeIn 2s ease forwards;
    animation: aniFadeIn 2s ease forwards;
}

.active.layer-fadein[class*="delay-"] {
    opacity: 0;
}

.active.layer-float {
    top: auto !important;
    bottom: -10px !important;
    -webkit-animation: floatAni 3s ease-in-out infinite;
    -moz-animation: floatAni 3s ease-in-out infinite;
    -ms-animation: floatAni 3s ease-in-out infinite;
    -o-animation: floatAni 3s ease-in-out infinite;
    animation: floatAni 3s ease-in-out infinite;
}

.active.layer-float-2 {
    top: auto !important;
    bottom: -10px !important;
    -webkit-animation: floatAni 5s ease-in-out infinite;
    -moz-animation: floatAni 5s ease-in-out infinite;
    -ms-animation: floatAni 5s ease-in-out infinite;
    -o-animation: floatAni 5s ease-in-out infinite;
    animation: floatAni 5s ease-in-out infinite;
}

.active.layer-float-3 {
    top: auto !important;
    bottom: -10px !important;
    -webkit-animation: floatAni 7s ease-in-out infinite;
    -moz-animation: floatAni 7s ease-in-out infinite;
    -ms-animation: floatAni 7s ease-in-out infinite;
    -o-animation: floatAni 7s ease-in-out infinite;
    animation: floatAni 7s ease-in-out infinite;
}

.active.layer-push {
    top: auto !important;
    bottom: -20px !important;
    -webkit-animation: pushAni 3s ease-in-out infinite;
    -moz-animation: pushAni 3s ease-in-out infinite;
    -ms-animation: pushAni 3s ease-in-out infinite;
    -o-animation: pushAni 3s ease-in-out infinite;
    animation: pushAni 3s ease-in-out infinite;
}

.active.layer-wave {
    -webkit-animation: waveAni 1s ease-in-out infinite;
    -moz-animation: waveAni 1s ease-in-out infinite;
    -ms-animation: waveAni 1s ease-in-out infinite;
    -o-animation: waveAni 1s ease-in-out infinite;
    animation: waveAni 1s ease-in-out infinite;
    -webkit-transform-origin: 30% 120%;
    -ms-transform-origin: 30% 120%;
    transform-origin: 30% 120%;
}

.active.layer-blink {
    -webkit-animation: aniBlink 1s infinite step-end;
    -moz-animation: aniBlink 1s infinite step-end step-end;
    -ms-animation: aniBlink 1s infinite step-end;
    -o-animation: aniBlink 1s infinite step-end;
    animation: aniBlink 1s infinite step-end;
}

.active.layer-blink-two {
    -webkit-animation: aniBlinkTwo 1s infinite step-end;
    -moz-animation: aniBlinkTwo 1s infinite step-end;
    -ms-animation: aniBlinkTwo 1s infinite step-end;
    -o-animation: aniBlinkTwo 1s infinite step-end;
    animation: aniBlinkTwo 1s infinite step-end;
}

.active.layer-glow {
    -webkit-animation: aniBlink 2s ease infinite;
    -moz-animation: aniBlink 2s ease infinite;
    -ms-animation: aniBlink 2s ease infinite;
    -o-animation: aniBlink 2s ease infinite;
    animation: aniBlink 2s ease infinite;
}

.active.layer-glow[class*="delay-"] {
    opacity: 0;
}

.active.layer-shine {
    -webkit-animation: aniShine 2s ease-in infinite forwards;
    -moz-animation: aniShine 2s ease-in infinite forwards;
    -ms-animation: aniShine 2s ease-in infinite forwards;
    -o-animation: aniShine 2s ease-in infinite forwards;
    animation: aniShine 2s ease-in infinite forwards;
}

.active.layer-shine[class*="delay-"] {
    opacity: 0;
}

.active.layer-run {
    -webkit-animation: slideAni 8s linear infinite;
    -moz-animation: slideAni 8s linear infinite;
    -ms-animation: slideAni 8s linear infinite;
    -o-animation: slideAni 8s linear infinite;
    animation: slideAni 8s linear infinite;
}

.active.layer-movedown {
    -webkit-animation: aniMoveDown 2s ease;
    -moz-animation: aniMoveDown 2s ease;
    -ms-animation: aniMoveDown 2s ease;
    -o-animation: aniMoveDown 2s ease;
    animation: aniMoveDown 2s ease;
}

.active.layer-movedown[class*="delay-"] {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}

.active.layer-moveup {
    -webkit-animation: aniMoveUp 2s ease;
    -moz-animation: aniMoveUp 2s ease;
    -ms-animation: aniMoveUp 2s ease;
    -o-animation: aniMoveUp 2s ease;
    animation: aniMoveUp 2s ease;
}

.active.layer-moveup[class*="delay-"] {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}

.active.layer-eyeblink {
    opacity: 0;
    -webkit-animation: eyeblinkAni 2s ease infinite;
    -moz-animation: eyeblinkAni 2s ease infinite;
    -ms-animation: eyeblinkAni 2s ease infinite;
    -o-animation: eyeblinkAni 2s ease infinite;
    animation: eyeblinkAni 2s ease infinite;
}

.active.animation.duration-1 {
    -webkit-animation-duration: 1s;
        animation-duration: 1s
}

.active.animation.duration-2 {
    -webkit-animation-duration: 2s;
        animation-duration: 2s
}

.active.animation.duration-3 {
    -webkit-animation-duration: 3s;
        animation-duration: 3s
}

.active.animation.duration-4 {
    -webkit-animation-duration: 4s;
        animation-duration: 4s
}

.active.animation.duration-5 {
    -webkit-animation-duration: 5s;
        animation-duration: 5s
}

.active.animation.duration-6 {
    -webkit-animation-duration: 6s;
        animation-duration: 6s
}

.active.animation.delay-1 {
    -webkit-animation-delay: 1s;
        animation-delay: 1s;
}

.active.animation.delay-2 {
    -webkit-animation-delay: 2s;
        animation-delay: 2s;
}

.active.animation.delay-3 {
    -webkit-animation-delay: 3s;
        animation-delay: 3s;
}

.active.animation.delay-4 {
    -webkit-animation-delay: 4s;
        animation-delay: 4s;
}

.active.animation.delay-6 {
    -webkit-animation-delay: 6s;
        animation-delay: 6s;
}

/* PUSHING */
@-webkit-keyframes pushAni {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-10px, -20px);
        -ms-transform: translate(-10px, -20px);
        transform: translate(-10px, -20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* FLOATING */
@-webkit-keyframes floatAni {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes floatAni {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes floatAni {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes floatAni {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes floatAni {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* WAVING */
@-webkit-keyframes waveAni {
    0% {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    50% {
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

@-moz-keyframes waveAni {
    0% {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    50% {
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

@-ms-keyframes waveAni {
    0% {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    50% {
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

@-o-keyframes waveAni {
    0% {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    50% {
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

@keyframes waveAni {
    0% {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    50% {
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

/* SHINE 1 */
@-webkit-keyframes aniShine {
    10% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@-moz-keyframes aniShine {
    10% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@-ms-keyframes aniShine {
    10% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@-o-keyframes aniShine {
    10% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes aniShine {
    10% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/* FADE IN */
@-webkit-keyframes aniFadeIn {
    100% {
        opacity: 1;
    }
}

@-moz-keyframes aniFadeIn {
    100% {
        opacity: 1;
    }
}

@-ms-keyframes aniFadeIn {
    100% {
        opacity: 1;
    }
}

@-o-keyframes aniFadeIn {
    100% {
        opacity: 1;
    }
}

@keyframes aniFadeIn {
    100% {
        opacity: 1;
    }
}

/* BLINKING */
@-webkit-keyframes aniBlink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes aniBlink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes aniBlink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes aniBlink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes aniBlink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes aniBlinkTwo {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes aniBlinkTwo {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes aniBlinkTwo {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes aniBlinkTwo {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes aniBlinkTwo {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* SLIDING */
@-webkit-keyframes slideAni {
    0% {
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%);
    }

    90% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-moz-keyframes slideAni {
    0% {
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%);
    }

    90% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-ms-keyframes slideAni {
    0% {
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%);
    }

    90% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-o-keyframes slideAni {
    0% {
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%);
    }

    90% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideAni {
    0% {
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%);
    }

    90% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* MOVE DOWN */
@-webkit-keyframes aniMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes aniMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes aniMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes aniMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes aniMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* MOVE UP */
@-webkit-keyframes aniMoveUp {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes aniMoveUp {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes aniMoveUp {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes aniMoveUp {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes aniMoveUp {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* EYEBLINK */
@-webkit-keyframes eyeblinkAni {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    16% {
        opacity: 0;
    }
    24% {
        opacity: 1;
    }
    32% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes eyeblinkAni {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    16% {
        opacity: 0;
    }
    24% {
        opacity: 1;
    }
    32% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes eyeblinkAni {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    16% {
        opacity: 0;
    }
    24% {
        opacity: 1;
    }
    32% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes eyeblinkAni {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    16% {
        opacity: 0;
    }
    24% {
        opacity: 1;
    }
    32% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes eyeblinkAni {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    16% {
        opacity: 0;
    }
    24% {
        opacity: 1;
    }
    32% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* PULSE */
@-webkit-keyframes pulseAni {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 211, 115, 0.7);
            box-shadow: 0 0 0 0 rgba(59, 211, 115, 0.7);
        -webkit-transform: scale(0.985);
            -ms-transform: scale(0.985);
                transform: scale(0.985);
    }

    70% {
        -webkit-box-shadow: 0 0 5px 15px rgba(59, 211, 115, 0);
            box-shadow: 0 0 5px 15px rgba(59, 211, 115, 0);
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 211, 115, 0);
            box-shadow: 0 0 0 0 rgba(59, 211, 115, 0);
        -webkit-transform: scale(0.985);
            -ms-transform: scale(0.985);
                transform: scale(0.985);
    }
}

@-moz-keyframes pulseAni {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 211, 115, 0.7);
            box-shadow: 0 0 0 0 rgba(59, 211, 115, 0.7);
        -webkit-transform: scale(0.985);
            -ms-transform: scale(0.985);
                transform: scale(0.985);
    }

    70% {
        -webkit-box-shadow: 0 0 5px 15px rgba(59, 211, 115, 0);
            box-shadow: 0 0 5px 15px rgba(59, 211, 115, 0);
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 211, 115, 0);
            box-shadow: 0 0 0 0 rgba(59, 211, 115, 0);
        -webkit-transform: scale(0.985);
            -ms-transform: scale(0.985);
                transform: scale(0.985);
    }
}

@-ms-keyframes pulseAni {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 211, 115, 0.7);
            box-shadow: 0 0 0 0 rgba(59, 211, 115, 0.7);
        -webkit-transform: scale(0.985);
            -ms-transform: scale(0.985);
                transform: scale(0.985);
    }

    70% {
        -webkit-box-shadow: 0 0 5px 15px rgba(59, 211, 115, 0);
            box-shadow: 0 0 5px 15px rgba(59, 211, 115, 0);
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 211, 115, 0);
            box-shadow: 0 0 0 0 rgba(59, 211, 115, 0);
        -webkit-transform: scale(0.985);
            -ms-transform: scale(0.985);
                transform: scale(0.985);
    }
}

@-o-keyframes pulseAni {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 211, 115, 0.7);
            box-shadow: 0 0 0 0 rgba(59, 211, 115, 0.7);
        -webkit-transform: scale(0.985);
            -ms-transform: scale(0.985);
                transform: scale(0.985);
    }

    70% {
        -webkit-box-shadow: 0 0 5px 15px rgba(59, 211, 115, 0);
            box-shadow: 0 0 5px 15px rgba(59, 211, 115, 0);
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 211, 115, 0);
            box-shadow: 0 0 0 0 rgba(59, 211, 115, 0);
        -webkit-transform: scale(0.985);
            -ms-transform: scale(0.985);
                transform: scale(0.985);
    }
}

@keyframes pulseAni {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 211, 115, 0.7);
            box-shadow: 0 0 0 0 rgba(59, 211, 115, 0.7);
        -webkit-transform: scale(0.985);
            -ms-transform: scale(0.985);
                transform: scale(0.985);
    }

    70% {
        -webkit-box-shadow: 0 0 5px 15px rgba(59, 211, 115, 0);
            box-shadow: 0 0 5px 15px rgba(59, 211, 115, 0);
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(59, 211, 115, 0);
            box-shadow: 0 0 0 0 rgba(59, 211, 115, 0);
        -webkit-transform: scale(0.985);
            -ms-transform: scale(0.985);
                transform: scale(0.985);
    }
}
