/*-------------------------------

	POPUP.CSS

-------------------------------*/

.popup_back {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.popup_cont {
	position: fixed;
	z-index: 102;
}

.preloader {
	z-index: 101;
}

/*---------------------

	EDIT BELOW

*/

.popup_close {
	color: #888;
	cursor: pointer;
	position: absolute;
	padding: 5px;
	right: 5px;
	top: 0;
}

.popup_close:hover {
	color: #111;
}

.popup_back {
	cursor: pointer;
	background-color: #222;
}

div.popup {
/*	background: #fff;
	padding: 25px;
	box-shadow: 0 3px 10px #222;*/                
}

.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}

/*netface*/
div.popup {/* width:730px; height:454px;*/ background: #fff;border:3px solid #A8C1D5; color:#2e2e2e; font-family:'Roboto'; border-radius:3px; }
.popup .popup_content { padding:60px 45px 30px 45px; overflow:hidden; }
.popup .popup_content h5 { font-weight:600; font-size:24px; margin-bottom:10px; }
.popup .popup_content h6 { font-size:24px; margin-bottom:10px; }
.popup .popup_content ul.arrow { margin-left:100px; margin-top: 40px; }
.popup .popup_content ul.arrow li { line-height:30px; padding-left:40px; margin-bottom:13px; font-size:18px; background:url('/images/bkg_popup_list_arrow.png') no-repeat left 10px; }
.popup .popup_content ul.arrow li.smaller { font-size:14px; line-height:17px; padding-top:5px; }
.popup .popup_content ul li b { font-weight:600; }
.popup .popup_content ul li a { color:#00A2CB; }
.popup .popup_content .no-thanks { margin-top:40px; float:right; padding:13px 27px 13px 27px; color:#fff; font-family:'Roboto'; font-size:17px; font-weight:600; 
                                                 border:none; border-radius:3px; cursor:pointer; background:#00A1CB; }
.popup_close { font-family:'Roboto'; font-size:32px; font-weight:600; color:#A7C3D9; text-transform: uppercase; }
