.breadcrumb{
    text-transform: lowercase;
}
.navbar-bottom .navblock a > h3{
    color: white;
}
.navbar-bottom .navblock a:hover{
    text-decoration: none;
}
/*header .main .main-menu .sf-mega-section:first-child {
    padding-right: 0px !important;
}
header .main .main-menu .sf-mega-section {
    display: table-cell;
    padding-right: 30px !important;
}*/

input.error::-moz-placeholder, textarea.error::-moz-placeholder{
    color: red !important;
}
input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder{
    color: red !important;
}
input.error::-ms-input-placeholder, textarea.error::-ms-input-placeholder{
    color: red !important;
}
input.error[placeholder], textarea.error[placeholder]{
    color: red !important;
}

label.error{
    display: none !important;
}
header .top span.menu-label{
	color: #FFFFFF;
	float: right;
	margin: 4px 6px 0 0;
}
.ui-widget-header{
    background: none!important;
    border: none!important;
}
#MemberLoginForm_LoginForm .Actions, #Remember{
    margin-left: 0!important;
    padding-left: 0!important;
}
@media (max-width: 767px) {
    .HomePage footer{
        margin-top: 0!important;
    }
    .link-text{
        text-transform: uppercase;
        font-weight: bold;
        padding: 50px 0 35px;
    }
    .link-text a{
        display: block;
        width: 50%;
        float: left;
        padding: 0 45px 0 15px;
    }
    .link-text a:first-child{
        text-align: right;
        padding: 0 45px 0 15px;
    }
    .link-text a:last-child{
        text-align: left;
        padding: 0 15px 0 45px;
    }
}
@media (max-width: 480px) {
    .link-text a{ font-size: 18px;}
    .link-text a:first-child{
        padding-right: 15px;
    }
    .link-text a:last-child{
        padding-left: 15px;
    }
}
