/*! normalize.css 2012-03-11T12: 53 UTC - http: //github.com/necolas/normalize.css */
	/* =============================================================================
	  HTML5 display definitions
	  ========================================================================== */
	/*
	 * Corrects block display not defined in IE6/7/8/9 &FF3
	 */
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	nav,
	section,
	summary {display: block}

	/*
	 * Corrects inline-block display not defined in IE6/7/8/9 &FF3
	 */
	audio,
	canvas,
	video {display: inline-block; *display: inline; *zoom: 1}

	/*
	 * Prevents modern browsers from displaying 'audio' without controls
	 * Remove excess height in iOS5 devices
	 */
	audio:not([controls]) {display: none; height: 0}

	/*
	 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
	 * Known issue: no IE6 support
	 */
	[hidden] {display: none}

	/* =============================================================================
	  Base
	  ========================================================================== */
	/*
	 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
	 *  http: //clagnut.com/blog/348/#c790
	 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
	 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
	 */
	html {font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */}

	/*
	 * Addresses font-family inconsistency between 'textarea' and other form elements.
	 */
	html,
	button,
	input,
	select,
	textarea {font-family: sans-serif}

	/*
	 * Addresses margins handled incorrectly in IE6/7
	 */
	body {margin: 0}

	/* =============================================================================
	  Links
	  ========================================================================== */
	/*
	 * Addresses outline displayed oddly in Chrome
	 */
	a:focus {outline: thin dotted}

	/*
	 * Improves readability when focused and also mouse hovered in all browsers
	 * people.opera.com/patrickl/experiments/keyboard/test
	 */
	a:hover,
	a:active {outline: 0}

	/* =============================================================================
	  Typography
	  ========================================================================== */
	/*
	 * Addresses font sizes and margins set differently in IE6/7
	 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
	 */
	h1 {font-size: 2em; margin: 0.67em 0}
	h2 {font-size: 1.5em; margin: 0.83em 0}
	h3 {font-size: 1.17em; margin: 1em 0}
	h4 {font-size: 1em; margin: 1.33em 0}
	h5 {font-size: 0.83em; margin: 1.67em 0}
	h6 {font-size: 0.75em; margin: 2.33em 0}

	/*
	 * Addresses styling not present in IE7/8/9, S5, Chrome
	 */
	abbr[title] {border-bottom: 1px dotted}

	/*
	 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
	*/
	b,
	strong {font-weight: bold}
	blockquote {margin: 1em 40px}

	/*
	 * Addresses styling not present in S5, Chrome
	 */
	dfn {font-style: italic}

	/*
	 * Addresses styling not present in IE6/7/8/9
	 */
	mark {background: #ff0; color: #000}

	/*
	 * Addresses margins set differently in IE6/7
	 */
	p,
	pre {margin: 1em 0}

	/*
	 * Corrects font family set oddly in IE6, S4/5, Chrome
	 * en.wikipedia.org/wiki/User: Davidgothberg/Test59
	 */
	pre,
	code,
	kbd,
	samp {font-family: monospace,serif; _font-family: 'courier new',monospace; font-size: 1em}

	/*
	 * Improves readability of pre-formatted text in all browsers
	 */
	pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word}

	/*
	 * 1. Addresses CSS quotes not supported in IE6/7
	 * 2. Addresses quote property not supported in S4
	 */
	/* 1 */
	q {quotes: none}

	/* 2 */
	q:before,
	q:after {content: ''; content: none}

	small {font-size: 75%}

	/*
	 * Prevents sub and sup affecting line-height in all browsers
	 * gist.github.com/413930
	 */
	sub,
	sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline}
	sup {top: -0.5em}
	sub {bottom: -0.25em}

	/* =============================================================================
	  Lists
	  ========================================================================== */
	/*
	 * Addresses margins set differently in IE6/7
	 */
	dl,
	menu,
	ol,
	ul {margin: 1em 0}
	dd {margin: 0 0 0 40px}

	/*
	 * Addresses paddings set differently in IE6/7
	 */
	menu,
	ol,
	ul {padding: 0 0 0 40px}

	/*
	 * Corrects list images handled incorrectly in IE7
	 */
	nav ul,
	nav ol {list-style: none; list-style-image: none}

	/* =============================================================================
	  Embedded content
	  ========================================================================== */
	/*
	 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
	 * 2. Improves image quality when scaled in IE7
	 *  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
	 */
	img {border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */}

	/*
	 * Corrects overflow displayed oddly in IE9
	 */
	svg:not(:root) {overflow: hidden}

	/* =============================================================================
	  Figures
	  ========================================================================== */
	/*
	 * Addresses margin not present in IE6/7/8/9, S5, O11
	 */
	figure {margin: 0}

	/* =============================================================================
	  Forms
	  ========================================================================== */
	/*
	 * Corrects margin displayed oddly in IE6/7
	 */
	form {margin: 0}

	/*
	 * Define consistent border, margin, and padding
	 */
	fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em}

	/*
	 * 1. Corrects color not being inherited in IE6/7/8/9
	 * 2. Corrects text not wrapping in FF3
	 * 3. Corrects alignment displayed oddly in IE6/7
	 */
	legend {border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */}

	/*
	 * 1. Corrects font size not being inherited in all browsers
	 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
	 * 3. Improves appearance and consistency in all browsers
	 */
	button,
	input,
	select,
	textarea {font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */}

	/*
	 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
	 */
	button,
	input {line-height: normal; /* 1 */}

	/*
	 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
	 * 2. Corrects inability to style clickable 'input' types in iOS
	 * 3. Removes inner spacing in IE7 without affecting normal text inputs
	 *  Known issue: inner spacing remains in IE6
	 */
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */ *overflow: visible; /* 3 */}

	/*
	 * Re-set default cursor for disabled elements
	 */
	button[disabled],
	input[disabled] {cursor: default}

	/*
	 * 1. Addresses box sizing set to content-box in IE8/9
	 * 2. Removes excess padding in IE8/9
	 * 3. Removes excess padding in IE7
	   Known issue: excess padding remains in IE6
	 */
	input[type="checkbox"],
	input[type="radio"] {box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */}

	/*
	 * 1. Addresses appearance set to searchfield in S5, Chrome
	 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
	 */
	input[type="search"] {-webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box}

	/*
	 * Removes inner padding and search cancel button in S5, Chrome on OS X
	 */
	input[type="search"]: : -webkit-search-decoration,
	input[type="search"]: : -webkit-search-cancel-button {-webkit-appearance: none}

	/*
	 * Removes inner padding and border in FF3+
	 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
	 */
	button::-moz-focus-inner,
	input::-moz-focus-inner {border: 0; padding: 0}

	/*
	 * 1. Removes default vertical scrollbar in IE6/7/8/9
	 * 2. Improves readability and alignment in all browsers
	 */
	textarea {overflow: auto; /* 1 */ vertical-align: top; /* 2 */}

	/* =============================================================================
	  Tables
	  ========================================================================== */
	/*
	 * Remove most spacing between table cells
	 */
	table {border-collapse: collapse; border-spacing: 0}





/*********************************************/
/* WebMan's alterations                      */
/*********************************************/

	* {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	button,
	input,
	select,
	textarea {
		padding: 0 9px;
		font-family: inherit;
		background: transparent;
		color: inherit;
		outline: none;
	}
	input[type="checkbox"],
	input[type="radio"] {padding: 0}
	fieldset {
		padding: 0;
		margin: 0;
		border: none;
	}

	a:focus {outline: none}

	p,
	address {
		padding: 0;
		margin: 1.5em 0 0;
	}
		p:first-child {margin-top: 0}

	small {font-size: 85%}

	menu,
	ol,
	ul {
		padding: 0;
		margin: 0;
	}
	ul {list-style: none}


/*********************************************/
/* main elements                             */
/*********************************************/

	body {}

	.wrap {
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
		.top-bar.fixed + .wrap {top: 40px}
	.wrap-widgets .widgets {
		position: relative;
		margin: 0 auto;
	}



	/* boxed layout */
		/* IE8 shadows */
			.lie8 .boxed .wrap:after,
			.lie8 .boxed .wrap:before {
				content: '';
				position: absolute;
				width: 5px;
				height: 100%;
				left: -5px;
				top: 0;
				background: url(../img/ie8-boxed-shadow.png) repeat-y 0 0;
			}
				.lie8 .boxed .wrap:after {
					left: auto;
					right: -5px;
					background: url(../img/ie8-boxed-shadow.png) repeat-y 100% 0;
				}



/*********************************************/
/* global elements and classes               */
/*********************************************/

	a {
		text-decoration: none;
		color: blue;
	}
		a * {cursor: pointer} /* IE7 */
		a:hover {}
		a:visited {}

	abbr[title] {cursor: help}

	blockquote {
		padding: 0 1em 0 48px;
		margin: 1.5em 0 0;
		line-height: 1.6em;
		background-repeat: no-repeat;
		background-position: 0 0.25em;
	}
		.single-format-quote .article-content blockquote {margin-top: 0}
		blockquote p {padding: 0}

		/* default blockquote icon */
		blockquote,
		.dark-icons blockquote {background-image: url(../img/black/quote.png)}
		.light-icons blockquote {background-image: url(../img/white/quote.png)}

		/* small blockquote icon */
		.sidebar blockquote,
		.footer blockquote,
		.dark-icons .sidebar blockquote,
		.footer.dark-icons blockquote {
			padding-left: 30px;
			background-image: url(../img/black/quote-small.png);
		}
		.light-icons .sidebar blockquote,
		.footer.light-icons blockquote {
			background-image: url(../img/white/quote-small.png);
		}

	code {padding: 0 1px}

	img,
	iframe {vertical-align: middle}
	iframe {
		border: 0;
		outline: 0;
	}
		p + iframe {margin-top: 1.5em}

		.column img,
		.column iframe,
		.widget img,
		.widget iframe,
		.pane img,
		.pane iframe {max-width: 100%}

	p {word-wrap: break-word}

	pre {
		padding: 15px;
		margin: 0;
		line-height: 30px;
		word-wrap: break-word;
		background: url(../img/lines.png) repeat 0 -15px;
		border: 1px solid #eee;
	}
		.dark-icons pre {border-color: #eee}
		.light-icons pre {border-color: #333}
		* + pre {margin-top: 1.5em}

	address.address-icons {
		padding: 0 0 0 24px;
		background-repeat: no-repeat;
		background-position: 0 0.25em;
	}
		.address-icons .contact-email,
		.address-icons .contact-phone {
			display: block;
			padding-top: 15px;
			padding-left: 24px;
			margin-left: -24px;
			background-repeat: no-repeat;
			background-position: 0 15px;
		}
		.address-icons .contact-email + br,
		.address-icons .contact-phone + br {display: none}
		.no-js .address-icons .contact-email {display: none}



	/* text selection */
		::-moz-selection {text-shadow: none}
		::selection {text-shadow: none}



	/* classes */
		.text-center {text-align: center !important}
		.text-left {text-align: left !important}
		.text-right {text-align: right !important}

		.hide {display: none !important}

		.left {float: left !important}
		.right {float: right !important}

		span.br {
			clear: both;
			display: block;
			width: 100%;
			height: 30px;
		}

		.invisible,
		.assistive-text {
			position: absolute !important;
			width: 1px !important;
			height: 1px !important;
			left: 0 !important;
			top: 0 !important;
			clip: rect(1px 1px 1px 1px) !important; /* IE7 */
			clip: rect(1px, 1px, 1px, 1px) !important;
			overflow: hidden !important;
		}

		.image-container {position: relative}
			.image-container img {width: 100%}

		.zoomable {
			display: block; /* IE8 requires "block" value */
			background-repeat: no-repeat;
			background-position: 50%;
		}
			.zoomable img {max-width: 100%}
			.image-container .zoomable,
			.slider .zoomable {display: block}

		.mt0 {margin-top: 0 !important}
		.mt10 {margin-top: 10px !important}
		.mt20 {margin-top: 20px !important}
		.mt30 {margin-top: 30px !important}
		.mt40 {margin-top: 40px !important}
		.mt50 {margin-top: 50px !important}
		.mt60 {margin-top: 60px !important}

		.mr0 {margin-right: 0 !important}
		.ml0 {margin-left: 0 !important}

		.bb1 {
			padding-bottom: 0.25em;
			border-bottom: 1px solid #ddd;
		}
		.no-border {border: none !important}

		mark,
		.marker {
			padding: 2px 5px;
			color: #444;
			background-color: #e3e3e3;
			-webkit-border-radius: 4px;
			   -moz-border-radius: 4px;
			        border-radius: 4px;
		}

	/* clearing */
		/* FF 3.5+, IE8+ */
		/* Use clearfix class on parent to clearfix nested columns, or wrap each row of columns in a <div class="row"> */
			.wrap-inner:before,
			.wrap-inner:after,
			.clearfix:before,
			.clearfix:after,
			.row:before,
			.row:after {
				content: " ";
				display: block;
				display: table; /* The use of 'table' rather than 'block' is only necessary if using :before to contain the top-margins of child elements. */
			}
			.wrap-inner:after,
			.row:after,
			.clearfix:after {
				clear: both;
			}



/*********************************************/
/* breadcrumbs and pagination                */
/*********************************************/

	/* breadcrumbs */
		.breadcrumbs {
			position: relative;
			line-height: 34px;
			overflow: hidden;
			color: #999;
		}
			.breadcrumbs a,
			.breadcrumbs span {
				float: right;
				display: block;
				height: 54px;
				padding: 10px 0;
				color: inherit;
			}
			.breadcrumbs span {color: #ccc}
			.breadcrumbs a:hover {text-decoration: none}
			.breadcrumbs .separator {
				width: 15px;
				height: 100%;
				margin: 0 10px;
				text-indent: -999em;
				background-repeat: no-repeat;
				background-position: 100% 50%;
			}
				.breadcrumbs .separator,
				.breadcrumbs.dark-icons .separator {background-image: url(../img/black/separator-breadcrumbs.png)}
				.breadcrumbs.light-icons .separator {background-image: url(../img/white/separator-breadcrumbs.png)}
			.breadcrumbs .current-item {cursor: help}
			.breadcrumbs .form-search {
				float: right;
				margin: 10px 0;
			}

		@media only screen and (min-width: 768px) {
			.breadcrumbs-stick .breadcrumbs {
				position: fixed;
				width: 100%;
				left: 0;
				bottom: 0;
				z-index: 99;
			}
		}

	/* pagination */
		.pagination {
			clear: both;
			padding: 30px 0 0;
			overflow: hidden;
		}
			.pagination a,
			.pagination span {
				display: block;
				float: left;
				padding: 2px 10px;
			}
			.pagination > span {
				opacity: 0.33;
				filter: alpha(opacity=33); /* For IE8 and earlier */
			}
				.pagination .prev {border-right: 1px solid #ddd}
				.pagination .next {border-left: 1px solid #ddd}



/*********************************************/
/* headings                                  */
/*                                           */
/* Shortcodes headings can be found directly */
/* in shortcodes.css file.                   */
/*********************************************/

	h1, h2, h3, h4, h5, h6 {
		padding: 0;
		margin: 0;
	}
		.header h1,
		.header h2,
		.header h3,
		.header h4,
		.header h5,
		.header h6 {color: inherit}
		* + h1,
		* + h2,
		* + h3,
		* + h4,
		* + h5,
		* + h6 {margin-top: 30px}
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			text-decoration: none;
			color: inherit;
		}

	/* in comments */
		#comments-title {margin: 0}

		#reply-title {
			position: relative;
			margin: 0
		}
			#reply-title small a { /* cancel reply link */
				position: absolute;
				right: 0;
				top: 0;
			}

		.list-articles .post-title {
			padding: 0;
			margin: 0;
		}
			.list-articles * + .post-title {margin-top: 20px}

		.list-search .post-title {
			padding: 10px 0 0;
			margin: 0 0 20px;
		}

		.related-projects > h3 {
			overflow: hidden;
			padding-bottom: 30px;
		}

		.bio h4 {
			padding-bottom: 0.5em;
			margin-top: 1.5em;
		}

	/* main post/page title and subtitle */
		.main-heading {
			position: relative;
			clear: both;
			overflow: hidden;
		}
			.main-heading .twelve.pane {
				padding-top: 30px;
				padding-bottom: 30px;
			}
			.single-format-status .main-heading {display: none}
			.main-heading i[class^="icon-"] {
				position: absolute;
				display: block;
				right: 0;
				top: 20px;
				line-height: 100px;
				font-size: 100px;
				opacity: 0.5;
				filter: alpha(opacity=50); /* For IE8 and earlier */
				z-index: 0;
			}
				.main-heading.text-right i[class^="icon-"] {
					left: 0;
					right: auto;
				}
			.main-heading h1,
			.main-heading h2 {margin: 0 0 0 30%; float:right;}
				.main-heading.text-right h1,
				.main-heading.text-right h2 {margin: 0 0 0 30%}
				.main-heading.text-center h1,
				.main-heading.text-center h2 {margin: 0}
			.main-heading h2 {
				margin-top: 1em;
				overflow: hidden;
			}
			.main-heading h2 .icon-social,
			.main-heading h2 .author-website {
				display: inline-block;
				margin: 5px 0 0;
			}
			.main-heading h1.invisible + h2 {margin-top: 0}
			.main-heading .avatar {
				width: 90px;
				height: 90px;
			}

	/* widgets headings */
		.widget-heading {
			margin: 0 0 10px;
			text-transform: uppercase;
		}
		.widget-heading span {position: relative}
		.top-bar .widget-heading {display: none}


/*********************************************/
/* content columns                           */
/*********************************************/

	/* columns wrapper - used in widget wrappers */
		.columns {
			position: relative;
			overflow: hidden;
		}

	/* single column (and widget in widget wrappers) basic styles */
		.column,
		.columns > .widget {
			position: relative;
			float: right;
			padding: 0;
			margin: 0 0 0 4%;
		}
			.columns > .widget,
			.columns > .column {margin: 0 0 0 4%}
				.columns > .widget:first-child,
				.columns > .column:first-child,
				.column.no-margin {margin: 0}
				.column.last {margin-left: 0 !important}
				.column.last + * {clear: both}

	/* column widths */
	/* full width = 990, normal content width = 720 */
	/* 1/1 */
		.columns.count-1 > div,
		.columns.count-1 > .widget,
		.columns.count-1 > .column {width: 100%}
		.col-11 {width: 100%}

	/* 1/2 */
		.columns.count-2 > div,
		.columns.count-2 > .widget,
		.columns.count-2 > .column,
		.col-12 {width: 47.5%}
		.col-12.no-margin {width: 50%}

	/* 1/3, 2/3 */
		.columns.count-3 > div,
		.columns.count-3 > .widget,
		.columns.count-3 > .column,
		.col-13 {width: 30.6%}
		.col-23 {width: 65.2%}
		.col-13.no-margin {width: 33.33%}
		.col-23.no-margin {width: 66.66%}

	/* 1/4, 3/4 */
		.columns.count-4 > div,
		.columns.count-4 > .widget,
		.columns.count-4 > .column,
		.col-14 {width: 22%}
		.col-34 {width: 74%}
		.col-14.no-margin {width: 25%}
		.col-34.no-margin {width: 75%}

	/* 1/5, 2/5, 3/5, 4/5 */
		.columns.count-5 > div,
		.columns.count-5 > .widget,
		.columns.count-5 > .column,
		.col-15 {width: 16.8%}
		.col-25 {width: 37.6%}
		.col-35 {width: 58.4%}
		.col-45 {width: 79.2%}
		.col-15.no-margin {width: 20%}
		.col-25.no-margin {width: 40%}
		.col-35.no-margin {width: 60%}
		.col-45.no-margin {width: 80%}

	/* 1/6, 5/6 */
		.columns.count-6 > div,
		.columns.count-6 > .widget,
		.columns.count-6 > .column,
		.col-16 {width: 13.3%}
		.col-56 {width: 82.5%}
		.col-16.no-margin {width: 16.66%}
		.col-56.no-margin {width: 83.30%}



	/* gallery columns */
		.gallery-columns {overflow: hidden}
		.gallery-columns .column {margin-top: 30px}
		.gallery-columns .column.first-row {margin-top: 0}
		.gallery-columns .column.no-margin a {
			padding: 0;
			margin: 0 1px 1px 0;
			border: none;
		}
		.slider .gallery-columns .column.no-margin a {margin: 0}
		.gallery-columns .column.no-margin {margin-top: 0}


/*
* Based on Skeleton V1.1 by Dave Gamache
* www.getskeleton.com
*/


/* Table of Contents
==================================================
	#Base 990 Grid
	#Tablet (Portrait)
	#Mobile (Landscape and Portrait)
*/



/* #Base 990 Grid
================================================== */

	.boxed .wrap {
		width: 1020px;
	}
	.wrap-inner {
		width: 1020px;
		margin: 0 auto;
		padding: 0 15px;
	}
		.boxed .slider-main-wrap .wrap-inner {
			padding: 0;
		}
		.slider-caption-content {
			width: 930px;
		}
	.pane {
		position: relative;
		float: left;
		display: block;
		margin-left: 30px;
	}
		.boxed .slider-main-wrap .twelve.pane {margin-left: 45px}
		.sidebar.sidebar-right .widget {margin-right: 30px; margin-left:0px;}
		.sidebar.sidebar-left .widget {margin-right: 30px}
	.pane.no-margin {
		margin: 0;
	}
	.pane.margin-right {
		margin-right: 30px;
	}
	.row {
		margin-bottom: 20px;
	}

	/* Base Grid (gutter 30px, pane 50px) */
		.wrap-inner .one.pane    { width: 50px;  }
		.wrap-inner .two.pane    { width: 130px; }
		.wrap-inner .three.pane  { width: 210px; }
		.wrap-inner .four.pane   { width: 290px; }
		.wrap-inner .five.pane   { width: 370px; }
		.wrap-inner .six.pane    { width: 450px; }
		.wrap-inner .seven.pane  { width: 530px; }
		.wrap-inner .eight.pane  { width: 610px; }
		.wrap-inner .nine.pane   { width: 690px; }
		.wrap-inner .ten.pane    { width: 770px; }
		.wrap-inner .eleven.pane { width: 850px; }
		.wrap-inner .twelve.pane { width: 930px; }



/* #Tablet (Portrait)
================================================== */

	/* Note: Design for a width of 768px (gutter 20px, pane 42px) */

	@media only screen and (min-width: 768px) and (max-width: 1019px) {
		.boxed .wrap {
			width: 760px;
		}
		.wrap-inner {
			width: 760px;
			padding: 0 10px;
		}
			.slider-caption-content {
				width: 700px;
			}
		.pane {
			margin-left: 20px;
		}
			.boxed .slider-main-wrap .twelve.pane {margin-left: 30px}
			.sidebar.sidebar-right .widget {margin-right: 20px}
			.sidebar.sidebar-left .widget {margin-right: 20px}
		.pane.margin-right {
			margin-right: 20px;
		}

		.wrap-inner .one.pane    { width: 40px; }
		.wrap-inner .two.pane    { width: 100px; }
		.wrap-inner .three.pane  { width: 160px; }
		.wrap-inner .four.pane   { width: 220px; }
		.wrap-inner .five.pane   { width: 280px; }
		.wrap-inner .six.pane    { width: 340px; }
		.wrap-inner .seven.pane  { width: 400px; }
		.wrap-inner .eight.pane  { width: 460px; }
		.wrap-inner .nine.pane   { width: 520px; }
		.wrap-inner .ten.pane    { width: 580px; }
		.wrap-inner .eleven.pane { width: 640px; }
		.wrap-inner .twelve.pane { width: 700px; }
	}



/*  #Mobile (Landscape and Portrait)
================================================== */

	/* Note: Design for a width of 320px */

	@media only screen and (max-width: 767px) {
		.boxed .wrap {
			width: 90%;
		}
		.wrap-inner {
			width: 100%;
			padding: 0;
		}
		.pane {
			margin-left: 4%;
		}
			.boxed .slider-main-wrap .twelve.pane {margin-left: 4%}
			.sidebar.sidebar-right .widget,
			.sidebar.sidebar-left .widget {
				margin-left: 20px;
				margin-right: 20px;
			}
		.pane.margin-right {
			margin-right: 4%;
		}

		.wrap-inner .one.pane,
		.wrap-inner .one.pane,
		.wrap-inner .two.pane,
		.wrap-inner .three.pane,
		.wrap-inner .four.pane,
		.wrap-inner .five.pane,
		.wrap-inner .six.pane,
		.wrap-inner .seven.pane,
		.wrap-inner .eight.pane,
		.wrap-inner .nine.pane,
		.wrap-inner .ten.pane,
		.wrap-inner .eleven.pane,
		.wrap-inner .twelve.pane { width: 92%; }
		.wrap-inner .columns > div,
		.wrap-inner .columns > .widget,
		.wrap-inner .column {
			width: 100%;
			margin-left: 0;
			margin-right: 0;
		}

		.column + .column,
		.columns > .widget + .widget {margin-top: 20px}
	}


/*
*****************************************************
* WEBMAN'S WORDPRESS THEME FRAMEWORK
* Created by WebMan - www.webmandesign.eu
*
* Basic WordPress styles and classes
*****************************************************
*/

	/* alignment */
		.alignleft, img.alignleft {
			float: left;
			margin-right: 30px;
			margin-bottom: 15px
		}
		.alignright, img.alignright {
			float: right;
			margin-left: 30px;
			margin-bottom: 15px
		}
		.aligncenter, img.aligncenter {
			clear: both;
			display: block;
			margin: 0 auto;
		}
			.zoomable.aligncenter {text-align: center}
		.alignnone, img.alignnone {margin: 0}



	/* image captions */
		.wp-caption {
			position: relative;
			max-width: 100%;
			text-align: center;
		}
			.wp-caption figure {
				position: relative;
				display: inline-block;
				padding: 20px 20px 4px;
				margin: 0 auto;
				text-align: center;
				background: transparent;
				overflow: hidden;
			}
			.wp-caption .zoomable {width: 100%}
			.wp-caption img,
			.wp-caption img[width] {
				width: 100%;
				max-width: 100%;
				padding: 0;
				margin: 0;
			}
			.wp-caption .alignleft,
			.wp-caption .alignright,
			.wp-caption .aligncenter {
				float: none !important;
				margin: 0 !important;
			}
			.wp-caption .wp-caption-text {
				padding: 10px 0 5px;
				overflow: hidden;
			}



	/* smilies */
		img.wp-smiley {
			display: inline !important;
			max-height: 1em;
			margin: 0 !important;
		}



	/* sticky posts */
		.sticky {}


/*********************************************/
/* form styles                               */
/*********************************************/

	/* general forms */
		form {margin: 1.5em 0 0}

		/* labels */
			label {
				display: inline-block;
				padding-bottom: 0.5em;
			}
			label[for] {cursor: pointer}

		/* form input elements */
			button,
			input,
			select,
			textarea {
				max-width: 100%;
				vertical-align: middle;
			}
			button,
			input[type="text"],
			input[type="password"],
			select,
			textarea {
				background-color: rgba(0,0,0, 0); /* for Opera browser to force background image */
				background-image: url(../img/transparent/black/5.png);
				-webkit-border-radius: 4px;
				   -moz-border-radius: 4px;
				        border-radius: 4px;
			}
				.dark-icons button,
				.dark-icons input[type="text"],
				.dark-icons input[type="password"],
				.dark-icons select,
				.dark-icons textarea {background-image: url(../img/transparent/black/5.png)}
				.light-icons button,
				.light-icons input[type="text"],
				.light-icons input[type="password"],
				.light-icons select,
				.light-icons textarea {background-image: url(../img/transparent/white/5.png)}
			input {
				height: 34px;
				line-height: 34px;
			}

		/* text input */
			input[type="text"],
			input[type="password"] {
				width: 220px;
				margin-right: 0.5em;
			}

			textarea {
				padding: 9px;
				margin-right: 0.5em;
				vertical-align: top;
				word-wrap: break-word;
				overflow-y: auto;
				resize: vertical;
			}

		/* checkboxes and radio buttons */
			input[type="checkbox"],
			input[type="radio"] {
				width: 14px;
				height: 14px;
				margin-right: 0.5em;
			}

		/* select */
			select {
				position: relative;
				width: 240px;
				height: auto;
				padding: 8px 9px;
				margin-right: 0.5em;
				line-height: 20px;
			}
				select option {
					background: #fff;
					color: #000;
				}
				/* hack to target WebKit browsers only */
				@media screen and ( -webkit-min-device-pixel-ratio: 0 ) {
					select {
						-webkit-appearance: none;
						background-position: 98% 50%, 0 0; /* top images first, than bottom ones */
						background-repeat: no-repeat, repeat; /* top images first, than bottom ones */
					}
					select,
					.dark-icons select {
						background-image: url(../img/icons/16x16/arrow-down.png), url(../img/transparent/black/5.png); /* top images first, than bottom ones */
					}
					.light-icons select {
						background-image: url(../img/icons/16x16/arrow-down-inverse.png), url(../img/transparent/white/5.png); /* top images first, than bottom ones */
					}
				}

		/* submit buttons */
			input[type="button"],
			input[type="submit"] { /* more in core.css */
				padding: 0 15px;
				line-height: normal;
				cursor: pointer;
			}
				input[disabled] {
					background-image: none;
					opacity: 0.66;
					filter: alpha(opacity=66); /* For IE8 and earlier */
				}



	/* search form */
		.form-search {
			position: relative;
			display: block;
			width: 200px;
			height: 34px;
			max-width: 100%;
			margin: 0;
			text-align: left;
		}
			.sidebar .form-search {width: 100%}

			.form-search input[type="text"],
			.widget .form-search input[type="text"] {
				position: absolute;
				right: 0;
				top: 0;
				width: 100%;
				padding: 0 34px 0 8px;
				margin-right: 0;
			}

			.form-search input[type="submit"] {
				position: absolute;
				width: 34px;
				height: 34px;
				right: 0;
				top: 0;
				text-indent: -999em;
				background-color: transparent;
				background-image: url(../img/buttons/black/btn-search.png);
				background-repeat: no-repeat;
				background-position: 0 1px;
				border: none;
				-webkit-border-radius: 0;
				   -moz-border-radius: 0;
				        border-radius: 0;
				-webkit-box-shadow: none !important;
				   -moz-box-shadow: none !important;
				        box-shadow: none !important;
			}
				.dark-icons .form-search input[type="submit"] {background-image: url(../img/buttons/black/btn-search.png)}
				.light-icons .form-search input[type="submit"] {background-image: url(../img/buttons/white/btn-search.png)}
				.ie7 .form-search input[type="submit"] {
					text-transform: capitalize; /* magically, this causes IE7 to accept text-indent */
				}
				.form-search input[type="submit"]:before {display: none}
				.form-search input[type="submit"]:hover {
					background-position: 0 -31px;
					-webkit-box-shadow: none;
					-moz-box-shadow: none;
					box-shadow: none;
					-webkit-box-shadow: none !important;
					   -moz-box-shadow: none !important;
					        box-shadow: none !important;
				}
				.form-search input[type="submit"]:active {
					background-image: url(../img/buttons/black/btn-search.png) !important;
					-webkit-box-shadow: none !important;
					   -moz-box-shadow: none !important;
					        box-shadow: none !important;
				}
					.dark-icons .form-search input[type="submit"]:active {background-image: url(../img/buttons/black/btn-search.png) !important}
					.light-icons .form-search input[type="submit"]:active {background-image: url(../img/buttons/white/btn-search.png) !important}



	/* comments form */
		#respond {
			position: relative;
			padding: 20px 0;
		}
			#commentform p {
				position: relative;
				padding: 0 0 10px;
				margin: 0;
			}

			#commentform .required,
			.comment-notes,
			#commentform .comment-form-comment label {display: none}

			/* inputs */
				.comment-form-url input,
				.comment-form-email input,
				.comment-form-author input {
					width: 220px;
					margin-right: 0.5em;
				}

			/* textarea */
				#comment {
					width: 480px;
					height: 100px;
					padding: 10px;
					margin: 0;
				}

			/* additional info */
				.allowed-tags {width: 400px}
				.allowed-tags code {
					display: block;
					padding: 0.5em 0 0 0;
				}

			/* logged in user data */
				.personal_data p {
					float: left;
					width: 33%;
				}
				.personal_data label {display: none}

			/* comment form when replying */
				.commentlist #respond {padding-left: 90px}
				.commentlist .children #respond {padding-left: 60px}
				.commentlist #respond .note {display: none}



	/* widget form styles */
		/* text input fields width */
			.widget input[type="text"],
			.widget input[type="password"],
			.widget textarea {width: 100%}

		/* select width */
			.widget select {width: 100%}



	/* Contact Form 7 styles */
		.wpcf7 {}
			.wpcf7 form {margin-top: 0}
			.wpcf7 p {margin-top: 0.5em}
			.wpcf7-form-control-wrap br {display: none}
			.wpcf7 span.wpcf7-list-item {
				display: block;
				padding-bottom: 0.5em;
				margin: 0;
			}


/*********************************************/
/* typography                                */
/*********************************************/

	html {-webkit-font-smoothing: antialiased}

	/* font families */
		pre,
		code {
			font-family: 'Lucida Console', Monaco, 'Courier New', monospace;
		}
		/* other font families are being set in color skins and the default ones are located in style.php file */



	/* font sizes */
		body {font-size: 12px}

		.btn.size-small,
		.comment-reply-link, .comment-heading {font-size: 11px}

		.btn, .btn.size-medium, input[type="submit"] {font-size: 12px}

		.btn.size-large, .btn.size-extra-large {font-size: 13px}

		.large blockquote .quote-source {font-size: 0.6em}

		.nav-main small,
		.attributes .attribute-heading,
		.meta-article {font-size: 0.85em}

		.logo .description,
		table,
		pre,
		.top-bar,
		.quote-source,
		#comments .reply, #comments .btn-edit, .children .comment-reply-link,
		.wp-caption-text,
		.size-small,
		.breadcrumbs,
		.price-column.legend .price-spec li,
		.project-excerpt.text-element, .project-category.text-element,
		.wm-post-list .excerpt, .wm-post-list .date, .post-excerpt.text-element, .text-element.post-date,
		.wrap-staff-shortcode .staff-position,
		.tweet-time,
		.map .infoBox {font-size: 0.9em}

		h1.logo.img-only,
		.wm-post-list li h3,
		h4, h5, h6, .box > h1, .box > h2,
		.accordion-heading, .toggle-heading,
		.nav-main,
		#comments li li,
		input, select, textarea {font-size: 1em}

		.post-title.text-element,
		.project-title.text-element,
		.staff-title,
		blockquote {font-size: 1.15em}

		h3, .main-heading h2, .call-to-action-title h2,
		.article-excerpt,
		.wrap-posts-shortcode .post-title,
		.header-right,
		.pagination,
		.status,
		.call-to-action.has-title,
		.format-quote blockquote {font-size: 1.2em}

		h2,
		.large .status,
		.large blockquote {font-size: 1.4em}

		h2.post-title,
		.hero, .call-to-action,
		.dropcap.round, .dropcap.square, .dropcap.leaf {font-size: 1.6em}

		h1 {font-size: 2em}

		.size-big {font-size: 2.5em}

		.dropcap,
		.price-heading p.cost {font-size: 2.8em}

		.size-huge {font-size: 3.5em}

		.page-404 h1,
		#countdown-timer .dash .digit,
		.numbering {font-size: 6em}



	/* font weights (100 - 900, 400 is the same as normal, and 700 is the same as bold) */
		.page-404 h1,
		.status,
		.size-big, .size-huge,
		#countdown-timer .dash .digit,
		.numbering {font-weight: 300}

		.logo,
		.main-heading h2, .sitemap-item h5,
		.nav-main li li,
		#wp-calendar tfoot a,
		.call-to-action-title small,
		.wrap-projects-shortcode .wrap-filter .count {font-weight: 400}

		strong,
		h4, .wm-post-list li h3, .call-to-action-title h2,
		.nav-main > ul > li > .inner span,
		th, tfoot td,
		#comments .awaiting,
		.contact-name,
		.btn, input[type="submit"],
		.price-column .cost,
		ul.tabs,
		.quote-source,
		.pagination a, .pagination span,
		.staff-card .name,
		.wrap-projects-shortcode .wrap-filter {font-weight: 700}



	/* font styles */
		.large blockquote, .quote-source,
		#comments .author,
		.project-info .project-title {font-style: normal}

		blockquote,
		.nav-main small,
		.price-heading p.note, .price-column.legend,
		.project-info {font-style: italic}



	/* line heights */
		body,
		.main-heading h2,
		.slider-caption-content h2, .wm-post-list li h3,
		.tagcloud,
		.sidebar .wm-contact-info,
		.article-excerpt {line-height: 1.5em}

		.map .infoBox {line-height: 1.4em}

		h1, h2, h3, h4, h5, h6,
		table,
		.size-big,
		.allowed-tags,
		.wp-caption .wp-caption-text,
		.wrap-projects-shortcode .project-info,
		.status,
		.call-to-action,
		.hero {line-height: 1.25em}

		.size-huge {line-height: 1.05em}

		.logo,
		.nav-main a.btn,
		.numbering {line-height: 1em}


/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
	font-family: "FontAwesome";
	src: url('../font/font-awesome/fontawesome-webfont.eot');
	src: url('../font/font-awesome/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/font-awesome/fontawesome-webfont.woff') format('woff'), url('../font/font-awesome/fontawesome-webfont.ttf') format('truetype'), url('../font/font-awesome/fontawesome-webfont.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before,
.accordion-heading:before, .toggle-heading:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
	display: inline-block;
	text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
	vertical-align: top;
	font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
	/* keeps button heights with and without icons the same */
	line-height: .9em;
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }

.icon-user-md:before              { content: "\f200"; }
/*********************************************/
/* top bar                                   */
/*********************************************/

	.top-bar {
		position: relative;
		width: 100%;
		line-height: 40px;
		background: #ddd;
		z-index: 100;
	}
		.top-bar.fixed {
			position: fixed;
			left: 0;
			top: 0;
		}
			.admin-bar .top-bar.fixed {top: 28px}

		.top-bar .widget {
			float: right;
			text-align: right;
		}
		.top-bar .count-2 .widget:first-child {
			float: left;
			text-align: left;
		}

		/* when boxed, move widgets to the edges */
			@media only screen and (min-width: 1280px) {
				.boxed.r1160 .top-bar .widget,
				.boxed.s1160 .top-bar .widget {
					margin-right: -60px;
					margin-left: -60px;
				}
				.boxed.r930 .top-bar .widget,
				.boxed.s930 .top-bar .widget {
					margin-right: -45px;
					margin-left: -45px;
				}
			}
			@media only screen and (min-width: 1020px) and (max-width: 1279px) {
				.boxed .top-bar .widget {
					margin-right: -45px;
					margin-left: -45px;
				}
			}
			@media only screen and (min-width: 768px) and (max-width: 1019px) {
				.boxed .top-bar .widget {
					margin-right: -30px;
					margin-left: -30px;
				}
			}

		/* top bar search form */
			.top-bar .form-search {
				float: right;
				margin: 3px 0;
			}
				.top-bar .count-2 .widget:first-child .form-search {float: none}

		/* top bar list */
			.top-bar .widget ul {border: none}
			.top-bar .widget li {
				position: relative;
				display: inline-block;
				padding: 0;
				margin: 0 0 0 15px;
				background: none;
			}
				.top-bar .count-2 .widget:first-child li {margin: 0 15px 0 0}
				.top-bar .widget li a,
				.top-bar .menu > li > .inner {
					display: inline;
					padding: 0;
				}
					.top-bar .widget li > a,
					.top-bar .widget li > .inner,
					.top-bar.light-icons .widget li > a,
					.top-bar.dark-icons .widget li > a{
						border: none;
					}
				.top-bar .widget li ol {display: none}
				.top-bar .widget li ul {padding: 0}
				.top-bar .widget li li {
					display: block;
					margin: 0 !important;
					text-align: left
				}
					.top-bar .count-2 li li ul {
						left: auto;
						right: 100%;
					}
					.top-bar .count-2 .widget:first-child li li ul {
						left: 100%;
						right: auto;
					}
					.top-bar .widget li li a {
						display: block;
						padding: 0 20px;
					}
				/* NOTE: other submenu styles below */



/*********************************************/
/* header                                    */
/*********************************************/

	.header {
		position: relative;
		z-index: 99;
	}
		.header > .wrap-inner {height: 130px}

	@media only screen and (min-width: 768px) {
		.absolute-header.no-fixed-header .header {
			position: absolute;
			width: 100%;
			background-color: transparent;
		}
		.absolute-header.no-fixed-header .header + .map-section {
			padding-top: 0;
			border-top: none;
		}
	}



/*********************************************/
/* logo                                      */
/*********************************************/

	.logo,
	h1.logo {
		position: relative;
		float: right;
		padding: 40px 0 0;
		margin: 0;
		white-space: nowrap;
	}
		.logo a,
		.logo a:hover {text-decoration: none}
		.logo img,
		.logo .text-logo,
		.logo .description {
			display: inline-block;
			vertical-align: middle;
		}
		.logo .text-logo {margin-right: 10px}
		.logo .description {
			padding: 10px;
			margin-left: 10px;
			color: #333;
			opacity: 0.5;
			filter: alpha(opacity=50); /* For IE8 and earlier */
		}

		/* in navigation-right-from-logo layout the logo description goes below the logo image */
			.nav-right .logo .description {
				display: block;
				padding: 10px 0 0;
				margin-left: 0;
				border: none;
			}



/*********************************************/
/* header text                               */
/*********************************************/

	.header-right {
		position: relative;
		float: left;
		padding-top: 40px;
		text-align: left;
		white-space: nowrap;
	}
		.header-right .box {text-align: left}
		.header-right .form-search {float: right}
		.header-right * + .form-search {margin-top: 0.5em}



/*********************************************/
/* navigation                                */
/*********************************************/

	/* NOTE: .inner class is applied on a link tag (A) or SPAN tag (when no url applied for menu item) */

	.navigation-wrap {
		position: relative;
		color: #444;
		z-index: 99;
	}

	#nav-mobile {display: none} /* generated by JS */

	.nav-main {
		position: relative;
		display: block;
		clear: both;
		padding: 0;
		z-index: 99;
	}
		.nav-main ul {
			padding: 0;
			margin: 0;
		}
		.nav-main li {
			position: relative;
			float: left;
			display: inline-block;
			padding: 0;
			margin: 0;
			white-space: nowrap;
			list-style: none;
		}
		.header .nav-main li {background: none}
			.nav-main > ul > li {margin-right: 30px}

			.nav-main li.right,
			.nav-main li.alignright {
				float: right;
				margin: 0;
			}

			.nav-main a,
			.nav-main .inner {
				display: block;
				padding: 5px 0;
				text-decoration: none;
				color: inherit;
			}
				.nav-main li.first > a,
				.nav-main li.first > .inner {padding-left: 0}
				.nav-main li[class*="navicon-"] > a,
				.nav-main li[class*="navicon-"] > .inner {padding-left: 23px}

			/* main nav text (first row) */
				.nav-main a span,
				.nav-main .inner span {text-transform: uppercase}

			/* nav description text (second row) */
				.nav-main a small,
				.nav-main .inner small {
					display: block;
					padding: 0;
					margin-top: -5px;
					text-transform: lowercase;
				}
					.nav-main .sub-menu small {margin-top: 0}
					.nav-main a.normal small,
					.nav-main .inner.normal small {}

			/* buttons in navigation */
				.nav-main a.btn {
					padding: 8px 15px !important;
					margin: 13px 0 -15px;
				}

				/* button with icon and description */
					.nav-main li[class*="navicon-"] > a.btn {padding-left: 38px !important}

				/* button description text */
					.nav-main a.btn small {margin-top: 0}

			/* icon in navigation */
				.ico-nav {
					position: absolute;
					float: left;
					margin: 0 0 0 -23px;
				}
				.btn .ico-nav[class*="icon-"] {
					position: relative;
					float: none;
					margin: 0 7px 0 -23px;
				}



	/* submenu styling */
		.nav-main li ul,
		.top-bar li ul {
			position: absolute;
			display: none;
			min-width: 100%;
			/* left: 0; */
			top: 100%;
			padding: 0;
			margin: 0;
			white-space: nowrap;
			background-color: #eee;
			-webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.25);
			   -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.25);
			        box-shadow: 0 1px 3px rgba(0,0,0, 0.25);
			z-index: 99;
		}
			.nav-main li li,
			.top-bar li li {
				float: none;
				display: block;
				margin: 0;
				text-transform: none;
				border: none;
			}

			/* submenu item border */
				.header .nav-main li li,
				.top-bar .widget li li {
					background-repeat: repeat-x;
					background-position: 0 0;
				}
					.header .nav-main li li,
					.top-bar .widget li li,
					.header .dark-icons .nav-main li li,
					.top-bar.dark-icons .widget li li {background-image: url(../img/transparent/black/5.png)}
					.header .light-icons .nav-main li li,
					.top-bar.light-icons .widget li li {background-image: url(../img/transparent/white/5.png)}

			.nav-main li li a,
			.nav-main li li .inner,
			.top-bar li li a {
				min-width: 140px;
				padding: 10px 20px;
				color: inherit;
			}

			/* icon in submenu */
				.nav-main li li[class*="navicon-"] > a,
				.nav-main li li[class*="navicon-"] > .inner {padding-left: 38px}

			/* submenu text */
				.nav-main li li a span,
				.nav-main li li .inner span {text-transform: none}
				span.inner {cursor: default}

			/* display subnav with CSS when JS disabled */
				.no-js .nav-main li:hover > ul,
				.no-js .top-bar li:hover > ul {display: block}

			/* sub-submenu styling */
				.nav-main li li ul,
				.top-bar li li ul {
					display: none;
					left: 100%;
					top: 0;
				}

					/* display sub-subnav with CSS when JS disabled */
						.no-js .nav-main li li:hover > ul,
						.no-js .top-bar li li:hover > ul {display: block}

		/* active submenu item */
			.nav-main li li a:hover,
			.nav-main li li.current-menu-ancestor > a,
			.nav-main li li.current-menu-item > a,
			.top-bar .widget li li a:hover,
			.top-bar .widget li li.current-menu-ancestor > a,
			.top-bar .widget li li.current-menu-item > a,
			.dark-icons .nav-main li li a:hover,
			.dark-icons .nav-main li li.current-menu-ancestor > a,
			.dark-icons .nav-main li li.current-menu-item > a,
			.top-bar.dark-icons .widget li li a:hover,
			.top-bar.dark-icons .widget li li.current-menu-ancestor > a,
			.top-bar.dark-icons .widget li li.current-menu-item > a {background-image: url(../img/transparent/black/5.png)}
			.light-icons .nav-main li li a:hover,
			.light-icons .nav-main li li.current-menu-ancestor > a,
			.light-icons .nav-main li li.current-menu-item > a,
			.top-bar.light-icons .widget li li a:hover,
			.top-bar.light-icons .widget li li.current-menu-ancestor > a,
			.top-bar.light-icons .widget li li.current-menu-item > a {background-image: url(../img/transparent/white/5.png)}



	/* navigation on the right */
		.nav-right .navigation-wrap {
			float: right;
			top: 0;
			background: transparent;
		}

		.nav-right .nav-main > ul > li {margin: 0 0 0 20px}
		.nav-right .nav-main > ul > li:first-child {margin: 0}

		.nav-right .nav-main li li ul {
			left: auto;
			right: 100%;
		}


/*********************************************/
/* featured content slider                   */
/*********************************************/

	.slider-main-wrap {
		position: relative;
		clear: both;
		width: 100%;
		padding: 0;
		overflow: hidden;
		z-index: 0;
	}

	/* slider backgrounds */
		.slider .slide-bg {
			position: absolute;
			display: none;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			z-index: -1;
		}

	/* video slider */
		.slider.video {text-align: center}
		.video-slider {height: auto}
			.no-js #video-slider.no-cover {display: none}
			.no-js #video-slider.has-cover .video-container {display: none}
			.video .slider iframe {
				margin: 0 auto;
				z-index: 0;
			}
			img.video-cover {
				max-width: 100%;
				cursor: pointer;
			}

	/* static image */
		.static-slider {
			position: relative;
			text-align: center;
		}
			.static-slider img {
				max-width: 100%;
				vertical-align: top;
			}
			.static-slider.stretch-image img {width: 100%}

	/* slide description */
		.slider-caption-content {
			position: relative;
			height: 100%;
			margin: 0 auto;
			text-align: left;
			overflow: hidden;
		}
		.slider-caption-content.aligntop {top: 0}
		.slider-caption-content.alignbottom {bottom: 0}
			.caption-inner {
				display: table;
				position: relative;
				width: 100%;
				height: 100%;
				padding: 0 5%;
				background: url(../img/transparent/black/50.png); /* can be changed in Slides custom post to black/white only */
				color: #fff;
			}
				.caption-inner.bg-white {color: #000}
				.caption-inner.bg-black {color: #fff}
				.caption-inner.col-11 {
					height: auto;
					padding: 0;
				}
				.caption-inner.no-padding {padding: 0}
				.caption-inner.aligntop,
				.caption-inner.alignbottom,
				.caption-inner.centered {
					position: absolute;
					left: 0;
					top: 0;
				}
				.caption-inner.centered {
					height: 100%;
					text-align: center;
				}
				.caption-inner.alignbottom {
					top: auto;
					bottom: 0;
				}
			.caption-inner-centered {
				display: table-cell;
				position: relative;
				vertical-align: middle;
			}
				.caption-inner.col-11 .caption-inner-centered {padding: 20px}
				.caption-inner.no-padding .caption-inner-centered {padding: 0}

			.slider-caption-content h1,
			.slider-caption-content h2,
			.slider-caption-content h3,
			.slider-caption-content h4,
			.slider-caption-content h5,
			.slider-caption-content h6 {color: inherit}
			.slider-caption-content img {position: relative !important}

			.slider-caption-content .btn img {
				display: inline !important;
				vertical-align: middle !important;
				margin: -4px 5px 0 -2px !important;
			}
			.slider-caption-content .btn.size-extra-large img {margin-left: -4px !important}

		/* caption slider link corrections */
			.wrap-caption,
			.slider-caption-content > a {
				position: absolute;
				display: block;
				width: 100%;
				height: 100%;
				left: 0;
				top: 0;
			}

			
			
			/*********************************************/
/* content                                   */
/*********************************************/

	.content {
		clear: both;
		overflow: hidden;
	}



/*********************************************/
/* page excerpt                              */
/*********************************************/

	.page-excerpt {clear: both}
	.page-excerpt .wrap-inner {
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: hidden;
	}



/*********************************************/
/* main content area                         */
/*********************************************/

	.main {
		position: relative;
		padding: 30px 0;
	}
		.main.sidebar-left {float: right}

	.article-content {
		padding: 0;
		overflow: hidden;
	}
		.article-content + .meta-article,
		.article-content + .list-attachments,
		.article-content + .bio,
		.article-content + #comments {
			clear: both;
			margin-top: 30px;
		}

	.article-excerpt,
	.list-articles .meta-article + .excerpt,
	h2 + .excerpt {padding-top: 1.5em}
	.single-wm_projects .article-excerpt,
	.meta-article + .article-excerpt {padding-top: 0}



	/* main content of error 404 page */
		.page-404 {padding: 60px 0}



	/* lists */
		ol ol {list-style: upper-alpha}
		ol ol ol {list-style: lower-roman}
		ol ol ol ol {list-style: lower-alpha}

		ul,
		ol {
			margin-top: 1.5em;
			margin-left: 0;
		}
			ol {margin-left: 1.75em}

			li {margin-top: 0.5em}

			ul > li {
				padding: 0 18px 0 0;
				background-repeat: no-repeat;
				background-position: right 0;
			}
				ul > li,
				.dark-icons ul > li {background-image: url(../img/icons/16x16/bullet.png)}
				.light-icons ul > li {background-image: url(../img/icons/16x16/bullet-inverse.png)}
				.widget ul > li {background-position: 0 0}

				ul.no-bullets li {
					padding: 0;
					background: none;
				}
				ul.list-inline li {
					display: inline;
					white-space: nowrap;
				}

			li:first-child {margin-top: 0}

			li > ul,
			li > ol {
				margin-top: 0.5em;
				margin-bottom: 0.5em;
			}
			li > ul {margin-left: -0.25em}



	/* attachments download list */
		.list-attachments {padding: 30px 0}
			.list-attachments ul {margin: 0}



	/* list of articles */
		.list-articles {}

			.list-articles article {
				position: relative;
				margin: 45px 0 0;
				overflow: hidden;
			}
				.list-articles article:first-child {margin-top: 0}

			.list-articles blockquote {margin-top: 0}

			.list-articles .article-content {padding-bottom: 45px}

			.list-articles .excerpt + .more-link {
				display: block;
				margin-top: 30px;
			}

			.format-link h3 + .excerpt {margin-top: 1.5em}



	/* search list */
		.list-search article {
			padding: 0 0 30px 120px;
			margin-top: 30px;
		}
		.list-search .article-content {padding-bottom: 0}
		.numbering {
			display: block;
			float: left;
			width: 120px;
			height: 100%;
			padding-right: 20px;
			margin-left: -120px;
		}
		.list-search .video-container + .excerpt,
		.list-search .wrap-player + .excerpt {margin-top: 10px}



	/* meta article */
		.meta-bottom,
		.meta-bottom + .meta-bottom {border-top: none}
		.meta-bottom + #comments,
		.project-sharing + .related-projects {margin-top: -1px}

		.meta-article {
			clear: both;
			padding: 10px 0;
			text-transform: uppercase;
			overflow: hidden;
		}
			.list-articles .format-status .meta-article,
			.list-articles .format-quote .meta-article {padding-top: 0}
			.meta-bottom {
				position: relative;
				padding: 30px 0;
				margin: 0;
			}
			.meta-item {margin-right: 10px}
			.icon-format {
				display: block;
				text-align: center;
			}
				.icon-format img {vertical-align: middle}

			/* special date styling in blog list */
				.date-special {
					float: left;
					width: 50px;
					margin-right: 20px;
					padding: 0 0 45px;
					text-align: center;
				}
				.main.sidebar-left .date-special {
					float: right;
					margin-right: 0;
					margin-left: 20px;
				}
					.date-special .meta-item {
						display: block;
						width: 100%;
						height: 50px;
						padding: 5px 0;
						margin: 0;
						background-color: #f3f3f3;
						overflow: hidden;
					}
					.date-special .meta-item + .meta-item {margin-top: 5px}
						.date-special .date {
							cursor: help;
							color: #444;
						}
						.date-special .date .day {
							display: block;
							line-height: 22px;
							font-size: 22px;
							font-weight: bold;
							margin-top: -4px;
						}
						.date-special .date .month,
						.date-special .date .year {
							line-height: 16px;
							text-transform: uppercase;
							font-size: 12px;
						}
						.date-special .date .year,
						.date-special .date .time {display: none}

					.date-special .icon-format {
						width: 50px;
						padding: 0;
						background-color: #444;
					}
						.date-special .icon-format img {padding: 13px}



	/* author info */
		.bio {
			clear: both;
			position: relative;
			min-height: 70px;
			padding: 30px 0 30px 90px;
			margin: 0;
			overflow: hidden;
			box-sizing: content-box;
		}
			body.author .bio {margin: 0 0 60px}
			.bio .avatar-container {
				position: absolute;
				float: left;
				width: 70px;
				height: 70px;
				left: 0;
				top: 30px;
			}
			.bio .author-social-links {
				display: inline-block;
				padding: 0 0 0 10px;
				margin-left: 10px;
				vertical-align: baseline;
			}
			.bio .author-social-links .icon-social {vertical-align: baseline}
			.bio .posts-by-author {margin-top: 0}
			body.author .bio .posts-by-author {display: none}



/*********************************************/
/* project page                              */
/*********************************************/

	/* project content */
		.project-content {
			clear: both;
			padding-top: 30px;
			overflow: hidden;
		}

	/* project sharing */
		.project-sharing {padding: 30px 0}

	/* next/previous project links */
		.meta-project {float: right}
		.meta-project a + a {margin-left: 10px}
		.meta-project a {font-size: 20px}
		.meta-project.wide .prev {float: left}
		.meta-project.wide .next {float: right}

	/* related projects */
		.related-projects {
			padding-top: 30px;
			margin-top: 30px;
		}
		.related-projects article {padding: 0 1px 1px 0}



/*********************************************/
/* staff page                                */
/*********************************************/

	.staff-card {
		width: 40%;
		padding: 20px;
		background: url(../img/transparent/black/10.png);
	}
		.dark-icons .staff-card {background: url(../img/transparent/black/10.png)}
		.light-icons .staff-card {background: url(../img/transparent/white/10.png)}

		.staff-card strong {display: none}
		.staff-card + h1,
		.staff-card + h2,
		.staff-card + h3,
		.staff-card + h4,
		.staff-card + h5,
		.staff-card + h6,
		.staff-card + table,
		.staff-card + div,
		.staff-card + p {
			margin-top: 0;
			padding-top: 0;
		}
		.staff-card ul {margin: 0}
		.staff-card .image-container + ul {margin-top: 20px}
			.staff-card li {background-position: 0 0}
			.staff-card li,
			.wrap-staff-shortcode li {padding-left: 24px}



/*********************************************/
/* sitemap                                   */
/*********************************************/

	.sitemap {}
		.sitemap li.alignright {
			float: none;
			margin-left: 0;
		}



/*********************************************/
/* map page                                  */
/*********************************************/

	.map-section {
		position: relative;
		clear: both;
		padding: 1px 0;
		overflow: hidden;
	}
		.no-js .map-section {display: none}
		.map .infoBox {
			width: 260px;
			padding: 10px;
			background: #fff;
			border: 1px solid #ddd;
			overflow: visible !important;
			-webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
			        border-radius: 5px;
			-webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0, 0.2);
			   -moz-box-shadow: 0 10px 10px -10px rgba(0,0,0, 0.2);
			        box-shadow: 0 10px 10px -10px rgba(0,0,0, 0.2);
			z-index: 1;
		}
			.map .infoBox:before {
				content: ' ';
				position: absolute;
				width: 0;
				height: 0;
				left: 45px;
				top: -16px;
				border-left: 15px solid transparent;
				border-right: 15px solid transparent;
				border-bottom: 15px solid #333;
				overflow: hidden;
				z-index: 0;
			}
		.map .infoBox img[align] {z-index: 99}
		.map .infoBox img[align],
		.map .infoBox img[align] + * {margin-top: 0}



/*********************************************/
/* under construction page                   */
/*********************************************/

	.countdown-timer-wrap {
		padding: 30px 0;
		background: url('../img/transparent/black/5.png');
	}
		.dark-icons .countdown-timer-wrap {background: url('../img/transparent/black/5.png')}
		.light-icons .countdown-timer-wrap {background: url('../img/transparent/white/5.png')}

	#countdown-timer {
		max-width: 990px;
		height: 110px;
		margin: 0 auto;
		text-align: center;
	}
		#countdown-timer .dash {
			position: relative;
			display: inline-block;
			width: 15%;
			height: 100%;
			padding: 0 2%;
			background: url('../img/transparent/black/15.png') repeat-y 0 0;
			color: #777;
		}
			.dark-icons #countdown-timer .dash {background: url('../img/transparent/black/15.png') repeat-y 0 0}
			.light-icons #countdown-timer .dash {background: url('../img/transparent/white/15.png') repeat-y 0 0}
			#countdown-timer .dash:first-child {background: none}

		#countdown-timer .dash .digit {
			position: relative;
			float: left;
			width: 42%;
			margin: 0 4%;
			line-height: 80px;
			text-align: left;
		}
			#countdown-timer .dash .digit.first {text-align: right}

		#countdown-timer .dash_title {
			position: absolute;
			display: block;
			width: 100%;
			left: 0;
			bottom: 0;
			text-transform: uppercase;
			letter-spacing: 2px;
		}

	/* under construction page widgets */
		.timer-widgets-wrap {margin-top: 60px}



/*********************************************/
/* page access denied widget area            */
/*********************************************/

	#access-denied {padding-bottom: 30px}


/*********************************************/
/* comments                                  */
/*********************************************/

	#comments {
		padding-top: 30px;
		border-bottom: none !important;
	}
	#comments .commentlist {
		padding: 0 0 30px;
		margin: 0;
	}
		#comments .commentlist.pingbacks {margin-top: 1em}
		.commentlist li {
			position: relative;
			padding: 30px 0 0;
			margin: 0;
			list-style: none;
			background: none;
			overflow: hidden;
		}
			.commentlist li.pingback {
				min-height: 1em;
				padding: 0;
				margin-top: 0.5em;
			}
		.commentlist li li {}
		.commentlist .children {margin: 0 0 0 45px}

	/* gravatar */
		.gravatar {
			float: left;
			width: 60px;
			margin-right: 30px;
		}
			.gravatar img {
				width: 100%;
				margin: 0;
			}
			.children .gravatar {
				width: 40px;
				margin-right: 20px;
			}

	/* author name */
		.comment .author {
			float: left;
			padding: 0;
			margin: 0;
			text-transform: uppercase;
		}

	/* comment meta info */
		.comment .published-on {float: right}

	/* comment heading */
		.comment-heading {
			clear: both;
			padding-bottom: 5px;
			overflow: hidden;
		}

	/* comment content */
		.comment-content {
			clear: both;
			margin-top: 10px;
			overflow: hidden;
		}
			.children .comment-content {}
			.comment-text {}

	/* comment links */
		.comment-reply-link,
		.comment-edit-link {
			float: right;
			padding-left: 10px;
			margin-left: 10px;
		}
		.comment-edit-link {float: left}

	/* comment pagination */
		.comments-nav {
			position: relative;
			display: block;
			clear: both;
			padding: 10px;
			overflow: hidden;
		}
			#comment-nav-above {margin-top: 20px}
			#comment-nav-below {}
			.comments-nav .nav-previous a {float: left}
			.comments-nav .nav-next a {float: right}

	/* other comments styles */
		li.bypostauthor {}


/*********************************************/
/* sidebar                                   */
/*********************************************/

	.sidebar {
		position: relative;
		padding: 30px 0;
	}
		.sidebar.sidebar-left {float: left}

		/* sidebar separator */
			.sidebar-separator {
				position: absolute;
				width: 14px;
				height: 100%;
				left: 0;
				top: 0;
				opacity: 0.15;
				filter: alpha(opacity=15); /* For IE8 and earlier */
			}
			.sidebar-left .sidebar-separator {
				left: auto;
				right: 0;
			}

		/* sidebar widgets */
			.sidebar .widget {
				position: relative;
				padding-top: 30px;
				margin: 30px 0 0;
			}
				.sidebar .widget:before {
					content: '';
					position: absolute;
					width: 30%;
					height: 1px;
					right: 0;
					top: 0;
				}
				.sidebar .widget:first-child {
					margin-top: 0;
					padding-top: 0;
					border-top: none;
				}
					.sidebar .widget:first-child:before {display: none}

				.sidebar-right .widget {margin-left: 30px}
				.sidebar-left .widget {margin-right: 30px}

		/* sidebar buttons */
			.sidebar li a.btn {width: auto}

		/* widget lists */
			.widget ul {margin-top: 0}
			.widget ul li {
				padding: 0;
				margin: 0;
				background: none;
			}
			.widget li ul {
				padding-left: 15px;
				margin: 0;
			}
			.widget li a,
			.widget_nav_menu .inner {
				display: block;
				width: 100%;
				padding: 0.5em 0;
			}
				.widget li:first-child > a {border-top: none !important}



/*********************************************/
/* WordPress widgets                         */
/*********************************************/

	/* archives, categories, links and recent comments widget */
		.widget_archive ul,
		.widget_categories ul,
		.widget_links ul,
		.widget_recent_comments ul {border: none}

			.widget_archive li ul,
			.widget_categories li ul,
			.widget_links li ul,
			.widget_recent_comments li ul {
				padding-top: 0.5em;
				margin-top: 0.5em;
				margin-bottom: -0.5em;
			}

			.widget_archive ul li,
			.widget_categories ul li,
			.widget_links ul li,
			.widget_recent_comments ul li {padding: 0.5em 0}
				.widget_archive ul li:first-child,
				.widget_categories ul li:first-child,
				.widget_links ul li:first-child,
				.widget_recent_comments ul li:first-child {border-top: none !important}
				.footer .widget_archive ul li:first-child,
				.footer .widget_categories ul li:first-child,
				.footer .widget_links ul li:first-child,
				.footer .widget_recent_comments ul li:first-child {padding-top: 0}

			.widget_archive ul li a,
			.widget_categories ul li a,
			.widget_links ul li a,
			.widget_recent_comments ul li a {
				display: inline;
				border: none !important;
			}



	/* calendar widget */
		.widget_calendar {}
			#wp-calendar {margin: 0}
			#wp-calendar tr th,
			#wp-calendar tr td {
				width: auto;
				height: 32px;
				padding: 0;
				text-align: center;
			}
			#wp-calendar caption {padding-top: 0}
			#wp-calendar tbody a {
				display: block;
				width: 100%;
				height: 100%;
				line-height: 32px;
			}
			#wp-calendar tfoot a {color: inherit}



	/* tag cloud widget */
		.widget_tag_cloud a {
			position: relative;
			display: inline-block;
			padding: 1px 8px;
			margin: 2px 1px;
			white-space: nowrap;
			font-size: 1em !important;
			-webkit-border-radius: 20px;
			   -moz-border-radius: 20px;
			        border-radius: 20px;
		}
			.widget_tag_cloud .tagcloud a,
			.dark-icons .widget_tag_cloud .tagcloud a {
				background: url(../img/transparent/black/50.png);
				color: #ddd;
			}
			.light-icons .widget_tag_cloud .tagcloud a {
				background: url(../img/transparent/white/50.png);
				color: #222;
			}

			.widget_tag_cloud .tagcloud a:hover,
			.dark-icons .widget_tag_cloud .tagcloud a:hover {color: #fff}
			.light-icons .widget_tag_cloud .tagcloud a:hover {color: #000}

			.widget_tag_cloud a,
			.widget_tag_cloud a:hover {text-decoration: none}



	/* text widget and WebMan content module widget */
		.textwidget ul > li,
		.wm-content-module ul > li {
			padding: 0 0 0 18px;
			margin-top: 0.5em;
			background-repeat: no-repeat;
			background-position: 0 0.2em;
			background-image: url(../img/icons/16x16/bullet.png);
		}
			.dark-icons .textwidget ul > li,
			.dark-icons .wm-content-module ul > li {background-image: url(../img/icons/16x16/bullet.png)}
			.light-icons .textwidget ul > li,
			.light-icons .wm-content-module ul > li {background-image: url(../img/icons/16x16/bullet-inverse.png)}

			.textwidget li ul,
			.wm-content-module li ul {
				margin-top: 0.5em;
				margin-bottom: 0.5em;
				margin-left: -0.25em;
			}
			.widget_text .textwidget li ul,
			.widget.wm-content-module li ul {border-top: none}



/*********************************************/
/* WebMan widgets                            */
/*********************************************/

	/* content module and page widget */
		.widget .module-content {padding-top: 0}



	/* contact widget */
		.wm-contact-info .address-container > div {
			position: relative;
			padding: 0 0 5px 24px;
			background-repeat: no-repeat;
			background-position: 0 2px;
		}
		.wm-contact-info .widget-heading + .address-wrap {margin-top: 15px}

		.wm-contact-info .hours {overflow: hidden}
			.wm-contact-info .hours strong {float: left}
			.wm-contact-info .hours span {float: right}

		.wm-contact-info .contact-info {position: relative}
		.wm-contact-info .contact-info i {
			position: absolute;
			left: 0;
			top: 0;
			font-size: 16px;
		}



	/* page widget */
		.wm-page-content .image-container {padding: 0 0 10px}

		.wm-page-content h2 {margin: 0 0 1em}
		.wm-page-content h2 + .page-content {margin-top: 10px}

		.sidebar .page-content {
			padding-top: 10px;
			padding-bottom: 10px;
		}
			.no-btn .page-content {padding-bottom: 0}

		.page-content + .btn {margin-top: 20px}



	/* posts list */
		.wm-post-list ul {
			margin-bottom: -15px;
			border: 0;
		}
		.wm-post-list ul li {
			clear: both;
			padding: 15px 0;
			margin: 0;
			overflow: hidden;
		}
			.wm-post-list li:first-child {
				padding-top: 0;
				border-top: none !important;
			}
			.sidebar .wm-post-list li:first-child {padding-top: 15px}

		.wm-post-list li a {
			display: inline;
			padding: 0;
			border: 0;
		}
		.wm-post-list li h3 {
			padding: 0 0 0.25em;
			margin: 0;
		}
		.wm-post-list .date {
			position: relative;
			display: inline-block;
			padding: 0 0 0.25em;
		}

		.wm-post-list .image-container {
			float: left;
			width: 50px;
			height: 50px;
			margin: 0 10px 0 0;
			z-index: 1;
		}
			.wm-post-list .image-container .icon-format {
				width: 50px;
				height: 50px;
				padding: 13px; /* 24x24 icon + 13+13 padding = 50px width and height */
				background: #f3f3f3;
			}



	/* projects */
		.wm-projects-list .portfolio-content {
			padding-bottom: 1px;
			overflow: hidden;
		}
			.page-template-tpl-sitemap-php .content .wm-projects-list .portfolio-content {margin-top: 1.5em}

		.wm-projects-list .portfolio-content article {
			float: right;
			width: 60px;
			height: 60px;
			padding: 4px;
			margin: 0 0 -1px -1px;
		}



	/* statuses */
		.wm-status .status-post + .status-post {
			padding-top: 1em;
			margin-top: 1em;
		}
		.wrap-status-shortcode[data-time] .status-post + .status-post {
			padding: 0;
			margin: 0;
			border: none !important;
		}



	/* twitter widget */
		.wm-twitter .user-info {
			position: relative;
			min-height: 63px;
			padding: 0 0 15px 58px;
			margin: 0;
		}
			.widget-heading + .user-info {margin-top: 15px}
			.wm-twitter .user-info h3 {margin: 0 0 0.25em}
			.wm-twitter .user-info img {
				position: absolute;
				width: 48px;
				height: 48px;
				left: 0;
				top: 0;
			}

		.wm-twitter ul {border: none}
			.sidebar .wm-twitter .widget-heading + ul,
			.wm-twitter .user-info + ul {margin-top: 15px}

			.wm-twitter ul li {
				padding: 0 0 0 24px;
				margin-top: 15px;
			}
			.wm-twitter li:first-child {margin-top: 0}

			.wm-twitter ul li a {
				display: inline;
				padding: 0;
				border: none !important;
			}

			.wm-twitter .tweet-time {
				margin-top: 0.5em;
				opacity: 0.5;
				filter: alpha(opacity=50); /* For IE8 and earlier */
			}


/*********************************************/
/* above footer widgets                      */
/*********************************************/

	.above-footer-widgets-wrap {
		position: relative;
		overflow: hidden;
	}
		.above-footer-widgets-wrap .twelve {
			padding-top: 30px;
			padding-bottom: 30px;
		}



/*********************************************/
/* footer                                    */
/*********************************************/

	.footer {clear: both}
		.footer a {color: #666}

		/* widgets */
			.footer-widgets-wrap {}
			.footer-widgets-wrap.first {}
			.footer-widgets-wrap.second {}
			.footer .widget {padding: 30px 0}
			.footer .widget .columns .widget,
			.footer .widget .vertical .widget:first-child {padding-top: 0}

		/* bottom */
			.bottom-wrap .pane {
				padding-top: 30px;
				padding-bottom: 30px;
			}
				.bottom-wrap a {color: inherit}

			/* menu */
				.menu-footer {float: right}
					.menu-footer .alignleft,
					.menu-footer .alignright {float: none}
					.menu-footer ul {
						overflow: hidden;
						padding: 0;
						margin: 0;
						text-align: right;
					}
					.menu-footer ul li {
						display: inline-block;
						float: left;
						padding: 0;
						margin: 0 0 0 15px;
						background: none;
					}
					.menu-footer li.has-top-link {float: right}

			/* credits */
				.credits {float: right}
				.credits p {padding: 0}

		/* to the top */
			.top-of-page,
			.breadcrumbs .top-of-page {
				float: right;
				display: block;
				width: 24px;
				height: 100%;
				min-height: 24px;
				margin: 6px 0 0 20px;
				text-indent: -9999em !important;
				background-image: url(../img/buttons/black/btn-top.png);
				background-repeat: no-repeat;
				background-position: 0 50%;
				font: 0/0 a;
				color: transparent;
				opacity: 0.5;
				filter: alpha(opacity=50); /* For IE8 and earlier */
			}
			.dark-icons .top-of-page,
			.breadcrumbs.dark-icons .top-of-page {background-image: url(../img/buttons/black/btn-top.png)}
			.light-icons .top-of-page,
			.breadcrumbs.light-icons .top-of-page {background-image: url(../img/buttons/white/btn-top.png)}
			.breadcrumbs .top-of-page {
				height: 42px;
				padding: 0;
			}
				.header + .breadcrumbs .top-of-page,
				.main-heading + .breadcrumbs .top-of-page,
				.slider + .breadcrumbs .top-of-page,
				.page-excerpt + .breadcrumbs .top-of-page {display: none}
			.top-of-page:hover {
				opacity: 1;
				filter: alpha(opacity=100); /* For IE8 and earlier */
			}
			li .top-of-page {
				float: none;
				margin: 0;
			}


/*********************************************/
/* SHORTCODES                                */
/*********************************************/



/* CSS3 animation effect */
	@-webkit-keyframes bounce {
		0% {-webkit-transform: scale(1)}
		33% {-webkit-transform: scale(1.05)}
		66% {-webkit-transform: scale(0.85)}
		100% {-webkit-transform: scale(1)}
	}
	@-moz-keyframes bounce {
		0% {-moz-transform: scale(1)}
		33% {-moz-transform: scale(1.05)}
		66% {-moz-transform: scale(0.85)}
		100% {-moz-transform: scale(1)}
	}
	@-o-keyframes bounce {
		0% {-o-transform: scale(1)}
		33% {-o-transform: scale(1.05)}
		66% {-o-transform: scale(0.85)}
		100% {-o-transform: scale(1)}
	}
	@keyframes bounce {
		0% {transform: scale(1)}
		33% {transform: scale(1.05)}
		66% {transform: scale(0.85)}
		100% {transform: scale(1)}
	}



/*********************************************/
/* accordions, tabs and toggles              */
/*********************************************/

	.accordion-wrapper,
	.toggle-wrapper,
	.tabs-wrapper {
		padding: 0;
		margin: 1em 0 0;
		overflow: hidden;
	}
	.tabs-wrapper > ul > li,
	.accordion-wrapper > ul > li {
		padding: 0;
		margin: 0;
		background: none;
	}
	.toggle-wrapper {padding-bottom: 1px}
	.no-js .tabs-wrapper {padding: 0 0 1em}



	/* tabs */
		.tabs-wrapper ul.tabs {
			padding-bottom: 0;
			margin: 0;
		}
		.tabs-wrapper ul.tabs li {
			float: left;
			padding: 0;
			background: url(../img/transparent/black/5.png);
		}
			.tabs-wrapper.normal ul.tabs li + li,
			.tabs-wrapper.fullwidth ul.tabs li + li {border-left: none}
			.dark-icons .tabs-wrapper ul.tabs li {background: url(../img/transparent/black/5.png)}
			.light-icons .tabs-wrapper ul.tabs li {background: url(../img/transparent/white/5.png)}
			.no-js .tabs-wrapper > ul > li {
				padding-left: 1.5em;
				background: none !important;
				border: none !important;
			}
		.tabs-wrapper .tabs li a {
			display: block;
			height: 40px;
			padding: 0 20px;
			line-height: 40px;
			text-decoration: none;
			text-align: center;
			color: inherit;
			overflow: hidden;
		}
		.tabs-wrapper > ul > li.active {border-color: transparent}
			.tabs-wrapper > ul > li.active,
			.dark-icons .tabs-wrapper ul.tabs li.active {
				background: url(../img/transparent/black/80.png);
				color: #fff;
			}
			.light-icons .tabs-wrapper ul.tabs li.active {
				background: url(../img/transparent/white/80.png);
				color: #000;
			}
			.no-js .tab-heading {
				padding: 1em 0;
				margin-left: -1em;
			}

		/* tab content */
			.tabs-wrapper .tabs + ul {margin: 0}
			.tabs-wrapper .tabs + ul > li {
				padding: 20px 0 0;
				overflow: hidden;
			}
			.tab-heading + * {margin-top: 0}

		/* vertical tabs */
			.vertical ul.tabs {
				float: left;
				padding-right: 30px;
			}
			.vertical ul.tabs li {
				display: block;
				clear: both;
				width: 100%;
				margin: 1px 0 0 !important;
				white-space: nowrap;
				border: none;
			}
			.vertical .tabs li a {text-align: left}

			/* vertical tabs content */
				.tabs-wrapper.vertical .tabs + ul > li {
					padding: 0;
					border: none;
				}

		/* tour tabs */
			.tour-nav {
				height: 40px;
				line-height: 40px;
				padding-bottom: 10px;
				margin-bottom: 30px;
				overflow: hidden;
			}
			.tour-nav,
			.dark-icons .tour-nav {background: url(../img/transparent/black/5.png)}
			.light-icons .tour-nav {background: url(../img/transparent/white/5.png)}
				.tour-nav span {
					display: block;
					width: 49%;
					text-align: right;
				}
					.tour-nav span i {margin: 0 0.5em}
				.tour-nav span a {
					display: block;
					width: 100%;
					padding: 0 3%;
				}
				.tour-nav span a,
				.dark-icons .tour-nav span a {color: #000}
				.light-icons .tour-nav span a {color: #fff}
				.tour-nav .prev {
					float: left;
					text-align: left;
				}
				.tour-nav .next {float: right}



	/* accordions and toggles */
		.accordion-wrapper > ul {
			margin: 0;
			padding: 0;
		}
			.no-js .accordion-wrapper > ul {border: none}

		.accordion-wrapper > ul > li {
			padding: 0;
			overflow: hidden;
		}
			.no-js .accordion-wrapper > ul > li {padding: 0 0 1em}

		.accordion-heading,
		.toggle-heading {
			position: relative;
			height: 40px;
			padding: 0 0 0 50px;
			margin: 0;
			line-height: 40px;
			cursor: pointer;
		}
			.accordion-heading,
			.toggle-heading,
			.dark-icons .accordion-heading,
			.dark-icons .toggle-heading {background: url(../img/transparent/black/5.png)}
			.light-icons .accordion-heading,
			.light-icons .toggle-heading {background: url(../img/transparent/white/5.png)}
			.no-js .accordion-heading,
			.no-js .toggle-heading {
				background: none !important;
				border: none !important;
			}
			.active > .accordion-heading,
			.active > .toggle-heading {border: none !important}
				.active > .accordion-heading,
				.active > .toggle-heading,
				.dark-icons .active > .accordion-heading,
				.dark-icons .active > .toggle-heading {
					background: url(../img/transparent/black/80.png);
					color: #fff;
				}
				.light-icons .active > .accordion-heading,
				.light-icons .active > .toggle-heading {
					background: url(../img/transparent/white/80.png);
					color: #000;
				}

			/* toggle buttons */
				.accordion-heading:before,
				.toggle-heading:before {
					position: absolute;
					float: left;
					width: 40px;
					height: 40px;
					left: -1px;
					top: -1px;
					margin-right: 10px;
					text-align: center;
				}
					.accordion-heading:before,
					.toggle-heading:before {content: "\f055"}
					.active > .accordion-heading:before,
					.active > .toggle-heading:before {
						content: "\f056";
						left: 0;
						top: 0;
					}

				.no-js .accordion-heading:before,
				.no-js .toggle-heading:before {display: none}

		/* accordion and toggle content */
			.accordion-content,
			.toggle-content {padding: 0 20px}
			.no-js .accordion-content,
			.no-js .toggle-content,
			.toggle-wrapper.active .toggle-content {display: block}
				.accordion-content:before,
				.accordion-content:after,
				.toggle-content:before,
				.toggle-content:after {
					content: "\0020";
					display: block;
					height: 20px;
					clear: both;
					visibility: hidden;
				}
			.toggle-content {border-top: none !important}

		/* FAQ toggles */
			.wrap-faq-shortcode article {
				width: 100%;
				height: auto;
				overflow: hidden;
			}
			.column > .wrap-faqs article:first-child .toggle-wrapper {margin-top: 0}
			.wrap-faq-shortcode .toggle-wrapper {overflow: hidden}
			.wrap-faq-shortcode .toggle-content {display: none}



/*********************************************/
/* attributes (project attributes)           */
/*********************************************/

	.attributes {}
	* + .attributes {margin-top: 1.5em}
	.attributes > h3 {padding-bottom: 1em}
	.attributes ul {margin-top: 0}
	.attributes ul li {
		position: relative;
		padding-left: 110px;
		padding-bottom: 0.5em;
		margin-top: 0.5em;
	}
	.attributes .attribute-heading {
		position: absolute;
		width: 100px;
		left: 0;
		top: 0;
		text-transform: uppercase;
		white-space: nowrap;
	}



/*********************************************/
/* boxes                                     */
/*********************************************/

	/* NOTE: don't need to make border and background colors change automatically - set in admin panel */

	.box {
		position: relative;
		padding: 20px;
		margin: 0;
		text-shadow: 0 1px rgba(255,255,255, 0.5);
		border: 1px solid #ddd;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		        border-radius: 4px;
	}
		.box:hover {
			-webkit-box-shadow: inset 0 0 7px rgba(255,255,255, 0.5);
			   -moz-box-shadow: inset 0 0 7px rgba(255,255,255, 0.5);
			        box-shadow: inset 0 0 7px rgba(255,255,255, 0.5);
		}
		* + .box,
		.box + * {margin-top: 1.5em}
		.box * {position: relative} /* hack to make these elements available in message box (covered with :before overlay) */
		.box:before {
			content: '';
			position: absolute;
			width: 100%;
			height: 100%;
			left: -1px;
			top: -1px;
			border-width: 1px;
			border-style: solid;
			border-color: rgba(0,0,0, 0.1);
			-webkit-border-radius: 4px;
			   -moz-border-radius: 4px;
			        border-radius: 4px;
		}
		.ie8 .box:before {border-color: transparent}

		/* box clearfix */
			.box:after {
				content: " ";
				clear: both;
				display: block;
				display: table; /* The use of 'table' rather than 'block' is only necessary if using :before to contain the top-margins of child elements. */
			}

		.box a:not(.btn):hover {
			color: inherit;
			text-decoration: underline;
		}
		.box a:hover,
		.box a.btn {text-decoration: none}
		.box.icon-box {
			padding-left: 72px;
			background-image: url(../img/icons/box/black/box-icon-sprite.png);
			background-repeat: no-repeat;
			background-position: 24px 18px;
		}

		/* box titles */
			.box h1, .box h2, .box h3, .box h4, .box h5, .box h6,
			.box .size-big, .box .size-huge {color: inherit !important}
			.box > h1:first-child,
			.box > h2:first-child {
				padding: 7px 20px;
				margin: -20px -20px 0;
				line-height: 2em;
				background: url(../img/transparent/black/10.png); /* doesn't change */
			}
				.box > h1:first-child + *,
				.box > h2:first-child + * {margin-top: 1em}
				.icon-box > h1:first-child,
				.icon-box > h2:first-child,
				.hero.box > h1:first-child,
				.hero.box > h2:first-child {
					margin-top: -10px;
					margin-bottom: -1em;
					background: none;
				}

		/* icons */
			.box.icon-cancel {background-position: 24px 18px}
			.box.icon-check {background-position: -1176px 18px}
			.box.icon-info {background-position: -2376px 18px}
			.box.icon-question {background-position: -3576px 18px}
			.box.icon-warning {background-position: -4776px 18px}

		/* hero box */
			.box.hero {
				padding: 40px;
				background-image: none;
			}
			.hero p {margin-top: 0.75em}
			.hero p:first-child {margin-top: 0}

	/* box colors */
		.box.color-gray {
			color: #777777;
			color: rgba(0,0,0, 0.66);
			background-color: #e3e3e3;
			border-color: #e3e3e3;
		}
		.box.color-green {
			color: #5e7830;
			color: rgba(0,0,0, 0.66);
			background-color: #b7cc93;
			border-color: #b7cc93;
		}
		.box.color-blue {
			color: #416c82;
			color: rgba(0,0,0, 0.66);
			background-color: #c9dce6;
			border-color: #c9dce6;
		}
		.box.color-orange {
			color: #85590c;
			color: rgba(0,0,0, 0.66);
			background-color: #f0bf69;
			border-color: #f0bf69;
		}
		.box.color-red {
			color: #8f424c;
			color: rgba(0,0,0, 0.66);
			background-color: #e68f9c;
			border-color: #e68f9c;
		}
		.box.no-background {
			text-shadow: none !important;
			background-color: transparent !important;
		}



/*********************************************/
/* buttons (link and form submit)            */
/*********************************************/

	/* NOTE: don't need to make border and background colors change automatically - set in admin panel */

	a.btn,
	.nav-main .btn,
	button,
	input[type="button"],
	input[type="submit"] {
		position: relative;
		display: inline-block;
		padding: 4px 15px;
		line-height: 20px;
		text-decoration: none;
		text-shadow: 0 1px rgba(255,255,255, 0.66);
		background-image: url(../img/buttons/bg-button.png);
		background-repeat: repeat-x;
		background-position: 0 0;
		background-color: #ddd;
		color: #333;
		border-width: 1px;
		border-style: solid;
		border-color: #ddd;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		        border-radius: 4px;
		white-space: nowrap;
		vertical-align: middle;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0, 0.25);
		   -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0, 0.25);
		        box-shadow: 0 1px 2px 0 rgba(0,0,0, 0.25);
	}
		a.btn:after,
		button:after,
		input[type="button"]:after,
		input[type="submit"]:after {
			content: '';
			position: absolute;
			width: 100%;
			height: 100%;
			left: -1px;
			top: -1px;
			border-width: 1px;
			border-style: solid;
			border-color: rgba(0,0,0, 0.1);
			-webkit-border-radius: 4px;
			   -moz-border-radius: 4px;
			        border-radius: 4px;
		}
		.ie8 a.btn:after,
		.ie8 button:after,
		.ie8 input[type="button"]:after,
		.ie8 input[type="submit"]:after {border-color: transparent}

	/* hover */
		a.btn:hover,
		.nav-main .btn:hover,
		button:hover,
		input[type="button"]:hover,
		input[type="submit"]:hover {
			background-position: 0 -200px;
			-webkit-box-shadow: 0 0 1px rgba(0,0,0, 0.25);
			   -moz-box-shadow: 0 0 1px rgba(0,0,0, 0.25);
			        box-shadow: 0 0 1px rgba(0,0,0, 0.25);
			-webkit-animation: bounce 0.5s ease-in-out;
			   -moz-animation: bounce 0.5s ease-in-out;
			     -o-animation: bounce 0.5s ease-in-out;
			        animation: bounce 0.5s ease-in-out;
		}

	/* active */
		a.btn.active,
		a.btn:active,
		.nav-main .btn:active,
		button:active,
		input[type="button"]:active,
		input[type="submit"]:active {
			text-shadow: none;
			background-image: none;
			-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0, 0.25) !important;
			   -moz-box-shadow: inset 0 2px 3px rgba(0,0,0, 0.25) !important;
			        box-shadow: inset 0 2px 3px rgba(0,0,0, 0.25) !important;
		}

	/* button sizes */
		.btn.size-small {padding: 1px 10px}
		.btn.size-medium {padding: 4px 15px}
		.btn.size-large {padding: 7px 15px}
		.btn.size-extra-large {padding: 10px 20px}

	/* button icons */
		.btn img,
		.btn [class*="icon-"] {margin: -4px 5px 0 -2px}
		.btn.size-extra-large img,
		.btn [class*="icon-"] {margin-left: -4px}

	/* button colors */
		.btn.color-gray {
			color: #777777;
			background-color: #e3e3e3;
			border-color: #e3e3e3;
		}
		.btn.color-green {
			color: #5e7830;
			background-color: #b7cc93;
			border-color: #b7cc93;
		}
		.btn.color-blue {
			color: #416c82;
			background-color: #c9dce6;
			border-color: #c9dce6;
		}
		.btn.color-orange {
			color: #85590c;
			background-color: #f0bf69;
			border-color: #f0bf69;
		}
		.btn.color-red {
			color: #8f424c;
			background-color: #e68f9c;
			border-color: #e68f9c;
		}



/*********************************************/
/* call to action                            */
/*********************************************/

	/* NOTE: don't need to make background colors change automatically - set in admin panel */

	.call-to-action {
		position: relative;
		height: 100%;
		padding: 30px 30px 30px 30%;
	}
		.call-to-action .btn {
			position: absolute;
			left: 30px;
			top: 50%;
			margin-top: -21px;
		}
		.call-to-action-title {
			position: absolute;
			height: 100%;
			right: 0;
			top: 0;
			margin: 0;
			padding: 0 30px;
			text-align: center;
			background: url(../img/transparent/black/5.png);
		}
		.call-to-action p {margin: 0}
		.call-to-action h1,
		.call-to-action h2,
		.call-to-action h3,
		.call-to-action h4,
		.call-to-action h5,
		.call-to-action h6 {color: inherit !important}
		.call-to-action-title small {display: block}
		.no-js .call-to-action-title {
			position: relative;
			padding: 0 0 10px;
			text-align: right;
			background: none;
		}
		.no-js .call-to-action-title small,
		.no-js .call-to-action-title .size-small {
			display: inline-block;
			padding-right: 10px;
			margin-right: 10px;
		}

	/* call to action colors */
		.call-to-action.color-gray {
			color: #777777;
			background-color: #e3e3e3;
		}
		.call-to-action.color-green {
			color: #5e7830;
			background-color: #b7cc93;
		}
		.call-to-action.color-blue {
			color: #416c82;
			background-color: #c9dce6;
		}
		.call-to-action.color-orange {
			color: #85590c;
			background-color: #f0bf69;
		}
		.call-to-action.color-red {
			color: #8f424c;
			background-color: #e68f9c;
		}

	@media only screen and (max-width: 767px) {

		.call-to-action {
			padding: 20px !important;
			text-align: center;
		}
		.call-to-action-title {
			position: relative;
			height: auto;
			padding: 10px;
			margin-bottom: 1.5em;
			background: url(../img/transparent/black/5.png);
		}
			.call-to-action-title h2 {
				margin-top: 0 !important;
			}
		.cta-text {
			padding: 0 !important;
			text-align: center !important;
		}
		.call-to-action .btn {
			display: block;
			clear: both;
			position: relative;
			right: 0;
			top: 0;
			margin: 1.5em auto 0 auto;
			text-align: center;
		}

	}



/*********************************************/
/* content module                            */
/*********************************************/

	p + .wm-content-module,
	h1 + .wm-content-module,
	h2 + .wm-content-module,
	h3 + .wm-content-module,
	h4 + .wm-content-module,
	h5 + .wm-content-module,
	h6 + .wm-content-module,
	div + .wm-content-module {margin-top: 1.5em}

	.wm-content-module .image-container {padding: 0 0 10px}

	.wm-content-module h3 {margin-top: 0}
	.wm-content-module h3 + .module-content {margin-top: 10px}

	.image-container + .module-content {margin-top: 0}

	/* icon module */
		.wm-content-module .icon-module {
			position: relative;
			padding-left: 52px;
		}
		.wm-content-module .icon-container {
			position: absolute;
			width: 32px;
			height: 32px;
			left: 0;
			top: 0;
		}
			.wm-content-module .icon-module:hover .icon-container img {
				-webkit-transition: all 0.4s ease-in-out;
				   -moz-transition: all 0.4s ease-in-out;
				     -o-transition: all 0.4s ease-in-out;
				    -ms-transition: all 0.4s ease-in-out;
				        transition: all 0.4s ease-in-out;

				-webkit-transform: rotate( 360deg ) translate3d( 0, 0, 0 ); /* Safari and Chrome, translate3d hack to render properly */
				   -moz-transform: rotate( 360deg );
				    -ms-transform: rotate( 360deg );
				     -o-transform: rotate( 360deg );
				        transform: rotate( 360deg );
			}

	/* centered layout */
		.layout-center {text-align: center}
		.wm-content-module .icon-module.layout-center {padding-left: 0}

		.layout-center .image-container img,
		.layout-center .icon-container img {
			width: auto;
			max-width: 100%;
		}
		.wm-content-module .layout-center .image-container {padding-bottom: 1em}
		.wm-content-module .layout-center h2 + .module-content {margin-top: 1em}

		.wm-content-module .layout-center .icon-container {
			position: relative;
			width: 100%;
			height: auto;
			padding-bottom: 1em;
		}



/*********************************************/
/* deviders                                  */
/*********************************************/

	.devider {
		position: relative;
		display: block;
		clear: both;
		width: 100%;
		height: 0;
		padding: 30px 0 0;
		margin: 0 0 30px;
		text-align: right;
	}
		.devider.type-dots {border-bottom-style: dotted}
		.devider.type-dashes {border-bottom-style: dashed}
	.devider.no-border {
		padding-top: 0;
		border: none;
		background: none;
	}
		.devider.no-border[style] {padding-top: 0} /* remove top padding when height set on spacer (no border) */
		.devider.no-border[style] + * {margin-top: 0} /* to maintain the space height */
	.devider.type-top.no-border {padding: 20px 0}
	.devider a {
		position: absolute;
		height: 30px;
		left: 50%;
		top: 30px;
		margin: 0 -12px;
	}
	.devider.no-border a {top: 20px}
	.devider.shadow.no-border {
		height: 30px;
		padding: 0;
		margin: 0;
	}
		.devider.shadow img {
			position: absolute;
			width: 100%;
			height: 30px;
			left: 0;
			top: 0;
		}
		.devider.shadow-top a {top: -5px}
		.devider.shadow-bottom a {top: 5px}



/*********************************************/
/* dropcaps                                  */
/*********************************************/

	.dropcap {
		float: left;
		display: block;
		width: 48px;
		margin: 4px 10px 0 0;
		line-height: 48px;
		text-align: center;
	}
	.dropcap.round {
		-webkit-border-radius: 100px;
		   -moz-border-radius: 100px;
		        border-radius: 100px;
	}
	.dropcap.leaf {
		-webkit-border-bottom-right-radius: 30px;
		    -webkit-border-top-left-radius: 30px;
		    -moz-border-radius-bottomright: 30px;
		        -moz-border-radius-topleft: 30px;
		        border-bottom-right-radius: 30px;
		            border-top-left-radius: 30px;
	}
	.dropcap.square {}
		.dropcap.round,
		.dropcap.square,
		.dropcap.leaf,
		.dark-icons .dropcap.round,
		.dark-icons .dropcap.square,
		.dark-icons .dropcap.leaf {
			background: url(../img/transparent/black/80.png);
			color: #fff;
		}
		.light-icons .dropcap.round,
		.light-icons .dropcap.square,
		.light-icons .dropcap.leaf {
			background: url(../img/transparent/white/80.png);
			color: #000;
		}



/*********************************************/
/* gallery                                   */
/*********************************************/

	p + .gallery,
	h1 + .gallery,
	h2 + .gallery,
	h3 + .gallery,
	h4 + .gallery,
	h5 + .gallery,
	h6 + .gallery,
	div + .gallery {margin-top: 1.5em}

	.gallery-columns a {display: block}
	.gallery-columns img {width: 100%}
	.gallery-caption {
		display: block;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		padding: 10px 5%;
		line-height: 1.25em;
		color: #ccc;
		background: url(../img/transparent/black/80.png);
	}
	.gallery-columns .column:hover .gallery-caption {display: none}



/*********************************************/
/* images                                    */
/*********************************************/

	.frame {padding: 4px}
	img.frame {
		-webkit-box-sizing: content-box;
		   -moz-box-sizing: content-box;
		        box-sizing: content-box;
	}



/*********************************************/
/* lists                                     */
/*********************************************/

	li[class*="icon-"], li[class*=" icon-"] {
		position: relative;
		margin-left: 0;
		list-style-type: none;
		background: transparent !important;
	}
	li[class*="icon-"]:before, li[class*=" icon-"]:before {
		position: absolute;
		left: 0;
		top: 0.2em;
	}



/*********************************************/
/* login                                     */
/*********************************************/

	.wrap-login {
		display: inline-block;
		width: 100%;
		padding: 20px;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		        border-radius: 4px;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.25);
		   -moz-box-shadow: 0 0 3px rgba(0,0,0, 0.25);
		        box-shadow: 0 0 3px rgba(0,0,0, 0.25);
	}
		.wrap-login,
		.dark-icons .wrap-login {background: url(../img/transparent/black/5.png)}
		.light-icons .wrap-login {background: url(../img/transparent/white/5.png)}
	.wrap-login label {display: block}
		.wrap-login label + br {display: none}
	.wrap-login p {margin-top: 10px}
	.wrap-login input[type="text"],
	.wrap-login input[type="password"] {width: 100%}



/*********************************************/
/* logos                                     */
/*********************************************/

	p + .wrap-logos-shortcode,
	h1 + .wrap-logos-shortcode,
	h2 + .wrap-logos-shortcode,
	h3 + .wrap-logos-shortcode,
	h4 + .wrap-logos-shortcode,
	h5 + .wrap-logos-shortcode,
	h6 + .wrap-logos-shortcode,
	div + .wrap-logos-shortcode {margin-top: 1.5em}

	.wrap-logos-shortcode .row {margin: 0}
	.wrap-logos-shortcode article {padding: 0 1px 1px 0}



/*********************************************/
/* markers                                   */
/*********************************************/

	/* NOTE: don't need to make background colors change automatically - set in admin panel */

	.marker a {color: inherit}
	.marker.color-gray {
		color: #444;
		background-color: #e3e3e3;
	}
	.marker.color-green {
		color: #444;
		background-color: #b7cc93;
	}
	.marker.color-blue {
		color: #444;
		background-color: #c9dce6;
	}
	.marker.color-orange {
		color: #444;
		background-color: #f0bf69;
	}
	.marker.color-red {
		color: #fff;
		background-color: #e68f9c;
	}



/*********************************************/
/* maps                                      */
/*********************************************/

	.map-container {position: relative}



/*********************************************/
/* posts, projects and staff list            */
/*********************************************/

	p + .wrap-posts-shortcode,
	h1 + .wrap-posts-shortcode,
	h2 + .wrap-posts-shortcode,
	h3 + .wrap-posts-shortcode,
	h4 + .wrap-posts-shortcode,
	h5 + .wrap-posts-shortcode,
	h6 + .wrap-posts-shortcode,
	div + .wrap-posts-shortcode,
	p + .wrap-staff-shortcode,
	h1 + .wrap-staff-shortcode,
	h2 + .wrap-staff-shortcode,
	h3 + .wrap-staff-shortcode,
	h4 + .wrap-staff-shortcode,
	h5 + .wrap-staff-shortcode,
	h6 + .wrap-staff-shortcode,
	div + .wrap-staff-shortcode,
	p + .wrap-projects-shortcode,
	h1 + .wrap-projects-shortcode,
	h2 + .wrap-projects-shortcode,
	h3 + .wrap-projects-shortcode,
	h4 + .wrap-projects-shortcode,
	h5 + .wrap-projects-shortcode,
	h6 + .wrap-projects-shortcode,
	div + .wrap-projects-shortcode {margin-top: 1.5em}

	/* posts, projects, staff list */
		.wrap-posts-shortcode {}
			.wrap-posts-shortcode .wrap-posts {overflow: hidden}

			.wrap-posts-shortcode .row,
			.wrap-projects-shortcode .row,
			.wrap-staff-shortcode .row {
				padding: 0;
				margin: 0;
			}
				.wrap-posts-shortcode .row + .row,
				.wrap-projects-shortcode .row + .row,
				.wrap-staff-shortcode .row + .row {padding-top: 20px}

			.wrap-posts-shortcode article,
			.wrap-staff-shortcode article {
				position: relative;
				display: block;
				height: 100%;
				padding: 0 1px 1px 0;
				overflow: hidden;
			}
			.wrap-projects-shortcode article {
				position: relative;
				padding: 0 1px 1px 0;
				overflow: hidden;
			}

				.wrap-projects-shortcode .text,
				.wrap-posts-shortcode .text,
				.wrap-staff-shortcode .text {
					position: relative;
					padding: 0 1em;
				}
					.wrap-projects-shortcode .image-container + .text,
					.wrap-posts-shortcode .image-container + .text,
					.wrap-staff-shortcode .image-container + .text {padding-top: 0.5em}
				.wrap-projects-shortcode .filter-this .text {padding-bottom: 20px}

				.wrap-posts-shortcode .text-element,
				.wrap-projects-shortcode .text-element,
				.wrap-staff-shortcode .text-element {padding-top: 0.5em}

				.wrap-projects-shortcode .project-icon {
					display: block;
					position: relative;
					float: right;
					width: 40px;
					height: 40px;
					margin: 0.25em 0 5px 10px;
					line-height: 40px;
					font-size: 18px;
					text-align: center;
					background: #ddd;
					color: #333;
					z-index: 2;
				}

				.wrap-posts-shortcode .post-title a,
				.wrap-projects-shortcode .project-title a,
				.wrap-staff-shortcode .staff-title a {
					display: block;
					width: 100%;
				}
				.wrap-posts-shortcode .post-title,
				.wrap-projects-shortcode .project-title,
				.wrap-staff-shortcode .staff-title {margin-top: 0}

				.wrap-staff-shortcode .staff-position {
					padding-top: 2px;
					margin: 0;
					text-transform: uppercase;
				}
				.wrap-staff-shortcode .staff-excerpt ul {
					padding-top: 10px;
					margin: 0;
				}
				.wrap-staff-shortcode .staff-excerpt * + ul {margin-top: 10px}

	/* isotope filter */
		/* filter buttons */
			.wrap-filter ul,
			.wrap-filter ul li {
				margin: 0;
				padding: 0;
				background: transparent;
				overflow: hidden;
			}
			.wrap-filter ul {padding-bottom: 1.5em}
			.wrap-filter ul li {
				display: inline;
				margin-right: 10px;
			}
			.wrap-filter.column ul li {
				display: block;
				margin: 1em 0 0;
			}
			.paginated .wrap-filter .count {display: none}
			.wrap-filter a.active {
				opacity: 0.5;
				filter: alpha(opacity=50); /* For IE8 and earlier */
			}
			.wrap-filter.column a {
				width: 100%;
				text-align: center;
			}

			.wrap-projects-shortcode .wrap-filter li {
				padding: 0 15px;
				margin-right: 0;
			}
				.wrap-projects-shortcode .wrap-filter li:first-child {
					padding-left: 0;
					border: none;
				}

		/**** Isotope Filtering ****/
			.isotope-item {z-index: 0}
			.isotope-hidden.isotope-item {
				pointer-events: none; /* this won't work in Opera... so changing z-index from default 1 to -1 */
				z-index: -1;
			}

			/**** Isotope CSS3 transitions ****/
				.isotope,
				.isotope .isotope-item {
					-webkit-transition-duration: 0.8s;
					   -moz-transition-duration: 0.8s;
					    -ms-transition-duration: 0.8s;
					     -o-transition-duration: 0.8s;
					        transition-duration: 0.8s;
				}
				.isotope {
					-webkit-transition-property: height, width;
					   -moz-transition-property: height, width;
					    -ms-transition-property: height, width;
					     -o-transition-property: height, width;
					        transition-property: height, width;
				}
				.isotope .isotope-item {
					-webkit-transition-property: -webkit-transform, opacity;
					   -moz-transition-property:    -moz-transform, opacity;
					    -ms-transition-property:     -ms-transform, opacity;
					     -o-transition-property:         top, left, opacity;
					        transition-property:         transform, opacity;
				}

			/**** disabling Isotope CSS3 transitions ****/
				.isotope.no-transition,
				.isotope.no-transition .isotope-item,
				.isotope .isotope-item.no-transition {
					-webkit-transition-duration: 0s;
					   -moz-transition-duration: 0s;
					    -ms-transition-duration: 0s;
					     -o-transition-duration: 0s;
					        transition-duration: 0s;
				}



/*********************************************/
/* quotes                                    */
/*********************************************/

	cite,
	.quote-source {
		clear: both;
		display: inline-block;
		padding: 0.5em 20px 0 0;
		margin-top: 1em;
		background: url(../img/transparent/black/10.png) repeat-x 0 0;
	}
		.dark-icons cite,
		.dark-icons .quote-source {background-image: url(../img/transparent/black/10.png)}
		.light-icons cite,
		.light-icons .quote-source {background-image: url(../img/transparent/white/20.png)}

	.quote-source p {padding: 0}
	p cite {padding: 0}

	blockquote.pullquote {width: 30%}

	blockquote.left-border {
		padding: 1em 1em 1em 2em;
		margin: 1.5em 0 0;
		line-height: 1.6em;
		background: transparent;
	}

	blockquote img.alignleft {
		margin-right: 20px;
		margin-bottom: 0;
	}



/*********************************************/
/* slideshow (Flex slider)                   */
/*********************************************/

	.slideshow {
		position: relative;
		overflow: hidden;
	}
	ul.slides,
	ul.slides > li {
		padding: 0;
		margin: 0;
		background: none;
	}
	.flexslider .slides > li { /* Hide the slides before the JS is loaded. Avoids image jumping */
		display: none;
		-webkit-backface-visibility: hidden;
	}
	.flexslider .slides img {
		width: 100%;
		display: block;
	}
	.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
	html[xmlns] .slides {display: block;}
	* html .slides {height: 1%;}

	.no-js .slides > li:first-child {display: block;}

	.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
	.loading .flex-viewport {max-height: 300px;}
	.flexslider .slides {zoom: 1;}

	/* slideshow control nav */
		.flex-control-nav {
			position: absolute;
			width: 100%;
			bottom: 12px;
			margin: 0;
			text-align: center;
		}
		.flex-control-nav li {
			display: inline-block;
			margin: 0 5px;
			zoom: 1;
			*display: inline;
		}
		.flex-control-paging li a {
			display: block;
			width: 12px;
			height: 12px;
			text-indent: -9999px;
			background: #666; /* for IE8 */
			background: rgba(0,0,0, 0.5);
			border: 3px solid transparent;
			-webkit-border-radius: 20px;
			   -moz-border-radius: 20px;
			     -o-border-radius: 20px;
			        border-radius: 20px;
			box-shadow: none;
			cursor: pointer;
		}
		.flex-control-paging li a:hover {
			background: #333;
			background: rgba(0,0,0, 0.7);
		}
		.flex-control-paging li a.flex-active {
			background: #fff;
			background: rgba(255,255,255, 0.9);
			border: 3px solid #000;
		}

	/* slideshow direction nav */
		.flex-direction-nav {
			position: absolute;
			width: 100%;
			left: 0;
			top: 50%;
			padding: 0;
			margin: -15px 0 0;
		}
		.flex-direction-nav a {
			display: block;
			position: absolute;
			width: 30px;
			height: 30px;
			top: 0;
			margin: 0;
			text-indent: -9999px;
			background: url(../img/flex/bg_direction_nav.png) no-repeat 0 0;
			cursor: pointer;
			opacity: 0;
			filter: alpha(opacity=0); /* For IE8 and earlier */
			-webkit-transition: all .3s ease;
		}
		.flex-direction-nav .flex-next {
			background-position: 100% 0;
			right: -36px;
		}
		.flex-direction-nav .flex-prev {left: -36px}
		.flex-direction-nav .flex-disabled {
			opacity: .3 !important;
			filter:alpha(opacity=30);
			cursor: default;
		}
		.flexslider:hover .flex-next {
			opacity: 0.8;
			filter: alpha(opacity=80); /* For IE8 and earlier */
			right: 0;
		}
		.flexslider:hover .flex-prev {
			opacity: 0.8;
			filter: alpha(opacity=80); /* For IE8 and earlier */
			left: 0;
		}
		.flexslider:hover .flex-next:hover,
		.flexslider:hover .flex-prev:hover {opacity: 1}

		@media screen and (max-width: 767px) {
			.flex-direction-nav .flex-prev {
				opacity: 1;
				left: 0;
			}
			.flex-direction-nav .flex-next {
				opacity: 1;
				right: 0;
			}
		}



/*********************************************/
/* social sharing and linking                */
/*********************************************/

	/* sharing */
		.social-share {height: 22px}
			.share-button {
				float: left;
				height: 22px;
				line-height: 22px;
			}
			.fb-like {margin-right: 30px}
			.share-button > *,
			.share-button > div,
			.share-button > iframe {vertical-align: top !important}

			.sharing-post-start {margin-top: 1.5em}

	/* social icons */
		.icon-social {
			position: relative;
			display: inline-block;
			padding: 2px;
			vertical-align: middle;
		}
		.icon-social img {vertical-align: top}
		.icon-social:hover {
			-webkit-animation: bounce 0.5s ease-in-out;
			   -moz-animation: bounce 0.5s ease-in-out;
			     -o-animation: bounce 0.5s ease-in-out;
			        animation: bounce 0.5s ease-in-out;
		}
		.ie .icon-social:hover {
			opacity: 0.66;
			filter: alpha(opacity=66); /* For IE8 and earlier */
		}
		.icon-social:active {bottom: -1px}



/*********************************************/
/* split                                     */
/*********************************************/

	.wrap-section.alt,
	.dark-icons .wrap-section.alt {background: url(../img/transparent/black/5.png)}
	.light-icons .wrap-section.alt {background: url(../img/transparent/white/5.png)}


/*********************************************/
/* statuses                                  */
/*********************************************/

	.wrap-status-shortcode .date {
		display: block;
		margin-top: 0.5em;
		opacity: 0.66;
		filter: alpha(opacity=66); /* For IE8 and earlier */
	}
	.wrap-status-shortcode.large {
		padding: 10px 0 0;
		text-align: center;
	}



/*********************************************/
/* tables                                    */
/*********************************************/

	/* general tables */
		table {
			width: 100%;
			margin: 1.5em 0 0;
		}
			caption {padding: 15px 0}
			td, th {padding: 10px 20px}
				th,
				.dark-icons th {background: url(../img/transparent/black/20.png)}
				.light-icons th {background: url(../img/transparent/white/15.png)}
				tr.alt td,
				.dark-icons tr.alt td {background: url(../img/transparent/black/5.png)}
				.light-icons tr.alt td {background: url(../img/transparent/white/5.png)}
			tfoot td {text-align: center}



	/* pricing tables */
		.price-table {
			position: relative;
			text-align: center;
			padding-top: 20px;
			overflow: hidden;
		}
			.price-column {
				position: relative;
				height: 100%;
				margin-left: -1px !important;
				border-left: 1px solid transparent;
				border-right: 1px solid transparent;
			}
				.price-column:first-child {border-left: 1px solid transparent}

			/* price heading */
				.price-heading {
					height: 170px;
					background-image: url(../img/transparent/black/5.png);
				}
					.dark-icons .price-heading {background-image: url(../img/transparent/black/5.png)}
					.light-icons .price-heading {background-image: url(../img/transparent/white/5.png)}
					.price-heading.dark-icons,
					.price-heading.dark-icons h3 {color: #444}
					.price-heading.light-icons,
					.price-heading.light-icons h3 {color: #ddd}

					.price-heading h3 {
						position: relative;
						height: 40px;
						margin: 0;
						padding: 0;
						line-height: 40px;
						background: url(../img/transparent/black/10.png);
					}
					.price-heading p {
						margin: 0;
						padding: 0;
					}
					.price-heading p.cost {line-height: 60px}
					.price-heading p.note {
						line-height: 15px;
						padding-bottom: 10px;
						margin-top: -10px;
					}
					.price-heading p.wrap-button {line-height: 40px}

			/* price specs */
				.price-spec ul {
					margin: 0;
					padding: 0 0 1px;
					background: url(../img/transparent/black/15.png) repeat-x 0 100%;
				}
					.dark-icons .price-spec ul {background: url(../img/transparent/black/25.png) repeat-x 0 100%}
					.light-icons .price-spec ul {background: url(../img/transparent/white/25.png) repeat-x 0 100%}

					.price-spec ul li {
						background: none;
						padding: 0.75em 0;
						margin: 0;
						white-space: nowrap;
					}
						.price-spec li:nth-child(even),
						.dark-icons .price-spec li:nth-child(even) {background: url(../img/transparent/black/5.png)}
						.light-icons .price-spec li:nth-child(even) {background: url(../img/transparent/white/5.png)}

						.lie8 .price-spec li.even,
						.dark-icons .lie8 .price-spec li.even {background: url(../img/transparent/black/5.png)}
						.light-icons .lie8 .price-spec li.even {background: url(../img/transparent/white/5.png)}

			/* legend column */
				.price-column.legend {
					text-align: left;
					cursor: help;
				}
				.price-column.legend .price-heading {background: none}
				.price-column.legend .price-spec li {
					padding: 0.835em 0 0.835em 20px;
					margin: 0;
					background: url(../img/transparent/black/15.png) repeat-x 0 0;
				}
					.dark-icons .price-column.legend .price-spec li {background: url(../img/transparent/black/25.png) repeat-x 0 0}
					.light-icons .price-column.legend .price-spec li {background: url(../img/transparent/white/25.png) repeat-x 0 0}

				.price-column.legend .price-heading h3 {
					height: 170px;
					padding: 116px 20px 0;
					background: none;
				}

			/* featured column */
				.price-column.featured {
					top: -20px;
					margin-left: 0 !important;
					margin-right: 1px !important;
					border: none;
				}
					.price-column.featured,
					.dark-icons .price-column.featured {
						-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.25);
						   -moz-box-shadow: 0 0 10px rgba(0,0,0, 0.25);
						        box-shadow: 0 0 10px rgba(0,0,0, 0.25);
					}
					.light-icons .price-column.featured {
						-webkit-box-shadow: 0 0 10px rgba(0,0,0, 1);
						   -moz-box-shadow: 0 0 10px rgba(0,0,0, 1);
						        box-shadow: 0 0 10px rgba(0,0,0, 1);
					}

				.price-column.featured .price-heading {height: 190px}
				.price-column.featured .price-heading h3 {
					height: 60px;
					line-height: 60px;
				}
				.price-column.featured .bottom {height: 10px}



/*********************************************/
/* testimonials                              */
/*********************************************/

	p + .wrap-testimonials-shortcode,
	h1 + .wrap-testimonials-shortcode,
	h2 + .wrap-testimonials-shortcode,
	h3 + .wrap-testimonials-shortcode,
	h4 + .wrap-testimonials-shortcode,
	h5 + .wrap-testimonials-shortcode,
	h6 + .wrap-testimonials-shortcode,
	div + .wrap-testimonials-shortcode {margin-top: 1.5em}
	.wrap-testimonials-shortcode[data-time] blockquote,
	.wrap-testimonials-shortcode blockquote:first-child,
	.wrap-testimonials-shortcode p {margin: 0}
	.wrap-testimonials-shortcode.large {padding: 0}
	.wrap-testimonials-shortcode.large blockquote {
		padding: 0;
		text-align: center;
		background: none;
	}
	.wrap-testimonials-shortcode.large .quote-source {padding-left: 20px}
	.wrap-testimonials-shortcode.large img + p {margin-top: 0.5em}



/*********************************************/
/* text shortcodes and styles                */
/*********************************************/

	.uppercase {text-transform: uppercase !important}

	.size-big,
	.size-huge {
		margin-top: 0;
		text-transform: none;
	}



/*********************************************/
/* video                                     */
/*********************************************/

	.video-container {
		position: relative;
		height: 0;
		padding: 0 0 56.25%;
	}
		.video-container iframe,
		.video-container object,
		.video-container embed {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
		}



/*********************************************/
/* widgets areas                             */
/*********************************************/

	/* vertical widgets area */
		.widgets.vertical .widget + .widget {margin-top: 30px}
		.column .sidebar {width: 100%}


/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Luke McDonald (lukemcdonald.com)
 * Skin Design: Orman Clark (premiumpixels.com)
 * Skin Version: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
 */

div.jp-audio, div.jp-video {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 1.6;
}

div.jp-audio, div.jp-video {
	width: 100%;
}

div.jp-interface {
	position: relative;
	width: 100%;
	background: rgb(58,59,60);
	background: url(../img/jplayer/jplayer.png) 0 100%;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(34,34,34)),
		color-stop(1, rgb(58,59,60))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(34,34,34) 0%,
		rgb(58,59,60) 100%
	);

}
div.jp-audio div.jp-type-single div.jp-interface, div.jp-video div.jp-type-single div.jp-interface {
	height: 36px;
}

div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {margin: 0}
div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
	background: red;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause,
div.jp-video div.jp-type-single a.jp-play,
div.jp-video div.jp-type-single a.jp-pause {
	left: 0;
	top: 6px;
	border-right: 1px solid rgb(36,37,38);
}
a.jp-play {
	background: url("../img/jplayer/jplayer.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../img/jplayer/jplayer.png") -33px 0 no-repeat;
}
a.jp-pause {
	background: url("../img/jplayer/jplayer.png") 0 -30px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("../img/jplayer/jplayer.png") -33px -30px no-repeat;
}

div.jp-progress-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	padding: 0;
}
	div.jp-progress {
		position: absolute;
		overflow:hidden;
	}
	div.jp-audio div.jp-type-single div.jp-progress, div.jp-video div.jp-type-single div.jp-progress {
		width: 99.9%;
		height: 6px;
		background: url("../img/jplayer/jplayer.png") 0 -192px repeat-x ;
	}
		.ie div.jp-audio div.jp-type-single div.jp-progress,
		.ie div.jp-video div.jp-type-single div.jp-progress,
		.browser-opera div.jp-audio div.jp-type-single div.jp-progress,
		.browser-opera div.jp-video div.jp-type-single div.jp-progress {width: 100%}

	div.jp-seek-bar {
		width: 0px;
		height: 5px;
		cursor: pointer;
		background: url("../img/jplayer/jplayer.png") 0 -163px repeat-x;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}
	div.jp-play-bar {
		width: 0px;
		height: 5px;
		background: url("../img/jplayer/jplayer.png") 0 -133px repeat-x ;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}

/* The seeking class is added/removed inside jPlayer
div.jp-seeking-bg {
	background: url("pbar-ani.gif");
}
*/

div.jp-volume-bar-container {
	position: absolute;
	top: 5px;
	right: 25px;
	width: 60px;
	height: 30px;
	padding: 12px 10px;
	border-left: 1px solid rgb(36,37,38);
}
	div.jp-volume-bar {
		position: relative;
		overflow: hidden;
		background: url("../img/jplayer/jplayer.png") 0 -192px repeat-x;
		width: 40px;
		height: 8px;
		cursor: pointer;
	}
	div.jp-audio div.jp-type-single div.jp-volume-bar, div.jp-video div.jp-type-single div.jp-volume-bar {
		top: 0;
		left: 20px;
	}

	div.jp-volume-bar-value {
		width: 0px;
		height: 6px;
		margin: 1px;
		background: url("../img/jplayer/jplayer.png") 0 -133px repeat-x;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}

a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute,
div.jp-video div.jp-type-single a.jp-mute,
div.jp-video div.jp-type-single a.jp-unmute {
	right: 60px;
	top: 14px;
}

a.jp-mute {
	background: url("../img/jplayer/jplayer.png") -10px -68px no-repeat;
}
a.jp-mute:hover {
	background: url("../img/jplayer/jplayer.png") -43px -68px no-repeat;
}
a.jp-unmute {
	background: url("../img/jplayer/jplayer.png") -10px -98px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("../img/jplayer/jplayer.png") -43px -98px no-repeat;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}
.jp-jplayer.jp-jplayer-video {
	width: 100%;
}/*********************************************/
/* borders                                   */
/*********************************************/

	/* general static border - color doesn't change throughout the website */

		/* blog list date */
			.date-special .date {
				border: 1px solid #eee;
			}

		/* forms */
			button,
			input,
			select,
			textarea {
				border: 1px solid #bbb;
			}
				.dark-icons button,
				.dark-icons input,
				.dark-icons select,
				.dark-icons textarea {
					border-color: #bbb;
				}
				.light-icons button,
				.light-icons input,
				.light-icons select,
				.light-icons textarea {
					border-color: #444;
				}

		/* call to action */
			.no-js .call-to-action-title small {
				border-left: 1px solid #ddd;
			}

		/* tables */
			td,
			th,
			.dark-icons td,
			.dark-icons th {
				border: 1px solid #eee;
			}
			.light-icons td,
			.light-icons th {
				border: 1px solid #444;
			}

		/* filter */
			.wrap-projects-shortcode .wrap-filter li {
				border-left: 1px solid #ddd; /* this is being set to link color */
			}

		/* RESPONSIVE RULES FOR BORDERS */
			/* 767 px max */
			@media only screen and (max-width: 767px) {

				.footer .widget,
				.footer.dark-icons .widget {
					border-top: 1px dotted #ddd;
				}
				.footer.light-icons .widget {
					border-top: 1px dotted #333;
				}

			}



	/* slider only */

		/* contact map */
			.map-section {
				border-top: 1px solid #eee;
				border-bottom: 1px solid #eee;
			}



	/* content only */

		/* article meta info */
			.meta-bottom,
			#comments,
			.project-sharing {
				border-top: 1px dotted #ddd;
				border-bottom: 1px dotted #ddd;
			}

		/* articles list */
			.list-articles article {
				border-bottom: 1px dotted #ddd;
			}

		/* attributes */
			.attributes ul {
				border-top: 1px solid #ddd;
			}
			.attributes ul li {
				border-bottom: 1px solid #ddd;
			}

		/* author info */
			.bio .author-social-links {
				border-left: 1px solid #ddd;
			}

		/* comments */
			.comment-heading {
				border-bottom: 1px solid #ddd;
			}
			.comment-reply-link,
			.comment-edit-link {
				border-left: 1px dotted #ddd;
			}

		/* image captions */
			.wp-caption figure {
				border: 1px solid #ddd;
			}

		/* related projects */
			.related-projects {
				border-top: 1px solid #ddd;
			}

		/* sidebar */
			.sidebar .widget:before {
				border-top: 1px solid #ddd;
			}



	/* can be anywhere on website */

		/* border bottom class */
			.bb1,
			.dark-icons .bb1 {border-bottom: 1px solid #ddd}
			.light-icons .bb1 {border-bottom: 1px solid #333}

		/* accordion and toggle */
			.accordion-wrapper > ul {
				border-bottom: 1px solid #ddd;
			}
			.accordion-heading,
			.toggle-heading {
				border-top: 1px solid #ddd;
				border-right: 1px solid #ddd;
				border-left: 1px solid #ddd;
			}
				.toggle-heading {border: 1px solid #ddd}
			.accordion-content,
			.toggle-content {
				border-top: 1px solid #ddd;
				border-right: 1px solid #ddd;
				border-left: 1px solid #ddd;
			}
				.toggle-content {
					border-bottom: 1px solid #ddd;
				}

		/* devider */
			.devider,
			.dark-icons .devider {
				border-bottom: 1px solid #ddd;
			}
			.light-icons .devider {
				border-bottom: 1px solid #333;
			}

		/* image frame */
			.frame {
				border: 1px solid #ddd;
			}

		/* quotes */
			blockquote.left-border {
				border-left: 1px solid #ddd;
			}

		/* staff */
			.wrap-staff-shortcode .staff-excerpt ul {
				border-top: 1px solid #ddd;
			}

		/* tabs */
			.tabs-wrapper ul.tabs li {
				border-top: 1px solid #ddd;
				border-right: 1px solid #ddd;
				border-left: 1px solid #ddd;
			}
			.tabs-wrapper .tabs + ul > li {
				border-top: 1px solid #ddd;
			}
				.vertical ul.tabs li {
					border: none;
				}

		/* tour tabs nav */
			.tour-nav {
				border-bottom: 1px solid #ddd;
			}

		/* widgets general */
			.widget li ul,
			.dark-icons .widget li ul {
				border-top: 1px dotted #ddd;
				border-bottom: none !important;
			}
			.widget li > a,
			.widget_nav_menu .inner,
			.dark-icons .widget li > a,
			.dark-icons .widget_nav_menu .inner {
				border-top: 1px dotted #ddd;
			}
			.light-icons .widget li ul {
				border-top: 1px dotted #333;
			}
			.light-icons .widget li > a,
			.light-icons .widget_nav_menu .inner {
				border-top: 1px dotted #333;
			}

		/* widgets: archives, categories, links and recent comments */
			.widget_archive ul li,
			.widget_categories ul li,
			.widget_links ul li,
			.widget_recent_comments ul li,
			.dark-icons .widget_archive ul li,
			.dark-icons .widget_categories ul li,
			.dark-icons .widget_links ul li,
			.dark-icons .widget_recent_comments ul li {
				border-top: 1px dotted #ddd;
			}
			.light-icons .widget_archive ul li,
			.light-icons .widget_categories ul li,
			.light-icons .widget_links ul li,
			.light-icons .widget_recent_comments ul li {
				border-top: 1px dotted #333;
			}

		/* widget statuses */
			.wm-status .status-post + .status-post,
			.dark-icons .wm-status .status-post + .status-post {
				border-top: 1px dotted #ddd;
			}
			.light-icons .wm-status .status-post + .status-post {
				border-top: 1px dotted #333;
			}

		/* widget twitter */
			.wm-twitter .user-info,
			.dark-icons .wm-twitter .user-info {
				border-bottom: 1px solid #ddd;
			}
			.light-icons .wm-twitter .user-info {
				border-bottom: 1px solid #333;
			}

		/* widget WebMan posts */
			.wm-post-list ul li,
			.dark-icons .wm-post-list ul li {
				border-top: 1px solid #ddd;
			}
			.light-icons .wm-post-list ul li {
				border-top: 1px solid #333;
			}

		/* widget WebMan projects */
			.wm-projects-list article,
			.dark-icons .wm-projects-list article {
				border: 1px solid #ddd;
			}
			.light-icons .wm-projects-list article {
				border: 1px solid #333;
			}


/*
Package: Clifden
Skin: UBUNTU
Description: Ubuntu skin for Clifden WordPress theme. Best experienced with stretched (fullwidth) layout and transparent images for sliders.
Version: 1.0
Author: WebMan

Link color: 722745

Blue color: 0169c9
Text on blue: ffffff
Gray color: eeeeee
Text on gray: 666666
Green color: 339900
Text on green: ffffff
Orange color: db7100
Text on orange: ffffff
Red color: fd3301
Text on red: ffffff

Top panel icons:
Header icons: __light-icons
Navigation icons: __light-icons
Page excerpt icons: __light-icons
Content icons:
Above footer icons:
Breadcrumbs icons: __light-icons
Footer icons: __light-icons
Bottom icons:

Font embed: <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu:300,400,700|Ubuntu+Condensed' rel='stylesheet' type='text/css'>
Font primary: Ubuntu, Tahoma, Helvetica, Arial, FreeSans, sans-serif
Font secondary: 'Ubuntu Condensed', Tahoma, Helvetica, Arial, FreeSans, sans-serif
Font terciary: Ubuntu, Tahoma, Helvetica, Arial, FreeSans, sans-serif
Font primary elements: +.main-heading h1
Font secondary elements:
Font terciary elements:
Font size: 14

Top panel bordered:
Header bordered:
Navigation bordered: +.nav-main > ul > li > .inner
Slider bordered:
Main heading bordered:
Page excerpt bordered:
Content bordered: +pre, +.sidebar
Above footer bordered:
Breadcrumbs bordered:
Footer bordered:
Bottom bordered:
*/

/*
NOTES:
- __ = space (needed for some admin panel values)
- Always use "-" and "+" prefix for all CSS selectors in Font primary and secondary elements and Bordered elements to add or remove elements from the default theme styling.
*/



/*********************************************/
/* core                                      */
/*********************************************/

	html {
		background: fixed #722745 url(../img/backgrounds/ubuntu.jpg) repeat-x 50% 0;
	}

	.wrap {
		color: #fff;
	}
	.boxed .wrap {
		-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0, 0.33);
		   -moz-box-shadow: 0 0 8px 0 rgba(0,0,0, 0.33);
		        box-shadow: 0 0 8px 0 rgba(0,0,0, 0.33);
	}

	pre {
		border-color: #d9d9d9;
		border-bottom-color: #f9f9f9;
		-webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0, 0.10);
		   -moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0, 0.10);
		        box-shadow: inset 0 2px 5px 0 rgba(0,0,0, 0.10);
	}

	/* headings */
		h1, h2, h3, h4, h5, h6 {
			color: inherit;
		}

		/* main page heading */
		.main-heading {
			background: url(../img/border-double.png) repeat-x 0 100%;
		}
			.main-heading h2 {
				margin-top: 0.5em;
				text-transform: none;
				color: #ccc;
			}
			.main-heading i[class^="icon-"] {
				top: -20px;
				line-height: 200px;
				font-size: 200px;
				background: url(../img/border-double.png) repeat-x 0 100%;
				color: #fff;
				opacity: 0.10;
				filter: alpha(opacity=10); /* For IE8 and earlier */
			}
			.main-heading.has-subtitle i[class^="icon-"] {
				font-size: 280px;
				line-height: 240px;
			}

	/* breadcrumbs */
		.breadcrumbs {
			text-transform: uppercase;
			background: #222;
			color: #999;
		}
			.breadcrumbs span {
				text-transform: none;
				color: #aaa;
			}
			.breadcrumbs a:hover {
				color: #eee;
			}

	/* pagination */
		.pagination,
		.wrap-projects-shortcode .wrap-filter a {
			text-transform: uppercase;
		}

	/* borders */
		.map-section,
		.meta-bottom, #comments, .project-sharing,
		.list-articles article,
		.attributes ul, .attributes ul li,
		.bio .author-social-links,
		.comment-heading, .comment-reply-link, .comment-edit-link,
		.wp-caption figure,
		.related-projects,
		.sidebar .widget:before,
		.bb1,
		.accordion-wrapper > ul, .accordion-heading, .toggle-heading, .accordion-content, .toggle-content,
		.devider,
		.frame,
		blockquote.left-border,
		.wrap-staff-shortcode .staff-excerpt ul,
		.tabs-wrapper ul.tabs li, .tabs-wrapper .tabs + ul > li,
		.tour-nav,
		.widget li ul, .widget li > a, .widget_nav_menu .inner,
		.widget_archive ul li, .widget_categories ul li, .widget_links ul li, .widget_recent_comments ul li,
		.wm-status .status-post + .status-post,
		.wm-twitter .user-info,
		.wm-post-list ul li,
		.wm-projects-list article {
			border-color: #ddd;
		}



/*********************************************/
/* typography                                */
/*********************************************/

	/* font sizes */
		.meta-article,
		.wrap-projects-shortcode .wrap-filter {
			font-size: 0.8em;
		}
		.pagination {
			font-size: 1em;
		}
		h2,
		#main-heading h2 {
			font-size: 1.75em;
		}
		h2.post-title {
			font-size: 2em;
		}
		h1,
		#main-heading h1 {
			font-size: 3em;
		}

	/* font weights */
		.pagination,
		.wrap-projects-shortcode .wrap-filter a,
		.nav-main > ul > li > .inner.btn small {
			font-weight: 400;
		}
		.nav-main > ul > li > .inner.btn span {
			font-weight: 700;
		}

	/* font style */
		.nav-main a small,
		.nav-main .inner small {
			font-style: normal;
		}

	/* line height */
		.article-excerpt {
			line-height: 1.5em;
		}



/*********************************************/
/* header                                    */
/*********************************************/

	/* top bar */
		.top-bar  {
			background: #222;
			color: #aaa;
		}
		.top-bar a {
			color: #ccc;
		}
			.top-bar a:hover {
				color: #eee;
			}
		.top-bar .widget li ul a {
			color: #fff;
		}

	/* logo */
		.header .logo .description {
			display: none;
		}

	/* header */
		.header {
			background: url(../img/border-double.png) repeat-x 0 100%;
		}
		.header > .wrap-inner {
			height: 148px;
		}

	/* header right area */
		.header-right {
			padding-top: 50px;
		}

	/* navigation */
		.navigation-wrap {
			padding-bottom: 15px;
			color: #fff;
		}
		.nav-right .navigation-wrap {
			padding-top: 44px;
		}
		.nav-main > ul > li > .inner {
			border-bottom: 1px dotted transparent;
		}
		.nav-main li ul,
		.top-bar li ul {
			background-color: #722745;
		}
		.nav-main a.btn,
		.nav-right .nav-main a.btn {
			margin-top: 0;
		}

		/* active navigation */
			.nav-main > ul > li.current-menu-ancestor > .inner,
			.nav-main > ul > li.current-menu-item > .inner {
				border-bottom-color: #fff;
			}

		/* top navigation changes */
			.nav-top .navigation-wrap {
				padding-top: 15px;
				padding-bottom: 0;
			}



/*********************************************/
/* content                                   */
/*********************************************/

	/* paddings */
		.main-heading .twelve.pane {
			padding-top: 40px;
			padding-bottom: 40px;
		}
		.content .wrap-inner,
		.page-excerpt .wrap-inner {
			padding-top: 60px;
			padding-bottom: 60px;
		}
		.main,
		.sidebar {
			padding: 0;
		}

	/* slider */
		.slider {
			padding-bottom: 2px;
			background: url(../img/border-double.png) repeat-x 0 100%;
		}

	/* content */
		.content {
			background: #fff;
			color: #666;
		}
		.numbering {
			height: 0.7em;
			overflow: hidden;
			opacity: 0.15;
			filter: alpha(opacity=15); /* For IE8 and earlier */
		}

	/* page excerpt */
		.page-excerpt,
		.countdown-timer-wrap,
		.wrap-section {
			background: url(../img/border-double.png) repeat-x 0 100%;
		}

	/* blog list */
		.date-special .icon-format {
			background: #222;
		}

	/* map */
		.map-section {
			background: #fff;
		}
		.map .infoBox {
			color: #666;
		}



/*********************************************/
/* shortcodes                                */
/*********************************************/

	/* accordions, toggles */
		.accordion-heading::before,
		.toggle-heading::before {
			color: #fff;
		}

	/* dropcaps */
		.dropcap.round,
		.dropcap.square,
		.dropcap.leaf,
		.dark-icons .dropcap.round,
		.dark-icons .dropcap.square,
		.dark-icons .dropcap.leaf {
			background: #222;
			color: #eee;
		}
		.light-icons .dropcap.round,
		.light-icons .dropcap.square,
		.light-icons .dropcap.leaf {
			background: #eee;
			color: #222;
		}

	/* posts, projects, staff */
		.text-element.post-date,
		.text-element.project-category {
			padding-top: 0;
			opacity: 0.66;
			filter: alpha(opacity=66); /* For IE8 and earlier */
		}
		.wrap-posts-shortcode h3,
		.wrap-projects-shortcode h3,
		.wrap-staff-shortcode h3 {
			margin: 0;
		}
		.wrap-projects-shortcode .project-icon {
			background: #ff7f2a;
			color: #fff;
		}



/*********************************************/
/* sidebar and widgets                       */
/*********************************************/

	/* sidebar */
		.sidebar.sidebar-left {
			border-right: 1px solid #ddd;
		}
		.sidebar.sidebar-right {
			border-right: 1px solid #ddd;
		}
		.sidebar-separator {
			display: none;
		}

	/* widgets */
		/* posts list widget */
			.wm-post-list .date {
				opacity: 0.66;
				filter: alpha(opacity=66); /* For IE8 and earlier */
			}
			.wm-post-list .image-container .icon-format {
				background: #eee;
			}



/*********************************************/
/* footer                                    */
/*********************************************/

	/* above footer widgets */
		.above-footer-widgets-wrap {
			padding-top: 30px;
			padding-bottom: 30px;
			background: #fff url(../img/border-double.png) repeat-x 0 0;
		}

	/* website footer */
		.footer {
			color: #fff;
		}
			.breadcrumbs-stick .footer {
				padding-bottom: 54px;
			}
				.page-template-tpl-construction-php.breadcrumbs-stick .footer,
				.page-template-tpl-landing-php.breadcrumbs-stick .footer {
					padding-bottom: 0;
				}

			.footer-widgets-wrap {
				padding-top: 30px;
				padding-bottom: 30px;
			}
			.footer-widgets-wrap + .footer-widgets-wrap {
				margin-top: -60px;
			}

			.footer .widget ul,
			.footer .widget li ul,
			.footer .widget li a {
				border-color: #ccc;
			}

			.footer a {
				color: #eee;
			}

	/* credits area */
		.bottom-wrap {
			background: url(../img/border-double.png) repeat-x 0 0;
		}
			.bottom-wrap .twelve {
				padding-top: 40px;
				padding-bottom: 40px;
			}

/* End of skin *//*********************************************/
/* responsiveness rules                      */
/*********************************************/

/* make images responsive */
	img[height] {
		height: auto;
	}



/* min 1020px and max 1279px */
@media only screen and (min-width: 1020px) and (max-width: 1279px) {

	.r1160 .wrap-projects-shortcode article.col-15,
	.r1160 .wrap-projects-shortcode article.col-14,
	.r1160 .wrap-projects-shortcode article.col-13 {
		font-size: 0.85em;
	}

	.nine .wrap-projects-shortcode article.col-15 .text,
	.nine .wrap-projects-shortcode article.col-14 .text,
	.eight .wrap-projects-shortcode article.col-15 .text,
	.eight .wrap-projects-shortcode article.col-14 .text,
	.seven .wrap-projects-shortcode article.col-15 .text,
	.seven .wrap-projects-shortcode article.col-14 .text {
		display: none !important;
	}

}



/* min 1020px */
@media only screen and (min-width: 1020px) {

	.r930 .wrap-projects-shortcode article.col-15,
	.nine .wrap-projects-shortcode article.col-14 .text,
	.eight .wrap-projects-shortcode article.col-14 .text,
	.seven .wrap-projects-shortcode article.col-14 .text {
		font-size: 0.85em;
	}

	.r930 .nine .wrap-projects-shortcode article.col-14 .text,
	.r930 .eight .wrap-projects-shortcode article.col-14 .text,
	.r930 .seven .wrap-projects-shortcode article.col-14 .text,
	.nine .wrap-projects-shortcode article.col-15 .text,
	.eight .wrap-projects-shortcode article.col-15 .text,
	.seven .wrap-projects-shortcode article.col-15 .text {
		display: none !important;
	}

}



/* 1019px max */
@media only screen and (max-width: 1019px) {

	/* HEADER */
		/* logo */
			.logo .description {
				display: block;
				padding: 10px 0 0;
				margin-left: 0;
				color: #999;
				border: none;
				vertical-align: middle
			}

		/* navigation */
			.ico-nav {
				display: none !important;
			}
			.nav-main > ul > li {
				margin-right: 20px;
			}
			.nav-right .nav-main > ul > li > .inner small {
				display: none;
			}
			.nav-main li[class*="icon-"] > .inner.normal {
				padding-left: 0 !important;
				padding-right: 0 !important;
			}
			.nav-main li li a,
			.nav-main li li .inner,
			.nav-main li li[class*="icon-"] > .inner.normal {
				padding-left: 10px !important;
				padding-right: 10px !important;
			}
			.nav-main li[class*="icon-"] > a.btn,
			.nav-main li[class*="icon-"] > a.btn.has-description {
				padding-left: 15px !important;
			}
			.nav-main > ul > li[class*="icon-"]:first-child > a,
			.nav-main > ul > li[class*="icon-"]:first-child > .inner {
				padding-left: 0;
			}



	/* SLIDER */
		/* Roundabout slider */
			.roundabout-slider {
				height: 300px !important;
			}
			.no-js .roundabout-slider {
				height: auto !important;
			}

		/* captions */
			.slider-caption-content {
				font-size: 0.85em;
				line-height: 1.5em;
			}



	/* CONTENT */
		/* search list */
			.list-search article {
				padding-left: 60px;
			}
			.numbering {
				width: 60px;
				margin-left: -60px;
				font-size: 2em;
			}
			.list-search .post-title {
				padding-top: 0;
			}

		/* under construction page template */
			#countdown-timer {font-size: 0.85em}

}



/* min 768px and max 1019px */
@media only screen and (min-width: 768px) and (max-width: 1019px) {

	.r1160 .wrap-projects-shortcode article.col-15 .text,
	.r930 .wrap-projects-shortcode article.col-15 .text,
	.r1160 .wrap-projects-shortcode article.col-14 .text,
	.r930 .wrap-projects-shortcode article.col-14 .text {
		display: none !important;
	}

	.nine .wrap-projects-shortcode article.col-15 .text,
	.nine .wrap-projects-shortcode article.col-14 .text,
	.nine .wrap-projects-shortcode article.col-13 .text,
	.eight .wrap-projects-shortcode article.col-15 .text,
	.eight .wrap-projects-shortcode article.col-14 .text,
	.eight .wrap-projects-shortcode article.col-13 .text,
	.seven .wrap-projects-shortcode article.col-15 .text,
	.seven .wrap-projects-shortcode article.col-14 .text,
	.seven .wrap-projects-shortcode article.col-13 .text {
		display: none !important;
	}

}



/* 767 px max */
@media only screen and (max-width: 767px) {

	/* CORE */
		/* breadcrumbs */
			.breadcrumbs {
				padding: 10px 0;
				line-height: 24px;
			}
			.breadcrumbs a,
			.breadcrumbs span {
				height: 24px;
				padding: 0;
			}
			.breadcrumbs .separator {width: 4px}
			.breadcrumbs .form-search {
				clear: both;
				width: 100% !important;
				margin-top: 10px;
			}

		/* tables */
			/* pricing tables */
				.price-column.featured {
					top: 0;
				}



	/* TYPOGRAPHY */
		.sidebar,
		.footer {
			font-size: 0.85em;
		}



	/* HEADER */
		.header > .wrap-inner {
			height: auto !important;
		}

		/* top bar */
			.top-bar .widget {
				float: none;
				clear: both;
				width: 100%;
				padding: 10px 0;
				margin-top: 0 !important;
				line-height: 1.5em;
				text-align: center !important;
			}
			.top-bar .form-search {
				float: none;
				width: 100%;
				max-width: 320px;
				margin: 3px auto;
			}
			.top-bar li ul {
				display: none !important;
			}

		/* logo */
			.logo,
			h1.logo {
				float: none;
				clear: both;
				padding: 30px 0 !important;
				text-align: center;
			}

		/* header widgets */
			.header-right {
				float: none;
				clear: both;
				padding: 0 0 20px !important;
				text-align: center;
			}
			.header-right .form-search {
				float: none;
				clear: both;
				width: 100%;
				max-width: 320px;
				margin: 0.5em auto;
			}

		/* navigation */
			.nav-right .navigation-wrap {
				width: 100%;
				padding: 0 !important;
				margin-top: -10px;
			}
			.nav-main {
				padding-top: 10px;
				padding-bottom: 30px;
			}
			.nav-main ul.menu {
				display: none;
			}
			#nav-mobile {
				display: block;
				width: 100%;
			}



	/* SLIDER */
		/* captions */
			.slider-caption-content {
				display: none !important; /* due to caption columns spreading the whole width */
			}

		/* Roundabout slider */
			.roundabout-slider {
				height: 220px !important;
			}



	/* CONTENT */
		/* meta article */
			.date-special {
				float: none !important;
				width: auto;
				padding: 0 0 5px;
				margin: 0 !important;
				text-align: left;
				overflow: hidden;
			}
				.date-special .date .day,
				.date-special .date .month,
				.date-special .date .year {
					display: inline;
					line-height: 30px;
					font-size: 13px;
					font-weight: normal;
				}
				.date-special .meta-item {
					display: block;
					float: left;
					width: auto;
					height: 50px;
					padding: 0 20px;
					margin: 0 5px 0 0;
					line-height: 50px;
				}
					.date-special .icon-format {
						width: 50px;
						height: 50px;
						padding: 0;
						margin: 0 !important;
					}

		/* under construction page template */
			#countdown-timer {
				height: 70px;
				font-size: 0.5em;
			}
			#countdown-timer .dash .digit {line-height: 40px}

		/* map page template */
			.map-section #map {
				height: 300px !important;
			}

		/* shortcodes */
			ul.tabs li.column {
				margin: 1px 0 0 !important;
			}



	/* SIDEBAR */
		/* sidebar */
			.sidebar {
				padding: 30px 4%;
				margin: 30px -4% 0 0;
				background: url(../img/transparent/black/5.png);
				-webkit-box-sizing: content-box;
				   -moz-box-sizing: content-box;
				        box-sizing: content-box;
			}
				.dark-icons .sidebar {background: url(../img/transparent/black/5.png)}
				.light-icons .sidebar {background: url(../img/transparent/white/5.png)}
			.sidebar .widget {
				margin: 20px 0 0;
				padding-top: 20px;
			}
			.sidebar .widget:before {
				width: 100%;
			}
			.sidebar-right .widget,
			.sidebar-left .widget {
				padding-left: 0;
				padding-right: 0;
			}



	/* FOOTER */
		/* footer */
			.footer-widgets-wrap {padding: 30px 0}
			.footer .widget {padding: 0}
			.footer .columns > .widget + .widget {margin-top: 20px}

			.footer .widget {
				padding-top: 20px;
				margin: 20px 0 0;
			}
				.footer .widget:first-child {
					margin-top: 0;
					padding-top: 0;
					border-top: none;
				}

			.menu-footer,
			.credits {
				float: none;
				clear: both;
			}

			.menu-footer ul {
				padding: 0 0 10px;
				text-align: left;
			}
			.menu-footer li {margin: 0 15px 0 0 !important}

}



/* 479 px max */
@media only screen and (max-width: 479px) {

	/* SLIDER */
		/* Roundabout slider */
			.roundabout-slider {
				height: 160px !important;
			}



	/* CONTENT */
		/* layout styles */
			.alignleft,
			.alignright {
				float: none;
				clear: both;
				width: 100% !important;
				margin: 20px 0;
			}
			.alignleft img,
			.alignright img {
				width: 100%;
			}
			.btn.alignright {
				text-align: center;
			}

		/* shortcodes */
			ul.tabs,
			.vertical ul.tabs {
				float: none;
				clear: both;
				padding: 0;
			}
			ul.tabs li {
				display: block;
				clear: both;
				width: 100%;
				margin: 1px 0 0 !important;
			}
			ul.tabs li a {
				text-align: center !important;
			}
			.tabs-wrapper .tabs + ul > li {
					padding: 20px 0 0 !important;
					border: none;
				}

}





/* Custom design styles */
a, a:hover, .pagination a, .pagination span {color: #6891d4; }
.pagination .prev, .pagination .next, .wrap-projects-shortcode .wrap-filter li {border-color: #6891d4; }
a.btn, .nav-main .btn, button, input[type="button"], input[type="submit"] {background-color: #6891d4; color: rgba(0,0,0, 0.9); text-shadow: 0 1px rgba(255,255,255, 0.5); border-color: #6891d4; }
::-moz-selection {background-color: #6891d4; color: #000; }
::selection {background: #6891d4; color: #000; }
.wrap-projects-shortcode .image-container, .related-projects .image-container, .wrap-projects-shortcode .project-icon, .main-heading h1:before, h3.widget-heading span:before, h2:before, h3:before, .nav-main > ul > li.current-menu-ancestor > .inner:before, .nav-main > ul > li.current-menu-item > .inner:before {background-color: #6891d4; }

html {background: #ebebeb url(http://isramarin.com/wp-content/themes/clifden/assets/img/patterns/light_toast.png) repeat scroll; }
.top-bar, .top-bar .widget li ul {background: #ffffff url(http://isramarin.com/wp-content/themes/clifden/assets/img/patterns/light_toast.png) repeat scroll; color: #000000; }
.top-bar .widget li li, .top-bar .widget li li a:hover, .top-bar .widget li li.current-menu-ancestor > a, .top-bar .widget li li.current-menu-item > a {background-image: url(../img/transparent/black/5.png); }
.header {background: #fafafa url(http://isramarin.com/wp-content/uploads/2012/12/bg_header31.jpg) repeat-y scroll 50% 0; }
.header, .logo .description, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {color: #0f5500; }
.navigation-wrap {background: #ebebeb url(http://isramarin.com/wp-content/themes/clifden/assets/img/patterns/light_toast.png) repeat scroll; }
.nav-main, .nav-main a.normal small, .nav-main .inner.normal small {color: #0f5500; }
.nav-main li ul {background: #f7f7f7; color: #0f5500; }
.header .nav-main li li, .nav-main li li a:hover, .nav-main li li.current-menu-ancestor > a, .nav-main li li.current-menu-item > a {background-image: url(../img/transparent/black/5.png); }
.nav-main > ul > li > .inner {border-color: #f7f7f7 !important; }
.slider-main-wrap {background: #ffffff url(http://isramarin.com/wp-content/themes/clifden/assets/img/patterns/light_stripes-10.png) repeat scroll; }
.main-heading {background: #ffffff; }
.main-heading, .main-heading h1, .main-heading h2 {color: #131b4a; }
.page-excerpt, .countdown-timer-wrap {background: #ffffff; }
.page-excerpt, .countdown-timer-wrap {color: #000000; }
.page-excerpt h1, .page-excerpt h2, .page-excerpt h3, .page-excerpt h4, .page-excerpt h5, .page-excerpt h6, .page-excerpt .size-big, .page-excerpt .size-huge, .countdown-timer-wrap h1, .countdown-timer-wrap h2, .countdown-timer-wrap h3, .countdown-timer-wrap h4, .countdown-timer-wrap h5, .countdown-timer-wrap h6, .countdown-timer-wrap .size-big, .countdown-timer-wrap .size-huge {color: #000000; }
.content {background: #ffffff; color: #000000; }
.content .box.no-background {color: #000000 !important; }
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content .size-big, .content .size-huge {color: #000000; }
.breadcrumbs {background: #ffffff; color: #131b4a; }
.breadcrumbs a {color: #8293bd; }
.footer {background: #e0e0e0; color: #0a0a0a; }
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer .size-big, .footer .size-huge {color: #131b4a; }
.footer a {color: #131b4a; }
.bottom-wrap {color: #000000; }
.bottom-wrap a {color: #969696; }
.box.color-blue, .btn.color-blue, .call-to-action.color-blue, .marker.color-blue {background-color: #6891d4; color: #ffffff; text-shadow: 0 -1px rgba(0,0,0, 0.5); }
.box.color-blue, .btn.color-blue {border-color: #6891d4; }
.box.color-blue.icon-box {background-image: url(../img/icons/box/black/box-icon-sprite.png); }
.box.color-gray, .btn.color-gray, .call-to-action.color-gray, .marker.color-gray {background-color: #eeeeee; color: #666666; text-shadow: 0 1px rgba(255,255,255, 0.5); }
.box.color-gray, .btn.color-gray {border-color: #eeeeee; }
.box.color-gray.icon-box {background-image: url(../img/icons/box/black/box-icon-sprite.png); }
.box.color-green, .btn.color-green, .call-to-action.color-green, .marker.color-green {background-color: #ffffff; color: #000000; text-shadow: 0 1px rgba(255,255,255, 0.5); }
.box.color-green, .btn.color-green {border-color: #ffffff; }
.box.color-green.icon-box {background-image: url(../img/icons/box/black/box-icon-sprite.png); }
.box.color-orange, .btn.color-orange, .call-to-action.color-orange, .marker.color-orange {background-color: #131b4a; color: #ffffff; text-shadow: 0 -1px rgba(0,0,0, 0.5); }
.box.color-orange, .btn.color-orange {border-color: #131b4a; }
.box.color-orange.icon-box {background-image: url(../img/icons/box/white/box-icon-sprite.png); }
.box.color-red, .btn.color-red, .call-to-action.color-red, .marker.color-red {background-color: #fd3301; color: #ffffff; text-shadow: 0 -1px rgba(0,0,0, 0.5); }
.box.color-red, .btn.color-red {border-color: #fd3301; }
.box.color-red.icon-box {background-image: url(../img/icons/box/white/box-icon-sprite.png); }

.header > .wrap-inner {height: 145px; }
.logo, h1.logo {padding-top: 3px; }
.header-right, .nav-right .navigation-wrap {padding-top: 0px; }

.main-heading h1, .font-primary, .logo, h1.logo, body, .quote-source, input, select, textarea, a.btn, button, input[type="button"], input[type="submit"] {font-family: Helvetica, Arial, FreeSans, sans-serif; font-size: 13px; }
.font-secondary, h1, h2, h3, h4, h5, h6, .hero, .call-to-action, blockquote, .status, #countdown-timer .dash .digit, .numbering, .article-excerpt, .date-special .date .day, .wrap-projects-shortcode .project-title, .wrap-projects-shortcode .project-title {font-family: Helvetica, Arial, FreeSans, sans-serif; }
.main-heading h2, .size-huge {font-family: Helvetica, Arial, FreeSans, sans-serif !important; }
h1, h2, h3, h4, h5, h6 {font-family: Helvetica, Arial, FreeSans, sans-serif; }



/* Custom CSS textarea styles */
.main-heading .twelve.pane {padding-top: 10px; padding-bottom: 5px}
.breadcrumbs {line-height: 20px;}
.breadcrumbs a, .breadcrumbs span {height: auto; padding: 0;}
.content .wrap-inner {padding-top: 25px;}
.navigation-wrap {padding-bottom: 0px;}
h1, h2, h3, h4, h5, h6, .breadcrumbs, .nav-main a span, .nav-main .inner span {text-transform: none;}
.nav-main {font-size: 105%;}
.content .wrap-inner, 
.page-excerpt .wrap-inner {
 padding-top: 10px;
 padding-bottom: 10px;
}
ARTICLE.main.twelve.pane {
 padding-top: 10px;
 padding-bottom: 10px;
}
#header{
background:none !important;
}

/*.wm-content-module{
background:url("http://isramarin.com/wp-content/themes/clifden/assets/img/patterns/light_toast.png") repeat scroll 0 0 #FFFFFF !important;
height:270px;
}*/
.call-to-action{
background:url("http://isramarin.com/wp-content/themes/clifden/assets/img/patterns/light_toast.png") repeat scroll 0 0 #FFFFFF !important;
}

.call-to-action-title{
background:none !important;
}

#Home-Contact-Table input[type="text"], #Home-Contact-Table .wpcf7-select
{
background-image:none !important;
}
.wpcf7-select{
background-image:none !important;
}
.cf7_widget_subheading{
color:#006533 !important;
}

.call-to-action{
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
!important;}

.breadcrumbs a:hover{
color:black !important;
}

.breadcrumbs .current-item{
cursor:auto !important;
}

/* End of file */