/* CSS Document */
/* BANNER */
#ct_banner { position: relative; float: left; width: 100%; border-top: 1px solid #e3e3e3; overflow: hidden !important; }
#ct_banner .banner_wrap { position: relative; float: left; left: 50%; width: 1920px; }
#ct_banner .banner_slides { position: relative; float: left; left: -50%; width: 1920px; }
#ct_banner .banner_slides img { width: 100%; }

/* Prevent the slideshow from flashing on load */
#slides { display: none; }
#slides a.slidesjs-navigation { position: absolute; z-index: 11; top: 50%; width: 32px; height: 32px; margin-top: -16px; text-indent: -999px; overflow: hidden !important; }
#slides a.slidesjs-previous { left: 50%; margin-left: -590px; background: url(../images/icon/left_lblue.png) center no-repeat; background-size: 32px; }
#slides a.slidesjs-previous:hover { background-image: url(../images/icon/left_dblue.png); }
#slides a.slidesjs-next { right: 50%; margin-right: -590px; background: url(../images/icon/right_lblue.png) center no-repeat; background-size: 32px; }
#slides a.slidesjs-next:hover { background-image: url(../images/icon/right_dblue.png); }

/* HEADER */
#ct_header { position: relative; float: left; width: 100%; margin: 5px 0; }
#ct_header h2 { font: 700 32px/32px 'Open Sans', sans-serif; color: #1c1e3e; }
#ct_header h2 em { font: 400 22px/32px 'Open Sans', sans-serif; color: #1c1e3e; }
#ct_header h2 small { padding-left: 20px; font: 400 16px/32px 'Open Sans', sans-serif; color: #1c1e3e; }

/* CONTENT */
#ct_content { position: relative; float: left; width: 100%; margin: 20px 0 50px 0; }
#ct_content .ct_left { position: relative; float: left; width: 100%; }

#ct_content .ct_products { position: relative; float: left; width: 100%; }
#ct_content .ct_products ul.cat_items { position: relative; float: left; width: 100%; }
#ct_content .ct_products ul.cat_items li { position: relative; float: left; width: 375px; margin: 0 23.5px 30px 0; }
#ct_content .ct_products ul.cat_items li:nth-child(3n+3) { margin-right: 0px !important; }
#ct_content .ct_products ul.cat_items a { float: left; width: 100%; }
#ct_content .ct_products ul.cat_items img { width: 100%; }

@media screen and (max-width:834px) {
    #global_footer { display: none; }
    #mobile_bar { display: block; }
    
    #ct_banner .banner_wrap { width: 100%; }
    #ct_banner .banner_slides { width: 100%; }
    #ct_content .ct_products ul.cat_items li:nth-child(3n+3) { margin-right: 2% !important; }
}
