body {
	font-family: 'Open Sans', sans-serif;
	background: #eee;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

option {
	text-transform: capitalize !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

button,
a {
	outline: none !important;
}

small>:first-child {
	margin: 0
}

.navbar-brand .img-responsive {
	max-height: 44px;
	padding: 8px 0;
}

.head-logo {
	max-width: 240px;
}

.season-pass {
	background-image: url('../../images/goldpass_background.jpg');
	background-size: cover;
	background-position: 50% 50%;
	color: #2c2c2c;
	z-index: 3;
}

.season-pass:hover {
	background-color: #ff9a00;
	background-blend-mode: luminosity;
}

.affix {
	top: 50px;
	right: 0;
	left: 0;
	position: fixed;
}

.featured-business p {
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 100%;
	max-height: 30px;
	min-height: 30px;
	font-size: 11px;
	color: #c1c1c1;
}

.featured-business p:hover,
.featured-business p:active,
.featured-business p:focus {
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 100%;
	max-height: 30px;
	min-height: 30px;
	font-size: 11px;
	color: #fff;
}

.main-cover {
	background-size: cover;
	background-position: top left !important;
}

.flyer {
	margin: 0 auto;
	max-height: 315px;
}

.alert-danger-staging {
	color: #027a6e;
	background-color: #b5e6e1;
	border-color: #2bcbba;
}

.alert-danger-local {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-danger-devit {
	color: #3867d6;
	background-color: #95aade;
	border-color: #95aade;
}

#timer-counter {
	color: white;
    background-color: #484141d6;
	border: 1px solid #ffffff0a;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    position: fixed;
    width: 80%;
	right: 10%;
	bottom: 20px;
    padding: 16px 30px;
    text-align: center;
	pointer-events: none;
	opacity: 1;
    z-index: 999999999;
	display: none;
	transition: width 0.3s, right 0.3s, bottom 0.3s;
	animation: fadeIn 0.5s;
}
@media only screen and (min-width: 800px) {
	#timer-counter {
		width: 320px;
    	right: 40px;
		bottom: 40px;
	}
}

.counter-container {
	height: 3.5rem;
}

.counter-container p {
	margin: 0;
}

.max-time-counter {
	font-size: 2.5rem;
	line-height: 2.5rem;
}
@keyframes fadeIn {
	0% { 
		opacity: 0;
		right: 20px;
	}
	100% {
		opacity: 1;
		right: 40px;
	}
}

.blurry-flyer {
	width: 100%;
	height: 315px;
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 53px;
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-o-filter: blur(30px);
	-ms-filter: blur(30px);
	filter: blur(30px);
	background-position: top center;
	opacity: 0.8;
}

.bg-flyer {
	height: 315px;
	width: 100%;
	position: absolute;
	top: 53px;
	z-index: -11;
	background-color: #000;
}

.city-link {
	color: #ccc;
}

.city-link:hover,
.city-link:active,
.city-link:focus {
	color: #55d7c4;
}

footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #2c2c2c;
	color: #fff;
}

footer p {
	text-align: justify;
}

footer p,
footer small,
footer li,
footer a,
footer a:visited,
footer a:focus {
	color: #b7b7b7;
}

footer a:hover,
footer a:hover p,
footer a:hover small {
	color: #55d7c4;
}

footer h4.footer {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	color: #ccc;
}

footer ul {
	list-style-position: initial;
	list-style: none;
	padding-left: 0;
}

footer li.alternative {
	display: inline;
	font-size: 9px;
}

.logo-footer {
	margin-left: 10px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #55d7c4;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.white-link {
	color: #fff;
	text-decoration: none;
}

a.white-link:hover,
a.white-link:active,
a.white-link:focus {
	color: #55d7c4;
	text-decoration: underline;
}

.form-control:focus {
	border-color: #55d7c4;
	box-shadow: 0px 1px 1px #55d7c4 inset, 0px 0px 4px #55d7c4;
}

.readonly {
	cursor: default !important;
	background: #fff !important;
}

.red {
	color: #a94442;
}

.inline {
	display: inline !important;
}

.w100 {
	width: 100% !important;
}

.truncate {
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nopadding {
	padding: 0 !important;
}

.required::after {
	color: #d9534f;
	content: ' *';
}

.color-primary {
	color: #ccc !important;
}

.color-success {
	color: #55d7c4;
}

div.loader .fa-spinner {
	color: #333 !important;
}

.text-muted {
	color: #666;
}

.text-muted > p {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.more-info {
	font-size: 11px;
}

.more-info:focus {
	outline: none !important;
}

.btn-filters {
	color: #fff;
	padding: 2px 16px;
}

.btn-filters:hover,
.btn-filters:focus,
.btn-filters:active {
	background-color: rgba(255, 255, 255, .3);
	color: #fff;
	padding: 2px 16px;
}

.btn-primary {
	color: #101010;
	background-color: #55d7c4;
	border-color: #55d7c4;
	background-image: none;
	text-transform: uppercase;
	font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #5be3cf;
	border-color: #5be3cf;
}

.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #b3dad4;
	border-color: #b3dad4
}

.btn-primary-alt {
	color: #666;
	background-color: transparent;
	border-color: #666;
}

.btn-primary-alt:hover {
	color: #55d7c4;
	background-color: #fff;
	border-color: #55d7c4;
}

button.less.btn.btn-primary-alt.disabled,
button.more.btn.btn-primary-alt.disabled {
	opacity: 0.2 !important;
}

button.less.btn.btn-primary-alt.disabled:hover,
button.more.btn.btn-primary-alt.disabled:hover {
	cursor: not-allowed !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled].btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled].btn:hover {
	opacity: 0.8 !important;
	cursor: not-allowed !important;
}

.btn-secondary {
	color: #fff;
	background-color: #808080;
	border-color: #808080;
	background-image: none;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	color: #101010;
	background-color: #55d7c4;
	border-color: #55d7c4;
}

.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	background-image: none;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
	background-color: #beb8a4;
	border-color: #fff
}

.btn-dark {
	color: #c1c1c1;
	background-color: #000;
	border-color: #2c2c2c;
	background-image: none;
	font-weight: 700;
}

.btn-dark.active {
	color: #c1c1c1;
	background-color: #000;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.open .dropdown-toggle.btn-dark {
	color: #c1c1c1;
	background-color: #2c2c2c;
	border-color: #000;
}

.btn-dark.active,
.open .dropdown-toggle.btn-dark {
	background-image: none;
}

.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
	background-color: #000000;
	border-color: #000000;
}

.btn-dark-inverse {
	color: #2c2c2c;
	background-color: transparent;
	border-color: #2c2c2c;
	background-image: none;
	font-weight: 700;
}

.btn-dark-inverse.active {
	color: #c1c1c1;
	background-color: #000;
}

.btn-dark-inverse:hover,
.btn-dark-inverse:focus,
.btn-dark-inverse:active,
.open .dropdown-toggle.btn-dark-inverse {
	color: #c1c1c1;
	background-color: #000;
	border-color: #000;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-danger {
	color: #fff;
	background-color: #aa283b;
	border-color: #aa283b;
	text-transform: uppercase;
	font-weight: 700;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #f63a56;
	border-color: #f63a56
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d4939d;
	border-color: #d4939d
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-link {
	font-weight: normal;
	color: #666;
	cursor: pointer;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #666;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	border-radius: 4px;
}

button span.lowercase {
	font-weight: 400;
	font-size: 12px;
	text-transform: lowercase !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.open .dropdown-toggle.btn-default {
	color: #2c2c2c;
	background-color: #55d7c4;
	border-color: #55d7c4;
}

.btn-facebook {
	background: #4e69a2;
	color: #fff;
	border-color: #435a8b #3c5488 #334c83;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
	color: #fff;
	background: #334c83;
}

.dropdown-title a {
	color: #fff;
	text-transform: capitalize;
	border: 1px solid transparent;
	padding: 2px 6px;
}

.dropdown-title a:hover {
	color: #55d7c4;
	cursor: pointer;
	border: 1px solid #55d7c4;
	background-color: rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

.dropdown-title.open {
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

.dropdown-title.open a:hover {
	border: 1px solid transparent;
}

.breadcrumb {
	border-radius: 0;
}

.breadcrumb>li+li:before {
	color: #666;
}

.text-primary,
.text-primary:hover {
	color: #55d7c4;
}

.text-light {
	color: #fff;
}

.text-dark {
	color: #2c2c2c;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}

.modal-header {
	background-color: #55d7c4;
}

.modal-header .modal-title {
	color: #fff;
	font-weight: 400;
}

.modal-title,
.modal-body {
	color: #333;
}

.close {
	color: #fff;
}

.control-label {
	color: #333;
}

.offer-label-success {
	height: 57px;
	background-color: #55d7c4;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
}

.offer-label-danger {
	height: 57px;
	background-color: #aa283b;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

.pointer {
	cursor: pointer;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.noborder {
	border: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.step-lg {
	font-weight: 300;
	color: #fff;
	background-color: #ccc;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	font-size: 24px;
}

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mt53 {
	margin-top: 53px;
}

.mt70 {
	margin-top: 70px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.modal-body div.row div.mt70 {
	margin-top: 0 !important;
}

.flexbox {
	display: flex !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	align-items: center;
	justify-content: center;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml15 {
	margin-left: 15px;
}

.mr10 {
	margin-right: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb20 {
	padding-bottom: 20px;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize !important;
}

.bottom-dotted {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}

.br {
	border-right: 1px solid #ccc;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-justified {
	text-align: justify;
}

.welcome {
	padding: 0 15px;
	text-shadow: 2px 2px 2px #000;
	line-height: 1;
}

nav a.h3:hover {
	color: #fff;
	text-decoration: underline;
}

.section-title {
	padding: 7px 0;
	font-weight: 400;
	color: #333;
	margin-top: 20px;
}

.section-title span {
	background-color: #2c2c2c;
	padding: 5px 34px;
	color: #fff;
	border-radius: 25px;
	font-size: 14px;
}

.section-title .arrow,
.section-title .arrow::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: 11px solid transparent;
}

.section-title .arrow {
	left: 50%;
	margin-left: -11px;
}

.section-title .arrow::after {
	content: ' ';
	bottom: -32px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #aa283b;
}

.section-title-light {
	padding: 5px;
	font-weight: 300;
	color: #fff;
	margin-top: 20px;
}

.section-title-dark {
	padding: 5px;
	font-weight: 400;
	color: #2c2c2c;
	margin-top: 20px;
}

.section-filters {
	padding: 10px 0;
}

.city-label {
	color: #999;
}

.tab-content {
	border-top: 1px solid #2c2c2c;
}

.venue-title.truncate {
	color: #ccc;
}

h3.event-venue,
h3.venue-venue {
	margin: 6px 0;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

h4.event-date,
h4.event-title,
h4.venue-address,
p.event-date,
p.event-title,
p.venue-address {
	min-height: 18px;
	margin: 6px 0;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	text-transform: capitalize;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.white-box {
	background-color: #fff;
}

.date-box {
	margin-right: 10px;
	width: 80px;
}

.date-box .weekday {
	background-color: #55d7c4;
	color: #2c2c2c;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 10px;
}

.date-box .day {
	background-color: #eee;
	padding: 2px;
	font-weight: 700;
}

.caret .caret-white {
	border-top: 4px solid #fff!important;
}

.home-slider {
	padding: 20px 0;
}

.home-slider a p {
	color: #ccc;
	text-decoration: none !important;
}

.home-slider a img {
	box-shadow: 0 0 0 transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.home-slider a:hover p {
	color: #55d7c4;
	text-decoration: none !important;
}

.home-slider a:hover img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	box-shadow: 0 0 20px #55d7c4;
}

.slick-track {
	margin: 0 auto
}


/* img.grayscale{-webkit-filter:grayscale(100%);filter:grayscale(100%);}
img.grayscale:hover{-webkit-filter:none;filter:none;} */

img.grayscale {
	filter: none !important;
}

a.rss i,
a.rss p.rss-name {
	color: #2c2c2c;
	text-decoration: none !important;
}

a.rss:hover i,
a.rss:hover p.rss-name {
	color: #2c2c2c;
	text-decoration: none !important;
}

a.rss:hover>div {
	background-color: #55d7c4;
}

.thumbnail:hover {}

.thumbnail .homebox-share {
	position: absolute;
	margin: 5px;
	padding: 3px;
	background-color: #ccc;
	z-index: 1;
	display: none;
	visibility: hidden;
}

.thumbnail:hover .homebox-share {
	display: block;
	visibility: visible;
}

.thumbnail .homebox-share a {
	display: inline-block;
	text-align: center;
	width: 25px;
	padding: 2px 0 2px;
	vertical-align: middle;
	background-color: #ccc;
	color: #fff;
	font-size: 1.1em;
}

.thumbnail .homebox-xs-share a.fb {
	color: #fff;
	background-color: #3b5998;
	border: 1px solid transparent;
}

.thumbnail .homebox-xs-share a.fb:hover {
	color: #3b5998;
	background-color: #fff;
	border: 1px solid #3b5998;
}

.thumbnail .homebox-xs-share a.twitter {
	color: #fff;
	background-color: #4099FF;
	border: 1px solid transparent;
}

.thumbnail .homebox-xs-share a.twitter:hover {
	color: #4099FF;
	background-color: #fff;
	border: 1px solid #4099FF;
}

.thumbnail .homebox-xs-share a.gplus {
	color: #fff;
	background-color: #f1403a;
	border: 1px solid transparent;
}

.thumbnail .homebox-xs-share a.gplus:hover {
	color: #f1403a;
	background-color: #fff;
	border: 1px solid #f1403a;
}

.thumbnail .homebox-share a.fb:hover {
	color: #3b5998;
	background-color: #fff;
}

.thumbnail .homebox-share a.twitter:hover {
	color: #4099FF;
	background-color: #fff;
}

.thumbnail .homebox-share a.gplus:hover {
	color: #f1403a;
	background-color: #fff;
}

a:hover div.thumbnail .btn-secondary {
	background-color: #55d7c4;
	color: #2c2c2c;
	border: 1px solid #55d7c4;
}

.homebox-xs-share .dropdown-menu {
	border-radius: 0 !important;
	border: 0;
}

.homebox-xs-share .dropdown-menu li {
	padding: 6px;
}

.thumbnail .homebox-xs-share {
	position: absolute;
	z-index: 1;
	margin: 5px;
	padding: 3px;
	background-color: #ccc;
}

.thumbnail .homebox-legend {
	position: absolute;
	margin: -43px 0 0 -5px;
	padding: 3px;
}

.thumbnail .homebox-legend .hot {
	color: #CF4647;
}

.thumbnail .homebox-legend .hot.badge {
	background-color: #fff;
}

.thumbnail .navbar-nav:hover .dropdown-menu {
	display: block;
	visibility: visible;
}

.quick-booking {
	padding: 10px 20px !important;
}

.quick-booking .badge {
	position: absolute;
	display: inline-block;
}

.service-description,
.service-description p,
.service-description p span {
	color: #666 !important;
}

.service-list {
	padding: 6px 0;
}

li.service-list span.badge {
	margin-top: 6px;
}

.thumbnail:hover .event-pic img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	opacity: 0.7;
	/* border-radius: 4px 4px 0 0; */
}

.event-pic {
	overflow: hidden;
	background-color: #000;
	border-radius: 4px 4px 0 0;
}

.event-pic img {
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-transform: translateZ(0);
	/* border-radius: 4px 4px 0 0; */
	min-height: 160px !important;
	min-width: 345px !important;
}

.event-date {
	margin-top: -12px;
}

.event-date span {
	position: relative;
	background-color: #eee;
	color: #2c2c2c;
	border-radius: 4px;
	padding: 5px 16px;
	font-size: 12px;
	font-weight: 700;
}

.thumbnail>img {
	cursor: pointer;
}

.thumbnail .dropdown-service {
	width: 100%;
}

.club-selector {
	width: 100%;
	height: 34px;
	border: 0;
	background-color: #fff !important;
}

select.club-selector>option:first-child {
	color: #999 !important;
}

input.current_value {
	border: 0;
	font-size: 18px;
	font-weight: 700;
	color: #666;
	background-color: transparent;
}

.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.input-group-btn-vertical>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 8px;
	margin-left: -1px;
	position: relative;
	border-radius: 0;
}

.input-group-btn-vertical>.btn:first-child {
	border-top-right-radius: 4px;
}

.input-group-btn-vertical>.btn:last-child {
	margin-top: -2px;
	border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
	position: absolute;
	top: 0;
	left: 4px;
}

.homebox-date a {
	color: #333;
}

.venue-upcoming-events {
	margin-top: 15px;
	height: 100px;
	overflow: hidden;
}

.scrollator_handle {
	background-color: #ccc !important;
}

.venue-box {
	height: 100px;
	overflow: hidden;
}

.venue-pic {
	max-height: 132px;
}

.venue-pic img {
	width: 132px;
	height: 132px;
	margin: 0 auto;
}

.event-address {
	padding: 10px;
	background-color: #2c2c2c;
	color: #fff;
}

.event-address a {
	color: #fff;
}

.service-price,
.service-request,
.service-soldout {
	font-size: 36px;
	font-weight: 300;
}

.service-price {
	color: #55d7c4;
}

.service-price small {
	color: #ccc;
	position: relative;
	top: -9px;
}

.service-request {
	color: #31708f;
}

.service-soldout {
	color: #a94442;
}

.home-calendar {
	position: relative;

}

li a span.badge {
	right: 8px;
	position: absolute;
	font-weight: 400;
	background: #dff0d8;
	color: #3c763d;
}

li a span.badge-request {
	right: 8px;
	position: absolute;
	font-weight: 400;
	background: #d9edf7;
	color: #31708f;
}

li a span.badge-soldout {
	right: 8px;
	position: absolute;
	font-weight: 400;
	background: #f2dede;
	color: #a94442;
}

.sold-out {
	cursor: not-allowed;
}

.navbar-inverse {
	background-color: #2c2c2c;
	border-bottom: 0;
	background-repeat: repeat;
	border-bottom: 3px solid #55d7c4;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #ccc;
}

ul.nav ul.dropdown-menu {
	background-color: #000;
}

nav .dropdown-menu>li>a {
	color: #ccc;
}

nav .dropdown-menu>li>a:hover {
	background-color: rgba(85, 215, 196, .5);
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
	color: #ccc;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: rgba(85, 215, 196, .5);
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #2c2c2c;
}

.nav-pills>li>a {
	color: #2c2c2c;
}

.nav-pills>li {
	text-align: center;
}

li a.label-default {
	font-weight: 400;
	background-color: gray;
	color: #2c2c2c;
	border-radius: 0 !important;
}

li a.label-default:hover,
li a.label-default:focus {
	background-color: #fff !important;
	color: #ccc !important;
}

li.active a.label-default {
	background-color: #fff !important;
	color: #ccc !important;
}

.panel-primary>.panel-heading {}

.panel-city {
	border: none;
	background: transparent;
	color: #999;
	margin-top: 20px;
}

.panel-city>.panel-heading {
	background: transparent;
	border: none;
}

.panel-city>.panel-heading>.panel-title {
	color: #999;
	font-size: 22px;
	padding: 0 !important;
}

.panel-city>.panel-body {
	background: transparent;
}

.panel-city>.panel-footer {
	background: transparent;
	border: none;
}

.panel-transparent {
	background: transparent;
	box-shadow: none;
}

.panel-events {
	padding: 15px 0 0;
}

.panel-primary {
	border: 0;
}

.panel-primary>.panel-heading {
	color: #2c2c2c;
	background-color: #fff;
	border: 0;
}

.panel-title {
	padding: 11px 15px !important;
}

.panel-secondary div.panel-heading {
	min-height: 57px;
}

.panel-primary div.panel-heading h4.panel-title,
.panel-secondary div.panel-heading h4.panel-title {
	font-weight: 700;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top: 0;
}

.modal-subtitle {
	font-weight: 300;
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
}

.payment-subtotal,
.payment-quantity {
	font-size: 16px;
}

.payment-total {
	font-size: 16px !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 15px;
}

.payment-choice {
	font-size: 18px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}
.payment-terms label {
	font-weight: normal;
	position: relative;
}

.price-fee {
	position: relative;
	top: -8px;
	font-weight: 400;
	font-size: 10px;
}

.promo-code {
	font-size: 16px;
}

.modal-services {
	padding-left: 0;
	list-style: none;
	line-height: 2;
}

.dotted {
	padding-bottom: 10px;
	margin: 10px !important;
	border-bottom: 2px dotted #ddd;
	margin: 0 10px;
}

.solid {
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
}

.service-select {
	padding: 10px;
	vertical-align: middle;
}

/* background:-webkit-linear-gradient(top,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 1) 50%);
background:linear-gradient(to bottom,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 1) 50%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
endColorstr='#000000',
GradientType=0);
box-sizing:border-box;
bottom:50px;

} */
h1.cover-info-title {
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	color: #fff !important;
}
li.cover-address.pull-left.visible-xs {
	min-height: 36px;
}
.box {
	padding: 0 20px;
}
.box30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.box-primary {
	background-color: #ccc;
}
.box-inverse {
	background-color: #ddd;
}
.box-corporate {
	background-color: #2c2c2c;
	color: #c1c1c1;
	font-weight: 700;
}
.black-box {
	background-color: #000 !important;
}
.text-box {
	padding: 20px 0;
}
.promoted {
	position: absolute;
	top: 0px;
	right: 15px;
	z-index: 2;
}
.promoted span:before {
	font-size: 18px;
	position: absolute;
	top: 4px;
	right: 7px;
	z-index: 2;
	color: rgb(247, 242, 242);
	content: "★";
}
.promoted span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent rgb(238, 7, 7) transparent transparent;
	z-index: 1;
}
.panel-default {
	border: 0 !important;
	background-color: transparent !important;
	border-color: transparent !important;
}
.panel-default>.panel-heading {
	background-color: transparent !important;
	border: 0 !important;
	border-color: transparent !important;
}
.alert.alert-danger>strong>a {
	color: #b94a48 !important;
	text-decoration: none;
}
.alert.alert-danger>strong>a:hover {
	text-decoration: underline;
}
.maintenance-cover {
	background-image: url(/modules/bpremium/images/maintenance.png);
}
.friend-cover-es {
	background-image: url(/modules/bpremium/images/friend_plan_es.png);
}
.friend-cover-en {
	background-image: url(/modules/bpremium/images/friend_plan_en.png);
}
.carousel-control:hover,
.carousel-control:focus {
	color: #55d7c4;
	text-decoration: none;
}
div#tripadvisor {
	padding: 15px;
	border-radius: 4px;
}
div#tripadvisor img {
	max-width: 120px;
}
h3.tripadvisor {
	color: #589442;
	font-style: italic;
}
cite.tripadvisor {
	color: #666;
	font-style: italic;
}
@media only screen and (min-width:320px) {
	.welcome,
	nav a.h3 {
		font-size: 20px;
	}
	
	.breadcrumb {
		font-size: 10px;
	}
	
	h1.cover-info-title {
		font-size: 20px !important;
		max-width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	.cover-address {
		margin: 0 auto;
		min-height: 30px;
		min-width: 100%;
		max-width: 100%;
		padding: 8px 10px 0;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		max-height: 30px;
		font-size: 12px;
		text-align: center;
	}
	
	.datepicker,
	.table-condensed {
		width: 100%;
		margin-left: 10px;
	}
	
	.clear-xs {
		clear: both;
	}
	
	.main-cover {
		background-color: #ccc;
		height: 250px;
		padding: 35px 0;
		color: #fff;
		background-repeat: no-repeat;
	}
	
	.cover-form {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
	
	.cover-form input {
		font-size: 12px;
	}
	
	p.rss-name {
		font-size: 10px;
	}
	
	.friend-cover {
		height: 300px;
		background-position: center top;
		background-repeat: no-repeat;
		overflow: hidden;
		margin: 70px 15px 0;
	}
	
	.cover-date {
		bottom: 80%;
		left: 0;
		right: 0;
		margin: 0 auto;
		min-height: 54px;
		min-width: 80px;
		position: absolute;
		width: 10%;
		z-index: 9;
		box-shadow: 0 0 5px #2c2c2c;
		background-color: #eee;
		max-width: 100px;
	}
	
	.description-box {
		background-color: #000;
		padding: 15px;
		color: #fff;
		margin-top: 50px;
		margin: 42px 0 10px;
	}
	
	li.cover-address span.pull-left {
		margin-left: 5px;
	}
	
	.box-button {
		position: absolute;
		bottom: 10px;
		right: 24px;
	}
	
	.club-button {
		position: absolute;
		bottom: 10px;
		right: 25px;
	}
	
	.flyer,
	.blurry-flyer,
	.bg-flyer {
		max-height: 158px;
		min-height: 158px;
	}
	
	.btn-prev-date {
		position: absolute;
		right: 90px;
		bottom: 5px;
	}
	
	.btn-next-date {
		position: absolute;
		left: 90px;
		bottom: 5px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) {
    .btn-responsive {
        height: 45px !important;
        width: 100px !important;
        font-size: 12px !important;
	}

    .no-online {
        white-space: normal;
    }
}

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
    .btn-responsive {
        height: auto !important;
        width: 155px !important;
        font-size: 12px !important;
        padding-left: 4px !important;
	}

    .no-online {
        white-space: nowrap;
    }
}


@media only screen and (min-width:480px) {
	.welcome,
	nav a.h3 {
		font-size: 20px;
	}
	
	.breadcrumb {
		font-size: 10px;
	}
	
	h1.cover-info-title {
		font-size: 24px !important;
	}
	
	/* #EventMapModalBtn {
		max-width: ;
	}
	 */
	.cover-address {
		margin: 0 auto;
		min-height: 30px;
		min-width: 100%;
		max-width: 100%;
		padding: 8px 10px 0;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		max-height: 30px;
		font-size: 12px;
		text-align: center;
	}
	
	.datepicker,
	.table-condensed {
		width: 100%;
	}
	
	.clear-xs {
		clear: none;
	}
	
	.main-cover {
		padding: 40px 0;
	}
	
	.cover-form {
		width: 90%;
		margin: 0 auto;
		padding: 0 15px;
	}
	
	p.rss-name {
		font-size: 14px;
	}
	
	.friend-cover {
		height: 300px;
		background-position: center top;
		background-repeat: no-repeat;
		overflow: hidden;
		margin: 70px 15px 0;
	}
	
	a.cover-logo {
		border-radius: 100px;
		bottom: 80%;
		height: 50%;
		left: 0;
		margin: 0 auto;
		min-height: 100px;
		min-width: 100px;
		overflow: hidden;
		position: absolute;
		right: 0;
		width: 12%;
		z-index: 9;
		display: block;
		border: 4px solid #ccc;
		box-sizing: border-box;
		box-shadow: 0 0 5px #2c2c2c;
	}
	
	.box-button {
		bottom: 10px;
	}
}
@media only screen and (min-width:768px) {
	.welcome,
	nav a.h3 {
		font-size: 24px;
	}
	
	.breadcrumb {
		font-size: 14px;
	}
	
	.dropdown-menu>li>a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-size: 12px;
		font-weight: normal;
		line-height: 3;
		color: #333;
		white-space: nowrap;
	}
	
	.quick-booking .badge {
		margin-top: 8px;
	}
	
	li a span.badge {
		font-weight: 400;
		display: block;
		position: relative;
	}
	
	ul.modal-services>li {
		line-height: 2;
	}
	
	ul.modal-services>li>a>span.badge {
		display: inline;
		float: right;
	}
	
	h1.cover-info-title {
		font-size: 24px !important;
	}
	
	.cover-address {
		min-height: 30px;
		max-width: 70%;
		padding: 8px 0 0 180px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		max-height: 30px;
		font-size: 14px;
		text-align: left;
	}
	
	.datepicker,
	.table-condensed {
		width: 100%;
	}
	
	.clear-xs {
		clear: none;
	}
	
	.main-cover {
		padding: 55px 0;
	}
	
	.cover-form {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	
	.cover-form input {
		font-size: 14px;
	}
	
	p.rss-name {
		font-size: 14px;
	}
	
	.friend-cover {
		height: 300px;
		background-position: center top;
		background-repeat: no-repeat;
		overflow: hidden;
		margin: 40px 15px 0;
	}
	
	a.cover-logo {
		width: 140px;
		height: 140px;
		display: block;
		position: absolute;
		bottom: 10px;
		left: 20px;
		border-radius: 50%;
		border: 4px solid #ccc;
		z-index: 2;
		box-sizing: border-box;
		box-shadow: 0 0 5px #2c2c2c;
		margin: 0;
	}
	
	.description-box {
		background-color: #000;
		padding: 15px;
		color: #fff;
		margin-top: 50px;
		margin: 30px 15px 10px;
	}
	
	li.cover-address span.pull-left {
		margin-left: 0;
	}
	
	.music-style {
		max-width: 80%;
	}
	
	.event-pic {
		max-height: 151px;
		min-height: 151px;
	}
	
	.box-button {
		bottom: 30px;
	}
	
	.club-button {
		position: absolute;
		bottom: 10px;
		right: 25px;
		margin-top: 10px;
		float: right;
		padding: 6px 40px;
	}
	
	.flyer,
	.blurry-flyer,
	.bg-flyer {
		max-height: 315px;
		min-height: 315px;
	}
	
	.btn-prev-date {
		position: absolute;
		right: 100px;
		bottom: 5px;
	}
	
	.btn-next-date {
		position: absolute;
		left: 100px;
		bottom: 5px;
	}
}
@media only screen and (min-width:992px) {
	.welcome,
	nav a.h3 {
		font-size: 28px;
	}
	
	.breadcrumb {
		font-size: 14px;
	}
	
	.dropdown-service {
		width: 200px;
	}
	
	li a span.badge {
		position: relative;
		float: right;
		font-weight: 400;
		background: #dff0d8;
		color: #3c763d;
	}
	
	li a span.badge-request {
		position: relative;
		float: right;
		font-weight: 400;
		background: #d9edf7;
		color: #31708f;
	}
	
	li a span.badge-soldout {
		position: relative;
		float: right;
		font-weight: 400;
		background: #f2dede;
		color: #a94442;
	}
	
	.dropdown-menu>li>a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.428571429;
		color: #333;
		white-space: nowrap;
		padding: 3px 10px 3px 20px;
	}
	
	.quick-booking .badge {
		margin: 0;
	}
	
	.br-desktop {
		border-right: 1px solid #e5e5e5;
	}
	
	.service-scroll {
		max-height: 200px;
		overflow-y: auto;
	}
	
	h1.cover-info-title {
		font-size: 36px !important;
	}
	
	.cover-address {
		min-height: 30px;
		max-width: 80%;
		padding: 8px 0 0 180px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		max-height: 30px;
		font-size: 14px;
		text-align: left;
	}
	
	.datepicker,
	.table-condensed {
		width: auto;
	}
	
	.clear-xs {
		clear: none;
	}
	
	.main-cover {
		padding: 55px 0;
	}
	
	.cover-form {
		width: 55%;
		margin: 0 auto;
	}
	
	p.rss-name {
		font-size: 14px;
	}
	
	.modal-lg {
		width: 900px;
	}
	
	.friend-cover {
		height: 300px;
		background-position: center top;
		background-repeat: no-repeat;
		overflow: hidden;
		margin: 40px 15px 0;
	}
	
	a.cover-logo {
		width: 140px;
		height: 140px;
		display: block;
		position: absolute;
		bottom: 10px;
		left: 20px;
		border-radius: 50%;
		border: 4px solid #ccc;
		z-index: 2;
		box-sizing: border-box;
		box-shadow: 0 0 5px #2c2c2c;
		margin: 0;
	}
	
	.event-pic {
		max-height: 128px;
		min-height: 128px;
	}
	
	.club-pic {
		max-height: 158px;
		min-height: 158px;
	}
	
	.btn-prev-date {
		position: absolute;
		right: 110px;
		bottom: 5px;
	}
	
	.btn-next-date {
		position: absolute;
		left: 110px;
		bottom: 5px;
	}
}
@media only screen and (min-width:1200px) {
	.welcome,
	nav a.h3 {
		font-size: 28px;
	}
	
	.breadcrumb {
		font-size: 14px;
	}
	
	.friend-cover {
		height: 300px;
		background-position: center top;
		background-repeat: no-repeat;
		overflow: hidden;
		margin: 40px 15px 0 0;
	}
	
	a.cover-logo {
		width: 140px;
		height: 140px;
		display: block;
		position: absolute;
		bottom: 10px;
		left: 20px;
		border-radius: 50%;
		border: 4px solid #ccc;
		z-index: 2;
		box-sizing: border-box;
		box-shadow: 0 0 5px #2c2c2c;
		margin: 0;
	}
	
	.event-pic {
		max-height: 157px;
		min-height: 157px;
	}
}
.date-box .day {
	color: black;
}
.total-loader {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}
.total-loader:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
	background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8))
}
.total-loader:not(:required) {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.total-loader:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -.5em;
	-webkit-animation: spinner 150ms infinite linear;
	-moz-animation: spinner 150ms infinite linear;
	-ms-animation: spinner 150ms infinite linear;
	-o-animation: spinner 150ms infinite linear;
	animation: spinner 150ms infinite linear;
	border-radius: .5em;
	-webkit-box-shadow: rgba(255, 255, 255, .75) 1.5em 0 0 0, rgba(255, 255, 255, .75) 1.1em 1.1em 0 0, rgba(255, 255, 255, .75) 0 1.5em 0 0, rgba(255, 255, 255, .75) -1.1em 1.1em 0 0, rgba(255, 255, 255, .75) -1.5em 0 0 0, rgba(255, 255, 255, .75) -1.1em -1.1em 0 0, rgba(255, 255, 255, .75) 0 -1.5em 0 0, rgba(255, 255, 255, .75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255, 255, 255, .75) 1.5em 0 0 0, rgba(255, 255, 255, .75) 1.1em 1.1em 0 0, rgba(255, 255, 255, .75) 0 1.5em 0 0, rgba(255, 255, 255, .75) -1.1em 1.1em 0 0, rgba(255, 255, 255, .75) -1.5em 0 0 0, rgba(255, 255, 255, .75) -1.1em -1.1em 0 0, rgba(255, 255, 255, .75) 0 -1.5em 0 0, rgba(255, 255, 255, .75) 1.1em -1.1em 0 0
}
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.custom-footer-powered > .powered {
	background: transparent;
	border: none !important;
}