/*-----------------------------------------------------------------------------------

	Theme Name: SimpleBiz WP
	Theme URI: http://www.m-themes.eu
	Description: SimpleBiz WP is a powerful theme great for business and company websites
	Author: Marcin Michalak
	Author URI: http://themeforest.net/user/maarcin
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.4
	Tags: custom-menu, translation-ready, full-width-template, post-formats, theme-options

	Designed and developed by Marcin Michalak. For more please visit http://themeforest.net/user/maarcin
	
----------------------------------------------------------------------------------- */

@media screen and (max-width:770px) { 

	.logo {width: 300px !important;}
	#revolution-slider-wrapper {display: none !important;}
	div.right-form .contact-form input[type='text'] {width: 280px !important;}
	.top-login {
		margin-left: 0!important;
	}

}

@media screen and (max-width: 960px) {
.top-login {
	margin-left: 12px;
	text-align: left!important;
}

}

/* HACK DESIGN */

/*ul#nav,
div#footer-wrapper,
div#footer-bottom-wrapper {
  display: none;
}*/

div.content-wrapper {min-height: 350px!important;}

#footer a.button:hover{color:#fff;}
#wp-admin-bar-search {display:none;}
th > a {color:#666;}
.main-search {margin-bottom: 10px;}
.widget_pages > h6{display:none;}


/* Login page submit cheat */

#wp-submit {

background: #8d0e01;
background: -moz-linear-gradient(top, #8d0e01 0%, #650900 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d0e01), color-stop(100%,#650900));
background: -webkit-linear-gradient(top, #8d0e01 0%,#650900 100%);
background: -o-linear-gradient(top, #8d0e01 0%,#650900 100%);
background: -ms-linear-gradient(top, #8d0e01 0%,#650900 100%);
background: linear-gradient(top, #8d0e01 0%,#650900 100%);
border: 1px solid #510902;

}

#wp-submit:hover {

background: #8d0e01;
border: 1px solid #510902;
color: #fff;

}



/* ---------------------------- */
/*           General
/* ---------------------------- */

/* Fonts */

body {
	font: 13px/1.5em "Helvetica Neue", Arial, sans-serif;
}
button, input[type="submit"], input[type="reset"], input[type="button"], input, textarea, select {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
blockquote, blockquote p, .meta a, .meta p, .comment-meta a, .widget .lp-description span {
	font-family: Georgia, serif;
}
.sf-menu a {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
.hlp-description h4, .hlb-description h4, .feature-box h5, .flex-caption span, .team-member h5,
.portfolio-description h4, .portfolio-single-description h6 {
	font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Standard */

.body-shadow {
	background: url(images/body-shadow.png) repeat-y center top;
}

img {
	max-width:100%;
}

a {
	text-decoration:none;
	-webkit-transition: border .2s ease, color .2s ease;
	-moz-transition: border .2s ease, color .2s ease;
	-ms-transition: border .2s ease, color .2s ease;
	-o-transition: border .2s ease, color .2s ease;
	transition: border .2s ease, color .2s ease;
}

.content-wrapper a {
	font-weight: bold;
}

.alignleft {
	float: left;
	margin: 5px 15px 0 0;
}

.alignright {
	float: right;
	margin: 5px 0 0 15px;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.highlight {
	padding: 0 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}

.divider {
	max-width: 940px;
	margin: 0 auto;
}

.divider-line {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 1px;
	padding-top: 20px;
	margin-bottom: 40px;
}

.divider-color {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 3px;
	margin: -42px 0 42px;
}

.shadow-divider {
	background: url(images/dividers/divider-shadow.png) no-repeat center center;
	height: 33px;
	margin: 30px auto 20px;
}

.shadow-divider2 {
	background: url(images/dividers/divider-shadow2.png) no-repeat center center;
	height: 24px;
	margin: 20px auto 38px;
}

.shadow-divider3 {
	background: url(images/dividers/divider-shadow3.png) no-repeat center center;
	height: 33px;
	margin: 0 auto 40px;
}

.mb40 {
	margin-bottom: 40px;
}

/* ---------------------------- */
/*          Typography
/* ---------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	margin-bottom:1em;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {font-weight:inherit;}
h1 {font-size:22px; line-height:1.4em; font-weight: bold; text-transform: uppercase;}
h2 {font-size:18px;	line-height:1.4em; font-weight: bold; text-transform: uppercase;}
h3 {font-size:16px;	line-height:1.4em; font-weight: bold; text-transform: uppercase;}
h4 {font-size:14px;	line-height:1.4em; font-weight: bold; text-transform: uppercase;}
h5 {font-size:14px;	line-height:1.4em; text-transform: uppercase;}
h6 {
	font-size:12px;
	line-height:1.4em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	padding-bottom: 1.2em;
}

p {
	margin:0 0 20px;
}

p img {
	margin:0;
}

em {
	font-style:italic;
}

strong {
	font-weight:700;
}

small {
	font-size:80%;
}

blockquote, blockquote p {
	font-size:14px;
	line-height:24px;
	font-style:italic;	
}

blockquote {
	margin:0 0 20px;
	padding:9px 20px 0 49px;
}

blockquote cite {
	display:block;
	font-size:12px;
	font-style:normal;
}

blockquote cite:before {
	content:"\2014 \0020";
}

hr {
	clear:both;
	height:0;
	border-width:1px 0 0;
	margin:10px 0 30px;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	padding: .6em 1.2em;
	margin-bottom: 20px;
	font-size: 12px;
}

code {
	display: block;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	padding: .6em 1.2em;
	font-size: 12px;
}

.dropcap1, .dropcap2, .dropcap3 {
	width: 1em;
	display: block;
	float: left;
	line-height: 1em;
	text-align: center;
	margin-right: 10px;
	padding: 0.3em 0.34em;
    font-size: 180%;
}

.dropcap2 {    
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;   
}

.dropcap3 {
	-webkit-border-radius: 2.6em;
	-moz-border-radius: 2.6em;
	border-radius: 2.6em;   
}

:focus {-moz-outline-style: none; outline: none;}
a:focus {outline:none;}
a:active {outline:none;}

/* ---------------------------- */
/*            Lists
/* ---------------------------- */

ul,ol {
	margin-bottom:20px;
}

ul {
	list-style:none outside;
}

ol {
	list-style:decimal;
}

ol,.list-square ul,.list-circle ul,.list-disc ul {
	margin-left:30px;
}

.list-square ul {
	list-style:square outside;
}

.list-circle ul {
	list-style:circle outside;
}

.list-disc ul {
	list-style:disc outside;
}

ul ul,ul ol,ol ol,ol ul {
	margin:4px 0 5px 30px;
}

ul ul li,ul ol li,ol ol li,ol ul li {
	margin-bottom:6px;
}

li {
	line-height:18px;
	margin-bottom:12px;
}

ul.large li,li p {
	line-height:21px;
}

.list-arrow ul li, .list-plus ul li, .list-minus ul li {
	padding-left: 22px;
}

.list-arrow ul li:before, .list-plus ul li:before, .list-minus ul li:before {	
	content: "";
	display: inline-block;
	float: left;
	height: 16px;
	width: 16px;
	margin-left: -22px;
}

/* ---------------------------- */
/*           Tables
/* ---------------------------- */

table {
	border-collapse: collapse;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

th {
	font-size: 14px;
	padding: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
}

td {
	font-size: 12px;
	padding: 0.8em;
}

/* ---------------------------- */
/*        Social Icons
/* ---------------------------- */

.socials ul li {
	float: left;
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 1px;
	position: relative;
}

.socials ul li a {
	background-image: url(images/social-icons.png);
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	-webkit-transition:background .2s ease-out;  
	-moz-transition:background .2s ease-out;  
	-o-transition:background .2s ease-out;  
	transition:background .2s ease-out;
}

.tooltip {
	display: none;
	position: absolute;
	top: -36px;
	left: 0;
	font-size: 11px;
	padding: 3px 6px;
	z-index: 999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
    border-radius: 2px;
}

.tooltip:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 3px;
	border-left: 6px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 6px; 
}

.socials li.social-twitter a, .socials li.social-twitter2 a {background-position: 0 0;}
.socials li.social-facebook a, .socials li.social-facebook2 a {background-position: -30px 0;}
.socials li.social-google a, .socials li.social-google2 a {background-position: -60px 0;}
.socials li.social-rss a, .socials li.social-rss2 a {background-position: -90px 0;}
.socials li.social-linkedin a, .socials li.social-linkedin2 a {background-position: -120px 0;}
.socials li.social-dribbble a, .socials li.social-dribbble2 a {background-position: -150px 0;}
.socials li.social-pinerest a, .socials li.social-pinerest2 a {background-position: -180px 0;}
.socials li.social-skype a, .socials li.social-skype2 a {background-position: -210px 0;}
.socials li.social-forrst a, .socials li.social-forrst2 a {background-position: -240px 0;}
.socials li.social-vimeo a, .socials li.social-vimeo2 a {background-position: -270px 0;}
.socials li.social-youtube a, .socials li.social-youtube2 a {background-position: -300px 0;}
.socials li.social-instagram a, .socials li.social-instagram2 a {background-position: -330px 0;}
.socials li.social-flickr a, .socials li.social-flickr2 a {background-position: -360px 0;}
.socials li.social-deviantart a, .socials li.social-deviantart2 a {background-position: -390px 0;}
.socials li.social-digg a, .socials li.social-digg2 a {background-position: -420px 0;}
.socials li.social-stumbleupon a, .socials li.social-stumbleupon2 a {background-position: -450px 0;}
.socials li.social-reddit a, .socials li.social-reddit2 a {background-position: -480px 0;}
.socials li.social-dropbox a, .socials li.social-dropbox2 a {background-position: -510px 0;}
.socials li.social-evernote a, .socials li.social-evernote2 a {background-position: -540px 0;}
.socials li.social-picasa a, .socials li.social-picasa2 a {background-position: -570px 0;}
.socials li.social-tumblr a, .socials li.social-tumblr2 a {background-position: -600px 0;}
.socials li.social-blogger a, .socials li.social-blogger2 a {background-position: -630px 0;}
.socials li.social-behance a, .socials li.social-behance2 a {background-position: -660px 0;}


/* ---------------------------- */
/*         Structure
/* ---------------------------- */

/* --------- HEADER --------- */

.top-login {
  text-align: right;
  margin-right: 24px;
  top: 20px;
  position: relative;
}
.header-wrapper {
	margin: 0 auto;
}

.header {
	min-height: 80px;	
}

.logo {
	margin-top: 30px;
	margin-bottom: 25px;
	float: left;
	display: block;
	width: 270px;
}

.logo a, .logo img {
	display: block;
}

.site-title {
	text-align: center;
	padding: 20px 0;
	margin: -60px auto 30px;
}

.site-title h1 {	
	font-weight: normal;
}

.site-title a {
	font-weight: bold;
}

.site-title a:hover {
	text-decoration: underline;
}

.page-title-wrapper {
	position: relative;
}

.pt-shadow-top, .pt-shadow-bottom {
	height: 7px;
	position: absolute;	
	width: 100%;
	z-index: 1;
}

.pt-shadow-top {
	top: 0;
	background: url(images/nav-shadow.png) repeat-x 0 0;
}

.pt-shadow-bottom {
	bottom: 0;
	background: url(images/nav-shadow2.png) repeat-x 0 0;
}

.page-title {	
	text-align: center;
	padding: 30px 0;
}

.page-title h1 {
	margin-bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 2em;
}

.page-title a {
	font-weight: bold;
}

.page-title a:hover {
	text-decoration: underline;
}

/* --------- NAVIGATION --------- */

.selectnav {
	display: none;
	background: #fff;
	padding: 9px 15px;
	margin: 15px auto 30px;
	font-size: 14px;
	border: 1px solid #ccc;
	height: 40px;
}

.selectnav option {
	padding: 5px 15px;
	border: none;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	float: right;
	margin-top: 90px;
	margin-right: 12px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 55px; /* match top ul list item height */
	z-index: 999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

.sf-menu a {
	height:20px;
	text-decoration:none;
	font-size:12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 15px;
	margin-bottom: 23px;
	border: 1px solid transparent;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.sf-menu > li:hover > a, .sf-menu > li.parent:hover > a {
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.sf-menu ul a {
	width:180px;
	float:left;
	padding:10px 20px;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	font-size: 11px;
}

.sf-menu ul a:hover {
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
}

ul.sub-menu {
	box-shadow: 0 3px 3px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.6);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.6);
	-o-box-shadow: 0 3px 3px rgba(0,0,0,.6);
}

/* ---------------------------- */
/*          Content
/* ---------------------------- */

.content-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 40px 0;
	position: relative;
}

.content-wrapper.page-revolution-slider {
	padding-top: 60px;
}

.homepage-content-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.content {
	padding: 40px 0 0;
}

.content.page-with-slider {
	padding: 0;
}

.featured-image-page {
	margin-bottom: 20px;
}

.slider-section {
	margin-bottom: 10px;
}

.page-title-wrapper.contact-page {
	margin-bottom: 0;
}

.uc-section {
	padding-bottom: 40px;
	margin-top: -40px;
}

.uc-divider {
	background: url(images/dividers/uc-divider.png) no-repeat center center;
	margin: -40px auto 30px;
	height: 33px;
}

.uc-section p {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 0;
    text-align: center;
}

.uc-section a {
	font-weight: bold;
}

.uc-section a:hover {
	text-decoration: underline;
}

.homepage-widget a {
	font-weight: bold;
	font-size: 12px;
}

/* --------- SLIDER --------- */

.slider-glow, .page-title-glow {
	background: url() repeat top center; 
}

.slider-wrapper {
	position: relative;
	padding-bottom: 5px;
}

.slider-shadow {
	padding-bottom: 35px;
	background: url(images/sliders/slider-shadow.png) no-repeat bottom center;
}

.shadow-top {
	background: url(images/nav-shadow.png) repeat-x 0 0;
	height: 89px;
}

.flexslider-wrapper {
	z-index: 20;
	position: relative;
	width: 920px;
	padding: 10px;
	margin: -30px auto 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0,0,0,.15), inset 0 0 20px rgba(150,150,150,.1);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15), inset 0 0 20px rgba(150,150,150,.1);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.15), inset 0 0 20px rgba(150,150,150,.1);
	-o-box-shadow: 0 0 3px rgba(0,0,0,.15), inset 0 0 20px rgba(150,150,150,.1);	
}

#slider {
	width: 920px;
	margin-bottom: 0;
}

#slider .flex-control-thumbs {
	position: absolute;
	bottom: -40px;
	overflow: hidden;
	padding-top: 5px;
}

#slider .flex-control-paging {
	bottom: -65px;
	padding-top: 44px;
}

#slider .flex-control-thumbs li {
	width: 96px;
	height: 66px;
	float: none;
	margin: 0 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

#slider .flex-control-thumbs li img {
	width: 90px;
	height: 60px;
	float: none;
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.4), inset 0 0 8px rgba(150,150,150,.1);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.4), inset 0 0 8px rgba(150,150,150,.1);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.4), inset 0 0 8px rgba(150,150,150,.1);
	-o-box-shadow: 0 0 3px rgba(0,0,0,.4), inset 0 0 8px rgba(150,150,150,.1);
}

/* --------- REVOLUTION SLIDER --------- */

#revolution-slider-wrapper {
	position: relative;
}

#revolution-slider-wrapper .revolution-slider-shadow, #revolution-slider-wrapper .revolution-slider-shadow2 {	
	height: 7px;
	position: absolute;	
	width: 100%;
	z-index: 100;
}

#revolution-slider-wrapper .revolution-slider-shadow {
	top: 0;
	background: url(images/nav-shadow.png) repeat-x 0 0;
}

#revolution-slider-wrapper .revolution-slider-shadow2 {
	bottom: 0;
	background: url(images/nav-shadow2.png) repeat-x 0 0;
}

.homepage-content-wrapper.revolution-slider-content {
	padding-top: 45px;
}

.caption a.button, .caption a.tp-button, .caption a.button:hover, .caption a.tp-button:hover { 
	text-decoration: none;	
}

.tparrows {
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	-ms-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}

.tp-leftarrow.large {
	z-index:100;
	cursor:pointer;
	position:relative;
	width:40px;
	height:60px;
	margin-top:-30px;
}

.tp-rightarrow.large {
	z-index:100;
	cursor:pointer;
	position:relative;
	width:40px;
	height:60px;
	margin-top:-30px;
}

/* --------- HOME EMBED --------- */

.home-embed img {
	display: block;
}

/* --------- HOME LATEST PROJECTS CAROUSEL --------- */

.flex-carousel {
	margin-bottom: 30px;
}

.flex-carousel ul li {
	margin: 0 10px;	
}

.flex-carousel ul li:first-child {
	margin-left: 0;
}

.flex-carousel ul li h4 {
	padding: 10px 0 0;
	font-size: 12px;
	margin-bottom: 0;
	text-transform: none;
}

.flex-carousel .flex-control-nav {
	position: absolute;
	top: -45px;
}

.hlp-image {
	position: relative;
	display: block;
	width: 220px;
	height: 140px;
}

.hlp-image .icon, .lightbox-photo a .icon {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 100;
    margin-top: -25px;
    margin-left: -25px;
}

.ie .hlp-image .icon {display: none;} 			/* IE fix for icon ghosting */
.ie .hlp-image:hover .icon {display: block;}    /* IE fix for icon ghosting */

.hlp-description {
	padding: 20px 15px;
	position: relative;
	text-align: center;
}

#hlp-flex-carousel h4 {
	padding: 0;
}

.hlp-description .categories {
	margin-bottom: 10px;
}

.hlp-description .categories a {
	font-style: italic;
	font-size: 11px;
}

.hlp-description .categories a:hover {
	text-decoration: underline;
}

.hlp-description:before, .hlb-description:before {
	content: "";
	position: absolute;
	z-index: 1000;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0;
}

/* --------- HOME LATEST BLOG POSTS CAROUSEL --------- */

.hlb-description {
	padding: 10px 10px 20px;
	position: relative;
}

.hlb-top {
	margin-bottom: 10px;
}

.hlb-description .hlb-top h4 {
	padding-top: 5px;
	font-size: 13px;
	margin-bottom: 0;
	text-transform: none;
	text-align: center;
}

.hlb-post-icon {
	width: 100%;
	height: 25px;
	display: block;
	text-align: center;
	margin: 0;
	text-indent: -9999px;
}

.hlb-meta {
	text-align: center;
	padding: 2px 0;
}

.hlb-meta .meta-date a, .hlb-meta .meta-comments a {
	font-size: 11px;
	font-style: italic;
	padding-left: 20px;
}

.hlb-meta .meta-date a:hover, .hlb-meta .meta-comments a:hover {
	text-decoration: underline;
}

/* --------- SLOGAN --------- */

.slogan {
	text-align: center;
}

.slogan h1 {
	font-size: 30px;
	line-height: 46px;
	margin-bottom: 15px;
	text-transform: none;
	font-weight: normal;
}

.slogan p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 30px;
}

.slogan, .latest-projects, .latest-posts, .homepage-widgets {
	margin-bottom: 60px;
}

.latest-projects.archive {
	margin-bottom: 0;
}

/* --------- FEATURE BOXES --------- */

.feature-box {
	padding: 50px 30px 10px;
	margin-top: 40px;
	text-align: center;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
}

.feature-box h5 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.feature-icon {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
    border-radius: 30px;
	-webkit-transition:background .2s ease-out;  
	-moz-transition:background .2s ease-out;  
	-o-transition:background .2s ease-out;  
	transition:background .2s ease-out;
}

.feature-box img {	
	padding: 12px;
}

/* ---------------------------- */
/*    UI Accordion and toggle
/* ---------------------------- */

.accordion, .toggle {
	margin-bottom: 20px;
	margin-top: 10px;
}

.accordion h3, .toggle h3 {
	margin: 0;
}

.accordion h3 a, .toggle h3 a {
	background: url(images/acc-closed.png) 12px 12px no-repeat;
}

.accordion h3.ui-state-active a, .toggle h3.active a {
	background: url(images/acc-open.png) 12px 12px no-repeat;
}

.accordion h3 a, .toggle h3 a {
	display: block;
	height: 15px;
	line-height: 15px;
	padding: 16px 10px 16px 45px;
	font-size: 13px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}

.accordion h3 a:hover, .toggle h3 a:hover {
	background: url(images/acc-closed.png) 12px 12px no-repeat;
}

.accordion h3.ui-state-active a:hover, .toggle h3.active a:hover {
	background: url(images/acc-open.png) 12px 12px no-repeat;
}

.accordion div, .toggle div {
	padding: 15px 20px;
	font-size: 12px;
}

/* ---------------------------- */
/*          UI Tabs
/* ---------------------------- */

.mt-tabs ul.mt-tabs-nav {
	display: block;
	margin: 0;
	padding: 0;
}
.mt-tabs ul.mt-tabs-nav li {
	float: left;
	position: relative;
	margin: 0 0 -1px 0 !important;
	z-index: 10;
	list-style: none;
}
.mt-tabs ul.mt-tabs-nav li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 39px;
	padding: 0px 20px;
	line-height: 40px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	margin: 0;
	font-size: 12px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.mt-tabs ul.mt-tabs-nav li.ui-state-active a {
	height: 40px;
	position: relative;
	border-left-width: 1px;
	border-bottom: 0;
	margin: 0 0 0 -1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
.mt-tabs ul.mt-tabs-nav li.ui-state-active:first-child a {
	margin-left: 0;
}
.mt-tabs ul.mt-tabs-nav li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
.mt-tabs ul.mt-tabs-nav li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

.mt-tabs div.mt-tab {
	margin: 0 0 20px 0;
	display: block;
	font-size: 12px;
	padding: 20px;
}
.mt-tabs div.mt-tab.ui-tabs-hide {
	display:none;
	margin-bottom: 0;
}

/* Clearfixing tabs for beautiful stacking */
.mt-tabs ul.mt-tabs-nav:before,
.mt-tabs ul.mt-tabs-nav:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.mt-tabs ul.mt-tabs-nav:after {
	clear: both;
}
.mt-tabs ul.mt-tabs-nav {
	zoom: 1;
}

/* ---------------------------- */
/*        Content Slider
/* ---------------------------- */

.content-slider ul, .content-slider li {
	margin-bottom: 0;
}

ul.cs-slidecontrols li {
	margin-bottom: 10px;
}

.content-slider h6 {
	margin-bottom: 0.6em;
	padding-bottom: 0.8em;
}

.cs-slidecontrols li {
	display: inline;
	float: left;
}

.cs-slidecontrols li a.carousel-disabled {
	opacity: 0.2;
	cursor: default;
}

.cs-slidecontrols li {
	width: 24px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	display: block;
	font-size: 14px;
}

.cs-slidecontrols li:first-child {
	margin-right: 2px;
}

.cs-slidecontrols li a {
	display: block;
	width: 24px;
	height: 24px;
}

/* --------------------------- */
/*        PRICING TABLES       
/* --------------------------- */

.pricing-table {
	margin: 20px auto 40px;
	font-size: 14px;
	text-align: center;
}

.pt-column {
	position: relative;
	margin: 0;
	z-index: 2;
}

.last_pt_column {
	clear: right;
}

.pt-column h3 {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 0;
}

.pt-column.pt-recommended {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); 
	margin-top: -10px;
	z-index: 10;
}

.pt-dark .pt-column.pt-recommended {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); 
}

.pt-column.pt-recommended h3 {
	padding: 5px 0;
	position: relative;
}

.pt-column h3 span.recommended, .pt-column h3 span.bestvalue {
	width: 95px;
	height: 80px;
	position: absolute;
	top: -4px;
	left: -5px;
	z-index: 20;
}

.pt-cost {
	height: 80px;
}

.pt-cost p {
	line-height: 80px;
	font-size: 28px;
}

.pt-cost p span {
	font-size: 14px;
}

.pt-features ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}

.pt-features ul li {
	padding: 18px 20px;
	margin-bottom: 0;
	background: green;
	font-size: 12px;
}

.pt-buynow {
	height: 50px;
	padding: 15px 0;
	line-height: 50px;
}

.pt-recommended .pt-buynow {
	padding: 20px 0;
}

.pt-buynow a {
	font-size: 12px !important;
	padding: 4px 12px !important;
}

.pricing-3-col {
	width: 312px;
	float: left;
	margin-left: -1px;
}

.pricing-4-col {
	width: 234px;
	float: left;
	margin-left: -1px;
}

/* ---------------------------- */
/*         Portfolio
/* ---------------------------- */

.portfolio-wrapper .content {
	padding: 10px 0;
}

ul.portfolio-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.portfolio-image {
	position: relative;
	display: block;
}

.portfolio-image .icon {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 100;
    margin-top: -25px;
    margin-left: -25px;
}

.ie .portfolio-image .icon {display: none;} 		/* IE fix for icon ghosting */
.ie .portfolio-image:hover .icon {display: block;}  /* IE fix for icon ghosting */

.portfolio-image .icon.image, .lightbox-photo a .icon.image {background: url(images/portfolio-format-icons.png) no-repeat 0 0;}
.portfolio-image .icon.audio, .lightbox-photo a .icon.audio {background: url(images/portfolio-format-icons.png) no-repeat 0 -50px;}
.portfolio-image .icon.video, .lightbox-photo a .icon.video {background: url(images/portfolio-format-icons.png) no-repeat 0 -100px;}
.portfolio-image .icon.gallery, .lightbox-photo a .icon.gallery {background: url(images/portfolio-format-icons.png) no-repeat 0 -150px;}
.portfolio-image .icon.link, .lightbox-photo a .icon.link {background: url(images/portfolio-format-icons.png) no-repeat 0 -200px;}

.portfolio-description h4.title,
.portfolio-description span.categories {
	font-size: 12px;
	text-align: center;
	clear: both;
}

.portfolio-description h4 {
	margin-bottom: 0;
	text-transform: none;
}

.portfolio-description {
	padding: 10px;
	position: relative;
	text-align: center;
}

.portfolio-description .categories {
	margin-bottom: 10px;
}

.portfolio-description .categories a {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}

.portfolio-description .categories a:hover {
	text-decoration: underline;
}

ul.portfolio-tax {
	margin-bottom: 40px;
}

.portfolio-tax-pagination a {
	padding-top: 20px;
}

/* --------- PORTFOLIO FILTERABLE --------- */

.portfolio-filterable {
	position: relative;
	overflow: hidden;
}

.portfolio-item-filter {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;	
}

.portfolio-item-filter .portfolio-item-inner {
	display: block;
}

li.portfolio-item-filter .portfolio-item-inner img {
	border: none;
	position: relative;
}

.portfolio-item-filter .portfolio-description {
	padding: 20px 15px;
	display: block;
	margin-top: -4px;
	position: relative;
}

.portfolio-description:before {
	content: "";
	position: absolute;
	z-index: 100;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 0;  
}

.ie li.portfolio-item-filter div h4.title, .ie li.portfolio-item-filter div span.categories { /* fix for IE8 */
	font-size: 10px;
}

/* --------- Filter --------- */

.portfolio-filters-wrapper {
	margin-bottom: 10px;
}

ul#portfolio-filters {
	margin: 0 auto;
	list-style-type:none;
	list-style-position:outside;
	position: relative;
	float: right;
}

#portfolio-filters li {
	display: block;
	margin-bottom: 0;
	margin-left: 10px;
	float: left;
	position: relative;
}

#portfolio-filters li.first-child {
	margin-left: 0;
}

#portfolio-filters a {
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 10px;
	font-weight: bold;
}

#portfolio-filters li:hover a, #portfolio-filters li.current a {
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

#portfolio-filters li.current a:before,
#portfolio-filters li.current a:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0; 
}

#portfolio-filters li.current a:before {
	bottom: -8px;
}

.flexslider-portfolio {
	margin-bottom: 25px;
}

.flexslider-portfolio .flex-direction-nav a {
	width: 40px;
	height: 50px;
	margin: -25px 0 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	opacity: .7;
}

.flexslider-portfolio .flex-direction-nav .flex-next {
	right: 0;
}

.flexslider-portfolio .flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider-portfolio .flex-direction-nav .flex-next:hover, .flexslider-portfolio .flex-direction-nav .flex-prev:hover {
	opacity: .9;
}

/* --------- Pagination --------- */

.site-pagination {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}
.site-pagination a, .site-pagination span {
    margin: 2px 5px 2px 0;
    padding: 6px 10px;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 3px rgba(130, 130, 130, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(130, 130, 130, 0.1);
    box-shadow: 0px 1px 3px rgba(130, 130, 130, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.site-pagination .current {
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

/* --------- PORTFOLIO SINGLE --------- */

.portfolio-project-wrapper {
	margin-bottom: 20px;
}

.portfolio-project-wrapper .flexslider {
	margin-bottom: 0;
}

.portfolio-single-description {
	padding: 20px;
}

.portfolio-single-description ul {
	margin-bottom: 0;
}

.portfolio-single-description ul li {
	line-height: 16px;
}

.portfolio-single-description ul li:last-child {
	margin-bottom: 0;
}

.project-client span, .project-date span, .project-categories span, .project-url span {
	font-weight: bold;
}

.portfolio-single-description a {
	font-weight: bold;
}

.portfolio-navigation {
	margin-top: 20px;
}

.portfolio-navigation div a {
	width: 46%;
	float: right;
	text-align: center;
	padding: 3px 0;
}

.portfolio-navigation div.portfolio-prev a {
	margin-right: 4%;
	float: left;
}

/* ---------------------------- */
/*         Testimonials
/* ---------------------------- */

.testimonial-wrap {
	margin-bottom: 30px;
}

.testimonials-page {
    overflow: hidden;
    position: relative;
}

.testimonial {
	padding: 20px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
}

.testimonial:before,
.testimonial:after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 40px;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 0;
	border-bottom: 20px solid transparent; 
}

.testimonial:before {
	margin-left: -20px;
	border-left: 21px solid transparent;
	border-right: 0;
	border-bottom: 21px solid transparent; 
	bottom: -43px;
}

.testimonial p {
	margin-bottom: 0;	
}

.testimonial-author {
	font-size: 15px;
	padding: 15px 0 0 55px;
}

.testimonial-author span {
	font-size: 12px;
	padding-left: 10px;
}

/* ---------------------------- */
/*            Team
/* ---------------------------- */

.single .page-title h1 span {
	font-size: 14px;
}

.team-member-wrap {
	position: relative;
	margin-bottom: 20px;
}

.team-member-photo {
	display: block;
	float: left;
	position: relative;
}

.team-member-photo img {
	max-width: 148px;
	padding: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
    border-radius: 3px;
    margin-right: 30px;
}

.team-member {
	padding: 0;
	margin-top: 10px;
}

.team-member h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

.team-member .position {
	font-size: 12px;
}

.team-member-description {
	margin-top: 8px;
	margin-bottom: 12px;
	padding-bottom: 4px;
	font-size: 12px;
	line-height: 18px;
}

.single .team-member-description {
	margin-bottom: 26px;
}

.team-member-description p {
	margin-bottom: 5px;
}

.single .team-member-description p {
	margin-bottom: 20px;
}

.team-member-description a.readmore {
	font-style: italic;
}

.team-member-socials {
	margin-top: 0;
	float: left;
}

.team-member-socials ul li {
	float: left;
	margin-left: 0;
}

/* ---------------------------- */
/*            Blog
/* ---------------------------- */

.post {
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.single .post {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.post-inner {
	float: right;
	width: 600px;
}

.post-top h1 {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 15px;
}

.side-meta {
	width: 80px;
	float: left;
}

.side-meta .date, .side-meta-comments, .side-meta-author {
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
	float:left;
	width: 78px;
	display: block;
	text-align: center;
	padding: 12px 0 10px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
    border-radius: 3px;
}

.side-meta .date .day {
	font-size: 30px;
	display: block;
	margin-bottom: 5px;
}

.side-meta-comments, .side-meta-author {
	margin-top: 10px;
	padding: 25px 0 10px;
}

.side-meta-comments .meta-comments {
	background: url(images/meta/comments.png) no-repeat top center;
	padding: 20px 25px 0;
}

.side-meta-author .meta-author {
	background: url(images/meta/author.png) no-repeat top center;
	padding: 20px 39px 0;
}

.side-meta-comments .comments-number a, .side-meta-author .author-name a {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.side-meta-author .author-name a {
	font-size: 12px;
	display: block;
}

.side-meta-comments .comments-number a:hover, .side-meta-author .author-name a:hover {
	text-decoration: underline;
}

.post-inner .meta a, .post-inner .meta p {
	font-size: 12px;
	font-style: italic;
}

.post-inner .meta p {
	margin-bottom: 0;
}

.post-inner .meta span {
	padding: 5px 0 5px 25px;
	margin-right: 25px;
	display: block-inline;
	text-align: center;
	float: left;
}

.post-inner .meta span.meta-tags {
	float: right;
}

.post-item {
	margin-bottom: 20px;
}

.lightbox-photo {
	position: relative;
}

.lightbox-photo a {
	display: block;
}

.lightbox-photo img {
	display: block;
}

.post-chat-inner {
	margin-bottom: 20px;
}

.post-chat-inner p {
    margin: 0;
    padding: 5px 8px;
}

.older-entries {
	float: left;
	text-align: left;
	width: 50%;
}

.newer-entries {
	float: right;
	text-align: right;
	width: 50%;
}

a.more-link {
	margin-bottom: 0;
	font-style: italic;
}

.blog-pagination {
	margin-bottom: 40px;
}

.page-link {
	margin-top: 30px;
	padding-top: 10px;
}

/* ---------------------------- */
/*        Blog comments
/* ---------------------------- */

#comments-wrapper {
	margin-top: 40px;
	font-size: 12px;
}

#commentlist .children li {
	padding-left: 60px;
}

.comment-body p {
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

span.says {
	display: none;
}

.vcard .avatar {
	float: left;
    height: 60px;
    margin-right: 20px;
    overflow: hidden;
    width: 60px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 0;
}

cite.fn {
	padding: 4px 0;
	font-size: 12px;
	display: inline-block;
}

cite.fn, cite.fn a {
	font-weight: bold;    
    font-style: normal;
}

.comment-meta {
    display: block;
    margin-bottom: 20px;
}

.comment-meta a {	
	font-size: 12px;
    font-style: italic;
    font-weight: normal;
}

div.comment-body {
	list-style: none;
	margin-top: 20px;
    padding: 20px 20px 10px;
    position: relative;	
	line-height: 1.5em;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

ul.commentlist {margin-bottom: 40px;}
#commentform {margin: 0;}

#commentform label {
	font-size: 12px;
	padding-bottom: 7px;
	float: left;
}

#commentform .comment-textarea {
	padding-top: 10px;
}

#commentform input, #commentform textarea {
	padding: 10px;
	margin: 5px 0;
	clear:both;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
	width: 212px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

p.comment-form-author, p.comment-form-email {
	margin-right: 32px;
}

#commentform p.comment-form-comment {
	margin-bottom: 5px;
	clear: both;
	display: block;
}

#commentform input {
	width: 190px;
	display: block;
}

#commentform input#submit {
	width: 140px;
	padding: 6px;
}

#commentform textarea {
	width: 678px;
	height: 150px;
}

#commentform p.form-allowed-tags {
	font-size: 10px;
}

#commentform p.form-allowed-tags code {
	font-size: 10px;
	background: none;
	margin: 0;
	padding: 0;
}

.comment-body a.comment-reply-link {
	margin-bottom: 5px;
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	font-weight: bold;
}

div.comment-body:hover a.comment-reply-link {
	display: inline-block;
}

h3#reply-title {
	font-size:12px;
	line-height:1.4em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	padding-bottom: 1.2em;
}

/* ---------------------------- */
/*           Sidebar
/* ---------------------------- */

.sidebar .widget {
	margin-bottom: 40px;
	font-size: 12px;
}

.sidebar .widget a {
	font-weight: bold;
}

.widget .lp-sidebar {
	margin-bottom: 0;
}

.sidebar .widget h6 {
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
}

.widget .lp-sidebar li, #footer .widget .lp-sidebar li {
	background: none;
	padding-left: 0;
}

.widget .lp-sidebar li:last-child {
	border-bottom: 0;
}

.widget .lp-image {
	float: left;
	margin-top: 3px;
	position: relative;
}

.widget .lp-image a img {
	padding: 2px;
	display: block;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-o-transition:all .1s ease-in;
	transition:all .1s ease-in;
}

.widget .lp-description {
	padding: 0 0 10px 65px;
	margin-top: 0;
}

.widget .lp-description h5 {
	line-height: 1.6em;
	font-size: 10px;
	text-transform: none;
	font-weight: bold;
}

.widget .lp-description span {
	font-style: italic;
	font-size: 12px;
	background: url(images/lp-date.png) no-repeat left center;
	padding-left: 20px;
}

.widget .lp-description p {
	margin-bottom: 5px;
}

#footer .widget .lp-sidebar li {
	margin-bottom: 8px;
}

.widget .lp-sidebar li:last-child .lp-description {
	padding-bottom: 0;
}

.widget .lp-description p {
	font-size: 11px;
}

.widget .lp-description h5 {
	margin-bottom: 5px;
}

.widget .lp-description h5 a {
	font-size: 12px;	
}

.tagcloud a {
	padding: 2px 6px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 11px !important;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin: 0 1px 5px 0;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4); 
}

.sidebar-search-form input {
	font-size: 11px;
}

.sidebar-search-form fieldset, .sidebar-search-form input {
	margin-bottom: 0;
	float: left;
}

.sidebar-search-form input, .sidebar-search-form input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.sidebar-search-form input#s {
	width: 166px;
	height: 30px;
	line-height: 30px;
	padding: 0 6px;
	border: none;
}

.sidebar-search-form input#searchsubmit {
	width: 40px;
	height: 30px;
	border: none;
	margin: 0;
}

/* Widget Menu */

.widget ul.menu li {	
	margin: 0;
}

.widget ul.menu ul {
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.widget ul.menu li a {
	display: block;
	padding: 10px;
	position: relative;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}

.widget ul.menu li.current-menu-item a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	border-top: 5px solid transparent;
	border-right: 0;
	border-bottom: 5px solid transparent; 
}

.widget ul.menu ul li a {padding-left: 20px;}
.widget ul.menu ul ul li a {padding-left: 30px;}

/* ---------------------------- */
/*          Gallery
/* ---------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 20px;
}

.gallery p {
	margin-bottom: 0;
}
.gallery br {
	display: none;
}

.gallery dl {
	padding: 0;
	float: left;
	position: relative;
}

.gallery dl a {
	display:block;
	position:relative;
	z-index: 5;
}

.gallery dl img {
	display: block;
}

.gallery-column-1 dl,
.gallery-columns-2 dl,
.gallery-columns-3 dl,
.gallery-columns-4 dl,
.gallery-columns-5 dl,
.gallery-columns-6 dl,
.gallery-columns-7 dl {
	margin: 1px;
}

.gallery-columns-2 dl a img {width: 466px;height: 320px;}
.gallery-columns-3 dl a img {width: 311px;height: 213px;}
.gallery-columns-4 dl a img {width: 233px;height: 160px;}
.gallery-columns-5 dl a img {width: 186px;height: 127px;}
.gallery-columns-6 dl a img {width: 154px;height: 105px;}
.gallery-columns-7 dl a img {width: 132px;height: 90px;}

.ie8 .gallery-columns-2 dl a {width: 466px;height: 320px;}
.ie8 .gallery-columns-3 dl a {width: 311px;height: 213px;}
.ie8 .gallery-columns-4 dl a {width: 233px;height: 160px;}
.ie8 .gallery-columns-5 dl a {width: 186px;height: 127px;}
.ie8 .gallery-columns-6 dl a {width: 154px;height: 105px;}
.ie8 .gallery-columns-7 dl a {width: 132px;height: 90px;}

/* ---------------------------- */
/*           Footer
/* ---------------------------- */

#footer-wrapper {
	margin: 0 auto;
}

.footer-glow {
	background: url(images/footer-glow.png) no-repeat top center;
}

.footer-shadow {
	background: url(images/footer-shadow.png) repeat-x 0 0;
	height: 7px;
}

#footer {
	font-size: 12px;
	line-height: 18px;
	padding: 43px 0 10px;
}

#footer h6 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;	
	border-bottom: none;
}

#footer a, #footer-bottom a {
	font-weight: bold;
}


#footer .widget {
	margin-bottom: 50px;
}

#footer-bottom-wrapper {
	margin: 0 auto;
	position: relative;
}

#footer-bottom-wrapper a.scrollup {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -25px;
	height: 20px;
	width: 50px;
	text-indent: -9999px;
	background: url(images/scrollup.png) no-repeat 0 0;
}

#footer-bottom-wrapper a.scrollup:hover {
	background: url(images/scrollup.png) no-repeat 0 -20px;
}

#footer-bottom {
	padding:30px 0;
}

#footer-bottom p {
	margin-bottom:0;
	font-size: 12px;
	text-align: justify;
}

#footer-bottom .socials ul {
	float: right;
	margin-bottom: 0;
}

/* ---------------------------- */
/*       Isotope plugin
/* ---------------------------- */

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* ---------------------------- */
/*          Contact
/* ---------------------------- */

.wpcf7-form p {
	margin-bottom: 9px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
	padding: 10px;
	margin-top: 10px;
	font-size: 12px;
}

.wpcf7-form input {
	width: 300px;
}

.wpcf7-form select {
	width: 320px;
}

.wpcf7-form textarea {
	width: 558px;
}

.wpcf7-form input[type="submit"] {
	width: 150px;
	font-size: 14px;
	padding: 6px 14px;
}

.wpcf7 .wpcf7-not-valid-tip-no-ajax, .wpcf7 .wpcf7-validation-errors {
	padding: 5px 10px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.wpcf7 .wpcf7-validation-errors {
	border: none;
	margin: 0;
}

.contact-details {
	margin-top: 20px;
}

.contact-details span {
	display: block;
	padding-left: 25px;
	margin-bottom: 10px;
}

.contact-map-wrapper iframe {
	display: block;
	width: 100%;
	height: 300px;
}

/* ---------------------------- */
/*           Twitter
/* ---------------------------- */

.tweets-wrap {
	position: relative;
}

#tweets {
	padding-top: 3px;
}

.tweetList {
	position: relative;
}

#tweets .tweetList li {
	margin: 0;
	padding: 0;
	background: none;
}

.tweetList li p {
	padding: 10px;
}

.tweetList li small {
	display: block;
	margin-top: 10px;
}

.tweetList:after {
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -8px;
	left: 10%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
}

/* ---------------------------- */
/*         Flickr Feed
/* ---------------------------- */

.ie8 #flickr_badges div a {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 0;
}

#flickr_badges div a img {
	width: 56px;
	height: 56px;
	display: block;
	padding: 2px;
	margin: 0 10px 10px 0;
	float: left;
	opacity: .9;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-o-transition:all .1s ease-in;
	transition:all .1s ease-in;
}

#flickr_badges div a:hover img {
	opacity: 1;
}

#flickr_badges {
	margin: 0;
}

#footer #flickr_badges div {
	border: none;	
	padding: 0;
	display: block;
	float: left;
	margin-bottom: 0;
}

/* ---------------------------- */
/*          WP Styles
/* ---------------------------- */
.wp-caption{
	margin: 0 0 15px;
	text-align:center;
}
.wp-caption img{
	margin-top: 5px;
}
.wp-caption .wp-caption-text{
	font-size: 11px;
	line-height: 17px;
	padding: 5px 4px;
	margin: 0;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.textcenter{text-align:center;}
.textright{text-align:right;}
.textleft{text-align:left;}