@font-face
{
	font-family: OpenSans-semibold;
	/*src: url('fonts/OpenSans-Semibold.eot');*/
	src: local("OpenSans-semibold"), url('fonts/OpenSans-Semibold.ttf') format("truetype"); /* non-IE */
}

@font-face
{
	font-family: sansbold;
	/*src: url('fonts/OpenSans-Bold.eot');*/
	src: local("OpenSans-Bold"), url('fonts/OpenSans-Bold.ttf') format("truetype"); /* non-IE */
}

@font-face
{
	font-family: sansregular;
	/*src: url('fonts/OpenSans-Regular.eot');*/
	src: local("OpenSans-Regular"), url('fonts/OpenSans-Regular.ttf') format("truetype"); /* non-IE */
}

.notGetSlected {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	outline: none;
	font-weight: normal;
	line-height: 120%;
	font-size:100%; 
	font-family: sansregular;
	/*font-family: 'Open Sans', sans-serif;*/
}

#logBut {
	padding: 7px 10px; 
	background-color: white; 
	border: 1px solid #999999;
	font-size: 14px;
	color: #757575;
	border-radius: 4px; 
	position: relative;
	top: 27px;
	cursor: pointer;
	float: right;
}

#cover {
	position: absolute; 
	width: 100%; 
	left: 0; 
	top: 0px; 
	height: 143px; 
	background-color:  #DBDBDB; 
	/*background-size: 100% auto;*/
	/*background-image:url("../../build/images/header_bg.jpg"); 
	background-repeat: no-repeat;*/
}

#bar {
	height:120px; 
	background-color:  #C7C7C7; 
	position: fixed; 
	width: 100%; 
	z-index: 100; 
}

#bar p {
	text-align: right;
	color: black;
	position: relative;
	top: 74px;
}

h1 {
	/*font-family: sansbold;
	font-weight:normal;*/
}

a {
	text-decoration: none;
	color: inherit;
}

a, img {
    border:none;
    outline:none
}

.page-wrap {
		width:100%;
}

.main-header {
	width: 100%;
	background-color: white;
	z-index: 12;
	z-index: 100; 
	position: fixed;
	top: 0;
	box-shadow: 0 0 3px #8F8D8D, 0 0 10px #8F8D8D, 0 0 15px #302F2F;
}

.logo {
	float: left;
	margin-top: 16px;
	margin-left: 1px;
}

#logo {
	position: fixed;
	/*left: 650px;*/
}

.logo-container {
	padding-right: 250px !important;
}

#ribbon {
	float: right;
	position: relative;
	top: -10px;
}

#ctgr {
	
}

#ctgr p {
	color: #ffffff;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.5px;
	margin:0;
	padding-top: 28px;
	
}

#ctgr {
	height: 78px;
}	

.anak {
	font-family: 'Roboto', sans-serif; 
	color: #616161;
	font-weight: 900; 
	font-size: 1.375rem; 
	letter-spacing: 1px;
}	

.right {
	width: 155px;
	float: left;
	border-right: 3px solid #3c84b9;
	position: relative;
	margin-top: 10px;
}	

.right .timestamp {
	position: absolute; 
	right: 0;
	width: 100%;
}

.right .timestamp .bardot {
	float: right;
}

.right .timestamp  p {
	float: right;
	font-family: sansbold;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: normal;
	color: #08b7c5;
	font-size: 14px;
	margin: -4px 5px 0 0;
}

#filter {
	color: #333333;
	font-weight: 700;
	margin: 0;
}

.latest {
	background-color: #fbfafa;
	padding: 15px;
	border-bottom: 3px solid #C7C7C7;
	margin-bottom: 16px;
}

.latest h3 {
	margin: 0;
	font-size: 16px;
	line-height: 135%;
	color: #4D4D4D;
}

.latest p {
	font-size: 14px;
	color: #4D4D4D;
	
}

.event {
	width: 100%;
	padding: 0;
	border-top: 1px solid #d3d3d3; 
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3; 
	border-bottom: 3px solid #C7C7C7;
	margin: 0 0 33px 0;
	position: relative;
}

.event_padding {
	padding: 20px 16px 0 16px;
	position: relative;
}

.event .event_head {
	border-bottom: 1px solid #e7e6e6;
}

.event .event_head   h2 {
	margin: 0 0 10px 0;
	color: #525252;
	font-size: 20px;
	line-height: 120%;
}

.event .event_head  p {
	margin: 7px 0 15px 2px; 
	font-size: 12px; 
	color: #909090;
}

.event .event_head p span{
	color: black;
	font-family: OpenSans-semibold;
}

.event .event_body div p, .event .event_body .disNone{
	font-size: 14px;
	color: #7d7d7d;
	line-height: 127%;
}

.event .event_body p:nth-child(2){
	font-family: OpenSans-semibold;
	color: #498cbf;
	margin: 0;
}

.event .event_body p:nth-child(2):hover{
	color: black;
}

.event .event_png {
	float: right;
	position: absolute;
	right: 8px;
	bottom: 2px;
}

.disNone {
	display: none;
}

.thema h1 {
	margin: 0;
	font-family: OpenSans-semibold;
	font-size: 24px;
	color: #1F1F1F;
	line-height: 118%;
}

.teaser {
	font-size: 16px; 
	line-height: 126%;
	font-family: OpenSans-semibold;
	color: #3B3B3B;
}

.text {
	font-size: 14px; 
	line-height: 160%;
	color: #3B3B3B;
}

.sign_pop {
	position: absolute;
	border-top: 3px solid #3c84c7;
	border-bottom: 3px solid #3c84c7;
	display: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #c0dcf0;
	z-index: 1;
	text-align: center;
}

.sign_pop  p {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: sansbold;
	font-weight: normal;
	font-size: 15px;
	color: #5696c4;
	margin: 26px 0;

}

.topics p:first-child {
	color: black; 
	font-size: 12px; 
	margin-bottom: 8px; 
	font-family: OpenSans-semibold;
}

.tags {
	float:left;
	margin:0 7px 5px 0;
	border-radius: 5px;
	border: 1px solid #cdcbcc;
}

.tags p:first-child {
	padding: 9px 5px;
	color: #7e7e7c;
	margin:0;
	font-size: 10px;
}

.main-footer {
	background-color: #3d3d3d;
	position: relative;
}

.footerMenu {
	padding: 18px 0;
}

.footerMenu span  a{
	margin:0;
	color: #7b7777;
	font-size: 14px;
	padding: 0 10px;
}

.footerMenu div:first-of-type {
	float: right;
}

.footerMenu div:first-of-type  span{
	margin:0;
	color: #7b7777;
	font-size: 14px;
	padding: 0 10px;
	float: left;
}

.footerMenu  .social .fb { 
    background:url(../../build/images/fb.png) left top; 
	background-repeat: no-repeat;
    display: block;
	padding: 0;
	height: 37px;
	width: 36px;
	padding: 0 3px;
}

.footerMenu  .social .twitter { 
    background:url(../../build/images/twitter.png) left top; 
	background-repeat: no-repeat;
    display: block;
	height: 37px;
	width: 36px;
	padding: 0 3px;
}

.footerMenu  .social .linkedin { 
    background:url(../../build/images/linkedin.png) left top;
	background-repeat: no-repeat;
    display: block;
	height: 37px;
	width: 36px;
	padding: 0 3px;
}

.footerMenu  .social .rss { 
    background:url(../../build/images/rss.png) left top; 
	background-repeat: no-repeat;
    display: block;
	height: 37px;
	width: 36px;
	padding: 0 3px;
}


.clear {
	clear: both;
}

.sansbold {
	font-family: sansbold;
	font-weight: normal;
	margin: 0;
}

.boldy {
	font-family: sansbold; 
	margin: 0;
	font-weight: normal;
}

.semi_boldy {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: sansbold;
	font-weight: normal;
	margin: 0;
}

.margin_auto {
	position:relative;
	margin-left:auto;
	margin-right: auto;
}

.menu_main {
	float: right;
	letter-spacing: 0px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: normal;
	z-index: 2;
	position: relative;
	padding:0;
	margin: 0 30px 0 0;
}

.menu_main ul {
	list-style-type:none;
	padding:0;
	margin:0;
	display: inline-table;
	width: 100%;
}

.menu_main ul  li {
	padding: 26px 0;
	float: right;
	position:relative;
	top: 0;
	font-size: 16px;
	text-align:center;
	color: #2d2d2e;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	transition: border-top 0.3s,border-bottom 0.3s;
}

.menu_main ul  li:hover {
	/*color: #08b7c3;*/
	border-top: 4px solid #FF6500;/*#08b7c3;*/
	border-bottom: 4px solid #FF6500;
	transition: border-top 0.2s,border-bottom 0.2s;
}

.menu_main ul li a{
	padding: 18px 0;
	font-family: sansregular;
}

.menu_main ul  a:hover {
	transition:color 0.3s;
	/*color: #4f9bae;*/

}
/*---MENU LEFT--------------*/
.menu_left {
	width: 100%;
	letter-spacing: 0px;
	font-family: OpenSans-semibold;
	font-weight: 400;
	z-index: 2;
	position: relative;
	padding:0;
}



.menu_left ul {
	list-style-type:none;
	padding:0;
	margin: 6px 0 0 0;
	display: block;
}

.menu_left ul li {
	padding: 5px 0 5px 20px;
	font-size:13px;
	color: #111111;	
	border-bottom: 1px solid #e7e6e6;
	position: relative;
}

.menu_left ul li a span{
	position: absolute;
	left: -4px;
	top: 4px;
}

.menu_left ul li:hover {
	color: #000000;	
}
/*-----------------*/


/*--menu slide--*/
.menu_slide {
	width: 100%;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding:0;
	margin: 0;
	position: relative;
	top: 80px;
	display: none;
	z-index: 3;
}

.menu_slide ul {
	list-style-type:none;
	padding:0;
	margin:0;
	transform: rotate(180deg);
}


.menu_slide ul li {
	/*float: left; ---no float if you want vertical menu---*/
	font-size:13px;
	transition: background-color 0.5s;
	color: #737373;
	background-color: #F9F9F9;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	text-align: center;
	padding: 6px 5px;
	transform: rotate(180deg);
}

.menu_slide ul li:first-child {
	border-top: 1px solid #DADADA;
}

.menu_slide ul li a {
	padding-bottom: 20px;	
}

.menu_slide ul li:hover {
	background-color: #F0F0F0;
	transition: background-color 0.4s;
}

.menu_slide ul ul { 
	margin-top: 5px;
	display:none;
	min-width: 20px;
	width: 100%; 
	white-space:nowrap;
	
}

.menu_slide ul ul li {
	text-align: center;
}

.menu_slide ul ul li:hover {
}

.menu_slide ul ul li a {
	
}

.menu_slide ul ul li a img {
}

.menu_slide ul ul li a:hover {	
}
/*--ending of menu slide--*/