body {
	background-color: #000;
	background-image: url("img/bg2.jpg");
	background-attachment: fixed;
	background-size: 100% auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #fff;
	margin: 0;
	font-weight: 300;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

#bullets .contentmodule .img-responsive {
	width: 450px;
	height: 450px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #8c8c8c;
}

.table-striped>tbody>tr:nth-of-type(odd) .btn {
	color: #333;
}

.modal-dialog label {
	color: #666;
}

input {
	color: #000;
}

.mt3 {
	max-height: 300px;
	margin: 0px auto;
}

table {
	background-color: rgba(0,0,0,0);
}

.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

a,
a:visited, 
.text-red, 
.btn-link,
.btn-link:hover {
	color:#fff;
	text-transform: uppercase;
}

.slick-list {
    position: relative;
    display: flex!important;
    overflow: hidden;
    margin: 0;
    padding: 0;
    align-content: center!important;
    justify-content: center!important;
    align-items: center!important;
    flex-wrap: nowrap!important;
    flex-direction: row!important;
}

.text-roboto {
	font-family: 'Roboto Condensed', sans-serif;
}

/* [ALGEMEEN] */
#wrap {
	min-height: 100%;
	height: auto !important;
}

.nomargin {
	margin: 0px;
}

.contentarea{
	font-size: 110%
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 0;
}

.blackbg{
	background:#000;
}

.bg50 {
	background: rgba(0,0,0,0.5);
}

.pad15 {
	padding: 15px;
}

.spacer {
	height:30px;
}

.spacer2 {
	height: 15px;
}

.red {
	color:red;
}

.skew {  
    position: absolute;
    top: -150px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    bottom: -150px;
}

section.lightgray {
	background-color: #ed1c24;
	position: relative;
}

section.lightgray i.fa {
	color:#fff;
}

section.page {
	margin: 20px 0;
}

/* [HEADER] */
.logo {
	width: 175px;
	margin-top: 10px;
	margin-bottom: -125px;
	margin-left: -50px;
}

.tels {
	display: block;
	float: right;
}

.tels a {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.tels a:hover,
.tels a:focus,
.tels a:active {
	color: #ed1c24;
	text-decoration: none;
}

/* [MENU] */
.mobielmenu {
    background: #ce0c20;
    color: #fff;
}

.mobielmenu a {
    color: #fff
}

.navbar{
	min-height: auto
}

.navbar{
	margin-bottom:0px;	
	margin-top:0px;	
	z-index: 1;
	position: relative;
	border: 0;
}

.navbar-toggle {
	background-color:#ce0c20;
	font-size:12px;	
	padding: 4px 0px;
}

.navbar-toggle span {
	background-color:#000;
}

.navbar-collapse {
	max-height:none !important;	
}

@media (min-width: 768px) {

	.navbar-collapse.collapse {
		padding-left: 0px;
	}

}

.navbar-default {
	background: transparent;
	border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 14px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
	color: #ed1c24;
}

.navbar-default .navbar-nav > li > a.active {
    background: #ed1c24;
}

.navbar-default .navbar-nav > li > a.active:hover,
.navbar-default .navbar-nav > li > a.active:focus,
.navbar-default .navbar-nav > li > a.active:active {
	background: #000;
	color: #FFF;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
 	background: #ed1c24;
	color: #FFF;
}

.dropdown-menu {
	padding: 0;
}

.dropdown-menu > li > a {
	font-size: 16px;
	padding: 5px 20px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #FFF;
    text-decoration: none;
    background: #ed1c24;
}

/* [CONTENT] */
.bullets ul {
	list-style: none;
	padding-left: 0px;	
}

.bullets ul li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00c";
	float: left;
	margin-right: 20px;
	font-size: 24px;
	clear: both;
	color:#ce0c20;
}

.bullets ul li {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 18px;
}

.bullets2 {
	color:#fff;
}

.bullets2 ul {
	list-style: none;
}

.bullets2 ul li {
	clear: both;
}

.bullets2 ul li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00c";
	float: left;
	margin-right: 20px;
	font-size: 24px;
	color:#ce0c20;
}

.btn-danger {
    background-image: -webkit-linear-gradient(#bb1813, #d71c16 40%, #e01d17);
    background-image: -o-linear-gradient(#bb1813, #d71c16 40%, #e01d17);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bb1813), color-stop(40%, #d71c16), to(#e01d17));
    background-image: linear-gradient(#bb1813, #d71c16 40%, #e01d17);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe01d17', GradientType=0);
    -webkit-filter: none;
    filter: none;
}

.btn-danger:hover {
    background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
    background-image: -o-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f17a77), color-stop(60%, #ee5f5b), to(#ec4d49));
    background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
    -webkit-filter: none;
    filter: none;
}

section.red {
	background-color: #1f0104;
	position: relative;
}

section.black {
	background-color: #000;
	color: #fff;
	position: relative;
}

section.black a {
	color: #fff;
	width: 100%;
	text-transform: none;
	font-size: 16px;
}

section.black .btn {
	padding: 10px 15px 10px 15px;
}

section.form {
	background-color: #272323;
	position: relative;
	display: none;
	padding: 100px 0;
}

section.car {
	background-image: url("img/motor-v2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 150px 0;
	color: #fff;
	overflow: hidden;
}

section.car .container {
	position: relative;
}

.barholder {
	overflow: hidden;
	position: relative;
	height: 30px;
}

.barholder2 {
	overflow: hidden;
	position: absolute;
	height: 50px;
	bottom: 0px;
	width: 100%;
	z-index: 0;
}

.whitebar {
    background: #fff;
    height: 30px;
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewX(-70deg);
    -o-transform: skewX(-70deg);
    -ms-transform: skewX(-70deg);
    transform: skewX(-70deg);
    position: absolute;
    width: 150%;
    left: 50px;
}

.redbar {
    background: #ce0c20;
    height: 20px;
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewX(-70deg);
    -o-transform: skewX(-70deg);
    -ms-transform: skewX(-70deg);
    transform: skewX(-70deg);
    position: absolute;
    width: 150%;
    left: 50px;
}

.blackbar {
    background: #000;
    height: 50px;
    -moz-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
    position: absolute;
    width: 150%;
    left: 25px;
}

.menubg{
	background: url(img/menubg.jpg) no-repeat center top;
	margin-top: 40px;
}

.menukaart li table {
    width: 100%;
    background: rgba(0,0,0,0.5);
    margin-top: 15px;
    margin-bottom: 15px;
}

.menukaart ul.list {
    list-style: none;
    padding: 0px;
}

.list form textarea {
	background-color: #000;
}


.medias .fotoimg {
	width: calc(25% - 12px);
}

.menukaart td.naamGerecht {
    padding: 15px 15px;
    width: 70%;
    border-bottom: 1px solid;
}

.menukaart td.prijsGerecht {
    font-weight: bold;
}

.motobg2 {
    padding: 15px;
    background-color: #2b1d1f;
    background-image: url("img/motobg.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.5);
    position:relative;
}

.motobg {
    padding: 15px;
    background-color: #2b1d1f;
    background-image: url("img/smalltxtbg_v2.jpg");
    background-size: 320% auto;
    box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.5);
    position:relative;
    background-size: cover;
}

.motobg:after, .motobg2:after {
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#26000000',GradientType=0 );
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.motobg .txt, .motobg2 .txt {
	z-index: 1;
	position:relative;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.motobg .txt a {
	text-shadow: none;
	width: 100%;
	padding: 10px 15px 10px 15px;
}

.motobg.motoleft {
	background-position: left;
}

.motobg.motomid {
	background-position: center;
}

.motobg.motoright {
	background-position: right;
}

/* [GOOGLEMAP] */
.gm-style .gm-style-iw {
	color: #000;
}

/* [FOOTER] */
#footer .black{
	background: url(img/footerbg.jpg) no-repeat center top;
}

.footerlogo img {
	width: 100%; 
	margin-left: 0; 
	margin-right: 0; 
	margin: auto;
}

#footer {
	min-height: 150px;
	background:#ce0c20;
	padding-bottom:10px;
}

#footer a {
	color: #fff;
	text-transform: uppercase;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	text-decoration: none;
}

#footer i.fa {
	color: #ce0c20;
}

/* [CAROUSEL] */
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
	margin:auto;
}

.carousel-indicators {
	bottom: -10%;
}

.carousel:hover .carousel-indicators {
	bottom: 2%;
}

.carousel-control, .carousel-indicators {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.carousel-control.left {
	left: -10%;
	opacity: 0;
}

.carousel:hover  .carousel-control.left {
	left: 0%;
	opacity: 0.5;
}

.carousel-control.right {
	right: -10%;
	opacity: 0;
}

.carousel:hover  .carousel-control.right {
	right: 0%;
	opacity: 0.5;
}

.carousel {
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}

.carousel-caption {
	right: 0px;
	left: 0px;
	bottom: 20%;
}

.bullets h3{
	font-size:20px;
}

@media (min-width: 768px) {

	.carousel-caption h2 {
	    font-size: 350%;
	    display: inline-block;
	    background-color: rgba(0,0,0,0.5);
	    float: right;
	    padding: 20px 10% 20px 10px
	}

	.bullets h3{
		font-size:24px;
	}

	.carousel-caption p {
	    font-size: 180%;
	    background-color: rgba(0,0,0,0.5);
	    float: right;
	    padding: 20px 10% 20px 10px;
	    clear: both;
	    text-align: right;
		line-height: 100%;
	}

	.carousel-caption a.btn {
		clear: both;
		float:right;
		margin:20px 20%;
	}

}

/* [BOOTSTRAP] */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {

    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      	opacity: 0;
      	-webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
    	opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
    	opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {
	from {
		opacity: 0;
		margin-left: -10px;
	}
	to {
		opacity: 1;
		margin-left: 0px;
	}
}

/* Standard syntax */
@keyframes entrance {
	from {
		opacity: 0;
		margin-left: -10px;
	}
	to {
		opacity: 1;
		margin-left: 0px;
	}
}

.nieuwsul .bullets ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    float: left;
    margin-right: 20px;
    font-size: 24px;
    clear: both;
    color: #ce0c20;
    position: absolute;
    margin-left: -40px;
}

.nieuwsul ul {
	margin-left: 40px;
}

@media (max-width: 767px) {

	.logo {
		width: 175px;
		margin-top: 10px;
		margin-bottom: -125px;
		margin-left: 0px;
		z-index: 9999;
		position: relative;
	}

}

@media (max-width: 414px) {

	.reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		  -ms-flex-direction: column-reverse;
		      flex-direction: column-reverse;
	}

}