/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */


/* Resets
----------------------------------------------------------------------------------------------------*/
:focus {outline:none;}
a:focus { outline: none; }
blockquote {quotes: none}
blockquote:before, blockquote:after{content: '';content: none}
abbr, .postcontent dfn{border-bottom: 1px dotted;} 
.right{float: right;}
.left{float: left;}


/*forms
----------------------------------------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
	border: 1px solid #fff;
	padding:4px 13px 3px;
	outline: none;
	color:#939393;
	margin:0px 5px 0px;
	-webkit-box-shadow:inset 0 0 3px #C0C0C0, 0 5px 15px rgba(0,0,0,0.04) inset;
	-moz-box-shadow:inset 0 0 3px #C0C0C0, 0 5px 15px rgba(0,0,0,0.04) inset;
	box-shadow:inset 0 0 3px #C0C0C0, 0 5px 15px rgba(0,0,0,0.04) inset;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;   
	border-radius:4px;  
	line-height: 1.5em;
	min-height:21px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline:none;
	background: #FFF;
	-webkit-box-shadow:inset 0 0 1px #C0C0C0; 
	-moz-box-shadow:inset 0 0 1px #C0C0C0; 
	box-shadow:inset 0 0 1px #C0C0C0;
}

/*Acymailing component*/
.acyfield_email input[type="text"]{
	min-height: 20px !important; 
	min-height: 17px; 
	-webkit-box-shadow:inset 0 0 12px #000,1px 1px 1px #404040;
	-moz-box-shadow:inset 0 0 5px #000,1px 1px 1px #404040;
	box-shadow:inset 0 0 5px #000,1px 1px 1px #4B4B4B;
	min-height:24px;  
	line-height: 1.5em;  
	margin:0;  
	border: 1px solid #000;  
	padding:4px 13px 3px 30px;   
	-webkit-border-radius:4px;
	-moz-border-radius:4px;   
	border-radius:4px;  
	color:#c0c0c0; 
	background: url(../images/widget/social.png) 4px 7px no-repeat #202020}

.acyfield_email input:hover{background-color: #303030}
.acyfield_email input:focus{background-color: #404040; background-position: -20px 7px}

/*image captions*/
div.img_caption{text-align: center;}
.align-left div.img_caption {margin-right: 13px;}


.safari input[type="text"],
.safari input[type="password"],
.safari input[type="email"],
.safari input[type="url"],
.safari textarea,
.safari input[type="text"]:focus,
.safari input[type="password"]:focus,
.safari input[type="email"]:focus,
.safari input[type="url"]:focus,
.safari textarea{
	border: 1px solid #ddd;
}

.searchbox input[type="text"], 
.searchbox input[type="text"]:focus {
	border: 0 none;
}

/*columns
----------------------------------------------------------------------------------------------------*/

.container { padding: 0 10px; }
.row { width: 101%; min-width: 0; margin: 0 auto; margin-left: 0}  	
.row .row { min-width: 0; }
.one-sixth .module,
.one-fifth .module,
.one-fourth .module,
.one-third .module,
.two-thirds .module,
.two-fourths .module,
.three-fourths .module,
.four-fifths .module,
.one-half .module{
	padding: 10px 20px 10px 0;
	margin: 0;
}

.row .column, .row .columns { float: left; min-height: 1px;  }


/* Nicolas Gallagher's micro clearfix */
 .row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
 .row:after, .clearfix:after { clear: both; }
 .row, .clearfix { zoom: 1; }
 .clear {clear: both;  display: block;  overflow: hidden;  visibility: hidden;  width: 0;  height: 0;}

	.hidden-text {
		width: 70%;
		margin: 12px 0;
	}


/*reveal-modal
----------------------------------------------------------------------------------------------------*/
.reveal-modal-bg { 
	position: fixed; 
	height: 100%; 
	width: 100%; 
	background: #000; 
	z-index: 40; 
	display: none; 
	top: 0; 
	left: 0; }

.reveal-modal {
	visibility: hidden; 
	top: 100px; 
	left: 50%; 
	margin-left: -300px; 
	width: 520px; 
	background: #eee url(../images/typo/modal-gloss.png) no-repeat -200px -80px; 
	position: absolute; 
	z-index: 41; 
	padding: 30px 40px 34px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-shadow: 0 0 10px rgba(0,0,0,.4);}

	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

	.reveal-modal .close-reveal-modal {font-size: 22px;	line-height: .5; position: absolute;top: 8px; 	right: 11px; color: #aaa; text-shadow: 0 -1px 1px rbga(0,0,0,.6);	font-weight: bold;} 
	.reveal-modal .row {min-width: 0;}


	.reveal-modal input[type="text"],
	.reveal-modal input[type="password"],
	.reveal-modal input[type="email"],
	.reveal-modal select{	
		width: 90%;
		-webkit-transition: background-color .15s ease-in-out;
		-moz-transition: background-color .15s ease-in-out;
		transition: background-color .15s ease-in-out;
	}

/* CSS3 pricing tables
----------------------------------------------------------------------------------------------------*/

.pricing{
	margin: 15px 0 15px 5px;  
	width: 100% !important;  
	background: none !important
}

.pricing.two .price-col{max-width: 50%;}
.pricing.three .price-col{width: 33%;}
.pricing.four .price-col{width: 24.8%;}
.pricing.five .price-col{width: 19.8%;}
.pricing.six .price-col{width: 16.5%;}

.price-col{
	display: inline-block;
	overflow:hidden;
	margin: 0;
	text-align: center;
}

.firefox .price-col{margin: 0 0 0 -4px}
.ie .price-col{margin: 0 0 0 -5px}

.price-col.first {
	border-left: 1px solid rgba(0,0,0,0.1);
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.price-col.last {
	border-right: 1px solid rgba(0,0,0,0.1);
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.price-col:nth-of-type(2n+1){
  -webkit-box-shadow: 0 1px 30px rgba(0,0,0,.1) inset, 0 0 0 1px rgba(255,255,255,0.05) inset;
     -moz-box-shadow: 0 1px 30px rgba(0,0,0,.1) inset, 0 0 0 1px rgba(255,255,255,0.05) inset;
          box-shadow: 0 1px 30px rgba(0,0,0,.1) inset, 0 0 0 1px rgba(255,255,255,0.05) inset;
  position: relative;
}

.price-col{
	-webkit-box-shadow:1px 1px 1px rgb(236, 236, 236) inset;
	-moz-box-shadow:1px 1px 1px rgb(236, 236, 236) inset;
	box-shadow:1px 1px 1px rgb(236, 236, 236) inset;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.price-col:hover, 
.price-col.focus{
	-webkit-box-shadow: 1px 1px 20px rgba(0,0,0,0.1) inset, 1px 1px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 20px rgba(0,0,0,0.1) inset, 1px 1px 15px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 20px rgba(0,0,0,0.1) inset, 1px 1px 15px rgba(0,0,0,0.25);
	position: relative;
}

/*price elements css*/
sup, sub {font-size: 50%}

.price-tag{
	margin:0;  
	display: inline-block; 
	line-height: 1.5;
	text-shadow: none !important; 
}

.price-tag,
.th{	
	background-image: url(../images/body/price-tag.png); 
	background-position: 0 100%; 
	background-repeat: repeat-x;

}

.th{
	padding: 15px 0;
	height: 33px; 
	overflow:hidden;  
	text-align: center;
	background-color: rgba(243, 243, 243, 0.45);
}

.price-col.first .th{  
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

.price-col.first .call-action{
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

.price-col.last .th{
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.price-col.last .call-action{
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

.th .title{
	display: block;
	top: 0;
	min-height: 30px;
	text-align: center;
	font-size: 24px;
	padding: 10px 5px 5px !important;
	font-weight: normal;
	opacity: 1!important
}

.th .bottom{
	display: block;
	bottom: 0;
	height: 6px;
	text-align: center;
}

.th .title strong{
	font-weight: normal
}

ul.feature {
	margin: 0;
	float: left;
	padding: 0; 
	width: 100%;
}

ul.feature > li{
	text-align: center;
	padding: 7px 10px 7px 15px !important;
	border-top: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.price-tag{
	display:block;
	font-size:30px;
	text-align:center;
	padding:10px 10px;
}

.call-action{
	display: block;
	padding: 20px 20px 25px 10px;
	text-align: center;
	float: left;
	width: 100%
}

.price-col .post ol{
	margin: 1em -8px 1em 13px !important;
	padding-left: 11px !important;
}

.tr-item{padding: 4px 0}
.price-col li {margin-bottom: 0;}

/*transition*/
.price-col, .price-col:hover{
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	transition:all 0.3s linear;
}


/* widgets/modules
----------------------------------------------------------------------------------------------------*/

/*twitter*/
.wk-twitter-list article{padding-bottom: 8px !important;}
.wk-twitter-list .meta{font-style: normal;}

/*zoo*/
.zoo-comments-list > article {padding-bottom: 10px !important;}

/*widgetkit*/
.spotlight .overlay-default {
	background: rgba(255,255,255,0.75);
	-webkit-transition: background-position 0.4s linear;
	   -moz-transition: background-position 0.4s linear;
			transition: background-position 0.4s linear;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.spotlight .overlay-default:hover{
	background-position: 50% 45%;
}

a[data-lightbox],
a[data-lightbox] img, 
.spotlight .overlay-default {
	text-decoration: none;
}

/*twitter*/
.wk-twitter-list article{padding-bottom: 8px !important;}
.wk-twitter-list .meta{font-style: normal;}


/* widgetkit media player
----------------------------------------------------------------------------------------------- */
/* audio/video */

.mejs-container{
	border: 3px solid rgba(0, 0, 0, 0.4); 
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded{filter: none;}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail .mejs-time-current{
	height: 13px;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded{
	background: #202020 
}

.mejs-button.mejs-volume-button.mejs-mute {
	margin-right: 10px;
}

.mejs-button.mejs-fullscreen-button {
	margin-right: 10px !important;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total{	
	border: 0 none;
	background: rgba(0,0,0,0.15);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.mejs-controls .mejs-time-rail .mejs-time-total{
	box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 -1px 2px rgba(0,0,0,0.1);
}

.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded{border: 0 none;}
.mejs-controls .mejs-time-rail .mejs-time-float-current, .mejs-time-float{background: #EEEEEE !important; border: 0 none;}
.mejs-controls .mejs-time-rail .mejs-time-loaded{
	filter: none;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.5) inset;
	   -moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.5) inset;
	        box-shadow: 0 -1px 0 rgba(255,255,255,0.5) inset;
}	

.mejs-controls .mejs-button button {
	font-size: 12px;
	color: #FFFFFF;
	margin: 11px;
}

.mejs-container,
.mejs-container .mejs-controls{	
	border: 0 none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background: #4B4C4E;
	-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.075) inset, 0 0 0 1px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.075) inset, 0 0 0 1px rgba(0, 0, 0, 0.1);
			box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.075) inset, 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.mejs-overlay,
.mejs-mediaelement video,
.mejs-poster,
.mejs-video,
.mejs-audio {
	display: table;
	width: 100% !important;
}

.mejs-container .mejs-controls .mejs-time span {
	margin: 6px 4px 0 5px;
}

.mejs-controls div.mejs-horizontal-volume-slider {
	margin: 3px;
}

.mejs-controls div.mejs-time-rail{
	padding-top: 8px;
}

.mejs-controls .mejs-button button:focus{
	outline: 1px dotted rgba(255,255,255,0.3);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fefefe
}

.mejs-container.mejs-video{background: #000}
.mejs-container .mejs-controls{text-shadow: none;}

.mejs-overlay-button{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.mejs-poster img {
	max-width: 100%;
	max-height: 100%;
}

.mejs-container .mejs-controls {
	height: 40px;
}

.mejs-container .mejs-controls{
	display: -webkit-inline-box;
}

.mejs-container .mejs-controls .mejs-time {
	position: relative;
}

.mejs-controls .mejs-button button {
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
        	box-shadow: none;
}

/*to-top
----------------------------------------------------------------------------------------------------*/
#toTop{
	background: url(../images/body/back-to-top.png) no-repeat scroll left top transparent; 
	border: medium none;
	bottom: 0;
	display: none;
	height: 75px;
	width: 50px;
	overflow: hidden;
	position: fixed;
	right: 25px;
	text-decoration: none;
	text-indent: -999px;
	z-index: 1;
}

#toTopHover {
	display: block;
	float: left;
	height: 75px;
	opacity: 0;
	overflow: hidden;
	width: 50px;
}

#toTop:active,
#toTop:focus {
	outline: medium none;
}

/*roksprocket*/

/*tabs*/
.layout-top .sprocket-tabs-nav {
	background: none;
	overflow: hidden; 
	border-bottom: 1px solid rgba(0,0,0,0.07); 
	padding: 5px 1px 0 !important;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.9);
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.9);
	        box-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

.iconfeature {
	display: block;
	float: left;
	padding: 0 15px 0 0;
	margin-top: -6px;
}

.sprocket-tabs-nav > li > .sprocket-tabs-inner {
	white-space: nowrap;
}

.sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.1), 0 0 10px rgba(255, 255, 255, .75) inset, 0 0 20px rgba(255, 255, 255, 0.5), 0 -20px 41px rgba(0, 0, 0, 0.05) inset;
	   -moz-box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.1), 0 0 10px rgba(255, 255, 255, .75) inset, 0 0 20px rgba(255, 255, 255, 0.5), 0 -20px 41px rgba(0, 0, 0, 0.05) inset;
	        box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.1), 0 0 10px rgba(255, 255, 255, .75) inset, 0 0 20px rgba(255, 255, 255, 0.5), 0 -20px 41px rgba(0, 0, 0, 0.05) inset;
	border: 1px solid rgba(255, 255, 255, 0.9);
}
.sprocket-tabs-nav > li.active > .sprocket-tabs-inner .sprocket-tabs-text {text-shadow: none;}

.sprocket-tabs-nav > li > .sprocket-tabs-inner {
	padding: 12px 15px;
	font-size: 15px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.sprocket-headlines {
	background: inherit;
	border: 0 none;
}

.sprocket-headlines-badge span {
	padding-left: 20px !important;
}

.layout-slideshow {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.layout-slideshow .sprocket-features-title {
	font-size: 30px;
	margin: 0 0 25px 0;
}

.layout-slideshow .sprocket-features-title, 
.layout-slideshow .sprocket-features-desc {
	 border: 1px solid rgba(0,0,0,.15);
	 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255, 0.15);
	    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255, 0.15);
	         box-shadow: 0 1px 1px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255, 0.15);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

	.layout-slideshow .sprocket-features-desc{
		padding: 25px 20px;
		font-size: inherit;
		line-height: 1.5;
	}

	.layout-slideshow .sprocket-features-desc span{
		display: block;
		font-size: 16px;
	line-height: 26px;
	}

	.layout-slideshow .sprocket-features-desc a span{
		margin-bottom: 0
	}

	.layout-slideshow .sprocket-features-title{
		padding: 10px 15px 10px;
		font-size: 3em;
	line-height: 1.3em;
	}

.layout-slideshow .sprocket-features-arrows .arrow {
	font-size: 2em;
	font-family: monospace;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

	.layout-slideshow .sprocket-features-content {
		top: auto;
		left: 60px;
		bottom: 75px;
	}

	.sprocket-headlines-navigation .arrow{
		line-height: 0.9;
	font-family: monospace;
	color: #FFFFFF;
	font-size: 1.3em;
	}

.sprocket-features-img-container img {
	-webkit-border-radius: 7px;
	   -moz-border-radius: 7px;
			border-radius: 7px;
}

/*next/prev arrows*/
.arrows-onhover .sprocket-features-arrows .arrow {
	opacity: 1
}

.layout-slideshow .sprocket-features-arrows .arrow {
	top: 56%;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: url(../images/widget/buttons.png) 0 50px no-repeat;
}

.layout-slideshow .sprocket-features-arrows .arrow:hover{

}

.layout-slideshow .sprocket-features-arrows .next {
	right: 18px;
	background-position: 0 0;
}

.layout-slideshow .sprocket-features-arrows .prev {
	left: 18px;
	background-position: 0 -50px;
}

/*navigation*/
.layout-slideshow .sprocket-features-pagination{
	left: 65px;
}

.layout-slideshow .sprocket-features-pagination li {
	padding: 8px;
	margin-right: 4px;
	bottom: 0;
	background: rgba(255,255,255,0.75);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.75) inset, 0 1px 3px rgba(0,0,0,.75) inset, 0 1px 0 rgba(255,255,255,1);
	   -moz-box-shadow: 0 0 1px rgba(0,0,0,0.75) inset, 0 1px 3px rgba(0,0,0,.75) inset, 0 1px 0 rgba(255,255,255,1);
	        box-shadow: 0 0 1px rgba(0,0,0,0.75) inset, 0 1px 3px rgba(0,0,0,.75) inset, 0 1px 0 rgba(255,255,255,1);
}

.layout-slideshow .sprocket-features-pagination li{
	opacity: .8
}

.layout-slideshow .sprocket-features-pagination li.active {
	background: rgba(255,255,255,0.65);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.65), 0 1px 3px rgba(0,0,0,.35), 0 -1px 0 rgba(255,255,255,1), 0 0 0 1px rgba(255,255,255,.75) inset;
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.65), 0 1px 3px rgba(0,0,0,.35), 0 -1px 0 rgba(255,255,255,1), 0 0 0 1px rgba(255,255,255,.75) inset;
	        box-shadow: 0 1px 2px rgba(0,0,0,0.65), 0 1px 3px rgba(0,0,0,.35), 0 -1px 0 rgba(255,255,255,1), 0 0 0 1px rgba(255,255,255,.75) inset;
}

.layout-slideshow .sprocket-features-img-list {
	margin-bottom: -5px
}

.layout-slideshow .sprocket-features-pagination li, 
.layout-slideshow .sprocket-features-arrows .arrow {
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: all 0.2s ease-in;
}

	/*mosaic layout*/
.sprocket-mosaic-item{
	border: 1px solid #CFCFCF;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.sprocket-mosaic-item .sprocket-padding {
	padding: 0;
	background: #FFFFFF;
	overflow: hidden;
}

.sprocket-mosaic-title,
.sprocket-mosaic-text
{margin: 0;}

.sprocket-mosaic-title,
.sprocket-mosaic-text{
	padding: 10px 10px 0;
}

.sprocket-mosaic-item .sprocket-mosaic-text{
	margin: 0;
}

h2.sprocket-mosaic-title {
	font-size: 20px
}

.sprocket-mosaic .sprocket-mosaic-tags, 
#mosaic .sprocket-mosaic ul.sprocket-mosaic-tags{
	margin: 8px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	background: #f4f4f4;
 	-webkit-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 9px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1) inset, 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 9px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1) inset, 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 9px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1) inset, 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sprocket-mosaic-image-container img{
	border-style: none none solid;
	border-width: 0 0 1px 
}

.sprocket-mosaic .sprocket-mosaic-header{
	margin-bottom: 15px
}

ul.sprocket-mosaic-tags li{
	color:#202020;
	position: relative;
	font-size:11px;
	font-style: normal;
	margin:5px 4px;
	width: auto !important; 
	padding:1px 7px 1px 15px !important;
	-webkit-border-radius: 3px !important;
	   -moz-border-radius: 3px !important;
	        border-radius: 3px !important;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
	   -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
	        box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
 }

ul.sprocket-mosaic-tags li:before {
  position: absolute;
  background: none repeat scroll 0 0 whitesmoke;
  border: 1px solid #FFFFFF;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -moz-box-shadow: -1px -1px 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: -1px -1px 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  box-shadow: -1px -1px 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  content: "";
  height: 4px;
  left: 4px;
  top: 8px;
  width: 4px;
  z-index: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}

.sprocket-mosaic-filter li, 
.sprocket-mosaic-order li, 
.sprocket-readmore,
.sprocket-strips-content a.readon
 {
	text-transform: lowercase !important;
	font-size: 11px;
	padding: 3px 13px 5px !important;
	color: #777 !important; 
	border-color: #d9d9d9 #d9d9d9 #bfbfbf #d9d9d9; 
	text-shadow: 0 1px rgba(255, 255, 255, 1);
 	background: #f4f4f4;
 	-webkit-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 3px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1) inset, 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 3px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1) inset, 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 3px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1) inset, 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 1px 1px rgba(0, 0, 0, 0.05); 
	-webkit-border-radius: 3px !important;
	   -moz-border-radius: 3px !important;
	        border-radius: 3px !important;
}


.sprocket-readmore{
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #D9D9D9 #D9D9D9 #BFBFBF;
	padding: 1px 10px 3px !important;
	margin: 18px 15px 0 !important;
}

.sprocket-mosaic-filter li{
	margin-right: 3px !important;
}

div.sprocket-mosaic-order ul li{
	margin-left: 3px !important
}
.sprocket-mosaic-filter li.active{
	background: #DEDEDE !important
}

.sprocket-mosaic-hovercontent{
	width: 100%;
	height: 55%;
	/*opacity: 1*/
}

.sprocket-mosaic-hovercontent span{
	margin-bottom: 200px
}

span.sprocket-mosaic-hovercontent,
span.sprocket-mosaic-hovercontent span{
	font-weight: normal !important;
	font-size: 2.5em !important;
	color: #FFFFFF;
	font-family: monospace;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.75);
}

.sprocket-mosaic .sprocket-mosaic-tags li, 
#main .sprocket-mosaic ul.sprocket-mosaic-tags li{
	border: 1px solid rgba(0,0,0,0.15);
}

.sprocket-mosaic-hover{
	border-width: 500px 500px 0 0;
	margin-right: 0;
	z-index: 1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sprocket-mosaic-hover:hover,
.sprocket-mosaic-hover:hover{
	background-color: rgba(255,255,255,0.4)
}

span.sprocket-mosaic-hovercontent .overlay-icon{
	width: 30px;
	line-height: 30px;
	background: rgba(255,255,255, 0.5);
	border-radius: 5em;
	margin-left: 45%;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.5) inset, 0 1px 1px rgba(255,255,255,0.35);
	   -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.5) inset, 0 1px 1px rgba(255,255,255,0.35);
			box-shadow: 0 2px 1px rgba(0,0,0,0.5) inset, 0 1px 1px rgba(255,255,255,0.35);
}

.sprocket-headlines {
	margin: -2px;
	border: 0 none;
	background: none !important
}

.sprocket-mosaic-loadmore {
	text-shadow: 0 1px rgba(255, 255, 255, 1);
 	background: #f4f4f4;
 	-webkit-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1) inset, 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1) inset, 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1) inset, 0 -1px 0 rgba(255, 255, 255, 1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	border: 1px solid #dedede;
	margin: 20px auto -8px;
}

.sprocket-mosaic-loadmore .loadmore-all span,
.sprocket-mosaic-loadmore span{
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
 }

 .sprocket-lists-title {
 		font-size: 1.1em !important;
 		margin: 1px 1px 3px !important;
		background: none repeat scroll 0 0 #F8F8F8;
		-webkit-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 6px rgba(255, 255, 255, 0.5) inset, 0 1px 0 #FFFFFF inset, 0 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.05);
		   -moz-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 6px rgba(255, 255, 255, 0.5) inset, 0 1px 0 #FFFFFF inset, 0 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.05);
		        box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.05) inset, 0 10px 6px rgba(255, 255, 255, 0.5) inset, 0 1px 0 #FFFFFF inset, 0 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sprocket-lists-title.padding {
	padding: 10px 35px 10px 10px !important;
}

.sprocket-lists a.readon {
	float: right;
	margin-top: 25px;
	margin-bottom: 15px;
}

.sprocket-lists-title .indicator{
 	font-size: 1.2em !important;
 	margin-top: -11px;
	background: #f8f8f8;
	border: 1px solid;
	height: 19px;
	width: 19px;
	line-height: 20px;
	-webkit-box-shadow: 0 2px 1px #e0e0e0 inset;
	   -moz-box-shadow: 0 2px 1px #e0e0e0 inset;
	        box-shadow: 0 2px 1px #e0e0e0 inset;
}

.roksprocket-ellipsis{display: inline-block;}

/*strips*/
.sprocket-strips-title a{
	color: #FFFFFF !important;
	font-weight: bold;
}

.sprocket-strips-content:hover{
	background: rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.5) inset;
	   -moz-box-shadow: 0 0 6px rgba(0,0,0,.5) inset;
	        box-shadow: 0 0 6px rgba(0,0,0,.5) inset;
}

.sprocket-strips-item{
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.sprocket-strips-text {padding-bottom: 20px;}
.sprocket-strips-content a.readon {
	padding: 2px 9px;
	font-size: 12px
}
.sprocket-strips-arrows .arrow,
.sprocket-lists-arrows .arrow
 {
	font-family: monospace, arial;
	line-height: 14px;
	font-size: 18px 
}
.sprocket-strips-item,
.sprocket-strips-content{
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.sprocket-strips-arrows,
.sprocket-lists-arrows
 {
	padding-right: 10px
}

.sprocket-strips-content{
	padding: 22px
}

.sprocket-strips-content h4,
.sprocket-strips-content .sprocket-strips-text,
.sprocket-strips-content .readon{
	opacity: 0;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.sprocket-strips-content:hover h4,
.sprocket-strips-content:hover .sprocket-strips-text,
.sprocket-strips-content:hover .readon{
	opacity: 1
}	

/*navigation*/
.sprocket-strips-pagination li,
.sprocket-lists-pagination li{
	padding: 5px !important;
	margin-right: 2px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: rgb(228, 228, 228);
	opacity: 1;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.75) inset, 0 1px 3px rgba(0,0,0,.75) inset, 0 1px 0 rgba(255,255,255,1);
	   -moz-box-shadow: 0 0 1px rgba(0,0,0,0.75) inset, 0 1px 3px rgba(0,0,0,.75) inset, 0 1px 0 rgba(255,255,255,1);
	        box-shadow: 0 0 1px rgba(0,0,0,0.75) inset, 0 1px 3px rgba(0,0,0,.75) inset, 0 1px 0 rgba(255,255,255,1);
}

.sprocket-strips-pagination li.active,
.sprocket-lists-pagination li.active{
	background: rgba(255,255,255,0.65);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.65), 0 1px 3px rgba(0,0,0,.35), 0 -1px 0 rgba(255,255,255,1), 0 0 0 1px rgba(255,255,255,.75) inset;
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.65), 0 1px 3px rgba(0,0,0,.35), 0 -1px 0 rgba(255,255,255,1), 0 0 0 1px rgba(255,255,255,.75) inset;
	        box-shadow: 0 1px 2px rgba(0,0,0,0.65), 0 1px 3px rgba(0,0,0,.35), 0 -1px 0 rgba(255,255,255,1), 0 0 0 1px rgba(255,255,255,.75) inset;	
}

/*kunena*/
.klatest-posttime, .klatest-cat, .klatest-author {
	font-size: 13px;
}

.klatest-items .knewchar {
	color: #009900;
	font-weight: bold;
	font-family: inherit;
	margin-left: 3px;
	font-size: .75em;
	vertical-align: middle;
	white-space: nowrap;
}