/* devanagari */
@font-face {
	font-family: 'Teko';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/teko/v10/LYjNdG7kmE0gfaJ9pRtB.woff2) format('woff2');
	unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
	font-family: 'Teko';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/teko/v10/LYjNdG7kmE0gfa19pRtB.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Teko';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/teko/v10/LYjNdG7kmE0gfaN9pQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	background-color: #f3f3f7;
}


.gz_cut_long_str a {
	white-space: nowrap;
	overflow: hidden !important;
}

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

.center {
	text-align: center !important;
	margin: auto;
	display: table !important;
}

.gz_inline-left {
	display: table;
	float: left;
}

body.game {
	background-color: #000;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Teko', sans-serif;
}

h1.heading {
	text-transform: uppercase;
	font-size: 36px !important;
}

h5 {
	font-size: 2em
}

.h4,
h4 {
	font-size: 24px;
}

sup {
	font-size: 73%;
}

.alert-buy {
	color: #fff;
	background-color: #ffb911;
	border-color: #ff9000;
	text-shadow: 1px 1px 6px #d75d03;
}

.alert-buy strong {
	font-size: 130%;
}

/* ZIndex
-------------------------------------------------- */

.gz_index1 {
	z-index: 1;
}

.gz_index2 {
	z-index: 2
}

.gz_index3 {
	z-index: 3
}

.gz_index4 {
	z-index: 4
}

.gz_index5 {
	z-index: 5
}

.gz_index6 {
	z-index: 6
}

.gz_index100 {
	z-index: 100
}

/* Header
-------------------------------------------------- */

header {
	background-color: #191919 !important;
	height: 50px;
	z-index: 140;
}

header a {
	color: #7c7c7c;
}

.gz_navbar-toggle {
	position: relative;
	float: left;
	margin: 8px 0 0 5px;
	border: none;
	outline: 0;
	list-style: none;
	cursor: pointer;
}

.gz_navbar-toggle i.fa-bars {
	font-size: 28px;
	margin-top: 3px;
}


.dropdown-menu>li>a {
	background: transparent;
	cursor: pointer;
	font-family: 'Teko', sans-serif;
	outline: 0;
	color: #7c7c7c;
	list-style: none;
	text-transform: uppercase;
	padding: 0 25px 0 7px;
	font-size: 23px;
	line-height: 1.6em;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background: transparent;
}

.dropdown-menu>.submenu>li>a {
	font-size: 13px;
	line-height: 1.5em;
}

.gz_navbar-toggle .dropdown-menu {
	margin-top: 7px;
	padding: 0;
}

.dropdown-menu li.patreon i {
	font-size: 10px;
	background-color: #e6461a;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
}

.gz_navbar-toggle i {
	margin-right: 2px !important;
}

.gz_navbar-toggle a:hover,
.gz_navbar-toggle a:focus {
	color: #7c7c7c;
}

.gz_navbar-toggle ul li ul a:hover,
.gz_navbar-toggle ul li ul i:hover {
	color: #000 !important;
	text-decoration: none;
	background: transparent;
}

.gz_navbar-toggle ul li ul ul a:hover {
	background: transparent;
}

.gz_home {
	float: left;
	margin: 8px 0 0 20px;
}

.gz_home a i {
	padding: 2px 0 0 0;
	font-size: 29px;
}

.gz_home a:hover {
	color: #fff;
}



.submenu {
	font-size: 75%;
	font-weight: normal;
	background-color: #ededed;
	padding: 10px 14px;
}

.submenu a {
	color: #a6a6a6;
}

.gz_shop {
	background-color: #cc0000;
	border-radius: 0 0 5px 5px;
	color: #fff !important;
	padding: 4px 0 0 9px;
}

li.gz_shop>a {
	color: #fff;
}

li.gz_shop>a:hover {
	color: #fff;
	background: transparent;
}

.gz_title {
	max-height: 50px;
}

.gz_title h1 {
	color: #7c7c7c;
	font-size: 1.6em;
	text-align: center;
	margin: 0;
	line-height: 2.5em;
}

.loginsec a {
	float: left;
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	line-height: 18px;
	cursor: pointer;
}

.loginsec a:hover {}

.loginsec {
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
	margin: 0 auto;
	float: right;
}

.loginsec span {
	float: left;
}

#user_not_logged_in div,
#user_is_logged_in div {
	background-color: #000;
	border-radius: 5px;
	display: table;
	margin: 9px 4px;
}

.loginsec span.sep {
	color: #3e3e3e;
	display: inline-block;
	float: left;
	line-height: 18px;
	margin: 6px -3px;
	font-size: 140%;
}

.dashboard {
	background: url(/static/images/mask-avy.svg) no-repeat;
	margin-right: 0px;
}

.dash-icon {
	width: 33px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	margin-top: 7px;
}

.new-field {
	background: url(/static/images/new-field-icon.png) no-repeat;
	width: 55px;
	margin-left: 5px;
}

.maximize {
	margin-left: 5px;
}

header a.colorhover,
header span.colorhover {
	margin: 7px;
	color: #7c7c7c;
}

header a.colorhover:hover,
header span.colorhover:hover {
	color: #ccc;
	text-decoration: none;
}

header .row {
	margin: 0;
}

.gz_new-field {
	background: url(/static/images/new-field-icon.png) no-repeat;
	width: 55px;
	margin-left: 10px;
	height: 35px;
}

.offsethdr {
	margin-top: 20px;
}

.loginsec .tooltip.bottom {
	margin-top: 9px;
}

.gz_news {
	margin-top: 24px;
}

.gz_news h1 {
	font-size: 22px;
}

.hdr-ribbon {
	background: #a00000;
	color: red;
	margin-left: -15px;
	padding: 3px 0;
	margin-right: -15px;
}

.hdr-ribbon a {
	margin: 0 auto;
	display: table;
	color: #ff6e41;
	text-decoration: none;
	text-transform: uppercase;
}

.hdr-ribbon a:hover {
	color: #fff;
}




/* Signup
================================================== */
.signupsection .sections {
	padding: 20px 0 20px;
}

.required::before {
	content: " stuff ";
}

.account-status {
	border-top: none;
	width: 90% !important;
	margin: 0 auto;
	color: #ccc
}

.account-status h2 {
	color: #ccc;
	font-size: 4vh;
	text-align: center;
}

.account-status p {
	font-size: 2vh;
}

.account-status span {
	clear: both;
	font-size: 15vh;
	line-height: 0.7em;
}

.account-status sub {
	font-size: 1.6vh
}

.price-box {
	background-color: #ffffff;
	color: #000;
	text-align: center;
	padding: 20px 15px 25px 15px;
	margin-bottom: 25px;
	height: 462px;
	border: thin solid #ccc;
	border-radius: 10px;
}

.price-box h3 {
	border-bottom: 1px solid #dadada;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px 0px;
	font-size: 2.7em;
}

.price-box .price-info {
	position: relative;
	padding: 0px 15px;
	height: 350px;
}

.price-box .price-info .price {
	border-top: 1px solid #dadada;
	color: #313131;
	font-size: 14px;
	font-weight: 400;
	/* margin: 0px auto; */
	padding: 14px 0px 20px 0px;
	bottom: -28px;
	position: absolute;
	/* display: table; */
	width: 88%;
}

.price-box .price-info .price sup {
	color: #313131;
	font-size: 35px;
	font-weight: 400;
	top: -.62em;
}

.price-box .price-info .price span {
	display: inline;
	font-size: 60px;
	font-weight: 400;
	color: #000;
}

.price-box .price-info span {
	color: #969595;
	display: block;
	margin-bottom: 12px;
}

.price-box:hover {
	background-color: #313131;
}

.price-box:hover h3,
.price-box:hover .price,
.price-box:hover .price sup,
.price-box:hover .price span {
	color: #fff;
}

.price-box:hover .pricing-btn {
	background-color: #fff;
	color: #969595;
	border: 1px solid #313131;
}

/* Game Window
-------------------------------------------------- */

.gz_game_window {
	background-color: #000;
	background-size: cover;
	height: 100%;
	width: 100%;
}

/* Window Panels
-------------------------------------------------- */

.gz_lft_to_rgt {}

.gz_rgt_to_lft {}

.gz_wndw_pnl {
	margin-top: 40px;
}

.gz_wndw_pnl .nav-tabs {
	background: transparent;
	border: none;
}

.gz_wndw_pnl .nav-tabs>li.active>a,
.gz_wndw_pnl .nav-tabs>li.active>a:hover,
.gz_wndw_pnl .nav-tabs>li.active>a:focus {
	color: #fff;
	cursor: default;
	background-color: #fff;
}

.gz_wndw_pnl .nav-tabs>li>a {
	background: #000;
	border-radius: 8px 8px 0 0;
	border-bottom: 0;
}

.gz_wndw_pnl .backcolorhover:hover,
.gz_wndw_pnl .categorieslist ul li:hover,
.gz_wndw_pnl .categorieslist ul li.active,
.gz_wndw_pnl .ui-datepicker-header,
.gz_wndw_pnl .ui-datepicker-calendar .ui-state-active,
.gz_wndw_pnl .ui-datepicker-calendar .gz_wndw_pnl .ui-state-hover,
.gz_wndw_pnl .nav-tabs>li.active>a,
.gz_wndw_pnl .nav-tabs>li>a:hover,
.gz_wndw_pnl .nav-tabs>li.active>a:focus,
.gz_wndw_pnl .pagination>.active>a,
.gz_wndw_pnl .pagination>.active>span,
.gz_wndw_pnl .pagination>.active>a:hover,
.gz_wndw_pnl .pagination>.active>span:hover,
.gz_wndw_pnl .pagination>.active>a:focus,
.gz_wndw_pnl .pagination>.active>span:focus {
	background-color: #fff !important;
	color: #333;
}

.tab-pane {
	height: 600px;
	max-height: 600px;
	overflow-y: scroll;
}

.tab-content {
	background: #fff;
	display: table;
	border-radius: 0 10px 10px;
	width: 100%;
}

.price-box .btn {
	background: #fff;
	border: 1px solid #666;
}

/*.gz_game_window .nav-tabs > li:first-child > a {
	padding: 9px 10px;
}*/
.gz_game_window .nav-tabs .dashboard {
	margin: -7px -10px;
	padding: 17px;
}

.gz_wndw_pnl .tab-pane .gz_pricing {
	display: table;
	margin: 45px auto;
	width: 80%;
}

.tab-pane .list-group {
	max-height: 450px;
	overflow-y: scroll;
}

.tab-pane .list-group::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #999;
}

.tab-pane .list-group::-webkit-scrollbar {
	width: 7px;
	background-color: #121212;
}

.tab-pane .list-group::-webkit-scrollbar-thumb {
	background-color: #4b4b4b;
}

.tab-pane .list-group::-webkit-scrollbar-track-piece {
	width: 5px;
	background-color: #ccc;
}

.nav-tabs .dash-icon {
	width: 33px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	margin: 0;
}

.nav-tabs .dashboard {
	background: url(/static/images/mask-avy.svg) no-repeat;
	margin-right: 0px;
}

.tab-content .searchbox form {
	padding: 0;
}

.tab-content .btn .gz_new-field {
	background-size: 37px;
	width: 41px;
	margin: 0 0 -9px;
	height: 26px;
}

.gz_stands #entries {
	background: #000;
	padding: 10px;
	border-radius: 7px;
	color: white;
	display: table;
	margin: 0 auto;
	text-align: center;
}

.blacksidebar {
	background: #191b1f;
	/*min-height: 511px;*/
	height: fit-content;
	padding-bottom: 20px;
	border-radius: 0 0 5px 5px;
}

.gz_wrapper {
	width: 1270px;
	max-width: 100%;
	margin: 0 auto;
}

/* Forms
================================================== */
.form-group i {
	font-size: 1.7em;
	margin: 5px 3px 0;
}

.form-group i.fa-plus-circle {
	color: #6C3
}

.form-group i.fa-times-circle {
	color: #B40303
}

ul.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}

ul.wysihtml5-toolbar::after {
	clear: both;
	display: table;
	content: "";
}

ul.wysihtml5-toolbar>li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
	font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
	font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
	text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E6E6E6;
	background-color: #D9D9D9 9;
	outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
	display: none !important;
}

select.gz_inline-left,
input.gz_inline-left {
	display: table;
}

.gz_register {
	margin: 10px 10px 10px 0
}

/* Black Sidebar
================================================== */
.blacksidebar {
	color: #D8D8D8;
}

.blacksidebar h1,
.blacksidebar h2,
.blacksidebar h3,
.blacksidebar h4,
.blacksidebar h5,
.blacksidebar h6 {
	color: #e4e6eb;
}

.blacksidebar a {
	color: #D8D8D8;
}

.blacksidebar span {
	color: #D8D8D8;
}

.blacksidebar h1 a,
.blacksidebar h2 a,
.blacksidebar h3 a,
.blacksidebar h4 a,
.blacksidebar h5 a,
.blacksidebar h6 a {
	color: #fff;
}

.blacksidebar .icon_block {
	font-size: 22px;
}

/* Widget User
================================================== */
.user-heading {
	position: relative;
}

.user-heading h1 {
	font-size: 2.2vw;
	padding: 0;
	line-height: 32px;
}

.user-data {
	font-size: 1.2em;
}

.user-data .row {
	margin: 13px 0;
}

.user-data-icon {
	text-align: center;
	padding: 0;
}

.user-heading p,
.user-data {
	color: #999;
	font-weight: normal;
	clear: both;
}

.user-heading span {}

.user-details {
	color: #e4e6eb;
}

.user-details h1 {
	float: left;
}

.field-heading {}

.field-heading h1 {
	font-size: 23px;
}

.field-heading p,
.user-data {
	color: #999;
	font-weight: normal;
}

.field-heading span {
	color: #fff;
	font-weight: normal;
}

h3 i.update {
	float: right;
}

.league-heading h1 {
	font-size: 40px;
	padding: 10px;
	text-align: center;
	line-height: 0.3em;
	margin: 0 auto;
}

.league-heading h1 span {
	color: #ccc;
	font-size: 45%;
	font-weight: normal;
}

.league-avatar span.update,
.league-details span.update,
.field-avatar span.update,
.field-details span.update {
	color: #555;
	font-size: 1.5em;
	text-shadow: 2px 2px #000;
	position: absolute;
	right: 18px;
	bottom: 18px;
}

.user-details span.update,
.user-avatar span.update {
	color: #555;
	font-size: 1.5em;
	position: absolute;
	right: 16px;
	bottom: 16px;
}

span.update:hover {
	color: #fff;
}

.buddystack {
	background-color: #ccc;
	padding: 10px;
	border-radius: 10px;
	margin-top: 15px;
}

.user-buddies img,
.buddystack img {
	max-width: 100%
}

.user-buddies span,
.buddystack span {
	padding: 2px;
}

.user-buddies .online {
	border: thin solid #6B6A6A
}

.buddy-selected {
	border: thick solid #fff
}

.upload-avatar {
	background-image: url(/static/images/avatar/avybg.png);
	position: relative;
	background-size: 7px;
	border-radius: 9px;
}

.upload-avatar img {
	width: 100%
}

.upload-avatar .fa-upload {
	color: #dfdfdf;
	font-size: 2em;
	text-shadow: 2px 2px #000;
	position: absolute;
	bottom: 10px;
	right: 22px;
}

.upload-avatar .fa-times {
	color: #dfdfdf;
	font-size: 2em;
	text-shadow: 2px 2px #000;
	position: absolute;
	top: 10px;
	left: 10px;
}

.upload-avatar p {
	clear: both;
	font-weight: bold;
}

.league-avatar,
.user-avatar,
.field-avatar,
.league-details {
	position: relative;
	padding: 10px;
}

.user-avatar img,
.league-avatar img,
.field-avatar img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

span.team-header-title {
	position: absolute;
	z-index: 1000;
	top: 265px;
	left: 45px;
	color: #fff;
	text-transform: uppercase;
	text-rendering: optimizelegibility;
	text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

/* Widget Countdown
================================================== */
.container {
	margin: 0px auto;
	padding: 0px;
}

#main {
	background: #3B3B3B;
	height: 430px;
}

.content {
	padding: 10px 44px;
}

.text {
	/* border-bottom: 1px solid #262626;
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: center;*/
}

.text h2 {
	color: #E5E5E5;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	letter-spacing: 2px;
}

.counter {
	background: #2C2C2C;
	-moz-box-shadow: inset 0 0 5px #000000;
	-webkit-box-shadow: inset 0 0 5px #000000;
	box-shadow: inset 0 0 5px #000000;
	min-height: 150px;
	text-align: center;
}

.counter h3 {
	color: #E5E5E5;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	letter-spacing: 1px;
	padding-top: 20px;
	margin-bottom: 30px;
}

#countdown {
	color: #666;
	display: table;
	margin: 10px auto;
}

#countdown span {
	color: #E5E5E5;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}

/*General
================================================== */
.latestevents h1,
.latestsubs h1,
.latestnat h1,
.latestreg h1,
.ratedcats h4 {
	/*	font-size: 2em;*/
	text-transform: uppercase;
	margin: 0;
}

.latestevents h1 span,
.latestsubs h1 span,
.latestnat h1 span,
.latestreg h1 span,
.ratedcats h4 span,
.gz_news h1 span,
.gz_homeparksearch h1 span {
	font-size: .8em;
	color: #ccc;
}

.latestreg,
.latestnat {
	margin-top: 0;
}

.latestsubs {
	margin-bottom: 15px;
}

.latestsubs p {
	color: #999;
}

.latestsubs p strong {
	font-size: 120%;
}

.latestsubs p i {
	color: #fff;
	background-color: #999;
	padding: 2px 3px 2px 4px;
	border-radius: 2px;
}

.affiliate-nav img {
	max-height: 72px;
	margin: 0 auto;
}

.affiliate {
	padding: 0 22px;
}

.affiliate .row {
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 10px #000;
	-webkit-box-shadow: inset 0 0 10px #000;
	box-shadow: inset 0 0 10px #000;
	padding: 10px;
}
.affiliate-text {align-content: center;}
.affiliate-text a {
	color: #69c35a;
    margin: 0;
	text-decoration: underline;
}
.affiliate-text h3 {
	font-size: 1.15rem;
}
.affiliate-text h1, .affiliate-text h3 {
	margin-bottom: 0;
}
.affiliate .nxl {
	background-image: url(/static/images/2020wc.jpg);
	background-position: center center;
	background-size: cover;
}

.affiliate .gosports {
	background-image: url(/static/images/ultimate-shootout.jpg);
	background-position: center center;
	background-size: cover;
}

.affiliate .bki {
	background-image: url(/static/images/pro-breakdown.jpg);
	background-position: center center;
	background-size: cover;
}

.affiliate .parksearch {
	background-image: url(/static/images/search-paintball-parks.jpg);
	background-position: center center;
	background-size: cover;
}

.affiliate .row div {
	padding-left: 0;
	padding-right: 0
}

.affiliate-nav h1 {
	color: #fff;
	font-size: 1.5em;
	line-height: 0.9em;
}

.affiliate-nav h1 span {
	color: #ccc;
	font-size: 0.8em;
}

.design-contact-info {
	background: url(/static/images/paintball-jersey-design.jpg) right bottom no-repeat;
	padding-top: 200px !important;
}


.submit-btn {
	display: table;
	float: right;
	width: 128px;
	height: 76px;
}

.g-recaptcha {
	display: table;
	float: left;
}

.login-form .btn,
.registration-form .btn {
	margin-top: 10px;
}

/*Tabs
================================================== */
ul.prfl-tabs {
	list-style-type: none;
	display: table;
	width: 100%;
	padding: 0;
	background: #eaeaea;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#fff, #fff, #f6f6f6, #d9d9d9);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #fff, #f6f6f6, #d9d9d9);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #fff, #f6f6f6, #d9d9d9);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #fff, #f6f6f6, #d9d9d9);
	/* Standard syntax */
}

ul.prfl-tabs li {
	padding: 0.95em;
	text-align: center;
	border-bottom: thin solid #ccc;
	display: inline-block;
	cursor: pointer;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	transition: none;
}

ul.prfl-tabs li a {
	color: #afafaf;
}

ul.prfl-tabs li.active {
	background: #fff;
	border: thin solid #ccc;
	border-bottom: 2px solid #fff;
	margin-bottom: -1px;
}

ul.prfl-tabs li.active a {
	color: #2b2e36;
}

.prfl-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.prfl-tabs.nav-justified>li {
	display: table-cell;
	width: 1%;
}

.prfl-tabs.nav-justified>li {
	float: none;
}

.twotabs li {
	width: 50%
}

.threetabs li {
	width: 33.333%
}

/* Media Carousal
================================================== */
.media-carousal {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.media-carousal .crsl-nav {
	position: absolute;
	top: 42%;
	left: 0;
	pointer-events: none;
	z-index: 130;
	width: 100%;
}

.media-carousal .crsl-nav a {
	display: block;
	width: 24px;
	pointer-events: initial;
	height: 24px;
}

.media-carousal .crsl-nav i {
	font-size: 27px;
	color: #fff;
}

.media-carousal .fa {
	opacity: 1;
}

.media-carousal .previous {
	float: left;
	margin-left: 15px;
}

.media-carousal .next {
	float: right;
	margin-right: 15px;
}


/* Feature
================================================== */
.gz_feature {
	position: relative;
	cursor: pointer;
}

.gz_overlay {
	display: none
}

.gz_feature span {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	width: 152px;
	height: 152px;
	z-index: 100;
	margin: -76px;
}

.gz_feature span p {
	font-size: 65px;
	margin: -50px -50px;
	display: block;
	color: #666;
	position: absolute;
	top: 50%;
	left: 50%;
}

.gz_feature .publishAlert {
	font-size: 14px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 10px;
}

.publishAlert .btn {
	margin: 10px auto;
	display: table;
}

.gz_feature:hover>.gz_overlay,
.gz_feature.show-mobile>.gz_overlay {

	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0.5;
	display: block;
}

.gz_feature:hover>span,
.gz_feature.show-mobile>span {
	opacity: 1;
}

span.alert_btns {
	width: 345px;
	margin: 65px -172px;
	opacity: 1;
}

span.sshot_btns {
	width: 205px;
	margin: 90px -96px;
	opacity: 1;
}

.btn-facebook {
	background: #4862a3;
	color: #fff;
}

span.sshot_go {
	background-color: #fff;
	border-radius: 100px;
	width: 152px;
	height: 152px;
	opacity: 1;
}

.gz_enter {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.gz_enter:hover>.gz_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0.5;
	display: block;
}

.gz_enter span {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	width: 75px;
	height: 75px;
	background-color: #fff;
	z-index: 3000;
	border-radius: 40px;
	margin: -38px;
}

.gz_enter span p {
	font-size: 34px;
	margin: 10px;
	display: block;
	color: #666;
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: bold;
	margin-top: -24px;
	margin-left: -27px;
}

.gz_enter:hover>span {
	opacity: 1;
}

.gz_enter span.gz_go {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
}

/* current events
================================================== */
.current-event-post {
	background-color: #fff;
	padding: 2px;
	/*display:table;*/
}

.current-event-post h1 {
	font-size: 1.7em;
	margin: -39px 0 0 9px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: 0px 0px 4px #000;
	width: calc(100% - 9px);
	position: relative;
}

.current-event-post h1 a {
	color: #ececec;
}

.current-event-post h1 a:hover {
	color: #fff;
	text-decoration: none;
}

.current-event-post #countdown {
	color: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	float: left;
	top: 10px;
	position: absolute;
	left: 20px;
}

.current-event-post #countdown span {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

.current-event-post .occupants {
	display: table;
	width: auto;
	float: right;
}

/* Gallery
================================================== */
.gallery {
	position: relative;
	overflow: hidden;
}

figure {
	overflow: hidden;
}

figure>a {
	overflow: hidden;
}

.hovereffect {
	display: inline-block;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

figure:hover .hovereffect,
figure:focus .hovereffect,
figure:active .hovereffect,
.hovereffect:hover,
.media:hover .img-hovereffect {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}

.gallery figcaption {
	position: absolute;
	bottom: -100%;
	left: 0px;
	width: 100%;
	padding: 15px 20px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.gallery:hover figcaption {
	bottom: 0;
}

.gallery figcaption h4 {
	margin: 0;
}

.lSAction>a {
	width: 24px;
	height: 24px;
	opacity: 1 !important;
	color: white;
	background-image: none !important;
}

.lSAction i {
	font-size: 24px;
}

.tab-park-content {
	padding: 0.5em 1em 0.5em 1em !important;
	float: left;
}

.gallery figcaption a {
	color: #fff;
}

figure {
	margin: 0;
}

.previous,
.next,
.previous:active,
.next:active {
	color: #ccc;
}

/* Rating
================================================== */
#gz_rate span {
	float: right;
}

ul.c-rating {
	margin: 3px 0px 0 50px;
}

#gz_rate span {
	margin-top: 5px;
}

/* Viewing
================================================== */
.occupants {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.occupants .btn {
	width: 32px;
	height: 32px;
	padding: 0;
	background-image: url(/static/images/occupant-avatar.png);
	background-color: #ccc;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 5px;
	border: none;
}

.occupants .btn:hover {
	background-color: #d10909;
}

.occupants .btn img {
	width: 100%
}

.current-buddies,
.occupants img {
	float: left
}

#gz_rate span,
.current-buddies,
.current-occupants {
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
}

.current-buddies {
	margin-top: 7px;
}

.current-occupants {
	float: right
}

.current-occupants span {
	font-size: 150%;
}

.current-event-post .occupants {}

.current-event-post .occupants .btn {
	width: 20px !important;
	height: 20px;
	float: right;
	margin: 5px 0 0;
}

.occupants div {
	padding: 0
}

/* Widget Categories List
================================================== */
.cattitle {
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border: 0px solid #000000;
	padding: 8px 8px 0;
	font-size: 100%;
	margin-bottom: 0;
	display: table;
	clear: both;
	text-transform: uppercase;
	font-size: 1.9em;
	color: #191b1f;
}

.catwrap {
	clear: both;
	border: 2px solid #666;
	/*overflow-y: scroll;*/
	/* max-height: 300px; */
	background-color: #fff;

	/* background-color: #e5e5e5;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px; */
	border: 0px solid #000000;
	padding: 8px;
}

.eventcats .interactivetabs .nav-tabs>li {
	width: 50%;
}


.btn .fa {
	color: #fff;
}

.list-group-item {
	padding: 5px 2px 6px 9px;
}

.categorieslist a.list-group-item i {
	/*	font-size: 1.4em;*/
	margin: 0 4px;
	color: #666;
}

.categorieslist div.row.list-group-item {
	padding-left: 0;
	margin-left: 0px;
    margin-right: 0px;
}
.categorieslist div.row.list-group-item > div:last-child {
	padding-right: 0;
}

.categorieslist span.list-group-item i:not(.star-item),
.categorieslist div.list-group-item i:not(.star-item) {
	font-size: 0.9em;
	margin: 0px 2px;
	color: #666;
	background: #2b2b2b;
	padding: 6px;
	border-radius: 5px;
}

.categorieslist span.list-group-item i:hover:not(.star-item),
.categorieslist div.list-group-item i:hover:not(.star-item) {
	background: #111;
}

.categorieslist a.list-group-item i.clicked,
.categorieslist span.list-group-item i.clicked,
.categorieslist div.list-group-item i.clicked {
	color: #fff;
}

.categorieslist a.list-group-item i:hover {
	color: #fff;
}

.categorieslist .list-group.panel>.list-group-item {
	background-color: #000;
	border: 0 !important;
	color: #fff;
}

/*.categorieslist .list-group-submenu a {
	padding-left: 25px;
}
.categorieslist .list-group-submenu span {
	padding-left: 25px;
}*/
.list-group-submenu .list-group-submenu a {
	padding-left: 22px;
}

.categorieslist a.list-group-item,
.categorieslist span.list-group-item,
.categorieslist div.list-group-item {
	background: transparent;
	color: #fff !important;
	font-weight: bold;
	font-size: 15px;
	border: none;
	/*border-bottom: 1px solid #666;*/
}

.categorieslist div.list-group-item,
.categorieslist span.list-group-item {

	color: #fff !important;
	font-weight: bold;
	font-size: 15px;
	border: none;
	/*border-bottom: 1px solid #666;*/
}

.categorieslist div.list-group-item,
.categorieslist span.list-group-item,
.categorieslist a.list-group-item {
	background: #151515;
}

.categorieslist div.list-group-item:nth-of-type(even),
.categorieslist span.list-group-item:nth-of-type(even),
.categorieslist a.list-group-item:nth-of-type(even) {
	background: #212121;
}

.list-group-item__flex {
	display: flex;
	justify-content: space-between;
}

.list-group-item__flex .list-group-item__title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #337ab7;
}

.list-group-item__flex .list-group-item__title-grea {
	color: #999
}

.list-group-item__flex .list-group-item__actions {
	display: flex;
}

.categorieslist a.category,
.categorieslist span.category {
	text-transform: uppercase;
}

.eventcats .categorieslist .list-group-item span {
	color: #999;
	font-weight: normal;
}

.categorieslist a.list-group-item:hover,
a.list-group-item:focus,
.categorieslist span.list-group-item:hover,
span.list-group-item:focus,
.categorieslist div.list-group-item:hover,
div.list-group-item:focus {
	text-decoration: none;
	background-color: #2b2b2b !important;
}

.list-group .invited {
	color: #0F0;
	text-decoration: blink;
	-webkit-animation-name: blink;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
	-webkit-animation-duration: 1s;
}

.list-group .layout-live {
	color: #0F0;
}

.list-group .layout-live:hover {
	color: red;
}

.list-group .layout-unpublished {
	color: #666;
}

.list-group .layout-unpublished:hover {
	color: #fff;
}

.widget .list-group {
	max-height: 300px;
	overflow-y: auto;
	border: 2px solid #666;
}

.list-group::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #000;
}

.list-group::-webkit-scrollbar {
	width: 12px;
	background-color: #888;
}

.list-group::-webkit-scrollbar-thumb {
	background-color: #7B7B7B;
}

.categorieslist .panel {
	border: 0 !important;
}

.categorieslist {
	width: 100%;
	float: left;
	background-color: #151515;
	margin: 0;
}

.categorieslist ul li {
	width: 100%;
	position: relative;
	border-top: solid 1px #2b2e36;
}

.categorieslist ul li:before {
	content: "";
	width: 100%;
	position: absolute;
	height: 1px;
	top: 0px;
	left: 0;
	background: #0b0c10;
}

.graysidebar .categorieslist ul li {
	border-top: solid 1px #fff;
}

.graysidebar .categorieslist ul li:before {
	background: #E5E5E5;
}

.categorieslist ul li a {
	font-weight: bold;
	font-size: 14px;
	padding: 12px 20px;
	display: block;
	color: #777777
}

.list-group-item {
	border-radius: 0 !important
}

.league-archive .categorieslist {
	background-color: #F4F4F4;
	color: #333;
}

.league-archive .categorieslist a.list-group-item,
.league-archive .categorieslist span.list-group-item,
.league-archive .categorieslist div.list-group-item {
	color: #333 !important;
}

.league-archive .categorieslist:hover {
	background-color: #ccc;
	color: #333;
}

.league-archive .categorieslist:hover {
	background-color: #F4F4F4;
}

.league-archive .list-group-item {
	border: 1px solid #fff;
}

.league-archive .categorieslist a.list-group-item:hover,
.league-archive a.list-group-item:focus,
.league-archive .categorieslist span.list-group-item:hover,
.league-archive span.list-group-item:focus,
.league-archive .categorieslist div.list-group-item:hover,
.league-archive div.list-group-item:focus {
	background-color: #d8d8d8 !important;
}

.categorieslist i {
	float: right;
	padding: 3px 0;
}

.categorieslist i.fa-caret-up,
.categorieslist i.fa-caret-down {
	padding-right: 10px;
}

.graysidebar .categorieslist ul li a {
	color: #777777
}

footer .categorieslist ul li a {
	padding: 12px 0px;
}

.categorieslist ul li a:hover,
.categorieslist ul li.active a {
	color: #fff;
}

footer .categorieslist ul li a:hover,
footer .categorieslist ul li.active a {
	padding: 12px 20px;
}

.ratedcats .nav-tabs>li.active>a {
	background-color: #e5e5e5 !important;
}

.ratedcats .nav-tabs>li.active:hover,
.ratedcats .nav-tabs>li.active a:hover {
	color: #000 !important;
}

.ratedcats .interactivetabs .nav-tabs>li {
	width: 33.333%;
}

.ratedcats .tab-pane {
	max-height: 549px;
	overflow-y: scroll;
}

.ratedcats .tab-pane::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	background-color: #e5e5e5;
}

.ratedcats .tab-pane::-webkit-scrollbar {
	width: 12px;
	background-color: #888;
}

.ratedcats .tab-pane::-webkit-scrollbar-thumb {
	background-color: #949494;
}

.ratedcats .tab-content li {
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
	padding: 6px;
	cursor: pointer;
	display: table;
}

.ratedcats li img {}

.ratedcats li h1 {
	margin: 0 0 0 10px;
	font-size: 1.6em;
	font-weight: bold;
}

.ratedcats li span {
	float: left;
	margin-left: 10px;
}

.ratedcats li:hover {
	background-color: #ccc;
}

.ui-tabs .ui-tabs-nav li a {
	padding: 0.3em 0.8em !important;

}

/* Park Search
-------------------------------------------------- */
.gz_parksearch .form-group {
	margin-bottom: 0px !important;
	display: flex;
}

.gz_homeparksearch .gz_parksearch {
	background-color: #e6e6e6;
}

/*.gz_parksearch{font-size: 1.3em;}*/

.gz_parksearch label {
	padding: 10px 10px 10px 0;
}

.gz_parksearch select {
	width: 78%;
	height: 36px;
}

.srchaddy input {
	width: 78%;
	height: 36px;
}

.srchstate input {
	width: 78%;
	height: 36px;
}

.srchname input {
	width: 78%;
	height: 36px;
}



.gz_parksearch input {}

.gz_parksearch button {
	width: 80%;
	height: 36px;
	margin-top: 3px;

}

/*Buttons---------------------------------------------*/



.social-login-buttons button {}

.btn-facebook {
	background: #4862a3;
	color: #fff;
}

.btn-facebook:hover {
	color: #fff;
	background-color: #3d5796;
	border-color: #375091;
}

.btn-twitter {
	background: #55acee;
}

.btn-google-plus {
	background: #dd4b39;
}

.btn-download,
.btn-email {
	background: #777;
}


.btn-facebook,
.btn-twitter,
.btn-google-plus,
.btn-download,
.btn-email {
	color: #fff;
}

.btn-facebook:hover {
	color: #fff !important;
}

.btn-twitter:hover {
	color: #8ccdff !important;
}

.btn-google-plus:hover {
	color: #f06e5e !important;
}

.btn-download:hover {
	color: #999 !important;
}


.icon_block .fa {
	color: #fff;
}

.shadowed {
	-webkit-filter: drop-shadow(0px 0px 10px rgba(25, 25, 25, 1));
	text-shadow: 0px 0px 10px rgba(25, 25, 25, 1);
}


/* Footer
-------------------------------------------------- */
footer {
	width: 100%;
	clear: both;
	color: #999;
	border-top: thin solid #555;

}

body.game footer {
	border-top: none;
}

.gz_footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	background-color: #191919;
	padding: 0;
	/*height: 115px;*/
}

span.gz_footer_logo {
	position: absolute;
	top: -25px;
	left: 25px;
}

span.gz_footer_logo_game {
	position: absolute;
	top: -55px;
	left: 25px;
	user-select: none;
}

.copy {
	position: absolute;
	display: table;
	font-size: 90%;
	color: #666;
	bottom: 3px;
	left: 10px;
	z-index: 1000;
	text-shadow: 0px 0px 4px #000;
}

.copy a {
	color: #666;
	text-decoration: underline;
}

.gz_ftr_middle {
	padding: 0;
}

.gz_ftr_middle p {
	margin: -12px 0 -8px 10px;
	background-color: #191919;
	display: table;
	padding: 2px 10px;
	border-radius: 5px 5px 0 0;
	text-transform: uppercase;
	font-size: 0.8em;
}

.qtips a {
	text-decoration: underline;
	color: #666;
}

.qtips span.add-label {
	display: none;
}

.qtips:hover span.align {
	display: none;
}

.qtips:hover span.add-label {
	display: block;
}

.gz_ftr_tips_border {
	border: thin solid #555;
	border-radius: 7px;
	padding: 1px;
	margin: 10px 10px 0;
	opacity: 0.2;
	transition: opacity 0.3s ease;
}

.gz_ftr_tips_border:hover {
	opacity: 1;
}

.gz_ftr_tips {
	font-size: 0.7em;
	text-transform: uppercase;
	line-height: 2em;
	letter-spacing: 0.02em;
	max-height: 85px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 5px;
	border: thin solid #000;
	background-color: #0e0e0e;
}

.gz_ftr_tips span {
	border-radius: 2px;
	border: thin solid #7a7a7a;
	padding: 1px 3px;
	background-color: #343434;
	color: #ccc;
}

.gz_ftr_tips strong,
.gz_ftr_tips strong a {
	color: #ccc;
}

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

.gz_ftr_tips::-webkit-scrollbar {
	width: 7px;
	background-color: #121212;
	border-radius: 2px;
}

.gz_ftr_tips::-webkit-scrollbar-thumb {
	background-color: #4b4b4b;
	border-radius: 2px;
}

.gz_ftr_tips::-webkit-scrollbar-track-piece {
	width: 5px;
	background-color: #0e0e0e;
}

.gz_ftr_tips p {
	font-size: 1em;
	background-color: transparent;
	padding: 0 0 0 15px;
	margin: 0;
}

.gz_ftr_tips .col-lg-6 {
	padding-right: 6px;
	padding-left: 6px;
}

.gz_welcome h1 {
	font-size: 140%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.gz_welcome .new-field {
	background: url(/static/images/new-field-icon-sm.png) no-repeat;
	width: 26px;
	background-size: 25px;
	height: 16px;
	margin: 2px 2px -2px 1px;
}

.gz_ftr_tips span li {
	line-height: 10px
}

.gz_ftr_right {
	padding-right: 0;
	padding-left: 0;
}

.gz_footer_ad {
	margin: 0px auto;
	/*	width: 643px;
	height: 121px;*/
}

.gz_footer_ad img {
	cursor: pointer;
	width: 100%;
}

footer.smaller {
	height: 75px;
}

footer.smaller span.gz_footer_logo {
	width: 150px;
	height: 75px;
	line-height: 75px;
	font-size: 30px;
}

footer.smaller nav a {
	line-height: 75px;
}

.gz_lyt_data h1 {
	font-weight: 100;
}

/* Event Info
-------------------------------------------------- */

.gz_ftr_left {
	min-height: 20px;
	padding-top: 29px;
	padding-left: 34px;

}

.gz_lyt_data {}

.gz_lyt_data h1 {
	color: #fff;
	margin: 0px;
	font-size: 30px;
	letter-spacing: -0.03em;
}

.gz_lyt_data h2 {
	color: #666;
	margin-top: -4px;
	font-size: 23px;
	letter-spacing: -0.03em;
}

.gz_lyt_avatar {
	padding-right: 5px;
	display: block;
	float: left;
	margin-top: -4px;
	/*float: left;
	width: 60px;*/
}

.gz_lyt_avatar img {
	width: 60px;
	max-height: 60px;
	user-select: none;
}

.gz_lyt_data span.update {
	color: #555;
	font-size: 1.5em;
	text-shadow: 2px 2px #000;
	position: absolute;
	bottom: 17px;
	right: 22px;
}


.event-layouts>span {
	padding: 10px 14px;
	background-color: #e9e9e9;
	border-radius: 4px;
	margin-bottom: -12px;
	clear: both;
	display: flex;
	align-items: baseline;
	width: fit-content;
	flex-wrap: wrap;
}

.event-layouts>span>span {
	margin-right: 5px !important;
}

.event-layouts>span>a {
	margin-right: 5px !important;
}

.event-layouts>span>i {
	margin-right: 5px !important;
}

.event-layouts>span>span>span {
	align-items: baseline;
	margin-left: 16px;
}

.event-layouts>span>span {
	display: inline-table;
}

.event-layouts .container-custom-trigers {
	display: flex;
	flex-direction: row;
	padding-right: 0px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.event-layouts>span>span>span>span>i {
	margin-right: 5px !important;
}

.event-layouts i {
	color: #999;
}

.event-layouts i:hover {
	color: #777;
}

/* ChatBox
-------------------------------------------------- */

.gz_chatbox {
	height: 100%;
	padding: 6px;
	border-top-right-radius: 10px;
	color: #ccc;
}

.gz_chatbox input {
	border-radius: 6px 0 0 6px;
	color: #ccc;
	background-color: #000;
	border: none;
	padding: 3px 10px !important;
}

.gz_chatbox .btn {
	border-radius: 0 6px 6px 0;
	font-size: 0.8em;
	padding: 5px 10px !important;
	width: 100%;
}

.gz_chat_feed {
	height: 69px;
	overflow-y: scroll;
	margin: 10px;
}

.gz_chat_feed li {
	clear: both;
	list-style: none;
	line-height: 12.7px;
	font-size: 0.8em;
}

.gz_chat_feed li span {
	font-weight: bold;
}

.gz_chat_feed li span::after {
	content: ": ";
}

.gz_chat_feed li .red {
	color: red
}

.gz_chat_feed li .blue {
	color: blue
}

.gz_chat_feed li .green {
	color: green
}

.gz_chat_feed li .yellow {
	color: yellow
}

.gz_chat_feed li .tan {
	color: tan
}

.gz_chat_feed li input {
	margin: 0 5px 0 10px;
}

div.gz_chat_field {
	padding-right: 0
}

div.gz_chat_btn {
	padding-left: 0
}

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

.gz_chat_feed::-webkit-scrollbar {
	width: 7px;
	background-color: #121212;
}

.gz_chat_feed::-webkit-scrollbar-thumb {
	background-color: #4b4b4b;
}

.gz_chat_feed::-webkit-scrollbar-track-piece {
	width: 5px;
	background-color: #0c0c0c;
}

canvas.hideMe {
	display: none;
}

.footspace {
	display: block;
	height: 200px;
}

/* Modals
==============================*/

.modal-dialog {
	width: 800px;
	max-width: 1024px;
	width: auto;
}

.modal-share {
	width: 400px;
	max-width: 600px;
	width: auto;
}

.modal-share form {
	max-width: 260px;
	margin: 0 auto;
}

.modal-set-data-for-notification {
	max-width: 400px;
	width: auto;
}

.modal-set-data-for-notification form {
	max-width: 380px;
	margin: 0 auto;
}

.modal-set-data-for-notification form .error {
	border-color: red;
}

.modal-set-data-for-notification form .block-buttons {
	display: flex;
    justify-content: right;
    align-items: baseline;
}

.modal-set-data-for-notification form .block-buttons button {
	margin-left: 10px;
}

.modal-set-data-for-notification form .block-buttons label {
	cursor: pointer;
}

.social-login {}

.adBannersSection {
	clear: both;
}

.modal {
	overflow-y: auto !important;
	z-index: 10000;
}

.pmntimg img {
	max-width: 100%;
}

/* Modal Accordion
================================================== */

#accordion ul,
#accordionTwo ul {
	line-height: 2.5em;
}

#accordion ul ul,
#accordionTwo ul ul {
	line-height: 2em;
	text-indent: 0;
	margin-bottom: 13px;
}

.accordion-group span,
.tips span {
	color: #000;
	background: #e5e5e5;
	border-radius: 2px;
	border: thin solid #999;
	padding: 1px 6px;
}

.accordion-group .new-field {
	background: url(/static/images/new-field-icon-sm.png) no-repeat;
	width: 21px;
	background-size: 21px;
	height: 14px;
	margin: 2px 2px -2px -2px;
}

.accordion-group .bunker-labels {
	background: url(/static/images/labels-icon-sm.png) no-repeat;
	width: 21px;
	background-size: 21px;
	height: 14px;
	margin: 2px 2px -2px -2px;
}

.accordion-group i {
	margin-right: 3px;
}

.accordion-group .accordion-button {
	color: #333;
	background-color: #f5f5f5;
	padding: 10px 15px;
}

.accordion-group .accordion-button::after {
	display: none;
}

.accordion-group .accordion-button:focus {
	border-color: #ddd;
	box-shadow: none;
}

.accordion-group .accordion-item .accordion-collapse {
	border-top: 1px solid #ddd;
}

.accordion-group .accordion-item {
	margin-bottom: 5px;
	border-radius: 4px;
	border-color: #ddd;
	border: 1px solid #ddd;
}


i.tip-icon {
	font-size: 1.8em;
	margin: 5px 5px -5px 0;
}

/* 404
==============================*/

.gz_404 {
	background-image: url(/static/images/gunzup404.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 510px;
	margin-top: 75px;
}

.gz_404 .message {
	width: 400px;
	margin: 350px auto 0;
	display: table;
	text-align: center;
	line-height: 30px;
}

.gz_404 strong {
	font-size: 12em;
}

/* Social
==============================*/
.home-social {
	background-color: #fff;
	padding: 5px;
	display: table;
	width: 100%;
}

.gz_social {
	text-align: right;
	padding-right: 0;
	color: #999;
}

.gz_social div {
	display: inline-block;
	padding: 2px 3px;
}

/*.gz_social {
	padding: 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
.gz_social div {
	padding: 9px;
	position: inherit;
	z-index: 10;

}
.gz_social div:first-child {
	border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;

}

.gz_social div:last-child {
	border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;

}

.gz_social a {
	color: #fff;
	position: inherit;
	z-index: 20;
}
.gz_social a:hover {
	color: #fff;
}
.gz_social i {
	font-size: 26px;
	color:#fff;
}
.gz_social span {
	margin: 0 0 2px;
}
.gz_social .gz_facebook {
	background-color: #4a6ea9;
}
.gz_social .gz_facebook:hover {
	background-color: #3e629c;
}
.gz_social .gz_twitter {
	background-color: #55acee;
}
.gz_social .gz_twitter:hover {
	background-color: #319aea;
}
.gz_social .gz_youtube {
	background-color: #e52d27;
}
.gz_social .gz_youtube:hover {
	background-color: #dd0000;
}
.gz_social .gz_instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

}
.gz_social .gz_patreon {
	background-color: #e6461a;
}
.gz_social .gz_patreon:hover {
	background-color: #d03a10;
}*/
.mobileshow {
	display: none;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

.img-gallery-big {
	max-width: 100%;
	max-height: 100%;
	display: inherit;
	margin: auto
}

.col-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-sm-5ths,
.col-5ths {
	width: 20%;
	float: left;
}



.home-tabs {
	margin-top: 16px;
	display: inline-block;
	float: left;
	border: none;
	width: 100%;
}

.home-tabs .ui-tabs-nav {
	margin: 0 !important;
	padding: 0 !important;
}

.home-tabs .ui-tabs-nav {
	background: none;
	border: none !important;
}

.home-tabs .ui-tabs .ui-tabs-panel {
	margin: 0 !important;
	padding: 0 !important;
}

.home-tabs .catwrap {
	margin: 0 !important;
	padding: 10px !important;
	background-color: #fff;
}

.catwrap::-webkit-scrollbar {
	width: 12px;
}

.catwrap::-webkit-scrollbar-thumb {
	background-color: #949494;
}

.home-tabs .ui-tabs-nav li a {
	padding: 6px 3px 4px !important;
}

.home-tabs h1 {
	margin: 0 6px;
	font-size: 1.3em;
}


.home-tabs a {
	color: #337ab7;
	text-decoration: none;
}




.date-start-layout {
	position: absolute;
	top: 12px;
	right: 16px;
	color: white;
	font-size: 1.5em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: 0px 0px 4px #000;
	font-family: 'Teko', sans-serif;
}

#count_down_container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1010;
	display: none;
	align-items: center;
	justify-content: center;
}

#count_down_container .count-down-timer {
	color: white;
	font-size: xxx-large;
	opacity: 1 !important;
	width: 100% !important;
	left: auto;
	text-align: center;
	position: inherit;
	text-shadow: 0px 0px 4px #000;
	font-family: 'Teko', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
}




.nopadding {
	padding: 0 !important;
}

@media (max-width:1400px) {

	.affiliate-nav h1 {
		font-size: 1.5vw;
	}

	.affiliate-nav h1 span {
		font-size: 1.2vw;
	}
}

@media (min-width: 1200px) and (max-width:1400px) {

	.occupants {
		font-size: 90%
	}

	ul.c-rating {
		margin: 3px 0px 0 43px;
	}

	ul.c-rating {
		margin: 3px 0px 0 43px;
	}

	.price-box h3 {
		font-size: 2.3em;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width:980px) and (max-width:1199px) {
	.occupants {
		font-size: 75%
	}

	.occupants .btn {
		width: 22px;
		height: 22px;
	}

	.current-buddies {
		margin-top: 4px;
	}

	ul.c-rating {
		margin: -1px 0px 0 7px;
	}

	.price-box h3 {
		font-size: 1.8em;
	}

	.price-box .price-info {
		height: 364px;
	}

	.gz_footer_logo img {
		width: 180px;
	}
}

@media (max-width:1024px) {
	.affiliate-nav h1 {
		font-size: 1.5vw;
	}
	.affiliate-nav h1 span {
		font-size: 1.2vw;
	}
	.gz_parksearch button {
		width: 100%;
		margin-bottom: 15px;
	}
	.gz_parksearch input,
	.gz_parksearch select {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.occupants {
		font-size: 60%
	}

	.price-box h3 {
		font-size: 1.4em;
	}

	.price-box .price-info {
		height: 364px;
	}

	.gz_ftr_left {
		bottom: 0px;
	}

	.modal-dialog {
		width: 800px;
	}

	.modal-share {
		width: 400px;
	}

	.modal-set-data-for-notification {
		width: 400px;
	}

	.gz_footer_logo img {
		width: 180px;
	}


}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (max-width: 992px) {
	.affiliate-nav h1 {
		font-size: 2.5vw;
	}

	.affiliate-nav h1 span {
		font-size: 2vw;
	}

	.league-heading h1 {
		text-align: left;
	}

	.current-event-post h1 {
		font-size: 2.7em;
		margin: -68px 0 0 9px;
	}

	.date-start-layout {
		top: 30px;
		right: 29px;
		font-size: 3em;
	}
}

@media (max-width: 768px) {
	.blacksidebar {
		min-height: auto;
	}

	.user-details h1 {
		font-size: 4.2vw;
	}

	.affiliate {
		margin-top: 10px;
	}

	.affiliate-nav h1 {
		font-size: 7.1vw;
	}

	.affiliate-nav h1 span {
		font-size: 5.1vw;
	}

	.mobilehide {
		display: none;
	}

	.mobileshow {
		display: table;
	}

	/*.affiliate-nav h1 {
    margin-top: 27px;
	font-size: 4em;}*/
	.gz_feature span {
		display: none;
	}

	.occupants {
		font-size: 50%
	}

	#createLayoutIcon,
	.gz_social span {
		display: none;
	}

	.gz_navbar-toggle {
		margin-left: 0;
	}

	.league-heading h1 {
		margin: 0;
	}

	.gz_index1,
	.latestsubs,
	.latestreg,
	#regional div,
	#user_latest_subscr_league_events_list div,
	.latestnat #national div,
	.latestnat {
		padding: 0;
	}

	.gz_social {
		margin-bottom: 15px;
	}

	.gz_social i {
		font-size: 30px;
		margin: auto;
		display: block;
	}

	.gz_footer {
		height: auto;
	}

	span.gz_footer_logo {
		top: -50px;
	}

	.gz_footer_logo img {
		width: 130px;
	}

	.gz_footer_ad {
		border-top: thin solid white;
	}

	.menu-head {
		display: none;
	}

	.gz_home {
		margin-left: 0;
		padding-left: 0;
	}

	.gz_ftr_right {
		float: right;
		/*margin-bottom: 18px;
		margin-top: -16px;*/
	}

	.heading {
		margin: 0;
	}

	/*.col-sm-5ths {
        width: 100%;
    }	*/

	.home-tabs .ui-tabs-nav li a {
		padding: 8px !important;
	}

	/*.gz_ftr_left {
    min-height: 20px;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 264px;
	}*/

	.copy {
		color: #fff;
	}

	.copy a {
		color: #fff;
	}

	.gz_parksearch button {
		width: 100%;
	}

	.gz_parksearch .btn {
		margin-bottom: 15px;
	}
}

@media (max-width: 425px) {
	.user-details h1 {
		font-size: 7.5vw;
	}

	.affiliate-nav h1 {
		font-size: 6.5vw;
	}

	.affiliate-nav h1 span {
		font-size: 5.4vw;
	}

	span.gz_footer_logo {
		top: -70px;
	}

	.gz_footer_logo img {
		width: 180px;
	}

	.heading {
		font-size: 16px;
	}

	.gz_feature span.sshot_go {
		top: 50%;
		left: 50%;
		width: 112px;
		height: 112px;
		margin: -59px;
	}

	.gz_feature span.sshot_go p {
		font-size: 55px;
		margin: -39px -45px;
	}

	span.sshot_btns {
		margin: 60px -91px;
	}

	.latestsubs div h1,
	.latestnat div h1,
	.latestreg div h1 {
		margin-bottom: 15px;
	}

	/*
.list-group-item__flex {
	flex-direction: column;
}
.list-group-item__actions {
	padding-top: 5px;
}
*/


}

@media (max-height:500px) {
	.gz_footer {
		max-height: 50px;
		height: 50px;
	}

	.gz_ftr_left,
	.gz_ftr_middle {
		display: none;
	}

	.gz_ftr_right {
		height: 50px;
		float: right;
		margin-top: 0px;
		margin-bottom: -10px;
		margin-right: -10px;
	}

	.gz_footer_ad img {
		cursor: pointer;
		height: 40px;
		width: auto;
		float: right;
	}
}

/* header preferences styles */
.mobilewarning {
	width: 100%;
	text-transform: uppercase;
	background-color: #c7171b;
	color: #ffc600;
	text-align: center;
	font-stretch: extra-condensed;
	font-weight: bold;
	margin: auto;
	font-size: 14px;
}

.mobilewarning p {
	margin-bottom: -7px;
}

.mobilewarning span {
	font-size: 80%
}

#user_not_logged_in,
#user_is_logged_in {
	display: none;
}

.pointer {
	cursor: pointer;
}

.sshot {
	/* width: 702px; */
	max-height: 450px;
}

.tab-info {
	background: #e6e6e6;
	padding: 20px;
}

#main_image_gallery_picture {
	height: 400px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.park-details {
	margin: 10px;
	line-height: 100%;
}

.park-details img {
	max-width: 100%;
}

.park-info-header {
	display: inline-block;
	margin: 0px 5px 0px 0px;
	font-size: 22px;
}

.park-tab {
	font-size: 20px;
	margin: 0px 0px 0px 0px;
}

#park_tabs_block h1 a {
	padding: 0 !important
}

.img-placeholder {
	height: 100%;
	background-color: #2222;
}

.light-gallery-container {
	height: 150px;
	position: relative;
	cursor: pointer;
	background-color: #7777;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.mt-10 {
	margin-top: 10px;
}

.light-gallery {
	max-width: 100%;
	display: inherit;
	max-height: 100%;
	margin: auto;
}

.map-icon-gallery {
	max-width: 100%;
	display: inherit;
	margin: auto;
}

.light-gallery-stub {
	text-align: center;
	/*  there it is */
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
	color: white;
}

.add-image-icon {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	height: 35px;
	box-sizing: content-box;
	text-align: right;
}

.add-image-icon i {
	padding-bottom: 10px;
	font-size: 35px;
}

.image-clear {
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 20px;
}

.image-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: white;
	opacity: 0.5;
}

.notifyMsg {
	border-radius: 3px;
	font-family: Verdana, Arial, sans-seriferdana;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
	color: #fbfbfb;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5),
		/* Exterior Shadow */
		inset 0 1px rgba(255, 255, 255, 0.1),
		/* Top light Line */
		inset 0 5px rgba(255, 255, 255, 0),
		/* Top Light Shadow */
		inset 0 5px 10px rgba(255, 255, 255, 0.05),
		/* Sides Light Shadow */
		inset 0 -7px 15px rgba(79, 79, 79, 0.05), inset 1px 1px 0 0 rgba(255, 255, 255, 0.11), inset -1px -1px 0 0 rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(6, 18, 27, 0.62);
	background-color: rgba(10, 30, 47, 0.93);
	cursor: pointer;
	margin: 10px auto;
	display: table;
	pointer-events: all;
}

.notifyContainer {
	position: fixed;
	width: 500px;
	top: 50px;
	left: 50%;
	margin-left: -250px;
	z-index: 9999999;
	pointer-events: none;
}

.icoGreen {
	color: #069205 !important;
}

.fa-globe[published="false"] {
	color: #990000 !important;
}

.fa-clock[published="false"] {
	color: #990000 !important;
}

.aInAccordion {
	display: block;
	float: right;
	padding-left: 0px !important;
}

.eventGallryScreenshotFrame img {
	width: 100%;
}

.clear {
	clear: both;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* START button loader block */

@-webkit-keyframes ld {
	0% {
		transform: rotate(0deg) scale(1);
	}

	50% {
		transform: rotate(180deg) scale(1.1);
	}

	100% {
		transform: rotate(360deg) scale(1);
	}
}

@-moz-keyframes ld {
	0% {
		transform: rotate(0deg) scale(1);
	}

	50% {
		transform: rotate(180deg) scale(1.1);
	}

	100% {
		transform: rotate(360deg) scale(1);
	}
}

@-o-keyframes ld {
	0% {
		transform: rotate(0deg) scale(1);
	}

	50% {
		transform: rotate(180deg) scale(1.1);
	}

	100% {
		transform: rotate(360deg) scale(1);
	}
}

@keyframes ld {
	0% {
		transform: rotate(0deg) scale(1);
	}

	50% {
		transform: rotate(180deg) scale(1.1);
	}

	100% {
		transform: rotate(360deg) scale(1);
	}
}

.m-progress {
	position: relative;
	opacity: .8;
	color: transparent !important;
	text-shadow: none !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
	cursor: default;
	color: transparent;
	outline: none !important;
	box-shadow: none;
}

.m-progress:before {
	content: '';
	display: inline-block;
	position: absolute;
	background: transparent;
	border: 1px solid #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	-webkit-animation: ld 1s ease-in-out infinite;
	-moz-animation: ld 1s ease-in-out infinite;
	-o-animation: ld 1s ease-in-out infinite;
	animation: ld 1s ease-in-out infinite;
	z-index: 1000;
}

.m-progress-black:before {
	border-right-color: #000;
	border-left-color: #000;
}

.m-progress-black.modal-body.share {
	min-height: 250px;
}

/* END button loader block */

/* prevent image overflow in event_details block */
#event_details img {
	max-width: 100% !important;
	height: auto !important;
}

#event_details {
	word-wrap: break-word;
}

/* START from login file */
.container {
	margin: 10px auto;
	width: 800px;
	text-align: center;
}

@media (max-width: 800px) {
	.container {
		width: auto;
	}
}


.error {
	color: red;
}

input {
	margin-bottom: 10px;
}
.registration-form input {
	margin-bottom: 0;
}

/* END from login file */

.icon_block .fa {
	margin: 3px;
	font-size: 24px;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-tabs.ui-widget-content {
	background: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
ul.ui-autocomplete.ui-widget-content {
	background: #fff;
}

.ui-autocomplete li a {
 margin: 0!important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -2px;
}

.big-icons i {}

.park-title {
	margin-top: 20px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	position: relative;
}

.park-title h1 {
	margin: 0;
	margin-top: 3px;
	margin-right: 5px;
}

.park-claimed-block {
	position: relative;
}

.tooltip-claimed-park {
	display: none;
	bottom: 23px;
	width: 100px;
	left: -55px;
	position: absolute;
	cursor: pointer;
}

.park-claimed-block:hover .tooltip-claimed-park {
	display: block;
}

/* .park-claimed-block .tooltip.top .tooltip-arrow {
	border-top-color: #fff;
    right: 29px;
    background-color: transparent;
    left: unset;
    bottom: 0;
    margin-left: -5px;
    border-width: 5px 5px 0;
    position: absolute;
    width: 7px;
    height: 7px;
    border-color: transparent;
    border-style: solid;
} */
.park-claimed-block .tooltip.top .tooltip-arrow {
	background: #fff;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 0;
	width: 0;
}

.park-claimed-block .tooltip.top .tooltip-arrow::after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
	bottom: 0px;
	right: 27px;
}

.park-claimed-block .tooltip-inner {
	color: #000;
	background-color: #fff;
}

.park-claimed-block a {
	color: #000;
}

.tabs-header {
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
}

.tabs-header h1.cattitle {
	margin-right: 3px;
}

.tabs-header i {
	color: #999;
	font-size: 1.6em;
	padding: 4px;
}

#noteNoLayouts {
	display: none;
}

.tooltip-inner img {
	width: 185px !important;
	margin: 3px 0;
}

#upload_image_in_editor_form .button {
	color: white;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.button-to-upload-img {
	background: #4c8bc1;
	width: fit-content;
	margin-bottom: 10px;
	padding-left: 24px;
	padding-right: 24px;
}

#upload_image_in_editor_form .control-footer,
.form-container-review {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#upload_image_in_editor_form label {
	margin-top: 50px;
}

.control-footer .save-button {
	background: #3e8e15;
	margin-right: 15px;
}

.control-footer .cancel-button {
	background: #a09898;
}

#upload_image_in_editor {
	z-index: 10002;
}

.container-publish-triger {
	display: flex;
	flex-direction: row;
}

.black-background {
	background: black !important;
	border-radius: 5px;

}

.black-background:hover {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.black-background i,
.custom-triger {
	background: black !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#set_realease_date_layout_form .control-footer {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#set_realease_date_layout_form .button {
	color: white;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	cursor: pointer;
}

#set_realease_date_event_form .control-footer {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#set_realease_date_event_form .button {
	color: white;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.hidden-current-state {
	display: none;
}

#modalPreloader {
	padding: 20px !important;
}

#modalPreloader .fa-times {
	position: inherit;
	top: 10px;
	right: 15px;
	cursor: pointer;
}

.owl-carousel .owl-dots {
	display: none !important;
}

.flex-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}

#map_claim {
	height: 400px;
	margin-top: 12px;
}

.hide-element {
	display: none !important;
}

.league-no-enets {
	text-decoration: underline;
	cursor: pointer;
	width: fit-content;
}

#noEventsAlertContainer {
	display: flex;
	flex-direction: column;
}

#user_latest_subscr_league_events_descr span {
	cursor: pointer;
	color: #337ab7;
	text-decoration: none;
}

#user_latest_subscr_league_events_descr span:hover {
	color: #2a6496;
	text-decoration: underline;
}

.search-container {
	display: flex;
	justify-content: center;
	padding: 4px;
	height: 50px;
	width: auto;
	align-items: center;
	position: relative;
	container-type: inline-size;
}

.search-container > span {
	background-color: #191919;
}

.search-container input {
	color: #999;
	margin-bottom: 0px !important;
	width: 100%;
}

.search-container input::-webkit-input-placeholder {
	color: #999;
}

.search-container input::-moz-placeholder {
	color: #999;
}

.search-container input:-moz-placeholder {
	color: #999;
}

.search-container input:-ms-input-placeholder {
	color: #999;
}

.search-container input:focus,
.search-container input:active,
.search-container .form-control:focus {
	color: #999;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.title-unity-player-container {
	display: none;
	justify-content: center;
	padding: 4px;
	height: 50px;
	width: auto;
	align-items: center;
	color: #7c7c7c;
	font-size: 16px;
}

.title-unity-player-container i {
	margin-right: 6px;
}

.not-login-alert-warning {
	background-color: #e6e6e6 !important;
	border-color: #ccc !important;
}

.search-all-result-list {
	position: absolute;
	max-height: 460px;
	overflow: auto;
	z-index: 99999;
	top: 50px;
	background-color: #191919;
	color: white;
	padding: 10px 15px;
	right: 0px;
	left: 0px;
	border-radius: 0 0 6px 6px;
	border-right: thin #fff solid;
	border-bottom: thin #fff solid;
	border-left: thin #fff solid;
	font-family: Arial Narrow, Arial, sans-serif;
    border-color: #6c757d;	
	display: none;
	container-type: inline-size;
}
.search-all-result-list .row{
	padding:0;
}
.search-all-item {
	padding: 3px 10px;
	cursor: pointer;
	color: #9a9a9a;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Hide search result icons */
.search-all-item i.fas {
	display: none;
}

.search-all-item:hover {
	color: white;
	background-color: #444;
	border-radius: 3px;
}

.search-container i {
	color: #999;
	padding-right: 10px;
}

.search-container .icon-search {
	margin-left: 8px;
}

.hidden .fa-times {
	cursor: pointer;
}

.mobile-search {
	position: relative;
	background-color: #191919;
	display: none;
}

.activ-search {
	max-height: 50px;
	height: 50px;
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: x-large;
	cursor: pointer;
}

.activ-search i {
	color: #555;
}

#hide_mobile_search {
	position: absolute;
	top: 13px;
	right: 21px;
	font-size: x-large;
	color: #969899;
}

.no-result {
	display: flex;
	justify-content: space-between;
	padding: 3px 10px;
	color: #9a9a9a;
	margin-top: 3px;
	margin-bottom: 3px;
}

.no-result-control>span {	
	color: #999999;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;	
}
.no-result-control>span .btn{
	width: 100%;
	background-color: #191919;
}
.no-result-control>span span {
	text-align: center;
}
.no-result-control>span:hover {
	color: white;
}

/* Font scaling for search "no results" and buttons */
@media (max-width: 425px) {
	.search-all-result-list .no-result {
		font-size: 0.8em !important;
	}
	
	.search-all-result-list .no-result .btn.btn-secondary {
		font-size: 0.75em !important;
	}
}

@media (min-width: 426px) and (max-width: 768px) {
	.search-all-result-list .no-result {
		font-size: 0.9em !important;
	}
	
	.search-all-result-list .no-result .btn.btn-secondary {
		font-size: 0.8em !important;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.search-all-result-list .no-result {
		font-size: 1em !important;
	}
	
	.search-all-result-list .no-result .btn.btn-secondary {
		font-size: 0.85em !important;
	}
}

@media (min-width: 993px) {
	.search-all-result-list .no-result {
		font-size: 1.1em !important;
	}
	
	.search-all-result-list .no-result .btn.btn-secondary {
		font-size: 0.9em !important;
	}
}

.search-container>span {
	border-radius: 4px;
	display: flex;
	align-items: inherit;
	width: 100%;
	padding-right: 20px;
}
.search-container span {
	padding:2px;
}

@media (min-width: 576px) {
	.search-container>span {
		background-color: #444;
		border-radius: 4px;
		display: flex;
		align-items: inherit;
		width: 100%;
		padding-right: 20px;
	}
}

@media (min-width: 768px) {
	.search-container>span {
		background-color: #444;
		border-radius: 4px;
		display: flex;
		align-items: inherit;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.search-container>span {
		background-color: #444;
		border-radius: 4px;
		display: flex;
		align-items: inherit;
		width: 80%;
	}
}

@media (min-width: 1200px) {
	.search-container>span {
		background-color: #444;
		border-radius: 4px;
		display: flex;
		align-items: inherit;
		width: 70%;
	}
}

#noEventsParkAlertContainer {
	display: none;
}

#noEventsParkAlertContainer .park-no-enets {
	text-decoration: underline;
	cursor: pointer;
	width: fit-content;
}

.suggesting {
	display: flex;
	margin-top: 10px;
}

.suggesting-title {
	text-align: center;
	width: 100%;
}

.suggesting button {
	margin-bottom: 10px !important;
}

.home-accordion-year {
	padding: 5px;
	padding-left: 20px
}

.group-league-item-toggle {
	height: initial;
	cursor: pointer;
	display: flex;
	flex: auto;
}

.container-select-layout {
	display: flex;
	position: absolute;
	top: 0px;
	padding: 6px;
	flex-direction: column;
	width: 100%;
	z-index: 5;
	align-items: center;
	justify-content: center;
	justify-items: center;
	bottom: 0px;
}

.loading-lyouts {
	width: fit-content;
	padding: 8px;
	font-size: x-large;
	background-color: white;
	border-radius: 7px;
}

#main_event_layout_sshot {
	position: relative;
}

.add-layout-to-event {
	background-color: white;
	padding: 12px;
	border-radius: 6px;
}

.add-layout-to-event>div {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#selected_layout_to_event {
	width: 45%
}

#resave_layout_alert {
	position: absolute;
	top: 26px;
	z-index: 1;
	right: 12px;
	display: none;
}

.loader {
	font-size: 7px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #d9d9d9;
	background: -moz-linear-gradient(left, #d9d9d9 10%, rgba(217, 217, 217, 0) 42%);
	background: -webkit-linear-gradient(left, #d9d9d9 10%, rgba(217, 217, 217, 0) 42%);
	background: -o-linear-gradient(left, #d9d9d9 10%, rgba(217, 217, 217, 0) 42%);
	background: -ms-linear-gradient(left, #d9d9d9 10%, rgba(217, 217, 217, 0) 42%);
	background: linear-gradient(to right, #d9d9d9 10%, rgba(217, 217, 217, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.loader:before {
	width: 50%;
	height: 50%;
	background: #d9d9d9;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.loader:after {
	background: #ffffff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#national_leagues_accordion span.list-group-item i,
#national_leagues_accordion div.list-group-item i {
	font-size: 12px;
	margin: 0px;
	color: #666;
	background: #00000000;
	border-radius: 0px;
	padding: 3px 0px;
}

#national_leagues_accordion span.list-group-item a,
#national_leagues_accordion div.list-group-item a {
	margin-right: 10px;
}

#regional_leagues_accordion span.list-group-item i,
#regional_leagues_accordion div.list-group-item i {
	font-size: 12px;
	margin: 0px;
	color: #666;
	background: #00000000;
	border-radius: 0px;
	padding: 3px 0px;
}

#regional_leagues_accordion span.list-group-item a,
#regional_leagues_accordion div.list-group-item a {
	margin-right: 10px;
}

#archived_leagues_accordion span.list-group-item i,
#archived_leagues_accordion div.list-group-item i {
	font-size: 12px;
	margin: 0px;
	color: #666;
	background: #00000000;
	border-radius: 0px;
	padding: 3px 0px;
}

#archived_leagues_accordion span.list-group-item a,
#archived_leagues_accordion div.list-group-item a {
	margin-right: 10px;
}

.ui-widget .list-group-item {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#user_latest_event_subscr {
	display: flex;
	flex-wrap: wrap;
}

#sign_up .g-recaptcha {
	background-color: #b9b9b9;
}

.item-exist-park {
	border: 1px solid #f91e1e;
	border-radius: 4px;
	padding: 5px;
	background-color: #f1caca;
	margin-bottom: 6px;
	display: flex;
	justify-content: space-between;
}

.item-exist-park span {
	margin-right: 12px;
	cursor: pointer;
	color: #146ab5;
}

.item-exist-park a {
	text-decoration: none;
}

.center-elements {
	flex-direction: column;
	display: flex;
}

.btn-upload-img,
.btn-add-barnd,
.confirm-img {
	margin-bottom: 12px;
}

.image-container>div {
	margin-bottom: 12px;
}

.image-container {
	cursor: pointer;
}

.header-with-upload {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
	margin-top: 8px;
}

.header-with-upload h4 {
	display: inline;
}

.image-tab-container {
	display: flex;
	flex-direction: column;
}

.tabs_uploads_sponsors_select {
	display: flex;
	flex-direction: column;
}

#dynamic_file_field {
	height: 320px;
	object-fit: contain;
}

.footer-img-upload {
	margin-left: 15px;
	color: #a5a5a5;
}

#select_by_brand {
	width: fit-content;
	margin-bottom: 18px;
	margin-left: 15px;
}

.clear-img-container {
	display: flex;
	flex-wrap: wrap;
}

#upload_new_image_form .validationDescr {
	display: none;
}

.img-error-container {
	color: red;
	margin-top: 16px;
}

.categorieslist span.highlight-current-event {
	text-decoration: none;
	background: #464646 !important;
}

.league-private-event {
	background-color: #740000 !important;
	color: #e10000 !important;
	margin-right: 9px;
	border-radius: 4px;
	font-size: .8em;
	padding: 3px 8px 0 !important;
	text-transform: uppercase;
}

.league-have-date-event {
	margin-right: 9px !important;
	padding-left: 4px !important;
	font-size: 0.9em !important;
}

.gz_parksearch .control-items-park-search-go {
	align-items: flex-end !important;
	padding-bottom: 9px;
	justify-content: center;
}

#parks_events_accordion .gz_parksearch {
	display: flex;
	padding-top: 16px;
	width: -webkit-fill-available;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
}

#parks_events_accordion .gz_parksearch div {
	padding-right: 4px !important;
	padding-left: 4px !important;
}

#parks_events_accordion label {
	color: #5b5b5b;
}

#parks_events_accordion .form-group {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

#parks_events_accordion .parks_events_result {
	display: flex;
	flex-direction: column;
	width: -webkit-fill-available;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
}

.info-container {
	display: flex;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #666;
	justify-content: center;
	padding: 30px;
}

.event-item {
	justify-content: flex-start;
}

.event-item span {
	padding-left: 0px !important;
}

.park-event-contorls>i {
	margin-left: 8px;
}

.park-event-contorls {
	padding-right: 4px !important;
}

.home-page-park-inputs {
	background: #151515;
	color: white;
	width: 100% !important;
}

.home-page-park-league {
	color: #ffffff !important;
	font-weight: 700;
}

.un-selected-tab a,
.un-selected-tab i {
	color: #999 !important;
}

.sign-in-container {
	display: flex;
	flex-direction: column;
}

.star-item {
	width: 25px;
	height: 25px;
	display: inline-flex;
	cursor: pointer;
	z-index: 10;
}

.rating-object {
	width: 125px;
	height: 25px;
	display: inline-flex;
	background: url(/static/images/rating/rating-splats-gry.svg) 100% no-repeat;
	align-self: center;
	position: relative;
}

.top-rate-container .rating-object {
	width: 115px !important;
	height: 23px;
	display: inline-flex;
	background: url(/static/images/rating/rating-splats-gry.svg) 100% no-repeat;
	align-self: center;
}

.top-rate-container h1 {
	margin: 0 5px;
}


.rating-seted-value {
	width: 0px;
	height: 25px;
	display: inline-flex;
	background: url(/static/images/rating/rating-splats.svg) no-repeat;
	background-size: cover;
	position: absolute;
}

.top-rate-container .rating-seted-value {
	width: 0px;
	height: 23px !important;
	display: inline-flex;
	background: url(/static/images/rating/rating-splats.svg) no-repeat;
	background-size: cover;
	position: absolute;
	margin-top: 1px;
}

.top-rate-legue-acr {
	margin-right: 8px;
}

#edit_event_big_btn {
	color: #b5b2b2;
	font-size: 0.5em;
}

.event-info_event-rating_container {
	display: flex;
	flex-direction: unset;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.rating-value {
	font-size: 1em;
	white-space: nowrap;
	margin: auto;
	justify-content: flex-end;
	padding-right: 0px;
	padding-left: 6px;
	margin-left: 4px;
	display: flex;
	color: #b5b2b2 !important;
	letter-spacing: -0.05em;
	margin-right: 4px;
	font-family: arial narrow;

}

.top-rate-container .rating-value {
	margin-right: -4px;
}

.top-rate-container .catwrap {
	max-height: 236px;
	overflow: auto;
}

.top-rate-container .rate-results {
	background-color: #fff;
	padding: 10px 10px 10px 0;
}

@media (max-width: 768px) {
	.top-rate-container .rating-value {
		margin-right: 0px;
	}
}

.rating-container {
	display: flex;
	align-items: flex-end;
	color: #666666;
	align-items: baseline;
	padding-right: 0;
}

.event-layouts .rating-container {
	display: flex !important;
	align-items: flex-end;
	color: #666666;
	float: right;
}

.event-layouts .rating-layout {
	margin-left: 0px;
}

.notif-modal {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 140;
	left: 0px;
	top: 0px;
	display: flex;
}

.notif-modal_close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: white;
	cursor: pointer;
	font-size: 2em;
	z-index: 10000;
}

.notif-modal_accent {
	position: absolute;
	color: white;
	z-index: 1000;
}

.notif-modal_back {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	left: 0px;
	top: 0px;
	display: flex;
	background: rgba(0, 0, 0, 0.8);
}

.is-show-focus-review {
	height: fit-content;
	z-index: 100;
	color: white;
	position: fixed;
	right: 50px;
	bottom: 6px;
}

.flex-container-column {
	display: flex;
	flex-direction: column;
}

.alert-small {
	padding: 6px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.search-objects-result-list {
	background-color: #f5f5f5;
	padding: 6px;
	max-height: 150px;
	overflow: auto;
	margin-top: -10px;
	border: 1px solid #bdbdbd;
}

.search-object-item {
	padding: 3px 10px;
	cursor: pointer;
	color: #1f1f1f;
	margin-top: 3px;
	margin-bottom: 3px;
}

.search-object-item:hover {
	color: white;
	background-color: #444;
	border-radius: 3px;
}

.preloader-background {
	background-color: #000000ab;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#list_owners {
	padding: 6px;
	margin-left: 15px;
	background-color: #fcf8e3;
	width: fit-content;
}

.link-to-league-page {
	cursor: pointer;
	text-decoration: underline;
}

.link-to-park-page {
	cursor: pointer;
	text-decoration: underline;
}

.apply-image-from-gallery {
	border-radius: 9px;
}

.temp-selected-img {
	border: 3px solid #c31717;
	box-shadow: 3px 2px 10px 0px rgb(50 50 50 / 78%);
}

.top-rate-event-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-basis: 100%;
}

.top-rate-park-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-basis: 100%;
}

.top-rate-layout {
	display: flex;
	justify-content: space-between;
}

.not-enouth-votes .rating-container {
	width: auto !important;
	color: #8084848a;
}

.not-enouth-votes .full-layout-name span {
	color: #337ab7ab;
}

.top-rate-container .catwrap::-webkit-scrollbar-thumb {
	background-color: #666;
}

#top-rate-container li h1 a {
	font-size: 0.8em;
}

/* @media (max-width: 768px) {	
	.top-rate-layout{
		justify-content: start;
    	flex-flow: wrap;
	}
} */

.full-layout-name {
	display: flex;
	align-items: center;
	padding-right: 6px;
	padding-left: 0px;
}

.full-layout-name a {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}

.top-rate-layout-container .rating-container,
.top-rate-parks-container .rating-container {
	padding-left: 0px;
	justify-content: flex-end;
	width: 115px;
	margin-left: 7px;
}

.form-control-buttons {
	display: flex;
	justify-content: center;
}

.form-control-buttons .cancel-button {
	margin-right: 22px;
	background-color: #ababab;
	color: black;
}

.videoEmbed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.videoEmbed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

/*.object-control-line{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}*/
.object-control-line h3 {
	display: inline;
	margin: 0;
}

.object-control-line a {
	float: right;
	font-size: 1em;
}

.object-control-line i {
	float: right;
	font-size: 1.8em;
}

.object-control-line i.subscribe {
	font-size: 1em;
	margin-left: 5px;
	margin-top: 4px;
}

.btn-subscribe {
	background-color: #444;
	color: #b5b2b2;
	font-size: 1em;
	font-family: arial narrow;
	text-transform: uppercase;
	padding: 2px 5px;
	margin: -6px 5px 0;
}

.btn-subscribe:hover {
	background-color: #666;
	color: #fff;
}

.object-toggle-publish {
	display: none;
}

.selected-layout-now {
	color: black !important;
}

.change-view-layout {
	font-size: large !important;
	height: 100%;
	display: flex;
	align-self: center;
	margin-bottom: 4px;
}

.draggable-tag {
	font-size: large !important;
	height: 100%;
	display: flex;
	align-self: center;
	margin-bottom: 4px;
}

#event_park_layouts>span {
	margin-bottom: 12px;
}

.live-events-container img {
	width: 55px;
	margin-left: 11px;
	margin-right: 8px;
	height: 80px;
	object-fit: contain;
}

.live-events-container .live-events-item {
	display: flex;
	background-color: #191919 !important;
	margin-bottom: 6px;
}

.live-events-container .fa-play-circle,
.home-tabs .fa-play-circle {
	color: #c10808;
	margin-left: 8px;
}

.live-events-container .live-events-item_info {
	color: #999999;
	align-self: center;

	font-weight: 600;
}

.live-events-container .live-events-item_event-coming span {
	font-size: small;
	color: white;
}

.live-events-container .live-events-item_event-coming {
	font-size: small;
	padding-right: 2px;
	display: none;
}

.live-events-container .live-events-item_event-coming .fa-play-circle {
	font-size: large;
	padding-top: 11px;
	padding-right: 4px;
}

.live-events-item_info .live-events-item_event-info {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.live-events-container {
	background-color: #131313;
}

.live-events-container .live-events-item_league-info {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.1em;
	width: 90%;
}

.set-date-time-layout {
	justify-content: space-around;
	align-items: center;
	margin-top: 12px;
}

.set-date-time-layout_start {
	justify-content: start;
	align-items: center;
}

.set-date-time-layout_start select {
	margin-bottom: 10px;
	margin-right: 10px;
}

.set-date-time-layout select {
	margin-bottom: 10px;
}

.set-date-time-layout>div {
	margin-left: 18px;
}

.datepicker {
	padding: 6px 16px !important;
}

.live-events-item_event-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#set_realease_date_event_form .layout-container {
	justify-content: center;
	align-items: flex-start;
	display: flex;
	margin-left: 23px;
}


@media (max-width: 768px) {
	#set_realease_date_event_form .layout-container {
		margin-left: -10px;
	}
}

#set_realease_date_event_form .layout-container .col-sm-2 {
	display: flex;
}

.user-layouts-control {
	display: none;
	flex-direction: row;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 10000;
}

.user-layouts-control a {
	color: #ececec;
	font-size: x-large;
	margin-left: 8px;
	margin-right: 8px;
}

.user-layouts-control-back {
	background-color: #0000006b;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	align-items: center;
	justify-content: center;
	display: flex;
}

#annual_branding_enabled {
	margin-bottom: 12px;
}

.stripe-card-data {
	font-size: medium;
	margin-left: 8px;
}

#label-for-new-stripe-card {
	display: inline-block;
	margin-left: 4px;
}

#label-for-new-stripe-card>span {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: 600;
}

#stripe_paid_subscribe-form-title {
	flex-direction: row !important;
	align-items: baseline !important;
	border: 1px solid #A4A4A4;
	border-radius: 10px;
	justify-content: space-between;
	margin-bottom: 12px;
	padding: 12px !important;
	font-size: 1.1em;
	font-weight: 600;
}

#stripe_paid_subscribe-form-title>label {
	margin-left: 24px;
}

#stripe_paid_subscribe-form-title input[type="radio"] {
	margin-top: -3px;
	margin-right: 4px;
}

#stripe_paid_subscribe-form-title span label {
	font-weight: normal !important;
	margin-left: 8px;
	margin-right: 2px;
	margin-bottom: -2px;
}

#stripe_paid_subscribe-form-title span input {
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: -4px;
}

#stripe_paid_subscribe-form-title>span {
	display: flex;
	align-items: center;
}

.payment-modal {
	width: 70%;
	margin: auto;
}

@media (max-width: 768px) {
	.payment-modal {
		width: 98%;
		margin: auto;
	}
}

.payment-logo {
	align-self: center;
}

.payment-container p {
	font-size: 1.25em;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 4px;
}

.payment-container .branding-until-date {
	margin-top: 30px;
	font-size: 1.2em;
	font-weight: 600;
}

.payment-container>span {
	padding-left: 15px;
	margin-top: 12px;
	font-size: 1.1em;
	padding: 0px !important;
}

.payment-container>h3 {
	font-size: 1.5em;
}

.payment-container .flex-container-column {
	padding: 0px !important;
}

.payment-container #stripe-card-type b {
	text-transform: capitalize;
}

.payment_setting_container label {
	margin-top: 22px;
}

.event-branding-container {
	background-color: #efefef;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	padding: 12px;
	align-items: center;
	justify-content: space-around;
}

.event-branding-container span {
	margin-right: 40px;
	text-align: justify;
	color: #969696;
}

.event-branding-container button {
	min-width: 115px;
}

.control-footer-buttons {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.control-footer-buttons .cancel-button {
	text-decoration: underline;
	font-size: 15px;
	margin-right: 14px;
	opacity: .4;
}

.subscribe-object-settings {
	display: flex;
	flex: 1;
    justify-content: end;
	margin-bottom: 8px;
	color: #7d8080;
	font-size: 14px !important;
	font-family: Verdana, Arial, sans-serif;
}

.subscribe-object-settings span span {
	cursor: pointer;
	color: #7d8080;
	margin-left: 2px;
	text-decoration: underline;
}

.subscribe-object-settings>span {
	display: flex;
}

#stripe-card-type::first-letter {
	text-transform: uppercase;
}

.stripe-exists-methods-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#list_subscriptions_for_payment_method {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 12px;
	margin-top: 12px;
	text-align: center;
}

.color-success {
	color: #069205;
}

.color-default {
	color: #888;
}

.new-item {
	margin-top: 20px;
	padding-bottom: 20px;
}

.featured-icon.fa-star-not-check {
	font-weight: 400;
}

.featured-icon.fa-star-not-check:hover {
	font-weight: 900;
}

.favorite-icon.fa-heart-not-check {
	font-weight: 400;
}

.favorite-icon.fa-heart-not-check:hover {
	font-weight: 900;
}

.favorite-icon:hover {
	font-weight: 400;
}

.favorite-icon-on-game {
	top: 60px;
	left: 10px;
	position: absolute;
	z-index: 1000;
}

.new-user-link {
	margin-left: 20px;
	color: #686868;
}

.new-date {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-weight: bold;
}

.new-action {
	color: #686868;
	font-size: 22px;
}

.new-action i:hover {
	color: #000;
}

.add-post-button-admin {
	display: flex;
	justify-content: center;
	align-items: end;
}

#add_post_button_admin {
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	display: block;
	margin-top: 20px;
	text-decoration: none;
}

.post-item {
	margin-top: 20px;
}

.post-date-action {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-weight: bold;
}

.post-content {
	font-size: 16px;
}

#unity-canvas {
	cursor: pointer !important;
}

.pagination-container {
	display: flex;
	justify-content: center;
}

.pagination-container_item {
	padding: 10px 15px;
	border: 1px solid #bbb;
	border-right: none;
	cursor: pointer;
}

.pagination-container_item:last-child {
	border-right: 1px solid #bbb;
}

.pagination-container_item:hover:not(.pagination-container_item:disabled),
.pagination-container_item.active {
	background-color: #b52325;
	color: #fff;
	border-color: #b52325;
}

.pagination-container_item:disabled {
	cursor: not-allowed;
}

.pagination-container_left-arrow {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pagination-container_right-arrow {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

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

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

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

a {
	text-decoration: none;
}

.header-dropdown-menu {
	padding: 0;
}

.header-dropdown-menu a.dropdown-toggle::after {
	display: none;
}

.header-dropdown-menu ul {
	width: 220px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.form-group {
	margin-bottom: 15px;
}

.control-footer-buttons .cancel-button.close {
	font-weight: 700;
}

.user-name-edit {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding-top: 15px;
}

.user-name-edit span.update {
	position: unset;
}

.field-details {
	position: relative;
	height: fit-content;
}

.ad-banner-required-image-size {
	font-style: italic;
	margin-bottom: 0;
}

.password-eye {
	position: relative;
}
.password-eye input {
	padding-right: 45px;
}
.password-eye i {
	cursor: pointer;
    position: absolute;
    top: 0;
    right: 5px;
	font-size: 1.4em;
    margin: 8px 3px 0;
    color: #999;
}

.icon-user-travel-distance-header {
	position: absolute;
    right: 5px;
    top: 5px;
	background-color: #dc3545;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
}
.icon-user-travel-distance-item {
	background-color: #dc3545;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 5px;
}
.league-logo {
	position: absolute;
    top: 5px;
    left: 5px;
	width: auto!important;
    height: auto;
    max-width: 60px;
}
.jz-league-details-for-mobile,
.jz-park-details-for-mobile {
	display: none;
}
.jz-league-details-for-mobile {
	padding-top: 6px;
}

/* Header Profile Menu */
.header-profile {
	position: relative;
}
.header-profile_block {
	position: absolute;
    top: 100%;
    right: 0;
	min-width: 300px;
	padding-top: 10px;
}
.header-profile_menu {
	display: none;
	flex-direction: column;
    background: #191919;
    padding: 20px;
    border-radius: 0 0 6px 6px;
    border-right: thin #fff solid;
    border-bottom: thin #fff solid;
    border-left: thin #fff solid;
    border-color: #6c757d;
}
.header-profile_menu-items {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #343434;


}
.header-profile_menu-leagues,
.header-profile_menu-parks,
.header-profile_menu-following {
	display: none;
}
.header-profile_menu-items:last-child,
.header-profile_menu-items .header-profile_menu-items {
	border-bottom: none;
	padding-bottom: 0;
    margin-bottom: 0;
}
.header-profile_menu-items .header-profile_menu-items {
	padding-left: 20px;
}
.header-profile_menu-items a i,
.header-profile_menu-items span i {
	margin-right: 8px;
	width: 16px;
}
.header-profile_menu-items a i.header-profile-icon {
	background: url(/static/images/mask-avy.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-right: 8px;
	vertical-align: middle;
}
.header-profile:hover .header-profile_menu,
.header-profile_menu:hover,
.header-profile.active .header-profile_menu {
	display: flex;
}

/* Disable hover on touch devices - use click instead */
@media (hover: none) and (pointer: coarse) {
	.header-profile:hover .header-profile_menu {
		display: none;
	}
	.header-profile.active .header-profile_menu {
		display: flex;
	}
	
	/* Increase menu items size by 15% on mobile */
	.header-profile_menu-items a,
	.header-profile_menu-items span {
		font-size: 1.15em;
	}
	
	.header-profile_menu-items a i,
	.header-profile_menu-items span i {
		width: 18.4px;
		font-size: 1.15em;
	}
	
	.header-profile_menu-items a i.header-profile-icon {
		width: 25px !important;
		height: 25px !important;
		background-size: contain;
	}
	
	.header-profile_menu-items .header-profile_menu-items a {
		font-size: 16.1px; /* 14px * 1.15 */
	}
	
	.header-profile_menu-items a.header-profile_submenu-item img.profile-menu-logo {
		width: 43.7px; /* 38px * 1.15 */
	}
	
	/* Increase vertical spacing between menu items on mobile */
	.header-profile_menu-items {
		padding: 10px 0;
	}
	
	.header-profile_menu-items:last-child {
		padding-bottom: 0;
	}
}

/* Disabled menu item styling */
.disabled-menu-item {
	color: #555 !important;
	cursor: default !important;
	pointer-events: none;
	margin:7px;
}

.disabled-menu-item i {
	color: #555 !important;
}

/* Search Filter Dropdown */
.search-filter-dropdown {
    position: relative;
    z-index: 100000;
}

.search-filter-btn {
    background-color: #191919;
    border: 1px solid #666;
    border-radius: 8px 0 0 8px;
    color: #999;
    padding: .375rem .75rem;
    font-size: 13px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    z-index: 100001;
}

.search-filter-btn:hover {
    background-color: #222;
    color: #fff;
}

.search-filter-btn i {
    margin-left: 6px;
    font-size: 11px;
}

.search-with-filter {
    background-color: #191919;
    border: 1px solid #666;
    border-radius: 0 8px 8px 0;
    border-left: none;
    color: #999;
}

.search-with-filter::placeholder {
    color: #666;
}

.search-with-filter:focus {
    background-color: #191919;
    border-color: #555;
    color: #fff;
}

.search-filter-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #191919;
    border: 1px solid #333;
    border-radius: 0 0 4px 4px;
    min-width: 120px;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 100002;
}

.search-filter-menu.show {
    display: block;
}

.search-filter-item {
    padding: 10px 14px;
    color: #999;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
}

.search-filter-item:last-child {
    border-bottom: none;
}

.search-filter-item:hover {
    background-color: #222;
    color: #fff;
}

.search-filter-item.active {
    background-color: #222;
}

.search-filter-item.active {
    background-color: #555;
    color: #fff;
}

.search-filter-item i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

/* Mobile adjustments for search filter */
@media (max-width: 768px) {
    .search-filter-btn {
        padding: 0.375rem .75rem;
        font-size: 0.8rem;
    }
    
    .search-filter-item {
        padding: 10px 14px;
        font-size: 14px;
    }
}

.search-container>span {
	background-color: #191919;
	border-radius: 4px;
	display: flex;
	align-items: inherit;
	width: 100%;
	padding-right: 20px;
}

/* Fallback font scaling using viewport units for older browsers */
.no-result {
	font-size: clamp(0.75rem, 2.5vw + 0.5rem, 1.2rem);
}

.no-result-control .btn {
	font-size: clamp(0.7rem, 2vw + 0.4rem, 1rem);
	padding: clamp(0.3rem, 1vw + 0.2rem, 0.75rem) clamp(0.5rem, 1.5vw + 0.3rem, 1rem);
}

.no-result-control > span {
	font-size: clamp(0.7rem, 2vw + 0.4rem, 1rem);
}

/* Container-based font scaling for search results */
@supports (font-size: 1cqi) {
	.no-result {
		font-size: clamp(0.75rem, 3cqi + 0.5rem, 1.2rem);
	}
	
	.no-result-control .btn {
		font-size: clamp(0.7rem, 2.5cqi + 0.4rem, 1rem);
		padding: clamp(0.3rem, 1.5cqi + 0.2rem, 0.75rem) clamp(0.5rem, 2cqi + 0.3rem, 1rem);
	}
	
	.no-result-control > span {
		font-size: clamp(0.7rem, 2.5cqi + 0.4rem, 1rem);
	}
}

.header-profile_menu-items .header-profile_menu-items {
	padding-left: 20px;
}
.header-profile_menu-items a i,
.header-profile_menu-items span i {
	margin-right: 8px;
	width: 16px;
}
.header-profile_menu-items a i.header-profile-icon {
	background: url(/static/images/mask-avy.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-right: 8px;
	vertical-align: middle;
}
.header-profile:hover .header-profile_menu,
.header-profile_menu:hover,
.header-profile.active .header-profile_menu {
	display: flex;
}

/* Disable hover on touch devices - use click instead */
@media (hover: none) and (pointer: coarse) {
	.header-profile:hover .header-profile_menu {
		display: none;
	}
	.header-profile.active .header-profile_menu {
		display: flex;
	}
	
	/* Increase menu items size by 15% on mobile */
	.header-profile_menu-items a,
	.header-profile_menu-items span {
		font-size: 1.15em;
	}
	
	.header-profile_menu-items a i,
	.header-profile_menu-items span i {
		width: 18.4px;
		font-size: 1.15em;
	}
	
	.header-profile_menu-items a i.header-profile-icon {
		width: 25px !important;
		height: 25px !important;
		background-size: contain;
	}
	
	.header-profile_menu-items .header-profile_menu-items a {
		font-size: 16.1px; /* 14px * 1.15 */
	}
	
	.header-profile_menu-items a.header-profile_submenu-item img.profile-menu-logo {
		width: 43.7px; /* 38px * 1.15 */
	}
	
	/* Increase vertical spacing between menu items on mobile */
	.header-profile_menu-items {
		padding: 10px 0;
	}
	
	.header-profile_menu-items:last-child {
		padding-bottom: 0;
	}
}

/* Profile dropdown submenu items with logos */
.header-profile_menu-items a.header-profile_submenu-item {
    display: flex;
    align-items: center;
    padding: 0;
	margin: 0;
}

.header-profile_menu-items a.header-profile_submenu-item img.profile-menu-logo {
    margin-right: 8px;
    width: 38px;
    object-fit: contain;
    border-radius: 2px;
}

/* Ensure submenu items have proper spacing */
.header-profile_menu-items .header-profile_menu-items a {
    font-size: 14px;
    opacity: 0.9;
}