@charset "utf-8";
/*
Theme Name: Silvercast
Author: Lounge Lizard
Author URI: http://www.loungelizard.com/
Description: Silvercast - A new view on outdoor advertising
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

@font-face {
    font-family:'Porter';
    src: url('webfonts/PorterBoldDEMO.eot');
	src: url('webfonts/PorterBoldDEMO.eot?#iefix') format('embedded-opentype'),
		url('webfonts/PorterBoldDEMO.woff2') format('woff2'),
		url('webfonts/PorterBoldDEMO.woff') format('woff'),
		url('webfonts/PorterBoldDEMO.svg#Porter-BoldDEMO') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FC;
}

@font-face {
    font-family:'Century Gothic Bold';
    src: url('webfonts/Century Gothic Bold.eot');
	src: url('webfonts/Century Gothic Bold.eot?#iefix') format('embedded-opentype'),
		url('webfonts/Century Gothic Bold.woff2') format('woff2'),
		url('webfonts/Century Gothic Bold.woff') format('woff'),
		url('webfonts/Century Gothic Bold.svg#Century Gothic Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-F003;
}

body {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#231f20;
	background:#FFF;
}

input,
textarea,
button,
select {
	font-family: 'Lato', sans-serif;
	outline:none!important;
	line-height:normal;
}

input[type="text"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover,
a:focus {
	color:#231f20;
}

::-moz-selection {
	background-color:#231f20;
	color:#FFF;
}

::selection {
	background-color: #231f20;
	color: #FFF;
}

::-webkit-input-placeholder {
   color: #63605c;
}

:-moz-placeholder {
   color: #63605c;
}

::-moz-placeholder {
   color: #63605c;  
}

:-ms-input-placeholder {  
   color: #63605c;  
}

.aperture-page {
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	height:4000px;
	width:4000px;
	z-index:20;
	-webkit-transition:7s ease;
	-moz-transition:7s ease;
	-ms-transition:7s ease;
	transition:7s ease;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2000px solid #000;
	opacity: 0.85;
}

.aperture-page.opened {
	border-width:100px;
}

.aperture-page-text {
	position:absolute;
	top:50%;
	font-family:'Porter';
	color:#FFF;
	font-size:30px;
	text-transform:uppercase;
	width:100%;
	text-align:center;
	left:0px;
	padding:0 10px;
	z-index:21;
	margin-top:30px;
}

.aperture-page-text p {
	margin:0;
	padding:22px 0 0;
	position:relative;
	z-index:1;
	display:inline-block;
}

.aperture-page-text p:before {
	content:'';
	width:90%;
	height:2px;
	top:0px;
	left:5%;
	background:#00aeef;
	z-index:2;
	position:absolute;
}

.big-video-vid-dimensions {
	top: 0!important;
}

#big-video-vid > div {
	display: none!important;
}

body {
	padding-top: 85px;
}

body.home {
	padding-top: 0px;
}

body.home .side-menu-contact {
	display: none;
}

.ff-filter-holder .ff-search {
	display: none!important;
}

.site-header {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	z-index:23;
	padding:15px 25px;
	background-color:transparent;
	-webkit-transition: background-color 0.8s linear;
    -moz-transition: background-color 0.8s linear;
    -o-transition: background-color 0.8s linear;
    -ms-transition: background-color 0.8s linear;
    transition: background-color 0.8s linear;
}

.site-header.opened {
	background-color:#262728;
}

.menu-trigger {
	float:left;
	cursor:pointer;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	text-align:center;
}

.menu-trigger-icon {
	display:block;
	width:43px;
	height:34px;
	margin:0 auto 4px;
	background:url(images/icons/menu@2x.png) no-repeat center;
	background-size:100%;
	-webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.menu-trigger.opened .menu-trigger-icon {
	-webkit-transform: rotate(180deg);
	transform:rotate(180deg);
}

.logo {
	float:right;
	max-width:274px;
	margin:12px 0 0;
}

#big-video-wrap:before {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.2);
	z-index:4;
}

.side-menu {
	background-color:#262728;
	position:fixed;
	left:-420px;
	top:0;
	z-index:22;
	width:420px;
	height:100%;
	padding:95px 40px 55px;
	opacity:0;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	color:#FFF;
}

.side-menu.opened {
	left:0px;
	opacity:1;
}

.side-menu #nav {
	padding:0;
	margin:0;
}

.side-menu #nav > li {
	list-style:none;
	padding:10px 0;
}

.side-menu #nav > li > a {
	color:#FFF!important;
	text-decoration:none!important;
	font-size:34px;
	text-transform:uppercase;
	font-family:'Porter';
}

.side-menu #nav > li.not-hovered > a {
	color:#888888!important;
}

.side-menu #nav > li ul {
	padding:0 0 15px 20px;
	display:none;
}

.side-menu #nav > li > ul.active {
	display:block;
}

@media screen and (max-width:991px) {
	.side-menu #nav > li:hover ul {
		display:block;
	}
}

.side-menu #nav > li ul li {
	list-style:none;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	margin:10px 0;
}

.side-menu #nav > li ul li a {
	color:#838585;
	text-decoration:none!important;
}

.side-menu #nav > li ul li a:hover {
	color:#fdfdfd;
}

.menu-social {
	font-size:42px;
	padding:40px 0 0;
	margin:40px 0 0;
	position:relative;
	z-index:1;
}

.menu-social:before {
	content:'';
	width:40px;
	height:2px;
	background:#4ac6e3;
	top:-1px;
	left:0px;
	z-index:1;
	position:absolute;
}

.menu-social a {
	color:#FFF!important;
}

.menu-social a + a {
	margin-left:30px;
}

.menu-copyright {
	text-transform:uppercase;
	font-size:16px;
	position:absolute;
	bottom:25px;
	left:40px;
	z-index:1;
}

.side-menu-content {
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}

.site-header.header-not-fixed {
	/*position:relative;*/
	background-color:#262728;
}

.porfolio-landing-wrapper {
	background-repeat:no-repeat;
	background-position:center bottom;
	-webkit-background-size:cover;
	background-size:cover;
	position:relative;
	z-index:1;
}

.porfolio-landing-wrapper:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	background:#262728;
	opacity: 0;
}

.porfolio-landing-wrapper ul {
	padding:0;
	margin:0;
	position:relative;
	z-index:2;
}

.porfolio-landing-wrapper ul li {
	list-style:none;
	float:left;
	width:33.3333%;
	text-align:center;
	color:#FFF;
	position:relative;
	z-index:1;
}

.porfolio-landing-wrapper ul li > a {
	color:#FFF!important;
	text-decoration: none!important;
	border:1px solid #FFF;
	border:1px solid rgba(255,255,255,.2);
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	font-size:20px;
	text-transform:uppercase;
	font-family:'Porter';
	z-index:5;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.porfolio-landing-wrapper ul li .image {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	opacity:0;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.porfolio-landing-wrapper ul li:hover .image {
	opacity:1;
}

.porfolio-landing-wrapper ul li > a span {
	display:block;
	padding:0 15px;
	position:absolute;
	width:100%;
	left:0px;
	z-index:5;
	top:50%;
 	text-shadow: 2px 2px #000000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.porfolio-landing-wrapper ul li > a:hover {
	font-size:32px;
}

.porfolio-landing-wrapper ul li:nth-child(1) > a,
.porfolio-landing-wrapper ul li:nth-child(3) > a {
	border-top-color:transparent;
	border-bottom-color:transparent;
}

.porfolio-landing-wrapper ul li:nth-child(1) > a,
.porfolio-landing-wrapper ul li:nth-child(4) > a {
	border-left-color:transparent;
}

.porfolio-landing-wrapper ul li:nth-child(3) > a,
.porfolio-landing-wrapper ul li:nth-child(6) > a {
	border-right-color:transparent;
}

.porfolio-landing-wrapper ul li:nth-child(5) > a {
	border-left-color:transparent;
	border-right-color:transparent;
}

.page-template-template-portfolio-landing .side-menu-contact {
	display: none;
}

.porfolio-landing-wrapper ul li .text {
	padding:0 15px;
	position:absolute;
	width:100%;
	left:0px;
	z-index:5;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:26px;
	font-weight:300;
}

.porfolio-landing-wrapper ul li .text h2 {
	margin:0 0 15px;
	padding:0 0 15px;
	font-size:54px;
	text-transform:uppercase;
	font-family:'Porter';
	display:inline-block;
	border-bottom:2px solid #48bcd7;
}

.porfolio-landing-wrapper ul li .text p {
	margin:0;
}

.portfolio-single-nav > a {
	display: none;
}

.page-title {
	background:#4ac6e3;
	color:#FFF;
	padding:30px 25px 20px;
}

.page-title h1 {
	margin:0;
	text-transform:uppercase;
	font-family:'Porter';
	font-size:45px;
	font-weight:400;
}

.page-title h1:after {
	content:'';
	width:80px;
	height:2px;
	background:#FFF;
	display:block;
	margin-top:10px;
}

.social-page-wrapper {
	background:url(images/social-bg.jpg) no-repeat center;
	-webkit-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
}

div#ff-stream-1 {
	background:none;
	color:#231f20;
}

.social-box-header {
	margin:0 0 15px;
}

.social-box-header .image {
	width:79px;
	height:79px;
	border:1px solid #a7a6a6;
	float:left;
	background:url(images/social@2x.png) no-repeat center;
	background-size:43px 34px;
}

.social-box-header .text {
	padding-left:100px;
}

.social-box-header .text h3 {
	margin:0;
	font-size:22px;
	font-weight:700;
	color:#3b3d3e;
	line-height:1.6em;
}

.social-box-header .text p {
	font-size:18px;
	font-weight:300;
	margin:0;
	line-height:1.6em;
}

.ff-stream-wrapper {
	max-width: 1532px;
	margin-left: auto!important;
	margin-right: auto!important;
}

.ff-item-bar {
	display: none!important;
}

.ff-item .ff-img-holder img {
	max-width: 100%;
	min-height: auto!important;
}

.ff-upic-round .picture-item__inner {
	border-radius: 0!important;
}

.ff-upic-round .picture-item__inner {
	padding: 15px;
}

.ff-sc-label1 .ff-label-wrapper {
	display: none!important;
}

article.ff-item .ff-content,
article.ff-article,
article.ff-item .ff-content p {
	font-size:18px;
	line-height:1.4em;
	font-weight:300;
}

div.ff-video-preview .ff-img-loaded:after {
	background:url(images/icons/video@2x.png) no-repeat center;
	background-size:100%;
	width:64px;
	height:64px;
	top:0px;
	right:0px;
	left:auto;
	margin:0;
	opacity:1;
}

.ff-item .ff-content {
	margin: 15px 0!important;
}

div.ff-item-meta {
	border:none;
	font-size:0px;
	margin: 0!important;
}

div.ff-item-meta > h6,
div.ff-item-meta > a {
	display: none!important;
}

div.ff-item-meta:before {
	display:none;
}

article.ff-item .ff-userpic {
	width:auto;
	height:auto;
	margin:0!important;
	text-align:right;
	background: none!important;
	float: none;
}

article.ff-item .ff-userpic .ff-icon {
	position:static!important;
	width:auto;
	height:auto;
	border-radius:0px;
	border: none!important;
}

.ff-item .ff-userpic .ff-icon-inner {
	position:static;
	display:inline-block;
	background:none!important;
	font-size:30px;
	border-radius:0px;
	width:auto;
	height:auto;
}

.ff-item .ff-userpic .ff-icon-inner:after {
	width:auto;
	height:auto;
	line-height:1em;
}

.ff-facebook .ff-icon-inner {
	color:#3b5998;
}

.ff-twitter .ff-icon-inner {
	color:#49c9f2;
}

.ff-instagram .ff-icon-inner {
	color:#000000;
}

.ff-vimeo .ff-icon-inner {
	color:#86c9ef;
}

.ff-linkedin .ff-icon-inner {
	color:#0775b7;
}

body.page-template-template-about {
	background:#2b2b2c;
}

.page-about-wrapper {
	color:#FFF;
	font-size:18px;
	font-weight:300;
	padding:0 25px;
}

.page-about-wrapper a {
	color:#00aeef;
}

.about-left-col {
	float:left;
	width:30%;
	padding:40px 0;
	line-height:1.8em;
}

.about-left-col h1 {
	margin:0;
	text-transform:uppercase;
	font-family:'Porter';
	font-size:45px;
	font-weight:400;
}

.about-left-col h1:after {
	content:'';
	width:80px;
	height:2px;
	background:#4ac6e3;
	display:block;
	margin:20px 0;
}

.about-left-col .text p {
	margin-bottom: 32px;
}

.contact-btn {
	background:#00aeef;
	display:inline-block;
	color:#FFF!important;
	text-decoration:none!important;
	text-transform:uppercase;
	font-size:18px;
	font-weight:400;
	width:200px;
	text-align:center;
	padding:4px 0;
	line-height:1.8em;
}

.contact-btn:hover {
	background-color:#0197cf;
}

.about-right-col {
	float:right;
	width:64%;
}

.about-video {
	position:relative;
	z-index:1;
	margin:0 0 50px;
}

.about-video:before {
	content:'';
	width:100%;
	height:100%;
	left:-30px;
	top:30px;
	background:#4ac6e3;
	position:absolute;
	z-index:1;
}

.videoWrapper {
	position: relative;
	z-index:5;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-quote {
	padding:10px 65px 25px;
	position:relative;
	z-index:1;
}

.about-quote:after {
	content:'';
	background:url(images/icons/quote@2x.png) no-repeat center;
	background-size:100%;
	width:150px;
	height:118px;
	position:absolute;
	top:60px;
	right:84px;
	z-index:-1;
}

.about-quote blockquote {
	border:none;
	padding:0;
	font-size:27px;
	font-weight:400;
}

.about-quote > p {
	font-size:23px;
	font-weight:700;
	color:#00aeef;
	margin:0;
}

.portfolio-single-main {
	min-height:480px;
	overflow:hidden;
	background:#FFF;
}

.single-portfolio_item #web-wrapper,
.gallery-item {
	min-height: 750px;
}

.portfolio-single-nav {
	position:absolute;
	top:38px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:25;
}

.portfolio-single-nav ul {
	padding:0;
	margin:0;
}

.portfolio-single-nav ul li {
	list-style:none;
	float:left;
}

.portfolio-single-nav ul li + li {
	margin-left:23px;
}

.portfolio-single-nav ul li a {
	text-indent:-9999px;
	font-size:0px;
	display:block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:12px;
	height:12px;
	border:1px solid #ebebeb;
}

.portfolio-single-nav ul li.active a {
	background:#a8a9a9;
}

.tooltip-inner {
	white-space:nowrap;
}

.portfolio-item-text {
	position:relative;
	z-index:1;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0 25px;
}

.portfolio-item-text:before {
	content:'';
	width:100%;
	height:70%;
	position:absolute;
	z-index:1;
	background:#4ac6e3;
	left:0px;
	top:15%;
}

.portfolio-item-text .container-fluid {
	position:relative;
	z-index:2;
}

.portfolio-item-text .text {
	float:right;
	width:40%;
	background:#FFF;
	padding:30px;
	-webkit-box-shadow:2px 2px 14px rgba(0,0,0,.2);
	-moz-box-shadow:2px 2px 14px rgba(0,0,0,.2);
	box-shadow:2px 2px 14px rgba(0,0,0,.2);
	font-size:20px;
	font-weight:300;
	line-height:1.6em;
	margin-right:-50%;
	-webkit-transition:.8s ease;
	-moz-transition:.8s ease;
	-ms-transition:.8s ease;
	transition:.8s ease;
}

.portfolio-item-text .text h1 {
	margin:0;
	text-transform:uppercase;
	font-family:'Porter';
	font-size:45px;
	font-weight:400;
}

.portfolio-item-text .text h1:after {
	content:'';
	width:80px;
	height:2px;
	background:#00aeef;
	display:block;
	margin:20px 0;
}

.portfolio-item-text .text .actions {
	padding:10px 0 0;
}

.less-btn {
	float:left;
	cursor:pointer;
	font-size:25px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	z-index:1;
	padding-right:45px;
}

.less-btn:after {
	content:'-';
	width:34px;
	height:34px;
	border:1px solid #363738;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-17px;
	z-index:2;
	text-align:center;
	line-height:30px;
}

.portfolio-item-text .text .actions .contact-btn {
	float:right;
}

.gallery-item {
	-webkit-background-size:cover;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
}

.portfolio-item-top {
	position:absolute;
	left:0px;
	width:100%;
	height: 100%;
	z-index:20;
	bottom:0px;
	-webkit-box-shadow:11px 11px 14px rgba(0,0,0,.3);
	-moz-box-shadow:11px 11px 14px rgba(0,0,0,.3);
	box-shadow:11px 11px 14px rgba(0,0,0,.3);
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-ms-transition:.5s ease;
	transition:.5s ease;
	overflow:hidden;
}

.portfolio-item-top.folded {
	-webkit-transform: translateX(-21em) perspective(600px) rotateY(26deg) scale(0.9);
	-moz-transform: translateX(-21em) perspective(600px) rotateY(26deg) scale(0.9);
	-ms-transform: translateX(-21em) perspective(600px) rotateY(26deg) scale(0.9);
	-o-transform: translateX(-21em) perspective(600px) rotateY(26deg) scale(0.9);
	transform: translateX(-21em) perspective(600px) rotateY(26deg) scale(0.9);
}

.portfolio-item-top.folded .portfolio-item-title-holder {
	opacity:0;
}

body.folded-portfolio .portfolio-item-text .text {
	margin-right:0px;
}

/*body.folded-portfolio {
	overflow:hidden;
}
*/
.portfolio-item-top:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
	z-index:6;
	background: -moz-linear-gradient(left,  rgba(38,39,40,0.41) 0%, rgba(36,37,38,0.4) 3%, rgba(34,35,36,0.4) 4%, rgba(29,30,31,0.38) 6%, rgba(20,20,21,0.35) 10%, rgba(10,10,10,0.31) 14%, rgba(0,0,0,0.24) 20%, rgba(0,0,0,0.19) 24%, rgba(4,4,4,0.15) 28%, rgba(18,18,19,0.07) 35%, rgba(27,28,29,0.04) 40%, rgba(31,32,33,0.04) 42%, rgba(38,39,40,0.04) 48%, rgba(38,39,40,0.04) 49%, rgba(38,39,40,0.13) 57%, rgba(38,39,40,0.24) 63%, rgba(38,39,40,0.41) 69%, rgba(38,39,40,0.6) 81%, rgba(38,39,40,0.75) 92%, rgba(38,39,40,0.82) 100%);
	background: -webkit-linear-gradient(left,  rgba(38,39,40,0.41) 0%,rgba(36,37,38,0.4) 3%,rgba(34,35,36,0.4) 4%,rgba(29,30,31,0.38) 6%,rgba(20,20,21,0.35) 10%,rgba(10,10,10,0.31) 14%,rgba(0,0,0,0.24) 20%,rgba(0,0,0,0.19) 24%,rgba(4,4,4,0.15) 28%,rgba(18,18,19,0.07) 35%,rgba(27,28,29,0.04) 40%,rgba(31,32,33,0.04) 42%,rgba(38,39,40,0.04) 48%,rgba(38,39,40,0.04) 49%,rgba(38,39,40,0.13) 57%,rgba(38,39,40,0.24) 63%,rgba(38,39,40,0.41) 69%,rgba(38,39,40,0.6) 81%,rgba(38,39,40,0.75) 92%,rgba(38,39,40,0.82) 100%);
	background: linear-gradient(to right,  rgba(38,39,40,0.41) 0%,rgba(36,37,38,0.4) 3%,rgba(34,35,36,0.4) 4%,rgba(29,30,31,0.38) 6%,rgba(20,20,21,0.35) 10%,rgba(10,10,10,0.31) 14%,rgba(0,0,0,0.24) 20%,rgba(0,0,0,0.19) 24%,rgba(4,4,4,0.15) 28%,rgba(18,18,19,0.07) 35%,rgba(27,28,29,0.04) 40%,rgba(31,32,33,0.04) 42%,rgba(38,39,40,0.04) 48%,rgba(38,39,40,0.04) 49%,rgba(38,39,40,0.13) 57%,rgba(38,39,40,0.24) 63%,rgba(38,39,40,0.41) 69%,rgba(38,39,40,0.6) 81%,rgba(38,39,40,0.75) 92%,rgba(38,39,40,0.82) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69262728', endColorstr='#d1262728',GradientType=1 );
	display: none;
}

.portfolio-item-carousel {
	z-index:5;
}

.portfolio-item-title-holder {
	color:#FFF;
	position:absolute;
	right:0px;
	padding:0 40px;
	max-width:480px;
	z-index:30;
	top:30px;
/*
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
*/
	text-align:right;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-ms-transition:.5s ease;
	transition:.5s ease;
}

.portfolio-item-title-holder h1 {
	margin:0;
	text-transform:uppercase;
	font-family:'Porter';
	font-size:50px;
	font-weight:400;
	text-shadow:0px -10px 50px rgba(0,0,0,.4);
}

.portfolio-item-title-holder h2 {
	font-family:'Century Gothic Bold';
	font-weight:400;
	margin:5px 0 10px;
	text-transform:uppercase;
	font-size:36px;
}

.more-btn {
	display:inline-block;
	cursor:pointer;
	font-size:25px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	z-index:1;
	padding-right:45px;
	margin-top:25px;
	text-shadow:0px -10px 50px rgba(0,0,0,.4);
}

.more-btn:after {
	content:'+';
	width:34px;
	height:34px;
	border:1px solid #FFF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-17px;
	z-index:2;
	text-align:center;
	line-height:30px;
}

.portfolio-item-top .contact-btn {
	background-color:transparent;
	border:2px solid #00aeef;
	position:absolute;
	right:40px;
	bottom:100px;
	z-index:15;
}

.portfolio-item-top .contact-btn:hover {
	background-color:#00aeef;
}

.portfolio-left-widget {
	position:absolute;
	left:0px;
	top:50%;
	height:233px;
	background:#2b2c2d;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:30;
	width:70px;
	border-top:2px solid #4ac6e3;
	border-bottom:2px solid #4ac6e3;
	font-size:12px;
	color:#4ac6e3;
	text-transform:uppercase;
}

.portfolio-widget-title {
	text-align:center;
	cursor:pointer;
	padding:0 10px;
}

.portfolio-widget-photo,
.portfolio-widget-video,
.portfolio-widget-back {
	padding: 14px 0;
}

.portfolio-widget-photo .portfolio-widget-title:before {
	content:'';
	background:url(images/icons/photo@2x.png) no-repeat 0px 0px;
	background-size:34px 52px;
	width:34px;
	height:26px;
	display:block;
	margin:0 auto 3px;
}

.portfolio-widget-photo.active .portfolio-widget-title:before {
	background-position:0px 100%;
}

.portfolio-widget-video .portfolio-widget-title.disabled {
	cursor: not-allowed;
	opacity: 0.5;
	visibility: hidden;
}

.portfolio-widget-video .portfolio-widget-title:before {
	content:'';
	background:url(images/icons/video2@2x.png) no-repeat 0px 0px;
	background-size:30px 60px;
	width:30px;
	height:30px;
	display:block;
	margin:0 auto 3px;
}

.portfolio-widget-video.active .portfolio-widget-title:before {
	background-position:0px 100%;
}

.portfolio-widget-back {
	background-color: #000;
	border-top: 1px solid #4ac6e3;
}

.portfolio-widget-back .portfolio-widget-title {
	color: #4ac6e3!important;
	display: block;
	text-decoration: none!important;
}

.portfolio-widget-back .portfolio-widget-title span {
	display: block;
	background: url(images/back@2x.png) no-repeat center top;
	background-size: 30px 30px;
	padding: 32px 0 0;
}

.portfolio-widget-photo-indicator {
	height:182px;
	width:22px;
	background:#2b2c2d;
	position:absolute;
	left:100%;
	margin-left:1px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:10;
}

.photo-slider-nav {
	position:absolute;
	z-index:5;
	width:100%;
	top:50%;
	left:0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0 6px;
}

.photo-slider-nav span {
	font-size:0px;
	padding:5px 0;
	display:block;
	cursor:pointer;
}

.photo-slider-nav span:before {
	content:'';
	display:block;
	background-color:#838585;
	height:2px;
}

.photo-slider-nav span + span {
	margin-top:10px;
}

.photo-slider-nav span.cycle-pager-active:before {
	background-color:#FFF;
	-webkit-box-shadow:0px 0px 6px rgba(255,255,255,.8);
	-moz-box-shadow:0px 0px 6px rgba(255,255,255,.8);
	box-shadow:0px 0px 6px rgba(255,255,255,.8);
}

.portfolio-item-video {
	position:absolute;
	left:0px;
	bottom:-100%;
	width:100%;
	height:100%;
	z-index:8;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-ms-transition:.5s ease;
	transition:.5s ease;
}

/*body.single-portfolio_item {
	overflow:hidden;
}*/

.portfolio-item-video.active {
	bottom:0px;
}

.portfolio-item-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.side-menu-contact {
	background-color:#262728;
	position:fixed;
	right:0px;
	top:0;
	z-index:4;
	width:400px;
	height:100%;
	padding:95px 40px 55px 55px;
	opacity:0;
	color:#FFF;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}

/*.site-header.header-not-fixed + #web-wrapper .side-menu,
.site-header.header-not-fixed + #web-wrapper .side-menu-contact,
.site-header.header-not-fixed + .portfolio-single-nav + #web-wrapper .side-menu,
.site-header.header-not-fixed + .portfolio-single-nav + #web-wrapper .side-menu-contact {
	padding-top: 10px;
}*/

.side-menu-contact > .h3 {
	margin:0;
	text-transform:uppercase;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	cursor:pointer;
	color:#FFF;
	height:100%;
	width:40px;
	font-family:'Porter';
	font-size:36px;
	font-weight:400;
}

.side-menu-contact > .h3 span {
	-webkit-transform: rotate(270deg) translateY(-50%);
    -moz-transform: rotate(270deg) translateY(-50%);
    -o-transform: rotate(270deg) translateY(-50%);
    -ms-transform: rotate(270deg) translateY(-50%);
    transform: rotate(270deg) translateY(-50%);
	/*-webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;*/
	display:block;
	position:absolute;
	line-height:40px;
	left:-73px;
	top:50%;
	z-index:1;
	white-space:nowrap;
	letter-spacing:2px;
}

.side-menu-contact > .h3 span:before {
	content:'';
	width:24px;
	height:24px;
	background:url(images/icons/close@2x.png) no-repeat center;
	background-size:100%;
	display:inline-block;
	margin-right:10px;
}

.side-menu-contact.opened {
	right:0px;
	opacity:1;
}

.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:5;
	background:#2b2b2c;
}

/*body.side-opened #main-wrapper {
	position:fixed;
	z-index: 100;
}*/

body.side-opened #main-wrapper:before {
	width:100%;
	height:100%;
	content:'';
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
	cursor:pointer;
}

.side-menu-form .form-item {
	margin:0 0 10px;
}

.side-menu-form input[type="text"],
.side-menu-form input[type="email"],
.side-menu-form textarea {
	width:100%;
	border:none;
	padding:5px 10px;
	color:#262728;
	font-size:18px;
	font-weight:300;
}

.side-menu-form textarea {
	resize:none;
}

.side-menu-form .form-actions {
	padding:10px 0 0;
}

.side-menu-form input[type="submit"] {
	border:none;
	background:#00aeef;
	display:inline-block;
	color:#FFF!important;
	text-decoration:none!important;
	text-transform:uppercase;
	font-size:18px;
	font-weight:400;
	width:200px;
	text-align:center;
	padding:4px 0;
	line-height:1.8em;
}

.side-menu-form input[type="submit"]:hover {
	background-color:#0197cf;
}

.side-menu-contact-info {
	margin:0 0 25px;
	color:#efefef;
}

.side-menu-contact-info a {
	color:#efefef!important;
	text-decoration:none!important;
}

.side-menu-contact-info div {
	position:relative;
	z-index:1;
	font-size:20px;
	font-weight:300;
	padding:5px 0 5px 65px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:30px 26px;
}

.side-menu-contact-info div:before {
	content:'';
	width:2px;
	height:100%;
	position:absolute;
	left:45px;
	top:0px;
	background:#4ac6e3;
	z-index:1;
}

.side-phone-row {
	background-image:url(images/icons/phone@2x.png);
}

.side-email-row {
	background-image:url(images/icons/email@2x.png);
}

.ff-theme-classic .ff-item img {
	max-width: 100%;
	height: auto!important;
}

div.ff-err-info {
	display: none!important;
}

@media screen and (max-width: 1480px) {
	.porfolio-landing-wrapper ul li .text {
		font-size: 18px;
	}

	.porfolio-landing-wrapper ul li .text h2 {
		font-size: 36px;
	}
}

@media screen and (max-width: 1199px) {
	.about-left-col {
		width: 40%;
	}

	.about-right-col {
		width: 55%;
	}

	.portfolio-item-text .text h1 {
		font-size: 32px;
	}

	.portfolio-item-text .text {
		padding: 20px;
		font-size: 16px;
		width: 45%;
	}
}

@media screen and (max-width: 991px) {
	.site-header {
		padding-left: 0px;
		padding-right: 0px;
	}

	.about-left-col {
		width: auto;
		float: none;
	}

	.about-right-col {
		width: auto;
		float: none;
	}

	.porfolio-landing-wrapper ul li {
		width: 100%;
		border-bottom: 1px solid #FFF;
	}

	.porfolio-landing-wrapper {
		background-image: none!important;
		height: auto!important;
	}

	.porfolio-landing-wrapper ul li .image {
		opacity: 0.15;
	}

	.porfolio-landing-wrapper ul li > a {
		border: none!important;
	}

	.portfolio-landing-contact {
		background: #262728;
		padding: 80px 0;
		text-align: center;
		position: relative;
		z-index: 2;
	}

	.porfolio-landing-wrapper:before {
		display: none;
	}

	.portfolio-scroll {
		display: block;
		cursor: pointer;
		background: url(images/scroll@2x.png) no-repeat center;
		background-size: 100%;
		width: 37px;
		height: 23px;
		position: absolute;
		bottom: 25px;
		left: 50%;
		margin-left: -18.5px;
		z-index: 2;
	}

	.single-portfolio_item #web-wrapper,
	.gallery-item,
	.portfolio-single-main {
		min-height: 0!important;
		height: auto!important;
	}

	.gallery-item {
		height: 460px!important;
	}

	.portfolio-item-top {
		position: relative;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.portfolio-item-text:before {
		display: none;
	}

	.portfolio-item-text {
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 20px 0;
	}

	.portfolio-item-text .text {
		float: none;
		margin: 0!important;
		width: auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.less-btn,
	.more-btn,
	.portfolio-item-title-holder .contact-btn,
	.portfolio-item-top .contact-btn {
		display: none!important;
	}

	.portfolio-single-nav {
		position: relative;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: #262728;
		border-top: 1px solid #010103;
		text-align: center;
		padding: 25px 15px;
		font-size: 0px;
		left: auto;
		top: auto;
	}

	.portfolio-single-nav ul {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -6px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 5;
	}

	.portfolio-single-nav > a {
		display: block;
		color: #FFF!important;
		text-decoration: none!important;
		font-size: 12px;
		text-transform: uppercase;
		background-size: 8px 17px;
		background-repeat: no-repeat;
	}

	.portfolio-single-nav > a[rel="next"] {
		float: left;
		padding-left: 15px;
		background-image: url(images/prev@2x.png);
		background-position: left center;
	}

	.portfolio-single-nav > a[rel="prev"] {
		float: right;
		padding-right: 15px;
		background-image: url(images/next@2x.png);
		background-position: right center;
	}

	.portfolio-item-title-holder h1 {
		font-size: 36px;
	}

	.portfolio-item-title-holder {
		max-width: 365px;
	}

	.single-portfolio_item #main-wrapper {
		background-color: #FFF;
	}
}

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

	body {
		padding-top: 75px;
	}

	.site-header {
		padding: 10px 0;
	}

	.logo {
		width: 137px;
		margin-top: 18px;
	}

	.aperture-page-text {
		font-size: 16px;
		top: 35%;
	}

	.aperture-page-text p {
		padding: 0 0 10px;
	}

	.aperture-page-text p:before {
		width: 100%;
		top: 100%;
		left: 0px;
	}

	.side-menu {
		width: 100%;
		left: -100%;
	}

	.side-menu #nav > li > a {
		font-size: 26px;
	}

	.side-menu #nav > li ul li {
		font-size: 15px;
		margin: 12px 0 0;
	}

	.menu-social {
		font-size: 32px;
	}

	/*.site-header.header-not-fixed + #web-wrapper .side-menu,
	.site-header.header-not-fixed + #web-wrapper .side-menu-contact {
		top: -75px;
	}*/

	.about-video:before {
		display: none;
	}

	.about-video {
		margin: 0 -15px;
	}

	.page-about-wrapper {
		padding: 0;
		background: #FFF;
		font-size: 15px;
	}

	.mobile-about-wrapper {
		padding: 15px 0;
	}

	.about-left-col {
		padding: 20px 15px;
		background: #2b2b2c;
		line-height: 1.6em;
	}

	.about-left-col h1 {
		font-size: 24px;
	}

	.about-left-col h1:after {
		width: 40px;
		margin: 8px 0 15px;
	}

	.about-left-col .text p {
		margin-bottom: 30px;
	}

	.contact-btn {
		font-size: 15px;
		width: 150px;
	}

	.about-contact-btn {
		text-align: right;
	}

	.about-quote {
		color: #262728;
	}

	.about-quote {
		padding: 30px 15px;
	}

	.about-quote blockquote {
		font-size: 16px;
	}

	.about-quote > p {
		font-size: 16px;
	}

	.about-quote:after {
		background-image: url(images/q-mobile@2x.png);
		width: 107px;
		height: 97px;
		top: 45px;
		right: 10px;
	}

	#ff-stream-1 .ff-item,
	#ff-stream-1 .shuffle__sizer {
		width: 90%!important;
	}

	.page-title {
		padding: 15px 0;
	}

	.page-title h1 {
		font-size: 24px;
	}

	.page-title h1:after {
		width: 40px;
		margin-top: 8px;
	}

	.ff-stream-wrapper {
		margin: 0 auto!important;
	}

	.porfolio-landing-wrapper ul li > a:hover {
		font-size: 24px;
	}

	.social-box-header .image {
		width: 60px;
		height: 60px;
		background-size: 34px 27px;
	}

	.social-box-header .text {
		padding-left: 80px;
	}

	.social-box-header .text h3 {
		font-size: 18px;
	}

	.social-box-header .text p {
		font-size: 15px;
	}

	article.ff-item .ff-content,
	article.ff-article,
	article.ff-item .ff-content p {
		font-size: 16px;
	}

	.porfolio-landing-wrapper ul li {
		min-height: 260px;
	}

	.porfolio-landing-wrapper ul li .text {
		font-size: 15px;
	}

	.porfolio-landing-wrapper ul li .text h2 {
		font-size: 28px;
	}

	.portfolio-single-nav ul li + li {
		margin-left: 15px;
	}

	.portfolio-left-widget {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		height: auto;
		width: auto;
	}

	.portfolio-widget-photo,
	.portfolio-widget-video {
		width: 33.3333%;
		float: left;
		margin: 0;
	}

	.portfolio-widget-back {
		width: 33.3333%;
		float: left;
		margin: 0;
	}

	.portfolio-widget-back .portfolio-widget-title span {
		background-position: left center;
		padding: 0 0 0 45px;
		display: inline-block;
	}

	.portfolio-widget-photo-indicator {
		width: 100%;
		margin: 0;
		left: 0;
		height: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: auto;
		bottom: 100%;
		background: rgba(38,39,40,.95);
		text-align: center;
		font-size: 0px;
		padding: 5px 0;
	}

	.photo-slider-nav {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 0;
		display: inline-block;
		width: auto;
	}

	.photo-slider-nav span + span {
		margin-top: 0px;
		margin-left: 15px;
	}

	.photo-slider-nav span {
		float: left;
	}

	.photo-slider-nav span:before {
		height: 12px;
		width: 2px;
	}

	.portfolio-widget-photo .portfolio-widget-title:before,
	.portfolio-widget-video .portfolio-widget-title:before {
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
	}

	.portfolio-widget-title {
		line-height: 60px;
	}

	.portfolio-widget-video,
	.portfolio-widget-back {
		position: relative;
		z-index: 2;
	}

	.portfolio-widget-video:before,
	.portfolio-widget-back:before {
		content: '';
		width: 1px;
		height: 80%;
		top: 10%;
		left: 0px;
		position: absolute;
		z-index: 1;
		background: #929293;
	}

	.portfolio-item-text .text h1 {
		font-size: 26px;
	}

	.portfolio-item-text .text h1:after {
		width: 50px;
		margin: 12px 0;
	}

	.portfolio-item-text .text {
		padding: 20px 10px;
	}

	.side-menu-contact {
		width: 100%;
		padding-left: 45px;
	}

	.side-menu-contact > .h3 {
		position: static;
		width: auto;
		height: auto;
		margin: 0 0 15px;
		font-size: 30px;
	}

	.side-menu-contact > .h3 span {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		position: relative;
		top: auto;
		left: auto;
		letter-spacing: 1px;
		line-height: 1.2;
	}

	.side-menu-form textarea {
		height: 150px;
	}

	.side-menu-contact > .h3 span:before {
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -12px;
		z-index: 2;
	}

	.side-menu-form .form-actions {
		text-align: right;
		position: relative;
		z-index: 2;
	}

	.side-menu-form .form-actions .ajax-loader {
		position: absolute;
		left: 0px;
		top: 50%;
		margin-top: -8px;
		margin-bottom: 0;
		z-index: 2;
	}

	.portfolio-item-title-holder {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		padding: 10px 15px;
		text-align: center;
		top: 0px;
		width: 100%;
		max-width: 100%;
	}

	.portfolio-item-title-holder h1 {
		font-size: 26px;
	}

	.portfolio-item-title-holder h2 {
		font-size: 20px;
	}

	.portfolio-item-top:before {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.61) 0%, rgba(0,0,0,0.06) 51%, rgba(0,0,0,0.61) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.61) 0%,rgba(0,0,0,0.06) 51%,rgba(0,0,0,0.61) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0.61) 0%,rgba(0,0,0,0.06) 51%,rgba(0,0,0,0.61) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69000000', endColorstr='#69000000',GradientType=0 );
	}

	.portfolio-item-video {
		z-index: 31;
	}

	.portfolio-item-video.active {
		margin-bottom: 64px;
	}

	.portfolio-zoom-mobile {
		width: 32px;
		height: 34px;
		background: url(images/zoom@2x.png) no-repeat center;
		background-size: 100%;
		position: absolute;
		right: 15px;
		bottom: 105px;
		z-index: 30;
	}

	.fancybox-button--close {
		width: 32px;
		height: 34px;
		background: url(images/close@2x.png) no-repeat center;
		background-size: 100%;
		margin:15px 15px 0 0;
	}

	/*.fancybox-container {
		position: absolute;
	}*/

	.fancybox-container--ready .fancybox-bg {
		opacity: .92;
	}

	.fancybox-caption-wrap {
		bottom: auto;
		top: 0;
		padding: 85px 0 0;
		text-align: center;
		background: none;
	}

	.fancybox-caption {
		margin: 0;
	    text-transform: uppercase;
	    font-family: 'Porter';
	    font-size: 26px;
	    font-weight: 400;
	    text-shadow: 0px -10px 50px rgba(0,0,0,.4);
	    border: none;
	    padding: 0;
	    line-height: 1.1;
	}

	.fancybox-controls {
		top: auto;
		bottom: 68px;
	}

	.fancybox-caption span {
		display: block;
		font-family: 'Century Gothic Bold';
	    font-weight: 400;
	    margin: 5px 0 10px;
	    text-transform: uppercase;
	    font-size: 20px;
	}

	.fancybox-thumbs {
		display: block!important;
		background: none;
		top: auto;
		bottom: 28px;
		left: 15px;
		right: auto;
		padding: 0;
		width: auto;
	}

	.fancybox-thumbs>ul>li {
		display: inline-block;
		width: auto;
		height: auto;
		border: none;
		padding: 0 5px;
		max-width: none;
		overflow: visible;
	}

	.fancybox-thumbs>ul>li:before {
		content: '';
	    display: block;
	    background-color: #838585;
	    height: 12px;
	    width: 2px;
	    position: static;
	    border: none;
	    opacity: 1;
	}

	.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
		background-color:#FFF;
		-webkit-box-shadow:0px 0px 6px rgba(255,255,255,.8);
		-moz-box-shadow:0px 0px 6px rgba(255,255,255,.8);
		box-shadow:0px 0px 6px rgba(255,255,255,.8);
	}

	.fancybox-thumbs>ul>li>img {
		display: none!important;
	}

	.side-menu-contact.opened {
		z-index: 10;
	}

	.portfolio-widget-photo,
	.portfolio-widget-video {
		width: 50%;
		padding: 0;
	}

	.portfolio-widget-back {
		display: none;
	}

	.ff-stream-wrapper {
		max-width: 90%;
	}

	#ff-stream-1 article.ff-item {
		width: 100%!important;
		position: static!important;
		opacity: 1!important;
		transform: none!important;
		margin-bottom: 15px!important;
	}
}

@media screen and (max-width: 320px) {
	.ff-filter-holder .ff-filter {
		padding: 0!important;
	}

	.ff-filter-holder .ff-filter.ff-type-all {
		padding: 0 12px!important;
	}

	.ff-filter-holder:before {
		top: 14px!important;
	}
}