/*
Theme Name: Nerve for WordPress
Theme URI: http://nerve.imaginemthemes.com/wp/
Description: Nerve is a powerful theme for Creative Professionals. Variety of portfolio showcases can be generated using the theme such as ajax based sortable showcases capable of displaying images,videos and slideshows with client information. The theme is packed with showcase solutions including shortcode thumbnail generations with bulk image drag and drop capability. The blog posts support audio,video,image,quote,aside,links and gallery postformats.

Version: 1.6
Author: imaginem
Author URI: http://www.imaginemthemes.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, black, two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menu

	Nerve for WordPress v1.6
	http://nerve.imaginemthemes.com/wp/

	This theme was designed and developed by imaginem,
	http://themeforest.net/user/imaginem 
	in Themeforest

*/

/*
1. Reset
2.1 Main Global Layout Settings
3.1 Mobile Device Menu
3.2 Tipsy
4.1 Logo
5.1 Page
5.2 Entry Contents
6.1 Headings
7.1 Content Headings
7.2 Content elements

8.1 Shortcode - Post and Page list
8.2 Shortcode - List
8.3 Shortcode - Note box
8.4 Shortcode - Notices
8.5 Shortcode - Picture Frame
8.6 Shortcode - Toggle Shortcode
8.7 Shortcode - Accordion Tabs
8.8 Shortcode - Tabs
8.9 Shortcode - Pullquotes
8.10 Shortcode - Drop Caps
8.11 Shortcode - Columns Shortcodes
8.12 Shortcode - Thumbnails
8.13 Shortcode - Pre
8.14 Shortcode - Flexible Buttons

9.1 Post summary
9.2 Page Navigation Styles
9.3 Password Protected Form
9.4 Post Info

10.1 Sidebar

10.2 Form / Widget Search
10.3 Widget Calendar
10.4 Widget Recent Posts,Popular Posts
10.5 Twitter Widget
10.6 Sidebar Widget Gallery
10.7 Social Widget
10.8 Flickr Widget
10.9 Address widget

11.1 Portfolio Browser
11.2 Portfolio Widget

12.1 Comments
12.2 Template - Contact Form

13.1 Navigation

14.1 Post Format Styling

15.1 AJAX Portfolio
15.2 Portfolio Common
15.3 Portfolio Filter
15.4 Portfolio Grids

16.1 Shoutout
16.2 Clients

17.1 Goto Top

18.1 Footer

*/

/* ******************************
1. Reset
******************************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ******************************
2.1 Main Global Layout Settings 
******************************* */

*{ padding: 0px; }
body, html{ height: 100%; margin: 0;height: auto; min-height: 100%; }
body{
	font: 12px/18px "Open Sans","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	background-color: #959595;
	background-repeat: repeat;
	background-attachment:fixed;
	color: #626262;
	}
a{ outline: none; text-decoration: none; color:#444444; }
a:hover{ text-decoration: none; }
a img{ border: none; }

.clear {clear:both;}
.clearlast {clear:both;padding-bottom:35px;}
.clearlastgallery {clear:both;padding-bottom:55px;}
.ienoclear {clear:both;}
.clearfix:after	{ content: "."; visibility: hidden; display: block; height: 0px; clear: both; }
* html .clearfix{ height: 1%; }
*+html .clearfix{ height: 1%; }

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

.align-right { float:right; }
.align-left { float:left; }
.align-center { margin:0 auto; display:block;}

p.edit-entry { font-size:10px; margin-top: 40px;text-decoration:none;}
p.edit-entry a { background: #111; padding: 4px 8px; color: #fff;text-decoration:none;}
p.edit-entry a:hover { background: #eee; color:#000; text-decoration:none;}

.single-header-space { margin: 25px 0 0 0; }
.blank-head-space-1 { margin: 24px 0 0 0; }



.gradient {
filter:none;
}

.type-post, .type-mtheme_portfolio, .type-page {
	margin: 0;
	}
	
::selection {
	color:#fff;
	background: #111; /* Safari */
	}
::-moz-selection {
	color:#fff;
	background: #111; /* Firefox */
}
	
/* ******************************
3.1 Mobile Device Menu
more @ /css/menu/mobile-menu.css
******************************* */
	
/* Mobile Device Menu */
.responsive-menu-wrap {
	display:none;
	}
.responsive-mobile-menu{
	display:none;
}

/* ******************************
3.2 Background Fill
******************************* */
.background-fill {
	position:fixed;
	z-index:-9999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto; 
	background: none;
	opacity:0.2;
	}

/* ******************************
3.2 Tipsy
******************************* */

.tipsy { margin-top:-5px; margin-left:0; padding: 5px; font-size: 9px; font-weight:bold; letter-spacing: 1px; text-transform:uppercase; background-repeat: no-repeat;  background-image: url(images/qtips/tipsy.gif); }
  .tipsy-inner {
	padding: 4px 12px;
	background-color: #111;
	color: #fff;
	max-width: 200px;
	text-align: center;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
			border-radius:20px;
	   -moz-border-radius:20px;
	-webkit-border-radius:20px;
	}
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; margin-top:0; }
  .tipsy-west { background-position: left center; }


/* ******************************
4.1 Logo
******************************* */

.logo-menu-wrapper {
	float:left;
	display:block;
}

.logo { 
	float:left;
	position: relative;
	}
	.logo a { 
		line-height: 0;
	}

.stickymenu .logo {
	position:absolute;
	top:5px;
	margin-top:0;
	margin-left:0;
	left:50px;
	
}
.stickymenu .logo img {
	max-height: 60px;
	}
	
/* ******************************
5.1 Page
******************************* */

.container {
 	width: 1400px;
	margin: 0 auto;
	}
.container-wrap {
-webkit-box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.3);
        box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.3);
}
.container-outer {
	padding-bottom: 80px;
	}
.container-inner {
	padding: 0 50px;
	}
.container-outer,
.single-page-container,
.single-portfolio-image-container {
	background:#fff;
}
	
.container-head {
	height: 15px;
	width: 100%;
	background: #111;
	}

.single-flexislideshow{ 
	margin-left:-50px;
}

.top-menu-shadow {
	-webkit-box-shadow:  0 0 5px 4px rgba(0, 0, 0, 0.15);
        box-shadow:  0 0 5px 4px rgba(0, 0, 0, 0.15);
        border-bottom:1px solid #fff;
}

.top-menu-wrap {
    z-index: 90;
    padding: 0 0 30px 0;
    background-color: #fff;
    background-image: url(images/patterns/header.png);
    background-position: 0 bottom;
    background-repeat: repeat-x;
    width:1400px;
	transition: box-shadow 0.8s;
	-moz-transition: box-shadow 0.8s;
	-webkit-transition: box-shadow 0.8s;
	-o-transition: box-shadow 0.8s;
	transition: padding 0.8s;
	-moz-transition: padding 0.8s;
	-webkit-transition: padding 0.8s;
	-o-transition: padding 0.8s;
	}

.lower-padding { padding-bottom: 0 }
.lower-margin { margin-bottom: 50px; }
.no-border { border:none !important; margin:0 !important; padding:0 !important;}
	
.main-contents {
	padding:	0;
	}
	
.page-contents {
	padding:	0;
	}
	
.home-wrap {
	margin: 0 50px;
}
.home-page-wrap {
	padding: 20px 0;
	}

.contents-wrap,
.page-contents-wrap  {
	}
	
.page-template-template-page_leftsidebar-php .page-contents-wrap {
	padding: 20px 50px 0 0;
}

.fullpage-portfolio-wrap {
	margin: 50px 0 0 0;
}

.fullpage-contents-wrap {
	margin: 35px 0 0 0;
	}
.portfoliopage-contents-wrap {
	padding: 0;
}
	
.transparent-contents-wrap {
	padding:	0 0 0 0;
	}
	
.entry-wrapper {
	border-bottom: 1px dotted #EDEDED;
	padding-bottom: 20px;
	margin-bottom: 40px;
	}
	
.entry-contents-wrapper {
	margin-top:30px;
}
	
.entry-post-wrapper {
	margin-top: 30px;
	padding-bottom:30px;
	}
	
.entry-portfolio-wrapper {
	padding: 20px 0 10px;
	margin:0;
	}
	
.entry-spaced-wrapper {
	padding: 0;
	margin:0;
	}
	
.entry-page-wrapper {
	padding: 20px 0 0;
	margin:0;
	}
	
	.topseperator {
		margin-top: 32px;
		}
	.buttonseperator {
		margin-top:20px;
	}
	
.portfolio-wrap {
	background: url(images/patterns/blog_sep.png) repeat-x bottom right;
	}
	
.entry-nospaced-wrapper {
	padding: 1px 20px 10px 20px;
	margin:0;
	}
	
.two-column {
	width: 63%;
	}
	
/* Video Containers */	
#videocontainer {
    height: 100%;
    width: 100%;
}

.portfolio-single-image,
.entry-content iframe,
.entry-content object,
.entry-content embed,
.entry-content img, 
.video-container iframe,  
.video-container object,  
.video-container embed,
.entry-wrapper iframe,
.entry-wrapper  object,
.entry-wrapper  embed,
.entry-wrapper  iframe,  
.entry-wrapper  object,  
.entry-wrapper  embed,
.entry-wrapper img,
.single-portfolio-image-wrap img {
	max-width:100%;
	}
	
.portfolio-single-image {
	vertical-align: bottom;
	width:100%;
}


/* ******************************
5.2 Entry Contents
******************************* */

.entry-content-wrapper {
	margin: 0 0 0 0;
	}
	
.main-entry-content-wrapper {
	margin: 20px 0 0 0;
	}
	
.entry-content {
	color: #848484;
	font-size: 14px;
	letter-spacing: 0.3px;
	line-height: 26px;
	}
	
.featured-content {
	margin-bottom:50px;
}
	
.entry-content #searchform {
	margin: 35px 0 0 0;
	}
	
.entry-post-list-end {
	margin: 15px 0 25px 0;
	}
	
.contents-column {
	margin: 20px 0 0 0;
	}

.portfolio-contents{
	margin-bottom:		0;
}

.entry-info {
	width:	60px;
	float:	left;
}
		
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.entry-content .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* ******************************
6.1 Headings
******************************* */
	
	.entry-post-title-only {
		margin-top: 0;
	}
	
	.entry-content .entry-post-title h2 {
		margin: 0 0 15px 0;
	}
	.entry-content .entry-post-title h2 a {
		color: #000;
		font-size: 25px;
		font-weight: 800;
		letter-spacing: -1px;
		line-height: 34px;
		padding-top: 20px;
		text-transform: none;
		border:none;
		}
	.entry-content .entry-post-title h2 a:hover {
		text-decoration:none;
		color: #111;
		}

	
.slider-title-wrap {
	width:960px;
	margin:0 auto;
	}
	
h1.entry-slider-title {
	font-size:		16px;
	font-weight:	bold;
	text-transform:	uppercase;
	letter-spacing:	-0.2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#A0A0A0;
	color: #fff;
	display:inline-block;
	margin: 0;
	padding: 10px 20px;
	vertical-align: text-top;
}

.entry-title {
	border-bottom: 3px double #F7F7F7;
	color: #2B2B2B;
	display: block;
	font-size: 40px;
	font-weight: 800;
	margin: 0 0 10px;
	overflow: hidden;
	letter-spacing: -2px;
}

.entry-title h1 {
	line-height: 40px;
	margin: 10px 0 0;
	padding: 20px 0 30px;
	color: #B3B3B3;
}

.entry-title h2 {
	line-height: 40px;
	margin: 10px 0 0;
	padding: 20px 0 30px;
	color: #B3B3B3;
}

.entry-mainpost-title {
	font-size:		22px;
	color:			#555555;
	letter-spacing:	0;
	border-bottom:	1px solid #f0f0f0;
	padding:		10px 0 20px 0;
	margin: 		0 0 40px 0;
	letter-spacing: 1px;
	vertical-align: text-top;
}

.entry-single-title h1 {
	font-size:		36px;
	color:			#555555;
	letter-spacing:	0;
	padding:		0;
	margin:			20px 0 20px 0;
	letter-spacing: -1px;
	vertical-align: text-top;
}

h1.page-title {
	font-size:		18px;
	margin:			65px 0 55px 0;
	color:			#B9B9B9;
	letter-spacing:	0;
	line-height:	18px;
	text-transform:	uppercase;
	}
	
h1.page-entry-title {
 	color: #454545;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 32px;
    margin: 30px 0 30px;
	}
	
h2.page-entry-title {
 	color: #454545;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 32px;
    margin: 10px 0 10px;
	}
	
h3.related_posts_title {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin: 10px 0 30px;
	}


h2.entry-title {
	font-size:		24px;
	margin:			0 0 10px 0;
	font-weight:	bold;
	color:			#171717;
	letter-spacing:	0;
	line-height:	32px;
}

h2.entry-title a {
	color:			#747474;
	text-decoration:none;
}

h2.entry-title a:hover {
	color:			#111;
	text-decoration:none;
}

.no-results {
	margin: 35px 0 0 0;
	}
	
h1,h2,h3,h4,h5,h6,
.callout-message button,
.testimonial-say,
.client-name,
.readmore a {
	font-family: 'Open Sans', sans-serif;
}

/* **********************
7.1 Content Headings
*********************** */

	.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
		color: #000000;
		font-weight: 400;
		letter-spacing: -0.5px;
		margin-bottom:20px;
		margin-top:20px;
	}

	.entry-content h1 {font-size:28px;}
	.entry-content h2 {font-size:22px;}
	.entry-content h3 {font-size:18px;}
	.entry-content h4 {font-size:16px;}
	.entry-content h5 {font-size:14px;}
	.entry-content h6 {font-size:12px;}

/* **********************
7.2 Content elements
*********************** */	
	
hr, .entry-content hr {
	clear:both;
	height: 1px;
	border:none;
	border-bottom:1px solid #eee;
	margin: 40px 0;
}

.entry-content p { margin: 0; }
.entry-content strong { font-weight: bold; color:#444;}
.entry-content em { font-style: italic; }
.entry-content blockquote { 
	margin: 40px 0 40px 40px;
	padding-left: 20px;
	border-left: 8px solid #1EB0C9;
	}
.entry-content ol,
.entry-content ul,
.entry-content dl {
	margin-bottom:40px;
	}
.entry-content p {
	margin-bottom:10px;
}


.entry-content ul ul,
.entry-content ol ol { 
	margin-bottom:0;
	}

.entry-content dl {
	margin-left:20px;
}

.entry-content dt {
	font-weight:bold;
	color:#222;
	margin-bottom:10px;
}
.entry-content dd {
	margin-bottom:20px;
}

.entry-content ul,.entry-content ol { 
	list-style-type:disc;
	list-style-position:inside;
	}
	.page-template-template-sitemap-php .entry-content ul { 
		list-style-type:none;
	}
	.list-sub-heading {
		margin-top:20px;
	}
	.entry-content > ul,
	.entry-content > ol  { 
		margin: 40px 0;
		}
	.entry-content ul li,
	.entry-content ol li {
		margin-bottom:5px;
		}
		.entry-content ul li li,
		.entry-content ol li li {
			margin-left:20px;
			}
			.entry-content ul li li li,
			.entry-content ol li li li  {
				margin-left:40px;
				}
				.entry-content ul li li li li,
				.entry-content ol li li li li {
					margin-left:60px;
					}


.entry-content ol { list-style-type:decimal; list-style-position:inside; }
.entry-content .linklist ul { list-style:none; }

.entry-content a { 
	text-decoration:none; border-bottom:1px solid #eee;
	color:#1EB0C9;
	}
.entry-content a:hover { 
	text-decoration:none;
	border-bottom:1px solid #666;
	}
.entry-content .hr_padding {
	padding: 10px 0;
	}

.entry-content .hrule {
	position:relative;
	clear:both;
	display:block;
	margin:40px 0;
	height: 1px;
	border-bottom: 1px dotted #C8C8C8;
}

.entry-content .hrule.top a {
	position:absolute;
	right:0;
	top:-26px;
	width:20px;
	font-size:9px;
	padding:0 4px;
	text-align:right;
	text-decoration:none;
	font-weight:normal;
	color:#A2A2A2;
	border-bottom:3px solid #6F6F6F;
}

.entry-content .hrule.top a:hover {
	color: #111;
}
	
	.entry-content .highlight {
		background:#FFFF99;
		padding:4px;
	}
	
/* Readmore link */
.readmore_link { 
	font-size: 10px;
	font-weight:700;
    letter-spacing: 1px;
    margin: 20px 0 10px;
    text-align: right;
    text-transform: uppercase;
	}
	.readmore_link a { 
		display: block;
		color:#666;
		}
		.readmore_link a:hover { 
			color: #000;
			text-decoration:none;
			}

.readmore {
	margin-top:15px;
}
			
.readmore a {
	background: #999999;
	border-bottom: medium none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 8px 15px;
	text-transform: uppercase;
	width: 207px;
	margin-left: 20px;
	border-radius: 20px;
}
	.readmore a:hover {
		color:#fff;
		background: #000;
		border-bottom: none;
		text-decoration:none;
		}

.readmore-archive {
	margin-top:20px;
	letter-spacing: 0;
	font-size:12px;
}
.readmore-archive a {
	background: #969696;
	border-bottom: none;
	padding: 5px 15px 6px;
	border-radius: 20px;
	color: #fff;
}
.readmore-archive a:hover {
	background: #777;
	border-bottom:none;
	text-decoration: none;
}		
			
/* Mainpage */


.welcome-message {
	margin: 0 0 15px 0;
	border-bottom: 3px double #F7F7F7;
	padding: 10px 0 20px;
}
.welcome-message h1 {
	color: #000000;
    font-size: 58px;
    font-weight: 800;
    letter-spacing: -5px;
    line-height: 62px;
    margin-bottom: 10px;
}
	.welcome-message h1 a {
		color:#1EB0C9;
	}
	.welcome-message h1 a:hover {
		color:#777;
	}
.welcome-message h2 {
	color: #9D9D9D;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: -1.5px;
	line-height: 38px;
	margin-bottom: 15px;
}

.page-sidebar-wrap {
	width:200px;
}
.page-sidebar-block {
	margin-bottom:30px;
	border-bottom:1px solid #F4F4F4;
	padding-bottom:30px;
}

.page-sidebar-block p {
	color: #A4A4A4;
	font-size: 11px;
	line-height: 15.8px;
}

.page-sidebar-block h2 {
	color: #474747;
	    font-size: 14px;
	    font-weight: 700;
	    letter-spacing: 3.5px;
	    line-height: 12px;
	    margin-bottom: 20px;
	    text-transform: uppercase;
}

.bigsaywrap {
    padding: 60px 0 40px;
}

.bigsaywrap h2 {
	color: #000;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -2px;
}

.bigsaywrap h2 a {
	color:#1fb7d8;
	padding: 0 9px;
}
	.bigsaywrap h2 a:hover {
		color:#1fb7d8;
	}
.bigsaywrap h3 {
    color: #9C9C9C;
    font-size: 23px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-top: 14px;
}




.grid-list-four-services {
	position:relative;
	border-bottom: 1px solid #F4F4F4;
    padding-bottom: 15px;
	}

	.grid-list-four-services ul {
		list-style-type: none;
		margin-left: 0;
		margin-right: 0;
		padding-top: 30px;
		}
		.grid-list-four-services ul li {
			display:inline-block;
			float:left;
			vertical-align:top;
			margin-left:3px;
			margin-bottom:15px;
			width:227px;
			background:#111;
			position:relative;
			}
			.grid-list-four-services ul li:first-child {
				margin-left:0;
			}
			.grid-list-four-services ul li .gridfour_colwrap {
				padding: 30px 40px;

				background-image:url(images/patterns/blog_sep.png);
				background-position:0 0;
				background-repeat: repeat-x;
			}
			.grid-list-four-services ul li .gridfour_col1 {
				background-color:#f6441f;
			}
			.grid-list-four-services ul li .gridfour_col2 {
				background-color:#1892a5;
			}
			.grid-list-four-services ul li .gridfour_col3 {
				background-color:#6c8e20;
			}
			.grid-list-four-services ul li .gridfour_col4 {
				background-color:#bc1466;
			}
			.grid-list-four-services .service_elemental {
				background-color: #000;
				background-position: 50% 50%;
				background-repeat: no-repeat;
				border: 3px solid #fff;
				height: 40px;
				left: -25px;
				position: absolute;
				top: 41%;
				width: 40px;
				border-radius:40px;
			}
			.grid-list-four-services .service-icon1 {
				background-color:#000;
				background-image: url(images/icons/white_umbrella_16x16.png);
			}
			.grid-list-four-services .service-icon2 {
				background-color:#000;
				background-image: url(images/icons/white_robot_16x16.png);
			}
			.grid-list-four-services .service-icon3 {
				background-color:#000;
				background-image: url(images/icons/white_cloudup_16x16.png);
			}
			.grid-list-four-services .service-icon4 {
				background-color:#000;
				background-image: url(images/icons/white_lightbulb_16x16.png);
			}
			.grid-list-four-services ul li h3{
				margin-bottom:10px;
				font-size:22px;
				font-weight:600;
				text-align:center;
				}
				.grid-list-four-services ul li h3 a {
					color:#fff;
					text-shadow: 1px 1px #000;
					text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
					}
					.grid-list-four-services ul li h3 a:hover {
						text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
					}

			.grid-list-four-services ul li .description{
				color: #FFFFFF;
				color:rgba(255,255,255,0.9);
				font-size: 11px;
				font-weight: 600;
				line-height: 16px;
				margin-bottom: 5px;
				margin-top: 16px;
				text-align:center;
			}

				.grid-list-four-services .service-readmore {
					font-size:13px;
					font-weight:600;
					text-align:center;
					margin-top:10px;
					font-style:italic;
				}
				.grid-list-four-services .service-readmore a {
					color:#fff;
					text-shadow:1px 1px rgba(0,0,0,0.5);
					border-bottom:1px dotted rgba(255,255,255,0.3);
					}
					.grid-list-four-services .service-readmore a:hover{
						border-bottom:1px dotted rgba(255,255,255,0.6);
						}

.gridlist-home-columns {
	width:1050px;
	float:right;
	}

	.gridlist-home-columns ul {
		list-style-type: none;
		margin-left: 0;
		margin-right: 0;
		}
		.gridlist-home-columns ul li {
			display: inline-block;
			float: left;
			margin-left: 1px;
			position: relative;
			text-align: center;
			vertical-align: top;
			width: 261px;
			}
			.gridlist-home-columns ul li:first-child {
				margin-left:0;
			}
			.grid-list-home-columns ul li .gridfour_colwrap {
				padding:40px;
			}
			.gridlist-home-columns .service_elemental {
				border: 3px solid #fff;
				height: 30px;
				left: -20px;
				position: absolute;
				top: 39%;
				width: 30px;
				border-radius:40px;
			}
			.gridlist-home-columns ul li h3{
				color: #474747;
				font-size: 26px;
				font-weight: 100;
				margin-bottom: 20px;
				letter-spacing: -0.5px;
				}
				.gridlist-home-columns ul li h3 a {
					color: #444;
					}
					.gridlist-home-columns ul li h3 a:hover {
						color:#000;
					}

			.gridlist-home-columns ul li .description{
				color: #888888;
				font-size: 11px;
				line-height: 16px;
				margin: 10px 30px 0;
			}
			.gridlist-home-columns ul li .readmore-align {
				margin-left:30px;
			}
			.gridlist-home-columns ul li img {
				height: 62px;
				width: 62px;
				}

			.gridrow-space {
				margin-bottom: 30px;
			}

				
	.grid-content-portfolio h2 {
		color: #000000;
		font-size: 24px;
		font-weight: 700;
		margin-left: 0;
		margin-right: 0;
		padding-top: 30px;
		}
	.homeportfolio-columns-wrap {
		border-bottom: 1px solid #F4F4F4;
	    margin: 30px 0 0;
	    padding-bottom: 30px;
	}
	
	.homeportfolio-columns-wrap ul.portfolio-four li {
		margin-bottom:0;
	}

/* **********************
8.1 Shortcode - Post and Page list
*********************** */

	.entry-content .postlist ul {

		list-style:none;
		padding:0;
		margin:0 0 5px 0;
		}
		.entry-content .postlist ul li { 
			background: url('images/icons/pen_alt_fill_12x12.png') no-repeat 0 8px;
			padding:2px 0 5px 25px;
			}
		.entry-content .postlist ul li a {
			color:#1EB0C9;
			text-decoration:none;
			font-weight: normal;
			}
			
			.entry-content .postlist ul li a:hover {
				color:#111;
			}
			
/* **********************
8.2 Shortcode - List
*********************** */

	.entry-content .checklist ul, .entry-content .playlist ul, .entry-content .notelist ul, .entry-content .starlist ul, .entry-content .bulletlist ul , .entry-content .linklist ul, .entry-content .postlist ul {

		list-style:none;
		padding:0;
		margin:20px 0 15px 0;
		font-weight:normal;
		}
		
	.entry-content .checklist ul li a, .entry-content .linklist a, .entry-content .playlist ul li a, .entry-content .notelist ul li a, .entry-content .starlist ul li a, .entry-content .bulletlist ul li a {
		color:#7d7d7d;
		border-bottom: 1px dotted #2E2E2E;
		text-decoration:none;
		}
		
	.entry-content .checklist ul li a:hover, .entry-content .linklist a:hover, .entry-content .playlist ul li a:hover, .entry-content .notelist ul li a:hover, .entry-content .starlist ul li a:hover, .entry-content .bulletlist ul li a:hover {
		color:#111;
		}
		
		.entry-content .checklist ul li { 
			background: url('images/bullets/tick.png') no-repeat 0 7px;
			padding:2px 0 5px 25px;
			}
		.entry-content .playlist ul li { 
			background: url('images/bullets/arrow_right.png') no-repeat 0 7px;
			padding:2px 0 5px 25px;
			}
		.entry-content .notelist ul li { 
			background: url('images/bullets/list.png') no-repeat 0 7px;
			padding:2px 0 5px 25px;
			}
		.entry-content .starlist ul li { 
			background: url('images/bullets/star.png') no-repeat 0 7px;
			padding:2px 0 5px 25px;
			}
		.entry-content .bulletlist ul li { 
			background: url('images/bullets/record.png') no-repeat 0 7px;
			padding:2px 0 5px 25px;
			}
		.entry-content .linklist ul li { 
			background: url('images/bullets/link.png') no-repeat 0 7px;
			padding:2px 0 5px 25px;
			}

/* **********************
8.3 Shortcode - Note box
********************** */
.mtextbox {
	border:1px solid #eee;
	margin-bottom: 20px;
	padding:20px;
}
.mtextbox_title{
	padding:15px 20px 5px 16px;
	margin:0;
}
.mtextbox.align-left{
	margin:2px 16px 16px 2px !important;
}
.mtextbox.align-right{
	margin:2px 2px 16px 16px !important;
}
.mtextbox_content {
	padding:0 15px 20px;
}
			
/* **********************
8.4 Shortcode - Notices
*********************** */

.entry-content .noticebox {
	padding: 30px 20px 30px 50px;
	margin:15px 0 10px 0;
	font-size:12px;
	line-height:17px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border:1px solid #eee;
	color: #5c5c5c;
	}
	
.entry-content .info_yellow {
	background: #fbfbd5 url(images/icons/user_alert.png) no-repeat 20px 33px;
	border:1px solid #f7e271;
}
	.entry-content .info_yellow a {
		color:#000;
	}
	
.entry-content .info_red {
	background: #ffd4d4 url(images/icons/bullet_cross.png) no-repeat 20px 33px;

	border:1px solid #ffa8a8;
}
	.entry-content .info_red a {
		color:#000;
	}
	
.entry-content .info_green {
	background: #e2f6d7 url(images/icons/user_tick.png) no-repeat 20px 33px;

	border: 1px solid #95bb80;
}
	.entry-content .info_green a {
		color:#000;
	}
		
.entry-content .info_blue {
	background: #ddeffa url(images/icons/user_b.png) no-repeat 20px 33px;

	border: 1px solid #71c9f7;
}
	.entry-content .info_blue a {
		color:#000;
	}
	
/*
****************************
8.5 Shortcode - Picture Frame
*****************************
*/

.pictureframe { 
	padding:5px;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	border-color: #eee;
    border-style: solid;
    border-width: 1px;
    background: #f0f0f0;
	}

.pictureframe-wrap {
	background: url(images/icons/view.png) no-repeat 50% 50%;
	display:block;
	}

.img-align-left { float:left; margin-right:20px; }
.img-align-right { float:right; margin-left:20px; }
.img-align-center { margin:0 auto;}
	
/* **********************
8.6 Shortcode - Toggle Shortcode
*********************** */
	
.entry-content h4.trigger {
	padding: 0 0 0 50px;
	margin: 15px 0 5px 0;
	background: url(images/icons/minus_16x4.png) no-repeat 15px 11px;
	height: 26px;
	float: left;
	cursor:pointer;
}
	.entry-content h4.trigger a {
		text-decoration: none;
		font-size:14px;
		color:#111;
		display: block;
		border:none;
		}
	.entry-content h4.trigger a:hover { color: #000; }
	.entry-content h4.active {background: url(images/icons/plus_16x16.png) no-repeat 15px 5px;}
		.entry-content .toggle_container {
			margin: 0;
			padding: 0;
			overflow: hidden;
			width: 100%;
			clear: both;
			border:1px solid #eee;
			background: #f7f7f7;
			-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
			-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
			box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
			}
			.entry-content .toggle_container .block {
				padding:20px;
				margin:0;

				}
				
/* 
8.7 Shortcode - Accordion Tabs
-------------------------------------------------------------- */		
	
	
	
	.wp-accordion h3{
		margin:5px 0 0 0;
        -webkit-box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	}
	.ui-accordion-header a {
		background: #F1F1F1; 
	    color: #404040;
	    display: block;
	    font-size: 14px;
	    padding: 10px 20px;
	    text-decoration: none;
	    text-transform: none;
	    letter-spacing:0;
	    font-weight:600;
	    border:none;
	}
	.ui-accordion-header.ui-state-active a,
	.ui-accordion-header a:hover{
		background: #1EB0C9;
		color:#fff;
		border:none;
	}
	.ui-accordion-header.ui-state-default a {
	color:#656464;
	}
	.ui-accordion-header.ui-state-default a:hover {
	color:#fff;
	}
	.ui-accordion-header.ui-state-active a {
	color:#fff;
	}
	.ui-accordion-content{
		padding:30px;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#f3f3f3));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 99%);
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 99%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 99%);
background: linear-gradient(top,  #ffffff 0%,#f3f3f3 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	}

	
	
/*
8.8 Shortcode - Tabs
-------------------------------------------------------------- */

/* =tabs
-------------------------------------------------------------- */
.ui-tabs {
    padding:0;
    zoom:1;
    background:#F9F9F9;
}
.ui-tabs .ui-tabs-nav {
    list-style:none;
    position:relative;
    padding: 0;
    margin: 0;
    zoom:1;
}
.ui-tabs .ui-tabs-nav li {
	background: #F2F2F2;
	border-right: 1px solid #fff;
    position:relative;
    float:left;
    border-bottom-width:0!important;
    margin:0;
    padding:0;
}
.ui-tabs .ui-tabs-nav li a {
	border-right: 1px solid #FFFFFF;
    color: #656464;
    float: left;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
    border:none;
}
.ui-tabs .ui-tabs-nav .ui-state-active a,
.ui-tabs .ui-tabs-nav li a:hover{
    background-color: #1EB0C9; /* Primary Emphasis */
    color:#fff;
    text-decoration: none;
    border:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-bottom-width:0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor:text;
    background-color: #ccc; /* Primary Emphasis */
    color:#000;
    padding-bottom: 4px;
}
.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor:pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
    padding:30px;
    display:block;
    border-left:1px solid #F2F2F2;
    background:none;
    clear:both;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#f3f3f3));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 99%);
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 99%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 99%);
background: linear-gradient(top,  #ffffff 0%,#f3f3f3 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}
/* vertical tabs */
.vertical-tabs .ui-tabs-nav{
	width:170px;
	float:left;
}
.vertical-tabs .ui-tabs-nav a{
	display: block;
	width:146px;
	padding:5px 12px;
}
.vertical-tabs{
	position:relative;
	overflow:hidden;
}
.vertical-tabs .ui-tabs-panel{
	float:right;
	width:100%;
	clear:none;
	padding:0;
}

.vertical-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.vertical-tabs .ui-tabs-nav li.ui-state-disabled a, 
.vertical-tabs .ui-tabs-nav li.ui-state-processing a,
.vertical-tabs .ui-tabs-nav li a:hover{
	background:#002859; /* Primary Emphasis */
}
.vertical-tabs .ui-tabs-nav li.ui-tabs-selected{
	padding-bottom:0;
}

	
/* **********************
8.9 Shortcode - Pullquotes
*********************** */
	
	.entry-content .pullquote-right {
		padding:5px 90px 5px 0;
		margin:10px 0 5px 40px;
		float:right;
		width:250px;
		font-size:15px;
		line-height:28px;
		font-style:italic;
		color: #7d7d7d;
		background: url('images/icons/endquote.png') no-repeat right 20%;
	}
	
	.entry-content .pullquote-left {
		padding:5px 0 5px 90px;
		margin:10px 40px 5px 0;
		float:left;
		width:250px;
		font-size:15px;
		line-height:28px;
		font-style:italic;
		text-align:right;
		color: #7d7d7d;
		background: url('images/icons/alt_endquote.png') no-repeat left 20%;
	}

	.entry-content .pullquote-center {
		padding			:15px 80px;
		margin			:30px;
		text-align		:center;
		font-size		:15px;
		line-height		:28px;
		font-style		:italic;
		color: #7d7d7d;
		background: url('images/icons/alt_endquote.png') no-repeat left 20%;
	}

/* **********************
8.10 Shortcode - Drop Caps
*********************** */

.entry-content .dropcap1 {
float:left;
font-size: 46px;
padding:10px;
color:#111;
font-weight:bold;
line-height: 0.75em;
margin-right:10px;
margin-top:5px;
margin-bottom:5px;
height:36px;
width:36px;
text-align:center;
background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
-webkit-border-radius: 50px;
border-radius: 50px;
}

.entry-content .dropcap2 {
float:left;
font-size: 46px;
padding:10px;
color:#fff;
font-weight:bold;
line-height: 0.75em;
margin-right:10px;
margin-top:5px;
margin-bottom:5px;
height:36px;
width:36px;
text-align:center;
background: #7d7e7d;
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
background: linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
-webkit-border-radius: 50px;
border-radius: 50px;
}

				
/* **********************
8.11 Shortcode - Columns Shortcodes
*********************** */				
.entry-content .last { clear:both;}
.entry-content .column1,
.entry-content .column2,
.entry-content .column3,
.entry-content .column4,
.entry-content .column5,
.entry-content .column6,
.entry-content .column32,
.entry-content .column43,
.entry-content .column52,
.entry-content .column53 { 
	margin:0 0 10px 0; padding:0 0 10px 0;
}
.entry-content .column1 {width:100%;}
.entry-content .column2 {width:48.2%; float:left; }
.entry-content .column3 {width:31%; float:left;}
.entry-content .column4 {width:22.4%; float:left;}
.entry-content .column5 {width:17.2%; float:left;}
.entry-content .column52 {width:37.6%; float:left;}
.entry-content .column53 {width:58.6%; float:left;}
.entry-content .column6 {width:13.7%; float:left;}
.entry-content .column32 {width:65.5%; float:left;}
.entry-content .column43 {width:74.1%; float:left;}
.entry-content .column_space { margin-right:3.225%; }

/* **********************
8.12 Shortcode - Thumbnails
*********************** */

	.entry-content .thumbnails-wrap { float:left; margin:0;padding:0; }
		.entry-content .thumbnails-wrap .minishowcase { list-style:none; margin:0;padding:0;}
		.entry-content .thumbnails-wrap .minishowcase .thumbnail-image { 
			border:1px solid #d8d8d8;
			background:#eee;
			padding:8px;
			margin:0 4px 0 4px;
			-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* FF3.5+ */
			-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* Saf3.0+, Chrome */
			box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* Opera 10.5, IE 9.0 */
			}
		.entry-content .thumbnails-wrap .minishowcase li { float:left; background: url(images/icons/view.png) no-repeat 50% 50%;  }
		.entry-content .thumbnails-wrap .minishowcase li:hover { }
		.thumbnails-title {
			padding:15px 10px 10px 10px;
			color:#A0A0A0;
			font-size:12px;
			line-height: 12px;
			height:50px;
			font-style:italic;
		}
				
/* **********************
8.13 Shortcode - Pre
*********************** */

.entry-content code {
	font-size:14px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	line-height:18px;
	display:block;
	background: url(images/pre_bg.png) repeat 0 0;
	margin:10px 0 20px 0;
	padding:18px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	border: 1px solid #eee;
	}
	
.entry-content pre strong { color:#111; }

.entry-content pre { 
	font-size:14px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	color: #949494;
	line-height:18px;
	display:block;
	margin:10px 0 20px 0;
	padding:18px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	border: 1px solid #eee;
	}
	
/* 8.14 Shortcode - Flexible Buttons
-------------------------------------------------------------- */

	a.tinybutton {
	    display:inline-block;
	    background-color: #3BB3E0;
	    background-image: -moz-linear-gradient(center bottom , #2CA0CA 0%, #3EB8E5 100%);
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	    border-left: 1px solid #888;
	    border-right: 1px solid #aaa;
	    border-bottom:none;
	    box-shadow: 0 1px 0 #888888 inset, 0 2px 0 0 rgba(0, 0, 0, 0.5), 0 3px 2px #999999;
	    margin: 10px;
	    position: relative;
	    text-decoration: none
		}

			a.tinybutton span {
				display: block;
				padding: 2px 10px;
				font-weight:600;
				font-size:10px;			
				color:#fff;
				text-shadow:1px 1px #111;
			}		


			a.tiny_goldbutton span,a.tiny_graybutton span {
			color:#111;
			text-shadow:1px 1px #fff;
			}

	a.smallbutton {
	    display:inline-block;
	    background-color: #3BB3E0;
	    background-image: -moz-linear-gradient(center bottom , #2CA0CA 0%, #3EB8E5 100%);
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	    border-left: 1px solid #888;
	    border-right: 1px solid #aaa;
	    border-bottom:none;
	    box-shadow: 0 1px 0 #888888 inset, 0 2px 0 0 rgba(0, 0, 0, 0.5), 0 3px 2px #999999;
	    margin: 10px;
	    position: relative;
	    text-decoration: none
		}

			a.smallbutton span {
				display: block;
				padding: 5px 30px;
				font-weight:600;
				font-size:12px;			
				color:#fff;
				text-shadow:1px 1px #111;
			}		


			a.small_goldbutton span,a.small_graybutton span {
			color:#111;
			text-shadow:1px 1px #fff;
			}


	a.bigbutton {
		line-height: 18px;
		position:relative;
	    display:inline-block;
	    background-color: #3BB3E0;
	    background-image: -moz-linear-gradient(center bottom , #2CA0CA 0%, #3EB8E5 100%);
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	    border-left: 1px solid #888;
	    border-right: 1px solid #aaa;
	    border-bottom:none;
	    box-shadow: 0 1px 0 #888888 inset, 0 2px 0 0 rgba(0, 0, 0, 0.5), 0 3px 2px #999999;
	    margin: 10px;
	    position: relative;
	    text-decoration: none;
		transition: all 0.2s;
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
	}
		a.tinybutton:hover, a.smallbutton:hover,a.bigbutton { opacity:1; }
		a.tinybutton:hover, a.smallbutton:hover,a.bigbutton:hover  {
		-webkit-box-shadow: inset 0px 1px 0px #333, 0px 2px 0px 0px #111, 0px 3px 2px #999;
		-moz-box-shadow: inset 0px 1px 0px #333, 0px 2px 0px 0px #111, 0px 3px 2px #999;
		-o-box-shadow: inset 0px 1px 0px #333, 0px 2px 0px 0px #111, 0px 3px 2px #999;
		box-shadow: inset 0px 1px 0px #333, 0px 2px 0px 0px #111, 0px 3px 2px #999;
		transition: all 0.2s;
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		opacity:0.7;
		border-bottom:none;
			}

			a.bigbutton span {
				display: block;
				padding: 20px 40px;
				font-size:16px;
				font-weight:700;		
				color:#fff;
				text-shadow:1px 1px 1px #111;
			}
			a.goldbutton span {
				color:#111;
				text-shadow:1px 1px 1px #fff;
				}
				a.graybutton span {
					color:#5F5E5E;
					text-shadow:1px 1px 1px #fff;
					}

	a.small_blackbutton, a.blackbutton {
	background: rgb(68,68,68);
	background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 );
		}

	a.small_pinkbutton , a.pinkbutton {
	background: rgb(251,131,250);
	background: -moz-linear-gradient(top,  rgba(251,131,250,1) 0%, rgba(233,60,236,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,131,250,1)), color-stop(100%,rgba(233,60,236,1)));
	background: -webkit-linear-gradient(top,  rgba(251,131,250,1) 0%,rgba(233,60,236,1) 100%);
	background: -o-linear-gradient(top,  rgba(251,131,250,1) 0%,rgba(233,60,236,1) 100%);
	background: -ms-linear-gradient(top,  rgba(251,131,250,1) 0%,rgba(233,60,236,1) 100%);
	background: linear-gradient(top,  rgba(251,131,250,1) 0%,rgba(233,60,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb83fa', endColorstr='#e93cec',GradientType=0 );
		}

	a.small_purplebutton,a.purplebutton {
	background: rgb(143,99,206);
	background: -moz-linear-gradient(top,  rgba(143,99,206,1) 0%, rgba(95,0,178,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,99,206,1)), color-stop(100%,rgba(95,0,178,1)));
	background: -webkit-linear-gradient(top,  rgba(143,99,206,1) 0%,rgba(95,0,178,1) 100%);
	background: -o-linear-gradient(top,  rgba(143,99,206,1) 0%,rgba(95,0,178,1) 100%);
	background: -ms-linear-gradient(top,  rgba(143,99,206,1) 0%,rgba(95,0,178,1) 100%);
	background: linear-gradient(top,  rgba(143,99,206,1) 0%,rgba(95,0,178,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f63ce', endColorstr='#5f00b2',GradientType=0 );
		}

	a.small_graybutton,a.graybutton {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
		}

	a.small_bluebutton,a.bluebutton {
	background: rgb(99,182,219);
	background: -moz-linear-gradient(top,  rgba(99,182,219,1) 0%, rgba(48,157,207,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,182,219,1)), color-stop(100%,rgba(48,157,207,1)));
	background: -webkit-linear-gradient(top,  rgba(99,182,219,1) 0%,rgba(48,157,207,1) 100%);
	background: -o-linear-gradient(top,  rgba(99,182,219,1) 0%,rgba(48,157,207,1) 100%);
	background: -ms-linear-gradient(top,  rgba(99,182,219,1) 0%,rgba(48,157,207,1) 100%);
	background: linear-gradient(top,  rgba(99,182,219,1) 0%,rgba(48,157,207,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b6db', endColorstr='#309dcf',GradientType=0 );
		}

	a.small_redbutton, a.redbutton {
	background: rgb(255,48,25);
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	background: linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
		}

	a.small_greenbutton,a.greenbutton {
	background: rgb(191,210,85);
	background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(114,170,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(100%,rgba(114,170,0,1)));
	background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(114,170,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(114,170,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(114,170,0,1) 100%);
	background: linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(114,170,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#72aa00',GradientType=0 );
		}

	a.small_goldbutton,a.goldbutton {
	background: rgb(241,231,103);
	background: -moz-linear-gradient(top,  rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,231,103,1)), color-stop(100%,rgba(254,182,69,1)));
	background: -webkit-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%);
	background: -o-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%);
	background: -ms-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%);
	background: linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 );
		}

		.button-align-left { float:left; }
		.button-align-right { float:right; }
		a.button-align-fullwidth {
			display:block;
			text-align:center;
		}

	
/* ******************************
9.1 Post summary
*************************** */

.postsummarywrap {
	float: left;
	margin-bottom: 30px;
	width: 200px;
	}
	
.postsummary-spacing,.fullcontent-spacing {
	margin-bottom:20px;
	}
	
.postsummaryimage {
	}
.postsummaryimage img {
	max-width:100%;
}
	
	.datecomment {
	    font-size: 13px;
	    font-weight: 600;
	    padding: 0;
	    text-align:right;
	}
	.datecomment a { }
	.portfolio-contents-wrap .datecomment {
		float:right;
		margin-top:15px;
	}
	
	.thetags { background: url(images/tag.gif) no-repeat left; padding: 0 0 0 15px; font-size:10px; text-transform:uppercase;color:#111; margin-bottom:20px;}
	.thetags a { color:#7d7d7d; text-decoration:none; }
	.thetags a:hover {  color:#444; }
	
	.posted-date {
	 	background-image: url("images/icons/clock.png");
		background-position: 0px 2px;
		background-repeat: no-repeat;
		margin: 0;
		padding: 0 0 11px 22px;
		display: inline-block;

		}
	.posted-date a {
		color: #A4A4A4;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 0.5px;
		}
	.posted-date a:hover { color:#000; text-decoration:none; }
	
	.portfolio-cat {
		background-color:#E6412E;
		background-image: url("images/icons/portfolio_cat_8x8.png");
		background-repeat: no-repeat;
		background-position: 18px 11px; 
	    color: #FFFFFF;
	    margin: 0;
	    padding: 7px 30px 9px 45px;
	    position: relative;
	    top: -3px;
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;

	}
	.portfolio-cat a {
		color: #FFFFFF;
	    font-size: 9px;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	}
	.portfolio-cat a:hover { color:#eee; }
	
	.postedin { background: url(images/icons/pen_8x8.png) no-repeat 0 6px; padding: 0 0 0 15px; margin: 5px 0 0 0;color:#bbb; }
	.postedin a {  color:#1EB0C9; text-decoration:none; }
	.postedin a:hover {  color:#444; }
	
	.lightboxlink { background: url(images/icons/magnifying_glass_alt_8x8.png) no-repeat 0 5px; padding: 0 0 0 15px; margin: 8px 0 0 0;color:#bbb; }
	.lightboxlink a {  color:#464646; text-decoration:none; }
	.lightboxlink a:hover {  color:#444; }
	
	span.comments {
		color: #A4A4A4;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 0.5px;
		display: block;
	}
	span.comments a {
		color: #A4A4A4;
		background: url("images/icons/comment-18.png") no-repeat scroll left 2px transparent;
		padding: 0 0 5px 24px;
		text-decoration: none;
		}
	span.comments a:hover { color:#444; }
	
	
	
	span.portfolio-comments {
		color: #AEAEAE;
		font-size: 13px;
		letter-spacing: 0.5px;
	    position:absolute;
	    top:-26px;
	    right:48px;
	}
	span.portfolio-comments { 
		background: url(images/icons/comment-16.png) no-repeat right 4px;
		padding: 0 24px 0 0;
		text-decoration:none;
		}
	span.portfolio-comments a:hover { color:#444; }
	
	
	
	.postsummarytitle {
		margin: 20px 0 10px 0;
		}
	
	.postsummarytitle h2 a {
		font-size: 14px;
		color: #666;
		font-weight:bold;
		}
	.postsummarytitle h2 a:hover {
		text-decoration:none;
		color: #111;
		}
		

		
		
/* 
9.2 Page Navigation Styles
*/

.pagination-navigation {
	padding-top:20px;
	margin-top:20px;
}
.pagination {
	padding-bottom:20px;
	color: #2E2E2E; 
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	
    font-size: 12px;
    font-weight: 600;
	}

.pagination a:link , .pagination .navigation-single ,.pagination span.current,
ol.commentlist li .reply a,.pagination a:visited, .pagination-info {	
	outline: 0;
	padding: 5px 12px;
	margin-right: 5px;
	display: inline-block;
	color: #eee;
	background: #222222;
	margin-bottom: 5px;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease;
	text-decoration:none;
	}
	
.pagination-info {
    float: right;
    background:#aaa;
	color:#fff;
}
	
.navigation-next,.navigation-prev { color:#fff;}

.pagination a:hover,
ol.commentlist li .reply a:hover {
	color: #fff;
	opacity:0.8;
	}
.pagination a:active {
	}
.pagination span.pages {
		padding: 3px 7px 3px 7px; 
		margin: 4px 4px 4px -6px;
		color: #747474;
		margin-bottom:10px;
		border:none;
		display:none;
	}
.pagination span.current {
	color:#fff;
	background: #1EB0C9;
	}
		
.pagination span.extend {
		padding: 3px 7px 3px 7px; 
		margin: 4px;	
		margin-bottom:10px;
		color: #2E2E2E;
		border:none;

	}

.navigation { 
	font-size:14px;
}

.navigation a { 
		color:#111;
	}

.navigation a:hover { 
		color:#000;
		text-decoration:none;
	}
	
	/*
9.3 Password Protected Form
	*/
	
#password-protected p {
	margin-bottom:20px;
	color:#ff0000;
	}
	
	#password-protected input {
		width:120px;

		background:#808080;

		font-weight:bold;
		cursor:pointer;
		
		color: #666666;
		padding: 10px 17px;
		background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#e6e6e6);
		background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#e6e6e6));
		border: 1px solid #cecece;
		-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
		-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
		
		-moz-border-radius: 5px;
		 border-radius:  5px;
		 -webkit-border-radius: 5px;
	}
		#password-protected input:submit:hover { color: #111;}
		#password-protected input:submit:active { color: #000; }
		
#password-protected label {
	font-size:12px;
	color:#666;
	}
	
#password-protected label input {
	font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans','DejaVu Sans Condensed', Tahoma, Arial,sans-serif;
	font: inherit;
	font-size: 13px;
	border: 1px solid #ddd;
	padding:7px;
	margin:0 10px 20px 10px;
	-moz-border-radius: 0;
	 border-radius:  0;
	 -webkit-border-radius: 0;
	 background:none;
	 box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	width:200px;
	}
		
/*
******************************
9.4 Post Info
******************************
*/

.postinfo {
	border-top: 1px dotted #DEDEDE;
	color: #7D7D7D;
	font-size: 11px;
	margin: 25px 0 0;
	padding: 20px 0;
	text-align: right;
	}
	.postinfo p {
	color: #000;
	letter-spacing: 0.5px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	.postinfo a, .contents .postinfo a { color:#51C8DD; text-decoration:none; font-weight: 600;
	}
	.postinfo a:hover {color:#111;}
	
/* ******************************
10.1 Sidebar
******************************* */

.regular-sidebar {
	margin:	0;
	}

.portfolio-sidebar {
	margin:	0;
	}
	
.sidebar-top {

	margin-top:35px;

	}
	
.sidebar-bottom {

	}
	
.sidebar-wrap ,.sidebar-wrap-single {
    margin: 30px 0 0;
    width: 32.2%;
	}
.single-mtheme_portfolio .sidebar-wrap-single {
	margin-top:50px;
}
	
.sidebar h3 {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	}

.sidebar-widget {
    margin-bottom: 10px;
    padding: 0 0 40px 0;
	}
	
.sidebar-left .sidebar-widget {
    padding: 0 0 40px 50px;
	}
	
.sidebar .sidebar-widget:last-child {
	border-bottom:none;
}
.sidebartextbox { color:#7d7d7d; padding-bottom:30px;}

.sidebar {
	color: #8B8B8B;
	font-size:	12px;
	letter-spacing:0.5px;
	}
.sidebar p { margin-top:15px; }
.sidbare p:first-child { margin-top:0; }
.sidebar a { color:#A4A4A4; }
	.sidebar a:hover { color:#333; text-decoration:none;}
		.sidebar ul {padding:0;margin:0; }
		.sidebar ul li {   }
		.sidebar ul li a { padding:2px 0 3px 0;display:block; border-bottom: 1px solid #F7F7F7; }
		.sidebar ul li a:hover { text-decoration:none; border-bottom: 1px solid #eee; }
			.sidebar ul ul li a { padding-left:15px; }
				.sidebar ul ul ul li a {  padding-left:30px; }
					.sidebar ul ul ul ul li a {padding-left:55px; }
					
.sidebar-widget ul li.cat-item { padding-left: 20px; background: transparent url('images/icons/arrow_right_8x8.png') no-repeat 0 8px; }
.sidebar-widget ul li.page_item { padding-left: 20px; background: transparent url('images/icons/pen_8x8.png') no-repeat 0 15px; }
.sidebar-widget ul.children li.page_item { padding-left:0; background: none; }
.sidebar-widget ul#recentcomments li { color: #555;
	padding:2px 0 3px 20px; background: transparent url('images/icons/comment_stroke_8x7.png') no-repeat 0 10px;
	}

.header_search_wrap {
	position:relative;
	float:right;
}
.header_search {
    background: #E6412E;
    padding: 15px 35px;
    width: 210px;
	position:absolute;
	right:50px;
	top:8px;
}
.header_search:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 24px;
	z-index: 2;
	right:-1px;
	border: 6px solid transparent;
	border-right-color: #EEEEEE;
	}
.header_search #searchbutton {
	position: relative;
	right: -77px;
	background:url(images/icons/search_header.png) no-repeat 50% bottom;
	opacity:0.8;
}

.header_search #searchbutton:hover {
	opacity:1;
}

/* Mini SIdebar Styles */
.sidebar-mini #searchform input {
    width: 155px;
}
.sidebar-mini .popularpost_info, .recentpost_info {
	float:none;
	width:auto;
	padding: 2px 0;
}

/* ******************************
10.2 Form / Widget Search
******************************* */

	#s {
		margin: 0;
		height: 16px;
		padding: 5px;
		border:none;
		font-size:12px;
		font-style:italic;
		width:82%;
		background:none;
	}
	#searchform input {
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
	padding: 0 5px 0 0;
	width:372px;
	border-bottom:1px solid #eee;
	}
	#searchbutton {
		border:0;
		background: url("images/icons/dark_search_button.png") no-repeat scroll 50% 50% #1EB0C9;
		cursor: pointer;
		height: 32px;
		padding: 10px 18px 4px;
		width: 32px;
		}
		
	#searchbutton:hover {
		background-color: #000;
		-webkit-transition: all 0.5s ease-in;
		-moz-transition: all 0.5s ease-in;
		transition: all 0.5s ease;
		}
	
	.search-terms { font-weight:bold; color:#000; }
	
.sidebar-widget #searchform input {
    color: #7d7d7d;
    }


/* **********************
10.3 Widget Calendar
*********************** */
				
#wp-calendar {
	width:100%;
	color:#8B8B8B;
	font-size:12px;
	}
	
#wp-calendar td {
	padding:5px; text-align:center;
	background:#eee;
	}
	
#wp-calendar td#prev {
	background:#fff;
	}
	
#wp-calendar td a{
	color:#111; text-decoration:none;
	}

#wp-calendar td a:hover {
	color:#111;text-decoration:none;
	}
	
#wp-calendar #today {
	font-weight:bold;
	color:#fff;
	background:#3C3C3C;
	}
	
#wp-calendar #today a{
	font-weight:bold;
	color:#fff;
	}
	
#wp-calendar caption {
	color: #eee;
	font-weight:600;
	padding-bottom:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	}
	
#wp-calendar thead tr th{
	background: #A2A2A2;
	color: #fff;
	font-weight:normal;
	padding:5px;
	text-align:center;
}

#wp-calendar tfoot tr td a {
	background: #eee; padding: 1px;
}

#wp-calendar tbody tr td {

}

#wp-calendar .pad {
	background:none;
}

/* ******************************
10.4 Widget Recent Posts,Popular Posts
******************************* */
#recentposts_list,#popularposts_list {
	list-style: none;
	margin: 0;
}
#recentposts_list li a {  }

.popularpost_info,
.recentpost_info {
	float:right;
	width:326px;
}

#popularposts_list li.even,
#recentposts_list li.even{
	background:#F8F8F8;
}

#recentposts_list p,
#popularposts_list p{
	color: #A6A6A6;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 15px;
    margin: 5px 0 0 0;
    padding-right: 20px;
}
#recentposts_list li,#popularposts_list li{
	padding: 0;
}
#recentposts_list li:last-child,#popularposts_list li:last-child{
	margin: 0 0 0 0;
}
#recentposts_list li a,#popularposts_list li a {
	background:none;
	padding:0;
}
#recentposts_list .recent_thumbnail,#popularposts_list .popular_thumbnail {
	display:block;
	float:left;
	margin:0 10px 0 0;
	line-height:100%;
	padding:1px;
	border:none;
	}
#recentposts_list .recentpost_info .recentpost_title,#popularposts_list .popularpost_info .popularpost_title {
	border: none;
	color: #767676;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.1px;
	margin: 14px 0 5px 0;
	}
#recentposts_list .recentpost_info .recentpost_title:hover,#popularposts_list .popularpost_info .popularpost_title:hover  {
	color: #333;
	}

#popularposts_list img, #recentposts_list img {
	display:block;
	padding:0;margin:0;
					-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
					-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
					box-shadow: 0 2px 2px rgba(0,0,0,.4);
	width:80px;
	height:80px;
}
#recentposts_list .recentposts_list time,#popularposts_list .popularposts_list time {
	display:block;
	font-size: 11px;
}

#recentposts_list .recentposts_list .recentpost_info,#popularposts_list .popularposts_list .popularpost_info  {
	overflow:hidden;
}


/* ******************************
10.5 Twitter Widget
******************************* */

.tweetmeme-button {
	float: left;
	margin: 5px 15px 5px 0;
	}

.mtheme-twitter-feeds h3 {
	font-size:		14px;
	font-weight:	bold;
	text-transform:	uppercase;
	color:			#737373;
	}
	
.mtheme-tweets .loading {
	color:#888;
}

#footer .mtheme-tweets .loading {
	color:#000;
}
	
.mtheme-tweets, .query {
	text-decoration:none;
	background:		none;
	margin-left:	0;
	}
  .mtheme-tweets .tweet_list, .query .tweet_list {
	font-size: 		12px;
	line-height: 	18px;
	list-style: 	none;
	display:		block;
	}
  #mainpage-block-4 .mtheme-tweets .tweet_list, .query .tweet_list {
	font-size: 		14px;
	line-height: 	18px;
	list-style: 	none;
	display:		block;
	text-align:		left;
	}
    #mainpage-block-1 .mtheme-tweets .tweet_list .tweet_avatar img, #mainpage-block-4 .mtheme-tweets .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle;
		margin: 0 5px 5px 0;
		border:1px solid #D1D1D1;
		padding:5px;
		background:#E8E8E8;
		}
    .mtheme-tweets .tweet_list .awesome, .mtheme-tweets .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .mtheme-tweets .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0 10px 15px 0;
      margin: 0 0 12px 0;
	}
      .mtheme-tweets .tweet_list li a, .query .tweet_list li a {
        color: #eee;
		}
     .query .tweet_list li a {
		color:#666;
		}
		 #footer .tweet_list li .tweet_time a, .sidebar-widget .tweet_list li .tweet_time a {
			 background: #E1E1E1;
		   color: #595959;
		   font-size: 10px;
		   font-weight: 600;
		   padding: 1px 6px 2px;
		   text-decoration: none;
		}
    #footer .mtheme-tweets .tweet_list .tweet_even, .query .tweet_list .tweet_even { }
    .mtheme-tweets .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .mtheme-tweets .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle;
		margin: 0 5px 5px 0;
		padding:5px;
		}
		.sidebar-widget span.tweet_text {
			color: #7a7a7a;
		}
		
	.sidebar-widget .mtheme-tweets .tweet_list li a {
		color: #555;
		font-size:11px;
	}
		.sidebar-widget .tweet_list a { border:none; display:inline;}
		
		#footer .mtheme-tweets .tweet_list li a {
		color:#000;
		font-weight:600;
		}
		#footer .tweet_list li .tweet_time a {
			background:#000;
			color:#fff;
		}
		#footer .tweet_list li .tweet_time a:hover {
			color:#fff;
		}
	#footer #popularposts_list li,
	#footer #recentposts_list li {
	}
	#footer #popularposts_list li.even,
	#footer #recentposts_list li.even {
	    background: none;
	    padding:  5px 0 2px;
	}
	#footer .popularpost_info,
	#footer .recentpost_info {
	    width: 216px;
	    margin-bottom:10px;
	}	
		
/* ******************************
10.6 Sidebar Widget Gallery
******************************* */
		
.sidebar-widget .infobar-portfoliogrid, .footer-widget .infobar-portfoliogrid {
	margin:0;
	padding:0;
	list-style-type: none;
}

	.sidebar-widget .infobar-portfoliogrid li a, .footer-widget .infobar-portfoliogrid li a {
		margin:0;
		padding:0;
		border:none;
	}

	.sidebar-widget .infobar-portfoliogrid li {
		float:left;
		margin:0;
		padding:0;
		border:none;
		margin:  0 1px 1px 0;
		}
		
	.footer-widget .infobar-portfoliogrid li {
		float:left;
		margin:0;
		padding:0;
		border:none;
		}
		
	.sidebar-widget .infobar-portfoliogrid li img {
		display: block;
		height: 103px;
		width: 103px;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
		box-shadow: 0 2px 2px rgba(0,0,0,.4);
		}

		.sidebar-mini .infobar-portfoliogrid li img {
		    height: 99px;
		    width: 99px;
		}
		
		.sidebar-widget .infobar-portfoliogrid li img:hover {
			-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.7);
			-moz-box-shadow: 0 2px 5px rgba(0,0,0,.7);
			box-shadow: 0 2px 5px rgba(0,0,0,.7);
			-webkit-transition: all 0.2s ease-in;
			-moz-transition: all 0.2s ease-in;
			transition: all 0.2s ease;
			}
			.sidebar-widget .infobar-portfoliogrid li a:hover {
				border:none;
			}
		
	.footer-widget .infobar-portfoliogrid li img {
		background-color: #5F5F5F;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		display: block;
		opacity: 1;
		margin:0 1px 1px 0;
		padding: 0;
		height: 102px;
		width: 102px;
		line-height:0;
		}
		
		.footer-widget .infobar-portfoliogrid li img:hover {
			opacity: 0.9;
			}
		
	.sidebar-widget .infobar-portfoliogrid .rightspace { }
	.footer-widget .infobar-portfoliogrid .rightspace { }

/* **********************
10.7 Social Widget
*********************** */

.social-header {
	}
	
.social_contact_text {
	display:inline-block;
	float:right;
	margin-left:10px;
	color:#fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
	}

.social-size-32 img{
	position:relative;
	top:-8px;
}
.social-size-32 .social_contact_text {
}

.social_contact_text {
	color: #656565;
	
	}

.social_contact_text a {
	color: #fff;
	padding: 7px 13px;
	background: #000;
	}
	.social_contact_text a:hover {
		color:#fff;
		background: #333;
		text-decoration: none;
		}
	
.socialmedia-buttons {
	text-align: right;
}
.socialmedia-buttons a.qtips {
}

.socialwidget_left {
	text-align: left;
}

.socialwidget_center {
	text-align: right;
}

li.Social_Widget a {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}
	
.socialmedia-buttons img {
	border: 0;
	border: 0 !important;
	margin-right: 5px !important;
	display: inline;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	text-align:center;
}

.socialmedia-buttons a:hover {
	text-decoration: none;
	border: 0;
}
.socialmedia-buttons img.fade:hover {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}

.socialmedia-buttons img.scale:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-zoom: 1.2;
	transition: all 0.2s ease;
}
	
.socialmedia-buttons img.bounce:hover {
	transform: translate(0px, -2px);
	-moz-transform: translate(0px, -2px);
	-webkit-transform: translate(0px, -2px);
	-webkit-transition: -webkit-transform 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	
}

.socialmedia-buttons img.combo:hover {
	transform: translate(0px, -4px);
	-moz-transform: scale(1.1) translate(0px, -4px);
	-webkit-transform: scale(1.1) translate(0px, -4px);
	-ms-zoom: 1.1;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}

	.sidebar .socialmedia-buttons {
		margin-top:15px;
		text-align: left;
	}
	.sidebar .social-size-32 img,
	.sidebar .social-size-16 img {
    	position: static;
	}
	.sidebar .social_contact_text {
		display: block;
		float: none;
		margin-left: 0;
		margin-top:10px;
	}
	.sidebar .social_contact_text a {
		color:#fff;
	}


/* **********************
10.8 Flickr
*********************** */
.flickr_wrap {
	position: relative;
}
.flickr_wrap .flickr_badge_image {
	padding: 0;
	float:left;
	line-height:100%;
	margin:0 1px 1px 0;
}
.flickr_wrap .flickr_badge_image img {
    display: block;
    height: 103px;
    width: 103px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	box-shadow: 0 2px 2px rgba(0,0,0,.4);
	opacity: 1;
}
.flickr_wrap .flickr_badge_image img:hover {

	opacity: 0.9;
}
#footer .flickr_wrap .flickr_badge_image img:hover {
	
	opacity: 1;
}
#footer .flickr_wrap .flickr_badge_image img {
	width:63px;
	height:63px;
	display:block;
	padding:5px;
}
#footer .flickr_wrap {
	margin-right:-9px;
}
#footer .flickr_badge_image {
	margin:0 1px 1px 0;
}

/* ******************************
10.9 Address widget
******************************* */
	
.contact_address_block {
	list-style: none;
	margin: 10px 0 0 0;
	font-size:12px;
    color: #939393;
	}
	
	.contact_address_block a {
		color: #6F6D6D;
	}
	.contact_address_block a:hover {
		color: #111;
	}
	
	.contact_address_block li, #footer .contact_address_block li, #sidebar .contact_address_block li  {
		margin: 0 0 3px 0;
		padding:0;
		letter-spacing:0.5px;
		}
		.contact_address_block li {
			padding: 4px 0;
		}
		#footer .contact_address_block li {
			letter-spacing: 0.5px;
			margin: 0;
			padding: 0;
			padding: 6px 0;
		}
		
		.contact_address_block .about_info, #footer .contact_address_block .about_info{
			padding: 0 0 10px 0;
			font-size:12px;
			}
		#footer .contact_address_block .about_info {
			color: #C1C1C1;
			}

		.contact_address_block .contact_name {
			background: url(images/icons/address/home.png) no-repeat 0 50%;
			margin-top:10px;
			padding: 0 0 0 20px;
			font-weight:600;
			font-size:15px;
			color: #000;
			display: block;
			}
			#footer .contact_name {
				font-size:13px;
			}
			
		#footer .contact_address_block .contact_name {
			color: #fff;
			}
			
		.contact_address_block .contact_address {
			padding: 0 0 0 20px;
			}
			
		.contact_address_block .contact_city {
			padding: 0 0 0 20px;
			}
			
		.contact_address_block .contact_phone {
			background: url(images/icons/address/phone.png) no-repeat 0 50%;
			padding: 0 20px 0 20px;
			}
			
		.contact_address_block .contact_mobile {
			background: url(images/icons/address/mobile.png) no-repeat 0 50%;
			padding: 0 0 0 20px;
			}
			
		.contact_address_block .contact_email {
			background: url(images/icons/address/email.png) no-repeat 0 50%;
			padding: 0 0 0 20px;
			}
			
		.contact_address_block .contact_email a {
			display: inline;
			}	
				
.page-contents-right {
	padding: 10px 40px 40px 20px;
	}


ul.vertical_images li {
	margin-top:1px;
	line-height: 0;
}
ul.vertical_images .vset_title {
	display:block;
	background:#000;
	color:#B5B5B5;
	padding:25px;
	text-align: center;
	font-style: italic;
    padding: 25px;
    font-size: 13px;
}
ul.vertical_images li:first-child {
	margin-top:0;
}
	
/* 
11.1 Portfolio Taxonomies Browser
-------------------------------------------------------------- */
.portfolio-thumbnail-block,.filter-thumbnail-block {
	display:none;
	}
					
					
	.current-taxonomies {
		font-size:10px; 
		font-weight:bold; 
		text-transform:uppercase; 
		letter-spacing:1px; 
		margin-bottom:10px;
		color:#444;
	}
	.current-taxonomies a {
		
		color:#666;
		}
	

	.portfolio-related-break {
		margin-bottom:30px;
		}
		
	.portfolio-taxonomies-browse ul {
		padding-top:20px;
		padding-bottom:30px;
		}	
		.portfolio-taxonomies-browse h3 {
			display:inline-block;
			font-size:14px;
			float:left;
			margin-right:10px;
			color:#333;
			letter-spacing:1px;
		}
		
	.portfolio-taxonomies-browse ul li {
		display:inline-block;
		margin-right:5px;
		margin-bottom:5px;	
		}
		
		.portfolio-taxonomies-browse ul li a {
    outline: 0;
    padding: 5px 12px;
    display: block;
    color: #ccc;
    font-weight: 600;
    text-shadow: 1px 1px #1f1f1f;
    border: 1px solid #1c1c1c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #222222;
    background: -moz-linear-gradient(top, #3d3d3d 3%, #313131 4%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3d3d3d), color-stop(4%,#313131), color-stop(100%,#222222));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#222222',GradientType=0 );
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
			cursor:pointer;
			-webkit-transition: box-shadow 0.2s ease-in;
			-moz-transition: box-shadow 0.2s ease-in;
			transition: box-shadow 0.2s ease;
			}
			.portfolio-taxonomies-browse ul li a:hover {
			text-decoration:none;
    color: #fff;
    background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 3%, #404040 4%, #2e2e2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4c4c4c), color-stop(4%,#404040), color-stop(100%,#2e2e2e));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2e2e2e',GradientType=0 );
		-webkit-transition: box-shadow 0.2s ease-in;
		-moz-transition: box-shadow 0.2s ease-in;
		transition: box-shadow 0.2s ease;
				}
		
			.portfolio-taxonomies h2.taxonomies-title {
				font-size:18px;
				color:#000;
				margin-left:5px;
				margin-top:10px;
				margin-bottom:20px;
			}
			
/* 
11.2 Portfolio Taxonomies Widget
-------------------------------------------------------------- */
	
	.portfolio-taxonomies ul {
		list-style-type:none;
		}
		
		.portfolio-taxonomies ul {
			margin-top:10px;
			}
					
		.sidebar .portfolio-taxonomies ul li a {
			color: 	#1EB0C9;
			}		
			
			.sidebar .portfolio-taxonomies ul li a:hover {
		color:#000;
			}

/* 
13.3 Portfolio Related
-------------------------------------------------------------- */
					
	.grid-list-portfolio-related {
		position:relative;
		width:100%;
		}
		
		.portfoliorelated_widget_about {
			margin-bottom:10px;
		}
		
		.sidebar .grid-list-portfolio-related a {
			border:none;
			margin:0 0 1px 0;
			padding:0;
			}
			.sidebar .grid-list-portfolio-related a:hover {
			border:none;
			margin:0 0 1px 0;
			padding:0;
			}
		
		.grid-list-portfolio-related h2.related-title {
			font-size:18px;
			color:#000;
			margin-left:5px;
			margin-top:10px;
			}
	
		.grid-list-portfolio-related ul {
			list-style-type:none;
			padding-top:10px;
			}
			.grid-list-portfolio-related ul li {
				display:inline-block;
				float:left;
				vertical-align:top;
				margin-right:1px;
				}
				.grid-list-portfolio-related ul li h4{
					font-weight: normal;
					}
					.grid-list-portfolio-related ul li h4 a {
						font-size:11px;
						color:#ccc;
						text-transform:none;
						letter-spacing:0;
						line-height:12px;
					}
					.grid-list-portfolio-related ul li h4 a:hover {
						color:#fff;
						}
				.grid-list-portfolio-related ul li .description{
					margin-top:5px;
					margin-bottom:5px;
					color:#eee;
					font-size:12px;
					margin-right:1px;
				}
				.grid-list-portfolio-related ul li img {
					max-width:100%;
					display:block;
					opacity:1;
					width:103px;
					-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
					-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
					box-shadow: 0 2px 2px rgba(0,0,0,.4);
					}				
					.grid-list-portfolio-related ul li img:hover {
					opacity:0.9;
					}
			
/* ******************************
Big Italic
******************************* */

.big-italic {
	font-size:		18px;
	font-style:		italic;
	line-height:	30px;
	color:			#7b7b7b;
}
	
/* **********************
12.1 Comments
*********************** */

#commentform-section {
	margin-top:50px;
}

.commentform-wrap {
	margin: 60px 0;
	}

#comments {
	color: #D3D3D3;
	display: inline-block;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;

}

.nocomments {
	margin: 35px 0 0 0;
	text-transform: uppercase;
	}

.comment-body a {
	color:#2E2E2E;
	}
.comment-body a:hover {
	color:#111;
	text-decoration:none;
	}

#comment {
	width:100%; border:1px solid #D1D1D1;
	}

ol.commentlist {
	margin:20px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;
}
	ol.commentlist li {
		margin:10px 0;
		line-height:18px;
		padding:20px;
	}
		ol.commentlist li .comment-author,ol.commentlist li .comment-author a,ol.commentlist li .comment-author .fn  {
			color:#747474; text-transform:uppercase; font-weight:bold;letter-spacing:0;font-size:11px;
		}
			ol.commentlist li .comment-author a {
				text-decoration:none;
			}
			
			ol.commentlist li .comment-author .fn {
				color: #666;
			}
			
			ol.commentlist li .comment-author .fn a {
				color: #000;
			}
			ol.commentlist li .comment-author .avatar{
				float:left;
				vertical-align: middle;
				margin: 0 15px 5px 0;
				border:1px solid #D1D1D1;
				background:#E8E8E8;
			}

		ol.commentlist li .comment-meta{
			font-size:10px;
			font-weight: 600;
		}
			ol.commentlist li .comment-meta a {
			color: #707070;
			text-decoration: none;
			font-style: italic;
			}
		ol.commentlist li p {
			font-size: 14px;
			line-height: 25px;
			padding:30px;
			color: #A7A7A7;
			float:left;
		}
		ol.commentlist li .reply{
			margin:20px 0 20px 0;
			font-size:12px;
		}
			ol.commentlist li .reply a{
				margin-top:20px;
			}
			ol.commentlist li .reply a:hover{
			}
			
		ol.commentlist li {
			background:#fff;
		}
		
		ol.commentlist li.odd {
			background:#F4F4F4;
		}
		ol.commentlist li.even {
			background:#fcfcfc;
		}
		
ol.commentlist li.bypostauthor .avatar {
	border-top: 3px solid #959595;
	margin-top: -23px;
}
		
#commentform p {
	margin: 15px 0;
	}
			
#commentform {
	font-size:12px;
}

#commentform a {
	color:#111; 
}
	#respond {
	}
	
	#respond a {
		color: #111;	
	}
	
	#respond a:hover{
		text-decoration: none;
		color: #000;
		}
		
		#respond h3 {
			color: #BFBFBF;
			font-size: 20px;
			font-weight: 800;
			letter-spacing: -0.5px;
			margin-bottom: 20px;
			text-transform: uppercase;
			}
		
		.reply-title {
		}
		
		#respond h4 {
			font-size:14px;
			text-transform:uppercase;
			font-weight: bold;
			margin: 20px 0 15px 0;
		}
		#commentform {
			margin:0;
		}
		.comment-notes {
			font-style: italic;
		}
		#commentform-section .required {
			color:#ff0000;
			font-weight: 700;
		}
			#commentform label{
				color: #000000;
				display: inline-block;
				font-size: 14px;
				font-weight: 700;
				margin-top:20px;
			}
				#commentform label small {
					font-size:12px;
					color:#a0a0a0;
				}
			#respond #commentform textarea,
			#respond #commentform input {
				font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
				margin-bottom:10px;
				padding:5px;
				margin: 5px 10px 10px 0;
				background:#f8f8f5;
				border:4px solid #eee;
			}
			#respond #commentform textarea:focus,
			#respond #commentform input:focus {
				border:4px solid #666;
				-webkit-transition: border-color 0.5s ease-in;
				-moz-transition: border-color 0.5s ease-in;
				transition: border-color 0.5s ease;
			}
			#commentform input{
				font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
				width:97.5%;
			}
			#commentform textarea{
				font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
				width:97.5%;
			}
			
			.form-allowed-tags {
				font-size: 10px;
				width:97.5%;
			}
			
			.logged-in-as {
				font-size: 11px;
				color: #a6a6a6;
			}
			.logged-in-as a {
				font-weight: 600;
			}
			
			#contact .button,#commentform input#submit {
				width:120px;
				outline: 0;
				padding: 5px 12px;
				margin-right: 5px;
				display: inline-block;
				color: #eee;
				font-weight: 600;
				border: 1px solid #111;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				background: #222222;
				box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
				-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
				-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
				cursor:pointer;
				-webkit-transition: box-shadow 0.2s ease-in;
				-moz-transition: box-shadow 0.2s ease-in;
				transition: box-shadow 0.2s ease;
				text-decoration:none;
			}
			#commentform input#submit {
				color: #eee;
			}
			#respond #commentform input#submit:hover {
			color: #fff;
			cursor:pointer;
			}
			
/* 
12.2 Template - Contact Form
-------------------------------------------------------------- */

#contactform { margin: 20px 0 40px 0; }

	#successmessage {
	display:none; 
	width:80%;
	color:#9F9F9F;
	padding: 30px 25px 45px 25px;
	margin: 40px 0 40px 0;
    background: #FFFFED;
	}
	
	#successmessage h2 {
	margin: 10px 0 20px 0;
	text-transform: none;
	}
	
	#contactform #contact label {
		cursor: pointer;
		font-size: 13px;
		font-weight:normal;
		letter-spacing:1px;
		color:#a0a0a0;
	}
	#contact .text-input {
		display:block;
		font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans','DejaVu Sans Condensed', Tahoma, Arial,sans-serif;
		color:#7d7d7d;
		font: inherit;
		font-size: 13px;
		border: 1px solid #ddd;
		padding:7px;
		margin:0 0 20px 0;
		}
		
	#contact textarea {
		height: 80px;
		}
	#contact input, #contact textarea {}	
	#contact input:focus, #contact textarea:focus { 
		border: 1px solid #888;
		}

	#contactform #contact  .error {
		font-size: 12px;
		font-weight:bold;
		color: #ff0000; 
		float:right;
		margin-right:40px;
		display:none;
		padding: 0 8px;
		}

	#contact .button {
		width:120px;
		font-weight:bold;
		font-size:13px;
	}
		#contact .button:hover { color: #fff; cursor:pointer;}
		#contact .button:active { color: #eee; }
		#contact input { width: 96%; }
		#contact textarea { width: 96%; }
		#contact label { display: inline; float: none; font-weight:bold; font-size:14px; }
	
	/* -------- Address -------- */
	
	.addressbox { 
		float:right;
		font-size:18px;
		line-height:22px;
		position:relative;
		right:148px; top:40px;
		margin-bottom:100px;
		}
	.addresstitle {
		font-size:18px;
		font-weight:bold;
		margin-bottom:10px;margin-left:-5px;
	}
	
	.fulladdress {
		color:#464646;
		font-size:14px;
		margin-bottom:10px; 
	}
	
		.fulladdress ul {
			list-style:none !important;
		}
			.fulladdress ul li {
			}

/* **********************
13.1 Navigation
*********************** */

.navigation {
	color: #D1D1D1;
	font-size: 11px;
	line-height: 18px;
	letter-spacing:-1px;
	overflow: hidden;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
	background:#eee;
	width: 100%;
}
.navigation a:link,
.navigation a:visited {
	color: #7d7d7d;
	text-decoration: none;
	display:block; padding:10px 20px;
}
.navigation a:active,
.navigation a:hover {
	display:block;
	color: #111;
}
	
.nav-previous {
	float: left;
	width: 30%;
}
.nav-previous a{
	float:left;
	}
.nav-next {
	float: right;
	text-align: right;
	width: 30%;
}
.nav-lightbox {
	float: left;
	text-align: center;
	width: 30%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

.attachment-main-image {

	display: block;
	}
	


/* ******************************
icons Shortcode
******************************* */
.iconalign-left { float:left; padding-right:5px;}
.iconalign-right { float:right; padding-left:5px;}
.iconalign-center { display:block; margin: 0 auto; text-align:center; }

/*
******************************
Author Info
******************************
*/
		
#entry-author-info {
	background: #F9F9F9;
	border:1px solid #E8E8E8;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 12px;
	line-height: 20px;
	background: #FEFEFE;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
}
#entry-author-info #author-avatar .avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	padding: 5px;
	display:block;
	margin: 0 20px 10px 0;
}
#entry-author-info #author-description {
	float: left;
	display:block;
	width:100%;
}

#entry-author-info h2 {
	color: #111;
	font-weight: bold;
	font-size: 16px;
	margin-top:0;
	margin-bottom: 10px;
}

#author-link {
	color: #747474;
	font-size:10px;

	margin-top:20px;
	text-transform:uppercase;
	text-align:right;
	}
	
#author-link a {
	color: #747474;
	text-decoration:none;
	border: solid 1px #f5f5f5;
	background: #fafafa;
	
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background: -moz-linear-gradient(top,  #fafafa,  #e9e9e9);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9');
	}
#author-link a:hover {
	color: #464646;
	}
	
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}

	
/* ******************************
14.1 Post Format Styling
******************************* */
.postformat-image  {
	padding:0;
	margin:0;
	}
	
.entry-content-wrapper .postformat-image,
.type-post .postformat-image,
.entry-content-wrapper .postsummaryimage,
.type-post .postsummaryimage,
.entry-content-wrapper .flexslider-container-page,
.type-post .flexslider-container-page,
.entry-content-wrapper .ajax-video-wrapper,
.type-post .ajax-video-wrapper {
	display:block;
    line-height: 0;
    vertical-align: bottom;
}

a.postformat-image-lightbox {
    display: block;
    position: relative;
	}
	.lightbox-indicate {
		display:block;
		position: absolute;
		right:20px;
		top:20px;
		height:60px;
		width:60px;
		background-color: #1EB0C9;
		z-index: 10;
		background-image: url(images/icons/lightbox.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.postformat-image-lightbox:hover .lightbox-indicate {
		background-color:#444;
	}
	
.post-link-wrapper {
	padding: 0;
	}

.postformat_icon {
	background-position: right 8px;
	background-repeat: no-repeat;
	padding: 10px 0 5px 65px;
	display: block;
	margin-bottom: 15px;
	height: 20px;
}

.postformat_standard_icon {
	background-image: url(images/icons/postformat/postformat_standard.png);
	}

.postformat_link_icon {
	background-image: url(images/icons/postformat/postformat_link.png);
	}
	
.postformat_image_icon {
	background-image: url(images/icons/postformat/postformat_image.png);
	}
	
.postformat_gallery_icon {
	background-image: url(images/icons/postformat/postformat_gallery.png);
	}
	
.postformat_video_icon {
	background-image: url(images/icons/postformat/postformat_video.png);
	}
	
.postformat_audio_icon {
	background-image: url(images/icons/postformat/postformat_audio.png);
	}
	
.postformat_quote_icon {
	background-image: url(images/icons/postformat/postformat_quote.png);
	}

.postformat_contents {
	width: 570px;
	float: right
}

.fullpage-contents-wrap .postformat_contents {
	width: 1050px;
}
	
.quote_say {
	display: block;
    font-size: 26px;
    font-style: italic;
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 50px;
	}
	
.quote_author {
	color: #656565;
	display: block;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-align: center;
	}
	
.post-aside-wrapper {
	margin-top:60px;
	}
	
.postformat_aside_contents {
	margin-bottom:30px;
}

#password-protected	p {
	font-size:14px;
	}
	
#password-protected {
	padding: 10px;
	}
	
/* 15.1 AJAX Portfolio
-------------------------------------------------------------- */

.portfolio-filterable-wrap {
	overflow:hidden;
}
.portfoliofilter_widget_about {
	margin-bottom:15px;
}

.ajax-portfolio-image-wrap,.portfolio-contents-wrap {
}

#ajax-portfolio-wrap {
	position:relative;
}

.portfolio-contents-wrap {
    float: left;
	width: 379px;
}

.portfolio-image-link {
	display:block;
	}
	
	.ajax-portfolio-block-wrap {
		margin-bottom: 50px;
		border-bottom: 1px solid #F4F4F4;
		padding-bottom: 50px;
		}
	.single-portfoliogallery .ajax-portfolio-block-wrap {
		border-bottom: none;
		}

	.ajax-home-wrap {
		margin-top:50px;
	}

h2.ajax-projects-title {
	font-size:20px;
	font-weight:300;
	color:#818181;
	margin: 30px 0 40px;
	text-transform:uppercase;
}

.ajax-gallery-navigation {
	position:relative;
	display:none;
	}

a.ajax-navigation-arrow {
	background-color: #000;
	background-image: url(images/icons/ajax-nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:27px;
	height:30px;
	display:inline-block;
	text-indent:-99999px;
	z-index:9;
	float:right;
	position:relative;
	margin-left: 1px;
}

a.ajax-hide {
	background-position: -4px -146px;
	right:0;
	width:30px;
	height:30px;
	}

a.ajax-next {
	background-position: -5px -9px;
	right:0;
	}
a.ajax-prev {
	background-position: -6px -51px;
	right:0;
	}
	a.ajax-prev, a.ajax-next, a.ajax-hide {
		opacity:1;
	}
	a.ajax-prev:hover, a.ajax-next:hover, a.ajax-hide:hover {
		opacity:0.8;
		}
a.ajax-nav-disabled,a.ajax-nav-disabled:hover { 
	background-color: #EDEDED;
    background-position: -4px -98px;
		}
a.ajax-nav-disabled,a.ajax-nav-disabled:hover,a.ajax-prev:hover, a.ajax-next:hover,a.ajax-prev,a.ajax-next {
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	transition: background 0.3s ease;			
}

.ajax-loading {
	background-image:url(images/preloaders/preloader.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	float:right;
	height:30px;
	margin-right:10px;
	width:50px;
	text-indent: -999999px;
	display:none;
}

#ajax-portfolio-content {
	background:#F8F8F8;
}

.ajax-top-margin {
}

.ajax-portfolio-window {
	width:100%;
 	border-bottom: 3px double #F4F4F4;
    padding-bottom: 50px;
    margin-bottom: 40px;
    display:none;
    position: relative;
    overflow: hidden;
}

#ajax-portfolio-loading {
	background: transparent url(images/preloaders/horizontal2.png) no-repeat 50% 50%;
	width:100%;
	height:112px;
	z-index:20;
}

.ajax-portfolio-image-wrap {
	padding:0;
	margin:1px 0 0 0;
	line-height:0;
	background-image:url(images/preloaders/spinner2.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	float:right;
	width: 100%;
	text-align: center;
}

.ajax-portfolio-image-wrap,.ajax-portfolio-image-wrap img  {
	max-width:920px;
	}

.ajax-portfolio-image-wrap img {
	opacity:0;
	}

.ajax-portfolio-data {
	background:none;
	position:relative;
	padding: 0 20px 40px 20px;
	}
	
	.ajax-psection-left {
	}

	.ajax-psection-right {
	}
	
.portfolio-title h1 {
	color: #000000;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -2.0px;
	line-height: 36px;
	padding: 50px 0 20px;
}

.ajax-portfolio-data h2 {
	color: #000000;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 23px;
	margin-top:0;
	margin-bottom: 10px;
	padding: 0 0 15px 20px;
}
	.ajax-portfolio-data h2 a {
		text-decoration:none;
		color:#000;
		letter-spacing: -1.5px;
	}
	.ajax-portfolio-data h2 a:hover {
		color:#000;
		}

	.ajax-protected {
		text-align: center;
		padding: 90px 30px 20px;
	}

	.ajax-protected h2 a {
		color: #454545;
		font-size: 25px;
		font-weight: 300;
		letter-spacing: -1px;
		line-height: 34px;
		background-image: url(images/icons/locked.png);
		background-position: 50% left;
		background-repeat: no-repeat;
		padding-left: 40px;
		}
	.ajax-protected h2 a:hover {
		text-decoration:none;
		color: #111;
		}

.ajax-portfolio-description {
	color: #939393;
	line-height: 20px;
	margin: 15px 20px 30px;
	padding-bottom: 0;
	padding-top: 10px;
	}
	
		ul.portfolio-metainfo {
			list-style-type: none;
			margin-bottom:10px;
		}
		ul.portfolio-metainfo li { 
			border-bottom: 1px solid #EBEBEB;
			color: #404040;
			font-size: 13px;
			font-weight: bold;
			padding: 10px 5px 10px 45px;
			}
			.single-mtheme_portfolio ul.portfolio-metainfo li,
			.single-mtheme_portfolio ul.portfolio-metainfo li.ajax-client {
				display:inline-block;
				border:none;
				}
			.single-mtheme_portfolio .datecomment {
				border-left: medium none;
				border-bottom: 1px solid #F0F0F0;
				margin-top: 45px;
				padding-bottom: 20px;
				text-align: left;
			}
			.single-mtheme_portfolio .comments {
				margin-top:10px;
			}
			ul.portfolio-metainfo li a {
				text-decoration:none;
			}			
			ul.portfolio-metainfo li a:hover {
				color:#111;
			}
				ul.portfolio-metainfo li.ajax-client {
					font-weight: bold;
					background-image: url(images/icons/members.png);
					background-repeat: no-repeat;
					background-position: 20px 50%;
				}
				ul.portfolio-metainfo li.ajax-link {
					background-image: url(images/icons/link_16.png);
					background-repeat: no-repeat;
					background-position: 20px 50%;
				}
				ul.portfolio-metainfo li.ajax-type {
					font-size:14px;
					margin-top:20px;
				}

				.single-mtheme_portfolio ul.portfolio-metainfo {
					padding: 20px 0;
				}
				.single-mtheme_portfolio ul.portfolio-metainfo li.ajax-client {
					background-position: 0 50%;
				}
				.single-mtheme_portfolio ul.portfolio-metainfo li.ajax-link {
					background-position: 0 50%;
				}
				.single-mtheme_portfolio ul.portfolio-metainfo li {
					padding-left:22px;
					padding-right:25px;
				}
				
				

.ajax-video-wrapper {
	width:100%;
}

.ajax-video-wrapper {
width: 100%;
max-width: 1400px;
margin: 0;
background:#111;
}

.ajax-video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0;
height: 0;
overflow: hidden;
}

.ajax-video-wrapper iframe,  
.ajax-video-wrapper object,  
.ajax-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

		
/* ******************************
15.2 Portfolio Common
******************************* */

.preload-image { display:none; }

.single-portfolio-image-wrap {
	text-align:center;
	display:block;
	}
.portfolio-selected-icon {
	text-indent: -99999px;
}

.portfolio-displayed .portfolio-selected-icon {
	z-index: 10;
	background-color:#1FB7D8;
	background-image: url(images/icons/up-dot-arrow.png);
	background-position: 50% 50%;
	width:80px;
	height:80px;
	margin-left:-40px;
	margin-top:-40px;
	top:50%;
	left:50%;
	border-radius: 40px;
}	

.portfolio-image-icon {
	z-index: 10;
	background-color:#000;
	background-color: rgba(0,0,0,0.5);
	background-image: url(images/icons/portfolio-image_big.png);
	opacity:0.5;
}									
.portfolio-video-icon {
	z-index: 10;
	background-color:#000;
	background-color: rgba(0,0,0,0.5);
	background-image: url(images/icons/portfolio-video_big.png);
}
.portfolio-slideshow-icon {
	z-index: 10;
	background-color:#000;
	background-color: rgba(0,0,0,0.5);
	background-image: url(images/icons/portfolio-slideshow_big.png);
}									
.portfolio-link-icon {
	z-index: 10;
	background-color:#000;
	background-color: rgba(0,0,0,0.5);
	background-image: url(images/icons/portfolio-link_big.png);
}

/* ******************************
15.3 Portfolio Filter
******************************* */

.portfolio-filter-wrap { 
	margin: 0;
	width: 1050px;
    float: right;
}
.portfolio-works-wrap {
    margin-bottom: 5px;
	margin-top:30px;					
}

#filter-heading {
    color: #4A4A4A;
    display: inline-block;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 30px;
    padding: 0 12px 20px 0;
    text-transform:uppercase;
    position:relative;
}
.filter-heading-description {
	color: #A4A4A4;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.2px;
    margin-bottom: 5px;
    text-transform:uppercase;
    margin-bottom: 5px;
    margin-top:25px;
    border-bottom: 1px dotted #EAEAEA;
    margin-bottom: 10px;
    display:inline-block;
}
ul.portfolio-filter { 
	margin: 0 0 10px 0;
	background: url(images/patterns/stripes_fine_tall.png) repeat-x scroll 0 0 transparent;
	}
ul.portfolio-filter li { 
	float:left;
	font-size: 11px;
	font-weight: 400;
	text-transform:uppercase;
	background: #BABABA;
    border-right: 1px solid #C5C5C5;
	}
	
ul.portfolio-filter li.filter-tag-icon { 
	background-image: url(images/icons/grid_dark.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
	background-color: #fff;
    padding: 0 0 12px 30px;
    text-indent: -99999px;
    
	}
ul.portfolio-filter a {
    color: #989898;
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 15px;
    position: relative;
    text-align: center;
	color: #FFFFFF;
   -webkit-transition:background-color .1s ease-in;
   -moz-transition:background-color .1s ease-in;
   -o-transition:background-color .1s ease-in;
   transition:background-color .1s ease-in;
   
	}
ul.portfolio-filter a:hover { 
	color:#fff;
	background:#EB5E5F;
	text-decoration:none;
	-webkit-box-shadow: 0 0 1px rgba(50, 50, 50, 0.42);
	-moz-box-shadow:    0 0 1px rgba(50, 50, 50, 0.42);
	box-shadow:         0 0 1px rgba(50, 50, 50, 0.42);
	}
ul.portfolio-filter li.current a {
	color: #fff;
	background:#EB5E5F;
-webkit-box-shadow: 0 0 1px rgba(50, 50, 50, 0.42);
-moz-box-shadow:    0 0 1px rgba(50, 50, 50, 0.42);
box-shadow:         0 0 1px rgba(50, 50, 50, 0.42);
	}

ul.portfolio-list { width: 100%; float:right; }
ul.portfolio-destination { display:none; }

ul.portfolio-list { margin: 0; padding: 0; list-style: none; }
ul.portfolio-list li{
	background: url(images/preloaders/dark_pulse.png) no-repeat 50% 50% #f8f8f8;
	display: block;
	margin: 0;
	float:left;
	width:215px;
	height:215px;
	margin: 22px 20px 20px 0;
	position:relative;
	}
	a.portfolio-filter-column img {
		width:205px;
		height:205px;
	}
	
	.filterable-title {
		margin-top:-4px;
	}			
	
	p.ajax-image-desc {
	    color: #ccc;
	    font-size: 12px;
		font-weight:400;
		line-height:15px;
		padding:5px;
	}
	
	
	.ajax-portfolio-icon {
		position:absolute;
		width:32px;
		height:50px;
		display:block;
		background-color:none;
		background-repeat:no-repeat;
		background-position:50% 50%;
		top:211px;
		left:0;
		width:100%;
		opacity:1;
	}

	.column-portfolio-icon {
		position:absolute;
		width:32px;
		height:50px;
		display:block;
		background-color:none;
		background-repeat:no-repeat;
		background-position:50% 50%;
		left:0;
		bottom:0;
		width:100%;
		opacity:1;
	}


ul.portfolio-list a.filter-thumbnail-loader {
	background: url(images/horizontal_preloader.gif) no-repeat 50% 50%;
	padding: 	1px;
	border:		1px solid #f3f3f3;
	}

ul.portfolio-list li .portfolio-image-link{
	display: block;
	height:215px;
	text-decoration:none;
}
ul.portfolio-list .work-details { margin: 15px 20px 0 20px; }

ul.portfolio-list h4 a {
	font-size:		14px;
	font-weight:	bold;
	margin:			10px 0 5px 0;
	text-decoration:none;
	}

ul.portfolio-list h4 a:hover {
	color:	#111;
}


/* ******************************
15.4 Portfolio Grids
******************************* */

	.portfolio-related-columns {
		margin: 0 60px;
	    border-top: 1px solid #eee;
	    padding-top: 20px;
		}
	.portfolio-columns-wrap { 
    margin: 0;
    width: 1050px;
	}
	.portfolio-columns-wrap ul li {
		background-color:#F9F9F9;
	}
	.portfolio-related-wrap { 
		border-top: 1px solid #eee;
		margin: 30px 0 60px;
		padding: 60px 0 0 0;
	}
	.portfoliofilter-columns-wrap { margin: 30px 0 0; }

		.thumbnails-shortcode .column-portfolio-icon { opacity:0; display:none; }
		.thumbnails-shortcode { padding-top:10px; padding-bottom:30px;}
		.thumbnails-shortcode a,.thumbnails-shortcode a:hover { border:none; }
		.thumbnails-shortcode img { display:none; width:auto;height:auto;}
		.thumbnails-shortcode ul.portfolio-two li,.thumbnails-shortcode ul.portfolio-three li,.thumbnails-shortcode ul.portfolio-four li { 
		height:auto !important;
		padding:0;
		margin-bottom:1px;
		margin-right:1px !important;
		margin-top:0 !important;
		}
		
		.thumbnails-shortcode ul.portfolio-four {
			width:100%;
		}
		.thumbnails-shortcode ul.portfolio-four li,.thumbnails-shortcode ul.portfolio-four img {
			width: 259px;
			height: auto!important;
			line-height: 0;
		}
		.thumbnails-shortcode ul.portfolio-four img {
			height:auto;
		}

		.thumbnails-shortcode ul.portfolio-three {
			width:100%;
		}
		.thumbnails-shortcode ul.portfolio-three li,.thumbnails-shortcode ul.portfolio-three img {
			width: 324px;
			height: auto!important;
			line-height: 0;
		}
		.thumbnails-shortcode ul.portfolio-three img {
			height:auto;
		}

		.thumbnails-shortcode ul.portfolio-two {
			width:100%;
		}
		.thumbnails-shortcode ul.portfolio-two li,.thumbnails-shortcode ul.portfolio-two img {
			width: 432px;
			height: auto!important;
			line-height: 0;
		}
		.thumbnails-shortcode ul.portfolio-two img {
			height:auto;
		}

	ul.portfolio-two { width: 100%; }

	ul.portfolio-two { margin: 0; padding: 0; list-style: none; }
	ul.portfolio-two li {
		display: block;
		margin: 0;
		float:left;
		width:524px;
		height:435px;
		margin: 0 1px 1px 0;
		position:relative;
		}
		ul.portfolio-two li .displayed-image { 
			height: auto;
			max-width: 100%;
			}
		ul.portfolio-two li a.portfolio-image-link {
			height:324px;
		}					

		ul.portfolio-two li.portfolio-col-2 {
			margin-right:0;
		}							


	ul.portfolio-one { width: 100%;}

	ul.portfolio-one { margin: 0; padding: 0; list-style: none; }
	ul.portfolio-one li {
		display: block;
		margin: 0;
		margin: 0 0 60px 0;
		position:relative;
		text-align:center;
		}
		ul.portfolio-one li a.portfolio-image-link {  min-height:100px; }
		ul.portfolio-one li .displayed-image { 
			height: auto;
			max-width: 100%;
		    }
		ul.portfolio-one li a.portfolio-columns { display:block; background-color:transparent; line-height:0; }


	ul.portfolio-three { width: 100%; }

	ul.portfolio-three { margin: 0; padding: 0; list-style: none; }
	ul.portfolio-three li {
		display: block;
		margin: 0;
		float:left;
		width:349px;
		height:326px;
		margin: 0 1px 1px 0;
		position:relative;
		}
		ul.portfolio-three li a.portfolio-image-link { height:216px; }
		ul.portfolio-three li .displayed-image {
			height: auto;
			max-width: 100%;
		}	

		ul.portfolio-three li.portfolio-col-3 {
			margin-right:0;
		}


	.portfolio-one .portfolio-protected,
	.portfolio-two .portfolio-protected,
	.portfolio-three .portfolio-protected,
	.portfolio-four .portfolio-protected {
		background-image: url(images/icons/locked.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-color:#eee;
	}

	ul.portfolio-four { width: 100%; }

	ul.portfolio-four { margin: 0; padding: 0; list-style: none; }
	ul.portfolio-four li {
	    display: block;
	    float: left;
	    height: 295px;
	    margin: 0 1px 1px 0;
	    position: relative;
	    width: 261px;
		}
		ul.portfolio-four li .displayed-image { 
			height: auto;
			max-width: 100%;
		    }
		ul.portfolio-four li a.portfolio-image-link {
			height: 168px;
		}

		ul.portfolio-four li.portfolio-col-4 {
			margin-right:0;
		}		

		a.portfolio-columns {
			background-color: #f8f8f8;
			background-image: url(images/preloaders/circle-spinner.png);
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}
		.portfolio-protected a.portfolio-columns {
			background-image: url(images/icons/locked.png);
			box-shadow:none;
		}
		a.portfolio-columns img {
			opacity:1.0;
		}

		a.portfolio-columns:hover img {
		}
		a.portfolio-columns,
		.flexslider-container-page {
		}
		a.portfolio-columns:hover,
		.flexslider-container-page:hover {
		}
		.portfolio-protected a.portfolio-columns:hover {
			box-shadow:none;
		}

	ul.portfolio-four li a{ display: block; }
	ul.portfolio-four .work-details,ul.portfolio-three .work-details,ul.portfolio-two .work-details,ul.portfolio-one .work-details  {
		padding: 15px 20px;
	}

	ul.portfolio-four h4 a,ul.portfolio-three h4 a,ul.portfolio-two h4 a,ul.portfolio-one h4 a,ul.portfolio-list h4 a {
		font-size: 15px;
		color:#5C5C5C;
		font-weight: 400;
		margin-top: 5px;
		}

	ul.portfolio-four .work-description,
	ul.portfolio-three .work-description,
	ul.portfolio-two .work-description,
	ul.portfolio-one .work-description { 
	color: #919191;
	display: block;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 17px;
	margin-top: 10px;
	}


	/* ******************************
	Portfolio Borders ( if needed )
	******************************* */	
	ul.portfolio-four li .displayed-image,
	ul.portfolio-three li .displayed-image,
	ul.portfolio-two li .displayed-image,
	ul.portfolio-one li .displayed-image,
	a.portfolio-ajax img,
	a.portfolio-filter-column img,
	.pictureframe-image {
	}


/* ******************************
16.0.1 Callout
******************************* */	

.callout-wrap {
}
					
/* ******************************
16.1 Shoutout
******************************* */							
.portfolio-shoutout {
	border-top: 1px solid #F5F5F5;
	margin: 50px 0 0;
	padding: 50px 0 0;
	text-align: center;
	}
.portfolio-shoutout h2 {
   color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    text-transform: none;
}
.portfolio-shoutout h2 a {
	color:#E6412E;
	font-weight:700;
}
.portfolio-shoutout h2 a:hover {
	color: #666;
	text-decoration:none;
}
.portfolio-shoutout h3 {
	color: #808080;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.portfolio-shoutout .entry-content h3,
.portfolio-shoutout .entry-content h4,
.portfolio-shoutout .entry-content h5,
.portfolio-shoutout .entry-content h6 {
	text-transform:none;
}
.portfolio-shoutout .entry-content a {
	text-decoration:none;
}



/* ******************************
16.2 Clients
******************************* */	

.portfolio-clients ul {
		list-style: none;
		margin:20px auto;
		text-align:center;
}
.portfolio-clients ul li {
	display:inline-block;
	text-align:center;
	margin: 15px 30px 1px 0;
	position:relative;
	vertical-align: bottom;
}

.portfolio-clients ul li img {
	line-height:0;
	opacity:1;
}

.portfolio-clients ul li img:hover {
	opacity: 0.8;
}

.portfolio-clients ul li:last-child {
	margin-right:0;
}
.portfolio-clients ul li span.client-title-wrap {
	background:#14A1A0;
	text-align:center;
	color:#fff;
	position:absolute;
	height:130px;
	width:181px;
	display:block;
	top:0;
	left:0;
	opacity:0;
}
.portfolio-clients ul li span.client-title {
	position:relative;
	top:43%;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
}


	
/* ******************************
17.1 Goto Top
******************************* */

.gototop-wrap { 
    border-top: 1px solid #F9F9F9;
    margin: 30px auto 0;
    padding: 10px 0;
    width: 1020px;
	}

.gototop { 
	width:30px; 
	height:30px;
	display:block;
	margin: 20px auto 20px;
	text-indent:-99999px;
	background-color: #b7b7b7;
	background-image:url(images/icons/top_arrow.png);
	background-repeat:no-repeat;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor:pointer;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	}
	
.gototop:hover { 
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	background-color:#111;
	}
	
/* Start Style the Sidebar Menu */
.sidebar-widget .widget_nav_menu ul li {
	float:none;
}
.sidebar-widget .widget_nav_menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}
 
.sidebar-widget .widget_nav_menu ul a {
  display: block;
  text-decoration: none;
}
 
.sidebar-widget .widget_nav_menu ul li {
  margin-top: 1px;
}
 
.sidebar-widget .widget_nav_menu ul li a {
  font-weight: 700;
  color: #545454;
  padding: 0.5em;
transition: all 0.1s;
-moz-transition: all 0.1s;
-webkit-transition: all 0.1s;
-o-transition: all 0.1s;
}
 
.sidebar-widget .widget_nav_menu ul li a:hover {
  color: #111;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
}
 
.sidebar-widget .widget_nav_menu ul li ul li a {
	color: #848484;
	padding-left: 20px;
	
	font-weight: 400;
}
 
.sidebar-widget .widget_nav_menu ul li ul li a:hover {
  color: #111;
  border-left: 5px #000 solid;
}
 
.sidebar-widget .sidebar-widget .widget_nav_menu ul li ul li li a {
  padding-left: 25px;
}
 
 
.sidebar-widget .widget_nav_menu ul li ul li li li a {
  padding-left: 30px;
}
 
 
.sidebar-widget .widget_nav_menu ul li.active >a,
.sidebar-widget .widget_nav_menu ul li.selected >a,
.sidebar-widget .widget_nav_menu ul li.current_page_item > a,
.sidebar-widget .widget_nav_menu ul li.current-menu-ancestor > a,
.sidebar-widget .widget_nav_menu ul li.current-menu-item > a,
.sidebar-widget .widget_nav_menu ul li.current-menu-parent > a {

}
 
.widget_nav_menu ul li.current-menu-parent > a
{
}
 
* html .sidebar-widget .widget_nav_menu ul li.active a,
* html .sidebar-widget .widget_nav_menu ul li.selected a,
* html .sidebar-widget .widget_nav_menu ul li.current_page_item a,
* html .sidebar-widget .widget_nav_menu ul li.current-menu-ancestor a,
* html .sidebar-widget .widget_nav_menu ul li.current-menu-item a,
* html .sidebar-widget .widget_nav_menu ul li.current-menu-parent a,
* html .sidebar-widget .widget_nav_menu ul li a:hover {

}

.sidebar-widget .widget_nav_menu ul li.page_item { background: none; padding: 0; }

/* End Style the Sidebar Menu */

.tagcloud a, #footer .tagcloud a { 
	background:#000;
	padding:3px 12px;
	display: inline-block;
	color: #eee;
	margin:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	letter-spacing:0.5px;
	}

#footer .tagcloud a:hover , #footer .tagcloud a:hover {
	color: #000;
	background:#fff;
}

.portfolio-tags,.wp-tag-cloud {
	list-style: none;
	}
	
.portfolio-tags li,
.wp-tag-cloud li {
	margin-bottom:5px;
}
	
.portfolio-tags li, .portfolio-tags a,
.wp-tag-cloud li,.wp-tag-cloud a {
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.portfolio-tags a,
.wp-tag-cloud a {
   	margin-left: 10px;
    margin-right: 7px;
	padding:0 10px 0 12px;
	background:#898989;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;
	letter-spacing:1px;
	}
	
.portfolio-tags a:before,
.wp-tag-cloud a:before {
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #898989 transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;		
	}
	
.portfolio-tags a:after,
.wp-tag-cloud a:after {
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	}
	
.portfolio-tags a:hover,
.wp-tag-cloud a:hover {background:#EB5E5F;}	

.portfolio-tags a:hover:before,
.wp-tag-cloud a:hover:before {border-color:transparent #EB5E5F transparent transparent;}


.ajax-portfolio-tags {
	border-top: 1px dotted #E1E1E1;
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom:0;
}

ul.portfolio-metainfo li a {
	color: #1EB0C9;
}

.portfolio-related-wrap ul.portfolio-four h4 a:hover,
.portfolio-related-wrap ul.portfolio-three h4 a:hover,
.portfolio-related-wrap ul.portfolio-two h4 a:hover,
.portfolio-related-wrap ul.portfolio-one h4 a:hover {
	color:	#fff;
}

.last-bigsaywrap a:hover,
.entry-post-title h2 a:hover,
.sidebar a:hover,
ul.portfolio-metainfo li a:hover,
.ajax-portfolio-data h1 a:hover {
	color:	#000;
}
.tagcloud a:hover {
	color: #fff;
	background:#666;
}
.portfolio-taxonomies-browse {
	margin-top: 20px;
    padding-bottom: 20px;
}

/* Isotope
*********************************/

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
}

.isotope {
}

.isotope .isotope-item {
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
}

/**** Portfolio Filters ****/

.portfolio-filter-wrap h2 {
	color: #000000;
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 35px;
	margin-top:-5px;
}
.page-sidebar-block h3 {
	color:#474747;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#portfolio-filters li {
	margin-bottom:	6px;
	border-bottom: 	1px solid #FCF9F9;
}

#portfolio-filters li a {
	display:block;
	font-size:12px;
	letter-spacing: 0.5px;
	color:#1EB0C9;
	padding:0;
	border:none;
}
	#portfolio-filters li a:hover {
		color:#000;
	}
	#portfolio-filters li a:hover span {
		color:#aaa;
	}

.filter-icon {
	background-image: url(images/icons/grid_dark.png);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	padding-left:20px;
	padding-bottom:1px;
	}

#portfolio-filters li span {
	color: #D3D3D3;
	float: right;
	font-weight: bold;
	font-size: 11px;
}

	.portfolio-element .portfolio-protected {
		background-image: url(images/icons/locked.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		height: 261px;
		width: 261px;
		background-color: #eee;
		margin-bottom: 5px;
	}
	.portfolio-element .ajax-image-block {
		height:261px;
		width:261px;
		display:block;
		background-color: #f8f8f8;
		background-image: url(images/preloaders/circle-spinner.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		}

	.ajax-image-selector {
		display:none;
	}
	.portfolio-displayed .ajax-image-selector { 
		position:absolute;
		top:0;left:0;
		width:261px;
		height:261px; 
		display:block;
		z-index:100;
		background-color:#000;
		}
		
	.portfolio-image-link {
		cursor:pointer;
	}
	
	.ajax-image-hover {
	    position: absolute;
	    z-index: 99;
		opacity:0;
		width:261px;
		height:261px;
		top:10px;
		display:none;
	}
	.portfolio-filterable .ajax-image-hover {
		z-index:0;
	}
	.portfolio-image-hover {
	    position: absolute;
	    z-index: 89;
		opacity:0;
		width:261px;
		height:261px;
		top:15px;
		display:none;
	}
	.slideshow-image-hover {
		opacity:0;
	}
	.portfolio-grid-element .portfolio-slideshow-icon {
		margin-top:5px;
	}
	.ajax-image-wrap {
		position:absolute;
		top:40px;
		left:30px;
	}
	.ajax-image-title {
		color: #fff;
	    display: inline-block;
	    font-size: 14px;
	    font-weight: bold;
	    letter-spacing:0.5px;
	    line-height:26px;
	    display:block;
	    padding-right:50px;
	}
	.ajax-small-desc {
		color: #C6C6C6;
	    display: inline-block;
	    font-size: 10px;
	    letter-spacing:0.5px;
	    line-height:15px;
	    padding-right:60px;
	    display:block;
	    margin-top:10px;
	}


.portfolio-element img {
	width:261px;
	height:261px;
}

.portfolio-element {
	width:261px;
	height:390px;
	margin-right:1px;
	margin-bottom:1px;
	float:left;
}

.portfolio-info {
	padding: 10px 25px;
	display: block;
	position: relative;
}
.portfolio-element h3 {
	font-size: 15px;
	font-weight: 400;
	margin-top: 5px;
}
.portfolio-element .ajax-desc {
	color: #919191;
	display: block;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 17px;
	margin-top: 10px;
}

.portfolio-element:hover,.portfolio-grid-element:hover {
	background:#444;
}


.portfolio-grid-element:hover h4 a,
.portfolio-element:hover h3,
.portfolio-element:hover h3 a {
	color:#fff;
}
.portfolio-element:hover .ajax-desc {
	color:#aaa;
}

.portfolio-element h3 {
	color: #5C5C5C;
}
.portfolio-displayed:hover h3  {
	color: #fff;
}
.portfolio-displayed .ajax-image-hover {
	border:none;
}
.portfolio-element,
.portfolio-grid-element {
	background-color: #F8F8F8;
	border-top: 6px solid #000000;
}
.portfolio-element:hover,
.portfolio-grid-element:hover,
.portfolio-displayed:hover  {
	border-top: 6px solid #1EB0C9;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.portfolio-displayed .portfolio-info {
	cursor: default;
}


.home-block {
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 35px;
	padding-bottom: 35px;
}

.callout-message {
	text-align: center;
	width:83%;
	margin:10px auto;
}

.callout-message h2 {
	color: #000000;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -2.5px;
	line-height: 32px;
	text-transform: none;
	margin-bottom: 0;
}

.callout-message h3{
	color: #AEAEAE;
	font-size: 20px;
	line-height: 31px;
	margin-top: 20px;
	font-weight: 100;
	text-transform: none;
}

.client-name {
	color: #454545;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 3px;
	margin-top: 10px;
	text-transform: uppercase;
}

/* Testimonial Slides
*********************************/

.testimonial-say {
	font-size: 17px;
	font-weight: 100;
	margin: 10px auto 20px;
	width: 70%;
	color: #A4A4A4;
	line-height: 25px;
	font-style: italic;
}

.testimonials-roll {
	width:100%;
	text-align: center;
}
#flex-testimonails .slides {
	display: block; clear: both; 
}
#flex-testimonails .flex-control-nav {
	position: static;
}
#flex-testimonails .flex-control-nav {
	float:none;
	display:inline-block;
}
.testimonials-roll .flex-direction-nav {
	display:none;
}


/* ******************************
18.1 Footer
******************************* */
	
.footer-block {
	margin:		0;
	padding:	0;
	}
	
.footer-block h3 {
	color: #fff;
	}

.footer-container-wrap {
}
.footer-container {
	background: #5E5E5E;
    margin-top: 50px;
    padding: 30px 50px 80px;
    width:1300px;
    margin:0 auto;
	}
	
#footer {
  	margin: 0 auto;
	}
	
	#footer .footer-column {
		margin: 0 0 0 20px;
		width: 	310px;
		float:	left;
	}
	
	#footer .footer-column:first-child {
		margin-left:		0;
		padding-left:0;
	}
	
	#footer .footer-double-column {
		margin:		0 10px 0 10px;
		width:		440px;
		float:		left;
	}
	
#footer h3 {
	color: #F1F1F1;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 20px 0 10px;
    letter-spacing: -0.2px;
	}
	#footer h3 a {
		color:	#666;
		}
		
	#footer h3 a:hover {
		color:				#000;
		}
		
#footer .description, #footer .textwidget {
		padding:		0;
		margin-right: 	10px;
	}
	#footer .description a, #footer .textwidget a, #footer .footer-widget ul a  {
		color: #B4B4B4;
		text-decoration:	none;
	}
	
	#footer #popularposts_list .popularpost_info .popularpost_title, #footer #recentposts_list .recentpost_info .recentpost_title,.relatedtitle a {
		color: #fff;
		font-size:13px;
		font-weight:bold;
		}
	#footer #recentposts_list p, #footer #popularposts_list p { color:#B4B4B4; }
	
	#footer #popularposts_list .popularpost_info .popularpost_title:hover, #footer #recentposts_list .recentpost_info .recentpost_title:hover,.relatedtitle a:hover {
		color: #fff;
		}

	
	#footer .description a:hover, #footer .textwidget a:hover, #footer .footer-widget ul a:hover  {
		color: #fff;
	}

	#footer .socialmedia-buttons {
		margin-top:15px;
		text-align: left;
	}
	#footer .social-size-32 img,
	#footer .social-size-16 img {
    	position: static;
	}
	#footer .social_contact_text {
		display: block;
		float: none;
		margin-left: 0;
		margin-top:10px;
	}
	#footer .social_contact_text a {
		color:#fff;
	}
	
	.footer-widget { font-size:12px; line-height:18px;color:#7d7d7d;}
	.footer-widget a { color:#888; }
	.footer-widget .tagcloud a { color:#595959; }
	.footer-widget a:hover {color:#111; text-decoration:none;}
		.footer-widget ul { list-style:none; font-size:12px; line-height:18px; color:#7d7d7d; padding:0;margin:0;}
		 .footer-widget ul li { 
			color: #FFFFFF;
			font-size: 12px;
			letter-spacing: -0.5px;
			line-height: 18px;
			padding: 0 0 4px;
			margin-bottom: 6px;
			}
			.footer-widget ul li, .footer-widget #recentposts_list li, .footer-widget #popularposts_list li {
				border-bottom: 1px dotted #747474;
				}
		.footer-widgetul li a { font-size:12px; line-height:18px; color:#7d7d7d; display:block;}
		.footer-widget ul li img { margin:0px; padding:0 8px 0 0; margin-bottom:-2px; }
		.footer-widget ul li a:hover { color:#fff; text-decoration:none;}
		
.footer-widget .Social_Widget {
	margin-top: 20px;
}
	
#copyright {
	color:			#eee;
	background:		#000;
	display:		block;
	font-size:		9px;
	letter-spacing: 1px;
	font-weight:	600;
	text-transform:uppercase;
	padding: 		20px 0;
	text-align:		center;
	}
	
#copyright li {
	display:		inline-block;
	padding: 		0 10px;
	}
	
#copyright a {
	color:			#666;
	border-bottom:1px solid #999;
	}
#copyright a:hover {
	text-decoration:none;
	color:			#111;
	}
	
#copyright span {
	background:		#111;
	border-radius: 	8px 8px 8px 8px;
	padding:		8px 20px;
	color:			#fff;
	text-align:		center;
	}


.entry-post-wrapper .edit-entry { display:none; }
.single .edit-entry { display:block; }