/* Setting up high contrast on TC website */
/* Author: Piniel Hasibuan @ IBC Digital */

/* Change opaque white header colour to solid white*/
.site-header.contrast{
    background-color: #ffffff;
}

/* hide header image */
.slideshow .carousel-inner .item.contrast, .page_cover.contrast{
    opacity: 0;
}

/* red heading text become black */
.latest-deals-section h2.contrast, .item-fnd-txt .item-title.contrast, .subscribe-section h2.contrast, .latest-deals-section .deals-slide-item a.contrast,
.default-content #pageTitle h1.contrast{
    color: #000000;
}

/* grey background for the 3 application boxes become white */
.item-fnd-col.contrast{
    background: #ffffff none repeat scroll 0% 0%;
}

/* Red buttons becomes a Black button */
.red-btn.contrast{
    background: transparent -moz-linear-gradient(center top , #3A3A3A, #010101) repeat scroll 0% 0%;
}

/* Background image for Winner of .. section is removed */
.awards-section.contrast{
    background: transparent none repeat scroll 0% 0%;
}

/* Top holiday ideas, faded background image is removed */
.top-holiday2 .img-blur-container .picturefill-background.contrast{
    background: transparent none repeat scroll 0% 0% !important;
}

/* Stay connected background grey colour becomes white */
.subscribe-section.contrast{
    background: transparent none repeat scroll 0% 0%;
}

/* Top black section in the footer becomes a solid black colour */
.site-footer.contrast{
    background: #000000 none repeat scroll 0% 0%;
}