.popup {
	position: fixed;
	z-index: 214748364;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
}
.popup-inner {
	position: absolute;
	padding:40px 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color:#fff;
	width:60%;
	min-width: 500px;
	max-width: 800px;
	max-height: 700px;
	height:auto;
	text-align: center;
}
.popup-square {
	width: 30%;
	display: inline-block;
	margin: 0 1%;
}
.popup-square img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.popup .popup-main-title {
	text-align: center;
	font-family: 'Avenir Next';
}
.popup .popup-main-title h2 {
	font-size: 20px;
    color: #000;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.popup .popup-title {
	color: #FFFFFF;
	font-size: 18px;
	margin: 15px auto;
}
.popup form input {
	margin: 0 auto 10px auto;
	
}
.popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 35px;
	color: #fff;
	cursor: pointer;
}


.sep-10 {
	display:block;
	width:100%;
	clear:both;
	height:10px;
}
.sep-20 {
	display:block;
	width:100%;
	clear:both;
	height:20px;
}
.sep-30 {
	display:block;
	width:100%;
	clear:both;
	height:30px;
}
.sep-50 {
	display:block;
	width:100%;
	clear:both;
	height:50px;
}
.sep-60 {
	display:block;
	width:100%;
	clear:both;
	height:60px;
}
.sep-75 {
	display:block;
	width:100%;
	clear:both;
	height:75px;
}
.sep-100 {
	display:block;
	width:100%;
	clear:both;
	height:100px;
}

header {
	background-color: #1A1A1A;
	padding: 10px 0;
}
header a {
	color: #fff;
}
.reminder-text {
	display: none;
}
.paddingl-none {
	padding-left: 0px !important;
}
.paddingr-none {
	padding-right: 0px !important;
}
