/* email style

   developer:   yhechler
   requires:    /common/framework/css/framework.en.css
                /start/css/global.css.en
   ========================================================================== */
   
/* ==========================================================================
	email consent popup
   ========================================================================== */

#email-backdrop {
	background: rgba(0, 0, 0, .8);
	bottom: 0;
	height: 100%;
	left: 0;
	min-width: 320px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
}
.email-lightbox {
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	border: 1px solid #ccc;
	left: 50%;
	max-width: 500px;
	min-width: 320px;
	padding: 35px;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}
/* ========================================================================== 
   responsive breakpoint styles 
   ========================================================================== */

@media (max-width: 1200px) {}
@media (max-width: 900px) {}
@media (max-width: 600px) {
	#_form-gui ._main-grid>* {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.email-button {
		width: 100%;
	}
}
@media (max-width: 320px) {}