/*FORM UPDATEAS FOR GDPR 05/2018*/
@import url(https://fonts.googleapis.com/css?family=Lato:700,400);
.form-outer{
    background-color: #FFFFFF;
    width: 100%;
    max-width: 840px;
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.16);
}
.pad30{
    padding: 30px 30px 0px;
}
.pad-header{
    padding: 10px 15px;
}
.pad-left{
    padding: 30px 26px 30px 26px;
}
.pad-right{
    padding: 0px 15px 0px 40px;
}
.form-inner-header{
    margin-bottom: 30px;
}
.form-inner-header h1{
    font-family: 'lato', sans-serif;
    font-size: 40px;
    color: #333333;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-left: 32px;
    margin-top: 20px;
}
.form-inner-header .header-flash{
    width:164px;
    height: 158px;
    background-image: url('/assets/images/projects/reg_form_flash.png');
    background-repeat: no-repeat;
    position: absolute;
    top: -36px;
    right: -22px;
    color: #FFFFFF;
    font-family: 'lato', sans-serif;
}
.form-inner-header .header-flash span{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.form-inner-header .header-flash p{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 44px;
    transform: rotate(11deg);
}
.form-inner-left{
    background-color: #eeeeee;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.form-inner-left:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #eeeeee;
    position: absolute;
    right: 47%;
    top: 180px;
}
.form-inner-right{
    width: 49%; 
    display: inline-block;
    vertical-align: top;
    font-family: 'lato', sans-serif;
    font-size: 16px;
}
.form-inner-right h2{
    font-size: 18px;
    line-height: 20px;
    font-family: 'lato', sans-serif;
}
.form-inner-right h3{
    color: #ffab61;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'lato', sans-serif;
}
.form-inner-right p{
    margin-top: 10px;
    line-height: 18px;
    font-family: 'lato', sans-serif;
}
.form-inner-left p:first-child{
    margin-bottom: 20px;
}
.form-inner-left p{
    font-family: 'lato', sans-serif;
    font-size: 26px;
    color: #111111;
    line-height: 28px;
}
.form-inner-left p strong{
    font-weight: 600;
}
.form-inner-left span{
    font-family: 'lato', sans-serif;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}
.form-inner-left span a {
    color: #ffab61;
    text-decoration: none;
}
.form-inner-left form{
    margin-top: 40px;
}
.form-inner-left form label{
    font-family: 'lato', sans-serif;
    font-size: 16px;
    color: #333333;
    width:100%;
    display: block;
}
.form-inner-left form input[type="email"],
.form-inner-left form input[type="password"]{
    width: 92%;
    height: 45px;
    max-width: 325px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 5px;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-left: 20px;
}
.form-inner-left form input{
    outline: none;
}
.form-inner-left form button{
    font-family: 'lato', sans-serif;
    font-size: 20px;
    width: 100%;
    color: #FFFFFF;
    background-color: #ffab61;
    border: none;
    white-space: normal;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all .5s ease;
    margin-bottom: 20px;
    height: auto;
}
.form-inner-left form button:hover{
    background-color: #ff8c27;
    cursor: pointer;
}
.form-inner-left form button:disabled {
    background-color: #333333;
    cursor: not-allowed;
}
.form-inner-left form input[type="checkbox"]{
    -webkit-appearance: none;
    background-color: #FFFFFF;
    width: 22px;
    height: 22px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: -5px;
    z-index: 999;
}
.form-inner-left form input[type="checkbox"]:hover{
    cursor: pointer;
    border: #ffab61 1px solid;
}
.form-inner-left form input[type="checkbox"]:checked{
    background-color: #49c930;
}
.form-inner-left form input[type=checkbox]:checked::after{
    font-family: FontAwesome;
    content:'\f00c';
    color: #FFFFFF;
    position: absolute;
    font-size: 20px;
  }
.form-inner-left form .optin{
    line-height: 21px;
    margin-top: 6px;
}
.form-inner-left form .optin label{
    display: inline-block;
    width: 89%;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}
.form-inner-left form .optin label a{
    font-weight: bold;
    color: #ffab61;
    text-decoration: none;
}
.form-inner-left form .optin .unsub{
    color: #333333;
    font-size: 14px;
    font-family: 'lato', sans-serif;
    margin-left: 33px;
}
.form-outer .logo-block{
    margin-top: 15px;
    text-align: center;
}
.form-outer .logo-block a{
    display: inline-block;
}
.form-outer .logo-block img{
    margin: 0px 12px;
}
.form-inner-left form .error-msg{
    background-color: #e12323;
    text-align: center;
    margin-top: 20px;
    display: none;
    padding: 10px;
    color: #FFFFFF;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    line-height: 20px
}
.form-inner-left form .success-msg{
    background-color: #4cc955;
    text-align: center;
    margin-top: 20px;
    display: none;
    padding: 10px;
    color: #FFFFFF;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    line-height: 20px
}
.optinTip{
    padding: 15px;
    font-size: 18px;
    font-family: 'lato', sans-serif;
    color: #FFFFFF;
    background-color: #ffab61;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 15px;
}
.optinTip:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffab61;
    position: relative;
    top: -44px;
    left: -25px;
}
@media screen and (max-width: 767px){
    body{
        height: 100%;
        padding: 15px 15px;
    }
    .pad-left, .pad-right{
        padding: 20px 20px 20px 20px;
    }
    .form-outer{
        transform: translateY(0%);
        top: 0%;
    }
    .form-inner-right,
    .form-inner-left{
        width: 100%;
    }
    .form-inner-left{
        text-align: center;
    }
    .form-inner-right{
        margin-top: 30px;
    }
    .form-inner-header .header-flash{
        display: none;
    }
    .form-inner-left:after{
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #eeeeee;
        right: auto;
        top: 60px;
        position: relative;
        display: block;
        margin: auto;
    }
    .form-inner-header h1{
        margin-left: 0px;
        margin-top: 0px;
    }
    .form-inner-header img{
        display: block;
        margin: auto;
    }
    .form-inner-left form .optin label{
        width: 100%;
    }
    .form-inner-left form .optin .unsub{
        margin-left: 0px;
    }
    .optinTip:before{
        content: '';
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #ffab61;
        position: relative;
        top: -27px;
        display: block;
        margin: auto;
        left: auto;
    }
    .optinTip{
        margin: 15px 0px;
    }
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*FOOTER FORM STYLING*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/

.footer-reg-form{
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'ralewaymedium';
    width: 100%;
    max-width: 270px;
    padding-top: 15px;
}
.footer-reg-form h3{
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Lora', serif;
    clear: both;
    padding-top: 10px;
    line-height: 22px;
    color: #333333;
    font-style: italic;
}
.footer-reg-form input[type="text"], .footer-reg-form input[type="password"]{
    width: 100%;
    height:40px;
    color: #111111;
    font-size: 16px;
    font-family: 'ralewaymedium';
    outline: none;
    padding-left: 20px;
    margin: 15px 0px;
    border:none;
    box-sizing: border-box;
}
.footer-reg-form input[type="password"]{
    display: none;
    margin-top: 0px;
}
.footer-reg-form input[type="checkbox"]{
    -webkit-appearance: none;
    background-color: #e36d61;
    width: 35px;
    height: 35px;
    border: 1px solid #f4a6a5;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: -5px;
    z-index: 999;
}
.footer-reg-form input[type="checkbox"]:hover{
    cursor: pointer;
    border: #ffffff 1px solid;
}
.footer-reg-form input[type="checkbox"]:checked{
    background-color: #FFFFFF;
}
.footer-reg-form input[type=checkbox]:checked::after{
    font-family: FontAwesome;
    content:'\f00c';
    color: #aed000;
    position: absolute;
    font-size: 28px;
    padding: 3px;
  }
.footer-reg-form input[type="submit"]{
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'ralewaymedium';
    outline: none;
    background-color: #00929f;
    border: none;
    border-radius: 5px!important;
    transition: .5s all ease;
    margin-top: 20px;
}
.footer-reg-form input[type="submit"]:hover{
    background-color: #18b6c4;
    cursor: pointer;
}
.footer-reg-form input[type="submit"]:disabled {
    background-color: #fb9d95;
    cursor: not-allowed;
}
.footer-reg-form .optinTip{
    background-color: #FFFFFF;
    color: #e07b79;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    display: none;
    box-sizing: border-box;
    max-width: 260px;;
}
.footer-reg-form .optinTip:before{
    left: -12px;
    border-bottom: 12px solid #FFFFFF;
}
.blog-box-title{
    padding: 10px 0px;
}
.footer-reg-form .optin label{
    font-size: 15px;
    width: 82%;
    float: right;
    line-height: 20px;
}
.footer-reg-form .success-msg, .footer-reg-form .error-msg{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px;
    font-family: 'ralewaymedium';
    line-height: 20px;
    text-align: center;
}
@media screen and (max-width: 767px){
    .Footer_Search{
        float: none;
        padding: 20px 0px;
        clear: both;
        width: 100%;
    }
    .footer-reg-form{
        text-align: center;
    }
    .footer-reg-form input[type="text"]{
        display: block;
        margin-top: 20px!important;
    }
    .footer-reg-form input[type="text"], .footer-reg-form input[type="password"]{
        width: 92%;
        max-width: 100%;
        margin: auto;
        margin-bottom: 15px;
    }
    .footer-reg-form .optin label{
        width: 100%;
        float: none;
    }
    .footer-reg-form input[type="checkbox"]{
        display: block;
        margin: auto;
    }
    .footer-reg-form input[type="submit"]{
        margin-top: 15px;
    }
    .footer-reg-form .optinTip:before{
        left: 0px;
    }
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*POPUP SINGLE ENTRY FORM STYLING*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
#form-popup-registration-form{
    width: 100%;
}
.register_content{
    padding: 0px 0px 0px;
}
.register_content form{
    padding: 0px 40px 0px
}
.modal-popup-inner{
    padding: 0px;
}
.modal-popup-inner h2{
    font-size: 36px;
    line-height: 40px;
    font-family: 'lato', sans-serif;
    color: #333333;
    font-style: normal;
}
.modal-popup-inner p{
    font-size: 16px;
    font-family: 'lato', sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    margin-top: 20px;
}
.modal-popup-inner a{
    font-size: 22px;
    font-family: 'lato', sans-serif;
    color: #ffab61;
    line-height: 26px;
    margin: 30px 0px 15px;
    text-decoration: none;
    display: block;
}
.modalPad{
    padding: 32px 32px;
}
.slick-list{
    padding: 0px 0px!important;
    width: 100%;
}
.slick-dots li button:before{
    font-size: 40px!important;
    color: #ffab61!important;
}
.slick-dots li.slick-active button:before{
    color: #ffab61;
}
.slick-slide img{
    margin: 20px auto;
    max-width: 100%;
}
.regSlide{
    padding-top: 20px;
}
.regSlide h2{
    font-size: 34px;
    line-height: 38px;
}
.regSlide .form-inner-left{
    width: 100%;
    background-color: #FFFFFF;
    max-width: 480px;
}
.regSlide .form-inner-left form input[type="email"], .regSlide .form-inner-left form input[type="password"]{
    width: 100%;
    padding: 0px 15px 0px 15px;
    margin: 0px 0px 15px;
    max-width: 360px;
}
.regSlide .form-inner-left label{
    text-align: left;
    clear: both;
}
.regSlide .form-inner-left:after{
    display: none;
}
.regSlide .optin a{
    display: inline;
    margin: 0px;
}
.regSlide .optinTip:before{
    left: -30px;
}
.buttonsBlock a{
    border: 1px solid #ffab61;
    font-size: 20px;
    font-family: 'lato', sans-serif;
    width: 200px;
    height: 70px;
    text-align: center;
    display: inline-block;
    line-height: 66px;
    border-radius: 5px;
    margin-top: 20px;
    color: #ffab61;
    transition: .5s all ease;
    line-height: 65px!important;
    padding: 0px 0px!important;
}
.buttonsBlock a.active, .buttonsBlock a:hover{
    background-color: #ffab61;
    color: #FFFFFF
}
.buttonsBlock a:first-child{
    margin-right: 15px;
}
.finalSlideButtons{
    display: none;
}
.finalSlideButtons a{
    font-size: 13px;
    line-height: 16px;
    font-family: 'lato', sans-serif;
    width: 200px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    color: #333333;
    padding: 0px 0px!important;
    line-height: 18px!important;
    font-size: 16px!important;
    text-decoration: none!important;
}
.finalSlideButtons a span{
    color: #e67673;
}
.finalSlideButtons a:first-child{
    border-right: 1px solid #ddd;
}
.finalSlideButtons a:first-child span{
    color: #ffab61;
}
.form-inner-left span{
    float: none;
}
.login_content .form-inner-left form{
    padding: 0px 40px;
    margin-top: 22px;
}
.login_content .form-inner-left form span{
    float: none;
}
.login_content .form-inner-left .optin{
    clear: both;
}
.login_content .form-inner-left .optin label{
    vertical-align: top;
}
.login_content .form-inner-left button{
    padding: 20px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
}
.login_content .form-inner-left h2{
    font-weight: 800;
    font-size: 35px;
    line-height: 60px;
}
.login_content .not-a-member{
    padding: 40px 40px 40px;
}
.login_content .not-a-member h2{
    position:relative;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 0px;
  }
.login_content .not-a-member h2:before {
    content: "";
    display: block;
    border-top: solid 2px #c0c8d9;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
  }
.login_content .not-a-member h2 span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-family: 'lato', sans-serif;
    font-style: normal;
    color: #333333;
  }
.login_content .not-a-member p{
    font-size: 13px;
    font-family: 'lato', sans-serif;
    font-style: normal;
    color: #333333;
    line-height: 20px;
}
.login_content .not-a-member a{
    font-size: 13px;
    font-family: 'lato', sans-serif;
    font-style: normal;
    padding-right: 0px;
    padding-left: 0px;
    border-left: none;
}
.popup-register .header-flash{
    width: 135px;
    height: 130px;
    background-image: url('/assets/images/projects/reg_form_flash.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -36px;
    left: -22px;
    color: #FFFFFF;
    font-family: 'lato', sans-serif;
    z-index: 9;
}
.popup-register .header-flash span{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.popup-register .header-flash p{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: 36px;
    transform: rotate(-11deg);
}
@media screen and (max-width: 480px){
    .modaal-content-container{
        width: 100%;
        max-width: 300px;
    }
    .modalPad{
        padding: 32px 5px;
    }
    .login_content .form-inner-left button{
        padding: 0px 0px;
    }
    .register-form button{
        height: auto;
    }
}
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*NEW MODAL POPUPS*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 9999;
    overflow: auto; /* Enable scroll if needed */
    padding: 20px 0px
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 7% auto 7%; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 500px;
    position: relative;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: 9;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 40px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*SIDEBAR NEWSLETTER FORM*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
.newsletter-signup-form h3{
    font-size: 18px;
    line-height: 22px;
    font-family: 'lato', sans-serif;
    color: #333333;
    padding-top: 18px!important;
    margin-bottom: 15px;
}
.newsletter-signup-form form input[type="email"],
.newsletter-signup-form form input[type="password"]{
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    padding: 0px 0px;
    padding-left: 15px;
    color: #333;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    text-transform: none;
    box-shadow: none;
    box-sizing: border-box;
}
.newsletter-signup-form form input[type="email"]{
    margin-bottom: 15px;
}
.newsletter-signup-form form input[type="password"]{
    margin-bottom: 15px;
}
.newsletter-signup-form form button{
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'lato', sans-serif;
    outline: none;
    background-color: #ffab3f;
    border: none;
    border-radius: 5px;
    transition: .5s all ease;
    box-sizing: border-box;
}
.newsletter-signup-form form button:hover{
    background-color: #f39112;
    cursor: pointer;
}
.newsletter-signup-form form button:disabled {
    background-color: #ffcb86;
    cursor: not-allowed;
}
.newsletter-signup-form .sidebar-form-top{
    border-bottom: dotted #333 1px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.newsletter-signup-form span {
    font-size: 15px;
    color: #232323;
    line-height: 20px;
}
.newsletter-signup-form span a {
    color: #ffab3f;
    text-decoration: underline;
}
.newsletter-signup-form form input[type="checkbox"]{
    -webkit-appearance: none;
    background-color: #eeeeee;
    width: 35px;
    height: 35px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    z-index: 999;
    vertical-align: top;
    margin-right: 10px;
}
.newsletter-signup-form form input[type="checkbox"]:hover{
    cursor: pointer;
    border: #dddddd 1px solid;
}
.newsletter-signup-form form input[type="checkbox"]:checked{
    background-color: #ffab3f;
}
.newsletter-signup-form form input[type=checkbox]:checked::after{
    font-family: FontAwesome;
    content:'\f00c';
    color: #FFFFFF;
    position: absolute;
    font-size: 28px;
    padding: 3px;
  }
.newsletter-signup-form form .optin{
    margin: 0px;
    margin-bottom: 12px;
}
.newsletter-signup-form form .optin label{
    display: inline-block;
    width: 80%;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left;
    font-family: 'lato', sans-serif;
    line-height: 22px;
}
.newsletter-signup-form .sidebarTip{
    font-family: 'lato', sans-serif;
    line-height: 22px;
    font-size: 16px;
    color: #de2f2f;
    margin-bottom: 15px;
    font-weight: 600;
    clear: both;
}
.newsletter-signup-form .success-msg,
.newsletter-signup-form .error-msg{
    clear: both;
    float: left;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.newsletter-signup-form .Block_Detail{
    padding: 15px 20px 10px 20px;
}
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*GIVEAWAYS FORM*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
.formPad h2{
    font-family: 'lato', sans-serif;
    font-size: 32px;
    color: #333333;
    margin-bottom: 10px;
}
.giveawayform p{
    width: 50%;
    display: inline-block;
    margin: 0px;
    padding-top: 0px;
    vertical-align: top;
}
.giveawayform p label,
.giveawayform p input[type="text"],
.giveawayform p input[type="email"],
.giveawayform p select{
    width: 100%;
}
.giveawayform p label{
    font-family: 'lato', sans-serif;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    margin: 10px 0px 5px;
    display: block;
    padding-left: 0px;
}
.giveawayform p label span{
    position: relative;
    color: #ea7e7b;
    font-size: 12px;
    top: -3px;
    left: 3px;
    width: auto;
}
.giveawayform p input[type="text"],
.giveawayform p input[type="email"],
.giveawayform p select
{
    height: 45px;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    padding: 0px 15px;
    border: 1px solid #dddddd;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    color: #333333;
    margin-bottom: 14px;
}
.giveawayform p input[type="submit"]{
    background-color: #48bfbf;
    color: #FFFFFF;
    font-family: 'lato', sans-serif;
    font-size: 20px;
    border-radius: 5px;
    border: #48bfbf 1px solid;
    padding: 10px 0px;
    transition: .5s all ease;
    width: 100%;
    max-width: 250px;
    margin-top: 20px;
    background-image: none;
    float: none;
    text-indent: 0px;
    height: auto;
}
.giveawayform p input[type="submit"]:hover{
    background-color: #FFFFFF;
    color: #48bfbf;
    cursor: pointer;
}
.giveawayform p select{
    background-color: #f6f6f6;
}
.giveawayform .field-full-width{
    width: 100%;
}
.giveawayform .optin{
    width: 100%;
    margin: 15px 0px;
}
.giveawayform .optin label{
    vertical-align: bottom;
    width: 82%;
    display: inline-block;
    line-height: 36px;
    padding-left: 10px;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    margin: 0px;
}
.giveawayform .optin label strong{
    font-weight: 900;
}
.giveawayform .optin label a{
    color: #48bfbf;
    font-style: normal;
}
.giveawayform p input[type="checkbox"]{
    -webkit-appearance: none;
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    z-index: 999;
    vertical-align: top;
}
.giveawayform p input[type="checkbox"]:hover{
    cursor: pointer;
}
.giveawayform p input[type="checkbox"]:checked{
    background-color: #eeeeee;
}
.giveawayform p input[type=checkbox]:checked::after{
    font-family: FontAwesome;
    content:'\f00c';
    color: #bbbbbb;
    position: absolute;
    font-size: 22px;
    padding: 3px;
  }
.giveawayform .optin-required input[type="checkbox"]:checked{
background-color: #49c930;
}
.giveawayform .optin-required input[type=checkbox]:checked::after{
    font-family: FontAwesome;
    content:'\f00c';
    color: #FFFFFF;
    position: absolute;
    font-size: 22px;
    padding: 3px;
}
.optin-required{
    background-color: #FFFFFF;
    background-image:url('/assets/images/projects/newsletter.png');
    background-repeat: no-repeat;
    background-position: 1% center;
    box-sizing: border-box;
    padding: 20px 25px 20px 120px!important;
    font-size: 14px!important;
    color: #333333!important;
    border: 1px solid #f7738d;
}
.optin-required span{
     font-size: 16px;
     display: block;
     margin-bottom: 10px;
     text-align: left;
}
.optin-required label{
    vertical-align: top!important;
    line-height: 28px!important;
    padding-left: 0px!important;
}
.optin-required input,
.optin-required label{
    margin-top:10px!important;
}
.giveawayform  hr{
    border-top: 1px solid #eee;
}
.giveawayform  h5{
    font-size: 14px;
    font-family: 'lato', sans-serif;
}
.giveawayform  h5 a{
    color: #fea532;
}
@media screen and (max-width: 760px){
    .giveawayform p{
        width: 100%;
    }
    .giveawayform p input[type="text"],
    .giveawayform p input[type="email"],
    .giveawayform p input[type="submit"],
    .giveawayform p select{
        max-width: 100%;
    }
    .giveawayform .optin label{
        width: 76%;
    }
}

/* CSS loader for competition form */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #48bfbf; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spinner 1s linear infinite;
}

@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

input.input-error {
    border: 1px solid red !important;
}

/* Blaize CSS */
.blaize-theme-default.blaize-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.blaize-theme-default.blaize-form .blaize-error {
    display: none;
    color: #FFFFFF;
    background-color: #d95454;
    font-size: 16px;
    line-height: 18px;
    padding: 20px;
    margin-bottom: 15px;
    font-family: 'Lato', serif;
    width: 100%;
}
.blaize-theme-default.blaize-form .blaize-success {
    display: none;
    background-color: #6fc56f;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    padding: 20px;
    margin-bottom: 15px;
    font-family: 'Lato', serif;
    width: 100%;
}
.blaize-theme-default.blaize-form.blaize-form-login,
.blaize-theme-default.blaize-form.blaize-form-reset-password {
    display: none;
}
#form-login-form form input {
    box-sizing: border-box;
    height: 50px;
    font-size: 16px;
    font-family:    'Lato', serif;
    margin-top: 5px;
    width: 100%;
    padding-left: 15px;
}
#form-login-form button{
    background:     #ff8272;
    border:         none;
    border-radius:  1px;
    box-sizing:     padding-box;
    color:          #fff;
    cursor:         pointer;
    float:          left;
    font-size:      30px;
    font-weight:    bold;
    margin:         5px 0 15px 0;
    padding:        5px 0 2px 0;
    text-transform: uppercase;
    width:          100%;
    border:         2px solid #ff8272;
    font-family:    'Lato', serif;
}
#form-login-form button:hover{
    background:     #FFFFFF;
    color:          #ff8272;
}
#form-login-form form label, #form-login-form form span{
    font-family: 'Lato', serif;
    font-size: 16px;
    color: #333333;
    width:100%;
    display: block;
}
#form-login-form form label, #form-login-form form span a{
    color: #3fcabf;
    text-decoration: underline;
}
#forgot_password_form {
        display: block;
        margin: auto;
        clear: both;
        max-width: 600px;
}
#form-form-login {
    width: 100%;
}
#popupLogin{
    display: block;
}
#popupReset{
    display: none;
}
#sidebar_password {
    display: none;
}