@charset "utf-8";

.button1{
	background-color: aqua;
	border-radius: 10px;
	background: linear-gradient(to bottom, rgba(233,239,255,1.00) , rgba(172,174,180,1.00));
	background: linear-gradient(to top, rgba(156,156,156,1.00), rgba(244,244,244,1.00), rgba(244,244,244,1.00), rgba(255,255,255,1.00) , rgba(208,208,208,1.00));
	padding-top: 6px;
	padding-bottom: 9px;

	padding-top: 12px;
	padding-bottom: 12px;

	
	padding-left: 12px;
	padding-right: 12px;

	border: 2px solid #EDB967;
	margin-top: 2px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2); /* offse<strong></strong>tX offsetY blur spread color */
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
	width: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

@media only screen and (max-width: 993px) {
	.button1{width: 70%}
	img.center50 {width: 70%}
}
@media only screen and (max-width: 768px) {
	.button1{width: 90%}
	img.center50 {width: 90%}
}

.button1:hover {
	background-color: #DDA14D;
	background: linear-gradient(to top, #DDA14D , #EAC694);
	border-color: #FFFFFF;
	text-decoration: none;
}

a:link .button1 , a:visited .button1 ,a:active .button1 {
	color: #000000;	
	text-decoration: none;
}

a:link .button1 {
	text-decoration: none;
	color: #000000;
}


/* ---------------------------------- */
#menuh-container {
	position: relative;
	width: 100%;
	/*display: inline-block;generate space - white line */
	/*display: block;  !!! dont display bg */
	display: flex;
	padding: 0px;
	margin: 0px;
	text-align: center;
	/* letter-spacing: 1px; */
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.9em;
	font-weight: bold;
	text-decoration: none;
	color: #3B3D38;
	font-variant: normal;
	text-transform: uppercase;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
/* ---------------------------------- */
#menuh {
	width: 100%;
	float: left;
}
		
#menuh a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px;
	border-color: #8B928B;
	border-style: solid;
	margin-top: 2px;
	border-radius: 3px;
	background-color: #000000;
	background: linear-gradient(to bottom, rgba(254,219,90,1.00) , rgba(254,155,0,1.00) ,rgba(155,79,0,1.00));
	background: linear-gradient(to bottom, rgba(254,219,90,1.00) , rgba(255,174,48,1.00) ,rgba(239,138,33,1.00));
	background: linear-gradient(to bottom, rgba(253,220,98,1.00) , rgba(255,201,117,1.00) ,rgba(239,138,33,1.00));
	background: linear-gradient(to bottom, rgba(255,240,211,1.00) , rgba(252,216,160,1.00) ,rgba(180,130,87,1.00));
	color: #000000;	
}
	
#menuh a:link, #menuh a:visited, #menuh a:active {
	background-color: #000000;
	text-decoration: none;
}
	
#menuh a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: linear-gradient(to bottom, rgba(237,133,0,1.00) , rgba(123,59,1,1.00));
}

	
#menuh a.top_parent, #menuh a.top_parent:hover {
	background-position: right center;
	background-repeat: no-repeat;
}
	
#menuh a.parent, #menuh a.parent:hover {
	/* attaches side-arrow to all parents */
	/*background-image: url(../res/nav_white2.png 
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #9B5F31;
	/* box-shadow: inset 4px 4px 3px 3px #333; */
	}
/* ---------------------------------- */
#menuh ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	min-height: 1px;
	vertical-align: bottom;
	/*width:9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
}

@media only screen and (max-width: 993px) {
	#menuh ul {
		float: none;
	}
}
/* ---------------------------------- */
#menuh li {
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
}
/* ---------------------------------- */
#menuh ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	left: 10%;
	display: none;
	/*padding: 1em;  !!!!!  to align with parent !!!!!*/
	padding: 1em;
	margin: -1em 0 0 -1em;
}

@media only screen and (max-width: 768px) {
	#menuh ul ul {
		left: 25%;
		/* padding: 30px; */
		width: 50%;
		width:auto;
	}
}
/* ---------------------------------- */
#menuh ul ul ul {
	top:80%;
	/*left:100%;*/
	left: 80%;
	padding: 1em;
}

div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul {
	display: none; /* block display all subitems*/
	/* background-color:red; */
}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul {
	display:block;
}
/* ------- SUB MENU LANG -------------- */
#submenubar {
	overflow: auto;
	float: right;
	background-color: #FFFFFF;
	z-index: 50;
	border-radius: 0px 0px 0px 7px;
	border: 1px solid #000000;
	color: black;
}

ul#submenulang {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: none;
	float: right;
}

ul#submenulang li {
	display: inline;
}

ul#submenulang li a {
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #442000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

ul#submenulang li a:hover {
	color: #C8510B;
}

.flag_img {
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	vertical-align: text-top;
}
/* --------------------------------- */
#submenubar_shadow {
	height: 15px;
	background-color: #C8BEB4;
	background-image: url(../res/shadow01.png);
	background-repeat: repeat-x;
}
/* ------- TITLE BAR -------------- */
#titlebar {
	background-color: #DDA14D;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #643200;
}
/* -------- SUB ARTICLES LIST ------------ */
#subarticles_container {
	background-color: #FFFFFF;
	min-width: 200px;
	float: right;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: -20px;
	margin-top: -40px;
	margin-bottom: 7px;
	overflow: hidden;
	overflow-style: auto;
	border-bottom: 3px;
	border-bottom-color: #630;
	border-bottom-style: solid;
	border-bottom-left-radius: 14px;
	text-align: center;
	box-shadow: 2px 2px 1px 2px #666;
}

@media only screen and (max-width:993px){
	#subarticles_container {
		min-width: 100%;
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
		float: none;
		border-bottom-left-radius: 14px;
		border-bottom-right-radius: 14px;
		margin-top: -20px;
	}
}

#subarticles_container p {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 0.3em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 25px;
}

ul#subarticle_menu {
	margin: 0px;
	padding-left: 40px;
	padding-top: 0px;
	line-height: 1.7em;
	list-style-image: url(../res/link007_small_clear.png);
}

ul#subarticle_menu li {
	text-align: left;
	display: list-item;
	padding-left: 0px;
}

ul#subarticle_menu li a {
	font-size: 1em;
	font-weight: bold;
	color: #7E450C;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}

ul#subarticle_menu li a:hover {
	background-color: #FFB15F;
	color: #FFF;
	border-radius: 7px;
}
/* -------- SELECTED --------- */
.subarticle_menu_selected {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.3em;
	background-color: #FFB15F;
	border-radius: 7px;
}
/* ----------------------------- */