html {
	min-height: 100%;
	position: relative;
}
body {
	background: #f5f8f9;
	margin-bottom: 320px;
}
h1 {
	font-size: 27px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 12px;
}
a {
	text-decoration: none !important;
}
.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
#header-materi {
	height: 250px;
	background-size: cover;
	background-position: center bottom;
}
.photo-profil {
	height: 130px;
	width: 130px;
	border: 6px solid #f5f8f9;
	z-index: 99;
}
@media(max-width: 767px){
	.photo-profil {
		height: 100px;
		width: 100px;
	}
}
#header-materi .row {
	top: 160px;
	position: relative;
}
@media (max-width: 767px){
	#header-materi .row {
		top: 80px;
	}
	#header-materi img {
		border-width: 2px;
	}
}
.cover-1 {
	background-image: linear-gradient(to top,rgba(0,0,0,0.55),rgba(0,0,0,0) 90%),url("../img/01.jpg");
}
.cover-2 {
	background-image: linear-gradient(to top,rgba(0,0,0,0.55),rgba(0,0,0,0) 90%),url("../img/02.jpg");
}
.cover-3 {
	background-image: linear-gradient(to top,rgba(0,0,0,0.55),rgba(0,0,0,0) 90%),url("../img/03.jpg");
}
#header {
	height: 100vh;
}
#join {
	padding: 80px 0;
}
#join h2 {
	color: white;
	text-align: center;
	margin: 0 auto 40px;
}
.navbar {
	border-radius: 0 !important;
	background: transparent;
	padding: 20px 0px;
	transition: padding .5s ease-in-out;
}
.navbar-small {
	padding: 5px 0 !important;
	box-shadow: 0 0 .7rem rgba(0,0,0,0.1);
}
.navbar-brand,.logo {
	font-family: 'Agency FB';
	font-size: 35px;
	font-weight: bold;
	color: grey;
	letter-spacing: 5px;
}
.unscrolled .navbar-brand  {
	color: white;
}
.navbar {
	background: transparent;
}
.navbar a {
	color: grey;
}
.navbar-toggle .icon-bar {
	background: #444 !important;
}
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:active,
ul.navbar-nav > li > a:focus,
ul.navbar-nav > li > a.active {
	color: #222;
	border-color: transparent;
	background: transparent;
	border-bottom: 3px solid grey;
	transition: all .3s ease-in-out;
	padding-bottom: 10px;
}
.unscrolled ul.navbar-nav > li > a:hover,
.unscrolled ul.navbar-nav > li > a:active,
.unscrolled ul.navbar-nav > li > a:focus,
.unscrolled ul.navbar-nav > li > a.active {
	background: transparent !important;
	border-bottom: 3px solid cyan;
	padding-bottom: 10px;
	color: cyan;
	transition: all .3s ease-in-out;
}
ul.navbar-nav > li > a {
	border-bottom: 3px solid transparent;
}
.unscrolled.navbar a {
	color: lightgrey;
}
.bg-white {
	background: white !important;
}
.bg-white ul.navbar-nav > li > a:hover,
.bg-white ul.navbar-nav > li > a:active,
.bg-white ul.navbar-nav > li > a:focus,
.bg-white ul.navbar-nav > li > a.active {
	color: #222 !important;
	border-color: grey;
}
.bg-white.navbar a {
	color: grey !important;
}
@media (max-width: 767px){
	.navbar {
		background: white !important;
		padding: 5px 0;
	}
	.navbar a {
		color: grey !important;
	}
	.navbar-toggle .icon-bar {
		background: #444 !important;
	}
	ul.navbar-nav > li > a:hover,
	ul.navbar-nav > li > a:active,
	ul.navbar-nav > li > a:focus,
	ul.navbar-nav > li > a.active {
		color: #222 !important;
		border-color: transparent !important;
	}
	.navbar-nav {
		border-top: 1px solid lightgrey;
	}
}
#slider {
	height: 100vh;
	vertical-align: middle;
}
.carousel {
	margin: auto;
	padding-top: 20%;
}
.carousel-inner .item {
	text-align: center;
	color: white;
	padding: 0px 20%;
}
.carousel-inner .item h1 {
	font-size: 4em;
}
.navbar-toggle .icon-bar {
	background: white;
}
#features > .container,
#how-to > .container {
	padding: 60px 15px !important;
}
@media(max-width: 992px){
	#features > .container,
	#how-to > .container {
		padding: 30px 15px !important;
	}
}
#content {
	margin-top: 90px;
}
@media(max-width: 767px){
	#content {
		margin-top: 60px;
	}
}
.title-box {
	width: 100%;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	margin-top: 0;
}
.title-box span {
	position: relative;
}
.title-box span::before {
	right: 100%;
	margin-right: 30px;
}
.title-box span::after {
	left: 100%;
	margin-left: 30px;
}
.title-box span::before,
.title-box span::after {
	content: "";
	position: absolute;
	background: #aaa;
	height: 2px;
	width: 1000%;
	top: 50%;
}
.service-icon {
	float: left;
	border: 2px solid #777;
	padding: 10px 13px;
	border-radius: 50%;
	color: #777;
}
.service-desc {
	margin-left: 70px;
	position: relative;
	top: 7px;
	text-align: justify;
}
.service-item h3 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
@media(max-width: 992px){
	.service-icon {
		float: none;
		margin: 0 auto;
		width: 60px;
	}
	.service-desc {
		text-align: justify;
		margin-left: 0;
	}
	.service-item {
		text-align: center;
		margin: 0 auto 40px;
	}
	.service-item h3 {
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}
}
#footer {
	background: #222;
	color: #f1f1f1;
	padding: 30px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#footer p {
	color: #e1e1e1;
	font-size: 13px;
}
#footer .footer-bottom {
	display: block;
	background: black;
	margin-top: 30px;
	padding: 20px;
	text-align: center;
}
.btn-flat {
	border-radius: 0;
}
#join .btn {
	margin-bottom: 15px;
	background: transparent;
	border: 3px solid #fff;
	color: white;
	font-weight: bold;
	transition: all .3s ease-in-out;
}
#join .btn:hover {
	background: rgba(255,255,255,0.3);
	border-color: transparent;
}
.box {
	background: #fff;
	overflow: hidden;
	margin-bottom: 15px;
	z-index: 98;
}
.box-header,
.box-content,
.box-footer {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.box-header {
	border-bottom: 1px solid #f1f1f1;
}
.box-content {
	overflow-x: auto;
}
.box-title,
.box-title h1,
.box-title h2,
.box-title h3,
.box-title h4,
.box-title h5,
.box-title h6 {
	margin: 0 !important;
}
input,
select,
textarea {
	border-radius: 0 !important;
	box-shadow: none !important;
}
input:focus,
select:focus,
textarea:focus {
	box-shadow: none !important;
}
.btn {
	transition: all .15s ease-in-out;
}
.list-submateri {
	border-bottom: 1px solid #f1f1f1;
	padding: 6px;
}
.list-submateri .icon {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translateY(50%);
	font-size: 18px;
}
.date {
	font-size: 11px;
}
.margin-top-15 {
	margin-top: 15px;
}
.border-white {
	border-color: white;
}
.nav-pills>li>a,
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
	background: transparent;
}
.nav-pills>li.active>a {
	color: #337ab7;
}
a:hover,
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover {
	color: #23527c;
}
.nav-pills>li>a {
	border-bottom: 3px solid transparent;
	transition: all .2s ease-in-out;
}
.nav-pills>li>a:hover,
.nav-pills>li.active>a {
	border-color: #23527c;
}
.nav-pills>li>a {
	border-radius: 0;
}
.nav-pills>li+li {
	margin:0;
}
.materi-box {
	display: block;
	position: relative;
	width: 100%;
	height: 190px;
	border: 1px solid #efefef;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
.materi-box > .thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
	height: 84px;
	width: 100%;
	margin: 0;
}
.materi-box > .thumbnail img {
	width: 100%;
	height: 100%;
	transition: all .2s ease-in-out;
}
.materi-box > .thumbnail {
	overflow: hidden;
}
.materi-box > .description {
	margin: 0;
	padding: 5px;
}
.materi-box > .description > .cat-box {
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.materi-box > .description > .title {
	font-size: 15px;
	font-weight: 600;
	display: -webkit-box;
	color: #444;
	height: 68px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.materi-box:hover > .thumbnail img {
	transform: scale(1.1,1.1);
}
.materi-box:hover > .description > .title {
	color: #337ab7;
}
@media(max-width: 767px){
	.materi-box {
		height: 20em;
	}
	.materi-box > .thumbnail {
		height: 12.8em;
	}
}
.panel {
	border-radius: 0;
	border-color: #ccc !important;
}
.alert {
	border-radius: 0 !important;
	border: none;
}
.countdown {
	color: white;
	padding: 15px;
	background: #a94442;
	z-index: 99;
	font-weight: bold;
	display: inline-block;
}
.affix {
	top: 80px;
	z-index: 1031;
}
@media(min-width: 768px) and (max-width: 992px){
	.affix {
		left: 15px;
	}
}
@media(max-width: 767px){
	.affix {
		top: 5px;
		right: 70px;
	}
}
.countdown-box {
	overflow: hidden;
}
.carousel-inner > .item {
	padding-bottom: 100px;
}
.judul-materi,
.judul-materi h1 a{
	color: white;
}
.judul-materi h1,
.judul-materi h2,
.judul-materi h3,
.judul-materi h4,
.judul-materi h5,
.judul-materi h6 {
	margin: 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.judul-materi h1 {
	margin-top: 20px;
}
.no-border,
.no-border > .btn {
	border: none !important;
}
.materi-control {
	position: relative;
	float: right;
}
@media(max-width: 767px){
	.materi-control {
		top: -30px;
	}
}
@media(min-width: 768px){
	.materi-control {
		top: -90px;
	}
}
@media(min-width: 992px){
	.materi-control {
		top: 0;
	}
}
.btn:focus,
.btn:active {
	outline: none !important;
}
#increase,#decrease {
	cursor: pointer;
}
#kuis {
	overflow: hidden;
}
.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.125);
    box-shadow: 0 2px 3px rgba(0,0,0,0.125);
    border: 0;
}
.modal-header,
.modal-footer {
	border-color: #f4f4f4;
}
.users-list img,
.users-list i{
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: relative;
	left: 50%;
	font-size: 50px;
	transform: translateX(-50%);
}
.panel-light,
.panel-light .panel-heading+.panel-collapse>.list-group>li {
	border:none;
}
.panel-light .panel-heading>.panel-title>a{
	display: block;
}
.panel-light .panel-heading+.panel-collapse>.list-group>li,
.panel-light .panel-heading+.panel-collapse>.list-group>li a {
	color: #444;
}
.panel-light .panel-heading+.panel-collapse>.list-group>li a:hover {
	color: #337ab7;
}
.x-form-inline {
	width: 100%;
	overflow: hidden;
	border: 1px solid #ccc;
}
.x-form-control {
	float: left;
	width: 80%;
	padding: 6px;
	font-size: 15px;
	border: none;
	outline: none;
}
.x-form-btn {
	width: 20%;
	border-radius: 0;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #ccc;
}