/*  ================================
        01. Global area
    ================================ */

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    color: #777;
    overflow-x: hidden;
    background-image: url(/images/gm-bg-pubg.jpg);
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #474747;
    line-height: 1.2;
}

a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #666;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #FB5B21;
}

a:hover {
    text-decoration: none;
    color: #9e4524;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

img {
    max-width: 100%;
}


button:focus,
input:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: inherit;
}

.section-fillpage {
	height: calc(100vh - 133px);
	overflow-y: auto;
	background-image: url(https://www.gamermaps.net/images/gm-bg-pubg.jpg);
}

.section-fillpage .main-container {
	min-height: calc(100vh - 133px);
}

.main-container {
	box-shadow: 0px 0px 60px rgba(0,0,0,0.8);
	background-color: #fff;
}

.main-container .breadcrumb {
	padding: 8px 15px;
	margin-bottom: 9px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
	margin-top: 6px;
}

.main-container .header-container {
	padding: 5px;
	margin: 0px;
	margin-bottom: 5px;
	border-radius: 5px;
	background-color: rgba(150,150,150,0.1);
}

.main-container .header-container .col-sm-9, .main-container .header-container .col-sm-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.main-container .breadcrumb .search {
	float: right;
}

.section-padding {
    margin-top: 71px;
}

.gym-btn {
    background-color: #FB5B21;
    border: 1px solid #FB5B21;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 30px;
}

.gym-btn:hover {
    color: #fff;
}

.join-button {
    padding: 10px 0;
}

.none-border {
    border: 0 !important;
}

.hvr-shutter-out-horizontal::before {
    background: #1a1a1a none repeat scroll 0 0;
    border-radius: 3px;
}

/*- template button part end -*/

/*- title part start -*/

.gym-title h2, .main-title h2, .main-title h1 {
    color: #1a1a1a;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-title h1 {
	padding-bottom: 5px;
	padding-top: 20px;
}

.main-title h3.wow {
	padding-bottom: 20px;
	color: #FB5B21;
}

.gym-title h2 span, .main-title h2 span {
    color: #FB5B21;
}

.gym-title h2 b, .main-title h2 b {
    color: #777;
    letter-spacing: 35px;
}

.gym-title p, .main-title p {
    padding: 40px 0 45px;
    margin: 0;
}

.title-left {
    margin-bottom: 45px;
}

/*- title part end -*/

/*- Scrollup part start -*/

#scrollUp {
    background: #FB5B21 none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 40px;
    font-size: 20px;
    padding: 5px 0;
    right: 20px;
    z-index: 999 !important;
}

.hvr-icon-bob::before {
    animation-delay: 0s, 0.3s;
    animation-direction: normal, alternate;
    animation-duration: 0.3s, 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1, infinite;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-timing-function: ease-out, ease-in-out;
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 22px;
    right: 10px;
    top: -18px;
}

/*- Scrollup part end -*/

/*- preloader part start -*/

.preloader-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner > div {
    background-color: #FB5B21;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.leaderboards-menu li {
	display: inline-block;
	padding: 10px;
	background-color: rgba(200,200,200,0.2);
	transition: all 0.5s ease 0s;
	color: #FB5B21;
	min-width: 200px;
	margin: 20px;
	text-align: center;
}

.leaderboards-menu {
	text-align: center;
	margin-bottom: 10px;
}

.leaderboards-menu {
	font-size: 18px;
	margin: 2px;
}

.account-area .alert-success {
	margin-top:10px;
	display: block; 
	position: relative;
}

.account-preferences-menu li {
	display: block;
	padding: 10px;
	background-color: rgba(200,200,200,0.2);
	transition: all 0.5s ease 0s;
	color: #FB5B21;
}

.account-preferences-menu li:hover, {
	font-weight: 700;
	color: #fff;
	background-color: #FB5B21;
	cursor: pointer;
}

.account-preferences-menu li.active, .account-preferences-menu li:hover, .leaderboards-menu li.active, .leaderboards-menu li:hover {
	font-weight: 700;
	color: #fff;
	background-color: #FB5B21;
}

.account-option-hide {
	display: none;
}

.account-preferences-form .row-border-light {
	border: 1px solid #ddd;
	margin-left: 0px;
}

.account-preferences-form .row-border-light .button-padding {
    padding: 22px 0px 0px 0px;
    text-align: right;
}

.account-preferences-form h3 {
	padding-bottom: 10px;
}

h3.padding-top {
	padding-top:20px;
}

/*- preloader part end -*/


/*  ================================
       2. Fonts
    ================================ */

@font-face {
    font-family: fortnite;
    src: url("/fonts/BurbankBigCondensed-Bold.otf") format("opentype");
}


/*  ================================
       3. Header Area
    ================================ */

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 15px 0;
}

.fixed-menu {
    background-color: #1a1a1a;
    position: fixed;
    -webkit-animation-name: stickyslide;
    animation-name: stickyslide;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    padding: 10px 0;
}

@-webkit-keyframes stickyslide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-120px);
        -moz-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
        -o-transform: translateY(-120px);
        transform: translateY(-120px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickyslide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-120px);
        -moz-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
        -o-transform: translateY(-120px);
        transform: translateY(-120px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.container-full-width .container {
	width: 100vw;
}

.logo {}

/*- menu part start -*/

.menu-part {
    display: inline-block;
    text-align: center;
    width: 90%;
}

.navbar-collapse {
    padding: 0;
}

ul.navbar-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0 none;
    float: none;
}

ul.navbar-nav li {
    display: inline-block;
    list-style: outside none none;
    padding: 13px 10px;
    padding-top: 16px;
    padding-bottom: 10px;
}

ul.navbar-nav li a,.navbar-default .navbar-nav>li>a {
    border: 0 none !important;
    color: #fff;
    font-weight: 700;
    padding: 0 !important;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

ul.navbar-nav a:hover {
    color: #FB5B21;
}

ul.subnav li:hover {
	background-color: rgba(0,0,0,0.5);
}

ul.subnav li {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	transition: all 0.3s ease 0s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent !important;
    color: #FB5B21 !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FB5B21 !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background-color: transparent !important;
}

.navbar-default {
    background-color: transparent;
    border: 0 none;
    margin: 0;
}

.navbar-nav > li.social-icon {
	padding-top: 0px;
	padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 0px;
}

.navbar-nav > li.social-icon a {
	 background-size: 100%;
	width: 25px;
	height: 25px;
	margin-top: 2px;
	margin-bottom: -2px;
	border-radius: 13px;
}

.navbar-nav > li.social-icon a.facebook {
	background-size: 120%;
	background-color: #fff;
	background-position: 50% 50%;
	width: 24px;
	height: 24px;
	margin-top: 3px;
}

.navbar-nav > li.social-icon a.twitter {
	background-size: 85%;
	background-color: #fff;
	background-position: 50% 50%;
	width: 24px;
	height: 24px;
	margin-top: 3px;
}

#mobile-nav {
    text-align: right;
}

#profile-menu {
	padding: 0px;
	overflow: hidden;
	background-color: rgba(26, 26, 26);
	right: 0px;
	left: unset;
	top: 30px;
	box-shadow: 0px 5px 50px #000;
	border: 1px solid #000;
}

#profile-menu li.nopad {
	padding: 0px !important;
}

#profile-menu li {
	padding-top: 10px;
	white-space: nowrap;
	display: block;
}

#game-menu, .game-menu {
	padding: 0px;
	overflow: hidden;
	background-color: rgba(26, 26, 26);
	right: 0px;
	left: unset;
	top: 40px;
	box-shadow: 0px 5px 50px #000;
	border: 1px solid #000;
	line-height: 10px;
}

#game-menu li.nopad, .game-menu li.nopad {
	padding: 0px !important;
}

#game-menu li, .game-menu li {
	padding-top: 5px;
	white-space: nowrap;
	min-width: 200px;
	padding-bottom: 5px;
}

#login-nav {
	margin-top: 12px;
}

#login-form-popout {
    min-width: 236px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgb(26,26,26);
    right: 0px;
    left: unset;
}
#login-form-popout .help-block{
    font-size:12px    
}
#login-form-popout .bottom{
    background-color: rgba(50,50,50,.5);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-form-popout .social-buttons{
    margin:12px 0    
}
#login-form-popout .social-buttons a{
	width: 100%;
	padding: 8px !important;
	margin-top: 2px;
	margin-bottom: 2px;
}
#login-form-popout .form-group {
    margin-bottom: 10px;
}

#login-form-popout .orange-link {
	color: #FB5B21 !important;
}

ul.error li {
	list-style: none;
	color: #f00;
}

.login-error {
	float: right;
	color: #f44;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
.btn-stm {
	color: #fff;
	background-color: #1b2838;
}
.btn-stm:hover {
	color: #fff;
	background-color: #00000066;
}


@media(max-width:768px){
    #login-form-popout{
        background-color: inherit;
        color: #fff;
    }
    #login-form-popout .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

/* Avatar Panel */
.login-avatar-panel {
	display: inline-block;
  position: relative;
  top: 2px;	
  padding: 0px !important;
  cursor:pointer;
}

.login-avatar-panel .avatar {
	height: 46px;
	width: 46px;
	float: left;
	display: inline-block;
	border-radius: 23px;
	background-size: 102%;
}

.dropdown-nopad {
	padding: 0px !important;
}

.avatar-round {
	height: 40px;
	border-radius: 25px;
	border: 1px solid #ccc;
	float: left;
}

.rank-profile .nickname {
	display: block;
	margin-left: 7px;
	font-weight: 700;
	padding-top: 0px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 1.4;
}

.rank-profile .location {
	display: block;
	margin-left: 7px;
	font-size: 10px;
	padding-left: 40px;
}

.profile-rank-block {
	background-color: rgba(0,0,0,0.3);
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
}

.profile-rank-block .name {
	font-size: 20px;
	letter-spacing: -1px;
	color: #FB5B21;
	text-transform: uppercase;
}

.avatar-group .avatar {
	border: 1px solid #FB5B21;
	padding: 2px;
	overflow: hidden;
	margin-top: 4px;
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.avatar-grororoup label {
	margin-bottom: 0px;
}

.avatar-group textare {
	margin-bottom: 0px;
}

.avatar-grgrgrgrgrgrgrgrgrgrgrgrgrgrgrgrgroup p {
	padding-left: 3px;
	font-size: 12px;
	text-align: right;
}

.avatar-group .avatar input {
	display: inline-block;
}

.avatar .changeavatar {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}

.avatar .changeavatar p.error {
	margin-bottom: 4px;
	margin-top: 7px;
	color: rededededed;
}

.a.a.a.a.a.avatar img {
	height: 96px;
	float: left;
	display: block;
	position: relative;
}

.avatar-group {
	display: block;
}


/*- menu part end -*/

/*  ==================================
        3. Slider Area
    ================================ */

.slider-area {
    background-color: #1a1a1a;
}

.single-slider {
    height: 100vh;
    width: 100%;
    position: relative;
    display: table;
}

.single-slider::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider-table-cell {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.slider-bg-01 {
    background: rgba(0, 0, 0, 0) url("../img/slider/01.jpg") no-repeat scroll center top / cover;
}

.slider-bg-02 {
    background: rgba(0, 0, 0, 0) url("../img/slider/02.jpg") no-repeat scroll center top / cover;
}

.slider-bg-03 {
    background: rgba(0, 0, 0, 0) url("../img/slider/03.jpg") no-repeat scroll center top / cover;
}

.slider-table-cell h2 {
    color: #fff;
    font-size: 60px;
}

.slider-table-cell h2 span,
.slider-table-cell h3 span {
    color: #FB5B21;
}

.slider-table-cell h3 {
    color: #fff;
    font-size: 30px;
    margin: 10px 0 0;
}

.slider-content .owl-nav,
.partners-brand .owl-nav {
    display: none;
}

.slider-content .owl-dot {
    background-color: #FB5B21;
    border-radius: 50%;
    height: 15px;
    margin: 0 0 10px;
    position: relative;
    width: 15px;
}

.slider-content .owl-dots {
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    position: absolute;
    right: 10%;
    text-align: center;
}

.owl-dot.active > span {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 7px;
    position: absolute;
    width: 7px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.slider-extra {
    background-color: #fff;
    padding: 35px 15px;
}

.slider-extra > p {
    padding: 15px 0;
}

/*  ================================
        4. Account Preferences Area
    ================================ */

.accountpreferences {
    padding: 20px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.accountpreferences:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.accountpreferences-title {
    margin-bottom: 20px;
}

.accountpreferences-title i.fa {
    color: #FB5B21;
    font-size: 35px;
}

.accountpreferences-title h2 {
    color: #FB5B21;
    display: inline-block;
    margin-left: 15px;
    font-size: 26px;
}

.sign-up-area {
    background: #F6F6F6 url("../img/body.png") no-repeat fixed center right / contain;
}

.sign-up-left > p {
    margin-bottom: 15px;
}

/*  ================================
        5. Class Area
    ================================ */

.single-class {
    margin-bottom: 30px;
}

.class-info {
    position: relative;
    overflow: hidden;
}

.class-info > h2 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: -50px;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    color: #FB5B21;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-class:hover .class-info > h2 {
    bottom: 0;
    opacity: 1;
}

.class-overflow {
    padding: 20px;
    transition: 0.5s;
}

.single-class:hover .class-overflow {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);

}

.single-list {
    display: flex;
    margin-bottom: 5px;
}

.list-one {
    width: 30%;
    text-transform: capitalize;
    font-weight: 700;
}

.list-two {
    width: 70%;
    font-weight: 600;
    text-transform: capitalize;
}

/*  ================================
        6. Schedule Area
    ================================ */

.class-schedule-area {
    background: rgba(0, 0, 0, 0) url("../img/schedule-bg.jpg") no-repeat scroll center top / cover;
    position: relative;
    color: #fff;
}

.class-schedule-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .5);
}

.class-schedule-area .gym-title h2,
.progress-area .gym-title h2 {
    color: #fff;
}

.schedule-table-area {
    overflow: auto;
    position: relative;
}

.schedule-table {
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #f5f5f5;
}

.sched-days {
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    border: 1px solid #fff;
    border-top: 0;
}

.sced-time-table {
    background-color: #1a1a1a;
    text-align: center;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.sched-tit-tim {
    background-color: #FB5B21;
    color: #fff;
    text-align: center;
    padding: 20px 5px;
    border: 1px solid #fff;
}

.sched-title {
    display: block;
}

.sched-time {
    display: block;
    margin-top: 7px;
}

/*  ================================
        7. Team Area
    ================================ */

.team-member {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.team-member img {
    width: 100%;
}

.member-dec {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: -60px;
    color: #1a1a1a;
    padding: 10px 0 10px 10px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.member-dec h4 {
    color: #FB5B21;
    font-size: 16px;
}

.member-dec span {
    display: block;
    padding: 5px 0 7px;
}

.member-dec i.fa {
    border: 1px solid #1a1a1a;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #1a1a1a;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25px;
}

.member-dec i.fa:hover {
    border-color: #FB5B21;
    color: #fff;
    background-color: #FB5B21;
}

.team-member:hover .member-dec {
    bottom: 0;
}

/*  ================================
        8. Video Area
    ================================ */

.video-area {
    background: rgba(0, 0, 0, 0) url("../img/video-bg.jpg") no-repeat scroll center top / cover;
    position: relative;
    color: #fff;
}

.video-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .5);
}

.video-btn {
    background-color: #FB5B21;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px;
    z-index: 2;
}

a.video-btn i.fa {
    color: #fff;
    font-size: 40px;
    left: 55%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-btn.hvr-ripple-out::before {
    border-color: #FB5B21;
    border-radius: 50%;
}

.single-video h2 {
    color: #fff;
    font-size: 35px;
    margin: 20px 0 15px;
}

/*  ================================
        9. Gallery Area
    ================================ */

.iso-nav {
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
}

.iso-nav ul {
    display: inline-block;
}

.iso-nav li {
    background-color: #FB5B21;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-weight: 700;
    list-style: outside none none;
    margin: 0 3px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-project {
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
}

.single-project::before {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    position: absolute;
    top: 0;
    transform: scale(0);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
    z-index: 9;
    content: "";
}

.project-lightbox {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.project-lightbox-middile {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.project-lightbox-middile a i.fa {
    color: #fff;
    background-color: #FB5B21;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.single-project:hover.single-project::before {
    transform: scale(1.5);
}

.single-project:hover .project-lightbox a i.fa {
    opacity: 1;
}

.gallery-active {
    background-color: #1a1a1a !important;
}

/*  ================================
        10. Progress Area
    ================================ */

.progress-area {
    background: #050404 url("../img/slider/02.jpg") no-repeat scroll center center / cover;
    position: relative;
    color: #fff;
}

.progress-area::before {
    background-color: rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-progress-dec {
    color: #fff;
}

.single-progress-dec img {
    width: 50px;
    height: 40px;
}

.count-progress {
    width: 100%;
    margin: 5px 0;
}

.count-progress > span {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
}

.single-progress-dec h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

/*  ================================
        11. Price Area
    ================================ */

.price-table {
    background-color: #1a1a1a;
    padding-bottom: 20px;


}

.price-info {
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-align: right;
}

.price-info::before {
    border-bottom: 1px solid #FB5B21;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 92%;
}

.price-info h4 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    float: left;
}

.price-info sub {
    color: #fff;
}

.price-table-container {
    padding: 20px 30px 0;
}

.price-table-container ul {
    margin: 0;
    padding: 0;
}

.price-table-container ul li {
    color: #fff;
    padding-bottom: 10px;
}

.price-table-container ul li:last-child {
    padding-bottom: 0;
}

/*  ================================
        12. Newsletter Area
    ================================ */

.newsletter-area {
    background: rgba(0, 0, 0, 0) url("../img/client-bg.jpg") no-repeat scroll center top / cover;
    position: relative;
}

.newsletter-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .5);
}

.newsletter-form h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.newsletter-form h2 span {
    color: #FB5B21;
}

.newsletter-form p {
    padding: 20px 0 30px;
    color: #fff;
    margin: 0;
}

.newsletter-form {
    padding: 44px 0;
}

.formnewsletter {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.formnewsletter input.form-control {
    height: 38px !important;
    width: 90%;
    border-radius: 30px;
}

.formnewsletter button {
    background: #FB5B21 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 150px;
    border: 0;
    border-radius: 30px;
}

.formnewsletter button.hvr-shutter-out-horizontal::before {
    border-radius: 30px;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

/*  ================================
        13. Client Area
    ================================ */

.client-area {
    background-color: #F2F2F2;
}

.single-client img {
    width: 10% !important;
    display: inline-block !important;
    border-radius: 100%;
}

.single-client p {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-client p::before {
    content: "";
    font-family: fontawesome;
    margin-right: 10px;
    color: #bdbdbd;
}

.single-client p::after {
    content: "";
    font-family: fontawesome;
    margin-left: 10px;
    color: #bdbdbd;
}

.single-client h3 {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.feedback {
    margin-bottom: 20px;
}

.feedback i.fa {
    color: #F2B827;
}

.single-client span {
    font-size: 12px;
}

.client-wraper .owl-dots {
    margin: 16px auto;
    text-align: center;
    width: 10%;
    margin-bottom: 0;
}

.client-wraper .owl-dot {
    background-color: #FB5B21;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 2px;
    width: 15px;
}

.client-wraper .owl-dot.active {
    background-color: #fff;
    border: 4px solid #FB5B21;
}

/*  ================================
        14. Contact Area
    ================================ */

.contact-area {
    background: rgba(0, 0, 0, 0) url("../img/contact-bg.jpg") no-repeat scroll center top / cover;
    position: relative;
    color: #fff;
}

.contact-area::before {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.contact-area .gym-title h2 {
    color: #fff;
}

.contact-title h2 {
    color: #fff;
}

.contact-logo {
    text-align: center;
}

.form-content label {
	text-align: left;
}

.form-content input, .form-content textarea {
    border: 1px solid #FB5B21;
    background-color: transparent;
    color: #777;
    height: 50px;
    padding-left: 10px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
}

.form-content textarea {
	height: 200px;
	margin-bottom: 0px;
}

.form-content input[type="checkbox"] {
	height: 20px;
	width: 6%;
}

.form-content .form-check {
	font-weight: 400;
	position: relative;
	top: -5px;
}

.form-content select {
    border: 1px solid #FB5B21;
    background-color: transparent;
    color: #777;
    height: 50px;
    padding-left: 10px;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
}

.account-preferences-form .form-content input, .account-preferences-form .form-content select {
	margin-bottom: 0px;
}

.form-content p {
	padding-left: 3px;
	font-size: 12px;
	text-align: right;
}

.button-padding {
	padding: 60px 0px 0px 0px;
	text-align: center;
}

textarea {
    background-color: transparent;
    border: 1px solid #FB5B21;
    color: #fff;
    height: 200px;
    margin-bottom: 20px;
    outline: medium none;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}

.sent-button {
    background-color: #FB5B21;
    border: 1px solid #FB5B21;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 30px;
}

.small-button {
    background-color: #FB5B21;
    border: 1px solid #FB5B21;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 15px;
}

/*  ================================
        15. Map Area
    ================================ */

.google-map-area {
    overflow: hidden;
}

.gmap3 {
    height: 500px;
}

#map {
    float: left;
    width: 50%;
}

#street {
    float: right;
    width: 50%;
}

/*  ================================
        16. Contact info Area
    ================================ */

.contact-info-area {
    padding: 40px 0;
}

.contact {
    border-right: 2px solid #777;
}

.contact.address {
    border-right: 0;
}

.contact i.fa {
    font-size: 36px;
    color: #FB5B21;
    margin-bottom: 10px;
}

.contact a {
    display: block;
}

.contact a:hover {
    color: #666;
}

.contact p {
    margin: 0;
}

/*  ================================
        17. Footer info Area
    ================================ */

.footer-top-area {
    background-color: #121212;
}

.footer-top {
    overflow: hidden;
}

.footer-text img {
    margin-bottom: 30px;
    max-width: 100%;
    width: 165px;
}

.footer-text p {
    color: #fff;
    font-weight: 300;
}

.footer-heading {
    overflow: hidden;
}

.footer-heading h2::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.footer-heading h2 {
    color: #FB5B21;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 50px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}

address {
    margin-bottom: 0;
}

.footer-heading address ul {
    padding: 0;
    margin: 0;
}

.footer-recent-post.footer-heading ul li {
    color: #fff;
    display: block;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-top: 10px;
    position: relative;
}

.footer-recent-post.footer-heading ul li:first-child {
    padding-top: 0;
}

.footer-recent-post.footer-heading ul li:last-child {
    padding-bottom: 0;
}

.footer-heading address ul li i.fa {
    color: #FB5B21;
    font-size: 16px;
    left: 0;
    position: absolute;
}

.footer-recent-post.footer-heading a {
    color: #fff;
}

.footer-recent-post.footer-heading a:hover {
    color: #FB5B21;
}

.recent-area {
    background-color: #e6e7e8;
    box-sizing: border-box;
    float: left;
    height: auto;
    margin: 5px;
    position: relative;
    transition: all 1s ease 0s;
    width: 77px;
}

.recent-area img {
    width: 100%;
}

.footer-overflow {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 1s;
    background-color: #FB5B21;
}

.recent-area:hover .footer-overflow {
    opacity: 0.8;
}

.footer-social-about a p {
    color: #fff;
}

.footer-social-about a p:hover {
    opacity: 0.8;
}

.footer-social-about span {
    color: #FB5B21;
}

.footer-social-about span:last-child {
    display: block;
}

.sub {
    float: left;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.sub input {
    color: #fff;
    height: 34px;
    width: 75%;
    background-color: #FB5B21;
    border: 0;
    padding-left: 15px;
    outline: none;
    float: left;
}

.sub button {
    background-color: #FB5B21;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 25px;
    height: 35px;
    width: 18%;
    float: right;
}

.sub button i.fa {
    position: absolute;
    left: 30%;
    top: -5px;
}

.fotter-bottom-area {
    background-color: #000;
    position: relative;
}

.reserve-area {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 20px 0;
}

.reserve-area a {
    color: #FB5B21;
}

.social-link {
    padding: 16px 0;
}

.social-link a i {
    background-color: #FB5B21;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 1s ease 0s;
    width: 30px;
}

.social-link a i:hover {
    background-color: #fff;
    color: #FB5B21;
}

/*  ================================
        18. MAP Selection Page
    ================================ */

#mapselection {
	overflow-y: auto;
}

#mapselection .col-md-3 {
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;
	height: 474px;
	width: 474px;	
} 
    
#mapselection .map-image {
	background-size: 100%;
}

#mapselection .map-container {
	height: 460px;
	width: 460px;
	position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  box-shadow: 0px 0px 15px #000;
}

#mapselection .map-container:hover {
	background: rgba(0,0,0,0.3);
	cursor: pointer;
}

#mapselection .map-name {
	color: #FB5B21;
	text-shadow: 3px 2px 1px #000;
	font-weight: 800;
	font-size: 30px;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-left: 5px;
	line-height: 32px;
	padding-top: 5px;
}

#mapselection .map-name span {
	font-size: 18px;
	padding-left: 6px;
	color: #fff;
}

#mapselection .map-revision {
	color: #FFF;
	text-shadow: 3px 2px 1px #000;
	font-size: 14px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	letter-spacing: -1px;
}

#mapselection .map-revision span {
	font-size: 12px;
	display: block;
}

#mapselection .game-image {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 120px;
	border: 1px solid #ccc;
	padding: 0px;
}

#alert-squad {
	margin-top: 10px;
	margin-bottom: 13px;
}
.squad-message {
	margin-bottom: 10px;
}

.squadactivity {
	width: 100%;
}

.squadactivity img {
	width: 16px;
}

.squadactivity a {
	color: #FB5B21;
}

.squad-side-panel img {
	width: 16px;
}

.squad-side-panel img.squadview {
	width: 100%;
	margin-top: 16px;
}

.squad-side-panel a, .newsquad a {
	color: #FB5B21;
}

.squadcontrol {
	border-color: #FB5B21;
}

.squad-features {
	padding-top: 10px;
}

.squad-features img {
	height: 288px;
	border: 2px solid #FB5B21;
	padding: 1px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

.squad-features img.squadview-highlight {
	height: unset;
}

.squad-features p {
	font-size: 13px;
	margin-top: 4px;
}

.table-popular-squads .smallgame {
	width: 20px;
	margin: 1px;
}

.playedgames .smallgame {
	width: 33.3%;
	padding: 6px;
	height: 160px;
}

.table-popular-squads tr:hover {
	background-color: rgba(0,0,0,0.1);
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #FB5B21;
}

.btn-default:hover {
	border-color: #FB5B21;
}

#createSquad {
	display: block;
}

#manageSquadName {
	height: 30px; 
	padding-top: 2px; 
	padding-bottom: 4px; 
	border-color: #FB5B21;	
}

#viewSquad {
	display: block;
	letter-spacing: 1px;
}

.table-container {
	padding: 10px;
	background-color: rgba(150,150,150,0.1);
	margin-top: 10px;
}

.table-container .col-sm-6 {
	padding-left: 30px;
}

.squad-side-panel table {
	width: 100%;
}

.newsquad td.pad {
	padding: 5px;
	padding-left: 10px;
}

.col-vertical-line {
	border-left: 1px dashed #ccc;
	padding-left: 20px !important;
}

.breadcrumb a {
	color: #FB5B21;
}

.squaddetail {
	padding: 0px;
	margin-top: 0px;
}

.squaddetail .row {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	margin: 0px;
}

.squaddetail .row .col-sm-3 {
	color: #111;
}

.squaddetail .row .col-sm-8 {
	color: #FB5B21;
}

.squad-avatar {
	height: 34px;
	margin-right: 8px;
	border-radius: 5px;
	margin-top: -7px;
}

.squad-actions {
	float: right;	
}

.squad-actions button {
	font-size: 13px;
	margin-top: 9px;
	margin-right: 3px;
}

.pw-widget {
	margin-bottom: 0px !important;
}

.pw-widget-pad-top {
	float: right;
	margin-top: 14px;
}
    
.pw-widget.__pw-padding-true.__pw-layout-horizontal .pw-button, .pw-widget.__pw-padding-true.__pw-layout-horizontal .pw-native {
	padding-bottom: 0px !important;
}

.mobile-profile {
	display: none;
}

.squadSearchResults {
	margin-top: 15px;
	border: 1px solid #ccc;
}

.squadSearchResults th {
	font-size: 14px;
	padding: 3px;
}

.squadSearchResults tr.odd {
	background-color: #f9f9f9;
}

.squadSearchResults tr {
	background-color: #eee
}

.squadSearchResults td {
	border-top: 1px solid #ddd;
	padding: 3px;	
}

.squadSearchResults a {
	color: #FB5B21;
}

.squadSearchResults .smallgame {
	width: 20px;
	margin: 1px;
}

.no-right-pad {
	padding-right: 0px;
}

.home-map {
	width: 226px;
	height: 226px;
	float: left;
	margin: 1px;
	position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;  
}

.home-map-main {
	width: 453px;
	height: 453px;
}

.side-map {
	width: 360px;
	height: 360px;
}

.home-map .map-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: 100%;
}

.home-map .map-name {
	color: #FB5B21;
	text-shadow: 3px 2px 1px #000;
	font-weight: 800;
	font-size: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-left: 5px;
}

.home-map .game-image {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 76px;
	border: 1px solid #ccc;
	padding: 0px;
}

.home-map:hover {
	cursor: pointer;
	transform: scale(1.05);
	z-index: 9999;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}

.dacontainer {
	margin-top: 11px;
}

.da-long-container {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 50%;
	position: relative;
	left: -485px;
}

#gamehub .dacontainer {
	margin-top: 3px;
}

#gamehub .news-article-header {
	min-height: 50px;
}

#div-gpt-ad-1551827341974-0 {
	text-align: center;
}

.news-article {
	background-color: rgba(200,200,200,0.1);
	padding: 6px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	margin-top: 15px;
	display: inline-block;
	box-shadow: 0px 0px 8px #eee;
}

.news-article-header {
	padding: 0px;
	margin-bottom: 8px;
	display: block;
	padding-top: 0px;
	min-height: 115px;
}

.full-article .news-article-header {
	min-height: 30px;
	margin-bottom: 3px;
}

.full-article h3 {
	text-align: center;
	font-size:46px;
}

.full-article {
	font-size: 18px;
}

.full-article img {
	height: unset;
}

.news-article-header .game-image {
	float: right;
  display: block;
  height: 110px;
  margin: 6px;
  margin-right: 0px;
}

.news-article-body {
	border-top: 1px solid #ddd;
	background-color: #fff;
	margin-left: -6px;
	margin-right: -6px;
	padding: 7px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
}

.news-article-body a {
	color: #FB5B21;
}

.news-article-body a:hover {
	text-decoration: underline;
}

.news-article-body p:last-child {
	margin-bottom: 0px;
}

.article-title {
	letter-spacing: -3px;
	font-size: 38px;
	margin-top: -5px;
	display: block;
}

.article-title a {
	color: #FB5B21;
	text-shadow: 1px 1px 1px #bbb;
}

.article-title a:hover {
	color: #9a310b;
}

.article-subtitle {
	padding-top: 3px;
}

.article-title span {
	padding-right: 10px;
}

.article-date {
	padding-top: 5px;
}

.article-source {
	    text-align: right;
}

.article-source:before {
	content: "Source: ";
} 

gallery a {
	padding-right: 6px;
}

.row-h3-highlight {
	background: radial-gradient(#ccc, #fff);
}

.row-h3-highlight h2 {
	background-color: #565656;
  color: transparent;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}

.success {
	color: #060;
	font-size: 16px;
}

.error {
	color: #600;
	font-size: 16px;
}

.orange-text {
	color: #FB5B21
}

.footer-da-bottom {
	display: none;
}

#div-gpt-ad-1553450342675-0 {
	height: 50px;
  width: 320px;
  margin-left: 50%;
  left: -160px;
  position: relative;
}

.credits h1 {
	font-size: 32px;
  margin-top: 30px;
  text-align: center;
}

.credits h4 {
	margin-bottom: 10px;
}

.credits .table-container {
	margin-bottom: 30px;
}

.credits li, .credits p {
	font-size: 18px;
}

.related-container .full-width-image {
	padding: 6px;
}


.item-block-default, .item-contribution-default, .screenshots-block {
	display: none;
	padding: 0px;
	background-color: background-color: rgba(150,150,150,0.1);
	border: 1px solid #ccc;
	overflow:hidden;
	border-top: 0px;
}

.item-contribution-default {
	margin-bottom: 50px;
	padding: 6px;
}

.item-comments-block {
	display:none;
	background-color: background-color: rgba(150,150,150,0.1);
	border: 1px solid #ccc;
}

.additemcomment {
	display: block;
}

.item-comments-block .commentblock .ranking {
	font-size: 22px;
	width: 80px;
	float: left;
	text-align: center;
	line-height: 30px;
	padding-right: 10px;
	color: #ccc;
}

.item-block-default p {
	margin: 3px;
}

.item-comments-block .commentblock:not(:last-child) {
	border-bottom: 1px solid #282828;
}

.item-comments-block .commentblock {
  padding-bottom: 0px;
	overflow: hidden;
	padding: 5px;
}

.item-comments-block .commentblock  .ranking .rank {
	margin-left: -3px;
	margin-top: -4px;
}

.item-comments-block .commentblock  .ranking .glyphicon {
	font-size: 34px;
	color: #444;
}

.item-comments-block .commentblock  .ranking .glyphicon:hover {
	color: #666;
	cursor: pointer;
}

.item-comments-block .commentblock  .subject {
	font-size: 13px;
	padding-top: 4px;
}

.item-comments-block .commentblock  .subject .player {
	color: #ddd;
}

.item-comments-block .commentblock  .comment {
	margin-top:5px;
	font-size: 16px;
	display: inline-block;
	width: calc(100% - 85px);
}

.images-block {
	display: block;
}

a.btn.btn-sm.btn-default.item-button.btn-active {
    background-color: #FB5B21;
    border-color: #822e10;
}

.screenshot {
	padding: 20px;
	float: left;
	text-align: center;
	position: relative;
}

.screenshot img {
	width: 150px;
}

#divLargerImage {
  display: none;
	position: fixed;
	top: 35%;
	left: 35%;
	z-index: 99;
	background-color: #111;
	padding: 10px;
	border: 1px solid #292929;
	border-radius: 5px;
}

.screenshotuploadresult, .videouploadresult {
	display: none;
}

.youtube {
	position: relative;
	display: inline-block;
}

.youtube span {
	position: absolute;
	color: #fff;
	opacity: 0.6;
	font-size: 80px;
	text-align: center;
	left: calc(50% - 39px);
	text-shadow: 0px 0px 7px #000;
	top: calc(50% - 42px);
}

.youtube span:hover {
	-webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
	opacity: 0.9;
}

.videos-block .video {
	display: inline-block;
	width: 300px;
	padding: 20px;
}

.gameselection .game {
	height: 268px;
	background-size: cover;
}

.col-building {
	margin-bottom: 4px;
}

.col-building:hover {
	cursor: pointer;
}

.col-building .buildingname {
	display: block;
	background-color: rgba(0,0,0,0.9);
	color: #FB5B21;
	font-size: 18px;
	letter-spacing: -1px;
	padding-left: 5px;
	line-height: 24px;
	padding-bottom: 1px;
	font-weight: 700;
}
.col-building .buildingname span {
	float: right;
	padding-right: 5px;
}

.col-buildings .col-sm-4, .col-buildings .col-md-4 {
	padding-left: 2px;
	padding-right: 2px;
}

ul.submenu {
	background-color: #2f2f2f;
	border-radius: 5px;
	padding: 0px;
	margin: 10px;
	box-shadow: 0px 0px 7px #222;
	margin-left: 15px;
	margin-right: 15px;
}

ul.submenu .gamename {
	float: left;
	font-size: 32px;
	padding: 5px;
	letter-spacing: -3px;
	line-height: 28px;
	padding-right: 9px;
	color: #ccc;
	background-color: rgba(251, 91, 33, 0.4);
	border-radius: 5px 0px 0px 5px;
	padding-bottom: 8px;
	top: -1px;
	position: relative;
	left: -2px;
	margin-right: -3px;
	border-right: 1px solid #000;
}

ul.submenu .gamename span {
	color: #FB5B21;
}

ul.submenu li {
	display: inline-block;
	list-style: outside none none;
	padding: 7px;
	margin: 1px;
	border-left: 1px solid rgba(255,255,255,0.4);
	padding-right: 11px;
	padding-left: 16px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}

ul.submenu li.active {
	background-color: rgba(0,0,0,0.3);
}

ul.submenu li a {
	color: #fff;
}

ul.submenu li a:hover {
	color: #FB5B21;
}

ul.submenu li:first-child {
	border-left: 0px;
}

ul.submenu li:last-child {
	border-right: 1px solid rgba(255,255,255,0.4);
	padding-right: 18px;
}


/*  ================================
        19. GAMES
    ================================ */

.fortnite-rarity:hover {
	transform: scale(1.03);
}
	
    
.fortnite-rarity {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	font-family: fortnite;
	position: relative;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;	
}

.fortnite-rarity .name-section {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	padding: 4px;
	padding-bottom: 0px;
}

.fortnite-rarity .name-section .item-name {
	color: #fff;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: -1px;
	height: 41px;
	text-align: center;
}

.fortnite-rarity .name-section .item-from {
	color: #fff;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0px;
}

.options-selection {
	background-color: rgba(150,150,150,0.1);
	margin-top: 10px;
	min-height: 132px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.options-selection .droplabel {
	padding-top: 7px;	
}

.options-selection-bottom {
	min-height: 52px;
}

.options-selection-bottom .item-page-filter ul {
    margin-top: 8px;
    margin-bottom: 4px;
}

.fortnite-rarity .name-section .item-from img {
	width: 23px;
	margin-top: -3px;
}

.fortnite-rarity-common {
    background: radial-gradient(#bebebe,#646464);
    border: 3px solid #b1b1b1;
}

.fortnite-rarity-uncommon {
    background: radial-gradient(#69bb1e,#175117);
    border: 3px solid #87e339;
}

.fortnite-rarity-rare {
    background: radial-gradient(#2cc1ff,#143977);
    border: 3px solid #37d1ff;
}

.fortnite-rarity-epic {
    background: radial-gradient(#c359ff,#4b2483);
    border: 3px solid #e95eff;
}

.fortnite-rarity-legendary {
    background: radial-gradient(#ea8d23,#78371d);
    border: 3px solid #e98d4b;
}

.fortnite-rarity-marvel {
    background: radial-gradient(#c53334,#761b1b);
    border: 3px solid #ef3537;
}

.item-page-filter {
	padding-left: 5px;
	padding-right: 5px;
}
.item-page-filter ul {
	margin-top: 0px;
	margin-bottom: 8px;
}

.page-filter-bottom {
	
}

.col-sm-3 .fortnite-rarity .icon-img {
	min-height: 238px;
	width: 100%;
	display: block;
	background-size: 100%;
}

.searchfilter, .cardfiltercontrols {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	float: left;
}


.row-wow-npclist h3 {
	background-color: rgba(0,0,0,0.05);
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.row-wow-npclist h3 i {
	font-size: 16px;
	position: relative;
	top: -2px;
	left: 3px;
}

.row-wow-npclist img {
	height: 18px;
	margin-top: -3px;
	margin-left: 2px;
}

.map-embed {
	display: block; 
	background-color: #333; 
	width: 100%; 
	height: 700px;
	border: 0px;
}

#fixed-side-vert {
	position: fixed;
	right: 20px;
	top: 80px;
	width: 160px;
	height: 600px;
	background-color: rgba(0,0,0,0.1);
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #2a2a2a; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.map-container-embed {
	position: relative;
}

.map-container-embed i {
	position: absolute;
	top: 10px;
	z-index: 1000;
	font-size: 26px;
	color: #fff;
	right: 10px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.map-container-embed i:hover {
	color: #FB5B21;
}

.center-button {
	text-align: center;
	margin-bottom: 15px;
}

.npc-link {
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
	text-align: center;
}

.npc-link img {
	margin: 5px;
	width: 183px;
}

#gm_right {
	position: fixed;
	right: 45px;
	top: 80px;
}	
	
#gm_left {
	position: fixed;
	left: 45px;
	top: 80px;
}