#wpadminbar {
	z-index: 9999999;
}
.affix {
	position: fixed;
	margin-top: 0 !important;
}
.prmbr_main {
	z-index: 999999;
	min-height: 0;
	padding: 15px;
	word-wrap: break-word;
}
.prmbr_main img {
	max-width: 100%;
}
.prmbr_banner_filling {
	background-size: cover;
}
.prmbr_banner_center {
	background-position: center;
	background-repeat: no-repeat;
}
.prmbr_banner_duplicate {
	background-repeat: repeat;
}
.prmbr_top {
	box-shadow: 0 10px 30px rgb(20 27 56 / 10%);
	top: 0;
}
.prmbr_bottom {
	box-shadow: 0 -10px 30px rgb(20 27 56 / 10%);
	bottom: 0;
}
.prmbr_main_wrap {
	z-index: 999999;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
	display: none; /* Hidden by default */
}
.prmbr_main_wrap_popup {
	overflow: hidden;
}
.prmbr_main_wrap .prmbr_main {
	margin: 15% auto;
	width: 100%;
    max-width: 800px;
}
/*Position when js is absent */
.prmbr_no_js {
	position: fixed !important;
}
/*
* Custom CSS styles
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.hidden {
	display: none;
}
.prmbr_flip_clock {
	text-align: center;
	height: 50px;
	overflow: hidden;
}
.prmbr_flip_clock_center {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prmbr_flip_clock_right {
	display: -webkit-boxt;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
.flip-clock-wrapper {
	margin: 9px;
}
.flip-clock-wrapper ul {
	width: 26px !important;
	height: 42px !important;
}
.flip-clock-wrapper ul li a div div.inn {
	height: 305% !important;
	font-size: 44px !important;
}
.flip-clock-wrapper ul li a div.up div.inn {
	top: -22px !important;
}
.flip-clock-dot.top {
	top: 12px !important;
}
.flip-clock-dot.bottom {
	bottom: 62px !important;
}
.up {
	border-radius: 6px 6px 0 0;
}
.flip {
	margin: 2px !important;
}
.flip-clock-divider .flip-clock-label {
	display: none !important;
}
.flip-clock-wrapper ul li a div div.inn {
	color: #fff !important;
}
.prmbr_close_button_main {
	max-width: 10px;
	color: #bbb;
	max-height: 10px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	float: right;
	bottom: 0;
	right: 5px;
}
.prmbr_close_button_shortcode {
	bottom: 0;
}
@media screen and (max-width: 782px) {
	.prmbr_no_js_logged {
		margin-top: 46px ;
	}
}
@media screen and (min-width: 782px) {
	.prmbr_no_js_logged {
		margin-top: 32px ;
	}
}
@media ( max-width: 450px ) {
	.flip-clock-wrapper {
		display: none !important;
	}
}
@media screen and (max-width: 600px) {
	html {
		margin-top: 0 !important;
	}
}