/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08/09/2014, 11:32:46
    Author     : Ivan
*/
html, body {
    height: 100%;
}
.container-fluid {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: repeat;
    background-position: fixed;
    height: 100%;
    min-height: 100%;
}
.eplaces-opt-in-box {
    min-height: 50%;
    margin-top: 18%;
    background: #232323;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    text-align: center;
}
.eplaces-opt-in-box .header {
    padding: 5%;
}
.eplaces-opt-in-box .header h1 {
    line-height: 1.1;
    color: #FBC406;
    margin: 10px 0
}
.eplaces-opt-in-box .content .col-xs-3.col-md-3 {
    min-height: 100px;
}
.eplaces-opt-in-box .content p {
    color: #FFFFFF;
    /*margin: 20px 0;*/
    font-size: 20px;
}
.eplaces-opt-in-box .content {
    padding: 5%;
    background: linear-gradient(to bottom, #3F3F3F 0%, #292929 100%);
    -webkit-border-bottom-right-radius: 11px;
    -webkit-border-bottom-left-radius: 11px;
    -moz-border-radius-bottomright: 11px;
    -moz-border-radius-bottomleft: 11px;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
}
.eplaces-opt-in-box .content input {
    font-size: 15px;
    margin-bottom: 11px;
    background: #333;
    border-color: #444;
    height: 50px;
    color: #CCC;
}
.eplaces-opt-in-box .content button {
    margin-top: 60px;
    background: #FBC406;
    border-color: #FFF;
    font-size: 26px;
    font-weight: bold;
}
.eplaces-opt-in-box-secure #lock {
    background: url(/_admin/assets/pages/opt-in/images/1410118975_lock.png) 10px 10px no-repeat;
    padding: 20px 20px;
    font-size: 11px;
    text-align: center;
}

/* Modal */
.modal {
    margin-top: 10%;
}
.modal .close {
    margin-top: 0;
}
.modal-body {
    padding-top: 0;
}
.modal-body label {
    font-size: 23px;
}
.modal-body input {
    border-radius: 0;
    box-shadow: none;
    min-height: 44px;
}
.modal-body button {
    margin-top: 20px;
    border-color: #FFF;
    font-size: 26px;
    font-weight: bold;
}
.modal-footer p {
    font-size: 11px;
    text-align: center;
}

/* Responsive */
@media only screen and (max-width: 480px) {
    .eplaces-opt-in-box .content button {
        font-size: 100%;
    }
    .modal-body button {
        font-size: 100%;
    }
    .eplaces-opt-in-box .content button {
        margin-top: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .col-xs-12.col-md-5.col-md-offset-3 {
        margin-left: 31%;
    }
}