﻿/* --------------------------------------------------
 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;
}
.hidden {display:none;}

div.modal.fade {
	top:-100%;
}
div.modal.fade.in {
	top:10%;
}
form .tab-pane.active {
	padding:20px 0 0 0;
}

/* _______________________________________________________________
   DEFAULT */
   
/* BLOG */
.cartAddedAnimation {
	border:1px solid #ccc;
	background: rgba(234,234,234,0.4);
	position: absolute;
	z-index: 100;
	margin-left:-1px;
	margin-top:-1px;
}
   
   
/* general */

.w5 {width:5%;}
.w10 {width:10%;}.w15 {width:15%;}
.w20 {width:20%;}.w25 {width:25%;}
.w30 {width:30%;}.w35 {width:35%;}
.w40 {width:40%;}.w45 {width:45%;}
.w50 {width:50%;}.w55 {width:55%;}
.w60 {width:60%;}.w65 {width:65%;}
.w70 {width:70%;}.w75 {width:75%;}
.w80 {width:80%;}.w85 {width:85%;}
.w90 {width:90%;}.w95 {width:95%;}
.paddingLeft {padding-left:20px;}
.paddingRight {padding-right:20px;}
.paddingTop {padding-top:20px;}
.paddingBottom {padding-bottom:20px;}
.fBlock {background: #eaeaea;padding:10px;border:1px solid #ccc;}
.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);}
.linethrough{text-decoration: line-through;}
.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;}


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


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

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


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

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

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

.fbTeaserWrapper .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;*/
}
.fbTeaserWrapper .teaserTitle {
	background:#fff;
	color:#000;
	padding:2px 5px;
	display:block;
	float:left;
	clear:both;
	font-size:110%;
	margin-bottom:10px;
	font-weight:bold;
}
.fbTeaserWrapper .teaserSubtitle {
	background:#fff;
	color:#000;
	padding:2px 5px;
	display:block;
	float:left;
	clear:both;
	font-size:90%;
	margin-bottom:10px;
}
.fbTeaserWrapper .teaserDesc {
	background:#fff;
	padding:2px 5px;
	display:block;
	float:left;
	clear:both;
}


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

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

ul.fbTeaserNavs li.rounds, ul.fbTeaserNavs 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;
}
ul.fbTeaserNavs li.rounds.active, ul.fbTeaserNavs li.rounds_nr.active, ul.fbTeaserNavs li.titles.active  {
	background:#c82d45;
}
ul.fbTeaserNavs li.images {
	border:1px solid #888;
	padding:0px;
	margin:0;
}
ul.fbTeaserNavs li.titles {
	border:1px solid #888;
	padding:3px;
	margin:0;
	background:#fff;
}
ul.fbTeaserNavs li.titles.active {
	color:#fff;
}


ul.fbTeaserNavs li.images img {
	display:block;
}

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

.fbTeaserWrapper .teaserTools {
	position:absolute;
	top:5px;
	right:5px;
	z-index:4;
}
.fbTeaserWrapper .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;
}
.fbTeaserWrapper .pauseSlideshow.fPlay {
	background-image: url("../images/system/nav_pause_000.png");
}
.fbTeaserWrapper .pauseSlideshow.fPause {
	background-image: url("../images/system/nav_play_000.png");
}
.fbTeaserWrapper:hover .pauseSlideshow {
	opacity:1;
}
.fbTeaserWrapper .pauseSlideshow:active {
	opacity:0.5;
}
.fbTeaserWrapper .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;
}
.fullscreen .goFullScreen {
	background-image:url("../images/system/btn_close.png");
}
.fbTeaserWrapper: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;
}
.prevSlide, .nextSlide {
	position:absolute;
	top:50%;
	margin-top:-60px;
	width:80px;
	height:120px;
	z-index:4;
	opacity:0;
	cursor:pointer;
	
}
.prevSlide:hover, .nextSlide:hover {
	opacity:1;
}

.prevSlide .fbtn, .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;
}
.prevSlide{
	left:0px;
}
.prevSlide .fbtn{
	left:10px;
	background-image:url("../images/system/arrow_prev_000_s.png");
}
.nextSlide {
	right:0px;
}
.nextSlide .fbtn {
	right:10px;
	background-image:url("../images/system/arrow_next_000_s.png");
}
.prevSlide:active .fbtn, .nextSlide:active .fbtn {
	opacity:0.5;
}
.animateslide ul.fbTeaser {
	/* 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 */
.fbAddNewItem {
	margin-bottom:10px;
}
ul.fbListItems, ul.fbListItemslist {
	margin:0;
	padding:0;
}

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



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


.fbListItem a {
	text-decoration:none !important;
}
.fbListImage {
	position:relative;
	display:block;
	background:#ccc;
}
.fbListImageDefault {
	width:100%;
	height:100%;
	text-align: center;
	
	line-height: 50px;
	display: block;
	position: absolute;
	top:50%;
	height:50px;
	margin-top:-25px;
}
.fbListImageDefault .icon {
	font-size: 400%;
	color:#eaeaea;
	width:100%;
}

.fbListImage img {
	min-width: 100%;
	height:auto;
}



.fbImageVideo {
	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;
}
.fbImageVideo: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 */
.fbFilterSearch form {
	margin: 0;
}





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


.fSidebar {
	width:300px!important;
	float:left;
	margin-right:20px;
}


#fbItemsOutput.hasSidebar {
	width: -moz-calc(100% - 320px);
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
	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;
}


ul.fFilterList li.style_blocks {
	float:left;
}
ul.fFilterList li.style_blocks a {
	padding:2px;
}
ul.fFilterList li.style_blocks .attrValBlock {
	display:block;
	border:1px solid #ccc;
	padding:0px;
	-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
	overflow:hidden;
}



ul.fFilterList li.style_blocks.active a {
	background:#ccc;
}
ul.fFilterList li.style_blocks .attrValBlock.active {
	border-color:#000;
}

ul.fFilterList li.style_blocks .attrColor {
	display:block;
	width:22px;
	height:22px;
}



/* 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 */
.fbListFilterAuthor {
	border-bottom:1px solid #eee;
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
}

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



/* items in list */
.fbListProductDetails {
	padding:10px;
}

.fbListIntrotext {
	margin:10px 0;
}


/* list attr details */
ul.fbBLOGListAttributes, ul.fbBLOGListAttributes li {
	margin:0;
	padding:0;
	list-style: none;
}
.fbAttrGroupTitle {
	margin:20px 0 0 0;
}
.fbAttrDetail {
	min-width:40px;
	text-align: center;
	display:inline-block;
}
ul.fbListItemslist-detail .media-body {
	overflow:auto;
	overflow-x: hidden;
}




/* ____________________________________________________________
   ITEM */
.fbItemOuter {
	
}

.fbItemTeaser, .fbItemDesc, .fbItemShare, .fbAuthorBox, .fbItemDownloadlist, .fbItemNavigation {
	margin:0 0 20px 0;
}

.fbItemAttributesUserselected .ftAttrInItem {
	margin-bottom:10px;
}


/* ----------------------------
 Tabs */
#fsItemTabTabs {
	margin-top:20px;
}
#fsItemTabContent {
	margin-bottom:20px;
	padding:20px 0;
	border-bottom:1px solid #ccc;
}


/* -----------------------------
 Navigation */
.fbItemNavImg {
	position:relative;
	display:inline-block;
	height:50px;
	overflow:hidden;
}
.fbItemNavImg: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);
}
.fbNavNext .fbItemNavImg:before {
	content:"\e006";
}
a.fbItemNav:hover .fbItemNavImg:before {
	background:rgba(255,255,255,0.2);
}

/* nav: title */
.fbItemNavTitle {
	display:none;
	line-height:50px;
	padding:0 10px;
	background:rgba(0,0,0,0.2);
	height:50px;
	overflow:hidden;
}
a.fbItemNav:hover .fbItemNavTitle {
	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.fbLatest {
	list-style:none;
	padding:0;
	margin:0;
}
li.fbLatestItem {
	list-style:none;
	padding:0 0 10px 0;
	margin:0;
}
li.fbLatestItem.stacked {
	float:left;
}
.fbmLatestImg {
	float:left;
	margin-right:10px;
}
.fbmLatestTitle {
	display:block;
}
.fbmLatestAuthor {
	display:block;
	color:#666666;
}
.fbmLatestAuthor a {
	color:#666666;
}
.fbmLatestDate {
	display:block;
	color:#666666;
}