/* Overlay style */


.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
        z-index: 9999;     
}

/* Overlay closing cross */
.overlay button.overlay-close {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 46%;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 999999;
        transition: all 0.3s ease-in 0s;
}
button.overlay-close:hover {
        background: url(../images/crossHover.png) no-repeat center center;
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Safari */
        transform: rotate(180deg); /* Standard syntax */
}


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

.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;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

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

/* Effects */
.overlay-cornershape {
	background: transparent;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.5s;
	transition: visibility 0s 0.5s;
}

.overlay-cornershape.open {
	visibility: visible;
	-webkit-transition: none;
	transition: none;
}

.overlay-cornershape svg {
	position: absolute;
	top: 0;
	left: 0;
}

.overlay-cornershape .overlay-path {
	fill: rgba(255, 255, 255, 1);
}

.overlay-cornershape nav,
.overlay-cornershape .overlay-close {
	opacity: 0;
	-webkit-transition: opacity 0.4s 0.4s;
	transition: opacity 0.4s 0.4s;
}

.overlay-cornershape.open nav,
.overlay-cornershape.open .overlay-close {
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.overlay-cornershape.close nav,
.overlay-cornershape.close .overlay-close {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

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



.searchingh3{
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    font-size: 5em;
    position: relative;
    z-index: 99999;
    line-height: 1.5;
}
.searchingFrom{
    width: 45%;
    margin: 0 auto;
    position: relative;
    color: #696969;
}

.searchingFrom input[type="text"]{
        line-height: 2.7;
    font-size: 30px;
    font-family: 'robotodraft_lightregular', sans-serif;
    border: none;
    border-bottom: 1px solid #dadada !important;
    width: 100%;
   //padding: 45px 46px 35px 0;
    height: 75px;
   -moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;
   box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
}





/****** login ******/

.overlaylogin {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlaylogin-content {
    position: relative;
    top: 5%;
    width: 35%;
    margin: 30px auto 0 auto;
}
.overlaylogin-content h1{
    font-size: 50px;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #000;
    margin-bottom: 28px;
}
.overlaylogin-content h3{
    font-size: 22px;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #000;
    margin-bottom: 80px;
}


.loginform{
    width: 100%;
    padding: 0px;
    position: relative;
    background-color: #fff;
    //background-image: url(../images/contact/form-bg.png);
}


.loginform .form-control{
    width: 100%;
    border-bottom: 1px solid #e0e0e0 !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    background-color: transparent !important;
    margin: 0px 0 25px 0;
    box-shadow:none;
    color: #101010 !important;
    font-size: 15px;
}.loginform .form-control:focus, .loginform .form-control:hover{border-bottom: 1px solid #0F7DB7 !important;}

.loginform-btn{
    display: block;
    width: 100%;
    padding: 10px;
    margin: 20px 0 0 0 ;
    background-color: #0377b5;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: 'robotodraftregular', sans-serif !important;
    border: none;
    transition: all 0.1s ease-in 0.1s;
}.loginform-btn:hover{color: #a1a1a1;background-color: #f8f8f8;}



.loginform a{
    color: #0377b5;
    text-align: right;
    font-size: 15px;
    line-height: 3;
    font-family: 'robotodraft_lightregular', sans-serif;
}

a.signup{
    color: #54c9b3 !important;
    text-align: center;
    font-size: 16px;
    font-family: 'robotodraft_lightregular', sans-serif;
}




.closebtnlogin {
    color: #000;
    position: absolute;
    top: -2%;
    right: 0px;
    font-size: 60px !important;
    transition: all 0.3s ease-in 0s;
    
}

.closebtnlogin:hover,  .closebtnlogin:focus{
color: #0377b5;
    /*-ms-transform: rotate(180deg);  IE 9 */
        /*-webkit-transform: rotate(180deg);  Safari */
        /*transform: rotate(180deg);  Standard syntax */
}



/****** signup ******/

.overlaysignup {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlaysignup-content {
    position: relative;
    top: 1%;
    width: 35%;
    margin: 30px auto 0 auto;
}
.overlaysignup-content h1{
    text-align: left;
    font-size: 50px;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #000;
    margin-bottom: 28px;
}
.overlaysignup-content h3{
    font-size: 22px;
    text-align: left;
    font-family: 'robotodraft_lightregular', sans-serif;
    color: #000;
    margin-bottom: 80px;
}.overlaysignup-content p{text-align: left;}


.signupform{
    width: 100%;
    padding: 0px 0 50px 0;
    position: relative;
    background-color: #fff;
    //background-image: url(../images/contact/form-bg.png);
}


.signupform .form-control{
    width: 100%;
    border-bottom: 1px solid #e0e0e0 !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    background-color: transparent !important;
    margin: 0px 0 25px 0;
    box-shadow:none;
    color: #101010 !important;
    font-size: 15px;
}.signupform .form-control:focus, .signupform .form-control:hover{border-bottom: 1px solid #0F7DB7 !important;}

.signupform-btn{
    display: block;
    width: 100%;
    padding: 10px;
    margin: 20px 0 0 0 ;
   background-color: #0377B5;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: 'robotodraftregular', sans-serif !important;
    border: none;
transition: all 0.1s ease-in 0.1s;
}.signupform-btn:hover{color: #a1a1a1;background-color: #f8f8f8;}



.signupform a{
    color: #0377b5;
    text-align: right;
    font-size: 15px;
    font-family: 'robotodraft_lightregular', sans-serif;
}

a.signup{
    display: block;
    margin-top: 30px;
    color: #000 !important;
    text-align: center !important;
    font-weight: bold;
    font-size: 16px;
    font-family: 'robotodraft_lightregular', sans-serif;
}



.overlaysignup-content{
    text-align: center;
}


.closebtnsignup {
    color: #000 !important;
    /*position: absolute;
    top: -100px;
    right: 50%;*/
    font-size: 60px !important;
    transition: all 0.3s ease-in 0s;
    
}

.closebtnsignup:hover,  .closebtnsignup:focus{
    color: #0377b5 !important;

}


























