
#deals {
    position:relative;
}

#deals .loading-overlay {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:100;
    text-align:center;
    top:0;
    left:0;
    font-size:20px;
    color:#42D496;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px #ccc;
}


#deals .loading-overlay img {
    width:200px;
    max-width:90%;
    margin:30px auto;

} 
/* 5 PAGINATION *****/
.pagination {
    margin: 0.5em;
    display:block;
    line-height: 2em;
    clear: both;
    text-align: center;
    max-width: 1460px;
    margin: 0 auto;
    padding: 10px 0px;

}
.pagination >.prev , .pagination>.next {
    margin: 0;
    position: relative;
}


.pagination .pages > a{
    line-height: inherit;
    white-space: nowrap;
    display: inline-block;
    padding: 1px 15px;
    text-decoration: none;
    color: black;
    border-radius: 3px;
    font-size: 14px;
    background-color: #f0f0f0;
}
.pagination .pages > a:hover {
    background: #d277b2; 
    color:#fff
}
.pagination .prev {
    float: left;
}
.pagination .next {
    float: right;
}
.pagination .pages > a.grey.active {
    background: #eda22d;
    background:#d277b2;
    color:white;
}
.star s {
    color:#888;
}
.selectBox select {
    width:326px 
}

.dealSiteVideo {
    position:relative;
}
.dealSiteVideo .play_video {
    position: absolute;
    left: 50%;
    top: 50%;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-size: 18px;
    margin: -15px 0 0 -50px;
}

@media (min-width: 1800px) {
    .container{
        width: 1300px !important;
    }
}