body {
	font-family: 'Roboto Condensed', sans-serif;
	color: #1e283a;
	font-size:16px;
}

::selection {background: #e4022d; color:#fff;}
::-moz-selection {background: #e4022d; color:#fff;}
::-webkit-selection {background: #e4022d; color:#fff;}

a {
    color: #e4022d;
}
a, a:focus  {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration:none;
}
.colour {
	color:#e4022d;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
	color:#3166A2;
	text-transform:uppercase;
}
h1 {
    font-size:40px;
    letter-spacing: 0;
    line-height: 55px;
	text-align:center;
	margin-bottom:40px;
}
h2 {
	font-size:32px;
	margin-bottom:15px;
	color:#32B2BD;
}
h2 {
	font-size:25px;
}
p {
	margin:5px 0 10px;
	text-indent:25px;
	text-align:justify
}
ul, ol {
	margin-left:20px;
}

.top-border {
	background:#1E293A;
	/*height:43px;*/
	color:#FFF;
	font-size:18px;
}
.top-border .adres, .top-border .mail {
	padding-top:9px;
}
.top-border .phone {
	font-size:26px;
	padding-top:2px;
}
.logo-block {
	font-size:40px;
}
.nav-block {
	padding:50px 0 40px;
	border-bottom:2px solid #CCC;
}
.nav-block a {
	color: #1e283a;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #e4022d;
    color: #fff;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav > li > a:focus, .nav > li > a:hover {
	 background-color: #e4022d;
    color: #fff;
}


.sliderwrap {
	background:url(img/300dpi_Raffinaderij_Rotterdam.JPG) center center no-repeat;
	background-size:cover;
	height:450px;
}

.well {
	background:#E0E3E3;
	padding:30px 0;
}
.well .caption-wrap {
	padding:20px 20px 40px 20px;
	color:#FFF;
	background:#3166A2;
	height:230px;
	overflow:hidden;
}
.well .caption-wrap h3 {
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}
.img-bgrd {
	background:url(img/DSC_0699.jpg);
	height:200px;
	background-size:cover;
}
.img1 {
	background:url(img/001.jpg);
}
.img2 {
	background:url(img/002.jpg);
}
.img3 {
	background:url(img/003.jpg);
}

.content {
	padding:40px 15px 100px;
}



.footer {
	background:#1E293A;
	color:#fff;
}







table {
    background: #eaebec none repeat scroll 0 0;
    border: 1px solid #32B2BD;
    border-collapse: separate;
    border-radius: 3px;
    box-shadow: 0 1px 2px #d1d1d1;
    color: #666;
    width: 100%;
	margin:35px 0;
}
table tr th {
    background: #2e3138 none repeat scroll 0 0;
    border: 1px solid #32B2BD;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-shadow: none;
}
table tr th:first-child {
    padding-left: 20px;
    text-align: left;
}
table tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
table tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
table tr {
    padding-left: 20px;
}
table tr td:first-child {
    border-left: 0 none;
    padding-left: 20px;
    text-align: left;
}
table tr td {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fbfbfb, #fafafa) repeat scroll 0 0;
    border-bottom: 1px solid #32B2BD;
    border-left: 1px solid #32B2BD;
    border-top: 1px solid #ffffff;
    color: #444;
    padding: 18px;
}
table tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #f8f8f8, #f6f6f6) repeat scroll 0 0;
}
table tr:last-child td {
    border-bottom: 0 none;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}
table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}
table tr td.status-free {
    background: #6c6 none repeat scroll 0 0;
}
table tr td.status-busy {
    background: #69f none repeat scroll 0 0;
}
table tr:hover td, table tr:hover td a {
    background: #cb260a none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}