/*
Theme Name: Mozzy
Theme URI: http://www.cssigniter.com/ignite/themes/mozzy
Description: Portfolio/Business Theme for WordPress
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Version: 1.2
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* GLOBAL: #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: Bank Gothic;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* GLOBAL: #Basic Styles
================================================== */
	body {
		font: 13px/21px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		color: #ffffff;
		background: #f8f8ee url(images/pat.png);
	}
	.hidden { display:none; }
	#wrap { position:relative; z-index:1000; }


/* GLOBAL: #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { font-family: 'bank Gothic'; font-weight: 700; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 30px; line-height: 34px; margin-bottom: 14px;}
	h2 { font-size: 24px; line-height: 30px; margin-bottom: 10px; }
	h3 { font-size: 20px; line-height: 34px; margin-bottom: 8px; }
	h3.widget-title { font-size:16px; line-height: 1; margin-bottom:15px; text-transform: uppercase; }
	#footer h3.widget-title	{ font-size: 14px; line-height: 30px; margin-bottom: 4px; text-transform: uppercase; }
	h3.section-title { font-size:30px; letter-spacing: -1px; text-shadow: 0 -1px 0 rgba(0,0,0,0.5); }
	h4 { font-size: 18px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 16px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }

	p { margin: 0 0 15px 0; }
	img { max-width:100%; height:auto; }
	p img { margin: 0; }
	p.excerpt { font-size: 16px; font-weight:bold; }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

	pre { font: 13px "Courier 10 Pitch", Courier, monospace; line-height: 1.5; margin-bottom: 15px; overflow: auto; padding: 0.75em 1.625em; }
	code, kbd, samp, var { font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
	abbr, acronym, dfn { border-bottom: 1px dotted #666; cursor: help; }
	address { display: block; margin: 0 0 1.625em; }
	sup, sub { font-size: 10px; height: 0; line-height: 1; position: relative; vertical-align: baseline; }
	sup { bottom: 1ex; }
	sub { top: .5ex; }

	blockquote, blockquote p { line-height: 24px;
		letter-spacing: 0.02em;
		color: #000;
	}
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
	blockquote cite { display: block; font-size: 15px; }
	blockquote cite:before { content: "\2014 \0020"; }

	table { width:100%; margin-bottom:20px; }

	dl { margin-bottom:20; }
	dl dd { margin:0 0 5px 10px; }

	.wp-caption { max-width:100%; }


/* GLOBAL: #Links
================================================== */
	a, a:visited { text-decoration: none; outline: 0; }
	p a, p a:visited { line-height: inherit; }


/* GLOBAL: #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


/* GLOBAL: #Tables
================================================== */
	table { width:100%; }

/* GLOBAL: #Images
================================================== */
	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* GLOBAL: #Floats
================================================== */
	.alignleft { float:left; margin: 5px 15px 7px 0; }
	.alignright { float:right; margin: 5px 0 7px 15px; }
	.aligncenter { clear: both;	display: block;	margin-left: auto; margin-right: auto; }


/* GLOBAL: #Buttons
================================================== */
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  display: inline-block;
	  font-size: 12px;
	  font-weight: normal;
	  text-decoration: none;
	  text-shadow: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 10px 20px;
		border: none;
		-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
		-o-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
		color: #fff;
		text-transform: uppercase;
	}

	input[type=submit]:active {
		box-shadow: none;
		position: relative;
		top: 2px;
		left: 2px;
	}

	input[type=submit]:hover {
		box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* GLOBAL: #Forms
================================================== */
	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea
	{
		padding: 6px 4px;
		outline: none;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	select { padding: 0; }
	textarea { min-height: 60px; }
	label, legend { display: block; font-weight: bold; font-size: 13px;  }
	select { width: 220px; }
	input[type="checkbox"] { display: inline; }
	label span, legend span { font-weight: normal; font-size: 13px; }

	.gform_wrapper .gform_footer { margin-bottom:0; padding-bottom: 0;}
	.gform_wrapper .gform_footer input[type=submit] { margin-bottom: 0; }
	.gform_wrapper form { margin-bottom: 0; }


/* GLOBAL: #Header
================================================== */
	#header { padding-top:50px;
		padding-bottom: 10px;
	}
	#navigation { margin: 0 auto; text-align: center; float:none; width:300px;}
	.logo h1 { font-size: 14px; font-family: Lato, Helvetica, sans-serif; }
	.logo h1 a { color: #444; }


/* SECTION: #Hero
================================================== */
	#hero { text-align: center;
		margin-bottom: 50px;
		padding-bottom: 15px;
	}
	#hero .tagline {
		font-family: Lato, Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #afafa1;
		font-weight: normal;
		position: relative;
	}


	#hero h1 { font-size: 40px; letter-spacing: -2px; margin: 20px 0 0; }
	#hero { background: url("images/line.png") repeat-x bottom; margin-bottom: 50px; }
	.home #hero h1 { font-size: 64px; letter-spacing: -2px; margin: 30px 0 0;
		line-height: 0.8em;
	}
	.home #hero, .contact #hero { background: none; padding-bottom: 0; }
	.contact #hero { margin-bottom: 10px; }
	.contact #hero h1 { margin-bottom: 15px; }

/* SECTION: #Homepage Slider
================================================== */
#home-slider {
	padding: 4px 0;
	background: url(images/line.png);
	margin-bottom: 40px;
	
}

.home #home-slider { margin-bottom: 0; }

#home-slider .slides {
	border-top: 1px solid #70706c;
	border-bottom: 1px solid #70706c;
}

.row.flexslider { margin:0; }
.flex-direction-nav li { line-height: 0; margin: 0; }


/* SECTION: #Portfolio
================================================== */
	#portfolio .container { position: relative; }
	.home #portfolio { padding-top :40px; }
	#portfolio-items { margin-bottom: 40px; }
	#portfolio-filters { margin-bottom: 15px; text-align: right; }
	#portfolio-filters a { color: #181817; margin-right: 10px; padding: 5px 10px; }
	#portfolio-filters a:last-child { margin-right: 0; }
	#portfolio-filters a.active-item { color: #fff; -moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.1); box-shadow: 2px 2px 0 rgba(0,0,0,0.1); }
	.portfolio-desc {
		display: block;
		background-color: #4b4b45;
		padding: 16px 10px 10px 10px;
	}
	.portfolio-item:hover .portfolio-desc {  border-bottom: 2px solid #e06a41; }
	.portfolio-desc a, .portfolio-desc a:visited, .portfolio-desc a:hover, .portfolio-desc { color: #fff !important; }
	.portfolio-desc { display: block; text-align: center; padding: 16px 10px 10px 10px; }
	.portfolio-desc h3 {
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 0.03em;
		line-height: 1.2;
		margin-bottom: 0;
	}
	.portfolio-desc .cat { display: block;  text-transform: uppercase; font-size: 11px; color: #93938e;
		padding: 14px 0 10px;
	}
	.portfolio-item a.fb { line-height:0; display: block; }
	.portfolio-item { margin-bottom: 20px; position: relative; }

	.section-title, .widget-title {
		font-size: 17px;
		margin-bottom: 20px;
		line-height: 1;
	}
	.zoom-icon {
		background: url("images/zoom-icon.png") no-repeat scroll 0 0 transparent;
		display: none;
		height: 51px;
		left: 38%;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 15%;
		width: 51px;
		z-index: 9999;
	}


/* Section #Prefoot Homepage
================================================== */

	#prefoot { padding-top: 4px; background: url('images/pat.png'); border-top: 1px solid #dcdcd6; }
	.prefoot-inner { 	background-color: #ecece6; padding: 50px 0 20px; }

	.service-item { text-align: center;
		margin-bottom: 20px !important;
	}
	.service-item h3 { text-transform: uppercase; font-size: 15px; letter-spacing: 0.02em; margin: 7px 0 0 0; }
	#services-container {
		padding-bottom: 25px;
		margin-bottom: 40px;
		background: url("images/div.png") repeat-x bottom center;
	}

	#clients { margin-bottom: 5px; }
	.client-item { margin-bottom: 20px; }
	.client-item img { padding: 3px; background: url("images/pat.png"); }


/* PAGE: #Blog Listing
================================================== */
	.entry { margin-bottom: 45px; }
	.entry-cat { color: #b2b2a5; text-transform: uppercase; font-size: 10px; background: url("images/line-bg.png") repeat-x center; text-align: center; width: 100%; margin-bottom: 10px; }
	.entry-cat span { padding: 0 10px;background: #f8f8ee url(images/pat.png);	}
	.entry-title, .entry-title a, .entry-title a:visited { color: #4b4b45; }
	.entry-thumb { margin-bottom: 20px; max-width: 99%; }
	.entry-thumb img.alignleft, .entry-thumb img.alignright { margin: 0; }
	.format-video .entry-thumb { display: block; }
	.entry-thumb a { display: block; line-height: 1; }
	.entry-thumb { padding: 4px; background: url("images/pat.png"); box-shadow: 4px 4px 0 rgba(0,0,0,0.05); }
	.entry-thumb:hover { box-shadow: 4px 4px 0 rgba(0,0,0,0.1); }
	.entry .read-more { display: block; margin-top: 5px; }

	.entry-meta { margin-top: 36px; }
	.format-icon { display: block; width: 40px; height: 38px; position: relative;  }
	.format-icon b { background: url("images/format-sprites.png") no-repeat; display: block; position: absolute; }
	.format-standard .format-icon b { width: 16px; height: 17px; background-position: -2px -145px; left: 13px; top: 10px;	}
	.format-image .format-icon b { width: 18px; height: 14px; background-position: 0 0; top: 10px; left: 12px;  }
	.format-gallery .format-icon b { width: 21px; height: 17px; background-position: 0 -122px; top: 11px; left: 10px; }
	.format-video .format-icon b { width: 18px; height: 12px; background-position: -1px -28px; top: 13px; left: 12px; }
	.format-link .format-icon b { width: 17px; height: 18px; background-position: 0 -57px; top: 10px; left: 12px; }
	.format-quote .format-icon b { width: 14px; height: 14px; background-position: -2px -91px; top: 12px; left: 13px; }

	.entry time { display: block; height: 40px; width: 40px; background: #4b4b45; color: #fff; text-align: center;}
	.entry-time span { display: block; line-height: 1; }
	span.day { font-size: 16px; font-weight: bold;
		display: block;
		padding-top: 4px;
	}
	span.month { font-size: 10px; text-transform: uppercase;
		display: block;
		margin-top: -7px;
	}

	#main-content { margin-bottom: 35px; }
	#sidebar { margin-bottom: 20px; }


/* FORMAT: #Quote
================================================== */
.format-quote .quote-text {
	background: #e8e8dd;
	text-align: center;
	padding: 10px 15px;
	margin: 0 0 20px 0;
}

.quote-text blockquote, .entry blockquote {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 26px;
	margin: 0;
	line-height: 1.2em;
	padding: 0;
}

.entry blockquote {
	font-size: 22px;
	margin: 20px 0 20px 0;
	border-left: 2px solid #e8e8dd;
	padding-left: 20px;
}

.entry blockquote.alignleft {
	margin-right: 20px;
	margin-bottom: 10px;
}

.entry blockquote.alignright {
	margin-left: 20px;
	margin-bottom: 10px;
}

/* FORMAT: #Link
================================================== */
.external-link {
	background: #4b4b45;
	font-size: 14px;
	font-family: "Arvo", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 35px 20px;
	border-bottom: 2px solid #e06a41;
	margin-bottom: 20px;
	clear: both;
}

.external-link a {
	color: #FFFFFF !important; }


/* PAGE: #Single Portfolio
================================================== */
	.entry-portfolio { padding-bottom: 30px; margin-bottom: 45px; background: url("images/line.png") bottom repeat-x; }
	.entry-portfolio .entry-title { font-size: 16px; }
	ul.work-credits {
		margin: 0;
		padding: 0;
		list-style: none;
		border-left: 1px solid #d0d0c7;
		font-size: 13px;
		padding-top: 10px;
	}
	ul.work-credits li {
		padding: 5px 0 15px 25px;
		border-bottom: 1px solid #d0d0c7;
	}
	ul.work-credits li:last-child { border: none; }
	ul.work-credits li b { font-family: Arvo, "Helvetica Neue", Arial, sans-serif; font-weight: bold; padding-right: 10px; text-transform: uppercase; }
	.visit-work, .visit-work:visited { display: inline-block; padding: 5px 20px; color: #fff; box-shadow: 2px 2px 0 rgba(0,0,0,0.1); }

/* PAGE: #Single Posts
================================================== */

	.single .entry ul {
		list-style: disc;
		margin-left: 30px;
	}

	.single .entry { margin-bottom: 0; }

	.entry table {
		width: 100%;
		font-size: 0.9em;
	}

	.entry table td {
		background: none repeat scroll 0 0 transparent;
		border: 1px solid rgba(0, 0, 0, 0.1);
		padding: 3px;
		text-align: center;
	}

	.entry table th {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
		font-weight: bold;
		padding: 8px;
	}

	.entry input[type=text],
	.entry textarea,
	.entry .gform_wrapper input[type=text],
	.entry .gform_wrapper textarea {
		width: 80% !important;
		background: #fff !important;
		color: #333;
		font: inherit;

		border: none;
		box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
		padding: 9px 10px;
	}

	.entry input[type=text]:focus,
	.entry textarea:focus {
		background: #f3f3f3;
	}

	.single .entry,
	.page .entry {
		margin-bottom: 0;
	}

/* GLOBAL: #Footer
================================================== */
	#footer a, #footer a:visited { color:#fff; text-shadow: 1px 1px 0 rgba(0,0,0,0.25); }
	#footer a:hover { color: rgba(255,255,255,0.85); }

	#footer { padding-top: 4px; background: url("images/line.png"); color: rgba(0,0,0,0.50); }
	.footer-inner { border-top: 1px solid #3f3f3f;  padding: 30px 0;}

	.footer-wgt { padding-bottom: 5px; margin-bottom: 25px; repeat-x bottom center;}

	.foot-nav ul { list-style: none; margin: 0; padding: 0; text-align: right; }
	.foot-nav ul li { display: inline; margin-left: 10px; }

/* GLOBAL: #WordPress Styles
================================================== */
	.wp-caption { font-size:11px; }
	.wp-caption-text { font-style:italic; }
	.sticky, .gallery-caption, .bypostauthor {}

/* GLOBAL: #Widgets
================================================== */
	.widget { margin-bottom:40px; }
	#sidebar .widget:last-child { margin-bottom: 0; }
	.widget-img { display:block; }
	#footer .widget { margin-bottom:20px; }
	#footer .widget p { margin-bottom:5px; }
	.sub-head, .main-head { font-size:11px; line-height: 1; display:block; margin-bottom:5px;}
	.main-head { font-weight:bold; }

	.widget ul li { margin-bottom:5px; }
	.widget ul li a { display:inline-block; padding-bottom:5px; }
	.widget ul li a:hover { border:none; }

	.widget-area .widget:last-child > * { margin-bottom:0; }


/* MODULE: #Main navigation
================================================== */
	.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
	.sf-menu { line-height:	1.0; float: left; margin-bottom: 1em; }
	.sf-menu ul { position: absolute; top: -999em;
		background: url(images/pat.png);
		-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		-o-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
		padding: 4px;
		z-index: 1000;
	}
	.sf-menu ul li { width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.94);
	}
	.sf-menu li:hover { visibility: inherit; }
	.sf-menu li { float: left; position: relative; text-decoration:none;  }
	.sf-menu a, .sf-menu a:visited { display: block; position: relative; font-size: 14px;
		padding: 7px 10px;
		color: #444;
		white-space: nowrap;
	}
	.sf-menu li li a { font-size:12px;
	}
	.sf-menu a:hover { border:none;
background: #282828;
color: #fff;
}
	.sf-menu li:hover ul,.sf-menu li.sfHover ul { left: -1px; top: 39px; z-index: 99; }
	ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; }
	ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 13em; top: -1px; }
	ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; }
	ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 10em; top: 0; }
	.sf-menu li:hover { outline: 0; }
	.sf-menu > li:hover { border:none !important; background: none !important; }
	.alt-nav { display:none; }
	ul.sf-menu > .current-menu-item > a {  color: #fff; margin-right: 5px; -moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.1); box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
		margin-left: 5px;
	}

/* MODULE: #Sidebar
================================================== */
	.sidebar { font-size:13px; }
	.sidebar ul { margin-bottom:0; }


/* PAGE: #Contact
================================================== */
#map { height: 380px; }
#map-wrap {
	padding: 4px 0;
	background: url(images/line.png);
	margin-bottom: 40px;
}


/* MODULE: #Default galleries
================================================== */
.gallery {
	margin-bottom: 20px;
	overflow: auto;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* MODULE: #Comments
================================================== */
.post-comments { margin:40px 0 0 0; padding:20px 0 0 0; background: url("images/line.png") repeat-x top; float: left; }

.post-comments h2 { margin-bottom:20px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.post-comments ol, .post-comments ul { list-style: none; font-size:inherit;  }
.post-comments > ol { margin-left:0; margin-bottom:0; }
.post-comments li { margin:0 !important; padding:0 !important; background: none !important; position:relative;
	list-style: none;
}
.post-comments .avatar { position:absolute; top:0; left:0; margin: 0 15px 5px 0; text-align: center; }
.post-comments .comment-text { margin-bottom: 25px; }
.post-comments > .comment-text:last-child { margin-bottom:0; }
.post-comments .comment-copy { margin-left:60px;  padding: 15px 30px; font-size: 13px;
	background: url("images/pat.png") repeat scroll 0 0 #F1F1E7;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.07);
}
.post-comments .comment-copy p { margin-bottom:10px; }
.post-comments .comment-meta { font-weight: bold; margin-bottom: 5px !important;
	font-size: 12px;
}
.comment-reply-link, .btn-reply { display:inline-block; height:15px;  position:relative; top:5px; font-weight: normal; font-size: 11px; text-transform: uppercase;
	line-height: 1;
	font-family: Arvo, Helvetica, Arial, sans-serif;
}
.comment-reply-link:hover, .btn-reply:hover { color: #666;
	border: none;
}
.comment-reply-link { font-size: 11px; font-weight: normal; display:inline-block; border-radius:2px; margin-bottom:5px; }
#cancel-comment-reply-link { display: inline; font-size: 10px;
	padding-left: 10px;
}
#cancel-comment-reply-link:hover { border:none; }
.logged-in-as {
}

#respond.row { margin-bottom: 0; }

/* MODULE: #Comment Form
================================================== */
#form-wrapper { padding:20px 0 0 0; margin: 0;  }
#form-wrapper h2 { margin-bottom:20px;
	font-family: Arvo, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	text-shadow: none;
	text-transform: uppercase;}
#form-wrapper form { margin-bottom:0; }
.post-form label { display:block; font-weight: normal; padding-bottom:5px; }
.post-form input[type=text] { width:80%; }
.post-form input[type=submit] { margin-bottom:0; }
.post-form textarea { width:90%; height:200px; }
#post-action { margin-bottom:0; }


/* Paging Styles
================================================== */
#paging { margin:0 0 40px 0; clear:both; }
#paging-left { text-align: left; }
#paging-right { text-align: right; }
#paging a, #paging a:visited {
	display:inline-block; padding:3px 9px; margin-right:5px; font-size:11px; font-weight:bold; }
#paging a:hover { border: none;
}
#paging span.current {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
	padding: 3px 10px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#paging span.current {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
	padding: 3px 10px;
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.wp-pagenavi .pages { margin-right:15px; }

.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi a:visited {
	color: #FFFFFF;
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
	display: inline-block;
	border: none !important;

	-moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}

#paging .nav-symbol {
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
}

/* WordPress Native Galleries
================================================== */

.gallery .zoom {
	display: block;
	position: static;
	line-height: 0;
	height: auto;
}

.gallery {
	display: block;
	clear: both;
}

.gallery-item {
	float: left;
	margin: 6px;
	padding: 3px;
	background: none repeat scroll 0 0 #999;
	height: auto;
	line-height: 0;
}

.gallery-columns-4, .gallery-columns-3, .gallery-columns-2, .gallery-columns {
	background: transparent !important;
}

/* WIDGET: #Search
================================================== */
	.searchform, .searchform input[type=text] {
		margin-bottom:0; width:97%;
	}
	.searchform input[type=text] {
		background: #fff;
		border: none;
		-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
		-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
		-o-box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
		box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
		text-indent: 5px;
		font: inherit;
		padding: 7px 0;
	}
	.searchform > div { position:relative; }
	.searchform .searchsubmit {
		position: absolute;
		width: 16px;
		height: 16px;
		right: 20px;
		border: none;
		text-indent: -999em;
		background: url("images/search.png") no-repeat;
		cursor: pointer;
		top: 7px;
		box-shadow: none;
		padding: 0;
	}
	.searchform label { display:none; }
	.searchform #searchsubmit:hover, .searchform input[type="submit"]:hover { border: none; box-shadow: none; }

/* WIDGET: #Flickr
================================================== */
	.flickr_badge_image { float: left; margin-right: 10px; margin-bottom: 10px; padding: 3px;
		background: url("images/pat.png"); }
	.flickr_badge_image img { width:55px; height:55px; display: block; }

	.widget_ci_about_widget img {
		line-height: 0;
		padding: 4px;
		background: rgba(0, 0, 0, 0.2);
	}

	.widget_ci_about_widget .alignleft,
	.widget_ci_about_widget .alignright {
		margin-bottom: 10px;
	}

	.widget_ci_ads125_widget ul li {
		padding: 0;
		margin: 0 10px 10px 0;
		display: block;
		float: left;
		width: 125px;
		height: auto;
		line-height: 0;
		background: none;
	}
	.widget_ci_ads125_widget ul li.last {
	}
	.widget_ci_ads125_widget li img { width: 100%; height:  auto;}

	.widget_ci_about_widget img { max-width: 100px; height: auto; }

/* WIDGET: #Twitter
================================================== */
	#sidebar .twitter_update_list span { display:block; }
	#sidebar .twitter-time { display: block; margin-top: 5px; font-style: italic;
		font-size: 11px;
	}

	#sidebar .widget ul { margin-bottom: 0; }
	.widget p:last-of-type { margin-bottom: 0; }

/* WIDGET: #Calendar
================================================== */
	#wp-calendar {width: 100%; }
	#wp-calendar caption { text-align: left;
		margin-top: 10px;
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
		padding: 9px;
	}
	#wp-calendar thead { font-size: 10px; }
	#wp-calendar thead th {
		background: rgba(0, 0, 0, 0.1);
		font-weight: bold;
		padding: 8px;
	}
	#wp-calendar tbody {
	}
	#wp-calendar tbody td { background: none; border: 1px solid rgba(0, 0, 0, 0.1); text-align: center; padding: 3px;}
	#wp-calendar tbody td:hover { background: rgba(0, 0, 0, 0.1); }
	#wp-calendar tbody .pad { background: none; }
	#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
	#wp-calendar a { font-weight: bold; font-style: italic; }


/* WIDGET: #Social Links
================================================== */
	#sidebar .icn { background-image: url("images/social-icons-dark.png"); }
	.icn { text-align:left; width: 24px; height: 24px; background-image: url(images/social-icons.png); background-repeat: no-repeat; display:inline-block; margin-right: 3px; text-indent: -999em; cursor: pointer; }
	.icn:hover { border:none; }
	.icn:focus,
	.icn:active { outline: none }
	.icn.twitter { background-position: -31px -1px }
	.icn.twitter:hover { background-position: -31px -31px }
	.icn.facebook { background-position: 0 -1px }
	.icn.facebook:hover { background-position: 0 -31px }
	.icn.flickr { background-position: -62px -1px }
	.icn.flickr:hover { background-position: -62px -31px }
	.icn.picasa { background-position: -94px 0 }
	.icn.picasa:hover { background-position: -94px -30px }
	.icn.lnkdin { background-position: -125px 0 }
	.icn.lnkdin:hover { background-position: -125px -30px }
	.icn.gplus { background-position: -156px -1px }
	.icn.gplus:hover { background-position: -156px -31px }
	.icn.rss { background-position: -187px -1px }
	.icn.rss:hover { background-position: -187px -31px }
	.icn.youtube { background-position: -218px -1px }
	.icn.youtube:hover { background-position: -218px -31px }
	.icn.wordpress { background-position: -250px -1px }
	.icn.wordpress:hover { background-position: -250px -31px }
	.icn.dribbble { background-position: -282px -1px }
	.icn.dribbble:hover { background-position: -282px -31px }
	.icn.pinterest { background-position: -313px -1px }
	.icn.pinterest:hover { background-position: -313px -31px }
	.icn.stumble { background-position: -345px -1px }
	.icn.stumble:hover { background-position: -345px -30px }
	.icn.digg { background-position: -380px -1px }
	.icn.digg:hover { background-position: -380px -30px }
	.icn.myspace { background-position: -440px -1px }
	.icn.myspace:hover { background-position: -440px -31px }
	.icn.soundcloud { background-position: -410px -1px }
	.icn.soundcloud:hover { background-position: -410px -31px }

	.ci-social-igniter a {
		margin-right: 5px;
	}

	.ci-social-igniter a:hover {
		border: none;
	}

	.ci-social-igniter a:last-child {
		margin-right: 0;
	}

/* WIDGET: #Recent Comments
================================================== */
	.recentcomments { padding:3px 0; }

/* WIDGET: #Twitter
================================================== */
	#sidebar .twitter_update_list span { display:block; line-height: 1.2; }
	.twitter_update_list a.twitter-time { display:block; font-size:11px; font-weight:bold; }
  #footer .twitter_update_list a.twitter-time { display: inline; }

/* PLUGIN: #Contact Form 7 styles
================================================== */
	.wpcf7-form-control { width:70% !important; }
	.wpcf7-textarea { width:90% !important; }
	.wpcf7-submit { width:auto !important; }
	.wpcf7-not-valid-tip { color:#333; }
	.wpcf7-response-output { margin:0 !important; }


/* MODULE: #Isotope Styles
================================================== */
	.isotope-item { z-index: 2 }
	.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
	.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; }
	.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; }
	.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; transition-property: transform, opacity; }

/*! fancyBox v2.0.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('images/fancybox/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.flexslider ul, .flexslider ol {
	list-style: none !important;
	margin: 0 !important;
}






.page-head
{
	FONT-WEIGHT: BOLD;
	color: #fff;
}


@font-face {
    font-family: bank gothic;
    src: url(font/bankgthd.ttf);
}