html {
    background-color: #000000;
}

h1 {
    font-size: 18px;
}

video {
    width: 100% !important;
    height: auto !important;
}

#videos {
    background-color: #000000;
}

#myModal{
    margin-top: 40px;
}

#overlay {
	position:absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.25;
	z-index: 1;
	display: none;
}

#overlay div {
	cursor: pointer;
}

#verdamperO {
	width: 14%;
	height: 35%;
	margin-left: 20%;
	margin-top: 12%;
}

#expansieO {
	width: 13%;
	height: 32%;
	margin-left: 19%;
}
#compressorO {
	height: 42%;
	width: 20%;
	margin-left: 42%;
	margin-top: -40%;
}
#kijkglasO {
	height: 10%;
	width: 11%;
	margin-left: 47%;
	margin-top: 7%;
}
#condensorO {
	width: 20%;
	height: 35%;
	margin-left: 67%;
	margin-top: -30%;
}
#filterO {
	height: 16%;
	width: 13%;
	margin-left: 62%;
	margin-top: 7%;
}


.btn-default {
	background-color: #137193;
	color: #FFF;
}
.btn-default:hover {
	background-color: #096989;
	color: #FFF;
}

.glyphicon-info-sign {
    float: right;
    margin: 0;
    top: -26px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
}

.actief {
    color: #FFFFFF;
}

.close {
    color: #FFFFFF;
    opacity: 1 !important;
    font-size: 14px;
    font-weight: normal;
	margin-top: 8px !important;
}
.close:hover {
    color: #CCCCCC;
    opacity: 1 !important;
}

.modal-header {
    color: #FFFFFF;
    background-color: #26ABE3;
}

.otib{
    width:35px;
    height:40px;
    margin-left:30px;  
    float:right;
}

.acole{
    width:125px;
    height:30px;
    margin-top:5px;
    float:right;
}

.footer{
    position:absolute; 
    bottom:0;
    right:30px;
    height:50px;
}

.navbar-inverse {
	background-color: #26ABE3;
}
.navbar-inverse .navbar-brand {
	color: #FFFFFF;
}
.navbar-inverse .logo {
	float: right;
	padding-top: 5px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin-left: auto;
    margin-right: auto;
}