/* Copyright (C) arrowthemes, Regular/Extended Licence */


/* Resets
----------------------------------------------------------------------------------------------------*/
:focus {outline:none;}
a { text-decoration: 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
----------------------------------------------------------------------------------------------------*/
form.box input, 
form.box select, 
form.box textarea, 
form.short input, 
form.short select, 
form.short textarea, 
.searchbox input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	border-color: #E0E0E0;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	padding:4px 13px 3px;   
	outline: none;
	color:#939393;
	margin:1px 0 3px;
	line-height: 1.8em;
	height: auto;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset, 0 1px 0 rgba(255,255,255,0.75);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset, 0 1px 0 rgba(255,255,255,0.75);
	        box-shadow: 0 1px 2px rgba(0,0,0,.1) inset, 0 1px 0 rgba(255,255,255,0.75);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline:none;
	border-color: rgba(0,0,0,0.23);
	-webkit-box-shadow: 2px 2px 0 1px #DBDBDB;
	   -moz-box-shadow: 2px 2px 0 1px #DBDBDB;
	        box-shadow: 2px 2px 0 1px #DBDBDB;
}

.searchbox input:focus{
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

div.img_caption {
	text-align: center;
}

select {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #FFF;
}

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

.container { padding: 0 10px; }
.row { width: 100%; min-width: 0; margin: 0 auto; }
.row .row { min-width: 0; }

.row .column, .row .columns { margin-left: 2.4%; float: left; min-height: 1px;  }
.row .column:first-child, .row .columns:first-child { margin-left: 0; }

.row .one, .row .one-twelfth 	{ width: 6.3%; }
.row .two, .row .one-sixth 		{ width: 14.6%; }
.row .one-fifth 				{ width: 18% }
.row .four-fifths				{ width: 72% }
.row .three, .row .one-fourth 	{ width: 23.2%; }
.row .two-fifths				{ width: 38%; }
.row .four, .row .one-third		{ width: 31.67%; }
.row .five						{ width: 40.1%; }
.row .six, .row .one-half,
.row .two-fourths				{ width: 48.7%; }
.row .three-fifths 				{ width: 59%; }
.row .seven 					{ width: 57.5%; }
.row .eight, .row .two-thirds 	{ width: 65.9%; }
.row .nine, .row .three-fourths { width: 74.4%; }
.row .ten 						{ width: 83.0%; }
.row .eleven 					{ width: 91.3%; }
.row .twelve 					{ width: 100%; }

/* 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;
}

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

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

.pricing.two .price-col{width: 49.5%;}
.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;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

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


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

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

ul.zebra > li.price-tag, .th{
	background-image: url(../images/body/price-tag.png); 
	background-position: 0 -2px; 
	background-repeat: repeat-x;
}
.price-col .price-tag{
	margin:0; 
	border: 1px solid transparent !important; 
	text-shadow: none !important; 
	padding: 17px 12px !important;
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	   -moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	        box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
}

.th{
	padding: 20px 15px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.pricing > .price-col:hover{
	-webkit-box-shadow: 1px 1px 30px rgba(0,0,0,0.1) inset, 1px 1px 15px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 1px 1px 30px rgba(0,0,0,0.1) inset, 1px 1px 15px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.5) inset;
	box-shadow: 1px 1px 30px rgba(0,0,0,0.1) inset, 1px 1px 15px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.5) inset;
	position: relative;
}

.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: 25px; 
	font-size: 25px; 
	padding: 0px 1px 5px; 
	font-weight: normal; 
	opacity: 1!important;
	text-align: left;
}

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

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

li.odd{
	background-color: rgba(255, 255, 255,0.25); 
	border-bottom: 1px solid #EBEBEB;
}

.pricing .call-action a {margin-left: -17px;}

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

.call-action{
	display: block;
	padding: 20px 20px 25px 10px;
	text-align: right;
	float: right;
}


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

.tr-item{padding:4px 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;}
.pos-media.align-left{float: none;}
.yoo-zoo .item .pos-media a, 
.yoo-zoo .item .pos-media img {
	width: 99.1%;
	display: inline-block;
}

a[data-lightbox], 
a[data-lightbox] img, 
.spotlight .overlay-default {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.spotlight .overlay-default {
	background-image: none;
	text-align: center;
	font-size: 25px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
	   -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
			box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}

/*to-top scroller*/
#toTop{
	bottom: 0;
	display: none;
	height: 75px;
	width: 32px;
	position: fixed;
	right: 14px;
	font-size: 22px;
	text-decoration: none
}

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

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



/*widgetkit media player*/
.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: #474949;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.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 {
	position: relative;
	padding: 14px 3px 0 3px;
}

.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;
	top: 15px;
}

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

/*sprocket 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);
}

.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 18px;
	font-size: 16px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.sprocket-padding{
	background-color: rgba(255,255,255,0.55)
}

.wk-slideshow-home .nav{
	z-index: 10;
	bottom: 5px;
	padding: 0 10px;
}

#lightbox-title.lightbox-title-float {
	border: 1px solid rgba(255,255,255,0.2);
}

/*caption elements*/

.caption a.button-color,
.caption a.button{
	margin-top: 15px;
}

.wk-slideshow-home .caption, 
.layout-slideshow .sprocket-features-content{
	border: 1px transparent;
	background: transparent;
	color: #ffffff;
	padding: 0;
	width: 50%;
	height: auto;
	top: 30px;
	margin-left: 0;
	text-align: left;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.wk-slideshow-full .caption{
	background: rgba(255,255,255,0.7);
	color: #202020;	
	border: 1px solid rgba(255,255,255,0.8);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	--moz-border-radius: 4px;
	border-radius: 4px;
	width: 42.3%;
	height: auto;
	margin: 0 0 50px 7%;
}

.wk-slideshow-full .caption h1,
.wk-slideshow-full .caption h2,
.wk-slideshow-full .caption h3{
	color: #404040 !important;
}

#showcase .wk-slideshow-full p.actions{
	margin: 0;
	padding: 0 10px;
}

#showcase .wk-slideshow-home p.actions{margin: 0;}
#showcase .wk-slideshow-home h2,
#showcase .wk-slideshow-full h2
{font-size: 39px;}

.wk-slideshow-home > div .next,
.wk-slideshow-full > div .next
 {
	background: transparent url(../images/widget/next.png) no-repeat 0 0; 
}

.wk-slideshow-home > div .prev,
.wk-slideshow-full > div .prev {
	background: transparent url(../images/widget/prev.png) no-repeat 1px 1px; 
}

.wk-slideshow-home .caption h2,
.wk-slideshow-home .caption p,
.sprocket-features-desc .title,
.layout-slideshow .sprocket-features-title,
.sprocket-features-desc .desc,
.wk-slideshow-home span.title{
	-webkit-border-radius: 0 3px 3px 0;
	   -moz-border-radius: 0 3px 3px 0;
	        border-radius: 0 3px 3px 0;
}

.wk-slideshow-home .caption h2,
.wk-slideshow-full .caption h2,
.sprocket-features-title{
    color: #ffffff;
	margin-top: 25px;
	display: inline-block

}

.wk-slideshow-home span.title,
.sprocket-features-desc .title
{
	float: left;
	padding: 6px 15px;
	margin-top: 15px
}

/*roksprocket feature slider*/
.sprocket-features li {line-height: 8px;}
.layout-slideshow .sprocket-features-arrows .arrow {
	top: 90%;
	color: #FFFFFF;
	height: 25px;
	width: 28px;
	opacity: 1;
	padding-top: 3px;
	margin-right: 10px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.layout-slideshow .sprocket-features-arrows .arrow:hover{
	background-color: rgba(255, 255, 255, 0.9) !important;
	color: #202020;
}

.layout-slideshow .sprocket-features-arrows .prev {left: 92.5%;}
.layout-slideshow .sprocket-features-pagination li, 
.layout-slideshow .sprocket-features-arrows .arrow {
	-webkit-transition: background-color .3s ease-in-out;
	   -moz-transition: background-color .3s ease-in-out;
	        transition: background-color .3s ease-in-out;	    
}

.layout-slideshow .sprocket-features-content {
	left: 0; 
	text-align: left;
	line-height: 1;
	top: 120px;
}

.layout-slideshow .sprocket-features-desc {
	padding: 0;
	background: none;
}

.layout-slideshow .sprocket-features-desc .desc {
	padding: 15px 15px 10px;
	font-size: 13px;
	line-height: 1.6em;
}

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

.sprocket-features-desc .readon {
	text-transform: lowercase;
	margin: 20px 10px 0
}

.layout-slideshow .sprocket-features-pagination {
	left: 90%;
	bottom: 92%;
	padding: 5px 10px 0;
}

.sprocket-features-pagination li{
	overflow: hidden;
	margin-top: 1px;
}

/*mosaic layout*/
.sprocket-mosaic-filter li, 
.sprocket-mosaic-order li{
	background: none !important;
	border: 0 none !important;
}

.sprocket-mosaic-item{
	border: 0 solid rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 0 0px rgba(0,0,0,0.045);
	   -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 0 0px rgba(0,0,0,0.045);
			box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 0 0px rgba(0,0,0,0.045);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.sprocket-mosaic-filter li.active{
	border-width: 0 !important;
	border-style: solid !important;
	border-radius: 3px !important;
	box-shadow: none !important;
}


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

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

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

.sprocket-mosaic-item .sprocket-mosaic-text{
	margin: 10px 10px;
}

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

.sprocket-mosaic .sprocket-mosaic-tags, 
#mosaic .sprocket-mosaic ul.sprocket-mosaic-tags{
	margin: 0;
	background: transparent;
	padding: 10px 6px
}

.sprocket-mosaic-filter li, 
.sprocket-mosaic-order li,
.sprocket-mosaic-hover{
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset, 1px 1px 0 rgba(255, 255, 255, 0.045);
	   -moz-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset, 1px 1px 0 rgba(255, 255, 255, 0.045);
	        box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset, 1px 1px 0 rgba(255, 255, 255, 0.045);
}

.sprocket-mosaic .sprocket-mosaic-tags li{
	position: relative;
	font-size:11px;
	font-style: normal;
	margin: 5px 4px;
	padding: 3px 10px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: rgba(153, 153, 153, 0.11);
}

.sprocket-mosaic .sprocket-mosaic-header {
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}

.sprocket-mosaic-filter li, 
.sprocket-mosaic-order li, 
.sprocket-readmore {
	text-transform: lowercase !important;
	padding: 5px 10px !important;
	line-height: 19px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.sprocket-features-desc .readon, .sprocket-readmore {
	padding-right: 20px !important;
	margin: 10px !important;
	float: right;
}

.sprocket-mosaic-filter li, 
.sprocket-mosaic-order li {
	font-size: 14px !important
}

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

div.sprocket-mosaic-order ul li{
	margin-left: 3px !important
}

.sprocket-mosaic-hovercontent{
	display: none !important
}

.sprocket-mosaic-hover{
	background-color: rgba(0,0,0,0.4); 
	margin: 0;
	width: 100%;
	height: auto;
	top: 0;
	opacity: 0;
	text-align: center;
}

.sprocket-mosaic-hover:before{
	font-family: "fontAwesome";
	content: "\f067";
	top: 45%;
	left: 46%;
	font-size: 20px;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	color: #FFF;
}

.sprocket-mosaic-image-container {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		    border-radius: 4px;
}

.sprocket-mosaic-image-container:hover{
	border-radius: 0
}

.sprocket-mosaic-image-container a:hover .sprocket-mosaic-hover{
	opacity: 1
}

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

.sprocket-mosaic-loadmore {
	background: transparent;
	border: 0 none;
	padding: 20px;
	width: 20px;
	height: 22px;
}

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

.sprocket-mosaic-loadmore{
	margin: 20px auto -8px;
}

.sprocket-lists-title {
	-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .75) inset;
	   -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, .75) inset;
	        box-shadow: 0 -1px 0 rgba(255, 255, 255, .75) inset;
}

.sprocket-lists-container {
	overflow: visible;
}

.sprocket-lists-title .indicator{
	border-bottom: 2px solid #FFFFFF;
	margin-top: -10px;
	-webkit-box-shadow: 0 2px 1px #909090 inset;
	   -moz-box-shadow: 0 2px 1px #909090 inset;
	        box-shadow: 0 2px 1px #909090 inset;
}

.sprocket-lists-title .indicator{
	font-size: 1.1em !important;
	line-height: 0.8
}

.active .indicator {opacity: 1}

.roksprocket-ellipsis{display: inline-block;}
.sprocket-lists-title {font-size: 1.3em !important; padding: 8px 10px !important;}
.sprocket-lists-item .sprocket-padding {padding: 10px 15px;}
.sprocket-lists-item {border: 1px solid rgba(0, 0, 0, 0.05);}
.sprocket-lists-title {padding: 0 -1px !important;
	margin: 0 !important;
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	    -ms-border-radius: 0 !important;
	     -o-border-radius: 0 !important;
	        border-radius: 0 !important;
}

.sprocket-mosaic-image-container a .sprocket-mosaic-hover,
.sprocket-mosaic-image-container a img{
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
	   -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
			box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}

.sprocket-mosaic-image-container a .sprocket-mosaic-hover,
.sprocket-mosaic-image-container a img,
a.spotlight img,
a.uk-overlay img{
	-webkit-transition:all linear 0.2s;
	transition:all linear 0.2s
}

.spotlight .overlay-default {
	background-image: none;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
	   -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
			box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}

.sprocket-mosaic-item .sprocket-mosaic-image {
	display: block;
}

.loadmore-more,
.loadmore-all{
	display: none !important
}

.sprocket-mosaic-loadmore:before{
	font-family: "fontAwesome";
	content: "\f009";
	font-size: 20px;	
}

.sprocket-mosaic-item .sprocket-mosaic-head {
	margin: 15px 0 -10px;
}
/*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;
}

/* demo icon-fonts data styling */
#iconfonts ul.list-icons li {
	line-height: 35px;
}

#iconfonts ul.list-icons i {
	font-size: 20px;
	margin: 5px 0 0 -30px;
}


/* shopping carts
----------------------------------------------------------------------------------------------------*/

#container_oc .cart input[type="text"],
.cart-info td.quantity input[type="text"]{
	padding: 4px 0 
}

.prod_qty_input input[type="text"] {
	width: 40px;
}

/* DPcalendar
----------------------------------------------------------------------------------------------------*/

.fc-widget-header, .fc-widget-content {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset;
}