*{outline:none !important;}
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}
#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.main-content{
	padding:0 0 50px 0;
	background:#fff;
	position:relative;
}
.header{
	background-color:#030;
	position: relative;
}

.header-img-online{
	background-image:url("https://nassaschool.com/assets/themes/nassaschool/images/headerregister.jpg");
	background-repeat: no-repeat;
	height:280px;
	background-position: top center;
	background-attachment: fixed;
	background-size: 100%;
	position: relative;
}

#site-title{
	position:relative;
}
#site-title a:before{
	position:absolute;
	content:'';
	width:0px; height:50px;
	border-radius:100px;
	box-shadow:0 0 100px #fff;
	top:50%; left:50%;
	margin:-25px 0 0 -25px;
	background:#fff;
}
#site-title img{
	position:relative;
	z-index:100;
}
.overlay{
	background:url(../images/overlays/09.png) repeat;
	position:fixed;
	width:100%; height:100%; left:0; top:0;
	opacity:0.2;
}
.boxfeature{
	text-align:center;
	padding:30px 0;
}
.boxfeature h3{
	text-align:center;
	font-weight:400;
	color:#333;
	font-size:110%;
}
.metodeicon{
	text-decoration:none;
	color:#666;
}
.metodeicon:hover{
	color:#679700;
	text-decoration:none;
}
.metodeicon:hover i{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.metodeicon:hover i:before{
	font-size:50px;
}
.metodeicon i{
	display:inline-block;
	width:100px; height:100px;
	border:solid 3px #679700;
	border-radius:100px;
}
.boxfeature i:before{
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	font-size: 40px;
	line-height: 92px;
}
.box h3{
	text-align:center;
	position:relative;
	top:80px;
}
.boxeffect {
	width:70%;
	background:#FFF;
	margin:40px auto;
  	position: relative;
}
.boxeffect:before, .boxeffect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.boxeffect:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#banner{
	max-height:560px;
	overflow:hidden;
}
#carousel-banner{
	max-width:1220px;
	margin:0 auto;
}
.bannercontent{
	max-width:1220px;
	margin:0 auto;
	height:560px;
	position:relative;
}
.bannercontentfull{
	width:100%;
}
.bannercontentfull img{
	width:100%;
}
#videobox{
	width:100%;
	max-width:695px; height:406px;
	position:absolute;
	left:40px;
	top:74px;
}
.section{
	background-size:cover;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color:#fff;
	position: relative;
}
#section1{
	background:#679700;
	color:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.4) inset;
	overflow:hidden;
}
#section2{
	box-shadow:0 0 20px rgba(0,0,0,0.4) inset;
}
#section2 .container{
	max-width:800px;
}
#section3{
	background:#679700;
	color:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.4) inset;	
	overflow:hidden;
}
.section-feature h2{
	font-size:40px;
	letter-spacing:5px;
}
.section-feature p{
	font-size:20px;
}
.icon-feature{
	width:80px; height:80px;
	background:#773aad;
	color:#fff;
	border-radius:100px;
	display:inline-block;
}
.icon-feature:before{
	font-size:40px;
	display:inline-block;
	width:80px; height:80px;
	line-height:80px;
	text-align:center;
}
#gallerymix{
	text-align:center;
}
.controls{
	text-align:center;
	padding:30px 0;
}
.controls .button{ margin:2px;}
.controls li{
	display:inline-block;
}
.mix{
	display:none;
}
.mix img{
	width:100%;
}
.mix{
	margin:0.2%;
	width:20%;
	max-height:180px;
	overflow:hidden;
	vertical-align:top;
}
.popupcontent{
	background: #fff;
	padding: 30px;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}
.popupcontent h3{
	color:#679700;
}

.section-title {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 1px;
	text-transform: uppercase;
	overflow:hidden;
}
.section-title > span{
	position: relative;
	display: inline-block;
	padding: 0 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.section-title > span:before{
	background: rgba(128, 128, 128, 0.15);
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	top: 50%;
	width: 1000%;
	right:100%;
}
.section-title > span:after{
	background: rgba(128, 128, 128, 0.15);
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	top: 50%;
	width: 1000%;
	left:100%;
}
.event-row{
	overflow:hidden;
	padding:20px 0;
	border-bottom:solid 1px #eee;
	max-width:700px;
	margin:0 auto;
}
.boxevent{
	border:solid 4px #679700;
	text-align:center;
	color:#679700;
	display:inline-block;
	vertical-align:top;
	position:relative;
	text-transform:uppercase;
	float:left;
	max-width:120px;
	width:20%;
}
.boxevent span{
	display:block;
	padding:5px 20px;
}
.boxevent .bulan{
	background:#679700;
	color:#fff;
}
.boxevent .tanggal{
	font-size:50px;
	font-weight:900;
	border-top:solid 1px #679700;
	color:#666;
	padding:0 20px 20px 20px;
	box-shadow:0 0 30px rgba(0,0,0,0.2) inset;
}
.boxevent .day{
	position:absolute;
	bottom:0;
	width:100%;
	color:#666;
}
.entry-event{
	float:left;
	width:80%;
	padding:0 0 0 30px;
}
.event-title{
	border-bottom:solid 1px #eee;
	margin:0 0 10px 0;
}
#pageSingleColom .container{
	margin:0 auto;
	max-width:900px;
}

#pageIb .container{
	margin:0 auto;
	max-width:1000px;
}