.home-menu-header {
	font-size: 22px;
	font-weight: 700;
}

#slide-show {
	width: 100%;
	height: 500px;
	min-height: 400px;
	max-height: 800px;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	background-color: black;
}

#slide-show-container {
	height: 100%;
	position: relative;
	transform: translate3d(0,0,0);
	overflow: visible;
	-webkit-transition: all 0.8s cubic-bezier(0.86, 0.03, 0.35, 0.99) 0s;
    -moz-transition: all 0.8s cubic-bezier(0.86, 0.03, 0.35, 0.99) 0s;
    -o-transition: all 0.8s cubic-bezier(0.86, 0.03, 0.35, 0.99) 0s;
	transition: all 0.8s cubic-bezier(0.86, 0.03, 0.35, 0.99) 0s;
}

#slide-show:hover .slide-left,  #slide-show:hover .slide-right {
	opacity: 1;
}

.slide {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	transform: translate3d(0,0,0);
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

.slide-contents {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.slide-left {
	font-size: 50px;
	position: absolute ;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5000;
	color: white;
	cursor: pointer;
	background-image: url("../images/slideshow-left.svg");
	width: 50px;
	height: 50px;
	opacity: 1;
	-webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
	transition: all 0.7s;
	outline: none;
}

.slide-right {
	font-size: 50px;
	position: absolute ;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5000;
	color: white;
	cursor: pointer;
	background-image: url("../images/slideshow-right.svg");
	width: 50px;
	height: 50px;
	opacity: 1;
	-webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
	transition: all 0.7s;
	outline: none;
}

@media (max-width: 735px) {
	.gjy-logo-main {
		width: 120px;
	}
}

.main-slogan {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

@media (max-width: 735px) {
	.main-slogan {
		padding-top: 40px;
	}
}

.main-button-container {
	margin-top: 30px;
}

#home-item-container {
	padding: 20px 15px;
	margin-top: 30px;
	width: 100%;
	max-width: 900px;
	margin: auto;
	margin-bottom: 70px;
}

.brands {
	margin-bottom: 50px;
}

.home-item-header {
	border-bottom: 1px solid #f0f0f0;
	padding: 15px 0;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 700;
}

.logo-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

.logo-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	padding: 20px 10px;
	min-width: 180px;
	cursor: pointer;
}

@media (max-width: 735px) {
	.logo-wrapper {
		min-width: 100px;
	}
}


.logo-container img {
	width: 100%;
	max-width: 170px;
	max-height: 70px;
}

.slide-1 {
	background-image: url("../images/home-main-image.jpeg");
	background-position: center;
	background-size: cover;
}

.slide-2 {
	background-image: url("../images/office.jpeg");
	background-position: center;
	background-size: cover;
}

.office-hero {
	position: absolute;
	left: 10px;
	top: 10px;
	font-weight: 700;
	font-size: 15px;
}

.slide-3 {
	background-image: url("../images/slide3.jpeg");
	background-position: center;
	background-size: cover;
}

.slide-4 {
	background-image: url("../images/slide4.jpeg");
	background-position: top center;
	background-size: cover;
}

/* News */

.news {
	text-align: center;
}

.home-news-module {
	width: 250px;
	margin: 20px 20px;
}

.home-news-image {
	height: 150px;
}

.home-news-headline {
	font-size: 20px !important;
}

@media only screen and (max-width: 670px) {
	.home-news-module {
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}

	.home-news-image {
		height: 200px;
	}
}
