/*
	Theme Name: California
	Theme URI: http://clapat.ro/themes/california-wordpress/
	Description: Responsive WordPress Theme
	Version: 1.4
	Author: Clapat
	Author URI: http://themeforest.net/user/clapat
	Created Date: 02/02/2017
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options
	Text Domain: california
*/

/*------------------------------------------------------------------

01. General Styles
02. Preloader
03. Header
04. Secondary Menu
05. Full Screen Overlay Menu
06. Content Styles
07. Portfolio Filters
08. Portfolio Items
09. Portfolio Isotope Transitions
10. Project Page
11. Blog Page
12. Contact Page
13. Image & Div Animation
14. Shortcodes
15. Footer
16. Responsive Media Querries

-------------------------------------------------------------------*/

	
/* 1. General Styles */		
	
	html,body{
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size:16px;
		height:100%;
		width:100%;
		color:#999;
		background-color:#fff;
	}
	
	html {
		box-sizing: border-box;
		margin-right: 0px!important;
		overflow: visible!important;
	}
	
	body {
		overflow-x:hidden;
		overflow-y:scroll;
		box-sizing: border-box;
	}
	
	body.page-template-showcase-curtain-page {
		overflow:hidden;
	}
	
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	article,
	aside,
	details,
	figcaption,
	footer,
	header,
	hgroup,
	nav,
	section {
		display: block;
	}
	
	audio,
	canvas,
	 {
		display: inline-block;
		max-width: 100%;
	}	
	
	address {
		font-style: italic;
		margin-bottom: 24px;
	}
	
	abbr[title] {
		border-bottom: 1px dotted #2b2b2b;
		cursor: help;
	}
	
	b,
	strong {
		font-weight: 400;
		color:#000;
	}
	
	cite,
	dfn,
	em,
	i {
		font-style: italic;
	}
	
	mark,
	ins {
		background: none repeat scroll 0 0 #000;
		text-decoration: none;
		color:#fff;
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 4px;
		text-transform: uppercase;
		padding:2px 5px;
		margin-bottom:10px;
		display:inline-block;
	}
	
	code,
	kbd,
	tt,
	var,
	samp,
	pre {
		font-family: monospace, serif;
		font-size: 15px;
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		line-height: 1.6;
	}
	
	pre {
		border: 1px solid rgba(0, 0, 0, 0.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		margin-bottom: 24px;
		max-width: 100%;
		overflow: auto;
		padding: 12px;
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	
	blockquote,
	q {
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		quotes: none;
	}
	
	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: "";
		content: none;
	}
	
	blockquote p{
		color: #000;
		font-size: 18px;
		font-style: italic;
		font-weight: 300;
		line-height: 30px;
		margin-bottom: 24px;
		font-family:Georgia, "Times New Roman", Times, serif;
		border-left:2px #ddd solid;
		padding:20px 20px 20px 40px;
		letter-spacing: 0.01em;
	}
	
	blockquote span {
		display:block;
		margin-top:20px;
		font-weight:400;
		font-size:12px;
		font-style:normal;
		font-family: Verdana,Geneva,sans-serif;
		color:#999;
	}
	
	blockquote cite,
	blockquote small {
		color: #2b2b2b;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
	}
	
	blockquote em,
	blockquote i,
	blockquote cite {
		font-style: normal;
	}
	
	blockquote strong,
	blockquote b {
		font-weight: 400;
	}
	
	small {
		font-size: smaller;
	}
	
	big {
		font-size: 125%;
	}
	
	sup,
	sub {
		font-size: 75%;
		height: 0;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	
	sup {
		bottom: 1ex;
	}
	
	sub {
		top: .5ex;
	}
	
	dl {
		margin-bottom: 24px;
	}
	
	dt {
		font-weight: bold;
	}
	
	dd {
		margin-bottom: 24px;
	}
	
	ul,
	ol {
		list-style: none;
		margin: 0 0 24px 20px;
	}
	
	ul {
		list-style: disc;
	}
	
	ol {
		list-style: decimal;
	}
	
	li > ul,
	li > ol {
		margin: 0 0 0 20px;
	}
	
	li {
		line-height: 20px;
		color:#333;
		margin-bottom:10px;
	}
	
	figure {
		margin:0;
		position:relative;
		display: inline-block;
	}
	
	figure img {
		max-width:100%;
	}
	
	figcaption {
		background-color: #000;
		bottom: 25px;
		color: #fff;
		font-size: 10px;
		padding: 15px 25px;
		position: absolute;
		right: 25px;
		text-transform: uppercase;
		font-family: "Montserrat",sans-serif;
		z-index: 10;
	}
	
	fieldset {
		border: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0 0 24px;
		padding: 11px 12px 0;
	}
	
	legend {
		white-space: normal;
	}
	
	button,	input {
		line-height: normal;
	}
	
	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}
	
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		cursor: pointer;
	}
	
	button[disabled],
	input[disabled] {
		cursor: default;
	}
	
	input[type="checkbox"],
	input[type="radio"] {
		padding: 0;
	}
	
	input[type="search"] {

		-webkit-appearance: textfield;
	}
	
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	
	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}
	
	textarea {
		overflow: auto;
		vertical-align: top;
	}
	
	table, th, td {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	table {
		border-collapse: separate;
		border-spacing: 0;
		border-width: 1px 0 0 1px;
		margin-bottom: 24px;	
		width: 100%;
	}
	
	caption, th, td {
		font-weight: normal;
		text-align: left;
		padding-left:10px;
	}
	
	th {
		border-width: 0 1px 1px 0;
		font-weight: bold;
		padding:5px;
	}
	
	td {
		border-width: 0 1px 1px 0;
	}
	
	del {
		color: #767676;
	}
	
	hr {
		border: 0;
		height: 50px;
		width:100%;
		float:none;
		margin:0;
		display:inline-block;
	}
	
	hr.small {
		height:20px;
	}
	
	hr:after {
		clear: both;
		content: " ";
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	img {
		border: 0 none;
		max-width: 100%;
		vertical-align: middle;
		height:auto;
	}
		
	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		color:#000;
		margin-bottom:10px;
	}
	
	h1.big-title{
		font-size: 120px;
		font-style: normal;
		font-weight: 700;
		line-height: 140px;
		margin-left:-7px;
	}	
	
	h1{
		font-size:48px;
		line-height: 54px;
		margin-left:-3px;
	}
	
	h2{
		font-size: 36px;
		line-height: 48px;
		margin-left:-1px;
	}
	
	h3{
		font-size:30px;
		line-height: 36px;
		margin-left:-1px;
	}
	
	h4{
		font-size:24px;
		line-height: 30px;
		margin-left:-1px;	
	}
	
	h5{
		font-size:18px;
		line-height: 24px;
		margin-left:-1px;
	}
	
	h6{
		font-size:14px;
		line-height: 18px;
	}
	
	.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6, .light-content p {
		color: #fff;
	}
	
	.title-has-line {
		position:relative;
		margin-bottom:35px;
	}
	
	.title-has-line:after {
		background: none repeat scroll 0 0 #0c00ff;
		bottom: -15px;
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		width: 30px;
	}
	
	.text-align-center .title-has-line:after {
		background: none repeat scroll 0 0 #0c00ff;
		bottom: -15px;
		content: "";
		height: 2px;
		left: 50%;
		margin-left: -20px;
		position: absolute;
		width: 30px;
	}
	
	.text-align-right.title-has-line:after {
		background: none repeat scroll 0 0 #0c00ff;
		bottom: -15px;
		content: "";
		height: 2px;
		left: 50%;
		margin-left: -20px;
		position: absolute;
		width: 30px;
	}
	
	p {
		font-size:16px;
		margin-bottom:20px;
		line-height:30px;
		color:#999;
	}
	
	p.no-margins {
		margin-bottom:0;
	}
	
	.bigger p, p.bigger {
		font-size: 24px!important;
		font-weight: 400;
		line-height:36px;
		color:#222!important;
	}
	
	.smaller p, p.smaller {
		font-family: "Montserrat",sans-serif;
		font-size: 10px!important;
		font-weight: 400;
		letter-spacing: 2px;
		color:#777;
		text-transform:uppercase;
	}
	
	.container {
		max-width:1540px;
		width:100%;
		margin:0 auto;
		padding: 0 55px;
		box-sizing:border-box;
	}
	
	#page-with-comments {
		max-width:1540px;
		width:100%;
		margin:0 auto;
		padding: 0 70px;
		box-sizing:border-box;
	}
	
	#page-with-comments {
		padding-top:60px!important;
	}
	
	.small .container {
		max-width:930px;
		width:100%;
		margin:0 auto;
		padding: 0 50px;
		box-sizing:border-box;
	}
	
	#blog .container {
		padding:0;
	}
	
	.full .container {
		width:100%;
		max-width:100%;
		padding:0;
	}
	
	.padding-full .container {
		width:100%;
		box-sizing:border-box;
		padding:0 50px;
	}
	
	.container.portfolio {
		width:1320px;
	}
	
	.container::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	a:hover, a:active {
	  outline: 0;
	  color: #000;
	}
	
	a {
        text-decoration: none;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    }
	
	a {
		color: #000;
		outline: 0;
	}
	
	a:hover {
		text-decoration:none;
	}
	
	a.link {
		display:inline-block;
		position:relative;
		font-weight:400;
		padding:0 10px;
		left:-10px;
	}
	
	.project-light-content a.link {
		color:#fff;
	}
	
	a.link::before {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 14px;
		background: rgba(0,0,0,0.1);
		transform: scaleX(0);
		transform-origin: right;
		transition: transform .2s ease-out;
	}
  
    a.link:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}
	
	.project-light-content a.link:before {
		background-color:rgba(255,255,255,0.2)
	}
	
	.one_half {
    	width: 47%;
	}	

	.one_third {
		width: 30.6%;
	}	

	.one_fourth {
		width: 22%;
	}	

	.one_fifth {
		width: 16.8%;
	}	

	.one_sixth {
		width: 13.33%;
	}	

	.two_fifth {
		width: 37.6%;
	}	

	.two_fourth {
		width: 48%;
	}		

	.two_third {
		width: 65.33%;
	}	

	.three_fifth {
		width: 58.4%;
	}	

	.three_fourth {
		width: 74%;
	}	

	.four_fifth {
		width: 79.2%;
	}	

	.five_sixth {
		width: 82.67%;
	}	

	.one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: left;
		margin-bottom: 20px;
		margin-right: 4%;
		position: relative;
	}
	
	.one_half {
		float: left;
		margin-bottom: 20px;
		margin-right: 6%;
		position: relative;
	}

	.last {
		margin-right:0px;
	}
	
	.text-align-center {
		text-align:center;
	}
	
	.text-align-left {
		text-align:left;
	}
	
	.outer {
		display:table;
		width:100%;
		height:100%;
	}
	
	.inner {
		display:table-cell;
		vertical-align:middle;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.vc_row {
		position:relative;
		z-index:1;
	}
	
	.vc_row.pd-left {
		box-sizing: border-box;
		height: 100%;
		margin: 0 auto;
		max-width: 1540px;
		position: relative;
		width: 100%;
	}
	
	.vc_row.pd-left .container {
		box-sizing: border-box;
		padding-left: 50%;
		padding-left:calc(50% - 15px);
	}
	
	
	
	
	

	
	
	button.mfp-close,
	button.mfp-arrow:before {
		background:url(css/default-skin/default-skin.png) 0 0 no-repeat; background-size: 264px 88px;
		}
	button.mfp-close {
		width: 44px; height: 44px; color: transparent; background-position: 0 -44px;
		}
	button.mfp-arrow { 
		width: 70px; height: 100px; opacity: .9;
		}
	button.mfp-arrow:hover,
	button.mfp-close:hover { 
		background-color: transparent; 
		}
	button.mfp-arrow:after { 
		display: none; 
		}
	button.mfp-arrow:before {
		content: ''; position: absolute; top: 35px; height: 30px; width: 32px; border: 0; margin: 0;
		}
	button.mfp-arrow-left:before {
		left: 6px; background-position: -138px -44px; 
		}
	button.mfp-arrow-right:before {
		left: auto; right: 6px; background-position: -94px -44px; 
		}
	.mfp-title {
		display: inline-block; position: fixed; bottom: 4px; left: 0; padding: 0 8px; font-size: 13px; line-height: 27px; color: #fff; text-transform: uppercase; letter-spacing: 1px;
		}
	.mfp-counter {
		position: fixed; top: 14px; left: 14px; font-size: 13px; font-weight: 400; color: #fff; opacity: .85; 
		}
	.mfp-removing button,
	.mfp-removing .mfp-title { 
		opacity: 0; 
		}
	.mfp-figure:after {
		box-shadow: none; 
		}
	/* zoom-in animation */
	html {
		-webkit-backface-visibility: hidden;
		}
	.mfp-ready .mfp-figure {
		opacity: 0;
		}
	.mfp-zoom-in .mfp-figure { 
		opacity: 0; transition: all 0.2s ease-out; transform: scale(0.9);
		}
	.mfp-zoom-in.mfp-bg,
	.mfp-zoom-in .mfp-preloader {
		opacity: 0; transition: all 0.2s ease-out;
		}
	.mfp-zoom-in.mfp-image-loaded .mfp-figure {
		opacity: 1; transform: scale(1);
		}
	.mfp-bg { 
		background: #000; 
		}
	.mfp-zoom-in.mfp-ready.mfp-bg,
	.mfp-zoom-in.mfp-ready .mfp-preloader {
		opacity: 0.9;
		}
	.mfp-zoom-in.mfp-removing .mfp-figure {
		transform: scale(0.9); opacity: 0;
		}
	.mfp-zoom-in.mfp-removing.mfp-bg,
	.mfp-zoom-in.mfp-removing .mfp-preloader {
		opacity: 0;
		}
	.mfp-preloader {
		width: 88px; height: 8px; opacity: 0.65; margin: 0 auto; background: url(../images/bckg/loading-light.gif) center center no-repeat; background-size: 88px 8px;
		}
	/* fade image change */
	.mfp-image-loaded .mfp-figure {
		-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-backface-visibility: hidden;
		}
	@-webkit-keyframes fadeIn{
		0%{ opacity:0 }
		100%{ opacity:1 }
	}
	@keyframes fadeIn{
		0%{ opacity:0 }
		100%{ opacity:1 }
	}
	
	.vc_row.vc_row-o-equal-height .container .vc_column_container {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.vc_row.vc_row-flex .container .vc_column_container {
		display: flex !important;
		height: 100%;
	}
	.vc_row.vc_row-flex, .vc_row.vc_row-flex .container .vc_column_container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
	
	.vc_row.vc_row-o-content-middle .container .vc_column_container > .vc_column-inner {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.vc_row.vc_row-flex .container .vc_column_container > .vc_column-inner {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.vc_ie-flexbox-fixer, .vc_row.vc_row-flex .container .vc_column_container > .vc_column-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
	
	
	
	
	
	
	
	
/*--------------------------------------------------
	NEW ADDED
---------------------------------------------------*/	
	
	
		
	header {
		-webkit-transition: all 0.2s ease-in-out, opacity 0.3s ease-in-out 0.1s;
  		-moz-transition: all 0.2s ease-in-out, opacity 0.3s ease-in-out 0.1s;
		-o-transition: all 0.2s ease-in-out, opacity 0.3s ease-in-out 0.1s;
		transition: all 0.2s ease-in-out, opacity 0.3s ease-in-out 0.1s;
		opacity:1;
		margin:0 auto;
		position: fixed!important;
		width:100%;
		z-index:250;
		box-sizing: border-box;
		left:0;
		background-color:#fff;
		top:0;
	}
	
	.admin-bar header {
		top:32px;
	}
	
	header.hidden {
		opacity:0;
	}
	
	header.big-header {
		background-color:transparent!important;
	}
	
	.page-template-blog-page header.big-header, .blog header.big-header, .single-post .page-template-blog-page header.big-header {
		background-color:#fff!important;
	}
	
	.page-template-showcase-inline-split-page header.big-header, .page-template-showcase-inline-split-page header.nav-hide.reach-bottom, .page-template-showcase-inline-split-page header.scroll-hide {
		background-color:transparent!important;
	}
	
	header.nav-hide {
		top:-240px;
		
	}
	
	header.nav-hide.reach-bottom {
		top:0px;
		-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;
	}
	
	#header-container {
		box-sizing: border-box;
		padding:0 100px;
		height: 60px;
		margin: 20px auto;
		max-width: 100%;
		position: relative;
		width: 100%;
		z-index: 20;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	header.big-header #header-container {
		height:60px;
		margin: 60px auto;
	}
	
	#logo {
		display:flex;
    	justify-content: center;
		position:relative;
		z-index:1000;
		visibility:visible;
		-webkit-transition: all 0.2s ease-in-out 0.3s;
		-moz-transition: all 0.2s ease-in-out 0.3s;
		-o-transition: all 0.2s ease-in-out 0.3s;
		-ms-transition: all 0.2s ease-in-out 0.3s;
		transition: all 0.2s ease-in-out 0.3s;
	}
	
	#logo.hidden {
		visibility:hidden;
		opacity:0;
		-ms-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#logo a {
		display:block;
	}
	
	#logo img {
		height:60px;
		padding:0;
		width:auto;
	}
	
	#logo img:last-child {
		display:none;
	}
	
	.project-light-content #logo img:first-child {
		display:none;
	}
	
	.project-light-content #logo img:last-child {
		display:block;
	}
	
	.project-light-content #backtohome a {
		color:#fff;
	}
	
	#menu-burger {
		width: 22px;
		height: 18px;
		position: absolute;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		top: 20px;
		right: 120px;
		z-index:1000;
	}

	#menu-burger span {
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background: #000;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
	
	.project-light-content #menu-burger span {
		background: #fff;
	}

	#menu-burger span:nth-child(1) {
	  top: 0px;
	}
	
	#menu-burger span:nth-child(2),#menu-burger span:nth-child(3) {
	  top: 7px;
	}
	
	#menu-burger span:nth-child(4) {
	  top: 14px;
	}
	
	#menu-burger.open span:nth-child(1) {
	  top: 7px;
	  width: 0%;
	  left: 50%;
	}
	
	#menu-burger.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	
	#menu-burger.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	
	#menu-burger.open span:nth-child(4) {
	  top: 7px;
	  width: 0%;
	  left: 50%;
	}
	


@media all and (min-width: 1024px) {
	
	nav {
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		top: 0px;
		height: inherit;
		padding: 0 50px;
		box-sizing: border-box;
		text-align: center;
		opacity:0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	nav.visible {
		opacity:1;
		-webkit-transition: all 0.2s ease-in-out 0.3s;
		-moz-transition: all 0.2s ease-in-out 0.3s;
		-o-transition: all 0.2s ease-in-out 0.3s;
		-ms-transition: all 0.2s ease-in-out 0.3s;
		transition: all 0.2s ease-in-out 0.3s;
	}
	
	.flexnav {
		display: block;
	}
	
	.flexnav li ul {   
    	min-width: 150px;
	}	
	
	.flexnav .touch-button {
		background: transparent none repeat scroll 0 0;
	}	
	
	.flexnav .touch-button .navicon {
		display:none;
	}
	
	.flexnav li {    
		background: transparent none repeat scroll 0 0;
		float:none;
		display:inline-block;
		margin:0 25px;
		padding:0 10px;
	}
	
	.menu-item-underline.flexnav li {
		margin-right:20px;
		padding:0px;
	}
	
	.flexnav li ul li {
		margin-left:0;
		float:left;
		display:block;
		padding:0;
	}
	
	.flexnav li:before {
        content: '';
        position: absolute; 
		bottom: 16px; 
		left: 0;
        width: 100%;
        height: 14px;
        background: rgba(0,0,0,0.1);
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .2s ease-out;
    }
	
	.menu-item-underline.flexnav li:before {
        content: '';
        position: absolute; 
		bottom: 13px; 
		left: 0;
        width: 100%;
        height: 2px;
        background: #00d9cc;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .2s ease-out;
    }
  
    .flexnav li:hover::before, .flexnav li.active::before {
		transform: scaleX(1);
		transform-origin: left;
	}
	
	.project-light-content .flexnav li:before {
		background-color:rgba(255,255,255,0.2)
	}
	
	
	
	.flexnav li a {    
		background: transparent none repeat scroll 0 0;
		padding: 20px 0;
		position:relative;
		border-left: medium none;
		font-weight: 300;
		font-family: 'Roboto', sans-serif;
		color:#999;
		font-size:12px;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	
	.project-light-content .flexnav li a {
		color:rgba(255,255,255,0.6)
	}
	
	.menu-item-underline.flexnav li a {
		font-size:16px;
		font-weight:400;
	}
	
	.flexnav li.active a, .flexnav li:hover a {
		color:#000;
	}
	
	.project-light-content .flexnav li.active a, .project-light-content .flexnav li:hover a {
		color:rgba(255,255,255,1)
	}
	
	.flexnav li ul li a, .menu-item-underline.flexnav li ul li a { 
		padding:0 20px 20px;
		background-color:#fff;
		font-size:13px!important;
		line-height:20px!important;
		font-family: 'Roboto', sans-serif;
		font-weight:400;
		text-transform:none;
		color:#aaa!important;
		-webkit-transition: all 0.05s ease-in-out;
		-moz-transition: all 0.05s ease-in-out;
		-o-transition: all 0.05s ease-in-out;
		-ms-transition: all 0.05s ease-in-out;
		transition: all 0.05s ease-in-out;
	}
	
	.flexnav li ul li.active a, .flexnav li ul li a:hover {
		color:#000!important;
	}
	
	.flexnav li ul li a::after {
		content: none;
	}
	
	.right-space {
		width: 20px;
		display: none;
		margin-left: 30px !important;
	}
	
	.no-button .right-space {
		display:none !important;
	}
	
	.flexnav li ul {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transform: translate3d(0px, 20px, 0px);
		-moz-transform: translate3d(0px, 20px, 0px);
		-o-transform: translate3d(0px, 20px, 0px);
		-ms-transform: translate3d(0px, 20px, 0px);
		transform: translate3d(0px, 20px, 0px);
		display:block!important;
		opacity:0;
		visibility:hidden;
		left:-10px;
		padding-top:20px;
		background-color:#fff;
		text-align:left;
	}
	
	.flexnav li ul.flexnav-show {
		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		opacity:1;
		visibility:visible;
		
	}
	
	.flexnav ul li ul li a {
		background: #fff none repeat scroll 0 0;
	}
	
}
	
	.flexnav li a, .menu-item-underline.flexnav li a {   
		font-size:16px!important;
	}
	
	
	
	
	
	#share-overlay, #search-overlay, #menu-overlay {
		width:100%;
		height: 100%;
		position: fixed;
		top: 0;
		background-color:rgba(0,0,0,1);
		visibility: hidden; 
		opacity:0;
		z-index:300;
		text-align:center;
		box-sizing:border-box;
		webkit-transition: all 0.3s ease-in-out 0.5s;
		-moz-transition: all 0.3s ease-in-out 0.5s;
		-o-transition: all 0.3s ease-in-out 0.5s;
		-ms-transition: all 0.3s ease-in-out 0.5s;
		transition: all 0.3s ease-in-out 0.5s;
	}
	
	#share-overlay {
		background-color:rgba(255,255,255,1);
	}
	
	#share-overlay.is-active, #search-overlay.is-active, #menu-overlay.is-active {
		visibility:visible; 
		opacity:1;
		webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out 0.1s;
	}
	
	#share-overlay .inner, #search-overlay .inner, #menu-overlay .inner {
		opacity:1;
		
	}
	
	#share-overlay.is-active .inner, #search-overlay.is-active .inner, #menu-overlay.is-active .inner {
		opacity:1;
		
	}
	
	#close-share, #close-search, #close-menu {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		cursor: url("images/close.png"), e-resize;		
	}
	
	#menu-overlay .menu-main-menu-container {
		width:100%;
		float:none;
		margin-bottom:60px!important;
		margin:0 auto;
		text-align:center;
	}
	
	#menu-overlay .menu-main-menu-container {
		width:auto;
		margin-top:60px!important;
		display:table!important;
	}

	#menu-overlay .menu-main-menu-container, #menu-overlay .menu-main-menu-container ul, #menu-overlay .menu-main-menu-container ul li, #menu-overlay .menu-main-menu-container ul li a {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
		display: block;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin:0 auto;
	}
	
	#menu-overlay .menu-main-menu-container ul li {
		display:table!important;
		overflow:hidden;
		padding: 0 10px;
	}
	
	#menu-overlay.is-active .menu-main-menu-container ul li:before {
        content: '';
        position: absolute; 
		bottom: 8px; 
		left: 0;
        width: 100%;
        height: 14px;
        background: #444;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
    }
  
    #menu-overlay.is-active .menu-main-menu-container ul li:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}
	#menu-overlay.is-active .menu-main-menu-container ul li.open::before {
		opacity:0;
		transition: transform .2s ease-out, opacity .2s ease-out 0s;
	}
	
	#menu-overlay.is-active .menu-main-menu-container ul li ul li:before {
		content:none;
	}
	
	#menu-overlay .menu-main-menu-container ul ul {
		display: none;
		margin-bottom: 20px;
	}
	
	#menu-overlay .menu-main-menu-container > ul > li > a {
		padding: 2px 0px;
		cursor: pointer;
		color: #777;
		line-height:24px;
		font-weight: 400;
		font-size:16px;
		-webkit-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0s;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0s;
	}
	
	#menu-overlay.is-active .menu-main-menu-container > ul > li:nth-child(1) > a {
		-webkit-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.3s;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.3s;
	}
	
	#menu-overlay.is-active .menu-main-menu-container > ul > li:nth-child(2) > a {
		-webkit-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.35s;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.35s;
	}
	
	#menu-overlay.is-active .menu-main-menu-container > ul > li:nth-child(3) > a {
		-webkit-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.4s;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.4s;
	}
	
	#menu-overlay.is-active .menu-main-menu-container > ul > li:nth-child(4) > a {
		-webkit-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.45s;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.45s;
	}
	
	#menu-overlay.is-active .menu-main-menu-container > ul > li:nth-child(5) > a {
		-webkit-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.5s;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.5s;
	}
	
	#menu-overlay.is-active .menu-main-menu-container > ul > li:nth-child(6) > a {
		-webkit-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.55s;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.55s;
	}
	
	#menu-overlay.is-active .menu-main-menu-container > ul > li:nth-child(7) > a {
		-webkit-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.6s;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.6s;
	}
	
	#menu-overlay.is-active .menu-main-menu-container > ul > li:nth-child(8) > a {
		-webkit-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.65s;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.65s;
	}
	
	#menu-overlay.is-active .menu-main-menu-container > ul > li:nth-child(9) > a {
		-webkit-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.7s;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.7s;
	}
	
	#menu-overlay.is-active .menu-main-menu-container > ul > li:nth-child(10) > a {
		-webkit-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.75s;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.75s;
	}
	
	#menu-overlay .menu-main-menu-container > ul > li > a {
		font-size:48px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		line-height:64px;
		color: #999;
		top:70px;
	}
	
	#menu-overlay.is-active .menu-main-menu-container > ul > li > a {
		top:0;
	}
	
	#menu-overlay .menu-main-menu-container > ul > li > a:hover, #menu-overlay .menu-main-menu-container > ul > li.active > a {
		color:#fff;
	}
	
	#menu-overlay .menu-main-menu-container > ul > li > a:hover,
	#menu-overlay .menu-main-menu-container > ul > li.active > a,
	#menu-overlay .menu-main-menu-container > ul > li.open > a {
		color: #fff;
	}
	
	#menu-overlay .menu-main-menu-container ul ul li a {
		cursor: pointer;
		padding: 10px 20px 2px;
		z-index: 1;
		text-decoration: none;
		font-size: 12px;
		color: #777;
		line-height:20px!important;
		opacity:0;
		-webkit-transition: color 0.2s ease-in-out, opacity 0.15s ease-in-out 0s;
		transition: color 0.2s ease-in-out, opacity 0.15s ease-in-out 0s;
	}
	
	#menu-overlay.is-active .menu-main-menu-container ul ul li a {
		opacity:1;
	}
	
	#menu-overlay .menu-main-menu-container ul ul li a {
		font-size: 16px;
	}
	
	#menu-overlay .menu-main-menu-container ul ul li:hover > a,
	#menu-overlay .menu-main-menu-container ul ul li.open > a,
	#menu-overlay .menu-main-menu-container ul ul li.active > a {
		color: #fff;
	}
	
	#menu-overlay .menu-main-menu-container ul ul li:hover > a,
	#menu-overlay .menu-main-menu-container ul ul li.open > a,
	#menu-overlay .menu-main-menu-container ul ul li.active > a {
		color: #fff;
	}
	
	#menu-overlay .menu-main-menu-container ul ul ul li a {
		padding-left: 40px;
	}
	
	#menu-overlay .menu-footer {
		opacity:0;
		margin-bottom:60px;
		-moz-transform: translate3d(0px, 60px, 0px);
		-o-transform: translate3d(0px, 60px, 0px);
		-ms-transform: translate3d(0px, 60px, 0px);
		transform: translate3d(0px, 60px, 0px);
		-webkit-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}
	
	#menu-overlay.is-active .menu-footer {
		opacity:1;		
		-webkit-transition: all 0.2s ease-in-out 0.65s;
		transition: all 0.2s ease-in-out 0.65s;
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	}
	
	
	
	
	.header-button {
		color: #000!important;
		font-size: 18px;
		height: 60px;
		width:20px;
		line-height: 60px;
		position: absolute;
		float: left;
		left: 105px;
		cursor: pointer;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		top: 0;
		z-index:2000;
		text-align:center;
	}
	
	.project-light-content .header-button {
		color: #fff!important;
	}
	
	#gotomap {
		font-size:24px;
	}
	
	.header-button:hover {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	.hamburger {
		display: block;
		position: absolute;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 45px;
		height: 60px;
		font-size: 0;
		text-indent: -9999px;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		left:100px;
		top:0px;
		z-index:1000;
	}
	
	.hamburger:hover span, .hamburger:hover span::before, .hamburger:hover span::after { 
		background-color:#0c00ff;
	}
	
	.hamburger.hidden {
		opacity:0;
	}

	.hamburger:focus {
		outline: none;
	}
	
	.hamburger span {
		display: block;
		position: absolute;
		top: 28px;
		left: 20px;
		right: 20px;
		height: 5px;
		border-radius:5px;
		background-color: #000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.hamburger span::before,
	.hamburger span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 5px;
		background-color: #000;
		content: "";
		border-radius:5px;
	}
	
	header.show-share
	
	header.show-share .hamburger span, header.show-share.negative .hamburger span, header.show-share .hamburger span::before, header.show-share .hamburger span::after {
		background-color: #000!important;
	}
	
	.negative .hamburger span, .negative .hamburger span::before, .negative .hamburger span::after {
		background-color: #000;
	}
	
	.hamburger.is-active span, .hamburger.is-active span::before, .hamburger.is-active span::after {
		background-color: #000;
	}
	
	.hamburger span::before {
		top: -8px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.hamburger:hover span::before {
		top:8px;
	}
	
	.hamburger span::after {
		bottom: -8px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.hamburger:hover span::after {
		bottom:8px;
	}
	
	.hamburger-rotate {
		background-color:transparent;
	}
	
	
	
	
/*--------------------------------------------------
	Menu Button Responsive
---------------------------------------------------*/		
	
	
	
	
	.menu-button {
		position: relative;
		float:right;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 60px;
		height: 60px;
		font-size: 0;
		text-indent: -9999px;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		top:2px;
		z-index:1000;
	}
	
	.menu-button.hidden {
		opacity:0;
	}

	.menu-button:focus {
		outline: none;
	}
	
	.menu-button span {
		display: block;
		position: absolute;
		top: 28px;
		left: 20px;
		right: 20px;
		height: 2px;
		background-color: #000;
	}
	
	.project-light-content .menu-button span {
		background-color: #fff;
	}
	
	.menu-button span::before,
	.menu-button span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		content: "";
	}
	
	.project-light-content .menu-button span::before,
	.project-light-content .menu-button span::after {
		background-color: #fff;
	}
	
	.menu-button span::before {
		top: -7px;
	}
	
	.menu-button span::after {
		bottom: -7px;
	}
	
	.menu-button {
		background-color:transparent;
	}
	
	.menu-button span {
		transition: background 0.3s 0s;
	}
	
	.menu-button span::before,
	.menu-button span::after {		
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		-o-transition-duration: 0.3s, 0.3s;
		-ms-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;		
		-webkit-transition-delay: 0.3s, 0s;
		-moz-transition-delay: 0.3s, 0s;
		-o-transition-delay: 0.3s, 0s;
		-ms-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}
	
	.menu-button span::before {		
		-webkit-transition-property: top, transform;
		-moz-transition-property: top, transform;
		-o-transition-property: top, transform;
		-ms-transition-property: top, transform;
		transition-property: top, transform;
	}
	
	.menu-button span::after {		
		-webkit-transition-property: bottom, transform;
		-moz-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	
	.menu-button.active {
		background-color: transparent;
	}
	
	.menu-button.active span {
		background: none;
	}
	
	.menu-button.active span::before {
		top: 0;		
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.menu-button.active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.menu-button.active span::before,
	.menu-button.active span::after {
		-webkit-transition-delay: 0s, 0.3s;
		-moz-transition-delay: 0s, 0.3s;
		-o-transition-delay: 0s, 0.3s;
		-ms-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
	}
	
	
	a.show-thumbnails {
		position: absolute;
		display: block;
		top: 20px;
		left: 120px;
		margin: 0;
		height: 22px;
		width: 22px;
		z-index:1000;
	}
	
	a.show-thumbnails .thumb-icon {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	a.show-thumbnails:hover .thumb-icon:nth-child(1) {
		webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(-2px, -2px, 0px);
	}
	
	a.show-thumbnails:hover .thumb-icon:nth-child(2) {
		webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(2px, -2px, 0px);
	}
	
	a.show-thumbnails:hover .thumb-icon:nth-child(3) {
		webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(-2px, 2px, 0px);
	}
	
	a.show-thumbnails:hover .thumb-icon:nth-child(4) {
		webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(2px, 2px, 0px);
	}
	
	
	
	
	
	
	#hero {
		-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.2s;
		-moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.2s;
		-o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.2s;
		-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.2s;
		transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.2s;
		webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		overflow:hidden;
		box-sizing:border-box;
		position:relative;
		z-index:0;
		height:100%;
	}
	
	#hero.hero-auto {
		height:auto!important;
	}
	
	#hero.hidden {
		opacity:0;
		-moz-transform: translate3d(0px, 60px, 0px);
		-o-transform: translate3d(0px, 60px, 0px);
		-ms-transform: translate3d(0px, 60px, 0px);
		transform: translate3d(0px, 60px, 0px);
	}
	
	#hero-styles {
		height:100%;
		width:100%;
		position:relative;		
	}
	
	.hero-image {
		width:100%;
		height:inherit; 
		margin:0;
		padding:0;
		position:absolute;	
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	.hero-image > .clapat-caption {
		opacity:1;
	}
	
	.icon-scroll {
		width: 20px;
		height: 30px;
		position:absolute;
		left:50%;
		bottom:40px;
		margin-left: -9px;
		box-shadow: inset 0 0 0 2px #000;
		border-radius: 25px;
		opacity:0.75;
		cursor:pointer;
		-webkit-transition: all 0.2s ease-in-out 0s;
  		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
		-webkit-transform: translateY(10px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);	
		
    }
	
	.section .icon-scroll {
		bottom:88px;
		opacity:1;
	}
	
	.icon-scroll:hover {
		opacity:1;
	}
	
	.icon-scroll.disable {
		opacity:0;
		-webkit-transition: all 0.3s ease-in-out 0s;
  		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px);  	 
	}
     
    .icon-scroll:before {
      content: '';
      width: 4px;
      height: 5px;
      background: #000;
      margin-left: 8px;
      top: 8px;
      border-radius: 4px;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: scroll;
      animation-name: scroll;
	  position:absolute;
    }
	
	.project-light-content .icon-scroll, .light-content .icon-scroll {
		box-shadow: inset 0 0 0 2px #fff;
	}
	
	.project-light-content .icon-scroll:before, .light-content .icon-scroll:before {
		background: #fff;
	}
     
    @-webkit-keyframes scroll {
      0% {
        opacity: 1;
		-webkit-transform: translateY(0px);
        transform: translateY(0px);
      }
      50% {
        opacity: 1;
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
      }
    }
     
    @keyframes scroll {
      0% {
        opacity: 1;
		-webkit-transform: translateY(0px);
        transform: translateY(0px);
      }
      50% {
        opacity: 1;
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
      }
    }
	
	.overlay {
		height:100%;
		width:100%;
		position:relative;
	}
	
	#page-content {
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		width:100%;
		height:100%;
	}
	
	body.no-scroll {
		overflow-y:hidden;
	}
	
	#main {
		z-index:1;
		position:relative;
		width:100%;
		box-sizing: border-box;
		opacity:1;				
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
  		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
	}
	
	.page-template-portfolio-page #main {
	}
	
	#main.no-hero-page {
		padding-top:220px;
	}
	
	#main-content {
		opacity:1;
		visibility:visible;
		webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
  		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
	}
	
	#main-content.hidden {
		opacity:0;
		visibility:hidden;
		-moz-transform: translate3d(0px, 120px, 0px);
		-o-transform: translate3d(0px, 120px, 0px);
		-ms-transform: translate3d(0px, 120px, 0px);
		transform: translate3d(0px, 120px, 0px);
	}
	
	#main::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	
	
/*--------------------------------------------------
	07 .Portfolio Showcase
---------------------------------------------------*/	
	
	.big-slider-caption {
		position: fixed;
		height: 100%;
		width: 100%;
		text-align: center;
		z-index: 150;
		bottom: 0;
		padding: 50px;
		box-sizing: border-box;
		border:20px solid #fff;
		pointer-events: none;
	}
	
	.showcase-mask-link {
		overflow:hidden;
		width:100%;
		height:140px;
		position:relative;
	}
	
	.showcase-link {
		position:absolute;
		top:240px;
		width:100%;
		-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		-moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		-ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	}
	
	.showcase-mask-cat {
		overflow: hidden;
		width: 100%;
		height: 30px;
		position: absolute;
		left: 0;
		text-align: left;
		box-sizing: border-box;
		padding-left: 100px;
		bottom: 70px;
	}
	
	.showcase-cat {
		position:absolute;
		top:0;
		width:100%;
		-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		-moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		-ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	}
	
	#showcase-holder {
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		opacity:1;
		overflow:hidden;
		box-sizing:border-box;
		-webkit-transition: all 0.5s ease-in-out 0.1s;
		-moz-transition: all 0.5s ease-in-out 0.1s;
		-o-transition: all 0.5s ease-in-out 0.1s;
		-ms-transition: all 0.5s ease-in-out 0.1s;
		transition: all 0.5s ease-in-out 0.1s;
	}
	
	#showcase-holder.hidden {
		opacity:0;
		max-width:
	}

	#showcase-slider {
		-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		-moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		-ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1) 0.7s!important;
		z-index:1;
	}
	
	#showcase-slider.hidden {
		opacity:0;
	}
	
	.section-black-fade {
		display:none;
	}
	
	.page-template-showcase-curtain-page .section-black-fade {
		display:block;
		background-color:#000;
		height:100%;
		width:100%;
		opacity:1;
		position:fixed;
		top:0;
		left:0;
		z-index:100;
		pointer-events:none;
		-webkit-transition: all 0.6s ease-in-out 0.5s;
  		-moz-transition: all 0.6s ease-in-out 0.5s;
		-o-transition: all 0.6s ease-in-out 0.5s;
		transition: all 0.6s ease-in-out 0.5s;
	}
	
	.page-template-showcase-curtain-page .active  .section-black-fade {
		opacity:0;
		-webkit-transition: all 1.3s ease-in-out 0s;
  		-moz-transition: all 1.3s ease-in-out 0s;
		-o-transition: all 1.3s ease-in-out 0s;
		transition: all 1.3s ease-in-out 0s;
	}
	
	.section-image {
		position:relative;
		height:100%;
		width:100%;
		z-index:0;
		padding:0;
		box-sizing:border-box;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;		
	}
	
	.img-mask {
		top:0;
		left:0;
		width:100%;
		height:100%; 
		margin:0;
		padding:0;
		position:absolute;
		padding:0;
		box-sizing:border-box;
		overflow:hidden;
	}
	
	.img-container {
		top:0;
		left:0;
		width:100%;
		height:100%; 
		margin:0;
		padding:0;
		position:relative;
		box-sizing:border-box;
		overflow:hidden;
		webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
	}
	
	.section.active .img-container {
		webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990)1s!important;
		-moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1s!important;
		-o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1s!important;
		transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1s!important;
		-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
	}
	
	.delay .section.active .img-container {
		webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 2s!important;
		-moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 2s!important;
		-o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 2s!important;
		transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 2s!important;
		-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
	}
	
	.caption {
		display:table;
		width:100%;
		height:100%;
		position:relative;
		z-index:1;
	}
	
	.content-caption {
		display:table-cell;
		vertical-align:bottom;
		box-sizing:border-box;
		padding-top:140px;
		padding-bottom:130px;
		position:relative;
	}
	
	.pagepillingslider .content-caption {
		vertical-align:middle;
		text-align:center;
	}
	
	.cc-container {
		padding: 0 70px;
		margin: 0px auto;
		max-width: 1540px;
		position: relative;
		box-sizing:border-box;
		width: 100%;
	}
	
	.slide-mask {
		display: block;
		overflow:hidden;
	}
	
	.project-link {
		display:block;
		pointer-events: initial;
	}
	
	.project-link .slide-mask {
		margin-left:-10px;
	}
	
	.item-category, .hidden .section.active .item-category {
		font-family: 'Montserrat', sans-serif;
		font-weight:400;
		color:rgba(0,0,0,1);
		margin-bottom:0;
		line-height:30px;
		webkit-transition: transform 600ms cubic-bezier(0.550, 0.085, 0.000, 0.990) !important;
		-moz-transition: transform 600ms cubic-bezier(0.550, 0.085, 0.000, 0.990) !important;
		-o-transition: transform 600ms cubic-bezier(0.550, 0.085, 0.000, 0.990) !important;
		transition: transform 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) !important;
		/* custom */
		-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
	}
	
	.project-light-content .item-category {
		color:rgba(255,255,255,1);
		text-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	}
	
	.section.active .item-category {
		webkit-transition: transform 600ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1s!important;
		-moz-transition: transform 600ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1s!important;
		-o-transition: transform 600ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1s!important;
		transition: transform 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1s!important;
		/* custom */
		-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
	}
	
	.item-category::after, .hidden .section.active .item-category::after {
		background: #000 none repeat scroll 0 0;
		bottom: -5px;
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		width: 0px;
		webkit-transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) !important;
		-moz-transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) !important;
		-o-transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) !important;
		transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) !important;
		/* custom */
		-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
	}
	
	.light-content .item-category::after {
		background: #fff none repeat scroll 0 0;
	}
	
	.section.active .item-category::after {
		width:20px;
		webkit-transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1.6s!important;
		-moz-transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1.6s!important;
		-o-transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1.6s!important;
		transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1.6s!important;
		/* custom */
		-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
	}
	
	.item-name, .hidden .section.active .item-name {
		-moz-transform: translate3d(0px, 200px, 0px);
		-o-transform: translate3d(0px, 200px, 0px);
		-ms-transform: translate3d(0px, 200px, 0px);
		transform: translate3d(0px, 200px, 0px);
		webkit-transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.1s!important;
		-moz-transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.1s!important;
		-o-transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.1s!important;
		transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.1s!important;
		/* custom */
		-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
	}
	
	.section.active .item-name {
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		webkit-transition: all 600ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1s!important;
		-moz-transition: all 600ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1s!important;
		-o-transition: all 600ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1s!important;
		transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 1.1s!important;
		/* custom */
		-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
		transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990)!important;
	}
	
	.item-head {
		display: inline-block;
		opacity: 1;
		color: #000;
		font-family: "Montserrat",sans-serif;
		 -webkit-font-smoothing: antialiased;
		font-weight: 700;
		font-size: 120px;
		line-height:140px;
		padding: 0 10px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.pagepillingslider .item-head {
		opacity:0;		
		-ms-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transition: all 0.2s ease-in-out 0.6s;
		-moz-transition: all 0.2s ease-in-out 0.6s;
		-o-transition: all 0.2s ease-in-out 0.6s;
		-ms-transition: all 0.2s ease-in-out 0.6s;
		transition: all 0.2s ease-in-out 0.6s;
	}
	
	.pagepillingslider .active .item-head {
		opacity:1;		
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.5s ease-in-out 0.5s;
		-moz-transition: all 0.5s ease-in-out 0.5s;
		-o-transition: all 0.5s ease-in-out 0.5s;
		-ms-transition: all 0.5s ease-in-out 0.5s;
		transition: all 0.5s ease-in-out 0.5s;
	}
	
	.item-head span {
		position:relative;
	}
	
	.page-template-showcase-page .project-light-content .item-head {
		color:rgba(255,255,255,1);
		text-shadow: 0px 0px 25px rgba(0,0,0,0.07);
	}
	
	.light-content .item-head {
		color:#fff;
	}
  
    .item-head:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}
	
	.light-content .item-head {
		color:#fff;
	}
	
	.delay .section .item-category::after {
		width:20px;
		webkit-transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.4s!important;
		-moz-transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.4s!important;
		-o-transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.4s!important;
		transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.7s!important;
	}
	
	.delay .section .item-category {
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		webkit-transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.4s!important;
		-moz-transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.4s!important;
		-o-transition: all 500ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.4s!important;
		transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.4s!important;
	}
	
	.delay .section .item-name {
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		webkit-transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.5s!important;
		-moz-transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.5s!important;
		-o-transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.5s!important;
		transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.5s!important;
	}
	
	.delay .section .slide-arrow {
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		animation: bounce 0s;
		animation-delay: 0s;
		webkit-transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.9s!important;
		-moz-transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.9s!important;
		-o-transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.9s!important;
		transition: all 300ms cubic-bezier(0.550, 0.085, 0.000, 0.990) 0.9s!important;
	}
	
	.slider-animate-box {
		box-sizing: border-box;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;
		display:none;
	}

	.slider-animate-box .animate-box-left, .slider-animate-box .animate-box-right {
		position: absolute;
		width: 100%;
		height: 101%;
		-webkit-transition: -webkit-transform .0s;
		transition: -webkit-transform .0s;
		transition: transform .0s;
		transition: transform .0s, -webkit-transform .0s;
		background-color: #fff;
	}
	
	.slider-animate-box .animate-box-left {
	  -webkit-transform: translateY(-101%);
			  transform: translateY(-101%);
	}
	
	.slider-animate-box .animate-box-right {
	  -webkit-transform: translateY(101%);
			  transform: translateY(101%);
	}
	
	.slider-animate-box.from-left {
	  z-index: 300;
	}
	
	.slider-animate-box.from-left .animate-box-left {
	  transition: transform .4s ease-in-out;
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	}
	
	.slider-animate-box.from-left-end .animate-box-left {
	  transition: transform .4s ease-in-out;
	  -webkit-transform: translateY(101%);
			  transform: translateY(101%);
	}
	
	.slider-animate-box.from-right {
	  z-index: 300;
	}
	
	.slider-animate-box.from-right .animate-box-right {
	  transition: transform .4s ease-in-out;
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	}
	
	.slider-animate-box.from-right-end .animate-box-right {
	  transition: transform .4s ease-in-out 0s;
	  -webkit-transform: translateY(-101%);
			  transform: translateY(-101%);
	}
	
	#counter-holder {
		display: inline-block;
		margin: 0 auto;
		position: absolute;
		bottom: 72px;
		right: 90px;
		width: 100%;
		height: 20px;
		box-sizing: border-box;
		width: 80px;
	}
	
	#page-counter-mask {
		width: 80px;
		height: 20px;
		position: relative;
		bottom: 0;
		z-index: 100;
		overflow: hidden;
		opacity: 1;
		margin:0 auto;
		-webkit-transition: all 0.3s ease-in-out 0.15s;
		-moz-transition: all 0.3s ease-in-out 0.15s;
		-o-transition: all 0.3s ease-in-out 0.15s;
		transition: all 0.3s ease-in-out 0.15s;
	}
	
	#page-counter-mask.fade-out {
		opacity:0;
	}
	
	#page-counter-mask::before {
		background-color: #000;
		content: "";
		height: 12px;
		left: 40px;
		opacity: 0.4;
		position: absolute;
		top: 5px;
		width: 1px;
	}
	
	.project-light-content #page-counter-mask::before {
		background-color: #fff;
	}
	
	#counter-total {
		color: #000;
		content: "25";
		font-family: "Roboto",sans-serif;
		font-size: 18px;
		font-weight: 400;
		left: 40px;
		width:40px;
		line-height: 20px;
		position: absolute;
		top: 0;
	}
	
	.project-light-content #counter-total {
		color: #fff;
	}
	
	#page-counter {
		bottom: 50px;
		height: 20px;
		left: 0px;
		line-height: 20px;
		margin: 0;
		overflow: visible;
		padding: 0;
		position: absolute;
		text-align: center;
		width: 40px;
		z-index: 100;
		top:0;
		-webkit-transition: all 0.6s ease-in-out 0.2s;
		-moz-transition: all 0.6s ease-in-out 0.2s;
		-o-transition: all 0.6s ease-in-out 0.2s;
		-ms-transition: all 0.6s ease-in-out 0.2s;
		transition: all 0.6s ease-in-out 0.2s;
	}
	
	#page-counter li {
		list-style:none;
		font-weight: 400;
		color:#000;
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 20px;
		margin:0;
		padding:0;
		display:block;
		width:40px;		
	}
	
	.project-light-content #page-counter li {
		color:#fff;
	}
	
	
/*--------------------------------------------------
	09. Video Wrapper
---------------------------------------------------*/
	
	
	.video-wrapper {
		position: absolute;
    	box-sizing: border-box;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -100;
		-ms-transform: translateX(-50%) translateY(-50%) scale(1.05, 1.05);
		-moz-transform: translateX(-50%) translateY(-50%) scale(1.05, 1.05);
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1.05, 1.05);
		transform: translateX(-50%) translateY(-50%) scale(1.05, 1.05);
		background-size: cover;
		overflow:hidden!important; 
	}
	
	.showcase-images .video-wrapper {
		z-index:0;
	}
	
	.video-wrapper-full {
		position: relative;
    	box-sizing: border-box;
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: auto;
		background-size: cover;
		padding:0;
		overflow:hidden!important;
		opacity:1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
		-moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
		-o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
		-ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; 
	}
	
	.hidden .video-wrapper-full {
		opacity:0;
		-webkit-transform: translateY(-1px);
		-moz-transform: translateY(-1px);
		-o-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		transform: translateY(100px);
	}
	
	video.bgvid { 
		background-size: cover;
		height: auto;
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		width: 100%;
		z-index: -100;
		-ms-transform: scale(1.11);
		-moz-transform: scale(1.11);
		-webkit-transform: scale(1.11);
		transform: scale(1.11);
	}
	
	.page-template-showcase-inline-split-page video.bgvid { 
		-ms-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
	
	.video-wrapper-full video.bgvid {
		position:relative;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.control {
		bottom: 4px;
		color: #ccc;
		display: none;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 5;
		background-color:#eee;
		padding: 0;
		box-sizing:border-box;
	}
	/* control bottom part */
	.btmControl{
		clear:both;
	}
	
	.control .sound{
		width: 30px;
		height: 50px;
		float:left;
		cursor:pointer;
		text-align:center;
		line-height:50px;
		color:#fff;
		opacity:0.4;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.control .sound:hover {
		opacity:1;
	}
	
	.control .sound i {
		line-height:50px;
	}
	
	.control .sound.muted i:first-child {
		display:none;
	}
	
	.control .sound.muted i:last-child {
		display:block;
	}
	
	.control .sound i:last-child {
		display:none;
	}
	
	.control .btnFS{
		width: 50px;
		height: 50px;
		float:left;
		cursor:pointer;
		text-align:center;
		line-height:50px;
		color:#fff;
		opacity:0.4;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.control .btnFS:hover{
		opacity:1;
	}
	
	/* PROGRESS BAR CSS */
	/* Progress bar */
	.progress-bar {
		background: #fff;
		box-sizing: border-box;
		float: left;
		height: auto;
		width: 100%;
		cursor:pointer;
	}
	.progress {
		height: 10px;
		max-width: 100%;
		position: relative;
		width: 100%;
	}
	.progress span {
		height:100%;
		position:absolute;
		top:0;
		left:0;
		display:block;
	}
	.timeBar{
		z-index:10;
		width:0;
		background: #000;
	}
	.bufferBar{
		z-index:5;
		width:0;
		background: rgba(255,255,255,0.2);
	}
	
	.video-btns {
		position: absolute;
		right: 3px;
		bottom: 10px;
		opacity:0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.video-wrapper-full:hover .video-btns {
		opacity:1;
	}
	
	.volume{
		position:relative;
		cursor:pointer;
		width:70px;
		height:10px;
		float:right;
		margin-top:10px;
		margin-right:10px;
	}
	.volumeBar{
		display:block;
		height:100%;
		position:absolute;
		top:0;
		left:0;
	}	
			


/*--------------------------------------------------
	07 .Portfolio Filters
---------------------------------------------------*/
	
	
	#cd-main.is-down {
		-moz-transform: translate3d(0px, 70px, 0px);
		-o-transform: translate3d(0px, 70px, 0px);
		-ms-transform: translate3d(0px, 70px, 0px);
		transform: translate3d(0px, 70px, 0px);
		-webkit-transition: opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
		-moz-transition: opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
		-o-transition: opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
		-ms-transition: opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
		transition: opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
		position:fixed;
		height:100%;
	}
	
	#cd-main {
		width:100%;
		opacity:1;
		-webkit-transition: opacity 0.5s ease-in-out 0.1s, transform 0.5s ease-in-out 0.1s;
		-moz-transition: opacity 0.5s ease-in-out 0.1s, transform 0.5s ease-in-out 0.1s;
		-o-transition: opacity 0.5s ease-in-out 0.1s, transform 0.5s ease-in-out 0.1s;
		-ms-transition: opacity 0.5s ease-in-out 0.1s, transform 0.5s ease-in-out 0.1s;
		transition: opacity 0.5s ease-in-out 0.1s, transform 0.5s ease-in-out 0.1s;
	}
	
	#cd-main.hidden {
		opacity:0;
	}
	
	#close-filters, #close-share, #close-search {
		position: fixed;
		height: 100%;
		width: 100%;
	}
	
	.disable-content .inner {
		vertical-align:middle;
		padding: 0 70px;
		max-width: 1540px;
		position: relative;
		width: 100%;
		margin:0 auto;
		box-sizing:border-box;
		display:table-cell;
		pointer-events:none;
	}
	
	#filters::before {
		content: 'Filter projects by:';
		position: relative;
		top: -60px;
	}
		
	#filters {
		margin: 0 auto;
		text-align:center;
		height:auto;
		z-index:1500;
		position: relative;
		width: auto;
		opacity:0;
		visibility:hidden;
		-moz-transform: translate3d(0px, 70px, 0px);
		-o-transform: translate3d(0px, 70px, 0px);
		-ms-transform: translate3d(0px, 70px, 0px);
		transform: translate3d(0px, 70px, 0px);
		-webkit-transition: all 0.3s ease-in-out 0.1s;
		-moz-transition: all 0.3s ease-in-out 0.1s;
		-o-transition: all 0.3s ease-in-out 0.1s;
		-ms-transition: all 0.3s ease-in-out 0.1s;
		transition: all 0.3s ease-in-out 0.1s;
	}	
	
	#filters.is-active {
		visibility:visible;
		opacity:1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		webkit-transition: all 0.6s ease-in-out 0.2s;
		-moz-transition: all 0.6s ease-in-out 0.2s;
		-o-transition: all 0.6s ease-in-out 0.2s;
		-ms-transition: all 0.6s ease-in-out 0.2s;
		transition: all 0.6s ease-in-out 0.4s;
	}
	
	#filters li {
		display: table;
		height: 60px;
		line-height: 60px;
		margin: 0 auto;
		padding:0 10px;
		position:relative;
		pointer-events:all;
		cursor:pointer;
		overflow:hidden;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	#filters li:before {
        content: '';
        position: absolute; 
		bottom: 16px; 
		left: 0;
        width: 100%;
        height: 14px;
        background: #444;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .2s ease-out;
    }
  
    #filters li:hover::before, #filters li.is-active::before {
		transform: scaleX(1);
		transform-origin: left;
	}
	
	#filters li a {
		display:inline-block;
		color:#999;
		font-size: 48px;
		font-family: "Montserrat",sans-serif;
		font-weight: 700;
		z-index:15;
		position:relative;
		top:70px;
		-webkit-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.2s;
		-moz-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.2s;
		-o-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.2s;
		-ms-transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.2s;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.2s;
	}
	
	#filters.is-active li:nth-child(1) a {
		top:0;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.55s;
	}
	
	#filters.is-active li:nth-child(2) a {
		top:0;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.6s;
	}
	
	#filters.is-active li:nth-child(3) a {
		top:0;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.65s;
	}
	
	#filters.is-active li:nth-child(4) a {
		top:0;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.7s;
	}
	
	#filters.is-active li:nth-child(5) a {
		top:0;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.75s;
	}
	
	#filters.is-active li:nth-child(6) a {
		top:0;
		transition: color 0.2s ease-in-out, top 0.2s ease-in-out 0.8s;
	}
	
	#filters li a:hover, #filters li a.active {
		color:#fff;
	}
	
	#filters li span {
		font-family: "Montserrat",sans-serif;
		font-size: 12px;
		font-weight: 700;
		padding-left: 10px;
		position: absolute;
		top: -10px;
		color:#0c00ff;
		display:none;
	}
	
	.disable-content, .disable-content-blog, .disable-content-project, .disable-content-contact {
		width:100%;
		height:calc(100% + 100px);
		position:fixed;
		top:-100px;
		background-color:#000;
		visibility: hidden; 
		opacity:0;
		z-index:1000;
		cursor: url("images/close.png"), e-resize;
		webkit-transition: all 0.3s ease-in-out 0.5s;
		-moz-transition: all 0.3s ease-in-out 0.5s;
		-o-transition: all 0.3s ease-in-out 0.5s;
		-ms-transition: all 0.3s ease-in-out 0.5s;
		transition: all 0.3s ease-in-out 0.5s;
	}
	
	.disable-content.is-active, .disable-content-blog.is-active, .disable-content-project.is-active, .disable-content-contact.is-active {
		visibility:visible; 
		opacity:1;
		webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out 0.3s;
	}
	
	#close-contact {
		position:fixed;
		height:100%;
		width:100%;
	}
	
	
	
/*--------------------------------------------------
	08. Portfolio Items
---------------------------------------------------*/	
	
	.portfolio {
		margin-bottom:-1px;
		z-index:0;
		max-width:100%;
		width:100%;
		padding:0 60px;
		box-sizing:border-box;
		margin:0 auto;
		margin: -50px auto 0;
	}
	
	#portfolio-wrap {
		margin:0 auto;
		width:100%;	
	}
	
	#portfolio-wrap.no-gutter {
		margin:0 auto;
	}
	
	#portfolio {
      	width: 100%;
		margin:0 auto;
		-webkit-transition: height 0.3s ease-in-out;
		-moz-transition: height 0.3s ease-in-out;
		-o-transition: height 0.3s ease-in-out;
		-ms-transition: height 0.3s ease-in-out;
		transition: height 0.3s ease-in-out;
    }
	
	.item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    }
	
	.item .anim-content{
		opacity:0;
		-webkit-transition: opacity 0.3s ease-in-out 0.1s;
		-moz-transition: opacity 0.3s ease-in-out 0.1s;
		-o-transition: opacity 0.3s ease-in-out 0.1s;
		-ms-transition: opacity 0.3s ease-in-out 0.1s;
		transition: opacity 0.3s ease-in-out 0.1s;
    }
	
	.item.in-view .anim-content {
		opacity:1;
	}
	
	.big-title-caption {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99999;
		pointer-events: none;
		text-align: center;
	}
	
	.big-title-caption .item-overlay {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		box-sizing:border-box;
		padding:50px;
	}
	
	.big-title-caption .item-overlay .item-cat {
		display:block;
		color:rgba(0,0,0,1)!important;
		font-family: 'Montserrat', sans-serif;
		margin-top:15px;
		opacity:0;
		font-size: 18px;
		line-height:25px;
		font-weight: 400;
		position:relative;
		bottom:0px;
		left:0px;	
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(0px);
	}
	
	.big-title-caption .item-overlay.hover .item-cat {
		opacity:1;
	}
	
	.big-title-caption .item-overlay .item-title {
		display:block;
		font-weight: 600;
		color:#fff;
		font-size:120px;
		line-height:120px;
		font-weight: 700;
		opacity:1;
		color:#000;
		font-family: 'Montserrat', sans-serif;
		opacity:0;
		text-transform:none;
		position:relative;
		top:0px;
		left:0px;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(0px);
	}
	
	.big-title-caption .item-overlay.hover .item-title {
		opacity:1;
	}
	
	.hover-scale-up .item {
		-moz-transition: transform 500ms cubic-bezier(.13,.39,.48,.89);
		-webkit-transition: transform 500ms cubic-bezier(.13,.39,.48,.89);
		-o-transition: transform 500ms cubic-bezier(.13,.39,.48,.89);
		transition: transform 500ms cubic-bezier(.13,.39,.48,.89);
	}
	
	.hover-scale-up .item:hover {
		z-index:10;
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	
	.item .anim-content, .item.animate-in .anim-content {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		width: 100%;
		height:100%;		
		position: relative;
	}
	
	
	
	.portfolio-parallax-grid .item.tall, .portfolio-parallax-grid .item.wide {
		padding:0 30px;
	}
	
	.portfolio-parallax-grid .item .anim-content, .portfolio-parallax-grid .item.animate-in .anim-content {
		height: 50%;
		top:25%;
	}
	
	.portfolio-parallax-grid .item.tall .anim-content, .portfolio-parallax-grid .item.wide .anim-content {
		height:100%;
		top:0;
	}
	
	.scale-up .item .anim-content {
		height:100%;
		width:100%;
		opacity:0;
		-webkit-transform: scale(0.74, 0.74);
		-moz-transform: scale(0.74, 0.74);
		-o-transform: scale(0.74, 0.74);
		-ms-transform: scale(0.74, 0.74);
		transform: scale(0.74, 0.74);
		-moz-transition: all 0.5s cubic-bezier(.13,.39,.48,.89);
		-webkit-transition: all 0.5s cubic-bezier(.13,.39,.48,.89);
		-o-transition: all 0.5s cubic-bezier(.13,.39,.48,.89);
		transition: all 0.5s cubic-bezier(.13,.39,.48,.89);
	}
	
	.scale-up .item.animate-in .anim-content {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity:1;
	}
	
	.fade-from-bottom .item .anim-content {
		height:100%;
		width:100%;
		opacity:0;
		-webkit-transform: translateY(100px) scale(1);
		-moz-transform: translateY(100px) scale(1);
		-o-transform: translateY(100px) scale(1);
		-ms-transform: translateY(100px) scale(1);
		transform: translateY(100px) scale(1);
		-moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
		-webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
		-o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
		transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	}
	
	.fade-from-bottom .item.animate-in .anim-content {
		-webkit-transform: translateY(0px) scale(1);
		-moz-transform: translateY(0px) scale(1);
		-o-transform: translateY(0px) scale(1);
		-ms-transform: translateY(0px) scale(1);
		transform: translateY(0px) scale(1);
		opacity:1;
	}
	
	.stretch-horizontal .item .anim-content {
		height:100%;
		width:100%;
		opacity:0;
		-webkit-transform: translateY(50px) scale(1);
		-moz-transform: translateY(50px) scale(1);
		-o-transform: translateY(50px) scale(1);
		-ms-transform: translateY(50px) scale(1);
		transform: translateY(50px) scale(1);
		-moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
		-webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
		-o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
		transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	}
	
	.stretch-horizontal .item.animate-in .anim-content {
		-webkit-transform: translateY(0px) scale(1);
		-moz-transform: translateY(0px) scale(1);
		-o-transform: translateY(0px) scale(1);
		-ms-transform: translateY(0px) scale(1);
		transform: translateY(0px) scale(1);
		opacity:1;
	}
	
	.item-content {
		height:100%;
		width:100%;
		position:absolute;
		background-color:transparent;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align:center;
		padding:0px;
		background-size:cover;
		background-position:center center;
		overflow:hidden;
		display: table;
		display:block;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3 ease-in-out;
    }
	
	.item:hover .item-content {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);			
	}
	
	.hover-fade-from-bottom .item:hover .item-content, .hover-visible-text .item:hover .item-content {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: all 2s cubic-bezier(0.19,1,0.22,1);
		-moz-transition: all 2s cubic-bezier(0.19,1,0.22,1);
		-o-transition: all 2s cubic-bezier(0.19,1,0.22,1);
		transition: all 2s cubic-bezier(0.19,1,0.22,1);	
	}
	
	.hover-transform-origins .item-overlay {
		box-sizing: border-box;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;
		text-align:center;
		display:table;
		background-color:rgba(0,0,0,0.90);
		opacity:0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
        -webkit-transform-origin: right;
		transform-origin: right;
        -webkit-transition: opacity 0s ease-out 0.35s, transform 0.3s ease-in;
		transition: opacity 0s ease-out 0.35s, transform 0.3s ease-in;
	}
	
	.hover-transform-origins .item:hover .item-overlay {
		opacity:1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
        -webkit-transform-origin: left;
		transform-origin: left;
        -webkit-transition: opacity 0s ease-out 0.02s, transform 0.3s ease-out 0.03s;
		transition: opacity 0s ease-out 0.02s, transform 0.3s ease-out 0.03s;
	}
	
	.hover-fade-from-bottom .item-overlay {
		box-sizing: border-box;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;
		text-align:center;
		display:table;
		background-color:rgba(0,0,0,0.85);
		opacity:0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.hover-fade-from-bottom .item:hover .item-overlay {
		opacity:1;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.item .item-overlay .inner {
		padding:20px;
	}
	
	
	
	
	
	
	
	
	
	
	.item-cat {
		display:block;
		color:rgba(255,255,255,0.5)!important;
		margin-top:10px;
		opacity:0;
		font-size: 13px;
		font-weight: 400;
		position:relative;
		bottom:0px;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	.item:hover .item-cat {
		opacity:1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-transition: all 0.2s ease-in-out 0.4s;
		-moz-transition: all 0.2s ease-in-out 0.4s;
		-o-transition: all 0.2s ease-in-out 0.4s;
		-ms-transition: all 0.2s ease-in-out 0.4s;
		transition: all 0.2s ease-in-out 0.4s;
	}
	
	.hover-fade-from-bottom .item-cat:after, .hover-gradient .item-cat:after {
		display:none;
	}
	 	
	.hover-fade-from-bottom .item-cat {
		display:block;
		color:rgba(255,255,255,1)!important;
		margin-bottom:10px;
		opacity:0;
		font-size: 14px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		bottom:0px;
		left:0px;
		position:relative;
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-o-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-transition: all 1s cubic-bezier(0.19,1,0.22,1);
		-moz-transition: all 1s cubic-bezier(0.19,1,0.22,1);
		-o-transition: all 1s cubic-bezier(0.19,1,0.22,1);
		transition: all 1s cubic-bezier(0.19,1,0.22,1);
	}
	
	.hover-fade-from-bottom .item:hover .item-cat {
		opacity:1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-transition: all 1s cubic-bezier(0.19,1,0.22,1) 0.4s;
		-moz-transition: all 1s cubic-bezier(0.19,1,0.22,1) 0.4s;
		-o-transition: all 1s cubic-bezier(0.19,1,0.22,1) 0.4s;
		transition: all 1s cubic-bezier(0.19,1,0.22,1) 0.4s;
	}	
	
	.item-title {
		display:block;
		font-weight: 600;
		color:#fff;
		font-size:18px;
		line-height:20px;
		font-weight: 700;
		opacity:1;
		color:#fff;
		font-family: 'Montserrat', sans-serif;
		opacity:0;
		position:relative;
		top:0;
		left:0;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	.item:hover .item-title {
		opacity:1;
		-webkit-transform: translateX(-1px);
		-moz-transform: translateX(-1px);
		-o-transform: translateX(-1px);
		-ms-transform: translateX(-1px);
		transform: translateX(-1px);
		-webkit-transition: all 0.2s ease-in-out 0.3s;
		-moz-transition: all 0.2s ease-in-out 0.3s;
		-o-transition: all 0.2s ease-in-out 0.3s;
		-ms-transition: all 0.2s ease-in-out 0.3s;
		transition: all 0.2s ease-in-out 0.3s;
	}
	
	.hover-fade-from-bottom .item-title {
		display:block;
		font-weight: 600;
		color:#fff;
		font-size:24px;
		line-height:36px;
		font-weight: 700;
		opacity:1;
		color:#fff;
		font-family: 'Montserrat', sans-serif;
		opacity:0;
		position:relative;
		top:0px;
		left:0px;
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-o-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-transition: all 1s cubic-bezier(0.19,1,0.22,1);
		-moz-transition: all 1s cubic-bezier(0.19,1,0.22,1);
		-o-transition: all 1s cubic-bezier(0.19,1,0.22,1);
		transition: all 1s cubic-bezier(0.19,1,0.22,1);
	}
	
	.medium-captions.hover-fade-from-bottom .item-title, .medium-captions .item-title {
		font-size:36px;
		line-height:48px;
	}
	
	.bigger-captions.hover-fade-from-bottom .item-title, .bigger-captions .item-title {
		font-size:48px;
		line-height:60px;
	}
	
	.medium-captions .item-cat, .bigger-captions .item-cat {
		font-size: 14px;
		font-family: 'Montserrat', sans-serif;
		color:rgba(255,255,255,1)!important;
	}
	
	.hover-fade-from-bottom .item:hover .item-title {
		opacity:1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-transition: all 1s cubic-bezier(0.19,1,0.22,1);
		-moz-transition: all 1s cubic-bezier(0.19,1,0.22,1);
		-o-transition: all 1s cubic-bezier(0.19,1,0.22,1);
		transition: all 1s cubic-bezier(0.19,1,0.22,1) 0.25s;
	}
	
	
	
	
	
	
	.mf-zoom .inner {
		vertical-align:middle;
	}
	
	.zoom-box {
		height: 10px;
		margin: 0 auto;
		padding-top: 10px;
		position: relative;
		width: 20px;
	}
	
	.wide .zoom-box, .tall .zoom-box {
		height: 15px;
		margin: 0 auto;
		padding-top: 15px;
		position: relative;
		width: 30px;
	}
	
	.item .zoom-box {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		opacity:0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.item:hover .zoom-box {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity:1;
		-webkit-transition: all 0.2s ease-in-out 0.3s;
		-moz-transition: all 0.2s ease-in-out 0.3s;
		-o-transition: all 0.2s ease-in-out 0.3s;
		-ms-transition: all 0.2s ease-in-out 0.3s;
		transition: all 0.2s ease-in-out 0.3s;
	}
	
	.zoom-in-left, .zoom-in-right {
		width:20px;
		height:2px;
		background-color:#FFF;
		position:absolute;
	}
	
	.wide .zoom-in-left, .wide .zoom-in-right, .tall .zoom-in-left, .tall .zoom-in-right {
		width:30px;
	}
	
	.zoom-in-right {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	
	
	
/*--------------------------------------------------
	09. Portfolio Isotope 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: -o-transform, opacity;
		transition-property: transform, opacity;
	}
	
	.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;
	}
	
/*--------------------------------------------------
	09. Single Project
---------------------------------------------------*/
	
	.project-bg-image {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	.project-bg-image.bg-contain {
		background-size: initial;
	}
	
	.project-light-content h1, .project-light-content h2, .project-light-content h3, .project-light-content h4, .project-light-content h5, .project-light-content h6  {
		color:rgba(255,255,255,1);
	}
	
	.project-light-content p {
		color:rgba(255,255,255,0.6);
	}
	
	.project-light-content .bigger p, .project-light-content p.bigger {
		color:rgba(255,255,255,1)!important;
	}
	
	.disable-content-project .inner {
		vertical-align:middle;
		padding: 0 70px;
		max-width: 1540px;
		position: relative;
		width: 100%;
		margin:0 auto;
		box-sizing:border-box;
		pointer-events: none;
	}
	
	#share-field {
		height: auto;
		margin: 0 auto;
		width: auto;
		position: relative;
		z-index: 1500;
		box-sizing: border-box;
		opacity: 0;
		visibility: hidden;
		top: 0;
		text-align:center;
		-moz-transform: translate3d(0px, 70px, 0px);
		-o-transform: translate3d(0px, 70px, 0px);
		-ms-transform: translate3d(0px, 70px, 0px);
		transform: translate3d(0px, 70px, 0px);
		-webkit-transition: all 0.5s ease-in-out 0.1s;
		-moz-transition: all 0.5s ease-in-out 0.1s;
		-o-transition: all 0.5s ease-in-out 0.1s;
		-ms-transition: all 0.5s ease-in-out 0.1s;
		transition: all 0.5s ease-in-out 0.1s;
		left: -10px;
		pointer-events: initial;
	}
	
	#share-field.is-active {
		visibility:visible;
		opacity:1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		webkit-transition: all 0.6s ease-in-out 0.2s;
		-moz-transition: all 0.6s ease-in-out 0.2s;
		-o-transition: all 0.6s ease-in-out 0.2s;
		-ms-transition: all 0.6s ease-in-out 0.2s;
		transition: all 0.6s ease-in-out 0.4s;
	}
	
	.list-share {
		text-align:center;
		display:inline-block;
	}
	
	.list-share::before {
		content: 'Share this project:';
		position: absolute;
		top: -70px;
		width: 100%;
		left: 0;
	}
	
	.list-share a img {
		opacity:0!important;
	}
	
	.list-share a:nth-child(5), .list-share a:nth-child(6), .list-share a:nth-child(7), .list-share a:nth-child(8), .list-share a:nth-child(9) {
		display:none;
	}
	
	.list-share a  {
		background-color:transparent;
		height:30px!important;
		width:200px!important;
		display:inline-block;
		margin:0!important;
		border-left:1px solid #333;
		text-align:center;
		position:relative;
	}
	
	.list-share:hover a::before {
		opacity:0.4;
	}
	
	.list-share a:nth-child(1) {
		border-left:none;
	}
	
	.list-share a::before {
		font-family: FontAwesome;
		padding-right:0px;
		font-size:28px;
		color:#fff;
		position:absolute;
		margin-top:0px;
		left:0;
		width:100%;
		text-align:center;
		webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	
	.list-share a:hover::before {
		opacity:1;
		color:#fff!important;
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	.list-share .synved-social-provider-facebook::before {
		content: "\f09a";
	}
	
	.list-share .synved-social-provider-twitter::before {
		content: "\f099";
	}
	
	.list-share .synved-social-provider-google_plus::before {
		content: "\f1a0";
	}
	
	.list-share .synved-social-provider-reddit::before {
		content: "\f1a1";
	}
	
	.list-share .synved-social-provider-pinterest::before {
		content: "\f0d2";
	}
	
	.list-share .synved-social-provider-linkedin::before {
		content: "\f0e1";
	}
	
	.list-share .synved-social-provider-tumblr::before {
		content: "\f173";
	}
	
	.list-share .synved-social-provider-mail::before {
		content: "\f0e0";
	}
	


/*--------------------------------------------------
	10. Page Nav
---------------------------------------------------*/
	
	#all-projects {
		width:40%;
		height:100%;
		position:relative;
		float:left;
		-webkit-transition: all 0.05s ease-in-out;
		-moz-transition: all 0.05s ease-in-out;
		-o-transition: all 0.05s ease-in-out;
		-ms-transition: all 0.05s ease-in-out;
		transition: all 0.05s ease-in-out;
	}	
	
	#all-projects a {
		height: 100%;
		position: absolute;
		width: 100%;
		text-align:center;
		overflow:hidden;
	}
	
	.show-thumbnails {
		cursor: pointer;
		height: 28px;
		left: 50%;
		top:50%;
		margin: -14px auto 0 -14px;
		position: absolute;
		width: 28px;
		transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
		-moz-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
    	-webkit-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
    	-o-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity:1;
	}
	
	#all-projects:hover .show-thumbnails {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
		opacity:0;
		transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-moz-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-webkit-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-o-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	
	#all-projects p {
		font-size: 18px;
		font-weight:400;
		color:#000;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-moz-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-webkit-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-o-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		opacity:0;
		line-height:100px;
		margin-bottom:0;
	}
	
	.project-light-content #all-projects p {
		color:rgba(255,255,255,0.9);
	}
	
	#all-projects:hover p {
		transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
		-moz-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
    	-webkit-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
    	-o-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity:1;
	}
		
	
	.thumb-icon {
		border: 2px solid #000;
		box-sizing: border-box;
		float: left;
		height: 9px;
		margin: 1px;
		opacity: 1;
		transition: opacity 0.2s ease-in-out 0s;
		width: 9px;
	}
	
	.project-light-content .thumb-icon {
		border: 2px solid #fff;
	}
	
	#page-nav {
		box-sizing: border-box;
		display: block;
		height: 100px;
		margin: 130px auto auto;
		max-width: 1540px;
		padding: 0 60px;
		width: 100%;
	}
	
	#page-nav::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	.page-nav-container {
		position:relative;
		height:inherit;
	}
	
	.nav-button {
		height:100%;
		width:30%;
		text-align:center;
		box-sizing:border-box;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.nav-button a {
		display: inline-block;
		width: auto;
		height: 100%;
	}
	
	.icon-older {
		width:20px;
		height:20px;
		left:0;
		position:absolute;
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transition:translateX(0px);
		transform: translateX(0px);
		display:none;
	}
	
	.icon-newer {
		width:20px;
		height:20px;
		right:0;
		position:absolute;
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transition:translateX(0px);
		transform: translateX(0px);
		display:none;
	}
	
	.nav-button.older-posts {
		float:left;
		z-index:1;
		position:relative;
		text-align:left;
	}
	
	.nav-button.newer-posts {
		float:right;
		z-index:1;
		position:relative;
		text-align:right;
	}
	
	.nav-button p {
		margin-bottom:0;
		font-size: 18px;
		font-weight:400;
		display: inline-block;
		width: auto;
		color:#000;
		position:relative;
		padding:0 10px;
	}
	
	.project-light-content .nav-button p {
		color:rgba(255,255,255,0.9);
	}
	
	.nav-button a p:before {
        content: '';
        position: absolute; 
		bottom: 0px; 
		left: 0;
        width: 100%;
        height: 14px;
        background:rgba(0,0,0,0.1);
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .2s ease-out;
    }
	
	.project-light-content .nav-button a p:before {
		background:rgba(255,255,255,0.2);
	}
  
    .nav-button a p:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}
	
	.nav-button p span {
		position:relative;
	}
	
	.nav-button:hover .icon-older {
		opacity:0;
		-ms-transform: translateX(-30px);
		-webkit-transform: translateX(-30px);
		-o-transition:translateX(-30px);
		transform: translateX(-30px);
	}
	
	.nav-button:hover .icon-newer {
		opacity:0;
		-ms-transform: translateX(30px);
		-webkit-transform: translateX(30px);
		-o-transition:translateX(30px);
		transform: translateX(30px);
	}
	
	
	#project-nav {
		width:100%;
		padding:0 100px;
		margin-bottom:140px;
		text-align:center;
		box-sizing:border-box;
		color:#000;
		font-family: 'Montserrat', sans-serif;
	}
	
	#project-nav a{
		color:#000;
	}
	
	.project-light-content #project-nav, .project-light-content #project-nav a {
		color:#fff;
	}
	
	.nav-title {
		font-size:120px;
		line-height:140px;
		font-weight:700;		
		display:inline-block;
	}
	
	.nav-project-title {
		font-size:18px;
		line-height:24px;
		font-weight:400;
	}
	
	.nav-project-title span {
		opacity:0;
		display: inline-block;
		margin: 0 2px;
		line-height: 24px;
		height: 30px;
		overflow: hidden;
		padding-top: 30px;
		box-sizing: border-box;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.nav-project-title.hover span {
		opacity:1;
		padding-top:0;
	}


/*--------------------------------------------------
	10. Showcase Inline Lists
---------------------------------------------------*/


		
	#showcase {
		opacity:1;
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out;
		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out;
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out;
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out;
	}

	#showcase.hidden {
		opacity:0;
	}

	#showcase .overlay {
		position:fixed;
		z-index:1000;
	}

	#showcase .outer {
		padding: 140px 0;
		box-sizing:border-box;
		margin:0 auto;
		width:1280px;
	}

	#showcase .inner {
		position:relative;
	}
	
	#showcase {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		max-width:900px;
		height:500px;
	  	position: fixed;
	}
	
	#showcase.split-lists {
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		margin: auto;
		width: 100%;
		max-width: 70%;
		height: 100%;
		position: fixed;
	}
	
	#showcase .showcase-images {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin:0;
	}
	
	#showcase .showcase-images li {
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
		top: 0;
		left: 0;
		overflow: hidden;
		list-style:none;
		opacity:0;
		-webkit-transition: opacity 0.1s ease-in-out;
		-moz-transition: opacity 0.1s ease-in-out;
		-o-transition: opacity 0.1s ease-in-out;
		-ms-transition: opacity 0.1s ease-in-out;
		transition: opacity 0.1s ease-in-out;
	}
	
	@media only screen and (min-width: 1024px) {
	
	#showcase .showcase-images li.bg-video {
		background-image:none!important;
		background-color:#000;
	}
	
	}
	
	#showcase .showcase-images li.show-show {
		opacity:1;
	}
	
	.showcase-list {
		width:100%;
		position:relative;
		text-align:center;
		z-index:10;
		padding-bottom:100px;
	}
	
	.split-lists .showcase-list {
		width: 50%;
		text-align: left;
	}

	.showcase-wrapper {
		margin: auto;
		position: relative;
		z-index: 1000;
		padding: 0;
		display:inline-block;
	}

	.showcase-wrapper li {
		list-style: none;
		position: relative;
		display: block;
		margin: 0 50px;
		webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	
	.split-lists .showcase-wrapper li {    
	    margin: 0 120px;
	}
	
	.showcase-wrapper:hover li {
		opacity:0.2;
	}
	
	.split-lists .showcase-wrapper li {
		opacity:0.2;
	}
	
	.showcase-name .sh-name {
		color:#000;
		opacity:1;
		font-size:72px;
		line-height:120px;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;		
	}
	
	.split-lists .showcase-name .sh-name {
		font-size:30px;
		line-height:60px;
	}
	
	.showcase-wrapper:hover .showcase-name:hover {
		opacity:1;
	}
	
	.split-lists .showcase-wrapper .showcase-name.active {
		opacity:1;
	}
	
	.sh-cat {
		color: #000;
		font-family: "Montserrat",sans-serif;
		font-size: 14px;
		font-weight: 400;
		position: relative;
		line-height: 20px;
		text-align: center;
		width: 100%;
		top: -20px;
		opacity: 0.4;
		webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	
	.split-lists .sh-cat {
		top: -7px;
		text-align: left;
	}
	
	.showcase-name:hover .sh-cat {
		opacity:1;
	}
	
	.showcase-line:last-child {
		bottom:0!important;
		top:auto;
	}
	
	
	
	.pp-section {
		height:100%;
		position:absolute;
		width:100%;
	}
	.pp-easing {
		-webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
		-moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
		-o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
		transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
		/* custom */
		-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
		-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
		-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
		transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
		/* custom */
	}
	#pp-nav {
		position: fixed;
		z-index: 100;
		margin-top: -32px;
		top: 50%;
		opacity: 1;
	}
	#pp-nav.right {
		right: 17px;
	}
	#pp-nav.left {
		left: 17px;
	}
	.pp-section.pp-table{
		display: table;
	}
	.pp-tableCell {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: 100%;
	}
	.pp-slidesNav{
		position: absolute;
		z-index: 4;
		left: 50%;
		opacity: 1;
	}
	.pp-slidesNav.bottom {
		bottom: 17px;
	}
	.pp-slidesNav.top {
		top: 17px;
	}
	#pp-nav ul,
	.pp-slidesNav ul {
	  margin: 0;
	  padding: 0;
	}
	#pp-nav li,
	.pp-slidesNav li {
		display: block;
		width: 14px;
		height: 13px;
		margin: 7px;
		position:relative;
	}
	.pp-slidesNav li {
		display: inline-block;
	}
	#pp-nav li a,
	.pp-slidesNav li a {
		display: block;
		position: relative;
		z-index: 1;
		width: 100%;
		height: 100%;
		cursor: pointer;
		text-decoration: none;
	}
	#pp-nav li .active span,
	.pp-slidesNav .active span {
		background: #333;
	}
	#pp-nav span,
	.pp-slidesNav span {
		top: 2px;
		left: 2px;
		width: 8px;
		height: 8px;
		border: 1px solid #000;
		background: rgba(0, 0, 0, 0);
		border-radius: 50%;
		position: absolute;
		z-index: 1;
	}
	.pp-tooltip {
		position: absolute;
		top: -2px;
		color: #fff;
		font-size: 14px;
		font-family: arial, helvetica, sans-serif;
		white-space: nowrap;
		max-width: 220px;
	}
	.pp-tooltip.right {
		right: 20px;
	}
	.pp-tooltip.left {
		left: 20px;
	}
	.pp-scrollable{
		overflow-y: scroll;
		height: 100%;
	}
	
	
	
	
/*--------------------------------------------------
	Vertical Parallax
---------------------------------------------------*/		

	
	.vertical-parallax-item {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		max-width:1000px;
		position: relative;
		padding: 20px;
		box-sizing: border-box;
		margin-bottom: 200px;
		text-align:center;
		overflow:hidden;
	}
	
	.vertical-parallax-item:first-child {
		margin-top:100px;
	}
	
	.vp-content {
		height:100%;
		position:relative;
		width:100%;
	}
	
	.vp-bg-image {
		background-size:cover;
		background-position:center -200px;
		background-repeat:no-repeat;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:0;
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-o-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
	}
	
	.vp-bg-image .video-wrapper {
		position: absolute;
		box-sizing: border-box;
		top: 10%;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -100;
		-ms-transform: translateX(0%) translateY(0%) scale(1.1, 1.1);
		-moz-transform: translateX(0%) translateY(0%) scale(1.1, 1.1);
		-webkit-transform: translateX(0%) translateY(0%) scale(1.1, 1.1);
		transform: translateX(0%) translateY(0%) scale(1.1, 1.1);
		background-size: cover;
		overflow: hidden !important;
	}
	
	.vp-bg-image video.bgvid {
		left: 0;
		background-size: cover;
		height: auto;
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		width: 100%;
		z-index: -100;
		-ms-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
	
	.vp-title {
		color: #000;
		font-family: 'Montserrat', sans-serif;
		font-size: 72px;
		line-height: 80px;
		font-weight: 700;
		position: absolute;
		z-index: 10;
		width: 100%;
		height: auto;
		top:30%;
	}
	
	.vp-cat {
		display:block;
		font-size:14px;
		line-height:20px;
		font-weight: 400;
	}
	
	.light-content .vp-title {
		color: #fff;
	}
	
	#vp-navigation {
		width:100%;
		max-width:500px;
		margin:0 auto;
		box-sizing:border-box;
		height:80px;
		position:relative;
		margin-bottom:120px;
		padding:0 28px;
	}
	
	#vp-navigation::after {
		content: "";
		width: 1px;
		height: 30px;
		background-color: #ddd;
		position: absolute;
		top: 30px;
		left: 50%;
		margin-left: -1px;
	}
	
	#vp-navigation .vp-prev, #vp-navigation .vp-next {
		padding: 20px;
		display: block;
		width: 40px;
		text-align: center;
		z-index:10;
		position:relative;
	}
	
	#vp-navigation .vp-prev {
		float:left;
	}
	
	#vp-navigation .vp-next {
		float:right;
	}
	
	#vp-navigation i {
		line-height:40px;
		width:40px;
		color:#ddd;
		position:absolute;
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	
	#vp-navigation a i {
		color:#000;
	}
	
	#vp-navigation .vp-prev a i, #vp-navigation .vp-prev i {
		left:0px;
	}
	
	#vp-navigation .vp-prev:hover a i {
		left:-7px;
	}
	
	#vp-navigation .vp-next a i {
		right:0px;
	}
	
	#vp-navigation .vp-next:hover a i, #vp-navigation .vp-next:hover i {
		right:-5px;
	}
	
	.vp-numbers {
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		padding: 0 80px;
		height: inherit;
		z-index:0;
		color: #000;
		font-family: 'Montserrat', sans-serif;
		font-size: 48px;
		font-weight:700;
		left:0;
	}
	
	.vp-numbers .vp-active {
		width:30%;
		float:left;
		text-align:center;
		line-height:80px;
	}
	
	.vp-numbers .vp-total {
		width:30%;
		float:right;
		text-align:center;
		line-height:80px;
	}
	
	
	
/*--------------------------------------------------
	Swiper Carousel
---------------------------------------------------*/		
		
	
	.swiper-container {
        width: 100%;
		height: calc(100% - 360px);
		top:180px;
        margin: 0px auto;
		position:absolute;
		transform:scale(1);
		overflow:visible!important;
		-webkit-transition: all 0.5s ease-in-out 0.7s;
		-moz-transition: all 0.5s ease-in-out 0.7s;
		-o-transition: all 0.5s ease-in-out 0.7s;
		-ms-transition: all 0.5s ease-in-out 0.7s;
		transition: all 0.3s ease-in-out 0.7s;
    }
	
	.swiper-container.scale {
		transform:scale(0.6)!important;
		-webkit-transition: all 0.5s ease-in-out 0.1s;
		-moz-transition: all 0.5s ease-in-out 0.1s;
		-o-transition: all 0.5s ease-in-out 0.1s;
		-ms-transition: all 0.5s ease-in-out 0.1s;
		transition: all 0.3s ease-in-out 0.1s;
	}
	
	.swiper-wrapper {
		
	}
	
	.scale .swiper-wrapper {
		
	}
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #eee;
		width:60%;
		overflow:hidden;
		-moz-transition: transform 0.2s ease-in-out;
		-webkit-transition: transform 0.2s ease-in-out;
		-ms-transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
    }
	
	.swiper-slide .inner {
		padding:20px;
	}
	
	.swiper-slide-prev.hover {
		-moz-transform: translateX(15px);
		-o-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);	
	}
	
	.swiper-slide-next.hover {
		-moz-transform: translateX(-15px);
		-o-transform: translateX(-15px);
		-ms-transform: translateX(-15px);
		transform: translateX(-15px);
	}
	
	.swiper-slide-active {
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
	
	.swiper-scrollbar-drag {
		border-radius: 0;
		height:15px;
		background-color:transparent!important;
		
		z-index:1;
	}
	
	.swiper-scrollbar-drag.scale {
		border-radius: 0;
		height:15px;
		background-color:transparent!important;
		
		z-index:1;
	}
	
	.swiper-scrollbar {
		border-top: 1px dashed #ddd;
		background-color:transparent!important;
		position:absolute;
		border-radius: 0;
		left: 20%!important;
		width: 60%!important;
		opacity: 1 !important;
		bottom: 90px !important;
		height: 1px !important;
	}
	
	.grab {
		background-color: #fff;
		border: 2px solid #ddd;
		border-radius: 40px;
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 1);
		box-sizing: border-box;
		cursor: grab;
		cursor: -webkit-grab;
		height: 40px;
		left: 50%;
		margin: -26px auto 0;
		position: absolute;
		top: 50%;
		width: 40px;
		z-index: 1000;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		margin-left: -20px;
	}
	
	.grab:hover {
		border: 2px solid #999;
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 1);
	}
	
	.grab.scale {
		border: 2px solid #999;
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 1);
		cursor:grabbing;
		cursor: -webkit-grabbing;
	}
	
	.grab-dot {
		background-color:#000;
		width:6px;
		height:6px;
		position:absolute;
		top:15px;
		left:15px;
		transform:scale(1.25);
		border-radius:6px;
	}
	
	.grab::before {
		content:"\f053";
		font-family: FontAwesome;
		color:#222;
		width:20px;
		height:20px;
		position:absolute;
		top:9px;
		left:-15px;
		opacity:0;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.grab:hover::before, .grab.scale::before {
		left:-30px;
		opacity:1;
	}
	
	.grab::after {
		content:"\f054";
		font-family: FontAwesome;
		color:#222;
		width:20px;
		height:20px;
		position:absolute;
		top:9px;
		left:40px;
		opacity:0;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.swiper-pagination {
		color: #222;
		font-size: 12px;
		font-weight:400;
	}
	
	.swiper-pagination-current {
		margin-right:3px;
		position:relative;
	}
	
	.swiper-pagination-current::after {
		background-color: #ccc;
		content: "";
		height: 10px;
		left: 21px;
		position: absolute;
		top: 6px;
		width: 1px;
	}
	
	.grab:hover::after, .grab.scale::after {
		left:54px;
		opacity:1;
	}
	
	.swiper-button-next, .swiper-button-prev {
		position: absolute;
		bottom: 70px;
		margin-top: 0;
		z-index: 10;
		top: auto;
		height:40px;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		background-image: none;
		left: 110px;
		right: auto;
		width:40px;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		background-image:none;
		right: 110px;
		left: auto;
		width:40px;		
	}
	
	.swiper-button-prev:before {
		content:"PREV";
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		position:absolute;
		left:0;
		line-height:44px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.swiper-button-prev:hover:before, .swiper-button-next:hover:before {
		color:#000;
	}
	
	.swiper-button-next:before {
		content:"NEXT";
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		position:absolute;
		right:0;
		line-height:44px;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.ss-bg-image {
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:0;
	}
	
	.ss-bg-image .video-wrapper {
		position: absolute;
		box-sizing: border-box;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -100;
		-ms-transform: translateX(0%) translateY(0%) scale(1.1, 1.1);
		-moz-transform: translateX(0%) translateY(0%) scale(1.1, 1.1);
		-webkit-transform: translateX(0%) translateY(0%) scale(1.1, 1.1);
		transform: translateX(0%) translateY(0%) scale(1.1, 1.1);
		background-size: cover;
		overflow: hidden !important;
	}
	
	.ss-bg-image video.bgvid {
		left: 0;
		background-size: cover;
		height: auto;
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		width: 100%;
		z-index: -100;
		-ms-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
	
	.ss-title {
		font-family: 'Montserrat', sans-serif;
		font-size: 120px;
		font-weight:700;
		color:#000;
		position:relative;
		z-index:10;
	}
	
	.light-content .ss-title {
		color:#fff;
	}
	
	.ss-title span {
		opacity:0;
		display: inline-block;
		margin: 0 20px;
		line-height: 140px;
		height: 140px;
		overflow: hidden;
		padding-top: 140px;
		box-sizing: border-box;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.scale .swiper-slide .ss-title span {
		opacity:1;
		padding-top:0;
	}
	
	.swiper-slide-active .ss-title span:nth-child(1) {
		opacity:1;
		padding-top:0;
		-moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
		-o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
		-ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
		transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
	}
	
	.swiper-slide-active .ss-title span:nth-child(2) {
		padding-top:0;
		opacity:1;
		-moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
		-o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
		-ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
		transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
	}
	
	.swiper-slide-active .ss-title span:nth-child(3) {
		padding-top:0;
		opacity:1;
		-moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
		-o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
		-ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
		transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
	}
	
	.swiper-slide-active .ss-title span:nth-child(4) {
		padding-top:0;
		opacity:1;
		-moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s;
		-o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s;
		-ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s;
		transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s;
	}
	
	.swiper-slide-active .ss-title span:nth-child(5) {
		padding-top:0;
		opacity:1;
		-moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
		-o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
		-ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
		transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
	}
	
	.swiper-slide-active .ss-title span:nth-child(6) {
		padding-top:0;
		opacity:1;
		-moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s;
		-o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s;
		-ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s;
		transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s;
	}
	
	.ss-cat {
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		font-weight:400;
		color:#000;
		position: absolute;
		bottom: 40px;
		width: 100%;
		z-index:10;
		left:0;
	}
	
	.light-content .ss-cat {
		color:#fff;
	}
	
	.ss-cat span {
		opacity:0;
		display: inline-block;
		margin:0 3px;
		line-height: 30px;
		height: 30px;
		overflow: hidden;
		padding-top: 30px;
		box-sizing: border-box;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.scale .swiper-slide .ss-cat span {
		opacity:1;
		padding-top:0;
	}
	
	.swiper-slide-active .ss-cat span {
		opacity:1;
		padding-top:0;
		-moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
		-o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
		-ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
		transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
	}
		
		
	

/*--------------------------------------------------
	10. Blog
---------------------------------------------------*/	
	
	#blog {
		margin:0 auto;
		width:100%;
		max-width:1540px;
		box-sizing:border-box;
		padding: 0 70px;
		margin-bottom:200px;
	}
	
	.single #blog {
		margin-bottom:120px;
	}
	
	.post {
		position:relative;
		width:100%;
		box-sizing:border-box;
		padding-bottom:160px;
	}
	
	.single-post .post {
		padding-bottom:0;
	}
	
	.post:last-child {
		padding-bottom:0;
	}
	
	.post-image {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:100px;
	}
	
	.article-content::after, .article-footer::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	.article-post-left {
		float:left;
		width:25%;
		text-align:center;
		box-sizing:border-box;
		padding:0 20px;
		padding-top:3px;
	}
	
	.article-post-middle {
		float:left;
		width:50%;
		text-align:center;
	}
	
	.article-post-right {
		float:right;
		width:25%;
		text-align:center;
		box-sizing:border-box;
		padding:0 20px;
		padding-top:3px;
	}	
	
	.article-left {
		width: 60%;
		margin: 0 auto;
		background-color: #000;
		padding: 0 50px;
		padding-top: 40px;
		margin-bottom: 80px;
		border-radius: 3px;
		padding-bottom: 15px;
		margin-top: 80px;
	}
	
	.article-left::after{
		clear: both;
		content: " ";
		display: table;
	}
	
	.article-left .entry-meta {
		width:50%;
		float:left;
		padding-right:20px;
		box-sizing:border-box;
	}
	
	.article-right {
		width:60%;
		margin:0 auto;
	}
	
	.post-head .post-title {
		color:#000;
		font-size:48px;
		line-height:48x;
		padding-bottom:0;
	}
	
	.post-head .post-title:hover {
		color:#000;
	}
	
	.post-title {
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		font-size: 30px;
		line-height: 36x;
		display: inline-block;
		margin-bottom: 15px;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		position: relative;
		padding: 0 10px;
	}
	
	.single-post .post-title {
		left:0;
	}
	
	.post-title:hover {
		color:#000!important;
	}
	
	.post-title:before {
        content: '';
        position: absolute; 
		bottom: 0px; 
		left: 0;
        width: 100%;
        height: 14px;
        background:rgba(0,0,0,0.1);
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .2s ease-out;
    }
	
	.post-title:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}
	
	.single-post .post-title:before {
		display:none;
	}
	
	.post-excerpt {
		margin-bottom:0px;
	}
	
	.entry-meta, .post-categories {
		margin:0;
		padding:0;
		display:block;
		width:90%;
	}
	
	.entry-meta.entry-categories, .post-categories {
		width:100%;
	}
	
	.entry-meta li {
		list-style:none;
		display:inline-block;
		position:relative;
	}
	
	.entry-meta li span, .entry-meta span {
		display:block;
		color:#000;
		margin-bottom:0px;
		font-weight:400;
	}
	
	.article-left .entry-meta li span, .article-left .entry-meta span {
		color:#fff;
	}
	
	.article-left .entry-meta li a:hover, .article-left .entry-meta a:hover {
		color:#fff;
	}
	
	.entry-meta span {
		margin-bottom:6px;
	}
	.entry-date li span {
		margin-bottom:6px;
	}
	
	.entry-date {
		margin-top:0px;
	}
	
	.single-post .entry-date {
		margin-top:0px;
	}
	
	.single-post .entry-meta {
		margin-bottom:15px;
	}
	
	.entry-meta li a, .entry-meta a {
		color:#999;		
		font-size:14px;
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	
	.post-head .entry-meta li a {
		font-size:16px;
		font-weight:400;
	}
	
	.entry-meta li a:hover, .entry-meta a:hover {
		color:#0c00ff;
	}
	
	.post-head .entry-meta li a:after {
		content:",";
		color:#999;
		font-weight:400;
		font-size:16px;
	}
	
	.entry-meta li a:after {
		content:",";
		color:#999;
		margin-right:2px;
	}
	
	.entry-meta li:last-child a:after {
		content:"";
		margin-right:0;
	}
	
	/* Search Field */
	
	.disable-content-blog .inner {
		vertical-align:middle;
		padding: 0 70px;
		max-width: 1540px;
		position: relative;
		width: 100%;
		margin:0 auto;
		box-sizing:border-box;
		pointer-events:none;
	}
	
	#search-field {
		height: auto;
		margin: 0 auto;
		width: auto;
		visibility:hidden;
		opacity:0;
		position: relative;
		z-index: 1500;
		top:0;
		left:0;
		text-align:center;
		pointer-events: initial;
		-moz-transform: translate3d(0px, 70px, 0px);
		-o-transform: translate3d(0px, 70px, 0px);
		-ms-transform: translate3d(0px, 70px, 0px);
		transform: translate3d(0px, 70px, 0px);
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	
	#search-field::before {
		content: 'Search posts by:';
		position: relative;
		left: 0;
		top: -40px;
	}
	
	#search-field.is-active {
		visibility:visible;
		opacity:1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		webkit-transition: all 0.5s ease-in-out 0.4s;
		-moz-transition: all 0.5s ease-in-out 0.4s;
		-o-transition: all 0.5s ease-in-out 0.4s;
		-ms-transition: all 0.5s ease-in-out 0.4s;
		transition: all 0.5s ease-in-out 0.4s;
	}
	
	#search-field input {
		height: 20px;
		position:relative;
	}
	
	input#search {
		position:relative;
		background-color:transparent;
		font-family: "Montserrat",sans-serif;
		font-weight: 700;
		font-size: 72px;
		line-height:80px;
		height:80px;
		color:#fff!important;
		text-align:center;
		border-bottom:none;
		padding:0 8px;
	}
	
	input#search:focus {
		color:#0c00ff;
	}
	
	.blog-title-container, .page-title-portfolio-category {
		text-align:center;
		box-sizing:border-box;
		padding:0 20px;
		margin-bottom:100px;
	}
	
	/* Article Next */
	
	.article-next-container {
		width:100%;
		height:auto;
		margin-top:80px;
		margin-bottom:0;
		text-align:center;
	}
	
	.article-next-container a {
		display:inline-block;
	}
	
	.next-post h2, .next-post p{
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.article-next-container h2 {
		color:#000;
		font-size: 120px;
		line-height: 140px;
		font-weight: 700;
		margin-bottom:20px;
	}
	
	.article-next-container p {
		opacity:0;
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
		margin-bottom:0;
		color: #000;
		font-size: 18px;
		line-height: 24px;
		font-weight: 400;
		font-family: 'Montserrat', sans-serif;
	}
	
	.article-next-container a:hover p {
		opacity:1;
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-o-transition:translateY(-20px);
		transform: translateY(-20px);
	}
	
	/* Article Comments */	

	.article-discusion {
		position:relative;
	}
	
	.article-discusion h4 {
		margin-bottom: 60px;
		text-transform:uppercase;
	}
	
	.user_comment {
		color: #000;
		margin-bottom: 40px;
		padding-left: 120px;
		position:relative;
	}
	
	.user-image {
		border-radius: 2px;
		height: 80px;
		overflow: hidden;
		width: 80px;
		position:absolute;
		left:0px;
	}
	
	.user-image img {
		width:100%;
		height:auto;
	}
	
	.comment-head {
		font-weight:400;
		color:#777;
		margin-bottom: 10px;
	}
	
	.comment-head span {
		font-weight:300;
		font-size:14px;
		color:#999;
	}
	
	.comment-head span a {
		color:#000;
		font-weight:400;
	}
	
	.comment-head span a:hover {
		color:#0c00ff;
	}
	
	.comment-text {
		color: #999;
		margin-bottom:5px;
	}
	
	.user_comment_reply {
		position:relative;
		color: #000;
		padding-left: 120px;
		margin-top: 40px;
		display:block;
	}
	
	.add-comment .caption-content {
		padding:0;
	}
	
	.article-formular {
		width:100%;
		padding-top:120px;
		padding-bottom:50px;
	}
	
	.article-formular h4 {
		margin-bottom: 60px;
		text-transform:uppercase;
	}	
	
	#commentsform {
		float: left;
		margin-bottom: 50px;
		position: relative;
		width: 100%;
	}
	
	#commentsform textarea {
		margin-bottom:50px;
	}
	
	/* WordPress Styles */

	.post.sticky {
		border-bottom: 5px solid #000;
		margin-bottom: 160px;
    	padding-bottom: 80px;
	}
	
	.single-post .clapat-caption {
		table-layout:fixed;
	}
	
	.post-title, .post-title-no-link {
		-ms-word-wrap: break-word;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.alignleft {
		display: inline;
		float: left;
	}
	
	.alignright {
		display: inline;
		float: right;
	}
	
	.aligncenter {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
		margin: 0.4em 1.6em 1.6em 0;
	}
	
	blockquote.alignright, .wp-caption.alignright, img.alignright {
		margin: 0.4em 0 1.6em 1.6em;
	}
	
	blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
		clear: both;
		margin-top: 0.4em;
		margin-bottom: 1.6em;
	}
	
	.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
		margin-bottom: 1.2em;
	}
		
	.post-comments-textarea.comment_area_loggedin {
		position:relative;
	}
	
	input[type="submit"] {
		color:#fff;
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 1px;
		text-transform:uppercase;
		padding:16px 30px;
		line-height:12px;
		cursor:pointer;
		border:none;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		text-align:center;
		background-color:#0c00ff;
		display:inline-block;
		border-radius:3px;
	}
	
	input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
		background-color:#000;
		color:#fff;
	}

	.bypostauthor > article .fn:before {
		content: "";
		margin: 0 2px 0 -2px;
		position: relative;
	}
	
	.wp-caption {
		margin-bottom: 1.6em;
		max-width: 100%;
	}
	
	.screen-reader-text {
		display:none;
	}
	
	.wp-caption-text {
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 1px;
		text-transform: uppercase;
		color:#999;
	}
	
	.post-password-form label {
		color: #333;
		display: block;
		line-height: 1.5;
	}
		
	.form-submit {
		display: inline-block;
		margin-bottom: 50px;
		position: relative;
		width: 100%;
		text-align:center;
	}
	
	article .page-links {
		margin-bottom:40px;
	}
	
	.page-links a {
		font-weight:400;
	}
	
	.page-links a:hover {
		color:#0c00ff;
	}
	
	.gallery {
		margin-bottom: 1.6em;
	}
	
	.gallery-item {
		display: inline-block;
		padding: 1.79104477%;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}
	
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
	
	.gallery-icon img {
		margin: 0 auto;
	}
	
	.gallery-caption {
		color: #707070;
		color: rgba(51, 51, 51, 0.7);
		display: block;
		font-family: "Noto Sans", sans-serif;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
		padding: 0.5em 0;
	}
	
	.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
		display: none;
	}
	
	
/*--------------------------------------------------
	12. Contact Page
---------------------------------------------------*/		
	
	#map_canvas {
		display: block;
		height: 700px;
		width: 100%;
		z-index: 0;
		z-index:10;
		margin-top:40px;
	}
	
	.map-shortcode #map_canvas {
		height:600px;
		margin-bottom:-40px;
	}
	
	.map-header {
		width:100%;
		height:200px;
		position:absolute;
		


	}
	
	#map_cover {
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		z-index:15;
		 -webkit-transition: all 0.3s ease-in-out 0.15s;
		-moz-transition: all 0.3s ease-in-out 0.15s;
		-o-transition: opacity 0.3s ease-in-out 0.15s;
		transition: all 0.3s ease-in-out 0.15s;
	}
	
	#hero:hover #map_cover {
		visibility:hidden;
		opacity:0;
		 -webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	#map_canvas img {
		max-width:inherit !important;
	}
	
	.gmnoprint a, .gmnoprint span, .gm-style-cc {
		display:none;
	}
	
	.gmnoprint div {
		background:none !important;
	}
	
	#contact-formular {
		margin:0 auto;
	}
	
	.contact-info {
		width:1000px;
		margin:0 auto;
	}
	
	#contact-formular::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	input[type="text"], input[type="password"], input[type="email"], textarea {
		color: #777;
		font-size: 15px;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		height: 50px;
		padding: 12px 20px 12px 2px;
		width: 100%;
		border-radius:0px;
		margin-bottom:0px;
		border:none;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		box-sizing: border-box;
		background-color:transparent;
		outline:none;
		border-bottom:1px solid #ddd;
	}
	
	#contact-field input[type="text"], #contact-field input[type="password"], #contact-field input[type="email"], #contact-field textarea {
		font-size:36px;
		font-weight:300;
		color:#fff;
		height:70px;
		line-height:40px;
		border-bottom:1px solid #555;
		resize:none;
	}
	
	.project-light-content input[type="text"], .project-light-content input[type="password"], .project-light-content input[type="email"], .project-light-content textarea{
		border-bottom:1px solid #555;
	}
	
	input[type="password"] {
		background-color: #eee;
		display: block;
		margin-top: 10px;
		max-width: 50%;
		width: 100%;
		padding:0 20px;
		border-bottom:1px solid #eee;
	}
	
	#contactform {
		position:relative;
	}
	
	.input_label {
		background-color: #000;
		height: 2px;
		left: 0;
		position: absolute;
		top: 49px;
		width: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.project-light-content .input_label {
		background-color: #fff;
	}
	
	#contact-field .input_label {
		background-color: #fff;
		top:69px;
	}
	
	.input_label.slow {
		-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;
	}
	
	input[type="text"]:focus + .input_label, input[type="email"]:focus + .input_label, textarea:focus + .input_label {
		width:100%;
	}
	
	textarea {
		margin-bottom:0;
		height:50px;
		box-sizing: border-box;
		padding: 14px 20px 6px 2px;
		margin-bottom:60px;
		overflow:hidden;
	}
	
	textarea:after {
		background-color: #000;
		content: "";
		height: 2px;
		left: 0px;
		position: absolute;
		top: 20px;
		width: 100%;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	input[type="submit"]	{
		margin:50px 0 0;
	}
	
	#contact-field input[type="submit"]:hover, .project-light-content input[type="submit"]:hover{
		background-color:#fff;
		color:#000;
	}
	
	.error_message {		
		text-align:center;		
		margin-bottom:30px;
		font-size:13px;		
		color:#e93735;		
		font-weight:bold;		
	}
	
	#success_page {		
		text-align:center;		
	}	
	
	#success_page p {		
		color:#999999;		
		margin-top:20px;		
	}
	
	#message fieldset {		
		border:none;		
	}
	
	.wpcf7-form-control-wrap {
		display: block;
		position: relative;
	}
	
	.disable-content-contact .inner {
    	vertical-align: top;
	}
	
	#contact-field {
		margin: 0 auto;
		text-align:left;
		opacity:0;
		height:auto;
		z-index:1500;
		position:relative;
		top:200px;
		width:100%;
		max-width:1540px;
		padding:0 70px;
		display:block;
		opacity:0;
		visibility:hidden;
		box-sizing:border-box;
		-moz-transform: translate3d(0px, 70px, 0px);
		-o-transform: translate3d(0px, 70px, 0px);
		-ms-transform: translate3d(0px, 70px, 0px);
		transform: translate3d(0px, 70px, 0px);
		-webkit-transition: all 0.5s ease-in-out 0.1s;
		-moz-transition: all 0.5s ease-in-out 0.1s;
		-o-transition: all 0.5s ease-in-out 0.1s;
		-ms-transition: all 0.5s ease-in-out 0.1s;
		transition: all 0.5s ease-in-out 0.1s;
	}	
	
	#contact-field.is-active {
		visibility:visible;
		opacity:1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		webkit-transition: all 0.6s ease-in-out 0.2s;
		-moz-transition: all 0.6s ease-in-out 0.2s;
		-o-transition: all 0.6s ease-in-out 0.2s;
		-ms-transition: all 0.6s ease-in-out 0.2s;
		transition: all 0.6s ease-in-out 0.4s;
	}	
	
	
	
/*--------------------------------------------------
	13. Div Animation
---------------------------------------------------*/

	


	.has-animation {
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out 0.3s!important;
		-moz-transition: all 0.3s ease-in-out 0.3s!important;
		-o-transition: all 0.3s ease-in-out 0.3s!important;
		-ms-transition: all 0.3s ease-in-out 0.3s!important;
		transition: all 0.3s ease-in-out 0.3s!important; 
		-ms-transform: translateY(50px);
		-webkit-transform: translateY(50px);
		-o-transition:translateY(50px);
		transform: translateY(50px);
	}
	
	.has-animation.animate-in {
		opacity: 1;
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
	}
	

 
	
/*--------------------------------------------------
	14. Shortcodes
---------------------------------------------------*/	
	
	
	/* Clients Table */
	
	.clients-table {
		margin:0;
	}
	
	.clients-table li {
		display: block;
		float: left;
		width: 25%;
		min-height: 30px;
		border-right:1px solid #ddd;
		border-top:1px solid #ddd;
		box-sizing:border-box;
		text-align:center;
		opacity:0.6;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
		margin:0px;
	}
	
	.clients-table li:hover {
		opacity:1;
	}
	
	.clients-table li:nth-child(1), .clients-table li:nth-child(2), .clients-table li:nth-child(3), .clients-table li:nth-child(4) {
		border-top:0;
	}
	
	.clients-table li:nth-child(4), .clients-table li:nth-child(8), .clients-table li:nth-child(12), .clients-table li:nth-child(16), .clients-table li:nth-child(20), .clients-table li:nth-child(24), .clients-table li:nth-child(28), .clients-table li:nth-child(32) {
		border-right:0;
	}
	
	.clients-table li img {
		margin:0 auto;
	}
	
	.clients-carousel li {
		margin:0;
		padding:0;
		list-style:none;
		opacity:1;
	}
	
	.no-opacity .clients-carousel li {
		opacity:0.9!important;
	}
	
	.clients-carousel li:hover {
		opacity:0.8
	}
	
	.clients-carousel {
		margin:0;
		padding:0;
	}
	
	.clients-carousel .owl-item {
		background-color:transparent;
	}
	
	
	/* Animated module */
	
	.animated-module span, .animated-module p{
		transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-moz-transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-webkit-transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-o-transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	
	.animated-module p {
		opacity:0;
		color:#777;
		-ms-transform: translateY(40px);
		-webkit-transform: translateY(40px);
		-o-transition:translateY(40px);
		transform: translateY(40px);
	}
	
	.animated-module:hover p {
		opacity:1;
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
	}
	
	.animated-module span {
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
		display:block;
		color:#999;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
	}
	
	.light-content .animated-module span {
		color:#999;
	}
	
	.animated-module:hover span {
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-o-transition:translateY(-10px);
		transform: translateY(-10px);
		color:#000;
	}
	
	.light-content .animated-module:hover span {
		color:#fff;
	}
	
	/* Our Team */
	
	.team-carousel {
		margin:0;
		padding:0;
		background-color:#222;
	}
	
	.team-member-carousel {
		margin:0;
		padding:0;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
		position:relative;
	}
	
	.team-overflow-carousel {
		position:absolute;
		height:100%;
		width:100%;
		display:table;
		top:0;
		left:0;
		background-color:rgba(0,0,0,0.8);
		opacity:0;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
		text-align:center;		
	}
	
	.team-member-carousel .socials {
		opacity:0;
		webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.team-member-carousel:hover .socials {
		opacity:1;
		webkit-transition: all 0.2s ease-in-out ;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out ;
		-ms-transition: all 0.2s ease-in-out ;
		transition: all 0.2s ease-in-out ;
	}
	
	.team-member-carousel:hover .team-overflow-carousel {
		opacity:1;
	}
	
	.team-member-carousel .team-overflow-carousel .inner {	
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
		opacity:0;
		position:relative;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
	}
	
	.team-member-carousel:hover .team-overflow-carousel .inner {	
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity:1;
	}
	
	.team-overflow-carousel p.bigger {
		color:#fff!important;
		margin-bottom:2px;
	}
	
	.team-function {
		color: #0c00ff;
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 20px;
	}
	
	.team-overflow-carousel .socials li {
		color:#fff;
		text-align:center;
		margin:0;
	}
	
	.team-overflow-carousel .socials a {
		color:#fff;
		width:20px;
		margin:0 20px;
	}
	
	
	
	/* Hidden Boxes */
	
	.hidden-box {
		box-sizing:border-box;
		padding:50px 0;
	}
	
	.header-box, .content-box, .footer-box {
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
	
	.header-box {
		color:#000;
		font-size:16px;
	}		
	
	.hidden-box:hover .header-box {
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-o-transition:translateY(-20px);
		transform: translateY(-20px);
		color:#000;		
	}
	
	.content-box {
		opacity:0;
		max-height:0;
		
	}
	
	.hidden-box:hover .content-box {
		opacity:1;
		max-height:auto;
	}
	
	.hidden-box:hover .footer-box {
		-ms-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-o-transition:translateY(20px);
		transform: translateY(20px);		
		opacity:0.3;
	}
	
	.footer-box {
		margin-top:20px;
	}

	
	
	/* Buttons */	
	
	.clapat-button {
		color:#fff;
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 1px;
		text-transform:uppercase;
		padding:16px 30px;
		line-height:12px;
		cursor:pointer;
		border:none;
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-o-transition:all 0.2s ease 0s;
		text-align:center;
		background-color:#0c00ff;
		display:inline-block;
		border-radius:30px;
		position:relative;
		overflow:hidden;
	}
	
	.clapat-button:hover, .clapat-button:active, .clapat-button:focus {
		background-color:#000;
		color:#fff;
	}
	
	.project-light-content .clapat-button:hover, .project-light-content .clapat-button:active, .project-light-content .clapat-button:focus {
		background-color:#fff;
		color:#000;
	}
	
	.clapat-button.outline-button {
		color:#000;
		padding:14px 28px;
		background-color:transparent;
		border:#000 2px solid;
	}
	
	.clapat-button.outline-button span{
		z-index:10;
		position:relative;
	}
	
	.clapat-button.outline-button:hover, .clapat-button.outline-button:active, .clapat-button.outline-button:focus {
		border:#000 2px solid;
		color:#fff;
	}
	
	.clapat-button.outline-button::before {
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,1);
		transform: scaleX(0);
		transform-origin: right;
		transition: transform .2s ease-out;
	}
	
	.project-light-content .clapat-button.outline-button::before {
		background: rgba(255,255,255,1);
	}
  
    .clapat-button.outline-button:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}
	
	.light-content .clapat-button.outline-button {
		color:#fff;
		border:#fff 2px solid;
	}
	
	.light-content .clapat-button.outline-button:hover, .light-content .clapat-button.outline-button:active, .light-content .clapat-button.outline-button:focus {
		border:#fff 2px solid;
		color:#000;
		background-color:#fff;
	}
	
	.project-light-content .clapat-button.outline-button {
		color:#fff;
		border:#fff 2px solid;
	}
	
	.project-light-content .clapat-button.outline-button:hover, .project-light-content .clapat-button.outline-button:active, .project-light-content .clapat-button.outline-button:focus {
		border:#fff 2px solid;
		color:#000;
	}
	
	.space-buttons {
		display: inline-block;
		height: 0px;
		width: 20px;
	}
	
	
/* Progress Bars */	
	
	.progress-bar {
		text-align: left!important;
		margin: 0px!important;	
	}
	
	ul.progress-bar {
		margin:0;
		background-color:transparent;
	}
	
	.progress-bar li {
		list-style: none!important;
		cursor:pointer;
	}
	
	.progress-bar li i {
		margin:0;
	}
	
	.progress-bar li:last-child span {
		margin-bottom: 0px;
	}
	
	.progress-bar li .bar-wrap {
		margin-bottom:22px;
		background-color: #fff;
		border-radius:10px;
	}
	
	.project-light-content .progress-bar li .bar-wrap {
		background-color:rgba(0,0,0,0.3);
	}
	
	.progress-bar li span { 
		height: 4px;
		width: 0px;
		display: block;
		background-color: #000;
		border-radius:10px;
		transition:background-color 0.2s ease 0s;
		-moz-transition:background-color 0.2s ease 0s;
    	-webkit-transition:background-color 0.2s ease 0s;
    	-o-transition:background-color 0.2s ease 0s;
	}
	
	.project-light-content .progress-bar li span { 
		background-color:#fff;
	}
	
	.progress-bar li p {
		margin-bottom:5px;
		font-weight:400;
		font-size:14px;
		color:#777;
	}
	
	.project-light-content .progress-bar li p {
		color:rgba(255,255,255,0.6);
	}
	
	.progress-bar li span {
		overflow: visible!important;
		position: relative;
	}
	
	.progress-bar li span strong {
		position: absolute;
		right: -0px;
		top: -25px;
		padding: 4px 0px;
		color: #777;
		line-height: 12px;
		font-size: 12px;
		opacity: 0;
		display: block;
		font-weight:400;
	}
	
	.project-light-content .progress-bar li span strong {
		color:rgba(255,255,255,0.6);
	}
	
	.progress-bar li span strong i {
		font-style:normal;
	}	
	
	.progress-bar li span strong.full:after {
		left: 15px;
	}
	
	.progress-bar li span strong.full {
		width: 43px;
		text-align: center;
	}
	
	
	
/* Service Icon Boxes */	
	
	.services-icon i {
		font-size:36px;
		float:left;
		margin-right:10px;
		margin-top:5px;
		color:#999;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-o-transition:all 0.2s ease 0s;
	}
	
	.services-icon:hover i {
		color:#000;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	.service-info-text {
		margin-left:60px;
		margin-bottom: 50px;
	}
	
	.service-info-text h5 {
		margin-bottom: 5px;
		padding-top: 10px;
	}
	
	.services-number .service-info-text {
		margin-left:0px;
		margin-top:20px;
		position:relative;
		z-index:1;
	}
	
	.services-number .number {
		color:rgba(0,0,0,0.05);
		font-size:100px;
		position:absolute;
		top:0;
		left:-2px;
		z-index:0;
		transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-moz-transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-webkit-transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-o-transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	
	.services-number:hover .number {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	

/* Service Icon top Boxes */
	
	.service-icon-top i {
		font-size:18px;
		line-height:24px;
		margin-bottom:15px;
		color:#000;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-o-transition:all 0.2s ease 0s;
	}
	
	.service-icon-top:hover i {
		color:#0c00ff;
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	.service-info-text {
		margin-left:60px;
		margin-bottom: 50px;
	}
	
	.service-info-text .bigger {
		margin-bottom: 5px;
		padding-top: 5px;
	}
	
	
	
/*  Accordions  */	

	.accordion dt {
		cursor: pointer;
		padding: 10px 15px;
		margin-bottom:10px;
		background-color:#f5f5f5;		
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-o-transition:all 0.2s ease 0s;
	}
	
	.accordion dt.accordion-active {
		background-color:#000;
		color:#fff;
	}
	
	.accordion dt:hover {
		background-color:#000;
		color:#fff;
	}
	
	.accordion dt {
		font-weight:700;
		font-size:14px;
	}
	
	.accordion dt.accordion-active:after {
		content:"_";
		margin-top:-10px;
	}
	
	.accordion dt:after {
		content:"+";
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold;
		margin-top:-3px;
	}
	
	.accordion .accordion-content {
		padding: 5px 15px;
		line-height: 25px;
	}
	
	
	
/* Toggle */
	
	.toggle-wrap {
		float:left;
		width:100%;
	}

	.toggle-title {
		background: #f5f5f5;
		cursor: pointer;
		padding: 10px 15px;
		margin-bottom: 10px;
		display: block;
		font-weight:700;
		font-size:14px;
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-o-transition:all 0.2s ease 0s;
	}
	
	.toggle-title:after {
		content:"+";
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold;
		margin-top:-3px;
	}
	
	.toggle-title a {
		color:#999;
		text-decoration: none;
	}
	
	.toggle-title:hover {
		background: #000;
		color:#fff;
	}
	
	.toggle-title:hover a{
		color:#fff;
	}
		
	.toggle_container {
		padding: 5px 15px;
		margin-bottom: 24px;
		line-height: 25px;
	}
	
	.toggle-active {
		color:#fff;
		background: #000;
	}
	
	.toggle-active:after {
		content:"_";
		margin-top:-10px;
	}
	
	.toggle-active a {
		color:#FFF;
	}
	
	
	
/*  Tabs  */
	
	.tab-shortcode {
		display:table;
		width:100%;
	}
		
	ul.tabs { 
		overflow: hidden; 
		margin: 0px; 
	}
	
	ul.tabs li { 
		float: left; 
		margin: 0px; 
		list-style: none; 
	}
			
	ul.tabs li a {
		display: block;
		background-color: #ddd;
		padding: 6px 20px;
		margin-right: 5px;
		color: #555;
		font-weight:700;
		font-size:14px;
	}
			
	ul.tabs .tab-active a { 
		color: #fff;
		background-color: #000;
	}
	
	ul.tabs li a:hover{ 
		color: #fff;
		background-color: #000;
	}
			
	.tab_container {
		clear: both;
		padding: 20px;
		margin-top:0px;
		line-height:25px;
		background-color: #f5f5f5;
	}
	
	

/*  Alert Boxes  */
	
	.alertboxes {
		float:left;
		width:100%;
	}
	
	.shortcode_alertbox {
		color: #FFFFFF;
		display: block;
		line-height: 20px;
		margin-bottom: 20px;
		padding: 15px 40px 15px 14px;
		position: relative;
	}
	
	.shortcode_alertbox .box_close {
		background: url("images/close_box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		background-position:10px 10px;
		background-size:20px 20px;
		display: block;
		height: 40px;
		position: absolute;
		right: 5px;
		top: 5px;
		width: 40px;
		cursor:pointer;
	}
	
	.shortcode_alertbox b {
		color:inherit;
	}
	
	.shortcode_alertbox.box_red {
		background: none repeat scroll 0 0 #F9E5E6;
		color:#B3696C;
	}
	
	.shortcode_alertbox.box_blue {
		background: none repeat scroll 0 0 #D8ECF5;
		color: #528DA9;
	}
	
	.shortcode_alertbox.box_yellow {
		background: none repeat scroll 0 0 #FCF7D9;
    	color: #C4A21B;
	}
	
	.shortcode_alertbox.box_green {
		background: none repeat scroll 0 0 #E3EBC6;
		color: #8FA442;
	}
	
	
/* Pricing Tables */		
	
	.p-table-item{
		margin: 0 0 30px;
		position: relative;
		text-align: center;
		background:#fff;
	}
	
	.p-table-item-inner{
		border: 3px solid #ddd;
		vertical-align: middle;transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
	}
	
	.p-table-item-inner:hover{
		border-color: #000;
		
	}
	
	.active .p-table-item-inner{
		border-color: #000;
	}
	
	.p-table-wrap{
		position: relative;		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
		padding: 30px 20px;
		text-align: center;
		overflow: hidden;
	}
	
	.p-table-icon{
		padding-top: 10px;
		padding-bottom: 5px;
		position: relative;
		font-size: 32px;
		z-index: 1;
		color:#000;
	}
	
	.p-table-title {
		position: relative;
		margin-bottom: 40px;
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1px;
		z-index: 1;
		color:#000;
		text-transform:uppercase;
	}
	
	.p-table-list{
		margin: 0 -20px 30px;
		padding: 0;
		font-weight:400;
		font-size:14px;
	}
	
	.p-table-list li{
		padding: 12px 20px;
		list-style: none;
		border-bottom: 1px solid #ebebeb;
	}
	
	.p-table-list li:first-child{
		border-top: 1px solid #ebebeb;
	}
	
	.p-table-num{
		font-family: 'Montserrat', sans-serif;
		font-size: 40px;
		font-weight: 700;
		line-height: 1;
		margin: 0 -20px;
		border-top: 1px solid #ebebeb;
		padding-top:20px;
		color:#000;
	}
	
	.p-table-num sup{
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		font-weight: 400;
		position: relative;
		top: -15px;
		left: -3px;
		margin-left: -7px;
		color:#000;
	}
	
	.p-table-button{
		margin: 50px 0 20px 0;
	}
	
	.p-table-per {
		margin-bottom: 20px;
		font-weight:400;
		font-size:14px;
	}
	
	/* Radial Counters */	
	
	.radial-counter {
		display:block;
		margin:0 50px;
		cursor:default;
		margin:10px;
	}
	
	.radial-counter input {
		cursor:default;
		font-weight: 700!important;
		font-family: 'Montserrat', sans-serif!important;
		font-size:16px!important;
		height:50px!important;
		width:50px!important;
		background-color:#0c00ff!important;
		border-radius:100%;
		margin-left: -95px!important;
    	margin-top: 45px!important;
	}
	
	.radial-counter-name {
		margin-top:15px;
	}
	
	.radial-counter-info {
		margin-top:10px;
	}
	
	/* Number Counters */		
	
	.clapat-counters {
		display: table;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	
	.clapat-counter {
		text-align: center;
		list-style:none;
		display:inline-block;
		border-right:1px solid rgba(0,0,0,0.08);
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		width:25%;
		display:table-cell;
	}
	
	.light-content .clapat-counter {
		border-right:1px solid rgba(255,255,255,0.05);
	}
	
	.clapat-counter:last-child {
		border-right:none;
	}
	
	.clapat-counter .number {
		display: block;
		font-family: 'Montserrat', sans-serif;
		font-size: 48px;
		font-weight:700;
		line-height: 48px;
		margin-bottom: 5px;
		color:#000;
	}
	
	.light-content .clapat-counter .number {
		color:#fff;
	}
	
	.clapat-counter .subject {
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 3px;
		color:#999;
		text-transform:uppercase;
	}
	
	.collage{
		padding:10px;
		margin:10px -10px 0;
	}
	
	.collage-thumb {
		position:relative;
		overflow:hidden;
		cursor:pointer;
	}
	
	.collage-thumb:hover .thumb-info {
		opacity:1;
	}
	
	.thumb-info {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		opacity:0;
		-webkit-transition: all 0.2s ease-in-out 0s;
  		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
		background:rgba(0,0,0,0.2);
		opacity:0;
		height:100%;
	}
	
	.thumb-info h5 {
		color: #fff;
		margin: 15px 16px;
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 14px!important;
		font-weight: 400;
		font-family: 'Roboto', sans-serif;
	}
	
	.flexslider {
		padding: 0;
		margin: 0 0 60px;
		background: #fff;
		border: 0px solid #fff;
		position: relative;
		border-radius: 0;
		-o-box-shadow: 0 0px 0px rgba(0,0,0,0);
		box-shadow: 0 0px 0px rgba(0,0,0,0);
		zoom: 1;
	}
	
	.flex-direction-nav a.flex-next::before {
		content: '';
	}
	.flex-direction-nav a::before {
		content: '';
	}
	
	
		
/*--------------------------------------------------
	16. Footer
---------------------------------------------------*/		
	

	

	footer {
		box-sizing: border-box;
		height:auto;
		width:100%;
		overflow:visible;
		position:relative;
		padding:30px 0 80px 0;
		opacity:1;
		z-index:100;
				
	}
	
	footer.hidden {
		
	}
	
	#footer-container {
		max-width:1540px;
		padding:0 70px;
		width:100%;
		margin:0 auto;
		height:inherit;
		box-sizing:border-box;
		opacity:1;
		position:relative;
		text-align:center;
	}
	
	.copyright {
		font-size: 12px;
		margin-bottom: 0;
		position: relative;
		z-index: 20;
		font-weight:300;		
		width:auto;
		color:#aaa;
		opacity:1;
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all 0.3s ease-in-out 0.2s;
  		-moz-transition: all 0.3s ease-in-out 0.2s;
		-o-transition: all 0.3s ease-in-out 0.2s;
		transition: all 0.3s ease-in-out 0.2s;
	}
	
	.hidden .copyright {
		opacity:0;
		-ms-transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-o-transition:translateY(30px);
		transform: translateY(30px);
	}
	
	.copyright span {
		color:#0c00ff;
		font-weight:400;
		font-size:16px;
		display:block;
		margin-bottom:10px;
	}
		
	.socials, .socials-text {	
		margin: 0px;
		display:block;
		width:auto;
		line-height:25px;
	}
	
	#socials-holder {
		bottom: 80px;
		height: 300px;
		left: 115px;
		position: fixed;
		width: 15px;
		opacity:0;
		z-index:10;
		transition: all 0.2s ease-in-out;
	}
	
	.page-template-portfolio-page #socials-holder {
		left: 50px;
	}
	
	#socials-holder.is-active {
		opacity:1;
	}
	
	.socials-text {
		height: auto;
		line-height:25px;
		position: absolute;		
		width:15px;
		margin:0;
		text-align:center;
		bottom:0;
	}
	
	.socials li, .socials-text li {
		list-style:none;
		display:inline-block;
	}
	
	.socials-text li {
		margin-right: 25px;
		margin-left: 0px;
		color:#999;
		font-size:15px;
		position:relative;
		margin-bottom:0;
		line-height:40px;
		width:15px;
		opacity:0;
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-o-transition:translateY(-20px);
		transform: translateY(-20px);
		-webkit-transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
  		-moz-transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
		-o-transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
		transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;	
	}
	
	#socials-holder.is-active.is-visible .socials-text li:nth-child(2) {
		opacity:1;
		margin-right:25px;
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
		-webkit-transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.1s;	
  		-moz-transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.1s;	
		-o-transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.1s;	
		transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.1s;	
	}
	
	#socials-holder.is-active.is-visible .socials-text li:nth-child(3) {
		opacity:1;
		margin-right:25px;
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transition:translateX(0px);
		transform: translateX(0px);
		-webkit-transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.15s;	
  		-moz-transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.15s;	
		-o-transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.15s;	
		transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.15s;	
	}
	
	#socials-holder.is-active.is-visible .socials-text li:nth-child(4) {
		opacity:1;
		margin-right:25px;
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transition:translateX(0px);
		transform: translateX(0px);
		-webkit-transition: opacity 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0.2s;	
  		-moz-transition: opacity 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0.2s;	
		-o-transition: opacity 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0.2s;	
		transition: opacity 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0.2s;	
	}
	
	#socials-holder.is-active.is-visible .socials-text li:nth-child(5) {
		opacity:1;
		margin-right:25px;
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transition:translateX(0px);
		transform: translateX(0px);
		-webkit-transition: opacity 0.2s ease-in-out 0.4s, transform 0.2s ease-in-out 0.25s;	
  		-moz-transition: opacity 0.2s ease-in-out 0.4s, transform 0.2s ease-in-out 0.25s;	
		-o-transition: opacity 0.2s ease-in-out 0.4s, transform 0.2s ease-in-out 0.25s;	
		transition: opacity 0.2s ease-in-out 0.4s, transform 0.2s ease-in-out 0.25s;	
	}
	
	.socials-text li:first-child {
		color:#0c00ff;
		font-family: "Montserrat",sans-serif;
		font-weight:700;
		font-size:14px;
		display:block;
		margin-bottom:15px;
		display:none;
	}
	
	.socials-text li:last-child {
		margin-right: 0px;
	}
	
	.socials li a {
		color: #999;
		display: block;
		font-size: 16px;
		height: 16px;
		line-height: 10px;
		width:45px;
		text-align:center;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	
	.socials li a:hover {
		color:#fff;
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	.socials-text:hover li a {
		color:#ccc;
	}
	
	.socials-text li a {
		color:#000;
		font-weight:400;
	}
	
	.project-light-content .socials-text li a {
		color:rgba(255,255,255,0.5)
	}
	
	.socials-text li:hover a {
		color:#000;
	}
	
	.project-light-content .socials-text li:hover a {
		color:rgba(255,255,255,1)
	}
	
	.project-light-content .socials-text li a:hover {
		color:rgba(255,255,255,1)
	}
	
	.scrolltotop {
		height: 35px;
		right: 115px;
		bottom: 100px;
		width: 35px;
		cursor:pointer;
		opacity:0;
		position:fixed;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.page-template-portfolio-page .scrolltotop {
		right: 40px;
	}
	
	.scrolltotop.is-active.is-visible {
		opacity:1;
		bottom:80px;
	}
	
	.scrolltotop.is-active.is-visible:hover {
		bottom:85px;
		opacity:1;
	}
	
	.arrow-top {
		border-bottom: 2px solid #000;
		border-left: 2px solid #000;
		height: 10px;
		transform: rotate(135deg);
		width: 10px;
		position:absolute;
		left:13px;
		top:4px;
	}
	
	.project-light-content .arrow-top {
		border-bottom: 2px solid rgba(255,255,255,1);
		border-left: 2px solid rgba(255,255,255,1);
	}
	
	.arrow-top-line {
		background-color: #000;
		height: 25px;
		left: 50%;
		position: absolute;
		top: 3px;
		width: 2px;
		-webkit-transition: height 0.2s ease-in-out;
		-moz-transition: height 0.2s ease-in-out;
		-o-transition: height 0.2s ease-in-out;
		-ms-transition: height 0.2s ease-in-out;
		transition: height 0.2s ease-in-out;
	}
	
	.project-light-content .arrow-top-line {
		background-color: rgba(255,255,255,1);
	}
	
	.scrolltotop:hover .arrow-top-line {
		height:32px;
	}
	
	.user_comment {
		padding-left: 60px;
	}
	
	.user-image {
		height: 40px;
		width: 40px;
	}		
	
	.user_comment_reply {
		padding-left: 60px;
	}
	
	.container_post, .container.no-composer {
		max-width: 900px;
		margin:0 auto;
	}
		
	.flexslider li {
		margin-bottom:0;
	}
	
	div.wpcf7 .ajax-loader {
		display: block;
		margin: 0 auto;
		margin-top:25px;
	}
		
/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/			
			
@media only screen and (max-width: 1640px) {
	
	.arrow-top {
    	left: 13px;
	}
	
	.container {
		padding: 0 50px;
	}
	
	.disable-content .inner, .disable-content-blog .inner, .disable-content-project .inner {
		padding: 0 50px;
	}
	
	header.big-header #header-container {
		margin: 50px auto;
	}
	
	#main.no-hero-page {
		padding-top: 200px;
	}
	
	.content-caption {
    	padding-bottom: 70px;
	}
	
	.section .icon-scroll.disable {
    	opacity: 0;
	}
	
	#showcase.split-lists {
		max-width: 65%;
	}
	
	

}

@media only screen and (max-width: 1466px) {
	
	.destroy {
		display:none;
	}
	
	#menu-burger {
		right:70px;
	}
	
	.hamburger {
		left:45px;
	}
	
	.header-button {
		left:60px;
	}
	
	a.show-thumbnails {
    	left: 70px;
	}
	
	#map_canvas {
		height: 550px;
	}
	
	.portfolio {
		padding: 0;
	}
	
	#socials-holder {
    	left: 70px;
	}
	
	.page-template-portfolio-page #socials-holder {
		left: 27px;
	}
	
	.scrolltotop {
	    right: 63px;
	}
	
	.page-template-portfolio-page .scrolltotop {
	    right: 15px;
	}
	
	.hover-fade-from-bottom .item-title {
		font-size:18px;
		line-height:24px;
	}
	
	.medium-captions.hover-fade-from-bottom .item-title, .medium-captions .item-title {
		font-size:28px;
		line-height:36px;
	}
	
	.bigger-captions.hover-fade-from-bottom .item-title, .bigger-captions .item-title {
		font-size:40px;
		line-height:48px;
	}
	
	.big-title-caption .item-overlay .item-title {
		font-size: 100px;
		line-height: 100px;
	}
	
	input#search {
    	font-size: 60px;
	}
	
	.swiper-container {
        width: 100%;
        height: calc(100% - 320px);;
		top:160px;
    }
	
	.swiper-scrollbar {
   		bottom: 80px !important;
	}
	
	.swiper-button-next, .swiper-button-prev {
		bottom: 60px;
	}
	
	.swiper-button-prev {
		left:60px;
	}
	
	.swiper-button-next {
		right:60px;
	}
	
	.ss-title {
		font-size: 80px;
	}
	
	.ss-title span {
		margin: 0 8px;
		line-height: 100px;
		height: 100px;
		padding-top: 100px;
	}
	
	.showcase-mask-cat {
		padding-left: 50px;
    	bottom: 40px;
	}
	
	#counter-holder {
		bottom: 43px;
		right: 42px;
	}
	
	.section .icon-scroll {
		bottom: 58px;
		opacity: 1;
	}
	
	.item-head {
    	font-size: 100px;
	}
	
	.article-next-container h2 {
		color: #000;
		font-size: 100px;
		line-height: 120px;
		font-weight: 700;
		margin-bottom: 20px;
	}
	
	.nav-title {
		font-size: 100px;
		line-height: 120px;
	}
	
	#project-nav {
    	margin-bottom:100px;
	}
	
	.flexnav li {
    	margin: 0 15px;
	}
	
	#showcase.split-lists {
		max-width: 60%;
	}
	
	.split-lists .showcase-wrapper li {
		margin: 0 70px;
	}
	
	h1.big-title{
		font-size: 100px;
		line-height: 120px;
	}	
	
}

@media only screen and (max-width: 1024px) {
	
	
	
	#footer-container, .container, #blog, #page-with-comments {
    	padding: 0 40px;
	}
	
	.disable-content .inner, .disable-content-blog .inner, .disable-content-project .inner {
		padding: 0 40px;
	}
	
	.page-template-showcase-page header, .page-template-showcase-curtain-page header {
		top:40px;
	}
	
	.page-template-showcase-page .menu-button, .page-template-showcase-curtain-page .menu-button {
		right: 40px;
	}
	
	.page-template-showcase-page a.show-thumbnails, .page-template-showcase-curtain-page a.show-thumbnails {
		left: 60px;
	}
	
	#header-container {
		padding:0;
	}
	
	#logo {
		left:0;
	}
	
	.flexnav {
		padding:0 40px;
		background-color:#fff;
		box-sizing:border-box;
	}
	
	.right-space {
		display:none;
	}
	
	.vc_row.pd-left {
		margin: 0 auto;
		margin-left: -15px;
    	margin-right: -15px;
	}
	
	.vc_row.pd-left .container {
		padding-left: 40px;
	}
	
	header {
    	position: relative !important;
		top:10px;
	}
	
	header.nav-hide {
		top: 0px;
	}
	
	#header-container, header.small #header-container{
    	margin: 0px auto!important;
		height: auto!important;
		transition: all 0s ease-in-out 0s;
	}
    	
	.header-button {
		position: absolute;
		right: 90px;
		top: 0;	
	}
	
	.hamburger {
		left: 20px;
	}
	
	
	
	.header-button {
    	left: 40px;
	}
	
	#page-content {
		overflow-x:hidden;
	}
	
	.icon-scroll {
    	bottom: 90px;
	}
	
	a.show-thumbnails {
		position: absolute;
		left: 40px;
	}
	
	.menu-button {
		position: absolute;
		right: 20px;
	}
	
	#filters {
		display:block;
		float:left;
	}
	
	#filters.is-active {
		overflow:visible;
		padding-bottom:30px;
	}
	
	#filters li {
		display: block;
		margin: 20px 0px;
	}
	
	.portfolio-parallax-grid .item.tall, .portfolio-parallax-grid .item.wide {
		padding:0;
	}
	
	.portfolio-parallax-grid .item .anim-content, .portfolio-parallax-grid .item.animate-in .anim-content {
		height: 100%;
		top:0;
	}
	
	.portfolio-parallax-grid .item.tall .anim-content, .portfolio-parallax-grid .item.wide .anim-content {
		height:100%;
		top:0;
	}
	
	#project-nav {
    	margin-bottom: 100px;
	}
	
	.post-image {
		margin-bottom: 50px;
	}
	
	.article-left, .article-right {
		float: none;
		width: 100%;
	}
	
	.article-left::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	.article-left {
		margin-bottom:30px;
	}
	
	.single-post .article-left {
		float: none;
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
		box-sizing:border-box;
	}
	
	.page-nav-container {
    	padding-left: 0;
	}
	
	#page-nav {
    	padding: 0 40px;
	}
	
	.copyright {
		width: 100%;
	}
	
	.socials-text {
		margin-top: 30px;
		padding-left: 0;
		position: relative;
	}
	
	#map_canvas {
		height: 450px;
	}
	
	.scrolltotop {
		top:auto;
		bottom:0;
		position: absolute;
		right: 30px;
	}
	
	.scrolltotop:hover {
		top:auto;
		bottom:-8px;
		opacity:1;
	}
		
	#main.no-hero-page {
		padding-top:60px;
	}
	
	.clapat-counter {
		border-right: medium none;
		display: block;
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
	}
	
	input[type="password"] {
		background-color:#eee;
		width:100%;
		max-width:100%;
		padding:0 20px;
	}
	
	.video-wrapper {
		display:none;
	}
	
	.project-bg-image.bg-contain {
		background-size: contain;
	}
	
	#socials-holder {
		bottom: auto;
		height: auto;
		position: relative;
		width: auto;
		opacity: 1;
		z-index: 10;
		transition: all 0.2s ease-in-out;
		right: auto;
		left:0;
		display: block;
		float: left;
		width: 100%;
		margin-top: 50px;
	}
	
	.page-template-portfolio-page #socials-holder {
		left: auto;
	}
	
	.socials-text {
		height: 25px;
		line-height: 25px;
		position: absolute;
		width: 100%;
		text-align:center;
		margin: 0;
		top: auto;
		left: auto;
		margin-top:0;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	
	.socials-text li {
		opacity: 1;
		margin: 0 15px!important;
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transition: translateX(0px);
		transform: translateX(0px);
	}
	
	.scrolltotop {
		display:none;
	}
	
	.cc-container {
    	padding: 0 40px;
	}
	
	.content-caption {
    	padding-bottom: 40px;
	}
	
	.hover-scale-up .item:hover {
		z-index:10;
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	}
	
	.disable-content, .disable-content-blog, .disable-content-project, .disable-content-contact, #menu-overlay {
		overflow-y:scroll
	}
	
	#contact-field {
		padding:0 40px;
		top: 100px;
	}
	
	.disable-content-contact .inner {
		vertical-align: top;
		padding-bottom: 200px;
	}
	
	.hover-fade-from-bottom .item-title {
		font-size:28px;
		line-height:36px;
	}
	
	.medium-captions.hover-fade-from-bottom .item-title, .medium-captions .item-title {
		font-size:28px;
		line-height:36px;
	}
	
	.bigger-captions.hover-fade-from-bottom .item-title, .bigger-captions .item-title {
		font-size:28px;
		line-height:36px;
	}
	
	.big-title-caption .item-overlay .item-title {
		font-size: 80px;
		line-height: 80px;
	}
	
	.list-share a {
	    width: 150px!important;	
	}
	
	input#search {
    	font-size: 48px;
	}
	
	.item.tall .anim-content, .item.wide .anim-content {
		top:0px!important;
	}
	
	.swiper-container {
        width: 100%;
        height: calc(100% - 300px);;
		top:150px;
    }
	
	.swiper-slide {
		width: 80%;
	}
	
	.swiper-scrollbar {
		display:none;
	}
	
	.swiper-button-next, .swiper-button-prev {
		bottom: 30px;
	}
	
	.swiper-button-prev {
		left:40px;
	}
	
	.swiper-button-next {
		right:40px;
	}
	
	.ss-title {
		font-size: 80px;
	}
	
	.ss-title span {
		margin: 0 8px;
		line-height: 100px;
		height: 100px;
		padding-top: 100px;
	}
	
	.vp-bg-image {
		background-position: center center!important;
	}
	
	.vp-bg-image .video-wrapper, .vp-title {
		top:0!important;
	}
	
	.vp-title {
		position:relative;
	}
	
	.vertical-parallax-item:first-child {
		margin-top: 50px;
	}
	
	.vertical-parallax-item {
    	margin-bottom: 100px;
	}
	
	.vp-content {
		height: 100%;
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		left: 0;
		top: 0;
	}
	
	.vp-title {
		font-size: 48px;
		line-height: 60px;
	}
	
	#vp-navigation {
		margin-bottom: 60px;
	}
	
	#showcase {
		width: 80%;
		max-width:900px;
		height:50%;
	}
	
	.showcase-name .sh-name {
		font-size: 48px;
		line-height: 80px;
	}
	
	.sh-cat {
		top:-10px;
	}
	
	.showcase-mask-cat {
		padding-left: 40px;
		bottom: 30px;
	}
	
	#counter-holder {
		bottom: 33px;
		right: 32px;
	}
	
	.section .icon-scroll {
		bottom: 48px;
		opacity: 1;
	}
	
	.item-head {
    	font-size: 70px;
	}
	
	.article-post-left {
		float:none;
		width:100%;
		text-align:left;
		padding:0;
	}
	
	.article-post-middle {
		float:none;
		width:100%;
		text-align:left;
	}
	
	.article-post-right {
		float:none;
		width:100%;
		text-align:left;
		padding:0;
		margin-bottom:30px;
	}
	
	.blog .post-title {
		left:-10px;
	}
	
	.article-next-container h2 {
		color: #000;
		font-size: 80px;
		line-height: 100px;
		font-weight: 700;
		margin-bottom: 20px;
	}
	
	.single #blog {
		margin-bottom: 0px;
	}
	
	.nav-title {
		font-size: 80px;
		line-height: 100px;
	}
	
	#project-nav {
    	margin-bottom: 40px;
	}
	
	#showcase.split-lists {
		max-width: 50%;
	}
	
	h1.big-title{
		font-size: 80px;
		line-height: 100px;
	}	
	
}

@media only screen and (max-width: 1024px) {
	
	#menu-burger {
		right: 40px;
	}
	
}

@media only screen and (max-width: 1023px) {
	
	#menu-burger {
		display:none;
	}
	
	.menu-overlay-layout #menu-burger {
		display:block!important;
	}
	
	.menu-overlay-layout .menu-button {
		display:none!important;
	}
	
}

@media only screen and (max-width: 767px) {
	
	
	.one_half {
    	width: 100%;
	}	

	.one_third {
		width: 100%;
	}	

	.one_fourth {
		width: 100%;
	}	

	.one_fifth {
		width: 100%;
	}	

	.one_sixth {
		width: 100%;
	}	

	.two_fifth {
		width: 100%;
	}	

	.two_fourth {
		width: 100%;
	}		

	.two_third {
		width: 100%;
	}	

	.three_fifth {
		width: 100%;
	}	

	.three_fourth {
		width: 100%;
	}	

	.four_fifth {
		width: 100%;
	}	

	.five_sixth {
		width: 100%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 20px;
		margin-right: 0%;
	}
	
	.post-image {
	    margin-bottom: 60px;
	}
	
	input#search {
    	font-size: 36px;
	}
	
	#map_canvas {
		height: 400px;
	}
	
	footer {
    	padding: 82px 0 102px;
	}
	
	#all-projects:hover .show-thumbnails {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity:1;
		transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-moz-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-webkit-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-o-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	
	#all-projects p {
		display:none;
	}
	
	.show-thumbnails {
	    margin: 5px auto 0 -10px;
	}	
	
	.list-share a  {
		width:80px!important;
	}
	
	.user-image {
		display: none;
	}
	
	.user_comment {
		padding-left: 0;
	}
	
	.user_comment_reply {
		padding-left: 0px;
	}
	
	.admin-bar #page-content {
		margin-top:72px;
	}
	
	.hover-fade-from-bottom .item-title {
		font-size:20px;
		line-height:28px;
	}
	
	.medium-captions.hover-fade-from-bottom .item-title, .medium-captions .item-title {
		font-size:20px;
		line-height:28px;
	}
	
	.bigger-captions.hover-fade-from-bottom .item-title, .bigger-captions .item-title {
		font-size:20px;
		line-height:28px;
	}
	
	.big-title-caption .item-overlay .item-title {
		font-size: 60px;
		line-height: 60px;
	}
	
	.swiper-container {
        width: 100%;
        height: calc(100% - 200px);;
		top:100px;
    }
	
	.swiper-slide {
		width: 100%;
	}
	
	.swiper-scrollbar {
		display:none;
	}
	
	.swiper-button-next, .swiper-button-prev {
		bottom: 30px;
	}
	
	.swiper-button-prev {
		left:40px;
	}
	
	.swiper-button-next {
		right:40px;
	}
	
	.ss-title {
		font-size: 60px;
	}
	
	.ss-title span {
		margin: 0 8px;
		line-height: 80px;
		height: 80px;
		padding-top: 80px;
	}
	
	.vertical-parallax-item:first-child {
		margin-top: 40px;
	}
	
	.vertical-parallax-item {
    	margin-bottom: 40px;
	}
	
	.vp-title {
		font-size: 36px;
		line-height: 48px;
	}
	
	#vp-navigation {
		margin-bottom: 0px;
	}
	
	.showcase-name .sh-name {
		font-size: 36px;
		line-height: 60px;
	}
	
	.sh-cat {
		top:-10px;
	}
	
	.showcase-list {
		padding-bottom: 20px;
	}
	
	.big-slider-caption {
    	border: 15px solid #fff;
	}
	
	.page-template-showcase-page header, .page-template-showcase-curtain-page header{
		top:30px;
	}
	
	.page-template-showcase-page .menu-button, .page-template-showcase-curtain-page .menu-button{
		right: 30px;
	}
	
	.page-template-showcase-page a.show-thumbnails, .page-template-showcase-curtain-page a.show-thumbnails{
		left: 50px;
	}
	
	.showcase-mask-cat {
		padding-left: 30px;
		bottom: 30px;
	}
	
	#counter-holder {
		bottom: 33px;
		right: 22px;
	}
	
	.section .icon-scroll {
		bottom: 38px;
		opacity: 1;
	}
	
	.item-head {
    	font-size: 40px;
	}
	
	.single-post .article-left {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#project-nav {
    	margin-bottom: 20px;
	}
	
	.vc_row.vc_row-flex .container .vc_column_container {
		display: flex !important;
		height:auto;
	}
	
	#project-nav {
    	padding: 0 20px;
	}
	
	#showcase.split-lists {
		max-width: 100%;
	}
	
	.split-lists .showcase-list {
		width: 100%;
		text-align: center;
	}
	
	.split-lists .sh-cat {
		top: -7px;
		text-align: center;
	}
	
	h1.big-title{
		font-size: 60px;
		line-height: 70px;
	}	
	
}


@media only screen and (max-width: 479px) {
	
	
	#footer-container, .container, #page-with-comments {
    	padding: 0 20px;
	}
	
	.disable-content .inner, .disable-content-blog .inner, .disable-content-project .inner {
		padding: 0 20px;
		padding-bottom:50px;
	}
	
	#header-container {
		padding:0;
	}
	
	#logo {
		left:0;
	}
	
	.flexnav {
		padding:0 20px;
		background-color:#fff;
		box-sizing:border-box;
	}
	
	#blog {
    	padding: 0 20px;
	}
	
	.header-button {
		position: absolute;
		left: 20px;
		top: 0;	
	}
	
	.hamburger {
		left:0;
	}
	
	a.show-thumbnails {
		position: absolute;
		left: 20px;
	}
	
	.menu-button {
		position: absolute;
		right: 0px;
	}
	
	.vc_row.pd-left .container {
		padding-left: 20px;
	}
	
	#portfolio-wrap {
    	margin: 0;
	}
	
	#filters.is-active {
		overflow: visible;
		padding-bottom: 100px;
	}
	
	#filters li {
		margin: 10px 0 0;
	}
	
	.post-image {
	    margin-bottom: 40px;
	}
	
	.post-head .post-title {
		font-size: 36px;
		line-height: 40px;
	}
	
	.entry-meta {	
		width: 100%;
	}
	
	#page-nav {
	    padding: 0 20px;
	}
	
	input#search {
    	font-size: 24px;
	}
	
	#map_canvas {
		height: 300px;
	}
	
	.scrolltotop {
		right: 10px;
	}
	
	.list-share a {
		width: 60px !important;
	}
	
	.cc-container {
    	padding: 0 20px;
	}
	
	.content-caption {
    	padding-bottom: 30px;
	}
	
	#counter-holder {
		display:none;
	}
	
	#contact-field {
		padding:0 20px;
	}
	
	.big-title-caption .item-overlay .item-title {
		font-size: 40px;
		line-height: 40px;
	}
	
	input#search {
    	font-size: 18px;
	}
	
	.swiper-container {
        width: 100%;
        height: calc(100% - 160px);;
		top:80px;
        margin: 0px auto;
		position:absolute;
		transform:scale(1);
		overflow:visible!important;
		-webkit-transition: all 0.5s ease-in-out 0.3s;
		-moz-transition: all 0.5s ease-in-out 0.3s;
		-o-transition: all 0.5s ease-in-out 0.3s;
		-ms-transition: all 0.5s ease-in-out 0.3s;
		transition: all 0.3s ease-in-out 0.5s;
    }
	
	.swiper-slide {
		width: 100%;
	}
	
	.swiper-scrollbar {
		display:none;
	}
	
	.swiper-button-next, .swiper-button-prev {
		position: absolute;
		bottom: 20px;
		margin-top: 0;
		z-index: 10;
		top: auto;
	}
	
	.swiper-button-prev {
		left:20px;
	}
	
	.swiper-button-next {
		right:20px;
	}
	
	.ss-title {
		font-size: 48px;
	}
	
	.ss-title span {
		margin: 0 5px;
		line-height: 60px;
		height: 60px;
		padding-top: 60px;
	}
	
	.vertical-parallax-item:first-child {
		margin-top: 10px;
	}
	
	.vertical-parallax-item {
    	margin-bottom: 20px;
	}
	
	.vp-title {
		font-size: 24px;
		line-height: 36px;
	}
	
	#vp-navigation {
		padding: 0 10px;
	}
	
	.showcase-name .sh-name {
		font-size: 24px;
		line-height: 60px;
	}
	
	.sh-cat {
		top:-10px;
	}
	
	.showcase-list {
		padding-bottom: 0px;
	}
	
	.showcase-wrapper li {
	    margin: 0 10px;
	}
	
	.big-slider-caption {
    	border: 10px solid #fff;
		padding:0;
	}
	
	.page-template-showcase-page header, .page-template-showcase-curtain-page header {
		top:20px;
	}
	
	.page-template-showcase-page .menu-button, .page-template-showcase-curtain-page .menu-button {
		right: 20px;
	}
	
	.page-template-showcase-page a.show-thumbnails, .page-template-showcase-curtain-page a.show-thumbnails{
		left: 40px;
	}
	
	.showcase-mask-cat {
		padding-left: 0px;
		bottom: 30px;
		text-align:center;
	}
	
	#counter-holder {
		bottom: 23px;
		right: 12px;
	}
	
	.section .icon-scroll {
		bottom: 90px;
	}
	
	.item-head {
    	font-size: 36px;
	}
	
	.single-post .article-left {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#project-nav {
    	margin-bottom: 0px;
	}
	
	h1.big-title{
		font-size: 36px;
		line-height: 48px;
	}
	
	.menu-overlay-layout #menu-burger {
		right:20px;
	}	
		
}

@media only screen and (max-width: 1024px) {
	
	#filters {
		display: block;
		float: left;
		width: 100%;
	}

	#filters.is-active {
		padding-top: 200px;
		padding-bottom: 200px;
	}

	.swiper-container {
		overflow: hidden !important;
	}

}
		
@media only screen and (max-width: 479px) {

	.menu-overlay-layout #menu-burger {
		right: 30px;
		top:23px;
	}

}