.body {
	margin-top: 120px;
}

.main {
	padding: 0;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}

.desc-part {
	width: 100%;
	margin: 0;
	padding: 0 20px 20px 20px;
	font-family: 'Calibri', 'CalibriBackup', sans-serif;
	font-size: 17px;
	color: rgb(90, 90, 90);
}

.desc-part .stats {
	width: 175px;
	position: absolute;
}

.desc-part code {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: .75rem;
	line-height: .75rem;
	white-space: normal;
	color: rgb(215, 43, 63);
	padding: 2px 3px 1px;
	-webkit-font-variant-ligatures: none;
	font-variant-ligatures: none;
	tab-size: 4;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	background-color: rgb(247, 247, 249);
	border: 1px solid rgb(225, 225, 232);
	border-radius: 3px;
}

.desc-part a {
	text-decoration: none;
	color: rgb(60, 120, 210);
	transition: .15s;
	border-radius: 3px;
	cursor: pointer;
}

.desc-part a:hover {
	color: rgb(65, 65, 65);
	background: rgba(20, 20, 20, 0.07);
}

.desc-part .stats b {
	display: block;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: rgb(50, 50, 50);
}

.desc-part .stats .stat {
	margin: 0 0 5px 0;
}

.desc-part .overview {
	width: 100%;
	padding: 0 0 0 185px;
	text-align: justify;
}

.desc-part .video-container {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 0;
	height: auto;
	max-width: 1000px;
	padding-bottom: 56.25%;
	margin: 8px auto;
}

.desc-part .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.desc-part ul {
	margin: 0 0 10px 0;
}

.desc-part li {
	margin-left: 15px;
}

.desc-part .spoiler-button {
	padding-left: 5px;
}

.desc-part .spoiler {
	overflow: hidden;
	transition: 0.2s;
}

.desc-part .spoiler.hidden {
	max-height: 0;
}

.desc-part .spoiler.show {
	max-height: 2500px;
}

.info-card {
	margin: 0 20px 20px 20px;
	padding: 25px;
	height: 120px;
	background: rgba(255, 255, 255);
	border: 1px solid rgb(190, 190, 190);
	font-family: 'Calibri', 'CalibriBackup', sans-serif;
	overflow: hidden;
	position: relative;
	display: block;
	text-decoration: none;
}

.info-card .text-overlay {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	height: 100%;
}
.info-card .text-overlay .title {
	color: rgb(243, 243, 243);
}
.info-card .text-overlay .subtitle {
	color: rgba(243, 243, 243, 0.7);
}

.info-card .text-overlay .button {
	position: absolute;
	right: 0;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: rgb(50, 50, 50);
	padding: 0 15px;
	transition: 0.2s;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	margin: 0;
	text-align: center;
	background: rgb(243, 243, 243);
	overflow: hidden;
	text-transform: uppercase;
}

.info-card .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: linear-gradient(to right, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0.9), rgba(50, 50, 50, 1));
	border: 1px solid rgba(255, 255, 255);
}

.info-card .image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.info-card .image-container img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	transition: 0.2s;
}
.info-card:hover .image-container img {
	width: 105%;
	left: -2.5%;
	top: -2.5%;
}

.slideshow-container {
	max-width: 1000px;
	position: relative;
	border: 1px solid rgb(190, 190, 190);
	background: linear-gradient(rgba(61, 65, 69, 1), rgba(11, 15, 19, 1));
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
}

.slideshow-container .slide {
	opacity: 0.9;
	transition: 0.2s;
}

.slideshow-container:not(:hover) .slide {
	opacity: 1;
}

.slideshow-container:not(:hover) .slide-prev {
	left: -200px;
}

.slideshow-container:not(:hover) .slide-next {
	right: -200px;
}

.slideshow-container:not(:hover) .caption-text {
	height: 46px;
	opacity: 0.9;
}

.slideshow-outer {
	margin: 0 10px 20px 10px;
}

.slide {
	display: none;
}

.slide img {
	height: auto;
	width: 100%;
	top: 0;
	position: absolute;
}

.slide-prev,
.slide-next {
	cursor: pointer;
	outline: none;
	position: absolute;
	top: 0;
	width: auto;
	font-weight: bold;
	font-size: 36px;
	text-shadow: 0 0 25px rgba(50, 50, 50, 0.8);
	color: rgb(256, 256, 256);
	transition: 0.15s;
	height: calc(100% - 40px);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

.slide-prev {
	padding: 25% 45% 50px 45px;
	left: -42px;
}

.slide-next {
	padding: 25% 45px 50px 45%;
	right: -42px;
}

.slide-prev:hover,
.slide-next:hover {
	text-shadow: 0 0 27px rgba(50, 50, 50, 1);
}

.slide-prev:hover {
	left: -44px;
}

.slide-next:hover {
	right: -44px;
}

.nav-prev,
.nav-next {
	cursor: pointer;
	position: absolute;
	width: auto;
	height: 41px;
	line-height: 40px;
	font-size: 20px;
	transition: 0.2s;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: rgba(256, 256, 256, 0.75);
	background: rgba(50, 50, 50, 0.75);
	z-index: 3;
	bottom: 0;
}

.nav-prev {
	left: 0;
}

.nav-next {
	right: 0;
}

.nav-fade-in {
	display: block;
	opacity: 1;
	-webkit-animation-name: nav-fade-in;
	-webkit-animation-duration: 0.15s;
	animation-name: nav-fade-in;
	animation-duration: 0.15s;
}

.nav-fade-out {
	display: none;
	opacity: 0;
	-webkit-animation-name: nav-fade-out;
	-webkit-animation-duration: 0.15s;
	animation-name: nav-fade-out;
	animation-duration: 0.15s;
}

.nav-default {
	display: none;
	opacity: 0;
}

.nav-prev:hover,
.nav-next:hover {
	color: rgba(256, 256, 256, 1);
}

.caption-text {
	padding: 20px 0 0 12px;
	position: absolute;
	width: 100%;
	bottom: 42px;
	height: 50px;
	text-align: left;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
	font-family: 'Calibri', 'CalibriBackup', sans-serif;
	font-size: 16px;
	-webkit-animation-name: caption-text;
	-webkit-animation-duration: 0.65s;
	animation-name: caption-text;
	animation-duration: 0.65s;
	color: rgb(256, 256, 256);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: linear-gradient(rgba(50, 50, 50, 0), rgba(50, 50, 50, 0.7));
	transition: 0.2s;
}

.slideshow-navigation {
	text-align: center;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 15px 2px 15px;
	background: linear-gradient(rgba(15, 20, 24, 1), rgba(11, 15, 19, 1));
	z-index: 2;
	position: static;
}

.nav {
	position: relative;
	cursor: pointer;
	height: 37px;
	width: 64px;
	margin: 0 1px;
	opacity: 0.6;
	display: inline-block;
	border: 1px solid rgb(20, 20, 20);
	transition: 0.15s;
}

.nav.active {
	opacity: 0.8;
	border: 1px solid rgb(256, 256, 256);
}

.nav.active:hover {
	opacity: 1;
	border: 1px solid rgb(256, 256, 256);
}

.nav:hover {
	opacity: 0.9;
	border: 1px solid rgb(86, 86, 86);
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 0.4s;
	animation-name: fade;
	animation-duration: 0.4s;
}

@-webkit-keyframes gallery-background {
	0% {
		opacity: 0.8;
	}

	80% {
		opacity: 0.8;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes gallery-left-arrow {
	0% {
		left: -42px;
	}

	80% {
		left: -42px;
	}

	100% {
		left: -200px;
	}
}

@-webkit-keyframes nav-fade-in {
	0% {
		opacity: 0;
		display: block;
	}

	10% {
		opacity: 0;
		display: none;
	}

	100% {
		opacity: 1;
		display: none;
	}
}

@keyframes nav-fade-in {
	0% {
		opacity: 0;
		display: block;
	}

	10% {
		opacity: 0;
		display: none;
	}

	100% {
		opacity: 1;
		display: none;
	}
}

@-webkit-keyframes nav-fade-out {
	0% {
		opacity: 1;
		display: block;
	}

	90% {
		opacity: 0;
		display: block;
	}

	100% {
		opacity: 0;
		display: none;
	}
}

@keyframes nav-fade-out {
	0% {
		opacity: 1;
		display: block;
	}

	90% {
		opacity: 0;
		display: block;
	}

	100% {
		opacity: 0;
		display: none;
	}
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes caption-text {
	from {
		opacity: 0;
		height: 10px;
	}

	to {
		opacity: 1;
		height: 50px;
	}
}

@keyframes caption-text {
	from {
		opacity: 0;
		height: 10px;
	}

	to {
		opacity: 1;
		height: 50px;
	}
}

@media screen and (max-width: 792px) {
	.desc-part .video-container {
		padding-bottom: 56.25%;
		height: 0;
	}

	.caption-text {
		bottom: 40px;
	}
}

@media screen and (max-width: 650px) {
	.desc-part .stats {
		width: 100%;
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}

	.desc-part .stats b {
		display: block;
		font-family: 'Saira Condensed', sans-serif;
		font-size: 19px;
		text-transform: uppercase;
	}

	.desc-part .stats .stat {
		margin: 0 5px 5px 5px;
		padding: 0 1px 3px 1px;
		display: inline-block;
		border-style: solid;
		border-width: 0 0 2px 0;
		border-color: rgb(190, 190, 190);
		vertical-align: top;
		flex: 1 1 30%;
	}

	.desc-part .overview {
		display: block;
		width: 100%;
		padding: 20px 0 0 0;
		text-align: justify;
	}
}

@media screen and (max-width: 570px) {
	.info-card {
		margin: 15px 10px 5px 10px;
		height: 100px;
	}

	.info-card .text-overlay .subtitle {
		display: none;
	}
	
	.slideshow-outer {
		margin: 0;
	}

	.desc-part {
		padding: 0 0 20px 0;
	}

	.desc-part .desc {
		padding: 0 15px;
		text-align: left;
	}

	.desc-part .title {
		margin-bottom: 8px;
	}

	.desc-part .title.tab {
		font-size: 120%;
	}

	.desc-part .stats {
		padding: 15px 8px 0 8px;
	}

	.desc-part .stats b {
		font-size: 120%;
	}

	.desc-part .overview {
		padding: 20px 15px 0 15px;
		text-align: left;
	}

	.desc-part .fake-hr {
		width: calc(100% - 30px);
	}
}

@media screen and (max-width: 530px) {
	.stats .stat {
		flex: 1 1 40%;
	}
}

@media screen and (max-width: 440px) {
	.slideshow-container:not(:hover) .slide-prev {
		left: -42px;
	}

	.slideshow-container:not(:hover) .slide-next {
		right: -42px;
	}

	.caption-text {
		display: none;
	}

	.main {
		padding: 0 0;
	}

	.desc-part ul {
		margin: 0 0 15px 0;
	}

	.desc-part li {
		margin-left: 5px;
	}
}

@media screen and (max-width: 360px) {

	.slide-prev,
	.slide-next {
		height: 78%;
	}
}