/*Titel*/
#ctl00_breadcrumbsContentPlaceHolder_lblHomePageTitle {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}
/*footer*/
.footer-content li a {
    color: #fff !important;
}
.footer-area .footer-title h5 {
     color: #fff !important;
}
.footer-area .footer-title {
    border-bottom: 0px solid #fff !important;
}
.footer-content {
    margin-left: 0px !important;
}
.footer-content.box-information li {
    color: #fff !important;
}
.footer-content.box-information li i {
    color: #fff !important;
}
/*thumbnails onder slider productpagina*/
#ctl00_pageContentPlaceHolder_radImageGallery_ThumbnailsArea > div > div > ul > li {
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    max-height: 100px;
    float: none !important;
}
#ctl00_pageContentPlaceHolder_radImageGallery_ThumbnailsArea > div > div > ul > li > a {
    height: auto !important;
}
#ctl00_pageContentPlaceHolder_radImageGallery_ThumbnailsArea > div > div > ul > li > a > img {
    /* Make sure the image ratio is kept*/
    max-width: 100px;
    max-height: 100px;
    width: auto !important;
    height: auto !important;
}
.rigThumbnailsList li {
    margin: 5px !important;
}
/*extra CSS*/
.navbar-default ul.nav>li>a:hover {
    color: #ed3339;
}
.btn-primary:hover, a.btn-primary:hover, .btn-primary.active:hover, a.btn-primary.active:hover, .btn-primary:active:hover, a.btn-primary:active:hover, .btn-default:hover {
    background-color: #ed3339;
    border-color: #ed3339;
    color: #000;
}
H1, H2, H3 {
	color: #ed3339; 
}
/*taalweergave*/
.language-dropdown li a:hover {
    background-color: #ed3339 !important;
}
/*footer*/
#ctl00_liShoppingBasket {
    display: none !important;
}
.footer-account nav ul.footer-content {
    display: none !important;
}
.footer-products nav ul.footer-content {
    display: none !important;
}
.footer-customerservice nav ul.footer-content {
    display: none !important;
}
.footer-title {
    display: none !important;
}

/* landingspagina */
/*homepage*/
body {
background: url(https://delabie.grafiportal.nl/Webshop/data/pages/upload/Pizzahut_Login.jpg) no-repeat top left fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: 0 50px;
}

.header-top {
    display: none !important;
}

#profile-img {
    display: none !important;
}

.form-signin.animated.flipInY {
    margin-top: 140px !important;
}