.noscroll{
	overflow-y:hidden !important;
}
.hide_on_lightmbox{
	display: none; /*on IE, API's inteferring*/
}
#lightbox, #lightbox2, .lightbox{
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	z-index: 0;
}
.black{
	color: #000 !important;
}
iframe.tall{
	width: 100%;
	height: 100%;
	min-height: 350px;
	border: 0;
}
.show_bottom.w_iframe .pop_body{
	overflow: hidden;
}
.poput_bannerimage {
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
}
.darken {
   background: rgba(0,0,0, .85);
    z-index: 9000 !important;
	height: 20000px;
	height: 5000vh;
    /*height: calc(var(--vh, 1vh) * 100);*/
	width: 100%;
	-webkit-animation-name: delay_2; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: .75s; /* Safari 4.0 - 8.0 */
	animation-name: delay_2;
	animation-duration: .275s;
	animation-fill-mode: forwards;
	transition: all ease-in-out;
	position: fixed;
}
@-webkit-keyframes delay_2 {
 0% {background: rgba(0,0,0, 0);}
 70% {background: rgba(0,0,0, .85);}
 100% {background: rgba(0,0,0, .85);}
}
@keyframes delay_2 {
 0% {background: rgba(0,0,0, 0);}
 70% {background: rgba(0,0,0, .85);}
 100% {background: rgba(0,0,0, .85);}
}
.bottom_out{
    position: absolute;
	/*position:fixed;*/
	display:none;
	z-index:2000;
	padding:35px 10px 10px;
	box-sizing:border-box;
	transition:all .35s ease-out;
	overflow-y:hidden;
	box-sizing: border-box;
	width:500px;
    left: 50%;
    margin-left: -250px;
	font-size:.95em;
	max-width: calc(100% - 40px);
}
.show_bottom{
    position: fixed;
	display:block;
    z-index: 2003;
	-webkit-animation-name: delay_1; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
	animation-name: delay_1;
	animation-duration: .75s;
	animation-fill-mode: forwards;
	transition: all ease-in-out;
	z-index: 100001;
}
@-webkit-keyframes delay_1 {
 0% {top:-600px;}
 35% {top: 120px;}
 70% {top: 75px;}
 100% {top: 75px;}
}
@keyframes delay_1 {
 0% {top:-600px;}
 35% {top: 120px;}
 70% {top: 75px;}
 100% {top: 75px;}
}
.bottom_out.wide {
    width: 700px;
    margin-left: -350px;
}
.bottom_out.widest{
	width:calc(100% - 40px);
	max-width:calc(100% - 40px);
    left: 1%;
    margin-left: 0;
	animation-name: delay_1;
}
.bottom_out.wider{
	width:1200px;
	left: 50%;
	margin-left: -600px;
}
	
@-webkit-keyframes delay_2 {
 0% {top:-600px;}
 35% {top: 70px;}
 70% {top: 15px;}
 100% {top: 15px;}
}
@keyframes delay_1 {
 0% {top:-600px;}
 35% {top: 70px;}
 70% {top: 15px;}
 100% {top: 15px;}
}
.show_bottom.widest .pop_body, .show_bottom.wide .pop_body, .show_bottom.wider .pop_body{
	max-height: calc(100vh - 110px) !important;
	height: 100% !important;
}
.show_bottom.widest iframe.tall, .show_bottom.wider iframe.tall, .show_bottom.wide iframe.tall {
    /*height: 100%;
	border-top: 1px solid #e1e1e1;*/
}
.show_bottom .pop_body{
	padding:23px 10px 10px;
	box-sizing:border-box;
	width: 100%;
	max-height: calc(100vh - 120px);
	border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #FFF;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

.show_bottom .pop_body.wiframe {
    overflow-y: hidden;
	overflow-x: hidden;
}
.show_bottom .pop_body.wimage{
	padding:223px 10px 10px !important;
}
.show_bottom.wide{
	max-height: calc(100vh - 110px) !important;
}
.show_bottom.widest .pop_body, .show_bottom.wider .pop_body{
	height: calc(100vh - 110px) !important;
}
.show_bottom .pop_body{
	height: auto !important;
}
.pop_body.norm{
	padding:10px;
}
.pop_body .btn-orange{
    padding: 8px 18px 10px;
    border-radius: 18px;
    font-size: 17px;
}
.show_bottom .pop_body{
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.62);
}
.bottom_out .frm_open, .lbox_close{
    position: absolute;
    top: 17px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    display: block;
    background: #ad0000;
    color: #fff !important;
    padding: 5px 8px;
    text-decoration: none !important;
    transition: all .25s;
    font-weight: 300;
    font-size: 20px;
	font-weight: 700;
	text-align:center;
	z-index: 1;
}
.frm_open:hover,.frm_open:focus, .lbox_close:hover, .lbox_close:focus{
	background: #000;
}
/*.frm_open:before{
    top: 1px;
    font-size: 25px;
    font-family: FontAwesome;
    content: "\f00d";
    position: relative;
} */
.top.over.mini + .bottom_out .frm_open{
	display:block;
}
.pop_body h2{
	font-size: 1.75em;
    margin: 10px 0;
}
@media screen and (max-height:400px) {
	.show_bottom .pop_body {
		max-height: calc(100vh - 140px);
	}
	.bottom_out{
		top:5px;
	}
	@-webkit-keyframes delay_1 {
	 0% {top:-600px;}
	 35% {top: 120px;}
	 70% {top: 5px;}
	 100% {top: 5px;}
	}
	@keyframes delay_1 {
	 0% {top:-600px;}
	 35% {top: 120px;}
	 70% {top: 5px;}
	 100% {top: 5px;}
	}
}
@media screen and (max-width:1300px) {
	.bottom_out.wider{
		width:calc(100% - 20px) !important;
		left: 10px !important;
		margin-left: 0 !important;
		max-width: unset;
	}
}
@media screen and (max-width:800px) {
	.bottom_out.widest, .bottom_out.wide{
		width:calc(100% - 20px) !important;
		max-width:calc(100% - 20px) !important;
		left: 10px !important;
		margin-left: 0 !important;
	}
	.pop_body {
		padding: 146px 10px 10px;
		background-size: 100%;
	}
	.pop_body h2{
		font-size: 1.55em;
    }
	.pop_body .page-intro{
		font-size: 1.25em;
    }
	.bottom_out{
		top:75px;
	}
	@-webkit-keyframes delay_1 {
	 0% {top:-600px;}
	 35% {top: 120px;}
 	 70% {top: 15px;}
	 100% {top: 15px;}
	}
	@keyframes delay_1 {
	 0% {top:-600px;}
	 35% {top: 120px;}
	 70% {top: 15px;}
	 100% {top: 15px;}
	}
}

@media screen and (max-width:600px) {
	.bottom_out{
		left: 0 !important;
		margin-left: 20px !important;
		font-size: 1em;
		width: calc(100% - 40px) !important;
	}
}
	
	