
body{
	background: #012c3a;
	padding-bottom: 15px;
}

table{
	width: 100%;
}

p,td,tr{
	font-family:"Century Gothic","Verdana";
	color: white;
}
h1,h2,h3,h4,h5,h6,h7{
	font-family:"Century Gothic","Verdana";
	font-weight: bold;
	color: #e5c221;
}
h1{
	color: white;
	letter-spacing: -2px;
}

.container.beheer{
	margin-top: 20px;
	padding: 10px;
	background-color: white;
	
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
}
.container.beheer p,.container.beheer td,.container.beheer tr, .container.beheer h1{
	color: #666;
}

.review .glyphicon.glyphicon-star, .glyphicon.star {
    color: #ebc47a;
    font-size: 30px;
}
.carousel .source{
	font-style: italic;
}
.carousel-text{
	width:100%;
	padding: 20px 45px;
	min-height: 200px;
	display:block;
	text-align: center;
}
body .carousel .carousel-control{
	width: 28px;
	text-shadow: inherit;
	color: black;
	background: none repeat scroll 0 0 #012c3a;
	outline: none;
	color: #e5c221;
	font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right{
	margin-left: -15px;
}
.carousel-control:hover,
.carousel-control:focus{
	color: silver;
}

.cke_editable a,
.page-body a{
	color: #e5c221;
}
.cke_editable a:hover,
.page-body a:hover{
	color: white;
}

.cke_editable a.btn,
.cke_editable a.btn:hover,
.page-body a.btn,
.page-body a.btn:hover{
	color: inherit;
}

.cke_editable a.btn.btn-default,
.cke_editable a.btn.btn-default:hover,
.page-body a.btn.btn-default,
.page-body a.btn.btn-default:hover{
	color: #666;
	margin-bottom: 5px;
}

.cke_editable{
	padding: 5px;
}
.img-responsive{
	width: 100%;
}

.images-container > a{
	width: 33%;
	float: left;
	text-align: center;
	padding: 10px;
}
.images-container > a img{
	width: 100%;
}

textarea[name=body]{
	height: 500px;
}
textarea[name=lead]{
	height: 180px;
}
textarea[name=description]{
	height: 220px;
}


/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1199px) {
}
/* Medium devices (desktops, 992px and down) */
@media (max-width: 991px) {
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 767px) {
}
/* Micro-Small devices (iphones, 480px and down) */
@media (max-width: 480px) {
}
