﻿/* --------------------------------------------------
 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 */
   

   
/* 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;}
.fbox {position:relative;width:100%;}
.fboxbefore {display: block;padding-top: 100%; /* initial ratio of 1:1*/}
.fboxcontent {position:absolute;top:0;left:0;bottom:0;right:0;}
.rel {position: relative;}


/* _______________________________________________________________
   TEASER */
.fTeaserWrapper {
	position:relative;
}


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

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


ul.fTeaser {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	
}

.animateslide ul.fTeaser, .animatefade ul.fTeaser {
	overflow:hidden;
}

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

ul.fTeaser li img {
	margin:0;
	padding:0;
	display:block;
	max-width: none !important;
	height: none !important;
	vertical-align: none !important;
	
	
}
ul.fTeaser img{
	margin:0;
	padding:0;
}
.animatefade ul.fTeaser li {
	position:absolute;
}
.animateslide ul.fTeaser, .animatefullslide ul.fTeaser {
	width:9999px;
}
.animateslide ul.fTeaser li, .animatefullslide ul.fTeaser li {
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
}



/* teaser overlay */
.teaserOverlay {
	position:absolute;
	z-index:4;
	top:0;
	left:0;
	right:0px;
	display:none;
}
.teaserOverlayInner {
	position:relative;
}
 .teaserOverlayData {
	 position:absolute;
 }

.teaserOverlay.textVertAlignTop .teaserOverlayData {
	top:10px;
}
.teaserOverlay.textVertAlignCenter .teaserOverlayData {
	top:50%;
}
.teaserOverlay.textVertAlignBottom .teaserOverlayData {
	bottom:10px;
}
.teaserOverlay.textHorizAlignLeft .teaserOverlayData {
	left:10px;
}
.teaserOverlay.textHorizAlignCenter .teaserOverlayData {
	text-align:center;
	width:100%;
}
.teaserOverlay.textHorizAlignCenter .teaserTitle, .teaserOverlay.textHorizAlignCenter .teaserSubtitle, .teaserOverlay.textHorizAlignCenter .teaserDesc {
	float:none;
	display:inline-block;
	clear:both;
}

.teaserOverlay.textHorizAlignRight .teaserOverlayData {
	right:10px;
}

.teaserOverlay.textVertAlignBottom {
	top:auto;
	bottom:0;
}

.teaserOverlay.textVertAlignCenter {
	height:100%;
}
.teaserOverlay.textVertAlignCenter .teaserOverlayInner {
	height:100%;
}
.teaserOverlay.textVertAlignCenter .teaserOverlayData {
	width: 90%;
  height:30%;

  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;

}


/* titles */
.teaserTitle {
	display:block;
	float:left;
	clear:both;
}
.teaserSubtitle {
	
	display:block;
	float:left;
	clear:both;
	font-size:90%;
	margin-top:10px;
	line-height: 1em;
}
.teaserDesc {
	display:block;
	float:left;
	clear:both;
	margin-top:10px;
}

.textbg .teaserTitle, .textbg .teaserSubtitle , .textbg .teaserDesc {
	background:#fff;
	color:#000;
	padding:2px 5px;
}
.textwhite a, .textwhite a:hover, .textwhite h1, .textwhite h3, .textwhite {
	color:#fff;
	text-shadow:1px 1px 65px rgba(0,0,0,0.4);
}
.textblack a, .textblack a:hover, .textblack h1, .textblack h3, .textblack {
	color:#000;
	text-shadow:1px 1px 10px #fff;
}

/* navs */

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

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

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


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

ul.fTeaserNavs li.images.active {
	border-color:#000;
	background:#fff;
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
}
ul.fTeaserNavs li.images.active img {
	opacity:0.7;
}

.teaserTools {
	position:absolute;
	top:5px;
	right:5px;
	z-index:4;
}
.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;
}
.pauseSlideshow.fPlay {
	background-image: url("../images/system/nav_pause_000.png");
}
.pauseSlideshow.fPause {
	background-image: url("../images/system/nav_play_000.png");
}
.fTeaserWrapper:hover .pauseSlideshow {
	opacity:1;
}
.pauseSlideshow:active {
	opacity:0.5;
}
.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");
}
.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;
}
.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;
}
.animateslidecss ul.fTeaser {
	/* Firefox */
	-moz-transition-property: margin-left;
	-moz-transition-duration: 1s;
	-moz-transition-delay: 0s;
	/* WebKit */
	-webkit-transition-property: margin-left;
	-webkit-transition-duration: 1s;
	-webkit-transition-delay: 0s;
	/* Opera */
	-o-transition-property: margin-left;
	-o-transition-duration: 1s;
	-o-transition-delay: 0s;
	/* Standard */
	transition-property: margin-left;
	transition-duration: 1s;
	transition-delay: 0s;
}


.fTeaserLastPreview {
	width:100px;
	height:100px;
	position: absolute;
	left:0;
	content:"";
	z-index:5;
}
.fTeaserFirstPreview {
	min-height:2px;
	background:#ccc;
	display:block;
	float:left;
}
.fTeaserLastPreview, .fTeaserFirstPreview {
	opacity:0.3;
}
.animatefullslide ul.fTeaser li {
	opacity:0.3;
}

.animatefullslide ul.fTeaser li,  .fTeaserWrapper.animatefullslide {
	background:none;
}

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
















/* ____________________________________________________________
   LIST */
.fgAddNewItem {
	margin-bottom:10px;
}
ul.fgListItems, ul.fgListItemslist {
	margin:0;
	padding:0;
}

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



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


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

.fgListImage img {
	min-width: 100%;
	height:auto;
}
.list .fgListImage {
	width:30%;
}
.fgImageVideo {
	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;
}
.fgImageVideo: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 */
.fgFilterSearch form {
	margin: 0;
}




/* filters */
.fgFiltersTop {
	padding:0;
	margin-bottom:20px;
}
.fgFiltersTop form, .fgFiltersTop select, .fgFiltersTop input {
	margin:0;
}
.fgFiltersTop .pull-left {
	margin:0 10px 0 0;
}
.fgFiltersTop .pull-right {
	margin:0 0 0 10px;
}
.fgFiltersTop .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 */
.fgFilters .fFilter.list {
	border:1px solid #ccc;
	margin-bottom:20px;
}
.fgFilters .fFilterLabel {
	border-bottom:1px solid #ccc;
	padding:4px 10px;
}




.fgFilters .fFilter.active .fFilterLabel {
	background:#ccc;
}
.fgFilters ul.fFilterList {
	margin:0;
	padding:0;
	max-height:250px;
	overflow:auto;
}
.fgFilters ul.fFilterList ul {
	margin:0 0 0 20px;
	padding:0;
	
}
.fgFilters ul.fFilterList li {
	margin:0;
	padding:0;
	list-style:none;
}
.fgFilters ul.fFilterList li a {
	display:block;
	padding:5px;
}

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

.fgFilters li.emptyattr a {
	color:#ccc;
}


.fgFilters ul.fFilterList li.style_blocks {
	float:left;
}
.fgFilters ul.fFilterList li.style_blocks a {
	padding:2px;
}
.fgFilters 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;
}



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

.fgFilters 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 */
.fgFilters .fFilterDropdown .fFilter, .fgFilters .fFilter.fFilterDropdown {
	position:relative;
	float:left;
	margin:0 10px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.fgFilters .fFilterDropdown .fFilterLabel {
	position:relative;
	padding-right:40px;
	cursor:pointer;
	border-bottom:none;
	
	
	
}

.fFilterTop.fFilterDropdown .fFilterLabel {
	white-space: nowrap; 
    max-width: 16em; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.fgFilters .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%;
}

.fgFilters .fFilterDropdown ul.fFilterList {
	position:absolute;
	top:auto;
	left:-1px;
	display:none;
	min-width:100%;
}
.fgFilters .fFilterDropdown ul.fFilterList li {
	white-space: nowrap;
}
.fgFilters .fFilterDropdown .fFilter:hover ul.fFilterList, .fgFilters .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);
}






/* Range filter */
.ftRangeWrap {
	padding:15px 10px;
}
.ftRangeSlider {
	background: #ccc;
	position: relative;
	height:6px;
	margin:0 0 15px 0;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.ftRange {
	background:#a2da0c;
	height:6px;
	position: absolute;
	width:100%;
	z-index: 1;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.ftRangeHandle {
	position:absolute;
	width:16px;
	height: 16px;
	top:-5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border:1px solid #888;
	background: #fff;
	cursor: ew-resize;
	z-index: 2;
}
.ftRangeHandleMin {
	left:0px;
}
.ftRangeHandleMax {
	right:0px;
}

.ftRangeWrap .min {
	position: absolute;
	left:0;
	color:#888;
}
.ftRangeWrap .max {
	position: absolute;
	right:0;
	color:#888;
}
.ftRangeFooter {
	text-align: center;
	position: relative;
}
.ftRangeFooter .ftRangeLink{
	/* display:none; */
}


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

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






/* list modal */
#fgQuickviewItem {
	background:#fff;
	width:910px;
	height: 90%;
	left:50%;
	margin-left:-455px;
	position: fixed;
	top:5%;
	z-index: 999;
}
#fgQuickviewItem.animate-all {
-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#fgQuickviewItemInner {
	position: relative;
	width:100%;
	height:100%;
}
#fgQuickviewItem .quickview-close {
	top:0;
	right:-60px;
	position: absolute;
	width:60px;
	height:60px;
	text-align: center;
	color:#fff;
	cursor: pointer;
	
}
#fgQuickviewItem .quickview-close:before {
	content:"\f00d";
	font:normal normal normal 14px/1 FontAwesome;
	font-size: 25px;
}



#fgQuickviewItem .quickview-content {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	overflow: auto;
}

#fgQuickviewItemBg {
	background: #000;
	opacity: 0.7;
	position: fixed;
	z-index: 998;
	width:100%;
	height:100%;
	top:0;
	left:0;
}


/* fSimpleTeaser */
.fSimpleTeaser .mainImg {
	border:1px solid #eaeaea;
}
.fSimpleTeaser ul.fThumbs {
	margin:0;
	padding:0;
}
.fSimpleTeaser ul.fThumbs li {
	padding:5px;
	list-style: none;
	float:left;
	border:1px solid #eaeaea;
	margin:5px 0 0 5px;
	cursor: pointer;
}
.fSimpleTeaser ul.fThumbs li.active {
	border-color: #666;
}































/* ____________________________________________________________
   ITEM */
.fgItemOuter {
	
}

.fgItemTeaser, .fgItemDesc, .fgItemShare, .fgAuthorBox, .fgItemDownloadlist, .fgItemNavigation {
	margin:0 0 20px 0;
}

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



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


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

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





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









/* ____________________________________________________________
   MODULES */
/* shop latest */
ul.fgLatest {
	list-style:none;
	padding:0;
	margin:0;
}
li.fgLatestItem {
	list-style:none;
	padding:0 0 10px 0;
	margin:0;
}
li.fgLatestItem.stacked {
	float:left;
}
.fgmLatestImg {
	float:left;
	margin-right:10px;
}
.fgmLatestTitle {
	display:block;
}
.fgmLatestAuthor {
	display:block;
	color:#666666;
}
.fgmLatestAuthor a {
	color:#666666;
}
.fgmLatestDate {
	display:block;
	color:#666666;
}





/* __________________________________
	MAPS */
#map-placeholder {
	background:rgba(0,0,0,0.1);
	position: relative;
}
#map-placeholder .ftMapLoading {
	position: absolute;
	text-align: center;
	top:50%;
	line-height: 40px;
	margin-top:-20px;
	left:0;
	right:0;
}






@media only screen and (max-width: 990px) {
	#fgQuickviewItem {
		width:auto;
		height:auto;
		left:10px;
		margin-left:0;
		top:30px;
		right:10px;
		bottom:10px;
	}
	#fgQuickviewItem .quickview-close {
		top:-30px;
		right:0px;
		width:60px;
		line-height:30px;
		height:30px;
		text-align: right;
	}
	#fgQuickviewItem .quickview-close:before {
		font-size: 20px;
	}
	
}





@media only screen and (max-width:680px) {
	
	/* LIST */
	.fgWrap {
		padding-top: 0;
	}
	/* news */
	ul.fgListItems {
		padding:0;
	}
	ul.fgListItems li.fgListItem {
		width:48% !important;
	}
	ul.fgListItems li.even {
		margin:0 0 4% 2% !important;
		clear:right;
	}
	ul.fgListItems li.odd {
		margin:0 2% 4% 0 !important;
		clear:left;
	}
	ul.fgListItems .clearfix {
		display: none;
	}
	
	
	
	/* list list */
	li.fgListItemList .fgListImageHolder {
		width:33%;
	}
	li.fgListItemList .fgListImage {
		max-width:100%;
	}
	.fgListItem a:after, .fgListItemList .fgListImage:after {
		font-size: 25pt;
	}
	.fgListImageDefault .icon {
		font-size: 250%;
	}
	
}