/*
	Theme Name: HDG
	Theme URI: https://hangar.it
	Description: Html5 Wordpress theme
	Version: 2.0.0
	Author: Hangar Design Group
	Author URI: https://hangard.it
	Tags: HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
	font-size:62.5%;
}

html.ru {
	font-size:57.5%;
}

body {
	font:normal 1.6rem/1.5 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	color:#FFF;
	background:#000;
	min-height:100vh;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
*::-webkit-input-placeholder {
	color: #fff;
	letter-spacing: 2px;
}
*:-moz-placeholder {
	color: #fff;
	letter-spacing: 2px;
}
*::-moz-placeholder {
	color: #fff;
	letter-spacing: 2px;
}
*:-ms-input-placeholder {  
	color: #fff;
	letter-spacing: 2px;
}
input,
input[type="search"],
select,
textarea,
button {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 #000, 0 0 #000 inset;
	-moz-box-shadow: 0 0 0 #000, 0 0 #000 inset;
	box-shadow: 0 0 0 #000, 0 0 #000 inset;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}
input,
textarea {
	background: #7a7a7a;
	color: #fff;
}
input,
input[type="search"] {
	padding: 13px 30px 11px 30px;
}
select {
	background: #242424;
	color: #fff;
	background-image: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/arr-select.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 41px 6px;
	padding: 15px 51px 13px 30px;
	letter-spacing: 2px;
}
section {
	background: #000;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline:0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hide {
	display: none;
	visibility: hidden;
}
.overflow-hidden {
	overflow: hidden;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.desktop {
	display: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.fts-mashup-media-top .fts-jal-fb-link-wrap a {
	margin-right: 0;
}

/* spacer */
.spacer20 {
	display: block;
	height: 10px;
	width: 100%;
}
.spacer25 {
	display: block;
	height: 12.5px;
	width: 100%;
}
.spacer50 {
	display: block;
	height: 25px;
	width: 100%;
}
.spacer70 {
	display: block;
	height: 35px;
	width: 100%;
}
.spacer100 {
	display: block;
	height: 50px;
	width: 100%;
}
.spacer200 {
	display: block;
	height: 100px;
	width: 100%;
}
/* browserupgrade */
.browserupgrade {
	position: fixed;
	top: 0;
	left: 0;
	background: #BBB;
	z-index: 999;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
.browserupgrade a {
	text-decoration: underline;
}
.browserupgrade a:hover {
	color: #999;
}
/* wrapper */
.wrapper {
	/*max-width:1600px;*/
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 999;
}
.header-spacer {
	display: block;
	height: 86px;
	width: 100%;
}
/* logo */
.logo {
	display: inline-block;
	padding: 15px 0;
	z-index: 999;
	position: relative;
}
.logo a {
	display: block;
}
.logo-img {
	width: auto;
	height: 46px;
}
/* switch */
#switch {
	position: absolute;
	top: 16px;
	right: -5px;
	z-index: 999;
	padding: 0 5%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	cursor: pointer;
	text-align: center;
}
#switch span {
	display: block;
	width: 4px;
	height: 4px;
	margin: 8px auto;
	background: white;
	border-radius: 2px;
}
#switch.open {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* nav */
.nav {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: -100%;
	z-index: 990;
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-align: center;
}
.nav.open  {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.nav .menu a {
	display: block;
	font: normal 1.4rem/2.2 'futura_lt_btlight', Helvetica, Arial, sans-serif;
}

.nav .menu a:hover {
	transition: opacity .25s ease-in-out;
	opacity: .5;
}

.page-template-hdg-hangar-digital-new .menu_digital,
.about .menu_about,
.partnership .menu_about,
.approach .menu_approach,
.clients .menu_clients,
.portfolio .menu_portfolio,
.single-works .menu_portfolio,
.journal .menu_journal,
.single-post .menu_journal,
.contact .menu_contact,
.taste .menu_taste,
.social .menu_social,
.page-template-landing-compasso-piuma .menu_social {
	transition: opacity .25s ease-in-out;
	opacity: .5;
}

#lang_sel_click {
	height: auto;
    position: static;
    z-index: auto;
	font: normal 1.8rem/2.4 'futura_lt_btlight', Helvetica, Arial, sans-serif;
}
#social-header {
	text-align: center;
}
#social-header li {
	display: inline-block;
}
#social-header li a {
	display: inline-block;
	padding: 0 20px;
}
#select-languages {
	position: relative;
	cursor: pointer;
}
#select-languages ul {
	position: absolute;
	width: 100%;
	top: 40px;
	right: 0;
	background: #000;
	border: 1px solid #666;
	display: none;
}
#select-languages:hover ul {
	display: block;
}
/* footer */
.footer {
	position: relative;
	width: 100%;
	background: #000;
	padding: 0;
}
.portfolio .footer,
.single-works .footer,
.social-wall .footer,
.search .footer,
.page-id-146 .footer,
.page-id-148 .footer,
.page-id-150 .footer {
	padding: 52px 0 0 0;
}
.portfolio .footer .container,
.single-works .footer .container,
.social-wall .footer .container,
.search .footer .container,
.page-id-146 .footer .container,
.page-id-148 .footer .container,
.page-id-150 .footer .container {
	border-top: solid 1px #666;
}
.footer-logo,
.footer-nav,
.footer-links {
	display: none;
}

.footer-links-mobile {
	padding: 20px 0 20px 0;
	border-bottom: solid 1px #666;
}

.footer-links-mobile li {
	width: 40%;
	margin: 10px 5%;
	float: left;
}

.footer-social-times {
	padding: 30px 0 20px 0;
	border-bottom: solid 1px #666;
}
.footer-social {
	padding: 0 0 30px;
	text-align: center;
	border-bottom: solid 1px #666;
}
.footer-social h3, .partners h3 {
	font: normal 1.2rem/1 'futura_md_btmedium', Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
}
.footer-social .social-list {
	display: inline-block;
}
.partners {
	padding: 30px 0;
	border-bottom: 1px solid #666;
	text-align: center;
}
.partners h3 {
	text-align: center;
}
.partners img {
	width: 18%;
	height: 50px;
	margin: 0 auto;
}
.partners img.hangar89 {
	width: 250px;
}
.partners img.google {
	width: 16%;
}
.footer-social a {
	margin: 0 5px;
}
.footer-widget {
	padding: 30px 0 0;
}
.footer-widget div#coolclock-widget-2,
.footer-widget div#coolclock-widget-3,
.footer-widget div#coolclock-widget-4,
.footer-widget div#coolclock-widget-5,
.footer-widget div#coolclock-widget-6 {
	width: 50%;
	text-align: center;
	float: left;
	display: table;
}
.footer-widget div#coolclock-widget-2 h3,
.footer-widget div#coolclock-widget-3 h3,
.footer-widget div#coolclock-widget-4 h3,
.footer-widget div#coolclock-widget-5 h3,
.footer-widget div#coolclock-widget-6 h3 {
	display: table-footer-group;
	font: normal 1.2rem/1.3 'futura_md_btmedium', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    margin: 0;
}
.footer-widget div#coolclock-widget-4,
.footer-widget div#coolclock-widget-5,
.footer-widget div#coolclock-widget-3,
.footer-widget div#coolclock-widget-2 {
    margin-bottom: 26px;
}
.footer-widget div#coolclock-widget-2 .coolclock,
.footer-widget div#coolclock-widget-3 .coolclock,
.footer-widget div#coolclock-widget-4 .coolclock,
.footer-widget div#coolclock-widget-5 .coolclock,
.footer-widget div#coolclock-widget-6 .coolclock {
	display: table-header-group;
}
.footer-info {
	padding: 30px 0;
	text-align: center;
	font: normal 1.2rem/1.6 'futura_lt_btlight', Helvetica, Arial, sans-serif;
}
.footer-info .right {
	margin-top: 15px;
}
.footer-info a {
	display: block;
}
/* container */
.container {
	max-width: 1200px;
	width: 92%;
	margin:0 auto;
	position:relative;
}
.container-list {
	max-width: 1220px;
	width: 100%;
}
.container-box {
	max-width: 1280px;
	width: 100%;
}
.container-social-wall {
	max-width: 1205px;
	width: 100%;
	margin: 0 auto;
}
.clients .container-list {
	max-width: 1195px;
	width: 95%;
}
.clients section header {
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/clients/siza.jpg) center center white no-repeat;
	background-size: auto 100%;
}




/* title */
.title {
	position: relative;
	margin: 0 auto;
	font: normal 3.4rem/1 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
	max-width: 1200px;
	text-align: center;
}
.title-over {
	z-index: 990;
	margin-bottom: -16px;
	width: 92%;
}
.with-image-over {
	z-index: 900;
}
/* gallery-full */
.gallery-full img {
	display: block;
	width: 92vw;
	height: auto;
	margin: 0 4vw;
	max-width: 1200px;
}
.gallery-full div {
	position: relative;
	overflow: visible;
}
.gallery-full strong {
	position: absolute;
	right: 4vw;
	bottom: -15px;
	background: #242424;
	color: #fff;
	font: normal 1.2rem/1 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	padding: 10px 20px 8px 20px;
	letter-spacing: 2px;
}
/* list */
.list li {
	width: 100%;
	float: left;
}
.list li a {
	display: block;
	background: #242424;
	margin-bottom: 20px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
main {
	min-height: 50vh;
}
/* portfolio */
.portfolio-form {
	width: 92%;
	margin: 0 auto;
}
.portfolio-form div {
	width: 100%;
	float: left;
	margin: 0 0 2px 0;
}
.portfolio-form div:last-child {
	margin: 0;
}
.portfolio-form select,
.portfolio-form input {
	display: block;
	width: 100%;
}
.portfolio-list {
	width: 92%;
	margin: 0 auto;
}
.portfolio-list img {
	display: block;
	width: 100%;
	height: auto;
}
.portfolio-list span {
	display: block;
	padding: 20px 10px 18px 10px;
	text-align: center;
	font: normal 1.0rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	color: #c2c4c6;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.portfolio-list h2 {
	display: block;
	padding: 0 10px;
	text-align: center;
	font: normal 2.4rem/1 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
	color: #fff;
	margin: 0;
}
.portfolio-list p {
	display: block;
	padding: 18px 24px;
	text-align: center;
	font: normal 1.2rem/1.3 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
}
.portfolio a.rss,
.portfolio button.rss {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	background: transparent;
	width: 100%;
}
.portfolio button.rss:hover {
	color: #fff;
}
/* single-works */
.single-works .filters {
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.single-works .filters .spacer100 {
	display: none;
}
.single-works .filters .container {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.single-works .portfolio-image {
	width: 100%;
	/*max-height: 750px;
	background: #eee;*/
	overflow: hidden;
}
.single-works .portfolio-image img {
	width: 100%;
	height: auto;
}
.single-works article .title {
	text-align: left;
}
.single-works article .subtitle {
	font: normal 1.4rem/1.4 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 30px 0;
}
.single-works .portfolio-content .f-left div {
	margin-bottom: 24px;
}
.single-works .portfolio-content .f-right,
.single-post .content-journal .f-right {
	width: 100%;
	margin-top: 30px;
}
.single-works .portfolio-content .f-right h3,
.single-post .content-journal .f-right h3 {
	font: normal 1.0rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	margin: 0;
}
.single-works .portfolio-content .f-right form,
.single-post .content-journal .f-right form {
	margin: 10px 0; 
}
.single-works .portfolio-content .f-right button,
.single-post .content-journal .f-right button {
	font: normal 1.1rem/1.4 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	color: #999;
	background: transparent;
	text-transform: uppercase;
	margin-right: 4px;
	float: left;
}
.single-works .portfolio-content .f-right button:after,
.single-post .content-journal .f-right button:after {
	content: " /";
}
.single-works .portfolio-content .f-right button:last-child:after,
.single-post .content-journal .f-right button:last-child:after {
	content: "";
}
.single-works .portfolio-content .f-right ul,
.single-post .content-journal .f-right ul {
	line-height: 1;
	margin: 10px 0;
}
.single-works .portfolio-content .f-right li,
.single-post .content-journal .f-right li {
	font: normal 1.1rem/1.4 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	color: #999;
	margin-right: 4px;
	display: inline-block;
}
.single-works .portfolio-content .f-right li a,
.single-post .content-journal .f-right li a {
	font: normal 1.1rem/1.4 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	color: #999;
}
.single-works .portfolio-content .f-right li:after,
.single-post .content-journal .f-right li:after {
	content: " /";
}
.single-works .portfolio-content .f-right li:last-child:after,
.single-post .content-journal .f-right li:last-child:after {
	content: "";
}
/* journal */
.journal,
.clients,
.single-post,
.search,
.page-template-hdg-home-collectibles,
.page-template-hdg-home-collectibles-confirm,
.page-template-hdg-home-collectibles-landing,
.page-template-landing-compasso-piuma {
	background: #fff;
}
.single-careers {
	background: #ebebeb;
}
.page-template-hdg-hangar-digital-new #switch span,
.journal #switch span,
.clients #switch span,
.single-post #switch span,
.single-careers #switch span,
.search #switch span,
.page-template-hdg-home-collectibles #switch span,
.page-template-hdg-home-collectibles-confirm #switch span,
.page-template-hdg-home-collectibles-landing #switch span,
.QCQDN2 #switch span,
.page-template-landing-compasso-piuma #switch span {
	background: #000;
}
.page-template-hdg-hangar-digital-new .nav,
.journal .nav,
.clients .nav,
.single-post .nav,
.search .nav,
.page-template-hdg-home-collectibles .nav,
.page-template-hdg-home-collectibles-confirm .nav,
.page-template-hdg-home-collectibles-landing .nav,
.QCQDN2 .nav,
.page-template-landing-compasso-piuma .nav {
	background: rgba(255,255,255,0.95);
}
.single-careers .nav {
	background: rgba(235,235,235,0.95);
}
.page-template-hdg-hangar-digital-new #select-languages ul,
.journal #select-languages ul,
.clients #select-languages ul,
.single-post #select-languages ul,
.single-careers #select-languages ul,
.search #select-languages ul,
.page-template-hdg-home-collectibles #select-languages ul,
.page-template-hdg-home-collectibles-confirm #select-languages ul,
.page-template-hdg-home-collectibles-landing #select-languages ul,
.QCQDN2 #select-languages ul,
.page-template-landing-compasso-piuma #select-languages ul {
	background: #fff;
}
.journal section,
.clients section,
.single-post section,
.single-careers section,
.search section,
.page-template-landing-compasso-piuma section {
	background: transparent;
	color: #000;
}
.page-template-hdg-hangar-digital-new .footer,
.journal .footer,
.clients .footer,
.single-post .footer,
.single-careers .footer,
.search .footer,
.page-template-landing-compasso-piuma .footer {
	color: #fff;
	padding-top: 1px;
}
.page-template-hdg-home-collectibles .footer,
.page-template-hdg-home-collectibles-confirm .footer,
.page-template-hdg-home-collectibles-landing .footer {
	padding-top: 1px;
}
.page-template-hdg-hangar-digital-new .footer a,
.journal .footer a,
.clients .footer a,
.single-post .footer a,
.single-careers .footer a,
.search .footer a,
.page-template-landing-compasso-piuma .footer a {
	color: #fff;
}
.journal .header a,
.single-post .header a,
.single-careers .header a,
.search .header a,
.page-template-hdg-home-collectibles .header a,
.page-template-hdg-home-collectibles-confirm .header a,
.page-template-hdg-home-collectibles-landing .header a,
.QCQDN2 .header a,
.page-template-landing-compasso-piuma .header a {
	color: #000;
}
.journal .filters,
.single-post .filters {
	border-bottom: 1px solid #ccc;
	padding: 0 0 2px 0;
}
.single-post .filters {
	margin-bottom: 20px;
}
.single-post .filters a {
	color: #000;
	text-transform: uppercase;
	font: normal 1.2rem/1 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}
.journal .filters select,
.single-post .filters select {
	background: transparent;
	color: #000;
	padding: 0;
	font: normal 1.2rem/1 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 0 4px;
}
.journal .filters .f-right {
	line-height: 1.3;
}
.journal .filters .f-right a,
.journal .filters .f-right button {
	font: normal 1.2rem/1 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color: #000;
	letter-spacing: 0;
	background: transparent;
}
.journal .filters ul {
	line-height: 1.3;
}
.touch .journal .filters ul {
	line-height: 1.5;
}
.journal .filters li {
	display: inline-block;
	font: normal 1.2rem/1 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 0 10px 0 0;
}
.journal .filters li i {
	cursor: pointer;
}
.journal .list li,
.single-post .list li {
	margin: 20px 0 0 0;
}
.journal .list li a {
	background: transparent;
	padding: 0 0 20px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
.single-post .list li a {
	background: transparent;
	padding: 0 0 20px;
	margin: 0;
}
.journal .portfolio-list {
	padding-bottom: 30px;
}
.journal .portfolio-list span,
.single-post .portfolio-list span {
	text-align: left;
	color: #000;
	font: normal 0.8rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	padding: 10px 0 12px;
	letter-spacing: 2px;
}
.journal .portfolio-list h2,
.single-post .portfolio-list h2 {
	padding: 0;
	font: normal 1.4rem/1.5 'futura_md_btmedium', Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.journal .portfolio-list p,
.single-post .portfolio-list p {
	color: #000;
	text-align: left;
	font: normal 1.2rem/1.5 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
	padding: 18px 0 10px;
}
.journal .portfolio-list span:last-child,
.single-post .portfolio-list span:last-child {
	color: #fd651f;
	padding: 0 0 18px;
}
.journal .row-view-list li {
	width: 100%;
}
.journal .row-view-list li img {
	float: left;
	width: 30%;
	height: auto;
	margin: 0 2% 0 0;
}
.journal .row-view-list li span,
.journal .row-view-list li h2,
.journal .row-view-list li p {
	float: right;
	width: 68%;
}
.single-post .content-journal {
	margin: 20px 0 0 0;
}
.single-post .content-journal header span {
	font: normal 1.0rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 20px 0 0 0;
}
.single-post .content-journal .f-left p a {
	color: #000;
}
.single-post .content-journal .f-left p a:hover {
	color: #000;
}
.single-post article .title {
	text-align: left;
	font-size: 3.5rem;
	margin: 15px 0 30px;
}
.single-post article h2 {
	font: normal 1.8rem/1.5 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
	margin: 0 0 30px;
}
.single-post article .f-left strong {
	font-family: 'futura_md_btmedium', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.single-post article footer {
	display: none;
}
.single-post .related-post {
	padding: 30px 0;
}
.single-post .related-post h2 {
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
	letter-spacing: 1px;
	padding: 0 0 8px 0;
	margin: 0;
}
.journal-form .ui-selectmenu-button {
	width: auto !important;
	padding: 0 10px 0 0 !important;
	margin: 0 10px 0 0 !important;
	border-right: 1px solid #666;
}

h3 {
	font: normal 1.6rem/1.5 'futura_md_btmedium', Helvetica, Arial, sans-serif;
}

.ebebeb {
	background: #ebebeb;
	color: black;
}

.btn {
	cursor: pointer;
	line-height: 1;
}

.wow {
  visibility: hidden;
}

.content {
	width: 92%;
	margin: 0 auto;
}

.subtitle
{
	font: normal 1.4rem/1.5 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	color: #999;
	letter-spacing: 2px;
	margin: 0;
}

.strong {
	font: normal 2.8rem/1.25 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
}

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

.half {
	width: 75%;
	margin: 0 auto 0 auto;
}

a.btn.white {
	display: inline-block;
	padding: 10px 40px;
	box-shadow: inset 0 0 0 1px white;
	transition: all .25s ease-out;
	font-size: 1.2rem;
	letter-spacing: 2px;
}

a.btn.white:hover {
	background: white;
	color: black;
}

a.btn.black {
	display: inline-block;
	padding: 10px 40px;
	box-shadow: inset 0 0 0 1px black;
	transition: all .25s ease-out;
	font-size: 1.2rem;
	color: black;
}

a.btn.black:hover {
	background: black;
	color: white;
}

a.btn.homebottom {
	position: absolute;
	width: 280px;
	bottom: 40px;
	left: 50%;
	margin-left: -140px;
	line-height: 2rem;
}

.page-template-hdg-hangar-digital-new .header a {
	color: black;
}


.clients a {
	color: black;
}

.clients-list {
	border-bottom: solid 1px white;
	border-right: solid 1px white;
	margin: 0 0 20px 0;
}

.clients-list li {
	position: relative;
	border-top: solid 1px white;
	border-left: solid 1px white;
	width: 33.33%;
	float: left;
	padding-bottom: 25px;
}

.clients-list li img {
	width: 75%;
	height: auto;
	opacity: 1;
	margin: auto;
}

.clients-list li .name {
	width: 90%;
	margin: 0 5%;
	z-index: 2;
	border-top: solid 1px black;
}

.clients-list li .name span {
	display: block;
	padding: 10px 0 0 0;
	font-size: 1.2rem;
}

.department {
	text-align: left;
	padding-bottom: 25px;
	line-height: 1;
}
.department .strong {
	font: normal 4.0rem/1 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
}

.department p em {
	font-family: 'futura_md_btmedium';
	font-style: normal;
}

.department p.second {
	line-height: 1.4;
}

.department header {
	position: relative;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #444;
	font-size: 1.4rem;
}

.department header .icon
{
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: 0;
}

.department .details {
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
	font-size: 1.2rem;
}

.people li {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	padding: 0 5px;
	margin: 0 0 10px 0;
	font: normal 1.4rem/1.5 'futura_bk_btbook', Helvetica, Arial, sans-serif;
}

.people li .hover .black {
	padding: 20px 10px;
	background: #333;
	color: white;
	height: 170px;
}

.people2 li .hover .black {
	background: #000;
}

.people li strong {
	display: block;
	font: normal 1.6rem/1.5 'futura_md_btmedium', Helvetica, Arial, sans-serif;
}

.people li span {
	display: block;
	font: normal 1.4rem/1.5 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	opacity: .75;
}

.people li .top,
.people li .bottom {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0 10px;
	background: white;
}

.people li .top {
	margin: 0 0 10px 0;
}

.people li.short {
	width: 100%;
}

.people li.short p {
	width: 100%;
}

.people li .full {
	display: flex;
	align-items: center;
	width: 100%;
	height: 210px;
	background: white;
	padding: 0 10px;
	font: normal 1.4rem/1.5 'futura_md_btmedium', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.contact .address li {
	display: inline-block;
	width: 100%;
	padding: 0 5px;
	text-align: left;
	float: left;
}

.contact .address li h3 {
	font: normal 3.0rem/1.5 'futura_md_btmedium', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
.contact .address li time {
	color: #999;
}

.contact .address li address {
	padding: 10px 0 0 0;
	font-style: normal;
}

.contact .address li .phone {
	display: block;
	padding: 0 0 10px 0;
}

.contact .address li .mail {
	display: block;
	padding: 0 0 40px 0;
	text-decoration: underline;
}

.contact .address li #map-canvas1,
.contact .address li #map-canvas2,
.contact .address li #map-canvas3, 
.contact .address li #map-canvas4 
{
	width: 100%;
	height: 200px;
	/*pointer-events:none;*/
}
/*
.contact .address li #map-canvas1 {
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/contacts/venezia.jpg) center center no-repeat;
	background-size: cover;
}
.contact .address li #map-canvas2 {
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/contacts/milano.jpg) center center no-repeat;
	background-size: cover;
}
.contact .address li #map-canvas3 {
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/contacts/shanghai.jpg) center center no-repeat;
	background-size: cover;
}
.contact .address li #map-canvas4 {
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/contacts/new-york.jpg) center center no-repeat;
	background-size: cover;
}
*/
.titleimage {
	position: relative;
	text-align: center;
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/contacts/titleimage.jpg) center center no-repeat;
	background-size: cover;
}

.titleimage .hover {
	display: flex;
	align-items: center;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
}

.careers-list li {
	display: block;
	width: 100%;
	float: left;
	padding: 0 10px 50px 10px;
	text-align: left;
}

.careers-list li h3 {
	font: normal 3.0rem/1.25 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
	margin: 0 0 20px 0;
}

.js .inputfile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
	width: 100%;
	color: rgb(90,90,89);
	background-color: rgb(235,235,235);
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: none;
    outline: -webkit-focus-ring-color auto 0;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
	background-color: rgb(235,235,235);
}

.about .banner {
	position: relative;
}

.about .banner .container {
	position: relative;
	width: 100%;
	max-width: none;
	height: 100%;
	z-index: 2;
}

.about .banner .container div {
	width: 100%;
	padding: 100px 0;
}

.about .banner .image {
	position: absolute;
	width: 100%;
	max-width: none;
	height: 100%;
	top: 0;
	z-index: 1;
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/about/hangar.jpg) center center no-repeat;
	background-size: cover;
	/*opacity: .5;*/
}

.about .banner .image img {
	display: none;
}

.about .twist * {
	text-align: left;
}

.about .history {
	position: relative;
	background: #636363;
}

.about .history .background {
	width: 100%;
	max-width: 1600px;
	height: auto;
	margin: auto;
}

.about .history * {
	text-align: left;
}

.about .history header .subtitle {
	color: black !important;
}

.about .history .cyrcle {
	position: absolute;
	width: 100px;
	height: 100px;
	bottom: 0;
	margin: 5%;
	font-size: 75%;
	text-align: center;
}


.about .history .cyrcle .rotate {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: dotted 2px white;
	-webkit-animation:spin 30s linear infinite;
    -moz-animation:spin 30s linear infinite;
    animation:spin 30s linear infinite;
}

@-moz-keyframes 	spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes 	spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes 			spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.about .history .cyrcle p {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 25%;
}

.about .history .cyrcle.c1 {
	left: 20px;
}

.about .history .cyrcle.c2 {
	right: 20px;
}

.about .history .cyrcle em {
	display: block;
	text-align: center;
}

.about .awards {
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/about/awards.jpg) right top black no-repeat;
}

.about .awards .lists {
	font-size: 1.4rem;
}

.about .awards .lists ul {
	text-align: left;
}

.about .awards .lists li {
	display: inline;
	float: none;
}

.about .awards .lists li .date {
	color: #999;
}

.about .awards .lists li em {
	border-bottom: solid 1px #666;
}

.about .awards .lists li br {
	display: none;
}

.about .awards .logos {
	display: block;
	width: 420px;
	height: auto;
	margin: auto;
}

.about .sponsorships {
	background: #222;
	text-align: center;
}

.single-careers .careers {
	background: #ebebeb;
	text-align: center;
	color: black;
}

.single-careers .careers .content {
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 50px 0;
	width: auto;
}

.single-careers .careers .highlights
{
	font-size: 1.8rem;
	text-align: left;
}

.single-careers .careers .text {
	text-align: left;
}

.single-careers .careers .text ul {
	list-style: disc;
	margin: 0 0 0 20px;
}

.single-careers .careers .text p:first-child {
	margin-top: 0;
}

.single-careers .form {
	overflow: hidden;
	display: block;
	text-align: left;
}

.single-careers .form textarea,
.single-careers .form input {
	width: 100%;
	padding: 15px;
	color: black;
	background: white;
	resize: none;
}

.single-careers .form .file {
	margin: 8px 0 0 0;
}

::-webkit-input-placeholder { color:black; opacity: .5;}
::-moz-placeholder { color:black; opacity: .5;}
:-ms-input-placeholder { color:black; opacity: .5;}
input:-moz-placeholder { color:black; opacity: .5;}

.single-careers .form p span {
	display: block;
	padding: 10px 0 0 0;
	font-size: 1.2rem;
	text-align: right;
	opacity: .5;
}

.single-careers .form .send {
	text-align: center;
	font-size: 1.2rem;
}

.single-careers .form .send a {
	color: black;
	text-decoration: underline;
}

.single-careers .form .send .required,
.single-careers .form .send .accept {
	display: block;
	padding: 0 0 20px 0;
}

.single-careers .form .f-right,
.single-careers .form .f-left {
	width: 100%;
	margin: 0 0 20px 0;
}

.partnership .sponsorship {
	text-align: left;
}

.partnership .sponsorship .title {
	text-align: left;
	color: #d5b802;
}

.partnership .friends {
	text-align: center;
	background: #232323;
}

.partnership .friends .quote {
    font: normal 1.8rem/1.25 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
}

.partnership .about {
	text-align: center;
	background: black;
}

.gallery-friends {
	overflow: hidden;
}
.gallery-friends img {
	display: block;
	width: 95%;
	height: auto;
	margin: 0 1.25%;
	max-width: 1200px;
}
.gallery-friends div {
	position: relative;
	overflow: visible;
}

.gallery-friends div p {
	display: none;
}

.gallery-friends strong {
	position: absolute;
	left: 40px;
	bottom: 20px;
	color: #fff;
	font: normal 1.4rem/1.5 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
}

.gallery-friends strong span {
	color: #d5b802;
}

.awards .title {
	font-size: 3.5rem;
	width: 60%;
	line-height: 1.25;
}

.partnership .friends .title {
	font-size: 4.5rem;
}

.awards .btn.white {
	display: none;
}

.desktop {
	display: none;
}

.home {
	position: relative;
}

.home .footer {
	padding: 0 !important;
}

.home footer,
.home-temp footer,
.page-template-hdg-home footer {
	display: none;
}

.intro {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/home/home.jpg) center center;
	background-size: cover;
	overflow: hidden;
}

.intro header {
	margin: 0 5%;
}

.intro strong {
	font: normal 2.0rem/1.25 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
}

.home video {
	display: none;
}

.containerplus {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.page-template-hdg-hangar-taste .banner {
	position: relative;	
	/*background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/about/cover.jpg) center center;*/
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/video/taste-ice.jpg) center center;
	background-size: cover;
	margin: 0;
}

.page-template-hdg-hangar-taste .banner video {
	display: none;
}

.page-template-hdg-hangar-taste .banner .image {
	opacity: .5;
}

.page-template-hdg-hangar-taste .banner .center {
	text-align: center;
	padding: 5%;
}

.page-template-hdg-hangar-taste .banner .center header {
	max-width: 1200px;
}

.page-template-hdg-hangar-taste .banner .center .logo {
	width: 200px;
	height: auto;
	z-index: auto;
}

.page-template-hdg-hangar-taste .taste .line.big .box1,
.page-template-hdg-hangar-taste .taste .line.big .box2 {
	background: none;
}

.page-template-hdg-hangar-taste .taste .box1 {
	background: white;
	color: black;
	margin: 0 0 20px 0;
}

.page-template-hdg-hangar-taste .taste .box1.black {
	background: #333;
	color: white;
}

.page-template-hdg-hangar-taste .taste .box2 {
	background: white;
	color: black;
	margin: 0 0 20px 0;
}

.page-template-hdg-hangar-taste .taste .bigbox2 {
	background: #333;
	color: white;
	margin: 0 0 20px 0;
}

.page-template-hdg-hangar-taste .taste .subbox1 {
	background: white;
	color: black;
	margin: 0 0 20px 0;
}

.page-template-hdg-hangar-taste .taste .subbox2 {
	background: white;
	color: black;
	margin: 0 0 20px 0;
}

.page-template-hdg-hangar-taste .taste .open {
	display: none;
}

.page-template-hdg-hangar-taste .taste .hover {
	padding: 5%;
	line-height: 1.3;
}

.page-template-hdg-hangar-taste .taste .hover h3 {
	text-transform: uppercase;
}

.page-template-hdg-hangar-taste .taste video {
	width: 100%;
	height: auto;
	float: left;
}

.page-template-hdg-hangar-taste .taste .text {
	padding: 5%;
}

.page-template-hdg-hangar-taste .taste .text li {
	width: 13.5%;
	margin: 0 1%;
	float: left;
	text-align: center;
}

.page-template-hdg-hangar-taste .taste .text li img {
	width: 100%;
	height: auto;
}

.page-template-hdg-hangar-taste .taste .text header {
	width: 100%;
	height: auto;
}

.page-template-hdg-hangar-taste .taste .text .logos img {
	width: 100%;
	height: auto;
}

.page-template-hdg-hangar-taste .taste h3 {
	font: normal 3.6rem/1 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
}

.page-template-hdg-hangar-taste .taste h4 {
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.page-template-hdg-hangar-taste .taste .hashtag {
	font-weight: lighter;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #666;
	margin: 0;
}

.page-template-hdg-hangar-taste .taste .share {
	font-size: 1.2rem;
	margin: 30px 0 0 0;
}

.page-template-hdg-hangar-taste .taste .share a {
	text-transform: uppercase;
	color: black;
}

.page-template-hdg-hangar-taste .taste .description {
	padding: 5%;
}
.taste-video-vu {
	min-height: 75.11111vw;
	background-image: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/taste/taste-video-vu.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.home .title {
	margin-top: 12px;
}

.about .timeline {
	background: white;
	color: black;
}

.about .timeline .canvas {
	position: relative;
}

.about .timeline .canvas .blank {
	display: block;
	height: 20px;
}

.about .timeline .canvas .date {
	font-size: 2.4rem;
	color: #999;
}

.about .timeline .canvas .image {
	padding: 20px;
}

.about .timeline .canvas .text {
	padding-bottom: 40px;
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/about/pixel_gray.jpg) center center repeat-y;
}

.about .timeline .canvas .text * {
	background: white;
}

.about .timeline .canvas .text strong {
    font: normal 3.0rem/1 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
}

.about .timeline .canvas .text p {
	margin: 0;
	padding: 20px 0;
}

.about .timeline .canvas .today {
}

.about .timeline .canvas .today .date {
	display: flex;
	align-items: center;
	width: 150px;
	height: 150px;
	margin: 5% auto;
	border-radius: 50%;
	border: solid 1px black;
	text-align: center;
	color: black;
}

.about .timeline .canvas .today .date span {
	width: 100%;
}

.about .timeline .canvas .today .text {
	padding: 0;
	margin: 0;
	background: none;
}

.about .timeline .canvas .today .text p {
	font-size: 1.4rem;
	background: transparent;
}

.about .timeline .canvas .today .text span {
	font-weight: bold;
}

.about .timeline .canvas .today .text em {
    font: normal 1.8rem/1 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
}

.page-template-hdg-hangar-taste .taste .box1 h3 {
    font: normal 1.8rem/1.3 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
}

.intro header p {
	max-width: 400px;
	margin: 16px auto;
}

.approach .ebebeb .container {
	width: 93%;
	max-width: 1210px;
}
		
.clients .container p.half {
	max-width: 500px
}

.contact .maps {
	width: 93%;
	max-width: 1210px;
}
.contact .opportunity {
	width: 95%;
	max-width: 1210px;
}

.single-careers .form input[type='checkbox'] {
	width: 10px;
	height: 10px;
	padding: 0;
}

.single-careers .form input[type='checkbox']:checked {
	background: #000;
}

.single-careers .form p a {
	color: #000;
}
.single-careers .form .send .btn {
	padding: 10px 40px;
}

.awards .lists .subtitle {
	display: block;
    clear: both;
    padding-top: 50px;
}

.footer-hangar-taste img {
	width: 87%;
	height: auto;
	margin-top: 2%;
}

.contact .map {
	position: relative;
}

.contact .map .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.videobox .playpause { display: none;}

.playpause {
	cursor: pointer;
}

.twist .quote {
	width: 100%;
	padding: 20px 0 0 0;
	float: right;
}

.twist .quote .cit {
	width: 40%;
	float: left;
	font-size: 1.4rem;
	color: #999;
}

.twist .quote .cit em {
	display: block;
	font: normal 3.0rem/1 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
	color: white;
}

.twist .quote .arrow {
	width: 20%;
	float: left;
	font-size: 3.0rem;
	text-align: center;
}

.twist .quote .arrow i {
	padding: 25px 0 0 0;
}

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

.approach .video video {
	width: 100%;
	max-width: 1200px;
	height: auto;
}

.approach .book {
	background: #dfd8cc;
	color: #373736;
	text-align: center;
}

.approach .book .title {
}

.approach .book .image {
	width: 50%;
	margin: 0 25% 40px 25%;
	height: auto;
}

.approach .book .btn {
	min-width: 300px;
}

.approach .download .half {
	width: 100%;
}

.approach .download .half .container {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.approach .download .half .image {
	width: 50%;
	margin: 0 25% 20px 25%;
	height: auto;
}

.approach .download .half .image.title {
	margin: 0 25% 0 25%;
}

.approach .download .half.white {
	background: #222;
	color: #eee;
}

.approach .download .half.black {
	background: #eee;
	color: #222;
}

/*
.approach #book .btn.black span{
	font: normal 6.0rem/1 'berthold_walbaum_bookitalic', Times, "Times New Roman", sans-serif;
}
*/

.error-form,
.message-form {
	margin: 30px 0 0 0;
	background: #990000;
	color: #fff;
	padding: 30px;
}

.message-form {
	background: #009900;
}

.scroll-to-top {
	width: 120px;
	text-align: center;
	position: fixed;
	background-color: rgba(0,0,0,1);
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -60px;
	height: auto;
	line-height: 1;
	display: none;
	z-index: 10;
}
.scroll-to-top span {
	display: block;
	font-size: 1.0rem;
	letter-spacing: 1px;
	margin: 10px 0;
}

.home-zh {
	background: #fff;
}
.home-zh #switch span {
	background: #000;
}
.home-zh .nav {
	background: rgba(255,255,255,0.95);
}
.home-zh #select-languages ul {
	background: #fff;
}
.home-zh section {
	background: transparent;
	color: #000;
}
.home-zh .footer {
	color: #fff;
	padding-top: 1px;
}
.home-zh .footer a {
	color: #fff;
}
.home-zh .header a {
	color: #000;
}
.header-zh {
	text-align: center;
}
.header-zh .subtitle {
	color: #a28500;
}
.header-zh h2 {
	color: #575756;
}
.w42 {
	width: 100%;
}
.w58 {
	width: 100%;
}
.w50 {
	width: 100%;
}
.w100 {
	width: 100%;
}
.home-zh section.portfolio-home-zh {
	background: #000;
	text-align: center;
}
.home-zh .portfolio-home-zh-div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.home-zh .portfolio-home-zh-div a {
	position: relative;
	display: block;
}
.home-zh .portfolio-home-zh-div .zh-over {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.home-zh .portfolio-home-zh-div a:hover .zh-over {
	opacity: 1;
}
.home-zh .portfolio-home-zh-div .zh-over strong {
    font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, serif;
    letter-spacing: 1px;
	color: #a28500;
}
.home-zh .portfolio-home-zh-div .zh-over h2 {
    font: normal 3rem/1 'berthold_walbaum_bookregular', Times, "Times New Roman", serif;
    margin: 5px 0;
}
.home-zh .portfolio-home-zh-div .zh-over p {
    margin: 0 auto;
    max-width: 300px;
    padding: 0 20px;
    font: normal 1.4rem/1.4 'futura_bk_btbook', Helvetica, Arial, serif;
    margin: 0 0 25px;
}
.home-zh .portfolio-home-zh .zh-over .btn {
    font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, serif;
    border: 1px solid #fff;
    padding: 5px 20px;
}
.home-zh .portfolio-home-zh .btn {
	margin: 50px 0;
}
.home-zh .wechat-home-zh {
	text-align: center;
}
.home-zh .wechat-home-zh h1 {
	margin: 0;
	line-height: 1;
}
.home-zh .wechat-home-zh h1 .title,
.home-zh .references-home-zh h1 .title {
	color: #a28500;
}
.home-zh .wechat-home-zh h1 .subtitle,
.home-zh .references-home-zh h1 .subtitle {
	color: #000;
}
.home-zh .wechat-home-zh img {
	width: 60%;
	max-width: 180px;
	height: auto;
	margin: 40px 0 20px;
}
.home-zh .wechat-home-zh p {
    font: normal 2rem/1.4 'berthold_walbaum_bookregular', Times, "Times New Roman", serif;
    color: #000;
    width: 100%;
    padding: 0 20px;
    max-width: 600px;
    margin: 20px auto 40px;
}
.home-zh .wechat-home-zh i {
	font: normal 3rem/1 FontAwesome !important;
	color: #a28500;
}
.home-zh .references-home-zh {
	background: #f4f4f4;
}
.home-zh .references-home-zh .clients-list,
.home-zh .references-home-zh .clients-list li {
	border-color: #f4f4f4;
}

.portfolio-form .ui-selectmenu-button {
	background: #242424;
    color: #fff;
    background-image: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/arr-select.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 41px 6px;
    padding: 15px 51px 13px 30px;
    letter-spacing: 2px;
    width: 100%;
    font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, serif;
}
.portfolio-form .ui-selectmenu-button:focus {
	outline: none
}
.portfolio-form .ui-selectmenu-button span.ui-icon {
	display: none;
}
.portfolio-form .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
    line-height: 1;
    overflow: hidden;
    text-transform: uppercase;
}

.journal-form .ui-selectmenu-button {
	background: transparent;
    color: #000;
    padding: 0;
    font: normal 1.2rem/1 'futura_lt_btlight', Helvetica, Arial, serif;
    letter-spacing: 1px;
    margin: 0 0 0 4px;
}
.journal-form .ui-selectmenu-button:focus {
	outline: none
}
.journal-form .ui-selectmenu-button span.ui-icon {
	display: none;
}
.journal-form .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
    line-height: 1;
    overflow: hidden;
}

.ui-selectmenu-menu .ui-menu {
    font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, serif;
    color: #fff;
	background: #333;
	text-transform: uppercase;
	max-height: 212px;
	overflow-x: hidden;
	overflow-y: scroll;
    padding: 0 0 15px;
}
.journal .ui-selectmenu-menu .ui-menu {
    color: #000;
	background: #eee;
	margin: 10px 0 0 0;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
    padding: 15px 30px 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: 0;
	opacity: 0.5;
}

.search-container {
	min-height: 100vh;
}
.search .search-title {
	width: 100%;
    font: normal 5.0rem/1 'futura_md_btmedium', Helvetica, Arial, serif;
    margin: 0;
    color: #000;
}
.search .search-form {
	width: 100%;
	display: block;
	border-bottom: 1px solid #666;
}
.search .search-input {
	width: 90%;
	float: left;
	font-size: 2.0rem;
	line-height: 1;
	background: transparent;
	letter-spacing: normal;
	padding: 0;
	margin: 20px 0 0;
	color: #000;
}
.search .search-input::-webkit-input-placeholder {
	color: #999;
	letter-spacing: normal;
}
.search .search-input:-moz-placeholder {
	color: #999;
	opacity: 1;
	letter-spacing: normal;
}
.search .search-input::-moz-placeholder {
	color: #999;
	opacity: 1;
	letter-spacing: normal;
}
.search .search-input:-ms-input-placeholder {
	color: #999;
	letter-spacing: normal;
}
.search .search-submit {
	width: 10%;
	float: left;
	background: transparent;
	text-align: right;
    position: relative;
    height: 2.0rem;
    margin: 20px 0 0;
}
.search .search-submit:before {
	content: "\f002";
    font-family: FontAwesome;
    font-size: 2.0rem;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    -webkit-transition: all 400ms ease-in-out, content 200ms ease-in-out;
    -moz-transition: all 400ms ease-in-out, content 200ms ease-in-out;
    -ms-transition: all 400ms ease-in-out, content 200ms ease-in-out;
    -o-transition: all 400ms ease-in-out, content 200ms ease-in-out;
    transition: all 400ms ease-in-out, content 200ms ease-in-out;
}
.search .search-results {
	width: 100%;
	max-width: 750px;
	padding: 0 30px 0 0;
	border-right: 1px solid #666;
	margin: 30px 0 0;
}
.search .search-results li {
	width: 100%;
	max-width: 750px;
	margin: 0 0 30px;
}
.search .search-results li a {
	display: block;
	background: #eee;
	padding: 30px;
}
.search .search-results li a:hover {
	background: #e6e6e6;
}
.search .search-results li b {
	display: block;
    font: normal 1.0rem/1 'futura_bk_btbook', Helvetica, Arial, serif;
    color: #fd651f;
    letter-spacing: 1px;
}
.search .search-results li strong {
	display: block;
    color: #000;
    font: normal 1.6rem/1.3 'futura_bk_btbook', Helvetica, Arial, serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 5px 0;
}
.search .search-results li em {
	display: block;
    font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, serif;
    color: #999;
}
.search .search-results li span {
	display: block;
	font: normal 1.4rem/1.3 'futura_bk_btbook', Times, "Times New Roman", serif;
    margin-top: 20px;
    color: #999;
}

.back-careers {
	float: left;
	color: #000;
	text-transform: none;
	cursor: pointer;
}
.back-careers:hover {
	color: #000;
}

.page-template-hdg-home-temp .intro {
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/home/home_reddot.jpg) center top;
}

.page-template-hdg-home-shanghai .intro {
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/home/home_shanghai.jpg) center bottom no-repeat;
	background-size: cover;
}

.page-template-hdg-home-shanghai footer {
	display: none !important;
}

.page-template-hdg-home-shanghai h1 {
	color: black;
	margin-bottom: 35px;
}

.page-template-hdg-home-shanghai .intro header p {
	margin-bottom: 40px;
}

.page-template-hdg-home-shanghai .homebottom {
	display: none !important;
}










.page-template-hdg-hangar-digital .banner {
	position: relative;	
	background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/video/digital.jpg) center center;
	background-size: cover;
	margin: 0;
}

.page-template-hdg-hangar-digital .banner video {
	display: none;
}

.page-template-hdg-hangar-digital .banner .image {
	opacity: .5;
}

.page-template-hdg-hangar-digital .banner .center {
	text-align: center;
	padding: 5%;
}

.page-template-hdg-hangar-digital .banner .center header {
	max-width: 1200px;
}

.page-template-hdg-hangar-digital .banner .center h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 1px;
	font-family: 'MaisonMono-Regular', monospace;
	color: #C9D646;
	font-weight: normal;
}

.page-template-hdg-hangar-digital .banner .center .title {
	font-family: 'MaisonMono-Light', monospace;
	max-width: 600px;
	margin: 0.6em auto;
}

.page-template-hdg-hangar-digital .banner .center p {
	font-family: 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	max-width: 420px;
	margin: 0 auto;
}
.page-template-hdg-hangar-digital .containerplus {
	background: rgba(20,20,20,1);
}
.page-template-hdg-hangar-digital .containerplus.cp-video {
	background: transparent;
}
.page-template-hdg-hangar-digital .digital ul {
	padding: 4% 0 0 4%;
	width: 100%;
	margin: 0 auto;
}
.page-template-hdg-hangar-digital .digital li {
	float: left;
	padding: 0 4% 4% 0;
	position: relative;
	width: 100%;
}
.page-template-hdg-hangar-digital .digital a {
	display: block;
	position: relative;
	overflow: hidden;
}
.page-template-hdg-hangar-digital .digital .ele a img {
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.page-template-hdg-hangar-digital .digital .ele a:hover img {
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-o-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}
.page-template-hdg-hangar-digital .digital .digital-bg {
	width: 100%;
	height: auto;
}
.page-template-hdg-hangar-digital .digital .digital-txt {
	width: 90%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 5%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}
.page-template-hdg-hangar-digital .digital p {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-family: 'MaisonMono-Regular', monospace;
	color: #C9D646;
}
.page-template-hdg-hangar-digital .digital strong {
	text-transform: none;
	display: block;
	font-family: 'MaisonMono-Light', monospace;
	font-weight: normal;
	font-size: 2.0rem;
	color: #fff;
}
.page-template-hdg-hangar-digital .digital-gradient {
	width: 100%;
	height: 100px;
	position: absolute;
	top: -100px;
	left: 0;
	background: -webkit-linear-gradient( rgba(20,20,20,0), rgba(20,20,20,1) );
    background: -o-linear-gradient( rgba(20,20,20,0), rgba(20,20,20,1) );
    background: -moz-linear-gradient( rgba(20,20,20,0), rgba(20,20,20,1) );
    background: linear-gradient( rgba(20,20,20,0), rgba(20,20,20,1) );
}
.digital-portfolio {
	margin: 0 auto;
	margin-top: 76px;
	padding: 40px 4%;
	width: 100%;
}
.digital-portfolio h1 {
	font-family: 'MaisonMono-Light', monospace;
	text-align: left;
}
.digital-portfolio .digital-link {
	font-family: 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	color: #C9D646;
	text-transform: uppercase;
	padding: 10px 0;
	display: block;
	letter-spacing: 2px;
}
.digital-portfolio h3 {
	font-size: 10px;
	margin: 0;
	padding: 30px 0 10px;
	letter-spacing: 1px;
}
.digital-portfolio p {
	margin: 0;
}
.digital-portfolio .digital-small,
.digital-portfolio .digital-small a {
	font-size: 10px;
	color: #999;
	letter-spacing: 1px;
}
.digital-portfolio .digital-txt {
	padding: 30px 0 10px;
}
.digital-portfolio .left {
	padding: 40px 0 0;
}
.digital-portfolio .left img {
	display: block;
	margin: 0 0 40px;

}
.digital-portfolio .left img:last-child {
	margin: 0;
}
.digital-back {
	font-family: 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	font-size: 1.0rem;
	text-transform: uppercase;
	color: #C9D646;
	margin-top: 40px;
	display: block;
	letter-spacing: 1px;
}
/*
.page-template-hdg-hangar-digital-bertoni-1949 .footer .container,
.page-template-hdg-hangar-digital-hedon-cigares .footer .container,
.page-template-hdg-hangar-digital-tenute-lunelli .footer .container,
.page-template-hdg-hangar-digital-rolling-acid .footer .container,
.page-template-hdg-hangar-digital-silko .footer .container,
.page-template-hdg-hangar-digital-spirit-of-monte-carlo .footer .container {
    border-top: 1px solid #666;
}
*/
.digital-portfolio,
.page-template-hdg-hangar-digital-bertoni-1949 main #content,
.page-template-hdg-hangar-digital-hedon-cigares main #content,
.page-template-hdg-hangar-digital-tenute-lunelli main #content,
.page-template-hdg-hangar-digital-rolling-acid main #content,
.page-template-hdg-hangar-digital-silko main #content,
.page-template-hdg-hangar-digital-spirit-of-monte-carlo main #content,
.page-template-hdg-hangar-digital-post main #content {
    background: rgba(20,20,20,1);
}
.digital-arrow {
	position: absolute;
	left: 0;
	top: -50px;
	width: 100%;
}
.digital-arrow img {
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 50px;
	height: auto;
	/*-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;*/
}
/*
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-6px);
	}
	60% {
		transform: translateY(-2px);
	}
}
*/
.digital-second-video {
	display: none;
}

#home-salone-2017 {
	width: 100vw;
	min-height: 100vh;
}

#home-salone-2017 a {
	display: block;
	width: 100%;
	height: 100%;
}

#home-salone-2017 a img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: table;
	padding: 76px 0 30px;
}

.page-template-hdg-book-preview {
	background: #111;
}
.page-template-hdg-book-preview #content {
	width: 100vw;
	height: 100vh;
}
.page-template-hdg-book-preview .book-preview-top a,
.page-template-hdg-book-preview .book-preview-top button {
	position: fixed;
	top: 20px;
	z-index: 9999;
	font-size: 12px;
	text-transform: uppercase;
	background: transparent;
	color: #fff;
}
.page-template-hdg-book-preview .close {
	left: 5vw;
}
.page-template-hdg-book-preview .download {
	right: 5vw;
}
.page-template-hdg-book-preview .download:after {
   font-family: FontAwesome;
   content: "\f107";
   margin: 0 10px;
}

.page-template-hdg-book-preview .close:before {
   font-family: FontAwesome;
   content: "\f104";
   margin: 0 10px;
}
.page-template-hdg-book-preview .gallery-book-preview {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-template-hdg-book-preview .gallery-book-preview div {
	width: 100vw;
}
.page-template-hdg-book-preview .gallery-book-preview div img {
	margin: 0 auto;
	max-width: 90vw;
	max-height: 90vh;
}
.page-template-hdg-book-preview .slick-arrow {
	position: fixed;
	top: 50%;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 33px 33px;
    width: 73px;
    height: 74px;
    margin: -37px 0 0;
    padding: 0;
    color: transparent;
    z-index: 999;
}
.page-template-hdg-book-preview .slick-prev {
	left: 0;
	background-image: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/book-preview/arr-book-pre.png);
}
.page-template-hdg-book-preview .slick-next {
	right: 0;
	background-image: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/book-preview/arr-book-nex.png);
}



.template-careers-2 .col-full {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	color: #999;
	padding: 0 0 10px;
}
.template-careers-2 .col-full span {
	float: left;
	text-transform: uppercase;
}
.template-careers-2 .col-full a {
	float: right;
	color: #999;
}
.template-careers-2 .col-sx {
	float: left;
	text-align: left;
	width: 100%;
}
.template-careers-2 .col-sx h1 {
	font-size: 3.6rem;
	margin: 30px 0 0;
	text-align: left;
}
.template-careers-2 .col-sx h2 {
	font: normal 2.0rem/1.3 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
	margin: 25px 0;
}
.template-careers-2 .col-sx p {
	margin: 0;
}
.template-careers-2 .col-sx p a {
	color: #000;
	text-decoration: underline;
}
.template-careers-2 .col-sx h3 {
	margin: 25px 0 0 0;
}
.template-careers-2 .col-dx {
	float: right;
	text-align: left;
	width: 100%;
	margin: 30px 0 0;
}
.template-careers-2 .col-dx input {
	background: #fff;
	width: 100%;
	float: left;
	margin: 0 0 5px;
	padding: 13px 10px 11px 10px;
	color: #999;
}
.template-careers-2 .col-dx .file {
	width: 100%;
	float: left;
	margin: 0 0 5px;
	position: relative;
}
.js .template-careers-2 .inputfile2,
.js .template-careers-2 .inputfile3 {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    margin: 0;
	padding: 6px;
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
}
.template-careers-2 .col-dx .file span,
.template-careers-3 .col-dx .file span {
	float: left;
	width: 25%;
	margin: 0;
	padding: 13px 10px 11px 10px;
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	color: #999;
}
.template-careers-2 .inputfile2 + label,
.template-careers-2 .inputfile3 + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    width: 75%;
    color: #ccc;
    background: #fff;
    border: 0;
    float: right;
    position: relative;
}
.template-careers-2 .inputfile2 + label i,
.template-careers-2 .inputfile3 + label i {
    position: absolute;
    right: 0;
    top: 0;
	padding: 13px 10px 11px 10px;
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	color: #fff;
	background: #ccc;
	width: 100px;
	text-align: center;
}
.template-careers-2 .file a.btn.black,
.template-careers-3 .file a.btn.black {
    color: #999;
    background: #fff;
    border: 0;
    box-shadow: none;
	padding: 13px 10px 11px 10px;
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	margin: 0;
}
.template-careers-2 .spacer-form {
	display: block;
	width: 100%;
	float: left;
	height: 25px;
}
.template-careers-2 .col-dx textarea {
	background: #fff;
	width: 100%;
	float: left;
	margin: 0 0 5px;
	padding: 13px 10px 11px 10px;
	color: #999;
}
.template-careers-2 .send {
    float: left;
    color: #999;
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	width: 100%;
}
.template-careers-2 .send span.accept {
    float: left;
	padding: 13px 0 0;
}
.template-careers-2 .send a {
    color: #999;
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
}
.template-careers-2 input[type='checkbox'] {
    width: 10px;
    height: 10px;
    padding: 0;
	margin: 0;
}
.template-careers-2 .send .btn {
	background: #ccc;
	padding: 13px 10px 11px 10px;
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
	float: right;
	width: 100px;
}
.template-careers-2 span.required {
    color: #999;
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	width: 100%;
}
.template-careers-2 ::-webkit-input-placeholder {
    color: #999;
	opacity: 1;
}
.template-careers-2 :-moz-placeholder {
    color: #999;
	opacity: 1;
}
.template-careers-2 ::-moz-placeholder {
    color: #999;
	opacity: 1;
}
.template-careers-2 :-ms-input-placeholder {
    color: #999;
	opacity: 1;
}
.template-careers-2 ::-ms-input-placeholder {
    color: #999;
	opacity: 1;
}
.template-careers-2 input[type='checkbox']:checked {
    background: #999;
}
.dati-societari h1 {
	font-size: 1.5em;
}
.informativa-estesa-sullutilizzo-dei-cookie h1 {
	font-size: 1.5em;
}
.informativa-estesa-sullutilizzo-dei-cookie h3 {
	font: normal 1.6rem/1.5 'futura_md_btmedium', Helvetica, Arial, sans-serif;
}
.privacy-policy h1 {
	font-size: 1.5em;
}





* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.template-careers-2 .col-dx .social-form {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}
.template-careers-2 .ui-selectmenu-button {
    outline: none;
    font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
    color: #999;
    width: 25% !important;
    padding: 13px 10px 11px 10px;
    float: left;
}
.template-careers-2 .ui-selectmenu-button .ui-selectmenu-text {
	padding: 0;
    font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
}
.template-careers-2 .ui-selectmenu-button .ui-selectmenu-text::after {
	content: '\f107';
	font: normal normal normal 14px/1 FontAwesome;
	margin: 0 0 0 10px;
}
.template-careers-2 .ui-selectmenu-button span.ui-icon {
	display: none;
}
.template-careers-2 .col-dx input.input-social {
	float: right;
	width: 75%;
}
.template-careers-2 .new-input {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
    background: #ccc;
    padding: 8px 13px 7px;
    cursor: pointer;
    display: block;
}
#codice-etico h1, #codice-etico h2 {
	font-size: 1.5em;
	margin: 0;
}
#codice-etico ul {
	list-style-type: disc;
	list-style-position: inside;
}








.collectibles-banner {
	background: url(img/collectibles_1.jpg) center center;
	background-size: cover;
	position: relative;
	width: 100vw;
	height: 100vh;
	
	display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-hdg-home-milano-2019 .collectibles-banner {
	background-image: url(img/nuova-sede-milano-2019.jpg);
}

.collectibles-banner .container {
	position: relative;
	max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    
    text-align: center;
}

.collectibles-banner .line {
	width: 1px;
	height: 150px;
	background: white;
	position: absolute;
	bottom: 20px;
}

.collectibles-banner .subtitle {
	color: white;
	padding-bottom: 10px;
}

.collectibles-banner p {
	font-size: 2.0rem;
}

.collectibles-banner strong {
	display: block;
	padding: 20px 0 10px 0;
}

.collectibles-products {
	position: relative;
	width: 100vw;
	padding: 50px 0 50px 0;
	background: white;
	color: black;
}

.collectibles-products .container {
	max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    position: relative;
}

.collectibles-products .half {
	width: 100%;
}

.collectibles-products .container p {
	font: normal 1.8rem/1.5 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif
}

.collectibles-form {
	position: relative;
	width: 100vw;
	padding: 50px 0;
	border-top: solid 1px #ccc;
	background: white;
	color: black;
}

.collectibles-form .container {
	max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.collectibles-form p.main {
	margin: 20px auto 0 auto;
	
	font-size: 2.0rem;
}

.collectibles-form .container input {
	width: 100%;
	background: white;
	border: solid 1px black;
	text-align: center;
	color: #000;
}

.collectibles-form .container select {
	width: 100%;
	background: white;
	color: black;
	border: solid 1px black;
	text-align: center;
}

.collectibles-form .container .btn {
	background: black;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 15px 30px 13px 30px;
}

.collectibles-form #form p span {
	display: block;
}

.collectibles-form i {
	font-size: 36px;
}

.collectibles-form .required,
.collectibles-form .accept {
	display: block;
	font-size: x-small;
	padding: 10px 0;
	display: inline-block;
}

.collectibles-form .accept input {
	width: 10px;
	height: 10px;
}

.collectibles-form .accept input:checked {
	background: black;
}

.collectibles-form a {
	color: black;
}

.collectibles-products .title,
.collectibles-form .title {
	font: normal 4.2rem/1 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif
}

.collectibles-confirm {
    background: url(img/collectibles.jpg) center center no-repeat;
	background-size: 150% auto;
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
}

.collectibles-confirm .container {
	position: relative;
	max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    color: black;
    text-align: center;
}

.collectibles-confirm video {
	display: none;
}

.collectibles-landing {
	background: url(img/collectibles_1.jpg) center center;
	background-size: cover;
	position: relative;
	width: 100vw;
	min-height: 100vh;
	
	padding: 0;
	border-top: solid 1px #ccc;
	color: white;

	display: flex;
    align-items: center;
    justify-content: center;
}

.collectibles-landing .title {
	padding-top: 100px;
}

.collectibles-landing .container {
	max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    position: relative;
    z-index: 2;
}

.collectibles-landing .line {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.collectibles-landing p.main {
	margin: 20px auto 0 auto;
	font-size: 1.6rem;
}

.collectibles-landing .container input {
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	border: none;
	text-align: center;
	color: #000;
}

.collectibles-landing .container select {
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	color: black;
	border: none;
	text-align: center;
}

.collectibles-landing .container .btn {
	background: white;
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 15px 30px 13px 30px;
}

.collectibles-landing #form p span {
	display: block;
}

.collectibles-landing i {
	font-size: 36px;
}

.collectibles-landing .required,
.collectibles-landing .accept {
	display: block;
	font-size: x-small;
	padding: 10px 0;
	display: inline-block;
}

.collectibles-landing .accept input {
	width: 10px;
	height: 10px;
}

.collectibles-landing .accept input:checked {
	background: black;
}

.collectibles-landing a {
	color: white;
}





/*
#iub-pp-container {
	background: #fff;
}

#iub-pp-container .iub_footer {
	display: none !important;
}

#iub-pp-container .one_line_col {
	border: none !important;
}

#iubenda-cs-banner{
	background: transparent !important;
}

#iubenda-cs-banner .iubenda-cs-content {
	background: transparent !important;
}

#iubenda-cs-banner .iubenda-cs-rationale {
	padding: 20px 20px 0;
	border: 1px solid rgba(255,255,255,0.4);
	color: rgba(255,255,255,0.4);
	font-size: 1.2rem;
	font-family: 'futura_bk_btbook';
	max-width: 300px;
	background: #000;
	margin: 0;
}

#iubenda-cs-banner .iubenda-cs-rationale p {
	margin: 0 0 20px;
}

#iubenda-cs-banner .iubenda-cs-rationale a {
	color: rgba(255,255,255,0.4);
	font-size: 1.2rem;
	font-family: 'futura_bk_btbook';
	font-weight: normal;
}

#iubenda-cs-banner .iubenda-cs-rationale a.iubenda-cs-close-btn {
	padding: 10px;
	font-size: 1.6rem;
	line-height: 1;
}
*/
#iubenda-cs-banner.iubenda-cs-default-floating div.iubenda-cs-content {
	margin: 10px !important;
	border-radius: 0 !important;
	border: 1px solid rgba(255,255,255,0.4) !important;
	box-shadow: none !important;
}
#iubenda-cs-banner div#iubenda-cs-title {
	font-family: 'futura_md_btmedium', Helvetica, Arial, sans-serif !important;
	font-weight: normal !important;
}
#iubenda-cs-banner p.iub-p {
	font-family: 'futura_lt_btlight', Helvetica, Arial, sans-serif !important;
}
#iubenda-cs-banner p.iub-p a.iubenda-cs-cookie-policy-lnk {
	opacity: 1 !important;
	font-size: 12px !important;
}
#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-reject-btn.iubenda-cs-btn-primary,
#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-accept-btn.iubenda-cs-btn-primary {
	border-radius: 0 !important;
	font-weight: normal !important;
	font-family: 'futura_md_btmedium', Helvetica, Arial, sans-serif !important;
}
#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-customize-btn {
	border-radius: 0 !important;
	font-weight: normal !important;
	font-family: 'futura_md_btmedium', Helvetica, Arial, sans-serif !important;
}
a.iubenda-tp-btn.iubenda-cs-preferences-link {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}


.page-template-hdg-feed-rss #content header p {
	color: #666;
}
.page-template-hdg-feed-rss #content section {
	margin: 0 auto;
	width: 92%;
	max-width: 1200px;
}
.page-template-hdg-feed-rss #content h2 {
	display: block;
	border-bottom: 1px solid #666;
	text-align: left;
	font-size: 10px;
	color: #666;
	letter-spacing: 1px;
	padding: 0 0 5px;
}
.page-template-hdg-feed-rss #content h3 {
	font-size: 10px;
	display: block;
	font-weight: normal;
}
.page-template-hdg-feed-rss #content .rss-list {
	text-align: left;
	margin-top: 15px;
}
.page-template-hdg-feed-rss #content li {
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
.page-template-hdg-feed-rss #content li a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-family: 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	transition: all .4s;
}
.page-template-hdg-feed-rss #content li a:hover {
	color: #666;
}
.page-template-hdg-feed-rss #content i {
	font-size: 60%;
}
.page-template-hdg-feed-rss .footer .container {
	border-top: 1px solid #666;
}

#maps a.btn.white {
	margin: 0 3px 10px;
}


.footer-info .hangarlab {
	display: none;
}




/*.page-template-hdg-home-4 .footer {
	padding-top: 0 !important;
}*/
.newsletter-subscription {
	background: #181818;
	padding: 30px 4%;
}
.newsletter-subscription b {
	display: block;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 1.8rem;
	color: white;
}
.newsletter-subscription div {
	padding: 0;
	margin: 0;
}
.newsletter-subscription div.text {
	padding-bottom: 20px;
	color: #ccc;
}
.newsletter-subscription div.privacy {
	padding-top: 10px;
}
.newsletter-subscription div.privacy p {
	margin: 0;
	display: flex;
	justify-content: flex-start;
}
.newsletter-subscription div.privacy p span {
	margin: 0;
}
.newsletter-subscription input {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px;
	background: none;
	border: solid 1px #666;
	color: white;
}

.newsletter-subscription input::placeholder {
	color: white;
	text-transform: uppercase;
}
.newsletter-subscription input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin: 0 20px 0 0;
}
.newsletter-subscription input[type=checkbox]:checked {
	background: white;
}
.newsletter-subscription input[type=submit] {
	margin: 10px 0 0;
	background: #666;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}
.newsletter-subscription .ajax-loader {
	display: none !important;
}

.newsletter-subscription .wpcf7-response-output {
	border-color: #181818;
	max-width: 97%;
}

.newsletter-subscription .wpcf7-validation-errors {
	padding: 10px;
	margin: 10px;
	font-family: 'futura_bk_btbook';
	border: 1px solid red;
	color: red;
}
.newsletter-subscription .wpcf7-mail-sent-ok {
	padding: 10px;
	margin: 10px;
	font-family: 'futura_bk_btbook';
	border: 1px solid green;
	color: green;
}




.grecaptcha-badge {
	display: none !important;
}





#popup-newsletter {
	padding: 20px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	max-width: 300px;
    border: 1px solid rgba(255,255,255,0.4);
    color: rgba(255,255,255,0.4);
    font-size: 1.2rem;
    font-family: 'futura_bk_btbook';
    max-width: 300px;
    background: #000;
    z-index: 1;
}
#cls-pu-n {
	padding: 10px;
    font-size: 1.6rem;
    line-height: 1;
    color: rgba(255,255,255,0.4);
    font-family: 'futura_bk_btbook';
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
}
#popup-newsletter .text {
	margin-bottom: 15px;
}
#popup-newsletter .text b {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 10px;
	font-weight: normal;
}
#popup-newsletter input {
	width: 100%;
	margin-bottom: 5px;
	padding: 12px;
    border: 1px solid rgba(255,255,255,0.4);
    background: transparent;
    color: #fff;
    font-size: 1.6rem;
	line-height: 1.6rem;
}
#popup-newsletter input::placeholder {
	color: rgba(255,255,255,0.4);
	opacity: 1;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
#popup-newsletter input[type="checkbox"] {
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}
#popup-newsletter .privacy span {
	margin: 0;
}
#popup-newsletter input[type="checkbox"]:checked {
    background: rgba(255,255,255,0.4);
	border: none;
}
#popup-newsletter .ajax-loader {
	display: none;
}
#popup-newsletter input[type="submit"] {
	margin: 0;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: rgba(255,255,255,1);
	border: none;
	font-size: 1.2rem;
}





#lp {
	width: 92%;
	margin: 0 auto 4%;
	max-width: 1200px;
}
#lp * {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	color: #000;
}

#lp .lp-title {
	/* font-family: "AWConquerorDidot-Light", 'Didot', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
	line-height: 1;
	font-size: 3.8rem;
	padding-bottom: 30px;
}

#lp .lp-title br {
	display: none;
}

#lp .lp-title span {
	display: block;
}

#lp .lp-txt {
	padding-bottom: 30px;
}

#lp .lp-icon {
	max-width: 80px;
}

#lp .lp-draw {
	width: 70% !important;
	padding-bottom: 30px;
	max-width: 300px;
}

#lp .lp-black-space {
	background: #000;
	width: 100%;
	height: 50px;
	display: block;
}

#lp .lp-container {
	padding: 30px;
}

#lp .lp-container-black {
	background: #000;
	padding-bottom: 70px;
}
#lp .lp-container-black * {
	color: #fff;
}

#lp .lp-container-double .lp-content {
	padding: 30px 30px 0;
}

#menu-compasso {
	display: none;
}




.page-id-17600 h2 {
	margin: 0 !important;
	font-size: 1.8rem !important;
	line-height: 1 !important;
}
.page-id-17600 .btn-codice-etico {
	border-top: 1px solid #666;
	padding: 15px;
	cursor: pointer;
	transition: .5s;
}
.page-id-17600 .btn-policy {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 15px;
	cursor: pointer;
	transition: .5s;
}
.page-id-17600 .btn-codice-etico:hover,
.page-id-17600 .btn-policy:hover,
.page-id-17600 .btn-codice-etico.active,
.page-id-17600 .btn-policy.active {
	background: rgba(255,255,255,0.2);
}
.page-id-17600 .btn-policy.active{
	border-bottom: none;
}

.page-id-17600 .btn-codice-etico p,
.page-id-17600 .btn-policy p {
	display: none !important;
}

.page-id-17600 .container-codice-etico,
.page-id-17600 .container-policy {
	display: none;
}

.page-id-17600 #codice-etico,
.page-id-17600 #codice-etico * {
	font-family: 'futura_lt_btlight', Helvetica, Arial, sans-serif;
}
.page-id-17600 #codice-etico .p1b {
	font-weight: bold;
}

.page-id-17600 #policy,
.page-id-17600 #policy * {
	font-family: 'futura_lt_btlight', Helvetica, Arial, sans-serif;
}
.page-id-17600 #policy .ol1 {
	font-style: italic;
}
.page-id-17600 #policy .ol1b,
.page-id-17600 #policy .p1b {
	font-weight: bold;
}
.page-id-17600 #policy table {
	width: 100%;
}
.page-id-17600 #policy tr {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.page-id-17600 #policy td {
	width: 50%;
	padding-right: 20px;
}

#hr-content {
	padding-top: 76px;
	padding-bottom: 40px;
	background: white !important;
	color: black;
}

.hr-banner {
    max-width: 1200px;
    width: auto !important;
    margin: 0 auto;
    position: relative;
}

.hr-banner img {
	width: 100%;
	height: auto;
}

.hr-box {
	background: transparent !important;
	padding-bottom: 40px;
}

.hr-box .container {
    width: auto !important;
}

.hr-box .content.sx {
	color: #666 !important;
	font-size: 1.2rem;
}

.hr-box .content.sx img {
	padding-top: 20px;
	padding-bottom: 20px;
}

.hr-box .content.dx .hr-title {
	font: normal 2.4rem/1.5 'futura_bk_btbook', Helvetica, Arial, sans-serif;
}

.hr-box:last-child {
	padding-top: 40px;
}


.hc2080-txz {
	font-size: 1.4rem;
	font-style: italic;
	display: block;
	padding-top: 20px;
}







/*
.page-template-hdg-hangar-reloaded-registrazione .header { display: none; }
.page-template-hdg-hangar-reloaded-registrazione .footer { display: none; }
*/


.hr28-logo {
	width: 100%;
	padding: 116px 20px 40px 20px;
	text-align: center;
}

.hr28-logo img {
	width: 100%;
	max-width: 200px;
	margin: auto;
}

.hr28-logo .logo-HDG {
	max-width: 60px;
}

.hr28-logo p {
	padding: 20px;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: lighter;
}

.hr28-intro {
	margin-top: ;
	margin: 0 20px 0 20px;
}

.hr28-intro .hr28-container {
	position: relative;
}

.hr28-intro .hr28-container .hr28-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 988;
	padding: 20px;
	color: black;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hr28-intro .hr28-container .hr28-content  .hr28-title {
	font-size: 2.4rem;
	text-transform: uppercase;
	display: none;
}

.hr28-intro .hr28-container .hr28-content p {
	text-transform: uppercase;
	font-size: 1.8rem;
	color: white;
	margin-top: 0;
}

.hr28-intro .hr28-container .hr28-content a {
	/*
	color: black;
	border-bottom: solid 1px black;
	margin-top: 20px;
	margin-bottom: 10px;
	*/
}

.hr28-intro .hr28-title {
	max-width: 800px;
	margin: 0 auto;
	color: white;
}

.hr28-intro video {
	width: 100%;
	height: auto;
	opacity: .8;
}

.hr28-intro video,
.hr28-intro img {
	border-radius: 20px;
}

.hr28-open-trailer {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 1.4rem;
	text-align: right;
	padding-top: 20px;
	cursor: pointer;
	z-index: 990;
}


.hr28-open-audio {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 1.4rem;
	text-align: right;
	padding-bottom: 20px;
	cursor: pointer;
	position: relative;
	cursor: pointer;
	z-index: 990;
}

.hr28-quote {
	width: 100%;
	padding: 20px 20px;
	text-align: center;
}

.hr28-quote .hr28-title {
	font: normal 1.8rem/1.2 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
	text-transform: none;
	margin: 0;
}

.hr28-quote p {
	text-transform: uppercase;
	font-size: 1.8rem;
}

.hr28-btn {
	display: inline-block;
	padding: 5px 20px;
	border: solid 1px white;
	color: white;
	transition: .5s;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.hr28-btn:hover {
	background: white;
	color: black;
}

.hr28-place {
	padding: 0 20px;
}

.hr28-place .hr28-content .hr28-block {
	position: relative;
}

.hr28-place .hr28-content .hr28-block p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
}

.hr28-place img {
	width: 100%;
	height: auto;
}

.hr28-place video {
	width: 100%;
	height: auto;
}

.hr28-place video,
.hr28-place img {
	border-radius: 20px;
}



.hr28-place .slick-dots {
	position: absolute;
	width: 100%;
	bottom: -20px;
	z-index: 1200;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.hr28-place .slick-dots button {
	font-size: 1.4rem;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 5px;
	background: white !important;
	opacity: .25;
}

.hr28-place .slick-dots .slick-active button {
	opacity: .5;
}

.hr28-txt-small {
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 1.4rem;
}

.hr28-txt-small .hr28-title {
	text-transform: uppercase;
	margin-top: 0;
}

.hr28-txt-small p {
	margin: 0;
}

.hr28-txt {
	width: 100%;
	padding: 40px 20px;
	text-align: center;
}

.hr28-gallery .hr28-slider {
	position: relative;
}

.hr28-gallery .slick-dots {
	position: absolute;
	height: 100%;
	top: 0;
	left: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hr28-gallery .slick-dots button {
	background: transparent !important;
	opacity: .5;
}

.hr28-gallery .slick-dots button::before {
	content: '.0';
}

.hr28-gallery img {
	border-radius: 20px;
}

.hr28-gallery .slick-dots .slick-active button {
	opacity: 1;
}


.hr28-people {
	/*max-width: 1600px;
    margin: auto;*/
    padding: 20px;
    background: #111;
}

.hr28-people .hr28-container {
	max-width: 1180px;
    margin: auto;
}

.hr28-people .hr28-block div {
	padding: 20px;
}

.hr28-people .hr28-block p {
	font-size: 1.4rem;
}

.hr28-people .hr28-block .hr28-title {
	text-transform: uppercase;
}

.hr28-people .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}

.hr28-people .slick-dots button {
	color: white !important;
	background: transparent !important;
	opacity: .5;
	margin: 0 10px;
}

.hr28-people .slick-dots button::before {
	content: '.0';
}

.hr28-people .slick-dots .slick-active button {
	opacity: 1;
}

.hr28-people img {
	border-radius: 20px;
}

.hr28-poster {
	width: 100%;
	padding: 40px 20px;
	text-align: center;
	background: #111;
}

.hr28-poster .hr28-content {
	text-align: left;
	font-size: 1.4rem;
}

.hr28-poster img {
	border-radius: 20px;
}

.hr28-form {
	width: 100%;
	padding: 20px;
	text-align: center;
	background: url(img/hangar-reloaded/subscribe/hangarreloaded_airport_bkg.jpg) center center;
	background-size: cover;
}

.hr28-form .hr28-title {
	font-size: 1.8rem;
	padding-top: 20px;
}

.hr28-form textarea,
.hr28-form input {
	width: 100%;
    margin: 0 0 10px 0;
    padding: 10px;
    background: none;
    border: none;
    color: white !important;
    background: #222;
    font-size: 1.4rem;
}

.hr28-form input::placeholder {
	color: #ccc;
	text-transform: uppercase;
}

.hr28-form form label {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 1.4rem;
}

.hr28-form form label span {
	text-align: left;
}

.hr28-form form div {
	padding: 20px 0;
}

.hr28-form input[type="checkbox"] {
	width: 15px;
	height: 15px;
	padding: 0;
	border: solid 1px #ccc;
	margin-right: 20px;
}

.hr28-form input[type="checkbox"]:checked {
	background: white;
}


.hr28-form input[type="submit"] {
	background: transparent;
	border: solid 1px white;
	padding: 10px 20px;
	text-transform: uppercase;
}

.hr28-form img {
	border-radius: 20px;
}

.hr28-form .wpcf7-spinner {
	display: none !important;
}

.hr28-form .wpcf7-response-output {
	margin: 0 !important;
}

.hr28-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	display: none;
}

.hr28-popup.active {
	display: block;
}

.hr28-popup .hr28-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hr28-popup video {
	width: 100%;
	height: auto;
	max-width: 1600px;
	padding: 20px;
}

.hr28-popup .hr28-open-trailer {
	cursor: pointer !important;
	position: relative;
}

.hr28-popup .hr28-close-trailer {
	display: block;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.acceptance {
	display: block;
	padding: 10px 0;
}

.wpcf7-list-item {
	margin: 0;
}

/*
.page-template-hdg-hangar-design-group-compendium .header,
.page-template-hdg-hangar-design-group-compendium .footer {
	display: none;
}
*/

.hc2080-container p {
	margin: 0;
}

.hc2080-banner {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: auto;
	margin-top: 76px;
}

.hc2080-banner * {
	color: black;
}

.hc2080-banner .hc2080-content {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 899;
	padding: 20px;
	font-size: 1.4rem;
}

.hc2080-banner .hc2080-HDC-logo {
	width: 260px;
	padding: 20px 0 30px 0;
}

.hc2080-banner .hc2080-content-box {
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.hc2080-txt-small {
	padding: 20px 20px;
	background: white;
	color: black;
	text-align: center;
	font-size: 1.4rem;
}

.hc2080-btn {
	display: inline-block;
    padding: 10px 20px;
    border: solid 1px black;
    transition: .5s;
    cursor: pointer;
    text-transform: uppercase;
    color: black;
}

.hc2080-btn:hover {
	background: black;
	color: white;
}

.hc2080-title {
	text-transform: uppercase;
}

.hc2080-pages {
	background: white;
}

.hc2080-pages .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
}

.hc2080-pages .slick-dots button {
	font-size: 1.4rem;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
	background: rgba(255, 255, 255, 0.25);
	
}

.hc2080-pages .slick-dots .slick-active button {
	background: #ffffff;
}

.hc2080-pages .hc2080-content img {
	margin: 0 10px;
}

.hc2080-txt {
	padding: 20px;
	background: white;
	color: black;
	text-align: center;
}

.hc2080-logo {
	padding: 20px;
	background: white;
	color: black;
	text-align: center;
}

.hc2080-logo img {
	max-width: 80px;
	margin: auto;
}

.hc2080-quote .hc2080-content {
	padding: 20px 20px;
	background: black;
	color: white;
	text-align: center;
}

.hc2080-quote .hc2080-content i {
	font-style: italic;
	font-size: 1.4rem;
}

.hc2080-quote .hc2080-content span {
	display: block;
}

.hc208-rizzoli {
	max-width: 100px;
	margin: 0 auto 20px auto;
}

.hc2080-blocks .hc2080-container {
	display: flex;
	flex-direction: column;
	
}

.hc2080-blocks .hc2080-content {
	background: white;
	color: black;
	font-size: 1.4rem;
}

.hc2080-blocks .hc2080-content img {
	padding: 0 20px;
}

.hc2080-blocks .hc2080-content p {
	padding: 20px 20px;
}

.hc2080-blocks .hc2080-content:nth-child(1) {
	order: 2;
}

.hc2080-blocks .hc2080-content:nth-child(2) {
	order: 1;
}

.hc2080-blocks .hc2080-content:nth-child(3) {
	order: 3;
}

.hc2080-blocks .hc2080-content:nth-child(4) {
	order: 4;
}

.hr28-iframe {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hr28-iframe .hr28-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hr28-iframe .hr28-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}


.hr28-iframe iframe {
	width: 100%;
	height: 56.25vw;
	max-width: 1280px;
	max-height: 720px;
	padding: 20px;
}

.hr28-iframe img {
	max-width: 200px;
	margin: auto;
	padding: 20px;
}

.hr28-iframe img.logo-HDG {
	max-width: 120px;
}

.page-template-hdg-hangar-reloaded-registrazione .footer .newsletter-subscription {
	display: none !important;
}




.footer-links .tonews a {
	display: block;
}
.footer-links-mobile ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-links-mobile li {
	margin: 20px 5%;
}
.footer-links-mobile a {
	display: block;
	text-align: center;
}
.footer-links-mobile img {
	max-width: 160px;
	width: 100%;
}

.page-template-hdg-hangar-reloaded-film .hr28-logo {
	padding-bottom: 0;
}
.page-template-hdg-hangar-reloaded-film .hr28-logo p {
	margin: 0;
}

#hr-film-iframe {
	width: 100%;
	height: calc(56.25vw - 2.25px);
	max-width: 1560px;
	max-height: 877.5px;
	margin: 0 auto;
}



.nexo-content {
	margin: 50px 0;
}
.nexo-content img {
	border-radius: 0;
	width: 50%;
	max-width: 110px;
}
.nexo-content .hr28-title {
	padding: 0;
	margin: 20px 0 60px;
	font-family: 'futura_lt_btlight', sans-serif;
	font-weight: lighter;
	line-height: 1;
	font-size: 2.5rem;
}
.nexo-content .btn-nexo {
	background: transparent;
	border: solid 1px white;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1;
	transition: .5s;
}
.nexo-content .btn-nexo:hover {
	background: white;
	color: #000;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
  
@font-face {
    font-family: 'berthold_walbaum_bookregular';
    src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/berthold_walbaum_book_regular-webfont.eot');
    src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/berthold_walbaum_book_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/berthold_walbaum_book_regular-webfont.woff2') format('woff2'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/berthold_walbaum_book_regular-webfont.woff') format('woff'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/berthold_walbaum_book_regular-webfont.ttf') format('truetype'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/berthold_walbaum_book_regular-webfont.svg#berthold_walbaum_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'berthold_walbaum_bookitalic';
    src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/berthold_walbaum_book_italic-webfont.eot');
    src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/berthold_walbaum_book_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/berthold_walbaum_book_italic-webfont.woff2') format('woff2'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/berthold_walbaum_book_italic-webfont.woff') format('woff'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/berthold_walbaum_book_italic-webfont.ttf') format('truetype'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/berthold_walbaum_book_italic-webfont.svg#berthold_walbaum_bookitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_bdcn_btbold';
    src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_bold_font-webfont.eot');
    src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_bold_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_bold_font-webfont.woff2') format('woff2'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_bold_font-webfont.woff') format('woff'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_bold_font-webfont.ttf') format('truetype'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_bold_font-webfont.svg#futura_bdcn_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_bk_btbook';
    src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_book_font-webfont.eot');
    src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_book_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_book_font-webfont.woff2') format('woff2'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_book_font-webfont.woff') format('woff'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_book_font-webfont.ttf') format('truetype'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_book_font-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_lt_btlight';
    src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_light_bt-webfont.eot');
    src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_light_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_light_bt-webfont.woff2') format('woff2'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_light_bt-webfont.woff') format('woff'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_light_bt-webfont.ttf') format('truetype'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_light_bt-webfont.svg#futura_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_md_btmedium';
    src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_medium_bt-webfont.eot');
    src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_medium_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_medium_bt-webfont.woff2') format('woff2'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_medium_bt-webfont.woff') format('woff'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_medium_bt-webfont.ttf') format('truetype'),
         url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/futura_medium_bt-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'MaisonMono-Light';
	src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Light.eot?#iefix') format('embedded-opentype'),
		 url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Light.otf') format('opentype'),
		 url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Light.woff') format('woff'),
		 url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Light.ttf') format('truetype'),
		 url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Light.svg#MaisonMono-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MaisonMono-Bold';
	src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Bold.eot?#iefix') format('embedded-opentype'),
		 url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Bold.otf') format('opentype'),
		 url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Bold.woff') format('woff'),
		 url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Bold.ttf') format('truetype'),
		 url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Bold.svg#MaisonMono-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MaisonMono-Regular';
	src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Regular.eot?#iefix') format('embedded-opentype'),
		 url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Regular.otf') format('opentype'),
		 url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Regular.woff') format('woff'),
		 url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Regular.ttf') format('truetype'),
		 url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/MaisonMono-Regular.svg#MaisonMono-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'SharpGrotesk-Light20';
  src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/SharpGrotesk-Light20.eot?#iefix') format('embedded-opentype'),  url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/SharpGrotesk-Light20.otf')  format('opentype'),
	     url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/SharpGrotesk-Light20.woff') format('woff'), url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/SharpGrotesk-Light20.ttf')  format('truetype'), url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/SharpGrotesk-Light20.svg#SharpGrotesk-Light20') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'SharpGrotesk-Medium20';
  src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/SharpGrotesk-Medium20.eot?#iefix') format('embedded-opentype'),  url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/SharpGrotesk-Medium20.otf')  format('opentype'),
	     url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/SharpGrotesk-Medium20.woff') format('woff'), url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/SharpGrotesk-Medium20.ttf')  format('truetype'), url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/SharpGrotesk-Medium20.svg#SharpGrotesk-Medium20') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Didot';
  src: url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/Didot.eot?#iefix') format('embedded-opentype'),  url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/Didot.woff') format('woff'), url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/Didot.ttf')  format('truetype'), url('https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/Didot.svg#Didot') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {font-family: "AWConquerorDidot-Light";
  src: url("https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/7bacd473607bdcd8da9744c5618a8a9e.eot"); /* IE9*/
  src: url("https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/7bacd473607bdcd8da9744c5618a8a9e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/7bacd473607bdcd8da9744c5618a8a9e.woff2") format("woff2"), /* chrome、firefox */
  url("https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/7bacd473607bdcd8da9744c5618a8a9e.woff") format("woff"), /* chrome、firefox */
  url("https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/7bacd473607bdcd8da9744c5618a8a9e.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("https://hangar.it/hdgwebsite/wp-content/themes/hdg/fonts/7bacd473607bdcd8da9744c5618a8a9e.svg#AWConquerorDidot-Light") format("svg"); /* iOS 4.1- */
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* iPhone 6 */
@media only screen and (min-width: 375px) {
	.people li .hover .black {
		height: 150px;
	}
	.nav .menu a {
		font-size: 1.6rem;
	}
}
/* iPhone 6 Plus */
@media only screen and (min-width: 414px) {
	/* people */
			.people li {
				width: 50%;
				font: normal 1.3rem/1.5 'futura_bk_btbook', Helvetica, Arial, sans-serif;
			}
			
			.people li.short {
				width: 50%;
			}
			.people li .hover .black {
				height: auto;
			}
			.nav .menu a {
				font-size: 1.8rem;
			}
}
/* iPhone 4 Landscape */
@media only screen and (min-width: 480px) and (orientation: landscape) {
	.page-template-hdg-book-preview .gallery-book-preview div img {
		max-width: 68vw;
		max-height: 68vh;
	}
}
/* iPhone 5 Landscape */
@media only screen and (min-width: 568px) and (orientation: landscape) {
}
/* iPhone 6 Landscape */
@media only screen and (min-width: 667px) and (orientation: landscape) {
	.page-template-hdg-book-preview .gallery-book-preview div img {
		max-width: 78vw;
		max-height: 78vh;
	}
}
/* iPhone 6 Plus Landscape */
@media only screen and (min-width: 736px) and (orientation: landscape) {
}
/* iPad Portrait */
@media only screen and (min-width: 768px) {
			.logo {
			    padding: 25px 0;
			}
			#switch {
			    top: 26px;
			    right: -10px;
			    padding: 0 10px;
			}
	/* title */
			.title {
				font: normal 6.0rem/1 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
			}
			.title-over {
				margin-bottom: -24px;
			}
	/* gallery-full */
			.gallery-full strong {
				bottom: -32px;
				padding: 20px 34px 18px 34px;
			}
	/* portfolio */
			.portfolio-list {
				width: 94%;
			}
			.list li {
				width: 48%;
				margin: 0 1%;
			}
			.journal .list li,
			.single-post .list li {
				margin: 20px 1% 0;
			}
		
			.people li {
				font: normal 1.4rem/1.5 'futura_bk_btbook', Helvetica, Arial, sans-serif;
			}

			.search .search-title {
			    font: normal 8.0rem/1 'futura_md_btmedium', Helvetica, Arial, serif;
			}
			.search .search-input {
				font-size: 3.0rem;
			}
			.search .search-submit {
			    height: 3.0rem;
			}
			.search .search-submit:before {
			    font-size: 3.0rem;
			}

			.footer-widget div#coolclock-widget-2,
			.footer-widget div#coolclock-widget-3,
			.footer-widget div#coolclock-widget-4,
			.footer-widget div#coolclock-widget-5,
			.footer-widget div#coolclock-widget-6 {
				width: 25%;
			}
			.footer-widget div#coolclock-widget-4,
			.footer-widget div#coolclock-widget-5,
			.footer-widget div#coolclock-widget-3,
			.footer-widget div#coolclock-widget-2 {
			    margin-bottom: 0;
			}
			
			.page-template-hdg-hangar-digital .banner .center .title {
				font-size: 4.0rem;
			}
			.page-template-hdg-hangar-digital .digital ul {
				padding: 2vw 2vw 2vw 4vw;
				width: 100%;
			}
			.page-template-hdg-hangar-digital .digital li {
				float: left;
				padding: 0 2vw 2vw 0;
				position: relative;
				width: 50%;
			}
			
			.digital-portfolio {
				margin-top: 96px;
			}

			#home-salone-2017 a img {
				padding: 96px 0 40px;
			}
			
			
			.page-template-hdg-feed-rss #content li {
				width: 18%;
				margin: 0;
			}

			.contact .address li {
				width: 50%;
			}
			.contact .address li h3 {
				margin-bottom: 10px;
			}
			.contact .address li .double {
				display: flex;
				flex-wrap: wrap;
			}
			.contact .address li .double h3 {
				width: 100%;
			}
			.contact .address li .double div {
				width: 50%;
			}

			.footer-info .hangarlab {
				display: inline-block;
				margin-left: 10px;
				font-size: 0.9rem;
			}
			.footer-info .hangarlab:before {
				display: none;
				content: '';
			}

			.newsletter-subscription div {
				display: flex;
				width: 100%;
			}
			.newsletter-subscription div form {
				width: 100%;
			}
			.newsletter-subscription div form span {
				width: 50%;
				padding: 0 10px;
			}
			.newsletter-subscription div.text {
				padding: 0 10px 20px 10px;
				flex-direction: column;
			}
			
			.newsletter-subscription div.privacy {
				padding: 0 10px;
			}
			
			.newsletter-subscription div.privacy p {
				min-width: 75%;
				display: flex;
				align-items: center;
			}
			.newsletter-subscription div.privacy p span {
				width: auto;
				padding: 0 !important;
				margin: 0 !important;
			}

			#lp .lp-black-space {
				height: 70px;
			}
			
			#lp .lp-container {
				padding: 35px;	
			}
			
			#lp .lp-container-black {
				padding-bottom: 105px;
			}
			
			#lp .lp-txt {
			    padding-bottom: 35px;
			    max-width: 700px;
			}
			
			#lp .lp-title {
				font-size: 4.8rem;
				line-height: 0.9;
				padding-bottom: 35px;
			}
			
			#lp .lp-title br {
				display: inline;
			}
			
			#lp .lp-first-container {
				position: relative;
			}
			
			#lp .lp-first-container .lp-txt {
				width: 70%;
			}
			
			#lp .lp-icon {
				position: absolute;
				right: 35px;
				top: 150px;
			}
			
			#lp .lp-container-double {
				display: flex;
				align-items: flex-start;
			}
			
			#lp .lp-container-double .lp-content {
				width: 50%;
				padding: 35px 35px 0;
			}
			
			#lp .lp-container-double.lp-right .lp-content {
				order: 2;
			}
			
			#lp .lp-container-double.lp-right img {
				order: 1;
			}
			
			#lp .lp-container-double img {
				width: 50%;
			}
			
			#lp .lp-draw {
				padding-bottom: 35px;
			}
			
			#hr-content {
				padding-top: 96px;
			}
			
			.hr-box .container {
				display: flex;
				align-items: flex-start;
				justify-content: space-between;
			}
			
			.hr-box .content.sx {
				order: 1;
				width: calc( 25% - 40px);
			}
			
			.hr-box .content.dx {
				order: 2;
				width: calc( 75% - 40px);
			}
			
			
			
			
			
			
			
			
			
			
			
			.hr28-logo {
				padding-top: 210px;
			}
			
			.hr28-logo img {
				max-width: 350px;
			}
			
			.hr28-logo .logo-HDG {
				max-width: 100px;
			}
			
			.hr28-logo p {
				font-size: 1.4rem;
			}
			
			.hr28-intro {
				/*margin-top: 130px;*/
			}
			
			.hr28-intro .hr28-logo {
				max-width: 400px;
			}

			.hr28-intro .hr28-container {
				max-width: 1600px;
				margin: auto;
				padding: 0 20px;
			}

			.hr28-intro .hr28-container .hr28-content {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				z-index: 888;
				padding: 20px;
				color: black;
				text-align: center;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				font-size: 2.4rem;
			}

			.hr28-intro .hr28-container .hr28-content p {
				display: block;
			}
			
			.hr28-intro img {
				/*display: none;*/
			}

			.hr28-intro .hr28-container .hr28-content  .hr28-title {
				display: block;
				margin: 0 20px 60px 20px;
			}			

			.hr28-open-trailer {
				font-size: 1.4rem;
			}

			.hr28-open-audio {
				font-size: 1.4rem;
			}

			.hr28-quote {
				width: 100%;
				padding: 60px 20px 60px 20px;
				max-width: 800px;
				margin: auto;
				font-size: 2.4rem;
			}

			.hr28-quote .hr28-title {
				font: normal 3.6rem/1.2 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
				text-transform: none;
			}
			
			.hr28-quote .hr28-btn {
				border: solid 1px white;
				color: white;
			}
			
			.hr28-quote .hr28-btn:hover {
				color: black;
			}

			.hr28-btn {
				font-size: 1.4rem;
				padding: 10px 20px;
			}

			.hr28-place {
				width: 100%;
				padding: 60px 0;
				/*max-width: 1600px;
				margin: auto;*/
			}
			
			.hr28-place img {
				display: none;
			}

			.hr28-place .hr28-content .hr28-block {
				margin: 0 10px;
			}

			.hr28-place .hr28-content .hr28-block p {
				padding: 0 20px;
			}

			.hr28-txt-small {
				width: 100%;
				padding: 60px 20px;
				max-width: 800px;
				margin: auto;
				font-size: 1.8rem;
			}
			
			.hr28-txt-small .hr28-title {
				font-size: 2.4rem;
			}

			.hr28-txt {
				width: 100%;
				padding: 40px 20px;
				max-width: 800px;
				margin: auto;
				font-size: 2.8rem;
			}
			
			.hr28-gallery {
				width: 100%;
				padding: 40px 20px;
				max-width: 1600px;
				margin: auto;
			}

			.hr28-people {
				width: 100%;
				padding: 40px 20px;
				/*max-width: 800px;
				margin: auto;*/
			}
			
			.hr28-people .hr28-block {
				display: flex;
				align-items: flex-start;
				justify-content: center;
			}

			.hr28-people .hr28-block .hr28-block-photo {
				width: 25%;
			}
			
			.hr28-people .hr28-block .hr28-block-photo img {
				border-radius: 20px;
			}
			
			.hr28-people .hr28-block .hr28-block-text {
				width: 75%;
				padding: 20px;
			}

			.hr28-people .hr28-block p {
				font-size: 1.6rem;
			}

			.hr28-people .hr28-block .hr28-title {
				font-size: 2.4rem;
				margin-top: 0;
			}

			.hr28-people .slick-dots {
				padding-top: 20px;
			}

			.hr28-poster {
				width: 100%;
				padding: 40px 20px;
			}
			
			.hr28-poster .hr28-container {
				display: flex;
				align-items: center;
				justify-content: center;
				max-width: 800px;
				margin: auto;
			}

			.hr28-poster .hr28-content {
				width: 50%;
				font-size: 1.6rem;
				padding: 40px;
			}
			
			.hr28-poster .hr28-content img {
			}

			.hr28-form .hr28-title {
				font-size: 3.6rem;
				font-family: "futura_lt_btlight";
				padding: 0;
				margin: 0;
			}

			.hr28-form .hr28-container {
				width: 100%;
				padding: 40px 20px;
				max-width: 1220px;
				margin: auto;
				display: flex;
				align-items: stretch;
				justify-content: space-between;
			}	
			
			.hr28-form .hr28-content {
				width: calc(50% - 20px);
				padding: 20px;
			}

			.hr28-form .iscrizione {
				width: 100%;
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				justify-content: space-between;
			}		
			
			.hr28-form .iscrizione span {
				/*
				width: calc(50% - 10px);
				*/
				width: 100%;
				margin-bottom: 10px;
				
			}
			
			.hr28-form .iscrizione span span {
				width: 100% !important;
			}
			
			.hr28-form .ajax-loader {
				display: none !important;
				text-align: left;
			}
			
			.hr28-form textarea, .hr28-form input {
				padding: 20px;
				font-size: 1.4rem;
			}
			
			.hr28-form input[type="submit"] {
				width: 100%;
			}

			.hc2080-banner {
				margin-top: 116px;
			}
			
			.hc2080-banner .hc2080-HDC-logo {
				width: 300px;
				padding: 40px 0 40px 0;
			}

			.hc2080-txt-small {
				width: 100%;
				padding: 0;
				margin: auto;
				font-size: 1.8rem;	
				background: black;		
			}		
			
			.hc2080-txt-small .hc2080-container {
				max-width: 1600px;
				background: white;
				margin: auto;
			}
			
			.hc2080-txt-small .hc2080-content {
				padding: 60px 20px 60px 20px;
				max-width: 800px;
				margin: auto;
			}
			
			.hc2080-txt {
				width: 100%;
				padding: 0;
				margin: auto;
				font-size: 2.8rem;	
				background: black;		
			}		
			
			.hc2080-txt .hc2080-container {
				max-width: 1600px;
				background: white;
				margin: auto;
			}
			
			.hc2080-txt .hc2080-content {
				padding: 80px 20px 80px 20px;
				max-width: 800px;
				margin: auto;
			}
			
			.hc2080-logo {
				width: 100%;
				padding: 0;
				margin: auto;
				font-size: 2.8rem;	
				background: black;		
			}
			
			.hc2080-logo img {
				max-width: 120px;
			}

			.hc2080-logo .hc2080-container {
				max-width: 1600px;
				background: white;
				margin: auto;
			}
			
			.hc2080-logo .hc2080-content {
				padding: 0 20px 0 20px;
				max-width: 800px;
				margin: auto;
			}
			
			.hc2080-quote {
				width: 100%;
				padding: 0;
				margin: auto;
				font-size: 1.8rem;	
				background: black;		
			}		
			
			.hc2080-quote .hc2080-container {
				max-width: 1600px;
				background: white;
				margin: auto;
				position: relative;
			}
			
			.hc2080-quote .hc2080-content {
				position: absolute;
				width: 50%;
				height: 100%;
				top: 0;
				right: 0;
				margin: auto;
				padding: 80px 40px;
				background: transparent;
				color: black;
				text-align: left;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
			}
			
			.hc2080-quote .hc2080-content span {
				font-size: 1.8rem;
				display: block;
			}

			.hc2080-blocks {
				width: 100%;
				padding: 0;
				margin: auto;
				font-size: 2.8rem;	
				background: black;		
			}		
			
			.hc2080-blocks .hc2080-container {
				max-width: 1600px;
				background: white;
				margin: auto;
				display: flex;
				flex-wrap: wrap;
				align-items: stretch;
				justify-content: center;
				flex-direction: row;
				padding: 0;
			}
			
			.hc2080-blocks .hc2080-content {
				width: 50%;
			}
			
			.hc2080-blocks .hc2080-content.txt {
				display: flex;
				align-items: center;
				justify-content: center;
			}

			.hc2080-blocks .hc2080-content img {
				padding: 0;
			}
			
			.hc2080-blocks .hc2080-content p {
				padding: 0 80px;
			}

			.hc2080-blocks .hc2080-content:nth-child(1) {
				order: 1;
			}
			
			.hc2080-blocks .hc2080-content:nth-child(2) {
				order: 2;
			}
			
			.hc2080-pages {
				width: 100%;
				padding: 0;
				margin: auto;
				font-size: 2.8rem;	
				background: black;		
			}		
			
			.hc2080-pages .hc2080-container {
				max-width: 1600px;
				background: white;
				margin: auto;
			}
			
			.hc2080-pages .hc2080-content {
				padding: 0;
				margin: auto;
			}
						
			.hc2080-btn {
			    font-size: 1.4rem;
			    padding: 10px 20px;
			}			

			.hc2080-title  {
			    font-size: 2.4rem;
			}
			
			
			.hr28-content-nexo {
				display: flex;
				align-items: center;
				justify-content: center;
			}
			
			.nexo-content .hr28-title {
				padding: 0;
				margin: 20px 0 60px;
				font-family: 'futura_lt_btlight', sans-serif;
				font-size: 3rem;
			}

}
/* iPad Landscape */
@media only screen and (min-width: 1024px) {
	
	
	.footer-links-mobile li {
		margin: 20px;
	}
	
	.footer-social-times {
		display: flex;	
	}
	.footer-social-times .footer-widget {
		margin-left: auto;
	}
	
			.desktop {
				display: block;
			}
			.awards .btn.white {
				display: inline;
			}
	/* list */
			.list li {
				width: 25%;
				-ms-box-sizing:border-box;
				-moz-box-sizing:border-box;
				box-sizing:border-box;
				padding: 0 1%;
				margin: 0;
			}
			.journal .list li,
			.single-post .list li {
				margin: 20px 0 0 0;
			}
	/* portfolio */
			.portfolio-form {
				width: 94%;
			}
			.portfolio-form div {
				width: 25%;
				-ms-box-sizing:border-box;
				-moz-box-sizing:border-box;
				box-sizing:border-box;
				padding: 0 10px;
			}

			.about .twist header {
				width: 50%;
				float: left;
			}
			
			.about .twist p {
				width: 50%;
				float: left;
			}
			
			.about .awards .lists {
				overflow: hidden;
				height: 490px;
			}
			
			.about .awards .lists ul {
				width: 25%;
				float: left;
				padding: 0 5px;
				text-align: center;
			}
			
			.about .awards .lists li {
				display: block;
				padding: 0 0 20px 0;
			}
			
			.about .awards .lists li .space {
				display: none;
			}
			
			.about .awards .lists li br {
				display: block;
			}
			
			.about .awards .lists li strong {
				color: #999;
			}
			
			.about .awards .logos {
				display: block;
				width: 420px;
				height: auto;
				margin: auto;
			}
			
			.single-careers .careers .highlights
			{
				width: 33.33%;
				padding: 0 5%;
				float: left;
			}
			
			.single-careers .careers .text {
				width: 66.66%;
				padding: 0 5%;
				float: left;
			}
			
			.partnership .sponsorship header {
				position: absolute;
				width: 40%;
				top: 160px;
				z-index: 5;
			}
			
			.partnership .sponsorship img {
				width: 75%;
				float: right;
				transition: opacity .5s ease-in-out;
				opacity: .5;
			}
			
			.partnership .sponsorship img:hover {
				transition: opacity .5s ease-in-out;
				opacity: .95;
			}
			.desktop {
				display: block;
			}
			
			.mobile {
				display: none;
			}
				
			.home {
				position: relative;
			}
			
			.home footer {
				display: none;
			}
			
			.intro {
				display: flex;
				align-items: center;
				justify-content: center;
				position: fixed;
				width: 100%;
				height: 100%;
				text-align: center;
				background-size: cover;
			}
			
			.page-template-hdg-home-temp .intro {
				background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/home/reddot.jpg) center center no-repeat;
				background-size: cover;
			}
			
			.page-template-hdg-home-temp .intro header {
			    width: 100%;
			    max-width: 1200px;
			    margin: 0;
			}
						
			.page-template-hdg-home-temp .intro header * {
			    width: 50%;
			    max-width: none;
			    margin: 0;
			    padding: 0 40px;
			    text-align: left;
			}			
			
			.page-template-hdg-home-temp .intro header .subtitle {
				margin: 0 0 10px 0;
			}

			.intro strong {
				font: normal 2.0rem/1.25 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
			}

			.page-template-hdg-hangar-taste .taste .line {
				position: relative;
				height: 100%;
			}	
				
			.page-template-hdg-hangar-taste .taste .box1 {
				position: relative;
				width: 33.33%;
				float: left;
				margin: 0;
				overflow: hidden;
				background: black;
			}
			
			.page-template-hdg-hangar-taste .taste .box2 {
				position: relative;
				width: 66.66%;
				float: left;
				margin: 0;
				overflow: hidden;
				background: black;
			}
			
			.page-template-hdg-hangar-taste .taste .bigbox1 {
				position: relative;
				width: 33.33%;
				float: right;
				margin: 0;
			}
			
			.page-template-hdg-hangar-taste .taste .bigbox2 {
				position: absolute;
				width: 66.66%;
				height: 100%;
				left: 0;
				margin: 0;
				background: #333;
				color: white;
			}
			
			.page-template-hdg-hangar-taste .taste .bigbox2 .text {	
				font-size: 75%;
			}
			
			.page-template-hdg-hangar-taste .taste .bigbox2.vulture {
				background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/taste/background.jpg) center center;
				background-size: cover;
			}
			
			.page-template-hdg-hangar-taste .taste .subbox1 {
				position: relative;
				width: 100%;
				margin: 0;
				overflow: hidden;
				background: black;
			}
			
			.page-template-hdg-hangar-taste .taste .subbox2 {
				position: relative;
				width: 100%;
				margin: 0;
				overflow: hidden;
				background: black;
			}
			
			.page-template-hdg-hangar-taste .taste .plus {
				position: absolute;
				width: 40px;
				height: 40px;
				bottom: 0;
				left: 0;
				z-index: 5;
				background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/taste/plus.png) center center no-repeat;
				background-size: 80% 80%;
			}
			
			.page-template-hdg-hangar-taste .taste .hover {
				position: absolute;
				width: 40px;
				height: 40px;
				bottom: 0;
				left: 0;
				background: #333;
				padding: 20px;
				z-index: 1;
				transition: all .25s ease-in-out .25s; 
			}
			
			.page-template-hdg-hangar-taste .taste .box1:hover .hover,
			.page-template-hdg-hangar-taste .taste .subbox1:hover .hover,
			.page-template-hdg-hangar-taste .taste .subbox2:hover .hover {
				width: 75%;
				height: 75%;
				background: white;
				transition: all .25s ease-in-out; 
			}
			
			.page-template-hdg-hangar-taste .taste .box2:hover .hover {
				width: 25%;
				height: 75%;
				background: white;
				transition: all .25s ease-in-out; 
			}
			
			.page-template-hdg-hangar-taste .taste .hover h4,
			.page-template-hdg-hangar-taste .taste .hover p {
				opacity: 0;
				transition: all .25s ease-in-out; 
			}
			
			.page-template-hdg-hangar-taste .taste .box1:hover .hover h4,
			.page-template-hdg-hangar-taste .taste .box1:hover .hover p,
			.page-template-hdg-hangar-taste .taste .box2:hover .hover h4,
			.page-template-hdg-hangar-taste .taste .box2:hover .hover p,
			.page-template-hdg-hangar-taste .taste .subbox1:hover .hover h4,
			.page-template-hdg-hangar-taste .taste .subbox1:hover .hover p,
			.page-template-hdg-hangar-taste .taste .subbox2:hover .hover h4,
			.page-template-hdg-hangar-taste .taste .subbox2:hover .hover p {
				opacity: 1;
				transition: all .25s ease-in-out .25s; 
			}
			
			.page-template-hdg-hangar-taste .taste img {
				opacity: 1;
				transition: all .25s ease-in-out; 
			}
			
			.page-template-hdg-hangar-taste .taste .box1:hover img,
			.page-template-hdg-hangar-taste .taste .box2:hover img,
			.page-template-hdg-hangar-taste .taste .subbox1:hover img,
			.page-template-hdg-hangar-taste .taste .subbox2:hover img {
				opacity: .5;
				transition: all .25s ease-in-out; 
			}

			.page-template-hdg-hangar-taste .taste .text {
				width: 100%;
				float: right;
			}
			
			.page-template-hdg-hangar-taste .taste h3 {
				margin: 0;
			}
			
			.page-template-hdg-hangar-taste .taste .description {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				z-index: 2;
				padding: 10%;
				color: white;
			}
			
			.taste-video-vu {
				min-height: 25.03703vw;
			}
			
			.people.leader li {
				display: inline-block;
				float: none;
			}
			
			.people li {
				width: 25%;
				margin: 0;
			}
			.people1 li .hover {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				padding: 0 5px;
				font:normal 1.4rem/1.5 'futura_md_btmedium', Helvetica, Arial, sans-serif;
				color: white;
				opacity: 0;
				transition: opacity .5s ease-in-out;
			}
			
			.people1 li:hover .hover {
				opacity: 1;
				transition: opacity .5s ease-in-out;
			}
			
			.people1 li .hover .black {
				display: flex;
				align-items: center;
				width: 100%;
				height: 100%;
				background: rgba(0, 0, 0, 0.5);
			}
			
			.people1 li .hover .centered {
				width: 100%;
			}
			.people li .top,
			.people li .bottom {
				margin: 10px 0;
			}
			
			.people li.short {
				width: 25%;
			}
			
			.people li .full {
				margin: 10px 0;
			}
			.clients-list li {
			    position: relative;
			    border-top: solid 1px white;
			    border-left: solid 1px white;
			    width: 25%;
			    float: left;
			    padding-bottom: 25px;
			}
			
			.contact .address li {
				/* width: 25%; */
			}
			.contact .address li #map-canvas1,
			.contact .address li #map-canvas2,
			.contact .address li #map-canvas3, 
			.contact .address li #map-canvas4 
			{
				height: 300px;
			}
			
			.careers-list li {
				width: 25%;
			}
			
			.single-careers .form .clear.space {
				padding-bottom: 20px;
			}
			
			.single-careers .form .f-left {
				display: block;
				width: 48.75%;
				margin: 0 1.25% 0 0;
			}
			
			.single-careers .form .f-right {
				display: block;
				width: 48.75%;
				margin: 0 0 0 1.25%;
			}
	
			.single-careers .form {
			}			
						
			.single-careers .form .send {
				text-align: right;
			}
			
			.single-careers .form .send a {
				color: black;
			}
			
			.single-careers .form .send .required {
				display: inline-block;
				margin: 8px 20px 0 0;
				float: left;
				font-size: 1.2rem;
			}
			
			.single-careers .form .send .accept {
				display: inline-block;
				margin: 8px 20px 0 0;
				font-size: 1.2rem;
			}
			
			.single-careers .form .send .btn {
				float: right;
				background: black;
				color: white;
			}
			
			.single-careers .form .send span {
			    padding: 5px 0 0 0;
			}
		
			.twist .quote {
				width: 50%;
			}
			
			.twist .quote .cit {
				font-size: 1.6rem;
			}
			
			.twist .quote .cit em {
				font-size: 2.4rem;
			}
			
			.approach .video {
				text-align: center;
			}

			.approach .book {
				text-align: left;
			}

			.approach .book .title {
				text-align: left;
			}

			.approach .book .text {
				width: 50%;
				float: left;
			}

			.approach .book .image {
				width: 40%;
				margin: 0 5% 0 5%;
				float: left;
			}
			
			.approach .book .btn {
				text-align: center;
			}

			.approach .download .half {
				width: 50%;
				float: left;
			}
			.approach .download .half .container {
    			max-width: 600px;
    			text-align: left;
			}

			.approach .download .half .image {
				width: 40%;
				margin: 0 5% 0 5%;
				height: auto;
				float: left;
			}

			.approach .download .half .image.title {
				width: 50%;
				margin: 0;
				float: none;
			}
			
			.approach .download .half .text {
				display: block;
				width: 46%;
				margin: 0 2% 20px 2%;
				float: left;
			}

			.approach .download .half.white .container {
				float: left;
			}

			.approach .download .half.black .container {
				float: right;
			}

			/* footer */
			
			.w42 {
				width: 42%;
			}
			.w58 {
				width: 58%;
			}
			.w50 {
				width: 50%;
			}
			
			.footer-social {
				text-align: left;
				border-bottom: 0;
				float: left;
			}
			.footer-social a {
				margin: 0 10px 10px 0;
				display: inline-block;
				width: 20px;
			}
			.footer-widget {
				padding: 0;
				float: right;
				width: 452px;
			}
			.footer-widget div#coolclock-widget-2,
			.footer-widget div#coolclock-widget-3,
			.footer-widget div#coolclock-widget-4,
			.footer-widget div#coolclock-widget-5,
			.footer-widget div#coolclock-widget-6 {
				width: 80px;
				margin-left: 33px;
			}
			.footer-widget div#coolclock-widget-2 h3,
			.footer-widget div#coolclock-widget-3 h3,
			.footer-widget div#coolclock-widget-4 h3,
			.footer-widget div#coolclock-widget-5 h3,
			.footer-widget div#coolclock-widget-6 h3 {
				white-space: nowrap;
			}
			.footer-social {
				float: left;
				width: 30%;
			}
			.footer-social .social-list {
				display: block;
			}
			.partners {
				padding:0 0 30px;
				border-bottom: none;
				float: left;
				width: 19%;
			}
			.partners h3 {
				text-align: left;
			}
			.partners img {
				width: 26%;
				margin: 0 auto;
				height: 30px;
			}
			.partners img.google {
				width: 22%;
			}
			.page-template-hdg-hangar-digital .digital strong {
				font-size: 2.8rem;
			}
			.digital-portfolio .left {
				float: left;
				width: 60%;
				padding: 0;
			}
			.digital-portfolio .right {
				float: right;
				width: 35%;
			}

			#home-salone-2017 {
				width: 100vw;
				height: 100vh;
				min-height: 680px;
				background-image: url(img/home/home-salone-2017.jpg);
				background-size: 92% auto;
				background-repeat: no-repeat;
				background-position:center 96px;
			}

			#home-salone-2017 a img {
				display: none;
			}

			.page-template-hdg-book-preview .gallery-book-preview div img {
				max-width: 80vw;
				max-height: 80vh;
			}
			
			.template-careers-2 .col-sx,
			.template-careers-2 .col-dx {
				width: 48%;
			}
			
			
			
			.footer-links-mobile {
				display: block;
			}
			.footer-links-mobile ul {
				display: flex;
				flex-wrap: nowrap;
			}

}

@media only screen and (min-width:1024px) and (min-height:680px) {

			#home-salone-2017 {
				background-position:center center;
			}
			
}

/* Desktop min 1025px */
@media only screen and (min-width:1025px) {
	/* spacer */
			.spacer20 {
				display: block;
				height: 20px;
				width: 100%;
			}
			.spacer25 {
				display: block;
				height: 25px;
				width: 100%;
			}
			.spacer50 {
				display: block;
				height: 50px;
				width: 100%;
			}
			.spacer70 {
				display: block;
				height: 70px;
				width: 100%;
			}
			.spacer100 {
				display: block;
				height: 100px;
				width: 100%;
			}
			.spacer200 {
				display: block;
				height: 200px;
				width: 100%;
			}
	/* header */
			.header-spacer {
				height: 90px;
			}
	/* logo */
			.logo {
				padding: 40px 0 4px 0;
			}
	/* switch */
			#switch {
				display: none;
			}
	/* nav */
			.nav {
				display: block;
				position: absolute;
				width: 100%;
				height: auto;
				margin: 34px 0 0 0;
				right: 0;
				background: transparent;
				-webkit-transition: none;
				-moz-transition: none;
				-o-transition: none;
				transition: none;
				text-align: right;
			}
			.page-template-hdg-hangar-digital-new .nav,
			.journal .nav,
			.clients .nav,
			.single-post .nav,
			.single-careers .nav,
			.home-zh .nav,
			.search .nav,
			.page-template-hdg-home-collectibles .nav,
			.page-template-hdg-home-collectibles-confirm .nav,
			.page-template-hdg-home-collectibles-landing .nav,
			.QCQDN2 .nav,
			.page-template-landing-compasso-piuma .nav {
				background: transparent;
			}
			.nav span {
				display: inline-block;
				text-align: left;
				margin: 0 0;
			}
			.nav span:nth-child(1) {
				padding: 0 5% 0 10px;
				border-left: solid 1px rgba(255,255,255,0.4);
			}
			.nav span:nth-child(2) {
				padding: 0 5% 0 10px;
				border-left: solid 1px rgba(255,255,255,0.4);
			}
			.nav span:nth-child(3) {
				padding: 0 10% 1px 10px;
				border-left: solid 1px rgba(255,255,255,0.4);
			}
			.nav span:nth-child(4),
			.nav span:nth-child(5) {
				margin: 0 5px 0 0;
				border: solid 1px rgba(255,255,255,0.4);
			}
			.nav span:nth-child(6) {
				border: solid 1px rgba(255,255,255,0.4);
				padding: 1px 0 2px 0;
				position: relative;
			}
			.nav .menu a {
				font: normal 1.6rem/1 'futura_lt_btlight', Helvetica, Arial, sans-serif;
				padding: 6px 0;
			}
			.nav span:nth-child(4) a,
			.nav span:nth-child(5) a {
				padding: 6px 10px;
				font-size: 1.5rem;
			}
			.nav span:nth-child(4) a:first-child,
			.nav span:nth-child(5) a:first-child {
				padding: 6px 10px;
			}
			.nav span:nth-child(4),
			.nav span:nth-child(5),
			.nav span:nth-child(6) {
				min-width: 113px;
			}
			.page-template-hdg-hangar-digital-new .nav span:nth-child(1),
			.journal .nav span:nth-child(1),
			.clients .nav span:nth-child(1),
			.single-post .nav span:nth-child(1),
			.single-careers .nav span:nth-child(1),
			.home-zh .nav span:nth-child(1),
			.search .nav span:nth-child(1),
			.page-template-hdg-home-collectibles .nav span:nth-child(1),
			
			.page-template-hdg-hangar-digital-new .nav span:nth-child(2),
			.journal .nav span:nth-child(2),
			.clients .nav span:nth-child(2),
			.single-post .nav span:nth-child(2),
			.single-careers .nav span:nth-child(2),
			.home-zh .nav span:nth-child(2),
			.search .nav span:nth-child(2),
			.page-template-hdg-home-collectibles .nav span:nth-child(2),
			
			.page-template-hdg-hangar-digital-new .nav span:nth-child(3),
			.journal .nav span:nth-child(3),
			.clients .nav span:nth-child(3),
			.single-post .nav span:nth-child(3),
			.single-careers .nav span:nth-child(3),
			.home-zh .nav span:nth-child(3),
			.search .nav span:nth-child(3),
			.page-template-hdg-home-collectibles .nav span:nth-child(3),
			
			.page-template-hdg-home-collectibles-confirm .nav span:nth-child(1),
			.page-template-hdg-home-collectibles-confirm .nav span:nth-child(2),
			.page-template-hdg-home-collectibles-confirm .nav span:nth-child(3),
			
			.page-template-hdg-home-collectibles-landing .nav span:nth-child(1),
			.page-template-hdg-home-collectibles-landing .nav span:nth-child(2),
			.page-template-hdg-home-collectibles-landing .nav span:nth-child(3),
			
			.QCQDN2 .nav span:nth-child(1),
			.QCQDN2 .nav span:nth-child(2),
			.QCQDN2 .nav span:nth-child(3),
			
			.page-template-landing-compasso-piuma .nav span:nth-child(1),
			.page-template-landing-compasso-piuma .nav span:nth-child(2),
			.page-template-landing-compasso-piuma .nav span:nth-child(3) {
				border-left: solid 1px #666;
			}
			.journal .nav span:nth-child(4),
			.journal .nav span:nth-child(5),
			.journal .nav span:nth-child(6),
			
			.page-template-hdg-hangar-digital-new .nav span:nth-child(4),
			.page-template-hdg-hangar-digital-new .nav span:nth-child(5),
			.page-template-hdg-hangar-digital-new .nav span:nth-child(6),
			
			.clients .nav span:nth-child(4),
			.clients .nav span:nth-child(5),
			.clients .nav span:nth-child(6),
			
			.single-post .nav span:nth-child(4),
			.single-post .nav span:nth-child(5),
			.single-post .nav span:nth-child(6),
			
			.single-careers .nav span:nth-child(4),
			.single-careers .nav span:nth-child(5),
			.single-careers .nav span:nth-child(6),
			
			.home-zh .nav span:nth-child(4),
			.home-zh .nav span:nth-child(5),
			.home-zh .nav span:nth-child(6),
			
			.search .nav span:nth-child(4),
			.search .nav span:nth-child(5),
			.search .nav span:nth-child(6),
			
			.page-template-hdg-home-collectibles .nav span:nth-child(4),
			.page-template-hdg-home-collectibles .nav span:nth-child(5),
			.page-template-hdg-home-collectibles .nav span:nth-child(6),
			
			.page-template-hdg-home-collectibles-confirm .nav span:nth-child(4),
			.page-template-hdg-home-collectibles-confirm .nav span:nth-child(5),
			.page-template-hdg-home-collectibles-confirm .nav span:nth-child(6),
			
			.page-template-hdg-home-collectibles-landing .nav span:nth-child(4),
			.page-template-hdg-home-collectibles-landing .nav span:nth-child(5),
			.page-template-hdg-home-collectibles-landing .nav span:nth-child(6),
			
			.QCQDN2 .nav span:nth-child(4),
			.QCQDN2 .nav span:nth-child(5),
			.QCQDN2 .nav span:nth-child(6),
			
			.page-template-landing-compasso-piuma .nav span:nth-child(4),
			.page-template-landing-compasso-piuma .nav span:nth-child(5),
			.page-template-landing-compasso-piuma .nav span:nth-child(6) {
				border: solid 1px #666;
			}
			.nav i.line {
				display: block;
				width: 100%;
				height: 1px;
				background: rgba(255,255,255,0.4);
			}
			.page-template-hdg-hangar-digital-new .nav i.line,
			.journal .nav i.line,
			.clients .nav i.line,
			.single-post .nav i.line,
			.single-careers .nav i.line,
			.home-zh .nav i.line,
			.search .nav i.line,
			.page-template-hdg-home-collectibles .nav i.line,
			.page-template-hdg-home-collectibles-confirm .nav i.line,
			.page-template-hdg-home-collectibles-landing .nav i.line,
			.QCQDN2 .nav i.line,
			.page-template-landing-compasso-piuma .nav i.line {
				background: #666;
			}
			.nav span:nth-child(6) i.line {
				float: left;
				margin-top: -2px;
			}

			#select-languages {
				float: left;
				position: static;
			}
			#select-languages ul {
				width: 113px;
				right: -1px;
				top: 25px;
				text-transform: uppercase;
				padding: 5px 0;
			}
			#select-languages a {
				padding: 5px 10px 6px;
				text-align: left;
				font-size: 1.5rem;
			}
			#select-languages ul a {
				font-size: 1.6rem;
				text-transform: capitalize;
				text-align: center;
			}
			#search-link {
			    float: left;
			    padding: 5px 10px 7px 10px;
			    font-size: 1.4rem;
			    position: relative;
			}
			#search-link:after {
				content: '';
				display: inline-block;
				height: 16px;
				width: 1px;
				background: rgba(255,255,255,0.4);
				position: absolute;
				top: 4px;
				right: 0;
			}
			
			.page-template-hdg-hangar-digital-new #search-link:after,
			.journal #search-link:after,
			.clients #search-link:after,
			.single-post #search-link:after,
			.single-careers #search-link:after,
			.home-zh #search-link:after,
			.search #search-link:after,
			.page-template-hdg-home-collectibles #search-link:after,
			.page-template-hdg-home-collectibles-confirm #search-link:after,
			.page-template-hdg-home-collectibles-landing #search-link:after,
			.QCQDN2 #search-link:after,
			.page-template-landing-compasso-piuma #search-link:after {
				background: #666;
			}
			#social-header {
			    text-align: left;
			    clear: both;
			}
			#social-header li a {
			    padding: 0 0 0 10px;
			}
			#social-header li u {
				display: inline-block;
				height: 11px;
				width: 1px;
				background: rgba(255,255,255,0.4);
				margin: 0 0 0 10px;
			}
			.page-template-hdg-hangar-digital-new #social-header li u,
			.journal #social-header li u,
			.clients #social-header li u,
			.single-post #social-header li u,
			.single-careers #social-header li u,
			.home-zh #social-header li u,
			.search #social-header li u,
			.page-template-hdg-home-collectibles #social-header li u,
			.QCQDN2 #social-header li u,
			.page-template-landing-compasso-piuma #social-header li u {
				background: #666;
			}
	/* footer */
			.footer-logo {
				display: table;
				margin: -33px auto 0 auto;
				padding: 10px 100px;
				background: #000;
			}
			.footer-nav {
				display: block;
				text-transform: uppercase;
				font: normal 1.2rem/1.5 'futura_lt_btlight', Helvetica, Arial, sans-serif;
				letter-spacing: 2px;
				margin: 30px 0 0 0;
				padding: 0 0 30px 0;
				border-bottom: 1px solid #666;
			}
			.footer-nav a {
				color: #999;
			}
			.page-template-hdg-hangar-digital-new .footer-nav a,
			.journal .footer-nav a, 
			.clients .footer-nav a, 
			.single-post .footer-nav a, 
			.search .footer-nav a, 
			.page-template-landing-compasso-piuma .footer-nav a {
				color: #999;
			}
			.footer-nav a:first-child {
				color: #fff;
				font-family: 'futura_md_btmedium', Helvetica, Arial, sans-serif;
			}
			.footer-nav button {
				font: normal 1.2rem/2 'futura_lt_btlight', Helvetica, Arial, sans-serif;
				letter-spacing: 2px;
				color: #999;
				background: transparent;
			}
			.footer-nav li {
				float: left;
				width: 18%;
			}
			.footer-nav li:last-child {
				float: right;
				width: auto;
			}
			.footer-links {
				padding: 30px 0;
				border-bottom: 1px solid #666;
				display: flex;
				align-items: center;
				justify-content: space-between;
				
			}
			
			.footer-links .tonews {
				width: 100%;
				float: left;
				margin: 0;
				display: flex;
				align-items: center;
				justify-content: space-between;
			}
			
			.footer-links .tonews li {
				/*width: 25%;*/
				padding: 0 40px 0 0;
				float: left;
			}
			
			.footer-links .tonews li:last-child {
				padding: 0;
			}
			
			.footer-links .tonews li img {
				width: auto;
				height: 50px;
			}

			.footer-links .tonews li:first-child img {
				height: 90px;
			}

			.footer-hangar-taste {
				padding-top: 7px;
				float: left;
				display: block;
			}
			.footer-hangar-taste img {
				/*
				height: 80px;
				width: auto;
				margin: 0;
				*/
			}
			.footer-social-wall {
				float: left;
				font: normal 1.2rem/2 'futura_lt_btlight', Helvetica, Arial, sans-serif;
				letter-spacing: 2px;
				color: #fff;
				margin: 5px 0 0 3%;
			}

			.footer-h {
				float: left;
				font: normal 1.2rem/2 'futura_lt_btlight', Helvetica, Arial, sans-serif;
				letter-spacing: 2px;
				color: #fff;
				margin: 0 0 0 5%;
			}
			.footer-h img {
				width: auto;
				height: 35px;
				float: left;
				margin: 0 10px 0 0;
			}
			.footer-h span {
				display: inline-block;
				padding: 5px 0 0 0;
			}

			.footer-search {
				float: right;
				font: normal 1.2rem/2 'futura_lt_btlight', Helvetica, Arial, sans-serif;
				letter-spacing: 2px;
				color: #fff;
			    margin: 5px 3% 0 0;
			    display: none;
			}
			#footer-select-languages {
				float: right;
				font: normal 1.2rem/2 'futura_lt_btlight', Helvetica, Arial, sans-serif;
				letter-spacing: 2px;
				color: #fff;
				margin: 0;
				margin: 5px 0 0 0;
				text-transform: uppercase;
				position: relative;
			}
			#footer-select-languages ul {
				display: none;
				position: absolute;
				right: 0;
				top: 24px;
				background: #000;
				padding: 6px 10px;
				border: 1px solid #666;
			}
			#footer-select-languages:hover ul {
				display: inline;
			}
			.footer-social h3 {
				margin: 0 0 20px 0;
			}
			.footer-social a {
				font-size: 2.4rem;
				line-height: 1;
				margin: 0 15px 20px 0;
			}
			.footer-info .left {
				float: left;
			}
			.footer-info .left a:before {
				content: " | ";
			}
			.footer-info .left a:first-child:before {
				content: " - ";
			}
			.footer-info .right {
				float: right;
				margin-top: 0;
			}
			.footer-info a {
				display: inline;
			}
			.footer-digital-social {
				float: right;
				margin: -6px 65px 0 0;
			}
			.footer-search-languages {
				float: right;
				width: auto;
				text-align: left;
				margin: -6px 0 0;
			}
			.footer-digital-social a {
				font: normal 1.2rem/2 'futura_lt_btlight', Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				letter-spacing: 2px;
				display: block;
			}
			.partners img {
				height: 40px;
			}

	/* gallery-full */
			.gallery-full .slick-prev,
			.gallery-full .slick-next {
				width: 8vw;
				height: 100%;
				display: block;
				position: absolute;
				top: 0;
				border: 0;
				margin: 0;
				padding: 0;
				z-index: 990;
				color: transparent;
				overflow: hidden;
				background-color: transparent;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: 33px 33px;
			}
			.gallery-full .slick-prev {
				left: 0;
				background-image: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/arr-prev.png);
			}
			.gallery-full .slick-next {
				right: 0;
				background-image: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/arr-next.png);
			}
	/* single-works */
			.single-works .filters .spacer100 {
				display: block;
			}
			.single-works .filters .container {
				margin-bottom: 40px;
			}
			.single-works article .subtitle {
				margin: 40px 0;
			}
			.single-works .portfolio-content .f-left,
			.single-post .content-journal .f-left {
				width: 62.5%;
			}
			.single-works .portfolio-content .f-right,
			.single-post .content-journal .f-right {
				width: 25%;
				margin-top: 0;
			}
			.single-post .content-journal .f-right {
				margin-top: 10px;
			}
			.single-works .footer {
				margin: 80px 0 0 0;
			}
	/* journal */
			
			.about .banner .background {
				display: none;
			}

			/* gallery-full */
			.gallery-friends .slick-prev,
			.gallery-friends .slick-next {
				width: 8vw;
				height: 100%;
				display: block;
				position: absolute;
				top: 0;
				border: 0;
				margin: 0;
				padding: 0;
				z-index: 990;
				color: transparent;
				overflow: hidden;
				background-color: transparent;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: 33px 33px;
			}
			.gallery-friends .slick-prev {
				left: 0;
				background-image: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/arr-prev.png);
			}
			.gallery-friends .slick-next {
				right: 0;
				background-image: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/arr-next.png);
			}
			
			.gallery-friends div .hover {
				display: block;
				position: absolute;
				width: 95%;
				height: 100%;
				margin: 0 1.25%;
				padding: 10%;
				top: 0;
				left: 0;
				background: rgba(0, 0, 0, 0.75);
				transition: opacity .5s ease-in-out;
				opacity: 0;
				font-size: 1.4rem;
			}
			
			.gallery-friends div .hover:hover {
				transition: opacity .5s ease-in-out;
				opacity: 1;
			}

			.approach .half.strong {
				padding: 0 90px;
			}
			
			.intro {
				background: none;
			}
			
			.home video {
				display: block;
				position: fixed;
				top: 50%;
				left: 50%;
				min-width: 100%;
				min-height: 100%;
				width: auto;
				height: auto;
				z-index: -100;
				transform: translateX(-50%) translateY(-50%);
				background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/video/dirigibile.jpg) no-repeat;
				background-size: cover;
				opacity: .5;
			}

			.intro header {
				width: 60%;
				margin: 0;
			}
			
			.page-template-hdg-hangar-taste .banner {
				margin-bottom: 0;
			}

			.page-template-hdg-hangar-taste .banner video {
				display: block;
				width: 100%;
				height: auto;
				/*
				background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/video/taste.jpg) no-repeat;
				background-size: cover;
				*/
			}
			
			.page-template-hdg-hangar-taste .banner {
				/* background: none; */
			}
			
			.page-template-hdg-hangar-taste .banner .image {
				display: none;
			}
			
			.page-template-hdg-hangar-taste .banner .center {
				position: absolute;
				width: 50%;
				height: 100%;
				margin: 0 25%;
				z-index: 2;
				text-align: center;
				display: flex;
				align-items: center;
				justify-content: center;
			}
			
			.page-template-hdg-hangar-taste .taste .bigbox2 .side {	
				font-size: 100%;
			}

			.about .timeline .canvas .date {
				color: black;
			}
			
			.about .timeline .canvas .text {
				padding-bottom: 0;
				margin-bottom: 0;
			}
			
			.about .timeline .canvas .text strong,
			.about .timeline .canvas .text p {
				background: none;
			}
			
			.about .timeline .canvas {
				width: 1000px;
				height: 2210px;
				background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/about/pixel_black.jpg) center center repeat-y white;
				margin: 0 auto 20px auto;
			}
			
			.about .timeline .canvas .image,
			.about .timeline .canvas .date,
			.about .timeline .canvas .text {
				position: absolute;
				background: none;
				width: auto;
				padding: 20px;
				bottom: 0;
				text-align: left;
			}
			
			.about .timeline .canvas .date strong {
				font: normal 3.0rem/1.5 'futura_md_btmedium', Helvetica, Arial, sans-serif;
			}
			
			.about .timeline .canvas .image img {
				width: 100%;
			}
			
			/* 1981 */
				
			.about .timeline .canvas .tm1 {
				top: 0;
				left: 200px;
				width: 200px;
			}
			
			.about .timeline .canvas .tm2 {
				top: 0px;
				left: 400px;
			}
				
			.about .timeline .canvas .tm3 {
				top: 5px;
				right: 0;
				width: 500px;
			}
			
			/* 1990 */
				
			.about .timeline .canvas .tm4 {
				top: 220px;
				right: 200px;
				width: 200px;
			}
				
			.about .timeline .canvas .tm5 {
				top: 220px;
				right: 400px;
			}
				
			.about .timeline .canvas .tm6 {
				top: 220px;
				left: 0;
				width: 500px;
				text-align: right;
			}
			
			/* 2000 */
				
			.about .timeline .canvas .tm7 {
				top: 410px;
				left: 200px;
				width: 200px;
			}
				
			.about .timeline .canvas .tm8 {
				top: 410px;
				left: 390px;
			}
				
			.about .timeline .canvas .tm9 {
				top: 410px;
				right: 0;
				width: 500px;
			}
			
			/* 2001 */
				
			.about .timeline .canvas .tm10 {
				top: 690px;
				left: -50px;
				width: 300px;
			}
				
			.about .timeline .canvas .tm11 {
				top: 650px;
				right: 400px;
			}
				
			.about .timeline .canvas .tm12 {
				top: 650px;
				left: 140px;
				width: 360px;
				text-align: right;
			}
			
			/* 2004 */
				
			.about .timeline .canvas .tm13 {
				top: 690px;
				right: -50px;
				width: 400px;
				opacity: .25;
			}
			
			.about .timeline .canvas .tm14 {
				top: 870px;
				left: 400px;
			}
				
			.about .timeline .canvas .tm15 {
				top: 870px;
				right: 0;
				width: 500px;
			}
			
			/* 2011 */
				
			.about .timeline .canvas .tm16 {
				top: 1070px;
				right: 200px;
				width: 300px;
			}
			
			.about .timeline .canvas .tm17 {
				top: 1020px;
				right: 400px;
			}
				
			.about .timeline .canvas .tm18 {
				top: 1020px;
				left: 150px;
				width: 350px;
				text-align: right;
			}
			
			/* 2015 */
				
			.about .timeline .canvas .tm19 {
				top: 1270px;
				left: 0;
				width: 380px;
				/* opacity: .25; */
			}
				
			.about .timeline .canvas .tm20 {
				top: 1265px;
				left: 390px;
			}
				
			.about .timeline .canvas .tm21 {
				top: 1270px;
				right: 0;
				width: 500px;
			}
			
			/* 2022 */
				
			.about .timeline .canvas .tm25 {
				top: 1540px;
				right: 20px;
				width: 400px;
			}
				
			.about .timeline .canvas .tm26 {
				top: 1540px;
				right: 400px;
			}
				
			.about .timeline .canvas .tm27 {
				top: 1540px;
				left: 100px;
				width: 400px;
				text-align: right;
			}
			
			/* TODAY */
			
			.about .timeline .canvas .today {
				position: absolute;
				text-align: center;
				background: white;
				padding: 0;
				bottom: 0;
			}
			
			.about .timeline .canvas .today .tm22 {
				position: relative;
				text-align: center;
			}
				
			.about .timeline .canvas .today .tm23 {
				position: relative;
				margin: 0 auto 20px auto;
				text-align: center;
			}
				
			.about .timeline .canvas .today .tm24 {
				position: relative;
				width: 50%;
				margin: 0 25%;
				text-align: center;
			}

			.about .timeline .canvas .arrowleft {
				position: absolute;
				display: block;
				width: 5px;
				height: 10px;
				background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/about/arrows.png) left center no-repeat;
				background-size: 10px 10px;
				
			}

			.about .timeline .canvas .arrowright {
				position: absolute;
				display: block;
				width: 5px;
				height: 10px;
				background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/img/about/arrows.png) right center no-repeat;
				background-size: 10px 10px;
			}

			.about .timeline .canvas .a1 {
				top: 35px;
				left: 500px;
			}

			.about .timeline .canvas .a2 {
				top: 250px;
				right: 500px;
			}

			.about .timeline .canvas .a3 {
				top: 440px;
				left: 500px;
			}

			.about .timeline .canvas .a4 {
				top: 680px;
				right: 500px;
			}

			.about .timeline .canvas .a5 {
				top: 900px;
				left: 500px;
			}

			.about .timeline .canvas .a6 {
				top: 1050px;
				right: 500px;
			}

			.about .timeline .canvas .a7 {
				top: 1300px;
				left: 500px;
			}

			.about .timeline .canvas .a8 {
				top: 1573px;
				left: 495px;
			}

			.contact .map .hover {
				display: none;
			}
						
			.videobox {
				position: relative;
				width: 100%;
				max-width: 1200px;
				height: auto;
				margin: auto;
			}
			
			.videobox video {
				float: left;
				border: solid 1px #333;
			}
			
			.videobox .playpause {
				display: flex;
				align-items: center;
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				background: rgba(0, 0, 0, 0.5);
				font-size: 80px;
			}
			
			.videobox .playpause i {
				width: 100%;
			}

			.home-zh .nav {
				background: transparent;
			}
			.footer-search {
				text-transform: uppercase;
			}

			.search .search-submit:hover:before{
				margin: 5px 0 0;
				content: "\f105";
			    font-family: FontAwesome;
				-moz-transform: rotate(360deg);
				-webkit-transform: rotate(360deg);
				-o-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
				transform: rotate(360deg);
			}

			.page-template-hdg-hangar-digital .banner {
				margin-bottom: 0;
			}

			.page-template-hdg-hangar-digital .banner video {
				display: block;
				width: 100%;
				height: auto;
				background: url(https://hangar.it/hdgwebsite/wp-content/themes/hdg/video/digital.jpg) no-repeat;
				background-size: cover;
				opacity: 0.6;
			}
			
			.page-template-hdg-hangar-digital .banner {
				/* background: none; */
			}
			
			.page-template-hdg-hangar-digital .banner .image {
				display: none;
			}
			
			.page-template-hdg-hangar-digital .banner .center {
				position: absolute;
				width: 90%;
				height: 100%;
				margin: 0 5%;
				z-index: 2;
				text-align: center;
				display: flex;
				align-items: center;
				justify-content: center;
				overflow: hidden;
			}

			.page-template-hdg-hangar-digital .banner .center .title {
				max-width: 650px;
			}
			
			.digital-portfolio {
				margin-top: 130px;
			}
			.page-template-hdg-hangar-digital .banner .center p {
				max-width: 570px;
			}
			
			.digital-second-video {
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: auto;
				opacity: 0.6;
			}
			.page-template-hdg-hangar-digital .digital-gradient {
				margin-top: -99px;
				top: 56.25vw;
			}
			
			.page-template-hdg-hangar-digital .containerplus.cp-video {
				background: rgba(20,20,20,1);
			}

			#home-salone-2017 {
				background-position:center 130px;
				min-height: 850px;
			}

			.page-template-hdg-book-preview .close {
				left: 20px;
			}
			.page-template-hdg-book-preview .download {
				right: 20px;
			}
			.page-template-hdg-book-preview .gallery-book-preview div img {
				max-width: 80vw;
				max-height: 80vh;
			}

			.collectibles-products .title,
			.collectibles-products .container {
				text-align: left;
			}		
						
			.collectibles-products .container .half {
				width: 50%;
				padding: 0 .5%;
				float: left;
			}
			
			.collectibles-products {
				padding: 100px 0 50px 0;
			}
						
			.collectibles-products .content {
				padding-right: 100px;
			}
			
			.collectibles-products .image {
				padding-top: 100px;
			}
			
			.collectibles-products .half {
				position: relative;
			}
			
			.collectibles-products .dida {
				font-size: 1.2rem;
				text-align: right;
				position: absolute;
				bottom: 0;
				left: -120px
			}
			
			.collectibles-form {
				padding: 50px 0;
			}
						
			.collectibles-form .container #form p {
				width: 33.33%;
				padding: 0 .5%;
				float: left;
			}
			
			.collectibles-form .container #form p.full {
				width: 100%;
			}	

			.collectibles-form .container #form .btn {
				width: 200px;
				margin: 50px auto 0 auto;
			}			

			.collectibles-form p.main {
				width: 45%;
			}	

			.collectibles-landing {
				padding: 100px 0;
				border-top: 0;
			}
						
			.collectibles-landing .container #form p {
				width: 33.33%;
				padding: 0 .5%;
				float: left;
			}
			
			.collectibles-landing .container #form p.full {
				width: 100%;
			}	
			
			.collectibles-landing .container #form .btn {
				width: 200px;
				margin: 50px auto 0 auto;
			}			

			.collectibles-landing p.main {
				width: 45%;
			}	
			
			.collectibles-confirm {
				background: none;
			}
			
			.collectibles-confirm .container {
				z-index: 2;
			}		
			
			.collectibles-confirm video {
				display: block;
				position: absolute;
				z-index: 1;
			}

			.newsletter-subscription form {
				display: flex;
				flex-wrap: wrap;
				width: 100%;
				align-items: flex-start;
				justify-content: flex-start;
				max-width: 1220px;
				margin: 0 auto;
			}
			.newsletter-subscription form div {
				width: 25%;
				display: flex;
				flex-wrap: wrap;
			}
			.newsletter-subscription form div.text {
				padding-bottom: 0 !important;
			}
			.newsletter-subscription form div.screen-reader-response {
				display: block;
				width: 100%;
			}
			.newsletter-subscription form input,
			.newsletter-subscription form .input span {
				width: 100%;
			}

			.newsletter-subscription .wpcf7-response-output {
				max-width: 230px;
			}

			#lp {
				margin: 40px auto;
			}	

			#menu-compasso {
				position: absolute;
			    right: 387px;
			    top: 34px;
			    max-width: 141px;
			    height: 57px;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    z-index: 9999;
			}
			#menu-compasso picture {
				display: block;
			}
			#menu-compasso img {
				display: block;
				max-height: 45px;
			}

			#hr-content {
				padding-top: 130px;
			}
			
			.hr-banner {
				margin-bottom: 40px;
			}
			
			.hr-box .content.sx img {
				max-width: 75%;
			}
			
			
			
			
			.footer-links-mobile {
				display: none;
			}
			.footer-links .tonews li img {
				width: auto !important;
				height: 35px !important;
			}
			.footer-links .tonews li:nth-child(2) img {
				height: 28px !important;
			}
			.footer-links .tonews li:first-child img {
				height: 55px !important;
			}
}

@media only screen and (min-width:1025px) and (min-height:924px) {

			#home-salone-2017 {
				background-position:center center;
			}
			
}



/* iPAd Pro */
@media only screen and (min-device-width:1024px) and (max-device-height:1366px) {
			.digital-second-video {
				display: none;
			}
			.page-template-hdg-hangar-digital .digital-gradient {
				top:-100px;
			}

}
@media only screen and (max-device-width:1366px) and (min-device-height:1024px) and (orientation: landscape) {
			.digital-second-video {
				display: none;
			}
			.page-template-hdg-hangar-digital .digital-gradient {
				top:0;
			}
}



@media only screen and (min-width:1100px) {


			.footer-social-wall {
				margin: 5px 0 0 5%;
			}
			.footer-social {
				width: 30%;
			}
			.partners {
				width: 22%;
				text-align: left;
			}
			.partners img {
				margin: 0;
				width: 22%;
			}
			.partners img.google {
				width: 19%;
			}
			
}



/* Desktop min 1200px */
@media only screen and (min-width:1200px) {
			.footer-links .tonews li img {
				height: 45px !important;
			}
			.footer-links .tonews li:nth-child(2) img {
				height: 38px !important;
			}
			.footer-links .tonews li:first-child img {
				height: 65px !important;
			}
			.content {
				width: 100%;
				margin: 0 auto;
			}
			
			.approach .container-box .content {
				width: 80%;
			}
				
			half {
				width: 50%;
			}
				
			.clients-list li {
				width: 16.666666667%;
			}
				
			.department {
				width: 50%;
				float: left;
				padding: 0 30px 100px 30px;
				box-sizing: border-box;
			}
			/*
			.people.leader li {
				display: inline-block;
				float: none;
			}
			
			.people li {
				width: 25%;
				margin: 0;
			}
			.people1 li .hover {
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				padding: 0 5px;
				font:normal 1.4rem/1.5 'futura_md_btmedium', Helvetica, Arial, sans-serif;
				color: white;
				opacity: 0;
				transition: opacity .5s ease-in-out;
			}
			
			.people1 li:hover .hover {
				opacity: 1;
				transition: opacity .5s ease-in-out;
			}
			
			.people1 li .hover .black {
				display: flex;
				align-items: center;
				width: 100%;
				height: 100%;
				background: rgba(0, 0, 0, 0.5);
			}
			
			.people1 li .hover .centered {
				width: 100%;
			}
			.people li .top,
			.people li .bottom {
				margin: 10px 0;
			}
			
			.people li.short {
				width: 25%;
			}
			
			.people li .full {
				margin: 10px 0;
			}
			*/
			
			
			
			/*
			.contact .address li {
				width: 25%;
			}
			.contact .address li #map-canvas1,
			.contact .address li #map-canvas2,
			.contact .address li #map-canvas3, 
			.contact .address li #map-canvas4 
			{
				height: 400px;
			}
			
			.careers-list li {
				width: 25%;
			}
			
			*/
			
			.titleimage .hover div {
				width: 50%;
				margin: 0 25%;
			}

			.about .banner {
				position: relative;
			}
			
			.about .banner .container {
				display: flex;
				align-items: center;
				position: absolute;
				width: 100%;
				height: 100%;
				
				margin: auto;
				z-index: 2;
			}
			
			.about .banner .container div {
				width: 100%;
				padding: 0;
			}
			
			.about .banner .image {
				position: relative;
				width: 100%;
				/*max-width: 1600px;*/
				top: 0;
				z-index: 0;
				margin: auto;
				background: none;
				background-size: cover;
			}
			
			.about .banner .image img {
				display: block;
				width: 100%;
				/*max-width: 1600px;*/
			}
			
			.about .history {
				text-align: center;
			}
			
			.about .history .centered {
				position: absolute;
				width: 100%;
			}
			
			.about .history .container {
				margin: auto;
			}
			
			.about .history header {
				width: 50%;
				float: left;
			}
			
			.about .history p {
				width: 50%;
				float: left;
			}
			
			.about .history .cyrcle {
				width: 150px;
				height: 150px;
				font-size: 100%;
			}
	
			.page-template-hdg-hangar-taste .taste .box1:hover .hover,
			.page-template-hdg-hangar-taste .taste .box2:hover .hover,
			.page-template-hdg-hangar-taste .taste .subbox1:hover .hover,
			.page-template-hdg-hangar-taste .taste .subbox2:hover .hover {
				width: 60%;
				height: 60%;
			}
			.page-template-hdg-hangar-taste .taste .box2:hover .hover {
				width: 29%;
				height: 60%;
				background: white;
				transition: all .25s ease-in-out; 
			}
			.page-template-hdg-hangar-taste .taste .box1 h3 {
			    font: normal 2.2rem/1.2 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
			}

			.page-template-hdg-hangar-taste .taste .text header {
				width: 75%;
			}

			.page-template-hdg-hangar-taste .taste .text li {
				/* margin: 1%; */
			}
			.footer-widget {
			    width: 464px;
			}
			.footer-widget div#coolclock-widget-2,
			.footer-widget div#coolclock-widget-3,
			.footer-widget div#coolclock-widget-4,
			.footer-widget div#coolclock-widget-5,
			.footer-widget div#coolclock-widget-6 {
				width: 72px;
				margin-left: 40px;
			}
			.partners {
				width: 26%;
			}








			.page-template-hdg-hangar-digital .digital p {
				padding: 40px 0 0;
			}
			.page-template-hdg-hangar-digital .digital strong {
				font-size: 3.0rem;
			}
			.page-template-hdg-hangar-digital .digital-gradient {
				height: 200px;
				margin-top: -199px
			}

}


@media only screen and (min-width:1220px) {

						
			.page-template-hdg-home-temp .intro header * {
			    padding: 0;
			}
}

@media only screen and (min-width:1280px) {
			.nav span:nth-child(3) {
				padding: 0 16% 0 10px;
			}
			.partners {
			    width: 29%;
			}
			
			
#lp * {
	font-size: 1.8rem;
}

#lp .lp-title {
	font-size: 5.2rem;
}
			
#lp .lp-txt {
	max-width: 750px;
}

#lp .lp-icon {
	max-width: 100px;
	top: 168px;
}
			
			
}

/* Desktop min 1306px */
@media only screen and (min-width:1306px) {
	/* porfolio */
			.portfolio-form {
				width: 100%;
			}
			.portfolio-list {
				width: 100%;
			}
			.page-template-hdg-hangar-digital .digital ul {
				padding: 0 0 20px;
				margin: 0 auto;
				max-width: 1240px;
			}
			.page-template-hdg-hangar-digital .digital li {
				padding: 20px;
			}
			.digital-portfolio {
				padding: 40px 0;
				max-width: 1200px;
			}

			#home-salone-2017 {
				background-size:1200px auto;
				min-height: 960px;
				background-position: center center;
			}
}
/* iPad Pro Landscape 1366px */
@media only screen and (min-width:1366px) {
	.page-template-hdg-hangar-taste .banner,
	.page-template-hdg-hangar-taste .banner .center,
	.page-template-hdg-hangar-digital .banner,
	.page-template-hdg-hangar-digital .banner .center {
		min-height: 766px;
	}
	
	.template-careers-2 .col-sx {
		width: 55%;
	}
	.template-careers-2 .col-dx {
		width: 41%;
	}
}
/* Desktop min 1428px */
@media only screen and (min-width:1428px) {
			.gallery-full .slick-prev {
				left: auto;
				right: 50%;
				margin-right: 600px;
			}
			.gallery-full .slick-next {
				right: auto;
				left: 50%;
				margin-left: 600px;
			}
			
			
			
			.gallery-friends .slick-prev {
				left: auto;
				right: 50%;
				margin-right: 600px;
			}
			.gallery-friends .slick-next {
				right: auto;
				left: 50%;
				margin-left: 600px;
			}
			
			/*
			.titleimage .hover div:first-child {
				margin-left: 10%;
			}
			*/

			.single-post article footer {
				display: none;
			}
						
			.single-post article footer a {
				position: absolute;
				width: 100px;
				top: 500px;
				font-size: 1.2rem;
				text-align: center;
				color: black;
				transition: all .25s ease-in-out; 
				opacity: .5;
			}	
			
			.single-post article footer a:hover {
				transition: all .25s ease-in-out; 
				opacity: 1;
			}
						
			.single-post article footer a:first-child {
				left: 0;
				transform: rotate(-90deg);
			}			
						
			.single-post article footer a:last-child {
				right: 0;
				transform: rotate(90deg);
			}			
						
			.single-post article footer a span {
				display: block;
				text-transform: uppercase;
			}
			
			.single-post article footer a:first-child img {
				width: 50px;
				padding-left: 20px;
				height: auto;
				transform: rotate(90deg);
			}		
			
			.single-post article footer a:last-child img {
				width: 50px;
				padding-right: 20px;
				height: auto;
				transform: rotate(-90deg);
			}
			.footer-search {
				display: block;
				margin: 5px 0 0 3%;
			}
			.footer-social-wall {
				margin: 5px 0 0 4%;
			}
			
			.digital-arrow {
				top: -140px;
			}
			.page-template-hdg-hangar-digital .digital ul {
				margin-top: -80px;
			}
			
			
}
/* Desktop min 1600px */
@media only screen and (min-width:1600px) {
	
			.page-template-hdg-hangar-taste .taste .box1:hover .hover,
			.page-template-hdg-hangar-taste .taste .box2:hover .hover,
			.page-template-hdg-hangar-taste .taste .subbox1:hover .hover,
			.page-template-hdg-hangar-taste .taste .subbox2:hover .hover {
				width: 50%;
				height: 50%;
			}
			.page-template-hdg-hangar-taste .taste .box2:hover .hover {
				width: 25%;
				height: 50%;
				background: white;
				transition: all .25s ease-in-out; 
			}
			.page-template-hdg-hangar-taste .taste .box1 h3 {
			    font: normal 3.0rem/1.1 'berthold_walbaum_bookregular', Times, "Times New Roman", sans-serif;
			}
			
			.page-template-hdg-hangar-taste .banner,
			.page-template-hdg-hangar-digital .banner {
				background: none;
			}
			
			.taste-video-vu {
				min-height: 400px;
			}
			
			
			
			
			
			
			/*
			.page-template-hdg-hangar-digital .digital ul {
				padding: 2vw 6vw 6vw 8vw;
				margin: 0 auto;
				max-width: 1484px;
			}
			*/
			.page-template-hdg-hangar-digital .digital strong {
				font-size: 3.5rem;
			}
			.page-template-hdg-hangar-digital .digital-gradient {
				top: 901px;
			}
			.digital-arrow {
				top: -180px;
			}
			
			.page-template-hdg-hangar-taste .taste .text li {
				margin: 0.5% 1%;
			}
			
			
			
			
}

@media only screen and (min-width:1920px) {
	
	.hr28-iframe iframe {
		width: 1280px;
		height: 720px;
		max-width: none;
		max-height: none;
		margin: auto;
	}
	
}


/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#999;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#999;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#999;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}








/* SOCIAL WALL
	
	
	

#dcsns-filter {
	opacity: 0;
	text-align: center;
	line-height: 1;
	margin: 0 0 30px 0;
}
#dcsns-filter li {
	display: inline-block;
	line-height: 1;
	margin: 0 5px;
}
#dcsns-filter li a {
	background: transparent !important;
	font: normal 1.6rem/1 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}
#dcsns-filter li a:hover,
#dcsns-filter li a.iso-active {
	color: #fff;
}
.dcwss.dc-wall .stream {
	overflow: hidden;
	margin: 0 auto;
	width: 300px;
}
.dcwss.dc-wall .stream li {
	position: relative;
}
.dcwss.dc-wall .stream li .inner,
.dcwss.dc-wall .stream li .section-thumb,
.dcwss.dc-wall .stream li .section-text {
	float: left;
}
.dcwss.dc-wall .stream li .section-text {
	padding: 20px;
}
.dcwss.dc-wall .stream li .icon {
	display: none;
}
.dcwss.dc-wall .stream li .section-intro {
	background: transparent !important;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	color: #666;
	width: 100%;
}
.dcwss.dc-wall .stream li .section-intro span,
.dcwss.dc-wall .stream li .section-intro a {
	font: normal 1.2rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	color: #666;
}
.dcwss.dc-wall .stream li .section-text {
	padding-bottom: 100px;
	font: normal 1.6rem/1.3 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	overflow: hidden;
}
.dcwss.dc-wall .stream li .section-user {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font: normal 1.2rem/1 'berthold_walbaum_bookregular', Times, "Times New Roman", serif !important;
	text-transform: uppercase;
}
.dcwss.dc-wall .stream li .section-user:before {
	font: normal 1.8rem/1 FontAwesome !important;
	display: block;
	margin-bottom: 5px;
}
.dcwss.dc-wall .stream li img {
	width: 300px !important;
	height: auto;
}
.dcwss.dc-wall .stream li .section-title {
	display: none !important;
}





.dcwss.dc-wall .stream li.dcsns-twitter {
	background: #444;
}
.dcwss.dc-wall .stream li.dcsns-twitter .twitter-user {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font: normal 1.2rem/1 'berthold_walbaum_bookregular', Times, "Times New Roman", serif !important;
	text-transform: uppercase;
}
.dcwss.dc-wall .stream li.dcsns-twitter .twitter-user:before {
	content: "\f099";
	font: normal 1.8rem/1 FontAwesome !important;
	display: block;
	margin-bottom: 5px;
}
.dcwss.dc-wall .stream li.dcsns-twitter .twitter-user strong {
	display: none;
}
.dcwss.dc-wall .stream li.dcsns-twitter .section-text {
	font: normal 3.0rem/1.3 'futura_lt_btlight', Helvetica, Arial, sans-serif;
	max-width: 300px;
	overflow-wrap: break-word;
}
.dcwss.dc-wall .stream li.dcsns-twitter .section-text img {
	display: none !important;
}





.dcwss.dc-wall .stream li.dcsns-facebook {
	background: #222;
}
.dcwss.dc-wall .stream li.dcsns-facebook .section-user:before {
	content: "\f09a";
}
.dcwss.dc-wall .stream li.dcsns-facebook img {
	opacity: 0.4 !important;
	-webkit-transition: opacity .5s !important;
	-moz-transition: opacity .5s !important;
	-o-transition: opacity .5s !important;
	transition: opacity .5s !important;
}
.dcwss.dc-wall .stream li.dcsns-facebook:hover img {
	opacity: 1 !important;
}
.dcwss.dc-wall .stream li.dcsns-facebook .section-thumb a {
	display: block;
	background: #000;
}





.dcwss.dc-wall .stream li.dcsns-instagram .section-intro {
	display: none !important;
}
.dcwss.dc-wall .stream li.dcsns-instagram .section-text {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .5s !important;
	-moz-transition: opacity .5s !important;
	-o-transition: opacity .5s !important;
	transition: opacity .5s !important;
	z-index: 1;
}
.dcwss.dc-wall .stream li.dcsns-instagram .section-user {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.85);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s !important;
	-moz-transition: opacity .5s !important;
	-o-transition: opacity .5s !important;
	transition: opacity .5s !important;
}
.dcwss.dc-wall .stream li.dcsns-instagram:hover .section-user,
.dcwss.dc-wall .stream li.dcsns-instagram:hover .section-text {
	opacity: 1;
}
.dcwss.dc-wall .stream li.dcsns-instagram .section-user:before {
	content: "\f16d";
	font: normal 4.0rem/1 FontAwesome !important;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}
.dcwss.dc-wall .stream li.dcsns-instagram .section-user a {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	font: normal 1.4rem/1 'futura_bk_btbook', Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: none;
}




.dcwss.dc-wall .stream li.dcsns-youtube .section-intro {
	position: static;
	bottom: auto;
	left: auto;
}
.dcwss.dc-wall .stream li.dcsns-youtube .section-intro span {
	display: none !important;
}
.dcwss.dc-wall .stream li.dcsns-youtube .section-intro a {
	color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: opacity .5s !important;
	-moz-transition: opacity .5s !important;
	-o-transition: opacity .5s !important;
	transition: opacity .5s !important;
}
.dcwss.dc-wall .stream li.dcsns-youtube .section-intro a:before {
	content: "\f16a";
	color: #fff;
	font: normal 4.0rem/1 FontAwesome !important;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin: -20px 0 0 0;
}
.dcwss.dc-wall .stream li.dcsns-youtube .section-intro a:hover {
	opacity: 1;
}



@media only screen and (min-width: 600px) {
	.dcwss.dc-wall .stream {
		width: 600px;
	}
}
@media only screen and (min-width: 900px) {
	.dcwss.dc-wall .stream {
		width: 900px;
	}
}
@media only screen and (min-width: 1200px) {
	.dcwss.dc-wall .stream {
		width: 1200px;
	}
}

*/






