.slide.style1{
	background-color: #21b2a6;
	color: #c7ebe8;
}

.slide.style2{
	background-color: #2e3842;
}

.slide.style3{
	background-color: #505393;
	color: #d3d4e4;
}

.slide.style4{
	background-color: transparent;
}

.slide.style5{
	background-color: #ffffff;
	color: #4E4852;
}

	.slide.style5 .more:after{
		background-image: url("images/arrow-gray.svg");
	}
	
	.slide.style5 .pager{
		border-bottom: dashed 2px rgba(0,0,0,1);
	}

	.slide.style5 strong, .slide.style5 b {
		color: #2E3842;
	}

	.slide.style5 h2, .slide.style5 h3, .slide.style5 h4, .slide.style5 h5, .slide.style5 h6 {
		color: #2E3842;
	}

	.slide.style5 hr {
		border-color: #dfdfdf;
	}

	.slide.style5 blockquote {
		border-color: #dfdfdf;
	}

	.slide.style5 code {
		background: rgba(0, 0, 0, 0.0375);
	}

	.slide.style5 header p {
		color: #8E8892;
	}

	.slide.style5 header.major h2, .slide.style5 header.major h3, .slide.style5 header.major h4, .slide.style5 header.major h5, .slide.style5 header.major h6 {
		border-color: #dfdfdf;
	}

	.slide.style5 header.major p {
		color: #4E4852;
	}

	.slide.style5 label {
		color: #2E3842;
	}

	.slide.style5 input[type="text"],
	.slide.style5 input[type="password"],
	.slide.style5 input[type="email"],
	.slide.style5 select,
	.slide.style5 textarea {
		background: rgba(0, 0, 0, 0.0375);
	}

	.slide.style5 .select-wrapper:before {
		color: #dfdfdf;
	}

	.slide.style5 input[type="checkbox"] + label,
	.slide.style5 input[type="radio"] + label {
		color: #4E4852;
	}

		.slide.style5 input[type="checkbox"] + label:before,
		.slide.style5 input[type="radio"] + label:before {
			background: rgba(0, 0, 0, 0.0375);
		}

	.slide.style5 input[type="checkbox"]:checked + label:before,
	.slide.style5 input[type="radio"]:checked + label:before {
		background: #2E3842;
		color: #ffffff;
	}

	.slide.style5 ::-webkit-input-placeholder {
		color: #8E8892 !important;
	}

	.slide.style5 :-moz-placeholder {
		color: #8E8892 !important;
	}

	.slide.style5 ::-moz-placeholder {
		color: #8E8892 !important;
	}

	.slide.style5 :-ms-input-placeholder {
		color: #8E8892 !important;
	}

	.slide.style5 .formerize-placeholder {
		color: #8E8892 !important;
	}

	.slide.style5 .icon.major {
		border-color: #dfdfdf;
	}

	.slide.style5 ul.alt li {
		border-color: #dfdfdf;
	}

	.slide.style5 table tbody tr {
		border-color: #dfdfdf;
	}

		.slide.style5 table tbody tr:nth-child(2n + 1) {
			background-color: rgba(0, 0, 0, 0.0375);
		}

	.slide.style5 table th {
		color: #2E3842;
	}

	.slide.style5 table thead {
		border-color: #dfdfdf;
	}

	.slide.style5 table tfoot {
		border-color: #dfdfdf;
	}

	.slide.style5 table.alt tbody tr td {
		border-color: #dfdfdf;
	}

	.slide.style5 input[type="submit"],
	.slide.style5 input[type="reset"],
	.slide.style5 input[type="button"],
	.slide.style5 button,
	.slide.style5 .button {
		box-shadow: inset 0 0 0 2px #dfdfdf;
		color: #2E3842;
	}

		.slide.style5 input[type="submit"]:hover,
		.slide.style5 input[type="reset"]:hover,
		.slide.style5 input[type="button"]:hover,
		.slide.style5 button:hover,
		.slide.style5 .button:hover {
			background-color: rgba(0, 0, 0, 0.0375);
		}

		.slide.style5 input[type="submit"]:active,
		.slide.style5 input[type="reset"]:active,
		.slide.style5 input[type="button"]:active,
		.slide.style5 button:active,
		.slide.style5 .button:active {
			background-color: rgba(0, 0, 0, 0.1);
		}

.slide .heading{
	padding: 20px 72px;
}

.slide .heading.left{
	text-align: left;
}

#slide1 .heading{
	margin-top: 3em;
	margin-bottom: 4em;
}

.slide p{
	padding: 20px 72px;
}

.slide .pager{
	position: absolute;
	right: 20px;
	bottom: 20px;
	border-bottom: dashed 2px rgba(255,255,255,1);
}

.slide .subheading{
	margin-bottom: 0.2em;
}

.slide .more{
	border: none;
	bottom: 0;
	color: inherit;
	font-size: 0.8em;
	height: 8.5em;
	left: 50%;
	letter-spacing: 0.225em;
	margin-left: -8.5em;
	opacity: 1;
	outline: 0;
	padding-left: 0.225em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 16em;
	z-index: 1;
}

.slide .more:after{
	background-image: url("images/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 4em;
	content: '';
	display: block;
	height: 1.5em;
	left: 50%;
	margin: 0 0 0 -0.75em;
	position: absolute;
	width: 1.5em;
}

.slide{
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	cursor: default;
	height: 100vh;
	min-height: 35em;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#slide1, #slide7, #slide9, #slide11, #slide30{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

#slide7{
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide7.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide7.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide7.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide7.jpg");
}

#slide9{
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide9.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide9.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide9.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide9.jpg");
}

#slide11{
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide11.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide11.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide11.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide11.jpg");
}

#slide30{
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide30.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide30.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide30.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../../images/presentasi/slide30.jpg");
}