/* POPUP */
.pop-up {
    width:100%;
    height:100%;
    float:left;
    position:fixed;
    display:none;
    left:0px;
    top:0px;
    z-index:100000;
}
.pop-up .wrap-shadow {
    width:100%;
    height:100%;
    float:left;
    position: absolute;
    left:0px;
    top:0px;
    background:rgba(0,0,0,0.85);
}
.pop-up .logo-popup {
    width: 150px;
    float: none;
    margin-top: -85px;
    display: inline-block;
}
.pop-up.activating{
    display:inherit;
}
.pop-up.activated{
    display:inline-block;
    opacity:1;
}
.pop-up .content-wrap{
    width:600px;
    margin:0 auto;
}
.pop-up .content-wrap .content{
    width:100%;
    float:left;
    text-align:center;
    position:relative;
    margin-top: 110px;
    padding:70px 0;
    border-radius: 5px;
    overflow: hidden;
    background: #fbfbfb;
}
.pop-up .content-wrap .content h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333 !important;
    margin-top: 10px;
}
.pop-up .content-wrap .content h3 span{
    font-size:42px;
    color:#38933C;
}
.pop-up .content-wrap .content h2{
    font-weight:bold;
    font-size:42px;
    line-height:38px;
    color:#58595b!important;
}
.pop-up .form-popup {
    width: 52%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0px;
}
.pop-up .form-popup .form-control {
    font-family: 'Roboto', arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #767676;
    margin-bottom: 0px;
    padding: 8px 12px 8px;
    height: 50px;
    border-color: #DBDADA;
}
.pop-up .form-popup .form-group {
    margin-bottom: 10px;
}
.pop-up .form-popup .form-control:focus {
    border-color: #448aff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(68, 138, 255,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(68, 138, 255,.6) !important;
}
.pop-up .form-popup .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 10px 11px;
    background: #FAA831;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.pop-up .form-popup .btn:hover {
    background: #F89508;
}
.fancybox-overlay {
    background: rgba(0,0,0,0.85);
}