/* font style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* scroll */
.se-scroller {
	margin-top: 0em;
}

.se-section {
	margin-bottom: 0em;
}

/* Clear floats of children */
.se-section:before,
.se-section:after {
	content: " ";
	display: table;
}

.se-section:after {
	clear: both;
}

/* Text styling */
/*.se-section h2 {
	font-size: 5em;
	font-weight: 300;
	line-height: 1;
}

.se-section p {
	font-size: 2em;
	font-weight: 300;
}
*/
/* Sides */
.se-side {
	width: 42%;
	float: left;
	margin: 0;
	padding: 5px 4%;
	/*overflow: hidden;*/
	min-height: 24em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.se-side:before,
.se-side:after {
	content: " ";
	display: table;
}

.se-side:after {
	clear: both;
}

.se-side-right {
	text-align: left;
}

.se-side-left {
	text-align: right;
	margin-top: 25px;
}

.se-side-right img {
	float: left;
	margin-top: -15px;
}

.se-side-left img {
	float: right;
	margin-top: -15px;
}

/* initial dari hilang ato tidak */
.se-init .se-side {
	opacity: 0;
}

.se-init .se-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.se-init .se-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.se-section.se-animate .se-side-left,
.se-section.se-animate .se-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

/* For example, add a delay for the right side:
.se-section.se-animate .se-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/

/* Example media queries */
@media screen and (max-width: 960px) {
	.se-scroller {
	}

	.se-section h2 {
		margin: 0;
	}

	.se-side img {
		max-width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.se-scroller {
		font-size: 12px;
	}
	.se-section h2 {
		margin: 0;
	}

	.se-side img, .onepage-pagination > img {
		max-width: 90%;
	}
}

@media screen and (max-width: 600px) {
	.se-side {
		width: 42%;
		font-size: 9px;
	}

	.se-side img, .onepage-pagination > img  {
		max-width: 90%;
	}
}

@media screen and (max-width: 480px) {
	article {
		font-size: 9px;
		padding: 1.4em;
	}
	.se-side {
		width: 85%;
		font-size: 5px;
	}

	.se-side img, .onepage-pagination > img  {
		max-width: 90%;
	}
}
/* OVERLAY SECTION */

.b-main{
	position: absolute;
	width: 100%;
	height: 90%;
	/*overflow: hidden;*/
}
.b-main > div.section{
	position: absolute;
	width: 50%;
	height: 50%;
}
.b-main > div.section:first-child{
	top: 0px;
	left: 0px;
	background: #F06060;
}
.b-main > div.section:nth-child(2){
	top: 0px;
	left: 50%;
	background: #FA987D;
}
.b-main > div.section:nth-child(3){
	top: 50%;
	left: 0;
	background: #72CCA7;
}
.b-main > div.section:nth-child(4){
	top: 50%;
	left: 50%;
	background: #10A296;
}
.b-box{
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
	/* Centering with flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-box h2{
	font-family: 'Lato', calibri, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 20px;
	width: 100%;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
}
.b-icon{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}
.b-icon:before{
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
	position: fixed;
	top: 20;
	right: 60;
}
/*.b-icon-note:before{
	content: "\e000";
}
.b-icon-calen:before{
	content: "\e001";
}
.b-icon-cam:before{
	content: "\e002";
}
.b-icon-list:before{
	content: "\e003";
}*/
.b-main > div.section .b-icon-close{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 6;
	opacity: 0;
	pointer-events: none;
}

.b-icon-close:before {
	content: "\e005";
}

.b-content, 
div.b-panel-items > div > div {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	bottom: 1000px;
	left: 0;
	padding: 0 20px;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%
}

/* Custom content */

.b-content p {
	margin: 0 auto;
	padding-bottom: 15px;
	font-size: 1.7em;
	line-height: 1.8;
	text-align: left;
}

.b-content h2 {
	font-size: 3em;
	font-weight: 300;
	margin: 0 0 20px 0;
}

.b-content article {
	padding: 20px 40px 20px 0px;
}

.b-content article h3 {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding-top: 20px;
	font-size: 1.4em;
}

.b-content article a {
	color: rgba(0,0,0,0.2);
}

.b-content > ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

.b-content > ul li {
	display: inline-block;
	width: 20%;
	margin: 1%;
}

.b-content > ul li a {
	display: block;
	padding: 0;
	border: 8px solid rgba(0,0,0,0.1);
}

.b-content > ul li a img {
	display: block;
	max-width: 100%;
}

/* overview for overlay */
.b-perspective, .container  {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.b-main > div.section.b-expand {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.b-main > div.section.b-expand-top {
	z-index: 6;
}

.b-main > div.section:first-child.b-expand {
	background: #EE4444;
}
.b-main > div.section:nth-child(2).b-expand {
	background: #F98262;
}
.b-main > div.section:nth-child(3).b-expand {
	background: #4BBE8E;
}
.b-main > div.section:nth-child(4).b-expand {
	background: #0D8278;
}
.b-main.b-expand-item > div.section:not(.b-expand),
.b-main.b-expand-item > div.section.b-scale-down {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.b-box {
	-webkit-transition: opacity 0.2s linear 0.5s;
	-moz-transition: opacity 0.2s linear 0.5s;
	transition: opacity 0.2s linear 0.5s;
}

div.section.b-expand .b-box {
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	transition: opacity 0s linear;
}

.b-box h2 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*font-family: sans-serif;*/
}

.no-touch div.section:not(.b-expand) .b-box:hover h2, .b-box:hover h2{
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.b-content,
.b-icon-close {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}
div.section.b-expand .b-content,
div.section.b-expand .b-icon-close {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}


@media screen and (max-width: 46.5em) {
	.b-content,
	.b-box {
		font-size: 75%;
	}

	.b-expand .bl-box {
		height: 130px;
	}

	.b-content > ul li {
		width: 40%;
	}
}

/* scale animation - to out hidden */
.b-perspective{
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}
/* content keluar */
div.b-show{
	top: 100%;
	z-index: 6;
}
div.b-panel > div.b-content > div {
	width: 80%;
	margin: 0 auto;
	opacity: 1;
	top: 100px;
	bottom: 90px;
	pointer-events: auto;
	position: relative;
	height: 70%;
}
#mods-1 > div, #mods-2 > div, #mods-3 > div{
	top: 10%;
}

div.b-content figure img{
	max-width:125%; 
}
div.b-content article p{
	font-size: 1.3em;
}
div.b-content article.se-side-right p{
	text-align: left;
}
div.b-content article.se-side-left p{
	text-align: right;
}

div.b-contentb{
	background: #3BA5DB;
	z-index: 6;
	opacity: 0;
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 1s ease-in-out, opacity 0s linear 1s;
	-moz-transform: translateY(0);
	-moz-transition: -moz-transform 1s ease-in-out, opacity 0s linear 1s;
	transform: translateY(0);
	transition: transform 1s ease-in-out, opacity 0s linear 1s;
	-ms-transform: translateY(0);
}
div.b-contenta{
	background: #3BA5DB;
	z-index: 6;
	opacity: 0;
	-webkit-transform: translateY(-300%);
	-webkit-transition: -webkit-transform 1s ease-in-out, opacity 0s linear 1s;
	-moz-transform: translateY(-300%);
	-moz-transition: -moz-transform 1s ease-in-out, opacity 0s linear 1s;
	transform: translateY(-300%);
	transition: transform 1s ease-in-out, opacity 0s linear 1s;
	-ms-transform: translateY(-300%);
}
div.b-show{
	z-index: 6;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 1s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 1s ease-in-out;
	transform: translateY(-100%);
	transition: transform 1s ease-in-out;
	-ms-transform: translateY(-100%);
}

.b-close{
	width: 30px;
	height: 30px;
	background: black;
}

/*page4*/
.cbp-qtrotator {
	position: relative;
	margin: 3em auto 5em auto;
	max-width: 800px;
	width: 100%;
	min-height: 400px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #47a3da;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote p {
	font-size: 2em;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}

.kotak1 {
	background: #a93750;
}
.page2 div.w-left{
	z-index: 2;
}

/* image slide content */
.i-slide-container{
	display: block;
}

.i-slide{
	position: relative;
	display: block;
	transform:scale(0);
	transition: all .7s ease-in-out;
	opacity: 0;
}
.i-slide img{
	position: absolute;
}
.i-nav label{
	width: 10%;
	height: auto;
	padding: 1%;
	display: none;
	position: absolute;
	opacity: 0.2;
	z-index: 3;
	color: rgba(51, 51, 51, 0.58);
	line-height: 30px;
	font-size: 40px;
	text-align: center;
	/*font-faily: "Varela Round", sans-serif;*/
	background-color: rgba(100, 100, 100, 0.2);
	text-shadow: 0px 0px 15px rgb(119, 119, 119);
	top: 200px;
	cursor: pointer;
}
.i-slide:hover + .i-nav label {
	opacity: 0.5;
}
.i-nav label:hover{
	opacity: 1
}
.i-nav .next { right: -17px; }

input:checked + .i-slide-container  .i-slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .i-slide-container .i-nav label { display: block; }
input{
	opacity: 0
}
.nav-dots {
    width: 125%;
    bottom: 9px;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 325px;
}

.nav-dots .nav-dot {
    top: -5px;
	width: 32.8%;
	height: 11px;
	margin: 0;
	position: relative;
	/* border-radius: 100%; */
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.3);
}

.nav-dots .nav-dot:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
}

input#note-1:checked ~ .nav-dots label#note-dot-1,
input#note-2:checked ~ .nav-dots label#note-dot-2,
input#note-3:checked ~ .nav-dots label#note-dot-3 {
    background: rgba(255, 255, 255, 0.8);
}
input#kal-1:checked ~ .nav-dots label#kal-dot-1,
input#kal-2:checked ~ .nav-dots label#kal-dot-2,
input#kal-3:checked ~ .nav-dots label#kal-dot-3 {
    background: rgba(255, 255, 255, 0.8);
}
input#cam-1:checked ~ .nav-dots label#cam-dot-1,
input#cam-2:checked ~ .nav-dots label#cam-dot-2,
input#cam-3:checked ~ .nav-dots label#cam-dot-3 {
    background: rgba(255, 255, 255, 0.8);
}
input#tdl-1:checked ~ .nav-dots label#tdl-dot-1,
input#tdl-2:checked ~ .nav-dots label#tdl-dot-2,
input#tdl-3:checked ~ .nav-dots label#tdl-dot-3 {
    background: rgba(255, 255, 255, 0.8);
}

/*proyektor*/
@media screen and (max-width: 1024px){
	.page2 div.w-left{
		z-index: 2;
		position: relative;
		left: -10%;
	}
	.nav-dots .nav-dot{
		width: 32%;
	}
}
@media screen and (max-width: 810px) { 

	.b-content h2 {
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 20px 0;
	}
	div.b-content article p {
	font-size: 1em;
	}

	.b-main {
	position: absolute;
	width: 100%;
	height: 80%;
	}

	.page2 div.w-left {
	z-index: 2;
	margin-top: 85px;
	}

	.se-side-right img {
	float: left;
	margin-top: 20px;
	}

	.se-side-left {
	text-align: right;
	margin-top: 30px;
	}

	.cbp-qtrotator {
	font-size: 80%;
	position: relative;
	margin: 3em auto 5em auto;
	max-width: 650px;
	width: 100%;
	min-height: 400px;
	}

	.nav-dots .nav-dot {
	top: -64px;
	width: 31.8%;
	}
}

/*smartphone*/
@media screen and (max-width: 380px) { 
	article {
		font-size: 8px;
		padding: 1.4em;
	}
	#menu{
		font-size: 22px;
	}
	.w-left{
		margin-left: 90px
	}
	.w-right{
		margin-top: -150px;
		margin-left: 10px;
	}
	.page2 div.w-left {
	z-index: 2;
	margin-top: 0px;
	margin-left: -90px;
	}
	.page2 div.w-right {
	z-index: 2;
	margin-top: 0px;
	margin-left: 92px;
	}

	div.b-content article p {
	font-size: 1.5em;
	}

	.cbp-qtrotator {
	font-size: 70%;
	position: relative;
	margin: 3em auto 5em auto;
	max-width: 650px;
	width: 100%;
	min-height: 400px;
	}

	.nav-dots .nav-dot {
	top: -64px;
	width: 30%;
	}

	div.b-content figure img {
	max-width: 85%;
	}
	.nav-dots {
	width: 85%;
	bottom: 9px;
	display: block;
	position: relative;
	text-align: center;
	margin-top: 220px;
	}
	.i-nav .next { right: 60px; }

}

@media screen and (max-height : 490px) { 
	.b-main {
    position: absolute;
    width: 100%;
    height: 37%;
	}
	.b-content article {
    padding: 20px 40px 0px 0px;
	}
	.b-content h2 {
    font-size: 2em;
    font-weight: 300;
    margin: 0px 0px 7px;
	}
	.w-left{
		margin-left: 90px
	}
	.w-right{
		margin-top: -150px;
		margin-left: 10px;
	}
	.page2 div.w-left {
	z-index: 2;
	margin-top: -50px;
	margin-left: -90px;
	}
	.page2 div.w-right {
	z-index: 2;
	margin-top: -80px;
	margin-left: 163px;
	}
	.nav-dots {
    width: 85%;
    bottom: 0px;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 157px;
	}
}
/*lapotop fullscreen*/
@media screen and (max-height : 1024px) { 
	.b-main {
    position: absolute;
    width: 100%;
    height: 90%;
	}
}

@media screen and (max-height : 992px) { 
	.b-main {
    position: absolute;
    width: 100%;
    height: 87%;
	}
}	


@media screen and (max-height : 800px) { 
	.b-main {
    position: absolute;
    width: 100%;
    height: 68%;
	}
}	

@media screen and (max-height : 700px) { 
	.b-main {
    position: absolute;
    width: 100%;
    height: 55.5%;
	}
}
@media screen and (max-height : 600px) { 
	.b-main {
    position: absolute;
    width: 100%;
    height: 49%;
	}
}

@media screen and (max-height : 490px) { 
	.b-main {
    position: absolute;
    width: 100%;
    height: 37%;
	}
}