<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (C) arrowthemes, Regular/Extended Licence */




/*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 {
	box-shadow: inset -1px -1px 3px rgba(0, 0, 0, 0.15), 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);
	padding:6px 13px 5px;   
	outline: none;
	color:#939393;
	margin:0 0 3px;
	line-height: 1.6em;
	height: auto;
	background: none;
	border-radius: 0 3px 3px 0;
	border-width: 1px 1px 1px 3px;
	border-color: rgba(0, 0, 0, 0.05);
}

input[type="text"]:disabled{
	border-color: rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.03);
	color: #DDD;
}

form.box input:focus, 
form.box select:focus, 
form.box textarea:focus, 
form.short input:focus, 
form.short select:focus, 
form.short textarea:focus, 
.searchbox input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
	outline:none;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset, 0 -1px 0 rgba(0,0,0,0.1) inset;	
}

.searchbox input[type="text"],
.searchbox input[type="text"]:focus{
	border: 0 none;
	background: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

form.submission .submit button,
form p.edit .btn{
	padding: 5px 15px;
	font-size: 14px; 
}

.right{float: right;}
.left{float: left;}


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

.pricing.two .price-col{width: 49.8%;}
.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{
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	float: left;
	margin: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset;
}

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

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

.pricing &gt; .price-col:nth-of-type(2n+2){
	box-shadow: 0 1px 20px rgba(0,0,0,.075) inset;
	position: relative;
}
 
#page .price-col.focus{
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.04) inset;
	z-index: 1;
}

#page .price-col.focus{
	border-radius: 4px;
}

/*price elements css*/
.price-head{
	padding: 10px 0 5px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.02);
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	box-shadow: 0 -4px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 -5px 0 rgba(255, 255, 255, 0.2) inset;
}

h3.title &gt; p {
	font-size: 14px;
	margin: 0 0 0;
	letter-spacing: 0;
}

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

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

.price-head .title{
	padding: 0 5px 5px !important;
	margin: 0;
}

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

ul.feature &gt; li {
	text-align: left;
	padding: 7px 10px 7px 10%;
	line-height: 20px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	list-style-type: none;
	box-shadow: 0 1px 0 rgba(255,255,255,0.03);
}

ul.feature &gt; li i{
	margin-right: 10px;
	font-style: normal;
	float: right;
	font-size: 18px
}

.price-tag{
	padding: 15px 0;
	line-height: 1.5;
	font-size: 42px;
	margin: 0;
}

.price-tag sup{
	top: -1em;
}

.price-tag sup,
.price-tag sub {font-size: 18px}

.call-action{
	display: inline-block;
	padding: 20px;
}

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


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

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

/*accordion menu*/

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

/*zoo*/
.zoo-comments-list &gt; article {padding-bottom: 10px !important; border-top: none;}
.pos-media.align-left{float: none;}
.yoo-zoo .item .pos-media a, .yoo-zoo .item .pos-media img{display: inline-block}


/*to-top scroller*/
#toTop{
	bottom: 0;
	display: none;
	height: 75px;
	width: 35px;
	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;
}

/*spotlight override*/
.overlay-default:before {
	content: "\e623";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	font-size: 40px;
	line-height: 1;
	font-family: 'Pe-icon-7-stroke';
	text-align: center;
	color: #FFF;
}

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

a[data-lightbox]:hover,
a[data-lightbox]:hover img,
.spotlight .overlay-default:hover{
	border-radius: 0;
}

#lightbox-title.lightbox-title-float {
	font-size: 12px;
	font-weight: normal;
}

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

.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);
	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{
	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;
	border-radius: 3px;
	background: #4B4C4E;
	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: 0 4px 0 5px;
}

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

.mejs-container .mejs-controls div.mejs-horizontal-volume-slider {
    position: relative;
    width: 56px;
    height: 26px;
    display: block;
    float: left;
    vertical-align: middle;
    margin-top: 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;
}

#lightbox-outer, #lightbox-content{border: 0 solid #202020;}
#lightbox-content{
	outline: 1px solid #404040; 
	border-color: transparent;
}
#lightbox-outer{
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
#lightbox-title-over {
	text-shadow: 0 1px 0 black;
	border-top: 1px solid rgba(0,0,0,0.5);
}

#lightbox-wrap {
	padding: 20px 0;
}

#slide-zone &gt; div img {
	display: block;
}

/*zoo components*/
.overlay-default, .overlay{text-shadow: 0 0 1px #000;}

.pos-media{margin-bottom: 30px;}
.pos-media.align-left{margin-right: 1px;}
.element-textarea{margin-top: -15px !important;}

/*warp branding*/
.warp-brand{
	letter-spacing: 3px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 10px;
	display: block
}

/*mosaic layout*/
.sprocket-mosaic-filter li, 
.sprocket-mosaic-order li{
	background: rgba(0, 0, 0, 0.05) !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);
	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: 1px 15px 1px 15px !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 7px !important;
	line-height: 19px;
	border-radius: 3px;
}

.sprocket-features-desc .readon, .sprocket-readmore {
	margin: 30px 0 10px;
}

.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: "Pe-icon-7-stroke";
	content: "\e623";
	top: 45%;
	left: 46%;
	font-size: 36px;
	font-weight: normal;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.sprocket-mosaic-image-container {
	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 {
	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;
	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;
	border-radius: 0 !important;
}

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

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

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

.sprocket-mosaic-image-container a:hover img,
a.spotlight:hover img,
a.h-effect:hover img,
a.uk-overlay:hover img{
	-webkit-transform:scale(1.1);
	   -moz-transform:scale(1.1);
			transform:scale(1.1);
}

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

.sprocket-readmore span {
	margin: 0 20px;
	float: right;
}

/* roksprocket tabs */
.sprocket-tabs-nav {
	background: none;
}

.sprocket-tabs-nav li .sprocket-tabs-inner {
	padding: 15px 20px;
	font-size: 16px;
	line-height: inherit;
}

.layout-top .sprocket-tabs-nav {
	padding: 0 !important;
}

.sprocket-tabs-nav &gt; li {
	margin-bottom: -2px;
}

.sprocket-tabs-nav {
	border-bottom: 3px solid !important;
}

.sprocket-tabs-nav &gt; li.active &gt; .sprocket-tabs-inner {
	border: 0 none;
	border-radius: 0;
}

.sprocket-tabs-panels {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px;
	border-radius: 0 0 6px 6px;
	margin-top: 0;
	border-top: 0 none;
	background-color: rgba(0, 0, 0, 0.005);
	padding: 25px !important;
	box-shadow: 0 -4px 2px rgba(0, 0, 0, 0.035) inset, 0 -1px 1px rgba(255, 255, 255, 0.1) inset;
}

.sprocket-tabs-nav li:hover .sprocket-tabs-inner {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.06);
	color: #7A7474;
}

.sprocket-tabs-nav li.active:hover .sprocket-tabs-inner {
	border: 0 none;
}

.sprocket-tabs-nav &gt; li &gt; .sprocket-tabs-inner {
	border-radius: 0;
	margin-right: 5px;
}


/* roksprocket slider */
ul.sprocket-features-img-list li{margin: 0;}
.sprocket-features li {line-height: 8px;}

.layout-slideshow .sprocket-features-arrows .arrow {
	top: 50%;
	color: #303030;
	padding-top: 3px;
	margin-right: 20px;
	background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 1px #FFF inset;
    font-size: 1.5em;
    padding: 20px 12px;
    opacity: 1;
	font-family: "fontAwesome";
}

.layout-slideshow .sprocket-features-arrows .arrow span {
	display: none;
}

.layout-slideshow .sprocket-features-arrows .prev:before{
	content: "\f053";
}

.layout-slideshow .sprocket-features-arrows .next:before{
	content: "\f054";
}

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

.layout-slideshow .sprocket-features-arrows .prev {left: 370px}
.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-title,
.layout-slideshow .sprocket-features-desc{
	background: transparent;
	color: #303030;
}

.layout-slideshow .sprocket-features-desc span{
	display: block;
}

.layout-slideshow .sprocket-features-content {
	left: 0;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    color: #303030;
    padding: 8% 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: 310px;
    height: 100%;
    top: 0;
}

.layout-slideshow .sprocket-features-desc {
	padding: 15px 15px 10px;
	font-size: 14px;
	line-height: 26px;
}

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

.layout-slideshow .sprocket-features-pagination {
	left: 0;
	bottom: 8px;
	padding: 5px 20px 0;
	right: 0; 
	text-align: right;
}

.layout-slideshow .sprocket-features-pagination li{
	opacity: 1;
	overflow: hidden;
	margin-top: 1px;
	background: none;
	font-family: "fontAwesome";
	box-shadow: none;
	color: #FFF;
	font-size: 18px;
	overflow: hidden;
	padding: 5px 2px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.layout-slideshow .sprocket-features-pagination li:before{
	content: "\f10c";
}

.layout-slideshow .sprocket-features-pagination li.active:before{
	content: "\f192";
}

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

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

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

.sprocket-strips-content a.readon {
	padding: 0;
	float: right;
	text-transform: lowercase;
}
.sprocket-strips-arrows .arrow,
.sprocket-lists-arrows .arrow
 {
	font-family: monospace, arial;
	line-height: 14px;
	font-size: 18px 
}
.sprocket-strips-item,
.sprocket-strips-content{
	border-radius: 5px;
}

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

.sprocket-strips-title {
	margin-top: 15px;
}

.sprocket-strips-content{
	padding: 10px 20px;
	display: inline-block;
}

.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-arrows .arrow,
.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: 0 !important;
	background: none;
	margin-right: 2px;
	opacity: 1;
	color: #E0E0E0;
	box-shadow: none;
}

.sprocket-strips-pagination li,
.sprocket-lists-pagination li {
	font-family: "fontAwesome";
	font-size: 18px;
}

.sprocket-strips-pagination li.active:before,
.sprocket-lists-pagination li.active:before{
	content: "\f192";
}

.sprocket-strips-pagination li:before,
.sprocket-lists-pagination li:before{
	content: "\f10c";
}

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

.sprocket-strips-item,
.sprocket-strips-content{
	border-radius: 4px;
}

/*newsletter*/
#newsletter .module {
    margin: 0 10px;
    padding: 15px 10px;
}

#newsletter{
    box-shadow: 0 -5px 0 0 rgba(255, 255, 255, 0.1) inset, 0 -1px 0 rgba(0,0,0,0.075) inset, 0 1px 0 rgba(0,0,0,0.045) inset;
}

#newsletter .module-title{
	float: left;
	padding: 20px 30px 0 0;
	line-height: 1;
	margin: 0;
	border-bottom: 0 none;
	box-shadow: none;
}

#newsletter p{
    line-height: 37px;
    margin-left: 0;
    display: inline-block;
}

#newsletter .acymailing_form p{
    float: left;
    position: relative;
}

#newsletter table.acymailing_form {
	margin: 10px 10px 0;
}

.acymailing_module_form td {
	padding-right: 10px;
}

.acymailing_module_form .acymailing_introtext {
    padding: 0;
    display: inline-block;
}

div.responseContainer{
    background-color: transparent;
    color: #FFF;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    display: block;
    top: 22px;
    left: 11px;
    height: 0 !important;
}

.section-title {
    border-radius: 4px 0 0 0;
    font-size: 24px;
    height: 38px;
    margin-left: 1px !important;
    margin-top: 1px;
    padding: 21px 18px 0;
    text-shadow: none;
}

img.feature {
	margin: 15px 15px 15px 0;
}

.pic3d {
	border-radius: 5px;
}

.iconfeature {
	display: block;
	float: left;
	padding: 0 15px 0 0;
}

.gallery-desc {
	text-align: center;
	position: relative;
	display: block;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom: 3px double rgba(0,0,0,0.1);
	border-top: 0 none;
	font-size: 12px;
	margin: -2px 1px 1px;
	padding: 6px 0px 5px;
	line-height: 1.7;
	border-radius: 0 0 2px 2px;
}

a.spotlight:hover{
	text-decoration: none !important;
}

.gallery-desc strong {
	display: block;
}

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

#dpcal-event-container h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* captcha fix */
div#jform_captcha {
    float: left;
}</pre></body></html>