/* Resets */
body {
	color: #333333;
}

h1, h2, h3, h4, ul, ol, li, p {
	margin: 0;
}

p {
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0 0;
}

h2 {
    padding: 25px 0 0;
}

.no-margin {
	margin: 0;
}

.clear-both {
	clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container-fluid {
    padding:0;
}

/* Styling for row class */
.row {
    margin: 0 !important;
}


/* Backgrounds */
.white-b {
	background: #ffffff;
}

.black-b {
	background: #333333;
}

.red-b {
	background: #ed1d24;
}

.orange-b {
	background: #ec6307;
}

.green-b {
	background: #679a33;
}

.blue-b {
	background: #346799;
}

.gray-b {
	background: #636466;
}

.lgray-b {
	background: #f2f2f2;
}


/* Payoff background */
.payoff-red {
	border-top: 3px solid rgba(190,23,29,0.9);
	background: rgba(237,29,36,0.9);
}

.payoff-orange {
	border-top: 3px solid rgba(189,79,6,0.9);
	background: rgba(236,99,7,0.9);
}

.payoff-green {
	border-top: 3px solid rgba(82,123,41,0.9);
	background: rgba(103,154,51,0.9);
}

.payoff-blue {
	border-top: 3px solid rgba(42,82,122,0.9);
	background: rgba(52,103,153,0.9);
}

.payoff-gray {
	border-top: 3px solid rgba(79,80,82,0.9);
	background: rgba(99,100,102,0.9);
}

.payoff-red,
.payoff-orange,
.payoff-green,
.payoff-blue,
.payoff-gray {
	margin: 96px 0 0 30px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	padding-top: 30px;
	padding-bottom: 30px;
}

.payoff-red h1,
.payoff-orange h1,
.payoff-green h1,
.payoff-blue h1,
.payoff-gray h1 {
	font-size: 62px;
	font-style: italic;
}


/* Borders top */
.red-border-top {
	border-top: 3px solid #be171d;
}

.orange-border-top {
	border-top: 3px solid #bd4f06;
}

.green-border-top {
	border-top: 3px solid #527b29;
}

.blue-border-top {
	border-top: 3px solid #2a527a;
}

.gray-border-top {
	border-top: 3px solid #4f5052;
}

.white-border-top {
	border-top: 3px solid #cccccc;
}

.white-border-top-sm {
	border-top: 1px solid #cccccc;
}

.white-border-bottom-sm {
	border-bottom: 1px solid #cccccc;
}


/* Fonts */
.white-f {
	color: #ffffff;
}

a.white-f{
    color: #ffffff !important;
}

.black-f {
	color: #333333;
}

.red-f {
	color: #ed1d24;
}

.orange-f {
	color: #ec6307;
}

.green-f {
	color: #679a33;
}

.blue-f {
	color: #346799;
}

.gray-f {
	color: #636466;
}

.font-bold {
	font-weight: 600;
}


/* Headers */
h1.header-lg {
	margin-bottom: 25px;
	font-size: 54px;
}

h2.header-md {
	font-size: 24px;
	padding: 30px 0;
}


/* Margin & Paddings */
.no-margin {
	margin: 0 !important;
}

.margin-top {
	margin-top: 10px;
}

.margin-bottom {
	margin-bottom: 10px;
}

.margin-top-sm {
	margin-top: 15px;
}

.margin-bottom-sm {
	margin-bottom: 15px;
}

.margin-top-md {
	margin-top: 30px;
}

.margin-bottom-md {
	margin-bottom: 30px;
}

.margin-top-lg {
	margin-top: 50px;
}

.margin-bottom-lg {
	margin-bottom: 50px;
}

.margin-top-xl {
	margin-top: 90px;
}

.no-padding {
	padding: 0 !important;
}

.padding-bottom-xs {
	padding-bottom: 5px;
}

.padding-bottom {
	padding-bottom: 10px;
}

.padding-bottom-lg {
	padding-bottom: 50px;
}

.padding-bottom-xl {
	padding-bottom: 90px;
}

.padding-horizontal {
	padding: 0 15px;
}


/* Toggle Styles */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-wrapper {
	overflow: hidden;
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 0;
    height: 100%;
    margin-left: -200px;
    overflow-y: auto;
    background: #efefef;
    border-right: 1px solid #bfbfbf;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-menu {
    background: #efefef;
}

a.navbar-brand {
    color: #4f5052;
}

.navbar-toggle .icon-bar {
    background: #333333;
    top: 4px;
    margin-right: 14px;
}

.navbar-toggle {
    border: none;
    margin-bottom: 0;
}

.logo {
	width: 200px;
}

.navbar {
	position: absolute !important;
    width: 200px;
	padding: 0 10px;
	font-size: 16px;
}


/* Sidebar Styles */
.nav-menu {
	overflow: hidden;
}

.nav-menu li {
	border-bottom: 1px solid #bfbfbf;
	padding: 6px 0 7px;
}

.nav-menu li.last{
	border-bottom: none;
}

.nav-menu li a {
	color: #333333;
}

.nav-menu li a:hover {
	text-decoration: none;
	color: #bfbfbf;
}

.social-icons-sidebar {
    width: 100%;
    margin: 8px 0 0 0;
    font-size: 20px;
    text-align: center;
}

.social-icons-sidebar a {
    color: #4f5052;
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/* Category menu */
.cat-menu {
	position: fixed;
	top: 200px;
	right: 0;
	font-size: 18px;
	line-height: 60px;
	z-index: 2000;
}

.cat-menu-item a {
    display:block;
}

.cat-menu .business,
.cat-menu .cargo,
.cat-menu .city, 
.cat-menu .care,
.cat-menu .meer {
	float: right;
	height: 63px;
}

.cat-menu .business-icon,
.cat-menu .cargo-icon,
.cat-menu .city-icon,
.cat-menu .care-icon,
.cat-menu .meer-icon {
	width: 60px;
}

.cat-menu div span {
	float: left;
}

.cat-menu div span img {
	margin-top: -4px;
}

img.fr-fic {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.fr-fir {
    float:right;
    margin: 10px 0 10px 10px;
}

img.fr-fil {
    float:left;
    margin: 10px 10px 10px 0;
}



/* Specifics */
.banner {
	background: url('../img/RR_beeld.jpg') no-repeat left top fixed;
	background-attachment: cover;
	height: 460px;
}

a.content-link {
	font-size: 18px;
	color: #333333;
	padding: 0 10px 0 0;
}

a.content-link:hover {
	color: #bfbfbf;
	text-decoration: none;
}

.category-block {
	height:auto;
	line-height: 160px;
}

/*.category-block.business:hover {
    background: url('/storage/app/media/businesslijnen/category_business.jpg') no-repeat center center;
    background-size: cover;
}

.category-block.city:hover {
    background: url('/storage/app/media/businesslijnen/category_city.jpg') no-repeat center center;
    background-size: cover;
}

.category-block.cargo:hover {
    background: url('/storage/app/media/businesslijnen/category_cargo.jpg') no-repeat center center;
    background-size: cover;
}

.category-block.care:hover {
    background: url('/storage/app/media/businesslijnen/category_care.jpg') no-repeat center center;
    background-size: cover;
} */

.category-block-content {
	height: 170px;
	padding-left: 30px;
}

.category-block-content h2 {
	padding: 30px 0 20px 0;
}

.category-block-content a,
.category-block-content a:hover {
    color: #333333;
    text-decoration: none;
}

.news-item,
.social-container {
	position: relative;
	background: #ffffff;
	border: 1px solid #c2c2c2;
	padding: 6px;
	margin-bottom: 25px;
}

.news-item:before,
.social-container:before {
	content: '';
	position: absolute;
	top: -16px;
	left: 0;
	width: 21px;
	height: 16px;
	background: url('../img/arrow-news-item.png');
}

.social-container.active:before {
	left: 25px;
}

.social-container p {
    padding: 0;
}

.social-container .social-item {
    border-bottom:1px solid #c2c2c2;
    padding-bottom:10px;
    margin-bottom:10px;
}

.social-container .social-item.last {
    border-bottom: none;
    margin:0;
    padding:0;
}

.social-container .social-item .img-wrapper {
    height:160px;
    width:100%;
    background-size:cover;
    background-position:center center;
    margin-bottom:10px;
}

.news-item h3 {
	margin: 15px 0 25px 0;
	float: left;
	width: 80%;
}

.news-item p {
	padding-bottom: 25px;
	padding-top: 0;
}

.news-image {
	height: 460px;
}

.news-content {
	background: #ffffff;
	border: 1px solid #c2c2c2;
	padding: 15px;
	margin-top: -90px;
}

.news-content h1 {
	margin: 15px 0 0 0;
}

.news-content .meta {
	color: #646363;
	font-size: 16px;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 20px;
	margin-bottom: 21px;
}

.news-content .meta a {
	color: #646363;
}

.news-footer {
	background: #c2c2c2;
	padding: 5px 15px;
}

.date {
	float: right;
	color: #646363;
	font-size: 16px;
	margin: 20px 0 0 0;
}

.lees-verder {
	float: right;
	height: 42px;
	padding: 0 30px;
	font-size: 18px;
	color: #ffffff;
	background: #ed1d24;
	border: none;
	border-top: 3px solid #be171d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
}

.social-icons {
	padding-top: 35px;
}

.social-icons a:hover {
	text-decoration: none;
	height: 25px;
	width: 25px;
}

.cat-label {
    width:100px;
}

#carousel-home.carousel .item {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}

.carousel .item a:hover {
    text-decoration: none !important;
}

.carousel .item {
	background: #ffffff;
	width: 75%;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid #c2c2c2;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.carousel .item h3 {
    min-height: 210px;
}

.carousel .item .carousel-footer {
	border-top: 1px solid #c2c2c2;
	padding-top: 15px;
	margin-top: 30px;
}

.carousel-control {
	width: 10%;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	width: 52px;
	height: 51px;
}

.suppliers span a {
	padding: 0 25px;
}

.suppliers span a:hover {
	text-decoration: none;
}

.follow img {
	margin-bottom: 5px;
}

.input-group input {
	color: #333333;
	font-size: 18px;
	border: none;
	height: 42px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin:0;
	padding: 0 15px;
	outline: none;
	float: left;
	width: auto !important;
}

.input-group-btn {
    float: left;
}

.input-group-btn .btn {
    color: #ffffff;
	font-size: 18px;
	height: 42px;
	padding: 0 15px;
	background: #ed1d24;
	float: left;
	border: none;
	border-top: 3px solid #be171d;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.product .content {
	margin-top: 30px;
}

.list-group ul {
    padding: 0;
}

.list-group li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.panel {
	border: none;
}

.panel-group {
    margin-top:25px;
}

.panel-group .panel-heading {
	background: #efefef;
	border-top: 3px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

.panel-body {
	border: none;
}

.panel-body td {
    padding: 5px 15px 5px 0;
}

.offerte-aanvragen {
	font-size: 18px;
	height: 42px;
	width: 190px;
	padding: 0 15px;
	background: #ed1d24;
	color: #ffffff;
	border: none;
	border-top: 3px solid #be171d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.download-brochure {
	font-size: 18px;
	height: 42px;
	width: 190px;
	padding: 0 15px;
	background: #efefef;
	color: #333333;
	border: none;
	border-top: 3px solid #bfbfbf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-control {
    margin-bottom: 12px;
}

.form-group label {
    padding-top: 6px;
}

.gray-btn {
	font-size: 18px;
	height: 42px;
	padding: 0 25px;
	background: #efefef;
	color: #333333;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.product-price {
	font-size: 24px;
	padding: 10px 25px;
	line-height: 1;
}

.list-product {
	padding: 30px 25px;
	line-height: 22px;
	font-weight: 600;
}

.list-product li {
	list-style: none;
}

.pagination li a {
	color: #c2c2c2;
	border: 1px solid #c2c2c2;
}

.pagination li a:hover {
	color: #333333;
	border: 1px solid #c2c2c2;
}

.pagination,
.pagination li:first-child a,
.pagination li:last-child a {
	border-radius: 0px;
}

.pagination .active a, 
.pagination .active a:focus, 
.pagination .active a:hover {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #c2c2c2;
}

.pagination .disabled a, 
.pagination .disabled a:focus, 
.pagination .disabled a:hover {
	color: #c2c2c2;
	border: 1px solid #c2c2c2;
}

.productkeuze-product {
    width: 75%;
    margin-right: 5%;
    float:left;
}

.productkeuze-aantal {
    width: 20%;
    float:left;
}

/* Footer specific styling */
.footer {
    padding: 40px 24px 128px;
}

.footer div {
    padding-left: 0;
    padding-right: 0;
}

.footer .container {
    width: 100%;
}

@media screen and (min-width: 767px) {
    .footer {
        padding: 40px 128px 40px 24px;
    }    
    
    .footer .container {
        max-width: 1280px;
    }
}

@media screen and (min-width: 767px) {
    .footer {
        padding: 80px 128px 80px 24px;
    }
}


/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .banner {
        height: auto;
    }
    
    .payoff-red, .payoff-orange, .payoff-green, .payoff-blue, .payoff-gray{
        margin: 128px 0 0 0;
    }
    
    .payoff-red h1, .payoff-orange h1, .payoff-green h1, .payoff-blue h1, .payoff-gray h1 {
        font-size: 30px;
    }
    
    h1.header-lg {
        font-size: 34px;
    }
    
    .category-block-content {
        padding-left: 15px;
    }
    
    .category-block-content h2.header-md {
        padding: 15px 0 0;
    }
    
    .newsletter input {
        width:150px;
    }
    
    .input-group input {
        width: 150px !important;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 560px;
    }
    
    .payoff-red h1, .payoff-orange h1, .payoff-green h1, .payoff-blue h1, .payoff-gray h1 {
        font-size: 48px;
    }
    
    #wrapper {
        padding-left: 200px;
    }

    .sidebar-wrapper {
        width: 200px;
    }

    .navbar {
    	position: fixed !important;
		width: 200px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 780px;
    }
    
    #wrapper {
        padding-left: 200px;
    }

    .sidebar-wrapper {
        width: 200px;
    }

    .navbar {
    	position: fixed !important;
		width: 200px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        width: 980px;
    }
    
    #wrapper {
        padding-left: 200px;
    }

    .sidebar-wrapper {
        width: 200px;
    }

    .navbar {
    	position: fixed !important;
		width: 200px;
	}
}

@media (min-width: 1390px) {
    .container {
        width: 1170px;
    }
}

.facebook > div {
    width: 100%;   
}

#twitter-widget-0 {
    margin: 32px 0 !important;   
}

#facebook-widget-0 {
    margin: 32px 16px; 
    border: 2px solid white;
}

@media (max-width: 768px) {
    #twitter-widget-0 {
        max-height: calc(100vh - 180px);
    }
    
    #facebook-widget-0 {
        max-height: calc(100vh - 180px);   
        margin: 0 0 32px 0 !important;
        overflow: hidden;
    }
}

/* Video styling */
iframe.inline-video {
    margin: 16px 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 1080;
}