/*
Theme Name: Fluxus
Theme URI: http://themeforest.net/item/fluxus-portfolio-theme-for-photographers/3854385
Author: inTheme
Version: 1.3.2
Author URI: http://inthe.me/
Description: Minimalistic portfolio theme for creatives with a focus on big images and beautiful typography.
License: GNU General Public License
License URI: licensing/README_License.txt

-------------------------------------------------------------------------------
WARNING!
If you are willing to update this theme, do not edit this file.
To make any changes please add any new CSS rules to user.css
-------------------------------------------------------------------------------


TABLE OF CONTENTS

1. LAYOUT
	2.1 Main rules
	2.2 Header
	2.3 Footer
2. CONTENT
3. COMPONENTS
4. WIDGETS
5. PAGES
6. SHORTCODES
7. MISCELLANEOUS
*/

/*-----------------------------------------------------------------------------
	1. LAYOUT
-----------------------------------------------------------------------------*/

/**
 * ---------------------------------------------------------
 * 1.1 Main rules
 * ---------------------------------------------------------
 */
body,
button,
input,
select,
textarea {
	font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
}


.site {
	position: relative;
}

.site-content {
	width: 100%;
}

	.site-with-sidebar {
		padding: 0 35px 0 325px;
	}

	.site-with-sidebar .site-content {
		float: right;
		height: 100%;
	}


/**
 * Horizontal layout.
 */
.horizontal-page #main {
	opacity: 0;
}

.horizontal-page .horizontal-content {
  	height: 100%;
    white-space: nowrap;
    width: 100%;
}

.horizontal-page .horizontal-content .horizontal-item {
	height: 100%;
	width: auto;
	position: relative;
	margin: 0 35px 0 0;
	display: inline-block;
	white-space: normal;
	vertical-align: top !important;
}

/* These values will be overwritten by JS. Used to reduce flickering. */
.horizontal-page .site {
	top: 70px;
}


/**
 * Fluid sizes.
 */
.site-content .entry-content,
.single-format-link .entry-header,
.single-format-quote .entry-header,
#comments {
	width: 70%;
}

.single-format-quote .post-with-featured-image .entry-header,
.page-template-template-full-width-php .entry-content,.page-template-template-presse-php .entry-content,
.page-template-template-full-width-php .entry-content,.page-template-template-backrooms-php .entry-content,
.page-template-template-full-width-sidebar-php .entry-content,
.page-template-template-full-width-php #comments, .page-template-template-presse-php #comments, .page-template-template-backrooms-php #comments,
.page-template-template-full-width-sidebar-php #comments {
	width: 100%;
}

/* Pages with full-size content */
.page-template-template-background-php .site,
.page-template-template-full-page-slider-php .site,
.layout-portfolio-grid .site,
.page-template-template-contacts-php .site,
.page-template-template-presse-php .site,
.page-template-template-backrooms-php .site,
body.error404 .site {
	width: auto;
	margin: 0 15px;
}

.page-template-template-full-width-php .site, {
	margin: 0 auto;
	width: 80%;
}

.page-template-template-full-width-php .page-title,
.page-template-template-full-width-php .entry-title{
	text-align: center;
	padding: 20px 0 30px;
	border-bottom: 1px solid #eaeaea;
}




/**
 * ---------------------------------------------------------
 * 1.2 Header
 * ---------------------------------------------------------
 */
#header {
	position: relative;
	border-top: 3px solid #000;
	padding: 0 0 15px;
	z-index: 100;
}

	/* On horizontal page header is fixed */
	.horizontal-page #header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
	}

#header .lang_select{
	float:right;
	text-transform:uppercase;
	font-size: 13px;
	z-index: 9;
}

#header .lang_select a{
	padding: 4px 0px 5px;
}

	#header hgroup {
		width: 260px;
		border-right: 1px solid #ebebeb;
		padding: 7px 15px 5px 0;
		float: left;
		line-height: 100%;
		z-index: 5;
		position: relative;
		margin: 12px 0 0 15px;
	}

	.site-title {
		display: block;
		text-align: center;
	}

		.site-title a {
			display: inline-block;
		}

		.site-description {
			font-size: 12px;
			color: #bdbdbd;
			font-weight: 400;
			text-align: center;
		}

		.default-logo {
			width: 68px;
			height: 16px;
			display: inline-block;
			background: url(./images/logo.png) no-repeat;
		}

		.default-logo-white {
			display: none;
		}

		.logo-retina {
			display: none;
		}


/**
 * Main navigation located in header.
 */
.site-navigation {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -16px 0 0;
	width: 100%;
}

	.site-navigation ul {
		list-style: none;
		margin: 0;
	}

	.site-navigation li {
		float: left;
		position: relative;
		margin: 0 1em 0 0;
	}

		.site-navigation .secondary-navigation li {
			margin: 0 0 0 1em;
		}

	.site-navigation a {
		position: relative;
		display: inline-block;
		padding: 4px 6px 5px;
		font-size: 13px;
		color: #888;
		text-transform: uppercase;
	}

	.site-navigation .sub-menu {
		position: absolute;
		top: 28px;
		left: -11px;
		display: none;
		background: #fff;
		border-top: 1px solid #000;
		-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
		padding: 9px 0 8px;
		z-index: 10000;
	}

	.site-navigation .sub-menu-right {
		right: 0;
		left: auto;
	}

		.site-navigation .sub-menu a {
			white-space: nowrap;
			padding: 4px 17px;
			font-size: 12px;
			display: block;
		}

		.site-navigation .sub-menu li {
			margin: 0 0 3px 0;
			display: block;
			width: 100%;
		}

		.site-navigation .has-children > a {
			padding-right: 13px;
		}

		.site-navigation .has-children.current-menu-item > a,
		.site-navigation .has-children.current-menu-ancestor > a,
		.site-navigation .has-children.active > a {
			padding-right: 18px;
		}

		.site-navigation .has-children > a:after {
			content: '\e877';
			font-family: 'fontello';
		  font-style: normal;
		  font-weight: normal;
		  speak: none;
		  display: inline-block;
			line-height: 1em;
			font-size: 16px;
			position: absolute;
			top: 6px;
			right: 2px;
		}

		@media screen and (-webkit-min-device-pixel-ratio: 0) {
			.site-navigation .has-children > a:after {
				line-height: 14px;
			}
		}

		.site-navigation .has-children.active > a:after,
		.site-navigation .has-children.current-menu-item > a:after,
		.site-navigation .has-children.current-menu-ancestor > a:after {
			right: 6px;
			opacity: 1;
		}

		.site-navigation .has-children:hover .sub-menu {
			display: block;
		}

		.site-navigation .has-children:hover > a:hover:after,
		.site-navigation .sub-menu .has-children:hover > a:after {
			opacity: 1;
		}

		.site-navigation .sub-menu .has-children > a {
			padding-right: 25px;
		}

		/**
		 * Third level submenu.
		 */
		.site-navigation .has-children .sub-menu .sub-menu {
			border-top-width: 2px;
			-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
			left: 100%;
			right: auto;
			top: -8px;
			display: none;
		}

		.site-navigation .sub-menu .has-children > a:after {
			content: '\e879';
			right: 8px;
			top: 5px;
		}

		.site-navigation .sub-menu .has-children:hover .sub-menu {
			display: block;
		}


		.site-navigation .has-children .sub-menu-right .sub-menu {
			right: 100%;
			left: auto;
		}

		.site-navigation .sub-menu.sub-menu-right .has-children > a:after {
			right: auto;
			background-position: 0 -103px;
			left: 7px;
			top: 9px;
			height: 8px;
		}

	.site-navigation a:hover {
		color: #111;
	}

	.site-navigation .active > a,
	.site-navigation .current-menu-item > a,
	.site-navigation .current-menu-ancestor > a,
	/** .active is necessary to avoid conflicts */
	.site-navigation .active .current-fluxus-project-type-ancestor > a,
	.primary-navigation .current-menu-parent > a,
	.secondary-navigation  .current-menu-parent > a {
		background: #FFF200;
		color: #000;
	}

	.primary-navigation {
		float: left;
		padding: 0 0 0 319px;
	}

	.secondary-navigation {
		float: right;
		margin: 0 15px 0 0;
	}


/**
 * ---------------------------------------------------------
 * 1.3 Footer
 * ---------------------------------------------------------
 */

/* Used for sticky footer. */
#page-wrapper {
	min-height: 100%;
	min-width: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	z-index: 999;
	position: relative;
}

#footer,
#footer-push {
	height: 50px;
	clear: both;
}

.horizontal-page #footer-push {
	display: none;
}

#footer {
	color: #6e6e6e;
	font-size: 12px;
	position: absolute;
	width: 100%;
	z-index: 1010;
}

/* On horizontal page footer is fixed. */
.horizontal-page #footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

	#footer .footer-inner {
		padding: 16px 15px 0;
	}

	#sharrre-footer {
		position: relative;
		border: 1px solid #eaeaea;
		line-height: 21px;
		float: left;
		display: none;
		z-index: 1000;
		margin: 0 15px 0 0;
	}

		#sharrre-footer:hover,
		#sharrre-footer.state-visible {
			background: #f9f9f9;
		}

		#sharrre-footer:hover .share,
		#sharrre-footer.state-visible .share {
			background: #eaeaea;
		}

		#sharrre-footer .share {
			position: relative;
			font-weight: normal;
			border-right: 1px solid #eaeaea;
			float: left;
			padding: 0 20px 0 7px;
			display: block;
			cursor: pointer;
		}

		#sharrre-footer .share:after {
			position: absolute;
			right: 7px;
			font-family: 'fontello';
			content: '\e876';
		}

		#sharrre-footer.state-visible .share:after {
			content: '\e873';
		}

		#sharrre-footer .counts {
			display: block;
			float: left;
			padding: 0 0 0 10px;
			font-weight: 700;
			cursor: pointer;
		}

		#sharrre-footer .counts b {
			padding: 0 10px 0 0;
		}

		#sharrre-footer .count-facebook {
			color: #3b5998;
		}

		#sharrre-footer .count-twitter {
			color: #00acf0;
		}

		#sharrre-footer .count-plus {
			color: #db4a39;
		}

		#sharrre-footer .buttons {
			position: absolute;
			background: #fff;
			background: rgba(255, 255, 255, 0.96);
			border: 1px solid #eee;
			padding: 5px 10px;
			bottom: 21px;
			left: -1px;
			min-width: 130px;
			display: none;
			-webkit-box-shadow: 5px -5px 20px -7px rgba(0, 0, 0, 0.1);
			box-shadow: 5px -5px 20px -7px rgba(0, 0, 0, 0.1);
		}

		#sharrre-footer .buttons b {
			position: relative;
			display: block;
			padding: 0 20px 5px 0;
			text-transform: uppercase;
			color: #ccc;
			font-weight: 700;
		}

		#sharrre-footer .close {
			position: absolute;
			top: 5px;
			right: 9px;
			display: block;
			color: #ccc;
		}

		#sharrre-footer .close:hover {
			color: #999;
		}

		#sharrre-footer .close:before {
			position: absolute;
			font-family: 'fontello';
			content: '\e821';
			display: block;
			line-height: 1em;
			margin: -2px 0 0 0;
			font-size: 14px;
		}


		#sharrre-footer .buttons .button {
			background: none;
			padding: 0;
			display: block;
			width: 120px;
			height: 23px;
      cursor: default;
		}

		#sharrre-footer .buttons .button a:hover {
			border: 0 none;
		}

		#sharrre-footer .buttons .button.facebook {
			margin-top: 1px;
			width: 110px;
		}

		/**
		 * Normalize sharrre buttons vertical-align.
		 */
		.sharrre .googleplus > div[style],
		.sharrre .pinterest > a,
		.sharrre .fb_iframe_widget span,
		.sharrre .linkedin > span[style],
		.sharrre .digg > span,
		.sharrre .delicious > div[style] {
			vertical-align: top !important;
		}

		.sharrre .stumbleupon iframe,
		.sharrre .digg > span,
		.sharrre .twitter iframe {
			position: relative;
			top: -1px;
		}

		.sharrre .stumbleupon {
			width: 90px;
		}

		.sharrre .button {
			padding: 0;
		}

	#footer .social-networks {
		float: left;
		line-height: 21px;
		padding: 1px 0 0 0;
	}

	#footer .social-networks .icon-social {
		margin: 0 5px 0 0;
		height: 24px;
		display: block;
		float: left;
	}

	#footer .social-networks .icon-social:before {
		font-size: 22px;
	}

	.footer-inner a {
		color: #111;
	}

	.footer-inner a:hover {
		color: #222;
	}

	.nav-tip {
		float: right;
		display: none;
	}

		.nav-tip #key-left,
		.nav-tip #key-right {
			display: inline-block;
			width: 20px;
			height: 20px;
			margin: -10px 3px -6px;
			padding: 0;
			-moz-transition: background-color 0.1s;
			-webkit-transition: background-color 0.1s;
			-o-transition: background-color 0.1s;
			transition: background-color 0.1s;
			position: relative;
		}

		.nav-tip a:before {
			color: #666;
			position: absolute;
			top: 4px;
			left: 1px;
		}

		.nav-tip #key-right.flash,
		.nav-tip #key-left.flash {
			background-color: #FFF200;
		}

		.nav-tip a:hover {
			border: 1px solid #ccc !important;
			text-decoration: none;
		}

	.footer-links {
		float: right;
	}

		.footer-links > *,
		.footer-links li {
			float: left;
			margin: 0 0 0 30px;
		}

		.footer-links a {
			color: #444;
			font-size: 12px;
			border-bottom: 1px solid #eaeaea;
			padding: 7px 0 1px;
			margin: -7px 0 0 0;
			display: inline-block;
		}

		.footer-links a:hover {
			border-bottom-color: transparent;
		}

		.footer-links .credits:before,
		.footer-links li:before {
			content: ' ';
			display: block;
			position: absolute;
			width: 15px;
			height: 30px;
			background: url(./images/slash.png) no-repeat;
			margin: -5px 0 0 -20px;
		}

		.footer-links li {
			list-style: none;
		}

		.footer-links li:first-child {
			margin-left: 0;
		}

		.footer-links li:first-child:before {
			display: none;
		}

		.footer-navigation .sub-menu {
			display: none;
		}

		.footer-navigation li {
			position: relative;
		}

		.footer-navigation li.has-children > a {
			padding-left: 15px;
		}

		.footer-navigation li.has-children > a:before {
			content: '\e87a';
			font-family: 'fontello';
		  font-style: normal;
		  font-weight: normal;
		  speak: none;
		  display: inline-block;
			line-height: 1em;
			font-size: 16px;
			position: absolute;
			top: 1px;
			left: 2px;
		}

		.footer-navigation li.has-children .has-children > a:before {
			content: '\e878';
			top: 11px;
			left: 10px;
		}

		.footer-navigation li .sub-menu {
			position: absolute;
			top: auto;
			bottom: 26px;
			left: auto;
			right: -17px;
			margin: 0;
			padding: 5px 0;
			background: #fff;
			border-top: 1px solid #111;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		}

		.footer-navigation li .sub-menu li {
			margin: 0;
			float: none;
			display: block;
		}

		.footer-navigation li .sub-menu li:before {
			display: none;
		}

		.footer-navigation li .sub-menu a {
			padding: 10px 22px 10px;
			margin: 0;
			display: block;
			white-space: nowrap;
			border: 0;
			color: #888;
		}

		.footer-navigation li .sub-menu li:hover > a {
			color: #111;
		}

		.footer-navigation li:hover > a {
			border-bottom-color: transparent;
		}

		.footer-navigation li:hover > .sub-menu {
			display: block;
		}

		.footer-navigation li .sub-menu .sub-menu {
			left: 0;
			top: auto;
			bottom: auto;
			right: auto;
			-webkit-transform: translate(-100%, -105%);
			-moz-transform: translate(-100%, -105%);
			-ms-transform: translate(-100%, -105%);
			transform: translate(-100%, -105%);
		}



/*-----------------------------------------------------------------------------
	2. CONTENT
-----------------------------------------------------------------------------*/

.entry-header img {
	width: 100%;
	height: auto;
	display: block;
}

.page-title,
.entry-title {
	font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 1em;
	text-transform: none;
	padding: 0 0 9px 0;
}

.page-title {
	margin: -5px 0 0 0;
}

.entry-title a:hover {
	color: #777;
}

.entry-content,
.entry-summary {
	margin: 1em 0 0;
	font: normal 16px/25px "Merriweather", georgia, serif;
	color: #222;
}

.entry-summary {
	font-size: 14px;
}

	.entry-content p {
		margin: 0 0 1em;
	}

	.entry-content ul,
	.entry-content ol {
		margin: .75em 2em 2em;
	}

	.entry-content ul ul,
	.entry-content ul ol,
	.entry-content ol ol,
	.entry-content ol ul {
		margin: 10px 2em;
	}

		.entry-content li {
			padding: 0 0 3px 5px;
		}

	.entry-content a {
		color: #0071ba;
		text-decoration: underline;
	}

	.entry-content a:hover {
		text-decoration: none;
	}

	.entry-content p {
		line-height: 1.875em;
	}

	.entry-content .standfirst {
		font-size: 18px;
		line-height: 31px;
		margin-bottom: 30px;
	}

	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		margin: 1.5em 0 .95em;
		font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	}

	.entry-content h1 {
		font-size: 24px;
	}

	.entry-content h2 {
		font-size: 21px;
	}

	.entry-content h3 {
		font-size: 18px;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		font-size: 16px;
		font-weight: 600;
	}

	.entry-content h5 {
		font-size: 14px;
	}

	.entry-content h6 {
		font-size: 12px;
		text-transform: uppercase;
	}

	.entry-content blockquote {
		padding: 21px 0 0;
		margin: 30px 0;
		padding: 0 10px 0 40px;
		color: #555;
	}

		.entry-content blockquote:before {
			content: '“';
			display: block;
			position: absolute;
			margin: 7px 0 0 -30px;
			font-size: 40px;
			color: #ccc;
		}

		.entry-content blockquote p {
			margin: 0;
		}

		.entry-content blockquote cite {
			padding-left: 18px;
			position: relative;
			display: block;
		}

		.entry-content blockquote cite:before {
			content: '—';
			display: block;
			position: absolute;
			left: 0;
			top: -1px;
			color: #ccc;
		}

		.entry-content cite {
			font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
			font-size: 13px;
			font-style: normal;
			text-transform: uppercase;
			color: #ccc;
		}

		.entry-content cite a {
			color: #999;
			border-bottom: 1px solid #eaeaea;
			text-decoration: none;
		}

		.entry-content cite a:hover {
			color: #111;
			border-bottom: 0 none;
		}

	.entry-content table {
		border-collapse: collapse;
		font-size: 13px;
		font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	}

	.entry-content table thead {
		text-transform: uppercase;
	}

	.entry-content table thead td,
	.entry-content table thead th {
		font-weight: 700;
	}

	.entry-content table td,
	.entry-content table th {
		border: 1px solid #eaeaea;
		padding: 6px 15px;
	}

	.entry-content table tfoot {
		color: #999;
	}

	.sticky { }

.entry-meta {
	font-size: 13px;
	color: #999;
	line-height: 19px;
	clear: both;
	margin: 5px 0;
	font-weight: normal;
}

	.entry-meta .byline a {
		color: #111;
	}

	.entry-meta .entry-date {
		margin: 0 0 0 5px;
		font-weight: normal;
	}

	.entry-meta .sep {
		opacity: 0.4;
	}

	.single .entry-meta {
		position: absolute;
		margin: -65px 0 0 0;
	}

.thumbnail {
	position: relative;
	display: block;
}

.thumbnail img {
	display: block;
	width: auto;
	max-height: 328px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-edit-link {
	font: normal 13px/21px "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	padding: 0 8px;
	display: inline-block;
}

	.single .entry-content .post-edit-link,
	.page .entry-content .post-edit-link {
		margin-bottom: 30px;
		padding: 0;
	}

.wrap-size-full {
	overflow: hidden;
}

.wrap-size-full a {
	float: left;
	width: 75%;
	margin: 0 0 24px;
}

	.wrap-size-full figcaption {
		border-top: 1px solid #eaeaea;
		float: left;
		font: 300 16px "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
		color: #aaa;
		width: 22%;
		margin: 0 0 0 2%;
		position: relative;
		padding: 7px 0 0 0;
	}


/**
 * Media.
 */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/**
 * Image with caption.
 */
.wp-caption {
	max-width: 100%;
	position: relative;
	margin-top: 5px;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 15px;
}

.wp-caption.alignnone {
	margin-bottom: 25px;
}

.wp-caption img {
	display: block;
}

.wp-caption .wp-caption-text {
	text-align: left;
	color: #999;
	font: 300 17px/1.45em "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	width: 180px;
    margin: 0 -200px 0 0;
    padding: 8px 0 0 0;
    position: absolute;
    border-top: 1px solid #eaeaea;
    top: 0;
    right: 0;
}

.full-width .wp-caption-text,
.wp-caption.alignleft .wp-caption-text {
	width: 100%;
	position: static;
	margin: 0;
	border: 0 none;
}


/**
 * Search form.
 */
#searchform {
	float: right;
}

.entry-content #searchform {
	margin: 10px 0 0 0;
	overflow: hidden;
}

.widget #searchsubmit {
	display: none;
}

.entry-content #searchform {
	float: none;
}

#s {
	float: left;
}

.sidebar input[type="submit"],
.sidebar button,
#searchsubmit {
	float: left;
	margin: 0 0 0 5px;
	padding: 3px 8px;
	line-height: 16px;
}


/**
 * Sidebar.
 */
.sidebar {
	width: 240px;
	margin: 0 0 0 -310px;
	height: 100%;
	float: left;
	padding: 0 35px 0 0;
	border-right: 1px solid #EBEBEB;
	word-wrap: break-word;
}

	.sidebar .title {
		text-align: right;
		padding: 2px 0 25px;
		font: normal 23px/1em "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
		font-weight: 700;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	.sidebar .subtitle,
	.password-protected-project h2 {
		font: normal 14px/1.4em "Merriweather", georgia, serif;
		padding: 0 0 3px;
		text-align: right;
	}

	.sidebar .viewport {
		height: 100%;
		overflow: hidden;
	}

	.sidebar .wysiwyg {
		text-align: right;
		float: right;
		color: #999;
		font-size: 12px;
	}

	.sidebar .widget-password .post-password {
		float: right;
		height: 24px;
	}

	.sidebar .widget-password .post-password-submit {
		float: right;
	}


/**
 * Portfolio project navigation.
 */
.portfolio-navigation {
	-webkit-box-shadow: 0 0 0 3px #eaeaea inset;
	box-shadow: inset 0 0 0 1px #eaeaea;
	height: 100%;
	display: inline-block;
	white-space: normal;
	margin: 0 35px 0 0;
	width: 540px;
	position: relative;
}

	/**
	 * Project share.
	 */
	.portfolio-navigation header {
		position: relative;
		padding: 20px 35px 5px;
		text-align: center;
	}

	.portfolio-navigation .other-projects-disabled {
		padding-top: 0;
		padding-bottom: 0;
	}

	.portfolio-navigation h3 {
		font: normal 16px/28px "Merriweather", georgia, serif;
		color: #111;
		text-align: center;
	}

	/**
	 * Appreciate & Share buttons.
	 */

	.feedback-buttons {
		padding: 10px 0 0 0;
	}

	#sharrre-project,
	.btn-appreciate {
		color: #333;
		font-size: 13px;
		line-height: 16px;
		padding: 0 0 1px;
		border-bottom: 1px solid #eaeaea;
		position: relative;
	}

	#sharrre-project .count-total,
	.btn-appreciate .numbers {
		padding-left: 5px;
		color: #ec0039;
	}

	.btn-appreciate.has-appreciated,
	.btn-appreciate.has-appreciated:hover {
		color: #ec0039;
		font-weight: bold;
		border-bottom: 1px solid #444;
		cursor: default;
	}

	.btn-appreciate .icon,
	#sharrre-project .icon {
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		left: -28px;
		top: 0;
		background: url(./images/share-icons.png) no-repeat;
	}

	.btn-appreciate:hover,
	#sharrre-project:hover,
	#sharrre-project:hover .box .share {
		color: #777;
		border-bottom-color: transparent;
	}

	.portfolio-navigation .choice {
		color: #666;
		text-transform: lowercase;
		display: inline-block;
		background: url(./images/sep-big.png) no-repeat;
		width: 36px;
		text-align: center;
		margin: 0 10px;
		line-height: 61px;
	}

	.portfolio-navigation .choice span {
		font: normal 14px/20px "Merriweather", georgia, serif;
		background: #fff;
	}

	/**
	 * Share project button.
	 */
	#sharrre-project {
		position: relative;
		margin: 0 0 0 28px;
		font-size: 13px;
	}

	#sharrre-project .icon {
		background-position: 0 -41px;
	}

	#sharrre-project .box .share {
		line-height: 16px;
		font-weight: normal;
		color: #333;
	}

	#sharrre-project .buttons {
		margin: 15px 0 0;
		position: absolute;
		right: -40px;
		background: #fff;
		border: 1px solid #eaeaea;
		width: 230px;
		z-index: 100;
		padding: 0 10px;
		text-align: left;
		box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.1);
		display: none;
	}

	#sharrre-project .arrow {
		position: absolute;
		top: -5px;
		right: 57px;
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #eaeaea;
	}

	#sharrre-project .close {
		position: absolute;
		top: 13px;
		right: 11px;
		display: block;
		color: #ccc;
	}

	#sharrre-project .close:hover {
		color: #999;
	}

	#sharrre-project .close:before {
		position: absolute;
		font-family: 'fontello';
		content: '\e821';
		display: block;
		line-height: 1em;
		margin: -2px 0 0 0;
		font-size: 14px;
	}

	#sharrre-project .buttons b {
		position: relative;
		display: block;
		padding: 10px 20px;
		color: #999;
		text-transform: uppercase;
		text-align: center;
	}

	#sharrre-project .buttons .button {
		display: block;
		width: 110px;
    height: 21px;
		float: left;
    cursor: default;
		background: #fff;
	}

	/**
	 * Shows buttons in columns if we have more than 3.
	 */
	#sharrre-project .buttons .button-3,
	#sharrre-project .buttons .button-5,
	#sharrre-project .buttons .button-7 {
		clear: both;
	}

	/**
	 * If we have less then 4 buttons, then let's customize every
	 * button so they align nicely.
	 */
	#sharrre-project.social-services-3 .buttons {
		width: 350px;
    right: -85px;
		text-align: center;
	}

  #sharrre-project.social-services-3 .arrow {
    right: 100px;
  }

  #sharrre-project.social-services-3 .googleplus {
    width: 70px;
  }

	#sharrre-project.social-services-2 .buttons {
		width: 230px;
		text-align: center;
	}

	#sharrre-project.social-services-1 .buttons {
		width: 200px;
	}

	#sharrre-project.social-services-1 .button,
	#sharrre-project.social-services-2 .button,
	#sharrre-project.social-services-3 .button {
		clear: none !important;
		float: none;
		display: inline-block;
		text-align: left;
	}

	.social-services-2 .buttons .facebook,
	.social-services-3 .buttons .facebook {
		width: 100px;
	}

	.social-services-1 .buttons .facebook {
		text-align: center;
	}

	.social-services-2 .buttons .googleplus,
	.social-services-3 .buttons .googleplus {
		width: 70px;
	}

	.social-services-2 .buttons .twitter,
	.social-services-3 .buttons .twitter {
		width: 100px;
	}

	/**
	 * Other projects.
	 */
	.portfolio-navigation .navigation {
		padding: 0 35px 30px;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	.portfolio-navigation .button-minimal {
		margin: 0 10px 0 0;
	}

	.portfolio-navigation .next-project,
	.portfolio-navigation .prev-project {
		float: left;
	}

	.portfolio-navigation .back-portfolio {
		float: right;
		margin-right: 0;
	}

	.portfolio-navigation .other-projects {
		padding: 0 0 20px 0;
		width: 103%;
		overflow: hidden;
	}

	.portfolio-navigation .other-projects h3 {
		margin-bottom: 15px;
		width: 97%;
	}

	.portfolio-navigation .other-projects a {
		display: block;
		float: left;
		width: 110px;
		line-height: 110px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		margin: 0 10px 10px 0;
		overflow: hidden;
		text-indent: -999px;
		position: relative;
	}

	.portfolio-navigation .other-projects .active .hover {
		opacity: 1;
		background: rgba(255, 242, 0, 0.7);
		color: #111;
	}

	.portfolio-navigation .other-projects .hover {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
		background: rgba(0, 0, 0, 0.7);
		width: 100%;
		height: 100%;
		text-indent: 0;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		-moz-transition: opacity 0.3s ease-out;
		-webkit-transition: opacity 0.3s ease-out;
		-o-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}

	.portfolio-navigation .other-projects a:hover .hover {
		opacity: 1;
	}


/**
 * Blog navigatoin with paging.
 */
.navigation-paging {
	text-align: center;
	-webkit-box-shadow: inset 0 0 0 1px #eaeaea;
	box-shadow: inset 0 0 0 1px #eaeaea;
	height: 100%;
	display: inline-block;
	white-space: normal;
	margin: 0 35px 0 0;
	position: relative;
	padding: 0 35px;
}

	.navigation-paging .js-vertical-center {
		width: 100%;
		left: 0;
	}

	.navigation-paging .status {
		margin: 0 0 35px;
	}

	.navigation-paging .status p {
		font-size: 13px;
	}

	.navigation-paging .status h5 {
		font-size: 40px;
		line-height: 1;
		font-weight: 300;
		padding: 3px 0;
	}

	.navigation-paging .arrow-next {
		margin-left: 5px;
	}

	.navigation-paging .paging {
		font-size: 13px;
	}

	.navigation-paging .paging p {
		margin: 30px 0 5px 0;
	}

	.navigation-paging .paging .page-numbers {
		display: inline-block;
		width: 20px;
		border: 1px solid #eaeaea;
		color: #666;
	}

	.navigation-paging .paging a:hover {
		color: #111;
		border-color: #ccc;
	}

	.navigation-paging .paging .current {
		background: #FFF200;
		color: #111;
		border-color: #FFF200;
		cursor: default;
	}

	.navigation-paging .paging .next,
	.navigation-paging .paging .prev {
		white-space: nowrap;
		width: 60px;
	}



/*-----------------------------------------------------------------------------
	3. COMPONENTS
-----------------------------------------------------------------------------*/

/**
 * Button.
 */
#cancel-comment-reply-link {
	display: inline-block;
	background: #111;
	border-radius: 2px;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	padding: 0 24px;
}

/**
 * Button minimal.
 */
.button-minimal,
.entry-content .button-minimal,
.widget .button-minimal {
	font: normal 13px/26px "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	display: inline-block;
	border: 1px solid #eaeaea;
	padding: 0 10px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
}

.button-minimal:hover,
.entry-content .button-minimal:hover,
.widget .button-minimal:hover {
	border-color: #aaa;
	color: #333;
}

.button-minimal:hover:before {
	color: #333 !important;
}

.button-disabled,
.entry-content .button-disabled {
	cursor: default;
	color: #eaeaea;
	border-color: #eaeaea;
}

.button-disabled:before {
	color: #eaeaea !important;
}

.button-disabled:hover,
.entry-content .button-disabled:hover,
.button-disabled:hover:before {
	color: #eaeaea !important;
	border-color: #eaeaea !important;
}


/**
 * Minimal button with icon on the right.
 */
.button-minimal.button-icon-right {
	padding-right: 25px;
	position: relative;
}

.button-minimal.button-icon-right:before {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 16px;
	color: #ccc;
}


/**
 * Button with icon on the left.
 */
.button-minimal.button-icon-left {
	padding-left: 25px;
	position: relative;
}

.button-minimal.button-icon-left:before {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 16px;
	color: #ccc;
}


/**
 * Default button.
 */
.button,
.entry-content .button {
	background: #f5f5f5;
	cursor: pointer;
	font: normal 14px/30px "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	padding: 0 13px 2px;
	display: inline-block;
	margin: 0 0 10px 0;
	border-radius: 2px;
	color: #222;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .15);
	text-decoration: none !important;
}

	/* if it has an icon */
	.button:before {
		font-size: 16px;
		position: relative;
		margin: 2px 5px 0 -4px;
	}

	.button:hover,
	.entry-content .button:hover {
		background: #ddd;
		color: #333;
	}

	.button-big,
	.entry-content .button-big {
		padding: 0 18px;
		line-height: 40px;
		font-weight: 700;
	}

	.button-big:before {
		margin: 0 5px 0 -4px;
	}

	.button-black,
	.entry-content .button-black {
		background: #1f1d19;
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
	}

	.button-black:hover,
	.entry-content .button-black:hover {
		background: #444;
		color: #fff;
	}

	.button-yellow,
	.entry-content .button-yellow {
		background: #FFF200;
		color: #111;
	}

	.button-yellow:hover,
	.entry-content .button-yellow:hover {
		background: #ffd300;
	}

	.button-blue,
	.entry-content .button-blue {
		background: #619ec2;
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
	}

	.button-blue:hover,
	.entry-content .button-blue:hover {
		background: #5386a5;
		color: #fff;
	}

	.button-green,
	.entry-content .button-green {
		background: #35d59b;
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
	}

	.button-green:hover,
	.entry-content .button-green:hover {
		background: #2fbe79;
		color: #fff;
	}

	.button-red,
	.entry-content .button-red {
		background: #d1562b;
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
	}

	.button-red:hover,
	.entry-content .button-red:hover {
		background: #bf4115;
		color: #fff;
	}

.decoration {
	width: 15px;
	border-top: 2px solid #000;
	height: 1px;
	top: 0;
	left: 0;
	position: absolute;
}


/**
 * WP Gallery.
 */

.gallery {
	width: 100%;
	overflow: hidden;
}

.gallery dl {
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 3% 0 0;
    position: relative;
}

.gallery .gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding: 3px 0;
}

.gallery-columns-1 dl {
	width: 100%;
	margin: 0 0 35px;
}

.gallery-columns-2 dl {
	margin: 0 3% 3% 0;
	width: 48.5%;
}

.gallery-columns-3 dl {
	margin: 0 3.5% 3.5% 0;
	width: 31%;
}

.gallery-columns-4 dl {
	margin: 0 2% 2% 0;
	width: 23.5%;
}

.gallery-columns-5 dl {
	margin: 0 1.5% 1.5% 0;
	width: 18.8%;
}

.gallery-columns-6 dl {
	margin: 0 1% 1% 0;
	width: 15.82%;
}

.gallery-columns-7 dl {
	margin: 0 1% 1% 0;
	width: 13.42%;
}

.gallery-columns-8 dl {
	margin: 0 1% 1% 0;
	width: 11.6%;
}

.gallery-columns-9 dl {
	margin: 0 1% 1% 0;
	width: 10.2%;
}

.gallery-columns-2 dl:nth-child(2n),
.gallery-columns-3 dl:nth-child(3n),
.gallery-columns-4 dl:nth-child(4n),
.gallery-columns-5 dl:nth-child(5n),
.gallery-columns-6 dl:nth-child(6n),
.gallery-columns-7 dl:nth-child(7n),
.gallery-columns-8 dl:nth-child(8n),
.gallery-columns-9 dl:nth-child(9n) {
	margin-right: 0;
}

.gallery dl a {
	position: relative;
	display: block;
}

.gallery .gallery-hover {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	opacity: 0;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.gallery dl a:hover .gallery-hover {
	opacity: 1;
}

#content .gallery img {
	border: 0 none;
	display: block;
}


/**
 * Comments.
 */
#comments {
	margin: 35px 0 0 0;
}

#comments ul,
#comments ol {
	list-style: none;
}

	#comments .comments-title {
		text-align: left;
		margin: 0 0 20px;
	}

	.wrap-avatar {
		width: 64px;
		height: 64px;
		position: absolute;
		margin: 0 15px 0 0;
	}

	.wrap-avatar .avatar {
		border-radius: 35px;
	}

	.wrap-avatar .avatar-128 {
		display: none;
	}

	.comment-author-info {
		padding: 0 0 0 80px;
	}

	.comment-author {
		width: 400px;
		min-height: 64px;
		padding: 0 0 8px 0;
	}

	.bypostauthor { }

	.bypostauthor .bypostauthor-icon {
		font-size: 11px;
		line-height: 1em;
		border-radius: 2px;
		color: #999;
		background: #eaeaea;
		float: right;
		padding: 4px 5px 5px;
	}

	.comment footer em {
		font-style: normal;
		font-style: normal;
		font-size: 13px;
		color: #999;
		border: 1px solid #eaeaea;
		padding: 5px 10px;
	}

	.comment-author .fn {
		font-size: 13px;
		color: #111;
		font-weight: bold;
		font-style: normal;
		display: block;
		float: left;
	}

	.comment-meta {
		font-size: 13px;
		line-height: 13px;
	}

	.comment-meta a {
		color: #999;
	}

	.comment-time {
		clear: both;
		display: block;
	}

	.comment-actions {
		margin: 6px 0 0;
		overflow: hidden;
	}

		.comment-actions a {
			background: #111;
			color: #fff;
			border-radius: 2px;
			padding: 0 10px;
			margin: 0 10px 0 0;
			font-size: 11px;
			line-height: 18px;
			display: block;
			float: left;
		}

		.comment-actions a:hover {
			background: #FFF200;
			color: #111;
		}

	.comment-content {
		margin: 10px 0 0 0;
		font: normal .875em/1.642857143em "Merriweather", georgia, serif;
		width: 400px;
	}

	.comment {
		margin: 0 0 35px;
	}

	#comments .children {
		margin-left: 20px;
		padding-left: 20px;
		border-left: 1px solid #eaeaea;
	}

	.form-allowed-tags {
		font-size: 12px;
		color: #666;
		padding: 10px 10px 10px 0;
	}

	.form-allowed-tags code {
		font-size: 11px;
	}

	#reply-title {
		font-size: 13px;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 10px;
	}

	#reply-title small {
		float: right;
		font-size: 1em;
	}

	.logged-in-as {
		font: normal 16px/25px "Merriweather", georgia, serif;
		margin: 0 0 10px;
		background: #fbf3d8;
		border: 1px solid #EDE3C8;
		padding: 8px 16px;
	}

	.logged-in-as a {
		border-bottom: 1px solid #333;
	}

	.logged-in-as a:hover {
		border-bottom-color: #ccc;
	}

	#respond {
		padding: 13px 15px 20px;
		border-top: 2px solid #111;
		background: #f9f9f9;
	}

	#respond label {
		color: #757575;
		font-size: 13px;
		display: block;
		width: 140px;
		padding: 4px 0 0 0;
		position: absolute;
	}

	#respond p {
		margin: 0 0 10px;
		overflow: hidden;
	}

	#respond p input {
		float: left;
		margin: 0 0 0 100px;
	}

	#respond .required {
		font-size: 16px;
		color: #f00;
		font-weight: bold;
		line-height: 1;
	}

	#cancel-comment-reply-link {
		padding: 1px 8px 0;
		margin: -3px 0 0 0;
		display: block;
	}

	#cancel-comment-reply-link:hover {
		color: #ccc;
	}

	.comment-notes {
		font-size: 13px;
	}

	#respond input[name="author"] {
		width: 100px;
	}

	#respond .comment-form-comment {
		margin: 15px 0 0 0;
	}

	#respond .comment-form-comment label {
		position: static;
		padding: 0 0 5px;
	}

	#respond .form-submit,
	#respond .form-submit input {
		margin: 0;
	}

	.comment-navigation {
		margin: 20px 0;
	}

	/**
	 * JetPack comment plugin styling fixes.
	 */
	#respond .comment-subscription-form {
		margin-top: 10px;
	}

	#respond .comment-subscription-form input {
		margin: 3px 0 0 0;
	}

	#respond .comment-subscription-form label {
		width: auto;
		padding: 0 0 0 4px;
	}

	#respond .comment-subscription-form:last-child {
		margin-bottom: 0;
	}



/*-----------------------------------------------------------------------------
	4. WIDGETS
-----------------------------------------------------------------------------*/

.widget {
	text-align: right;
	margin: 0 0 25px;
	position: relative;
	overflow: hidden;
}

	.widget:last-child {
		margin-bottom: 0;
	}

	.widget a {
		color: #888;
		font-size: 13px;
		border-bottom: 1px solid #eaeaea;
		padding: 0 0 2px;
	}

	.widget a:hover {
		color: #111;
		border-bottom-color: #111;
	}

	.widget ul {
		list-style: none;
	}

	.widget ul ul {
		margin: 4px 15px 4px 0;
	}

	.widget li {
		margin: 0 0 3px;
	}

	.widget .current_page_item > a,
	.widget li a.active,
	.widget .current-cat a {
		color: #111;
		padding-bottom: 2px;
		border-bottom: 1px solid #111;
	}

	.widget li a.active .hash {
		color: #111;
	}

	.widget .decoration {
		right: 0;
		left: auto;
	}

	.widget-title {
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		padding: 6px 0 2px;
		text-align: right;
		position: relative;
	}

	.textwidget a.widget-title{
		font-family:"Lato";
		color: #000;
		padding: 3px 7px;
		display: block;
		float: right;
		border-bottom: none;
		background-color: #ededed;
	}
	.textwidget {
		margin: 3px 0 0 0;
		font: normal 13px/24px "Merriweather", georgia, serif;
		color: #999;
	}
	.textwidget > p{
		text-align:right !important;
	}
	.textwidget .dbpopup{
		display:none;
	}

	.textwidget a {
		padding-bottom: 0;
	}

	.textwidget p, .fancybox-inner p {
		margin: 0 0 10px;
	}

	.textwidget img {
		width: 100%;
		height: auto;
	}

	.widget-content {
		margin: 3px 0 0 0;
		font-size: 13px;
		color: #999;
	}


/**
 * Standard WP widgets.
 */
.widget .count {
	color: #ccc;
	width: 30px;
	display: inline-block;
}

.widget .recentcomments {
	text-transform: uppercase;
	color: #aaa;
	font-size: 11px;
	margin: 0 0 10px;
}

.widget .recentcomments a {
	text-transform: none;
	font-size: 13px;
}

.widget .recentcomments a:before {
	content: ' ';
	display: block;
}

.widget .recentcomments .url {
	text-transform: none;
	color: #999;
	display: inline;
}

.widget .recentcomments .url:hover {
	color: #222
}

.widget_rss .rsswidget {
	display: block;
	color: #222;
	text-transform: uppercase;
	margin: 0;
}

.widget_rss .rss-date {
	color: #ccc;
}

.widget_rss .rsswidget img {
	display: none;
}

.widget_rss .rssSummary {
	margin: 5px 0 0;
	color: #999;
}

.widget_rss cite {
	display: inline-block;
	color: #ccc;
	font-style: normal;
}

.widget_rss cite:before {
	content: '—';
	position: absolute;
	margin: 0 0 0 -18px;
	color: #ccc;
}

.widget_tag_cloud .tagcloud {
	padding: 0 0 0 5px;
}

.widget_tag_cloud .tagcloud a {
	line-height: 1.2em;
}

#wp-calendar {
	border-collapse: collapse;
	font-size: 13px;
	font-weight: normal;
}

#wp-calendar th,
#wp-calendar td {
	border: 1px solid #eaeaea;
	text-align: center;
	color: #999;
}

#wp-calendar tbody td a {
	background: #FFF200;
	display: block;
}

#wp-calendar tbody td a:hover {
	background: #000;
	color: #fff;
}

#wp-calendar th {
	color: #666;
	background: #f5f5f5;
	font-weight: normal;
}

#wp-calendar caption {
	text-align: right;
	padding: 0 0 5px 0;
	color: #ccc;
}

#wp-calendar #prev {
	border-right: 0 none;
}

#wp-calendar #next {
	border-left: 0 none;
}

#wp-calendar tfoot .pad {
	border-left: 0 none;
	border-right: 0 none;
}

#wp-calendar #next {
	border-right: 1px solid #eaeaea;
}

.widget_recent_entries .post-date {
	font-size: 12px;
	color: #ccc;
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
}

/**
 * Theme Custom Widgets.
 */
.fluxus-posted-on time {
	font-size: 13px;
	color: #777;
	font-weight: normal;
}


/*-----------------------------------------------------------------------------
	5. PAGES
-----------------------------------------------------------------------------*/

/**
 * Full page slider.
 */
.slider {
	width: 100%;
	height: 100%;
	position: relative;
}

	.slider .slide {
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		margin: 0 30px 0 0;
		position: absolute;
		opacity: 0;
		z-index: 10;
		visibility: hidden;
		overflow: hidden;
	}

	.slider .image-top-center {
		background-position: top center;
	}

	.slider .image-center-center {
		background-position: center center;
	}

	.slider .image-bottom-center {
		background-position: bottom center;
	}

	.slider .image-fit {
		background-size: auto 100%;
		background-color: #fff;
	}

	.slider .slide.active {
		z-index: 50;
	}

	/**
	 * Slide information box.
	 */
	.slide .info {
		width: 365px;
		overflow: hidden;
		position: relative;
		text-align: center;
		padding: 0 20px;
		color: #111;
		opacity: 0;
		-moz-transition: opacity .5s;
		-webkit-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
	}

	.slide .info .viewport {
		padding: 20px 0 15px;
	}

	.slide .info.no-fade,
	.full-page-slider-ready #main.show-arrows-on-hover:hover .slide .info,
	.full-page-slider-ready #main.show-arrows-on-hover:hover .slider-arrow-right,
	.full-page-slider-ready #main.show-arrows-on-hover:hover .slider-arrow-left,
	.full-page-slider-ready #main.show-arrows-always .slide .info,
	.full-page-slider-ready #main.show-arrows-always .slider-arrow-right,
	.full-page-slider-ready #main.show-arrows-always .slider-arrow-left {
		opacity: 1;
	}

	.full-page-slider-ready #main.show-arrows-on-hover .slider-arrow-right,
	.full-page-slider-ready #main.show-arrows-on-hover .slider-arrow-left {
		-moz-transition: opacity 0.5s ease-in;
		-webkit-transition: opacity 0.5s ease-in;
		-o-transition: opacity 0.5s ease-in;
		transition: opacity 0.5s ease-in;
	}

	.slide .dim-background {
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
	}

	.slide .info.white {
		color: #fff;
	}

	.slide .info.white.dim-background {
		background: #111;
		background: rgba(0, 0, 0, 0.7);
	}

	.slide .info.white .decoration {
		border-color: #fff;
	}


	/**
	 * Infobox styles.
	 */
	.slide .style-default .slide-title {
		font-size: 40px;
		line-height: 1em;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		margin: 0 0 36px;
		font-weight: 700;
	}

	.slide .style-default .slide-subtitle {
		font: normal 16px/1.2em "Merriweather", georgia, serif;
		margin: 0 1px 5px 0;
	}


	.slide .style-default .decoration {
		top: auto;
		width: 20px;
		margin: -16px 0 0 -10px;
		left: 50%;
		border-color: #111;
	}

	.slide .style-default .description {
		font-size: 14px;
		line-height: 1.7em;
	}

	.slide .style-default .button {
		color: #fff;
		background: #111;
		margin: 13px 0 0 0;
		padding-left: 15px;
		padding-right: 15px;
		line-height: 30px;
		font-size: 13px;
		border-radius: 2px;
		-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
		-moz-transition: color 0.15s ease-out, background-color 0.15s ease-out;
		-webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
		-o-transition: color 0.15s ease-out, background-color 0.15s ease-out;
		transition: color 0.15s ease-out, background-color 0.15s ease-out;
	}

	.slide .style-default .button:hover {
		color: #111;
		background: #FFF200;
	}

	.slide .style-default.white .button {
		color: #111;
		background: #fff;
	}

	.slide .style-default.white .button:hover {
		color: #fff;
		background: #111;
	}


	/**
	 * Style: Page with background
	 */
	.slide .style-page-with-background {
		text-align: left;
	}

	.slide .style-page-with-background p:last-child {
		margin-bottom:  0;
	}

	.slide .style-page-with-background .entry-title {
	  	font-size: 40px;
	    line-height: 1.2em;
	    font-weight: 700;
	    letter-spacing: 0.06em;
	    margin: 0;
	    padding: 0;
	    text-transform: uppercase;
	}

	.slide .style-page-with-background .entry-content {
		font-size: 14px;
		margin: 15px 0 0 0;
	}

	.slide .style-page-with-background.white,
	.slide .style-page-with-background.white p {
		color: #fff;
	}


	/**
	 * Slider navigation.
	 */
	.slider-arrow-left,
	.slider-arrow-right {
		background: url(./images/slider-arrows.png) no-repeat transparent;
		width: 68px;
		height: 82px;
		overflow: hidden;
		text-indent: -9999px;
		position: absolute;
		left: 15px;
		top: 50%;
		z-index: 1000;
		margin: -41px 0 0 0;
		opacity: 0;
		display: none;
		-moz-transition: opacity 0.5s ease-in 0.4s;
		-webkit-transition: opacity 0.5s ease-in 0.4s;
		-o-transition: opacity 0.5s ease-in 0.4s;
		transition: opacity 0.5s ease-in 0.4s;
	}

	.slider-arrow-right {
		background-position: top right;
		left: auto;
		right: 15px;
		top: 50%;
	}

	.slider-navigation {
		position: absolute;
		z-index: 1000;
		bottom: 15px;
		left: 15px;
	}

	.slider-navigation li {
		list-style: none;
		float: left;
		margin: 0 5px 0 0;
		width: 15px;
		height: 15px;
		position: relative;
	}

	.slider-navigation li a {
		display: block;
		width: 11px;
		height: 11px;
		border-radius: 8px;
		border: 2px solid #fff;
		position: absolute;
		top: 3px;
		left: 3px;
	}

	.slider-navigation li a.active,
	.slider-navigation li a:hover {
		background: #FFF200;
	}

	.slider-navigation a:hover span {
		top: -23px;
		margin-top: 0;
		opacity: 1;
	}

	.slider-navigation a span {
		opacity: 0;
		color: #fff;
		font-size: 13px;
		text-transform: uppercase;
		text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
		position: absolute;
		top: -30px;
		margin: -4000px 0 0 -3px;
		font-weight: 600;
		white-space: nowrap;
		-moz-transition: top 0.2s;
		-webkit-transition: top 0.2s;
		-o-transition: top 0.2s;
		transition: top 0.2s;
	}

	.slider-navigation b {
		opacity: 0;
	}

	.slider-navigation.auto-slideshow .active b {
		position: absolute;
		display: block;
		opacity: 1;
		width: 1px;
		height: 1px;
		position: absolute;
		top: 5px;
		left: 5px;
		-moz-animation: spin 7s infinite linear;
		-webkit-animation: spin 7s infinite linear;
		-o-animation: spin 7s infinite linear;
		animation: spin 7s infinite linear;
		-moz-transition: opacity 1s;
		-webkit-transition: opacity 1s;
		-o-transition: opacity 1s;
		transition: opacity 1s;
	}

	.slider-navigation.auto-slideshow .active b:after {
		content: ' ';
		display: block;
		position: absolute;
		width: 1px;
		height: 6px;
		background: #666;
		top: -5px;
		left: 0px;
	}

	@-moz-keyframes spin {
		0% { -moz-transform:rotate(0deg); }
		90% {
			opacity: 1;
		}
		100% {
			-moz-transform:rotate(360deg);
			opacity: 0;
		}
	}
	@-webkit-keyframes spin {
		0% { -webkit-transform:rotate(0deg); }
		90% { opacity: 1; }
		100% {
			-webkit-transform:rotate(360deg);
			opacity: 0;
		}
	}
	@-o-keyframes spin {
		0% { -o-transform:rotate(0deg); }
		90% { opacity: 1; }
		100% {
			-o-transform:rotate(360deg);
			opacity: 0;
		}
	}
	@keyframes spin {
		0% { transform:rotate(0deg); }
		90% { opacity: 1; }
		100% {
			transform:rotate(360deg);
			opacity: 0;
		}
	}



/**
 * Page: Porftolio
 */
.project .preview {
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-webkit-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
}

	.project .hover-box {
		width: 100%;
		height: 100%;
		text-align: center;
		position: absolute;
		background: rgba(0, 0, 0, 0.66);
		background-image: -moz-radial-gradient(center center, ellipse,
				transparent,
				rgba(0, 0, 0, 0.33) 100%
			);
		top: 0;
		left: 0;
		color: #fff;
		opacity: 0;
		-moz-transition: opacity 0.4s;
		-webkit-transition: opacity 0.4s;
		-o-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}

	.project .preview:hover .hover-box {
		opacity: 1;
	}

	.project .hover-box-contents {
		position: absolute;
		top: 50%;
		width: 80%;
		margin-left: 10%;
	}

	.project .hover-box .subtitle {
		font: normal 1em/1.5625em "Merriweather", georgia, serif;
		color: #fff;
	}

	.project .hover-box h2 {
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase;
		letter-spacing: .03em;
		font-weight: 600;
		word-wrap: break-word;
		padding: 0 20px 30px;
	}

	.project .hover-box .decoration {
		width: 20px;
		border-top: 2px solid #fff;
		height: 1px;
		position: absolute;
		left: 50%;
		top: auto;
		margin: -12px 0 0 -10px;
	}

	.project .hover-box .password-required,
	.project .hover-box .private-post {
		font-size: 12px;
		color: #aaa;
		text-transform: uppercase;
	}

	.project .hover-box .excerpt {
		display: inline-block;
		width: 70%;
		font-size: 15px;
		margin: 0 0 10px;
	}

	.project .hover-box .wrap-button {
		margin: 10px 0;
	}

	.project .hover-box .button {
		background: #FFF200;
		color: #111;
		padding-bottom: 0;
		font-size: 13px;
		-moz-transition: background-color 0.2s;
		-webkit-transition: background-color 0.2s;
		-o-transition: background-color 0.2s;
		transition: background-color 0.2s;
	}

	.project .hover-box .button:hover {
		color: #fff;
		background: #111;
	}

	.project img {
		height: 100%;
		width: auto;
		display: block;
		-moz-transition: opacity .5s;
		-webkit-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
	}

	.project.loaded .preview {
		opacity: 1;
	}

	.project .info {
		padding: 10px 0 0;
	}

	.project .entry-title {
		margin: 0;
		padding: 5px 0 0;
		font-size: 21px;
		font-weight: 700;
		letter-spacing: 0.02em;
		text-transform: uppercase;
	}

	.project .entry-tags {
		padding-bottom: 10px;
	}

	.entry-tags {
    	color: #ccc;
      	font-size: 13px;
      	position: relative;
		font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	}

	.fluxus-project-types a,
	.entry-tags a {
	    color: #ccc;
	    text-transform: lowercase;
		text-decoration: none;
	    margin: 0 5px 0 0;
	    border-bottom: 0 none;
	}

	.entry-tags a:hover {
	    color: #111;
	}

	.entry-tags a .hash {
		color: #ccc;
		padding: 0 1px 0 0;
		font-weight: normal;
	}

	.entry-tags a:hover .hash {
		color: #ccc;
	}

	.fluxus-project-types a {
		margin: 0;
	}

	.fluxus-project-types a,
	.fluxus-project-types a .hash {
		color: #888;
		font-weight: normal;
	}

	.entry-navigation {
		border-top: 1px solid #eaeaea;
		margin: 30px 0 0;
		overflow: hidden;
	}

	.entry-navigation .entry-tags {
		float: left;
	}

	.entry-navigation .entry-tags,
	.entry-navigation .post-navigation {
		padding: 20px 0;
	}

	.entry-navigation .post-navigation {
		padding-left: 30px;
		border-left: 1px solid #eaeaea;
	}

	.entry-navigation h3 {
		color: #111;
		font-size: 13px;
		line-height: 1em;
		margin: 0;
		font-weight: bold;
		text-transform: uppercase;
	}


/**
 * Grid portfolio.
 */
.layout-portfolio-grid-vertical {
	/**
	 * Rendering grid may overflow website height which will introduce scrollbar and shrink content area.
	 * To avoid shrinking, let's show the scroll bar at all times.
	 */
  overflow-y: scroll;
}

.portfolio-grid {
	height: 100%;
	width: 100%;
	opacity: 0;
}

.grid-project {
	width: 180px;
	height: 120px;
	position: absolute;
	-moz-transition: top 0.5s, left 0.5s;
	-webkit-transition: top 0.5s, left 0.5s;
	-o-transition: top 0.5s, left 0.5s;
	transition: top 0.5s, left 0.5s;
}

	.grid-project .preview {
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #eaeaea;
		position: relative;
	}

	.grid-project .project-contents {
		margin: 20px 20px 0 0;
		width: 100%;
		height: 100%;
	}

	.grid-project .hover-box {
		position: absolute;
		height: 100%;
		width: 100%;
		display: block;
		background: #333;
		background: rgba(0, 0, 0, 0.8);
		opacity: 0;
		-moz-transition: 0.4s opacity;
		-webkit-transition: 0.4s opacity;
		-o-transition: 0.4s opacity;
		transition: 0.4s opacity;
	}

	.grid-project:hover .hover-box {
		opacity: 1;
	}
	.grid-project:hover .abstitle {
		opacity: 0;
	}
	.grid-project .abstitle {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		padding: 3px 5px;
		background-color: rgba(255, 255, 255, 0.8);
		color: #333;
		text-transform:uppercase;
	}

	.grid-project .hover-box .inner {
		position: absolute;
		top: 50%;
		width: 100%;
		padding: 0 10px;
		text-align: center;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.grid-project .hover-box i {
		color: #fff;
		font: normal 13px/1.1em "Merriweather", georgia, serif;
		padding: 0 0 3px;
		margin: -5px 0 0 0;
		display: block;
	}

	.grid-project .hover-box b {
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		display: block;
		font-size: 21px;
		line-height: 1.1em;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	}

	.grid-project .hover-box .password-required {
		font-size: 12px;
		color: #aaa;
		text-transform: uppercase;
	}


/**
 * Portfolio single.
 */
.portfolio-single .horizontal-item {
	position: relative;
	opacity: 0;
}

.portfolio-single.lazy-loading .horizontal-item {
	opacity: 1;
}

.portfolio-single .project-image .image {
	display: block;
	height: 100%;
	width: auto;
}

.portfolio-single .project-image .lazy-image {
	position: relative;
	background: #eaeaea;
}

.portfolio-single .project-image .lazy-image .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	text-align: center;
	margin: -15px 0 0 -100px;
	color: #ccc;
	text-transform: uppercase;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.portfolio-single .project-image .lazy-image-loaded {
	background-color: transparent;
}

.portfolio-single .project-image .lazy-image-loaded .loading {
	display: none;
}

.portfolio-single .project-image .lazy-image-loaded img {
	position: absolute;
	opacity: 0;
	height: 100%;
	width: auto;
}

.portfolio-single .project-image figure {
	position: relative;
}

.portfolio-single .project-image figcaption {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #fff;
	color: #111;
	font-size: 11px;
	padding: 6px 10px;
	letter-spacing: 0.02em;
}

.portfolio-single .project-image figcaption a {
	font-weight: bold;
	text-decoration: underline;
}

.portfolio-single .project-image figcaption a:hover {
	color: #999;
}

/**
 * Blog.
 */
.horizontal-posts .post {
	width: 583px;
}

.horizontal-posts .entry-header {
	position: relative;
	padding: 0 75px 10px 0;
}

.horizontal-posts .entry-title {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.02em;
	position: relative;
	margin: 0;
	padding: 0;
}

.horizontal-posts .sticky .entry-title {
	padding-right: 100px;
}

.horizontal-posts .post .byline {
	margin: 2px 0 -5px;
}

.horizontal-posts .entry-title a,
.search .entry-title {
	text-transform: uppercase;
}

.horizontal-posts .post-with-media .entry-title {
	padding-top: 15px;
}

.horizontal-posts .wrap-embed-video,
.horizontal-posts .thumbnail {
	background: #fff;
}

.horizontal-posts .entry-summary {
	margin: 0;
	font-size: 14px;
}

.entry-header {
	position: relative;
}

.entry-header .entry-date {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 120px;
	padding: 3px 0 2px 20px;
	font-weight: normal;
	text-transform: none;
}

.entry-header .entry-date:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  height: 30px;
  width: 15px;
  background: url(./images/slash.png) no-repeat;
}


.post-with-media .entry-header .entry-date {
	top: 12px;
}

.entry-header .byline {
	font: normal 13px/1.642857143em "Merriweather", georgia, serif;
	color: #999;
}

.entry-header .byline a {
	color: #999;
}

.entry-header .byline a:hover {
	color: #111;
}

.single .entry-header .entry-meta,
.attachment .entry-header .entry-meta {
	width: auto;
	white-space: nowrap;
}

.single .entry-header .byline,
.single .entry-header .entry-date,
.single .entry-header .comment-count,
.attachment .entry-header .byline,
.attachment .entry-header .entry-date,
.attachment .entry-header .comment-count {
	font-size: 13px;
	line-height: 16px;
	font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	color: #999;
	float: left;
}

.single .entry-header .entry-date,
.attachment .entry-header .entry-date {
	position: relative;
	top: 0;
	padding: 0 0 0 20px;
}

.single .entry-header .comment-count,
.attachment .entry-header .comment-count  {
	padding: 0 0 0 20px;
	margin: 0 0 0 5px;
	background: url(./images/slash.png) no-repeat;
}

.single .entry-header .comment-count:hover,
.attachment .entry-header .comment-count:hover {
	color: #111;
}

.post-with-media .entry-title .entry-date {
	top: 13px;
}

.sticky-icon {
    color: #ccc;
    font-size: 16px;
    position: absolute;
    right: 56px;
    top: 16px;
    width: 30px;
    cursor: default;
}

.entry-date {
	color: #b2b2b2;
	font-size: 12px;
	font-weight: 600;
}

.single .entry-title {
	padding-bottom: 45px;
	margin: 0 0 30px;
	text-indent: -3px;
	border-bottom: 1px solid #eaeaea;
}

.single .post-with-media .entry-title,
.single-attachment .entry-title {
	padding-top: 20px;
}

.excerpt-more {
	font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #FFDD28;
	padding-bottom: 2px;
	color: #111;
	white-space: nowrap;
}


/**
 * Post tag navigation.
 */
.tag-navigation {
	border-top: 1px solid #eaeaea;
	position: relative;
	padding: 3px 0 0 0;
}

	.tag-navigation h1 {
		padding: 0 30px 0 0;
		font-weight: normal;
		font-size: 13px;
		text-transform: uppercase;
		float: left;
	}

	.tag-navigation .decoration {
		top: -2px;
	}

	.tag-navigation a {
		float: left;
		color: #999;
		font-size: 13px;
		margin: 0 10px 0 0;
		display: block;
	}

	.tag-navigation a:hover {
		color: #111;
	}


/**
 * Single.
 */
.post-image {
	margin: 0 0 10px;
	overflow: hidden;
	float: left;
	position: relative;
}

	.post-image img {
		display: block;
	}

	.upscale .post-image {
		float: none;
	}

	.post-image .cover {
		position: absolute;
		top: 50%;
		padding: 20px 0;
		width: 100%;
		background: #000;
		background: rgba(0, 0, 0, 0.5);
		display: inline-block;
		text-align: center;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.post-image .cover h1 {
		color: #fff;
		font-size: 40px;
		line-height: 1em;
		font-weight: bold;
		text-transform: uppercase;
		display: inline-block;
		letter-spacing: 0.06em;
	}

	.post-image .cover p {
		font: normal 16px/1em "Merriweather", georgia, serif;
		color: #fff;
		margin: 10px 0 0 0;
	}

	.post-image .cover p a {
		color: #fff;
	}

	.post-image .cover p a:hover {
		text-decoration: underline;
	}


/**
 * Blog post previous/next navigation.
 */
.post-navigation {
	float: right;
	width: auto;
}

.post-navigation .nav-previous {
	float: right;
	margin: 10px 0 0 10px;
}

.post-navigation .nav-next {
	float: right;
	margin: 10px 0 0 0;
}


/**
 * Aside post format.
 */
.horizontal-posts .format-aside .entry-content {
	margin-top: 0;
}


/**
 * Link post format.
 */
.post-link {
	background: #F4F4F4;
	position: relative;
	width: 583px;
}

	.post-link .js-vertical-center {
		position: absolute;
		text-align: center;
		width: 100%;
	}

	.post-link p {
		padding: 10px 0 0 0;
		font-size: 13px;
		font-weight: 300;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
		width: 80%;
		margin: 0 auto;
	}

	.post-link a {
		font-size: 21px;
		border-bottom: 1px solid #FFDD28;
		padding: 0 0 1px;
	}

	.single .post-link,
	.vertical-blog .post-link {
		width: 100%;
		height: auto;
		padding: 50px 0;
	}

		.single .post-link .js-vertical-center,
		.vertical-blog .post-link .js-vertical-center {
			position: static;
		}


/**
 * Quote Post Format.
 */
.wrap-quote {
	background: #F4F4F4;
	margin: 0;
	width: 583px;
	font-size: 24px;
}

	.single .wrap-quote {
		padding: 35px 0;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.wrap-quote blockquote {
		padding: 0 60px;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
		margin-left: 0;
		margin-right: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.single-post .wrap-quote blockquote {
		padding: 0 80px;
	}

	.quote-white blockquote {
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	}

	.wrap-quote p {
		position: relative;
		text-transform: uppercase;
		font-family: "Merriweather", georgia, serif;
	}

	.wrap-quote cite {
		font-style: normal;
		font-size: 13px;
		font-weight: 300;
		display: block;
	}

	.wrap-quote .lq {
		position: absolute;
		font: normal 45px "Merriweather", georgia, serif;
		margin: -8px 0 0 -35px;
		color: #ffdd28;
	}

	.thumbnail:hover blockquote {
		color: #111;
	}

	.post-image .wrap-quote,
	.thumbnail .wrap-quote {
		position: absolute;
		top: 0;
		left: 0;
		background: none;
		width: 100%;
		height: 100%;
	}

	.quote-white {
		background: #111;
	}

	.quote-white p,
	.quote-white p:before,
	.quote-white p:after,
	.quote-white cite {
		color: #fff;
	}

	.post-image .wrap-quote {
		font-size: 2em;
	}

	.post-image .wrap-quote p:before {
		top: -26px;
		left: -20px;
	}

	.post-image .wrap-quote p:after {
		right: -25px;
		bottom: 10px;
	}

.wp-post-image {
	width: auto;
}


/**
 * Vertical Blog.
 */
.vertical-blog .post {
	width: 583px;
	padding: 35px 0;
}

.vertical-blog .post:first-child {
	padding-top: 0;
}

.vertical-blog .post:after {
	content: ' ';
	position: absolute;
	height: 1px;
	border-bottom: 1px solid #eaeaea;
	left: 0;
	width: 200%;
	margin: 34px 0 0 -34px;
}

.vertical-blog .post .entry-header {
	padding: 0 120px 20px 0;
}

.vertical-blog .post-with-media .entry-header {
	padding-top: 24px;
}

.vertical-blog .post .entry-title {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.vertical-blog .post .byline {
	margin: 2px 0 -5px;
}

.vertical-blog .post .entry-date {
	top: 1px;
}

.vertical-blog .post-with-media .entry-date {
	top: 23px;
}

.vertical-blog .site-with-sidebar .site-content {
	position: relative;
	padding-bottom: 50px;
}

.vertical-blog .wrap-excerpt-more {
	margin: 20px 0 0;
}

.vertical-blog .wrap-excerpt-more:first-child {
	margin: 0;
}

.vertical-blog .wrap-quote {
	width: auto;
}

.vertical-blog .post-without-featured-image .wrap-quote blockquote {
	padding-top: 35px;
	padding-bottom: 35px;
}

.vertical-blog #main {
	overflow: hidden;
}

.vertical-blog .entry-summary {
	margin-top: 0;
}

.vertical-blog #main,
.vertical-blog .site-with-sidebar,
.vertical-blog .sidebar {
	height: 100%;
}

.vertical-blog .navigation-paging {
	position: relative;
	margin: 30px 0 0 0;
	padding: 0 0 20px;
	width: 583px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
}

.vertical-blog .navigation-paging .status {
	overflow: hidden;
	float: right;
	padding: 9px 0 0 0;
	display: none;
}

.vertical-blog .navigation-paging .status p,
.vertical-blog .navigation-paging .status h5 {
	float: left;
	clear: none;
	font-size: 11px;
	line-height: 1em;
	font-weight: bold;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	color: #B2B2B2;
}

.vertical-blog .navigation-paging .status h5 {
	letter-spacing: -0.05em;
}

.vertical-blog .navigation-paging .paging p {
	display: none;
}

.vertical-blog .navigation-paging .button-older {
	float: right;
}

.vertical-blog .navigation-paging .wrap-page-numbers {
	text-align: center;
	width: 180px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -80px;
}

.vertical-blog .navigation-paging .wrap-page-numbers .page-numbers {
	text-align: center;
	font-size: 11px;
	width: 28px;
	line-height: 26px;
}

.vertical-blog .thumbnail img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: none;
}

.upscale.vertical-blog .thumbnail img {
	width: 100%;
	max-width: 100%;
}


/**
 * Single page.
 */
.page .entry-content {
	margin: 30px 0 0 0;
	clear: both;
}


/**
 * 404 page.
 */
.site .error404 {
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.site .error404 h1 {
	font-size: 40px;
	font-weight: 700;
}

.site .error404 .entry-content {
	margin: 10px 0 60px 0;
}

.error404 #searchform {
	position: absolute;
	left: 50%;
	margin: 10px 0 0 -100px;
}

.error404 .page-with-background {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}



/**
 * Contacts page.
 */
#map-dim,
#map {
	width: 100%;
	height: 100%;
	position: absolute;
}

#map-dim {
	background: #000;
	opacity: 0.7;
}

#map-dim.dim-image {
	opacity: 0.35;
}

#close-map {
	position: absolute;
	bottom: 5px;
	left: -200px;
	z-index: 1001;
	display: none;
}

.page-contacts .site-content {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.contacts-background {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.page-template-template-presse-php .site-content, .page-template-template-backrooms-php .site-content{
	width:100%;
	margin:0 auto;
	position: relative;
	float: left;
}
.page-template-template-presse-php .site-content article, .page-template-template-backrooms-php .site-content article{
	background: none repeat scroll 0% 0% #FFF;
	padding: 20px 30px;
	border-radius: 1px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	border-top: 3px solid #ededed;
	position:relative;
	z-index:10;
	max-width:990px;
	width:100%;
	min-height:350px;
	margin:40px auto;
	font-size:13px;
}
.page-template-template-presse-php .site-content article p, .page-template-template-backrooms-php .site-content article p{
	font-size:13px;
}

.page-template-template-presse-php.page  .entry-content, .page-template-template-backrooms-php.page  .entry-content{
	margin:0;
}

.page-contacts .site-content .page {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 600px;
}

.page-contacts .site-content .page .viewport {
	padding: 20px 0;
}

.page-contacts .entry-content a {
	color: #fff;
}

.page-contacts .entry-content .button,
#close-map {
	background: #FFF200;
	color: #111;
}

.page-contacts .entry-content .button:hover,
#close-map:hover {
	background: #ffd300;
}

.page-contacts .site-content .page .entry-content {
	margin-top: 15px;
}

.page-contacts .site-content .entry-header,
.page-contacts .site-content .entry-content {
	color: #fff;
}

.page-contacts .site-content .entry-content {
	width: 100%;
}

.page-contacts .contact-details {
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(255, 255, 255, .25);
	margin: 8px 0 0 -20px;
	padding: 0 0 0 20px;
	min-height: 100%;
}

.page-contacts  .contact-details h6 {
	margin: 0 0 4px;
	font: bold 13px "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
}

.page-contacts  .contact-details p {
	font-size: 14px;
	line-height: 21px;
}

#send-message {
	margin-right: 10px;
}

.horizontal-page .reveal-modal.full .scroll-container .overview {
    width: 100%;
}

.horizontal-page .reveal-modal.full .scroll-container .scrollbar {
    right: -20px;
}
.horizontal-page .reveal-modal.full .modal-contents {
    height:400px;
	max-height:90%;
	font-size: 13px;
}
.horizontal-page .reveal-modal.full .viewport  {
	height: 100%;
}

.page-contacts .wpcf7 {
	display: none;
}


/**
 * Tooltip.
 */
.tooltip {
	background: #FFF200;
	font-size: 12px;
	position: absolute;
	z-index: 150;
	padding: 0 4px 1px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.40);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.40);
	color: #000;
	display: none;
	white-space: nowrap;
}

.tooltip:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #FFF200;
	margin: 1px 0 0 1px;
}

.sep {
	width: 8px;
	height: 19px;
	display: inline-block;
	background: url(./images/slash.png) no-repeat top center;
	padding: 0 2px 0 4px;
	line-height: 1em;
	vertical-align: bottom;
}



/*-----------------------------------------------------------------------------
	6. SHORTCODES
-----------------------------------------------------------------------------*/

.horizontal-break {
	margin: 1.5em 0;
	height: 1px;
	background: #eaeaea;
}

.aside-content {
	float: right;
	font: 300 21px/33px "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	width: 38%;
    position: relative;
    margin: -5px -42.85% 0 0;
}

	.aside-content .position-absolute {
		position: absolute;
		width: 100%;
	}

	.page-template-template-full-width-php .aside-content,
	.page-template-template-full-width-sidebar-php .aside-content {
		margin-right: 0;
		margin-left: 20px;
		margin-bottom: 20px;
		width: auto;
		max-width: 30%;
	}

	.page-template-template-full-width-php .aside-content .position-absolute,
	.page-template-template-full-width-sidebar-php .aside-content .position-absolute {
		position: static;
	}


/**
 * Shortcode: Social.
 */
.icon-social {
	margin: 0 3px 0 0;
}

	.icon-social:before {
		color: #111;
		font-size: 30px;
		-moz-transition: color 0.3s;
		-o-transition: color 0.3s;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
		text-decoration: none;
		text-align: left;
	}

	.entry-content .icon-social:before {
		width: 48px;
		height: 48px;
	}


/**
 * Shortcode: Services.
 */
.service {
	width: 100%;
	margin: 16px 0;
	float: left;
}

	.service .service-name {
		text-align: center;
		margin: 0 0 0.5em;
		font-size: 18px;
	}

	.service .service-icon {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 0 auto;
	}

	.service .service-mask {
		padding-top: 100%;	/* preserve 1:1: aspect ratio */
		position: relative;
		width: 100%;
	}

	.service .service-icon img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		border-radius: 1000px;
		border-radius: 100%;
	}

	.service .service-icon-no-image {
		background-color: #ccc;
		-webkit-box-shadow: inset 0 0 20px -10px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 0 20px -10px rgba(0, 0, 0, 0.2);
		border-radius: 100%;
	}

	.service .service-content {
		margin: 1em 0;
		font-size: 13px;
	}

	.service .icon {
		position: absolute;
		font-size: 100px;
		width: 100%;
		text-align: center;
		color: #fff;
		cursor: default;
		top: 50%;
		margin: -50px 0 0 0;
	}


/**
 * Shortcode: Accordion.
 */
.accordion {
	margin: 0 0 1.5em;
	border: 1px solid #eaeaea;
}

	.accordion .panel-content {
		display: none;
	}

	.accordion .panel-active .panel-content {
		display: block;
	}

	.accordion .panel-title {
		margin: 0;
		border-bottom: 1px solid #ddd;
	}

	.accordion .panel-title a {
		color: #222;
		text-decoration: none;
		display: block;
		font: 700 13px "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
		text-transform: uppercase;
		padding: 8px 15px;
		background: #F3F3F3;
		-webkit-box-shadow: inset 0 -3px 4px -4px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 -3px 4px -4px rgba(0, 0, 0, 0.1);
	}

	.accordion .panel-active .panel-title a,
	.accordion .panel-title a:hover {
		background: #f9f9f9;
		color: #111;
	}

	.accordion .panel-active .panel-title a {
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #fff;
	}

	.accordion .panel-content {
		padding: 15px;
		-webkit-box-shadow: inset 0 -3px 4px -4px rgba(0, 0, 0, 0.4);
		box-shadow: inset 0 -3px 4px -4px rgba(0, 0, 0, 0.4);
		font-size: 13px;
	}

	.accordion .panel-last .panel-title {
		border-bottom: 0 none;
	}

	.accordion .panel-active .panel-title {
		border-bottom: 1px solid #eee;
	}

	.accordion .panel-last .panel-title a {
		-webkit-box-shadow: none;
		box-shadow: none;
	}


/**
 * Shortcode: Tabs.
 */
.tabs {
	margin: 0 0 1.5em;
}

.tabs .tabs-menu ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
}

.tabs .tabs-menu li {
	display: block;
	float: left;
	padding: 0;
	border: 1px solid #eaeaea;
	border-right: 0 none;
	z-index: 5;
	position: relative;
}

.tabs .tabs-menu li:first-child {
	border-radius: 3px 0 0 0;
}

.tabs .tabs-menu li:last-child {
	border-right: 1px solid #eaeaea;
	border-radius: 0 3px 0 0;
}

.tabs .tabs-menu li a {
	display: block;
	color: #333;
	font: 700 13px "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	text-transform: uppercase;
	padding: 8px 20px;
	background: #F3F3F3;
	-webkit-box-shadow: inset 0 -3px 4px -4px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -3px 4px -4px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.tabs .tabs-menu li a b {
	display: none;
}

.tabs .tabs-menu li a:hover {
	background: #f9f9f9;
	color: #111;
}

.tabs .tabs-menu li.active a:after {
	content: ' ';
	position: absolute;
	border-bottom: 1px solid #fff;
	width: 100%;
	left: 0;
	bottom: -1px;
}

.tabs .tabs-menu li.active a {
	background: #fff;
	cursor: default;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	color: #111;
}

.tabs .tab {
	display: none;
	padding: 20px;
	border: 1px solid #eaeaea;
	position: relative;
	top: -1px;
}

.tabs .tab p:last-child {
	margin-bottom: 0;
}

.tabs .tab-index-1 {
	display: block;
}


/**
 * Shortcode: Alert.
 */
.alert {
	border: 1px solid #eaeaea;
	padding: 10px 15px;
	text-align: center;
	margin: 1.5em 0;
}

	.alert a {
		color: #111;
		text-decoration: underline;
	}

	.alert p {
		margin: 0 0 10px 0 !important;
	}

	.alert p:last-child {
		margin: 0 !important;
	}


	.alert a:hover {
		text-decoration: none;
	}

	.alert-note {
		background: #FCF6E3;
		border: 1px solid #EDE3C8;
	}

	.alert-warning {
		border-color: #a03b18;
		background: #c26161;
		color: #fff;
	}

	.alert-warning a {
		color: #fff;
	}

	.alert-success {
		background: #bce592;
		border-color: #8cd26f;
	}



/*-----------------------------------------------------------------------------
	7. MISCELLANEOUS
-----------------------------------------------------------------------------*/

html.horizontal-page {
	overflow-y: hidden;
	overflow-x: scroll;
}

html.no-scroll,
html.no-scroll body {
	overflow: hidden;
}

.hide {
	display: none;
}

/**
 * Fluxus Gallery.
 */

.fluxus-lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #111;
	z-index: 10000;
	display: none;
	overflow-y: scroll;
}

	html.fluxus-lightbox-visible,
	.fluxus-lightbox-visible body {
		overflow: hidden !important;
	}

	.fluxus-lightbox-visible body {
		position: absolute;
	}

	.fluxus-lightbox .lightbox-content {
		width: 100%;
		height: 100%;
	}

	.fluxus-lightbox .lightbox-left-area,
	.fluxus-lightbox .lightbox-right-area,
	.fluxus-lightbox .lightbox-center-area {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 50px;
		width: 40%;
	}

	.fluxus-lightbox .lightbox-center-area {
		width: 20%;
		left: 40%;
	}

	.fluxus-lightbox .arrow-right {
		cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSItNjUuNSA2MzYuNSAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9InN0eWxlMCI+PHN0eWxlPi5zdHlsZTB7ZW5hYmxlLWJhY2tncm91bmQ6CW5ldyAtNjUuNSA2MzYuNSAzMiAzMjt9LnN0eWxlMXtvdmVyZmxvdzoJdmlzaWJsZTtvcGFjaXR5OgkwLjI1O308L3N0eWxlPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjAuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48Zz48aW1hZ2Ugd2lkdGg9IjIwIiBoZWlnaHQ9IjI4IiB4bGluazpocmVmPSIzMTIwNDIyRjFDRTNBNUUxLnBuZyIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAtNjkuNSA2MzMuNSkiIGNsYXNzPSJzdHlsZTEiPjwvaW1hZ2U+PGc+PHBvbHlnb24gcG9pbnRzPSItNjUuNSw2MzcuNyAtNjQuMiw2MzYuNSAtNTMuNyw2NDYuMyAtNjQuMiw2NTYuMiAtNjUuNSw2NTUgLTU2LjMsNjQ2LjMiLz48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9Ii02NS41LDYzNy43IC02NC4yLDYzNi41IC01My43LDY0Ni4zIC02NC4yLDY1Ni4yIC02NS41LDY1NSAtNTYuMyw2NDYuMyIvPjwvZz48L2c+PC9zdmc+), auto;
	}

	.fluxus-lightbox .arrow-left {
		cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSItNjUuNSA2MzYuNSAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9InN0eWxlMCI+PHN0eWxlPi5zdHlsZTB7ZW5hYmxlLWJhY2tncm91bmQ6CW5ldyAtNjUuNSA2MzYuNSAzMiAzMjt9LnN0eWxlMXtvdmVyZmxvdzoJdmlzaWJsZTtvcGFjaXR5OgkwLjI1O308L3N0eWxlPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjAuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48Zz48aW1hZ2Ugd2lkdGg9IjIwIiBoZWlnaHQ9IjI4IiB4bGluazpocmVmPSI5MjgyNDlCMDI3MUUyNjczLnBuZyIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAtNjkuNSA2MzMuNSkiIGNsYXNzPSJzdHlsZTEiPjwvaW1hZ2U+PGc+PHBvbHlnb24gcG9pbnRzPSItNTMuNyw2NTUgLTU1LDY1Ni4yIC02NS41LDY0Ni4zIC01NSw2MzYuNSAtNTMuNyw2MzcuNyAtNjIuOSw2NDYuMyIvPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iLTUzLjcsNjU1IC01NSw2NTYuMiAtNjUuNSw2NDYuMyAtNTUsNjM2LjUgLTUzLjcsNjM3LjcgLTYyLjksNjQ2LjMiLz48L2c+PC9nPjwvc3ZnPg==), auto;
	}

	.fluxus-lightbox .zoom-in {
		cursor: pointer;
		cursor: zoom-in;
		cursor: -webkit-zoom-in;
		cursor: -moz-zoom-in;
	}

	.fluxus-lightbox .zoom-out {
		cursor: pointer;
		cursor: zoom-out;
		cursor: -webkit-zoom-out;
		cursor: -moz-zoom-out;
	}

	.fluxus-lightbox .lightbox-right-area {
		left: auto;
		right: 0;
	}

	.fluxus-lightbox .lightbox-content .iframe-container {
		position: relative;
		height: 100%;
		width: 100%;
	}

	.fluxus-lightbox .lightbox-content .iframe-container iframe {
		position: relative;
		margin: 0 auto;
		display: block;
	}

	.fluxus-lightbox.mode-fit {
		overflow: hidden;
		height: 100%;
	}

	.fluxus-lightbox .lightbox-content img {
		width: auto;
		height: auto;
		margin: 0 auto;
		display: block;
		position: relative;
		top: 0;
	}

	.fluxus-lightbox .loading-image,
	.fluxus-lightbox .error-image {
		position: absolute;
		top: 50%;
		margin: -20px 0 0 0;
		display: block;
		width: 100%;
		color: #fff;
		font-size: 13px;
		text-align: center;
	}

	.fluxus-lightbox .lightbox-loading,
	.fluxus-lightbox .lightbox-error {
		color: #fff;
		font-size: 13px;
		position: absolute;
		display: none;
	}

	.fluxus-lightbox .lightbox-prev,
	.fluxus-lightbox .lightbox-next,
	.fluxus-lightbox .lightbox-close,
	.fluxus-lightbox .lightbox-resize {
		position: fixed;
		background: #fff200;
		padding: 0 15px 0 28px;
		display: inline-block;
		line-height: 34px;
		color: #111;
		font-weight: bold;
		font-size: 13px;
		z-index: 1001;
		bottom: 0;
		left: 0;
		text-transform: uppercase;
		cursor: pointer;
	}

	.touch-device .fluxus-lightbox .lightbox-next,
	.touch-device .fluxus-lightbox .lightbox-prev,
	.touch-device .fluxus-lightbox .lightbox-resize,
	.fluxus-lightbox .lightbox-left-area,
	.fluxus-lightbox .lightbox-right-area,
	.fluxus-lightbox .lightbox-center-area {
		display: none;
	}

	.touch-device .fluxus-lightbox .lightbox-close {
		left: auto;
		bottom: auto;
		top: 0;
		right: 0;
	}

	.fluxus-lightbox .lightbox-prev:hover,
	.fluxus-lightbox .lightbox-next:hover,
	.fluxus-lightbox .lightbox-close:hover,
	.fluxus-lightbox .lightbox-resize:hover {
		color: #fff;
		background: #111;
	}

	.fluxus-lightbox .lightbox-close:before {
		font-size: 16px;
		position: absolute;
		margin: 8px 0 0 -21px;
	}

	.fluxus-lightbox .lightbox-prev,
	.fluxus-lightbox .lightbox-next,
	.fluxus-lightbox .lightbox-resize {
		left: auto;
		right: 0;
		width: 40px;
		height: 34px;
		padding-left: 0;
		padding-right: 0;
	}

	.fluxus-lightbox .lightbox-prev {
		right: 41px;
	}

	.fluxus-lightbox .lightbox-resize {
		right: 92px;
	}

	.fluxus-lightbox .lightbox-prev:before,
	.fluxus-lightbox .lightbox-next:before {
		font-size: 16px;
		margin: 0 0 0 11px;
	}

	.fluxus-lightbox .lightbox-next:before {
		margin-left: 13px;
	}

	.fluxus-lightbox .lightbox-resize:before {
		font-size: 16px;
		margin: 0 0 0 11px;
	}


/**
 * Tiny scrollbar plugin
 */
.scroll-container .scrollbar {
	display: none;
}

.horizontal-page .scroll-container {
	height: 100%;
}

	.horizontal-page .scroll-container .viewport {
		overflow: hidden;
		position: relative;
	}

	.horizontal-page .scroll-container .overview {
		position: absolute;
		right: 0;
		top: 0;
		width: 235px;
	}
	.horizontal-page .scroll-container .overview p{
		padding-bottom:12px;
	}
	.horizontal-page .scroll-container .thumb .end,
	.horizontal-page .scroll-container .thumb {
		background: #333;
	}

	.horizontal-page .scroll-container .scrollbar {
		position: relative;
		float: right;
		width: 4px;
		right: -34px;
		display: block;
	}

	.horizontal-page .scroll-container .track {
		background: #eaeaea;
		height: 100%;
		width: 4px;
		position: relative;
		padding: 0 1px;
	}

	.horizontal-page .scroll-container .thumb {
		height: 20px;
		width: 4px;
		cursor: pointer;
		overflow: hidden;
		position: absolute;
		top: 0;
	}

	.horizontal-page .scroll-container .thumb .end {
		overflow: hidden;
		height: 5px;
		width: 4px;
	}

	.horizontal-page .scroll-container .disable {
		display: none;
	}

	.noSelect {
		user-select: none;
		-o-user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
	}


/**
 * Alignment
 */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
}

/* Text meant only for screen readers */
.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}


/**
 * Contact form 7 plugin.
 */
.wpcf7-textarea {
	height: 120px;
}

.wpcf7-form {
	font-size: 13px;
}

.wpcf7-form .wpcf7-form-control-wrap {
	margin: 2px 0 10px 0;
	display: block;
}

.wpcf7-form .wpcf7-form-control-wrap {
	overflow: hidden;
}

.wpcf7-form .wpcf7-form-control-wrap input[type="text"] {
	font-size: 14px;
	float: left;
	margin: 0 10px 0 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
	position: static;
	width: 200px;
	float: left;
	border: 0 none;
}

.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ok {
	background: #bce592;
	border: 1px solid #8cd26f;
	font: normal 1em "Merriweather", georgia, serif;
	padding: 10px 10px;
}

.wpcf7-form .wpcf7-response-output {
	margin: 10px 0 0 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
	color: #999;
}

.wpcf7-form .wpcf7-validation-errors {
	background: #C26161;
	border: 1px solid #A03B18;
	color: #fff;
}


/**
 * Reveal modals plugin.
 */
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.8);
	z-index: 10000;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 0;
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #fff;
	position: absolute;
	z-index: 10001;
	padding: 20px 30px 20px;
	border-radius: 1px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	border-top: 3px solid #fff200;
}

.reveal-modal h1 {
	font: 700 13px "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	font-weight: bold;
	cursor: pointer;
}


/**
 * Alternative navigation for mobile devices.
 */
#mobilenav {
	position: absolute;
	background: #292929;
	height: 100%;
	top: 0;
	z-index: 2000;
}

.horizontal-page #mobilenav {
	position: fixed;
}

#mobilenav .btn-open {
	display: block;
	width: 50px;
	background: #292929;
	position: absolute;
	top: 18px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 0;
	right: 0;
	-moz-transition: right 0.7s;
	-webkit-transition: right 0.7s;
	-o-transition: right 0.7s;
	transition: right 0.7s;
}

#mobilenav nav a {
	display: block;
	color: #fff;
	font-size: 13px;
	padding: 10px 25px 10px 20px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #333;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

#mobilenav nav a.active {
	background: #222;
	color: #fff;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
	border-top-color: #121212;
}

#mobilenav nav a.level-2 {
	padding: 5px 40px 5px 40px;
}

#mobilenav nav a.level-3 {
	padding: 5px 40px 5px 50px;
	font-size: 11px;
}

#mobilenav nav a:hover {
	background: #333;
}

.iscrollbarV {
	position: absolute;
	z-index: 100;
	width: 8px;
	bottom: 0;
	top: 0;
	right: 1px;
}

.iscrollbarV > div {
	position: absolute;
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.05);
	width: 5px;
	border-radius: 3px;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/**
 * Touch only devices.
 */
 /*
.touch-device .portfolio-grid .grid-project .hover-box {
    display: block;
    opacity: 1;
    height: auto;
    box-shadow: none;
    bottom: 0;
}

.touch-device .portfolio-grid .grid-project .hover-box .inner[style] {
    position: static !important;
    transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
}

.touch-device .portfolio-grid .grid-project .hover-box i {
    display: none;
}

.touch-device .grid-project .preview[style] {
    height: 100% !important;
    box-shadow: none;
}

.touch-device .grid-project .hover-box b {
    font-weight: normal;
    line-height: 17px;
    padding: 15px 0;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.touch-device .grid-project .hover-box .password-required {
	display: none;
}*/


/**
 * WPML
 */

#lang_sel_footer .lang_sel_sel {
	border: 0 none;
	font-weight: bold;
	cursor: default;
}

#lang_sel_footer .iclflag {
	margin: 0 2px 0 0;
}

.icl_languages_selector {
	overflow: visible;
}

.icl_languages_selector #lang_sel ul ul {
	display: none;
	margin: 5px 0 0 0;
}

.icl_languages_selector #lang_sel li:hover > ul {
	display: block;
}

.icl_languages_selector .lang_sel_list_horizontal li {
	display: inline-block;
	margin-left: 10px;
}

.menu-item-language .iclflag {
	position: relative;
	margin: 0 5px 0 0;
	top: 1px;
}

.menu-item-language:hover .submenu-languages {
	display: block;
}

.ajax-login-register-login-container{
	width: 350px;
	margin: 40px auto;
}

.ajax-login-register-login-container .form-wrapper {
	background-color: #eee;
	padding: 25px;
	border-radius: 7px;
}
.ajax-login-register-login-container .not-a-member-handle, .ajax-login-default-form-container.login_form  .form-wrapper span.meta:nth-child(2){
	display:none;
}

.ajax-login-default-form-container.login_form h1{
	font-size:20px;
	padding:0 0 20px;
	margin:0 auto;
	text-align:center;
}
.ajax-login-default-form-container .button-container {
	text-align: center;
}
.ajax-login-default-form-container input[type="submit"]{
	margin: 0 auto;
	float: none;
	background-color: #ededed;
	color: #000;
	cursor: pointer;
	font: 14px/30px "Lato","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
	padding: 0px 13px;
	display: inline-block;
	margin: 0px auto;
	border:none;
	border-radius: 2px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
	text-decoration: none !important;
}
.ajax-login-default-form-container input[type="submit"]:hover {
	-webkit-box-shadow:none;
	box-shadow:none;
	color: #000;
}
.single-fluxus_portfolio .fluxus-project-types{
	display:none;
}

.logged-in .forlogin {
	width:98%;
	padding:2%;
	max-width:980px;
	margin:80px auto 0;
	background-color: rgba(255,255,255,0.9);
}

.logged-in .forlogin h1 {
	font-size:22px;
}

.scroll-container .textwidget{
	margin-bottom: 0px;
	padding-bottom: 80px;
}

.entry-content .logoutlink{
font-size: 14px;
float: right;
margin-bottom:15px;
}

input.referer-page { display:none; }