/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(47,103,150,0.9);
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(/img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor: pointer;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}


.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}*/

.overlay.overlay-contentscale.open { z-index: 100;}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}

/* Effects */

.container {
	background: #fff;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.container.overlay-open {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


section.popup h2.sub-heading {
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 80px 0 20px 0;
	font-family: 'bpg_extrasquare_mtavruli';
}

.
section.popup h2.sub-heading {
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 100px 0 20px 0;
	font-family: 'bpg_extrasquare_mtavruli';
}

.overlay h1 {
font-family: 'bpg_extrasquare_mtavruli';
	color: #fff;
	font-size: 24px;
	margin-top: 100px;
	

}
form#sub-contact input {
height: 45px;
width: 450px;
display: block;
margin: 12px 0;
border: none;
padding: 10px;
font-family: '';
border-radius: 3px;
font-family: 'bpg_ingiri_arial';
font-size: 14px;
background-color: #e8eef3;

}


form#sub-contact textarea {
height: 160px;
width: 1024px;
display: block;
margin: 12px 0;
border: none;
padding: 10px;
font-family: 'bpg_ingiri_arial';
font-size: 14px;
border-radius: 3px;
background-color: #e8eef3;
}
.overlay img.symbols {
	width: 120px;
	height: 45px;
	margin: 0px 0px 2px 0px;
	position: relative;
	float: left;
	border: 0px solid #ccc;
	border-radius: 3px;
	margin-right: 3px;

}
input#symbols.input-symbols {
	width: 120px;
	height: 45px;
	margin: 0px 0px 2px 0px;
	position: relative;
	float: left;
	border: 1px solid #ccc;
	border-radius: 3px;

}
#main-contact input#symbols.input-symbols {
	width: 120px;
	height: 40px;
	margin: 0px 0px 2px 0px;
	position: relative;
	float: left;
	border: 1px solid #ccc;
	border-radius: 3px;

}
.overlay .symbols input {
	width: 120px;
	height: 45px;
	margin: 0px 0px 2px 0px;
	position: relative;
	float: left;
	border: 1px solid #ccc;
	border-radius: 3px;
		float: right;
}

form#sub-contact button {
	width: 220px;
	padding: 6px;
	height: 45px;
	font-size: 15px;

	border: 0px solid #b91c3e;
	background-color: #b91c3e;
	color: #fff;
	border-radius: 3px;
	font-family: 'bpg_extrasquare';
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

form#sub-contact button:hover {
	background-color: #fff;
	color: #e7246e;
	cursor: pointer;
}


.overlay address {
	background-color: #315370;
	height: 45px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 45px;
	width: 1024px;
}
.overlay address li {
	display: inline-block;
	font-size: 12px;
	border-right: 0px solid #183954;
	padding: 0 12px;
	line-height: 40px;
	width: 250px
}
.overlay address li:last-child {
	border-right: 0px solid #183954;
}

.line {
    width: 1024px;
    position: relative;
    float: left;
    margin-bottom: 25px;
}