@charset "utf-8";
/*

	Theme Name: Jasper
	Theme URI: http://themes.persitheme.com/jasper/
	Description: Jasper Wordpress Theme
	Version: 1.2.0
	License: GNU General Public License
	License URI: license.txt
	Author: PersianArt 
	Author URI: http://www.PersiTheme.com/
	Tags: theme-options

/*-----------------------------------------------------------------------------------*/
/*	General
/*-----------------------------------------------------------------------------------*/

::selection {
	color:#ffffff;
	background-color:#109ed5;
}
::-moz-selection {
	color:#ffffff;
	background-color:#109ed5;
}
.body-background {
	overflow:hidden;
}
.body-wrapper {
	overflow:hidden;
	position:relative;
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .2);
	box-shadow:0 0 10px rgba(0, 0, 0, .2);
}
body {
	margin:0;
	padding:0;
	color:#686868;
	background-color:#fff;
	font:12px/18px Arial, sans-serif;
	line-height:125%;
}
a {
	color:#109ed5;
	-webkit-transition-duration:.5s;
	-moz-transition-duration:.5s;
	-o-transition-duration:.5s;
	transition-duration:.5s;
	-webkit-transition-property:color, background-color, border-color;
	-moz-transition-property:color, background-color, border-color;
	-o-transition-property:color, background-color, border-color;
	transition-property:color, background-color, border-color;
}
a:focus,
a:hover,
a:active {
	color:#373a3f;
}
a.reverse {
	color:#373a3f;
}
a.reverse:hover {
	color:#109ed5;
}
a.read-more {
	padding:0 10px 0 0 !important;
	background:url(images/read-more.png) 100% 50% no-repeat;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.read-more:hover {
	background-position:-100% 50%;
	padding:0 0 0 10px;
}
.white-color {
	color:#fff !important;
}
.dark-color {
	color:#373a3f !important;
}
.skin-color {
	color:#109ed5;
}
img {
	border:none;
	outline:0;
}
div, p, span {
	vertical-align:baseline;
}
p:empty {
	display:none;
}
ul, li {
	margin:0;
	border:0;
	outline:0;
}
iframe, input, textarea, button {
	border:0;
	margin:0;
	padding:0;
	outline:0;
}
iframe {
	display:block;
}
input, select, textarea { 
	font-family:Arial, sans-serif;
	vertical-align:middle;
	font-weight:normal;
	outline:none;
}
select {
	display:block;
	padding:8px 5px;
	height:36px;
	width:100%;
	color:inherit;
	border:1px solid #f0f0f0;
	background:#fff url(images/select.png) center right no-repeat;
	-webkit-appearance:none;
	-moz-appearance:none;
	/*appearance:none;*/
}
.h-wrapper {
	overflow:hidden;
	text-align:center;
	position:relative;
}
.h-wrapper:before,
.h-wrapper:after {
	content:"";
	position:absolute;
	top:50%;
	width:5px;
	height:1px;
	background-color:#000;
	z-index:1;
}
.h-wrapper:before {
	left:0px;
}
.h-wrapper:after {
	right:0px;
}
.h-wrapper .line.left,
.h-wrapper .line.right {
	position:absolute;
	top:50%;
	left:0px;
	height:1px;
	width:940px;
	background-color:#f0f0f0;
	margin-left:-940px;
}
.h-wrapper .line.right {
	right:0px;
	margin-right:-940px;
	margin-left:auto;
}
.h-wrapper.left {
	text-align:left;
}
.h-wrapper.left h1,
.h-wrapper.left h2,
.h-wrapper.left h3,
.h-wrapper.left h4,
.h-wrapper.left h5,
.h-wrapper.left h6 {
	padding-left:0;
}
.h-wrapper.left:before,
.h-wrapper.left:after {
	content:none;
}
.h-wrapper.left .line.right:before {
	content:"";
	position:absolute;
	top:0;
	width:5px;
	height:1px;
	background-color:#000;
	z-index:1;
}
.h-wrapper.right {
	text-align:right;
}
.h-wrapper.right h1,
.h-wrapper.right h2,
.h-wrapper.right h3,
.h-wrapper.right h4,
.h-wrapper.right h5,
.h-wrapper.right h6 {
	padding-right:0;
}
.h-wrapper.right:before,
.h-wrapper.right:after {
	content:none;
}
.h-wrapper.right .line.left:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:5px;
	height:1px;
	background-color:#000;
	z-index:1;
}
.h-wrapper h1,
.h-wrapper h2,
.h-wrapper h3,
.h-wrapper h4,
.h-wrapper h5,
.h-wrapper h6 {
	position:relative;
	padding:0 30px;
	margin-bottom:0;
	display:inline-block;
}
.sub-title {
	font-family:"PT Sans", sans-serif;
	font-size:18px;
	color:#afafaf;
	padding:3px 0 7px;
	margin-bottom:40px;
	text-align:center;
	clear:both;
}
.sub-title.left {
	text-align:left;
}
.sub-title.right {
	text-align:right;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:inherit;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color:#109ed5;
}
h2.title {
	font-size:60px;
}
.container_2 {
	float:left;
	width:160px;
}
.container_3 {
	float:left;
	width:240px;
}
.container_4 {
	float:left;
	width:320px;
}
.container_6 {
	float:left;
	width:480px;
}
.container_8 {
	float:left;
	width:640px;
}
.container_9 {
	float:left;
	width:720px;
}
.container_10 {
	float:left;
	width:800px;
}
.space0 {
	height:0;
}
.space5 {
	height:5px;
}
.space10 {
	height:10px;
}
.space15 {
	height:15px;
}
.space20 {
	height:20px;
}
.space25 {
	height:25px;
}
.space30 {
	height:30px;
}
.space35 {
	height:35px;
}
.space40 {
	height:40px;
}
.space45 {
	height:45px;
}
.space50 {
	height:50px;
}
.space55 {
	height:55px;
}
.space60 {
	height:60px;
}
.space65 {
	height:65px;
}
.space70 {
	height:70px;
}
.space75 {
	height:75px;
}
.space80 {
	height:80px;
}
.space85 {
	height:85px;
}
.space90 {
	height:90px;
}
.space95 {
	height:95px;
}
.space100 {
	height:100px;
}
.mb0 {
	margin-bottom:0 !important;
}
.mt0 {
	margin-top:0 !important;
}
.ml0 {
	margin-left:0 !important;
}
.mr0 {
	margin-right:0 !important;
}
.pb0 {
	padding-bottom:0 !important;
}
.pt0 {
	padding-top:0 !important;
}
.pl0 {
	padding-left:0 !important;
}
.pr0 {
	padding-right:0 !important;
}
.font13 {
	font-size:13px;
}
.font14 {
	font-size:14px;
}
.font16 {
	font-size:16px;
}
.font18 {
	font-size:18px;
}
.font24 {
	font-size:24px;
}
.font48 {
	font-size:48px;
}
.font60 {
	font-size:60px;
}
.bold {
	font-weight:bold;
}
.block {
	display:block;
}
.inlineblock {
	display:inline-block;
}
.display-none {
	display:none;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.textright {
	text-align:right;
}
.textleft {
	text-align:left;
}
.textcenter {
	text-align:center;
}
table {
	width:100%;
	padding:0;
	margin:0 0 20px 0;
	font-size:13px;
}
tr:first-child th,
tr:first-child td {
	border-top-style:solid;
	border-top-width:1px;
}
tr th:first-child,
tr td:first-child {
	border-left-style:solid;
	border-left-width:1px;
}
th,td {
	padding:9px 12px;
	border-style:solid;
	border-width:1px;
	border-left:none;
	border-top:none;
}
th {
	font-weight:bold;
	text-align:left;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-color:#f0f0f0;
}
.cyrcle {
	position:absolute;
	width:300px;
	height:300px;
	-webkit-border-radius:150px;
	-moz-border-radius:150px;
	border-radius:150px;
}
.cyrcle.left {
	left:50%;
	margin-left:-290px;
	background-color:rgba(16, 158, 213, .8);
}
.cyrcle.right {
	right:50%;
	margin-right:-290px;
	background-color:rgba(55, 58, 63, .8);
}
.cyrcle h3 {
	color:#fff;
	font-size:40px;
	padding:90px 40px 0;
	text-align:center;
}
.business-hours {
	padding:0;
	margin:0;
	list-style:none;
}
.business-hours li {
	background:url(images/clock.png) 0 center no-repeat;
	padding:0 0 0 20px;
	margin-bottom:5px;
}
.business-hours li strong {
	font-size:13px;
}

/*-----------------------------------------------------------------------------------*/
/*	WordPress Core
/*-----------------------------------------------------------------------------------*/

.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%; /* Image does not overflow the content area */
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}




/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

#header {
	float:left;
	width:100%;
}
#header .header-up-wrapper {
	width:100%;
	overflow:hidden;
}
#top-bar-wrapper {
	width:100%;
	overflow:hidden;
	background-color:#373a3f;
}
#top-bar {
	font-size:11px;
	padding:10px 0;
	overflow:hidden;
}
#top-nav {
	padding:0;
	list-style:none;
	display:block !important;
}
#top-nav a {
	color:inherit;
}
#top-nav a:hover {
	text-decoration:none;
	color:#fff;
}
#top-nav > li {
	display:inline-block;
}
#top-nav > li .separate {
	margin:0 8px;
}
#top-nav > li:first-child .separate {
	display:none;
}
#header-up {
	/*padding:0 10px;*/
	overflow:hidden;
}
#logo-wrapper {
	/*float:left;*/
}
#logo-wrapper a {
	display:inline-block;
}
#logo-wrapper img {
	float:left;
}
.social-icon {
	float:left;
	margin:0 5px 0 0;
	position:relative;
}
.social-icon a {
	display:block;
	position:relative;
	width:30px;
	height:30px;
	padding:0;
	background-color:#f0f0f0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background-position:center center;
	-webkit-transition:background .5s;
	-moz-transition:background .5s;
	-o-transition:background .5s;
	transition:background .5s;
}
.social-icon a.dark {
	background-color:#373a3f;
}
.social-icon a:hover {
	background-color:#109ed5;
}
.social-icon.delicious a.light,
.social-icon.delicious a.dark:hover {
	background-image:url(images/icons/network/light/delicious.png);
}
.social-icon.deviantart a.light,
.social-icon.deviantart a.dark:hover {
	background-image:url(images/icons/network/light/deviantart.png);
}
.social-icon.digg a.light,
.social-icon.digg a.dark:hover {
	background-image:url(images/icons/network/light/digg.png);
}
.social-icon.facebook a.light,
.social-icon.facebook a.dark:hover {
	background-image:url(images/icons/network/light/facebook.png);
}
.social-icon.flickr a.light,
.social-icon.flickr a.dark:hover {
	background-image:url(images/icons/network/light/flickr.png);
}
.social-icon.google a.light,
.social-icon.google a.dark:hover {
	background-image:url(images/icons/network/light/google.png);
}
.social-icon.lastfm a.light,
.social-icon.lastfm a.dark:hover {
	background-image:url(images/icons/network/light/lastfm.png);
}
.social-icon.linkedin a.light,
.social-icon.linkedin a.dark:hover {
	background-image:url(images/icons/network/light/linkedin.png);
}
.social-icon.picasa a.light,
.social-icon.picasa a.dark:hover {
	background-image:url(images/icons/network/light/picasa.png);
}
.social-icon.rss a.light,
.social-icon.rss a.dark:hover {
	background-image:url(images/icons/network/light/rss.png);
}
.social-icon.stumbleupon a.light,
.social-icon.stumbleupon a.dark:hover {
	background-image:url(images/icons/network/light/stumbleupon.png);
}
.social-icon.tumblr a.light,
.social-icon.tumblr a.dark:hover {
	background-image:url(images/icons/network/light/tumblr.png);
}
.social-icon.twitter a.light,
.social-icon.twitter a.dark:hover {
	background-image:url(images/icons/network/light/twitter.png);
}
.social-icon.vimeo a.light,
.social-icon.vimeo a.dark:hover {
	background-image:url(images/icons/network/light/vimeo.png);
}
.social-icon.youtube a.light,
.social-icon.youtube a.dark:hover {
	background-image:url(images/icons/network/light/youtube.png);
}
.social-icon.delicious a.dark,
.social-icon.delicious a.light:hover {
	background-image:url(images/icons/network/dark/delicious.png);
}
.social-icon.deviantart a.dark,
.social-icon.deviantart a.light:hover {
	background-image:url(images/icons/network/dark/deviantart.png);
}
.social-icon.digg a.dark,
.social-icon.digg a.light:hover {
	background-image:url(images/icons/network/dark/digg.png);
}
.social-icon.facebook a.dark,
.social-icon.facebook a.light:hover {
	background-image:url(images/icons/network/dark/facebook.png);
}
.social-icon.flickr a.dark,
.social-icon.flickr a.light:hover {
	background-image:url(images/icons/network/dark/flickr.png);
}
.social-icon.google a.dark,
.social-icon.google a.light:hover {
	background-image:url(images/icons/network/dark/google.png);
}
.social-icon.lastfm a.dark,
.social-icon.lastfm a.light:hover {
	background-image:url(images/icons/network/dark/lastfm.png);
}
.social-icon.linkedin a.dark,
.social-icon.linkedin a.light:hover {
	background-image:url(images/icons/network/dark/linkedin.png);
}
.social-icon.picasa a.dark,
.social-icon.picasa a.light:hover {
	background-image:url(images/icons/network/dark/picasa.png);
}
.social-icon.rss a.dark,
.social-icon.rss a.light:hover {
	background-image:url(images/icons/network/dark/rss.png);
}
.social-icon.stumbleupon a.dark,
.social-icon.stumbleupon a.light:hover {
	background-image:url(images/icons/network/dark/stumbleupon.png);
}
.social-icon.tumblr a.dark,
.social-icon.tumblr a.light:hover {
	background-image:url(images/icons/network/dark/tumblr.png);
}
.social-icon.twitter a.dark,
.social-icon.twitter a.light:hover {
	background-image:url(images/icons/network/dark/twitter.png);
}
.social-icon.vimeo a.dark,
.social-icon.vimeo a.light:hover {
	background-image:url(images/icons/network/dark/vimeo.png);
}
.social-icon.youtube a.dark,
.social-icon.youtube a.light:hover {
	background-image:url(images/icons/network/dark/youtube.png);
}
.social-wrapper {
	margin:20px 0 15px;
	position:relative;
	text-align:center;
}
.social-wrapper.left {
	text-align:left;
}
.social-wrapper.right {
	text-align:right;
}
.social-wrapper ul {
	padding:0;
	list-style:none;
	display:inline-block;
}
.social-wrapper .social-icon a {
	width:40px;
	height:40px;
}
.logo-info-wrapper {
	overflow:hidden;
}
.top-info {
	min-height:20px;
	margin:10px 0;
}
.top-info .phone {
	display:inline-block;
	text-align:right;
	margin-left:15px;
	padding-left:22px;
	background:url(images/icons/info/phone.png) no-repeat;
}
.top-info .email {
	display:inline-block;
	text-align:right;
	padding-left:22px;
	background:url(images/icons/info/email.png) no-repeat;
}
#header-down {
	position:relative;
	margin:0 auto;
}
#menu-wrap {
	position:relative;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	background-color:#fff;
}
#menu-wrap.stuck {
	position:fixed;
	top:-1px;
	left:0;
	width:100% !important;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .1);
	box-shadow:0 1px 2px rgba(0, 0, 0, .1);
	z-index:999;
}
#menu-wrap.stuck .grid_12 {
	text-align:center;
	float:none;
}
#menu-wrapper {
	height:80px;
	position:relative;
	text-align:center;
	z-index:999;
}
#menu-wrapper select {
	display:none;
	margin-top:22px;
}
#slider-wrapper {
	position:relative;
	background:#373a3f;
	margin-bottom:39px;
}
#slogan-wrapper {
	margin:0 auto;
	background:#f0f0f0;
}
#slogan {
	position:relative;
	height:75px;
	padding:13px 0 20px;
	overflow:hidden;
	font-size:24px;
	font-style:italic;
	line-height:75px;
	color:#696f78;
	font-family:"PT Sans", sans-serif;
}
#slogan .slogan-control {
	position:absolute;
	top:50%;
	width:30px;
	height:60px;
	float:left;
	margin-top:-30px;
	z-index:9;
}
#slogan .slogan-next {
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	background:url(images/slogan-nav.png) 0 0 no-repeat;
}
#slogan .slogan-prev {
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	background:url(images/slogan-nav.png) 0 -30px no-repeat;
}
#slogan .slogan-next:hover {
	background-position:-30px 0;
}
#slogan .slogan-prev:hover {
	background-position:-30px -30px;
}
#slogan ul{
	padding:0;
}
#slogan ul li {
	list-style:none;
	text-align:center;
}
#breadcrumb-wrapper {
	background-color:#fff;
	border-bottom:1px solid #f0f0f0;
}
#breadcrumb {
	margin:0 auto;
	padding:6px 0;
	font-weight:normal;
	text-transform:capitalize;
}
.breadcrumbs > span,
.breadcrumbs > a {
	padding:0 3px;
}
.breadcrumbs > span:first-child {
	padding:0 3px 0 0;
}

/* Nivo slider
---------------------------------------- */

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:none;
}
.nivo-main-image {
	display:block !important;
	position:relative !important; 
	width:100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	display:none;
	z-index:6;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
	top:0;
	z-index:5;
}
.nivo-box {
	display:block;
	position:absolute;
	overflow:hidden;
	z-index:5;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	z-index:8;
	padding:5px 10px;
	overflow:hidden;
	display:none;
	-webkit-box-sizing:border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing:border-box;    /* Firefox, other Gecko */
	box-sizing:border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding:15px 0;
	z-index:9;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* End of The Nivo Slider styles */
#nivoslider-wrapper {
	position:relative;
	width:940px;
	height:380px;
	margin:0 auto;
	background-color:#373a3f;
}
#nivoslider {
	position:relative;
	width:940px;
	height:380px;
	background:#109ed5 url(images/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
}
#nivoslider-wrapper .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#nivoslider-wrapper .nivoSlider a {
	border:0;
	display:block;
}
#nivoslider-wrapper .nivo-controlNav {
	position:absolute;
	bottom:0;
	right:15px;
}
#nivoslider-wrapper .nivo-controlNav.nivo-thumbs-enabled {
	position:absolute;
	top:10px;
	left:10px;
	padding:0;
}
#nivoslider-wrapper .nivo-controlNav a {
	display:block;
	width:14px;
	height:14px;
	background:url(images/nivo-nav.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:6px;
	float:left;
}
#nivoslider-wrapper .nivo-controlNav a img {
	display:block;
}
#nivoslider-wrapper .nivo-controlNav a.active {
	background-position:0 -14px;
}
#nivoslider-wrapper .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/nivo-arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-top:-15px;
}
#nivoslider-wrapper a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
#nivoslider-wrapper a.nivo-prevNav {
	left:15px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/nivo-arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-top:-15px;
}
.nivo-directionNav a.nivo-nextNav {
	background-position:-30px 0;
	right:5px;
}
.nivo-directionNav a.nivo-prevNav {
	left:5px;
}
.nivo-caption {
	padding:15px;
	text-align:left;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	display:none;
	background-position:0 bottom;
	background-repeat:repeat-x;
	background-color:rgba(255,255,255,.8);
	overflow:hidden;
	font-size:13px;
}
.nivo-caption .nivo-title {
	display:block;
	margin:5px 0 10px;
	font-size:28px;
	text-shadow:0 0 3px #dddddd;
}
.nivo-caption .nivo-content {
	display:block;
	background:none;
}

/* kwicks slider
---------------------------------------- */

#kwicks-wrapper {
	width:940px;
	margin:0 auto;
	position:relative;
}
.kwicks {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
.kwicks li {
	background-position:50% 0px !important;
	background-repeat:no-repeat;
	display:block;
	font-weight:normal;
	height:380px;
	overflow:hidden;
	padding:0;
	position:relative;
	width:188px;
}
.kwicks.horizontal li {
	float:left;
	margin-right:0;
}
.kwicks.vertical li {
	margin-bottom:2px;
}
.kwicks .kwicks-caption {
	width:706px;
	height:80px;
	z-index:9;
	color:#717274;
	text-align:left;
	line-height:18px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-position:0 bottom;
	background-repeat:repeat-x;
	background-color:rgba(255,255,255,.8);
	overflow:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.kwicks .kwicks-caption.kwicks1 {
	top:0;
}
.kwicks .kwicks-caption.kwicks2 {
	top:20%;
}
.kwicks .kwicks-caption.kwicks3 {
	top:40%;
}
.kwicks .kwicks-caption.kwicks4 {
	top:60%;
}
.kwicks .kwicks-caption.kwicks5 {
	top:80%;
}
.kwicks .inner { 
	background:url(images/kwicks-divider.png) repeat-y;
	height:58px;
	padding:20px 0px 0px 19px;
}
.kwicks li:first-child .inner { 
	background-image:none;
}
.kwicks .link {
	display:block;
	padding-right:23px;
	margin-bottom:20px;
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.kwicks .link:hover {
	text-decoration:underline;
}
.kwicks .kwicks-title {
	display:block;
	margin:0;
	font-size:28px;
	text-shadow:0 0 3px #dddddd;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.kwicks .kwicks-content {
	height:40px;
	overflow:hidden;
	padding:0 80px 0 0;
	position:absolute;
	top:23px;
	left:200px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-size:13px;
}

/* Awkward Showcase Slider
---------------------------------------- */

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load {
	height:290px; /* Same as showcase javascript option */
	overflow:hidden;
	width:940px;
	background:black;
}
#showcase-holder {
	height:380px;
	background:#373a3f url(images/loading.gif) 50% 50% no-repeat;
	width:940px;
	margin:0 auto;
}
/* Container when content is shown in slider */
.showcase {
	position:relative;
	margin:0;
	height:380px;
	overflow:hidden;
	display:none;
}
.showcase-content-container {
	background-color:transparent;
}
/* Navigation arrows */
.showcase-arrow-previous,
.showcase-arrow-next {
	position:absolute;
	background:url(images/showcase-arrows.png);
	width:33px;
	height:33px;
	top:220px;
	cursor:pointer;
}
.showcase-arrow-previous {
	left:-60px;
}
.showcase-arrow-previous:hover {
	background-position:0px -34px;
}
.showcase-arrow-next {
	right:-56px;
	background-position:-34px 0;
}
.showcase-arrow-next:hover {
	background-position:-34px -34px;
}
/* Content */
.showcase-content {
	background-color:transparent;
}
.showcase-content-wrapper {
	text-align:center;
	height:410px;
	width:920px;
	display:table-cell;
	vertical-align:middle;
}
/* Styling the tooltips */
.showcase-plus-anchor {
	background-color:#fff;
	background-repeat:no-repeat;
}
.showcase-plus-anchor:hover {
	background-color:#000;
}
div.showcase-tooltip {
	background-color:#fff;
	color:#000;
	text-align:left;
	padding:5px 8px;
	background-color:rgba(255,255,255,.8);
	background-image:url(images/white-opacity-80.png);
}
/* Styling the caption */
.showcase-caption {
	padding:15px;
	text-align:left;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	display:none;
	background-position:0 bottom;
	background-repeat:repeat-x;
	background-color:rgba(255,255,255,.8);
	overflow:hidden;
	font-size:13px;
}
.showcase-caption .showcase-title {
	display:block;
	margin:5px 0 10px;
	font-size:28px;
	text-shadow:0 0 3px #dddddd;
}
.showcase-caption .showcase-content {
	margin-bottom:10px;
	background:none;
}
.showcase-onepage .showcase-content {
	margin-bottom:10px;
}
/* Button Wrapper */
.showcase-button-wrapper {
	clear:both;
	margin-top:10px;
	text-align:center;
}
.showcase-button-wrapper span {
	margin-right:3px;
	padding:2px 5px 0px 5px;
	cursor:pointer;
	font-size:12px;
	color:#444;
}
.showcase-button-wrapper span.active {
	color:#fff;
}
/* Thumbnails */
.showcase-thumbnail-container {
	background-color:#109ed5; /* Used for backgrounds, no other styling!!! */
}
.showcase-thumbnail-wrapper {
	overflow:hidden;
}
.showcase-thumbnail {
	width:110px;
	height:56px;
	cursor:pointer;
	border:solid 5px #cecece;
	position:relative;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.showcase-thumbnail-caption {
	position:absolute;
	bottom:2px;
	padding-left:10px;
	padding-bottom:5px;
}
.showcase-thumbnail-content {
	padding:10px;
	text-align:center;
	padding-top:25px;
}
.showcase-thumbnail-cover {
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.showcase-thumbnail:hover,
.showcase-thumbnail.active {
	border-color:#f8f8f8;
}
.showcase-thumbnail:hover .showcase-thumbnail-cover {
	display:none;
}
.showcase-thumbnail.active .showcase-thumbnail-cover {
	display:none;
}
.showcase-thumbnail-wrapper-horizontal {
	padding:12px 0 12px 0;
	margin:0;
}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
	margin-right:10px;
	width:110px;
}
.showcase-thumbnail-wrapper-vertical {
	padding:0;
	margin:0;
}
.showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
	margin-right:10px;
	width:110px;
}
.showcase-thumbnail-button-backward,
.showcase-thumbnail-button-forward {
	margin:28px 20px;
	cursor:pointer;
}
.showcase-thumbnail-button-backward {
	padding-bottom:0;
	padding-right:0;
	margin-right:32px;
}
.showcase-thumbnail-button-forward {
	padding-bottom:0;
	padding-left:0;
	margin-left:32px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background:url(images/showcase-direction.png) no-repeat 0 0;
	display:block;
	width:33px;
	height:33px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-position:0 0;
	margin-top:0;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
	background-position:0 -33px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
	background-position:-33px 0;
	margin-top:0;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
	background-position:-33px -33px;
}	
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
	background:url(images/showcase-direction-vertical.png) no-repeat;
	display:block;
	width:33px;
	height:13px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
	background-position:-33px 0;
	margin-top:0;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
	background-position:-33px -15px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
	background-position:0 0;
	margin-top:0;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
	background-position:0 -15px;
}
/* Hide button text */
.showcase-thumbnail-button-forward span span,
.showcase-thumbnail-button-backward span span {
	display:none;
}
			
/* Cycle slider
---------------------------------------- */
#cycle-wrap {
	position:relative;
}
.cycle-wrapper {
	margin:0 auto;
	background-color:#109ed5;
}
#cycle {
	width:940px;
	margin:0 auto;
	overflow:hidden;
}
.cycle-slide {
	position:relative;
	width:940px;
	height:420px;
	overflow:hidden;
}
.cycle-secondary {
	position:absolute;
	top:0;
	left:0;
	width:940px;
	height:420px;
}
.cycle-caption-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:940px;
	height:420px;
}
.cycle-caption {
	padding:15px;
	text-align:left;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-position:0 bottom;
	background-repeat:repeat-x;
	background-color:rgba(255,255,255,.8);
	font-size:13px;
}
.cycle-caption .cycle-title {
	position:relative;
	display:block;
	margin:5px 0 10px;
	font-size:28px;
	text-shadow:0 0 3px #dddddd;
}
.cycle-caption .cycle-content {
	position:relative;
	display:block;
	margin-bottom:10px;
}
#cycle-prev,
#cycle-next {
	width:38px;
	height:38px;
	display:block;
	top:50%;
	left:50%;
	margin-top:-19px;
	margin-left:-540px;
	position:absolute;
	background:url(images/cycle-direction.png) 0 0 no-repeat;
	}
#cycle-next {
	background-position:-38px 0;
	left:auto;
	right:50%;
	margin-right:-540px;
}
#cycle-prev:hover {
	background-position:0 -38px;
}
#cycle-next:hover {
	background-position:-38px -38px;
}

/* Roundabout Slider
---------------------------------------- */

#roundaboutslider {
	overflow:hidden;
}
#roundabout-loader {
	height:380px;
	margin:50px auto;
	background:url(images/loading.gif) 50% 230px no-repeat;
}
#roundabout-inner {
	display:none;
}
.roundabout-holder {
	height:380px;
	left:50%;
	margin:0 0 0 -316px;
	position:absolute;
	width:640px;
}
.roundabout-moveable-item {
	cursor:pointer;
	list-style-type:none;
	overflow:hidden;
	height:380px;
	width:638px;
	margin:0;
	padding:0;
	background:none;
	border-bottom:1px solid #109ed5;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.roundabout-caption {
	padding:15px;
	text-align:left;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-position:0 bottom;
	background-repeat:repeat-x;
	background-color:rgba(255,255,255,.8);
	z-index:1;
	font-size:13px;
}
.roundabout-caption .roundabout-title {
	position:relative;
	display:block;
	margin:5px 0 10px;
	font-size:28px;
	text-shadow:0 0 3px #dddddd;
}
.roundabout-caption .roundabout-content {
	position:relative;
	display:block;
	margin-bottom:10px;
}
.roundabout-moveable-item img {
    display:block;
    height:100%;
    width:100%;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.roundabout-in-focus {
    cursor:auto;
}
.roundabout-in-focus a {
	display:block;
	height:380px;
	width:638px;
}
#roundabout-prev,
#roundabout-next {
	width:39px;
	height:39px;
	display:block;
	left:50%;
	top:50%;
	margin-top:-19px;
	margin-left:-580px;
	position:absolute;
	background:url(images/roundabout-direction.png) 0 0 no-repeat;
	}
#roundabout-next {
	background-position:-39px 0;
	left:auto;
	right:50%;
	margin-right:-580px;
}
#roundabout-prev:hover {
	background-position:0 -39px;
}
#roundabout-next:hover {
	background-position:-39px -39px;
}

/* LiteAccordion Slider
---------------------------------------- */

#liteaccordion {
	width:940px;
	height:380px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#liteaccordion.rounded {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#liteaccordion ol li {
	height:380px;
	margin:0 -1px 0 0;
}
#liteaccordion ol li > h2 {
	width:47px !important;
	height:380px !important;
	overflow:hidden;
	margin:0;
	padding:0;
	border-left:1px solid #d8d8d8;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	cursor:pointer;
	background-color:#a0a0a0;
}
#liteaccordion ol li > h2:hover {
	background-color:#bbb;
}
#liteaccordion ol li > h2.first {
	border-left:none;
	padding:0 0 0 1px;
}
#liteaccordion.rounded ol li > h2.first {
	border-left:none;
	padding:0 0 0 1px;
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}
#liteaccordion.rounded ol li > h2.last {
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}
#liteaccordion.rounded ol li > h2.last.selected {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#liteaccordion ol li > h2.selected {}
#liteaccordion ol li > h2 > span.slide_name {
	width:360px;
	height:30px;
	display:block;
	margin:0;
	padding:0 0 0 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:48px;
	color:#fff;
	-webkit-transform:translateX(48px) rotate(90deg);
	-webkit-transform-origin:left top;
	-moz-transform:translateX(53px) rotate(90deg);
	-moz-transform-origin:left top;
	-o-transform:translateX(53px) rotate(90deg);
	-o-transform-origin:left top;
	transform:translateX(53px) rotate(90deg);
	transform-origin:left top;
}
#liteaccordion ol li > h2.selected > span.slide_name {
	color:#5f5f5f;
}
#liteaccordion ol li > h2 > span.slide_number {
	width:47px;
	display:block;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:40px;
	color:#5a5a5a;
	text-align:center;
	position:absolute;
	left:0;
	bottom:4px;
}
#liteaccordion ol li > h2.selected > span.slide_number {
	color:#d8d8d8;
}
#liteaccordion ol li > div {
	height:380px;
	position:absolute;
	top:0;
}
#liteaccordion ol li > div > div {
	width:auto;
	height:380px;
	border-left:1px solid #109ed5;
	position:relative;
}
#liteaccordion ol li > div > div > img {
	max-width:none !important;
}
.liteaccordion-caption {
	padding:15px;
	text-align:left;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-position:0 bottom;
	background-repeat:repeat-x;
	background-color:rgba(255,255,255,.8);
	font-size:13px;
}
.liteaccordion-caption .liteaccordion-title {
	position:relative;
	display:block;
	margin:5px 0 10px;
	font-size:28px;
	text-shadow:0 0 3px #dddddd;
}
.liteaccordion-caption .liteaccordion-content {
	position:relative;
	display:block;
	margin-bottom:10px;
}

/* TM Slider
---------------------------------------- */

#tmslider-holder { 
	overflow:hidden;
	position:relative;
	width:100%;
	z-index:2;
	margin:0;
	background-color:#109ed5;
}
#tmslider-wrapper {
	width:100%;
	height:440px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	top:0;
	z-index:100;
}
#tmslider-wrapper .items {
	padding-left:0;
	list-style:none;
}
#tmslider-wrapper.tm940 {
	width:940px;
}
#tmslider-holder .prev,
#tmslider-holder .next {
	display:block;
	width:43px;
	height:58px;
	background:url(images/tm-direction.png) 0 0 no-repeat;
	position:absolute;
	z-index:15;
	top:50%;
	margin-top:-48px;
	left:0;
	visibility:hidden;
}
#tmslider-holder:hover .prev,
#tmslider-holder:hover .next {
	visibility:visible;
}
#tmslider-holder .next {
	background-position:-43px 0;
	left:auto;
	right:0;
}
#tmslider-holder .prev:hover {
	background-position:0 -58px;
}
#tmslider-holder .next:hover {
	background-position:-43px -58px;
}
.tm-caption {
	padding:15px;
	text-align:left;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-position:0 bottom;
	background-repeat:repeat-x;
	background-color:rgba(255,255,255,.8);
	z-index:99;
	font-size:13px;
}
.tm-title {
	position:relative;
	display:block;
	margin:0 0 10px;
	font-size:28px;
	text-shadow:0 0 3px #dddddd;
}
.bottom .tm-caption {
	position:relative;
	padding:5px 15px 50px;
	background-color:transparent;
}

/* Bgstretcher Slider
---------------------------------------- */

/*
	Background Stretcher jQuery Plugin
	� 2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

#stretcher {
	position:fixed;
	width:100%;
	height:100%;
	z-index:0;
	top:0;
}
.bgstretcher-area {
	text-align:left;
}
.bgstretcher,
.bgstretcher ul,
.bgstretcher ul li {
	position:absolute;
	top:0;
	left:0;
}
.bgstretcher {
	background:black;
	overflow:hidden;
	width:100%;
	position:fixed;
	z-index:1;
	_position:absolute; /*IE6 doesn't support fixed positioning*/
	top:0;
	left:0;
}
.bgstretcher-page,
.bgstretcher-area {
	height:100%;
}
.sliderNav {
    top:7px;
    left:10px;
    margin:0 auto;
	padding:5px;
    overflow:hidden;
    position:fixed;
	z-index:999;
}
.sliderNav #nav {
	float:right;
}
.sliderNav #nav ul {
	margin:0;
	padding:0;
}
.sliderNav #nav ul li {
	float:left;
	list-style:none;
	margin-left:6px;
}
.sliderNav #nav ul li a {
	text-indent:-999em;
	width:12px;
	height:12px;
	display:block;
	background:#1a1a1a;
	float:left;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 0 5px #909090;
	-moz-box-shadow:0 0 5px #909090;
	box-shadow:0 0 5px #909090;
}
.sliderNav #nav ul li.showPage a {
	background:#109ed5;
}




/*-----------------------------------------------------------------------------------*/
/*	Main
/*-----------------------------------------------------------------------------------*/

#main {
	position:relative;
	margin:0 auto;
	float:left;
	width:100%;
}
#sub-main {
	padding:90px 0 100px;
}
.content {
	clear:both;
	min-height:1px;
}
section.row {
	overflow:hidden;
}
section.row > article {
	padding:90px 0 100px;
}
section.row:first-child > article {
	padding:0 0 100px;
}
.sub-section {
	min-height:480px;
	background-color:#f0f0f0;
	background-attachment:fixed !important;
	background-position:50% 0;
}
.empty.grid_6 {
	width:480px;
	margin-left:0;
	margin-right:0;
}
.empty.grid_8 {
	width:640px;
	margin-left:0;
	margin-right:0;
}
.empty.grid_9 {
	width:720px;
	margin-left:0;
	margin-right:0;
}
.page-comment {
	margin-top:40px;
}




/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/

#footer-wrapper {
	float:left;
	width:100%;
}
#footer-wrapper a {
	color:#686868;
}
#footer-wrapper a:hover {
	color:#109ed5;
}
#footer-wrapper .footer-top-wrapper {
	overflow:hidden;
	padding:40px 0 0;
	background-color:#f0f0f0;
}
#footer-wrapper .widget > h3 {
	margin-bottom:30px
}
#footer-wrapper .footer-bot-wrapper {
	min-height:20px;
	padding:40px 0;
	background-color:#373a3f;
}
#footer-wrapper .footer-bot-wrapper a {
	color:inherit;
}
#footer-wrapper .footer-bot-wrapper a:hover {
	color:#bebebe;
}
#footer-wrapper .footer-contact {
	height:280px;
}
#copyright img {
	vertical-align:middle;
}
#copyright .copmiddle {
	text-align:center;
	overflow:hidden;
	line-height:30px;
}
#copyright .copleft {
	text-align:left;
	overflow:hidden;
	line-height:30px;
	float:left;
	padding:0 0 0 10px;
}
#copyright .copright {
	text-align:right;
	overflow:hidden;
	line-height:30px;
	float:right;
	padding:0 10px 0 0;
}
#footer-menu.menu {
	display:block !important;
	padding:0;
	list-style:none;
}
#footer-menu li {
	display:inline-block;
}
#footer-menu li .separate {
	margin:0 10px;
}
#footer-menu li:first-child .separate {
	display:none;
}




/*-----------------------------------------------------------------------------------*/
/*	Sidebar
/*-----------------------------------------------------------------------------------*/

.sidebar {
	min-height:1px;
}
.sidebar a {
	color:#109ed5;
}
.grid_3.indent {
	width:200px;
}
.grid_4.indent {
	width:280px;
}
.pleft {
	padding-left:20px;
}
.pleft.border {
	padding-left:19px;
	border-left:1px solid #e4e4e4;
}
.pright {
	padding-right:20px;
}
.pright.border {
	padding-right:19px;
	border-right:1px solid #e4e4e4;
}
.bothleft {
	left:-480px;
}
.bothright {
	left:0;
}
.bothmiddle {
	left:240px;
}
.bothleft.border {
	padding-right:19px;
	width:200px;
	border-right:1px solid #e4e4e4;
}
.bothright.border {
	padding-left:19px;
	width:200px;
	border-left:1px solid #e4e4e4;
}
.sidebar .widget > h3 {
	margin:0 0 10px;
}
.sidebar .footer-item {
	margin-bottom:30px;
}
.sidebar a:hover {
	text-decoration:underline;
}




/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/

.widget {
	margin-bottom:40px;
}

/* Default (wordpress widget)
---------------------------------------- */

.sidebar .widget ul,
#footer-wrapper .widget ul {
	padding-left:0;
	list-style:none;
}
.sidebar .widget ul li,
#footer-wrapper .widget ul li {
	background-image:url(images/star.png);
	background-position:0 11px;
	background-repeat:no-repeat;
	padding:7px 0 7px 10px;
	list-style:none;
}
#footer-wrapper .widget ul li {
}
.sidebar .widget ul li li:last-child,
#footer-wrapper .widget ul li li:last-child {
	border-bottom:none;
}
.sidebar .widget ul li a {
	color:inherit;
	text-decoration:none;
}
#footer-wrapper .widget ul li a {
	color:inherit;
	text-decoration:none;
}
.sidebar .widget ul li a:hover,
#footer-wrapper .widget ul li a:hover {
	color:#109ed5;
}
.sidebar .widget .post-date,
#footer-wrapper .widget .post-date {
	display:block;
}
.sidebar .widget select.postform,
#footer-wrapper .widget select.postform {
}
.sidebar .widget_calendar table,
#footer-wrapper div[id|='calendar'] table {
	width:100%;
}
.sidebar .widget_calendar th, .sidebar .widget_calendar tr,
#footer-wrapper div[id|='calendar'] th, #footer-wrapper div[id|='calendar'] tr {
	height:30px;
	text-align:center;
}
.sidebar .widget_calendar caption,
#footer-wrapper div[id|='calendar'] caption {
	margin-bottom:10px;
	color:#109ed5;
}
.sidebar .widget_calendar tbody td a,
#footer-wrapper div[id|='calendar'] tbody td a {
	display:block;
	background:#f8f8f8;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.sidebar .widget_calendar tbody td a:hover,
#footer-wrapper div[id|="calendar"] tbody td a:hover {
	background-color:#5f5f5f;
	color:#fff;
	text-decoration:none;
}
.sidebar .tagcloud,
#footer-wrapper .tagcloud {
	overflow:hidden;
}
.sidebar .tagcloud a,
#footer-wrapper .tagcloud a {
	float:left;
	display:block;
	line-height:1em;
	padding:6px 13px;
	margin:0 6px 6px 0;
	color:#f0f0f0;
	background-color:#373a3f;
	font-size:12px !important;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
#footer-wrapper .tagcloud a {
}
.sidebar .tagcloud a:hover,
#footer-wrapper .tagcloud a:hover {
	color:#f0f0f0;
	background-color:#109ed5;
	text-decoration:none;
}
#footer-wrapper .tagcloud a:hover {
}
.sidebar .textwidget,
#footer-wrapper .textwidget {
	overflow:hidden;
}
.sidebar .widget_nav_menu .sub-menu {
	margin-top:8px;
}
.sidebar .sub-menu li:first-child,
#footer-wrapper .sub-menu li:first-child {
	border-top:1px solid #f0f0f0;
}
.sidebar .sub-menu li:last-child,
#footer-wrapper .sub-menu li:last-child {
	border-bottom:none;
	padding-bottom:0;
}

/* Recent Posts
---------------------------------------- */

.widget-recent-post {
	padding-left:0;
	list-style:none;
}
.sidebar .widget-recent-post li,
#footer-wrapper .widget-recent-post li {
	border-bottom:1px solid #f0f0f0;
	margin-bottom:19px;
	padding-bottom:10px;
}
#footer-wrapper .widget-recent-post li {
	border-color:#fff;
}
.sidebar .widget-recent-post .date,
#footer-wrapper .widget-recent-post .date {
	display:inline-block;
	background-color:#f0f0f0;
	padding:0 10px;
	font-size:11px;
	font-style:italic;
	margin-bottom:5px;
}
#footer-wrapper .widget-recent-post .date {
	color:#f0f0f0;
	background-color:#373a3f;
}
.sidebar .widget-recent-post h5,
#footer-wrapper .widget-recent-post h5 {
	text-shadow:none;
	margin-bottom:2px;
	display:none
}
.sidebar .widget-recent-post .morelink,
#footer-wrapper .widget-recent-post .morelink {
	text-decoration:underline;
}

/* Recent Comments
---------------------------------------- */

.widget-recent-comments-wrpper {
	margin-bottom:0;
	padding-left:0;
	list-style:none;
}
.sidebar .widget-recent-comments,
#footer-wrapper .widget-recent-comments {
	margin-bottom:20px;
}
.sidebar .widget-recent-comments .author,
#footer-wrapper .widget-recent-comments .author {
	background-color:#f0f0f0;
	position:relative;
	padding-left:10px;
	line-height:20px;
}
#footer-wrapper .widget-recent-comments .author {
	color:#f0f0f0;
	background-color:#373a3f;
}
.sidebar .widget-recent-comments .author a,
#footer-wrapper .widget-recent-comments .author a {
	color:inherit;
}
.sidebar .widget-recent-comments .tilte,
#footer-wrapper .widget-recent-comments .tilte  {
	min-height:20px;
	padding:5px 0 5px 20px;
}
.sidebar .widget-recent-comments h5,
#footer-wrapper .widget-recent-comments h5 {
	margin-bottom:0;
	text-shadow:none;
}

/* Cycle Posts
---------------------------------------- */

.post-cycle-widget {
	padding-left:0;
	list-style:none;
}
.sidebar .post-widget-item,
#footer-wrapper .post-widget-item {
	border-bottom:1px solid #f0f0f0;
	margin-bottom:19px;
	padding-bottom:10px;
}
#footer-wrapper .post-widget-item {
	border-bottom:1px solid #fff;
}
.post-widget-item .details-wrap {
	margin-bottom:10px;
}
.post-widget-item .tilte {
	font-size:13px;
	font-family:"PT Sans", sans-serif;
	height:52px;
	overflow:hidden;
	padding-left:10px;
}
.post-widget-item h5 {
	text-shadow:none;
	margin-bottom:10px;
}
.sidebar .post-widget-item .featured-thumbnail,
#footer-wrapper .post-widget-item .featured-thumbnail {
	padding:1px;
	background-color:#f0f0f0;
	float:left;
	width:80px;
	-webkit-box-shadow:0px 0px 5px transparent;
	-moz-box-shadow:0px 0px 5px transparent;
	box-shadow:0px 0px 5px transparent;
}
#footer-wrapper .post-widget-item .featured-thumbnail {
	background-color:#fff;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

/* Cycle Portfolio
---------------------------------------- */

.portfolio-cycle-widget {
	padding-left:0;
	list-style:none;
}
.sidebar .widget-recent-portfolio,
#footer-wrapper .widget-recent-portfolio {
	border-bottom:1px solid #f0f0f0;
	margin-bottom:19px;
	padding-bottom:10px;
}
#footer-wrapper .widget-recent-portfolio {
	border-bottom:1px solid #fff;
	margin-bottom:19px;
	padding-bottom:10px;
}
.sidebar .widget-recent-portfolio .details-wrap,
#footer-wrapper .widget-recent-portfolio .details-wrap {
	margin-bottom:10px
}
.sidebar .widget-recent-portfolio .shadow,
#footer-wrapper .widget-recent-portfolio .shadow {
	float:left;
	-webkit-box-shadow:0px 0px 5px transparent;
	-moz-box-shadow:0px 0px 5px transparent;
	box-shadow:0px 0px 5px transparent;
}
#footer-wrapper .widget-recent-portfolio .shadow {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.sidebar .widget-recent-portfolio .featured-thumbnail,
#footer-wrapper .widget-recent-portfolio .featured-thumbnail {
	padding:1px;
	background-color:#f0f0f0;
	width:80px;
	float:left;
}
#footer-wrapper .widget-recent-portfolio .featured-thumbnail {
	background-color:#fff;
}
.sidebar .widget-recent-portfolio .date,
#footer-wrapper .widget-recent-portfolio .date {
	position:relative;
	width:34px;
	height:52px;
	float:left;
	padding:1px 5px 0;
	line-height:17px;
	font-size:13px;
	font-family:"PT Sans", sans-serif;
	text-align:center;
}
#footer-wrapper .widget-recent-portfolio .date {
}
.sidebar .widget-recent-portfolio .date span,
#footer-wrapper .widget-recent-portfolio .date span {
	display:block;
}
.sidebar .widget-recent-portfolio .tilte,
#footer-wrapper .widget-recent-portfolio .tilte {
	padding-left:5px;
	font-size:16px;
	height:50px;
	overflow:hidden;
}
.sidebar .widget-recent-portfolio h5,
#footer-wrapper .widget-recent-portfolio h5 {
	line-height:18px;
	text-shadow:none;
}

/* Contact Form
---------------------------------------- */

.sidebar #widget-contactForm > div,
#footer-wrapper #widget-contactForm > div {
	position:relative;
	padding:0;
	margin-bottom:10px;
}
.sidebar #widget-contactForm label,
#footer-wrapper #widget-contactForm label {
	display:block;
	margin-bottom:2px;
}
.sidebar #widget-contactForm input[type='text'],
.sidebar #widget-contactForm textarea,
#footer-wrapper #widget-contactForm input[type='text'],
#footer-wrapper #widget-contactForm textarea {
	width:100%;
	padding:8px 10px;
	font-size:12px;
	color:#686868;
	background-color:#ffffff;
	border:1px solid #f0f0f0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.sidebar #widget-contactForm textarea,
#footer-wrapper #widget-contactForm textarea {
	height:96px;
	resize:none;
}
.sidebar #widget-contactForm input[type='text']:focus,
.sidebar #widget-contactForm textarea:focus,
#footer-wrapper #widget-contactForm input[type='text']:focus,
#footer-wrapper #widget-contactForm textarea:focus {
	border-color:#109ed5;
}
/*#footer-wrapper #widget-contactForm input::-webkit-input-placeholder,
#footer-wrapper #widget-contactForm textarea::-webkit-input-placeholder {
   color:#a9a9a9;
}
#footer-wrapper #widget-contactForm input::-moz-placeholder,
#footer-wrapper #widget-contactForm textarea::-moz-placeholder {
   color:#a9a9a9;  
}
#footer-wrapper #widget-contactForm input:-ms-input-placeholder,
#footer-wrapper #widget-contactForm textarea:-ms-input-placeholder {  
   color:#a9a9a9;  
}*/
.sidebar #widget-contactForm .error-message,
#footer-wrapper #widget-contactForm .error-message {
	position:absolute;
	top:0;
	left:0;
	font-size:13px;
	color:red;
	background-color:pink;
	padding:6px 10px 10px;
	border:1px solid pink;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:100;
}
.sidebar #widget-contactForm .error-message.php-message,
#footer-wrapper #widget-contactForm .error-message.php-message {
	position:static;
	color:inherit;
	background-color:transparent;
	padding:10px 0 0;
	border:none;
}
.sidebar #widget-contactForm .wait,
#footer-wrapper #widget-contactForm .wait {
	width:16px;
	height:16px;
	background:url(images/loading.gif);
}

/* Flickr
---------------------------------------- */

.flickr-widget {
	overflow:hidden;
}
.flickr-widget a {
	float:left;
	margin:0 5px 5px 0;
	border:1px solid #f0f0f0;
	padding:2px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
#footer-wrapper .flickr-widget a {
	border-color:#fff;
}
#footer-wrapper .flickr-widget a:hover {
	border-color:#109ed5;
}
.flickr-widget a:hover {
	border-color:#109ed5;
}
.flickr-widget a img {
	display:block;
}
#flickr-preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:9999;
}
#flickr-preview img {
	float:left;
}

/* Twitter
---------------------------------------- */

#twitter_update_list {
	padding-left:0;
	list-style:none;
}
.sidebar  #twitter_update_list li,
#footer-wrapper #twitter_update_list li {
	background:url(images/tweet.png) no-repeat;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:19px;
	overflow:hidden;
	padding:0 10px 10px 40px;
	font-style:italic;
}
#footer-wrapper #twitter_update_list li {
	border-bottom:1px solid #f0f0f0;
}
.sidebar #twitter_update_list span,
#footer-wrapper #twitter_update_list span {
	display:block;
	margin-bottom:5px;
	line-height:18px;
}
.sidebar #twitter_update_list span a,
#footer-wrapper #twitter_update_list span a {
	text-decoration:none;
}
.sidebar #twitter_update_list li > a,
#footer-wrapper #twitter_update_list li > a {
	font-size:11px !important;
	color:#bbbbbb;
}
#footer-wrapper #twitter_update_list li > a {
	color:#fff;
}

/* Side Menu
---------------------------------------- */

.sidebar .widget_persianart_sidemenu ul {
	position:relative;
}
.sidebar .widget_persianart_sidemenu ul:before {
	content:"";
	position:absolute;
	top:0;
	width:5px;
	height:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:1;
}
.sidebar .widget_persianart_sidemenu ul:before {
	left:0;
}
.sidebar.sidebarright .widget_persianart_sidemenu ul:before {
	left:auto;
	right:0;
}
.sidebar .widget_persianart_sidemenu li {
	background-image:none !important;
	padding:0 !important;
}
.sidebar .widget.widget_persianart_sidemenu li a {
	display:block;
	color:#109ed5;
	background-image:none !important;
	border:1px solid #f0f0f0;
	border-width:0 1px 1px 0;
	padding:12px 10px 10px 0 !important;
	font-family:"PT Sans", sans-serif;
	font-size:13px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.sidebar.sidebarright .widget_persianart_sidemenu li a {
	border-width:0 0 1px 1px;
	text-align:right;
	padding:12px 0 10px 10px !important;
}
.sidebar .widget_persianart_sidemenu li:first-child a {
	border-top-width:1px !important;
}
.sidebar .widget_persianart_sidemenu li a:hover {
	color:#fff !important;
	background-color:#109ed5;
	padding-left:10px !important;
}
.sidebar.sidebarright .widget_persianart_sidemenu li a:hover {
	padding-right:10px !important;
}
.sidebar .widget_persianart_sidemenu li.current_page_item a,
.sidebar.sidebarright .widget_persianart_sidemenu li.current_page_item a {
	color:#373a3f !important;
	background-color:#f0f0f0;
	background-image:none;
	border-left:5px solid #f0f0f0;
	padding-left:10px !important;
}
.sidebar.sidebarright .widget_persianart_sidemenu li.current_page_item a {
	border-right:5px solid #f0f0f0;
	padding-right:10px !important;
}
.sidebar .widget_persianart_sidemenu li .sub-menu {
	margin:0 0 0 15px;
}
.sidebar.sidebarright .widget_persianart_sidemenu li .sub-menu {
	margin:0 15px 0 0;
}
.sidebar .widget_persianart_sidemenu .sub-menu li:first-child,
.sidebar .widget_persianart_sidemenu .sub-menu li:first-child a {
	border-top:0 !important;
}




/*-----------------------------------------------------------------------------------*/
/*	Post & Portfolio
/*-----------------------------------------------------------------------------------*/

.grid_12.onesidebar {
	width:620px;
}
.grid_12.twosidebar {
	width:460px;
}
.grid_6.onesidebar {
	width:300px;
}
.grid_6.twosidebar {
	width:220px;
}
.grid_4.onesidebar {
	width:193px;
}
.grid_3.onesidebar {
	width:140px;
}
.featured-thumbnail-wrapper {
	position:relative;
	-webkit-box-shadow:0px 0px 5px transparent;
	-moz-box-shadow:0px 0px 5px transparent;
	box-shadow:0px 0px 5px transparent;
}
.posts .featured-thumbnail,
.ports .featured-thumbnail {
	position:relative;
	background:#109ed5;
	overflow:hidden;
}

/* Pagination
---------------------------------------- */

#pagination-wrapper {
	float:left;
	width:100%;
	clear:both;
}
#pagination {
	float:left;
	padding-right:5px;
	position:relative;
}
#pagination .line {
	position:absolute;
	top:23px;
	right:-30px;
	width:30px;
	height:4px;
}
#pagination span, #pagination a {
	display:block;
	float:left;
	height:18px;
	margin:12px 5px 0 0;
	padding:4px 9px 5px 9px;
	text-decoration:none;
	color:#373a3f;
	background:#fff;
	border:1px solid #f0f0f0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
#pagination a {
	cursor:pointer;
}
#pagination a:hover {
	color:#373a3f;
	background:#f0f0f0;
}
#pagination .current {
	background:#109ed5;
	color:#fff;
}

/* Post
---------------------------------------- */

.post-item-wrapper {
	width:100%;
	float:left;
	padding-left:0;
	list-style:none;
}
.posts.fullstyle,
.posts.halfstyle {
	margin-bottom:40px;
	overflow:hidden;
}
.date-wrap {
	font-family:"PT Sans", sans-serif;
	font-size:14px;
	color:#109ed5;
	margin-bottom:10px;
	overflow:hidden;
}
.single-post .older-newer {
	border-top:1px solid #f0f0f0;
}
.single-post .date-wrapper {
	position:absolute;
	width:100%;
	text-align:center;
	top:0;
}
.single-post .date-wrap {
	color:#373a3f;
	font-size:18px;
	font-style:italic;
	text-align:center;
	margin:13px 0 0;
}
.posts h1 {
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:0;
	line-height:30px;
}
.posts .post-content {
	padding-top:30px;
	margin-bottom:30px;
	overflow:hidden;
}
.posts .pagelink {
	clear:both;
	padding-top:15px;
}
.posts .pagelink a {
	padding:0 2px;
}
.posts.fullstyle h2 {
	min-height:30px;
	padding:15px 0;
	margin-bottom:0;
	clear:both;
	font-size:40px
}
.grid_8 .posts.halfstyle h2,
.grid_6 .posts.halfstyle h2 {
	font-size:36px;
	margin-bottom:10px;
}
.posts.fullstyle .excerpt {
	overflow:hidden;
	margin-bottom:20px;
	clear:both;
}
.posts.halfstyle .excerpt {
	overflow:hidden;
}
.posts.halfstyle .featured-thumbnail-wrapper {
	margin-right:20px;
}
.grid_12 .posts.halfstyle .featured-thumbnail-wrapper {
	float:left;
	width:450px;
}
.grid_8 .posts.halfstyle .featured-thumbnail-wrapper {
	float:left;
	width:300px;
}
.grid_6 .posts.halfstyle .featured-thumbnail-wrapper {
	float:left;
	width:200px;
}
.post-icon {
	background:#373a3f url(images/post-default.png) center no-repeat;
	float:left;
	width:50px;
	height:58px;
}
.post-icon.slider {
	background-image:url(images/post-slider.png);
}
.post-icon.video {
	background-image:url(images/post-video.png);
}
.post-info {
	position:relative;
	min-height:34px;
	color:#373a3f;
	font-size:11px;
	padding:10px 0 10px;
	border:1px solid #f0f0f0;
	border-width:1px 0 0;
}
.post-info:before {
	content:"";
	position:absolute;
	top:-1px;
	width:5px;
	height:100%;
	border-top:1px solid #000;
	z-index:1;
}
.post-info:after {
	right:0px;
}
.post-info:before {
	left:0px;
}
.post-info.tabove {
	margin-top:30px;
}
.posts.fullstyle .post-info {
	margin-top:0;
}
.posts.halfstyle .post-info-wrapper {
	margin-top:20px;
	width:100%;
	float:left;
}
.post-info a {
	color:inherit;
}
.post-info a:hover {
	text-decoration:underline;
}
.post-info span[class^="icon-"] {
    position:absolute;
	font-size:13px;
	left:0px;
	top:9px;
	color:#afafaf;
}
.post-info .post-author {
	position:relative;
	min-height:25px;
	padding:6px 15px 0 20px;
	display:inline-block;
	float:left;
}
.post-info .post-author span[class^="icon-"] {
	top:8px;
}
.post-info .post-tags {
	position:relative;
	min-height:25px;
	padding:6px 15px 0 20px;
	display:inline-block;
	float:left;
}
.post-info .post-tags span[class^="icon-"] {
}
.post-info .post-comment {
	position:relative;
	min-height:25px;
	padding:6px 15px 0 20px;
	display:inline-block;
	float:left;
}
.post-info .post-comment span[class^="icon-"] {
}
.author-info {
	position:relative;
	padding:0 0 19px;
	margin-bottom:60px;
	border-bottom:1px solid #f0f0f0;
}
.author-info h3 {
	margin-bottom:10px;
}
.author-info:before {
	content:"";
	position:absolute;
	bottom:-1px;
	width:5px;
	border-top:1px solid #000;
	z-index:1;
}
.author-info h3 a {
	color:#109ed5;
}
.author-info .authorDescription {
	overflow:hidden;
}
.author-info img {
	float:left;
	display:block;
	margin:0 20px 0 0;
	border:1px solid #f0f0f0;
}
.posts-link a {
	font-size:13px;
	float:right;
	padding:7px 0 0 0;
}
.social-share {
	overflow:hidden;
	clear:both;
	margin-bottom:60px;
	padding:25px 19px;
	background-color:#f0f0f0;
	border:1px solid #000;
	border-width:0 1px;
}
.social-share ul {
	padding:0;
	list-style:none;
}
.social-share ul li {
	display:inline-block;
	margin:0 14px 0 0;
	float:left;
}
.social-share ul li a {
	display:block;
	width:30px;
	height:30px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.social-share ul li a:hover {
	background-color:#fff !important;
}
.social-share ul li a.facebook {
	background-image:url(images/icons/sharing/facebook-share.png);
}
.social-share ul li a.twitter {
	background-image:url(images/icons/sharing/twitter-share.png);
}
.social-share ul li a.google {
	background-image:url(images/icons/sharing/google-share.png);
}
.social-share ul li a.stumbleupon {
	background-image:url(images/icons/sharing/stumbleupon-share.png);
}
.social-share ul li a.myspace {
	background-image:url(images/icons/sharing/myspace-share.png);
}
.social-share ul li a.delicious {
	background-image:url(images/icons/sharing/delicious-share.png);
}
.social-share ul li a.digg {
	background-image:url(images/icons/sharing/digg-share.png);
}
.social-share ul li a.reddit {
	background-image:url(images/icons/sharing/reddit-share.png);
}
.social-share ul li a.linkedin {
	background-image:url(images/icons/sharing/linkedin-share.png);
}
.older-newer {
	position:relative;
	min-height:39px;
	clear:both;
	font-family:"PT Sans", sans-serif;
	font-size:18px;
	color:#afafaf;
	margin-bottom:70px;
}
.older-newer:before,
.older-newer:after {
	content:"";
	position:absolute;
	top:-1px;
	width:5px;
	height:100%;
	border-top:1px solid #000;
	z-index:1;
}
.older-newer:before {
	left:0px;
}
.older-newer:after {
	right:0px;
}
.older-newer a {
	color:inherit;
}
.older-newer a:hover {
	color:#109ed5;
}
.older-newer .older {
	position:relative;
	display:inline-block;
	overflow:hidden;
	margin:13px 10px 0 0;
	z-index:2;
}
.older-newer .newer {
	position:relative;
	display:inline-block;
	overflow:hidden;
	margin:13px 0 0 10px;
	text-align:right;
	z-index:2;
}
.related {
	float:left;
	width:100%;
	margin-bottom:60px;
}
.related .related-content ul {
	padding-left:0;
	list-style:none;
}
.posts .related .related-content li {
	background:url(images/star.png) 0 11px no-repeat;
	padding:7px 0 6px 10px;
	border-bottom:1px dotted transparent;
}
.posts .related .related-content li:first-child {
	padding-top:0;
	background-position:0 4px;
}
.posts .related .related-content li a {
	color:inherit;
}
.posts .related .related-date {
	color:#109ed5;
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 15px;
}
#ajax-blog {
	overflow:hidden;
}

/* Portfolio
---------------------------------------- */

.portfolio-full.portrightsidebar {
	width:640px;
	float:left;
}
.portfolio-full.portleftsidebar {
	width:640px;
	float:right;
}
.portfolio-full.portbothsidebar {
	width:480px;
	position:relative;
	left:240px;
	float:left;
}
.portfolio-filter {
	padding-left:0;
	list-style:none;
}
#load-portfolio {
	margin:0 10px 10px;
	text-align:center;
}
#load-portfolio li {
	display:inline-block;
}
#load-portfolio a {
	display:block;
	float:left;
	height:20px;
	padding:0 0 5px;
	margin:0 8px;
	color:#373a3f;
	font-size:14px;
	font-family:"PT Sans", sans-serif;
}
#load-portfolio a:hover {
	color:#109ed5;
}
#load-portfolio a.active {
	font-weight:bold;;
}
.portfolio-item-wrapper {
	margin:0 auto;
	padding:0;
	list-style:none;
}
.portfolio-item-wrapper .portfolio-item {
	margin-bottom:20px;
}
.portfolio-item-wrapper .portfolio-item.inline {
	float:none;
	display:inline-block !important;
	margin-right:7px !important;
	position:static;
}
.portfolio-item-wrapper .portfolio-item-context {
	border-bottom:1px solid #ececec;
	padding-bottom:17px;
	color:#686868;
	text-align:center;
	float:none;
	width:auto;
}
.portfolio-item-wrapper li:hover .portfolio-item-context {
	border-bottom-color:#109ed5;
}
.portfolio-item-wrapper .portfolio-item-context.left {
	text-align:left;
}
.portfolio-item-wrapper .portfolio-item-context.center {
	text-align:center;
}
.portfolio-item-wrapper .portfolio-item-context.right {
	text-align:right;
}
.portfolio-item-wrapper .portfolio-item-content-wrapper {
	overflow:hidden;
}
.portfolio-item-wrapper .grid_3 .featured-thumbnail {
	height:140px;
}
.portfolio-item-wrapper .grid_4 .featured-thumbnail {
	height:200px;
}
.portfolio-item-wrapper .grid_6 .featured-thumbnail {
	height:300px;
}
.portfolio-item-wrapper .grid_12 .featured-thumbnail {
	height:600px;
}
.portfolio-item-wrapper .grid_3.onesidebar .featured-thumbnail {
	height:93px;
}
.portfolio-item-wrapper .grid_4.onesidebar .featured-thumbnail {
	height:128px;
}
.portfolio-item-wrapper .grid_6.onesidebar .featured-thumbnail {
	height:200px;
}
.portfolio-item-wrapper .grid_12.onesidebar .featured-thumbnail {
	height:414px;
}
.portfolio-item-wrapper .grid_6.twosidebar .featured-thumbnail {
	height:140px;
}
.portfolio-item-wrapper .grid_12.twosidebar .featured-thumbnail {
	height:300px;
}
.portfolio-item-wrapper h2 {
	min-height:20px;
	line-height:20px;
	padding:20px 0 0 !important;
	margin-bottom:0 !important;
	font-size:24px;
}
.portfolio-item-wrapper .portfolio-item-content {
	overflow:hidden;
	padding-top:10px;
	margin-bottom:0;
	clear:both;
}
.portfolio-item-wrapper.inline .portfolio-item-content {
	padding-top:0;
}
.portfolio-item-wrapper .portfolio-item-content a {
	display:inline-block;
	margin-top:0;
}
.portfolio-item.grid_12.sidebar .portfolio-item-content h2 {
	margin-top:10px;
}
.portfolio-item-wrapper .portfolio-item-category {
	margin-top:5px;
	color:#afafaf;
	font-family:"PT Sans", sans-serif;
}
.portfolio-item-wrapper .portfolio-item-category a {
	color:inherit;
}
.portfolio-item-wrapper .normal-button {
	margin-top:19px;
	margin-bottom:0;
}
.portfolio-item-wrapper .left .normal-button {
	margin-left:0;
	margin-right:10px;
}
.portfolio-item-wrapper .right .normal-button {
	margin-left:10px;
	margin-right:0;
}
#port-content-wrapper {
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
}
#port-content-wrapper.above {
	padding-top:40px;
}
.ports.single {
	overflow:hidden;
}
.ports.single h1 {
	padding:30px 30px;
}
#port-details {
	overflow:hidden;
}
#port-details.grid_4 {
	margin-top:0;
	height:410px;
}
#port-details span.detail {
	display:block;
	font-size:13px;
	color:#373a3f;
	padding:0 0 10px;
}
.single-portfolio .older-newer {
	border-top:1px solid #f0f0f0;
	margin-bottom:0;
}
.single-portfolio .older-newer.above {
	margin-bottom:40px;
}

/* Lightbox Style */
#lightboxoverlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.8;
	z-index:9500;
}
#lightboxinfo {
	position:fixed;
	top:50%;
	left:50%;
	z-index:10000;
}
#lightbox-portfolio {
	overflow:hidden;
	text-align:center;
	max-width:780px;
	margin-left:0;
	margin-right:0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#lightboxinfo .portfolio-item-context {
	background-color:#fff;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
#lightboxinfo h1 {
	padding:30px;
}
#lightboxinfo .h-wrapper:before,
#lightboxinfo .h-wrapper:after {
	background-color:transparent;
}
#lightboxinfo .portfolio-item-content {
	padding:0 60px 40px;
}
#lightboxinfo .featured-thumbnail {
	overflow:hidden;
	height:400px;
}
#lightboxinfo .featured-thumbnail img {
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}

/* Inline Style */
#inlineinfo {
	position:absolute;
	background-color:#f0f0f0;
	top:auto;
	left:0;
	width:100% !important;
	padding:40px 30px;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#inline-portfolio {
	overflow:hidden;
}
#inlineinfo .portfolio-item-context  {
	margin-left:500px;
	border-color:transparent;
	overflow:hidden;
}
#inlineinfo .portfolio-item-content-wrapper {
	padding:0 0 20px;
	border-bottom:1px solid #fff;
}
#inlineinfo .date  {
	display:block;
}
#inlineinfo .normal-button  {
	width:100px;
}
#inlineinfo .close {
	width:40px;
	height:40px;
	background:url(images/close.png);
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	z-index:9;
}
#inlineinfo .close:hover {
	opacity:.7;
}
#inlineinfo .featured-thumbnail {
	max-width:460px;
	height:300px;
}

/* Outline Style */
#outlineinfo {
	padding:40px 0;
	position:relative;
}
#outlineinfo .close {
	width:40px;
	height:40px;
	background:url(images/close.png);
	position:absolute;
	top:0;
	right:10px;
	cursor:pointer;
	z-index:9;
}
#outlineinfo .close:hover {
	opacity:.7;
}
article.container_12 {
	position:static;
}

/* Zoom Icon
---------------------------------------- */

.featured-thumbnail img {
	display:block;
}
/*.image-wrap {
	position:relative;
	overflow:hidden;
	display:inline-block;
	margin-bottom:-6px;
	width:100%;
}*/
.featured-thumbnail > a/*.image-wrapper*/ {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	position:relative;
}
.featured-thumbnail > a/*.image-wrapper*/:hover {
	background-image:none;
}
.featured-thumbnail > a/*.image-wrapper*/ .zoom-icon {
	display:block;
	position:absolute;
	left:0;
	top:-100%;
	width:100%;
	height:100%;
	cursor:pointer;
}
.featured-thumbnail > a/*.image-wrapper*/ .zoom-icon.magnify {
	background:url(images/magnify.png) 50% 50% no-repeat;
}
.featured-thumbnail > a/*.image-wrapper*/ .zoom-icon.link {
	background:url(images/link.png) 50% 50% no-repeat;
}
.featured-thumbnail > a/*.image-wrapper*/ .zoom-icon.picture {
	background:url(images/picture.png) 50% 50% no-repeat;
}
.featured-thumbnail > a/*.image-wrapper*/ .zoom-icon.video {
	background:url(images/video.png) 50% 50% no-repeat;
}
.ports .related {
	margin:70px 0 0;
}
.ports .related li {
	margin-bottom:20px;
}
.ports .related li h3 {
	font-size:24px;
	padding:10px 0 7px;
	margin-bottom:0;
	overflow:hidden;
}
.ports .related .related-category {
	font-size:11px;
}
.ports .related .related-date {
	color:#109ed5;
	margin:0 6px 0 0;
}
.ports .related .related-tag a {
	color:inherit;
}
.ports .related .related-tag a:hover {
	text-decoration:underline;
}
.ports .related .zoom-icon {
	display:block;
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:#373a3f url(images/post-default.png) center no-repeat;
	z-index:9;
}
.ports .related .zoom-icon.slider {
	background-image:url(images/post-slider.png);
}
.ports .related .zoom-icon.video {
	background-image:url(images/post-video.png);
}




/*-----------------------------------------------------------------------------------*/
/*	Gallery
/*-----------------------------------------------------------------------------------*/

.gallery-container.carousel {
	float:left;
	width:960px;
	margin:20px 0;
	overflow:hidden;
}
.gallery-container .h-wrapper {
	margin-bottom:20px;
}
.gallrightsidebar {
	width:640px;
	float:left;
}
.gallleftsidebar {
	width:640px;
	float:right;
}
.gallbothsidebar {
	width:480px;
	position:relative;
	left:240px;
	float:left;
}
.gallery-wrapper {
	position:relative;
}
.gallery-wrapper ul {
	list-style:none;
	padding:0;
}
.gallery-wrapper li {
	margin-bottom:20px;
	background-color:#109ed5;
}
.carousel .gallery-wrapper li {
	width:220px !important;
	height:130px;
}
.gallery-wrapper .gallery-direction {
	margin-top:10px;
	text-align:center;
	float:left;
	width:100%;
}
.gallery-wrapper .prev,
.gallery-wrapper .next {
	width:38px;
	height:38px;
	display:inline-block;
	margin:0 5px;
	background-color:rgba(255,255,255,.8);
	background-image:url(images/direction.png);
	background-repeat:no-repeat;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.gallery-wrapper .prev {
	background-position:0 0;
}
.gallery-wrapper .next {
	background-position:-38px 0;
}
.gallery-wrapper .prev:hover,
.gallery-wrapper .next:hover {
	opacity:.8;
}
.gallery-wrapper .pager {
	margin-top:25px;
	text-align:center;
	float:left;
	width:100%;
}
.gallery-wrapper .pager a {
	width:10px;
	height:10px;
	background-color:#f0f0f0;
	display:inline-block;
	margin:0 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.gallery-wrapper .pager a:hover,
.gallery-wrapper .pager a.selected {
	background-color:#373a3f;
}
.gallery-wrapper .pager a span {
	display:none;
}




/*-----------------------------------------------------------------------------------*/
/*	Contact Page/Form
/*-----------------------------------------------------------------------------------*/

.google-map iframe {
	width:100%;
}
#contact-form label {
	display:block;
	margin-bottom:6px;
	font-size:14px;
	font-family:"PT Sans", sans-serif;
	color:#373a3f;
}
#contact-form form > div {
	position:relative;
	margin-bottom:16px;
	background:#fff;
	-webkit-box-shadow:1px 1px 0px transparent;
	-moz-box-shadow:1px 1px 0px transparent;
	box-shadow:1px 1px 0px transparent;
}
#contact-form .textarea {
	max-width:100%;
}
#contact-form .recaptcha,
#contact-form .buttons {
	max-width:none;
	padding:0;
	border:none;
	margin-bottom:20px;
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#contact-form .recaptcha-error {
	color:#fff;
	background-color:#f00f00;
	padding:2px 5px;
}
#contact-recaptcha input[type='text'] {
	border:0 !important;
	margin:0 !important;
	position:static !important;
}
#contact-form input[type='text'] {
	width:100%;
	height:40px;
	padding:9px;
	font-size:13px;
	background-color:transparent;
	border:1px solid #f0f0f0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#contact-form input[type='text']:focus {
	border-color:#109ed5;
}
#contact-form textarea {
	width:100%;
	height:200px;
	padding:9px;
	font-size:13px;
	resize:none;
	background-color:transparent;
	border:1px solid #f0f0f0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#contact-form textarea:focus {
	border-color:#109ed5;
}
#contact-form .error-message {
	position:absolute;
	top:0;
	left:0;
	padding:9px;
	font-size:13px;
	color:red;
	background:pink;
	border:1px solid pink;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#contact-form .error-message.php-message {
	position:static;
	height:18px;
	color:red;
	background:transparent;
	padding:0;
	border:0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
#contact-form .wait {
	width:16px;
	height:16px;
	background:url(images/loading.gif);
}
#contact-form input[id='recaptcha_response_field'] {
	height:30px;
}




/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/

p.nocomments {
	clear:both;
}
h3.comments {
	overflow:hidden;
	width:100%;
	line-height:1.2em;
	padding-bottom:15px;
}
ol.commentlist {
	overflow:hidden;
	padding-left:0;
	margin:0 0 40px;
	list-style:none;
}
ol.commentlist ul.children {
	padding-left:40px;
	list-style:none;
}
ol.commentlist li.comment,
ol.commentlist li.pingback {
	overflow:hidden;
	margin:0 0 20px;
}
ol.commentlist li.comment .comment-meta {
	position:relative;
	min-height:120px;
	border-bottom:1px solid #f0f0f0;
}
ol.commentlist li.comment .comment-meta:before {
	content:"";
	position:absolute;
	bottom:-1px;
	width:5px;
	border-top:1px solid #000;
	z-index:1;
}
ol.commentlist li.comment .comment-content {
	overflow:hidden;
	margin:10px 0 0;
}
ol.commentlist li.comment li.comment {
	margin:20px 0;
}
ol.commentlist .comment-body,
ol.commentlist .children {
	float:left;
	overflow:hidden;
	width:100%;
}
ol.commentlist .comment-author img {
	width:80px;
	height:80px;
	float:left;
	display:block;
	margin:0 25px 20px 0;
	-webkit-box-shadow:4px 4px 0px #e7e7e7;
	-moz-box-shadow:4px 4px 0px #e7e7e7;
	box-shadow:4px 4px 0px #e7e7e7;
}
ol.commentlist .comment-author .fn {
	float:left;
	margin:0 5px 0 0;
	font-size:14px;
	color:#373a3f;
}
ol.commentlist .comment-author .time {
	font-size:11px;
	color:inherit;
}
ol.commentlist .comment-author .reply {
}
ol.commentlist .edit-link {
	float:left;
	margin:10px 0 0;
}
ol.commentlist p {
	float:left;
	width:100%;
}
.comment-nav {
	overflow:hidden;
	margin-bottom:40px;
}
.comment-nav .nav-prev {
	float:left;
}
.comment-nav .nav-next {
	float:right;
}
#respond .cancel-comment-reply {
	margin-bottom:20px;
	font-style:italic;
}
#respond form div {
	position:relative;
	margin-bottom:16px;
	background:#fff;
	-webkit-box-shadow:1px 1px 5px transparent;
	-moz-box-shadow:1px 1px 5px transparent;
	box-shadow:1px 1px 5px transparent;
}
#respond label {
	display:block;
	margin-bottom:6px;
	font-size:14px;
	font-family:"PT Sans", sans-serif;
	color:#373a3f;
}
#respond form div.buttons {
	padding:0;
	border:none;
	margin-bottom:20px;
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#respond form input[type='text'] {
	max-width:620px;
	width:100%;
	height:40px;
	padding:9px;
	font-size:13px;
	background-color:transparent;
	border:1px solid #f0f0f0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#respond input[type='text']:focus {
	border-color:#109ed5;
}
#respond form textarea {
	width:100%;
	height:200px;
	padding:9px;
	font-size:13px;
	resize:none;
	background-color:transparent;
	border:1px solid #f0f0f0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#respond textarea:focus {
	border-color:#109ed5;
}




/*-----------------------------------------------------------------------------------*/
/*	Search Form
/*-----------------------------------------------------------------------------------*/

.search-wrapper {
	position:relative;
}
.search-input-wrapper {
}
.searchform input.text {
	height:36px;
	width:100%;
	color:#373a3f;
	background-color:#fff;
	padding:5px 37px 5px 10px;
	font-size:12px;
	border:1px solid #f0f0f0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.searchform input.text:focus {
	border-color:#109ed5;
}
.search-wrapper input.submit {
	position:absolute;
	right:2px;
	top:2px;
	width:32px;
	height:32px;
	margin:0;
	padding:0;
	min-width:32px;
	cursor:pointer;
	background:url(images/search-dark.png) 50% 50% no-repeat;
}
.top-search-wrapper {
	padding:30px 0;
	background-color:#f0f0f0;
	margin-bottom:1px;
}




/*-----------------------------------------------------------------------------------*/
/*	Back To Top
/*-----------------------------------------------------------------------------------*/

#backtotop {
	width:40px;
	height:40px;
	position:fixed;
	bottom:50px;
	left:50%;
	cursor:pointer;
	display:none;
	margin-left:550px;
	text-align:center;
	font-size:10px;
}
#backtotop > span {
	width:44px;
	height:44px;
	border:3px solid transparent;
	display:block;
	position:absolute;
	background-color:#9e9e9e;
	background:rgba(158, 158, 158, .5) url(images/back-to-top.png) center center no-repeat;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}
#backtotop .triangle {
	width:0;
	height:0;
	display:block;
	position:absolute;
	border-color:transparent;
	border-style:solid;
	border-width:15px 6px;
	top:-7px;
	left:11px;
}




/*-----------------------------------------------------------------------------------*/
/*	404 Page
/*-----------------------------------------------------------------------------------*/

#error404 {
	text-align:center;
	text-shadow:1px 1px 3px #cccccc;
	font-size:14px;
	color:#5f5f5f;
}
#error404 h1 {
	font-size:120px;
	padding:.25em 0;
	margin-bottom:10px;
	text-shadow: 
	0 1px 0 #ccc,
	0 2px 0 #c9c9c9,
	0 3px 0 #bbb,
	0 4px 0 #b9b9b9,
	0 5px 0 #aaa,
	0 6px 1px rgba(0,0,0,.1),
	0 0 5px rgba(0,0,0,.1),
	0 1px 3px rgba(0,0,0,.3),
	0 3px 5px rgba(0,0,0,.2),
	0 5px 10px rgba(0,0,0,.25),
	0 10px 10px rgba(0,0,0,.2),
	0 20px 20px rgba(0,0,0,.15);
}
#error404 .searchform-wrapper {
	height:80px;
	margin:40px auto 0;
	max-width:320px
}




/*-----------------------------------------------------------------------------------*/
/*	Short Codes
/*-----------------------------------------------------------------------------------*/


/* Accordion & Toggle 
---------------------------------------- */

.pa-accordion,
.pa-toggle {
	margin:0 0 40px;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
	margin-bottom:40px;
}
.pa-accordion li,
.pa-toggle li {
	margin-bottom:10px;
	padding:0 !important;
	background:none !important;
}
.pa-accordion li:last-child,
.pa-toggle li:last-child {
	border-bottom:none;
}
.accordion-head,
.toggle-head {
	overflow:hidden;
	padding:11px 0 0;
	min-height:29px;
	font-size:12px;
	cursor:pointer;
	color:#373a3f;
	background-color:#fff;
	border-left:5px solid #f0f0f0;
	border-right:5px solid #f0f0f0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.accordion-head:hover,
.toggle-head:hover {
	color:#fff;
	background-color:#109ed5;
}
.active .accordion-head,
.active .toggle-head {
	border-color:#109ed5;
	background-color:#f0f0f0;
}
.active .accordion-head:hover,
.active .toggle-head:hover {
	color:#fff;
	background-color:#109ed5;
}
.accordion-content,
.toggle-content {
	padding:15px 20px 0;
	overflow:hidden;
}
.accordion-head-sign,
.toggle-head-sign {
	width:22px;
	float:left;
	margin:0 10px 0 0;
	cursor:pointer;
	color:#f0f0f0;
	text-align:center;
	font-family:"PT Sans", sans-serif;
	font-weight:bold;
	font-size:18px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.active .accordion-head-sign,
.active .toggle-head-sign {
	color:#373a3f;
}
.active .accordion-head:hover .accordion-head-sign,
.active .toggle:hover .toggle-head-sign {
	color:#fff;
}
.accordion-head p,
.toggle-head p {
	margin:0 10px 11px 32px;
}

/* Block Quote
---------------------------------------- */

.blockquote {
	font-family:"PT Sans", sans-serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	line-height:24px;
	text-align:center;
	text-shadow:1px 1px 3px transparent;
	color:#afafaf;
	margin:0 0 20px;
	overflow:hidden;
	border-color:#f0f0f0;
}
.blockquote .sign-wrapper {
	position:relative;
}
.sign-wrapper:before,
.sign-wrapper:after {
	content:"";
	position:absolute;
	top:10px;
	width:5px;
	height:1px;
	background-color:#000;
	z-index:1;
}
.sign-wrapper:after {
	right:0px;
}
.sign-wrapper:before {
	left:0px;
}
.sign-wrapper .sign {
	position:relative;
	display:inline-block;
	width:60px;
	height:36px;
	background:url(images/quotes.png) no-repeat;
}
.sign-wrapper .line.left,
.sign-wrapper .line.right {
	position:absolute;
	top:10px;
	left:0px;
	height:1px;
	width:940px;
	background-color:#f0f0f0;
	margin-left:-940px;
}
.sign-wrapper .line.right {
	right:0px;
	margin-right:-940px;
	margin-left:auto;
}
.blockquote.left {
	width:33%;
	float:left;
}
.blockquote.right {
	width:33%;
	float:right;
}
.blockquote.quote1 {
	padding:15px;
	margin:0;
	border-left:0;
	background-image:url(images/quote-t1.png);
	background-position:15px 15px;
	background-repeat:no-repeat;
}
.blockquote.quote1 > .quote1 {
	padding:20px;
	border-left:0;
	background-image:url(images/quote-b1.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
}
.blockquote.quote2 {
	margin:15px;
	border-left:0;
	background-image:url(images/quote-t2.png);
	background-repeat:no-repeat;
}
.blockquote.quote2 > .quote2 {
	padding:20px;
	border-left:0px;
	background:url(images/quote-b2.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
}
.blockquote.quote3 {
	border-width:1px 0;
	border-style:solid;
}
.quote3 {
	padding:15px
}
.blockquote.quote4 {
	border-width:0 3px;
	border-style:solid;
}
.quote4 {
	padding:15px
}

/* Button
---------------------------------------- */

.normal-button,
input[type='submit'],
button {
	display:inline-block;
	margin:0 5px 20px;
	min-width:65px;
	height:30px;
	font-size:11px;
	font-family:"PT Sans", sans-serif;
	text-align:center;
	color:#fff;
	background-color:#109ed5;
	vertical-align:middle;
	line-height:30px;
	cursor:pointer;
	padding:0 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
button {
	min-width:inherit;
}
input[type='submit'] {
	min-width:100px;
	margin:0;
}
.normal-button.small {
	min-width:52px;
	height:24px;
	line-height:24px;
	font-size:8px;
	padding:0 5px;
}
.normal-button.larg {
	height:40px;
	line-height:40px;
	font-size:18px;
	padding:0 40px;
}
.normal-button.xlarg {
	height:52px;
	line-height:52px;
	font-size:26px;
	padding:0 50px;
}
.normal-button.reverse,
.normal-button.small.reverse,
.normal-button.larg.reverse,
.normal-button.xlarg.reverse {
	color:#fff;
	background-color:#373a3f;
}
.normal-button.reverse:hover,
.normal-button.reverse.small:hover,
.normal-button.reverse.larg:hover,
.normal-button.reverse.xlarg:hover {
	color:#fff;
	background-color:#109ed5;
}
.normal-button:hover,
.normal-button.small:hover,
.normal-button.larg:hover,
.normal-button.xlarg:hover,
input[type='submit']:hover,
button:hover {
	background-color:#373a3f;
	color:#fff;
}

/* Button Free Style
---------------------------------------- */

.shortcode-button-wrapper {
	display:inline-block;
	margin:0 10px 20px 0;
	overflow:hidden;
}
.shortcode-button-wrapper a {
	display:inline-block;
}
.shortcode-button {
	position:relative;
	font-size:15px;
	line-height:18px;
	text-align:center;
	color:#FFF;
	vertical-align:middle;
	padding:6px 15px;
	cursor:pointer;
	display:inline-block;
	background-color:#109ed5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.shortcode-button img {
	position:absolute;
	left:0px;
	top:0px;
}

/* Client
---------------------------------------- */

.clients-shortcode {
	position:relative;
}
.clients-wrapper {
	padding:20px;
	overflow:hidden;
}
.clients-wrapper.dark {
	background:#373a3f;
}
.clients {
	height:70px;
	list-style:none;
	padding-left:0;
}
.clients li {
	display:block;
	float:left;
	width:160px;
	height:80px;
	padding:0 10px;
}
.clients.border li {
	background:url(images/divider.png) repeat-y;
}
.clients.border li:first-child {
	background:none;
}
.clients li img {
	display:block;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.clients li:hover img {
	opacity:.5;
	-moz-opacity:.5;
	-webkit-opacity:.5;
}
.clients-shortcode .client-direction {
	margin-top:25px;
	text-align:center;
	float:left;
	width:100%;
}
.clients-shortcode .prev,
.clients-shortcode .next {
	width:38px;
	height:38px;
	display:inline-block;
	margin:0 5px;
	background-image:url(images/direction.png);
	background-repeat:no-repeat;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.clients-shortcode .prev {
	background-position:0 0;
}
.clients-shortcode .next {
	background-position:-38px 0;
}
.clients-shortcode .prev:hover,
.clients-shortcode .next:hover {
	opacity:.8;
}
.clients-shortcode .pager {
	margin-top:25px;
	text-align:center;
	float:left;
	width:100%;
}
.clients-shortcode .pager a {
	width:10px;
	height:10px;
	background-color:#f0f0f0;
	display:inline-block;
	margin:0 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.clients-shortcode .pager a:hover,
.clients-shortcode .pager a.selected {
	background-color:#373a3f;
}
.clients-shortcode .pager a span {
	display:none;
}

/* Contact Info
---------------------------------------- */

.contact-info {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
}
.contact-info > li {
	position:relative;
	display:block;
	padding:42px 0 20px;
	margin:0 0 20px;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	border-bottom:1px solid #f0f0f0;
}
.contact-info > li:before {
	content:"";
	position:absolute;
	top:0px;
	width:5px;
	height:100%;
	border-bottom:1px solid #000;
	left:0px;
	z-index:1;
}
.contact-info > li.col1:last-child {
	border-bottom:none;
}
.contact-info > li.col1:last-child:before {
	border-bottom:none;
}
.contact-info > .col1 {
	width:100%;
}
.contact-info > .col2 {
	width:50%;
}
.contact-info > .col3 {
	width:33%;
}
.contact-info > .col4 {
	width:25%;
}
.contact-info .phone {
	background-image:url(images/icons/contact/phone.png);
}
.contact-info .fax {
	background-image:url(images/icons/contact/fax.png);
}
.contact-info .mobile {
	background-image:url(images/icons/contact/mobile.png);
}
.contact-info .email {
	background-image:url(images/icons/contact/email.png);
}
.contact-info .web {
	background-image:url(images/icons/contact/web.png);
}
.contact-info .address {
	background-image:url(images/icons/contact/address.png);
}

/* Divider
---------------------------------------- */

.divider-wrapper {
	margin:20px 0;
	overflow:hidden;
	width:100%;
}
.divider {
	background-color:#f0f0f0;
	height:1px;
	clear:both;
	overflow:hidden;
	position:relative;
}
.divider:before,
.divider:after {
	content:"";
	position:absolute;
	top:0px;
	width:5px;
	height:100%;
	border-top:1px solid #000;
	z-index:1;
}
.divider:before {
	left:0px;
}
.divider:after {
	right:0px;
}
.divider.left:after {
	border-top:0;
}
.divider.right:before {
	border-top:0;
}
.divider-gotop {
	cursor:pointer;
	font-size:1em;
	line-height:1.2em;
	margin-top:5px
}

/* Dropcap
---------------------------------------- */

.dropcaps {
	text-align:center;
	font-size:24px;
	width:30px;
	height:29px;
	line-height:30px;
	padding:1px 0 0;
	margin:5px 10px 0 0; 
	float:left;
}
.dropcaps.circle {
	width:38px;
	height:33px;
	padding:5px 0 0;
	margin-top:10px;
	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;
}
.dropcaps.hbar {
	width:50px;
	margin-top:6px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.dropcaps.vbar {
	height:39px;
	padding:11px 0 0;
	margin-top:6px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.dropcaps.square {
	height:33px;
	width:38px;
	padding:5px 0 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* FAQ
---------------------------------------- */

.faq_list dt {
	color:#373a3f;
	font-size:14px;
	padding:7px 0 7px 38px;
	position:relative;
	text-shadow:1px 1px 3px transparent;
	background-color:#f0f0f0;
	-webkit-border-radius:10px 0 0;
	-moz-border-radius:10px 0 0;
	border-radius:10px 0 0;
}
.faq_list span.marker {
	color:#373a3f;
	display:block;
	font-size:15px;
	font-weight:bold;
	position:absolute;
	left:0px;
	padding:0 10px;
	text-shadow:1px 1px 3px transparent;
}
.faq_list dd {
	margin:0 0 20px;
	padding:10px 0 0 38px;
	position:relative;
}

/* Frame
---------------------------------------- */

.shortcodeframe-wrapper {
	text-align:center;
}
.featured-thumbnail.image-frame {
	margin:5px auto 15px;
	float:none;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	-moz-box-shadow:0px 0px 5px transparent;
	-webkit-box-shadow:0px 0px 5px transparent;
	box-shadow:0px 0px 5px transparent;
}
.featured-thumbnail.image-frame .image-wrap {
	background:#109ed5;
	display:inline-block;
	margin-bottom:-5px;
	width:auto;
}
.featured-thumbnail.image-frame .image-wrap.border {
	border:1px solid #f0f0f0;
}
.featured-thumbnail.image-frame.left {
	float:left;
	margin:5px 20px 15px 0;
	width:auto;
}
.featured-thumbnail.image-frame.right {
	float:right;
	margin:5px 0 15px 20px;
	width:auto;
}
.featured-thumbnail.image-frame.center {
	text-align:center;
}

/* Highlight
---------------------------------------- */

.highlight {
	padding:1px 7px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

/* List
---------------------------------------- */

.list {
	float:left;
	width:100%;
}
.list ul {
	padding-left:0;
	list-style:none;
}
.list li {
	padding:0 0 8px 20px;
	background-repeat:no-repeat;
}
.list.bgcolor li {
	padding:5px 0 5px 30px;
	margin-bottom:5px;
	background-color:#f8f8f8;
	background-position:5px 5px;
}
.list.check li {
	background-image:url(images/icons/list/list-check.png);
}
.list.check2 li {
	background-image:url(images/icons/list/list-check2.png);
}
.list.check3 li {
	background-image:url(images/icons/list/list-check3.png);
}
.list.delete li {
	background-image:url(images/icons/list/list-delete.png);
}
.list.delete2 li {
	background-image:url(images/icons/list/list-delete2.png);
}
.list.delete3 li {
	background-image:url(images/icons/list/list-delete3.png);
}
.list.bullet li {
	background-image:url(images/icons/list/list-bullet.png);
}
.list.bullet2 li {
	background-image:url(images/icons/list/list-bullet2.png);
}
.list.bullet3 li {
	background-image:url(images/icons/list/list-bullet3.png);
}
.list.pin li {
	background-image:url(images/icons/list/list-pin.png);
}
.list.pin2 li {
	background-image:url(images/icons/list/list-pin2.png);
}
.list.pin3 li {
	background-image:url(images/icons/list/list-pin3.png);
}
.list.arrow li {
	background-image:url(images/icons/list/list-arrow.png);
}
.list.arrow2 li {
	background-image:url(images/icons/list/list-arrow2.png);
}
.list.arrow3 li {
	background-image:url(images/icons/list/list-arrow3.png);
}
.list.flag li {
	background-image:url(images/icons/list/list-flag.png);
}
.list.question li {
	background-image:url(images/icons/list/list-question.png);
}
.list.follow li {
	background-image:url(images/icons/list/list-follow.png);
}

/* Message Box
---------------------------------------- */

.message-box {
	overflow:hidden;
	padding:20px 20px 20px 70px;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius:50px 5px 5px;
	-moz-border-radius:50px 5px 5px;
	border-radius:50px 5px 5px;
}
.message-box.small-icon {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.message-box.no-icon {
	padding:20px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.message-box .message-title {
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
}
.message-box.red {
	border-color:#e9b9bb;
	color:#733032;
	background:url(images/icons/message/error.png) no-repeat 30px 50% #ffd7d7;
}
.message-box.yellow {
	border-color:#e1db8b;
	color:#5c5c2d;
	background:url(images/icons/message/warning.png) no-repeat 30px 50% #fffce1;
}
.message-box.blue {
	border-color:#8ec3d9;
	color:#2d5667;
	background:url(images/icons/message/info.png) no-repeat 30px 50% #c8e1f5;
}
.message-box.green {
	border-color:#badeb1;
	color:#274e37;
	background:url(images/icons/message/approved.png) no-repeat 30px 50% #e1ffe1;
}
.message-box.small-icon.red {
	background:url(images/icons/message/error-small.png) no-repeat 20px 50% #ffd7d7;
}
.message-box.small-icon.yellow {
	background:url(images/icons/message/warning-small.png) no-repeat 20px 50% #fffce1;
}
.message-box.small-icon.blue {
	background:url(images/icons/message/info-small.png) no-repeat 20px 50% #c8e1f5;
}
.message-box.small-icon.green {
	background:url(images/icons/message/approved-small.png) no-repeat 20px 50% #e1ffe1;
}
.message-box.no-icon.red {
	background:#ffd7d7;
}
.message-box.no-icon.yellow {
	background:#fffce1;
}
.message-box.no-icon.blue {
	background:#c8e1f5;
}
.message-box.no-icon.green {
	background:#e1ffe1;
}

/* Personnel
---------------------------------------- */

.personnel-shortcode {
	margin-bottom:40px;
}
.personnel-shortcode.dark {
	background:#373a3f;
}
.personnel-shortcode .personnel-name {
	padding:20px 0 0;
	color:#373a3f;
	font-size:18px;
	font-family:"PT Sans", sans-serif;
	text-align:center;
}
.personnel-shortcode.dark .personnel-name {
	color:#fff;
	border-bottom:1px solid #3f3f3f;
}
.personnel-shortcode .personnel-post {
	padding:8px 0 12px;
	color:#373a3f;
	font-size:14px;
	font-weight:bold;
	font-family:"PT Sans", sans-serif;
	text-align:center;
}
.personnel-shortcode.dark .personnel-post {
	color:#efefef;
	text-shadow:none;
}
.personnel-shortcode .personnel-image {
	text-align:center;
	background-color:#109ed5;
}
.personnel-shortcode .personnel-image img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.personnel-shortcode .personnel-details {
	text-align:center;
}
.personnel-shortcode.dark .personnel-details {
	color:#8b8b8b;
}
.personnel-shortcode.dark .personnel-details a:hover {
	color:#fff;
}
.personnel-shortcode .personnel-details strong {
	background:#a1a1a1;
	color:#fff;
	margin-left:-10px;
	margin-right:5px;
	padding-left:10px;
	padding-right:5px;
	-webkit-border-radius:0 5px 0 0;
	-moz-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;
}
.personnel-shortcode .social-icon {
	display:inline-block;
	float:none;
	margin:0 4px;
}

/* Posts & Portfolio
---------------------------------------- */

.posts.shortcode {
	position:relative;
	overflow:hidden;
}
.posts-shortcode-wrapper {
	position:relative;
}
.posts-shortcode-wrapper ul {
	padding-left:0;
	list-style:none;
}
.post-shortcode-item {
	margin-bottom:40px;
}
.post-shortcode-item .featured-thumbnail {
	float:left;
	width:180px;
	height:120px;
	margin-right:20px;
	-webkit-box-shadow:0px 0px 5px transparent;
	-moz-box-shadow:0px 0px 5px transparent;
	box-shadow:0px 0px 5px transparent;
}
.post-shortcode-item .post-time {
	position:relative;
	width:140px;
	height:119px;
	float:left;
	border-bottom:1px solid #f0f0f0;
	color:#373a3f;
	font-family:"PT Sans", sans-serif;
	text-align:center;
	padding:0 20px 0 0;
}
.post-shortcode-item .post-time:before {
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	width:140px;
	height:100%;
	border-bottom:1px solid #000;
	z-index:1;
}
.post-shortcode-item .post-time .day {
	display:block;
	font-size:60px;
	font-weight:bold;
	line-height:60px;
}
.post-shortcode-item .post-time .month {
	display:block;
	font-size:24px;
	line-height:40px;
}
.post-shortcode-item h3 {
	font-size:30px;
}
.post-shortcode-item .post-context {
	overflow:hidden;
}
.post-shortcode-item .post-title {
	overflow:hidden;
	font-weight:bold;
}
.post-shortcode-item .post-excerpt {
	overflow:hidden;
	min-height:54px;
	padding:0 0 20px;
	border-bottom:1px solid #f0f0f0;
}
.post-shortcode-item .post-link {
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	font-style:normal;
}
.loadmore-wrapper {
	clear:both;
}
#loadmore-post {
	width:100px;
	margin:20px 0 0;
}
#loadmore-portfolio {
	width:100px;
	margin:20px 0 0;
}

/* Price Table
---------------------------------------- */

.pa-price-table {
	text-align:center;
}
.price-item-wrapper {
	display:inline-block;
}
.price-item {
	position:relative;
	float:left;
	margin:20px 0;
	width:154px;
	overflow:hidden;
	background-color:#fff;
}
.price-item:first-child {
	margin-left:0;
}
.price-item.col3 {
	width:313px;
}
.price-item.col4 {
	width:235px;
}
.price-item.col5 {
	width:188px;
}
.price-item.col6 {
	width:156px;
}
.price-item.active {
	margin:0;
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);
	box-shadow:0 0 10px rgba(0, 0, 0, .1);
}
.price-item .top {
	text-align:center;
	padding:20px 0;
	background-color:#e7e7e7;
	font-family:"PT Sans", sans-serif;
	color:#fff;
	border:1px solid #fff;
}
.price-item.active .top {
	padding:40px 0 20px;
	background-color:#109ed5;
}
.price-title {
	margin:0 auto;
	font-size:24px;
}
.price-price {
	font-size:48px;
	line-height:48px;
	padding-top:15px;
	text-align:center;
}
.price-pricetext {
	font-size:14px;
	margin:0 auto;
	padding-top:10px;
	color:#686868;
}
.price-content-wrapper {
	border:1px solid #f0f0f0;
	border-width:0 1px;
}
.price-content {
	text-align:center;
	line-height:20px;
	padding:20px 0 10px;
	margin:0 10px;
	border-bottom:1px solid #f0f0f0;
}
.price-item .bottom {
	padding:20px 0;
	text-align:center;
	border:1px solid #f0f0f0;
	border-width:0 1px 1px;
}
.price-item.active .bottom {
	padding-bottom:40px;
}
.price-button .normal-button {
	margin:0;
	min-width:80px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}

/* Progress Bar
---------------------------------------- */

.progress-bar-wrapper {
	clear:both;
	margin-bottom:16px;
}
.progress-bar-wrapper.inside {
	color:#fff;
	margin-bottom:20px;
}
.progress-bar-title {
	display:inline-block;
	margin:0 10px 6px 0;
	font-size:14px;
}
.progress-bar-title.inside {
	margin:0 10px;
	font-size:12px;
}
.progress-bar {
	background-color:#ebebeb;
	height:20px;
	width:100%;
	-webkit-box-shadow:inset 0 0 5px #e0e0e0;
	-moz-box-shadow:inset 0 0 5px #e0e0e0;
	box-shadow:inset 0 0 5px #e0e0e0;
}
.progress-bar.radius {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.progress-bar.inside {
	height:24px;
}
.progress-bar-meter {
	background-color:#109ed5;
	height:inherit;
	left:0px;
	position:absolute;
	display:none;
	line-height:24px;
	overflow:hidden;
}
.progress-bar.radius .progress-bar-meter {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.progress-bar-meter img {
	position:absolute;
	left:0;
	top:0;
}
.progress-bar.radius .progress-bar-meter img {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

/* Services
---------------------------------------- */

.service-1 {
	text-align:center;
	color:#373a3f;
	background:#f0f0f0;
	padding:40px 0;
	margin-bottom:40px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.service-1:hover {
	color:#fff;
	background:#109ed5;
}
.service-1.dark {
	color:#fff;
	background:#373a3f;
}
.service-1 .tilte {
	padding:0 20px;
	margin-bottom:25px;
}
.service-1 h2 {
	color:#373a3f;
	font-weight:bold;
}
.service-1:hover h2 {
	color:#fff;
}
.service-1.dark h2 {
	color:#fff;
}
.service-1 .icon-wrapper {
	text-align:center;
	margin:0 auto 25px;
}
.service-1 .icon-wrapper img {
	display:block;
	margin:0 auto;
}
.service-1 .text {
	padding:0 40px;
	margin-bottom:30px;
	overflow:hidden;
	line-height:18px;
}
.service-1 .normal-button {
	margin:0;
	min-width:80px;
}
.service-1:hover .normal-button {
	color:#fff;
}
.service-1.dark .normal-button {
	color:#373a3f;
	background-color:#fff;
	margin:0;
}
.service-1.dark .normal-button:hover {
	color:#fff;
	background-color:#109ed5;
}
.service-2 {
	margin-bottom:20px;
}
.service-2 .icon {
	width:40px;
	height:40px;
	float:left;
	margin:5px 0 0;
	background-color:#373a3f;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.service-2.type2 .icon {
	margin:0 10px 5px 0;
}
.service-2.type4 .icon {
	width:60px;
	height:60px;
	background-color:#f0f0f0;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
.service-2:hover .icon {
	background-color:#109ed5;
}
.service-2 img {
	display:block;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.service-2:hover > img {
	opacity:.7;
}
.service-2 .icon img {
	max-width:100%;
	display:block;
	opacity:.7;
}
.service-2.type4 .icon img {
	opacity:1;
	margin:10px;
}
.service-2:hover .icon img {
	opacity:1;
}
.service-2 h2 {
	font-size:24px;
	padding-top:2px;
	margin-bottom:10px;
}
.service-2.type2 h2 {
	margin-bottom:25px;
}
.service-2.type3 h2 {
	padding-top:15px;
}
.service-2.type4 h2 {
	font-size:30px;
	padding-top:0;
}
.service-2 .text {
	padding-left:55px;
}
.service-2.type2 .text,
.service-2.type3 .text {
	padding-left:0;
}
.service-2.type4 .text {
	padding-left:80px;
}
.service-3 {
	position:relative;
	margin-bottom:40px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.service-3 .icon {
	width:80px;
	height:80px;
	text-align:center;
	margin:0 auto 16px;
	background-color:#109ed5;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.service-3 .text {
	padding:0 0 23px;
	text-align:center;
	border-bottom:2px solid #109ed5;
}
.service-3 h3 {
	text-align:center;
}
.service-3:hover .icon {
	background-color:#373a3f;
}
.service-3 .button-wrapper {
	text-align:center;
}
.service-3 .normal-button {
	min-width:80px;
	height:20px;
	line-height:20px;
	font-size:13px;
	margin:0 auto;
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
}

/* Slider
---------------------------------------- */

.shortcodeslider-wrapper {
	text-align:center;
}
.shortcodeslider.featured-thumbnail {
	width:100%;
	margin:5px auto 15px;
	float:none;
	position:relative;
	display:inline-block;
	background:#ffffff;
	-moz-box-shadow:0px 0px 5px transparent;
	-webkit-box-shadow:0px 0px 5px transparent;
	box-shadow:0px 0px 5px transparent;
}
.shortcodeslider.featured-thumbnail.border {
	border:1px solid #f0f0f0;
}
.shortcodeslider.featured-thumbnail.left {
	float:left;
	margin:5px 20px 15px 0;
	width:auto;
}
.shortcodeslider.featured-thumbnail.right {
	float:right;
	margin:5px 0 15px 20px;
	width:auto;
}
.shortcodeslider.featured-thumbnail.center {
	width:auto;
}
.shortcodeslider .nivo-directionNav a {
	margin-top:-15px;
}
.shortcodeslider .nivo-controlNav {
	position:absolute;
	top:6px;
	left:6px;
	padding-top:0;
}
.shortcodeslider .nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background-color:#373a3f;
	text-indent:-9999px;
	border:0;
	margin-right:6px;
	float:left;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 0px 0px 5px #e4e4e4;
	-webkit-box-shadow: 0px 0px 5px #e4e4e4;
	box-shadow: 0px 0px 5px #e4e4e4;
}
.shortcodeslider .nivo-controlNav a.active {
	background-color:#f8f8f8;
}
.shortcodeslider .nivo-caption {
	background:#ffffff;
	background:rgba(255,255,255,.8);
}

/* Stunning Text
---------------------------------------- */

.stunningtext {
	position:relative;
	padding:30px 30px;
	background-color:#f0f0f0;
	font-size:14px;
	min-height:60px;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
}
.stunningtext.dark {
	color:#373a3f;
}
.stunningtext:before,
.stunningtext:after {
	content:"";
	position:absolute;
	top:-1px;
	width:5px;
	height:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	z-index:1;
}
.stunningtext:before {
	left:0px;
}
.stunningtext:after {
	right:0px;
}
.stunningtext-title {
	font-size:24px;
	/*font-weight:bold;*/
	font-family:"PT Sans", sans-serif;
	color:#545454;
	margin-bottom:8px;
	padding-top:5px;
	text-shadow:none;
	clear:both;
}
.dark .stunningtext-title {
	color:#fff;
	text-shadow:none;
}
.stunningtext a.stunning {
	position:absolute;
	top:50%;
	right:20px;
	margin:-20px 10px 0 30px;
	color:#fff;
	background-color:#373a3f;
}
.stunningtext a.stunning:hover {
	color:#fff;
	background-color:#109ed5;
}
.stunningtext.dark a.stunning {
	color:#fff;
	background-color:#109ed5;
}
.stunningtext.dark .normal-button:hover,
.stunningtext.dark a.stunning:hover {
	color:#373a3f;
	background-color:#fff;
}

/* Tab
---------------------------------------- */

.pa-tabs {
	display:block;
	padding:0;
	list-style:none;
}
.pa-tabs li {
	display:block;
	float:left;
	padding:0 !important;
	background-image:none !important;
}
.pa-tabs li a {
	display:block;
	width:auto;
	height:40px;
	padding:0px 20px;
	line-height:40px;
	position:relative;
	font-size:12px;
	cursor:pointer;
	color:#373a3f;
	background:#fff;
	border-left:0px solid #f0f0f0;
	border-right:5px solid #f0f0f0;
}
.pa-tabs li a.active {
	position:relative;
	background:#f0f0f0;
	border-color:#109ed5;
	margin-left:-5px;
	border-left-width:5px;
}
.pa-tabs li a:hover {
	color:#fff;
	background-color:#109ed5;
}
.pa-tabs li:first-child a {
	border-left-width:5px;
}
.pa-tabs li:first-child a.active {
	margin-left:0;
}
.pa-tabs-content {
	margin:0 0 40px;
	padding:20px 0 0;
	display:block;
	list-style:none;
}
.pa-tabs-content > li {
	display:none;
	padding:0 !important;
	background-image:none !important;
}
.pa-tabs-content > li.active {
	display:block;
	overflow:hidden;
}

/* Clearfixing tabs for beautiful stacking */
.pa-tabs:before,
.pa-tabs:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.pa-tabs:after {
	clear:both;
}

/* Table
---------------------------------------- */

.table {
	width:100%;
}
.table th {
	font-size:14px;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	padding:17px 12px;
	border-right:none;
	color:#fff;
	background-color:#109ed5;
}
.table tr th:first-child,
.table tr td:first-child {
	border-left-style:solid;
	border-left-width:0;
}
.table tbody td { 
	padding:14px 7px;
	text-align:center;
	border-right:none;
	border-color:#fff;
}
.table tbody tr {
	background-color:#f8f8f8;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.table tbody tr:hover {
	background:#e8e8e8;
}
.table tfoot td {
	color:#fff;
	background:#109ed5;
	font-size:11px;
	padding:10px 16px;
}
			
/* Testimonial
---------------------------------------- */

.testis {
	margin-bottom:40px;
}
.testimonial-wrapper {
	overflow:hidden;
}
.testimonial-wrapper ol {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}
.testimonial-wrapper ol li {
	padding-top:100px;
	display:block;
	float:left;
	position:relative;
}
.testimonial-wrapper.noimage ol li {
	padding-top:0;
}
.testimonial-wrapper.nocar ol li {
	margin-bottom:40px;
}
.testimonial {
	position:relative;
	padding:21px 40px;
	background:#109ed5;
	font-family:"Droid Serif", serif;
	color:#fff;
	font-style:italic;
	font-size:18px;
	line-height:26px;
	text-align:center;
	list-style:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,.05);
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,.05);
	box-shadow:3px 3px 3px rgba(0,0,0,.05);
}
.testimonial p {
	margin:0;
}
.testimonial .angle {
	position:absolute;
	width:0;
	height:0;
	bottom:0;
	left:50%;
	margin-left:-5px;
	margin-bottom:-10px;
	border-style:solid;
	border-width:5px 5px;
	border-color:#109ed5 transparent transparent transparent;
}
.testimonial .testi-pic {
	position:absolute;
	left:50%;
	top:-100px;
	margin-left:-60px;
	width:118px;
	height:118px;
	overflow:hidden;
	border:1px solid #109ed5;
	-webkit-border-radius:59px;
	-moz-border-radius:59px;
	border-radius:59px;
}
.testimonial .testi-pic img {
	display:block;
	-webkit-border-radius:59px;
	-moz-border-radius:59px;
	border-radius:59px;
}
.testi-name {
	display:block;
	text-align:center;
	/*color:#fff;*/
	font-size:18px;
	font-weight:bold;
	font-family:"PT Sans", sans-serif;
	line-height:22px;
	margin-top:14px;
	font-style:normal;
}
.testi-name a {
	color:inherit;
}
.testi-user {
	font-size:16px;
}
.elasti-testimonial {
	overflow:hidden;
}
.testimonial-wrapper.dark {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.testimonial-wrapper.bubble.dark {
	background:transparent;
}
.testimonial-wrapper.dark .testimonial {
	background-color:#373a3f;
	color:#8b8b8b;
}
.testimonial-wrapper.dark .testimonial .angle {
	border-color:#373a3f transparent transparent transparent;
}
.testimonial-wrapper.dark .testimonial .testi-pic {
	border-color:#373a3f;
}
.testimonial-wrapper.dark .testimonial a:hover {
	color:#fff;
}
.testimonial-wrapper.dark .testi-pic a {
	background-color:#5f5f5f;
}
.testimonial-shortcode {
	float:left;
}
.testimonial-wrapper .testimonial-direction {
	margin-top:10px;
	text-align:center;
	float:left;
	width:100%;
}
.testimonial-wrapper .prev,
.testimonial-wrapper .next {
	width:38px;
	height:38px;
	display:inline-block;
	margin:0 5px;
	background-color:rgba(255,255,255,.8);
	background-image:url(images/direction.png);
	background-repeat:no-repeat;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.testimonial-wrapper .prev {
	background-position:0 0;
}
.testimonial-wrapper .next {
	background-position:-38px 0;
}
.testimonial-wrapper .prev:hover,
.testimonial-wrapper .next:hover {
	opacity:.8;
}
.testimonial-wrapper .pager {
	margin-top:25px;
	text-align:center;
	float:left;
	width:100%;
}
.testimonial-wrapper .pager a {
	width:10px;
	height:10px;
	background-color:#f0f0f0;
	display:inline-block;
	margin:0 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.testimonial-wrapper .pager a:hover,
.testimonial-wrapper .pager a.selected {
	background-color:#373a3f;
}
.testimonial-wrapper .pager a span {
	display:none;
}
.testimonial-bubble {
	color:#373a3f;
	background-color:#f0f0f0;
	margin-bottom:18px;
	padding:20px 25px;
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	float:left;
}
.testimonial-bubble p {
	font-size:14px;
	font-style:italic;
	font-family:'Philosopher', serif;
	text-shadow:1px 1px 3px #e4e4e4;
	margin:0;
}
.testimonial-bubble-arrow {
	border-color:#f0f0f0 transparent transparent transparent;
	border-style:solid;
	border-width:20px 20px 0 0;
	height:0;
	width:0;
	position:absolute;
	bottom:-19px;
	left:46px;
}
.testimonial-bubble.dark {
	color:#8b8b8b;
	background:#373a3f;
}
.testimonial-bubble.dark p {
	text-shadow:none;
}
.testimonial-bubble.dark .testimonial-bubble-arrow {
	border-color:#373a3f transparent transparent transparent;
}
.testimonial-shortcode strong {
	color:#232323;
}
.testimonial-shortcode .testimonial-bubble-details {
	margin-left:5px;
	display:block;
	float:left;
}

/* Twitter
---------------------------------------- */

.twitter-shortcode-wrapper {
	font-family:"PT Sans", sans-serif;
	font-size:20px;
	text-align:center;
	line-height:24px;
	color:#373a3f;
}
.twitter-shortcode {
	position:relative;
	min-height:90px;
	margin:0 auto;
	padding:70px 0 0;
	background:url(images/twitter.png) center 10px no-repeat;
}
.twitter-shortcode ul {
	padding-left:0;
	list-style:none;
}
.twitter-shortcode ul li {
	font-style:inherit;
	text-align:center;
	margin-bottom:0;
	overflow:hidden;
	min-height:inherit;
	padding:0 0 15px 0;
	background:none;
}
.twitter-shortcode ul li > div {
	font-style:italic;
	position:relative;
	display:block;
	padding:0 15px 15px;
	margin-bottom:10px;
	border-bottom:1px solid #f0f0f0;
}
.twitter-shortcode ul li > div:before,
.twitter-shortcode ul li > div:after {
	content:"";
	position:absolute;
	bottom:-1px;
	width:5px;
	height:100%;
	border-bottom:1px solid #000;
	z-index:1;
}
.twitter-shortcode ul li > div:before {
	left:0;
}
.twitter-shortcode ul li > div:after {
	right:0;
}
.twitter-shortcode ul li a {
	color:#d0d0d0;
}
.twitter-shortcode .normal-button {
	margin-top:20px;
	height:36px;
	line-height:36px;
}

/* Video
---------------------------------------- */

.shortcodevideo-wrapper {
	margin:5px auto 15px;
	max-width:100%;
	box-shadow: 0px 0px 5px transparent;
	-moz-box-shadow: 0px 0px 5px transparent;
	-webkit-box-shadow: 0px 0px 5px transparent;
}
.shortcodevideo-wrapper.left {
	float:left;
	margin:5px 20px 15px 0;
	width:auto;
}
.shortcodevideo-wrapper.right {
	float:right;
	margin:5px 0 15px 20px;
	width:auto;
}
.shortcodevideo-wrapper.center {
	text-align:center;
	width:auto;
}
.shortcodevideo {
	display:inline-block;
	margin-bottom:-6px;
}
.shortcodevideo.border {
	border:1px solid #f0f0f0;
}

/* Wall
---------------------------------------- */

.lightwall {
	padding:5px 0 0;
	background:#fff url(images/dashed-bg.png) repeat-x;
}
.darkwall {
	color:#8b8b8b;
	background:#373a3f;
}
.darkwall h1,
.darkwall h2,
.darkwall h3,
.darkwall h4,
.darkwall h5,
.darkwall h6 {
	color:#fff;
}
.darkwall .normal-button:hover,
.darkwall a.stunning:hover {
	color:#373a3f;
	background-color:#fff;
}

/* Whiteframe
---------------------------------------- */

.frame-left {
	background:url(images/white-frame.png) 0 0 no-repeat;
	padding:0 0 0 16px;
}
.frame-top {
	background:url(images/white-frame.png) 100% 0 no-repeat;
	padding:16px 0 0;
}
.frame-right {
	background:url(images/white-frame.png) 100% 100% no-repeat;
	padding:0 16px 0 0;
}
.frame-bottom {
	background:url(images/white-frame.png) 0 100% no-repeat;
	padding:0 0 16px 16px;
	margin-left:-16px;
}




/*-----------------------------------------------------------------------------------*/
/*	Woocommerce
/*-----------------------------------------------------------------------------------*/

.woocommerce input[type=text],
.woocommerce .input-text,
.woocommerce textarea {
	width:100%;
	padding:8px 9px;
	line-height:18px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #f0f0f0;
}
.woocommerce input[type=text]:focus,
.woocommerce .input-text:focus,
.woocommerce textarea:focus {
	border-color:#109ed5;
}
.form-row .button {
	height:34px;
	line-height:34px;
	min-width:120px;
	padding:0 20px;
}
.products {
	padding:0;
	list-style:none;
}
.products {
	clear:both;
	float:left;
	width:100%;
}
.products.grid_9 {
	width:720px;
	margin-left:0;
	margin-right:0;
}
.products li {
	list-style-type:none;
}
.products li a img {
	width:100%;
	height:auto;
	display:block;
	-webkit-transition:all .5s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.products li.product-category {
	width:220px;
	float:left;
	margin:0 10px 20px;
}
.products li.product-category img {
	margin:0 0 15px;
	border:1px solid #f0f0f0;
	width:218px;
	height:218px;
}
.products li.product-category mark {
	background-color:transparent;
	color:inherit;
}
.woocommerce-result-count {
	float:right;
	height:36px;
	line-height:36px;
	margin-bottom:30px;
}
.woocommerce-ordering select {
	max-width:220px;
	margin-bottom:30px;
}
.products .product-item-wrapper {
	position:relative;
	border:1px solid #f0f0f0;
	margin-bottom:20px;
	background-color:#fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.products .product-item-wrapper:hover {
	border-color:#e0e0e0;
	background-color:#f0f0f0;
}
.products .product-item-wrapper:hover img {
	-webkit-transform:scale3d(1.08, 1.08, 1) translate3d(0, 0, 0) rotate(0.1deg);
	-moz-transform:scale3d(1.08, 1.08, 1) translate3d(0, 0, 0) rotate(0.1deg);
	-ms-transform:scale3d(1.08, 1.08, 1) translate3d(0, 0, 0) rotate(0.1deg);
	-o-transform:scale3d(1.08, 1.08, 1) translate3d(0, 0, 0) rotate(0.1deg);
	transform:scale3d(1.08, 1.08, 1) translate3d(0, 0, 0) rotate(0.1deg);
}
.products .featured-thumbnail {
	position:relative;
	overflow:hidden;
}
.products .title-wrapper {
	padding:10px 10px 30px;
}
.products .title-wrapper h3 {
	font-size:26px;
	margin-bottom:5px;
}
.price {
	font-size:14px;
}
.price .from {
	color:#bebebe;
}
.price .amount {
	color:#109ed5;
}
.price del .amount {
	color:#bebebe;
	font-weight:normal;
	text-decoration:line-through;
}
.price ins {
	text-decoration:none;
}
.products .button {
	display:block;
	float:none !important;
	width:110px;
	margin:0 auto;
	height:20px;
	line-height:20px;
	min-width:100px;
	padding:0 20px;
	text-align:center;
	color:#bebebe;
	background-color:#f0f0f0;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
.products .product-item-wrapper:hover .button {
	color:#fff;
	background-color:#373a3f;
}
.products .product-item-wrapper:hover .button:hover {
	background-color:#109ed5;
}
.products .added_to_cart {
	display:none;
}
.cart-loading {
	position:absolute;
	height:60px;
	width:60px;
	left:50%;
	top:50%;
	margin:-30px 0 0 -30px;
	background:url(images/loading.gif) no-repeat center center #fff;
	display:none;
	opacity:0.9;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	-webkit-backface-visibility:hidden;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	-webkit-transform:scale(.3);
	-moz-transform:scale(.3);
	-o-transform:scale(.3);
	-ms-transform:scale(.3);
	z-index:9;
}
.adding-to-cart:hover .cart-loading {
	display:block;
	opacity:0.9;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
}
.added-to-cart .cart-loading {
	display:block;
	opacity:0;
	-webkit-transition-delay:.3s;
	-moz-transition-delay:.3s;
	-ms-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	background:url(images/woocommerce/icons-shop-added.png) no-repeat center center #fff;
}
.added-to-cart:hover .cart-loading {
	display:block;
	opacity:0.9;
	-webkit-transition-delay:.3s;
	-moz-transition-delay:.3s;
	-ms-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
}
.onsale {
	position:absolute;
	top:-7px;
	right:7px;
	min-height:60px;
	min-width:40px;
	line-height:60px;
	font-size:12px;
	text-align:center;
	color:#fff;
	background-color:#109ed5;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	z-index:9;
}
.rating-wrapper {
	position:absolute;
	top:10px;
	left:10px;
	padding:6px 10px;
	opacity:0;
	background:rgba(0,0,0,.2);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	z-index:9;
}
li:hover .rating-wrapper {
	opacity:1;
}
.star-rating {
	position:relative;
	overflow:hidden;
	height:16px;
	width:80px;
	background:url(images/woocommerce/star.png) repeat-x left 0;
}
.star-rating span {
	overflow:hidden;
	float:left;
	top:0;
	left:0;
	position:absolute;
	padding-top:16px;
	background:url(images/woocommerce/star.png) repeat-x left -32px;
}

/* Woocommerce Widget
---------------------------------------- */

.product_list_widget {
	padding:0;
}
.product_list_widget li {
	margin:0 0 20px;
	padding:0 0 20px !important;
	background-image:none !important;
	list-style:none !important;
	border-bottom:1px solid #f0f0f0;
	position:relative;
	overflow:hidden
}
.product_list_widget li a {
	display:block;
}
.product_list_widget img {
	width:50px;
	height:auto;
	float:left;
	margin:0 10px 0 0;
	border:1px solid #f0f0f0;
}
.product_list_widget .amount,
.product_list_widget del,
.product_list_widget ins {
	color:#bebebe;
}
.product_list_widget ins {
	text-decoration:none;
	margin-left:5px;
}
.product_list_widget ins .amount {
	text-decoration:none;
	color:#109ed5;
}
/* Cart */
.widget_shopping_cart_content p {
	overflow:hidden;
}
.widget_shopping_cart_content .buttons {
	margin:0;
}
.widget_shopping_cart_content .quantity {
	border:none;
	height:auto;
}
.widget_shopping_cart_content .variation dt {
	float:left;
	margin:0 10px 0 0;
}
.widget_shopping_cart_content .button {
	margin:0 20px 0 0;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
}
.widget_shopping_cart_content .button.checkout {
	margin-right:0;
}
/* Products Search */
.widget_product_search input[type=text] {
	margin-bottom:10px;
}
/* Recent Reviews */
.widget_recent_reviews .star-rating {
	float:right;
}
/* Top Rated Products */
.widget_top_rated_products .star-rating {
	float:right;
}
/* Price Filter */
.widget_price_filter .ui-widget-content {
	height:5px;
	position:relative;
	background:#bebebe;
	margin-bottom:20px
}
.widget_price_filter .ui-slider-range {
	position:absolute;
	z-index:1;
	height:5px;
	background:#f0f0f0;
}
.widget_price_filter .ui-slider-handle {
	position:absolute;
	top:-3px;
	width:10px;
	height:10px;
	cursor:pointer;
	background:#109ed5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	z-index:2;
}
.widget_price_filter .ui-slider-handle:hover {
	background:#373a3f;
}
.widget_price_filter .ui-slider-handle:last-child {
	margin-left:-10px;
}
.widget_price_filter .button {
	margin:0 0 20px;
}
/* Layered Nav */
.widget_layered_nav ul small.count {
	float:right;
	margin-left:5px;
	font-size:1em;
	color:#109ed5;
}


/* Woocommerce Single Product
---------------------------------------- */

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance:none; 
  margin:0; 
}
.woocommerce button.button.alt {
	height:34px;
	line-height:34px;
	padding:0 20px;
	margin:0;
	min-width:100px;
}
div.product .images .featured-thumbnail {
	overflow:hidden;
	background-color:#109ed5;
	border:1px solid #f0f0f0;
}
div.product .summary {
	margin-left:20px;
	padding-bottom:30px;
}
div.product .group_table td {
	text-align:center;
}
div.product .woocommerce-tabs {
	margin-left:20px;
}
div.product .price {
	text-decoration:none;
	font-size:18px;
	color:#109ed5;
}
div.product .price del {
}
div.product .price ins {
}
div.product .price ins:before {
	content:"\2212";
	padding:0 7px 0 3px;
	font-size:16px;
}
div.product .product_meta {
	color:#bebebe;
}
div.product .woocommerce-tabs h2 {
	font-size:30px;
}
div.product .woocommerce-tabs ul.tabs {
	display:block;
	padding:0;
	list-style:none;
	overflow:hidden;
}
div.product .woocommerce-tabs .panel {
	padding:20px;
	border:1px solid #f0f0f0;
	margin-top:-1px;
}
div.product .woocommerce-tabs ul.tabs li {
	display:block;
	padding:0;
	float:left;
	background-color:#fff;
}
div.product .woocommerce-tabs ul.tabs li a {
	display:block;
	width:auto;
	height:40px;
	padding:0 20px;
	line-height:40px;
	position:relative;
	border-left:0 solid #f0f0f0;
	border-right:5px solid #f0f0f0;
	font-size:12px;
	cursor:pointer;
	color:#373a3f;
}
div.product .woocommerce-tabs ul.tabs li.active a {
	position:relative;
	background:#f0f0f0;
	border-color:#109ed5;
	margin-left:-5px;
	border-left-width:5px;
}
div.product .woocommerce-tabs ul.tabs li:first-child a {
	border-left-width:5px;
}
div.product .woocommerce-tabs ul.tabs li.active:first-child a {
	margin-left:0;
}
.variations_form > table {
	margin:20px 0;
}
div.product form.cart.variations_form {
	padding:0 15px;
	position:relative;
	overflow:visible;
	border:1px solid #f0f0f0;
}
.single_variation_wrap {
	overflow:hidden;
	display:block;
	margin:10px 0px 20px 10px;
}
.reset_variations {
	height:11px;
	line-height:11px;
	font-size:11px;
	position:absolute;
	right:0;
	bottom:-45px;
}
.variations td {
	border:none !important;
	vertical-align:middle;
	font-weight:bold;
}
.single_variation {
	margin-bottom:10px;
}
div.product .shop_attributes p {
	margin:0;
}
div.product form.cart {
	overflow:hidden;
	margin-bottom:30px;
}
.quantity {
	height:30px;
	width:90px;
	border:1px solid #f0f0f0;
	padding:1px 0;
	float:left;
	margin:0 20px 0 0;
}
.quantity input.qty {
	height:30px;
	width:30px;
	text-align:center;
	border:none;
}
.quantity .plus,
.quantity .minus {
	height:30px;
	width:30px;
	top:2px;
	color:#686868;
	border:1px solid #f0f0f0;
	background:#f0f0f0;
}
.quantity .minus {
	left:1px;
}
.quantity .plus {
	right:1px;
}
.quantity .plus:hover,
.quantity .minus:hover {
	background:#f0f0f0;
}
#reviews #comments ol.commentlist {
	margin:0 0 20px;
}
#reviews #comments ol.commentlist li {
	padding:0;
	margin:0 0 20px;
	position:relative;
	background:0;
	border:0;
}
#reviews #comments ol.commentlist li img.avatar {
	position:absolute;
	top:0;
	left:0;
	padding:3px;
	width:32px;
	height:32px;
	border:1px solid #f0f0f0;
	border-right-width:5px;
}
#reviews #comments ol.commentlist li .comment-text {
	margin:0 0 0 50px;
	border:1px solid #f0f0f0;
	padding:1em 1em 0;
}
#reviews #comments ol.commentlist li .comment-text .meta {
	width:auto;
	float:left;
}
.single-product .onsale {
	top:-7px;
	right:7px;
}
div.product .star-rating {
	float:right;
	position:relative;
}
div.product .thumbnails {
	padding:20px 0 10px;
	width:104%;
	overflow:hidden;
}
div.product .thumbnails a {
	position:relative;
	clear:none;
	float:left;
	width:27.4%;
	max-width:93px;
	margin:0 10px 10px 0;
	padding:3px;
	border:1px solid #f0f0f0;
}
div.product .thumbnails a:hover {
	border-color:#109ed5;
}
div.product .thumbnails a img {
	display:block;
	width:100%;
	height:auto;
}
.shop_attributes th,
.shop_attributes td {
	border:none !important;
}
.shop_attributes th {
	padding-left:0;
}
.woocommerce .upsells.products,
.woocommerce .related.products {
	margin-top:90px;
	margin-bottom:0;
	float:left;
	width:100%;
}
.pp_inline #respond label {
	display:inline-block;
}
.pp_inline .comment-form-email {
	margin-bottom:25px !important;
}
.pp_inline .comment-form-rating {
	margin-bottom:0 !important;
}
.pp_inline #respond .required {
	font-weight:bold;
	color:#109ed5;
	border-bottom:0;
}
.pp_inline #respond form input[type='text'] {
	height:34px;
	line-height:34px;
}
.pp_inline #respond form textarea {
	height:140px;
}
#respond .stars {
	width:80px;
	height:16px;
	position:relative;
	margin-bottom:15px;
	background:url(images/woocommerce/star.png) repeat-x left 0 rgba(0, 0, 0, 0);
}
#respond .stars a {
	overflow:hidden;
	float:left;
	top:0;
	left:0;
	position:absolute;
	padding-top:16px;
	text-indent:1000px;
}
#respond .stars a:hover,
#respond .stars a.active {
	background:url(images/woocommerce/star.png) repeat-x left -32px rgba(0, 0, 0, 0);
}
.stars a.star-1 {
	width:16px;
	z-index:10;
}
.stars a.star-2 {
	width:32px;
	z-index:9;
}
.stars a.star-3 {
	width:48px;
	z-index:8;
}
.stars a.star-4 {
	width:64px;
	z-index:7;
}
.stars a.star-5 {
	width:80px;
	z-index:6;
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
	margin:0 0 50px;
	padding:40px 30px;
	background-color:#f0f0f0;
	background-repeat:no-repeat;
	background-position:10px center;
	overflow:hidden;
	position:relative;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.woocommerce-error a.button,
.woocommerce-message a.button,
.woocommerce-info a.button {
	position:absolute;
	color:#fff;
	right:30px;
	top:50%;
	margin-top:-17px;
	text-align:center;
	height:34px;
	line-height:34px;
	min-width:80px;
	padding:0 20px;
	color:#fff;
	background-color:#109ed5;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.woocommerce-error a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover {
	background-color:#373a3f;
}

/* Woocommerce Cart
---------------------------------------- */

table.cart {
	margin:0 -1px 40px 0;
	text-align:left;
	width:100%;
}
table.cart img {
	width:32px;
	height:auto;
}
.product-remove {
	text-align:center;
}
.product-remove a {
	height:14px;
	width:14px;
	display:inline-block;
	text-indent:-9999px;
	border-style:solid;
	border-width:2px;
	border-color:#f0f0f0;
	background:url(images/woocommerce/close.png);
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
}
.product-remove a:hover {
	border-color:#109ed5;
}
table div.quantity {
	float:none;
	margin:0 auto;
}
table.cart .actions {
	padding-top:15px;
	padding-bottom:15px;
}
table.cart .actions > .button {
	float:right;
	height:34px;
	line-height:34px;
	width:140px;
	margin:3px 0 3px 10px;
}
table.cart .coupon label {
	display:none;
}
table.cart .coupon input {
	float:left;
	height:34px;
	line-height:34px;
	width:140px;
	margin:3px 10px 3px 0;
}
table.cart .coupon .input-text {
	width:140px;
	border:1px solid #f0f0f0;
}
.cart-collaterals h2 {
	font-size:36px;
}
.shipping_calculator {
	max-width:460px;
}
.cross-sells {
	overflow:hidden;
}
.cart_totals {
	margin:0 0 40px;
}
.cart_totals strong {
	color:#109ed5;
}
.shipping_calculator .button {
	height:34px;
	line-height:34px;
	width:100%;
	margin:0;
}
table.shop_table .variation dt {
	float:left;
	margin:0 10px 0 0;
}
.cross-sells .products {
	width:960px;
	margin:0 0 20px -10px;
}

/* Woocommerce Checkout
---------------------------------------- */

.checkout textarea {
	height:174px;
}
.form-row .required {
	font-weight:bold;
	color:#109ed5;
	border-bottom:0;
}
#customer_details {
	overflow:visible;
	width:100%;
	float:left;
	margin-bottom:40px;
}
.col2-set .col-1 {
	float:left;
	width:48%;
}
.col2-set .col-2 {
	float:right;
	width:48%;
}
.form-row-first,
.form-row-last {
	float:left;
	width:48%;
	overflow:visible;
}
.form-row-last {
	float:right;
}
#shiptobilling {
	float:right;
	line-height:2.7em;
	margin:0;
	padding:0;
}
.chzn-container-single .chzn-single {
	height:34px !important;
	line-height:34px !important;
	background:#fff;
	border-color:#f0f0f0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.woocommerce-checkout .form-row .chzn-container-single .chzn-single div b {
	background-position:0 7px!important;
}
.chzn-container .chzn-drop {
	border-color:#f0f0f0;
}
#order_review strong {
	color:#109ed5;
}
#payment {
	padding:0 10px 20px;
	margin:60px 0 0;
	border:1px solid #f0f0f0;
}
#payment ul.payment_methods {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:20px;
}
#payment ul.payment_methods li {
	line-height:24px;
	margin:-1px 0 0 0;
	padding:15px 0;
	border-bottom:1px solid #f0f0f0;
}
#payment div.payment_box {
	line-height:18px;
	position:relative;
	width:90%;
	padding:10px 0 0 28px;
}
#payment ul.payment_methods li input {
	margin:0 12px 0 0;
}
#payment ul.payment_methods li img {
	vertical-align:middle;
	margin:-1px 0 0 6px;
	position:relative;
}
.login,
.checkout_coupon {
	margin:0 0 50px;
}
.lost_password {
	margin:0 0 0 20px;
}
.order_details {
	padding:0;
	margin:0 0 15px;
	list-style:none;
}
.customer_details dt {
	float:left;
	margin-right:10px;
}
.shop_table.my_account_orders,
.shop_table.order_details {
	margin-bottom:40px;
}

/* Woocommerce Dropdown Cart
---------------------------------------- */

.dropdown_cart {
	position:absolute;
	right:0px;
	height:50px;
	width:50px;
	top:38px;
	margin:-24px 0 0 0;
	border:1px solid #f0f0f0;
	border-width:1px 0 1px 1px;
	background-color:#fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	z-index:999;
}
.dropdown_cart.cart_empty {
	visibility:hidden;
}
.dropdown_cart_link {
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	background:url(images/woocommerce/shoppingcart.png) center center no-repeat;
	z-index:10;
}
.dropdown_cart_content {
	display:none;
	position:absolute;
	padding-right:60px;
	right:0;
	top:0;
	width:240px;
	z-index:-1;
}
.added-to-cart-message {
	display:none;
	position:fixed;
	margin-right:14px;
	right:0;
	top:14px;
	width:180px;
	text-align:center;
	font-size:14px;
	padding:10px;
	color:#bebebe;
	background-color:#fff;
	border:1px solid #f0f0f0;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,.1);
	box-shadow:0 5px 10px rgba(0, 0, 0, .1);
	z-index:999999;
}
.added-to-cart-message strong {
	color:#373a3f;
}
.added-to-cart-message img {
	float:right;
	margin:0 0 10px;
	width:180px;
}
.dropdown_cart:hover .dropdown_cart_content {
	display:block;
}
.dropdown_cart .widget_shopping_cart_content {
	padding:10px;
	background-color:#fff;
	border:1px solid #f0f0f0;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,.1);
	box-shadow:0 5px 10px rgba(0, 0, 0, .1);
}
.dropdown_cart .product_list_widget li {
	margin:0 0 10px;
	padding:0 0 10px !important;
}
.dropdown_cart .product_list_widget img {
	width:35px;
	float:right;
	margin:0 0 0 10px;
}
.dropdown_cart .variation {
	margin:5px 0;
}
.dropdown_cart .variation dt {
	float:left;
	margin:0 10px 0 0;
}
.dropdown_cart .total {
	margin:20px 0;
}

/* Custom CSS
---------------------------------------- */

#team-territories article {
	padding-bottom:10px !important;
}

#video article {
	padding-top:10px !important;
}
