.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 50px 10px;
    max-width: 900px;

}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #909090;
    border-radius: 23px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    padding: 0;
}
.modal_blog_id {
    width: 50%;
    float: left;
    min-height: 100%;
    border-radius: 0 23px 23px 0;
    position: absolute;
    right: 0;
}
.modal-body {
    position: relative;
    padding: 0;
    width: 50%;
    float: left;
    min-height: 360px;
}
.modal-footer {
    padding: 20px 40px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.pt-register, .pt-login, .pt-reset-password, .pt-register-footer, .pt-login-footer {
    display: none;
}
div[data-active-tab="#pt-reset-password"] .pt-reset-password,
div[data-active-tab="#pt-reset-password"] .pt-login-footer,
div[data-active-tab="#pt-login"] .pt-login,
div[data-active-tab="#pt-register"] .pt-register,
div[data-active-tab="#pt-register"] .pt-login-footer,
div[data-active-tab="#pt-login"] .pt-register-footer {
    display: block;
}
.pt-loading {
    display: none;
}
.alert {
    padding: 15px 10% 0;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    /*filter: alpha(opacity=20);
    opacity: .2;*/
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 10px;
    font-weight: 100;
    /*color: #fff;*/
    color: #000;
    z-index: 10;

}
#pt-user-modal h3 {
    clear: none;
    margin-bottom: 20px;
    padding: 0 0 20px 8%;
    font-size: 26px;
}
.form-field {
	margin: 20px 0;
    position: relative;
}
.blog_info_content {
    top: 120px;
    position: relative;
    left: 20%;
    width: 60%;
}
p.blog_title {
    font-size: 20px;
    color: #fff;
}
p.blog_description {
    font-size: 12px;
    color: #fff;
}
form#pt_login_form,
form#pt_registration_form {
    margin-left: 10%;
    width: 80%;
    padding: 10px 0px;
}
.modal-footer {
    color: #9f9f9f;
    font-size: 14px;
}
a.alignright {
    color: #9f9f9f;
    font-size: 12px;
    text-decoration: none;
    line-height: 70px;
}
.modal-footer a {
    color: #909090;
}
input.form-control {
    border: none;
    border-bottom: 1px solid #909090;
    width: 100%;
    font-size: 13px;
    padding-left: 5px;
    padding-top: 8px;
}
button.btn.btn-theme.btn-lg {
    padding: 10px 20px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #909090;
    border-radius: 6px;
    margin-top: 20px;
}
p.get_news {
    font-size: 13px;
    color: #9f9f9f;
    padding-left: 2px;
}
input#user-newsletter {
    margin-right: 5px;
}

/* - SOCIAL LOGIN BY ASPL PLUGIN - 

.social-networks {
    padding-left: 8%;
    width: 95%;
}
.social-networks a {
    border-bottom: none;
    text-decoration: none;
    width: 33%;
    float: left;
}
span.apsl-long-login-text {
    display: none;
}
.theme-4 .apsl-login-text {
    display: block!important;
    float: right;
}
.apsl-icon-block {
    width: 90%;
}
.theme-4 .fa {
    padding-right: 0px!important;
}
.theme-4 .apsl-icon-block {
    border-radius: 8px!important;
} */
.social_or {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
}
.oneall_social_login_providers {
    max-height: 50px;
    overflow: hidden;
    width: 85%;
    margin: auto;
    max-width: 125px;
}
.privacy_content {
    font-size: 9px;
}
.privacy_content a {
    color: #000;
    font-weight: 600;
}


#modal_2 {
    background-color: #bcbcbc;
}
@media (min-width: 768px) {
	.modal-dialog {
	    width: 70%;
	    margin: 70px auto;
	}
	.modal-content {
	    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	    box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}

}

@media (max-width: 768px) {

    .modal {
        position: absolute;
    }

}

@media (max-width: 580px) {

    .modal_blog_id {
        width: 100%;
        min-height: 100px;
        height: 100px;
        border-radius: 23px 23px 0 0;
    }
    .blog_info_content {
        top: 5px;
        left: 9%;
        width: 40%;
    }
    p.blog_description {
        display: none;
    }
    .modal-body {
        padding-top: 100px;
        width: 100%;
    }
    #pt-user-modal h3 {
        margin-bottom: 0px;
        padding: 0 0 20px 8%;
        margin-top: 10px;
    }
    .social_or {
        margin: 0;
    }
    button.btn.btn-theme.btn-lg {
        margin-top: 5px;
    }
    a.alignright {
        line-height: 40px;
    }

}