@charset "utf-8";
/* CSS Document */
@media screen and (min-width:0px) and (max-width:1024px) {
.slide-vid{
	display: none;
}
.konten-lain2 iframe{
	margin-left: 20px;
	margin-bottom: 20px;
	width: 380px;
	height: 300px;
}
.slide-mov{
	float: left;
	width: 100%;
}	
nav:not(.mm-menu){
	display: none;
}
.menu-mobile{
	text-align: left;
	float:left;
	z-index:10;
	margin-top: 12px;
	position:relative;
}

.menu-mobile{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 47px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.menu-mobile.fixed{
	position: fixed;
	top: 0;
	left: 0;
}
.menu-mobile .menu-mobile a{
	background: center center no-repeat transparent;
	background-image:url(../images/mob.png);
	display: block;
	width: 30px;
	height: 29px;
	top: 0;
	right: 0px;
	float:left;
	text-decoration:none;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

body{
	margin:0px;
	background:#FFF;
}
.container_24{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.header{
	float: left;
	width: 100%;
	height: 80px;
	background: #f9c510;
	position: relative;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}
.header .logo{
	float: left;
	margin-top: -45px;
	width: 100%;
	text-align: center;
}
.header .logo img{
	width: 90px;
}
.header .menu-atas{
	float: right;
	position: relative;
	z-index: 10;
}
#cssmenu {
	display: none;
}

.header .kontak-atas{
	float: right;
	font-family: 'KTF-Roadstar';
	text-align: center;
	position: relative;
	margin-top: -50px;
}
.header .kontak-atas span{
	font-size: 12px;
	color: #FFF;
	background: #ed1c24;
	padding: 10px;
	padding-bottom: 17px;
	float: right;
}
.header .kontak-atas:hover span, .header .kontak-atas.active span{
	font-size: 12px;
	color: #FFF;
	background: #000;
	padding: 10px;
	padding-bottom: 17px;
	float: left;
}
.header .kontak-atas span h1{
	float: left;
	font-family: 'open_sansbold';
	color: #FFF;
	margin-top: 5px;
	font-size: 10px;
}
.header .kontak-atas span::after {
    content: "";
  	position: absolute;
  	top: 15px;
  	right: 10px;
  	border: 5px solid transparent;
  	border-top: 5px solid #FFF;
}
.header .kontak-atas .border{
	height: 10px;
	width: 100%;
	float: left;
	background:url(../images/border.png) no-repeat bottom;
}
.header .kontak-atas:hover .border, .header .kontak-atas.active .border{
	height: 10px;
	width: 100%;
	float: left;
	background:url(../images/border-hov.png) no-repeat bottom;
}

.slide{
	float: left;
	width: 100%;
}
.slide img{
	width: 100%;
}

.konten-home{
	float: left;
	width: 100%;
	background: url(../images/back-konten.jpg);
}
.konten-home .atas{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.konten-home .atas .box{
	float: left;
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
	background: #f9c510;
	-webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}
.konten-home .atas .box h1{
	float: left;
	width: 70%;
	font-family: 'KTF-Roadstar';
	font-size: 34px;
	color: #000;
	font-weight: bold;
	margin: 5% 0 0 5%;
	line-height: 1em;
}
.konten-home .atas .box .ico{
	float: right;
	width: 20%;
	height: 90px;
	text-align: right;
	overflow: hidden;
	margin: 3% 3% 0 0;
}
.konten-home .atas .box .ico img{
	height: 90px;
}
.konten-home .atas .box a{
	float: left;
	font-family: 'GothamBook';
	font-size: 13px;
	color: #000;
	margin: 15px 0 0 5%;
}
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 7px;
  top: 2px;
  background: url(../images/more.png);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}


.konten-home-promo{
	float: left;
	width: 100%;
}
.konten-home-promo .image-promo{
	width: 100%;
	height: 100%;
}
.konten-home-promo .image-promo img{
	width: 100%;
	height: 100%;
}
.btn-link-promo{
    font-family: 'open_sansbold';
    font-size: 12px;
    background: #e31f2d;
    /* border: 2px solid #e31f2d; */
    color: #fff;
    padding: 10px 20px;
    left: 36%;
    position: absolute;
    top: 55%;
}


.konten-home .bawah{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.konten-home .bawah .box{
	float: left;
	width: 31%;
	margin: 1%;
	text-align: center;
}
.konten-home .bawah .box:nth-child(3n+2){
	float: left;
	width: 31%;
	margin: 1%;
	text-align: center;
}
.konten-home .bawah .box:nth-child(3n+3){
	float: left;
	width: 31%;
	margin: 1%;
	text-align: center;
}
.konten-home .bawah .box img{
	width: 80%;
}
.konten-home .bawah .box:nth-child(3n+2) img{
	width: 100%;
	margin-bottom: 40px;
}
.konten-home .bawah .box a{
	padding: 5px;
	border: 2px solid #FFF;
	font-family: 'open_sansbold';
	font-size: 13px; 
	border-radius: 3px; 
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  color: #FFF;	
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f9c510;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: black;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.galeri-home{
	float: left;
	width: 100%;
	overflow: hidden;
	background: #000;
}
.galeri-home .box{
	float: left;
	width: 50%;
	height: 110px;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	font-family: 'open_sansbold';
}
.galeri-home .box h2{
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
	text-align: center;
	font-size: 10px;
	font-family: 'open_sansbold';
}
.galeri-home .box img{
	width: 100%;
}
.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.effect-oscar figcaption {
	padding: 2em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

.effect-oscar figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
}

.effect-oscar h2 {
	color: #FFF;
	font-size: 11px;
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.effect-oscar figcaption::before,
.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #FFF;
	font-size: 12px;
}

.effect-oscar:hover figcaption::before,
.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

.effect-oscar:hover img {
	opacity: 0.4;
}

.map-home{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
.map-home .side{
	float: left;
	width: 100%;
}
.map-home .side img.out{
	width: 100px;
}
.map-home .side img.map{
	width: 100%;
	margin-top: 20px;
}
.map-home .side h1{
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.map-home .side ul{
	float: left;
	width: 100%;
	font-family: 'GothamBook';
	color: #322613;
	font-size: 14px;
}
.map-home .side ul li{
	float: left;
	width: 40%;
	margin-left: 5%;
	padding-left: 5%;
	list-style: none;
	background: url(../images/more2.png) no-repeat left;
	margin-bottom: 10px;
}

.header-lain{
	float: left;
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.header-lain h1{
	float: left;
	width: 100%;
	margin-top: 30px;
	font-family: 'BadaBoomBB';
	font-size: 50px;
	letter-spacing: 2px;
	color: #ff9600;
	text-align: center;
	-webkit-text-stroke: 3px black;
    text-shadow: 5px 5px 0 #000,-3px -3px 0 #000,3px -3px 0 #000,-3px 3px 0 #000,3px 3px 0 #000;
}
.header-lain h2{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	font-family: 'BrandonGrotesque-Bold';
}

.border-black{
	float: left;
	width: 100%;
	height: 182px;
	margin-top: -145px;
	background: url(../images/border-pro.png);
}
.border-white{
	float: left;
	width: 100%;
	height: 130px;
	margin-top: -130px;
	background: url(../images/border-pro2.png);
}
.konten-lain{
	float: left;
	width: 100%;
	padding-bottom: 60px;
	background: #000;
}
.konten-lain h1{
	float: left;
	width: 100%;
	font-size: 34px;
	color: #f9c510;
	font-family: 'KTF-Roadstar';
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}
.konten-lain .box-profil{
	float: left;
	width: 100%;
}
.konten-lain .box-profil .kiri{
	float: left;
	width: 45%;
	height: 116px;
	background: url(../images/tahun.png) no-repeat right;
	font-family: 'GothamBold';
	color: #FFF;
	font-size: 22px;
	margin-top: -10px;
	position: relative;
	z-index: 5;
}
.konten-lain .box-profil .kiri span{
	position: absolute;
	top: 65px;
	right: 80px;
}
.konten-lain .box-profil .kanan{
	float: left;
	width: 40%;
	margin-left: -35px;
	margin-top: 40px;
	padding-left: 15%;
	padding-bottom: 30px;
	-webkit-box-shadow: inset 6px 0px 0px 0px rgba(249,197,16,1);
    -moz-box-shadow: inset 6px 0px 0px 0px rgba(249,197,16,1);
    box-shadow: inset 6px 0px 0px 0px rgba(249,197,16,1);
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #FFF;
    line-height: 1.5em;
}
.konten-lain .box-profil .kanan p{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.konten-lain .box-profil .kanan .box-pic{
	width: 100%;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	background: #FFF;
}
.konten-lain .box-profil .kanan .box-pic img{
	width: 100%;
}

.konten-lain .map-full{
	float: left;
	width: 100%;
	overflow: hidden;
}
.konten-lain .map-full .kiri{
	float: left;
	width: 97%;
	padding-left: 1.5%;
	padding-right: 1.5%; 
	margin-bottom: 20px;
	height: 400px;
	overflow-y: scroll;
}
.konten-lain .map-full .kiri .box{
	width: 95%;
	margin-right: 5%;
	float: left;
	border-top: 1px solid #5e5e5e;
	padding-bottom: 30px;
	padding-top: 20px;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten-lain .map-full .kiri .box:hover{
	width: 95%;
	margin-right: 5%;
	float: left;
	border-top: 1px solid #f9c510;
	padding-bottom: 30px;
	padding-top: 20px;
	background: #f9c510;
}
.konten-lain .map-full .kiri .box h1{
	float: left;
	width: 75%;
	height: 50px;
	margin-left: 2.5%;
	padding-left: 10%;
	background: url(../images/lok1.png) no-repeat;
	font-family: 'GothamBold';
	font-size: 17px;
	color: #f9c510;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.konten-lain .map-full .kiri .box:hover h1{
	float: left;
	background: url(../images/lok2.png) no-repeat;
	color: #000;
}
.konten-lain .map-full .kiri .box h2{
	float: left;
	width: 80%;
	margin-left: 10%;
	font-family: 'GothamBook';
	font-size: 13px;
	color: #757575;
	text-align: left;
	line-height: 1.5em;
}
.konten-lain .map-full .kiri .box:hover h2{
	float: left;
	width: 80%;
	margin-left: 10%;
	font-family: 'GothamBook';
	font-size: 13px;
	color: #000;
	text-align: left;
	line-height: 1.5em;
}
.jp-container{
    width:100%;
    height:400px;
    position:relative;
	float:left;
}
.konten-lain .map-full .kanan{
	float: left;
	width: 100%; 
	height: 400px;
	overflow: hidden;
}
.konten-lain .map-full .kanan .map{
	float: left;
	width: 100%; 
}


.konten-lain2{
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.konten-lain2 h1{
	float: left;
	width: 100%;
	font-size: 30px;
	color: #000;
	font-family: 'KTF-Roadstar';
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.konten-lain2 .fren-top{
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #aeaeae;
}
.konten-lain2 .fren-top .box{
	float: left;
	width: 96%;
	padding: 1%;
	margin: 1%;
	background: #f9c616;
}
.konten-lain2 .fren-top .box h1{
	float: left;
	width: 100%;
	font-size: 34px;
	color: #000;
	margin-top: 20px;
	font-family: 'KTF-Roadstar';
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
}
.konten-lain2 .fren-top .box .area{
	float: left;
	width: 85%;
	padding: 7.5%;
	padding-bottom: 7%;
	background: url(../images/border-box.png) no-repeat top #ffdf71;
}
.konten-lain2 .fren-top .box .area h1{
	float: left;
	width: 100%;
	font-size: 30px;
	color: #ed1c24;
	font-family: 'open_sansbold';
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}
.konten-lain2 .fren-top .box .area p{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000;
	font-family: 'open_sansregular';
	line-height: 1.5em;
	padding-bottom: 10px;
}
.konten-lain2 .fren-top .box .area p b{
	font-family: 'open_sansbold';
}
.konten-lain2 .fren-top .box .area h2{
	font-family: 'open_sansbold';
	font-size: 18px;
	margin-bottom: 15px;
}
.konten-lain2 .fren-top .box .area img{
	width: 100%;
	margin-top: 20px;
	float: left;
}
.konten-lain2 .fren-bottom{
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 30px;
}
.konten-lain2 .fren-bottom .side{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.konten-lain2 .fren-bottom .side .box{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aeaeae;
}
.konten-lain2 .fren-bottom .side .box h1{
	float: left;
	width: 100%;
	color: #000;
	text-align: left;
	font-family: 'open_sansbold';
	font-size: 26px;
	margin-bottom: 20px;
}
.konten-lain2 .fren-bottom .side h2{
	float: left;
	width: 100%;
	color: #ed1c24;
	text-align: left;
	font-family: 'open_sansbold';
	font-size: 26px;
	margin-bottom: 20px;
}
.konten-lain2 .fren-bottom .side .box p{
	float: left;
	width: 100%;
	color: #2c2c2c;
	font-family: 'open_sansregular';
	font-size: 15px;
	line-height: 1.5em;
}
.konten-lain2 .fren-bottom .side .box li{
	margin-left: 5%;
	padding-left: 2.5%;
	padding-bottom: 10px;
	color: #2c2c2c;
	float: left;
	width: 92.5%;
	font-family: 'open_sansregular';
	font-size: 15px;
}
.konten-lain2 .fren-bottom .side p{
	color: #2c2c2c;
	font-family: 'open_sansregular';
	font-size: 15px;
}
.konten-lain2 .fren-bottom .side form{
	float: left;
	width: 100%;
	margin-top: 20px;
	color: #000;
	font-family: 'open_sansregular';
	font-size: 14px;
}
.konten-lain2 .fren-bottom .side .input{
	float: left;
	width: 97%;
	padding-left: 3%;
	height: 45px;
	border-radius: 10px;
	background: #f0f0f0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(174,174,174,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(174,174,174,1);
	box-shadow: inset 0px 0px 0px 1px rgba(174,174,174,1);
	border: none;
	margin-bottom: 10px;
}
.konten-lain2 .fren-bottom .side textarea{
	float: left;
	width: 97%;
	padding-top: 3%;
	padding-left: 3%;
	height: 130px;
	border-radius: 10px;
	background: #f0f0f0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(174,174,174,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(174,174,174,1);
	box-shadow: inset 0px 0px 0px 1px rgba(174,174,174,1);
	border: none;
	margin-bottom: 10px;
}
.konten-lain2 .fren-bottom .side .submit{
	float: left;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #f9c510;
	color: #000;
	border: none;
	margin-top: 10px;
	font-family: 'open_sansbold';
	font-size: 16px;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten-lain2 .fren-bottom .side .submit:hover{
	background: #000;
	color: #FFF;
}
.konten-lain2 .fren-bottom .side .submit2{
	float: left;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #000;
	color: #ffd500;
	border: none;
	margin-top: 10px;
	font-family: 'open_sansbold';
	font-size: 16px;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten-lain2 .fren-bottom .side .submit2 img{
	margin-left: 5px;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 5px #88D5E9;
    -webkit-box-shadow: 0 0 5px #88D5E9;
    box-shadow: 0 0 5px #88D5E9;
    border: 1px solid #88D5E9;
}

.konten-lain2 .box-event{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
.konten-lain2 .box-event .pic{
	float: left;
	width: 100%;
	overflow: hidden;
}
.konten-lain2 .box-event .pic img{
	width: 100%;
}
.konten-lain2 .box-event .kanan{
	float: left;
	width: 100%;
}
.konten-lain2 .box-event .kanan h1{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'GothamBold';
	overflow: hidden;
	text-align: left;
}
.konten-lain2 .box-event .kanan h1 a{
	color: #464646;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten-lain2 .box-event .kanan h1 a:hover{
	color: #000;
}
.konten-lain2 .box-event .kanan .tgl{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: 'open_sansregular';
	color: #acacac;
}
.konten-lain2 .box-event .kanan p{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: 'open_sansregular';
	line-height: 1.5em;
	color: #616161;
}
.konten-lain2 .box-event .kanan a.link{
	float: left;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
	font-family: 'open_sansbold';
	font-size: 15px;
	color: #FFF;
	background: #39291a;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten-lain2 .box-event .kanan a.link:hover{
	color: #FFF;
	background: #000;
}
.konten-lain2 .box-detail{
	float: left;
	width: 100%;
}
.konten-lain2 .box-detail .side{
	float: left;
	width: 100%;
}
.konten-lain2 .box-detail .side:nth-child(odd){
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(213,213,213,1);
	margin-bottom: 30px;
}
.konten-lain2 .box-detail .side h1{
	float: left;
	width: 100%;
	font-family: 'GothamBold';
	font-size: 20px;
	color: #4d4d4d;
	margin-bottom: 10px;
	text-align: left;
}
.konten-lain2 .box-detail .side h2{
	float: left;
	width: 100%;
	font-family: 'KTF-Roadstar';
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
	text-align: left;
	font-weight: bold;
}
.konten-lain2 .box-detail .side .tgl{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: 'open_sansregular';
	color: #ba6d08;
	font-style: italic;
}
.konten-lain2 .box-detail .side .sosmed{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.konten-lain2 .box-detail .side .pic{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.konten-lain2 .box-detail .side .pic img{
	width: 60%;
}
.konten-lain2 .box-detail .side p{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: 'open_sansregular';
	line-height: 1.5em;
	color: #616161;
	padding-bottom: 10px;
}
.konten-lain2 .box-detail .side .box-lain{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.konten-lain2 .box-detail .side .box-lain .pic{
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.konten-lain2 .box-detail .side .box-lain .pic img{
	width: 100%;
}
.konten-lain2 .box-detail .side .box-lain h3{
	float: left;
	width: 100%;
	margin-bottom: 0px;
	font-size: 13px;
	font-family: 'GothamMedium';
	color: #616161;
	padding-bottom: 10px;
}
.konten-lain2 .box-detail .side .box-lain a.more{
	float: left;
	width: 100%;
	font-size: 11px;
	font-family: 'open_sansregular';
	font-style: italic;
	color: #ba6d08;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten-lain2 .box-detail .side .box-lain a.more:hover{
	color: #000;
}
.konten-lain2 .kontak{
	float: left;
	width: 100%;
}
.konten-lain2 .kontak .side{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.konten-lain2 .kontak .side h1{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #a5a5a5;
	margin-bottom: 10px;
	font-family: 'GothamBold';
	font-size: 24px;
	color: #ff9600;
	text-align: left;
}
.konten-lain2 .kontak .side .box{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
.konten-lain2 .kontak .side .box h2{
	float: left;
	width: 100%;
	font-family: 'GothamBold';
	font-size: 18px;
	color: #000;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.konten-lain2 .kontak .side .box h3{
	float: left;
	width: 100%;
	font-family: 'GothamBook';
	font-size: 13px;
	color: #757575;
	text-align: left;
	line-height: 1.5em;
}
.konten-lain2 .kontak .side .atas{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 25px;
	color: #545454;
	font-family: 'GothamBold';
	font-size: 16px;
}
.konten-lain2 .kontak .side p{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 1.5em;
	color: #464646;
	margin-bottom: 25px;
}
.konten-lain2 .kontak .side form{
	float: left;
	width: 90%;
	padding: 5%;
	border-radius: 5px;
	background: #f9c510;
}
.konten-lain2 .kontak .side span{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #464646;
	margin-bottom: 10px;
}
.konten-lain2 .kontak .side .input{
	float: left;
	width: 98%;
	height: 40px;
	padding-left: 2%;
	border: none;
	background: #FFF;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
.konten-lain2 .kontak .side textarea{
	float: left;
	width: 100%;
	height: 130px;
	padding-top: 2%;
	padding-left: 2%;
	border: none;
	background: #FFF;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
.konten-lain2 .kontak .side .submit{
	float: left;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #ed1c24;
	border-radius: 5px;
	color: #FFF;
	border: none;
	margin-top: 10px;
	font-family: 'open_sansbold';
	font-size: 16px;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten-lain2 .kontak .side .submit:hover{
	background: #000;
	color: #FFF;
}

.konten-lain2 .menu{
	float: left;
	width: 100%;
}
.effect-julia img {
	max-width: none;
	width: 100%;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.konten-lain2 a.kiri-nav{
	float: left;
	font-family: 'open_sansregular';
	font-size: 14px;
	padding-left: 45px;
	color: #23170b;
}
.konten-lain2 a.kanan-nav{
	float: right;
	font-family: 'open_sansregular';
	font-size: 14px;
	padding-right: 45px;
	color: #23170b;
}
/* Icon Forward */
.hvr1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr1:before {
  content: "";
  width: 29px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(../images/kiri.png) no-repeat left;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr1:hover:before, .hvr1:focus:before, .hvr1:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.hvr2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr2:before {
  content: "";
  width: 29px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 5px;
  background: url(../images/kanan.png) no-repeat right;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr2:hover:before, .hvr1:focus:before, .hvr2:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.konten-lain2 .menu-detail{
	float: left;
	width: 100%;
}
.konten-lain2 .menu-detail .pic-atas{
	float: left;
	width: 70%;
	margin: 5%;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 15%;
}
.konten-lain2 .menu-detail .pic-atas img{
	width: 100%;
}
.konten-lain2 .menu-detail p{
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'open_sansbold';
	font-size: 18px;
	color: #525252;
	padding-bottom: 10px;
	line-height: 1.5em;
}
.konten-lain2 .menu-detail b{
	color: #ed1c24;
	font-size: 30px;
}
.konten-lain2 .menu-detail .pic-bawah{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.konten-lain2 .menu-detail .pic-bawah img{
	width: 100%;
}

.footer{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	background: #f9c510;
	position: relative;
}
.footer .logo{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.footer .logo img{
	width: 200px;
}
.footer .kontak-bawah{
	float: left;
	width: 100%;
	font-family: 'open_sansbold';
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
}
.footer .kontak-bawah img{
	width: 150px;
}
.footer .kontak-bawah span{
	float: left;
	width: 100%;
	margin-top: 20px;
	list-style: 1.5em;
}
.footer .medsos{
	float: left;
	width: 100%;
	font-family: 'open_sansbold';
	font-size: 18px;
	color: #000;
	text-align: left;
}
.footer .medsos img{
	width: 100px;
}
.footer .medsos span{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.footer .medsos span img.sos{
	float: left;
	width: 46px;
	margin-right: 10px;
}
.footer .bawah{
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
	color: #000;
	font-family: 'open_sansregular';
}
.footer .top-nav{
	position:absolute;
	top:-25px;
	right:10px;
}
}
@media screen and (min-width:0px) and (max-width:330px) {
.konten-lain2 .menu .box{
	float: left;
	width: 99%;
	height: 285px;
	margin: 0.5%;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #35281a;
}
.konten-lain2 iframe{
	margin-left: 15px;
	margin-bottom: 15px;
	width: 250px;
	height: 180px;
}
.konten-lain2 .menu .box .pic{
	float: left;
	width: 100%;
	height: 226px;
	overflow: hidden;
}
.konten-lain2 .menu .box .pic img{
	width: 100%;
}
.konten-lain2 .menu .box h1{
	float: left;
	width: 90%;
	margin: 2.5%;
	padding: 2.5%;
	margin-top: 4%;
	text-align: left;
	font-family: 'open_sansbold';
	font-size: 14px;
	color: #FFF;
	overflow: hidden;
}
}
@media screen and (min-width:331px) and (max-width:989px) {
.konten-lain2 .menu .box{
	float: left;
	width: 49%;
	height: 170px;
	margin: 0.5%;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #35281a;
}
.konten-lain2 iframe{
	margin-left: 20px;
	margin-bottom: 20px;
	width: 380px;
	height: 290px;
}
.konten-lain2 .menu .box .pic{
	float: left;
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.konten-lain2 .menu .box .pic img{
	width: 100%;
}
.konten-lain2 .menu .box h1{
	float: left;
	width: 90%;
	margin: 2.5%;
	padding: 2.5%;
	margin-top: 5%;
	text-align: left;
	font-family: 'open_sansbold';
	font-size: 14px;
	color: #FFF;
	overflow: hidden;
}
}
@media screen and (min-width:331px) and (max-width:450px) {
.konten-lain2 iframe{
	margin-left: 20px;
	margin-bottom: 20px;
	width: 330px;
	height: 230px;
}
}