.fRow {margin-bottom:5px;padding:5px 0;}
.fRow:after {content: "";display: table;clear: both;}
.fRow .fLabel {width:30%;float:left;word-wrap:break-word;}
.fRow .fColumn {width:70%;float:right;}
.fRow:hover {background-color:rgba(0,0,0,0.1);}

.box {position:relative;width:100%;}
.boxbefore {content: "";display: block;padding-top: 100%; /* initial ratio of 1:1*/}
.boxcontent {position:absolute;top:0;left:0;bottom:0;right:0;}



/* ATTRIBUTES */





/* FAVS */
#favsLoad {
	display:inline-block;
}
a.ftFavLink {
	text-decoration:none;
	display:inline-block;
}
a.ftAddFav {
}
a.ftDelFav {
	
}

.icon-star:before {
	content: "\40";
}
.ftDelFav .icon-star:before {
	content: "\42";
}


/* REPORT */
a.ftReportLink {
	padding:10px 0 10px 35px;
	text-decoration:none;
	display:block;
	background:url(../images/system/report_empty.png) 0px center no-repeat;
}
a.ftAddReport {
	background-image:url(../images/system/report.png);
}
a.ftDelReport {
	
}


/* RATING */
#ratingLoad {
	display:inline-block;
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}

a.rateAction {
	text-decoration:none;
	display:inline-block;
}

a.rateAction.active {
	background-color:#ccc;
}
a.rateAction.rateDown {
}

.rateSmall a.rateAction {
	display:inline;
}
.rateSmall a.rateAction.rateDown {
}



#ftMsg {
	border:1px solid #000;
	padding:5px;
	background:#fff;
	color:#000;
	position:absolute;
	z-index:110;
	margin-top:15px;
	-webkit-box-shadow: 0 3px 8px -6px black;
	   -moz-box-shadow: 0 3px 8px -6px black;
	        box-shadow: 0 3px 8px -6px black;
}

/* --------------------------------
Comments
*/
.hidden {
	display:none;
}
.icon-reply:before {
	content: "\e3f7";
}

.ftCommentsBox {

}

.ftCommentsBox .msg {
	display:none;
}


/* --- comments form */
.msg {
	
	padding:10px;
	background:#eaeaea;
	margin:0 0 10px 0;
}  

textarea#comment {
	width:96%;
	padding:2%;
	
	/* Firefox */
	-moz-transition-property: height;
	-moz-transition-duration: 0.5s;
	-moz-transition-delay: 0s;
	/* WebKit */
	-webkit-transition-property: height;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-delay: 0s;
	/* Opera */
	-o-transition-property: height;
	-o-transition-duration: 0.5s;
	-o-transition-delay: 0s;
	/* Standard */
	transition-property: height;
	transition-duration: 0.5s;
	transition-delay: 0s;
}

.ftCommentFooter {
	float:right;
	display:none;
} 
.fbCommentCharactersNr.too-long {
	color:#f00;
}

.ftCommentReplies .ftCommentForm {
	margin:20px 0;
}
.cancelReply {
	display:none;
}


/* --- comments lijst */
ul.ftComments {
	margin:0;
	padding:0;
}
.ftComment {
	margin:0;
	padding:10px 10px 10px 74px;
	list-style:none;
	
	position:relative;
	min-height:56px;
}
.ftComment.depth_2 {
	margin-left:50px;
}
.ftComment.depth_3 {
	margin-left:100px;
}
.ftComment.depth_4, .ftComment.depth_5, .ftComment.depth_6, .ftComment.depth_7, .ftComment.depth_8, .ftComment.depth_9 {
	margin-left:150px;
}

li.ftComment {
	border-bottom:1px dotted #ccc;
	position:relative;
}
.ftCommentImg {
	position:absolute;
	top:10px;
	left:0;
	width:50px;
	height:50px;
	border:1px solid #ccc;
	padding:2px;
	background:#fff;
}

.ftCommentMsg {
	word-wrap:break-word;
}

.ftCommentDate {
	color:#888;
	font-size:80%;
}
.ftCommentUser {
	color:#888;
	margin-bottom:8px;
}

.ftCommentOptions {
	position:absolute;
	top:10px;
	right:10px;
	opacity:0;
	
	/* Firefox */
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-moz-transition-delay: 0.2s;
	/* WebKit */
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-delay: 0.2s;
	/* Opera */
	-o-transition-property: opacity;
	-o-transition-duration: 0.5s;
	-o-transition-delay: 0.2s;
	/* Standard */
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-delay: 0.2s;
}
.ftComment:hover .ftCommentOptions {
	opacity:1;
} 





/* ----------------------------------------------------------------
MODULES */
/* -- comments topics */
ul.ftmCommentTopics {
	list-style:none;
	padding:0;
	margin:0;
}
li.ftmCommentTopic {
	list-style:none;
	padding:0 0 10px 0;
	margin:0;
}
.ftmCommentTopicImg {
	float:left;
	margin-right:10px;
}
.ftmCommentTopicTitle {
	display:block;
}
.ftmCommentTopicDate {
	display:block;
	color:#666666;
}



/* --------------------------------------------------
 override bootstrap */
[class^="icon-"],
[class*=" icon-"] {
	background-image: none;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image:none;
}

/* _______________________________________________________________
   DEFAULT */
/* general */


.w10 {width:10%;}
.w20 {width:20%;}
.w30 {width:30%;}
.w40 {width:40%;}
.w50 {width:50%;}
.w60 {width:60%;}
.w70 {width:70%;}
.w80 {width:80%;}
.w90 {width:90%;}
.paddingLeft {padding-left:20px;}
.paddingRight {padding-right:20px;}
.paddingTop {padding-top:20px;}
.paddingBottom {padding-bottom:20px;}



/* _______________________________________________________________
   TEASER */
.ft .fTeaserWrapper {
	position:relative;
	background:#ccc;
}


.ft .fTeaserWrapper.fullscreen {
	position:fixed;
	top:0;
	left:0;
	z-index:250;
	background:#000;
	width:100%;
}

.ft .slideWrap {
	position:relative;
	overflow:hidden;
}


.ft ul.fTeaser {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	overflow:hidden;
}
.ft ul.fTeaser li{
	list-style:none;
	background:none;
	margin:0;
	padding:0;
	min-height:2px;
	background:#ccc;
	display:block;
	width:100%;
}
.ft .fTeaserWrapper.fullscreen ul.fTeaser li {
	background:#000;
}

.ft ul.fTeaser li img{
	margin:0;
	padding:0;
	display:block;
	max-width: none !important;
	height: none !important;
	vertical-align: none !important;
	
	
}

.ft .animatefade ul.fTeaser li{
	position:absolute;
}
.ft .animateslide ul.fTeaser {
	width:9999px;
}
.ft .animateslide ul.fTeaser li{
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
}

.ft .teaserOverlay {
	position:absolute;
	z-index:4;
	top:10px;
	left:10px;
	right:10px;
	display:none;
	
	/*background:url(../images/system/bg_trans_000_80.png) top left repeat;*/
}
.ft .teaserTitle {
	background:#fff;
	color:#000;
	padding:2px 5px;
	display:block;
	float:left;
	clear:both;
	font-size:110%;
	margin-bottom:10px;
	font-weight:bold;
}
.ft .teaserSubtitle {
	background:#fff;
	color:#000;
	padding:2px 5px;
	display:block;
	float:left;
	clear:both;
	font-size:90%;
	margin-bottom:10px;
}
.ft .teaserDesc {
	background:#fff;
	padding:2px 5px;
	display:block;
	float:left;
	clear:both;
}


.ft ul.fTeaser img{
	margin:0;
	padding:0;
}
.ft ul.fTeaserNavs {
	margin:0;
	padding:0;
}
.ft ul.fTeaserNavs.inside {
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:5;
}
.ft ul.fTeaserNavs.inside.right {
	bottom:10px;
	left:auto;
	right:10px;
}
.ft ul.fTeaserNavs.outside.right {
	float:right;
}
.ft ul.fTeaserNavs.outside.center {
	float:left;
}

.ft ul.fTeaserNavs li {
	list-style:none;
	background:#fff;
	margin:0;
	padding:0;
	display:block;
	cursor:pointer;
	float:left;
	margin:0 0 0 4px;
}

.ft ul.fTeaserNavs li.rounds, .ft ul.fTeaserNavs li.rounds_nr {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	width:15px;
	height:15px;
}
.ft ul.fTeaserNavs li.rounds.active, .ft ul.fTeaserNavs li.rounds_nr.active, .ft ul.fTeaserNavs li.titles.active  {
	background:#c82d45;
}
.ft ul.fTeaserNavs li.images {
	border:1px solid #888;
	padding:0px;
	margin:0;
}
.ft ul.fTeaserNavs li.titles {
	border:1px solid #888;
	padding:3px;
	margin:0;
	background:#fff;
}
.ft ul.fTeaserNavs li.titles.active {
	color:#fff;
}


.ft ul.fTeaserNavs li.images img {
	display:block;
}

.ft ul.fTeaserNavs li.images.active {
	border-color:#000;
	background:#000;
}
.ft ul.fTeaserNavs li.images.active img {
	opacity:0.5;
}

.ft .teaserTools {
	position:absolute;
	top:5px;
	right:5px;
	z-index:4;
}
.ft .pauseSlideshow {
	width:30px;
	height:30px;
	float:left;
	margin:5px;
	opacity:0;
	cursor:pointer;
	background:#fff url("../images/system/nav_pause_000.png") center center no-repeat;
}
.ft .pauseSlideshow.fPlay {
	background-image: url("../images/system/nav_pause_000.png");
}
.ft .pauseSlideshow.fPause {
	background-image: url("../images/system/nav_play_000.png");
}
.ft .fTeaserWrapper:hover .pauseSlideshow {
	opacity:1;
}
.ft .pauseSlideshow:active {
	opacity:0.5;
}
.ft .goFullScreen {
	width:30px;
	height:30px;
	float:left;
	margin:5px;
	opacity:0;
	cursor:pointer;
	background:#fff url("../images/system/btn_fullscreen.png") center center no-repeat;
}
.ft .fullscreen .goFullScreen {
	background-image:url("../images/system/btn_close.png");
}
.ft .fTeaserWrapper:hover .goFullScreen {
	opacity:1;
}




/* Next / prev buttons */
.opacityAnimate {
	/* Firefox */
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-moz-transition-delay: 0s;
	/* WebKit */
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-delay: 0s;
	/* Opera */
	-o-transition-property: opacity;
	-o-transition-duration: 0.5s;
	-o-transition-delay: 0s;
	/* Standard */
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-delay: 0s;
}
.ft .prevSlide, .ft .nextSlide {
	position:absolute;
	top:50%;
	margin-top:-60px;
	width:80px;
	height:120px;
	z-index:4;
	opacity:0;
	cursor:pointer;
	
}
.ft .prevSlide:hover, .ft .nextSlide:hover {
	opacity:1;
}

.ft .prevSlide .fbtn, .ft .nextSlide .fbtn {
	width:30px;
	height:30px;
	margin-top:-15px; /* is half the height */
	background:#fff;
	top:50%;
	position:absolute;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-repeat: no-repeat;
	background-position: center;
}
.ft .prevSlide{
	left:0px;
}
.ft .prevSlide .fbtn{
	left:10px;
	background-image:url("../images/system/arrow_prev_000_s.png");
}
.ft .nextSlide {
	right:0px;
}
.ft .nextSlide .fbtn {
	right:10px;
	background-image:url("../images/system/arrow_next_000_s.png");
}
.ft .prevSlide:active .fbtn, .ft .nextSlide:active .fbtn {
	opacity:0.5;
}
.ft .animateslide ul.fTeaser {
	/* Firefox */
	-moz-transition-property: margin-left;
	-moz-transition-duration: 0.5s;
	-moz-transition-delay: 0s;
	/* WebKit */
	-webkit-transition-property: margin-left;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-delay: 0s;
	/* Opera */
	-o-transition-property: margin-left;
	-o-transition-duration: 0.5s;
	-o-transition-delay: 0s;
	/* Standard */
	transition-property: margin-left;
	transition-duration: 0.5s;
	transition-delay: 0s;
}




/* ---- end Teaser --------------------------------------------------------------------- */














/* ____________________________________________________________
   LIST */
.ftAddNewItem {
	margin-bottom:10px;
}
ul.ftListItems, ul.ftListItemslist {
	margin:0;
	padding:0;
}

li.ftListItem {
	float:left;
	margin:0 0 20px;
	position:relative;
	list-style:none;
	padding:0;
	background:none;
}



li.ftListItem.state0 {
	opacity:0.4;
}
li.ftListItem.state-2 .ftListImage {
	background:#f00;
}
li.ftListItem.state-2 .ftListImage img{
	opacity:0.4;
}


.ftListItem a {
	text-decoration:none !important;
	display:block;
	border:1px solid #eaeaea;
}
.ftListImage {
	position:relative;
	display:block;
}
.ftListImageDefault {
	width:100%;
	height:100%;
	text-align: center;
	
	line-height: 50px;
	display: block;
	position: absolute;
	top:50%;
	height:50px;
	margin-top:-25px;
}
.ftListImageDefault .icon {
	font-size: 400%;
	color:#eaeaea;
	width:100%;
}

.ftListImage img {
	min-width: 100%;
	height:auto;
}
.ftImageVideo {
	position:absolute;
	width:50px;
	height:50px;
	top:50%;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
	background:url(../images/system/thumb_video.png) center center no-repeat;
}
.ftImageVideo:hover {
	background-image:url(../images/system/thumb_video_active.png);
}

/* - output change */
.fOutputChange {
	margin:0 0 0 0;
}

/* - ordering */
.fordering {
	margin:0 0 0 0;
}


/* - search */
.ftFilterSearch form {
	margin: 0;
}





/* filters */
.ftFiltersTop {
	padding:10px 0;
	margin-bottom:20px;
}
.ftFiltersTop form, .ftFiltersTop select, .ftFiltersTop input {
	margin:0;
}
.ftFiltersTop .pull-left {
	margin:0 10px 0 0;
}
.ftFiltersTop .pull-right {
	margin:0 0 0 10px;
}
.ftFiltersTop .pull-right .pull-left {
	margin:0;
}


.fSidebar {
	width:200px;
	float:left;
	margin-right:20px;
}


#fgItemsOutput.hasSidebar {
	width: -moz-calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
	float:left;
}




/* filterlist */
.fFilter.list {
	border:1px solid #ccc;
	margin-bottom:20px;
}
.fFilterLabel {
	border-bottom:1px solid #ccc;
	padding:4px 10px;
}
.fFilter.active .fFilterLabel {
	background:#ccc;
}
ul.fFilterList {
	margin:0;
	padding:0;
	max-height:250px;
	overflow:auto;
}
ul.fFilterList ul {
	margin:0 0 0 20px;
	padding:0;
	
}
ul.fFilterList li {
	margin:0;
	padding:0;
	list-style:none;
}
ul.fFilterList li a {
	display:block;
	padding:5px;
}

ul.fFilterList li a.active {
	background:#ccc;
}

li.emptyattr a {
	color:#ccc;
}

/* filterlist top */
.fFilterTop .fFilter {
	float:left;
	margin:0 10px 0 0;
}

/* catlist dropdown */
.fFilterDropdown .fFilter, .fFilter.fFilterDropdown {
	position:relative;
	float:left;
	margin:0 10px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.fFilterDropdown .fFilterLabel {
	position:relative;
	padding-right:40px;
	cursor:pointer;
	border-bottom:none;
}
.fFilterDropdown .fFilterLabel:after {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-7px;
	width:14px;
	height:14px;
	display: block;
	content: "\e007";
	line-height:100%;
}

.fFilterDropdown ul.fFilterList {
	position:absolute;
	top:auto;
	left:-1px;
	display:none;
	min-width:100%;
}
.fFilterDropdown ul.fFilterList li {
	white-space: nowrap;
}
.fFilterDropdown .fFilter:hover ul.fFilterList, .fFilter.fFilterDropdown:hover ul.fFilterList  {
	display:block;
	z-index:25;
	border:1px solid #ccc;
	background:rgba(255,255,255,0.9);
	-moz-box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}


/* Author filter */
.ftListFilterAuthor {
	border-bottom:1px solid #eee;
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
}

.ftListFilterAuthorImg {
	padding-right:10px;
	display:block;
	float:left;
}


/* ____________________________________________________________
   ITEM */
.ftItemOuter {
	
}

.ftItemTeaser, .ftItemDesc, .ftItemShare, .ftAuthorBox, .ftItemDownloadlist, .ftItemNavigation {
	margin:0 0 20px 0;
}

/* -----------------------------
 Navigation */
.ftItemNavImg {
	position:relative;
	display:inline-block;
	height:50px;
	overflow:hidden;
}
.ftItemNavImg:before {
	position:absolute;
	content:"\e008";
	font-family: 'IcoMoon';
	width:100%;
	line-height:50px;
	text-align:center;
	top:0;
	background:rgba(255,255,255,0.8);
}
.ftNavNext .ftItemNavImg:before {
	content:"\e006";
}
a.ftItemNav:hover .ftItemNavImg:before {
	background:rgba(255,255,255,0.2);
}

/* nav: title */
.ftItemNavTitle {
	display:none;
	line-height:50px;
	padding:0 10px;
	background:rgba(0,0,0,0.2);
	height:50px;
	overflow:hidden;
}
a.ftItemNav:hover .ftItemNavTitle {
	display:inline-block;
}





/* places */
ul.flPlaces {
	margin:0;
}
ul.flPlaces li.flPlace {
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
}




/* ____________________________________________________________
   MODULES */
   
/* blog latest */
ul.ftLatest {
	list-style:none;
	padding:0;
	margin:0;
}
li.ftLatestItem {
	list-style:none;
	padding:0 0 10px 0;
	margin:0;
}
li.ftLatestItem.stacked {
	float:left;
}
.ftmLatestImg {
	float:left;
	margin-right:10px;
}
.ftmLatestTitle {
	display:block;
}
.ftmLatestAuthor {
	display:block;
	color:#666666;
}
.ftmLatestAuthor a {
	color:#666666;
}
.ftmLatestDate {
	display:block;
	color:#666666;
}