@charset "utf-8";

/* IMPORT RESET */
@import url("normalize.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

@font-face
{
	font-family: myriad;
	src: url('../font/MyriadPro-Regular.otf');
}

@font-face
{
	font-family: bebas;
	src: url('../font/BEBASNEUE.OTF');
}

@font-face
{
	font-family: roboto;
	src: url('../font/Roboto-Regular.ttf');
}

@font-face
{
	font-family: open;
	src: url('../font/OpenSans-Light_0.ttf');
}

a {
	text-decoration: none;
}

/*----- Hover Menu Switch -----*/

.switch-active .loader {
	opacity: 1;
	-webkit-animation: end 1.1s !important;
	animation: end 1.1s !important;
}

.switch-active .loader1 {
	opacity: 1;
	-webkit-animation: end1 1.1s !important;
	animation: end1 1.1s !important;
}

.switch-active {
	border: 1px solid transparent !important;
}

.switch-active .menuline {
	background: rgba(255, 131, 0, 1);
}

.menu-switch:hover .loader {
	opacity: 1;

	-webkit-animation: end 1.1s;
	animation: end 1.1s;

	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.loader {
	opacity: 0;
	top: -1px;
	left: -1px;
	position: absolute;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 2px solid #e70000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: start 1.1s;
	animation: start 1.1s;

	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

@-webkit-keyframes start {
	0% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes start {
	0% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes end {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes end {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


.menu-switch:hover .loader1 {
	opacity: 1;

	-webkit-animation: end1 1.1s;
	animation: end1 1.1s;

	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.loader1 {
	opacity: 0;
	top: -1px;
	left: -1px;
	position: absolute;
	border-top: 6px solid transparent;
	border-right: 2px solid #e70000;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: start1 1.1s;
	animation: start1 1.1s;

	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.loader1,
.loader1:after {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

@-webkit-keyframes start1 {
	0% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes start1 {
	0% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes end1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes end1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.table {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.mid {
	position: relative !important;
	display: table-cell !important;
	width: 100% !important;
	height: 100% !important;
	vertical-align: middle !important;
	font-size: 0px;
}

.container {
	position: relative;
	display: block;
	width: 100%;
	background: #000;
	/*padding-top: 65px;*/
}

.navigation {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
	padding-top: 100px;
	display: none;
}

.nav-batas {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.nav-item:first-child {
	margin-bottom: 12px;
}

.nav-item {
	color: rgba(255, 255, 255, 0.6);
	position: relative;
	display: table;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	line-height: normal;
	top: 50px;
	opacity: 0;
	font-size: 24px;
	padding-bottom: 5px;
	font-family: roboto;
	cursor: pointer;
	line-height: 19px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}

.nav-item-border {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #fff;
	width: 0%;
	height: 1px;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	transition: width 0.3s;
}

.nav-item:hover {
	color: #fff;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}

.nav-item:hover .nav-item-border {
	width: 100%;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	transition: width 0.3s;
}

.nav-item-active {
	color: #fff !important;
}

.nav-item-active .nav-item-border {
	width: 100% !important;
}

.nav-small {
	font-size: 16px;
	line-height: 15px;
	margin-bottom: 12px;
}

.nav-small:last-child {
	margin-bottom: 20px;
}

.header-container {
	width: 100%;
	height: 36px;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.logo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	display: table;
	padding: 7px 15px 7px 15px;
	/*background: #000;*/
	width: 190px;
	/*top: 23px;*/
	z-index: 100;
	/*margin-left: 30px;*/
}

.logo:hover .logo-image {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.logo-image {
	width: 159px;
	position: relative;
	top: 0px;
	left: 0px;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.logo-image1 {
	width: 159px;
	position: absolute;
	top: 7px;
	left: 15px;
}

/*Logo revisi*/
.logo-sayogo {
	width: 400px;
    height: 262px;
    margin: 0 auto;
    background: url('image/logo-sayogo.png') left top !important;
    background-size: cover !important;
    animation: play 2s steps(41) infinite;
}

@keyframes play {
    100% { background-position: -16400px 0px; }
}

@-webkit-keyframes play {
    100% { background-position: -16400px 0px; }
}

@-moz-keyframes play {
    100% { background-position: -16400px 0px; }
}

.header-right {
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0px;
	font-size: 0px;
	padding-right: 5px;
	display: table;
}

.header-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	font-size: 11px;
	color: #fff;
	font-family: roboto;
	opacity: 0.7;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-ms-transition: opacity 0.7s;
	transition: opacity 0.7s;
}

.header-item:hover {
	opacity: 1;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-ms-transition: opacity 0.7s;
	transition: opacity 0.7s;
}

.footer-container {
	font-family: roboto;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 36px;
	background: rgba(0, 0, 0, 0.8);
	font-size: 0px;
	padding: 0px 15px;
	color: #fff;
	display: table;
}

.footer-left {
	position: absolute;
	left: 0px;
	top: 10px;
	bottom: 0px;
	font-size: 11px;
	width: 70%;
	margin: auto;
	/*display: table;*/
}

.footer-right {
	position: absolute;
	right: 0px;
	top: 13px;
	bottom: 0px;
	font-size: 0px;
	text-align: right;
	width: 50%;
	margin: auto;
	/*display: table;*/
}

.menu-switch {
	display: none;
	position: fixed;
	z-index: 100;
	right: 15px;
	top: 0px;
	/*border: 1px solid rgba(255, 255, 255, 0.3);*/
	/*border-radius: 50%;*/
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 1000;
	/*padding-top: 12px;*/
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-ms-transition: border 0.5s;
	transition: border 0.5s;
}

.menu-switch .table {
	position: absolute;
	top: 0px;
	left: 0px;
}

.menu-switch svg path {
	stroke-dasharray: 0, 0, 300;
	-webkit-transition: stroke-dasharray 0.7s;
	-moz-transition: stroke-dasharray 0.7s;
	-ms-transition: stroke-dasharray 0.7s;
	transition: stroke-dasharray 0.7s;
}

.menu-switch:hover svg path {
	stroke-dasharray: 0, 300, 300;
	-webkit-transition: stroke-dasharray 0.7s;
	-moz-transition: stroke-dasharray 0.7s;
	-ms-transition: stroke-dasharray 0.7s;
	transition: stroke-dasharray 0.7s;
}

.menuline {
	position: relative;
	display: block;
	width: 25px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 4px;
	/*background: #c46718;*/
	/*background: rgba(255, 255, 255, 0.4);*/
	background: #ccc;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-ms-transition: background 0.4s;
	transition: background 0.4s;
}

.menuline:last-child {
	margin-bottom: 0px;
}

.menu-switch:hover .menuline {
	background: rgba(255, 131, 0, 1);
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-ms-transition: background 0.4s;
	transition: background 0.4s;
}

.content {
	width: 100%;
	position: relative;
	display: block;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	/*min-height: 400px;*/
	/*padding-top: 10px;*/
	/*padding-bottom: 45px;*/

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	-ms-transition: -ms-transform 0.4s;
	transition: transform 0.4s;
}

.content-blur {
	opacity: 0.1;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;

	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.content-active {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);

	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	-ms-transition: -ms-transform 0.4s;
	transition: transform 0.4s;
}

.footer {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0px;
	padding-bottom: 20px;
	z-index: 200;
}

.footer-item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	font-family: myriad;
	color: #fff;
}

.footer-item:first-child {
	margin-bottom: 20px;
	margin-top: 50px;
	font-size: 0px;
}

.footer-item a {
	color: #fff;
}

.footer-icon {
	position: relative;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	margin-right: 15px;
	opacity: 0.8;
	/*width: 30px;*/
	/*height: 30px;*/
	/*padding-top: 8px;*/
	/*top: 30px;*/
	/*opacity: 0;*/
	/*border: 1px solid #c46718;*/
	/*border-radius: 50%;*/
}

.footer-icon:last-child {
	opacity: 1;
	padding: 0px 3px;
}

.footer-mute-switch {
	opacity: 1;
	padding: 0px 3px;
	margin-right: 0px;
}

.footer-play-switch {
	display: none;
}

.footer-mute-switch:hover .footer-mute {
	width: 100%;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	transition: width 0.3s;
}

.footer-play-switch .footer-mute {
	width: 100%;
}
/*
.footer-play-switch:hover .footer-mute {
	width: 0%;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	transition: width 0.3s;
}*/

.footer-mute {
	position: absolute;
	left: 0px;
	top: 7px;
	height: 2px;
	background: #fff;
	width: 0px;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	transition: width 0.3s;
}

.footer-mute-active .footer-mute {
	width: 100% !important;
}

.footer-play-active .footer-mute {
	width: 0% !important;
}

.footer-icon svg { 
	position: absolute;
	top: 0px;
	display: block; 
}

.footer-icon .table { 
	position: absolute;
	top: 0px;
	left: 0px;
}

.footer-icon svg polygon {
	stroke-dasharray: 0, 0, 300;
	-webkit-transition: stroke-dasharray 0.7s;
	-moz-transition: stroke-dasharray 0.7s;
	-ms-transition: stroke-dasharray 0.7s;
	transition: stroke-dasharray 0.7s;
}

.footer-icon:hover svg polygon {
	stroke-dasharray: 0, 300, 300;
	-webkit-transition: stroke-dasharray 0.7s;
	-moz-transition: stroke-dasharray 0.7s;
	-ms-transition: stroke-dasharray 0.7s;
	transition: stroke-dasharray 0.7s;
}

#hex1 {
	width: 28px;
	height: 28px;

	top: 1px;
	left: 1px;
}

#hex2 {
	width: 30px;
	height: 30px;
}

#hex3 {
	width: 200px;
	height: 200px;
}

#color1 {
	background-color: #000; 
}

#color2 {
	background-color: #f5811e;
}

#color3 {
	background-color: #D93;
}

.hexagon-wrapper {
	text-align: center;
	/*margin: 20px;*/
	position: absolute;
	/*display: inline-block;*/
	left: 0px;
	top: 0px;
}

.hexagon {
	height: 100%;
	width: calc(100% * 0.57735);
	display: inline-block;
}

.hexagon:before {
	position: absolute;
	top: 0;
	right: calc((100% / 2) - ((100% * 0.57735) / 2));
	background-color: inherit;
	height: inherit;
	width: inherit;
	content: '';
	transform: rotateZ(60deg);
}

.hexagon:after {
	position: absolute;
	top: 0;
	right: calc((100% / 2) - ((100% * 0.57735) / 2));
	background-color: inherit;
	height: inherit;
	width: inherit;
	content: '';
	transform: rotateZ(-60deg);
}

.footer-icon:last-child {
	margin-right: 0px;
}

.footer-icon img {
	height: 12px;
	position: relative;
	display: block;
	margin: auto;
}

/* ----- Stephen Sajogo ----- */

.stephen-container {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	padding-top: 36px;
	padding-bottom: 120px;
}

.stephen-header {
	position: relative;
	display: block;
	width: 100%;
	height: 203px;
	background: url('../image/daily_planet.jpg') 50% no-repeat;
	background-size: cover !important;
	margin-bottom: 38px;
}

.stephen-content {
	position: relative;
	display: block;
	width: 100%;
	max-width: 960px;
	font-size: 0px;
	padding: 0px 20px;
	margin: auto;
}

.stephen-content p {
	margin-bottom: 22px;
	margin-top: 0px;
	position: relative;
	display: block;
}

.stephen-image-container {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	position: relative;
}

.stephen-image-container img {
	opacity: 0;
}

.stephen-image {
	/*position: absolute;*/
	/*top: 0px;*/
	/*left: 0px;*/
	/*height: 100%;*/
	display: block;
	position: relative;
	width: 100%;
	background: url('../image/stephen_sajogo_image.jpg') 50% no-repeat;
	background-size: cover !important;
	-webkit-animation: lamp1 12s infinite;
	-moz-animation: lamp1 12s infinite;
	-ms-animation: lamp1 12s infinite;
    animation: lamp1 12s infinite;
}

@-webkit-keyframes lamp1 {
    0% {
		background: url('../image/stephen_sajogo_image.jpg') 50% no-repeat;
		background-size: cover !important;
    }
    /*31% {*/
		/*background: url('../image/stephen_sajogo_image.jpg') 50% no-repeat;*/
    /*}*/
    33% {
		background: url('../image/stephen_sajogo_image1.jpg') 50% no-repeat;
		background-size: cover !important;
    }
    /*64% {*/
		/*background: url('../image/stephen_sajogo_image1.jpg') 50% no-repeat;*/
    /*}*/
    66% {
		background: url('../image/stephen_sajogo_image2.jpg') 50% no-repeat;
		background-size: cover !important;
    }
    /*98% {*/
		/*background: url('../image/stephen_sajogo_image2.jpg') 50% no-repeat;*/
    /*}*/
}

.stephen-right {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	/*font-size: 14px;*/
	font-size: 17px;
	/*font-family: roboto;*/
	font-family: "Times New Roman";
	padding-left: 17px;
	line-height: normal;
	text-align: justify;
	letter-spacing: 1px;
}


.stephen-title {
	position: relative;
	display: block;
	font-size: 68px;
	font-family: bebas;
	line-height: 60px;
	margin-bottom: 23px;
	text-align: left;
	font-weight: 100;
}

.stephen-cadangan {
	display: none;
}

.stephen-photo {
	position: relative;
	display: block;
	font-size: 14px;
	font-family: "Times New Roman";
	margin-top: 7px;
	font-style: italic;
}

.stephen-by {
	font-size: 14px;
	font-family: "Times New Roman";
	font-style: italic;
}

.stephen-act {
	margin-top: 25px;
	position: relative;
	display: block;
	width: 100%;
	font-size: 48px;
	/*border-top: 3px solid #000;*/
	/*border-bottom: 3px solid #000;*/
	/*padding: 11px 0px;*/
	padding: 1px 0px 7px 0px;
	margin-bottom: 5px;
	text-align: center;
	/*font-family: roboto;*/
	font-family: "Times New Roman";
	color: #fff;
	background: #000;
	font-weight: bold;
	font-style: italic;
}

.stephen-act-border {
	height: 2px;
	width: 100%;
	position: relative;
	display: block;
	background: #000;
	margin-bottom: 25px;
}

.stephen-news {
	position: relative;
	display: block;
	width: 100%;
	/*font-size: 14px;*/
	font-size: 17px;
	letter-spacing: 0.5px;
	/*font-family: roboto;*/
	font-family: "Times New Roman";
	text-align: justify;

	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 41px;
    -moz-column-gap: 41px;
    column-gap: 41px;
}

@media screen and (max-width: 768px) {
	.header-container {
		/*display: none;*/
	}

	.header-right {
		display: none;
	}

	.menu-switch {
		display: block;
	}


	.home-enter-switch {
		width: 80px;
		height: 80px;
		bottom: 18.608%;
	}

	.home-enter .mid {
		font-size: 14px;
		line-height: 14px;
	}

	.stephen-header {
		height: 130px;
	}

	.stephen-right {
		font-size: 12px;
	}

	.stephen-title {
		font-size: 33px;
		line-height: 28px;
	}

	.stephen-cadangan {
		display: none;
	}

	.stephen-photo {
		font-size: 12px;
	}

	.stephen-act {
		font-size: 25px;
		padding: 5px 5px 7px 5px;
	}

	.stephen-news {
		font-size: 12px;
	}
}

@media screen and (max-width: 500px) {
	.footer-left {
		top: 5px;
	}

	.stephen-header {
		height: 100px;
	}

	.stephen-image-container {
		width: 100%;
	}

	.stephen-image {
		position: relative;
		display: block;
		width: 100%;
		max-width: 460px;
		margin: auto;
	}

	.stephen-right {
		font-size: 12px;
		padding: 0px;
		width: 100%;
	}

	.stephen-title {
		font-size: 33px;
		line-height: 28px;
		display: none;
	}

	.stephen-cadangan {
		display: block;
	}

	.stephen-photo {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.stephen-act {
		font-size: 17px;
		padding: 5px 5px 7px 5px;
	}

	.stephen-news {
		font-size: 12px;

		-webkit-column-count:1;
	    -moz-column-count: 1;
	    column-count: 1;

	    -webkit-column-gap: 0px;
	    -moz-column-gap: 0px;
	    column-gap: 0px;
	}
}