/*
Theme Name: William Hefner
Author: Loyal team
Author URI: http://thisisloyal.com/
Description: William Hefner website
Version: 1.0
*/

@charset "UTF-8";

/*-------*/
/* FONTS */
/*-------*/

@font-face {
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
    font-weight:normal;
	font-style:normal;

}
@font-face {
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardeGothicProXLt';
    src: url('fonts/itcavantgardepro-xlt-webfont.eot');
    src: url('fonts/itcavantgardepro-xlt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itcavantgardepro-xlt-webfont.woff') format('woff'),
         url('fonts/itcavantgardepro-xlt-webfont.ttf') format('truetype'),
         url('fonts/itcavantgardepro-xlt-webfont.svg#ITCAvantGardeGothicProXLt') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-------*/
/* RESET */
/*-------*/

html,body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-weight: normal;
	font-size: 15px;
}
body{
	-webkit-text-size-adjust: none;
	background: #6a582c;
	overflow-x: hidden;
}
body.menu-open{
	overflow: hidden;
}
header, footer, article, section, ul, li, a, h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
}
img{
	border: none;
}
a{
	text-decoration: none;
	outline: none;
}
p {
	margin: 0px; 
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none; 
}
.inner.site-padding .right .txt {
	color: #cd9c1f;
}
	.uno a {
		font-family: Arial, Helvetica, sans-serif;
		font-stretch: condensed;
		font-size: 24px;
		text-decoration: none;
		color: #cd9c1f ;
		
	}
	.uno a:hover {
		color: #FFFFFF;
	}

.bot_volver{
	padding: 5px 10px 5px 10px;
	align-content: center;
	font-size: 13px;
	color: #FFF;
	background: linear-gradient(top, #603, #903);
	background: center, -webkit-linear-gradient(top, #603, #903);
	background: center, -moz-linear-gradient(top, #603, #903);
	background: center, -ms-linear-gradient(top, #603, #903);
	display: block;
	border-radius:5px;
	cursor: pointer;
	border: none;
}
.bot_volver:hover{
	color: #603;
	background: center, linear-gradient(top,#F2F2F2,#acb2b9);
	background: center, -webkit-linear-gradient(top,#F2F2F2,#acb2b9);
	background: center, -moz-linear-gradient(top,#F2F2F2,#acb2b9);
	background: center, -ms-linear-gradient(top,#F2F2F2,#acb2b9);
}
/*---------*/
/* GENERAL */
/*---------*/

.unselectable {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none; 
}
.site-padding{
	padding-left: 60px !important;
	padding-right: 60px !important;
}
.site-padding-left{
	padding-left: 60px !important;
}
.site-padding-right{
	padding-right: 60px !important;
}
.main-wrapper{
	text-align: center;
}
.max-width{
	display: inline-block;
	max-width: 1900px;
	width: 100%;
}
.clear-both{
	clear: both;
}
/* --- */
@media only screen and (max-width: 1023px) {
	
}
@media only screen and (max-width: 767px) {
	.site-padding{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.site-padding-left{
		padding-left: 30px !important;
	}
	.site-padding-right{
		padding-right: 30px !important;
	}
}

/*------------------*/
/* BACKGROUND IMAGE */
/*------------------*/

#BG{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: transparent;
}
#BG .image{
	position: absolute;
	width: 100%;
	height: 0px;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#BG.top-left .image{
	background-position: top left;
}
#BG.top-center .image{
	background-position: top center;
}
#BG.top-right .image{
	background-position: top right;
}
#BG.center-left .image{
	background-position: center left;
}
#BG.center-right .image{
	background-position: center right;
}
#BG .image.visible{
	height: 100%;
}
@media only screen and (max-width: 767px) {
	#BG.hide-on-mobile{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
	#BG.contain .image{
		background-size: contain;
	}
}

#BG-MOBILE-ALT{
	width: 100%;
	width: -webkit-calc(100% + 60px);
	width: -moz-calc(100% + 60px);
	width: calc(100% + 60px);
	margin-left: 0px;
	margin-left: -webkit-calc(-30px);
	margin-left: -moz-calc(-30px);
	margin-left: calc(-30px);
	position: relative;
	background: #212121;
	display: none;
}
#BG-MOBILE-ALT:before{
	display: block;
	content: "";
	padding-top: 56.5%;
}
#BG-MOBILE-ALT .img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	/*
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
	*/
}
#BG-MOBILE-ALT .img.visible{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	#BG-MOBILE-ALT{
		display: block;	
	}
}

/*--------*/
/* HEADER */
/*--------*/

#header{
	background: #25241d;
	color: white;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 300;
	line-height: 0px;
}
#header.transparent{
	background: transparent;
}
#header .inner{
	padding-top: 19px;/**/
	padding-bottom: 17px;/**/
	text-align: left;
}
#header.small .inner{
	padding: 27px;
}
#header a{
	color: white;
}
.standard-device #header a:hover{
	color: blue;
}
#logo{
	float: right;
}
#logo a{
	color: #727270 !important;
}
#logo .logo-1{
	height: 50px;
	width: auto;
	display: none;
}
#logo .logo-2{
	height: 90px;
	width: auto;
	display: block;
	margin-top: -4px;/**/
}
#header.small .logo-1{
	display: none;
}
#header.small .logo-2{
	margin-top: 0px;
}
#header .header-buttons{
	margin-top: 66px;
	margin-top: 62px;/**/
	float: left;
}
#header.small .header-buttons{
	margin-top: 4px;
	margin-bottom: -4px;
}
#header .header-nav{
	width: 0px;
	height: 0px;
	overflow: hidden;
}
#nav-button {
	width: 25px;
	height: 20px;
	position: relative;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	cursor: pointer;
	float: left;
	margin-right: 20px;
}	
#nav-button.open {
	width: 28px;
	margin-right: 17px;
}
#nav-button span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #836b32;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.standard-device #nav-button:hover span{
	background: white;
}
#nav-button.open span{
	background: white;
}
#nav-button span:nth-child(1) {
  top: 0px;
}
#nav-button span:nth-child(2),#nav-button span:nth-child(3) {
  top: 8px;
}
#nav-button span:nth-child(4) {
  top: 16px;
}
#nav-button.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#nav-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-button.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#search-form{
	height: 20px;
	width: auto;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 3px;
	transition: all 0.3s;
}
#search-input{
	/*
	height: 20px;
	width: 0px;
	background: #424343;
	border: none;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: -1px;
	border-radius: 2px;
	color: white;
	font-family: '';
	font-size: 14px;
	line-height: 21px;
	padding: 0px;
	transition: all 0.3s ease-out;
	*/
	height: 39px;
	width: 0px;
	background: #424343;
	border: none;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: -11px;
	border-radius: 0px;
	color: white;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 19px;
	line-height: 39px;
	padding: 0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#search-input.open{
	width: 244px;
	padding: 0px 10px;
	margin-left: 3px;
}
#search-button{
	width: 25px;
	height: 22px;
	position: relative;
	margin: 0px auto;
	margin-top: -2px;
	background: transparent;
	border: none;
	float: left;
	cursor: pointer;
	padding: 0px;
}
#search-button svg *{
	-webkit-transition: fill 0.3s;
	-moz-transition: fill 0.3s;
	transition: fill 0.3s;
}
.standard-device #search-button:hover svg *{
	fill: white;
}
#search-button.open{
	
}
/*
#search-input::-webkit-input-placeholder { 
	color: white;
	opacity: 1;
}
#search-input::-moz-placeholder { 
	color: white;
	opacity: 1;
}
#search-input:-ms-input-placeholder { 
	color: white;
	opacity: 1;
}
#search-input:-moz-placeholder { 
	color: white;
	opacity: 1;
}
*/
@media only screen and (max-width: 767px) {
	#header .inner{
		padding-top: 14px !important;
		padding-bottom: 6px !important;
	}
	#logo{
		width: 80px;
		overflow: hidden;
	}
	#header .logo-1{
		display: block !important;
		height: 50px !important;
		float: right;
	}
	#header .logo-2{
		display: none !important;
	}
	#header .header-buttons{
		margin-top: 2px !important;
	}
	#search-input.open{
		width: 180px;
	}
}
@media only screen and (max-width: 479px) {
	#search-input.open{
		width: 140px;
	}
}
@media only screen and (max-width: 374px) {
	#search-form{
		margin-left: -3px;
	}
}
@media only screen and (max-width: 319px) {
	#search-input.open{
		width: 100px;
	}
}

/*--------*/
/* FOOTER */
/*--------*/

#footer{
	width: 100%;
	background: #1f1f19;
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 10;
	line-height: normal;
}
#footer.fixed{
	position: fixed;
	left: 0px;
	bottom: 0px;
}
#footer.fixed-only{
	position: fixed !important;
	left: 0px !important;
	bottom: 0px !important;
}
#footer.fixed-only.except-mobile{
	height: 0px;
	overflow: hidden;
}
#footer.menu-open{
	height: inherit !important;
	overflow: inherit !important;
	position: fixed  !important;
	left: 0px !important;
	bottom: 0px !important;
	z-index: 900;
}
#footer a{
	color: #836b32;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.standard-device #footer a:hover{
	color: #f9eb05;
}
#footer .inner{
	padding: 45px;
	text-align: left;
}
#footer .inner .left{
	float: left;
}
#footer .inner .left .icon{
	width: 30px;
	height: 30px;
	margin-top: -8px;
	display: block;
	float: left;
	margin-right: 12px;
	margin-left: -1px;
}
#footer .inner .left .icon img,
#footer .inner .left .icon svg{
	width: 100%;
	height: 100%;
}
#footer .inner .left .txt{
	float: left;
	margin-left: 16px;
	color: #836b32;
}
#footer .inner .txt-mobile{
	display: none;
	font-size: 16px;
	margin-left: 1px;
	margin-top: -13px;
	margin-bottom: 28px;
	line-height: 18px;
}
#footer .inner .right{
	float: right;
}
#footer .icon svg *{
	-webkit-transition: fill 0.3s;
	-moz-transition: fill 0.3s;
	transition: fill 0.3s;
}
#footer .by{
	font-size: 12px;
	color: #f9eb05;
}
.standard-device #footer .icon:hover svg *{
	fill: white;
}
@media only screen and (max-width: 3840px) {
	#footer .inner{
		padding: 25px;
	}
}
@media only screen and (max-width: 767px) {
	#footer{
		font-size: 15px;	
	}
	#footer.fixed-only.except-mobile{
		position: inherit !important;
		left: inherit !important;
		bottom: inherit !important;
		height: inherit;
	}
	#footer.fixed-only.except-mobile.fixed{
		position: inherit !important;
		left: 0px !important;
		bottom: 0px !important;
	}
	#footer.menu-open,
	#footer.fixed-only.except-mobile.menu-open,
	#footer.fixed-only.except-mobile.fixed.menu-open{
		height: inherit !important;
		overflow: inherit !important;
		position: fixed  !important;
		left: 0px !important;
		bottom: 0px !important;
		z-index: 900;
		
		height: inherit !important;
		overflow: inherit !important;
		position: inherit  !important;
		left: inherit !important;
		bottom: inherit !important;
		z-index: inherit;
	}
	#footer .inner{
		padding: 25px;
	}
	#footer .inner .right{
		display: none;
	}
	
	/*new footer mobile*/
	#footer .inner{
		padding: 35px;
	}
	#footer .inner .txt-mobile{
		display: block;
		font-size: 16px;
		color: #836b32;
	}
	#footer .inner .left .txt{
		margin-left: 3px;
	}
}
@media only screen and (max-width: 479px) {
	#footer{
		font-size: 13px;
		padding-bottom: 10px;
	}
	#footer .inner .left .icon{
		margin-right: 8px;
	}
	#footer .inner .left .txt{
		margin-left: 6px;
	}
	#footer .inner .left .txt.email a span{
		display: none;
	}
}
@media only screen and (max-width: 359px) {
	#footer{
		font-size: 12px;
	}
}

/*-----*/
/* NAV */
/*-----*/

#nav{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #6a582c;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: semi-condensed;
}
#nav .inner{
	position: relative;
	/*padding-top: 90px;*/
	padding-top: 160px;
	min-width: 870px;
	text-align: left;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
}
#nav .close-button{
	color: #cd9c1f;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	cursor: pointer;
	margin-left: -2px;
	margin-bottom: 40px;
	width: 30px;
	height: 30px;
	background-image: url(assets/icon-close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}
#nav .inner .mask{
	position: relative;
	margin-bottom: 70px;
}
#nav ul{
	-webkit-transition: margin 0.3s, padding 0.3s, top 0.3s, left 0.3s;
	-moz-transition: margin 0.3s, padding 0.3s, top 0.3s, left 0.3s;
	transition: margin 0.3s, padding 0.3s, top 0.3s, left 0.3s;
}
#nav ul li{
	margin-bottom: 13px;
	font-size: 24px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#nav ul li a{
	color: #cd9c1f;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
#nav ul li a.selected{
	color: white;
}
.standard-device #nav ul li a:hover{
	color: white;
}
#nav ul li a.current{
	/*color: #f9eb05 !important;*/
	color: white !important;
}
#mmenu-nav{
	position: absolute;
	top: 0px;
	left: 0px;
}
#nav ul.sub-menu-level-2{
	position: absolute;
	top: 0px;
	left: 190px;
	display: none;
}
#nav ul.sub-menu-level-2.visible{
	display: inline-block;
}
#nav ul.sub-menu-level-3{
	position: absolute;
	top: 0px;
	left: 380px;
	display: none;
}

#nav ul.sub-menu-level-3.visible{
	display: block;
}
#nav ul.sub-menu-level-3 li.menu-item-object-people{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
#nav ul.sub-menu-level-3 li.menu-item-object-people a{
	color: white;
}
#nav ul.sub-menu-level-3 li.menu-item-object-people a span{
	color: #cd9c1f !important;
}
#nav ul.sub-menu-level-3 li.menu-item-object-people a.selected{
	color: #f9eb05;
}
.standard-device #nav ul.sub-menu-level-3 li.menu-item-object-people a:hover{
	color: #f9eb05;
}
#nav ul.sub-menu-level-3 li.menu-item-object-people a.current{
	color: #f9eb05 !important;
}
#nav .arrow{
	/*
	position: fixed;
	top: 50%;
	margin-top: -21px;
	*/
	width: 35px;
	height: 43px;
	background-repeat: no-repeat;
	background-size: 21px 26px;
	background-position: center center;
	cursor: pointer;
	display: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#nav .arrow-left{
	position: absolute;
	top: 118px;
	left: 0px;
	background-image: url(../images/icon-arrow-left.png);
}
#nav .arrow-right{
	right: 0px;
	background-image: url(../images/icon-arrow-right.png);
}
#nav.mobile-size .arrow.visible{
	display: block;
}
#nav .mask .holder{
	position: relative;
	min-width: 1000px;
}
#nav .mask .holder.transition{
	-webkit-transition: margin 0.3s;
	-moz-transition: margin 0.3s;
	transition: margin 0.3s;
}

/* --- */
@media only screen and (max-width: 1023px) {
	#nav .close-button{
		margin-bottom: 33px;
	}
	#nav ul li{
		font-size: 30px;
		margin-bottom: 10px;
	}
	#nav ul.sub-menu-level-3 li.menu-item-object-people{
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	#nav ul.sub-menu-level-2{
		left: 225px;
	}
	#nav ul.sub-menu-level-3{
		left: 450px;
	}
}
@media only screen and (max-width: 767px) {
	#nav .inner{
		min-width: inherit;
		padding-top: 122px;
		padding-left: 82px !important;
	}
	#nav .mask{
		/*width: 235px;*/
		width: 260px;
		height: 130px;
		overflow: hidden;
		margin-bottom: 0px;
	}
	#nav .arrow-left{
		top: 121px;
		left: 22px;
	}
	#nav ul li{
		margin-bottom: 13px;
		font-size: 38px;
	}
	#nav ul.sub-menu-level-3 li.menu-item-object-people{
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	#nav ul.sub-menu-level-2{
		left: 260px;
	}
	#nav ul.sub-menu-level-3{
		left: 520px;
	}
}
@media only screen and (max-width: 479px) {
	#nav .arrow-left{
		top: 93px;	
	}
	#nav .inner{
		padding-top: 95px;
		padding-left: 82px !important;
	}
	#nav ul li{
		margin-bottom: 8px;
	}
	#nav ul.sub-menu-level-3 li.menu-item-object-people{
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 374px) {
	#nav ul li{
		font-size: 24px;
	}
	#nav .inner{
		padding-left: 76px !important;
	}
}

/*---------*/
/* CONTENT */
/*---------*/

#content{
	color: black;
	position: relative;
	z-index: 1;
}
#content .inner{
	padding: 0px;
	text-align: left;
	color: white;
}
#content .inner a{
	color: #cd9c1f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

/* THUMB */

h1.thumb-title{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 32px;
	padding-top: 25px;
	padding-bottom: 19px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb{
	width: 30%;
	width: -webkit-calc(33.33% - 13.33px);
	width: -moz-calc(33.33% - 13.33px);
	width: calc(33.33% - 13.33px);
	float: left;
	margin-right: 5%;
	margin-right: -webkit-calc(20px);
	margin-right: -moz-calc(20px);
	margin-right: calc(20px);
	margin-bottom: 60px;
	position: relative;
	background-color: #212121;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.thumb:before{
	display: block;
	content: "";
	padding-top: 59.64%;
}
div.thumb:nth-child(3n){
	margin-right: 0%;
}
.thumb .img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.thumb .img.visible{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.thumb .img img{
	height: 0px;
	width: 0px;
}
.thumb .holder{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.thumb .holder .txt-layer{
	background-color: rgba(0,0,0,0.6);
	color: white;
	font-size: 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	height: 100%;
	position: relative;
}
.thumb:hover .holder .txt-layer{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.thumb .holder .txt{
	position: absolute;
	bottom: 35px;
	/*left: 40px;*/
	padding-left: 40px;
	padding-right: 30px;
}
@media only screen and (max-width: 1023px) {
	.thumb{
		width: 47%;
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
		margin-right: 6%;
		margin-right: -webkit-calc(20px);
		margin-right: -moz-calc(20px);
		margin-right: calc(20px);
	}
	div.thumb:nth-child(3n){
		margin-right: 6%;
		margin-right: -webkit-calc(20px);
		margin-right: -moz-calc(20px);
		margin-right: calc(20px);
	}
	div.thumb:nth-child(2n){
		margin-right: 0%;
	}
}
@media only screen and (max-width: 980px) {
	h1.thumb-title{
		font-size: 29px;
		line-height: 29px;
	}
}
@media only screen and (max-width: 639px) {
	h1.thumb-title{
		font-size: 25px;
	}
	div.thumb{
		width: 100% !important;
		max-width: 446px !important;
		margin-right: 0% !important;
		margin-bottom: 30px;
	}
}

/* THUMB-PUB */

h1.thumb-pub-title{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 32px;
	padding-top: 25px;
	padding-bottom: 19px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pub{
	width: 22%;
	width: -webkit-calc(25% - 12px);
	width: -moz-calc(25% - 12px);
	width: calc(25% - 12px);
	float: left;
	margin-right: 4%;
	margin-right: -webkit-calc(16px);
	margin-right: -moz-calc(16px);
	margin-right: calc(16px);
	margin-bottom: 16px;
	position: relative;
	background-color: #212121;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.thumb-pub:before{
	display: block;
	content: "";
	padding-top: 120%;
}
div.thumb-pub:nth-child(4n){
	margin-right: 0%;
}
.thumb-pub .img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.thumb-pub .img.visible{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.thumb-pub .img img{
	height: 0px;
	width: 0px;
}
.thumb-pub .holder{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pub .holder .txt-layer{
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.thumb-pub .holder .txt-layer .txt{
	padding: 30px;
	background-color: rgba(0,0,0,0.8);
	color: white;
}
.thumb-pub:hover .holder{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
@media only screen and (max-width: 1023px) {
	.thumb-pub{
		width: 30%;
		width: -webkit-calc(33.33% - 10.66px);
		width: -moz-calc(33.33% - 10.66px);
		width: calc(33.33% - 10.66px);
		float: left;
		margin-right: 5%;
		margin-right: -webkit-calc(16px);
		margin-right: -moz-calc(16px);
		margin-right: calc(16px);
	}
	div.thumb-pub:nth-child(4n){
		margin-right: 5%;
		margin-right: -webkit-calc(16px);
		margin-right: -moz-calc(16px);
		margin-right: calc(16px);
	}
	div.thumb-pub:nth-child(3n){
		margin-right: 0%;
	}
}
@media only screen and (max-width: 980px) {
	h1.thumb-pub-title{
		font-size: 29px;
		line-height: 29px;
	}
}
@media only screen and (max-width: 639px) {
	.thumb-pub{
		width: 47%;
		width: -webkit-calc(50% - 8px);
		width: -moz-calc(50% - 8px);
		width: calc(50% - 8px);
		margin-right: 6%;
		margin-right: -webkit-calc(16px);
		margin-right: -moz-calc(16px);
		margin-right: calc(16px);
	}
	div.thumb-pub:nth-child(3n),
	div.thumb-pub:nth-child(4n){
		margin-right: 6%;
		margin-right: -webkit-calc(16px);
		margin-right: -moz-calc(16px);
		margin-right: calc(16px);
	}
	div.thumb-pub:nth-child(2n){
		margin-right: 0%;
	}
}
@media only screen and (max-width: 499px) {
	h1.thumb-pub-title{
		font-size: 25px;
	}
	div.thumb-pub{
		width: 100% !important;
		margin-right: 0% !important;
		margin-bottom: 30px;
	}
}

/* THUMB-BOOK */

#thumbs-book-wrapper{
	max-width: 1285px;
}

.object-16-9 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    height: 980px;
    overflow: hidden;
}
.object-16-9  object {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
h1.thumb-book-title{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 32px;
	padding-top: 25px;
	padding-bottom: 49px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-book{
	width: 45%;
	width: -webkit-calc(30% - 125px);
	width: -moz-calc(30% - 125px);
	width: calc(30% - 125px);
	float: left;
	margin-right: 5%;
	margin-right: -webkit-calc(125px);
	margin-right: -moz-calc(125px);
	margin-right: calc(125px);
	margin-bottom: 70px;
	position: relative;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
div.thumb-book:nth-child(even){
	margin-right: 0%;
}
div.thumb-book:nth-child(odd){
	clear: both;
}
.thumb-book.visible{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.thumb-book .img img{
	width: 333px;
	max-width: 100%;
	height: auto;
	transition: 0.3s;
}
.thumb-book .holder .txt-layer{
	width: 100%;	
}
.thumb-book .holder .txt-layer .txt{
	padding-top: 36px;
	color: #FFFFFF;
	font-size: 19px;
	line-height: 30px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	transition: 0.3s;
}
.thumb-book .holder .txt-layer .txt a{
	color: white !important;
	transition: 0.3s;
	text-decoration: none;
}
.standard-device .thumb-book .holder .txt-layer .txt a:hover{
	color: #868788 !important;
}
.thumb-book .holder .txt-layer .txt p.thumb-title{
	color: white;
}
.thumb-book .holder .txt-layer .txt p{
	margin-bottom: 25px;
}
@media only screen and (max-width: 1150px) {
	.thumb-book .img img{
		width: 260px;
	}
	.thumb-book .holder .txt-layer .txt{
		font-size: 18px;
		line-height: 28px;
	}
	.thumb-book .holder .txt-layer .txt p{
		margin-bottom: 22px;
	}
}
@media only screen and (max-width: 1023px) {	
	.thumb-book .holder .txt-layer .txt{
		font-size: 16px;
		line-height: 25px;
	}
	.thumb-book .holder .txt-layer .txt p{
		margin-bottom: 19px;
	}
}
@media only screen and (max-width: 980px) {
	h1.thumb-book-title{
		font-size: 29px;
		line-height: 29px;
	}
	.thumb-book{
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	.thumb-book .holder .txt-layer .txt{
		font-size: 18px;
		line-height: 28px;
		max-width: 555px;
	}
	.thumb-book .holder .txt-layer .txt p{
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 499px) {
	h1.thumb-book-title{
		font-size: 25px;
	}
	.thumb-book .holder .txt-layer .txt{
		font-size: 16px;
		line-height: 25px;
	}
	.thumb-book .holder .txt-layer .txt p{
		margin-bottom: 22px;
	}
}

/* ARROWS */

#arrows-wrapper{
	position: fixed;
	width: 100%;
	height: 0px;
	top: 50%;
	left: 0px;
	z-index: 20;
	line-height: 0px;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;	
}
#arrows-wrapper.visible{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#arrows-wrapper .arrow{
	line-height: 0px;
	height: 43px;
	width: 40px;
	margin-top: -21px;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 40px 43px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.standard-device #arrows-wrapper .arrow:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#arrows-wrapper .arrow.prev{
	float: left;
	background-image: url(../images/icon-arrow-project-prev.png);
}
#arrows-wrapper .arrow.next{
	float: right;
	background-image: url(../images/icon-arrow-project-next.png);
}
@media only screen and (max-width: 767px) {
	#arrows-wrapper{
		display: none;
	}
	#arrows-wrapper.project-page,
	#arrows-wrapper.project-page,
	#arrows-wrapper.office-page{
		display: inherit;
		position: absolute;
	}
	#arrows-wrapper.mobile{
		top: 0%;
	}
	#arrows-wrapper .arrow{
		/*background-size: 20px 21px;*/
		background-size: 30px 32px;
		background-position: left center;
	}
	#arrows-wrapper .arrow.next{
		background-position: right center;	
	}
}

/* IMG THUMBS */

#img-thumbs-wrapper{
	position: fixed;
	width: 100%;
	height: 0px;
	bottom: 50px;
	left: 0px;
	z-index: 15;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#img-thumbs-wrapper.ipad{
	bottom: 60px;
}
#img-thumbs-wrapper .holder{
	text-align: left;
	height: 0px;
	position: relative;
	bottom: 0px;
}
#img-thumbs-wrapper .img-thumb{
	position: relative;
	width: 33px;
	height: 25px;
	background: white;
	display: inline-block;
	cursor: pointer;
	margin-right: 6px;
	background: #ebebeb;
	background: rgba(235,235,235,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#img-thumbs-wrapper .img-thumb.selected{
	background: rgba(235,235,235,0.5);
	cursor: default;
}
#img-thumbs-wrapper .img-thumb:hover{
	background: rgba(235,235,235,0.5);
}
.standard-device #img-thumbs-wrapper .img-thumb img{
	position: absolute;
	width: 0px;
	height: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s 0.1s;
	-moz-transition: opacity 0.5s 0.1s;
	transition: opacity 0.5s 0.1s;
}
.standard-device #img-thumbs-wrapper .img-thumb:hover img{
	width: 150px;
	height: 75px;
	top: -90px;
	left: -58px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.standard-device #img-thumbs-wrapper .img-thumb.selected:hover img{
	width: 0px !important;
	height: 0px !important;
	opacity: 0 !important;
}
@media only screen and (max-width: 767px) {
	#img-thumbs-wrapper{
		opacity: 0;
		width: 0px;
		height: 0px;
		overflow: hidden;
	}
}

/* HOME */

.home-title,
.home-images{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

/* PROJECT */

#header-project{
	position: fixed;
	top: 120px;
	left: 0px;
	width: 100%;
	background: #6a582c;
	z-index: 200;
	line-height: 0px;
	text-align: center;
}
#header-project .header-project-wrapper{
	padding: 20px;
	position: relative;
}
#header-project .project-title{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 32px;
	line-height: 34px;
	float: left;
	color: white;
	max-width: 80%;
	max-width: calc(100% - 100px);
	text-align: left;
}
#header-project .tools{
	float: right;
	margin-top: 7px;
}
#header-project .tools .button{
	display: inline-block;
	letter-spacing: 0.03em;
	cursor: pointer;
	font-size: 19px;
	line-height: 19px;
	margin-left: 16px;
	color: #9b7f3c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#header-project .tools .button.selected{
	color: white;
}
.standard-device #header-project .tools .button:hover{
	color: white;
}
#header-project .tools .social{
	display: none;
	opacity: 0;
}
#header-project .tools .social.visible{
	display: inline-block;
}
#type-project-page .project-images{
	height: 0px;
	overflow: hidden;
}
#type-project-page .info{
	font-size: 19px;
	line-height: 28px;
	padding-top: 50px;
	padding-right: 80px;
	padding-left: 60px;
	padding-bottom: 40px;
	margin-left: -60px;
	background: black;
	background: rgba(0,0,0,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 18;
	/*
	-webkit-transition: font-size 0.3s, line-height 0.3s, background 0.3s, opacity 0.5s, left 0.5s ease-out;
	-moz-transition: font-size 0.3s, line-height 0.3s, background 0.3s, opacity 0.5s, left 0.5s ease-out;
	transition: font-size 0.3s, line-height 0.3s, background 0.3s, opacity 0.5s, left 0.5s ease-out;
	*/
	-webkit-transition: font-size 0.3s, line-height 0.3s, background 0.3s;
	-moz-transition: font-size 0.3s, line-height 0.3s, background 0.3s;
	transition: font-size 0.3s, line-height 0.3s, background 0.3s;
	position: relative;
	display: none;
}
#type-project-page .info.visible{
	/*
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	*/
	display: inline-block;
}
#type-project-page .info .holder{
	max-width: 600px;
	width: 100%;
	padding-right: 70px;
}
#type-project-page .info h2{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 32px;
	color: #f9eb05;
	line-height: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#type-project-page .info h2 div{
	color: #FFFFFF;
}
#type-project-page .info p{
	margin: 20px 0px;
}
#type-project-page .info b,
#type-project-page .info strong{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-weight: normal;
}
#type-project-page .info .share-mobile{
	display: none;
	color: #836b32;
}
#type-project-page .info .share-mobile .button{
	cursor: pointer;
	transition: all 0.3s;
	color: white;
}
.standard-device #type-project-page .info .share-mobile .button:hover{
	color: #836b32;
}
#type-project-page .close-info{
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	background-image: url(assets/icon-close.png);
	cursor: pointer;
	position: absolute;
	top: 70px;
	right: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.standard-device #type-project-page .close-info:hover{
	opacity: 0.5;
}
@media only screen and (max-width: 980px) {
	#header-project .project-title{
		font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
		font-size: 29px;
		line-height: 29px;
	}
	#header-project .tools{
		
	}
	#header-project .tools .button{
		margin-left: 10px;
		font-size: 18px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 767px) {
	#header-project{
		top: 70px !important;
	}
	#header-project .project-title{
		font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
		font-size: 25px;
		line-height: 25px;
		max-width: inherit;
		max-width: -webkit-calc(100% - 50px);
		max-width: -moz-calc(100% - 50px);
		max-width: calc(100% - 50px);
	}
	#header-project .header-project-wrapper{
		padding: 11px;
	}
	#header-project .tools .share-button,
	#header-project .tools .social.visible,
	#header-project .tools .social{
		display: none;
	}
	#header-project .tools .info-button{
		display: none;
	}
	#header-project .tools{
		margin-top: 3px;
	}
	#header-project .tools .button{
		font-size: 16px;
	}
	#type-project-page .close-info{
		top: 20px;
		right: 30px;
		background-size: 15px 15px;
		display: none;
	}
	#type-project-page .info{
		padding: 30px !important;
		padding-top: 10px !important;
		padding-bottom: 20px !important;
		margin-left: -30px !important;
		width: 110% !important;
		width: -webkit-calc(100% + 60px) !important;
		width: -moz-calc(100% + 60px) !important;
		width: calc(100% + 60px) !important;
		max-width: inherit;
		font-size: 16px;
		line-height: 24px;
		
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
		filter: alpha(opacity=100) !important;
		-moz-opacity: 1 !important;
		-khtml-opacity: 1 !important;
		opacity: 1 !important;
		background: transparent !important;
		display: inline-block !important;
	}
	#type-project-page .info .holder{
		max-width: inherit;
		padding-right: 0px;
	}
	#type-project-page .info .share-mobile{
		display: block;
	}
}

/* PEOPLE */

#header-project.header-people{
	top: 140px;
	top: 118px;/**/
}
#type-people-page .people-images{
	height: 0px;
	overflow: hidden;
}
#type-people-page .info{
	font-size: 19px;
	line-height: 28px;
	padding-top: 60px;
	padding-right: 80px;
	padding-left: 60px;
	padding-bottom: 20px;
	margin-left: -60px;
	display: inline-block;
	background: black;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: font-size 0.3s, line-height 0.3s, background 0.3s, opacity 0.5s;
	-moz-transition: font-size 0.3s, line-height 0.3s, background 0.3s, opacity 0.5s;
	transition: font-size 0.3s, line-height 0.3s, background 0.3s, opacity 0.5s;
}
#type-people-page .info.visible{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#type-people-page .info .holder{
	max-width: 600px;
	width: 100%;
}
#type-people-page .info h2{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 32px;
	color: #f9eb05;
	line-height: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#type-people-page .info h2 div{
	color: #727270;
}
#type-people-page .info a.members{
	color: white;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.standard-device #type-people-page .info a.members:hover{
	color: #f9eb05;
}
#type-people-page .info a.members.selected{
	color: #f9eb05;
}
#type-people-page .info p{
	margin: 20px 0px;
}
#type-people-page .info b,
#type-people-page .info strong{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-weight: normal;
}
#type-people-page img{
	width: 100%;
}
#type-people-page .mobile-image{
	display: none;
}
@media only screen and (max-width: 767px) {
	#type-people-page .info{
		background: #212121;
		padding: 30px !important;
		padding-top: 10px !important;
		margin-left: -30px !important;
		width: 110% !important;
		width: -webkit-calc(100% + 60px) !important;
		width: -moz-calc(100% + 60px) !important;
		width: calc(100% + 60px) !important;
		max-width: inherit;
		font-size: 16px;
		line-height: 24px;
	}
	#type-people-page .info .holder{
		max-width: inherit;
	}
	#type-people-page .info h2{
		margin-top: 20px;
		font-size: 25px;
		line-height: 25px;
	}
	#type-people-page .mobile-image{
		display: block;
	}
	#type-people-page .people-images{
		height: inherit;
		overflow: auto;
	}
}

/* OFFICE */

#header-project.header-office{
	top: 140px;/**/
	top: 118px;
}
#type-office-page .info{
	font-size: 19px;
	line-height: 28px;
	padding-top: 50px;
	padding-right: 80px;
	padding-left: 60px;
	padding-bottom: 40px;
	margin-left: -60px;
	margin-top: -30px;
	margin-bottom: -30px;
	background: black;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 18;
	/*
	-webkit-transition: font-size 0.3s, line-height 0.3s, background 0.3s, opacity 0.5s, left 0.5s ease-out;
	-moz-transition: font-size 0.3s, line-height 0.3s, background 0.3s, opacity 0.5s, left 0.5s ease-out;
	transition: font-size 0.3s, line-height 0.3s, background 0.3s, opacity 0.5s, left 0.5s ease-out;
	*/
	-webkit-transition: font-size 0.3s, line-height 0.3s, background 0.3s;
	-moz-transition: font-size 0.3s, line-height 0.3s, background 0.3s;
	transition: font-size 0.3s, line-height 0.3s, background 0.3s;
	position: relative;
	display: none;
}
#type-office-page .info.visible{
	/*
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	*/
	display: inline-block;
}
#type-office-page .info .holder{
	max-width: 600px;
	width: 100%;
	padding-right: 70px;
}
#type-office-page .info h2{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 32px;
	color: #f9eb05;
	line-height: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#type-office-page .info h2 div{
	color: #727270;
}
#type-office-page .info p{
	margin: 20px 0px;
}
#type-office-page .info b,
#type-office-page .info strong{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-weight: normal;
}
#type-office-page .close-info{
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	background-image: url(assets/icon-close.png);
	cursor: pointer;
	position: absolute;
	top: 70px;
	right: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.standard-device #type-office-page .close-info:hover{
	opacity: 0.5;
}
@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 767px) {
	#type-office-page .close-info{
		top: 20px;
		right: 30px;
		background-size: 15px 15px;
		display: none;
	}
	#type-office-page .info{
		padding: 30px !important;
		padding-top: 10px !important;
		padding-bottom: 20px !important;
		margin-left: -30px !important;
		width: 110% !important;
		width: -webkit-calc(100% + 60px) !important;
		width: -moz-calc(100% + 60px) !important;
		width: calc(100% + 60px) !important;
		max-width: inherit;
		font-size: 16px;
		line-height: 24px;
		
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
		filter: alpha(opacity=100) !important;
		-moz-opacity: 1 !important;
		-khtml-opacity: 1 !important;
		opacity: 1 !important;
		background: transparent !important;
		display: inline-block !important;
	}
	#type-office-page .info .holder{
		max-width: inherit;
		padding-right: 0px;
	}
}

/* CONTACT */

#type-contact-page .info{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-weight: normal;
	color: #727270;
	padding-top: 45px;
	max-width: 620px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
	width: 46%;
}
#type-contact-page .info:nth-child(odd){
	margin-right: 8%;
}
#type-contact-page .info h1.contact-title{
	font-size: 32px;
	line-height: 34px;
	color: white;
}
#type-contact-page .info a{
	color: #f9eb05;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.standard-device #type-contact-page .info a:hover{
	color: white;
}
#type-contact-page .info p{
	margin: 20px 0px;
}
#type-contact-page .info p span{
	color: #f9eb05 !important;
}
#type-contact-page .info p b,
#type-contact-page .info p strong{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-weight: normal;
}
#type-contact-page .info .text-1{
	display: block;
	font-size: 30px;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 28px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#type-contact-page .info .text-2{
	display: block;
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
@media only screen and (max-width: 980px) {
	#type-contact-page .info{
		float: none;
		width: 100%;
		margin-right: 0px;
		padding-top: 0px;
	}
	#type-contact-page .info:first-child{
		padding-top: 45px;
	}
	#type-contact-page .info h1.contact-title{
		font-size: 29px;
		line-height: 29px;
		display: none;
	}
	#type-contact-page .info:first-child h1.contact-title{
		display: block;
	}
	#type-contact-page .info .text-1{
		font-size: 25px;
		line-height: 32px;
	}
}
@media only screen and (max-width: 767px) {
	#type-contact-page .info{
		padding-top: 0px;
		margin-top: -15px;
		max-width: 550px;
	}
	#type-contact-page .info:first-child{
		padding-top: 26px;
		margin-top: 0px;
	}
	#type-contact-page .info h1.contact-title{
		font-size: 25px;
		line-height: 25px;
	}
	#type-contact-page .info .text-1{
		font-size: 20px;
		line-height: 25px;
		margin-top: 21px;
		margin-bottom: 20px;
	}
	#type-contact-page .info .text-2{
		font-size: 16px;
		line-height: 24px;
	}
	#type-contact-page .info p{
		margin: 18px 0px;
	}
}

/* PHILOSOPHY */

#type-philosophy-page .info{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-weight: normal;
	color: #727270;
	padding-top: 45px;
	max-width: 800px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#type-philosophy-page .info h1.philosophy-title{
	font-size: 32px;
	line-height: 34px;
	color: white;
}
#type-philosophy-page .info a{
	color: #f9eb05;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.standard-device #type-philosophy-page .info a:hover{
	color: white;
}
#type-philosophy-page .info p{
	margin: 20px 0px;
}
#type-philosophy-page .info p span{
	color: #f9eb05 !important;
}
#type-philosophy-page .info p b,
#type-philosophy-page .info p strong{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-weight: normal;
}
#type-philosophy-page .info .text-1{
	display: block;
	font-size: 30px;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 28px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#type-philosophy-page .info .text-2{
	display: block;
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
@media only screen and (max-width: 980px) {
	#type-philosophy-page .info{
		max-width: 657px;
	}
	#type-philosophy-page .info h1.philosophy-title{
		font-size: 29px;
		line-height: 29px;
	}
	#type-philosophy-page .info .text-1{
		font-size: 25px;
		line-height: 32px;
	}
}
@media only screen and (max-width: 767px) {
	#type-philosophy-page .info{
		padding-top: 26px;
		max-width: 530px;
	}
	#type-philosophy-page .info h1.philosophy-title{
		font-size: 25px;
		line-height: 25px;
	}
	#type-philosophy-page .info .text-1{
		font-size: 20px;
		line-height: 25px;
		margin-top: 21px;
		margin-bottom: 20px;
	}
	#type-philosophy-page .info .text-2{
		font-size: 16px;
		line-height: 24px;
	}
	#type-philosophy-page .info p{
		margin: 18px 0px;
	}
}

/* SEARCH */

#type-search-page .info{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-weight: normal;
	color: #727270;
	padding-top: 45px;
	max-width: 620px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#type-search-page .info h1.search-title{
	font-size: 32px;
	line-height: 34px;
	color: white;
}
#type-search-page .info h1.search-title span{
	color: #f9eb05;
}
#type-search-page .info a{
	color: #f9eb05;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.standard-device #type-search-page .info a:hover{
	color: white;
}
#type-search-page .info p{
	margin: 20px 0px;
}
#type-search-page .info p span{
	color: #B7750A !important;
}
#type-search-page .info p b,
#type-search-page .info p strong{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-weight: normal;
}
#type-search-page .info .text{
	display: block;
	font-size: 19px;
	line-height: 28px;
	margin-top: 30px;
	margin-bottom: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
@media only screen and (max-width: 980px) {
	#type-search-page .info h1.search-title{
		font-size: 29px;
		line-height: 29px;
	}
}
@media only screen and (max-width: 767px) {
	#type-search-page .info{
		padding-top: 26px;
		max-width: 550px;
	}
	#type-search-page .info h1.search-title{
		font-size: 25px;
		line-height: 25px;
	}
	#type-search-page .info .text{
		font-size: 16px;
		line-height: 24px;
		margin-top: 21px;
		margin-bottom: 20px;
	}
	#type-search-page .info p{
		margin: 18px 0px;
	}
}

/*-----------*/
/* PRELOADER */
/*-----------*/

[data-loader='circle-side']
{
    position: fixed;
	
	margin-top: -14px;
	margin-left: -14px;
	
	top: 50%;
	left: 50%;
    
	width: 28px;
    height: 28px;

	z-index: 500;
	
    -webkit-animation: circle infinite .75s linear;
       -moz-animation: circle infinite .75s linear;
         -o-animation: circle infinite .75s linear;
            animation: circle infinite .75s linear;

    border: 2px solid #fff;
    border-top-color: rgba(0, 0, 0, .3);
    border-right-color: rgba(0, 0, 0, .3);
    /*border-bottom-color: rgba(0, 0, 0, .3);*/
    border-radius: 100%;
}
@-webkit-keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-moz-keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-o-keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
