*{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color:#333333;
}
.mandatory{
   font-size: 12px;
   color: #dd0000;
}
.red{
   color: #dd0000;
}
body{
    background: url("/templates/MBE-2015/images/body-bg.jpg") no-repeat fixed;
    padding:0;
    margin:0;
    background-size:cover;
}
.clear-float{
    clear:both;
}
img{
    border: 0 none;
    max-width: 100%;
}
a:focus{
    text-decoration:none;
}
h3{
    font-size: 26px;
    margin: 0;
}
h4{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
h5{
    font-size: 18px;
    margin: 0;
}
/*=========header starts=========*/
#header{
    position: relative;
}
.header-top{
    background: url("/templates/MBE-2015/images/header-bg-updated.png") repeat;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 116px;
}
.header-bottom{
    padding-top: 0px;
}
.navbar{
    min-height: 24px;
    margin: 0;
}
.navbar-header{
    display: none;
}
.navbar-brand{
    height: 100px;
    padding: 0;
    margin: 3px 0;
}
.navbar-default{
    background: none;
    border: none;
}
.navbar-toggle{
    margin: 0;
    padding: 0;
    border: none;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #ffffff;
    width: 50px;
    height: 8px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-brand > img.mbe-mobile-logo{display:none;}
/*-----header-search-----*/

#header .search, #header .mobile-search{
    text-align: right;
}
#header .search-box{
    display: inline;
    position: absolute;
    right: 15px;
    bottom: -26px;
}
#header .mobile-search{
    display: none;
}
#header .search input, #header .mobile-search input{
    width: 200px;
    height: 30px;
    border: none;
    padding-left: 15px;
    vertical-align: top;
}
#header .search input.button-search{
    background: url("/templates/MBE-2015/images/search-icon.png") no-repeat center center;
    width: 31px;
    height: 31px;
    margin-left: 10px;
    margin-top: 5px;
}
/*-----header-text-----*/
.header-text{
    text-align: right;
    margin: 20px 0px 0 0;
}
.header-text p{
    font-size: 14px;
    margin: 0;
    color: white;
}
.header-text h4 {
    color: black;
    display: inline-block;
}
.header-text a.headerPhone {
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
}
/*-----header-text h4 replaced by span starts-----*/
.header-text span.header-title {
    color: black;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
@media (max-width: 767px){    
    .header-text span.header-title {
    	font-size:18px;
    }
}
@media (max-width: 479px){  
    .header-text span.header-title{
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 1160px){
    .header-text span.header-title{
		display:block; font-size:22px;
		}
}
@media (min-width: 480px) and (max-width: 767px){
    .header-text span.header-title{
		font-size:17px;
		}
}
@media (max-width: 400px){
    .header-text span.header-title{
        font-size: 12px;
    }
}
/*-----header-text h4 replaced by span ends-----*/

/*-----header-menu-----*/
.header-menu{
    float: right;
}
.header-menu ul{
    margin: 0;
    padding: 0;
}.header-menu ul li{
     list-style: none;
     float: left;
 }
.header-menu ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    padding: 6px 10px;
    line-height: 40px;
}
.header-menu ul li a:hover{
    background: url("/templates/MBE-2015/images/header-menu-hover.png") repeat;
}
/*max-width: 1024px*/
@media (max-width: 1024px){
    .header-menu{
        display: none;
        margin-right: -32px;
        margin-top: 20px
    }
    .header-menu ul li {
        background: #ED1C24;
        width: 140px;
        float: right;
        clear: right;
    }
    .header-menu ul li a {
        display: block;
        font-size: 14px;
        line-height: 30px;
    }
    .header-menu ul li a:hover {
        border: none;
    }
    .navbar-header{
        display: inline-block;
        float: right;
        margin: 15px 0 0 0;
    }
    .header-top{
        background-position: -950px top;
    }
    .header-text p {
        display: block;
    }
}
/*mobile*/
@media (max-width: 767px){
    .navbar-brand > img{
        width: 100%;
    }
    #header  .search-section{
        float: right;
        width: initial;
        max-width: 20%;
    }
    .header-text{
        padding: 10px;
        margin: 0;
    }
    .header-text h4 {
    	font-size:18px;
    }
     .header-text{
        width: 80%;
        float: right;
        padding: 10px;
        margin: 0;
    }
    #header .search{
        display: none;
    }
    #header a.mobile-search {
        background: #B31117  url("/templates/MBE-2015/images/search-big-icon.png") no-repeat center center;
        width: 32px;
        height: 32px;
        display: block;
        border: 0;
        float:right;
    }
    .navbar-toggle{
        margin: 0 6px 0 0;
    }
}
@media (max-width: 479px){  
    .header-bottom{
        padding-top: 0px;
    }
    #header a.mobile-search{
        background-size: 75%;
        width: 32px;
        height: 32px;
    }
    .header-text a.headerPhone {
        font-size: 18px;
    }
    .header-text h4{
        font-size: 18px;
    }
    .header-text p{
        font-size: 10px;
    }
    .navbar-default .navbar-toggle .icon-bar{
        width: 26px;
        height: 4px;
    }
    .sub-category li {
        height: initial !important;
        background-color: #1f1f1f;
        text-align: left !important;
    }
    .sub-category li:hover {
        background-color: #fe0000;
    }
    .sub-category li a {
        padding: 20px 25px !important;
        width: 100%;
    }
    .sub-category li a span.arrow {
        bottom: 15px;
    }
    .boxLabel {
        padding-right: 45px !important;
    }
}
@media (min-width: 480px) and (max-width: 767px){
    .header-top{
        background-position: -1100px top;
    }
}
@media (min-width: 602px) and (max-width: 767px){
    .header-text{
        padding-left: 100px;
    }
}
@media (max-width: 600px){
    .navbar-brand > img{
        display:none;
    }
    .navbar-brand > img.mbe-mobile-logo{
        width:auto;
        display:block;
        height:80%;
        padding-left:15px;
    }
    .navbar-brand {
        margin: 15px 0px;
    }
}


/*tab*/
@media (min-width: 768px) and (max-width: 991px){}

/*=========header ends=========*/


/*=========slide down  starts=========*/
.slide-down-menu{
    position: relative;
    padding: 0;
}
.slide-down-menu ul{
    padding: 0;
    margin-bottom: 0;
}
.slide-down-menu .down-menu{
    list-style: none;
    position: static !important;
}
.slide-down-menu .down-menu a.heading-part{
    display: block;
    text-align: center;
    padding: 32px 0 12px 0;
    text-decoration: none;
}
.slide-down-menu .down-menu a.heading-part span{
    display: block;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
}
.slide-down-menu .menu-print a.heading-part{
    background: #ec008c;
}
.slide-down-menu .menu-mailbox a.heading-part{
    background: #fdb825;
}
.slide-down-menu .menu-business a.heading-part{
    background: #00a88c;
}
.slide-down-menu .menu-courier a.heading-part{
    background: #2173bd;
}
.slide-down-menu .menu-part{
    position: absolute;
    left: 0px;
    top: 112px;
    right: 0px;
    width: 100%;
    z-index: 9;
    height: 0px;
    /*background: #ffffff;*/
    display: none;
}
.slide-down-menu li:hover .menu-part{
    opacity: 1;
}
.slide-down-menu .menu-part ul{
    padding: 20px;
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px;
    background: #ffffff;
}
.slide-down-menu .menu-part li{
    list-style: none;
}
.slide-down-menu .menu-part li a{
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
}
.slide-down-menu .menu-part ul li ul{
    padding: 0 0 0 20px;
}
.slide-down-menu .menu-print li a{
    color: #ec008c;
}
.slide-down-menu .menu-print li a:hover{
    font-weight: 500;
    background: url("/templates/MBE-2015/images/slide-down-menu-print-arrow.png") no-repeat right center;
}

.slide-down-menu .menu-mailbox li a{
    color: #fdb825;
}
.slide-down-menu .menu-mailbox li a:hover{
    font-weight: 500;
    background: url("/templates/MBE-2015/images/slide-down-menu-mailbox-arrow.png") no-repeat right center;
}
.slide-down-menu .menu-business li a{
    color: #00a88c;
}
.slide-down-menu .menu-business li a:hover{
    font-weight: 500;
    background: url("/templates/MBE-2015/images/slide-down-menu-business-arrow.png") no-repeat right center;
}
.slide-down-menu .menu-courier li a{
    color: #2173bd;
}
.slide-down-menu .menu-courier li a:hover{
    font-weight: 500;
    background: url("/templates/MBE-2015/images/slide-down-menu-courier-arrow.png") no-repeat right center;
}
.slide-down-menu .login-menu{
    background: url("/templates/MBE-2015/images/login-menu-bg.png") repeat-x;
    box-shadow: 0 4px 0 0 rgba(184,184,184,0.5);
    z-index: 9;
    padding: 0;
}
.slide-down-menu .login-menu .col-sm-8,
.slide-down-menu .login-menu .col-sm-4{
    padding: 0;
}
.slide-down-menu .login-menu ul{
    margin: 0;
    padding: 0;
}
.slide-down-menu .login-menu ul li{
    float: left;
    list-style: none;
    border-right: 1px solid #ffffff;
}
.slide-down-menu .login-menu ul li a{
    padding: 0 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    display: block;
}
.contactHalf {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

/*mobile*/
@media (max-width: 767px){
    .slide-down-menu .down-menu a.heading-part span.text{
        font-size: 9px;
        padding-top: 8px;
    }
    .slide-down-menu .down-menu{
        padding: 0 2px;
    }
    .slide-down-menu .menu-part ul{
        width: calc(100% - 30px);
    }
    .slide-down-menu .menu-part{
        top: 110px;
    }
    .slide-down-menu .login-menu{
        background: none;
        padding: 0;
        box-shadow: none;
    }
    .slide-down-menu ul{
        float: none !important;
    }
    .slide-down-menu .login-menu ul li{
        background: #ed1c24;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .slide-down-menu .login-menu ul li:hover{
        background: #b31117;
    }
    .slide-down-menu .login-menu ul li a{
        text-align: center;
    }
    .slide-down-menu .login-menu .right{
        box-shadow: 0px 4px 0px 0px rgba(184, 184, 184, 0.5);
    }
}
/*tab*/
@media (min-width: 768px) and (max-width: 991px){
    .slide-down-menu .down-menu a.heading-part span{
        font-size: 18px;
    }
    .slide-down-menu .menu-part{
        top: 100px;
    }
    .slide-down-menu .login-menu ul li a{
        padding: 0 8px;
        font-size: 14px;
    }
}


/*=========header ends=========*/


/*=========slider starts=========*/
#slider-section{
    margin: 35px 0;
}
.nivoSlider{
    /*border: 4px solid #00a88c;*/
    box-shadow: 0 4px 0 0 rgba(184,184,184,0.5);
}
.nivo-caption{
    background: none;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto;
    opacity: 1;
}
.nivo-caption .slider-text{
    height: 100%;
}
.nivo-caption .slider-text .inner-bg{
    height: 100%;
}
.slider-caption-generic{
    border: 4px solid #ed1c24;
    height: 100%;
}
.slider-caption-print{
    border: 4px solid #ed008c;
    height: 100%;
}
.slider-caption-mail{
    border: 4px solid #feb825;
    height: 100%;
}
.slider-caption-business{
    border: 4px solid #00a88c;
    height: 100%;
}
.slider-caption-courier{
    border: 4px solid #2173bd;
    height: 100%;
}
.slider-caption-specials{
    border: 4px solid #ed008c;
    height: 100%;
}
.slider-caption-print .slider-text{
    background: url("../images/slider-caption-print-border.png") no-repeat right top;
    padding-right: 10px;
    width: 36%;
}
.slider-caption-mail .slider-text{
    background: url("../images/slider-caption-mail-border.png") no-repeat right top;
    padding-right: 10px;
    width: 36%;
}
.slider-caption-business .slider-text{
    background: url("../images/slider-caption-business-border.png") no-repeat right top;
    padding-right: 10px;
    width: 36%;
}
.slider-caption-courier .slider-text{
    background: url("../images/slider-caption-courier-border.png") no-repeat right top;
    padding-right: 10px;
    width: 36%;
}
.slider-caption-generic .slider-text {
    background: url("../images/slider-caption-generic-border.png") no-repeat right top;
    padding-right: 10px;
    width: 36%;
}
.slider-caption-specials .slider-text {
    background: url("../images/slider-caption-crimson-border.png") no-repeat right top;
    padding-right: 10px;
    width: 36%;
}
.slider-caption-generic .slider-text .inner-bg-gen {
    background: #ed1c24 none repeat scroll 0 0;
    padding: 16px 20px;
}
.slider-caption-print .slider-text .inner-bg{
    background: #ed008c;
    padding: 16px 20px;
}
.slider-caption-mail .slider-text .inner-bg{
    background: #feb825;
    padding: 16px 20px;
}
.slider-caption-business .slider-text .inner-bg{
    background: #00a88c ;
    padding: 16px 20px;
}
.slider-caption-courier .slider-text .inner-bg{
    background: #2173bd;
    padding: 16px 20px;
}
.slider-caption-specials .slider-text .inner-bg{
    background: #ed008c;
    padding: 16px 20px;
}
.nivo-caption .slider-text h2, .content-slider .slider-text h2, .content-slider-mobile .slider-text h2{
    font-size: 47px;
    font-weight: bold;
    line-height: 50px;
    color: #ffffff;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 4px dotted #ffffff;
    text-transform: uppercase;
}
.content-slider .slider-text h2{
    font-size: 35px;
    line-height: 40px;
}
.nivo-caption .slider-text p, .content-slider .slider-text p, .content-slider-mobile .slider-text p{
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
    font-style: italic;
    text-transform: uppercase;
}
.content-slider .slider-text p{
    font-size: 22px;
    font-weight: 100;
    margin-top: 20px;
}
.nivo-caption .slider-text p span, .content-slider .slider-text p span, .content-slider-mobile .slider-text p span{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}
.content-slider .slider-text p span{
    font-size: 22px;
    line-height: 28px;
}
.nivo-caption .slider-sticker{
    position: absolute;
    top: 0;
    right: 0;
}
.nivo-caption .learn-more, .content-slider .learn-more, .content-slider-mobile .learn-more{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
}
.nivo-caption .learn-more a, .content-slider .learn-more a, .content-slider-mobile .learn-more a{
    display: block !important;
    width: 100%;
    height: 100%;
}
.nivo-caption .learn-more img{
    position: static;
    display: none;
}
.content-slider{
    margin-bottom: 45px;
}
.content-slider-mobile{
    display: none;
}
.content-image{
    position: relative;
    text-align: right;
}

.content-slider-caption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
/*mobile*/
@media (max-width: 767px){
    /*.nivoSlider{
        min-height: 224px;
    }*/
    .nivo-caption{
    	position: relative;
    }    
    .nivo-caption .slider-text, .content-slider-mobile .slider-text{
        width: 100%;
        padding-right: 0;        
    }
    .content-slider{
        display: none;
    }
    .content-slider-mobile{
        display: block;
        margin-bottom: 30px ;
    }
    .content-image img{
        width: 100%;
    }
    .nivo-caption .learn-more{
        display: block;
    }
    .content-slider-mobile .content-slider-caption{
        position: relative;
        text-align: left;
        width: 100%;
    }
}
@media (max-width: 479px){
    .nivo-caption .slider-text h2, .content-slider .slider-text h2, .content-slider-mobile .slider-text h2{
        font-size: 32px;
        line-height: 32px;
    }
    .contactHalf {
        width: 100%;
        display: inline-block;
    }
}
@media (min-width: 480px) and  (max-width: 767px){
    .content-slider-mobile .slider-text h2{
        font-size: 32px;
        line-height: 32px;
    }
    .content-slider-mobile .slider-text p{
        font-size: 26px;
        line-height: 30px;
    }
    .content-slider-mobile .slider-text p span{
        font-size: 26px;
    }
}
/*tab*/
/*max-width: 1024px*/
@media (min-width: 992px) and  (max-width: 1024px){
    .nivo-caption .slider-text, .content-slider-caption .slider-text{
        background-position: right -50px;
    }
    .nivo-caption .slider-text .inner-bg{
        padding: 8px 15px;
    }
    .nivo-caption .slider-text h2{
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 16px 0;
    }
    .content-image img{
        width: 100%;
    }
    .content-slider-caption .slider-text .inner-bg{
        padding: 10px;
    }
    .content-slider-caption .slider-text p{
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .nivo-caption .slider-text, .content-slider-caption .slider-text{
        background-position: right -80px;
    }
    .nivo-caption .slider-text .inner-bg{
        padding: 6px 10px;
    }
    .nivo-caption .slider-text h2{
        font-size: 24px;
        line-height: 22px;
        margin: 0;
    }
    .nivo-caption .slider-text p{
        font-size: 14px;
    }
    .nivo-caption .slider-text p span{
        font-size: 14px;
    }
    .content-image img{
        width: 100%;
    }
    .content-slider-caption .slider-text .inner-bg{
        padding: 10px;
    }
    .content-slider-caption .slider-text h2{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .content-slider-caption .slider-text p{
        font-size: 14px;
        line-height: 18px;
    }
    .content-slider-caption .slider-text p span{
        font-size: 14px;
        line-height: 20px;
    }
}
/*=========slider ends=========*/



/*=========home-body starts=========*/

.locator{
    margin-bottom: 30px;
    width: 50%;
}
.locator .heading{
    background: #b31117;
    padding: 15px 55px 25px 18px;
    display: block;
    font-size: 34px;
    font-style: italic;
    color: #ffffff;
}
.locator .heading span{
    font-weight: 500;
    font-size: 34px;
    color: #ffffff;
}
.locator .map{
    background: url("/templates/MBE-2015/images/find-mbe-bg.png") no-repeat 25px top;
    padding: 15px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.locator p{
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 0px 0px 10px 0px !important;
}
/*=========locator-form starts=========*/
/*=========locator-main starts=========*/
.locator-main {
    margin: 20px 0 0 20px;
}
.locator-main h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.locator-main .pcode {
    background: #ffffff;
    border: 4px solid #b31117;
    height: 38px;
    width: 100%;
    padding: 0 10px;
    margin: 0 0 6px 0;
}
.locator-main input[type="submit"]{
    background: #e12530;
    font-size: 18px;
    color: #ffffff;
    border: 0;
    text-transform: uppercase;
    width: 100%;
    line-height: 32px;    
    margin: 3px 0 0 0;
}
/*=========locator-main ends=========*/

.locator .form-wrap {
    padding: 0 20px;
}
/*.locator select{
    width: 100%;
    height: 30px;
    border: 4px solid #b31117;
    margin-bottom: 12px;
}*/
.locator input[type="submit"]{
    background: #ed1b24;
    font-size: 18px;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    width: 100%;
    line-height: 32px;
    margin: 10px 0 20px 0;
}
.locator .pcode {
    background: #ffffff;
    border: 4px solid #b31117;
    height: 38px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 6px;
    margin-top: 3px;
}
.sbHolder{
    background: #ffffff;
    border: 4px solid #b31117;
    height: 38px;
    margin-bottom: 6px;
    width: 100%;
}
.sbOptions{
    background: #ffffff;
    border: 1px solid #b31117;
    width: 100%;
    top: 34px !important;
}
.sbOptions a {
    color: #999999;
    font-size: 16px;
    border:0;
    border-top: 1px dotted #b31117;
    margin:0 !important;
}
.sbOptions li:first-child a {
    border-top: 0;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #999999;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus{
    font-weight: 500;
}
.sbToggle{
    background: #b31117 url(/templates/MBE-2015/images/select-icons.png) no-repeat center center;
    width: 20%;
    height: 34px;
}
.sbToggle:hover{
    background: #b31117 url(/templates/MBE-2015/images/select-icons.png) no-repeat center center;
}
.sbToggleOpen{
    background: #b31117 url(/templates/MBE-2015/images/select-icons-hover.png) no-repeat center center;
}
.sbToggleOpen:hover{
    background: #b31117 url(/templates/MBE-2015/images/select-icons-hover.png) no-repeat center center;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #999999;
    font-size: 16px;
}
/*=========locator-form ends=========*/

.welcome-box h3{
    margin-bottom: 10px;
    line-height: 28px;
}
.welcome-box h5{
    margin-bottom: 28px;
    line-height: 24px;
}
.welcome-box p{
    margin: 0 0 25px 0;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: 100;
}
#home-body .sidebar-promo a, #content-body .sidebar-promo a{
    margin-bottom: 25px;
    display: block;
}
#home-body .sidebar-promo img, #content-body .sidebar-promo img{
    width: 100%;
}
#content-body .sidebar-promo .map img{
    width: auto;
}

#parcel-point {
    margin-top: 20px;
}

#promo-box{
    margin-bottom: 30px;
    margin-top:30px;
}
#promo-box a{
    display: block;
    margin-bottom: 20px;
}
#promo-box img{
    width: 100%;
}
#help-section{
    margin-bottom: 30px;
}
#help-section .text{
    padding-left: 40px;
}
#help-section .text span.heading{
    color: #ed1c24;
    font-size: 24px;
    font-weight: 600;
}
#help-section p{
    font-size: 18px;
    font-weight: 500;
}
#help-section .search{
    text-align: right;
}
#help-section .search input{
    width: 80%;
    height: 64px;
    border: 4px solid #b31117;
    padding-left: 15px;
    font-size: 18px;
    vertical-align: top;
}
#help-section .search input.button-search{
    background: #b31117 url("/templates/MBE-2015/images/search-big-icon.png") no-repeat center center;
    width: 20%;
    height: 64px;
    margin-left: -4px;
}
/*max-width: 1024px*/
@media (min-width: 768px) and  (max-width: 1024px){
    .locator .heading{
        padding: 12px 28px 12px 18px;
        font-size: 30px;
        line-height: 30px;
    }
    .locator .heading span{
        font-size: 30px;
    }
    .locator .map{
        padding: 5px 0;
    }
    #content-body .sidebar-promo .map img, .locator .map img{
        width: 80%;
    }
    .sbHolder{
        height: 30px;
    }
    .sbToggle{
        height: 26px;
    }
    .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
        line-height: 24px;
    }
    .locator input[type="submit"]{
        line-height: 28px;
        margin: 15px 0 18px 0;
        font-size: 16px;
    }
}
/*mobile*/
@media (max-width: 767px){
    .welcome-box{
        margin-top: 30px;
    }
    #home-body .sidebar-promo a.single-ad{
        width: 100%;
    }
    #home-body .sidebar-promo a.left-ad{
        padding-right: 15px;
    }
    #home-body .sidebar-promo a.right-ad{
        padding-left: 15px;
    }
    #help-section .text{
        padding-left: 15px;
    }
    /*#help-section .search input{
        width: 89%;
    }*/
}
@media (min-width: 480px) and (max-width: 767px){
#home-body .sidebar-promo a{
	float: left;
	width: 47.7%;
	margin: 5px;
	}
}
@media (max-width: 479px){
#home-body .sidebar-promo a{
	float: left;
	width: 100%;
    }
}

/*tab*/
@media (min-width: 768px) and (max-width: 991px){

    #help-section .text span.heading{
        font-size: 20px;
    }
    #help-section p{
        font-size: 16px;
    }
    #help-section .search input{
        height: 50px;
    }
    #help-section .search input.button-search{
        height: 50px;
        background-size: 100%;
    }
    .locator .heading{
        padding: 5px 10px;
        font-size: 22px;
        line-height: 20px;
    }
    .locator .heading span{
        font-size: 22px;
    }
    .locator .map{
        padding: 5px 0 5px 10px;
    }
    .locator p{
        font-size: 14px;
    }
    .sbHolder{
        height: 26px;
    }
    .sbToggle{
        height: 22px;
        /*background-size: 70%;*/
    }
    .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
        font-size: 14px;
        line-height: 20px;
    }
    .locator input[type="submit"]{
        margin: 0 0 12px 0;
    }
}

/*=========home-body ends=========*/

/*=========content-page starts=========*/
.breadcrumb-div{
    height:32px;
    line-height:32px;
}
.breadcrumb-div a{color:#333;}
.breadcrumb-item, .breadcrumb-seperator
{
    float:left;
}
.breadcrumb-seperator
{
    margin: 0 10px;
}
.welcome-box .content-img{
    width: 100%;
    box-shadow: 0 4px 0 0 rgba(184,184,184,0.5);
    margin-bottom: 30px;
}

/*=========content-page ends=========*/

/*=========footer starts=========*/

#top-footer{
    background: url("/templates/MBE-2015/images/top-footer-bg.png")no-repeat center top;
}
#top-footer .mini-logo{
    margin: 35px 0 5px 20px;
    display: block;
}
#top-footer .footer-text{
    background: url("/templates/MBE-2015/images/globe.png") no-repeat right center;
    padding-right: 70px;
    text-align: right;
    margin: 20px 0;
}
#top-footer .footer-text p{
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    font-weight: 100;
    line-height: 10px;
}
#top-footer .footer-text span{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}
#bottom-footer{
    background: #404040;
    position: relative;
}
#bottom-footer ul{
    margin:0;
    padding:0;
}
#bottom-footer li{
    margin:0;
    padding:0;
    list-style: none;
    float: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 48px;
}
#bottom-footer a, #bottom-footer p{
    color: #ffffff;
    font-size: 14px;
    line-height: 48px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    text-decoration: none;
    border-left: 1px solid #ffffff;
}
#bottom-footer a:hover{
    color: #ffffff;
}
#bottom-footer a.back-to-top{
    position: absolute;
    top: 0;
    right: 10px;
    border: none;
}
/*max-width: 1024px*/
@media (max-width: 1024px){
    #top-footer .footer-text{
        padding-right: 50px;
    }
    #bottom-footer a, #bottom-footer p{
    	font-size:13px;
    }
}
/*mobile*/
@media (min-width: 480px) and (max-width: 767px){
	#bottom-footer p{	        
	        font-size: 12px;
	        line-height: 16px;
	    }
	    #bottom-footer{
	    padding: 5px 0;
	}
	#bottom-footer li{
	    font-size: 12px;
	    line-height: 22px;
	}
	#bottom-footer a, #bottom-footer p{
	    font-size: 11px;
	    line-height: 20px;	    
    	    margin: 0 0 0 8px;
    	    padding: 0 0 0 8px;
	}
}
@media (max-width: 479px){
    #top-footer{
        background-position: -1130px top;
    }
    #top-footer .footer-text{
        padding-right: 35%;
        margin: 15px 0;
    }
    #top-footer .footer-text span{
        font-size: 12px;
        line-height: 12px;
    }
    #top-footer .footer-text p{
        font-size: 10px;
        line-height: 10px;
    }
    #bottom-footer p{
        text-align: center;
        margin: 5px 0;
        font-size: 12px;
        line-height: 16px;
    }
    #bottom-footer{
    background: #404040;
    position: relative;
    padding: 5px 0;
}
#bottom-footer li{
    float: none;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}
#bottom-footer a, #bottom-footer p{
    font-size: 12px;
    line-height: 20px;
    border-left: none;
}
}
@media (min-width: 480px) and (max-width: 767px){
    #top-footer{
        background-position: -1050px top;
    }
    #top-footer .footer-text{
        padding-left: 30px;
        padding-right: 45px;
        margin: 15px 0;
    }
    #top-footer .footer-text span{
        text-align: right;
        padding-left: 22px;
    }
    #bottom-footer p{
        text-align: center;
        margin: 5px 0;
        font-size: 12px;
        line-height: 16px;
    }
}
/*tab*/
@media (min-width: 768px) and (max-width: 991px){
    #top-footer .footer-text{
        padding-right: 56px;
    }
}

/*=========footer ends=========*/

/*=========form starts=========*/
#form{
    margin: 20px 0;
}
#form h4{
    margin-bottom: 30px;
}
#formStep1, #formStep2, #formStep3{
    margin: 20px 0;
}
#formStep1 .phone-area{
    width: 32%;
    margin-right: 17px;
}
#formStep1 .phone-number{
    width: 63%;
}
.upload-form .sbHolder{
    border: 1px solid #CCC;
    border-radius: 4px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
}
.upload-form .sbToggle{
    top: -1px;
    width: 30px;
    height: 34px;
    border: 1px solid #B31117;
    border-radius: 0px 4px 4px 0px;
}
#formStep2 td{
    border: none;
}
#formStep2 .table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: #eeeeee;
}
/*mobile*/
@media (max-width: 479px){
    #formStep1 .phone-area{
        margin-right: 8px;
    }
}
@media (min-width: 480px) and (max-width: 767px){
    #formStep1 .phone-area{
        margin-right: 13px;
    }
}
/*tab*/
@media (min-width: 768px) and (max-width: 991px){
    #formStep1 .phone-area{
        margin-right: 10px;
    }
}
@media (min-width: 992px) and  (max-width: 1024px){
    #formStep1 .phone-area{
        margin-right: 14px;
    }
}
/*=========form ends=========*/

/*=========sub category page starts=========*/
.sub-category-page{
	margin: 20px 0;
}
.sub-category{
	margin: 20px -8px;
	padding: 0;
}
.sub-category .sub-category-item{
	text-align: center;
	margin-bottom: 16px;
	position: relative;
	padding: 0 8px;
}
.sub-category .sub-category-item a{
	text-decoration: none;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	display: block;
	height: 100%;
	line-height: 100px;
}
.sub-category .sub-category-item img{
	width: 100%;
	height: auto;
}
.sub-category.printing .sub-category-item a:hover div.boxLabel,
.sub-category.printing .sub-category-item a:hover span{
	background-color: #ec008c;
	color: #ffffff;
}

.sub-category.mailboxes .sub-category-item a:hover .boxLabel,
.sub-category.mailboxes .sub-category-item a:hover span{
	background-color: #fdb825;
	color: #ffffff;
}
.sub-category.businessServices .sub-category-item a:hover .boxLabel,
.sub-category.businessServices .sub-category-item a:hover span{
	background-color: #00a88c;
	color: #ffffff;
}
.sub-category.couriersShipping .sub-category-item a:hover .boxLabel,
.sub-category.couriersShipping .sub-category-item a:hover span{
	background-color: #2173bd;
	color: #ffffff;
}
.sub-category .sub-category-item a span.arrow{
	color: #000000;
	position: absolute;
	bottom: 10px;
	right: 8px;
	margin: 0;
	font-size: 20px;
}
.sub-category-page h1{
	font-size: 48px;
	line-height: 40px;
	margin: 0 0 20px 0;
}
.sub-category-page h2{
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 15px 0;
}
.sub-category-page h3{
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.sub-category-page span{
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0;
	display: block;
}
.sub-category-page .boxLabel{
	background: #d1d3d4;
	position: relative;
}
.sub-category-page span{
	color: #000000;
}
.sub-category-page .sub-category-title{
	font-size: 15px;
    line-height: 40px;
    margin: 0;
    max-height: 40px;
    text-align: left;
    padding-left: 10px;
    overflow: hidden;
}
.sub-category-page p{
	font-size: 16px;
	font-weight: 100;
	line-height: 20px;
	margin: 0;
}
/*christmas-2016*/
.christmas-mini-header{height: 30px; background-color: rgb(237, 28, 34); margin-bottom:20px;}
.christmas-mini-header span{padding-left: 20px; color: rgb(255, 255, 255);font-size:18px; line-height:30px;}
.christmas-single-item{border-bottom: 23px solid #ededed; padding:10px 0; margin-bottom:10px;}
.christmas-single-item .christmas-content .arrow-left{padding-top: 5px;}
.christmas-single-item .christmas-content p{ margin-left:20px; }
.christmas-single-item .christmas-order a{margin-bottom:20px;display:inline-block;}
.christmas-single-item .col-sm-4 img{margin-bottom:20px;}
.common-option .row,.item-option .row{margin-bottom: 15px;}
/*tab*/
@media (min-width: 768px) and (max-width: 991px){
    .sub-category-page .sub-category-title{
		font-size: 13px;
	}
}
/*mobile*/
@media (max-width: 767px){
	.sub-category .sub-category-item  {
		display: table;
		height: 100%;
	}
	.sub-category .sub-category-item img{
		width: 50%;
		float: right;
	}
	.sub-category-page span{
		position: absolute;
		top: 50%;
		margin: 0;
	}
	.sub-category-page .boxLabel{
		width: 50%;
		float: left;
		height: 100%;
	}
	.sub-category-page .sub-category-title{
		line-height: normal;
	}
}
@media (max-width: 479px){
	.sub-category-page .sub-category-title,
	.sub-category .sub-category-item a span.arrow{
		font-size: 14px;
		line-height: 20px;
	}
	.sub-category-page .sub-category-title{
		width: 90%;
	}
}
/*=========sub category page ends=========*/

.map-wrapper {
    background:#fff;
    border:1px solid #ccc;
    width: 100%;
    padding: 10px;
    margin:0 0 30px 0;
}
.map-wrapper #map {
    height:260px;
    width: 100%;
}
.map-locations {
    margin: 0 -10px;
}
.map-locations > a {
    display: block;
    float:left;
    width: 33.33%;
    padding: 0 10px;
    margin:0 0 20px 0;
}
.map-locations > a:hover,
.map-locations > a:focus {
    text-decoration: none;
}
.map-locations .loc {
    background:#fff;
    border: 1px solid #ccc;
    padding: 10px;
}
.map-locations .loc:after {
    content: '';
    clear: both;
    display: block;
}
.map-locations .loc img {
    border: 0;
    width: 100%;
    margin: 0 0 10px 0;
}
.map-locations .loc .loc-info {
    min-height: 200px;
}
.map-locations .loc h5 {
    font-size:16px;
    color: #ed1c24;
    margin:0 0 15px 0;
}
.map-locations .loc .loc-info div {
    line-height: 20px;
    font-weight: 100;
    font-size: 15px;
}
.map-locations .loc .loc-more {
    text-decoration: underline;
    margin: 10px 0 0 0;
}
.gmap-popup h3 {
    font-size:16px;
    margin:0 0 5px 0;
}

@media (max-width: 767px) {
    .map-locations > a {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .map-locations .loc img {
        width: 100px;
        float: left;
        margin: 0;
    }
    .map-locations .loc .loc-info {
        min-height: auto;
        margin: 0 0 0 110px;
    }
    .map-locations .loc .loc-info div {
        line-height: 20px;
    }
    .map-locations .loc h5 {
        min-height: auto;
        line-height: 20px;
        margin: 0 0 5px 0;
    }
    .map-locations .loc .loc-fax,
    .map-locations .loc .loc-email,
    .map-locations .loc .loc-more {
        display: none;
    }
    .christmas-single-item .col-sm-4 img.pull-right{float:left !important;}
}
/*tab*/
@media (min-width: 768px) and (max-width: 991px){
    .map-locations > a {
        width: 50%;
    }
    .map-locations .loc .loc-info {
        min-height: 225px;
    }
    .map-locations .loc .loc-email .lbl {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1160px){
    .header-text{margin:0}
    .header-text h4{display:block; font-size:22px;}
    
    .header-menu{display:block;margin:0;}
    .header-menu ul{float:right}
    .header-menu ul li{clear: none;display: inline-block;float: left;width: auto;}
    .header-menu ul li a{padding: 0 7px;}
    .header-menu ul li.search a{margin:0}
    #header .search input.button-search{margin:0}
}
@media (min-width: 480px) and (max-width: 767px){
    #header .search-section{width:10%;}
    .header-text{width:90%;}
    .header-text h4{font-size:17px;}
    .header-text a.headerPhone{font-size:16px;}
    .header-text p{display:block;}
    .navbar-toggle{margin:0;}
    .navbar-default .navbar-toggle .icon-bar{width:32px;}
    #header a.mobile-search{background-size:80%;}
    .navbar-brand > img{width:auto}
    
}

@media (max-width: 479px){
    .navbar-brand > img{width:100%}
    .header-text{padding:10px 0;}
    .header-text a.headerPhone{font-size:15px;}
    .mobile-menu-text{display:block;}
    .hide-in-mobile{display:none !important;}
}
@media (max-width: 400px){
    .header-text h4 {
        font-size: 12px;
    }
}
@media (min-width: 480px){
	.mobile-menu-text{display:none !important;}
}

/*=========christmas banner starts=========*/

.slider-caption-christmas .inner-bg{    
    padding: 16px;
    position: relative;
}

.slider-caption-christmas .slider-text h2{
    font-family: "Myriad Pro";
    font-size: 40px;
    line-height: 44px;
    text-transform: none;
    margin: 0 0 6px;
    padding: 0 0 18px;
}
.slider-caption-christmas .slider-text p{
    font-family: "Myriad Pro";
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    text-transform: none;
}
.content-slider-caption{
    height: 100%;
}
.slider-caption-red .slider-text{
    background: url("../images/slider-caption-red-border.png") no-repeat right top;
    padding-right: 10px;
    width: 36%;
}
.slider-caption-red .slider-text .inner-bg{
    background: #ec1d23 none repeat scroll 0 0;
}
.slider-caption-green .slider-text{
    background: url("../images/slider-caption-green-border.png") no-repeat right top;
    padding-right: 10px;
    width: 36%;
}
.slider-caption-green .slider-text .inner-bg{
    background: #52d865 none repeat scroll 0 0;
}
.slider-caption-cayan .slider-text{
    background: url("../images/slider-caption-cayan-border.png") no-repeat right top;
    padding-right: 10px;
    width: 36%;
}
.slider-caption-cayan .slider-text .inner-bg{
    background: #89eec4 none repeat scroll 0 0;
}
.slider-caption-blue .slider-text{
    background: url("../images/slider-caption-blue-border.png") no-repeat right top;
    padding-right: 10px;
    width: 36%;
}
.slider-caption-blue .slider-text .inner-bg{
    background: #00508f none repeat scroll 0 0;
}
.slider-caption-yellow .slider-text{
    background: url("../images/slider-caption-yellow-border.png") no-repeat right top;
    padding-right: 10px;
    width: 36%;
}
.slider-caption-yellow .slider-text .inner-bg{
    background: #fadb45 none repeat scroll 0 0;
}
.slider-caption-green .slider-text h2,
.slider-caption-green .slider-text p,
.slider-caption-cayan .slider-text h2,
.slider-caption-cayan .slider-text p,
.slider-caption-yellow .slider-text h2,
.slider-caption-yellow .slider-text p{
    color: #000000;
}
.christmas-icon-holly,
.christmas-icon-bauble,
.christmas-icon-tree,
.christmas-icon-star,
.christmas-icon-gift,
.christmas-icon-star-small{
	position: absolute;
	bottom: 140px;
    	right: 110px;
}
.christmas-icon-star{
	position: absolute;
	bottom: 130px;
    	right: 140px;
}
.christmas-icon-gift{
	position: absolute;
	bottom: 150px;
    	right: 90px;
}
.christmas-icon-star-small{
	position: absolute;
	bottom: 170px;
    	right: 130px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .slider-caption-red .slider-text,
    .slider-caption-green .slider-text,
    .slider-caption-cayan .slider-text,
    .slider-caption-blue .slider-text,
    .slider-caption-yellow .slider-text{
        background-position: right -45px;
    }
    .slider-caption-christmas .slider-text h2{
        font-size: 34px;
        line-height: 42px;
        margin: 0;
        padding: 0 0 10px;
    }
    .slider-caption-christmas .slider-text p{
        font-size: 12px;
        line-height: 18px;
    }
    .christmas-icon-holly,
.christmas-icon-bauble{
	bottom: 110px;
    	right: 90px;
}
.christmas-icon-star{
	bottom: 100px;
    	right: 125px;
}
.christmas-icon-tree{
	bottom: 115px;
    	right: 90px;
}
.christmas-icon-gift{
	bottom: 120px;
    	right: 80px;
}
.christmas-icon-star-small{
	bottom: 140px;
    	right: 110px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
    .slider-caption-christmas .slider-text h2{
        font-size: 26px;
        line-height: 28px;
        margin: 0;
        padding: 0 0 8px;
    }
    .slider-caption-christmas .slider-text p{
        font-size: 9px;
        line-height: 20px;
    }
.christmas-icon-holly,
.christmas-icon-bauble{
	bottom: 105px;
	right: 60px;
}
.christmas-icon-star{
	bottom: 90px;
    	right: 75px;
}
.christmas-icon-tree{
	bottom: 105px;
    	right: 60px;
}
.christmas-icon-gift{
	bottom: 105px;
    	right: 65px;
}
.christmas-icon-star-small{
	bottom: 110px;
    	right: 85px;
} 
}
@media (max-width: 767px){
    .slider-caption-red .slider-text,
    .slider-caption-green .slider-text,
    .slider-caption-cayan .slider-text,
    .slider-caption-blue .slider-text,
    .slider-caption-yellow .slider-text{
        width: 100%;
        padding-right: 0;
    }
.christmas-icon-holly,
    .christmas-icon-bauble{
	bottom: 145px;
    	right: 320px;
}
.christmas-icon-star{
    	right: 360px;
}
.christmas-icon-tree{
    	right: 330px;
}
.christmas-icon-gift{
    	right: 300px;
}
.christmas-icon-star-small{
	bottom: 170px;
    	right: 330px;
}
    
}
@media (max-width: 600px) and (min-width: 480px) {
    .christmas-icon-holly,
    .christmas-icon-bauble{
	bottom: 145px;
    	right: 160px;
}
.christmas-icon-star{
    	right: 190px;
}
.christmas-icon-tree{
    	right: 160px;
}
.christmas-icon-gift{
    	right: 150px;
}
.christmas-icon-star-small{
	bottom: 180px;
    	right: 180px;
}
    
}
@media (max-width: 479px){
    .slider-caption-christmas .slider-text h2{
        font-size: 28px;
        line-height: 36px;
    }
    .slider-caption-christmas .slider-text p{
        font-size: 11px;
    }
.christmas-icon-holly{
	bottom: 155px;
    	right: 90px;
}
.christmas-icon-bauble{
	bottom: 140px;
    	right: 90px;
}
.christmas-icon-star{
	bottom: 125px;
    	right: 120px;
}
.christmas-icon-tree{
	bottom: 140px;
    	right: 100px;
}
.christmas-icon-gift{
    	right: 80px;
}
.christmas-icon-star-small{
	bottom: 180px;
    	right: 100px;
}
}
/*=========christmas banner ends=========*/

/*=========replace the h2 tags in the sliders with a SPAN starts=========*/
.nivo-caption .slider-text span, .content-slider .slider-text span, .content-slider-mobile .slider-text span{
    font-size: 47px;
    font-weight: bold;
    line-height: 50px;
    color: #ffffff;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
	display:block;
}
.nivo-caption .slider-text span, .content-slider .slider-text span.title, .content-slider-mobile .slider-text span.title{
    border-bottom: 4px dotted #ffffff;
}
.content-slider .slider-text span{
    font-size: 35px;
    line-height: 40px;
}
@media (max-width: 479px){
    .nivo-caption .slider-text span, .content-slider .slider-text span, .content-slider-mobile .slider-text span{
        font-size: 32px;
        line-height: 32px;
    }
}
@media (min-width: 480px) and  (max-width: 767px){
    .content-slider-mobile .slider-text span{
        font-size: 32px;
        line-height: 32px;
    }
}
/*tab*/
/*max-width: 1024px*/
@media (min-width: 992px) and  (max-width: 1024px){   
    .nivo-caption .slider-text span{
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 16px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px){    
    .nivo-caption .slider-text span{
        font-size: 24px;
        line-height: 22px;
        margin: 0;
    }
    .content-slider-caption .slider-text span{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}
.slider-caption-christmas .slider-text span{
    font-family: "Myriad Pro";
    font-size: 40px;
    line-height: 44px;
    text-transform: none;
    margin: 0 0 6px;
    padding: 0 0 18px;
}
.slider-caption-green .slider-text span,
.slider-caption-green .slider-text p,
.slider-caption-cayan .slider-text span,
.slider-caption-cayan .slider-text p,
.slider-caption-yellow .slider-text span,
.slider-caption-yellow .slider-text p{
    color: #000000;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .slider-caption-christmas .slider-text span{
        font-size: 34px;
        line-height: 42px;
        margin: 0;
        padding: 0 0 10px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .slider-caption-christmas .slider-text span{
        font-size: 26px;
        line-height: 28px;
        margin: 0;
        padding: 0 0 8px;
    } 
}
@media (max-width: 479px){
    .slider-caption-christmas .slider-text span{
        font-size: 28px;
        line-height: 36px;
    }
}
/*=========replace the h2 tags in the sliders with a SPAN ends=========*/
/*=====slider for tab start =====*/
.visible-xx{display: none !important;}
@media (min-width: 787px){
    .nivo-caption .slider-text span, .content-slider .slider-text span, .content-slider-mobile .slider-text span{
        margin-bottom: 0;
    }
}
@media (max-width: 1023px) and (min-width: 787px){
    .nivo-caption .slider-text .inner-bg p span{
        padding-bottom: 0;
    }
}
.nivoSlider .nivo-caption img{position: static; width: 100%; height: auto; }
@media (max-width: 767px){
    .nivoSlider .nivo-main-image{
        display: none !important;
    }
    .nivoSlider .nivo-caption img{position: static; width: 100%; height: auto; }
}
@media (max-width: 479px){
    .visible-xs-block.hidden-xx{display: none !important;}
    .visible-xx{display: block !important;}
}

/*-----floating-social-media starts-----*/
#floating-social-media{
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 999;
}
#floating-social-media ul{
    margin: 0;
    padding: 0;
}
#floating-social-media ul li{
    list-style: none;
    margin-bottom: 5px;
}
/*-----floating-social-media ends-----*/

.franchise-promo{
	margin-top:25px;
}
/*=========blog design start=========*/
.blog-template .left-sidebar h2, .blog-template.blog-single-page .left-sidebar h2{font-size: 18px; margin-bottom: 5px;}
.blog-template .left-sidebar h2.first, .blog-template.blog-single-page .left-sidebar h2.first{margin-top: 10px;}
.blog-template .left-sidebar #searchForm input[type="text"]{width: 100%;}
.blog-template .left-sidebar #searchForm .btn{margin-top: 5px;}
.blog-template .left-sidebar ul{margin: 0;padding: 5px 0px 0px;}
.blog-template .left-sidebar ul li{border-bottom: 1px solid #c5d1e5;font-size: 17px;list-style: none outside none;padding: 5px 0;position: relative;}
.blog-template .left-sidebar ul li{color: #194798; margin-left: 10px;}
.blog-template .div-blog-list-item *{font-size: 13px;color:#666;}
.blog-template .div-blog-list-item img{margin-bottom: 10px;}
.blog-template .blog-head h2{color: #333; font-size: 21px;margin-bottom: 5px;margin-top: 10px;}
.blog-template .blog-head .publish-date span{font-style: italic;margin-bottom: 6px; display: inline-block;}
.blog-template .snap-bottom a {color: #e23049;text-decoration: none;display:inline-block;}
.blog-template .snap-bottom hr {border-color: #ccc;height: 1px;margin-top: 15px;}
.blog-template h1.blog-single-header{color: #445461;font-size: 32px;font-weight: normal;line-height: 38px;margin: 0 0 15px;}
.blog-template.blog-single-page .content h2{font-size: 26px;font-weight: normal;line-height: 26px;margin: 15px 0;}
.blog-template.blog-single-page .content h3{font-size: 24px;font-weight: normal;line-height: 24px;margin: 15px 0;}
.blog-template.blog-single-page .content {margin-top:20px;}
.blog-template .blog-item .date{font-size: 13px;margin-bottom:5px;}
h2.commentsHeader {
    background-color: #ED1C24;
    box-sizing: border-box;
    color: #FFF;
    padding: 10px;
    width: 100%;
}
.Comment-Form .form-control{margin-bottom:5px;}
.Comment-Form textarea.form-control{min-height: 112px;}
#comment{text-decoration:none;}
#comment h2{
    color: #333;
    font-size: 21px;
}
#comment .prev-comment p{font-size: 13px;margin-bottom: 15px;}
.prev-comment{
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
}
ul.paginationstyle{
    text-align: center;
    padding: 0;
    margin: 0;
}
ul.paginationstyle li{
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 20px;
    margin: 5px 1px;
    padding: 5px;
}
ul.paginationstyle li a {
    color: #878479;
    text-decoration: none;
    font-size: 16px;
}
/*=========blog design end=========*/
.hideSection{
    display: none;
}
@media (max-width: 991px){
    .form-mini-input{
        margin-bottom: 15px;
    }
}
span.spechours {font-size: 13px;color: white;}
@media (max-width: 355px){
span.spechours {display:none;}
}
#content-body .street-addr-mail {height:766px;position: relative;overflow: inherit;}

.slide-down-menu .menu-part {top: 62px;}
.slide-down-menu .down-menu a.heading-part {background:black!important;padding: 14px 0 14px 0;}
#header {padding-top: 118px;}
.slide-down-menu li a {color:black!important;}
 .slide-down-menu .down-menu a.heading-part span {font-style: normal;}
 .slide-down-menu .down-menu a.heading-part:hover span {color:#ed1c24;}
 #menu-mailbox .heading-part:hover img {background: #ed1c24;}
.heading-part img {background:white;}
 #menu-mailbox .heading-part img {background:grey;float: left;margin-top: -8px;margin-left: 27px;}
 .heading-part:hover img, .mbemain #menu-mailbox .heading-part:hover img {background:#ed1c24;}
 #menu-print .heading-part img {float: left; margin-top: -10px; margin-left: 23px;}
 #menu-business .heading-part img {float: left;margin-top: -7px;margin-left: 29px;}
 #menu-courier .heading-part img {float: left;position: relative;bottom: 4px;}
 #menu-business a {padding: 10px 0 10px 0;}
 #menu-courier a {padding: 11px 0 11px 0;}
 #menu-business a span {line-height: 21px; position: relative; left: -10px;}
 #menu-courier a span {line-height: 20px; position: relative; left: -14px;}
 #menu-print a span {position: relative; left: -15px;}
#menu-mailbox a span {position: relative; left: -10px;}

@media (max-width: 991px){
 .slide-down-menu .slider-menu img {height:40px;}
.slide-down-menu .menu-part {top: 54px;}
.slide-down-menu .down-menu a.heading-part {padding: 14px 0 14px 0;}
#header {padding-top: 118px;}
 .slide-down-menu .down-menu a.heading-part span {font-style: normal;}
#menu-mailbox .heading-part img {float: left;margin-top: -8px;margin-left: 9px;}
 #menu-print .heading-part img {float: left;margin-top: -10px;margin-left: 8px;}
 #menu-business .heading-part img {float: left;margin-top: -4px;margin-left: 12px;}
 #menu-courier .heading-part img {float: left; position: relative;bottom: -3px;}
#menu-business a span {line-height: 17px;position: relative;left: -10px;}
 #menu-courier a span {line-height: 16px;position: relative;left: -7px;}
#menu-print a span {position: relative; left: -8px;}
}
@media (max-width: 767px){
#menu-business a {padding: 7px 0 8px 0;}
.slide-down-menu .down-menu a.heading-part span.text {font-size: 15px;padding-top:0;}
#menu-courier a {padding: 8px 0 9px 0;}
 #menu-courier .heading-part img {bottom: 4px;}
}
@media (max-width: 580px){
#header .slide-down-menu .slider-menu img {display:none;}
#header .slide-down-menu .slider-menu span {left:initial;position:initial;}
#header .slide-down-menu .slider-menu a {text-align:center;padding:0;vertical-align:middle;height: 40px;}
#header .slide-down-menu .slider-menu span {display: flex;justify-content: center;flex-direction: column;height: 38px;}
}
.menu-content li:hover a {color:#ed1c24!important;}
#header .slide-down-menu .menu-content li a:hover {font-weight: 500;background: url("/templates/MBE-2015/images/slide-down-menu-arrow.png") no-repeat right center;}
#slider-section {margin:0;}
#slider-section .container {background: white;padding: 35px 0;}
.header-bottom .container, #home-body .container, #breadcrumb .container, #content-body .container  {background: white;}
#mbefranchise .slide-down-menu .slider-menu a span {left:0; top:0;line-height: 60px;}
#mbefranchise .slide-down-menu .slider-menu a {text-align:center;padding:0;}
#mbefranchise .slide-down-menu .slider-menu #menu-courier a span {left:-4px;}
@media (max-width: 580px){
#mbefranchise .slide-down-menu .slider-menu a span {line-height:20px;}

}
.nivo-image-link{
	display: none !important;
}