
/* --------  res page overlayer  ------------------------------------------ */

#page-overlayer {
	display: none;
}
.page-overlayer-inside {
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1100px) {
.page-overlayer-inside {top: 50%;}	
}

.page-overlayer-inside .page-overlayer-content{
		overflow: hidden;
		width: 500px;
}
#page-overlayer .page-overlayer-inside, 
#page-overlayer .page-overlayer-inside a {
	color: #fff;
}
#page-overlayer .page-overlayer-inside h2{
	line-height: 100%;
	margin-bottom: 10px;
}

#page-overlayer .page-overlayer-inside p{
	margin-bottom: 0px;
}

.page-overlayer-nav .navbar-nav > li {
        float: none;
		width: 100%;
		text-align: center;
}

.page-overlayer-nav .nav > li,
.page-overlayer-nav .nav > li > a {
    display: inline-block;
	font-size: 140%;
	line-height:180%;
	font-weight: 100;
}
@media only screen and (max-width: 1100px) {
.page-overlayer-nav .nav > li,
.page-overlayer-nav .nav > li > a {
	font-size: 140%;
	line-height:140%;
}
}

.lines-button {
	display: block;
	background: transparent none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	float: right;
	margin-bottom: 8px;
	padding: 9px 10px;
	position: fixed;
	right: 45px;
	top: 5px;
	z-index: 1000;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.lines-button:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.lines {
	background: #ccc none repeat scroll 0 0;   /*  color icon */
	display: inline-block;
	height: 1px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 25px;
}
.lines:before, .lines:after {
	background: #ccc none repeat scroll 0 0;  /*  color icon */
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transform-origin: 0.28571rem center 0;
	-ms-transform-origin: 0.28571rem center 0;
	transform-origin: 0.28571rem center 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 25px;
}
.lines:before {
	top: 8px;
}
.lines:after {
	top: -8px;
}
.lines-button.x.closebutton .lines {
	background: transparent none repeat scroll 0 0;
}
.lines-button.x.closebutton .lines:before, .lines-button.x.closebutton .lines:after {
	top: 0;
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	width: 25px;
}
.lines-button.x.closebutton .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.closebutton .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
body.open #page-overlayer {
	-webkit-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;  /*  background color alpha  */
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	margin: 0;
	width: 100%;
	z-index: 999;
}
body.open .lines-button .lines::before, body.open .lines-button .lines::after {
	background: #fff none repeat scroll 0 0;
}

@media only screen and (max-width: 970px) {
.lines-button {
	display: none;
	outline: none;
}
}

 #page-overlayer .btn-default {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    font-size: 75%;
    padding: 8px 30px;
}
