/* 320px (iPhone) */
@media screen and (max-width:320px) {
        #servicesSlider{ margin-top: 0px; }
        /* ==========================================================================
        Notice Feeds
        ========================================================================== */
        .nav_notices{
            z-index: 10;
            position: fixed;
            left: 0;
            top: auto;
            bottom: 0;
            margin: 0;
            background: #a1a9b0;
            opacity: 0.6;
            height: 50px;
            width: 100%;
        }
        .nav_notices ul li{
            display: inline;
            list-style: none;
            margin: 0;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0; 
            margin-left: 10px;
        }
        .nav_notices ul li div{
            display: inline;
            width: 50px;
            height: 50px;
            text-align: center;
        }
}
/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width:480px) {
        #servicesSlider{ margin-top: 0px; }
	.wrapper { background: #f3f5f8; height: 640px; }
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
        
}
/* xGA iPad */
@media screen and (max-width:1024px) {
        #servicesSlider{ margin-top: 0px; }
	.wp3 { background-position: 50px 0; }
	.swag { background-attachment: scroll; }
	.subscribe { background-attachment: scroll; }
}
/* 1200px (Small Desktop, Netbook) */
@media screen and (max-width:1280px) {
	.wp3 { background-position: 50px 0; }
}
/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:480px) and (max-width:991px) {
        #servicesSlider{ margin-top: 0px; }
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wrapper { background: #f3f5f8; height: 540px; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
}