@media only screen and (max-width: 1024px) {
  body {
    width: 1024px;
  }
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	padding:0;
	margin:0;
	background-color: #f4f4f4;	
}

/*Global */
.container{
	width:80%;
	margin:auto;
	overflow:hidden;
}

ul{
	margin:0;
	padding:0;
	list-style: none;
}

.button_1{
	height:38px;
	background:orange;
	border:0;
	padding-left: 20px;
	padding-right: 20px;
	color:white;
}

.atas > header{
	background-color: #35424a;
	color:#ffffff;
	/* padding-top: 10px; */
	padding : 2px;
	min-height:40px;
	border-bottom:#a8491d 3px solid;	
}

.atas > header a{
	color:white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

.atas > header li{
	float:left;
	display:inline;
	padding: 0 20px 0 20px;
}

.atas > header #Branding{
	float:left;
}

header #Branding h1{
	margin:0;
}
header nav{
	float:right;
	margin-top:10px;	
}
header .highlight, header .current a{
	color:#e8491d;
	font-weight:bold;
}
header a:hover{
	color:#cccccc;
	font-weight: bold;
}
.info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; } .info h4 { margin: 0 0 5px; color: #777; }
.legend { text-align: left; line-height: 18px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }
#map{
	min-height:580px;	
	min-width:600px;	
	color:white;
	width:100%;
}



#newsletter{
	padding: 15px;
	color:white;
	background:#35424a;
}

#newsletter h1{
	float:left;
}

#newsletter form{
	float:right;
	margin-top: 15px;
}

#newsletter input[type="email"]{
	padding:4px;
	height:25px;
	width:250px;
}

#boxes{
	margin-top: 20px
}

#boxes .box{
	float:left;
	text-align: center;
	width:30%;
	padding:10px;
}

#boxes1 .box{
	float:left;
	text-align: center;
	width:90%;
	padding:10px;
}

#boxes .box img{
	width:90px;
}

#article{
margin-top:20px;
float:left;
width:70%;
padding-right: 30px;
box-sizing: border-box;
}

.dark{
background-color: #35424a;
color:white;
overflow: hidden;
padding-left: 20px
}

#sidebar{
	margin-top:30px;
	padding-left: 20px;
	float:right;
	width:30%;
	color:white;
	background-color: #35424a;
	box-sizing: border-box;
}

footer{
	padding:20px;
	margin: auto;
	height: 12%;
	background-color: #e8491d;
	color:white;
	text-align: center;
	justify-content: center;
  align-items: center;
}

.container3 > header table {
	/*float: left;*/
	text-align:center;
	margin: 0 auto;
	height: 8%;
}
header th,header td,header tr{
	border:0px solid red;
	padding:0;
	margin:0;
	border-collapse:collapse;
	text-align:center;

}

.container3 > header  img{
	margin:0 7px 0 0;
	height:70px;
	
}
.container3 > header  span.dua {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.5em;
	padding:0;
	position:relative;top:8px
}
.container3 > header span.tiga {
	font-size: 2.125em;
	/* font-weight: 400; */
	font-weight: 700;
	letter-spacing: 4px;
	margin:0;padding:0;
	color:black;
}