@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/FoundersGrotesk-LightItalic.eot');
	src: url('../fonts/FoundersGrotesk-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FoundersGrotesk-LightItalic.woff') format('woff'),
		url('../fonts/FoundersGrotesk-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/FoundersGrotesk-Light.eot');
	src: url('../fonts/FoundersGrotesk-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FoundersGrotesk-Light.woff') format('woff'),
		url('../fonts/FoundersGrotesk-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/FoundersGrotesk-Regular.eot');
	src: url('../fonts/FoundersGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FoundersGrotesk-Regular.woff') format('woff'),
		url('../fonts/FoundersGrotesk-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/FoundersGrotesk-RegularItalic.eot');
	src: url('../fonts/FoundersGrotesk-RegularItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FoundersGrotesk-RegularItalic.woff') format('woff'),
		url('../fonts/FoundersGrotesk-RegularItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/FoundersGrotesk-Medium.eot');
	src: url('../fonts/FoundersGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FoundersGrotesk-Medium.woff') format('woff'),
		url('../fonts/FoundersGrotesk-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/FoundersGrotesk-MediumItalic.eot');
	src: url('../fonts/FoundersGrotesk-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FoundersGrotesk-MediumItalic.woff') format('woff'),
		url('../fonts/FoundersGrotesk-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/FoundersGrotesk-Semibold.eot');
	src: url('../fonts/FoundersGrotesk-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FoundersGrotesk-Semibold.woff') format('woff'),
		url('../fonts/FoundersGrotesk-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/FoundersGrotesk-SemiboldItalic.eot');
	src: url('../fonts/FoundersGrotesk-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FoundersGrotesk-SemiboldItalic.woff') format('woff'),
		url('../fonts/FoundersGrotesk-SemiboldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/FoundersGrotesk-Bold.eot');
	src: url('../fonts/FoundersGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FoundersGrotesk-Bold.woff') format('woff'),
		url('../fonts/FoundersGrotesk-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Founders Grotesk';
	src: url('../fonts/FoundersGrotesk-BoldItalic.eot');
	src: url('../fonts/FoundersGrotesk-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FoundersGrotesk-BoldItalic.woff') format('woff'),
		url('../fonts/FoundersGrotesk-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

body{
	font-family: 'Founders Grotesk';
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #212121;
    letter-spacing: 0.8px;
}

.mobile{
	display: none;
}

.max-width{
	width: 100%;
	max-width: 1196px;
	margin: 0 auto;
}


.animate-enter{
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.animate-enter.animate-delay-1{
	transition: all 1s ease 0.3s;
    -webkit-transition: all 1s ease 0.2s;
}

.animate-enter.animate-delay-2{
	transition: all 1s ease 0.6s;
    -webkit-transition: all 1s ease 0.4s;
}


.animate-enter.animate-delay-g1{
	transition: all 1s ease 0.1s;
    -webkit-transition: all 1s ease 0.1s;
}

.animate-enter.animate-delay-g2{
	transition: all 1s ease 0.2s;
    -webkit-transition: all 1s ease 0.2s;
}

.animate-enter.animate-delay-g3{
	transition: all 1s ease 0.3s;
    -webkit-transition: all 1s ease 0.3s;
}


.animate-enter.show{
	bottom: 0;
    opacity: 1;
}

.relative{
	width: 100%;
	height: 100%;
	position: relative;
}

header{
	position: fixed;
	width: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	background-color: #fff;

}

.header-spacer{
	height: 60px;
	transition: height 0.2s;
	-webkit-transition: height 0.2s;
}

header .header{
	height: 60px;
	position: relative;
	/*transition: height 0.2s;
	-webkit-transition: height 0.2s;
	*/

	 border-bottom: 1px solid #d6d6d6; 

}

#megamenu{
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: -115%;
	left: 0;
	/*
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	*/
	padding-top: 100px;
	overflow: hidden;
}

#megamenu.show{
	top: 0;
}

#megamenu.small{
	padding-top: 60px;
}


#megamenu .megamenu-content{
	position: relative;
	width: 100%;
	height: 100%;
}

#megamenu .megamenu-content h1{
	text-align: center;
	margin-top: 200px;
}

#megamenu  .megamenu-left{
	float: left;
	width: 50%;
	height: 100%;
}

#megamenu .max-width{
	height: 100%;
}

#megamenu .tbl{
	width: 100%;
	height: 100%;
	display: table;
}

#megamenu  .megamenu-left img{
	height: 60%;	
	margin-top: 20%;
}

#megamenu  .megamenu-right{
	float: left;
	width: 50%;
	height: 100%;
	margin-left: 50%;
}

#megamenu  .megamenu-right ul{
	vertical-align: middle;
	display: table-cell;
	margin: 0;
	padding: 0;
	position: relative;
	top: -50px;
	
}

#megamenu  .megamenu-right ul li{
	list-style: none;
	padding: 10px 0;
	margin-left: 0px;
	opacity: 0;
	position: relative;
	top: 10px;

}

#megamenu  .megamenu-right ul li:nth-child(1){
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

#megamenu  .megamenu-right ul li:nth-child(2){
	transition: all 0.2s ease 0.1s;
	-webkit-transition: all 0.2s ease 0.1s;
}

#megamenu  .megamenu-right ul li:nth-child(3){
	transition: all 0.2s ease 0.2s;
	-webkit-transition: all 0.2s ease 0.2s;
}

#megamenu  .megamenu-right ul li:nth-child(4){
	transition: all 0.2s ease 0.3s;
	-webkit-transition: all 0.2s ease 0.3s;
}

#megamenu  .megamenu-right ul li:nth-child(5){
	transition: all 0.2s ease 0.4s;
	-webkit-transition: all 0.2s ease 0.4s;
}

#megamenu  .megamenu-right ul li:nth-child(6){
	transition: all 0.2s ease 0.5s;
	-webkit-transition: all 0.2s ease 0.5s;
}

#megamenu  .megamenu-right ul li:nth-child(7){
	transition: all 0.2s ease 0.6s;
	-webkit-transition: all 0.2s ease 0.6s;
}

#megamenu  .megamenu-right ul li:nth-child(8){
	transition: all 0.2s ease 0.7s;
	-webkit-transition: all 0.2s ease 0.7s;
}

#megamenu  .megamenu-right ul.dis-show li{
	transition: all 0.2s ease 0s !important;
	-webkit-transition: all 0.2s ease 0s !important;
}

#megamenu  .megamenu-right ul.show li{
	opacity: 1;
	top: 0px;
}	

#megamenu  .megamenu-right ul li{
	font-size: 30px;
}	

#megamenu  .megamenu-right ul li a{
	color: #212121;
	text-decoration: none;
}

header .logo{
	float: left;
	padding-left: 20px;
	height: 100%;
}

header .logo img.wide{
	display: block;
	height: 42px;
	margin-top: 8px;
}


header .header-right{
	float: right;
	height: 100%;
}

header .header-right ul.nav{
	margin: 0;
	padding: 0;
	height: 100%;
}


header .header-right ul.nav > li{
	float: left;
	height: 100%;
	padding: 0 26px;
	list-style: none;
}

header .header-right ul.nav > li:nth-child(1){
	padding-right: 36px;
	padding-left: 0px;

}

header .header-right ul.nav > li:nth-child(6){
	padding-right: 52px;

}

header .header-right ul.nav > li a{
	display: block;
	margin-top: 25px;
	font-size: 13.5px;
  	letter-spacing: 2.7px;
  	color: #212121;
  	text-decoration: none;
  	transition: opacity 0.2;
  	-webkit-transition: opacity 0.2;
}

header .header-right ul.nav > li.unfocus a{
	opacity: 0.6;
}

header .header-right ul.nav > li.menu{

	width: 59px;
	padding: 0;
	text-align: center;
	border-left: 1px solid #d6d6d6;

}


header .header-right ul.nav > li.menu a{
	margin-top: 0;
	height: 100%;
}

header .header-right ul.nav > li.menu a > div{
	top: 16px;
}


/*** smaller version ***/
header .logo img.logo-only{
	display: none;
	width: 42px;
	margin-top: 9px;
}

header .reading{
	display: none;
	float: left;
}

header .reading p{
	font-size: 16px;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #8d8d8d;
  	margin: 25px 0 0 30px;
}

header .reading p span{
	color: #212121;
}

header .header-right ul.nav > li.shares{
	display: none;
	font-size: 15px;
  	font-weight: 300;
  	letter-spacing: 0.8px;
  	text-align: center;
  	color: #7b7b7b;
  	border-left: 1px solid #d6d6d6;
  	width: 70px; /** 80 small, 226 big ***/
  	overflow: hidden;
  	transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  	-webkit-transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

header .header-right ul.nav > li.shares.show{
	width: 215px;
}


header .header-right ul.nav > li.shares a{
	display: block;
	margin-top: 15px;
	font-size: 15px;
  	font-weight: 300;
  	letter-spacing: 0.8px;
  	text-align: center;
  	color: #7b7b7b;
  	float: left;
  	height: 100%;
}

header .header-right ul.nav > li.shares .share-expand{
	width: 215px;
}

header .header-right ul.nav > li.shares img{
	width: 18px;
	margin-right: 17px;
	position: relative;
	top: 3px;
}

header .header-right ul.nav > li.shares .share-icons{
	float: left;
	height: 100%;
	margin-left: 25px;
}

header .header-right ul.nav > li.shares .share-icons img{
	width: 32px;
	float: left;
	margin-right: 10px;
}	

header .header-right ul.nav > li.shares .share-icons a:last-child img{
	margin-right: 0px;
}

header.small{
	/* border-bottom: 1px solid #D6D6D6; */
}

.header-spacer.small{
	height: 60px;
}

header.small .header{
	height: 60px;
}

header.small .reading{
	display: block;

}

header.small .logo{
	padding-left: 21px;
	padding-right: 25px;
	border-right: 1px solid #d6d6d6;
}

header.small .logo img.logo-only{
	display: block;
}

header.small .logo img.wide{
	display: none;
}

header.small .header-right ul.nav > li{
	display: none;
}

header.small .header-right ul.nav > li.shares{
	display: block;
}

header.small .header-right ul.nav > li.menu{
	display: block;
}

header.small .header-right ul.nav > li.menu{
	width: 60px;
}

header.small .header-right ul.nav > li.menu a > div{
	top: 16px;
}

#wrapper{
	background-color: #fff;
}

#fullscreen{
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	height: 900px;
	margin-bottom: 90px;
}

#fullscreen #banner{
	float: left;
	height: 100%;
	width: 95%;
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	position: relative;
	overflow: hidden;
}

#fullscreen #banner .banner-gradient-overlay{
	width: 100%;
	height: 433px;
	background-image: url('../images/gradient.png');
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

#fullscreen #banner .banner-arrow-down{
	width: 18px;
	height: 86px;
	background-image: url('../images/arrow-down-big.png');
	background-repeat: no-repeat;
	position: absolute;
	left: 50px;
	bottom: 36px;
	z-index: 4;
	animation: moveArrowBig 2s infinite linear;
    -webkit-animation: moveArrowBig 2s infinite linear;
    cursor: pointer;
}	


@keyframes moveArrowBig {
    0% {bottom: 50px;}
    50% {bottom: 36px;}
    100% {bottom: 50px;}
}

@-webkit-keyframes moveArrowBig{
   	0% {bottom: 50px;}
    50% {bottom: 36px;}
    100% {bottom: 50px;}
}

#fullscreen #sidebar-mini{
	width: 60px;
	float: right;
}	


#fullscreen #sidebar-mini .sidebar-ul{
	background-color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}

#fullscreen #sidebar-mini .sidebar-ul li{
	text-align: center;
	padding: 3px 0;
}

#fullscreen #sidebar-mini .sidebar-ul li a{
	display: block;
}

#fullscreen #sidebar-mini .sidebar-ul li img{
	width: 27px;
	pointer-events: none;
}

#fullscreen #sidebar-mini .sidebar-ul li.search{
	padding: 30px 0 20px;
}


#fullscreen #sidebar-mini .sidebar-ul li.search embed{
	width: 28px;
}

#fullscreen .parallax-image{
	width: 100%;
	height: 100%;
	
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 0;
	overflow: hidden;
}

#fullscreen .parallax-image.active{
	z-index: 2;
}

#fullscreen .parallax-image .image-cover{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
}


#fullscreen .banner-captions{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	width: 588px;
	height: 292px;
	overflow: hidden;
	z-index: 5;
}


#fullscreen .banner-captions .captions{
	position: relative;
	margin: 45px 50px 45px 55px;
}

#fullscreen .banner-captions .captions .caption-item{
	position: absolute;
	left:-100%;
	top: 0;
	width: 100%;
	height: auto;
	opacity: 0; 
}

#fullscreen .banner-captions .captions .caption-item.active{
	opacity: 1;
	left: 0;
}


.banner-captions .captions .caption-item h3{
	font-size: 13px;
  	font-weight: 300;
  	letter-spacing: 2.3px;
  	color: #212121;
  	margin: 0 0 10px;
  	position: relative;
  	/*
  	left: 0;
  	opacity: 0;
  	*/
}

.banner-captions .captions .caption-item h2{
  	letter-spacing: 1.6px;
  	text-align: left;
  	color: #212121;
  	font-size: 30px;
  	font-weight: normal;
  	margin: 0 0 15px;
  	position: relative;
  	/*
  	left: 0;
  	opacity: 0;
  	*/
}

.banner-captions .captions .caption-item h2 a, .banner-captions .captions .caption-item h3 a{
	text-decoration: none;
	color: #212121;
}

.banner-captions .captions .caption-item p{
	font-weight: 300;
  	line-height: 1.2;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #212121;
  	margin: 0 0 25px;
  	position: relative;
  	/*
  	left: 0;
  	opacity: 0;
  	*/
}

.banner-captions .captions .caption-item > a{
	font-size: 13px;
  	letter-spacing: 2.3px;
  	text-align: left;
  	color: #212121;
  	text-decoration: none;
  	position: relative;
  	/*
  	left: 0;
  	opacity: 0;
  	*/
}


.banner-captions .indicator{
	width: 90%;
	width: calc(100% - 55px);
	width: -webkit-calc(100% - 55px);
	position: absolute;
	left: 0;
	bottom: 5px;
	margin: 0px 0px 0 55px;
}


.banner-captions .indicator .indicator-item{
	float: left;
	font-size: 14px;
  	letter-spacing: 4.2px;
  	color: #212121;
  	cursor: pointer;
}

.banner-captions .indicator .indicator-spacer{
	float: left;
	width: 0px;
	height: 1px;
	background-color: #212121;
	position: relative;
	top: 5px;
	margin: 0 22px;
}

.banner-captions .indicator .indicator-spacer.extended{
	width: 159px;
}	

.trending-articles{
	margin: 0 20px;
}

h2.section-title{
	font-size: 18px;
  	font-weight: 500;
  	line-height: 1.79;
  	letter-spacing: 4.5px;
  	text-align: left;
  	color: #1f1f1f;
}

h2.section-title.right{
	margin: 0 0 50px 47%;
}

h2.section-title.center{
	text-align: center;
}

.hover-effect{
	overflow: hidden;
	
	background-size: cover;
	background-position: center;
}

.hover-effect img{
	transition: all 6s ease;
	-webkit-transition: all 6s ease;
}

.hover-effect:hover img{
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.cols{
	
}

.cols.featured-projects{
	margin-top: 60px;
	margin-bottom: 70px;
}

.cols .col{
	float: left;
}

.cols .col.right{
	float: right;
}

.cols.two .col{
	width: 50%;
}

.grid{

}

.grid.two{

}

.grid.two .grid-item{
	margin-bottom: 107px;
}

.grid.four .grid-item{
	width: 274px;
	float: left;
	margin-left: 20px;
	margin-bottom: 80px;
}

.grid.four .grid-item.col-span-2{
	width: 558px;
}	

.cols.two .col .grid.four .grid-item.col-span-2{
	margin-left: 10px;
}	

.grid .grid-item h3{
	font-size: 13px;
  	font-weight: 300;
  	letter-spacing: 2.3px;
  	text-align: left;
  	color: #212121;
  	margin: 0 0 25px;
}

.grid .grid-item h3 a{
	color: #212121;
	text-decoration: none;
	transition: opacity 0.2s;
}

.grid .grid-item h3 a:hover{
	opacity: 0.8;
}

.grid .grid-item h2{
	font-size: 36px;
  	letter-spacing: 1.8px;
  	text-align: left;
  	color: #212121;
  	font-weight: normal;
  	margin: 0 0 25px;
}


.grid .grid-item h2 a{
	color: #212121;
	text-decoration: none;
}

.grid .grid-item p{
	font-size: 15px;
  	font-weight: 300;
  	line-height: 1.33;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #212121;
  	margin: 0;
}

.grid.three{
	margin: 40px 63px 0px;
}

.grid.three .grid-item{
	width: 300px;
	float: left;
	margin-right: 85px;
	margin-bottom: 46px;
}

.grid.three .grid-item:nth-child(3n+3){
	margin-right: 0;
}

.grid.three .grid-item.background-image .grid-image img{
	opacity: 0;
}

.grid.three .grid-item.background-image .grid-image{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.grid.four .grid-item h3{
	margin-left: 15px;
}	

.grid.four .grid-item h2{
	font-size: 22px;
  	line-height: 1.27;
  	letter-spacing: 1.1px;
  	text-align: left;
  	color: #212121;
  	font-weight: normal;
  	margin: 0 0 0 15px;
}

.grid.four .grid-item.col-span-2 h2{
	font-size: 36px;
  	letter-spacing: 1.8px;
  	text-align: left;
  	color: #212121;
  	font-weight: normal;
  	margin: 0 0 25px 35px;
}

.grid.four .grid-item.col-span-2 h3{
	margin-left: 35px;
}

.grid.four .grid-item.col-span-2 p{
	margin-left: 35px;
	width: 390px;
}	

.grid .grid-item .grid-image{
	margin-bottom: 35px;
}

.grid .grid-item .item-left{
	float: left;
}

.grid .grid-item .item-right{
	float: right;
}

.grid .grid-item img{
	display: block;
	width: 100%;
}

.grid .grid-item .text{
	width: 46.37%;
}

.grid .grid-item .image{
	width: 53.63%;	
}

.grid .grid-item .item-desc{
	width: 380px;
}

.grid .grid-item .item-left .item-desc{
	margin-left: 63px;
	margin-top: 57px;
}

.grid .grid-item .item-right .item-desc{
	margin-left: 63px;
	margin-top: 70px;
}


.grid .grid-item .item-left.image img{
	width: 90%;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	margin-left: 40px;
}

.grid .grid-item .item-right.image img{
	width: 90%;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	margin-right: 40px;
}

.grid .grid-item.featured .item-left{
	width: 42.39%;
}

.grid .grid-item.featured .item-desc{
	margin-left: 63px;
	margin-top: 83px;
}

.grid .grid-item.featured .item-right{
	width: 57.61%;
}


.grid .grid-item.featured .item-right.image img{
	width: 100%;
	margin-right: 0;
}


.grid.four.smaller{
	margin-left: 37px;
	margin-right: 38px;
	margin-top: 93px;
}

.grid.four.smaller .grid-item{
	width: 239px;
	margin-left: 0;
	margin-right: 55px;
}

.grid.four.smaller .grid-item:nth-child(4n+0){
	margin-right: 0px;
}	



.grid.four.smaller .grid-item .grid-image{
	margin-bottom: 25px;
}

.grid.four.smaller .grid-item h3{
	font-size: 11px;
  	font-weight: 300;
  	letter-spacing: 2px;
  	text-align: left;
  	color: #212121;
  	margin: 0 0 15px 15px;
}

.grid.four.smaller .grid-item h3 a{
	color: #212121;
	text-decoration: none;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}

.grid.four.smaller .grid-item h3 a:hover{
	opacity: 0.8;
}

.grid.four.smaller .grid-item h2{
	font-size: 18px;
  	line-height: 1.33;
  	letter-spacing: 0.9px;
  	text-align: left;
  	color: #212121;
  	margin: 0 0 0 15px;
  	height: 65px;
}

.grid.four.smaller .grid-item h2.one-line{
	text-align: center;
    margin-left: 0px;
    height: auto;
}

.grid.one .grid-item{
	margin-bottom: 70px;
}


.grid.one .grid-item .grid-image{
	margin-bottom: 29px;
}

.grid.one .grid-item h3{
	font-size: 13px;
  	font-weight: 300;
  	letter-spacing: 2.3px;
  	text-align: left;
  	color: #212121;
  	margin: 0 0 15px 27px;
}

.grid.one  .grid-item h2{
	font-size: 30px;
  	line-height: 1;
  	letter-spacing: 1.5px;
  	text-align: left;
  	color: #373737;
  	margin: 0 0 0 27px;
}

.grid.one  .grid-item p{
	font-size: 16px;
  	font-weight: 300;
  	letter-spacing: 1px;
  	text-align: left;
  	color: #4c4c4c;
  	margin: 0 0 0 27px;
}


.grid.two-real{
	
}

.grid.two-real .grid-item{
	width: 532px;
	float: left;
	margin-right: 56px;
	margin-bottom: 80px;
}

.grid.two-real .grid-item:nth-child(2n+0){
	margin-right: 0px;
}

.grid.two-real .grid-item .grid-image{
	margin-bottom: 25px;
}


.grid.two-real .grid-item h3{
	font-size: 11px;
  	font-weight: 300;
  	letter-spacing: 2px;
  	text-align: left;
  	color: #212121;
  	margin: 0 0 15px 18px;
}

.grid.two-real  .grid-item h2{
	font-size: 21px;
  	line-height: 1.14;
  	letter-spacing: 1.1px;
  	text-align: left;
  	color: #212121;
  	margin: 0 0 0px 18px;
}

.grid.two-real  .grid-item p{
	font-size: 16px;
  	font-weight: 300;
  	letter-spacing: 1px;
  	text-align: left;
  	color: #4c4c4c;
  	margin: 0 0 0 18px;
}


.ad-parallax-1{
	margin-bottom: 130px;
}

.ad-parallax-2{
	margin-bottom: 80px;
}

.parallax-mobile img{
	width: 100%;
	display: block;
}

.ad-normal{
	padding-top: 33px;
	padding-bottom: 30px;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 100px;
}

.ad-normal img.mobile{
	display: none;
}

.ad-normal img{
	display: block;
	width: 90%;
	margin: 0 auto;
	max-width: 728px;
}

.featured-video{
	margin-bottom: 109px;
}

.featured-video .ad-square{
	width: 382px;
	float: left;
	margin-top: 30px;
}

.featured-video .ad-square h3{
	text-align: center;
	font-size: 13px;
  	font-weight: 300;
  	letter-spacing: 2.3px;
  	color: #212121;
  	font-weight: normal;
  	margin: 18px 0;
}

.featured-video .ad-square img{
	width: 300px;
	margin: 0 auto;
	display: block;
}

.featured-video .video-gallery-con{
	width: 814px;
	float: left;
}

.featured-video .video-gallery-con h2.section-title{
	margin-left: 160px;
	margin-bottom: 44px;
}

.featured-video .video-gallery-con .video-slide-indicator{
	width: 30px;
	float: left;
	margin-left: 40px;
	text-align: center;
}


.featured-video .video-gallery-con .video-slide-indicator .vsi-text{
	font-size: 14px;
	line-height: 1;
 	letter-spacing: 2.8px;
  	text-align: center;
  	color: #131313;
  	
  	padding-bottom: 22px;
  	/*padding-top: 24px; */
  	
  	cursor: pointer;
}

/*
.featured-video .video-gallery-con .video-slide-indicator .vsi-text:nth-child(1){
	margin-top: 0;
}

*/

.featured-video .video-gallery-con .video-slide-indicator .vsi-spacer{
	width: 1px;
	height: 0;
	background-color: #131313;
	margin-left: 14px;

}

.featured-video .video-gallery-con .video-slide-indicator .vsi-spacer.extended{
	height: 129px;
	margin-bottom: 22px;
}

.featured-video .video-gallery-con .video-slide-container{
	width: 664px;
	float: right;
	margin-right: 38px;
	position: relative;
	height: 450px;
	overflow: hidden;

}

.featured-video .video-gallery-con .video-slide-container .video-slide-item{
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
		
}

.featured-video .video-gallery-con .video-slide-container .video-slide-item .slide-item{
	position: relative; 
	width: 100%;
	height: auto;
}

.featured-video .video-gallery-con .video-slide-container .video-slide-item .slide-item .read-more-overlay{
	width: 100%;
	height: 150px;
	background-image: url('../images/gradient.png');
	background-repeat: repeat-x;
	background-size: auto 150px;
	position: absolute;
	left: 0;
	bottom: 0;
}	

.featured-video .video-gallery-con .video-slide-container .video-slide-item .slide-item .read-more-overlay a{
	display: block;
	color: #fff;
	width: 110px;
	float: right;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1.2px;
	padding-left: 80px;
	background-image: url('../images/arrow-right-big.png');
	background-repeat: no-repeat;
	margin-top: 110px;
	transition: background-position 0.5s;
	-webkit-transition: background-position 0.5s;

}

.featured-video .video-gallery-con .video-slide-container .video-slide-item .slide-item .read-more-overlay a:hover{
	background-position: 5px 0px;
}

.featured-video .video-gallery-con .video-slide-container .video-slide-item img{
	display: block;
	width: 100%;
}

.featured-video .video-gallery-con .video-slide-container .video-slide-con{
	background-color: #fff;
	width: 340px;
	height: 130px;
	position: absolute;
	left: 0;
	bottom: 0px;
	overflow: hidden;
}

.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption{
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	opacity: 0;
}

.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption.active{
	left: 0;
	opacity: 1;
}

.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption h3{
	font-size: 13px;
  	font-weight: 300;
  	letter-spacing: 2.3px;
  	text-align: left;
  	color: #212121;
  	margin: 20px 0 10px 20px;
  	position: relative;
}

.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption h3 a{
	color: #212121;
	text-decoration: none;
	transition: opacity 0.2s;
}

.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption h3 a:hover{
	opacity: 0.8;
}

.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption h2{
	font-size: 25px;
  	letter-spacing: 1.5px;
  	text-align: left;
  	color: #212121;
  	margin: 0;
  	font-weight: normal;
  	margin: 0 0 15px 20px;
  	position: relative;
  	width: 300px;
}


.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption h2 a{
	color: #212121;
	text-decoration: none;
}



/*** listing ***/
.with-search{
	position: relative;
	height: 50px;
	padding-top: 30px;
	margin-bottom: 40px;
}

.with-search .search{
	position: absolute;
	width: 32px;
	height: 32px;
	bottom: 10px;
	right: 10px;
}

.with-search h2.section-title{
	margin-bottom: 0px;
	position: relative;
	top: 30px;
}

.slides-two-cols {
	margin-left: 37px;
	margin-right: 37px;
}

.slides-two-cols .captions{
	width: 380px;
	position: relative;
	height: 345px;
}

.slides-two-cols .captions .caption-item{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}	

.slides-two-cols .captions .caption-item.active{
	z-index: 2;
}

.slides-two-cols .captions a{
	color: #212121;
	text-decoration: none;
}

.slides-two-cols .captions h3{
	font-size: 13px;
  	font-weight: 300;
  	letter-spacing: 2.3px;
  	text-align: left;
  	color: #212121;
  	margin: 28px 0 25px;
  	position: relative;
  	top: 0;
  	opacity: 0;
}

.slides-two-cols .captions h2{
	font-size: 36px;
  	line-height: 1.11;
  	letter-spacing: 1.8px;
  	text-align: left;
  	color: #212121;
  	font-weight: normal;
  	margin: 0 0 30px;
  	position: relative;
  	top: 0;
  	opacity: 0;
}

.slides-two-cols .captions p{
	font-size: 15px;
  	font-weight: 300;
  	line-height: 1.33;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #212121;
  	margin: 0;
  	position: relative;
  	top: 0;
  	opacity: 0;
}

.slides-two-cols .col{
	float: left;
	width: 473px;
	height: 404px;
}

.slides-two-cols .col.image-slide{
	float: right;
	width: 648px;
	position: relative;
	overflow: hidden;
}

.slides-two-cols .col.image-slide .slide-placeholder{
	width: 100%;
	display: block;
	opacity: 0.0;
	z-index: 0;
}	

.slides-two-cols .col.image-slide .image-slide-item{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center center;
}

.slides-two-cols .col.image-slide .image-slide-item a{
	text-decoration: none;
}

.slides-two-cols .col.image-slide .image-slide-item .image-holder{
	width: 100%;
	height: 100%;
}

.slides-two-cols .col.image-slide img{
	display: block;
	width: 100%;
}

.slides-two-cols .col .indicator .indicator-item{
	float: left;
	font-size: 14px;
  	letter-spacing: 4.2px;
  	color: #212121;
  	cursor: pointer;
}

.slides-two-cols .col .indicator .indicator-spacer{
	float: left;
	width: 0px;
	height: 1px;
	background-color: #212121;
	position: relative;
	top: 5px;
	margin: 0 22px;
}

.slides-two-cols .col .indicator .indicator-spacer.extended{
	width: 159px;
}	


.no-result{
	min-height: 300px;
}

.no-result p{
	text-align: center;
	font-size: 16px;
}

.pagination{
	text-align: center;
	padding: 29px 0 25px;
	border-top: 1px solid rgba(0,0,0,0.13);
	margin-bottom: 70px;
	margin-left: 37px;
	margin-right: 38px;
	letter-spacing: 3px;
	font-size: 18px;
}

.pagination.margin50{
	margin-bottom: 50px;
}

.pagination a, .pagination strong{
	text-decoration: none;
	font-weight: normal;
	padding: 0 15px;
	font-size: 18px;
  	text-align: center;
  	color: #1f1f1f;
  	letter-spacing: 2.4px;
}

.pagination .next a{
	padding-right: 0px;
}

.pagination strong{
	border-top: 2px solid #1f1f1f;
	padding-top: 30px;
}	

.pagination .prev, .pagination a.next{
	float: left;
	text-align: left;
	letter-spacing: 2.4px;
	padding: 0;
	font-size: 16px
}

.pagination .disabled{
	float: left;
	font-size: 16px;
  	letter-spacing: 2.4px;
  	text-align: left;
  	color: #c3c3c3;
}	

.pagination .next{
	float: right;
	text-align: right;
}


.listing{
	margin-left: 38px;
	margin-right: 38px;
	margin-bottom: 60px;
}

.project-filters{
	border-top: 3px solid #1f1f1f;
	position: relative;
	margin-bottom: 15px;
} 

.project-filters .filter-trigger{
	font-size: 14px;
  	font-weight: 500;
  	letter-spacing: 2.8px;
 	text-align: left;
  	color: #1f1f1f;
  	padding: 24px 0 22px 42px;
  	position: relative;
  	z-index: 3;
  	cursor: pointer;
  	max-width: 300px;
}

.project-filters .filter-trigger span.carat{
	width: 11px;
	height: 6px;
	background-image: url('../images/carat.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	bottom: 1px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.project-filters.active .filter-trigger span.carat{
	-ms-transform: rotate(-180deg); 
    -webkit-transform: rotate(-180deg); 
    transform: rotate(-180deg);
}	

.project-filters .filter-overlay{
	width: 100%;
	height: 0;
	position: absolute;
	z-index: 2;
	background-color: #F2F2F2;
	left: 0;
	top: 0;

	-webkit-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1);
  	transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1);

	overflow: hidden;
}


.project-filters.active .filter-overlay{
	height: 345px;
}

.project-filters .filter-overlay .filter-content{
	width: 100%;
	height: 345px;
}

.project-filters .filter-overlay .filter-content ul{
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 50px;
	list-style: none;
	width: 196px;
	margin-right: 70px;
}

.project-filters .filter-overlay .filter-content ul li{
	
	font-size: 16px;
 	font-weight: 300;
  	letter-spacing: 1px;
  	text-align: left;
  	color: #131313;
  
}

.project-filters .filter-overlay .filter-content ul li a{
	color: #131313;
	text-decoration: none;
	display: block;
	padding-top: 15px;
  	padding-bottom: 8px;
  	padding-left: 24px;
}

.project-filters .filter-overlay .filter-content ul li.active{
	background-color: #E8E8E8;
	font-weight: normal;
}

.project-filters .filter-overlay .filter-content ul li.filter-option{
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.project-filters .filter-overlay .filter-content ul li.filter-title{
	font-size: 24px;
 	font-weight: 300;
  	letter-spacing: 1.8px;
  	text-align: left;
  	color: #c5c5c5;
  	padding-bottom: 20px;
  	padding-top: 0;
  	padding-left: 24px;
}


/*** end of listing ***/

/*** article ***/
.article-head{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 60px;
	margin-top: 90px;
}

.article-head .top-space{
	height: 50px;
}

.article-head .ah-left{
	float: left;
	width: 350px;
	margin-left: 72px;
	position: relative;
	height: 160px;
}

.article-head .ah-left .pd-con{
	padding: 0 20px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	/*overflow: hidden; */
	height: auto !important;
	-webkit-transition: max-height 500ms cubic-bezier(0.77, 0, 0.175, 1);
  	transition: max-height 500ms cubic-bezier(0.77, 0, 0.175, 1);
  	z-index: 2;
  	display: none;
}


.article-head .ah-left .pd-con.show{
	height: auto;
	padding-bottom: 20px;
}

.article-head .ah-left .pd-row{
	margin-bottom: 8px;

}

.article-head .ah-left .pd-row .pd-label{
	float: left;
	width: 120px;
	font-size: 13px;
  	letter-spacing: 1.3px;
  	text-align: left;
  	color: #333333;
  	margin-right: 17px;
  	font-weight: 500;
}


.article-head .ah-left .pd-row .pd-value{
	font-size: 13px;
  	letter-spacing: 1px;
  	text-align: left;
  	color: #333333;
  	font-weight: 300;
  	float: left;
  	width: 200px;
  	font-family: Helvetica;
  	font-size: 11px;
  	color: #888;
}

.article-head .ah-left a.pd-more{
	font-size: 16px;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #979797;
  	text-decoration: none;
  	margin-top: 10px;
  	position: relative;

  /*
  	display: none;
  	position: absolute;
  	left: 20px;
  	top: 180px;
  	z-index: 1;
  	*/
}

.article-head .ah-left a.pd-less{
	font-size: 16px;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #979797;
  	text-decoration: none;
  	margin-top: 10px;
  	/*display: none; */
}

.article-head .pd-more-div{
	position: relative;

}

.article-head .pd-more-list{
	width: 120%;
	width: calc(100% + 20px);
	padding-left: 20px;
	padding-bottom: 20px;
	position: absolute;
	left: -20px;
	top: 0px;
	background-color: #fff;
	height: auto;
	-webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 1;
}

.article-head .pd-more-div.hide{
	overflow: hidden;
}	

.article-head .pd-more-div.hide .pd-more-list{
	opacity: 0;
	top: -50px;

}


.article-head .ah-right{
	width: 560px;
	float: right;
	margin-right: 67px;
}

.article-head .ah-right h3{
	font-size: 13px;
  	font-weight: 300;
  	letter-spacing: 2.3px;
  	text-align: left;
  	color: #212121;
  	margin: 0;
}

.article-head .ah-right h3 a{
	color: #212121;
	text-decoration: none;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}

.article-head .ah-right h3 a:hover{
	opacity: 0.8;
}

.article-head .ah-right h1{
	font-size: 40px;
  	line-height: 1.13;
  	letter-spacing: 2px;
  	text-align: left;
  	color: #212121;
  	font-weight: normal;
  	margin: 0 0 15px;
}

.article-head .ah-right p{
	font-size: 17px;
  	font-style: italic;
  	line-height: 1.24;
  	letter-spacing: 0.9px;
  	text-align: left;
  	color: #7b7b7b;
  	margin: 0;
  	max-width: 450px;
}

.article-head.type-article .ah-left{
	display: none;
}	

.article-head.type-article .ah-right{
	float: none;
	margin: 0 auto;
    max-width: 762px;
    width: 75%;
}	

.article-head.type-article .ah-right h1{
	max-width: 900px;
}

.article-head.type-article  .ah-right p{
	max-width: 600px;
}

.article-content{

}

.article-content em.caption{
	font-size: 14px;
  	letter-spacing: 0.7px;
  	text-align: left;
  	color: #959595;
  	display: block;
  	margin-top: 14px;
  	margin-left: 16px;
  	font-style: normal;
}

.article-content .type-image img, .article-content .image img{
	display: block;
	width: 100%;
}

.article-content .type-image.portrait img{
	width: 70%;
	margin: 0 auto;
}	


.article-content .type-image .margin{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.article-content .type-video iframe{
	display: block;
	width: 100%;
	height: 600px;
}

.article-content .type-video .margin{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 60px;
}

.article-content .type-text{
	font-size: 22px;
  	line-height: 1.45;
  	letter-spacing: 1.1px;
  	text-align: left;
  	color: #212121;
}

.article-content .type-text strong, .article-content .type-text b{
  	font-weight: 600;
  	letter-spacing: 1.1px;
}

.article-content .type-text a{
	color: #9e9e9e;
	text-decoration: none;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}

.article-content .type-text a:hover{
	opacity: 0.8;
}

.article-content .type-text h2, .article-content .type-text h3, .article-content .type-text h4{
	font-size: 22px;
  	font-weight: 600;
  	line-height: 1.45;
  	letter-spacing: 1.1px;
  	text-align: left;
  	color: #212121;
  	margin: 0 0 15px;
}

.article-content .type-text em.small-text{
	font-size: 18px;
	line-height: 1.1;
}

.article-content .type-text .margin{
	margin: 0 auto 20px;
	max-width: 762px;
}

.article-content .type-two-image .margin{
	width: 960px;
	margin: 0 auto 50px;
}

.article-content .type-two-image .image{
	float: left;
	width: 470px;
}

.article-content .type-two-image .image .background-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: calc(100% - 20px);
}

.article-content .type-two-image .image .background-image img{
	opacity: 0;
	display: block;

}

.article-content .type-two-image .image:nth-child(1){
	margin-right: 20px;
}

.article-content .type-quote{
	font-size: 40px;
  	font-weight: 500;
  	line-height: 1.15;
  	letter-spacing: 2px;
  	text-align: center;
  	color: #212121;
}

.article-content .type-quote .margin{
	margin: 0 auto 90px;
	max-width: 800px;
}

.article-content .type-gallery .margin{
	position: relative;
	margin-bottom: 100px;
	height: 530px;
}

.article-content .type-gallery .flexslider{
	border: none;
	margin: 0;
	height: 100%;
}

.article-content .type-gallery .flexslider .flex-viewport, .article-content .type-gallery .flexslider .slides{
	height: 100%;
}

.article-content .type-gallery .flexslider ul li{
	
	position: relative;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.article-content .type-gallery .flexslider ul li img{
	opacity: 0;
}

.article-content .type-gallery  .image-overlay{
	position: absolute;
	height: 100%;
	width: 470px;
	top: 0;
	left: 118px;
	z-index: 2;
}



.article-content .type-gallery  .image-description{
	height: 428px;
	background-color: #F4F3F4;
	position: relative;
	top: 51px;
	width: 100%;

}

.article-content .type-gallery  .image-description .tbl{

	width: 410px;
	height: 100%;
	margin-left: 652px;
}

.article-content .type-gallery  .image-description .tbl .flexslider2{
	height: 100%;
	background-color: transparent;
}

.article-content .type-gallery  .image-description .tbl .flexslider2 ul li > div{
	height: 428px;
	display: table;
}

.article-content .type-gallery .image-description p{
	font-size: 16px;
  	line-height: 1.44;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #212121;
  	display: table-cell;
  	vertical-align: middle;
  	margin: 0;
}


.article-content .type-gallery.gallery-no-d .margin{
	height: 600px;
}	


.article-content .type-gallery.gallery-no-d{
	background-color: #F4F3F4;
}

.article-content .type-gallery.gallery-no-d .image-overlay{
	width: 100%;
	left: 0;

}	

.article-content .type-gallery.gallery-no-d .image-overlay img{

}


.flex-arrow{
	width: 51px;
	height: 51px;
	background-color: #E6E7E8;
	text-align: center;
	margin-bottom: 10px;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 48%;
	top: calc(50% - 25px);
	cursor: pointer;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.flex-arrow:hover{
	background-color: #edeff2;
}

.flex-arrow.right{
	left: auto;
	right: 0;
}

.flex-arrow img{
	width: 30px;
	margin-top: 10px;
}

.flex-arrow.left img{
	 -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.article-content .credits{

}

.article-content .credits .margin{
	max-width: 762px;
	width: 100%;
	margin: 0 auto 80px;
}

.article-content .credits .line{
	width: 34px;
	height: 4px;
	background-color: #212121;
	margin-bottom: 40px;
}

.article-content .credits .credit-row{
	margin-bottom: 8px;
}

.article-content .credits .credit-label{
	width: 70px;
	float: left;
	margin-right: 15px;
	font-size: 14px;
  	letter-spacing: 0.9px;
  	text-align: left;
  	color: #272727;
}

.article-content .credits .credit-value{
	font-size: 14px;
  	letter-spacing: 0.9px;
  	text-align: left;
  	color: #8b8b8b;
}

.related-articles{
	background-color: #f1f1f1;
	padding-top: 70px;
}

.related-articles .grid.four{
	margin-top: 70px;
}

/*** end of article ***/

/*** issue ***/

.magazine-issue{
	height: 620px;
	background-image: url('../images/homepage/cover-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.magazine-issue .magazine-inner{
	width: 100%;
	height: 100%;
	position: relative;
}

.magazine-issue .magazine-inner .shadow-overlay{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: url('../images/homepage/shadow-top.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.magazine-issue .magazine-inner .issue-details{
	width: 860px;
	margin: 0 auto;
	
}	

.magazine-issue .magazine-inner .issue-details .issue-left{
	float: left;
	width: 370px;
	position: relative;
	z-index: 1;
}

.magazine-issue .magazine-inner .issue-details .issue-left img{
	display: block;
	width: 118%;
	margin-left: -9%;
	margin-top: 50px;
}

.magazine-issue .magazine-inner .issue-details .issue-right{
	float: right;
	width: 410px;
	position: relative;
	z-index: 3;
}

.magazine-issue .magazine-inner .issue-details .issue-right h2{
	font-size: 31px;
  	font-weight: 500;
  	letter-spacing: 3.1px;
  	text-align: left;
  	color: #212121;
  	margin: 110px 0 35px;
}

.magazine-issue .magazine-inner .issue-details .issue-right p{
	font-size: 16px;
  	line-height: 1.44;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #212121;
  	margin: 0 0 50px;
}


.magazine-issue .magazine-inner .issue-details .issue-right  a.read-more{
	display: block;
	width: 230px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 17px;
 	font-weight: 500;
  	letter-spacing: 1.7px;
  	color: #ffffff;
  	text-decoration: none;
  	padding: 19px 0 15px;
}

/*** footer ***/
.partners{
	background-color: #f1f1f1;
	padding-top: 70px;
	padding-bottom: 70px;
}

.partners h2{
	font-size: 18px;
  	font-weight: 500;
  	letter-spacing: 4.5px;
  	text-align: left;
  	color: #1f1f1f;
  	text-align: center;
  	margin: 0 0 30px;
}

.partners .partners-logo{
	text-align: center;
	position: relative;
	height: 80px;
}

.partners .partners-logo .group-logo{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 0;
	background-color: #f1f1f1;
	opacity: 0;
}



.partners .partners-logo .group-logo .item-logo{
	display: inline-block;
	margin: 0 40px;
}

.partners .partners-logo .group-logo .item-logo:first-child{
	margin-left: 0px;
}

.partners .partners-logo .group-logo .item-logo:last-child{
	margin-right: 0px;
}

.partners .partners-logo .group-logo .item-logo img{
	height: 80px;
	display: block;
	position: relative;
}

.partners .partners-logo img{

}

.newsletter{
	background-color: #828282;
	height: 86px;
	border-bottom: 1px solid rgba(255,255,255,0.28);
	overflow: hidden;
}

.newsletter .newsletter-form{
	height: 100%;
	position: relative;
}

.newsletter .newsletter-form .newsletter-success{
	position: absolute;
	left: 0px;
	top: -100%;
	height: 100%;
	background-color:  #828282;
	width: 863px;
	z-index: 5;
	left: 251px;
	-webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.newsletter .newsletter-form .newsletter-success.show{
	top: 0px;
}

.newsletter .newsletter-form .newsletter-success .newsletter-inner{
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
}

.newsletter .newsletter-form .newsletter-success .newsletter-inner span{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
  	line-height: 2.3;
  	letter-spacing: 3.5px;
  	text-align: left;
  	color: #dbdbdb;
  	left: 34px;
  	position: relative;
}

.newsletter .newsletter-form .newsletter-success .newsletter-inner #newsletter-close{
	width: 21px;
	height: 21px;
	position: absolute;
	right: 34px;
	top: 32px;
	cursor: pointer;
	background-image: url('../images/close.png');
	background-repeat: no-repeat;
}


.newsletter .newsletter-form > div{
	float: left;
	display: table;
	height: 100%;
	border-right: 1px solid rgba(255,255,255,0.28);
}

.newsletter .newsletter-form > div .td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.newsletter .newsletter-form > div.newsletter-label{
	width: 250px;
}

.newsletter .newsletter-form > div.newsletter-label .td{
	font-size: 18px;
  	line-height: 1.79;
  	letter-spacing: 1.4px;
  	text-align: right;
  	color: #e9e9e9;
  	padding-right: 57px;


}

.newsletter .newsletter-form > div.newsletter-field{
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
}



.newsletter .newsletter-form > div.newsletter-field label{
	display: block;
	font-size: 14px;
  	letter-spacing: 1.1px;
  	text-align: left;
  	color: #dbdbdb;
  	position: absolute;
  	top: 20px;
  	transition: all 0.2s;
  	-webkit-transition: all 0.2s;
  	z-index: 1;
  	

}

.newsletter .newsletter-form > div.newsletter-field label.inactive{
	top: 38px;
	/*color: #dbdbdb; */
	text-transform: uppercase;
	letter-spacing: 3.5px;
}


.newsletter .newsletter-form > div.newsletter-field input.textfield{
	background-color: transparent;
	border: none;
	line-height: 0.8;
	font-size: 14px;
  	letter-spacing: 3.5px;
  	text-align: left;
  	color: #fff;
  	outline-color: rgba(255,255,255,0);
  	text-transform: uppercase;
  	width: 180px;
  	height: 30px;
  	position: relative;
  	z-index: 2;
  	padding: 0 5px;
  	top: 10px;
  	left: -5px;

}	

.newsletter .newsletter-form > div.newsletter-field em{
	position: absolute;
	letter-spacing: 1.1px;
	z-index: 3;
	color: #2b2b2b;
	top: 20px;
	right: -20px;
	font-size: 14px;
}

.newsletter .newsletter-form > div.newsletter-field.email input.textfield{
	width: 380px;
}	

.newsletter .newsletter-form > div.newsletter-button button{
	height: 100%;
	background-color: #7c7c7c;
	border: none;
	font-size: 14px;
  	letter-spacing: 3.5px;
  	text-align: center;
  	color: #dbdbdb;
  	padding: 0 35px 0 38px;
  	transition: background-color 0.2s;
  	-webkit-transition: background-color 0.2s;
  	outline-color: rgba(255,255,255,0);
}

.newsletter .newsletter-form > div.newsletter-button button abbr{
	position: relative;
	top: 3px;
}

.newsletter .newsletter-form > div.newsletter-button button:hover{
	background-color: #5d5d5d;
}


/*** about us ***/

.about-us{
	margin-top: 70px;
}

.about-us .about-img img{
	width: 100%;
	display: block;
}

.about-us .grid.two-real .grid-item{
	margin-bottom: 45px;
}

.about-us .grid.two-real .grid-item h2{
	font-size: 30px;
  	line-height: 1.2;
  	letter-spacing: 1.5px;
  	color: #212121;
  	margin: 28px 0 50px;
}

.about-us .grid.two-real .grid-item h2.no{
	font-size: 200px;
  	font-weight: 300;
  	position: relative;
  	text-align: left;
  	color: #212121;
  	line-height: 0.8;
  	padding-left: 50px;
  	margin-bottom: 20px;
}

.about-us .grid.two-real .grid-item h2.no span{
	font-size: 36px;
  	letter-spacing: 1.8px;
  	text-align: left;
  	color: #212121;
  	position: absolute;
  	left: 0;
  	top: 0px;
}

.about-us .grid.two-real .grid-item h4{
	font-size: 18px;
  	font-weight: 500;
  	letter-spacing: 4.5px;
  	text-align: left;
  	color: #1f1f1f;
  	margin: 40px 0 30px;
}

.about-us a.light-btn{
	display: inline-block;
	width: 161px;
	height: 47px;
	border: 1px solid #0c0c11;
	border-radius: 10px;
	margin-right: 20px;
	transition: opacity 0.2;
	-webkit-transition: opacity 0.2;
}

.about-us a.light-btn:hover{
	opacity: 0.8;
}

.about-us a.light-btn .lb-inner{
	display: table;
	width: 100%;
	height: 100%;
}

.about-us a.light-btn .lb-td{
	display: table-cell;
	vertical-align: middle;
}

.about-us a.light-btn img{
	width: auto;
	float: left;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

.about-us a.light-btn.digital img{
	margin-left: 27px;
	margin-right: 23px;
}	

.about-us a.light-btn span{
	display: inline-block;
	font-size: 18px;
  	font-weight: 300;
  	letter-spacing: 0.5px;
  	text-align: left;
  	color: #1f1f1f;
  	float: left;
  	position: relative;
  	top: 5px;
}

.about-us a.light-btn.digital span{
	top: 9px;
}	

.about-us .grid.two-real .grid-item p{
	font-size: 15px;
  	font-weight: 300;
  	line-height: 1.4;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #212121;
	
	padding-right: 30px;
  	margin: 0;
}

.about-us .grid.two-real .grid-item.contact-us h2{
	font-size: 18px;
  	font-weight: 500;
  	letter-spacing: 1.8px;
  	text-align: left;
  	color: #212121;
  	margin: 30px 0 10px;
}

.about-us .grid.two-real .grid-item.contact-us p{
	font-size: 16px;
  	font-weight: 300;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #5d5d5d;
}

.about-us .grid.two-real .grid-item.contact-us .line{
	width: 41px;
	height: 2px;
	background-color: #212121;
	margin: 40px 0;
}

.about-us .grid.two-real .grid-item.contact-us h3{
	font-size: 30px;
  	font-weight: 300;
  	line-height: 1.2;
  	letter-spacing: 1.5px;
  	text-align: left;
  	color: #212121;
  	margin: 0 0 15px;
}

/** default ***/

.default{

}

.default h2{
	font-size: 22px;
  	line-height: 1.64;
  	letter-spacing: 1.1px;
  	text-align: left;
  	color: #212121;
  	margin: 0 0 15px;
  	font-weight: normal;
}

.default p{
	margin: 0 0 15px;
	font-size: 16px;
  	line-height: 1.44;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #606060;
}

.default ul{
	margin: 0 0 15px 15px;
	padding: 0;
}

.default ol{
	margin: 0 0 15px 15px;
	padding: 0;
}	

.default ol li{
	font-size: 16px;
  	line-height: 1.44;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #606060;
  	margin-bottom: 60px;
  	padding-left: 40px;
  	font-weight: bold;
}

.default ol li > span{
	font-weight: normal;
}

.default ol li > ol{
	list-style-type: upper-alpha;
	margin-top: 50px;
}

.default ol li > ol li{
	font-weight: normal;
	margin-bottom: 15px;
}

.default ul li{
	font-size: 16px;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #606060;
  	padding-left: 20px;
  	margin-bottom: 10px;
}
	

#newsletter-overlay{
	position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
}	

#newsletter-overlay.show{
	display: block;
}

#newsletter-overlay .inner{
	width: 100%;
	height: 90%;
	height: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	position: relative;
	top: 60px;
	display: block;
}

#newsletter-overlay .inner h3{
	margin: 0 0 80px 0;
	font-size: 30px;
  	font-weight: 600;
  	letter-spacing: 1.3px;
  	text-align: center;
  	color: #404040;
}


#newsletter-overlay .inner .newsletter-form{
	display: block;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#newsletter-overlay .inner .newsletter-form .input-field{
	width: 50%;
	margin: 25px auto 0;
	height: 60px;
	position: relative;
}

#newsletter-overlay .inner .newsletter-form .input-field label{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 25px;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #d7d7d7;
  	z-index: 99;
}

#newsletter-overlay .inner .newsletter-form .input-field input{
	width: 100%;
	border: none;
	position: relative;
	z-index: 100;	
	font-size: 25px;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #333;
  	background-color: transparent;
  	border-bottom: 1px solid gray;
  	margin-bottom: 10px;

}

#newsletter-overlay .inner .newsletter-form .input-field input[type=submit] {
	background-color: #000;
	color: #fff;
	padding: 10px 0px 3px 0px;
	opacity: 0.7;
	text-align: center;
}

#newsletter-overlay .inner .newsletter-form .input-field input[type=submit]:hover {
	opacity: 1;
}

#newsletter-overlay .inner .newsletter-form .input-field input:focus {
	outline: none;
}

#newsletter-overlay .inner .newsletter-form .input-field label.inactive{ 
	top: -30px;
}

#search-overlay .inner .search-form{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#search-overlay .inner h3{
	margin: 0;
	font-size: 13px;
  	font-weight: 600;
  	letter-spacing: 1.3px;
  	text-align: center;
  	color: #404040;
}

#search-overlay{
	position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
}	

#search-overlay.show{
	display: block;
}

#search-overlay .inner{
	width: 100%;
	height: 90%;
	height: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	position: relative;
	top: 60px;
	display: table;
}

#search-overlay .inner h3{
	margin: 0;
	font-size: 13px;
  	font-weight: 600;
  	letter-spacing: 1.3px;
  	text-align: center;
  	color: #404040;
}

#search-overlay .inner .search-form{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#search-overlay .inner .search-form .search-field{
	width: 60%;
	margin: 25px auto 0;
	height: 60px;
	position: relative;
}

#search-overlay .inner .search-form .search-field label{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 50px;
  	letter-spacing: 0.8px;
  	text-align: center;
  	color: #d7d7d7;
  
  	z-index: 99;
}

#search-overlay .inner .search-form .search-field input{
	width: 100%;
	border: none;
	position: relative;
	z-index: 100;	
	font-size: 50px;
  	letter-spacing: 0.8px;
  	text-align: center;
  	color: #333;
  	background-color: transparent;

}

#search-overlay .inner .search-form .search-field input:focus{
	outline: none;
}



footer{
	background-color: #5d5d5d;
	width: 100%;
	height: 340px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: -100;
}

footer h1{
	margin: 0;
	color: #fff;
}

.footer-spacer{
	margin-bottom: 340px;
}

footer .footer-cols{
	margin-top: 49px;
}

footer .footer-cols .col{
	float: left;
	border-right: 1px solid rgba(255,255,255, 0.14);
	height: 245px;
}

footer .footer-cols .col:last-child{
	border-right: none;
}

footer .footer-cols .col.logo{
	width: 366px;
	text-align: center;
}

footer .footer-cols .col.logo img{
	width: 136px;
	margin-top: 47px;
}

footer .footer-cols .col .footer-ul{
	margin: 33px 0 0;
	padding: 0;
}

footer .footer-cols .col .footer-ul li{
	list-style: none;
	padding-left: 60px;
	width: 193px;
	margin-bottom: 12px;
}

footer .footer-cols .col .footer-ul li a{
	font-size: 15px;
  	font-weight: 300;
  	letter-spacing: 1.5px;
  	text-align: left;
  	color: #cdcdcd;
  	text-decoration: none;
  	transition: color 0.2s;
  	-webkit-transition: color 0.2s;
}

footer .footer-cols .col .footer-ul li a:hover{
	color: #fff;
}


footer .footer-cols .col.social-icons{
	width: 300px;
}

footer .footer-cols .col.social-icons ul{
	margin: 94px 0 0;
	padding: 0;
	text-align: center;
}

footer .footer-cols .col.social-icons ul li{
	display: inline-block;	
	list-style: none;
	margin-right: 10px;
}

footer .footer-cols .col.social-icons ul li img{
	height: 30px;
}
/*** end of footer ***/

/* ==========================================================================
   Helper classes
   ========================================================================== */

#nav-icon3{
    width: 22px;
	height: 15px;
    margin: 0 auto;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span{
    display: block;
    position: absolute;
    width: 22px;
	height: 1px;
    background: #1d1d1d;
    border-radius: 5px;
    opacity: 1;
    left: 1px;
    -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;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 7px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 14px;
}

#nav-icon3 span:nth-child(4) {
    top: 21px;
}

#nav-icon3.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

header.small #nav-icon3{
	width: 18px;
	height: 15px;
}	

header.small #nav-icon3 span{
	width: 18px;
	height: 1px;
}	

header.small #nav-icon3 span:nth-child(1) {
    top: 7px;
}

header.small #nav-icon3 span:nth-child(2),header.small #nav-icon3 span:nth-child(3) {
    top: 14px;
}

header.small #nav-icon3 span:nth-child(4) {
    top: 21px;
}

header.small #nav-icon3.open span:nth-child(1) {
    top: 14px;
    width: 0%;
    left: 50%;
}

  
.expo-ease-out{
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
        transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */

-webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); 
        transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
} 

.linear-animation{
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}



@media only screen and (max-width: 1213px) {

	.featured-video .ad-square{
		width: 32%;
	}

	.featured-video .video-gallery-con{
		width: 68%;
	}

	.featured-video .ad-square img{
		width: 78%;
	}

	.featured-video .video-gallery-con .video-slide-indicator{
		margin-left: 20px;
	}

	.featured-video .video-gallery-con .video-slide-container{
		width: 82%;
		width: calc(86% - 38px);
		margin-right: 38px;
	}

	.grid .grid-item.featured .item-desc{
		margin-left: 30px;
	}

	.grid.four .grid-item {
		width: 48%;
		width: -webkit-calc(49% - 20px);
	}

	.grid.four .grid-item.col-span-2{
		width: 94%;
		width: calc(96.66% - 10px);
		width: -webkit-calc(96.66% - 10px);
	}

	.grid.three{
		margin-left: 5.26%;
		margin-right: 5.26%;
	}

	.grid.three .grid-item{
		width: 28.5%;
		margin-right: 7.107%;
	}

	.slides-two-cols{
		margin-left: 0px;
		margin-right: 0;
	}

	.slides-two-cols .col{
		width: 40%;
		width: calc(42.64% - 37px);
		width: -webkit-calc(42.64% - 37px);
		margin-left: 37px;
	}

	.slides-two-cols .captions{
		width: 85%;
	}

	.slides-two-cols .col.image-slide{
		width: 55%;
		width: calc(57.36% - 38px);
		width: -webkit-calc(57.36% - 38px);
		margin-left: 0;
		margin-right: 38px;
	}


	.grid.four.smaller{
		margin-left: 0;
		margin-right: 0px;
	}

	.grid.four.smaller .grid-item{
		width: calc(24.16% - 50px);
		width: -webkit-calc(24.16% - 50px);
		margin-left: 25px;
		margin-right: 25px;
	}

	.grid.four.smaller .grid-item:nth-child(4n+0){
		width: calc(24.16% - 50px);
		width: -webkit-calc(24.16% - 50px);
		margin-left: 25px;
		margin-right: 25px;
	}

	.grid.four.smaller .grid-item:nth-child(4n+1){
		width: calc(24.16% - 50px);
		width: -webkit-calc(24.16% - 50px);
		margin-left: calc(1.68% + 25px);
		margin-left: -webkit-calc(1.68% + 25px);
		margin-right: 25px;
	}

	.listing{
		margin-left: 0;
		margin-right: 0;
	}

	.project-filters, .listing .grid.one{
		margin-left: 38px;
		margin-right: 38px;
	}

	.grid.two-real .grid-item{
		width: 40%;
		width: calc(50% - 66px);
		width: -webkit-calc(50% - 66px);
	}

	.grid.two-real .grid-item:nth-child(odd){
		margin-left: 38px;
		margin-right: 28px;
	}

	.grid.two-real .grid-item:nth-child(even){
		margin-left: 28px;
		margin-right: 38px;
	}

	.article-head{
		margin-left: 0;
		margin-right: 0;
	}

	.article-head .ah-left{
		/*
		width: 35%;
		width: calc(45.9% - 199px);
		width: -webkit-calc(45.9% - 199px);
		float: left;
		margin-left: 92px;
		*/
	}

	.article-head .ah-right{
		width: 48%
		width: calc(54.1% - 87px);
		width: -webkit-calc(54.1% - 87px);
		float: right;
		margin-right: 87px;
	}

	.article-content .type-gallery .image-overlay{
		left: 8%;
	}

	.article-content .type-gallery .image-description .tbl{
		margin-left: 54.51%;
	}


	/*
	.newsletter .newsletter-form > div.newsletter-label{
		width: 200px;
	}

	.newsletter .newsletter-form > div.newsletter-field.email input.textfield{
		width: 300px;
	}
	*/

	
	.default{
		width: 90%;
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
	}


}	


@media only screen and (max-width: 1591px) {
	footer .footer-cols .col.logo{
		width: 290px;
	}
}	

@media only screen and (max-width: 1185px) {
	.article-head .ah-left .pd-row .pd-value{
		width: 180px;
	}
}	

@media only screen and (max-width: 1150px) {
	.featured-video .video-gallery-con .video-slide-container .video-slide-con{
		bottom: 30px;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-item .slide-item .read-more-overlay a{
		background-image: none;
		padding-left: 0px;
	}

}	

@media only screen and (max-width: 1116px) {
	.newsletter .newsletter-form > div.newsletter-label{
		width: 200px;
	}

	.newsletter .newsletter-form > div.newsletter-field.email input.textfield{
		width: 300px;
	}

	.newsletter .newsletter-form > div.newsletter-field em{
		top: 5px;
	}	

	.newsletter .newsletter-form .newsletter-success{
		width: 783px;
		left: 201px;
	}

	footer .footer-cols .col.logo{
		width: 240px;
	}

	footer .footer-cols .col.social-icons{
		width: 230px;
	}

	.article-head .ah-left{
		/*
		width: 35%;
    	width: calc(45.9% - 150px);
    	width: -webkit-calc(45.9% - 150px);
    	float: left;
    	margin-left: 92px;
    	*/
	}

	.article-head .ah-left .pd-con{
		width: 95%;
	}

	.article-content .type-gallery .image-overlay{
		left: 6%;
	}

	.article-content .type-gallery .image-description .tbl {
		width: 380px;
		margin-left: 55%;
	
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption h2{
		font-size: 20px;
	}

}	

@media only screen and (max-width: 1090px) {

	header .header-right ul.nav > li{
		padding: 0 15px;
	}

	header .header-right ul.nav > li:nth-child(6){
		padding-right: 30px;
	}

	.slides-two-cols .col{
		height: 320px;
	}

	.slides-two-cols .captions{
		height: 300px;
	}

	.article-content .type-two-image .margin{
		width: 100%;
	}

	.article-content .type-two-image .image{
		width: 45%;
		width: calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		
			
	}

	.article-content .type-two-image .image:nth-child(odd){
		margin-left: 20px;
		margin-right: 10px;
	}

	.article-content .type-two-image .image:nth-child(even){
		margin-right: 20px;
		margin-left: 10px;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption h3{
		margin: 20px 0 10px 20px;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption h2{
		margin-left: 20px;
		width: 360px;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-con{
		bottom: 50px;
		width: 380px;
	}
	/*
	.partners .partners-logo{
		height: 60px;
	}

	.partners .partners-logo .group-logo .item-logo img {
		height: 60px;
	}
	*/

}	

@media only screen and (max-width: 1000px) {

	#wrapper{
		overflow: hidden;
	}
	header .header{
		border-bottom: none;
	}

	header .header-right ul.nav > li{
		display: none !important;
	}

	header .header-right ul.nav > li.menu {
		display: block !important;
		width: 60px;
		border-left: none;
	}

	header.small .header-right ul.nav > li.shares{
		display: block !important;
		border-right: 1px solid #d6d6d6;
	}

	header .header-right ul.nav > li.shares a.share-link span img {
		display: none;
	}

	header .header-right ul.nav > li.shares a.share-link span{
		position: relative;
		top: 10px;
	}

	header .header-right ul.nav > li.shares{
		width: 170px;
	}

	header .header-right ul.nav > li.shares .share-expand{
		width: 170px;
	}

	header .header-right ul.nav > li.shares .share-icons{
		margin-left: 10px;
	}

	.grid .grid-item .item-desc{
		width: 340px;
	}

	.grid .grid-item .item-right .item-desc{
		margin-left: 50px;
	}

	.slides-two-cols .captions{
		height: 280px;
	}

	.slides-two-cols .captions h2{
		font-size: 26px;
	}

	.slides-two-cols .col .indicator .indicator-spacer{
		margin: 0 15px;
	}

	.newsletter .newsletter-form > div.newsletter-label{
		width: 200px;
	}

	.newsletter .newsletter-form > div.newsletter-field{
		padding-left: 20px;
		padding-right: 20px;
	}

	.newsletter .newsletter-form .newsletter-success{
		width: 723px;
		left: 201px;
	}

	.newsletter .newsletter-form > div.newsletter-field em {
		right: 0px;
	}


	.article-head .ah-left{
		/*
		width: 35%;
    	width: calc(45.9% - 100px);
    	width: -webkit-calc(45.9% - 100px);
    	float: left;
    	margin-left: 92px;
    	*/
    	margin-left: 50px;
	}

	footer .footer-cols .col .footer-ul li{
		padding-left: 40px;
		width: 183px;
	}

}	


@media only screen and (max-width: 959px) {

	#fullscreen #banner{
		float: none;
		width: 100%;
	}

	#fullscreen #sidebar-mini{
		display: none;
	}

	

	#fullscreen .banner-captions{
		width: 450px;
		height: 200px;
	}

	#fullscreen .banner-captions .captions{
		margin: 20px;
	}

	.banner-captions .captions .caption-item h2 {
		font-size: 24px;
		line-height: 1;
	}

	.banner-captions .captions .caption-item p {
		font-size: 14px;
	}

	.banner-captions .captions .caption-item > a{
		display: none;
	}

	.banner-captions .indicator{
		text-align: left;
		width: 100%;
		margin-left: 20px;
	}

	.banner-captions .indicator .indicator-spacer{
		display: none;

	}

	.banner-captions .indicator .indicator-item{
		width: 10px;
		height: 10px;
		border-radius: 12px;
		background-color: #fff;
		border: 1px solid #212121;
		margin-right: 10px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		float: none;
		display: inline-block;
	}

	.banner-captions .indicator .indicator-item.active{
		width: 12px;
		height: 12px;
		background-color: #212121;
		border: none
	}	

	.grid .grid-item .item-desc{
		width: 300px;
	}
	.grid .grid-item.featured .item-desc{
		margin-left: 0;
		margin-top: 20px;
		width: 280px;
	}

	.grid .grid-item .item-right .item-desc{
		margin-left: 0px;
		margin-top: 20px;
	}

	.grid .grid-item .item-left.image img{
		margin-left: 0px;
	}

	.grid .grid-item .item-left .item-desc{
		margin-left: 0px;
		margin-top: 20px;
	}

	.grid .grid-item h2{
		font-size:30px;
		margin-bottom: 15px;
	}


	.grid .grid-item h3{
		font-size: 12px;
	}	


	.grid.four .grid-item h2{
		font-size: 18px;
	}

	.grid.four .grid-item.col-span-2 h2{
		font-size: 26px;
		margin-bottom: 15px;
	}

	.grid.four .grid-item.col-span-2 p{
		width: 320px;
	}

	.featured-video .ad-square{
		margin-top: 40px;
	}

	.featured-video .video-gallery-con .video-slide-indicator{
		margin-left: 0px;
	}

	.featured-video .video-gallery-con .video-slide-container{
		width: 94%;
    	width: calc(92% - 20px);
    	margin-right: 20px;
    	height: 300px;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-con{
		width: 340px;
		height: 100px;
		bottom: 0px;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption h3 {
		margin: 20px 0 10px 20px;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption h2{
		font-size: 20px;
		margin: 0 0 20px 20px;
		width: 310px;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-item .slide-item {
		height: 100%; 
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-item .slide-item .read-more-overlay{
		height: 120px;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-item .slide-item .read-more-overlay a{
		margin-top: 90px;
		width: 90px;
		font-size: 14px;
	}

	.grid.four.smaller{
		margin-top: 60px;
	}

	.grid.four.smaller .grid-item{
		width: calc(23.5% - 30px);
		width: -webkit-calc(23.5% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 50px;
	}

	.grid.four.smaller .grid-item:nth-child(4n+0){
		width: calc(23.5% - 30px);
		width: -webkit-calc(23.5% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}

	.grid.four.smaller .grid-item:nth-child(4n+1){
		width: calc(23.5% - 30px);
		width: -webkit-calc(23.5% - 30px);
		margin-left: calc(3% + 15px);
		margin-left: -webkit-calc(3% + 15px);
		margin-right: 15px;
	}

	.grid.four.smaller .grid-item h2{
		font-size: 16px;
	}

	.pagination a.prev, .pagination a.next {
		font-size: 14px;
	}

	.pagination a, .pagination strong{
		font-size: 16px;
	}

	.pagination strong{
		border-top: 2px solid #1f1f1f;
		padding-top: 31px;
	}

	.slides-two-cols .col{
		height: 240px;
	}

	.slides-two-cols .captions{
		height: 220px;
	}

	.slides-two-cols .captions h3{
		font-size: 11px;
		margin-bottom: 15px;
	}

	.slides-two-cols .captions h2{
		font-size: 22px;
		margin-bottom: 20px;
	}

	.slides-two-cols .captions p {
		font-size: 13px;
	}

	.slides-two-cols .col .indicator .indicator-item{
		font-size: 12px;
	}

	.slides-two-cols .col .indicator .indicator-spacer{
		margin: 0 10px;
	}

	.project-filters .filter-overlay .filter-content ul{
		margin-right: 50px;
		margin-top: 70px;

	}

	.grid.one .grid-item h2{
		font-size: 26px;
		letter-spacing: 1.3px;
		margin-bottom: 1px;
	}

	.grid.two-real .grid-item h2{
		font-size: 19px;
		margin-bottom: 3px;
	}

	.grid.two-real .grid-item p, .grid.one .grid-item p{
		font-size: 14px;
	}

	.grid.two-real .grid-item p {
		padding-right: initial !important;
	}

	.project-filters .filter-overlay .filter-content ul li.filter-title{
		font-size: 20px;
		padding-bottom: 15px;
	}

	header .reading p{
		margin: 25px 0 0 20px;
	}

	.article-head{
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.article-head .ah-left{
		width: 35%;
    	width: calc(45.9% - 50px);
    	width: -webkit-calc(45.9% - 50px);
    	float: left;
    	margin-left: 40px;
	}

	.article-head .ah-right{
		width: 48%
 		width: calc(54.1% - 37px);
    	width: -webkit-calc(54.1% - 37px);
    	float: right;
    	margin-right: 37px;
	}

	.article-head .ah-right h3{
		font-size: 11px;
		height: 30px;
	}

	.article-head .ah-right h1{
		font-size: 26px;
	}

	.article-head .ah-right p{
		font-size: 15px;
	}

	.article-head .top-space{
		height: 35px;
	}

	.article-head .ah-left .pd-con{
		width: 80%;
		top: 25px;
	}

	.article-head .ah-left .pd-row .pd-label{
		font-size: 11px;
		width: 100px;
	}

	.article-head .ah-left .pd-row .pd-value{
		font-size: 10px;
		width: 118px;
	}

	.article-head .ah-left a.pd-more{
		font-size: 14px;

	}


	.article-head .ah-left a.pd-less{
		font-size: 14px;
	}

	.article-content em.caption{
		font-size: 11px;
	}

	.article-content .type-image .margin{
		margin-bottom: 40px;
	}

	.article-content .type-text .margin{
		width: 75%;
		margin-bottom: 40px;

	}

	.ad-normal{
		margin-bottom: 40px;
	}

	.article-content .type-quote{
		font-size: 26px;
	}

	.article-content .type-quote .margin{
		width: 80%;
		margin-bottom: 40px;
	}

	.article-content .type-text{
		font-size: 18px;
		line-height: 1.3;
	}

	.article-content .type-text h2, .article-content .type-text h3, .article-content .type-text h4{
		font-size: 16px;
		line-height: 1.3;
	}

	.article-content .type-gallery .margin{
		height: 353px;
		margin-bottom: 40px;
	}

	.article-content .type-gallery .image-overlay {
		width: 313px;
		left: 70px;
	}

	.article-content .type-gallery .image-description{
		height: 313px;
		top: 20px;
	}

	.article-content .type-gallery .image-description .tbl{
		width: 38%;
		margin-left: 53%;
	}

	.article-content .type-gallery .image-description .tbl .flexslider2 ul li > div {
		height: 313px;
	}

	.article-content .type-gallery .image-description p{
		font-size: 13px;
		line-height: 1.4;
	}

	.article-content .credits .margin {
		width: 75%;
	}

	.article-content .credits .line{
		height: 3px;
	}

	.article-content .credits .credit-label, .article-content .credits .credit-value{
		font-size: 11px;
	}

	.related-articles{
		padding-top: 30px;
	}

	.related-articles h2.section-title.center{
		margin-bottom: 0px;
	}

	.related-articles .grid.four.smaller{
		margin-top: 40px;
	}

	.partners .partners-logo .group-logo .item-logo{
		margin: 0 30px;
	}

	/*
	.partners .partners-logo{
		height: 60px;
	}


	

	.partners .partners-logo .group-logo .item-logo img {
		height: 60px;
	}

	.partners .partners-logo .group-logo .item-logo.medium img{
		height: 42px;
		bottom: 9px;
	}

	.partners .partners-logo .group-logo .item-logo.small img{
		height: 30px;
		bottom: 15px;
	}

	*/
	.newsletter .newsletter-form > div.newsletter-label{
		width: 130px;
	}

	.newsletter .newsletter-form > div.newsletter-label .td {
		padding-right: 0px;
		text-align: center;
	}

	.newsletter .newsletter-form > div.newsletter-field{
		padding-left: 10px;
		padding-right: 10px;
	}

	.newsletter .newsletter-form > div.newsletter-button button{
		padding-left: 20px;
		padding-right: 20px;
	}

	.newsletter .newsletter-form > div.newsletter-field.email input.textfield{
		width: 265px;
	}

	.newsletter .newsletter-form > div:last-child{
		border-right: none;
	}

	.newsletter .newsletter-form .newsletter-success{
		left: 131px;
		width: 614px;
		border-right: none;
	}	

	.newsletter .newsletter-form .newsletter-success .newsletter-inner span{
		left: 20px;
		font-size: 13px;
	}

	.newsletter .newsletter-form .newsletter-success .newsletter-inner #newsletter-close{
		right: 20px;
	}

	#megamenu .megamenu-left{
		float: none;
		display: none;
	}

	#megamenu .megamenu-right{
		float: none;
		display: block;
		width: 100%;
		margin-left:0;
	}

	#megamenu .megamenu-right ul{
		top: -100px;
	}

	#megamenu .megamenu-right ul li {
		margin-left: 250px;
	}

	.magazine-issue{

	}

	.magazine-issue .magazine-inner{

	}

	.magazine-issue .magazine-inner .issue-details{
		width: 100%;
	}

	.magazine-issue .magazine-inner .issue-details .issue-left{
		width: 40%;
		width: calc(50% - 50px);
		width: -webkit-calc(50% - 50px);
		margin-right: 30px;
		margin-left: 20px;
		display: table;
		height: 620px;
	}

	.magazine-issue .magazine-inner .issue-details .td{
		display: table-cell;
		vertical-align: middle;
	}	

	.magazine-issue .magazine-inner .issue-details .issue-left .td img{
		margin-top: 0;
	}

	.magazine-issue .magazine-inner .issue-details .issue-right{
		width: 40%;
		width: calc(50% - 50px);
		width: -webkit-calc(50% - 50px);
		margin-left: 30px;
		margin-right: 20px;
		display: table;
		height: 620px;
	}

	.magazine-issue .magazine-inner .issue-details .issue-right h2{
		margin-top: 10px;
		font-size: 26px;
		margin-bottom: 15px;
	}

	.magazine-issue .magazine-inner .issue-details .issue-right p{
		margin-bottom: 20px;
	}

	.about-us .grid.two-real .grid-item {
	    width: calc(100% - 80px);
	    width: -webkit-calc(100% - 80px);
	    float: none;
	    margin: 0 auto;
	}

	.about-us.issues .grid.two-real .grid-item:first-child {
		margin-bottom: 80px;
	}	

	.about-us .grid.two-real .grid-item h2.no{
		font-size: 150px;
	}

	footer .footer-cols .col.logo{
		width: 200px;
	}

	footer .footer-cols .col.logo img{
		width: 100px;
	}

	footer .footer-cols .col .footer-ul li{
		width: 130px;
		padding-left: 25px;
	}

	footer .footer-cols .col.social-icons{
		width: 240px;
	}


}	

@media only screen and (max-width: 767px) {

	.mobile, .ad-normal img.mobile{
		display: block;
	}

	.desktop, .imageHolder, .ad-normal img.desktop{
		display: none;
	}

	header .header {
		height: 60px;
	}

	header .logo{
		padding-left: 15px;
		padding-right: 0px;
	}

	header .logo img.wide{
		/*display: none; */
		height: 35px;
		margin-top: 12px;
	}

	header .logo img.logo-only{
		/* display: block; */
	}

	header{
		/*border-bottom: 1px solid #D6D6D6; */
	}

	.header-spacer{
		height: 60px;
	}

	header .header-right ul.nav > li.menu{
		width: 60px;
	}

	header .header-right ul.nav > li.menu a > div{
		top: 16px;
	}

	header #nav-icon3{
		width: 20px;
		height: 15px;
	}	

	header #nav-icon3 span{
		width: 20px;
		height: 1px;
	}	

	header #nav-icon3 span:nth-child(1) {
	    top: 7px;
	}

	header #nav-icon3 span:nth-child(2),header #nav-icon3 span:nth-child(3) {
	    top: 14px;
	}

	header #nav-icon3 span:nth-child(4) {
	    top: 21px;
	}

	header #nav-icon3.open span:nth-child(1) {
	    top: 14px;
	    width: 0%;
	    left: 50%;
	}


	header.small .reading{
		display: none;

		width: 20%;
		height: 60px;
		overflow: hidden;
	}

	header .header-right ul.nav > li.shares{
		padding: 0 10px;
	}

	header.small .logo{
		border-right: none;
	}

	.article-head .ah-right{
		float: none;
		width: 90%;
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}

	.article-head .ah-left .pd-con{
		top: 20px;
		height: 145px;
	}

	.article-head .ah-left{
		float: none;
		width: 90%;
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}

	.article-head .ah-left .pd-row .pd-value{

	}



	.article-content .type-gallery .margin{
		height: auto;
		background-color: #F4F3F4;
		margin-bottom: 60px;
	}

	.article-content .type-text em.small-text{
		font-size: 15px;
		line-height: 1;
	}


	.article-content .type-gallery .image-overlay{
		width: 100%;
		position: static;
	}

	.article-content .type-gallery .image-description, .article-content .type-gallery .image-description .tbl .flexslider2 ul li > div{
		height: 200px;
	}

	.article-content .type-gallery .image-description .tbl{
		margin: 0 auto;
		width: 90%;
	}

	.article-content .type-gallery .image-description p{
		vertical-align: top;
	}

	#megamenu .megamenu-right ul li{
		margin-left: 0px;
		font-size: 25px;
		line-height: 1;
		text-align: center;
	}

	#fullscreen {
		margin-bottom: 40px;
	}
	
	#fullscreen #banner{
		float: none;
		width: 100%;
	}

	#fullscreen #sidebar-mini{
		display: none;
	}

	#fullscreen #banner .banner-gradient-overlay, #fullscreen #banner .banner-arrow-down {
		display: none;
	}

	#fullscreen .banner-captions{
		width: 100%;
		/* height: 150px; */
		height: 433px;
		background-image: url('../images/gradient.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		background-color: transparent;
	}

	#fullscreen .banner-captions .captions{
		margin: 15px;
		position: relative;
		width: calc(100% - 48px);
		width: -webkit-calc(100% - 48px);
		height: 100%;
		margin: 0 24px;
	}

	#fullscreen .banner-captions .captions .caption-item{
		top: auto;
		bottom: 90px;
	}

	.banner-captions .captions .caption-item h3{
		font-size: 10px;
		color: #fff;
		display: none;
	}

	.banner-captions .captions .caption-item h3 a{
		color: #fff;
	}

	.banner-captions .captions .caption-item h2{
		font-size: 24px;
  		line-height: 1.25;
  		letter-spacing: 1.2px;
		margin-bottom: 15px;
		color: #fff;
	}

	.banner-captions .captions .caption-item h2 a{
		color: #fff;
	}

	.banner-captions .captions .caption-item > a{
		display: none;
	}

	.banner-captions .captions .caption-item p {
		font-size: 18px;
  		font-weight: 300;
  		line-height: 1.17;
  		letter-spacing: 0.9px;
		color: #fff;
	}

	.banner-captions .indicator{
		/* display: none; */
		bottom: 45px;
	}

	.banner-captions .indicator .indicator-item{
		background-color: transparent;
		width: 10px;
    	height: 10px;
    	border: 1px solid #fff;
	}

	.banner-captions .indicator .indicator-item.active{
		background-color: #fff;
		width: 12px;
    	height: 12px;
    	border: none;
	}

	.banner-captions .indicator .indicator-spacer.extended{
		width: 20px !important;
		height: 20px;
		background-image: url('../images/arrow-down.png');
		background-repeat: no-repeat;
		background-color: transparent;
		display: block;
		position: absolute;
		right: 33px;
		bottom: 5px;
		top: auto;
	}

	h2.section-title{
		font-size: 16px;
		letter-spacing: 3px;
		margin-bottom: 20px;
		line-height: 1;
		margin: 0 0 20px !important;
		text-align: center !important;
	}

	h2.section-title.right{
		
		
	}

	.grid.two .grid-item {
		margin-bottom: 30px;
	}

	.grid .grid-item h3{
		font-size: 11px;
		margin-bottom: 10px;
	}

	.grid .grid-item h2{
		font-size: 20px;
		letter-spacing: 1.5px;
		margin-bottom: 15px;
	}

	.grid .grid-item p{
		font-size: 16px;
	}

	.grid .grid-item .item-left{
		width: 100% !important;
		float: none;
	}

	.grid .grid-item .item-right{
		width: 100% !important;
		float: none;
	}



	.grid .grid-item .item-desc{
		width: 100% !important;
	}

	.grid .grid-item .item-desc{
		margin-top: 15px !important;
	}

	.grid .grid-item .item-right.image img{
		margin-top: 10px;
		width: 100%;
	}

	.grid .grid-item .item-left.image img{
		margin-right: 0px;
		width: 100%;
	}

	.featured-video{
		margin-bottom: 30px;
	}

	.featured-video .ad-square{
		width: 100%;
		float: none;
		margin-top: 0;
		margin-bottom: 40px;
	}

	.featured-video .ad-square img {
		width: 60%;
	}

	.featured-video .video-gallery-con{
		width: 100%;
		float: none;
	}

	.featured-video .video-gallery-con .video-slide-indicator{
		float: none;
		width: 100%;
	}

	.featured-video .video-gallery-con .video-slide-indicator .vsi-spacer{
		display: none;
	}

	.featured-video .video-gallery-con .video-slide-indicator .vsi-text{
		display: inline-block;
		padding-bottom: 0px;
		height: 10px;
		width: 10px;
		border-radius: 12px;
		border: 1px solid #212121;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin-left: 8px;
		margin-right: 8px;
	}

	.featured-video .video-gallery-con .video-slide-indicator .vsi-text.active{
		height: 12px;
		width: 12px;
		background-color: #212121;
		border: none;
	}

	.featured-video .video-gallery-con .video-slide-container{
		height: 500px;
		width: calc(100% - 40px);
		margin-left: 20px;
		float: none;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-item .slide-item{
		height: 100%;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-con{
		width: 100%;
		height: 120px;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption{
		width: 100%;

	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption h3{
		font-size: 11px;
		margin: 15px 15px 10px 15px;
		text-align: center;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-con .video-slide-caption h2{
		font-size: 20px;
		margin: 0px 15px 0px 15px;
		text-align: center;
		width: auto;
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-item img{
		
	}

	.featured-video .video-gallery-con .video-slide-container .video-slide-item .slide-item > a{
		display: block;
	}

	.cols.two .col{
		float: none !important;
		width: 100%;
	}

	.grid.four .grid-item{
		width: calc(47.58% - 20px);
		width: -webkit-calc(47.58% - 20px);
		margin-bottom: 30px;
	}

	.grid.four .grid-item.col-span-2{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		
	}

	.cols.featured-projects{
		margin-bottom: 20px;
		margin-top: 30px;
	}

	.cols.two .col .grid.four .grid-item.col-span-2{
		margin-left: 20px;
	}

	.grid.three .grid-item{
		margin-bottom: 0px;
	}

	.grid.three .grid-item .grid-image{
		margin-bottom: 30px;
	}

	.grid.four .grid-item.col-span-2 h3{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		margin-left: 20px;
	}

	.grid.four .grid-item.col-span-2 h2{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		font-size: 20px;
		margin-left: 20px;
	}

	.grid.four .grid-item.col-span-2 p{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		margin-left: 20px;
	}

	.with-search{
		margin-bottom: 20px;
		padding-top: 20px;
	}

	.with-search h2.section-title{
		margin-bottom: 0px !important;
	}

	.with-search .search{
		right: 20px;
		/*
		position: fixed;
		top: 80px;
		z-index: 99;
		*/
	}

	.slides-two-cols .col{
		float: none;
		width: 100%;
		height: auto;
	}

	.slides-two-cols .col.image-slide{
		float: none;
		width: 100%;
	}

	.slides-two-cols .captions{
		height: 180px;
	}

	.slides-two-cols .captions h3{
		margin-top: 15px;
	}

	.slides-two-cols .captions h2{
		margin-bottom: 15px;
	}

	.grid.four.smaller{
		margin-top: 30px;
	}

	.grid.four.smaller .grid-item{
		width: calc(48% - 20px) !important;
		width: -webkit-calc(48% - 20px) !important;
		margin-left: 10px !important;
		margin-right: 10px !important;
		margin-bottom: 50px;
	}

	.grid.four.smaller .grid-item:nth-child(odd){
		margin-left: calc(2% + 10px) !important;
		margin-left: -webkit-calc(2% + 10px) !important;
	}

	.grid.four.smaller .grid-item .grid-image{
		margin-bottom: 15px;
	}

	.grid.four.smaller .grid-item h3{
		margin-bottom: 10px;
	}

	.pagination{
		/* display: none; */
		position: relative;
	}

	.pagination .prev, .pagination div.next{
		position: absolute;
		float: none;
		left: 0 ;
		top: 80px;
	}

	.pagination div.next{
		left: auto;
		right: 0;
		text-align: right;
	}	

	.listing{
		margin-bottom: 20px;
	}

	.project-filters .filter-trigger{
		font-size: 12px;
		padding: 12px 0 10px 20px;
	}

	.project-filters, .listing .grid.one{
		margin-left: 20px;
		margin-right: 20px;
	}

	.project-filters .filter-overlay .filter-content ul {
		width: 40%;
		width: calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
	}	

	.project-filters .filter-overlay .filter-content ul:nth-child(even) {
		float: left;
		margin-left: 20px;
		margin-right: 10px;
	}	

	.project-filters .filter-overlay .filter-content ul:nth-child(odd) {
		float: right;
		margin-left: 10px;
		margin-right: 20px;
	}	

	.project-filters .filter-overlay .filter-content ul li.filter-title{
		font-size: 16px;
	}

	.project-filters .filter-overlay .filter-content ul li {
		font-size: 13px;
	}

	.grid.one .grid-item h3{
		font-size: 11px;
		margin-bottom: 10px;
	}

	.grid.one .grid-item h2 {
		font-size: 20px;
	}

	.grid.two-real .grid-item p, .grid.one .grid-item p{
		font-size: 13px;
	}

	.grid.one .grid-item .grid-image, .grid.two-real .grid-item .grid-image{
		margin-bottom: 15px;
	}

	.grid.one .grid-item{
		margin-bottom: 30px;
	}

	.grid.two-real .grid-item{
		width: 40%;
		width: calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		margin-bottom: 30px;
	}

	.grid.two-real .grid-item:nth-child(odd){
		margin-left: 20px;
		margin-right: 10px;
	}

	.grid.two-real .grid-item:nth-child(even){
		margin-left: 10px;
		margin-right: 20px;
	}

	.grid.two-real .grid-item h2{
		font-size: 16px;
	}

	.about-us{
		margin-top: 20px;
	}
	
	.about-us .grid.two-real .grid-item:nth-child(1){
		display: none;
	}	

	.about-us.issues .grid.two-real .grid-item:nth-child(1){
		display: block;
		margin-bottom: 40px;
	}	

	.about-us .grid.two-real .grid-item h2.no{
		font-size: 100px;
		padding-left: 30px;
		margin-bottom: 0px;
	}

	.about-us .grid.two-real .grid-item h2.no span{
		font-size: 20px;
	}

	.about-us .grid.two-real .grid-item{
		width: calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		float: none;
		margin: 0 auto;
	}


	.about-us a.light-btn.digital{
		margin-right: 0px;
		margin-top: 20px;
	}




	.partners{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.partners h2{
		font-size: 16px;
		letter-spacing: 3px;
		margin-bottom: 15px;
	}

	
	.partners .partners-logo{
		height: 45px;
	}

	.partners .partners-logo .group-logo .item-logo{
		margin: 0 8px;
	}

	.partners .partners-logo .group-logo .item-logo.logo-axor img {
		height: 18px !important;
		bottom: 13.5px !important;
	}

	.partners .partners-logo .group-logo .item-logo.logo-caesarstone img {
		height: 20px !important;
		bottom: 12.5px !important;
	}

	.partners .partners-logo .group-logo .item-logo.logo-formica img {
		height: 37px !important;
		bottom: 2px !important;
	}

	.partners .partners-logo .group-logo .item-logo.logo-hafary img {
		height: 45px !important;
		bottom: 0 !important;
	}

	.partners .partners-logo .group-logo .item-logo.logo-perswood img {
		height: 26px !important;
		bottom: 9.5px !important;
	}

	.partners .partners-logo .group-logo .item-logo.logo-scdc img {
		height: 43px !important;
		bottom: 1px !important;
	}

	.partners .partners-logo .group-logo .item-logo.logo-villeroy img {
		height: 42px !important;
		bottom: 1.5px !important;
	}

	.partners .partners-logo .group-logo .item-logo.logo-woodculture img {
		height: 45px !important;
		bottom: 0 !important;
	}





	.newsletter{
		height: auto;
	}

	.newsletter .newsletter-form > div {
		height: 60px;
		width: calc(50% - 1px);
		width: -webkit-calc(50% - 1px);
	}

	.newsletter .newsletter-form > div.newsletter-label{
		width: calc(50% - 1px);
		width: -webkit-calc(50% - 1px);
		height: 60px;
		border-bottom: 1px solid rgba(255,255,255,0.28);
	}

	.newsletter .newsletter-form > div.newsletter-label .td{
		line-height: 0.8;
		font-size: 16px;
	}

	.newsletter .newsletter-form > div.newsletter-field{
		width: calc(50% - 24px);
		width: -webkit-calc(50% - 24px);
		border-right: none;
		height: 60px;
		border-bottom: 1px solid rgba(255,255,255,0.28);
	
	}

	.newsletter .newsletter-form > div.newsletter-field.email{
		width: calc(50% - 21px);
		width: -webkit-calc(50% - 21px);
		border-right: none;
		height: 60px;
		border-right: 1px solid rgba(255,255,255,0.28);
		border-bottom: none;
	}

	.newsletter .newsletter-form > div.newsletter-field label{
		font-size: 10px;
		margin-bottom: 3px;
		text-align: center; 
		top: 15px;
		width: 100% !important;
	}



	.newsletter .newsletter-form > div.newsletter-field input.textfield{
		 text-align: center; 
	}

	.newsletter .newsletter-form > div.newsletter-field label.inactive {
		top: 20px;
	}

	.newsletter .newsletter-form > div.newsletter-field.name label.inactive{
		top: 25px;
	}

	.newsletter .newsletter-form > div.newsletter-button button{
		padding: 0;
		width: 100%;
	}

	.newsletter .newsletter-form > div.newsletter-field em{
		font-size: 8px;
	}


	.newsletter .newsletter-form > div.newsletter-field input.textfield{
		width: 100% !important;
	}

	.newsletter .newsletter-form .newsletter-success{
		left: 0;
		width: 100%;
		height: 121px;
	}

	.newsletter .newsletter-form .newsletter-success .newsletter-inner span{
		left: 20px;
		width: 80%;
		text-align: center;
		font-size: 12px;
		line-height: 1.5;
	}

	.newsletter .newsletter-form .newsletter-success .newsletter-inner #newsletter-close{
		top: 50px;
	}

	.animate-enter.animate-delay-1{
		transition: all 1s ease;
		-webkit-transition: all 1s ease;
	}

	.animate-enter.animate-delay-2{
		transition: all 1s ease;
		-webkit-transition: all 1s ease;
	}

	.ad-normal{
		margin-bottom: 40px;
	}

	.ad-parallax-1, .ad-parallax-2{
		margin-bottom: 30px;
	}

	.magazine-issue{
		height: auto;
	}

	.magazine-issue .magazine-inner {
		padding: 10px 0 30px;
	}

	.magazine-issue .magazine-inner .issue-details .issue-left{
		display: block;
		height: auto;
		float: none;
		width: 60%;
		margin: 0 auto 20px;
	}	

	.magazine-issue .magazine-inner .issue-details .issue-right{
		display: block;
		height: auto;
		float: none;
		width: 60%;
		margin: 0 auto;
	}

	.magazine-issue .magazine-inner .issue-details .issue-right h2{
		text-align: center;
		font-size: 25px;
		margin: 0 0 20px;
		line-height: 0.8;
	}

	.magazine-issue .magazine-inner .issue-details .issue-right p{
		font-size: 14px;
		margin: 0 0 20px;
	}

	.magazine-issue .magazine-inner .issue-details .issue-right a.read-more{
		width: 80%;
		margin: 0 auto;
		font-size: 15px;
	}

	.default ol li{
		padding-left: 20px;
		margin-bottom: 30px;
	}

	.with-search .search{
		bottom: 30px;
	}

	footer{
		 height: 310px;
		height: auto;
	/*
		position: relative;
		z-index: 0;
	*/	
		padding-top: 30px;
		padding-bottom: 20px;

	}

	.footer-spacer{
		margin-bottom: 310px;
	}

	footer .footer-cols{
		margin-top: 0px;
	}


	footer .footer-cols .col{
		width: 37%;
		height: 200px;
	}

	footer .footer-cols .col.logo{
		width: calc(26% - 1px);
		width: -webkit-calc(26% - 1px);
		margin-bottom: 30px;
	}

	footer .footer-cols .col.logo img{
		width: 60%;
	}

	footer .footer-cols .col:nth-child(2){
		
		margin-bottom: 30px;
	}

	footer .footer-cols .col:nth-child(3){
		width: calc(37% - 1px);
		width: -webkit-calc(37% - 1px);
		border-right: none;
		margin-bottom: 30px;
	}

	footer .footer-cols .col .footer-ul{
		margin-top: 20px;
	}

	footer .footer-cols .col .footer-ul li{
		padding: 0 10px;
		width: 100%;
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		margin-bottom: 8px;
	}

	footer .footer-cols .col .footer-ul li a{
		font-size: 13px;
		letter-spacing: 1.3px;
	}

	footer .footer-cols .col.social-icons{
		width: 100%;
		float: none;
		clear: both;
		height: auto;
	}

	footer .footer-cols .col.social-icons ul li img{
		height: 25px;
	}

	#newsletter-overlay .inner .newsletter-form .input-field{
		width: auto;
		margin: 25px 20px 0;
	}
}	


@media only screen and (max-width: 600px) {
	.featured-video .video-gallery-con .video-slide-container{
		height: 400px;
	}
}	

@media only screen and (max-width: 500px) {
	.featured-video .video-gallery-con .video-slide-container{
		height: 350px;
	}
}

@media only screen and (max-width: 400px) {
	.featured-video .video-gallery-con .video-slide-container{
		height: 300px;
	}
}

@media only screen and (max-width: 350px) {
	.featured-video .video-gallery-con .video-slide-container{
		height: 250px;
	}
}




