#topMain>li>a {
    height: 96px;
    line-height: 96px;
}

#topMain.nav-pills>li>a {
    color: #ffffff;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-weight: normal;
    background-color: transparent;
    letter-spacing: 1px;
}

#topMain.nav-pills>li:hover>a,
#topMain.nav-pills>li:focus>a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.03);
}

#topMain.nav-pills>li.active>a {
    color: #687482;
}

#topMain.nav-pills>li>a.dropdown-toggle {
    padding-right: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#topMain.nav-pills>li>a.dropdown-toggle:after {
    display: block;
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 17px;
    margin: -5px 0 0;
    font-family: FontAwesome;
    font-size: 12px;
    opacity: .3;
    line-height: 1em;
    border: 0;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -ms-transition: -ms-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
}

#header.bottom.dropup #topMain.nav-pills>li>a.dropdown-toggle:after {
    content: "\f106";
}

#topNav .navbar-collapse {
    float: right;
}

#topNav a.logo {
    height: 96px;
    line-height: 96px;
    overflow: hidden;
    display: inline-block;
}

@media only screen and (max-width: 1215px) {
    #topMain.nav-pills>li>a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1024px) {
    .home_page_rwd {
        height: 530px;
    }
    .fullwidthbanner-container {
        /*top: 50px;*/
    }
    #header,
    #topNav,
    #topMain {
        display: block;
        padding-top: 5px;
    }
    #topBar,
    #topBar>.container {
        min-height: 50px;
    }
    #topMain {
        float: right;
    }
    .click_lightbox {
        /*z-index: 900;*/
    }
    #topNav ul.dropdown-menu li {
        width: 150px;
        right: 59%;
    }
    #header.header-md #topNav #topMain>li>a {
        height: 60px;
        line-height: 60px;
    }
    #topMain.nav-pills>li>a.dropdown-toggle {
        padding-right: 0px;
    }
    #header.header-md #topNav a.logo {
        margin-left: -12px;
        height: 60px;
        line-height: 60px;
    }
    #header.header-md #topNav a.logo>img {
        height: 60px;
    }
    .container {
        max-width: 200%;
    }
    .menu-row-rebateEvent {
        right: -520px !important;
        min-width: 515px !important;
    }
    #rebateEvent {
        width: 167% !important;
    }
    .rebateEventHover {
        right: 81% !important;
        width: 270px !important;
    }
    .rebateEventHover img {
        width: 100% !important;
    }
    /*.menu-row {
		left: 11% !important;
	}
	.menu-row-rebateEvent {
		right:0px !important;
	}*/
}

@media only screen and (max-width: 768px) {
    .home_page_rwd {
        height: 410px;
    }
    #topBar>.container {
        /* min-height: 65px; */
        min-height: 70px;
    }
    .fullwidthbanner-container {
        /*top: 50px;*/
    }
    #topMain {
        float: right;
    }
    .click_lightbox {
        /*z-index: 900;*/
    }
    #topNav ul.dropdown-menu li {
        width: 150px;
        right: 82%;
    }
    #header.header-md #topNav #topMain>li>a {
        height: 50px;
        line-height: 50px;
    }
    #topMain.nav-pills>li>a.dropdown-toggle {
        padding-right: 0px;
    }
    #header.header-md #topNav a.logo {
        margin-left: -12px;
        height: 50px;
        line-height: 50px;
    }
    #header.header-md #topNav a.logo>img {
        height: 50px;
    }
    .container {
        max-width: 200%;
    }
    .menu-row-rebateEvent {
        right: -520px !important;
        min-width: 515px !important;
    }
    #rebateEvent {
        width: 135% !important;
    }
    .rebateEventHover {
        right: 78% !important;
        width: 240px !important;
    }
    .rebateEventHover img {
        width: 100% !important;
    }
    /*.menu-row {
		left: 11% !important;
	}
	.menu-row-rebateEvent {
		right:0px !important;
	}*/
}

@media only screen and (max-width: 480px) {
    .home_page_rwd {
        height: auto;
    }
    .fullwidthbanner-container {
        top: 0px;
    }
    #topBar>.container {
        /* min-height: 65px; */
        min-height: 39px;
    }
    /* Force 60px */
    #header {
        height: 60px !important;
    }
    #header #topNav a.logo {
        height: 60px !important;
        line-height: 50px !important;
    }
    #header #topNav a.logo>img {
        max-height: 60px !important;
    }
    #header #topNav #topMain>li>a {
        height: 40px !important;
        line-height: 40px !important;
        padding-top: 0;
    }
    #topMain>li {
        border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
    }
    #topMain>li:last-child {
        border-bottom: 0;
    }
    #header li.search .search-box {
        margin: 0 !important;
        position: fixed;
        left: 0;
        right: 0;
        top: 60px !important;
        width: 100%;
        background-color: #fff;
        border-top: rgba(0, 0, 0, 0.1) 1px solid;
    }
    #topMain.nav-pills>li>a.dropdown-toggle {
        padding-right: 15px;
    }
}