@charset "utf-8";

.awa-top {text-decoration:none; display:inline-block;}
.awa-top img {display:none; margin:0 1px;}
.awa-top img:first-child {display:block;}
.awa-top:hover img {display:block;}
.awa-top:hover img:first-child {display:none;}
img{
	max-width:100%;
	height:auto;
	
}




.toggle-content {
	display: none;
	height: 0;
	overflow: hidden;
	transition: height 350ms ease-in-out;
}

.toggle-content.is-visible {
	display: block;
	height: auto;
}
#button_translate {
	margin-left: 0px;
	margin-bottom: 10px;
	display: inline;
	margin-top: 10px;
}
#button_translate a:link, #button_translate a:visited {
	background-color:#5c8926;
	font-family: "Myriad Pro";
	font-size:13px;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	border: 2px solid #5c8926;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: inline;
}

#button_translate a:hover, #button_translate a:active {
	background-color:#72b91e;
	border: 2px solid #72b91e;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.table-responsive {
	overflow-x: auto;
}
table.data1 {
	padding: 5px;
	border-collapse: collapse;
	border-color: #cccccc;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #666;
}

table.data1 td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #cecece;
}
table.data1 th {
	margin: 0px;
	padding: 5px;
	border: 1px solid #cecece;
	background-color: #CCC;
}

table.data1 tr:nth-child(odd){
  background:#e9e9e9; /* Baris ganjil Dihitung dari Header*/
}
table.data1 tr:nth-child(even){
  background:#f6f6f6; /* Baris Genap */
}


/* --- Container configuration ---------------------------------------------------------- */
        .viewport {
	border: 0px solid #eee;
	height: 160px;
	overflow: hidden;
	position: relative;
	width: 280px;
	margin: 0;
	padding: 0px;
        }

        /* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
           class to the last thumbnail in each row to get rid of the margin-right. */
        .no-margin {
            margin-right: 0;
        }

        /* --- Link configuration that contains the image and label ----------------------------- */
        .viewport a {
            display: block;
            position: relative;
        }

        .viewport a img {
	height: 160px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 280px;
        }

        /* --- Label configuration -------------------------------------------------------------- */
        .viewport a span {
	display: none;
	font-weight: normal;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #FFF;
	right: 0;
	left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 70px;
        }
            .viewport a span em {
                display: block;
                font-size: 0.45em;
                font-weight: normal;
				
            }

        /* --- Dark hover background ------------------------------------------------------------ */
        .dark-background {
            background-color: rgba(100, 162, 61, 0.6);
            color: #fff;
            text-shadow: #000 0px 0px 20px;
        }
            .dark-background em {
                color: #ccc;
				
            }


.imageborder {
	border:5px solid #FFF;
	margin-bottom:20px;
	margin-top:0px;



	margin-left:10px
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	margin-right: 20px;
	margin-left: 0px;
}


.image_float{
	float:left;
	margin-bottom:20px;
	margin-top:5px;
	margin-right: 20px;
}
.image_float2{
	float:right;
	margin-bottom:20px;
	margin-top:5px;
	margin-left: 20px;
}
.image2{
	border:5px solid #FFF;
	margin-bottom:20px;
	margin-top:0px;

	margin-left:10px
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	margin-right: 0px;
	margin-left: 20px;
}
.float-right{float:right; margin-left:15px; margin-bottom:5px; vertical-align:bottom}
.float-left{float:left; margin-right:20px; margin-bottom:20px; margin-top:0px}

#current{
	height:17px;
	width:200px;
	color:#FFF;
	text-decoration:underline
}

a:link, 
a:visited{
	color:#333;
	text-decoration:none
}
a:hover, 
a:active{
	TEXT-DECORATION:none;
	color:#F00
}

#body{
	height:auto;
	width:auto;
	margin-right:auto;
	margin-left:auto;
	background-color:#fafafa;
	margin-top:0px;
	margin-bottom:0px;
}
#top1 {
	height:auto;
	width:100%;
	background-color: #3c4146;
}
#top1_wrap {
	height:auto;
	width:90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#top_left {
	float: left;
}
#top_right {
	float: right;
}
#font_top {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-align:right;
	color:#FFF;
	font-weight:bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#font_top a {
	
	color:#FFF;
	
}
#font_top a:hover {
	color:#c89a69;	
}

#top2 {
	height:auto;
	width:100%;
	background-color: #ffffff;
	z-index:9999;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	
}
#top2_wrap {
	height:auto;
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
#top_left2 {
	float: left;
}
#top_right2 {
	float: right;
	padding-top: 10px;
}
#topnav {
	width: 100%;
	height: auto;
	max-width:100%;
	background-color: #c4140e;
}
#topnav_wrapper {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	max-width:100%;
	
}
#topnav_right {
	height: auto;
	max-width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
	text-align: right;
}

#top3 {
	height:480px;
	width:100%;
	background-color: transparent;
	max-width:100%;
}
#top4 {
	height:auto;
	width:100%;
	background-color: transparent;
	max-width:100%;	
}
#top4_wrap {
	height:auto;
	width:90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1%;
	padding-bottom: 1%;
}

#top4_wrap h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: center;
}
#top4_wrap h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #FFF;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#top5 {
	height:auto;
	width:100%;
	background-color: #FFF;
}
#top5_wrap {
	height:auto;
	width:90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3%;
	padding-bottom: 3%;
}
#top5_wrap h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #3c4146;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: center;
}
#top5_wrap h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: justify;
	color: #3c4146;
	line-height: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#top6 {
	height:auto;
	width:100%;
	background-color: #f5f5f5;
}
#top6_wrap {
	height:auto;
	width:90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1%;
	padding-bottom: 1%;
}
#top6_wrap h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #333;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: center;
}

#top7 {
	height:auto;
	width:100%;
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url(images/mt-1952-contrent-bg01.jpg);
	background-repeat: repeat;
	background-size:cover;
}
#top7_wrap {
	height:auto;
	width:90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5%;
	padding-bottom: 5%;
}
#top7_wrap h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: center;
	text-shadow:0 1px 1px #000000;
}
#top7_wrap h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: justify;
	color: #FFF;
	line-height: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-shadow:0 1px 1px #000000;
}

#menu_related{
	text-align: left;
}


#menu_related  a:link, #menu_related a:visited{
	color: #3D3830;
	text-decoration:none;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-shadow:0 1px 1px #ffffff;
	background-image: url(images/img-orange-bullet.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: block;
}
#menu_related  a:hover, #menu_related a:active {
	color: #b32704;
	text-decoration: none;
	text-shadow:0 1px 1px #ffffff;
}

#menu_kiri {

}
#menu_kiri a:link, #menu_kiri a:visited{
	color:#333;
	text-decoration:none;
	text-align:left;
	 font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding-top:10px;
	padding-left:20px;
	display:block;
	font-weight:normal;
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:0;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	background-color: #FFF;
	background-image: url(images/img-orange-bullet.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#menu_kiri a:hover, #menu_kiri a:active{
	color:#64a23d;
	text-decoration:none;	
}

#wrapper{
	height:auto;
	width:90%;
	margin-right:auto;
	margin-left:auto;
	padding-top: 10px;
}

#content_left{
	height: auto;
	width: 28%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding-bottom: 20px;
	margin-right: 2%;
}

#content_right{
	height: auto;
	width: 70%;
	float: right;
	border: 0px solid #EBEBEB;
	padding-bottom: 20px;	
	
}
#content_left_box{
	padding: 2%;
	border: 1px solid #e3ebdd;
}

#content_left_head_judul1{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#3c4146;
	padding-top:10px;

	text-align:center
	text-shadow:0 1px 1px #000000;
	text-align: left;
	padding-bottom: 10px;
}
#homefloat1 {
	text-align: center;
	float: left;
	width: 31%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.5em;
	background-color: #7fb0b2;
	padding: 1%;	
}
#homefloat2 {
	text-align: center;
	float: left;
	width: 32%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.5em;
	background-color: #c89a69;
	padding: 1%;	
}
#homefloat3 {
	text-align: center;
	float: left;
	width: 31%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.5em;
	background-color: #3c4146;
	padding: 1%;	
}

#homefloatnews {
	text-align: center;
	float: left;
	width: 31%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
	margin-right: 1%;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-left: 1%;	/*-webkit-box-shadow: 0px 1px 5px 0px #ccc;
	-moz-box-shadow: 0px 1px 5px 0px #ccc;
	box-shadow: 0px 1px 5px 0px #ccc;*/
	background-color: #FFF;
}
#homefloatnews h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#homefloatnews h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #666;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#footer {
	height: auto;
	width: 100%;
	background-color: #3c4146;
}
#footer2 {
	height: auto;
	width: 100%;
	background-color: #2e353a;
}
#footer3 {
	height: auto;
	width: 100%;
	background-color: #111d23;
}
#bottom_wrapper {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 1%;
	padding-bottom: 1%;	
}
#bottomfloat1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 23%;
	padding: 1%;
	height: auto;
}
#bottomfloat2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 31%;
	padding: 1%;
	height: auto;
}
#bottomfloat3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 22%;
	padding: 1%;
	height: auto;
}
#bottomfloat4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 22%;
	padding: 1%;
	height: auto;
}
#bottomfloat_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#bottom_menu {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#bottom_menu a:link,#bottom_menu a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #c89a69;
	background-image: url(images/list-marker.png);
	background-position: 5px center;
	padding-left: 15px;
	background-repeat: no-repeat;
	display: block;
}
#bottom_menu a:hover,#bottom_menu a:active {
	color: #FFF;
	text-decoration: none;
}


#bottom_teks {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #c5c1c2;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}
#bottom_teks a:link,#bottom_teks a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #c5c1c2;
}
#bottom_teks a:hover,#bottom_teks a:active {
	color: #FFF;
	text-decoration: none;
}

#bottom_teks2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ddd7d7;
	line-height: 2em;
}
#bottom_teks2 a:link,#bottom_teks2 a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ddd7d7;
}

#bottom_teks2 a:hover,#bottom_teks2 a:active {
	color: #FFF;
	text-decoration: none;
}

#font_content{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-align:justify;
	color:#000;
	text-shadow:0 1px 1px #ffffff;
	line-height: 1.8em;
}

#font_content_judul_item{font-family:Tahoma,Geneva,sans-serif; font-size:13px; color:#09C; text-align:left; font-weight:bold; padding:0px; margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:5px}
#font_content_harga{
	font-family:'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:right;
	margin-right:10px
}

#font_content_judul{
	font-family:Montserrat-Bold;
	font-size:16px;
	color:#64a23d;
	font-weight:normal;
	text-align:left;
	padding-bottom:20px;
	padding-top:20px
}
#font_content_judul2{font-family:"Palatino Linotype","Book Antiqua",Palatino,serif; font-size:14px; color:#000; font-weight:bold; text-align:left}

#font_content_subjudul{
	font-family:Montserrat-Bold;
	font-size:16px;
	color:#64a23d;
	font-weight:normal;
	text-align:center;
	padding: 8px;
}

#font_content_subjudul2{
	font-family:Montserrat-Bold;
	font-size:20px;
	color:#333;
	font-weight:normal;
	text-align:left;
	padding-bottom:20px
}
#font_content_subjudul2 a:link, #font_content_subjudul2 a:visited{
	color:#333;
	text-align:right;
	font-weight:normal;
	font-family:Montserrat-Bold;
	font-size:20px;
}
#font_content_subjudul2 a:hover, #font_content_subjudul2 a:active{
	text-decoration:none;
	color:#C00
}
#font_side{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin:0px;
	line-height:1.8em;
	padding: 10px;
}
#font_side a:link, #font_side a:visited{
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#333;
}
#font_side a:hover, #font_side a:active{
	color:#c4140e;
	text-decoration:none
}
#font_side_judul{
	font-family:"Century Gothic";
	font-size:13px;
	color:#CCC;
	text-align:center;
	font-weight:normal;
	margin: 10px;
}
#font_last {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 1.2em;
}
#font_last a:link,#font_last a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
#font_last a:hover,#font_last a:active {
	color: #C00;
	text-decoration: underline;
}
#font_detail {
	padding-top: 10px;
	padding-bottom: 10px;	
}
#font_detail a:link, #font_detail a:visited {
	background-color: #f7c141;
	font-family:'Roboto Condensed', sans-serif;
	font-size:15px;
	color:#FFFFFF;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#font_detail a:hover, #font_detail a:active {
	background-color: #64a23d;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align: justify;
	color: #333;
	line-height: 1.8em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	background-color: #000;
	padding: 20px;
	opacity:0.8;
}
.separator{
	height:2px;
	width:1000px;
	background-image: url(images/separator.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.padding{
	height:20px;
	width:auto;
	background-color:transparent
}
#line {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#font_date_posting{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#666;
	font-weight:normal;
	width:100%;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px
}
#font_date{
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	text-align:left;
	color:#999;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#font_view{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-align:left;
	color:#64a23d;
	font-weight:normal;
	margin:0px;
	padding-bottom: 10px;
}
input, select, textarea{
	font-size:12px;
	padding:8px;
	border:1px solid #f1f1f1;

	color:#000
	background-color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input:focus, textarea:focus, select:focus{
		background-color: #FFF;
	box-shadow: 0 0 5px #11aed5;
	-moz-box-shadow: 0 0 5px #11aed5;
	-webkit-box-shadow: 0 0 5px #11aed5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input.error, select.error, textarea.error {
	border: 1px solid red;
	color: #000;
	background-color: #F8F8F8;
	font-size: 11px;
}
label.error {
	color:#C00;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.page{
	padding:8px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.page a{
	color:#FFF;
	font-weight:bold;
	margin:0;
	padding:8px;
	border: 1px solid #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background-color: #333;
	line-height: 3em;
}
.page a:hover{
	padding:8px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	background-color: #64a23d;
	border: 1px solid #64a23d;
}
.elipse{
	background-color:#2e2e2e;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	width: auto;
	display: inline;
	padding: 10px;
	border: 1px solid #333;
	cursor:pointer;
    } 
	
    .elipse:hover{
	background-color:#64a23d;
	border: 1px solid #64a23d;
	color:#FFF;
    } 
	
    .elipse:active{
	background-color:#64a23d;
	border: 1px solid #64a23d;
	color:#FFF;
    } 
#font_block{
	color:#333;
	text-align:justify;
	font-size:12px;
	font-weight:normal;
	padding:5px;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	border:0px solid #CCC;
	line-height: 1.8em;
}
#font_block_produk{
	background-color: #FFF;
	padding: 2%;
}
#bg_galeri{
	color:#333;
	text-align:justify;
	font-size:12px;
	font-weight:normal;
	padding:5px;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	border:1px solid #CCC;
	line-height: 1.8em;
	background-color: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	box-shadow: 0 0 5px #b4b4b4;
	-moz-box-shadow: 0 0 5px #b4b4b4;
	-webkit-box-shadow: 0 0 5px #b4b4b4;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

#screenshot{
	position:absolute;
	padding:5px;
	display:none;
	color:#fff;
	background-color: #000;
	z-index: 100;
	}
.aToolTip {
	border:1px solid #333;
	color:#fff;
	margin:0;
	padding:2px 10px;
	font-size:12px;
	background-image: url(images/bg_opacity.png);
	background-repeat: repeat;
	font-family: 'Open Sans', sans-serif;
}
.aToolTip .aToolTipContent {position:relative;margin:0;padding:0;}
a.aToolTipCloseBtn {display:block;height:20px;width:20px;overflow:hidden;background:url(../images/loading/close.gif) no-repeat;text-indent:-9999px;outline:none;position:absolute;top:-15px;right:-20px;}
#content_righthome1 {
	height:auto;
	width:320px;
	float:left;
	padding-right: 20px;	
}

#tabs_wrapper {
	height: auto;
	background-color: #F8f8f8;
}
#tabs_container {
	border-bottom: 1px solid #ccc;
}
#tabs {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0px 0px 1px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0a4f82;
}
#tabs li {
     
    display: inline;
    line-height:38px;
}
#tabs li a {
	padding: 5px 12px 6px 12px;
	text-decoration: none;
	background-color: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #d4d4d4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d4d4d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#d4d4d4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#d4d4d4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#d4d4d4 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#d4d4d4 100%); /* W3C */
	border-bottom: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
#tabs li a:hover, #tabs li.active a, #tabs li.active a:hover   {
	background-color: #ba0303;
	background: -moz-linear-gradient(top,  #ba0303 0%, #820101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ba0303), color-stop(100%,#820101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ba0303 0%,#820101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ba0303 0%,#820101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ba0303 0%,#820101 100%); /* IE10+ */
	background: linear-gradient(top,  #ba0303 0%,#820101 100%); /* W3C */
	color:#FFF;
	text-shadow:0 1px 1px #000000;
}

#tabs_content_container {
	border-top: none;
	padding: 10px;
}
.tab_content {
    display: none;
}

.toggleMenu {
	display:  none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color:#656565;
	background: -moz-linear-gradient(top,  #656565 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #656565 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #656565 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #656565 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top,  #656565 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background-image: url(images/nav-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.toggleMenu a:link, .toggleMenu a:visited {
	color: #FFF;
	
}
.nav {
	list-style: none;


     *zoom: 1;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
	list-style: none;
	width: 14em;
	margin: 0px;
	padding: 0px;
}
.nav a {
	color:#3c4146;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.nav a:hover {
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #7fb0b2;
}
.nav li {
    position: relative;
}
.nav > li {
	float: left;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
	display: block;
	position: relative;
	z-index:100;
	background-color: #f5f5f5;
	color: #333;
}
.nav li li li a {
    background-color: #90498e;
    z-index:200;
    border-top-color: #a557a2;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	.nav a {
	color:#3c4146;
	
	}

}


.masonry { /* Masonry container */
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.masonry2 { /* Masonry container */
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item { /* Masonry bricks or child elements */
	display: inline-block;
	padding: 0em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#F00;
	font-weight: bold;
	border: 0px solid #CCC;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	line-height: 2em;
	background-color: #FFF;
}
@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
	 .masonry2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	 .masonry3 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	.masonry2 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
	.masonry3 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }


}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	 .masonry2 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
	.masonry3 {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

}
