@import "../../css/breadcrumbs.css";
/* Swipebox */
.sl-overlay
{
	z-index:1040 !important;
	background:#000 !important;
}

.sl-wrapper
{
	z-index:1041 !important;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-counter
{
	color:#FFFFFF !important;
}

.sl-next, .sl-prev
{
	color:#FFFFFF !important;
}

.hoverhand, .hoverhand:hover
{
	cursor: hand;
	cursor:pointer;
}


.clear
{
	clear:both;
}
.contentmodule
{
	clear:both;
	margin:5px;
	display:inline;
}
.contentmodule.inline-left
{
	position: relative;
	display: inline;
	margin: 5px;
	float: left;	
}
.contentmodule.inline-center
{
	position:relative;
	display:block;
	margin:auto;
	width:100%;	
}
.contentmodule.inline-right
{
	position: relative;
	display: inline;
	margin: 5px;
	float: right;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.IEWarning
{
	max-width:400px;	
}
.IEWarning img
{
	border:none;
	max-width:140px;
	float:right;
	position:relative;
	margin:5px;
	display:inline	
}

.container-flexbox 
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-flexbox .item-flexbox
{
	flex-basis: 100%;
}

.social
{
	clear:both;
	position:relative;
	min-height:5px;
}
.social b
{
	font-size:16px;
	display:table-cell;
	vertical-align:middle;
	float:left;
}

a.showZoom 
{
	position: relative;
	max-width: 100%;
	display: inline-block;
}

a.showZoom:before {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/magnify.svg) no-repeat center center;
	background-size: 25% auto;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

a.showZoom:hover:before {
	opacity: 1;
	background-size: 25% auto;
}

.editheader {
	position: absolute;
	top: 250px;
	right: 15%;
	color: #fff;
	z-index: 15;
}

.editheader a {
	color: #fff;	
}

.imagelink_href
{
	text-decoration:none;	
}

.imagelink_outer
{
	float:left;	
	position:relative;
}
.imagelink_title
{
	background: rgba(0,0,0,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7 */      zoom: 1;
	color:white;
	position:absolute;
	bottom:0px;
	text-decoration:none;
}

.imagelink_admin
{
	background: rgba(0,0,0,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7 */      zoom: 1;
	color:white;
	position:absolute;
	top:0px;
	text-decoration:none;	
}

.menu_addcontent{
	background-image:url('../../images/icons/add.png');
	background-position:center center;
	width:20px;
	background-repeat:no-repeat;	
}
.menu_addcontent:hover{
	background:none !important;
	background-image:url('../../images/icons/add.png') !important;
	background-position:center center !important;
	width:20px !important;
	background-repeat:no-repeat !important;	
}

.changealttag{
	position:absolute;
	right:26px;
	top:5px;
	z-index:1;	
}
.setimglink{
	position:absolute;
	right:66px;
	top:5px;
	z-index:1;	
}
.setfilelink{
	position:absolute;
	right:46px;
	top:5px;
	z-index:1;	
}

a.editbutton, a.editbutton:visited { 
position: absolute;
right: 5px;
top: 5px;
z-index: 50;
border: 0;
}

a.linkbutton, a.linkbutton:visited { 
position: absolute;
right: 25px;
top: 5px;
z-index: 50;
border: 0;
}
a.editfade {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
	border: 0;
	background: #333;
	padding: 10px;
	color: white;
}
a.btn2, a.btn2:visited { 
position: absolute;
right: 30px;
top: 5px;
z-index: 50;
border: 0;
}

/*	content		*/
.editor input[type=text], .editor select {
width: 100%;
}

.editor input[type=submit], .editor input[type=button] {
width: 48%;
margin: 7px;
}

.author, .created, .edited {
font-size: 14px;
margin: 0px;
}

.new, .edit, .delete {
float: right;
}

.new img, .edit img, .delete img {
border: 0px;
}

/* ADMIN PANEL */

#mainnav_wrap {
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.66);

	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
	text-align:center;
	height:26px;
}
#homebtn {
	padding-left:5px;
	padding-right:5px;
	float:left;
	margin-left:5px;
}
#welkom {
	float:left;
	padding: 2px;
	margin-left:10px;
}
#welkom img {
	float:left;
	padding:0;
	margin:2px;
}
#welkom p {
	color: #FAFAFA;
    float: left;
    font-size: 11px;
    margin: -1px 0 0 5px;
}
p#NCCMSv{
	color: #FAFAFA;
    font-size: 11px;
    margin: 0;
	padding-top:2px;
}
#icons {
	float: right;
	list-style: none outside none;
    margin: 0;
    padding: 0;
}
#icons li {
	float: right;
    margin: 0 5px 0 0;
}
#icons li a {
	display: block;
    padding-left: 5px;
	padding-right:5px;
}

a.printbutton {
	float: right;
	padding-left: 24px;
	background: url("../../images/icons/printer.png") no-repeat left top;
	clear: both;
	display: block;
}

div.contentarea {
	clear: both;	
}

.tweetbtn, .fblike, .gplus
{
	position: relative;
	float: left;	
	margin-left:5px;
}

.fblike
{
	margin-top:-1px;	
}


.carousel-caption.custompos h2, .carousel-caption.custompos p {
	position: absolute;
}

.carousel-caption.custompos a.btn {
	position: absolute;
}

div.carousel-caption.custompos {
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 0;
}

#captionposition {
	position: relative;
	width: 100%;
	margin: 60px auto;
	overflow: hidden;
}

#captionposition img {
	max-width: 100%;
}

#captionposition div#title {
	position: absolute;
	width: 300px;
	height: 50px;
	background: rgba(255,255,255,0.8);	
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

#captionposition div#caption {
	position: absolute;
	width: 300px;
	height: 30px;
	background: rgba(255,255,255,0.8);
	text-align: center;	
	line-height: 30px;
	cursor: pointer;
}

#captionposition div#button {
	position: absolute;
	width: 300px;
	height: 30px;
	background: rgba(255,255,255,0.8);
	text-align: center;	
	line-height: 30px;
	cursor: pointer;
}

#linklist {
	max-width: 90%;
	overflow: hidden;
}

.breadcrumbs, .breadcrumbs li
{
	list-style:none;
}

.breadcrumbs li 
{
	float:left;
	margin-right:5px;
}

.breadcrumbs li:not(:last-child)::after
{
	content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 2px;
    padding-right: 5px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}