.wrapper {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 20px;
}
.space {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uppercase {
	text-transform: uppercase;
}
.oswald-regular {
	font-family: 'Oswald-Regular', sans-serif;
}
.oswald-bold {
	font-family: 'Oswald-Bold', sans-serif;
	font-size: 2.94em;
	line-height: 1.0909;
	color: #fbed21;
	/*border-bottom: 1px solid #fbed21;*/
	margin-left: 10px;
}
.maven-regular {
	font-family: 'MavenProRegular', sans-serif;
}
.ptsans-bold {
	font-family: 'PTSans-Regular', sans-serif;
	font-weight: bold;
	font-size: 0.75em;
	margin: 2px 0 30px;
	color: #56565a;
}
.button-header {
	font-family: 'MavenProRegular', sans-serif;
	display: inline-block;
	border: 1px solid #999999;
	font-size: 0.875em;
	color: #666666;
	margin: 0;
	padding: 8px 20px;
	background: #ffffff;
}
p {
	font-family: 'MavenProRegular';
	font-size: 0.875em;
	color: #56565a
}
.top-container {
	height: 380px;
}
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}
/* content centering styles */
.content-a {
    display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}
a{
	cursor: pointer;
}
/* ==========================================================================
'header' styles
========================================================================== */
.header {
	height: 70px;
	border-bottom: 2px solid #fbed21;
}
.header .list-clear {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}
.header img {
	width: 190px;
	padding: 12px 0;
}
.header .list-clear {
	text-align: right;
}
.header .menu-item {
	display: inline-block;
	padding: 35px 15px 17px;
	margin: 0 5px;
	font-family: 'MavenProBold', sans-serif;
	font-size: 0.8125em;
	color: #56565a;
}
.header .menu-item .submenu {
	background: #656569;
	overflow: visible;
	/*display: none;*/
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 70px;
	text-align: left;
	padding: 0;
	z-index: 100;
	height: 0;
	border-top: 2px solid #fbed21;
	overflow: hidden;
	-webkit-transition: height 180ms cubic-bezier(1,.14,.71,1.2);
	-o-transition: height 180ms cubic-bezier(1,.14,.71,1.2);
	transition: height 180ms cubic-bezier(1,.14,.71,1.2);
}
.header .menu-item.open .submenu{
	height: 26px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.header .menu-item .submenu-content{
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transition: transform 180ms cubic-bezier(1,.14,.71,1.2) 50ms;
	-o-transition: transform 180ms cubic-bezier(1,.14,.71,1.2) 50ms;
	transition: transform 180ms cubic-bezier(1,.14,.71,1.2) 50ms;
}
.header .menu-item.open .submenu-content{
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.header .submenu-content {
	position: absolute;
}
.header .menu-item a,
.header .submenu-item{
	position: relative;
}
.header .submenu-item{
	display: inline-block;
	margin: 0 5px;
}	
.header .submenu-item a{
	font-family: 'Oswald-Regular', sans-serif;
	display: inline-block;
	color: #ffffff;
	font-size: 0.875em;
	padding: 5px;
	position: relative;
}
.header .menu-item:not(:last-child) > a:after,
.header .submenu-item:not(:last-child):after {
	content: '';
	width: 2px;
	height: 13px;
	position: absolute;
	top: 2px;
	right: -21px;
	background: #fbed21;
	margin: 0;
}
.header .submenu-item:not(:last-child):after {
	background: #ffffff;
	top: 7px;
	right: -9px;
	height: 12px;
	width: 2px;
}
.header .menu-item.active,
.header .menu-item:hover,
.header .submenu-item a:hover {
	background: #fbed21;
}
.header .submenu-item a:hover,
.header .submenu-item.active {
	color: #56565a;
}
.header .submenu-item a:hover:after{
	/*content: "";*/
	display: block;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fbed21;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
/* ==========================================================================
'home' styles
========================================================================== */
.home .top-container {
	height: 690px;
	overflow: hidden;
}
.home-buildings{
	-webkit-transition: width 400ms cubic-bezier(.47,.89,.73,.99);
	-o-transition: width 400ms cubic-bezier(.47,.89,.73,.99);
	transition: width 400ms cubic-bezier(.47,.89,.73,.99);
}
.home-buildings .item {
	height: 690px;
	position: relative;
	overflow: hidden;
	
	-webkit-transition: width 400ms cubic-bezier(.47,.89,.73,.99) 200ms;
	-o-transition: width 400ms cubic-bezier(.47,.89,.73,.99) 200ms;
	transition: width 400ms cubic-bezier(.47,.89,.73,.99) 200ms;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home-buildings .item:not(:last-child):after,
.home-buildings .item:not(:first-child):before {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 4;
}
.home-buildings .item:not(:first-child):before {
	right: auto;
	left: 0;
}
.home-buildings .hover-content:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	visibility: visible;
	width: 100%;
	height: 100%;
	background: rgba(25, 58, 94, 0.5);
	-webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    transition: .7s ease;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}
.home-buildings .hover-content{
	position: absolute;
	cursor: pointer;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.home-buildings .open .hover-content{
	z-index: 0;
}
.home-buildings .hover-text {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 280px;
	left: 10px;
	right: 50px;
	z-index: 5;
	-webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    transition: .7s ease;
}
.home-buildings .hover-text .oswald-bold{
	position: relative;
	cursor: pointer;
}
.home-buildings .hover-text .oswald-bold:after{
	content: "";
	display: block;
	height: 1px;
	width: 0;
	background: #fbed21;
	-webkit-transition: width 350ms cubic-bezier(.17,.67,.54,1.08);
	-o-transition: width 350ms cubic-bezier(.17,.67,.54,1.08);
	transition: width 350ms cubic-bezier(.17,.67,.54,1.08);
}
.home-buildings .hover-text:before,
.home-buildings .hover-text:after {
	content: '';
	display: block;
	position: absolute;
	width: 120px;
	height: 80px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.home-buildings .hover-text:before {
	background: url("../img/graphics-up.png") no-repeat center center;
	top: -90px;
	right: -25px;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}
.home-buildings .item:hover .hover-text:before{
	-webkit-animation: rotation 1300ms backwards cubic-bezier(.92,.45,.49,1.28);
	-moz-animation: rotation 1300ms backwards cubic-bezier(.92,.45,.49,1.28);
	-o-animation: rotation 1300ms backwards cubic-bezier(.92,.45,.49,1.28);
	animation: rotation 1300ms backwards cubic-bezier(.92,.45,.49,1.28);
}
@-webkit-keyframes rotation {
	0%   	{
		-webkit-transform: rotate(0) scale(0);
		opacity: 0;
	}
  	100% 	{
		-webkit-transform: rotate(720deg) scale(1);
		opacity: 1
  	}
}
@-moz-keyframes rotation {
	0%	{
		-moz-transform: rotate(0) scale(0);
		opacity: 0;
	}
  	100% 	{
		-moz-transform: rotate(720deg) scale(1);
		opacity: 1
  	}
}
@-o-keyframes rotation {
	0%	{
		-o-transform: rotate(0) scale(0);
		opacity: 0;
	}
  	100% 	{
		-o-transform: rotate(720deg) scale(1);
		opacity: 1
  	}
}
@keyframes rotation {
	0%	{
		transform: rotate(0) scale(0);
		opacity: 0;
	}
  	100% 	{
		transform: rotate(720deg) scale(1);
		opacity: 1
  	}
}
.home-buildings .hover-text:after {
	background: url("../img/graphics-down.png") no-repeat center center;
	background-size: 60px auto;
	top: 140px;
	left: -10px;
	width: 60px;
	height: 33px;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
}
.home-buildings .item:hover .hover-text:after{
	-webkit-animation: rotation 800ms backwards cubic-bezier(.17,.67,.18,1.16);
	-moz-animation: rotation 800ms backwards cubic-bezier(.17,.67,.18,1.16);
	-o-animation: rotation 800ms backwards cubic-bezier(.17,.67,.18,1.16);
	animation: rotation 800ms backwards cubic-bezier(.17,.67,.18,1.16);
}
.home-buildings .open-desc {
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	position: absolute;
	top: 366px;
	right: 20px;
	z-index: 5;
	-webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    transition: .7s ease;
}
.home-buildings .text-container {
	position: absolute;
	top: 50px;
	right: 25px;
	max-width: 440px;
	background: #575960;
	border: 1px solid #fbed21;
	padding: 30px 25px 10px 35px;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: opacity 450ms ease;
	-o-transition: opacity 450ms ease;
	transition: opacity 450ms ease;
}
.home-buildings .text-container:before {
	position: absolute;
	top: -17px;
	right: 25px;
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url("../img/ico-allbuilding.svg") no-repeat center center;
	background-size: 40px;
	border-radius: 50%;
}
/* Item Hover */
.home-buildings .item:hover .hover-text,
.home-buildings .item:hover .open-desc {
	opacity: 1;
	visibility: visible;
}
.home-buildings .item:hover .open-desc {
	-webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
}
.home-buildings .item:hover .oswald-bold:after{
	width: 100%;
}
/* Item open */
.home-buildings .item.open .hover-text,
.home-buildings .item.open .open-desc,
.home-buildings .item.open .hover-content:before{
	opacity: 0;
	visibility: hidden;
}
.home-buildings .item.open .text-container {
	opacity: 1;
	-webkit-transition: opacity 600ms ease 500ms, transform 400ms cubic-bezier(.17,.67,.59,1.1) 400ms;
	-o-transition: opacity 600ms ease 500ms, transform 400ms cubic-bezier(.17,.67,.59,1.1) 400ms;
	transition: opacity 600ms ease 500ms, transform 400ms cubic-bezier(.17,.67,.59,1.1) 400ms;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.home-buildings p {
	color: #ffffff;
	font-size: 0.90625em;
	line-height: 1.37931;
}
.commercial .perspectives .fancybox-photos img,
.commercial .floor .fancybox-photos img,
.home-buildings .perspectives .fancybox-photos img,
.home-buildings .floor .fancybox-photos img {
	width: 100%;
}
.commercial .perspectives .space,
.commercial .floor .space,
.home-buildings .perspectives .space,
.home-buildings .floor .space {
	padding: 10px;
}
.home-buildings .space.leftt {
	padding: 10px 15px 10px 0;
}
.home-buildings .space.left {
	padding-left: 5px;
}
.home-buildings .space.right {
	padding-right: 5px;
}
.home-buildings .space.rightt {
	padding: 10px 0 10px 15px;
}
.commercial .perspectives .space:hover img,
.commercial .floor .space:hover img,
.home-buildings .perspectives .space:hover img,
.home-buildings .floor .space:hover img {
	-webkit-box-shadow: 0 0 0 2px #fbed21;
	-moz-box-shadow: 0 0 0 2px #fbed21;
	box-shadow: 0 0 0 2px #fbed21;
}
.commercial .title-container:after,
.home-buildings .title-container:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #fbed21;
}
.commercial .title-container .title-header,
.home-buildings .title-container .title-header {
	color: #fbed21;
	font-size: 2.946875em;
	margin: 0 0 5px;
	border: none;
	line-height: 0.8;
	font-family: 'Oswald-Bold', sans-serif;
}
.home-buildings .title-container .title-header{
	cursor: pointer;
}
.commercial .title-container .right,
.home-buildings .title-container .right{
	text-align: right;
}
.commercial .title-container .right .ptsans-bold{
	margin: 25px 0 0;
	padding-right: 30px;
	position: relative;
	color: #ffffff;
}
.commercial .title-container .right .ptsans-bold:after{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: -2px;
	right: 0;
	background: url("../img/ico-yellowdownload.png") no-repeat center center;
	background-size: 15px;
}
.home-buildings .title-container .right{
	padding-top: 22px;
}
.home-buildings .title-container .right a{
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0 0 0 3px;
	text-indent: -9999px;
	color: #fff;
	text-transform: none;
	font-size: 0.875em;
	text-align: left;
}
.home-buildings .title-container .download{
	
	background: url("../img/ico-yellowdownload.png") no-repeat center center;
	background-size: 15px;
}
.home-buildings .title-container .view{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("../img/ico-view-project.svg") no-repeat center center;
	background-size: 15px;
}
.home-buildings .perspectives .ptsans-bold,
.home-buildings .floor .ptsans-bold {
	margin: 10px 0 0
}
.home-buildings .perspectives .ptsans-bold:after,
.home-buildings .floor .ptsans-bold:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #fbed21;
	display: block;
}
.home-buildings .text-container .float-right {
	text-align: right;
}
.home-buildings .text-container .float-right img {
	cursor: pointer;
}
.home-buildings .text-container .float-right .minus {
	display: inline-block;
}
.home-buildings .text-container .float-right .plus {
	display: none;
}
.home-buildings .text-container .float-right.close .plus {
	display: inline-block;
}
.home-buildings .text-container .float-right.close .minus {
	display: none;
}
/* ==========================================================================
'about' styles
========================================================================== */
.about .middle-container {
	padding: 60px 0 70px; 
	background: url("../img/bg-pattern.png") repeat;
}
.about .space {
	padding: 0 50px;
}
.about .space.left {
	padding: 0 50px 0 30px;
}
.about .space.leftt {
	padding: 0 70px 0 0;
}
.about .space.right {
	padding: 0 30px 0 50px;
}
.about .space.rightt {
	padding: 0 0 0 70px;
}
.about .img-container {
	border: 2px solid #fbed21;
	text-align: center; 
	margin-bottom: 50px; 
	background: #ffffff;
}
.about .img-container img {
	padding: 20px;
}
.about .img-container.padding1 img {
	padding: 24px 20px;
}
.about .img-container.padding2 img {
	padding: 28px 20px;
}
.about .oswald-regular,
.allprojects .oswald-regular,
.commercial .oswald-regular {
	position: relative;
	font-size: 1.1875em;
	color: #56565a;
	background: #fbed21;
	border-bottom: 2px solid #56565a;
	padding: 2px 0 2px 20px;
}
.about .oswald-regular:before,
.allprojects .oswald-regular:before,
.commercial .oswald-regular:before {
	position: absolute;
	content: '';
	display: block;
	border-radius: 50px;
	width: 5px;
	height: 5px;
	top: 12px;
	left: 7px;
	border: 1px solid #56565a;
}
.about p,
.news p {
	color: #56565a;
	line-height: 1.28571;
}
.about p span.bold,
.news p span.bold {
	font-family: 'MavenProBold', sans-serif;
}
.about p span.medium,
.commercial p span.medium,
.home p span.medium {
	font-family: 'MavenProMedium', sans-serif;
}
/* ==========================================================================
'commercial_projects' styles
========================================================================== */
.commercial .content {
	padding: 20px 0 110px; 
	background: url("../img/bg-pattern.png") repeat;
}
.commercial .space {
	padding: 0 30px;
}
.commercial .space.left {
	padding-left: 0;
}
.commercial .space.right {
	padding-right: 0;
}
.commercial .img-container {
	padding-top: 50px;
	position: relative;
}
.commercial .img-container img {
	width: 100%;
	border: 1px solid #fbed21;
}
.commercial .img-container .zoom {
	position: absolute;
	top: 65px;
	right: 15px;
}
.commercial .img-container .zoom img {
	width: 40px;
	border: none;
}
.commercial p {
	font-size: 0.90625em;
	line-height: 1.24137;
}
.commercial .oswald-regular {
	font-size: 0.92375em;
	margin-bottom: 0;
	cursor: pointer;
}
.commercial .oswald-regular:before {
	top: 9px;
}
.commercial .oswald-regular:after {
	position: absolute;
	content: '';
	top: 2px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url("../img/ico-minus.svg") no-repeat center center;
	background-size: 12px;
}
.commercial .oswald-regular.open:after {
	background: url("../img/ico-plus.svg") no-repeat center center;
	background-size: 12px;
}
.commercial .title-container:after {
	background: #56565a;
}
.commercial .title-container .title-header {
	color: #56565a;
	margin: 60px 0 5px;
}
.commercial .button-header {
	font-family: 'Oswald-Regular', sans-serif;
	color: #56565a;
	padding: 15px 10px 15px 20px;
	position: relative;
	background: transparent;
	border: 2px solid #56565a;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.commercial .button-header:hover {
	color: #fbed21;
	background: #56565a;
}
.commercial .button-header span {
	display: inline-block;
	padding: 5px 20px 0 0;
}
.commercial .livecam {
	width: 30px;
	height: auto;
	float: right;
}
.commercial .livecam path {
	fill: #56565a;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.commercial .button-header:hover .livecam path {
	fill: #fbed21;
}
.commercial .title-container .right .ptsans-bold {
	margin: 35px 0 0;
	color: #56565a;
}
.commercial .title-container .right .ptsans-bold:before {
	background: #56565a;
}
.commercial .title-container .right .ptsans-bold:after {
	background: url("../img/ico-download.png") no-repeat center center;
	background-size: 15px;
}
/* ==========================================================================
'all projects' styles
========================================================================== */
.allprojects .top-container {
	background: url("../img/bg-allprojects.png") no-repeat top center;
	padding: 70px 0 40px;
	height: auto;
}
.allprojects .project-list {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -20px;
}
.allprojects .project {
	padding: 0 20px;
	position: relative;
	margin-bottom: 44px;
}
.allprojects .img-container {
	border: 1px solid #fbed21;
}
.allprojects .project-inner {
	padding: 20px 20px 12px;
	border: 1px solid #fbed21;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.allprojects .img-container img {
	width: 100%;
}
.allprojects .text-container p{
	height: 101px;
	max-height: 101px;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.allprojects .oswald-regular {
	margin: 0 0 20px;
}
.allprojects .ico-type {
	position: absolute;
	top: -15px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
}
.allprojects a {
	
	width: 85%;
	bottom: 10px;
	z-index: 1;
}
.allprojects .button-header {
	color: #ffffff;
	border: none;
	background: #56565a;
	display: block;
	font-family: 'oswald-regular', sans-serif;
	padding: 3px 6px;
	position: relative;
}
.allprojects .button-header:after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url("../img/ico-view.svg") no-repeat center center;
	background-size: 15px;
	position: absolute;
	top: 2px;
	right: 5px;
}
/* ==========================================================================
'live cam' styles
========================================================================== */
/* ==========================================================================
'news' styles
========================================================================== */
.news .btn-container{
	text-align: right;
	padding-top: 20px;
}
.news .btn-container span{
	font-family: 'PTSans-Regular';
	font-size: 0.875em;
	color: #55565a;
	cursor: pointer;
	position: relative;
	
}
.news .btn-container .right{
	padding: 0 15px 0 5px;
}
.news .btn-container .left{
	padding: 0 5px 0 15px;
}
.news .btn-container .right:after{
	content: '';
    border: 5px solid transparent;
    border-left: 5px solid #55565a;
    position: absolute;
    right: 0;
    top: 20%;
    cursor: pointer;
}
.news .btn-container .left:before{
	content: '';
    border: 5px solid transparent;
    border-right: 5px solid #55565a;
    position: absolute;
    left: 0;
    top: 20%;
    cursor: pointer;
}
.news .articles {
	padding: 50px 0 100px;
}
.news .space.leftt {
	padding: 0 75px 0 0;
}
.news .space.left {
	padding: 0 50px 0 25px;
}
.news .space.right {
	padding: 0 25px 0 50px;
}
.news .space.rightt {
	padding: 0 0 0 75px;
}
.news .img-container {
	position: relative;
	border: 2px solid #fbed21;
	-webkit-transition: border .5s ease;
    -moz-transition: border .5s ease;
    transition: border .5s ease;
}
.news .img-container img {
	width: 100%;
}
.news .img-container .layer,
.news .img-container .text {
	-webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    position: absolute;
    opacity: 0;
}
.news .img-container .layer {
	width: 100%;
	height: 100%;
	background: #fbed21;
	top: 0;
}
.news .img-container .text {
	bottom: -30px;
	left: 0;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    transition: .7s ease;
}
.news .img-container:hover {
	border-color: #55565a;
}
.news .img-container:hover .layer {
	opacity: 0.9;
}
.news .articles a {
	text-transform: uppercase;
	font-family: 'MavenProBold', sans-serif;
	font-size: 0.875em;
	color: #56565a;
}
.news .articles a:hover,
.news .page-item:not(:nth-child(1)):hover {
	color: #9d9da3;
}
.news .text-container,
.news .text {
	padding-left: 10px;
}
.title-header {
	padding-bottom: 5px;
	font-family: 'MavenProBold', sans-serif;
	color: #56565a;
	font-size: 0.875em;
	line-height: 1.28571;
	border-bottom: 1px solid #56565a;
}
.news .img-container .title-header {
	font-size: 1.5em;
	line-height: 1.25
}
/* New style - news */
.news .wrapper{
	padding: 0 50px;
}
.news .articles{
	margin: 0 -50px;
}
.article{
	padding: 0 50px;
}
.news .img-container{
	overflow: hidden;
}
.news .img-container img{
	display: block;
	position: relative;
	-webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.news .article .text{
	position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(251,237,33,0.9);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.article .text .title-header{
	font-family: 'Oswald-Bold', sans-serif;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 0;
    position: absolute;
    bottom: 45px;
    left: 15px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}
/* Hover effect */
.news .article-inner:hover .img-container{
    border-color: #55565a;
}
.article-inner:hover .img-container img{
	 -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
    opacity: 0.5;
}
.article-inner:hover .text{
	opacity: 1;
}
.article-inner:hover .text .title-header{
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.article .long-desc{
	display: none;
}
/* ==========================================================================
'contact' styles
========================================================================== */
.contact .middle-container {
	padding: 60px 0 70px; 
	background: url("../img/bg-pattern.png") repeat;
}
.contact .details {
	padding-bottom: 40px;
}
.contact .space {
	padding: 0 10px;
}
.contact .box {
	border: 2px solid #fbed21;
	background: #ffffff;
	text-align: center;
	padding: 30px 0 30px;
}
.contact .box.padding1 {
	padding-bottom: 47px;
}
.contact .box.padding2 {
	padding-bottom: 65px;
}
.contact .space.left {
	padding-left: 0;
}
.contact .space.right {
	padding-right: 0;
}
.contact .img-container {
	padding-bottom: 30px;
}
.contact .box p {
	padding: 0;
	font-size: 0.9375em;
	color: #56565a;
}
.contact #googleMap {
	width: 100%;
	height: 350px;
	border: 1px solid #fbed21;
}
.contact input,
.contact textarea {
	display: block;
	width: 100%;
	margin: 5px 0;
	padding: 9px 20px;
	border: 1px solid #999999;
	text-transform: uppercase;
	font-family: 'MavenProRegular', sans-serif;
	font-size: 0.75em;
	color: #8b8a8a;
	line-height: 1.75;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #8b8a8a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #8b8a8a;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #8b8a8a;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #8b8a8a;
}
.contact textarea {
	resize: none;
	height: 100px;
}
.contact .select-style{
	border-radius: 0;
	background: #ffffff;
	border: 1px solid #999999;
	color:  #8b8a8a;
	box-shadow: none;
	padding: 4px 0;
	font-family: 'MavenProRegular', sans-serif;
	position: relative;
	
}
.contact .select-style:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url("../img/ico-triangle.png") no-repeat center center;
	background-color: #fbed21;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}
.contact .select-style select{
	width: 100%;
	padding: 5px 20px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            font-weight: normal;
	font-family: 'MavenProRegular', sans-serif;
	font-size: 0.75em;
	line-height: 1.75;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
}
/*.contact div.fancy-select {
	font-weight: normal;
	font-family: 'MavenProRegular', sans-serif;
	font-size: 0.75em;
	line-height: 1.75;
}*/
/*.contact div.fancy-select div.trigger {
	border-radius: 0;
	background: #ffffff;
	border: 1px solid #999999;
	color:  #8b8a8a;
	box-shadow: none;
	padding: 9px 20px;
	font-family: 'MavenProRegular', sans-serif;
}*/
div.fancy-select select:focus + div.trigger {
	box-shadow: none;
}
div.fancy-select div.trigger:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url("../img/ico-triangle.png") no-repeat center center;
	background-color: #fbed21;
	border: none;
	top: 0;
	right: 0;
}
div.fancy-select ul.options.open {
	top: 40px;
}
div.fancy-select ul.options {
	background: #ffffff;
	border-radius: 0;
	border: 1px solid #999999;
	border-top: none;
}
div.fancy-select ul.options li {
	font-family: 'MavenProRegular', sans-serif;
	font-size: 1em;
	line-height: 1.75;
	color: #8b8a8a;
	padding: 3px 20px;
}
div.fancy-select ul.options li:hover,
div.fancy-select ul.options li.selected {
	color: #000000;
	background-color: #ffffff;
}
.contact .buttons {
	text-align: right;
}
.contact .button-header:hover {
	background: #fbed21;
}
/* ==========================================================================
'footer' styles
========================================================================== */
.footer .top-container {
	padding: 40px 0;
	background: url("../img/bg-footer.png") repeat;
	height: auto;
}
.footer .copyright {
	border-top: 2px solid #fbed21;
}
.footer .copyright a:hover{
	/*color: #fbed21;*/
}
.footer p {
	font-family: 'MavenProBold', sans-serif;
	font-size: 0.75em;
	color: #606064;
	padding: 20px 27px 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .copy{
	text-align: right;
}
.footer p span {
	font-family: 'MavenProBlack', sans-serif;
}
.footer .space {
	padding: 0 30px;
}
.footer .space.big {
	padding-left: 250px;
}
.footer .space.left {
	padding-left: 0
}
.footer .space.right {
	padding-right: 0;
}
.footer .maven-regular {
	font-size: 0.75em;
	color: #ffffff;
	line-height: 2;
	margin: 0;
	text-transform: capitalize;
}
.footer .maven-regular:hover {
	color: #fbed21;
}
.footer .oswald-regular {
	color: #fbed21;
	font-size: 0.8125em;
	line-height: 1.84615;
	margin: 0 0 5px;
	border-bottom: 1px solid #ffffff;
}
.footer .oswald-regular.noborder {
	border: none;
}
.footer .socicon {
	margin-top: 5px;
}
.footer [class^="socicon-"]:before, [class*=" socicon-"]:before {
	color: #ffffff;
}
.footer [class^="socicon-"]:hover:before, 
.footer [class*=" socicon-"]:hover:before {
	color: #fbed21;
}
.footer [class^="socicon-"], 
.footer [class*=" socicon-"] {
	display: inline-block;
	border: 1px solid #ffffff;
	border-radius: 50%;
	padding: 5px;
	margin: 0 10px 0 0;
}
.footer [class^="socicon-"]:hover, 
.footer [class*=" socicon-"]:hover {
	border-color: #fbed21;
}
.footer input {
	width: 100%;
	border-radius: 2px;
	border: none;
	padding: 7px 30px 7px 10px;
	margin-top: 5px;
	font-family: 'MavenProRegular', sans-serif;
	font-size: 0.75em;
	color: #2b2b2d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .search-container {
	position: relative;
}
.footer .search-container button {
	position: absolute;
	top: 5px;
	right: 0;
	padding: 3px 16px 4px 16px;
	border-radius: 2px;
	text-indent: -9999px;
	border: 0;
	background: #fbed21 url(../img/ico-search.svg) no-repeat center center;
	background-size: 12px auto;
}
/* ==========================================================================
'responsive' styles
========================================================================== */
@media screen and (max-width: 1200px) {
	/* home */
	.home .top-container{
		height: 600px;
	}
	.home-buildings .item{
		height: 600px;
	}
	/*news*/
	.news .space.leftt,
	.about .space.leftt {
		padding-right: 37px;
	}
	.news .space.left,
	.about .space.left {
		padding: 0 25px 0 12px;
	}
	.news .space.right,
	.about .space.right {
		padding: 0 12px 0 25px;
	}
	.news .space.rightt,
	.about .space.rightt {
		padding-left: 37px;
	}
	/*footer*/
	.pure-1-7 {
		width: 14.5%;
	}
	.pure-1-3 {
		width: 30%;
	}
	.pure-1-4 {
		width: 50%;
	}
	.footer .space.big {
		padding-left: 170px;
	}
} 
/*--------------------------------------------------------------------------*/
@media screen and (max-width: 1140px) {
	/*news*/
	.news .img-container .title-header {
		font-size: 1.4em;
	}
	/*contact*/
	.contact .details .box p {
		font-size: 0.88em;
	}
	.contact .details .space {
		padding-top: 20px;
	}
	.contact .details .space.left {
		padding-left: 10px;
	}
	.contact .details .space.right {
		padding-right: 10px;
	}
	/*footer*/
	.footer .space.big {
		padding-left: 135px;
	}
} 
/*--------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	/*header*/
	.header .menu-item .submenu {
		position: static;
		height: auto;
	}
	.lines, .lines:after, .lines:before {
    	background: #fbed21;
  	}
  	.menu-container {
    	position: absolute;
    	z-index: 1;
    	width: 100%;
    	left: 0;
    	background: #fff;
    	top: 60px;
    	padding: 0;
  	}
  	.header.menu-on .menu-container {
    	opacity: 1;
    	visibility: visible;
    	transition: opacity 0.9s 0s ease;
  	}
  	.header .menu-container {
    	opacity: 0;
    	visibility: hidden;
    	transition: opacity 0.9s 0s ease;
    	z-index: 9;
  	}
  	.header .logo img {
    	height: auto;
    	padding: 12px 0 5px;
  	}
  	.header {
    	height: 70px;
  	}
  	.menu-container .menu {
  		width: 100%;
  		text-align: center;
  		display: block;
  	}
  	.menu-container .menu-item {
  		    font-family: 'Oswald-Regular', sans-serif;
  		display: block;
    	padding: 0px;
    	margin: 0;
    	display: list-item;
    	text-align: center;
  	}
  	.menu-container .menu-item > a{
  		display: block;
  		padding: 12px;
  	}
  	.menu-container .menu-item.has-submenu > a{
  		padding-bottom: 0;
  	}
  	.caps {
    	text-align: center;
  	}
  	.header .menu-item.active .submenu{
  		height: auto;
  	}
  	.header .menu-item .submenu-content{
  		background: #ffffff;
  		width: 100%;
  		position: static;
  		opacity: 1;
  		visibility: visible;
  		padding: 5px 0 0;
  		-webkit-transform: translate(0, 0);
  		-ms-transform: translate(0, 0);
  		-o-transform: translate(0, 0);
  		transform: translate(0, 0);
		
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
  	}
  	.header .menu-item .submenu{
  		-webkit-transition: none;
  		-o-transition: none;
  		transition: none;
  	}
  	.header .submenu-item {
  		color: #56565a;
  		display: block;
  		text-align: center;
  		line-height: 2;
  	}
  	.header .submenu-item a{
  		color: inherit;
  	}
  	.header .submenu-item:hover {
  		color: #000000;
  	}
  	.header .menu-item:hover ul {
		background: #fbed21;
  	}
  	.header .menu-item.active, 
  	.header .menu-item:hover, 
  	.header .submenu-item a:hover,
  	.header .menu-item:hover ul,
  	.header .menu-item .submenu{
	    background: 0;
	}
	.header .menu-item .submenu{
		border-top: 0;
	}
	.header .menu-item:not(:last-child) > a:after, 
	.header .submenu-item:not(:last-child):after{
		display: none;
	}
	/*about*/
	.about .space.leftt {
		padding: 0 70px;
	}
	.about .space.left {
		padding: 0 70px;
	}
	.about .space.right {
		padding: 50px 70px 0;
	}
	.about .space.rightt {
		padding: 50px 70px 0;
	}
	/*projects*/
	.allprojects .space {
		width: 39%;
	}
	.allprojects .space,
	.allprojects .space.left, 
	.allprojects .space.right {
		margin: 0;
	}
	/*news*/
	.news .space.leftt, {
		padding: 0 50px 0 0;
	}
	.news .space.left {
		padding: 0 0 0 50px;
	}
	.news .space.right {
		padding: 50px 50px 0 0;
	}
	.news .space.rightt {
		padding: 50px 0 0 50px;
	}
	.news .img-container .title-header {
		font-size: 1.6em;
	}
	.news .wrapper {
	    padding: 0 20px;
	}
	.news .articles {
	    margin: 0 -20px;
	}
	.news .article{
		padding: 0 20px;
	}
	/*contact*/
	.contact .form .space.left {
		padding: 0 10px;
	}
	.contact .form .space.right {
		padding: 20px 10px;
	}
	/*footer*/
	.pure-1-7 {
		width: 33.3%;
	}
	.pure-1-3 {
		width: 50%;
	}
	.footer .space {
		padding: 0 50px;
	}
	.footer .space.big {
		padding-left: 0;
	}
	.footer .search-container .img-container {
		right: 10px;
	}
} 
/*--------------------------------------------------------------------------*/
@media screen and (max-width: 850px) {
	/*about*/
	.about .space.leftt {
		padding: 0 50px;
	}
	.about .space.left {
		padding: 0 50px;
	}
	.about .space.right {
		padding: 50px 50px 0;
	}
	.about .space.rightt {
		padding: 50px 50px 0;
	}
	/*projects*/
	.allprojects .space {
		width: 42%;
	}
	.allprojects .space,
	.allprojects .space.left, 
	.allprojects .space.right {
		margin: 0;
	}
	.commercial .title-container .title-header {
		line-height: 1;
		/*margin-top: 0;*/
	}
} 
/*--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	/*header*/
	.header .logo img {
		width: 140px;
		padding: 20px 0 5px;
	}
	/* home */
	.home .top-container{
		height: 500px;
	}
	.home-buildings .item{
		height: 500px;
	}
	.home-buildings .hover-text{
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.home-buildings .open-desc{
		top: 55%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.home-buildings .title-container .title-header{
		font-size: 1.8em;
		line-height: 1.5;
	}
	.home-buildings .perspectives,
	.home-buildings .floor{
		display: none;
	}
	/*about*/
	.about .space.leftt {
		padding: 0 20px;
	}
	.about .space.left {
		padding: 0 20px;
	}
	.about .space.right {
		padding: 50px 20px 0;
	}
	.about .space.rightt {
		padding: 50px 20px 0;
	}
	/*projects*/
	.commercial .space {
		padding: 0;
	}
	.commercial .space.left {
		padding: 0 80px;
	}
	.commercial .space.right {
		padding-top: 50px;
	}
	.commercial .title-container .title-header {
		margin-top: 50px;
	}
	/*contact*/
	.contact .details .space {
		padding: 10px 25px;
	}
	.contact .details .space.left {
		padding-left: 25px;
	}
	.contact .details .space.right {
		padding-right: 25px;
	}
	/*footer*/
	.footer .copyright {
		text-align: center;
	}
	.footer p {
		padding-right: 0;
	}
} 
/*--------------------------------------------------------------------------*/
@media screen and (max-width: 650px) {
	
}
/*--------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	/*news*/
	.news .img-container .title-header {
		font-size: 1.4em;
	}
	/*projects*/
	.allprojects .space {
		width: 100%;
	}
	.allprojects .space,
	.allprojects .space.left, 
	.allprojects .space.right {
		margin: 30px 100px;
	}
	/*footer*/
	
}
/*--------------------------------------------------------------------------*/
@media screen and (max-width: 567px) {
	/*about*/
	.about .space{
		padding: 0 50px;
	}
	
	/*news*/
	.news .space.leftt {
		padding: 0 100px;
	}
	.news .space.left {
		padding: 50px 100px 0;
	}
	.news .space.right {
		padding: 50px 100px 0;
	}
	.news .space.rightt {
		padding: 50px 100px 0;
	}
	/*projects*/
	.allprojects .space,
	.allprojects .space.left, 
	.allprojects .space.right {
		margin: 0;
	}
	.commercial .space.left {
		padding: 0 50px;
	}
	/*contact*/
	.contact .details .space {
		padding: 10px 100px;
	}
	.contact .details .space.left {
		padding-left: 100px;
	}
	.contact .details .space.right {
		padding-right: 100px;
	}
	.contact .form .space.left {
		padding: 0 10px;
	}
	.contact #googleMap {
		height: 250px;
	}
	/*footer*/
	.pure-1-7,
	.pure-1-3,
	.pure-1-4 {
		width: 100%;
	}
	.footer .space {
		padding: 10px 0;
	}
	.footer .search-container .img-container {
		right: 25px;
	} 
}
/*--------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	/*header*/
	.menu-container .menu-item {
		padding: 6px 0;
	}
	.menu-container .menu-item.has-submenu{
		padding: 0;
	}
	.menu-container .menu-item.has-submenu > a{
		display: none;
	}
	.menu-container .menu-item a{
		padding: 0;
	}
	.menu-container .menu-item.active > a{
		background: #fbed21;
	}
	.header .menu-item:not(:last-child):after {
		top: 8px;
	}
	.header .menu-item .submenu-content{
		padding: 0;
		display: -webkit-flex; /* Safari */
	    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
	    display: flex;   
	    flex-wrap: wrap;
	}
	.header .submenu-item{
		padding: 6px 0;
		order: 1;
		width: 100%;
	}
	.header .submenu-item:last-child{
		order: 0;
	}
	.header .submenu-item a{
		font-size: 1em;
	}
	.header .submenu-item a:after,
	.header .submenu-item a:hover:after{
		content: " projects"!important;
		position: static;
		border: 0!important;
		display: inline!important;
	}
	.header .submenu-item:last-child a:after,
	.header .submenu-item:last-child a:hover:after{
		content: ""!important;
	}
	/*about*/
	.about .space.leftt {
		padding: 0 20px;
	}
	.about .space.left {
		padding: 50px 20px;
	}
	.about .space.right {
		padding: 50px 20px 0;
	}
	.about .space.rightt {
		padding: 50px 20px 0;
	}
	/*news*/
	.news .space.leftt {
		padding: 0 50px;
	}
	.news .space.left {
		padding: 50px 50px 0;
	}
	.news .space.right {
		padding: 50px 50px 0;
	}
	.news .space.rightt {
		padding: 50px 50px 0;
	}
	.news .img-container .title-header {
		font-size: 1.4em;
	}
	/*projects*/
	.allprojects .space,
	.allprojects .space.left, 
	.allprojects .space.right {
		margin: 0px;
	}
	.commercial .space.left {
		padding: 0;
	}
	/*contact*/
	.contact .details .space {
		padding: 10px 50px;
	}
	.contact .details .space.left {
		padding-left: 50px;
	}
	.contact .details .space.right {
		padding-right: 50px;
	}
	.contact #googleMap {
		height: 200px;
	}
	/* Footer */
	.footer .copy{
		text-align: center;
	}
}
/*--------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
}
/* Touch device */
.touch .home-buildings .hover-text,
.touch .home-buildings .open-desc{
	opacity: 1;
	visibility: visible;
}
.touch .home-buildings .hover-text .oswald-bold:after{
	width: 100%;
}