@import url("type1.css");
@import url("type2.css");
@import url("type3.css");
@import url("type4.css");
@import url("type5.css");
@import url("type6.css");
@import url("type7.css");
@import url("type8.css");
@import url("type9.css");
@import url("type10.css");
@import url("menu-skeleton.css");


/*------ All Headers Styles: Modal windows START -----*/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: #000000;
    overflow: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.600, 0.040, 0.980, 0.335);
    -moz-transition: all 500ms cubic-bezier(0.600, 0.040, 0.980, 0.335);
    -o-transition: all 500ms cubic-bezier(0.600, 0.040, 0.980, 0.335);
    transition: all 500ms cubic-bezier(0.600, 0.040, 0.980, 0.335); /* easeInCirc */
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335);
    -o-transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335);
    transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335); /* easeInCirc */}

.overlay-content {
    position: relative;
    width: 500px;
    text-align: center;
    margin: auto;
    min-height: 300px;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay .social-icons,
.overlay .search,
.overlay #loginform {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay .closebtn {
    position: absolute;
    top: 100px;
    right: 100px;
    border: 2px solid;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 55px;
    font-size: 30px;
    text-align: center;
    z-index: 999;
}
.overlay .social-icons a {
    border: 2px dashed #222222;
    width: 100px;
    height: 100px;
    display: block;
    font-size: 40px;
    line-height: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.overlay .searchTerm {
    border: 2px solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 50px;
    padding: 0 20px;
    background: transparent;
    color: #fff;
}
.overlay .search::before {
    color: #ffffff;
    font-size: 25px;
    width: 60px;
    line-height: 45px;
}
.overlay .searchTerm:focus {
    color: #000;
    border-color: #fff;
}
.login-username label, .login-password label, .login-remember label, .login-submit label {
    display: block;
}
.login-username, .login-password, .login-remember, .login-submit {
    display: block;
    position: relative;
}
.overlay input {
    border: 2px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.overlay input:focus {
    background: #fff;
    color: #000;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.close-btn {
    border-bottom: 1px solid #fff;
    padding: 20px 30px;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}
.modal-content {
    background: transparent;
    box-shadow: 0 0 0 0;
    border: 2px solid;
    width: 50%;
    margin: 50px auto;
    text-align: center;
}

/*------ All Headers Styles: Modal windows END -----*/


