
/*
    Press
*/

.page-press {
}
.bg-black {
	background-color: #000;
}
.page-press h1,
.page-press p,
.page-press p em {
	color: #fff;
}
.press-wrap {
	padding-bottom: 100px;
	padding-left: 5%;
	padding-right: 5%;
}
.press-content {
	margin: 0 auto;
	max-width: 1400px;
	border-top: 1px solid #fff;
}
.press-article {
	border-bottom: 1px solid #fff;
	font-size: 0;
	padding-top: 45px;
	padding-bottom: 45px;
}
.press-article h2,
.press-article h3,
.press-article p {
	color: #fff;
}
.press-article h2 {
	font-size: 70px;
	line-height: 60px;
	display: block;
	text-align: center;
	width: 70%;
	margin-left: 30%;
}
.press-article h2 span {
	font-size: 30px;
	line-height: 40px;
}
.press-article h3 {
	font-family: Sohne, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.press-article p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}
.press-article a {
	margin-top: 10px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	line-height: 34px;
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #fff;
}
.press-article a:hover {
	color: #000;
	border: 1px solid #fff;
	background-color: #fff;
}
.press-article-left {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.press-article-right {
	width: 75%;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 1550px) {

}

@media screen and (max-width: 1400px) {



}

@media screen and (max-width: 1023px) {

.press-article h2 {
	text-align: left;
	font-size: 70px;
	line-height: 60px;
	width: 100%;
	margin-left: 0;
}


}

@media screen and (max-width: 767px) {

.press-article {
	padding-top: 30px;
	padding-bottom: 30px;
}
.press-article-left {
	width: 100%;
	padding-bottom: 30px;
}
.press-article-right {
	width: 100%;
}
.press-article h2 {
	font-size: 53px;
	line-height: 45px;
}
.press-article h2 span {
	font-size: 24px;
	line-height: 40px;
}


}

@media screen and (min-width: 480px) and (max-width: 767px) {


}

@media screen and (max-width: 479px) {


}
