/* ========================= */
/* BOOTSTRAP MODEL POPUP */
/* ========================= */
.close {
    color: #000000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 35px;
    text-shadow: 0 1px 0 #ffffff;
    top: 45px;
}
.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px 15px 0;
    min-height: 16.42857143px;
    position: relative;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 0 14.5px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.clickable {
    cursor:pointer;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 790px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
/* ========================= */
/* POP UP */
/* ========================= */
.olw1 {
    text-align: center;
}
.olw2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 10px;
    text-shadow: 0 3px 9px #060606;
    text-transform: uppercase;
}
.olw2 span {
    color: #6ae229;
}
.olw3 {
    margin: 0 auto;
    max-width: 445px;
    width: 100%;
}
.olw3 {
    background-color: rgba(0, 0, 0, 0.10);
    border: 1px solid #fff;
    box-shadow: 0 1px 5px 0 #060606;
    -moz-box-shadow: 0 1px 5px 0 #060606;
    -webkit-box-shadow: 0 1px 5px 0 #060606;
    display: inline-block;
    margin: 0 auto;
    max-width: 445px;
    padding: 15px;
    width: 100%;
}
.olw31 {
    float: left;
    height: 70px;
    width: 70px;
}
.olw32 {
    color: #fff;
    font-size: 18px;
    padding: 12px 20px 12px 95px;
    text-align: left;
}
.olw32 p {
    margin: 0;
}
.winner-name {
    font-size: 14px;
    font-weight: 700;
}
.olw4,.olw4:hover {
    background-color: transparent;
    border: 0 none;
    color: #68eb21;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 10px auto;
    outline: 0 none;
    text-shadow: 0 3px 9px #060606;
    text-transform: uppercase;
}
.olw4 img {
    vertical-align: middle;
}
.popup-header {
    border: 1px solid #e5e5e5;
    width: 100%;
}
.pop20 {
    border: 1px solid #e5e5e5;
    border-top: 0 none;
    padding: 10px 7px;
    margin: 0 0 15px 0;
}
.pop201 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 5px 5px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
.pop21 {
    height: 410px;
    list-style: outside none none;
    margin: 0;
    overflow-y: scroll;
    padding: 0;
}
.pop21 li {
    display: inline-block;
    padding: 0 6px;
    width: 130px;
}
.pop21 li:nth-child(5n) {
    margin-right: 0;
}
.pop21 p {
    color: #272525;
    font-size: 10px;
    margin: 0;
    text-align: center;
}
.pop-img {
    padding: 10px 5px 15px;
}
.pop21 p.pop-date {
    font-size: 12px;
}
.pop21 p.pop-winner {
    font-weight: 700;
    padding: 2px 0;
}
/* ========================= */
/* MEDIA QUERY */
/* ========================= */
@media all and (min-width:1200px){
   /* .hidden-lg{
        display: none !important;
    }*/
}
@media all and (min-width:992px) and (max-width:1199px){
    /*.hidden-md{
        display: none !important;
    }*/
}
@media all and (min-width:992px){
    /*.logo img{
        max-width: 280px;
    }*/
}
@media all and (min-width:768px) and (max-width:991px){
   /* .hidden-sm{
        display: none !important;
    }*/
}
@media all and (min-width:768px){
  /*  #footer p{
        padding-right:15px;
    }
    #footer ul{
        padding-left:25px;
    }
    #footer ul::before{
        content:"\2013";
        position:absolute;
        left:0;
    }*/
}
@media all and (max-width:1199px){
   /* .steps li{
        padding: 0 1% 0 3%;
        font-size: 14px;
        line-height:36px;
    }
    .steps span{
        margin-left:10px;
    }
    .steps em{
        font-size: 30px;
        width: 36px;
        height: 36px;
    }*/
}
@media all and (max-width:991px){
    /*.container, .container-smaller{
        padding: 0;
    }
    h1, h2{
        font-weight: bold;
    }
    h1, h2, h3, h4, h5, h6{
        font-size:1.5em;
    }
    .home_landing{
        padding: 0 10px;
    }
    .home_landing .landing_title{
        margin-left: 15px;
        margin-right: 15px;
    }
    .home_landing .landing_text{
        padding-left: 10px;
        padding-right: 10px;
    }
    #header{
        padding:15px 0 0;
        background: #d1aa40;
        background: -moz-linear-gradient(top,  #d1aa40 0%, #fac334 100%);
        background: -webkit-linear-gradient(top,  #d1aa40 0%,#fac334 100%);
        background: linear-gradient(to bottom,  #d1aa40 0%,#fac334 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1aa40', endColorstr='#fac334',GradientType=0 );
        border-bottom: 3px solid #5a5a5a;
    }
    .logo, .steps{
        display:block;
        width:auto;
        float:none;
        text-align:center;
    }
    .mobile_head h2{
        font-size: 30px;
        font-weight: 800;
        color: #76c700;
        border-bottom: 1px solid #5a5a5a;
        margin: 0;
        padding: 5px 0;
    }
    .inner_wrapper{
        background: none;
        border: 3px solid #5a5a5a;
        background: url(/views/templates/everydaywinner/Desktop/assets/gradient_footer.jpg) repeat-x bottom;
    }
    .content_wrapper{
        padding: 10px 15px 15px;
        margin: 0 auto;
        background: transparent;
    }
    #content {
        padding-bottom: 0;
    }
    .head_with_sub{
        text-align: center;
    }
    .head_with_sub h1,
    .head_with_sub h2,
    .offer_num{
        display: inline-block;
        float: none;
    }
    .head_with_sub h1{
        font-size: 28px;
    }
    .offer_num{
        padding-left: 20px;
    }
    .offer_wrap h3{
        font-weight: 400;
    }
    .no_grey_mobile{
        border: none;
        padding: 0;
        background: transparent;
    }
    .no_border_mobile{
        border: none;
    }
    .more_stuffs{
        border: solid #dadada;
        border-width: 1px 0;
        padding-top: 1em;
    }*/
    
    /*POP UP RESPONSIVE START*/
    .modal-dialog {
        margin: 30px auto;
        width: 625px;
    }
    .pop21 li {
        width: 116px;
    }
    .close {
        top: 34px;
    }
    /*POP UP RESPONSIVE END*/
}
@media all and (max-width:767px){
    /*.top_links ul{
        background: none;
        padding: 0;
        font-size: 12px;
    }
    .vertical_content_wrap{
        height:auto;
        padding:10px 0 120px;
    }
    .ad_box .row{
        display:block;
    }
    .col-4, .col-8{
        width:100%;
    }
    .landing_rel{
        margin-top: 30px;
    }
    .landing_wrapper,
    .inner_wrapper{
        background-attachment:scroll;
    }
    .landing_wrapper{
        background-image: url(/views/templates/everydaywinner/Desktop/assets/landing_bg.jpg);
        background-position: center bottom;
    }
    .landing_logo{
        top: -30px;
    }
    .landing_logo img{
        width:100%;
        height: auto;
    }
    .landing_title{
        margin-top: 15%;
    }
    .landing_title h1{
        line-height: 1em;
        font-size: 40px;
    }
    .landing_text h3{
        font-size: 20px;
    }
    .landing_timer{
        font-size: 36px;
    }
    .big_btn input[type='submit'], .big_btn input[type='button']{
        font-size: 24px;
    }
    .steps li{
        padding: 0 1% 0 3%;
        line-height:24px;
    }
    .steps span{
        margin-left:5px;
    }
    .steps em{
        font-size: 20px;
        width: 24px;
        height: 24px;
    }
    .about_left, .about_right{
        float:none;
        width:100%;
    }
    .about_left{
        margin-bottom:0;
    }
    .offer_wrap img{
        float:none;
        display:block;
        margin:0 auto 15px;
    }
    .ad_box .col-4{
        margin-bottom:30px;
    }
    .ad_box .col-4:last-child{
        margin-bottom:0;
    }
    .smaller_row .col-4{
        margin-bottom:5px;
    }
    .landing_logo,
    .landing_text{
        width:100%;
        float:none;
    }
    .landing_logo{
        text-align:center;
    }
    .landing_text{
        border-left:none;
        border-top:1px solid #e7e7e7;
    }
    #footer{
        background: none;
        position: relative;
        padding-bottom: 10px;
        color: #fff;
    }
    #footer p, #footer ul{
        display:block;
        margin-bottom: 0;
    }
    #footer a{
        color: #fff;
    }
    #footer a:hover{
        color: #76c700;
    }
    #footer li::before{
        color: #fff;
    }
    .hidden-xs{
        display: none !important;
    }*/
}
@media all and (max-width:639px){
    /*.steps{
        margin:auto;
    }
    .steps li{
        margin-bottom:10px;
        padding:0 20px !important;
    }
    .about_text h2 strong{
        font-size:60px;
    }*/
    /*POP UP RESPONSIVE START*/
    .modal-dialog {
        margin: 30px auto;
        width: 450px;
    }
    .olw3 {
        max-width: 420px;
    }
    .close {
        right: 25px;
        top: 25px;
        width: 25px;
    }
    /*POP UP RESPONSIVE END*/
}
@media all and (max-width:479px){
   /* h3, h4, h5, h6{
        font-size:1em;
    }
    .head_with_sub h2{
        font-size:1em;
    }
    input[type='button'].fb_btn{
        float:none;
        margin:0 auto;
        display:block;
    }
    .email_div{
        width:100%;
        display:block;
    }
    .landing_email span.or_text{
        display:block;
        width:100%;
    }*/
    /*POP UP RESPONSIVE START*/
    .modal-dialog {
        margin: 30px auto;
        width: 340px;
    }
    .olw3 {
        max-width: 300px;
    }
    .olw32 {
        font-size: 16px;
        padding: 0 0 0 80px;
    }
    .pop21 li {
        width: 130px;
    }
    /*POP UP RESPONSIVE END*/
}
@media all and (max-width:320px){
    /*POP UP RESPONSIVE START*/
    .modal-dialog {
        margin: 0 auto;
        width: 320px;
    }
    .olw3 {
        max-width: 260px;
    }
    .olw32 {
        font-size: 16px;
        padding: 0 0 0 80px;
    }
    .pop21 li {
        width: 115px;
    }
    /*POP UP RESPONSIVE END*/
}