/* ===== Back to top body ===== */


.credits {
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
	margin: 0 0 30px;
}
#pagewrap {
	margin: 0 auto;
	width: 600px;
	padding-left: 150px;
	position: relative;
}

/* === Back to top button === */
#back-top {
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index: 999;
}
#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font: 8px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #F60;
}
/* arrow icon (span tag) */
#back-top span {
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	background:  url(../images/up-arrow2.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background:  url(../images/up-arrow2.png) no-repeat center center;
	/*background-color: #999; */
}

/* ===== Readmore ===== */
.readmore-js-toggle, .readmore-js-section {
  display: block;
  width: 100%;
}
.readmore-js-section {
  overflow: hidden;
}

/* ===== Overflow ===== */

#myDIV {

    width:100%;
    height: 745px;
    overflow: hidden;
	overflow-x: hidden;
}
/* ===== on / off ===== */
.onoffswitch {
    position: relative; width: 200px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 42px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 12px; padding: 0; line-height: 12px;
    font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Sembunyikan Lagi Berita & Aktiviti";
    padding-left: 6px;
    background-color: #2FCCFF; color: #000000;
	
}
.onoffswitch-inner:after {
    content: "Paparkankan Lagi Berita & Aktiviti";
    padding-right: 6px;
    background-color: #F60; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 6px; margin: 3px;
    background: #26BFED;
    border: 2px solid #FFFFFF; border-radius: 42px;
    position: absolute; top: 0; bottom: 0; right: 184px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #AEBBBF; 
}