/*
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}

.footer {
    margin: 50px 0;
}

/* eigen stijlen */
.glow {
	background: hsl(14,83%,90%);
}

.text-orange {
	color: #e44615;
}

.logo {
	/*background: hsla(14,83%,70%,0.7);; */
	padding: 10px;
	border-radius: 5px;
	}

.navbar {
	background: #e44615;
	color: white
}

ul.nav > li > a, .navbar-brand {
	color: white;
	transition: color 1s;
	}


a.navbar-brand:hover {
	transition: color 1s;
	color: rgb(240,230,230);
}

.breadcrumb {
	background-color: white;
}

.grey {
	color: grey
}

.icon-facebook {
   color:#3b5998;
}

.fa-stack-1x {
    color:white;
}

.nolink, .nolink:hover {
	color: black !important;
	text-decoration: none;
}

.icon-bar {
	background: white !important;
}

.clickable:hover {
	cursor: pointer;
	opacity: 0.9;
}

/* Homepage carousel */

.vegas-wrapper {
	background: rgba(230,230,230,0.4);
	transition: background 1s;
}

.vegas-wrapper:hover {
	background: rgba(230,230,230,0);
	transition: background 1s;
}

/* Thumbnails */
.thumbnail-container {
     position: relative;
     width: 100%;
     padding-bottom: 100%;
     float:left;
}

.row-thumb {
    position:absolute;
    width:100%;
    height:100%;
}

.row-thumb img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	   max-height:100%;
    max-width:100%;
}

/* nieuws paginering */
div.pagination {
    padding: 3px;
    margin: 3px;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;
    zoom: 100%;
    text-decoration: none; /* no underline */
    color: black;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid orange;
    color: #000;
}
div.pagination span.page_current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eea23;
    font-weight: bold;
    background-color: #f0ad4e;
    color: #FFF;
}
div.pagination span.page_disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}

* span.elipsis {zoom:100%}

/* Specificaties vouw */
#spec-wrapper {
	background: rgb(250,250,250);
	border-left: 2px solid rgb(230,230,230);
}

#spec-wrapper h3 {
	background: rgb(230,230,230);
	padding: 5px;
	cursor: pointer;
}

#spec-content {
	display: none;
	padding-left: 10px;
	padding-bottom: 5px;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
width: auto; /* use this, or not */
margin: auto;
height: 280px;
}

.tier-thumb {
	height: 270px;
	padding-top: 10px;
}

.color-wrapper {
	overflow: hidden;
}
.color-thumb {
	text-align: center;
	display: inline-block;
	width: 100px;
	float: left;
	margin-left: 10px;
}

.pb-4 {
	padding-bottom: 4px;
}
.pt-10 {
	padding-top: 10px;
}

.werf-image {
	background-size: cover;
	background-position: 50% 50%;
	height: 300px;
	width: 100%;
	overflow: hidden;
}

.vertical-align {
    display: flex;
    align-items: center;
}
/* Extra small devices (767px and down) */
@media (max-width: 767px) {
    .row.vertical-align {
        display: block; /* Turn off the flexible box layout */
    }
}
