@charset "utf-8";
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;vertical-align: baseline;}
:focus {outline: 0;}
body {
	line-height: 1;
	color: white;
	background: black;
}
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{
	background-color: #000;
	background-repeat: repeat;
	background-attachment:fixed;
	color: #626262;
	}
input,textarea,button {
	color:#777;
	font-size:16px;
	font-weight: 100;
	letter-spacing: 1px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* **********************
Font Associates
*********************** */
h1,h2,h3,h4,h5,h6,
.menu-title,
.homemenu ul li a,
.ui-tabs-anchor,
.donutcounter-item,
.tp-caption,
.divider-title,
.item-title,
#gridblock-filters,
.breadcrumb,
.sidebar h3 {}
a{ outline: none; text-decoration: none; color:#444444; }
a:hover{ text-decoration: none; }
a img{ border: none; }
.entry-content img {
	max-width:100%;
}

.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 { position:absolute; left:0; font-size:10px; margin-top: 40px;text-decoration:none;}
p.edit-entry a { background: #111; padding: 8px 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 */
}
	
/* ******************************
Mobile Device Menu
more @ /css/menu/mobile-menu.css
******************************* */
	
/* Mobile Device Menu */
.responsive-menu-wrap {
	position: relative;
	top:0;
	z-index: 190;
	display:none;
	}
.responsive-mobile-menu{
	display:none;
}

/* ******************************
Background Fill
******************************* */
.background-fill,
.pattern-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
	opacity:0.85;
	}
.background-fill {
	background: #000;
	z-index:-99;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
.pattern-overlay {
	z-index: -1;
}

/* ******************************
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: #000;
	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);
	}
  .tipsy-inner { }
  .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; }


/* ******************************
Logo
******************************* */

.logo-menu-wrapper {
	float:left;
	display:block;
}

.logo {
	float: left;
	position: relative;
	z-index: 20;
	line-height: 0;
	}
	.logo a { 
		line-height: 0;
	}
	.logo img {
	}

.stickymenu-listener  {
}
.stickymenu-active {
	position: fixed;
	z-index: 100;
	text-align: center;
	margin:0 auto;
	width: 100%;
	top:0;	
}

.stickymenu .logo {
	margin:0;
}
.stickymenu .logo img {
	height: 40px;
	width:auto;
	top:0;
	left: 40px;
	position: relative;
	}
.stickymenu .mainmenu-navigation {
	margin-right: 40px;
	margin-top:0;
}

/* ******************************
Menu Toggle
******************************* */

.menu-toggle-wrap {
	position: relative;
}
.menu-toggle {
	width:40px;
	height:40px;
	line-height: 40px;
	cursor:pointer;
	position:absolute;
	opacity:1;
	top:25px;
	right:20px;
	z-index: 99;
	border-radius: 100px;
	text-align: center;
	color:#fff;
	transform: scale(1,1);
	-ms-transform: scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Safari and Chrome */
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	transition:all 0.3s;
	}
	
.menu-toggle:hover {
	opacity:1;
	line-height: 43px;
transform: scale(1.5,1.5);
-ms-transform: scale(1.5,1.5); /* IE 9 */
-webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
transition:all 0.2s;
	}
	
.menu-toggle-off {}

.menu-toggle-on {}


/* ******************************
Page
******************************* */

.container-boxed,
.container-fullwidth{
	background:#000;
	background:rgba(55,55,55,0.15);
}
.container-boxed {
	width:100%;
	margin:0 auto;
	padding-bottom: 120px;
}
.top-bar-wrap {
	width:1350px;
	margin:10px auto 0;
}

.container,
.title-container,
.top-menu-wrap,
.fullpage-item,
.footer-container {
 	width: 1200px;
	margin: 0 auto;
	}

.fullpage-block {
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
}

.container-fill {
    width: 100%;
    margin:0;
}
.container-wrapper {
}
.container-outer {
	}
.container-inner {
	}
.container-outer,
.single-page-container,
.single-gridblock-image-container {
}
.container-head {
	height: 15px;
	width: 100%;
	background: #111;
	}

.single-flexislideshow{ 
	margin-left:-50px;
}

.top-bar-wrap {
	height: 50px;
	position: relative;
	z-index: 100;
}
.header-elements-wrap {
	position: relative;
	width: 1350px;
    margin:0 auto;
    z-index: 9000 !important;
}
.main-menu-wrap {
	position: relative;
    z-index:10;
    background:#840A15;
    padding: 0;
    margin-top:10px;
    margin-bottom: 10px;
background: -moz-linear-gradient(top,  rgba(132,10,21,1) 0%,  100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,10,21,1)), color-stop(100%,rgba(132,10,21,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(132,10,21,1) 0%,rgba(132,10,21,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(132,10,21,1) 0%,rgba(132,10,21,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(132,10,21,1) 0%,rgba(132,10,21,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(132,10,21,1) 0%,rgba(132,10,21,0.7) 100%); /* W3C */
}

.menu-overlay {
	background-color:#555;
	position: fixed;
	top:-150px;
	left:0;
	width:100%;
	height:120px;
	z-index:-1;
	border-bottom: 1px solid #F5F5F5;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.top-menu-wrap {padding: 0;	line-height: 0;	padding: 10px 0 20px;height:61px;}

.lower-padding { padding-bottom: 0 }
.footer-margin { margin-top: 60px; }
.lower-margin { margin-bottom: 50px; }
.sidebar-margin { margin-top: 30px; }
.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 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
	
.entry-contents-wrapper {
	margin-top:30px;
}
	
.entry-post-wrapper {
    margin-bottom: 20px;
    padding: 30px 0 0 0;
	}
.single-post .entry-post-wrapper {
	padding-top:10px;
}
	
.entry-portfolio-wrapper {
	padding: 20px 0 10px;
	margin:0;
	}
	
.entry-spaced-wrapper {
	padding: 0;
	margin:0;
	}
	
.entry-page-wrapper {
	padding: 0;
	margin:0;
	}
	
	.topseperator {
		}
	.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: 72%;
	}
	
/* 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;
}


/* ******************************
Entry Contents
******************************* */

.entry-content {
	color: #A7A7A7;
	font-size: 13px;
	letter-spacing: 0.6px;
	line-height: 20px;
	}

.entry-content-wrapper {
	margin: 0 0 0 0;
	}
	
.main-entry-content-wrapper {
	margin: 20px 0 0 0;
	}
	
.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;
}

/* ******************************
Headings
******************************* */
	
	.entry-post-title-only {
		margin-top: 0;
	}
	
	.entry-content .entry-post-title h2 {
		font-size: 28px;
		font-weight: 300;
		line-height: 30px;
	}
	.entry-content .entry-post-title h2 a {
		color: #fff;
		font-weight: 100;
		}
	.entry-content .entry-post-title h2 a:hover {
		text-decoration:none;
		}

	
.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;
}

.title-container {
	position: relative;

}
.title-container-wrap {
	margin: 0 0 70px;
	padding: 70px 0 0 0;
}

.entry-title h1 {
	color: #fff;
	display: block;
	font-size: 42px;
	font-weight: 100;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center;
}

.title-container-wrap .entry-title h2 {
	color: #DADADA;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	margin: 10px 0 0;
	padding: 4px 0 0;
}

 .entry-title h2 {
	line-height: 40px;
	margin: 10px 0 0;
	padding: 20px 0 30px;
}


.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;
	}

/* **********************
BreadCrumbs
********************** */

.breadcrumb-wrap {
	height:50px;
	width:100%;
background: #000;
background: rgba(0,0,0,0.2);
}

.breadcrumb {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	position: absolute;
	right: 0;
	top: -37px;
	text-transform: uppercase;
}

.breadcrumb a {
	font-weight: 400;
	color:#aaa;
}
.breadcrumb a:hover {
	color:#13D3B5;
}
.breadcrumb-sep {
	padding: 0 10px;
	color:#fff;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #fff;
}

/* **********************
Content Headings
*********************** */

	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		color: #fff;
		font-weight: 100;
		letter-spacing: 1px;
		margin-bottom:15px;
	}

	.entry-content .heading-section h1,
	.entry-content .heading-section h2,
	.entry-content .heading-section h3,
	.entry-content .heading-section h4,
	.entry-content .heading-section h5,
	.entry-content .heading-section h6 {
		background:#fff;
		display: inline;
		padding: 5px 20px;
		font-weight: 100;
	}

	.entry-content h1 {
		font-size: 34px;
		letter-spacing: 0;
		line-height: 40px;
		}
	.entry-content h2 {
		font-size:26px;
		letter-spacing: 0.5px;
		line-height: 34px;
		}
	.entry-content h3 {
		font-size:20px;
		line-height: 26px;
		}
	.entry-content h4 {
		font-size: 18px;
		line-height: 22px;
		}
	.entry-content h5 {
		font-size:16px;
		line-height: 18px;
		}
	.entry-content h6 {
		font-size:14px;
		line-height: 16px;
		}
	.entry-content h1 a {
		font-weight: 400;
		}

.fullpage-block h3,
.fullpage-block h4,
.fullpage-block h5,
.fullpage-block h6 {
	font-weight: 300;
	color:#888;
}
.fullpage-block h1 {
    font-size: 58px;
    font-weight: 100;
    letter-spacing: -2.5px;
    line-height: 48px;
    word-spacing: 6px;
}
.fullpage-block h2 {
    font-size: 48px;
    font-weight: 100;
    letter-spacing: -0.5px;
    line-height: 38px;
}
.fullpage-block h3 {
    font-size: 40px;
    font-weight: 100;
    letter-spacing: -0.5px;
    line-height: 38px;
}
.fullpage-block h4 {
    font-size: 20px;
}

/* **********************
Content elements
*********************** */	
	
hr, .entry-content hr {
	clear:both;
	height: 1px;
	border:none;
	border-bottom:1px solid #eee;
	border-bottom:1px solid rgba(255,255,255,0.1);
	margin: 40px 0;
}

.entry-content p { margin: 0; }
.entry-content strong { font-weight: 900; color:#fff;}
.entry-content em { font-style: italic; }
.entry-content blockquote { 
	margin: 40px 0 40px 0;
	padding:30px 30px 10px 30px;
	background:#fff;
	background:rgba(255,255,255,0.1);
	border-left: 8px solid #ABABAB;
	}
.entry-content ol,
.entry-content ul,
.entry-content dl {
	margin-bottom:30px;
	}
.entry-content p {
	margin-bottom:20px;
}


.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:30px;
}

.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;
	font-weight: 400;
	}
.entry-content a:hover { 
	text-decoration:none;
	}
.entry-content .hr_padding {
	margin: 30px 0 0 0;
	}

.entry-content .hrule {
	position:relative;
	clear:both;
	display:block;
	padding:20px 0;
	margin-top:40px;
	border-top:1px solid #eee;
	border-top:1px solid rgba(255,255,255,0.1);
}

.entry-content .hrule.top a {
	position:absolute;
	right:0;
	top: -22px;
	width:40px;
	height: 40px;
	font-size:11px;
	line-height: 40px;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	color:#777;
	font-weight: 400;
	background:#fff;
	border-radius: 30px;
}

.entry-content .hrule.top a:hover {
	color:#000;
	text-decoration:none;
}

	
	.entry-content .highlight {
		background:#FFFF99;
		color:#808080;
		padding:4px;
	}
	
/* Readmore link */
.readmore_link { 
	font-size: 12px;
    letter-spacing: 1px;
    margin: 20px 0 10px;
	}
	.readmore_link a {
		color:#fff;
		font-weight:400;
		display: inline-block;
		}
		.readmore_link a:hover { 
			color: #fff;
			text-decoration:none;
			}

.readmore {
	margin-top:15px;
}
			
.readmore a {
	color: #4B4B4B;
    font-size: 11px;
    font-weight: bold;
    margin-left: 20px;
    text-transform: uppercase;
    width: 207px;
    letter-spacing: 1px;
}
	.readmore a:hover {
		color:#111;
		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 */

.page-sidebar-wrap {
	width:160px;
}
.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;
}

/* **********************
Shortcode - Slideshow Blog
*********************** */

.slideshow-box-wrapper {
	position: relative;
}

.slideshow-box-image {
}
.slideshow-box-content {
	position: relative;
	width:100%;
	background: rgba(0,0,0,0.5);
}
.slideshow-box-content-inner {
	padding:20px 20px;
}
.slideshow-box-title {
	font-size:20px;
	margin-bottom: 10px;
}
.slideshow-box-content .slideshow-box-title a {
	font-size: 24px;
	font-weight: 100;
	letter-spacing: 0.5px;
	color:#fff;
}
.slideshow-box-description {
	font-size:13px;
	color:#eee;
}
.slideshow-box-info {
	font-size:12px;
}
.slideshow-box-comment,
.slideshow-box-date {
	display:inline-block;
}
.slideshow-box-comment {
	margin-right:15px;
}
.slideshow-box-date,
.slideshow-box-content .slideshow-box-comment a {
	color:#B5B5B5;
}
.slideshow-box-content .slideshow-box-categories a,
.slideshow-box-content .slideshow-box-categories {
	font-size:10px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color:#B5B5B5;
}
.slideshow-box-categories span {
	margin-right:10px;
}
/* **********************
Shortcode - Post and Page list
*********************** */

	.entry-content .postlist ul {

		list-style:none;
		padding:0;
		margin:20px 0 15px 0;
		}
		.entry-content .postlist ul li { 
			background: url('images/icons/pen_alt_fill_12x12.png') no-repeat 0 2px;
			padding:0 0 0 25px;
			}
		.entry-content .postlist ul li a {
			color:#ABABAB;
			text-decoration:none;
			font-weight: normal;
			}
			
			.entry-content .postlist ul li a:hover {
				color:#111;
			}
			
/* **********************
 Shortcode - Check List
*********************** */

	.entry-content .checklist ul {
		list-style: none;
	}
	.entry-content .checklist .icon-li {
		margin-right:10px;
		color:#7CB811;
	}

/* **********************
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;
}
			
/* **********************
Shortcode - Notices
*********************** */

.entry-content .noticebox {
	padding: 30px 20px 30px 30px;
	margin:15px 0 10px 0;
	color: #5c5c5c;
	}

.entry-content .noticebox i {
	float:left;
	position: relative;
	top:-4px;
}

.entry-content .notice-text {
	padding-left:40px;
}
	
.entry-content .info_yellow {
background: #FFFFED;
background: rgba(255,255,237,0.9);
}
	.entry-content .info_yellow a {
		color:#000;
	}
	.entry-content .info_yellow i {
		color:#E7AF1A;
	}
	
.entry-content .info_red {
background: #FFF8F8;
background: rgba(255,248,248,0.9);
}
	.entry-content .info_red a {
		color:#000;
	}
	.entry-content .info_red i {
		color:#ff0000;
	}
	
.entry-content .info_green {
background: #F8FFEE;
background: rgba(248,255,238,0.9)
}
	.entry-content .info_green a {
		color:#000;
	}
	.entry-content .info_green i {
		color:#67C12A;
	}
		
.entry-content .info_blue {
background: #F5FBFF;
background:rgba(245,251,255,0.9);

}
	.entry-content .info_blue a {
		color:#000;
	}
	.entry-content .info_blue i {
		color:#008DFF;
	}

.close_notice {
	display:block;
	height:10px;
	width:10px;
	float:right;
	position: relative;
	top:-20px;
	right:-10px;
	color:#626262;
	cursor: pointer;
	font-size: 9px;
}
.close_notice:hover {
	color:#111;
}
	
/*
****************************
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;}
	
/* **********************
Shortcode - Toggle Shortcode
*********************** */
	
.entry-content .toggle-shortcode {
	padding: 0 0 0 35px;
	margin: 15px 0 5px 0;
	background: url(images/icons/toggle_dark.png) no-repeat 0 0;
	height: 24px;
	float: left;
	cursor:pointer;
}
	.entry-content .toggle-shortcode {
		text-decoration: none;
		font-size:16px;
		font-weight: 600;
		letter-spacing: 0.5px;
		color:#fff;
		display: block;
		border:none;
		}
	.entry-content .toggle-shortcode:hover { color: #000; }
	.entry-content .active {background: url(images/icons/toggle_dark.png) no-repeat 0 -24px;}
		.entry-content .toggle-container {
			border-left: 1px solid #13D9BA;
			clear: both;
			margin: 0 0 0 11px;
			overflow: hidden;
			padding: 10px 25px;
			width: 100%;
			}
			.toggle-display-closed {
				display:none;
			}
				
/* **********
 Shortcode - Accordion Tabs
********** */		
	
	
	
	.wp-accordion {
		background:#F7F7F7;
		background: rgba(255,255,255,0.1);
		padding:10px;
	}

	.wp-accordion h3 {
		background:#fff;
		background: rgba(255,255,255,0.1);
		margin:0;
		margin-top:1px;
		position: relative;
	}
	.wp-accordion h3:hover {
		background: rgba(255,255,255,0.2);
	}
	.wp-accordion h3:first-child {
	}
	.wp-accordion h3.ui-state-active {
		border-left:2px solid #EC3939;
		margin-left:-2px;
	}
	.ui-accordion-header a {
	    color: #7A7A7A;
	    display: block;
	    padding: 5px 20px;
	    text-decoration: none;
	    text-transform: none;
	    letter-spacing:0;
	    border:none;
	}
	.ui-accordion-header-icon {
	padding: 0 0 0 35px;
	margin: 12px 0 5px;
	background: url(images/icons/accordion-toggle.png) no-repeat 5px 0;
	height: 24px;
	float: right;
	position: absolute;
	top:-6px;
	right:0;
	}
	.ui-state-active .ui-accordion-header-icon  {
	background: url(images/icons/accordion-toggle.png) no-repeat 5px -24px;
	}
	.ui-accordion-header.ui-state-default a {
		color: #fff;
		font-size: 13px;
		font-weight: 200;
		letter-spacing: 0.5px;
		transition: all 0.2s;
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
	}
	.ui-accordion-header.ui-state-default a:hover {
		color:#fff;
		transition: all 0.2s;
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
	}
	.ui-accordion-header.ui-state-active a,
	.ui-accordion-header a:hover{
		border:none;
	}
	.ui-accordion-header.ui-state-active a:hover {
		text-indent: 0;
	}
	.ui-accordion-content{
		padding: 20px 10px;
	}

	
	
/*
 Shortcode - Tabs
-------------------------------------------------------------- */
/* Tabs
-------------------------------------------------------------- */
.ui-tabs {
    padding:0;
    zoom:1;
}
.ui-tabs .ui-tabs-nav {
    list-style:none;
    position:relative;
    padding: 0;
    margin: 0;
    zoom:1;
}
.ui-tabs .ui-tabs-nav li {
    position:relative;
    float:left;
    margin: 0;
    padding: 0;
}
.ui-tabs .ui-tabs-nav li a {
    color: #fff;
    background:#F1F1F1;
    background: rgba(255,255,255,0.2);
    float: left;
	font-size:13px;
	font-weight: 200;
    padding: 10px 0;
    text-decoration: none;
    text-transform: none;
    border:none;
    border-top:2px solid transparent;
    width:100%;
    text-align: center;
}
.ui-tabs .ui-tabs-nav li:last-child a {
	-moz-box-shadow:none;
	 -webkit-box-shadow:none;
	 box-shadow:none;
}
.ui-tabs .ui-tabs-nav .ui-state-active a,
.ui-tabs .ui-tabs-nav .ui-state-active a:hover {
	background: rgba(255,255,255,0.1);
    border-top:2px solid #f0f0f0;
    color:#fff;
}
.ui-tabs .ui-tabs-nav li a:hover{
    color:#fff;
    background: rgba(255,255,255,0.3);
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
}
.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 {
    display:block;
    background:none;
    clear:both;
	background: #fff;
	background: rgba(255,255,255,0.1);
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}
/* vertical tabs */
.ui-tabs-vertical {
	background:#fff;
	background: rgba(255,255,255,0.1);
}
.ui-tabs-vertical ul {
	width:24.5%;
	float: left;
}
.ui-tabs-vertical .ui-tabs-nav li { 
	clear: left;
	width: 100%;
	border-right-width: 0;
	margin:0;
	float:none;
	 }
.ui-tabs-vertical .ui-tabs-nav li a { 
	display:block;
	float:none;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	margin:0;
}
.ui-tabs-vertical .ui-tabs-panel { 
	float: right;
	width: 75.5%;
	clear:none;
}
.ui-tabs-vertical .ui-tabs-nav li a {
	background:none;
	border:0;
	border-bottom:1px solid #EDEDED;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.ui-tabs-vertical .ui-tabs-nav .ui-state-active a,
.ui-tabs-vertical .ui-tabs-nav .ui-state-active a:hover {
    border-left: 1px solid #F0F0F0;
    border-bottom:none;
    border-top:none;
    color: #fff;
    margin:0;
	margin-bottom:1px;
	text-indent: -1px;
}
.ui-tabs .tab-contents {
	padding: 30px 40px;
}
	
/* **********************
Shortcode - Pullquotes
*********************** */
	
	.entry-content .pullquote-right {
		padding:5px 90px 5px 0;
		margin:10px 0 25px 40px;
		float:right;
		width:250px;
		background: url('images/icons/endquote.png') no-repeat right 20%;
	}
	
	.entry-content .pullquote-left {
		padding:5px 0 5px 90px;
		margin:10px 40px 25px 0;
		float:left;
		width:250px;
		text-align:right;
		background: url('images/icons/alt_endquote.png') no-repeat left 20%;
	}

	.entry-content .pullquote-center {
		padding			:15px 80px;
		margin			:30px;
		text-align		:center;
		background: url('images/icons/alt_endquote.png') no-repeat left 20%;
	}

	.entry-content .pullquote-right,
	.entry-content .pullquote-left,
	.entry-content .pullquote-center {
		color: #7d7d7d;
		font-size		:15px;
		line-height		:28px;
		font-style		:italic;
		font-family: georgia,serif;		
	}



/* **********************
Shortcode - Drop Caps
*********************** */

.entry-content .dropcap1 {
float:left;
font-size: 46px;
padding:10px;
font-weight:100;
line-height: 50px;
margin-right:20px;
margin-bottom:5px;
height:50px;
width:50px;
text-align:center;
color:#111;
background: #eeeeee;
-webkit-border-radius: 50px;
border-radius: 50px;
margin-top:10px;
}

.entry-content .dropcap2 {
float:left;
font-size: 46px;
padding:10px;
font-weight:100;
line-height: 50px;
margin-right:20px;
margin-bottom:5px;
height:50px;
width:50px;
text-align:center;
color:#fff;
background: #000;
-webkit-border-radius: 50px;
border-radius: 50px;
margin-top:10px;
}
.entry-content .dropcap3 {
float:left;
font-size: 46px;
padding:10px;
font-weight:100;
line-height: 50px;
margin-right:20px;
margin-bottom:5px;
height:50px;
width:50px;
text-align:center;
color:#fff;
background: #ff0000;
-webkit-border-radius: 50px;
border-radius: 50px;
margin-top:10px;
}
.entry-content .dropcap4 {
float:left;
font-size: 46px;
padding:10px;
font-weight:100;
line-height: 50px;
margin-right:20px;
margin-bottom:5px;
height:50px;
width:50px;
text-align:center;
color:#13D9BA;
background: #eee;
-webkit-border-radius: 50px;
border-radius: 50px;
margin-top:10px;
}

				
/* **********************
Shortcode - Columns Shortcodes
*********************** */				
.last { clear:both;}
.column1,
.column2,
.column3,
.column4,
.column5,
.column6,
.column32,
.column43,
.column52,
.column53 { 
	margin:0 0 10px 0; padding:0 0 10px 0;
}
.column1 {width:100%;}
.column2 {width:48.2%; float:left; }
.column3 {width:31%; float:left;}
.column4 {width:22.4%; float:left;}
.column5 {width:17.2%; float:left;}
.column52 {width:37.6%; float:left;}
.column53 {width:58.6%; float:left;}
.column6 {width:13.7%; float:left;}
.column32 {width:65.5%; float:left;}
.column43 {width:74.1%; float:left;}
.column_space { margin-right:3.225%; }

/* **********************
Shortcode - Thumbnails
*********************** */

		.thumbnails-title {
			margin-bottom:30px;
		}
		.thumbnails-shortcode .work-details h4 {
			color: #fff;
			font-size: 14px;
			line-height: 16px;
		}
		.gridblock-thumbnail-image-wrap {
			display: block;
			line-height: 0;
			overflow: hidden;
		}

/* **********************	
Shortcode - Flexible Buttons
********************** */

	.button-icon {
		color: #BEBEBE;
		position: absolute;
		right: 27px;
		top: 19px;
	}
	.mediumbutton .button-icon {
		top:15px;
		right:20px;
	}
	.smallbutton .button-icon {
		right: 12px;
		top: 9px;
	}

	.button-text-white .button-icon {
		color:#fff;
	}
	.mbutton {
	    display:inline-block;
	    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;
		border-width: 2px;
		border-style: solid;
		}
	.mbutton:hover {
		}

	.mbutton {
		margin-left:0;
	}

	.bigbutton {
	    padding: 15px 60px 15px 30px;
	    font-size:14px;
		letter-spacing: 1.5px;
	}
	.mediumbutton {
	    padding: 10px 50px 10px 30px;
	    font-size:13px;	
	}

	.smallbutton {
		padding: 6px 40px 6px 30px;
		font-size:12px;
	}
	.button-without-icon {
		padding-right:30px;
	}

		.mbutton:hover {
		transition: all 0.2s;
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
			}

			.mbutton span {
				display: block;
				font-weight: 200;
				letter-spacing: 1px;
				color:#fff;
				opacity: 0.7;
			}
			.mbutton:hover span {
				opacity: 1;
			}

	.button_gray {
		border-color: #EFEFEF;
		}
		.button_gray span {
		}

	.button_orange {
		border-color: #EC3939;
		}
		.button_orange span {
		}
.button_orange:hover {

}

	.button_white {
	border-color: #fff;
		}
		.button_white span {
		}
	.button_black {
	border-color: #454545;
		}

	.button_pink {
	border-color: #F194F4;
		}

	.button_purple{
	border-color: #906BB0;
		}

	.button_blue {
	border-color: #6FB9DC;
		}

	.button_red {
	border-color: #F15A5A;
		}

	.button_green {
	border-color: #A8CF56;
		}

	.small_goldbutton,
	.medium_goldbutton,
	.goldbutton {
	border-color: #FFBA55;
		}

		.button-align-left { float:left; }
		.button-align-right { float:right; }
		.button-align-fullwidth {
			display:block;
			text-align:center;
		}

/* ******************************
Shortcode - People
*************************** */

.person h3 {
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.5px;
	font-weight: 100;
	margin: 15px 0 5px;
	text-align: center;
}
.person h4 {
	color: #D7D7D7;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 0.5px;
	margin-top: 10px;
	text-align: center;
}
.person-image {
	line-height: 0;
    margin: 0 auto;
    text-align: center;
}
.person ul {
	list-style:none;
	margin:0;
	text-align: center;
}
.person ul li {
	display:inline-block;
	margin-right:2px;

	height:20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	font-size:10px;
	border:2px solid #fff;
	border:2px solid rgba(255,255,255,0.6);
	border-radius: 20px;
}
.person a,.person a:hover {
	border:none;
	height:20px;
	width: 20px;
	display: block;
}
.person i {
	color:#C4C4C4;
}
.person i:hover {
	color:#fff;
}
.person .person-desc {
	margin:10px 0;
}

/* ******************************
Shortcode - Callout
*************************** */

.callout {
	border: 1px solid #F1F1F1;
	border: 1px solid rgba(255,255,255,0.7);
	padding:25px 40px;
}
.calltype-double .callout {
	border-style: double;
	border-width: 3px;
}
.calltype-line-right .callout {
	border-right-color: #13D9BA;
	border-right-width: 1px;
}
.calltype-line-left .callout {
	border-left-color: #13D9BA;
	border-left-width: 1px;
}
.calltype-line-top .callout {
	border-top-color: #13D9BA;
	border-top-width: 1px;
}
.calltype-line-bottom .callout {
	border-bottom-color: #13D9BA;
	border-bottom-width: 1px;
}
.callout-text {
	float:left;
}
.callout .callout-title {
	font-size: 28px;
	font-weight: 100;
	line-height: 28px;
	margin-bottom: 5px;
	margin-top: 8px;
}
.callout-desc {
	margin: 0;
}
.callout-button {
	float: right;
}

/* ******************************
Shortcode - Callout
*************************** */

.pricing-table {
	padding:0;
	border-left:none;
}
.pricing-table ul li {
	margin:0;
	padding: 0;
}
.pricing-column {
}
.pricing-table .pricing-column-target {
	margin:0;
	padding: 20px 0 0 0;
	position: relative;
	z-index: 1;
}
.pricing-table .pricing_highlight {
	background:#fff;
	background: rgba(255,255,255,0.1);
	-webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);    
        box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}
.pricing_highlight .pricing-column {
	position: relative;
	z-index: 2;
}
.pricing-table .column2 {
	width: 49.9%;
}
.pricing-table .column3 {
	width: 33.233333333%;
}
.pricing-table .column4 {
	width: 24.9%;
}
.pricing-table .column5 {
	width: 19.9%;
}
.pricing-table .column6 {
	width: 16.5666667%;
}
.pricing-table ul {
	list-style: none;
}
.pricing-table ul {
	margin:0 auto;
	text-align: center;
}
.pricing-table .pricing-column-type-2 ul {
	margin:0;
	text-align: right;
}
.pricing-table .pricing-column-type-2 .pricing-row {
	background:none;
	padding-right:20px;	
}
.pricing-row i {
	margin-right:5px;
	margin-left:5px;
}

.pricing-table .pricing-title {
	font-size: 32px;
	margin-top: 40px;
	font-weight: 100;
	margin-bottom: 35px;
	color: #67AB31;
}
.pricing-table .pricing-price {
	font-size:48px;
	font-weight: 100;
	color:#fff;
	margin-top:30px;
}
.pricing-price .pricing-currency {
	position: relative;
	top:-10px;
	font-size:20px;
}
.pricing-price .pricing-suffix {
	position: relative;
	top:-22px;
	font-size:16px;
}
.pricing-table .pricing-duration {
	color: #eee;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 0;
	letter-spacing: 2px;
}
.pricing-table .pricing-row {
	background:#F7F7F7;
	background: rgba(255,255,255,0.1);
	border-bottom: 1px solid #EDEDED;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin:0;
	padding: 10px 0;
}
.pricing-table .pricing_highlight .pricing-row {
	background:#fff;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	color:#000;
}
.pricing-table .pricing-footer {
	padding: 10px 0;
}
.pricing-table .icon-ok {
	color:#A3CB44;
}
.pricing-table .icon-remove {
	color:#E78D7F;
}
	
/* ******************************
Post summary
*************************** */

.post-navigation {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size:14px;
	font-weight: 600;
	padding-bottom: 14px;
}
.post-navigation a {
	color: #A2A2A2;
}
.post-previous {
	float:right;
}
.post-next {
	float:right;
	margin-left:20px;
}
.post-next,
.post-previous {
	line-height: 0;
	position: relative;
	top:17px;
} 

.postsummarywrap {
	background:#fff;
	background:rgba(255,255,255,0.1);
	padding-bottom: 13px;
	padding-top: 13px;
	width: 100%;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 0.5px;
    margin-top:20px;
	}
	.postsummarywrap i {
		color: #fff;
	}
	.postsummarywrap a {
		color: #929292;
	}
.datecomment {
	padding: 0 30px;
}
.post-single-tags,
.post-single-tags a {
	color: #A4A4A4;
	font-size: 13px;
	font-weight: 400;
	}
	.post-single-tags a {
		font-size: 12px;
		padding: 5px 10px;
	}
	.post-single-tags {
		margin: 15px 0 0 0;
		padding-bottom:15px;
		text-align: right;
	}
	.post-single-tags i {
		margin-right:10px;
	}
	
.postsummary-spacing,.fullcontent-spacing {
	margin-bottom:20px;
	margin-top:20px;
	}
	
.postsummaryimage {
	}
.postsummaryimage img {
	max-width:100%;
}

	.summary-info {
		border-bottom: 1px solid rgba(255,255,255,0.1);
		line-height: 0;
		padding: 15px 10px;
	}
	.summary-date,
	.summary-comment {
	    font-size: 11px;
	    font-weight: 600;
	    padding: 0;
	    display:inline-block;
	}
	.summary-comment {
		float: right;
		line-height: 0;
		margin-right: 10px;
		padding: 0;
	}
	.summary-comment i {
		position:relative;
		top:-1px;
		margin-left: 2px;
	}
	.summary-date {
		margin-left:10px;
		color:#aaa;
	}
	.listbox-content .summary-date {
		margin-left: 0;
	}

/* Blog Small */
.bloglist-small .post-format-media {
	width:300px;
	float:left;
	margin-right:40px;
	margin-bottom:30px;
}
.bloglist-small .postformat_contents {
	padding-top: 0;
}
.bloglist-small .sc_slideshowtitle {
	font-size: 14px;
	line-height: 14px;
}
.bloglist-small .entry-content .entry-post-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
    letter-spacing: 1px;
}
.bloglist-small .entry-post-wrapper {
	padding:0;
}

	.portfolio-contents-wrap {
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	
	.post-single-meta {
		float: right;
		}
	.post-single-meta a {
		}
	.post-single-meta a:hover { color:#000; text-decoration:none; }
	.post-meta-time,
	.post-meta-comment {
		margin-left:15px;
	}
	.post-meta-category {
		margin-left:5px;
	}
	
	.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; }

	.lightbox-shortcode {
		position: relative;
	}
	.shortcode-lightbox-indicate {
		display: inline-block;
		position: absolute;
		top:20px;
		height:40px;
		width:40px;
		margin-left:20px;
		z-index: 10;
		text-align: center;
		border:2px solid #fff;
		border-radius: 30px;
		opacity:0.7;
	}
	span.shortcode-lightbox-indicate i {
		line-height: 40px;
		color:#fff;
	}
	.lightbox-shortcode:hover .shortcode-lightbox-indicate {
		opacity:1;
	}


		
		
/* 
9.2 Page Navigation Styles
*/

.pagination-navigation {
	padding-top:20px;
	margin-top:30px;
	position: relative;
}
.pagination {
	color: #2E2E2E;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
	padding-bottom: 20px;
	position: absolute;
	top: -19px;
	width:100%;
	}
.pagination a {
		-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
	color: #eee;
	margin-bottom: 5px;
	text-decoration:none;
    font-weight: 400;
    border:2px solid #eee;
    border:2px solid rgba(255,255,255,0.5);
    border-radius: 30px;
}

.pagination a:link , .pagination .navigation-single ,.pagination span.current,
ol.commentlist li .reply a,.pagination a:visited {	
	outline: 0;
	color: #eee;
	}
	
.pagination-info {
    float: right;
	color:#fff;
	margin-top:7px;
	padding-left:10px;
	float: right;
}
	
.navigation-next,.navigation-prev { color:#fff;}

.pagination a:hover,
ol.commentlist li .reply a:hover {
	color: #fff;
	border:2px solid #fff;
    border:2px solid rgba(255,255,255,1);
	}
.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;
	border:none;
	padding: 6px 13px;
	}
		
.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;
		cursor:pointer;
		color: #fff;
		padding: 10px 17px;
		border:2px solid #fff;
		background: transparent;
	}
		#password-protected input:submit:hover { color: #111;}
		#password-protected input:submit:active { color: #000; }
		
#password-protected label {
 	color: #FEFEFE;
    font-size: 22px;
    }
	
#password-protected label input {
	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;
	}

.fullscreen-protected #password-protected {
	margin-top:40px;
}

/*
******************************
Ken Burns
******************************
*/

.kenburns-preloader {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/preloaders/circle-spinner.png) no-repeat center center;
}

#kenburns-container img {
	display:none;
}
		
/*
******************************
Post Info
******************************
*/

.postinfo {
	color: #7D7D7D;
	font-size: 11px;
	padding: 20px 0;
	}
	.postinfo p {
	color: #7E7E7E;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
	}
	.postinfo a, .contents .postinfo a { 
		color:#B1B1B1;
		text-decoration:none;
		font-weight: 400;
	}
	.postinfo a:hover {color:#111;}
	
/* ******************************
10.1 Sidebar
******************************* */

.sidebar-widget img {
	max-width:100%;
}

.regular-sidebar {
	margin:	0;
	}

.portfolio-sidebar {
	margin:	0;
	}
	
.sidebar-top {

	margin-top:35px;

	}
	
.sidebar-bottom {

	}
	
.sidebar-wrap ,.sidebar-wrap-single {
    width: 25%;
	}
.single-mtheme_portfolio .sidebar-wrap-single {

}
	
.sidebar h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 0.5px;
	line-height: 15px;
	margin-bottom: 20px;
	}

.sidebar-widget {
    margin-bottom: 10px;
	background: #000;
	background: rgba(255,255,255,0.1);
	padding:30px;
	}
	
.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:#bcbcbc; }
	.sidebar a:hover { text-decoration:none; }
		.sidebar ul {padding:0;margin:0; }
		.sidebar ul li {   }
		.sidebar ul li a { 
			padding:5px 0 5px 0;
			display:block;
			border-bottom: 1px solid #fff;
			border-bottom: 1px solid rgba(255,255,255,0.05);
		}
		.sidebar ul li a:hover { text-decoration:none; }
			.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 13px; }
.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: #8E8E8E;
	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;
}
/* ******************************
10.2 Form / Widget Search
******************************* */

	#s {
		margin: 0;
		height: 16px;
		padding: 5px;
		border:none;
		font-size:14px;
		width:82%;
		background:none;
		font-weight: 300;
	}
	#searchform input {
    height: 30px;
    line-height: 30px;
	padding: 0 5px 0 0;
	width:195px;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	}
	#searchform i {
		color:#fff;
	}
	#searchbutton {
		border:0;
		background:none !important;
		cursor: pointer;
		height: 32px;
		padding: 10px 18px 4px;
		width: 32px;
		opacity:1;
		font-size:15px;
		}
		
	#searchbutton:hover {
		opacity:0.8;
		}
	
	.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 {
}

#popularposts_list li.even,
#recentposts_list li.even{
}

#recentposts_list p,
#popularposts_list p{
	color: #A3A3A3;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 15px;
    margin: 5px 0 0 0;
    padding-bottom: 0;
    font-weight: 400;
}
#recentposts_list li,#popularposts_list li{
    margin-bottom: 20px;
}
#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: #fff;
	font-size: 13px;
	font-weight: 400;
	margin: 14px 0 0 0;
	}
#recentposts_list .recentpost_info .recentpost_title:hover,#popularposts_list .popularpost_info .popularpost_title:hover  {
	color: #fff;
	}

#popularposts_list img, #recentposts_list img {
	display:block;
	padding:0;margin:0;
	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;
}

#footer .popularpost_info,
#footer .recentpost_info {
}

/* ******************************
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;
		padding:5px;
		}
    .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: #000;
		   color: #595959;
		   font-size: 10px;
		   font-weight: 100;
		   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;
		float:left;
		}
		.sidebar-widget span.tweet_text {
			color: #cbcbcb;
		}
		
	.sidebar-widget .mtheme-tweets .tweet_list li a {
		color: #fff;
		font-size:11px;
		font-weight: 400;
	}
	.sidebar-widget .mtheme-tweets a {
		padding-top:0;
	}
		.sidebar-widget .tweet_list a { border:none; display:inline;}
		
		#footer .mtheme-tweets .tweet_list li a {
		color:#fff;
		font-weight:400;
		}
		#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;
	}	
		
/* ******************************
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;
		width:25%;
		}
		
	.footer-widget .infobar-portfoliogrid li {
		float:left;
		margin:0;
		padding:0;
		border:none;
		width:33%;
		}
		
	.sidebar-widget .infobar-portfoliogrid li img {
		display: block;
		width:100%;
		height: auto;
		}

		.sidebar-mini .infobar-portfoliogrid li img {
		    width:100%;
		    height: auto;
		}
		
		.sidebar-widget .infobar-portfoliogrid li img:hover {
			}
			.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;
		line-height:0;
		width: 100%;
		height:auto;
		}
		
		.footer-widget .infobar-portfoliogrid li img:hover {
			opacity: 0.9;
			}
		
	.sidebar-widget .infobar-portfoliogrid .rightspace { }
	.footer-widget .infobar-portfoliogrid .rightspace { }

/* **********************
10.7 Social Widget
*********************** */
.header-search-wrap {
	float: right;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 45px;
}
.header-search-wrap #searchbutton {
	display:none;
}
.header-search-wrap #searchform {
	float: right;
	margin-right: 50px;
	position: relative;
	top: -42px;
}
.header-search-wrap #searchform input {
	border:none;
    color: #fff;
    font-style: normal;
    font-weight: 400;
	text-indent: 30px;
	padding:0;
	width:0;
	height: 50px;
	font-size: 18px;
    letter-spacing: 0;
    position:relative;
    z-index:10;
}
.max-search .icon-search {
	display:none;
}
.max-search .icon-remove {
	display:block;
}
.min-search .icon-remove {
	display:none;
}
.min-search .icon-search {
	display:block;
}
.header-search-wrap #searchform input {
	color:#fff;
	font-size:16px;
	background: #262626;
}
.header-search {
    float: right;
    position: relative;
	top: 7px;
	height:22px;
    padding: 10px 10px 10px 25px;
}
.header-search:hover {
	cursor: pointer;
	color:#000;
}

.social-header-wrap {
}
.social-header-wrap a {
	display:block;
}
.social-header-wrap ul {
	text-align:right;
	list-style-type:none;
}
.social-header-wrap ul li {
	display:inline-block;
	float: right;
}
.social-header-wrap ul li i {
	margin:0;
	padding:0;
	color:#E3E3E3;
}
.social-header-wrap ul li.social-icon {
	border: 2px solid #FFFFFF;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 30px;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 7px;
	padding: 5px;
	text-align: center;
	width: 20px;
}
.social-header-wrap ul li.social-icon:hover {
	border: 2px solid #FFFFFF;
	border: 2px solid rgba(255,255,255,0.6);
}
.social-header-wrap ul li.social-icon i {
}
.social-header-wrap ul li.social-icon:hover {
	cursor: pointer;
}
.social-header-wrap ul li.social-icon:hover i {
	color:#fff;
}
.social-header-wrap ul li.contact-text {
	color: #555;
    font-size: 12px;
    margin-right: 15px;
    position: relative;
    top: 14px;
    font-weight: 400;
}
.social-header-wrap ul li.contact-text i {
	color: #fff;
}
.social-header-wrap ul li.contact-text a {
	display:inline;
	color:#fff;
}
.social-header-wrap ul li.contact-text a:hover {
	color:#fff;
}

/* **********************
Social Shortcode
*********************** */
.social-shortcode i {
	color:#555;
}
.social-margin-left {
	margin-right:10px;
}
.social-margin-right {
	margin-left:10px;
}

/* **********************
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: 98px;
    width: 98px;
	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;
	}
	
	.contact_address_block a {
	}
	.contact_address_block a:hover {
		color: #fff;
	}
	
	.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-white.png) no-repeat 0 50%;
			margin-top:10px;
			padding: 0 0 0 20px;
			font-weight:600;
			font-size:15px;
			color: #fff;
			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-white.png) no-repeat 0 50%;
			padding: 0 20px 0 20px;
			}
			
		.contact_address_block .contact_mobile {
			background: url(images/icons/address/mobile-white.png) no-repeat 0 50%;
			padding: 0 0 0 20px;
			}
			
		.contact_address_block .contact_email {
			background: url(images/icons/address/email-white.png) no-repeat 0 50%;
			padding: 0 0 0 20px;
			}
			
		.contact_address_block .contact_email a {
			display: inline;
			}

		#footer .contact_address_block .contact_name {
			background-image: url(images/icons/address/home-white.png);
			}

		#footer .contact_address_block .contact_phone {
			background-image: url(images/icons/address/phone-white.png);
			}
			
		#footer .contact_address_block .contact_mobile {
			background-image: url(images/icons/address/mobile-white.png);
			}
			
		#footer .contact_address_block .contact_email {
			background-image: url(images/icons/address/email-white.png);
			}
				
.page-contents-right {
	padding: 10px 40px 40px 20px;
	}

/* Vertical Images */

ul.vertical_images {
	list-style: none;
}
ul.vertical_images li {
	margin-top:20px;
	line-height: 0;
	position: relative;
}
ul.vertical_images .vertical-images-title {
	display:block;
	color:#fff;
    padding: 20px 0 20px 0;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    font-weight: 200;
    font-size: 18px;
    background: rgba(0,0,0,0.5);
    bottom: 0;
}
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;
			}

/* 
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;
				width:25%;
				}
				.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;
					}				
					.grid-list-portfolio-related ul li img:hover {
					}
			
/* ******************************
Big Italic
******************************* */

.big-italic {
	font-size:		18px;
	font-style:		italic;
	line-height:	30px;
	color:			#7b7b7b;
}
	
/* **********************
12.1 Comments
*********************** */

#commentform-section,
.commentform-wrap {
}

.commentform-wrap {
	margin-top: 80px;
	}

#comments {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 100;
	letter-spacing: 0;
}

.nocomments {
	margin: 35px 0 0 0;
	text-transform: uppercase;
	}

.comment-body a {
	color:#fff;
	}
.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;
}
.entry-content .commentform-wrap ol,
.entry-content .commentform-wrap ul,
.commentform-wrap ol,
.commentform-wrap ul {
	list-style-type:none;
}
	ol.commentlist li {
		margin:10px 0;
		line-height:18px;
		padding:20px;
	}
	.entry-content ol.commentlist li {
		margin-left: 0;
	}
		ol.commentlist li .comment-author,ol.commentlist li .comment-author a,ol.commentlist li .comment-author .fn  {
			color:#fff;
			letter-spacing:0;
			font-size: 16px;
			font-weight: 400;
		}
		.comment-author {
			margin-top:20px;
		}
			ol.commentlist li .comment-author a {
				text-decoration:none;
			}
			
			ol.commentlist li .comment-author .fn {
				color: #eee;
			}
			
			ol.commentlist li .comment-author .fn a {
				color: #eee;
			}
			ol.commentlist li .comment-author .avatar{
				float:right;
			}

		ol.commentlist li .comment-meta{
			font-size:10px;
			font-weight: 400;
		}
			ol.commentlist li .comment-meta a {
			color: #eee;
			text-decoration: none;
			font-size: 11px;
			}
		ol.commentlist li p {
			color: #A7A7A7;
			font-size: 14px;
			line-height: 20px;
			margin-left: 85px;
			padding: 10px 0;
		}
		ol.commentlist li .reply{
			font-size: 12px;
			margin-top: 20px;
			padding-top: 20px;
		}
		ol.commentlist li .reply a{
			border: 2px solid #fff;
			color: #FFFFFF;
			font-size: 14px;
			letter-spacing: 1px;
			font-weight: 100;
			padding: 10px 20px;
		}
			ol.commentlist li .reply a{
			}
			ol.commentlist li .reply a:hover{
				color:#fff;
			}
			
		ol.commentlist li {
			padding:40px;
			margin-top:20px;
		}
		
		ol.commentlist li.odd {
			background:rgba(255,255,255,0.1);
		}
		ol.commentlist li.even {
			background:rgba(255,255,255,0.05);
		}

		.comment-reply-title {
			margin-top:20px;
		}
		.comment-reply-title small {
			margin-left:20px;
		}
		
ol.commentlist li.bypostauthor .avatar {
	float: left;
	margin-right: 20px;
	margin-top: -10px;
}
		
#commentform p {
	margin: 0;
	}
			
#commentform {
	font-size:12px;
}

#commentform a {
}
	#respond {
	}
	
	#respond a {
	}
	
	#respond a:hover{
		text-decoration: none;
		color: #000;
		}
		
		#respond h3 {
			color: #fff;
			font-size: 23px;
			font-weight: 100;
			letter-spacing: 0.5px;
			margin-top: 40px;
			}
		
		.reply-title {
		}
		
		#respond h4 {
			font-size:14px;
			text-transform:uppercase;
			font-weight: bold;
			margin: 20px 0 15px 0;
		}
		#commentform {
			margin:0;
		}
		.comment-notes {
			font-size:15px;
			font-style:italic;
		}
		.comment-respond {
		}
		#commentform-section .required {
			color:#ff0000;
			font-weight: 200;
		}
			#commentform label{
				color: #eee;
				display: inline-block;
				font-size: 16px;
				margin-top: 20px;
			}
				#commentform label small {
					font-size:12px;
					color:#a0a0a0;
				}
			#respond #commentform textarea,
			#respond #commentform input {
				margin-bottom:10px;
				padding:5px;
				margin: 5px 10px 10px 0;
				background: rgba(255,255,255,0.1);
				border:0;
				color:#fff;
			}
			#respond #commentform textarea:focus,
			#respond #commentform input:focus {
				background: rgba(255,255,255,0.15);
				-webkit-transition: border-color 0.5s ease-in;
				-moz-transition: border-color 0.5s ease-in;
				transition: border-color 0.5s ease;
			}
			#commentform input{
				width:97.5%;
			}
			#commentform textarea{
				width:99%;
			}
			
			.form-allowed-tags {
				color: #9F9F9F;
				font-size: 10px;
				font-weight: 400;
				padding-bottom: 10px;
			}
			
			.logged-in-as {
				font-size: 11px;
				color: #ccc;
				float:right;
			}
			.logged-in-as a {
				font-weight: 400;
				color:#bbb;
			}
			
			#contact .button,#commentform input#submit {
				width: 140px;
				outline: 0;
				padding: 10px 12px;
				margin-right: 5px;
				display: inline-block;
				color: #eee;
				font-weight: 100;
				border:2px solid #fff;
				background: none;
				cursor:pointer;
				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: 16px;
		font-weight:100;
		letter-spacing:1.5px;
		color:#a0a0a0;
	}
	#contact .text-input {
		display:block;
		padding:7px;
		margin:0 0 20px 0;
		border: 1px solid #ddd;
		border: 1px solid rgba(255,255,255,0.2);
		background: #f3f3f3;
		background: rgba(255,255,255,0.1);
		color:#fff;
		}
		
	#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:100;
		font-size:18px;
	}
		#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;
	background:rgba(255,255,255,0.1);
	width: 100%;
}
.navigation a:link,
.navigation a:visited {
	color: #aaa;
	text-decoration: none;
	display:block; padding:10px 20px;
}
.navigation a:active,
.navigation a:hover {
	display:block;
	color: #fff;
}
	
.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;
	max-width: 100%;
	}
	
.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:30px;
		top:30px;
		height:40px;
		width:40px;
		border-radius: 30px;
		border:2px solid #fff;
		z-index: 10;
		text-align: center;
		opacity:0.7;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	span.lightbox-indicate i {
		line-height: 40px;
		color:#fff;
	}
	.postformat-image-lightbox:hover .lightbox-indicate {
		opacity:1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
.post-link-wrapper {
	padding: 0;
	}

.postformat_icon {
	background: #EAEAEA;
	border-radius: 50px 50px 50px 50px;
	color: #707070;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	top: -2px;
	width: 40px;
}

.postformat_contents {
	padding: 20px 50px;
}

.fullpage-contents-wrap .postformat_contents {
}
	
.quote_say {
	display: block;
    font-size: 42px;
    font-weight: 100;
    line-height: 42px;
    text-align: center;
    margin: 80px 40px 20px;
	}
.quote_say i {
	margin: 0 10px;
	color:#E4E4E4;
}
	
.quote_author {
	color: #E6E6E6;
	display: block;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 80px;
	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
-------------------------------------------------------------- */

.gridblock-filterable-wrap {
	overflow:hidden;
}
.gridblockfilter_widget_about {
	margin-bottom:15px;
}

.ajax-gridblock-image-wrap,.gridblock-contents-wrap {
}

#ajax-gridblock-wrap {
	position:relative;
}

.gridblock-contents-wrap {
}

.gridblock-image-link {
	display:block;
	}
	
	.ajax-gridblock-block-wrap {
		margin-top:-40px;
		}
	.single-gridblockgallery .ajax-gridblock-block-wrap {
		border-bottom: none;
		}

	.ajax-home-wrap {
	}

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 {
	width:27px;
	height:30px;
	text-align: center;
	line-height: 30px;
	display:inline-block;
	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 { 
	display:none;
		}
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/circle-spinner.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	float:right;
	height:30px;
	margin-right:10px;
	width:50px;
	text-indent: -999999px;
	display:none;
}

#ajax-gridblock-content {
}

.ajax-top-margin {
}

.ajax-gridblock-window {
	width:100%;
    display:none;
    position: relative;
    overflow: hidden;
}

#ajax-gridblock-loading {
	background: transparent url(images/preloaders/horizontal2.png) no-repeat 50% 50%;
	width:100%;
	height:112px;
	z-index:20;
}

.ajax-gridblock-image-wrap {
	padding:0;
	margin:1px 0 0 0;
	line-height:0;
	background-image:url(images/preloaders/circle-spinner.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	width: 100%;
	text-align: center;
}

.ajax-gridblock-image-wrap,.ajax-gridblock-image-wrap img  {
	
	}

.ajax-gridblock-image-wrap img {
	opacity:0;
	}

.ajax-gridblock-data {
	background:none;
	position:relative;
	padding: 0;
	}
	
	.ajax-psection-left {
	}

	.ajax-psection-right {
	}
	
.portfolio-title h1 {
	color: #000000;
    font-size: 42px;
    font-weight: 100;
    letter-spacing: -2.0px;
	line-height: 36px;
	padding: 50px 0 20px;
}

.ajax-gridblock-data h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 23px;
	margin-top:0;
	margin-bottom: 10px;
	padding: 0 0 15px 0;
}
	.ajax-gridblock-data h2 a {
		text-decoration:none;
		color:#fff;
		font-weight: 100;
	}
	.ajax-gridblock-data h2 a:hover {
		color:#13D3B5;
		}

	.ajax-protected {
		text-align: center;
		padding: 90px 30px 20px;
	}

	.ajax-protected h2 a {
		color: #eee;
		font-size: 25px;
		font-weight: 100;
		line-height: 34px;
		}
	.ajax-protected h2 a:hover {
		text-decoration:none;
		color: #fff;
		}

.ajax-gridblock-description {
	margin: 15px 20px 30px 0;
	}
	
		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-top: 1px solid #F0F0F0;
				border-bottom: 1px solid #F0F0F0;
				border-left: none;
				margin-top: 45px;
				padding: 5px 0;
				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: 0;
					border-top: 1px solid #f0f0f0;
					border-bottom: 1px solid #f0f0f0;
					margin: 20px 0 30px;
				}
				.single-mtheme_portfolio ul.portfolio-metainfo li.ajax-client {
					background-position: 0 45%;
				}
				.single-mtheme_portfolio ul.portfolio-metainfo li.ajax-link {
					background-position: 0 45%;
				}
				.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 { }

.single-gridblock-image-wrap {
	text-align:center;
	display:block;
	}
.gridblock-selected-icon {
	text-indent: -99999px;
}

.gridblock-displayed .gridblock-selected-icon {
	z-index: 10;
	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;
}

/* ******************************
15.3 Portfolio Filter
******************************* */

.gridblock-filter-wrap { 
	margin: 0;
}
.gridblock-works-wrap {
    margin-bottom: 5px;
	margin-top:30px;					
}

#filter-heading {
    color: #4A4A4A;
    display: inline-block;
    font-size: 36px;
    font-weight: 900;
    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.gridblock-filter { 
	margin: 0 0 10px 0;
	background: url(images/patterns/stripes_fine_tall.png) repeat-x scroll 0 0 transparent;
	}
ul.gridblock-filter li { 
	float:left;
	font-size: 11px;
	font-weight: 400;
	text-transform:uppercase;
	background: #BABABA;
    border-right: 1px solid #C5C5C5;
	}
	
ul.gridblock-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.gridblock-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.gridblock-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.gridblock-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.gridblock-list { width: 100%; float:right; }
ul.gridblock-destination { display:none; }

ul.gridblock-list { margin: 0; padding: 0; list-style: none; }
ul.gridblock-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.gridblock-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-gridblock-icon {
		position:absolute;
		width:32px;
		height:50px;
		display:block;
		background-color:none;
		background-repeat:no-repeat;
		background-position:50% 50%;
		top:256px;
		left:0;
		width:100%;
		opacity:1;
	}

	.column-gridblock-icon {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		bottom: 50%;
		display: block;
		height: 50px;
		right: 1px;
		opacity: 1;
		position: absolute;
		width: 50px;
		margin-bottom: -25px;
		color:#fff;
		font-weight:100;
		line-height: 50px;
		text-align: center;
		font-size: 12px;
	}
	.column-gridblock-link {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		bottom: 50%;
		display: block;
		height: 50px;
		left: 1px;
		opacity: 1;
		position: absolute;
		width: 50px;
		margin-right: -55px;
		margin-bottom: -25px;
		z-index: 10;
		color:#fff;
		font-weight:100;
		line-height: 50px;
		text-align: center;
		font-size: 12px
	}

	.hover-icon-effect {
		color:#fff;
		font-size: 16px;
		border-radius: 60px;
		border:2px solid transparent;
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		transition: all 0.6s;
	}

	/* Effect 1a */
	.hover-icon-effect:hover {
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		transition: all 0.6s;
		color:#fff;
		border:2px solid #fff;
	}

	.grid-blank-status {
		position:absolute;
		height:100%;
		width:100%;
		background:#343434;
		opacity:0.6;
	}
	.grid-blank-element {
		position: relative;
	}
	.grid-blank-element .grid-blank-status i {
		position: absolute;
		left: 50%;
		position: absolute;
		top: 50%;
		margin-left:-12px;
		margin-top:-12px;
		color:#fff;
		-webkit-transition: background 0.5s, color 0.2s;
		-moz-transition: background 0.5s, color 0.2s;
		transition: background 0.5s, color 0.2s;
	}
	.grid-blank-element .grid-blank-status:hover i,
	.grid-blank-element .grid-blank-status i:hover {
		color:#fff;
	}
	.grid-blank-element .grid-blank-status:hover {
		background:#ddd;
		-webkit-transition: background 0.5s, color 0.2s;
		-moz-transition: background 0.5s, color 0.2s;
		transition: background 0.5s, color 0.2s;
	}
	.gridblock-image-link {
		overflow: hidden;
	}
	.gridblock-element:hover img,
	.gridblock-grid-element:hover img {
		transform: scale(1.2,1.2);
-ms-transform: scale(1.2,1.2); /* IE 9 */
-webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
.gridblock-element img,
.gridblock-grid-element img {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.gridblock-link-center {
		left:0;
		margin-left:-25px;
	}
	.gridblock-background-hover {
	    position: absolute;
	    z-index: 10;
		opacity:0;
		width:261px;
		height:261px;
		top:0;
		display:none;
	}
	.gridblock-image-hover {
	    position: absolute;
	    z-index: 11;
		opacity:0;
		width:261px;
		height:261px;
		top:10px;
		display:none;
	}
	.gridblock-link-hover {
	    position: absolute;
	    z-index: 12;
		opacity:0;
		width:261px;
		height:261px;
		top:10px;
		display:none;
	}
	.gridblock-link-hover a {
		border: none !important;
		text-decoration: none !important;
	}
	.gridblock-columns-wrap .gridblock-row-new:first-child { margin-top:0;}
	.gridblock-row-new {}

ul.gridblock-list a.filter-thumbnail-loader {
	background: url(images/horizontal_preloader.gif) no-repeat 50% 50%;
	padding: 	1px;
	border:		1px solid #f3f3f3;
	}

ul.gridblock-list li .gridblock-image-link{
	display: block;
	height:215px;
	text-decoration:none;
}
ul.gridblock-list .work-details { margin: 15px 20px 0 20px; }

ul.gridblock-list h4 a {
	font-size:		14px;
	font-weight:	bold;
	margin:			10px 0 5px 0;
	text-decoration:none;
	}

ul.gridblock-list h4 a:hover {
	color:	#111;
}

.gridblock-listbox ul.gridblock-four .gridblock-element {
	width:100%;
}
.gridblock-listbox .listbox-image {
}
.gridblock-listbox .listbox-content {
	
}

ul.gridblock-listbox {
	list-style: none;
}
ul.gridblock-listbox li {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
ul.gridblock-listbox li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
ul.gridblock-listbox .summary-info {
	border:none;
	padding:0;
	margin:10px 10px;
	background: none;
}
ul.gridblock-listbox .summary-comment a {
	color:#aaa;
}
ul.gridblock-listbox .work-details {
	margin: 0 20px;
}
ul.gridblock-listbox .work-details h4{
	margin-bottom: 10px;
	font-size:14px;
}
ul.gridblock-listbox .work-details h4 a{
	font-weight: 200;
}
ul.gridblock-listbox .work-details h4 a:hover {
	color:#eee;
}
ul.gridblock-listbox .work-description {
	font-size: 13px;
	line-height: 18px;
}
ul.gridblock-listbox .gridblock-image-link {
	width:130px;
	float:left;
	margin-right:20px;
}
ul.gridblock-listbox .gridblock-listbox-row {
	margin-bottom: 20px;
}

/* ***************************
PORTFOLIO SHARE
***************************** */

.share-spacing {
	display: inline-block;
}

ul.portfolio-share {
	background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    list-style: none;
    margin-top: 20px;
    padding: 6px 20px 2px;
}
.portfolio-single-wrap .portfolio-share {
	margin-top:40px;
}
.portfolio-share li {
	display:inline-block;
}
.portfolio-share li.sharethis {
	color:#fff;
	font-size:14px;
	letter-spacing: 1px;
	font-weight: 100;
	background:none;
	margin-right:10px;
	width:auto;

}
.portfolio-share li a {
	display: block;
	font-size:11px;
	color:#bbb;
	margin:0;
	width:30px;
	height: 30px;
	line-height: 30px;
	text-align: center;	
	margin: 0 5px 0 0;
	border-radius: 20px;
}
.portfolio-share li a:hover {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	color:#fff;
}

/* ******************************
15.4 Portfolio Grids
******************************* */

	.blogpost_readmore {
		font-size:12px;
	}
	.entry-content .blogpost_readmore a {
		color:#fff;
	}

	.gridblock-related-columns {
		margin: 0 60px;
	    border-top: 1px solid #eee;
	    padding-top: 20px;
		}
	.gridblock-columns-wrap { 
    margin: 0;
    width: 101.5%
	}
	.gridblock-columns-wrap ul li {
	}
	.gridblock-related-wrap { 
		border-top: 1px solid #eee;
		margin: 30px 0 60px;
		padding: 60px 0 0 0;
	}
	.gridblockfilter-columns-wrap { margin: 30px 0 0; }

	a.gridblock-image-link {
		line-height: 0;
	}
	.gridblock-one .gridblock-protected,
	.gridblock-two .gridblock-protected,
	.gridblock-three .gridblock-protected,
	.gridblock-four .gridblock-protected,
	.post-nothumbnail {
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}

	ul.gridblock-four,
	ul.gridblock-three,
	ul.gridblock-two,
	ul.gridblock-one { 
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}



		a.gridblock-columns {
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}
		.gridblock-protected a.gridblock-columns {
		}
		.gridblock-protected {
			position: relative;
			opacity: 0.5;
		}
		a.gridblock-columns img {
			max-width: 100%;
		}

	.gridblock-protected i {
		position: absolute;
		left:50%;
		top:50%;
		margin-top:-12px;
		margin-left:-12px;
		color:#fff;
	}

	.gridblock-four .work-details,
	.gridblock-three .work-details,
	.gridblock-two .work-details,
	.gridblock-one .work-details  {
		border-width: 0;
		margin: 0 0 10px;
		padding: 20px;
	}
	.gridblock-element:hover .work-details {
	}

	.gridblock-four h4,
	.gridblock-three h4,
	.gridblock-two h4,
	.gridblock-one h4,
	.gridblock-list h4 {
		margin:0;
		}

	.gridblock-four h4 a,
	.gridblock-three h4 a,
	.gridblock-two h4 a,
	.gridblock-one h4 a,
	.gridblock-list h4 a {
		border: none;
		font-size: 14px;
		font-weight: 200;
		letter-spacing: 0.8px;
		margin-bottom: 5px;
		margin-top: 10px;
		text-decoration: none;
		}

	.gridblock-four h4 a:hover,
	.gridblock-three h4 a:hover,
	.gridblock-two h4 a:hover,
	.gridblock-one h4 a:hover,
	.gridblock-list h4 a:hover {
		text-decoration: none;
		border: none;
		}

	.gridblock-four .work-description,
	.gridblock-three .work-description,
	.gridblock-two .work-description,
	.gridblock-one .work-description { 
	display: block;
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
	}

	/* ******************************
	gridblock Borders ( if needed )
	******************************* */	
	ul.gridblock-four li .displayed-image,
	ul.gridblock-three li .displayed-image,
	ul.gridblock-two li .displayed-image,
	ul.gridblock-one li .displayed-image,
	a.gridblock-ajax img,
	a.gridblock-filter-column img,
	.pictureframe-image {
	}

	ul.gridblock-four li .displayed-image:hover,
	ul.gridblock-three li .displayed-image:hover,
	ul.gridblock-two li .displayed-image:hover,
	ul.gridblock-one li .displayed-image:hover,
	a.gridblock-ajax img:hover,
	a.gridblock-filter-column img:hover,
	.pictureframe-image:hover {
	}
	.displayed-image {
		position: relative;
	}

/* ******************************
gridblock Single
******************************* */

.project-link {
	margin-top:30px;
	
}
.entry-content .project-link a {
	background:#000;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 15px 4px;
	text-transform: uppercase;
}
.project-details {
	margin-top:30px;
}
.project-details h4 {
	margin-bottom: 0;
}
.project-skills ul li {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 0;
	margin-right: 10px;
}

	
/* ******************************
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: #ABABAB;
}

.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-gridblock-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 ****/

.gridblock-filter-wrap h2 {
	color: #000000;
	font-size: 27px;
	font-weight: 400;
	margin-bottom: 15px;
}
.page-sidebar-block h3 {
	color:#474747;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#gridblock-filters {
    margin-bottom: 20px;
    text-align: center;
}
#gridblock-filters li {
	display: inline-block;
	margin-bottom: 40px;
}

#gridblock-filters li a {
	display:block;
	display: block;
	font-size: 16px;
	font-weight: 200;
	padding: 3px 15px 5px 15px;
	letter-spacing: 0.5;
}
	#gridblock-filters li a {
	}
/* Effect 13: three circles */
#gridblock-filters a {
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
}


#gridblock-filters li .is-active,
#gridblock-filters li a:focus,
#gridblock-filters a:focus,
#gridblock-filters li .is-active,
#gridblock-filters li .is-active:hover {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border-style: solid;
	border-width: 1px;
}
#gridblock-filters a:hover,
#gridblock-filters li a:hover,
#gridblock-filters li a:hover span {
	color: #fff;
}

.filter-icon {
	background-image: url(images/icons/grid_dark.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left:20px;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
	margin-top:20px;
	}

#gridblock-filters li span {
	color: #D3D3D3;
	float: right;
	font-weight: 400;
	font-size: 11px;
}

	.gridblock-protected {
	}
	.textbright .gridblock-protected {
		opacity:0.4;
	}
	.textbright .gridblock-grid-element .grid-blank-status i {
	}
	.gridblock-element .ajax-image-block {
		width:306px;
		height:306px;
		display:block;
		background-image: url(images/preloaders/circle-spinner.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		}

	.ajax-image-selector {
		display:none;
	}
	.gridblock-displayed .ajax-image-selector { 
		position:absolute;
		top:0;left:0;
		width:100%;
		height:100%; 
		display:block;
		z-index:100;
		background-color:#000;
		background-color: rgba(0,0,0,0.5);
		}
		
	.gridblock-image-link {
		cursor:pointer;
	}
	
	.ajax-image-hover {
	    position: absolute;
	    z-index: 99;
		opacity:0;
		width:261px;
		height:261px;
		top:10px;
		display:none;
	}
	.gridblock-filterable .ajax-image-hover {
		z-index:0;
	}
	.slideshow-image-hover {
		opacity:0;
	}
	.gridblock-grid-element .gridblock-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;
	}

#gridblock-container {
	width: 101.5%;
}
#gridblock-container ol,
#gridblock-container ul,
#gridblock-container dl {
	margin: 0;
	padding:0;
}
#gridblock-container .gridblock-image-link {
	line-height: 0;
	border:0;
}
#gridblock-container .gridblock-image-link:hover {
	border:0;
}
.gridblock-cell-bottom-space {
	padding-bottom: 1.0%;
}
.gridblock-element {
	position: relative;
	z-index: 1;
}
.gridblock-four .gridblock-element {
	float:left;
	width: 23.9%;
	margin: 0 1.0% 0 0;
}
.gridblock-three .gridblock-element {
	float:left;
	width: 32.2%;
	margin: 0 1.0% 0 0;
}
.gridblock-two .gridblock-element {
	float:left;
	width: 48.7%;
	margin: 0 1.0% 0 0;
}
.gridblock-one .gridblock-element {
	float:left;
	width: 98.6%;
	margin: 0;
}
.gridblock-ajax {
	cursor:pointer;
}
.gridblock-info {
	padding: 10px 25px;
	display: block;
	position: relative;
}
.gridblock-element .ajax-desc {
	color: #919191;
	display: block;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 17px;
	margin-top: 5px;
}

.gridblock-element:hover,.gridblock-grid-element:hover {

}


.gridblock-grid-element:hover h4 a,
.gridblock-element:hover h3,
.gridblock-element:hover h3 a {

}
.gridblock-element:hover .ajax-desc {
	color:#aaa;
}

.gridblock-element h3 {
	color: #5C5C5C;
}
.gridblock-displayed:hover h3  {
	color: #fff;
}
.gridblock-displayed .ajax-image-hover {
	border:none;
}
.gridblock-element,
.gridblock-grid-element {
}
.gridblock-element:hover,
.gridblock-grid-element:hover,
.gridblock-displayed:hover  {
}
.gridblock-displayed .gridblock-info {
	cursor: default;
}

/* Portfolio navigation */
/************************/

.portfolio-nav-wrap {
	width:100%;
	text-align: right;
	position: relative;
	z-index: 9;
	top:-45px;
}
.portfolio-nav {
	position: absolute;
	width: 100%;
}
.portfolio-nav span {
}
.portfolio-nav-item a {
	display: inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	padding: 5px;
	text-align: center;
}
.portfolio-nav-item i {
	color:#eee;
}
.portfolio-nav-item i:hover{
	color:#fff;
}

.recent-portfolio-single {
	margin-top:60px;
}
.portfolio-single-fullwidth {
	margin-top:40px;
}
.portfolio-single-wrap {
	margin-top: 40px;
}
.recent-single-carousel-wrap {
	margin-top:15px;
}

/* Testimonial Slides
*********************************/

.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-wrap .flexslider-container-page {
	background:none;
}
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a {
	width: 20px;
	height: 20px;
	display: block;
	border:none;
	background-image: url(images/flexislider/bg_direction_nav_testimonial.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	z-index:5;
	cursor: pointer;
	text-indent: -9999px;
	opacity:1;
	background-color: none;
	}
#flex-testimonails .flex-direction-nav li a {
}
#flex-testimonails .flex-direction-nav li a.flex-next {
	background-position: -20px 0;
	right: 0;
	top: 0;
	}
#flex-testimonails  .flex-direction-nav li a.flex-prev {
	top: 0;
	left: -40px;
}
.client-details {
	float: right;
	letter-spacing: 0;
	margin-right: 15px;
	margin-top: 5px;
}
.client-info {
	font-size:14px;
	font-weight:400;
}
.client-name {
	color: #eee;
	letter-spacing: 0.5;
	line-height: 18px;
	display: block;
}
.client-position {
	color: #fff;
	display: block;
	line-height: 14px;
	margin-bottom: 4px;
	margin-top: 5px;
	font-weight: 200;
}
.client-company {
	color: #eee;
	font-size: 13px;
	letter-spacing: 0.5;
	line-height: 18px;
	display: inline-block;
	margin-left: 10px;
}
.client-company a {
	font-weight: 400;
}
.client-company a:hover{
	color:#777;
}
.client-image {
	width:50px;
	height:50px;
	border-radius: 100px;
	position: relative;
	top:0;
}
.client-info {
	display: block;
	float: right;
	margin-right: 20px;
	padding-top: 8px;
	text-align: right;
}
.client-say {
	color:#fff;
	display: block;
	font-size: 20px;
	font-weight: 100;
	line-height: 22px;
	margin: 10px 0 0 0;
	padding: 30px 0 20px 0;
	position: relative;
}
.testimonial-say {
	width:100%;
	float:right;
	text-align:left;
	position: relative;
}
.testimonial-inner {
	padding:0
}
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a.prev,
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a.next {
	top:10px;
}
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a.flex-prev {
	right:28px;
}
.testimonials-wrap {
	position: relative;
}
.testimonials-wrap .slides {
	margin-bottom:0;
}
.testimonials-wrap .flex-direction-nav {
	right: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
}
.testimonials-wrap ul,
.testimonials-wrap ul li {
	margin:0;
	padding: 0;
}
.testimonials-wrap  #flex-testimonails .flex-control-nav {
    display: none;
}

/* ******************************
Client Shortcode
******************************* */

.client-column-1 .client-item {
	float:left;
	width:100%;
}
.client-column-2 .client-item {
	float:left;
	width:50%;
}
.client-column-3 .client-item {
	float:left;
	width:33.33333333333333%;
}
.client-column-4 .client-item {
	float:left;
	width:25%;
}
.client-column-5 .client-item {
	float:left;
	width:20%;
}
.client-column-6 .client-item {
	float:left;
	width:16.66666666666667%;
}
.client-column-7 .client-item {
	float:left;
	width:14.28571428571429%;
}
.client-column-8 .client-item {
	float:left;
	width:12.5%;
}

.client-column-9 .client-item {
	float:left;
	width:11.1111111111%;
}
.client-column-10 .client-item {
	float:left;
	width:10%;
}
.client-item img {
	opacity:0.8;
}
.client-item img:hover {
	opacity:1;
}

.page-border-top {
	display:block;
	position:fixed;
	left:0;
	top:0;
	height:80px;
	width:100%;
	z-index: 9;
}
.page-border-left {
	display:block;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:60px;
	z-index: 9;
}
.page-border-right {
	display:block;
	position:fixed;
	right:0;
	top:0;
	height:100%;
	width:60px;
	z-index: 9;
}
.page-border-bottom {
	display:block;
	position:fixed;
	left:0;
	bottom:0;
	height:60px;
	width:100%;
	z-index: 9;
}

.page-border-top,
.page-border-bottom,
.page-border-left,
.page-border-right {
	background:#000;
}
.entry-media {
    max-width: 650px;
    width: 100%;
}

#copyright {
 font-family:Arial, Helvetica, sans-serif;
	position: 		fixed;
	bottom:			0;
	color:			#eee;
	background:		#000;
	background:		rgba(0,0,0,0.8);
	text-align: 	center;
	display:		block;
	font-size:		12px;
	text-transform: uppercase;
	padding: 		10px 0;
	z-index: 		99;
	width:			100%;
	margin-top:		60px;
	}
	
#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;
	}


/*
SHORTCODE Skill Bar
*/
.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#F1F1F1;
	background:rgba(255,255,255,0.2);
	height:35px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
	overflow: hidden;
}

.skillbar-title {
	position:absolute;
	z-index: 1;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#fff;
}

.skillbar-title span {
	display:block;
	background:#515151;
	background:rgba(0,0,0,0.7);
	padding:0 20px;
	height:35px;
	line-height:35px;
	font-size: 12px;
	font-weight: 400;
}

.skillbar-bar {
	position: relative;
	height:35px;
	width:0px;
}

.skill-bar-percent {
	background: #fff;
	background:rgba(255,255,255,0.7);
    color: #000;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 30%;
}

/* SHORTCODE Donut Counter */
.donutcounter-wrap {
	text-align: center;
	margin: 0 auto;
	color: #A6A6A6;
}
.textbright .donutcounter-wrap {
	color:#eee;
}
.donutcounter-wrap .donutcounter-title {
	margin-top:20px;
}
.donutcounter-item {
	text-align: center;
	margin: 0 auto;
}
.textbright .donut-desc {
	color:#CFCFCF;
}

/*
SHORTCODE Dividers
*/

	.item-common h1 {
		font-size: 34px;
		letter-spacing: -0.5px;
		line-height: 40px;
		}
	.item-common  h2 {
		font-size:26px;
		letter-spacing: -0.5px;
		line-height: 34px;
		}
	.item-common  h3 {
		font-size:20px;
		line-height: 26px;
		}
	.item-common  h4 {
		font-size: 18px;
		line-height: 22px;
		}
	.item-common  h5 {
		font-size:16px;
		line-height: 18px;
		}
	.item-common  h6 {
		font-size:14px;
		line-height: 16px;
		}
	.item-common  h1 a {
		font-weight: 400;
		}
h1.item-title,
h2.item-title,
h3.item-title,
h4.item-title,
h5.item-title,
h6.item-title {
	color:#fff;
	font-weight: 200;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	padding: 5px 0;
	margin:0;
}
h1.title-simple-case,
h2.title-simple-case,
h3.title-simple-case,
h4.title-simple-case,
h5.title-simple-case,
h6.title-simple-case {
	text-transform: none;
	font-weight: 300;
}
.item-line {
	width:100%;
	margin: 10px 0 20px;
}

.divider-common,
.item-common {
	position: relative;
}
.divider-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#000;
	background-color:#fcfcfc;
	display: inline-block;
	position: relative;
	top:-15px;
	padding: 0 20px;
}
.divider-title:before,
.divider-title:after {
	content: " ";
	position: absolute;
	display: block;
	width:5px;
	height:5px;
	top:50%;
	margin-top:-2px;
	border:1px solid #939393;
	border-radius: 10px;
}
.divider-title:before {
	left: 0;
}
.divider-title:after {
	right: 0;
}

.divider-common .divider-title {

}
.divider-line {
	border-top:1px solid #eee;
	border-top:1px solid rgba(255,255,255,0.5);
	width:100%;
	padding-top:2px;
}
.divider-double {
	background-repeat: repeat-x;
	background-image: url(images/dividers/double.png);
	width:100%;
	padding-top:3px;
}
.divider-stripes {
	background-repeat: repeat-x;
	background-image: url(images/dividers/stripes.png);
	width:100%;
	padding-top:4px;
}
.divider-thinfade {
	background-repeat: no-repeat;
	background-image: url(images/dividers/thin_fade.png);
	background-position: 50% 50%;
	width:100%;
	padding-top:3px;
}
.divider-threelines {
	background-repeat: repeat-x;
	background-image: url(images/dividers/threelines.png);
	width:100%;
	padding-top:5px;
}
.divider-circleline {
	background-repeat: no-repeat;
	background-image: url(images/dividers/circleline.png);
	background-position: 50% 50%;
	width:100%;
	padding-top:10px;
}
.divider-stripedcenter {
	background-repeat: no-repeat;
	background-image: url(images/dividers/stripedcenter.png);
	background-position: 50% 50%;
	width:100%;
	padding-top:10px;
}
.divider-linedcenter {
	background-repeat: no-repeat;
	background-image: url(images/dividers/linedcenter.png);
	background-position: 50% 50%;
	width:100%;
	padding-top:10px;
}
/*
SHORTCODE ServiceBoxes
*/

.service-column .last { clear:both;}
.service-column { 
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	display:block;
}
.service-column-1 .service-item {width:100%;}
.service-column-2 .service-item {width:48.2%;}
.service-column-3 .service-item {width:31%;}
.service-column-4 .service-item {width:22.4%;}
.service-column-5 .service-item {width:17.2%;}
.service-column-6 .service-item {width:13.7%;}
.service-item-space { margin-right:3.225%; }
.service-column .service-item:last-child {
	margin-right:0;
}

.serviceboxes-horizontal .service-item {
	float:left;
}

.serviceboxes-vertical .service-item {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.serviceboxes-vertical .service-item:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.serviceboxes-vertical .service-item .fontawesome {
	margin-top:0;
}

.alignicon-left-horizontal .service-details {
	margin-left: 55px;
}

.alignicon-right-horizontal .service-details {
	margin-right: 55px;
}
.alignicon-top-horizontal .service-details {
	margin-left:0;
}

.service-column h1,
.service-column h2,
.service-column h3,
.service-column h4,
.service-column h5,
.service-column h6,
.donutcounter-wrap .donutcounter-title {
	font-size:24px;
	font-weight: 100;
	color: #fff;
}
.serviceboxes-vertical h4 {
	font-size:16px;
	font-weight: 100;
	margin-bottom: 5px;
}
.alignicon-top .service-item i {
	border-radius: 60px;
}
.alignicon-top .service-item:hover i {
	border-radius: 60px;
}

.alignicon-left .fontawesome {
	float: left;
    margin-top: -7px;
    margin-right: 20px;
}
.alignicon-right {
	text-align: right;
}
.alignicon-right .fontawesome {
	float: right;
    margin-top: -7px;
    margin-left: 20px;
}

.alignicon-top .fontawesome {
	float: none;
    margin: 0 auto 20px;
}
.alignicon-top .service-details {
	padding-top:0;
}
.alignicon-top {
	text-align: center;
}

.alignicon-right-vertical .service-content {
	margin-right:100px;
}
.alignicon-right-vertical i.fontawesome {
	width:auto;
	height: auto;
	margin: 0;
}
.alignicon-right-vertical .service-icon {
	float:right;
	width:90px;
	text-align: center;
	margin-top:20px;
}
.alignicon-right-vertical .fontawesome {
	float:none;
	margin:0;
}

.alignicon-left-vertical .service-content {
	margin-left:100px;
}
.alignicon-left-vertical i.fontawesome {
	width:auto;
	height: auto;
	margin: 0;
}
.alignicon-left-vertical .service-icon {
	float:left;
	width:90px;
	text-align: center;
	margin-top:20px;
}
.alignicon-left-vertical .fontawesome {
	float:none;
	margin:0;
}

/* Service Information Box */

.service-info-box .service-details {
	margin-left:0;
}
.service-info-box .service-image {
	margin-bottom: 10px;
}
.service-info-box h4 {
	font-size:20px;
}

/***
SHORTCODE Tweets
***/

.mtheme-tweets-shortcode ul{
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    color:#777;
}
.mtheme-tweets-shortcode ul li {
	margin:0;
	padding:0;
}
.mtheme-tweets-shortcode a {
	font-weight: 300;
}
.mtheme-tweets-shortcode .tweet_avatar {
	position:relative;
	top:5px;
	margin-right:10px;
	color:#00BEF6;
}
.mtheme-tweets-shortcode .tweet_time {
	margin-right:10px;
}
.mtheme-tweets-shortcode .tweet_time a {
	font-weight: 300;
	color:#000;
}


/*
SHORTCODE FontAwesome
*/

i.fontawesome {
	color:#fff;
	width:35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	position: relative;
}
.alignicon-top i.fontawesome {
	color:#fff;
	width:90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	display: block;
}
.fontawesome.in-circle {
}
.alignicon-top .fontawesome.in-circle {
}

/* Shortcode Carousel */
 .boxtitle-hover {
 	opacity:0;
 	position: absolute;
 	bottom:10px;
 	width:100%;
 	text-align: center;
 	z-index: 99;
 	left:0;
 }
.boxtitle-hover {
  	margin-bottom: 20px;
  }
 .boxtitle-hover a {
	color:#fff !important;
  }
.boxtitle-hover a:hover {
	color:#fff;
  }
 .boxtitle-hover a {
 	color:#fff;
 	font-size: 16px;
 	font-weight:200;
  }

/**
 *  SHORTCODE Carousel
 */

.gridblock-carousel-wrap {
	position: relative;
	padding-top:30px;
	margin:0;
	visibility: hidden;
	height:200px;
	overflow: hidden;
}
.gridblock-carousel-wrap ul {
	list-style: none;
}
.gridblock-carousel-wrap ul li {
	float: left;
	position: relative;
}
.gridblock-carousel-wrap ul li img {
	height: auto;
}
.gridblock-carousel-wrap .next {
	position: absolute;
	top:-5px;
	right:5px;
}
.gridblock-carousel-wrap .prev {
	position: absolute;
	top:-5px;
	right:35px;
}
.gridblock-carousel-wrap .portfolio-protected i {
	color:#000;
}

/* Text-Bright */

.entry-content .textbright h1,
.entry-content .textbright h2,
.entry-content .textbright h3,
.entry-content .textbright h4,
.entry-content .textbright h5,
.entry-content .textbright h6,
.entry-content .textbright,
.entry-content .textbright strong {
	color:#fff;
}
.entry-content .textbright a {
	color:#EC3939;
}

.entry-content .textbright a:hover {
	color:#fff;
}

.is-animated {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transform: rotateY(-60deg);
	-moz-transform: rotateY(-60deg);
	transform: rotateY(-60deg);
	opacity: 0;
}
.element-animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
}

/* Effect 13: three circles */
#portfolio-filters a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

#portfolio-filters a::before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

#portfolio-filters a:hover::before,
#portfolio-filters a:focus::before {
	color: #000;
	text-shadow: 10px 0 #000, -10px 0 #000;
}

/* Photo Wall */
.photowall-wrap {
    width: 100%;
}
#photowall-container {
	width:100%;
	height:100%;
	padding-bottom: 10px;
}
.photowall-item {
	line-height: 0;
	width: 24.9%;
	float:left;
	display:block;
	position: relative;
	z-index: 8;
	margin: 0 0 0.1% 0;
	padding:0;
	opacity: 0;
	overflow: hidden;
}
.photowall-item a {
	line-height: 0;
}
.photowall-item img {
	max-width: 102.4%;
    max-width: 100%;
    width: 100%;
    display:block;
    float:left;
   
	transform: scale(1,1);
	-ms-transform: scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Safari and Chrome */
	transition:all 0.5s;
}
.photowall-item:hover {
}
.photowall-item:hover img {
	transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2); /* IE 9 */
	-webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
	transition:all 0.5s;
}
.photowall-content-wrap {
	display:block;
	position: relative;
	width:100%;
	background-color: #000;
	opacity: 0;
	top: 0;
	z-index: 99;
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
}
.photowall-box {
	display:inline-block;
	color:#000;
	font-weight: 200;
	padding:10px 0;
	width: 100%;
	font-size:14px;
	letter-spacing: 0.5px;
	line-height: 20px;
	position: absolute;
	bottom:0;
	left: 0;
}
.photowall-title {
	font-size:22px;
	font-weight: 200;
	margin:20px 30px 10px;
	display: block;
	color:#fff;
}
.photowall-desc {
	font-size: 12px;
	font-weight: 400;
	margin: 0 30px;
	color:#fff;
}
.photowall-item:hover .photowall-box {
}
.photowall-item:hover .photowall-content-wrap {
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	opacity: 1;
	display: block;
}

/* Tubular Youtube */
.tubular-controls {
	position: fixed;
	z-index: 9999;
	top:50%;
	right:0;
}
.tubular-controls .tubular-play,
.tubular-controls .tubular-pause {
	height:60px;
	width:60px;
	display:block;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: center center;
}
.tubular-controls .tubular-play {
	background-image: url(../images/play.png);

}
.tubular-controls .tubular-pause {
	background-image: url(../images/pause.png);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#tubular-container,
#tubular-shield {
	z-index: 0 !important;
	top:0;
}
.youtube-play {
	position: absolute;
	bottom:10px;
	left:10px;
	height:60px;
	width:60px;
	display:block;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#fff;
}
.youtube-play {
	background-image: url(images/icons/play-button.png);

}
/* Vimeo */
div#fullscreenvimeo {
    position: fixed;
	top:0;
	left:0;
    width: 100%;
    height: 100%;
	z-index:-999;
}
div#fullscreenvimeo > iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}


/* Contact 7 */

.wpcf7-form {
	font-weight: 400;
	font-size: 14px;
}
.wpcf7-form p {
	margin-bottom: 15px;
	font-weight: 100;
	font-size: 18px;
	line-height: 18px;
}

.wpcf7-form input, .wpcf7-form textarea{
	border: 1px solid #ddd;
	border: 1px solid rgba(255,255,255,0.2);
	background: #f3f3f3;
	background: rgba(255,255,255,0.1);
	width:100%;
	padding-top:5px;
	padding-bottom: 5px;
	text-indent: 5px;
	color:#fff;
}

.wpcf7-form p.required {
    bottom: 50px;
    color: #bbb;
    position: relative;
}

span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    font-size: 10pt;
    left: 1px;
    padding: 11px 10px;
    position: absolute;
    top: -22px;
    width: 100%;
    z-index: 100;
}

.wpcf7-form #cf7-left{width: 15%; margin-right: 20px; float: left;}

.wpcf7-form input[type="button"],
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="reset"] {
	width: 140px;
	outline: 0;
	padding: 10px 12px;
	margin-right: 5px;
	display: inline-block;
	color: #eee;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 100;
	background: none;
	border:2px solid #fff;
	cursor:pointer;
	text-decoration:none;
}
.wpcf7-form .wpcf7-not-valid-tip {
	padding:5px 10px;
	width:170px;
	font-size: 14px;
	font-weight: 200;
	background: #FFD0D0;
	border: none;
	color: #000;
}

.wpcf7-form .wpcf7-validation-errors {
	display:inline-block;
	padding:5px 10px;
	font-weight: 200;
	font-size: 14px;
}
.wpcf7-form .wpcf7-form-control-wrap {
	margin-top:5px;
	display: block;
}

/* WPML Plugin */
.header-widgets .wpml-lang-selector-wrap {
	
}
.header-widgets #lang_sel {
	float:right;
	position: relative;
	top: 11px;
	margin-left: 10px;
}

/* Back to Top */
#goto-top {
	position: fixed;
	bottom:20px;
	right:20px;
	height:60px;
	width: 60px;
	border-radius: 40px;
	background:#000;
	line-height: 60px;
	color:#fff;
	text-align: center;
	cursor: pointer;
	opacity: 0.6;
	display: none;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
	z-index:99;
}
#goto-top:hover {
	opacity: 1;
	bottom: 25px;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
}

.tp-leftarrow.default {
    background-image: url(images/icons/slideshow_large_left.png)!important;
    }
.tp-rightarrow.default {
    background-image: url(images/icons/slideshow_large_right.png)!important;
    }



/* ******************************
Footer
******************************* */

.footer-tweets {
	background: #F9F9F9;
	margin-top: 100px;
	padding: 10px 0 25px;
}
	
.footer-block {
	margin:		0;
	padding:	0;
	}
	
.footer-block h3 {
	color: #fff;
	}

.footer-container-wrap {
	margin-top: 100px;
}
.footer-container-wrap,
.footer-container {
	background: #555555;
}
.footer-container {
    padding: 30px 0 60px 0;
	}
	
#footer {
  	margin: 0 auto;
	}
	
	#footer .footer-column {
		margin: 0 0 0 5%;
		width: 21.2%;
		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: 300;
    margin: 0 0 15px;
    padding: 20px 0 10px;
	}
	#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: #E4E4E4;
		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 {
		color: #D2D2D2;
    	font-size: 12px;
    	font-weight: 400;
    	line-height: 18px;
	}
	.footer-widget a { color:#E4E4E4; }
	.footer-widget .tagcloud a { color:#E4E4E4; }
	.footer-widget a:hover {color:#fff; text-decoration:none;}
		.footer-widget ul { 
			list-style:none;
			font-size:12px;
			line-height:18px;
			color:#D2D2D2;
			padding:0;
			margin:0;
		}
		 .footer-widget ul li { 
			color: #FFFFFF;
			font-size: 12px;
			font-weight: 400;
			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;
}

.entry-post-wrapper .edit-entry { display:none; }
.single .edit-entry { display:block; }


/* Accents */
.entry-content a,
.header-search,
.gridblock-four h4 a,
.gridblock-three h4 a,
.gridblock-two h4 a,
.gridblock-one h4 a,
.gridblock-list h4 a,
.toggle-shortcode-wrap .active,
.toggle-shortcode-wrap .toggle-shortcode:hover,
.project-details a,
.post-single-tags a:hover,
.post-meta-category a:hover,
.post-single-meta a:hover,
.post-navigation a:hover,
.sidebar ul li a:hover,
.entry-post-title h2 a:hover,
.comment-reply-title small a {
	color: #fff;
}
#gridblock-filters li .is-active,
#gridblock-filters li a:focus,
#gridblock-filters a:focus,
#gridblock-filters li .is-active,
#gridblock-filters li .is-active:hover,
#gridblock-filters li a {
	color: #13d9ba;
}
	.gridblock-four h4 a:hover,
	.gridblock-three h4 a:hover,
	.gridblock-two h4 a:hover,
	.gridblock-one h4 a:hover,
	.gridblock-list h4 a:hover {
		color:#fff;
	}
.tubular-controls .tubular-play,
.tubular-controls .tubular-pause,
.gridblock-displayed .gridblock-selected-icon,
.skillbar-title,
.skillbar-bar,
.gridblock-background-hover,
.homemenu li.current-menu-item:after, .homemenu li.current-menu-ancestor:after,
.menu-toggle {
	background-color: #561217;
}
.gridblock-displayed .gridblock-background-hover {
	background:none;
}
ul#thumb-list li.current-thumb,
ul#thumb-list li.current-thumb:hover,
.home-step:hover .step-element img,
.home-step-wrap li,
.gridblock-element:hover,
.gridblock-grid-element:hover,
.gridblock-displayed:hover,
.ui-tabs .ui-tabs-nav .ui-state-active a,
.ui-tabs .ui-tabs-nav .ui-state-active a:hover,
.entry-content blockquote,
#gridblock-filters li .is-active,
#gridblock-filters li a:focus,
#gridblock-filters a:focus,
#gridblock-filters li .is-active,
#gridblock-filters li .is-active:hover {
	border-color: #13d9ba;
}
.wp-accordion h3.ui-state-active {
	border-left: 2px solid #13d9ba;
}


.mtheme-error-notice {
	text-align: center;
	color:#fff;
	display:block;
}

/* ******************************
Fontawesome Shortcode
Since version 1.7
******************************* */

.shortcode-fontawesome-icon {
	display:inline-block;
	margin: 5px 20px 0 0;
	float:left;
}
.shortcode-fontawesome-icon.small {
	font-size:20px;
}
.shortcode-fontawesome-icon.small.circle-yes {
	width:40px;
	height:40px;
	line-height:40px;
}
.shortcode-fontawesome-icon.medium {
	font-size:35px;
}
.shortcode-fontawesome-icon.medium.circle-yes {
	width:65px;
	height:65px;
	line-height:65px;
}
.shortcode-fontawesome-icon.large {
	font-size:60px;
}
.shortcode-fontawesome-icon.large.circle-yes {
	width:100px;
	height:100px;
	line-height:100px;
}
.shortcode-fontawesome-icon.circle-yes {
	color:#000;
	background-color:#fff;
	text-align:center;
	border-radius:90px;
	-moz-border-radius:90px;
	-webkit-border-radius:90px;
}
.shortcode-fontawesome-icon.circle-no,
.shortcode-fontawesome-icon.circle-yes {
	margin-top:5px;
}



/*
Since Version 2.0

WooCommerce codes 
*/

/**
 * Styles
 */

.last { clear:none;}

.mtheme-hover-thumbnail {
    position: relative;
}
.mtheme-hover-thumbnail .onsale {
    z-index: 1;
}

.woocommerce .flexslider-container-page {
	background:none !important;
}

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	box-shadow: none !important;
}

.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
	box-shadow: none !important;
	background: none !important;
	color:#999 !important;
	font-weight: 400;
	text-shadow: none !important;
	font-size:12px !important;
	border-radius: 30px !important;
}
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
	color:#fff !important;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
	width:230px !important;
}
.woocommerce .mtheme-woocommerce-description-wrap .add_to_cart_button,
.woocommerce .mtheme-woocommerce-description-wrap .product_type_variable {
	border:0 !important;
	border-radius: 0 !important;
	position: relative;
	padding:0 0 0 18px;
	font-size:11px !important;
}
.woocommerce .mtheme-woocommerce-description-wrap .add_to_cart_button:after {
	position: absolute;
	font-family: 'fontawesome';
	content: "\f07a";
	left:0;
	top:-2px;
}
.woocommerce .mtheme-woocommerce-description-wrap .product_type_variable:after {
	position: absolute;
	font-family: 'fontawesome';
	content: "\f00b";
	left:0;
	top:0;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    font-size: 16px !important;
    color:#fff;
    font-weight: 200;
    padding:0 !important;
    margin-bottom: 5px !important;
}
.woocommerce ul.products li.product h3:hover,
.woocommerce-page ul.products li.product h3:hover {
    color:#13D9BA;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    color: #CBCBCB !important;
    font-size: 18px !important;
    font-weight: 400 !important;
	margin:0 !important;
	margin-bottom: 5px !important;
}

.woocommerce .product_category_title {
	color: #B1B1B1;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
.woocommerce ul.products li .product_category_title {
	text-indent: 15px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	position: relative;
	border:1px solid #eee;
	border:1px solid rgba(255,255,255,0.1);
}
/*.woocommerce ul.products li.product:after, .woocommerce-page ul.products li.product:after {
	position: absolute;
	content: " ";
	width: 100%;
	padding-bottom: 5px;
	border-bottom:1px solid #000;
	border-bottom:1px solid rgba(0,0,0,0.1);
}*/
.woocommerce span.onsale, .woocommerce-page span.onsale {
	background:#13D9BA !important;
	box-shadow: none !important;
	padding:10px !important;
	border-radius: 30px !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	text-shadow:none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0.5% !important;
    width: 23.70% !important;
    overflow: hidden;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
}
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	color:#fff !important;
	font-size: 16px !important;
	text-transform: none !important;
	background:#000;
	padding: 0 5px;
	position: relative;
	top:-2px;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	margin:0 !important;
	padding-bottom: 8px !important;
	width:100.2% !important;
}

.mtheme-woocommerce-description-wrap {
	padding: 10px 15px 0;
}
.mtheme-woocommerce-description-wrap-last {
	padding-bottom: 15px;
	padding-top: 0;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	margin: 8px 8px 0 0 !important;
}

/**
 * Animation
 */
.mtheme-hover-thumbnail .mtheme-secondary-thumbnail-image {
    position: absolute;
    top:0;
    left:0;
    opacity:0;
}
.woo-thumbnail-fadeInDown {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s !important;
	transition: transform 0.5s, opacity 0.5s !important;
    opacity: 1 !important;
}

.woo-thumbnail-fadeOutUp {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s !important;
	transition: transform 0.5s, opacity 0.5s !important;
    opacity: 0 !important;
}


/*
Woocommerce Ordering*/

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin: -30px 1px 0 0 !important;
}

.mtheme-woo-order-selection-wrap {
	position: relative;
}

.mtheme-woo-order-selected {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #eee;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
	width: 284px;
	display: inline-block;
}
.mtheme-woo-order-selected-wrap i {
	float:right;
	position: relative;
	right:20px;
	top:15px;
	cursor: pointer;
	color:#aaa;
}
.mtheme-woo-order-selected:hover {
	border-color: #13D9BA;
	color: #fff;
}

.mtheme-woo-order-list ul {
    position: absolute;
    text-align: center;
    width: 284px;
    z-index: 9;
    margin:0;
    top:48px;
    padding:0;
    background:#EEEEEE;
    color:#000;
    display:none;
}
.mtheme-woo-order-list ul li {
	border-bottom: 1px solid #E4E4E4;
	color: #939393;
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin:0;
	cursor: pointer;
}

.mtheme-woo-order-list ul li {
	display:block;
	font-size: 13px;
	font-weight: 400;
	padding: 7px 0;
	color:#939393;
}
.mtheme-woo-order-list ul li:hover {
	background-color:#000;
	color:#fff;
}
.woocommerce .woocommerce-ordering select {
	display:none;
}


/*Woocommerce Bread Crumb
*/

.woocommerce-breadcrumb {
	text-transform: uppercase;
	font-size: 10px !important;
	font-weight: 400;
	color:#fff !important;
	letter-spacing: 1px;
	margin-bottom: 30px !important;
}
.woocommerce-breadcrumb a {
	color:#13D9BA !important;
}

.woocommerce-result-count {
	font-size: 12px !important;
	font-weight: 400;
	color:#eee !important;
	letter-spacing: 1px;
	font-style: italic;
}

/*Cart */
.woocommerce #payment, .woocommerce-page #payment {
    background: rgba(255,255,255,0.1);
    }
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
    border-top: 1px solid rgba(255,255,255,0.2) !important;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	color:#fff;
	font-weight: 400 !important;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	margin-bottom: 50px !important;
}

.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce-page .cart-collaterals .shipping_calculator h2 {
	font-size: 16px !important;
	text-align: left !important;
}

.woocommerce .shipping_calculator a {
}
.woocommerce .shipping-calculator-button {
	padding:10px 20px;
	border:1px solid #444;
	border-radius: 30px;
}

.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
	width:160px;
	padding-top:20px !important;
}
.woocommerce .product-subtotal {
	font-size: 18px;
	color:#fff;
}
.woocommerce .product-quantity {
	text-align: center;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    border-top: 1px solid #F4F4F4 !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    padding: 6px 12px;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
	padding:30px !important;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	padding:0 !important;
	font-weight: 400;
	color:#fff;
	font-size:12px;
	margin-left: 26px;
}
.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {
	top:-3px !important; 
}
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
	width: 150px !important;
}


/*
Woocommerce Comments*/
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px !important;
}

/*WooCommerce Product Details page*/

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
	font-weight: 400 !important
}

.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce-page #content div.product .product_title {
	font-size: 28px;
	font-weight: 400;
	color:#fff;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price {
	font-size: 28px !important;
	color:#fff !important;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page #content div.product p.price del {
	font-size: 16px !important;
}
.woocommerce .summary p.price del span{
	font-size: 28px !important;
	color:#888;
}

.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
	overflow: visible !important;
}
.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .minus {
	right:59px !important;
	top:0 !important;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page #content .quantity .minus {
	height: 30px !important;
	background: #eee !important;
	color:#000 !important;
	text-shadow:none !important;
	border:0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover {
	background-color: #ccc !important;
}

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
	border-radius: 0 !important;
	border-color: #eee !important;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
	margin-left: 20px !important;
	margin-right:10px !important;
}

.woocommerce .entry-summary div[itemprop="description"] {
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 14px;
}
.woocommerce .entry-summary .sku_wrapper,
.woocommerce .entry-summary .posted_in {
	display: block;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
	border-color:#bebebe !important;
}

.woocommerce .product_meta {
	font-size: 12px !important;
	font-weight: 400;
	color:#777 !important;
	letter-spacing: 1px;
	font-style: italic;
}
.woocommerce .product_meta a {
	color:#13D9BA;
}

/*
Star Ratings*/

.woocommerce .star-rating, .woocommerce-page .star-rating {
	height:1.2em !important;
}

.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
	float:right !important;
	position: relative;
	top:10px;
}

.woocommerce .star-rating,.woocommerce-page .star-rating
{
	float: right;
	font-family: 'fontawesome';
	font-size: 10px !important;
	height: 1em;
	line-height: 1em;
	overflow: hidden;
	position: relative;
	width: 5.4em;
}
.woocommerce .star-rating:before,.woocommerce-page .star-rating:before
{
	color: #F8D0D0;
	content: "\f005\f005\f005\f005\f005";
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}
.woocommerce .star-rating span,.woocommerce-page .star-rating span
{
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}
.woocommerce .star-rating span:before,.woocommerce-page .star-rating span:before
{
	color: #ffcc00;
	content: "\f005\f005\f005\f005\f005";
	left: 0;
	position: absolute;
	top: 0;
}
.woocommerce .products .star-rating,.woocommerce-page .products .star-rating
{
	display: block;
	margin: 0 0 .5em;
}
.woocommerce .hreview-aggregate .star-rating,.woocommerce-page .hreview-aggregate .star-rating
{
	margin: 10px 0 0 0;
}
#comments [itemprop="aggregateRating"] .star-rating {
	font-size: 18px !important;
	margin-top:10px;
}

.woocommerce-tabs .tabs li {
	box-shadow:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	background:#eee !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	background:#fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	box-shadow: none !important
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	box-shadow: none !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	margin:0 0 0 1px!important;
	padding:-1px !important;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
	border:1px solid #eee !important;
	padding:30px !important;
	border-top:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400 !important;
}

/*Related Products*/
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    float: none !important;
    width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    text-align: left !important;
    width: 100%;
    margin-top:50px;
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    float: none !important;
	width: 100% !important;
    }


.woocommerce .related h2,
.woocommerce .upsells h2,
.woocommerce .cross-sells h2 {
	font-size:18px;
	font-weight: 400;
	color:#fff;
	margin-bottom: 10px;
	text-indent: 5px;
}
.woocommerce .cart_totals h2 {
	font-size:26px;
	font-weight: 400;
	color:#fff;
	text-align: left;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	border-top:1px solid rgba(255,255,255,0.1) !important;
}
.woocommerce .cart_totals {
	font-size: 16px;
}
.woocommerce .cart_totals strong {
	font-weight: 400;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	padding: 0 !important;
}
.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
	border-radius: 0 !important;
	width: auto !important;
}
/*Flexislide
*/

.woocommerce .flex-viewport {
	margin-bottom:1px;
}
.woocommerce #mtheme-flex-carousel .slides li {
	margin-right:1px;
	opacity: 0.6;
}
.woocommerce #mtheme-flex-carousel .slides li:hover {
	opacity: 1;
}

/*Rating Comments*/

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	margin: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-weight: 400;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
	font-weight: 400;
}

.woocommerce-message {
	font-weight: 400;
}

.woocommerce .out-of-stock {
	font-size:22px !important;
	margin-bottom: 10px !important;
}

.woocommerce .add_review {
	margin-top:20px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
	width:80%;
}


/*
Woo Checkout Form*/

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea{
	padding:10px;
	font-size: 13px;
	color:#000;
	font-weight: 400;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
}
.woocommerce .checkout_table_item {
	background: #f8f8f8;
}
.woocommerce #order_review_heading {
	margin-top:50px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    color: #fff;
}

.woocommerce .checkout {
	margin-top:40px !important;
}

/*Slideshow*/
.woocommerce-slideshow .slideshow-box-content-inner {
	padding: 20px;
    position: absolute;
    bottom: 0;
}

.woocommerce-slideshow .price {
	font-size:24px;
	color:#fff;
	background:#000;
	margin-top:1px;
	padding:10px 10px;
	display: block;
}

.woocommerce-slideshow .slideshow-box-title a {
	background:#888;
	color:#fff;
	padding: 5px 10px;
}


/********* PAGINATION **********/

.woocommerce nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
border:0 !important;
margin-top:30px !important;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
margin-right:5px !important;
border-radius: 30px;
border:1px solid #eee !important;
border:1px solid rgba(255,255,255,0.4) !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
	color:#fff;
}
/*
Upsells, Cross sells and Related*/

.woocommerce.single-product .related {
	margin-top:30px;
}
.woocommerce.single-product .upsells {
	margin-top:10px;
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    padding:5px;
}
.woocommerce #order_review table.shop_table td,
.woocommerce-page #order_review table.shop_table td,
.woocommerce .shop_table.order_details {
    padding: 6px 12px !important;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    background: #F7F7F7;
    background: rgba(255,255,255,0.1);
    border-radius:0 !important;
}
.woocommerce table.shop_table thead {
	background:#eee;
	background:rgba(255,255,255,0.2);
}
.woocommerce table.shop_table tbody {
	margin-top:20px;
}
.woocommerce .shop_table .even {
    background:#f2f2f2;
}
.woocommerce .shop_table .odd {
    background:#f0f0f0;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    font-size: 16px !important;
    font-weight: normal;
}
.woocommerce div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
    padding: 5px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3) !important;
}
.sidebar-widget .woocommerce #searchform #searchsubmit {
	border:1px solid #aaa !important;
	margin-top:5px;
	cursor:pointer;
}
.sidebar-widget .woocommerce .widget_shopping_cart_content {
	padding:20px;
	background: #eee;
}
.sidebar-widget .woocommerce p {
	margin-top: 0;
}
.sidebar-widget .woocommerce .checkout {
	margin-top: 0 !important;
}
.sidebar-widget .woocommerce .widget_shopping_cart_content .buttons {
	margin-top:10px;
}

.woocommerce-review-link {
	color:#aaa;
	font-size:13px;
	position: relative;
	top:-5px;
}

.woocommerce .entry-summary div[itemprop="description"] {
	color:#A7A7A7;
	font-weight: 400;
}

.woocommerce .customer_details dt {
	color:#eee;
	}

.woocommerce .comment-form-rating p.stars a:hover {
	color:#eee !important;
}

/*
End of Woocommerce Styles
*/

/*
Since Version 2.0
*/
#gridblock-filter-select {
	display: none !important;
}
.flexslider {
	overflow: hidden;
}

/*
Since Version 2.3
*/
.album-image-wrap {
	position: relative;
}
.album-item-count {
	position: absolute;
	width: 100%;
	z-index: 1;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.album-item-count span {
	color: #FFFFFF;
	font-size: 24px;
	position: relative;
	top:50%;
	text-align: center;
	width: 100%;
	display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.gridblock-element:hover .album-item-count span {
	display: none;
}
.photowall-wrap {
    padding-bottom: 20px;
}
.photowall-content-wrap {
	background-color:rgba(19, 217, 186, 0.9);
}
.photowall-box {
	top:0;
}
.photowall-desc {
    line-height: 16px;
    font-size: 13px;
    font-weight: 200;
}
.photowall-item .photowall-item {
	width:200px;
	height: 200px;
}
.photowall-item .gridblock-protected {
	text-align: center;
}
.photowall-item .grid-blank-status {
	color:#fff;
	text-align: center;
}
.photowall-item .grid-blank-status i {
	position: relative;
	top:45%;
}

.icon-plus { background:url(../images/pause.png)}