@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
html, body{
    margin:0;
    padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	background: #faf6f6 url(bg.png) repeat-y top left;
}

#total {
	
}
		

#all {
	width: 840px;
}

#left {
	height: 100%;
	width: 200px;
	background: #faf6f6;
	float: left;
}

#right {
	color: #000;
	background: #faf6f6;
	float:left;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: 204px;
}

#right2 {
  color: #000;
	background: #faf6f6;
	float:left;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: 204px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#text {
	text-align:justify;
	width: 520px;
	margin: auto;
}

#language {
	font-size: 10px;
	text-align: right;
}

#slider1_container {
	left: -50px; 
}

.mobile {
display: none;
}

.topnav {
  overflow: hidden;
  background: #faf6f6 url(topnavbg.png) repeat-x top left;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
  /*font-family: Proxima Nova Condensed;*/
  /*text-transform: uppercase;*/
}

.topnav a:hover {
  background-color: #dfd9d9;
  color: black;
}

.active {
  background-color: #d1bdb7;
  color: black;
}

.topnav .icon {
  display: none;
}

.pagecontent {
margin: 0px 5% 0px 5%;
padding-top: 10px;
text-align:justify;
}

.pagecontent-g {
display: flex;
justify-content: center;
align-items: center;
margin: 0px 5px 0px 5px;
padding-top: 10px;
text-align:justify;
}

.pagecontent a, .pagecontent a:visited {
	color: black;
	
}


@media screen and (max-width: 1020px) {
	
html, body {
	background: #faf6f6 url(bg-mobile.png) repeat;
}
	
.mobile {
	display: inline;
}

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	background-color:#d1bdb7;
  }
  
#total {
	display: none;
}

}

@media screen and (max-width: 1020px) {
	
.mobile {
	display: inline;
}

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
#total {
	display: none;
}

}

@media only screen and (max-device-width: 800px) {

#slider1_container {
	left: 0px; 
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

#slider1_container {
	left: 0px; 
}
}

#text a, #text a:visited {
	color: black;
	
}

h1 {
	color:#C30;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h2 {
	color: #C33;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h3 {
	color: #C30;
	font-size: 14px;
}

.nolist {
	padding: 20px;
	list-style: url(list-dash.png);
}

.linklist {
	padding: 20px;
	list-style: url(link-dash.png);
  color: black;
}

#text ul li a:hover{
	color: #000;
}

.newspost {
	text-align:right;
}

img.home{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Base Menu Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  font-family: Tahoma, Geneva, sans-serif;
  /*font-family: Proxima Nova Condensed;*/
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  width: 200px;
}
#cssmenu > ul > li > a {
  font-size: 25px;
  font-weight: bold;
  display: block;
  background: #faf6f6;
  color: #000;
  border-bottom: 0px solid #000;
  text-transform: uppercase;
}
#cssmenu > ul > li > a > span {
	background: #faf6f6;
	padding: 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#cssmenu > ul > li > a > span:hover {
	background: #dfd9d9;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  color: #000;
}
#cssmenu > ul > li.active > a span {
  background: #dfd9d9;
}
#cssmenu span.cnt {
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
  margin: 0;
  background: none;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border: 1px solid #e0e0e0;
  border-top: 0;
}
#cssmenu ul ul a {
  padding: 10px;
  display: block;
  color: #ed1144;
  font-size: 13px;
}
#cssmenu ul ul a:hover {
  color: #bd0e36;
}
#cssmenu ul ul li.odd {
  background: #f4f4f4;
}
#cssmenu ul ul li.even {
  background: #fff;
}
