/*
Theme Name: qzr-theme
Theme URI: http://underscores.me/
Author: QZR Studio
Author URI: https://qzrstudio.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qzrstudio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

qzrstudio is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/* QZR COLOR: #ffd73c*/

/* PRELOAD IMAGES */

html {
  overflow:   scroll;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.preload-image {
	transition: all 0.6s;
}

.image-loading {
	opacity: 0;
}

.loaded {
	opacity: 1;
}

.slide.loaded {
	opacity: 0;
}

.small-screen {
	display: none;
}

/* FIX */

.wc-forward {
	display: none !important;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

/* DEFAULT */

html {
	font-size: 20px;
	line-height: 1.4;
	overflow-x: hidden;
}

body {
	min-height: 100vh;	
	font-family: 'Titillium Web', sans-serif;
	background: #feda32;
	transition: background 0.5s;
	overflow-y: hidden;
	overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

main {
	overflow: hidden;
}

img {
	border: 0;
	width: 100%;
}

main[data-page-type="standard"] {
	margin-top: 80px;
}

a {
	color: #000;
	text-decoration: underline;
}

.left { float: left; }
.right { float: right; }
.center {
	position: relative;
	margin: 0 auto;
}
.clear { clear: both; }

.main-column {
	clear: both;
	position: relative;
	margin: 0 auto;
	height: auto;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}

main .main-column {
	overflow: hidden;
}

.wrap {
	z-index: 101;
}

/* TYPOGRAPHY */

.very-tiny {
	font-size: 0.6rem;
	line-height: 1.6;
}

.tiny {
	font-size: 0.7rem;
	line-height: 1.5;
}

.medium-tiny {
	font-size: 0.8rem;
	line-height: 1.5;
}

.medium {
	font-size: 1rem;
	line-height: 1.5;
}

.medium-big {
	font-size: 1.5rem;
	line-height: 1.25;
}

.big {
	font-size: 2rem;
	line-height: 1.125;
}

.subtitle {
	font-weight: normal;
	font-size: 40px;
	line-height: 45px;
}

.weight-normal {
	font-weight: normal;
}

.weight-bold {
	font-weight: bold;
}

.clean {
	color: #000;
	text-decoration: none;	
	border:0 !important;
}

.clean:hover {
	border:0 !important;
}


.align-center {
	text-align: center;
}

/* MARGIN */

.margin-top-1x {
	margin-top: 25px;
}
.margin-top-2x {
	margin-top: 50px;
}
.margin-bottom-1x {
	margin-bottom: 25px;
}
.margin-bottom-2x {
	margin-bottom: 50px;
}
.margin-left-1x {
	margin-left: 25px;
}
.margin-left-2x {
	margin-left: 50px;
}


/* PADDING */
.col-padding {
	padding-left: 25px;
	padding-right: 25px;
}
.double-col-padding {
	padding-left: 50px;
	padding-right: 50px;
}
.row-padding {
	padding-top: 25px;
	padding-bottom: 25px;
}
.double-row-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* 8 COLONNE */
.column-of-1 { width: 100% }
.column-of-2 { width: 50% }
.column-of-3 { width: 33.33% }
.column-of-4 { width: 25% }
.column-of-3-2x { width: 66% }
.column-of-4 { width: 25% }
.column-of-5 { width: 20% }
.columns-1,.spacer-1 { width:  8.33%;  flex-basis: 8.33%;}
.columns-2,.spacer-2 { width:  16.66%; flex-basis: 16.66%;}
.columns-3,.spacer-3 { width:  25%; }
.columns-4 	{ width:  33.33%; }
.columns-5 	{ width:  41.66%; }
.columns-6 	{ width:  50%; }
.columns-7 	{ width: 58.33%; }
.columns-8 	{ width: 66.66%; }
.columns-9 	{ width: 75%; }
.columns-10 { width: 83.33%; }
.columns-11 { width: 91.66%; }
.columns-12 { width: 100%; }
.column-spacer {
	width: 4.165%;
}

.column-3-of-5 { width: 60%; }
.column-8-of-10 { width: 80%; }

.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5,
.columns-6,
.columns-7,
.columns-8,
.columns-9,
.columns-10,
.columns-11,
.columns-12 {
	position: relative;
}


/* Header */

.wrap-menu {
	left:0;
	right:0;
	position: fixed;
	z-index: 105;
	top: 36px;
}

.current-url {
	border-bottom: 2px solid #000;
}

.wrap-menu-overlay {
	top: 35px;
}

#masthead {
	height: 0px;
}

#masthead.menu-open {
	height: 100vh;
}

.shadow {
	display: none;
	box-shadow: 0px 0px 160px 100px #000;
	height: 0;
	position: fixed;
	width: 100%;
	z-index: 101;
	transition: all 0.5s;	
	opacity: 0;
}

.shadow-top {
	top:0;
	bottom: auto;
}

.shadow-bottom {
	top: auto;
	bottom: 0;
}

.shadow.on {
	opacity: 0.65;
}

.background-menu {
	box-shadow: 1px -18px 52px 1px;
	overflow: hidden;
	background: #feda32;
	position: fixed;
	top:0;
	height: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	transition: all 0.5s;
}

.background-menu.menu-open {
	height: 100px;
}

.small-border:after, .medium-border:after, .big-border:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    z-index: -5;
    background: url(img/stripe_2_6.png);
}

.small-border:after {
	top: 5px;
	left: 5px;
	z-index: -1;
}
.big-border:after {
	top: 20px;
	left: 20px;
}

.panel-first-child .page-flex {

}


/*.site {
	transition: transform 0.6s;
}*/

/*.content {
	transition: all 1s;
}*/

.site.push {
	transform: translateX(-300px);
}


.background-menu .logo {
	color: #000;
	margin-top: 36px;
}

.logo {
	font-size: 30px;
    line-height: 20px;	
    transition: all 0.2s;
    color: #000;
    text-align: center;
    font-weight: 900;
}

.logo-footer {
	font-weight: 900;	
}

.off {
	opacity: 0;
}

.logo.black {
	opacity: 1;
	color: #000;
}

.logo.menu-open {
	color: #000;
}

#site-branding {
	float: right;
}

/* Widget: SLIDESHOW */

.slideshow .image-logo {
	display: none;
	font-weight: bold;
	color: #fff;
	font-size: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: 102;
}

.slideshow {
	width: 100vw;
	height:100vh;
	overflow: hidden;
}

.slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	right: 0;
    left: 0;
    top: 0;
    bottom: 0;
	position: absolute;
	transition: all 0.5s;	
}

.shadow-on-scroll {
	filter: brightness(100%);
}

.slide.old-active {
	opacity: 1;
}

.slide.active {
	opacity: 1;
}

.slideshow .arguments {
	opacity: 1;
	width: 100%;
	z-index: 200;
	position: absolute;
	bottom: 0;
	transition: opacity 0.6s;
}

.slideshow .arguments.on {
	opacity: 1;
}

.wrap-arguments {
	width: calc(50vw - 16.66%);
}

.white {
	width: 100%;
	padding: 50px;
	padding-left: 10px;
	margin-left: 0;
	margin-bottom: -10px;
	display: inline-block;
	background: linear-gradient(to right, #fff 50vw, transparent 50%);	
}

.white-logo {
	color: #fff;
}

.wrap-arguments, .slideshow .argument {
	font-weight: normal;
	color: #000;	
}

.slideshow .argument {
	border-bottom: 3px solid transparent;
	display: inline-block;
	cursor: pointer;
}

.argument.active {
	border-bottom: 3px solid #feda32;
}

.zoom-out {
	transform: scale(1.2);
	-webkit-filter: blur(5px);	
	-moz-filter: blur(5px);
 	-o-filter: blur(5px);
 	-ms-filter: blur(5px);
 	filter: blur(5px);	
}

.dark-filter:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	/*background: #000;*/
	z-index: 100;
	opacity: 0.4;
	transition: opacity 0.9s;
}

.dark-filter.off:after {
	opacity: 0.8;	
}


/* Widget: PAGE SECTION */
.wrap-home {
	overflow: hidden;
}

.desktop-border {
	max-width: 1200px;
	background-color: rgba(255,255,255,0.5);
    padding: 7.5px;
    height: 25px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: auto;
}

.desktop-button {
	border-radius: 5px;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}

.desktop-background {
	text-align: center;
	position: relative;
	padding: 100px;
	padding-top: 50px;
	padding-bottom: 0;
	background: #efefef;
}

.desktop-background img.image {
	box-shadow: 0px 0px 63px 0px rgba(0,0,0,0.3);
	max-width: 1200px;
	display: block;
	margin: auto;
	margin-top: -3px;
	margin-bottom: 15px;
}

.mobile-wrapper {
	max-width: 1000px;
	display: inline-block;
    width: 100%;
}




.image-mobile {
	box-shadow: 0px 0px 63px 0px rgba(0,0,0,0.3);
}



.mobile-border {
	max-width: 1200px;
	background-color: rgba(255,255,255,0.5);
    padding: 7.5px;
    height: 25px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.mobile-background {
	text-align: center;
	position: relative;
	padding: 100px;
	padding-top: 50px;
	padding-bottom: 0;
	background: #efefef;
}

.page-images:first-child {
	padding-top: 100px;
}


.first-element {
	padding-top: 100px;
}

.last-element {
	padding-bottom: 100px;
}



.mobile-background img.image {
	box-shadow: 0px 0px 63px 0px rgba(0,0,0,0.3);
	max-width: 1200px;
	display: block;
	margin: auto;
	margin-top: -3px;
}

.image-mobile {
	width: 100%;
	margin-top: -3px;
    margin-bottom: -10px;
}

.mobile-button {
	position: absolute;
	left: 50%;
	width: 25px;
	height: 25px;
	border-radius: 90px;
	border: 2px solid;
	margin-left: -12.5px;
}

.mobile-border {
	position: relative;
	width: 100%;
	height: 40px;
}
/*
.mobile-address-bar {
    position: absolute;
    border: 2px solid;
    display: inline-block;
    margin: auto;
    width: 50%;
    height: 25px;
    left: 50%;
    transform: translate(-49%);
}*/

/*
.mobile-border-left {
	float: left;
	text-align: left;
}
.mobile-border-right {
	float: right;
	text-align: right;
}*/
.mobile-border-top {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.mobile-border-bottom {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.left-panel {
	margin-top: 25px;
}

.page-images {
	overflow: hidden;
	margin-left: 50px;
	width: 100%;
	transition: 0.6s all;
	transform: translate(100vw);
}


.page-images.show {
	transform: translate(0vw);
}

.page-images a {
    display: inline-block;
    width: 100%;
}

.page-images div.image {
	max-width: 920px;
	padding-top: 60%;
	background-position: center center;
	background-size: cover;
}

.image-single {
	/*width: 100%; su richiesta di Arnaldo */
	width: 50%;
}

.image-multiple {
	padding: 10px;
	width: 50%;
	float: left;
}

.page-content {
	max-width: 54vw;
}

/* PANEL PROJECT */

.panel-project {
	transition: 1s all;
}

.panel-layout{
	clear: both;
}

.panel-project.hide {
	opacity: 0;
}

.panel-project.up {
    transform: translateY(-300px);
}

.collabs {
    /*margin-top: 20px;*/
    min-height: 40px;	
}

/* LEFT PANEL */

.wrap-home {
	overflow: hidden;
}

.page-flex {
	margin-top: -2px;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: linear-gradient(to right, #fff 50vw, transparent 50%);	
	display: inline-flex;
	align-items: flex-start;
}

.page-flex.template-2 {
	background: linear-gradient(to right, #fff 70vw, transparent 50%);
	display: block;
	padding-top: 0;
}

.page-flex.template-2 .spacer-2 {
	width: 8.33%;
}

.page-flex-header .header-title {
	/* Arnaldo EDIT */
	/*width:  calc(42.66% - 50px );*/
	width: 91.67%;
	float: left;
}

.header-title h2 {
	/*transform: translateY(50%);*/
	padding-bottom: 5px;
}

.header-info {
	/* Arnaldo EDIT */
	/*width: 25%;*/
	width: 50%;
	float: left;
	padding-top: 20px;
    display: inline-flex;
}

.header-info div {
	margin-right: 50px;
}

.page-images .label {
	line-height: 2;
    color: #fff;
    display: inline-block;
    background: #000;
    padding-left: 5px;
    padding-right: 5px;
}

.page-section .content p {
	margin-bottom: 25px;
}

.template-1 .page-section {
	width: 66%;
}

.panel-layout .panel-grid:last-child .page-flex {
	padding-bottom: 100px;
}

.panel-layout .panel-grid:first-child .page-flex {
	padding-bottom: 50px;
}

.page-section .list {
	margin-top: 40px;
	list-style: none;
}

.external-links {
	margin-top: 50px;
}

.page-section .list p {
	float: left;
}

.list-element {
    display: inline-flex;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    height: 32px;
    line-height: 32px;
    /* display: block; */
    transition: padding 0.5s;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

.list-element:before {
	content: '>';
	position: absolute;
	left: -15px;
	margin-top: -2px;
	z-index: 105;
	opacity: 0;
	transition: all 0.4s;
}

.list-element.hover:before {
	opacity: 1;
}

.list-element.hover {
	padding-left: 5px;
}

.page-section .list .more {
	text-transform: uppercase;
	float: right;
}

.page-images .wrap-image {
	/*width: 100%;*/
	transition: opacity 0.5s;
}

.page-images .wrap-image .label {
	transition: 0.4s all;
}

.page-images .wrap-image .image-wrapper {
	transition: 0.5s all;
	position: relative;
	overflow: hidden;
    padding-top: 60%;
    /*background-size: 150%;*/
}
.page-images .wrap-image .image-wrapper .image {
	transform-origin: 50% 50%;
	background-size: 150%;
}
.page-images .wrap-image .image-wrapper:hover .image,
.page-images .wrap-image.hover .image {
	transform: scale(1.15);
}

.page-images .wrap-image .image {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

/* Menu */

.menu-btn {
	z-index: 105;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    height: 40px;
    padding-top: 5px;
    width: 40px;
    background: #feda32;
    border-radius: 90px;
    position: relative;
    margin-top: -12px;
}

.wrapper-menu-btn {
	display: inline-block;
	width: 8.33%;
	min-width: 50px;
	height: 50px;	
}

.background-menu .menu-btn {
    margin-top: 24px;
}

#site-navigation {
    float: right;
    margin-top: 36px;
}

#site-navigation ul {
	float: left;
}

#site-navigation li {
	text-align: left;	
	list-style: none;
	float: left;	
}

#site-navigation li a {
	margin-right: 25px;
	color: #000;
	text-decoration: none;
	padding-bottom: 5px;
}

#qzr-menu li, #qzr-menu li a {
	font-size: 20px;
	line-height: 24px;
}

#site-navigation li a:hover {
	border-bottom: 2px solid #000;
}

.bar-icon-wrapper {
    position: absolute;
    display: inline-block;
    transition: all 0.4s;
    top: 0;
    left:0;
	padding: 9px;
}

.bar-icon-wrapper-cross {

    margin-left: -10px;
    margin-top: -1px;	
	position: absolute;
	display: inline-block;	
}

.bar-icon-wrapper.menu-active {
    z-index: 99;
}
 
.bar-icon {
	height: 0;
	border: 1px solid #000;
    width: 22px;
    margin-top: 4px;
    transition: all 0.15s linear;
    transform-origin: center center;
}

.bar-icon.black {
	background: #000;
}

.bar-icon-wrapper-cross .bar-icon {
	margin-top: 12px;
    transform-origin: 50% 50%;	
    background: #000;    
}

.bar-icon-wrapper-cross .bar-icon:nth-child(1) {
	transform: rotate(45deg) translate3d(5px, 5px, 0);;
}

.bar-icon-wrapper-cross .bar-icon:nth-child(2) {
	transform: rotate(-45deg) translate3d(5px, -5px, 0);;
}

.menu-wrapper {
	overflow: hidden;
	width: 100%;
	height: 28px;	
}

/* Single Project */

.background-project {
	position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	z-index: -1;
	/*min-height: calc(100% + 100px);*/
}

.page-flex-header {
	background: linear-gradient(to right, #fff 70vw, transparent 50%);
	padding-top: 50px;
	padding-bottom: 100px;
	margin-bottom: -50px;
}

.spacer-fullpage {
	height: 100vh;
	position: relative;
}

.background-single-project {
	width: 100%;
	background-color: #feda32;
    z-index: 101;
    transition: box-shadow 1s;
    margin-top: 100vh;
}

.background-single-project.shadowed {
	box-shadow: 0px 0px 580px 0px #000;
}

.background-single-project .page-images {
	transform: unset;
}

.background-single-project .page-images.show {
	transform: unset;
}


.background-image {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 1s;	
	transform: scale(1.5,1.5);
	z-index: 100;
}

.background-image.loaded {
	opacity: 1;
}

.header {
	left: 5%;
	position: absolute;
	top: calc(100vh - 230px);
    z-index: 101;
   	padding-top: 75px;
	right: 5%;
}

/*.info-field, .info-label {
	font-size: 14px;
	line-height: 21px;
}*/

.info-label {
	text-transform: uppercase;
	font-weight: bold;
}

/* Team */

.team {
    margin-top: 100px;
    padding-bottom: 50px; 
}

.logos {
	width: calc(100% + 30px);
    margin-left: -15px;
}

.team-wrap {
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
	width: 100%;
}

.site-content, .site {
	min-height: 100vh;
	overflow-x: hidden;
}

.background-black {
	min-height: 100vh;
	background: #000;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.clients-wrap, .friends-wrap {
	background: #fff;
	width: 100%;
	padding: 25px;
	padding-bottom: 100px;
	margin-bottom: 30px;
}

.award {
	margin-bottom: 25px;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
}

.friends-content {
	margin-left: 50px;
    display: inline-flex;
    flex-wrap: wrap;
}

.friend {
	margin-bottom: 25px;
}

.photo {
	margin-top: 50px;
    background-size: cover;
    padding-top: 41%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.team-wrap .photo {
	background-position: top;
}

.employees {
	padding-right: 50px;	
	margin-left: 50px;
	margin-top: 10px;	
	flex-wrap: wrap;
}

.employees-wrap .columns-10 {
	padding-bottom: 25px;
}

.description .title {
	margin-bottom: 25px;
}

.employee {
	flex: 2;
	padding-top: 25px;
	margin: 25px;
	margin-top: 0;
	border-top: 1px solid #999;
	display: inline-block;
	width: calc(50% - 50px);
}

.employee:first-child:nth-child(2) {
	border-bottom: 1px solid #999;
	margin-bottom: 0;
}

.avatar {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 250px;
	height: 250px;
}

.logo-client {
	border: 1px solid #d6d3d3;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 15px;
}

.logo-client {
    width: calc(11.11% - 30px);
}

.logo-client div, .logo-friend div {
	width: 100%;
    padding-top: 100%;
    background-size: contain;
}

.more-team {
	margin-top: 20px;
}

.more-team a {
	color: #000;
}

.description {
	margin-top: 50px;
}

.employee .description {
	margin-top: 40px;
}


.separator {
	border-top: 1px solid #999;
	margin-top: 40px;
	margin-bottom: 40px;
}

.clients-label, .collabs-label {
	text-transform: uppercase;
	text-align: center;
	width: 90%;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 50px;
	margin-left: 8.33%;
	text-align: left;
}

.collabs .info-field {
	float: left;
	margin-right: 5px;
}

/* Contacts */


.contacts {
    margin-top: 100px;
}

.contacts-box {
	margin-right: 50px;
	border-top: 1px solid #000;
	margin-bottom: 25px;
}

.contacts-wrap {
	padding-top: 50px;
	padding-bottom: 150px;
	background: #fff;
	width: 100%;
}

.content-right {
	margin-right: 25px;
}

.content-left {
	margin-left: 25px;
}

.contacts-content {
	display: inline-flex;
}

.contacts-box-wrap {
	display: inline-flex;
	width: 100%;
}

.contacts-box {
	padding-top: 25px;
}

.contacts-box-right {
	margin-left: 25px;
}

.contacts-sub-box {
	border-top: 1px solid #000;
	padding-top: 25px;
}

.contacts-box-left {
	margin-right: 25px;
}

.contacts-box-wrap div {
	width: 100%;
}

.responsive-content {
	display: none;
}

.responsive-info {
	display: none;
}

#map_canvas {
	height: 500px;
}

/* Cookie */

.cookie {
    margin-top: 100px;
}

.cookie-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}

.cookie-wrap.fadeout, .biscottone.fadeout {
	opacity: 0 !important;
}

.cookie p {
	margin-bottom: 25px;
}

.bite-white {
	background: #fff;
	border-radius: 90px;
}

.cookie .image img {
	max-height: 30vh;
	width: auto;
}

.bite {
	position: absolute;
	background: #feda32;
	border-radius: 90px;
}

.bite-1 {
    width: 50px;
    height: 50px;
    top: 100px;
    right: -30px;
}

.bite-2 {
    width: 35px;
    height: 35px;
    top: 75px;
    right: -20px;
}

.bite-3 {
    width: 35px;
    height: 35px;
    top: 140px;
    right: -20px;
}


/* Projects */

.projects {
	margin-top: 100px;
	display: inline-block;
	width: 100%;
}

.projects .preview {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.projects .project {
	width: 33%;
	padding: 12.5px;
	position: relative;
}

.project .name {
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
}

.projects .preview-description {
	display: none;
	position: absolute;
	top: 70%;
	left: 0;
	height: 100%;
    bottom: 0;
    margin: 25px;
    padding: 25px;
    color: #000;
    background: #feda32;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.5s;
}

.projects .preview-description.open {
	top: 0;
    bottom: 0;	
    padding-bottom: 50px;
}

/* Footer */

	footer {
		position: relative;
    	z-index: 15;
	    width: 100%;
	    color: #000;
	    padding: 5%;
	    transition: opacity 0.3s;
	}

	.color-to-white {
		background: #000;
		color: #fff;
		transform: none;
	}

	.color-to-white .icon div {
		border-color: #fff;
		color: #fff;
	}

	.color-to-white .privacy a {
		color: #fff;
	}

	.color-to-white .icon div:hover  {
		border-color: #000 !important;
	}

	.color-to-white .icon:hover {
		border-color: #000;
	}

	.color-to-white .box {
		border-color: #fff;
	}

	.site-info {
		width: 50vw;
		display: inline-flex;
	}

	.box {
		padding-top: 25px;
		border-top: 1px solid #000;
	}

	.box .name {
		font-weight: bold;
	}

	.privacy {
		text-align: right;
	}

	.privacy a {
		color: #000;
	}

	.social {
		color: #000;
		justify-content: flex-start;
		display: inline-flex;
		font-size: 24px;
	}

	.social .icon {
		margin-bottom: 25px;
		margin-right: 12.5px;
	}

	.icon div {
		font-size: 16px;
	    /* background: #fff; */
	    height: 28px;
	    width: 28px;
	    padding: 4px;
	    border-radius: 90px;
	    border: 2px solid #000;
	    cursor: pointer;
	    transition: 0.2s border;
	}

	.icon:hover div {
		border: 2px solid #feda32;
	}

	.projects .box-1, .projects .box-2, .projects .privacy a {
		color: #fff;
	}

	.privacy {
		text-align: left;		
	}

	.box-wrapper {
		width: 100%;
		display: inline-flex;
	}

	.box {
		width: 100%;
	}

	.box-1 {
		margin-right: 25px;
	}

	.box-4 {
		margin-left: 25px;
	}

	.box-2 {
		margin-right: 12.5px;
	}

	.box-3 {
		margin-left: 12.5px;
	}




/* FX */

body:before {
	z-index: 1000;
	content: '';
	color: #000;
	/*background-image: url(img/loading.svg);*/
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 5%;
	bottom: 20px;
	opacity: 0;
	transition: opacity 0.6s;
}

.slides {
	display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.loading-slides {
	z-index: 1000;
	content: '';
	color: #000;
	background-image: url(img/loading.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: opacity 0.6s;
}

.loading-slides.on {
	opacity: 1;
}

div.loading {
	opacity: 0;
}

body.loading:before {
	opacity: 1;
}

.transition {
	transition: all 0.5s;
}
/*
.transition.show {
	opacity: 1;
}

.transition.transition-throw-left {
	transform: translateX(-250%);
	opacity: 0;
}

.transition.transition-throw-right {
	transform: translateX(250%);
	opacity: 0;
}

.transition.transition-throw-down {
	transform: translateY(70%);
	opacity: 0;
}

.transition.transition-throw-up {
	transform: translateY(-200%);
	opacity: 0;
}

.transition.transition-fade {
	opacity: 0;
}
*/

.transition-fade {
	opacity: 0;
}

.transition-left {
	transform: translateX(-250%);
	opacity: 0;
}

.transition-right {
	transform: translateX(250%);
	opacity: 0;
}

.transition-down {
	transform: translateY(100%);
	opacity: 0;
}

.show {
	opacity: 1 !important;
	transform: translate(0,0) !important;
}

.move-fx {
	margin-top: 100px;
	transition: all 0.6s;	
}

.move-fx.down {
	margin-top: 0;
}

.no-transition {
	transition: none !important;
}

.all-slides-preloaded, .all-images-preloaded {
	display: none !important;
}

.loader {
	bottom:0;
	left:0;
	right:0;
	height: 4px;
	width: 100%;
	position: fixed;
	overflow: hidden;
	background-color: #e6e6e6;
	z-index: 1000;
}
.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #feda32;
  animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.projects .project .image-wrapper {
	position: relative;
	overflow: hidden;
    padding-top: 60%;
    /*background-size: 150%;*/
}
.projects .project .image-wrapper .image {
	transform-origin: 50% 50%;
	background-size: 150%;
}
.projects .project .image-wrapper:hover .image {
	transform: scale(1.15);
}

.projects .project .image {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#cookies-policy:before {
	display: none;
	content: '';
    z-index: 80;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0;
    background-image: url(img/cookie-opt.svg);
    bottom: -55px;
    background-repeat: no-repeat;
}

#cookies-policy a {
	color: #fff;
}

#cookies-policy a:hover {
	color: #ffdb04;
}

#cookies-policy {
	padding-right: 150px;
	font-size: 14px;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    background: #000;
    width: 100%;
    display: none; 
    color: #fff;
    text-align: center;
}
#cookies-policy-btn {
	font-weight: bold;
    color: #fff;
    text-decoration: underline;
    padding: 0px 10px;
    text-align: center;
    cursor: pointer;
}
#cookies-policy-btn:hover {
	color: #feda32;
}

.biscottone {
    margin: auto;
    display: inline-block;
    height: 230px;
    float: none;
    width: 100%;
    clear: both;
    cursor: pointer;
    transition: opacity 0.3s;
}

.biscottone.off {
	opacity: 0;
}

.biscottone .image {
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 350px;
	width: 100%;
	transition: unset;
}

.biscottone-1 {
	background-image: url(https://qzrstudio.com/webnew/wp-content/themes/qzr-theme/img/biscottone/1.svg);
}

.biscottone-2 {
	background-image: url(https://qzrstudio.com/webnew/wp-content/themes/qzr-theme/img/biscottone/2.svg);
}

.biscottone-3 {
	background-image: url(https://qzrstudio.com/webnew/wp-content/themes/qzr-theme/img/biscottone/3.svg);
}

.biscottone-4 {
	background-image: url(https://qzrstudio.com/webnew/wp-content/themes/qzr-theme/img/biscottone/4.svg);
}

.secret {
	transform: translateY(-50%);
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    max-width: 100vw;
    height: 50vh;
    background-image: url(https://qzrstudio.com/webnew/wp-content/themes/qzr-theme/img/biscottone/secret.svg);
    opacity: 0;
    transition: 1s all;
    visibility: hidden;
}

footer.fadeout {
	opacity: 0;
}

.secret .msg {
	margin: auto;
	max-width: 90%;
	position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    text-align: center;
}

.secret .msg a {
	font-weight: bold;	
}

.secret.fadein {
	visibility: unset;
	opacity: 1;
}

.biscottone-full {
	display: block;
}

.biscottone-full.animate {
	transform: translateY(10%);
}

.biscottone-responsive {
	display: none;
}

/* VIMEO */
	.desktop-video-wrapper {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
	}
	.vimeo-video {
		position: relative;
		width: 100%;
		padding-bottom: 56.25%;
		overflow: hidden;
	}

    .vimeo-video iframe,
   	.vimeo-video object,
    .vimeo-video embed {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
    }

    .vimeo-mobile {
    	min-width: 300px;
		padding-bottom: 216.53%;
    }
    .vimeo-mobile iframe {
    	top: 0;
    	left: 0;
    }

/* 404 */

.error-404{
	margin-top: 200px;
}
.error-404 .page-header{
	width: 50%;
}
.error-404 .page-content{
	width: 50%;
	margin-top: 20px;
}

.single-project .site-footer {
	background: #feda32;
}