/* CSS Document */
body {
	background-color: #FFFFFF;
	line-height:1.8em;
	font-size:1.6em;
}
a:link {
	color: #43358c;
}
a:visited {
	color: #43358c;
}
a:hover {
	color: #43358c;
}
a:active {
	color: #43358c;
}

/*a.sublink:hover{
  text-decoration: none;
}
*/

a.sublink:link{
 color: #000000;
}

a.sublink:visited{
 color: #000000;
}

a.sublink:active{
 color: #000000;
}


.dropdown-menu {
	min-width: 100px;
	padding: 0px 0;
	margin: 0px 0 0;
}
.gap {
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
.navbar-default {
    background-color: #2D8637;
}
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
	
}
.navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFFFFF;
    background-color: #88337E;
}
.dropdown-menu > li > a {
	color: #FFF;
	background-color: #588a5e;
}
.container {
	margin: 0 auto;
	padding-left:0;
	padding-right:0;
	background-color: #e3fae7;
}
#main {
	background-color: #e3fae7;
}
/* remove row margin */
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0px;
}
#main {
	padding:7px;
}
/* generating space between each portion of the main content*/
.spacer {
	background-color:#e3fae7;
	padding:3px;
}

.navbar {
/*	width: 1000px;*/
	margin: auto;
	min-height: 40px;
}


@media (min-width: 961px) {
	.container {
		width: 1000px;
		padding-left:0;
		padding-right:0;
	}
	.navbar {
	/*	width: 1000px;*/
		margin: auto;
	}
	.content_main {
		background-color: #76c478;
		/*padding-left: 10px;*/
		/*padding-right: 10px;*/
		margin: auto;
/*		margin-left:10px;
		margin-right:10px;
/*		width: 98%;*/
	}
}
@media (max-width: 1000px) {
/*
	.navbar {
		width: 100%;
		margin: auto;
	}*/
	.container {
		width: 100%;

		/*background-color: #fff;*/
	}
	.content_main {
		/*background-color: #fff;*/
		/*padding-left: 10px;*/
		/*padding-right: 10px;*/
		background-color: #76c478;
        
/*		margin-left:10px;
		margin-right:10px;
/*		width: 98%;*/
	}
}
@media (max-width: 767px) {
	.navbar-default {
    	background-color: #2c8436;
	}

	.collapse.in {
		background-color:  #2d8637;
	}

	.navbar-default .navbar-toggle {
	    background-color:  #2d8637;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	    background-color: #2d8637;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}

}

@media (min-width: 768px) {
/* remove navbar border radius */
.whitebg {
	background-color: #fff;
}
.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed; 
}

ul.nav>li {
	display: table-cell;
    width: 100%;
    float: none;
    text-align: center;
	font-size: 0.9em;
	border-right: 2px solid #FFF5DA;
	
}

/* remove the border of last menu */
.navbar-nav>li:nth-child(13) {
	border-right:none;
}

/* customize sub-menu diverder  */
.dropdown-menu .divider {
    margin: 0;
    background-color: #000;
}
.dropdown-menu {
	padding:0;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
ul.nav > li {
    vertical-align: middle;
}

.navbar-nav>li:hover {
	background-color:#199649;
}

.header {
	background-color:#FFFFFF;
}

/* reset webkit search input browser style */

input[type=search] {
    background: #fff url(../images/search.png) no-repeat 9px center;
    border: solid 1px #9d9d9f;
    padding: 4px 16px 3px 32px;
    width: 120px;
    margin-right: 0;
    margin-left: 0px;
	margin-top: 0px;
    color: #777393;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*
.search-submit {
  display: none;
}
*/
.navbar-right {
  margin-right: 0px;
  margin-top: 10px;
  line-height:1.6em;
  vertical-align: bottom;
  text-align:bottom;
}
/* sub menu mouse over effect */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
	background-color:transparent;
}

.navbar-default {
	border: none;
}

}
.search-submit {
  display: none;
}

/*--------------------------
/* Carousel style in bootstrap 4*/
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}
.carousel-control-prev {
    left: 0
}
.carousel-control-next {
    right: 0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}
.carousel-indicators .active {
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}
/* end carousel style in bootstrap 4 */

/* footer style */
#footer {
	padding:5px;
	background-color:#deefe4;
	color:#000;
	max-height: 40px;
    padding-left: 25px;
    max-height: 60px;
    font-size: 0.8em;
    line-height: 1.6em;
}
#footer a:link {
	color:#000;
}
#footer a:visited {
	color:#000;
}
#footer a:hover {
	color:#000;
}
#footer a:active {
	color:#000;
}

.sizeS {
	font-size:1.2em;
	color:#8F0000;
	text-decoration:none;
	vertical-align: sub;
	
}

.sizeM {
	font-size:1.6em;
	color: black;
	text-decoration:none;
	vertical-align: sub;
}

.sizeL {
	font-size:2em;
	color: black;
	text-decoration:none;
	vertical-align: sub;
}

/* toggle navbar position*/
/*border-bottom: 1px solid #fff;
.navbar-default .navbar-toggle {
    position: relative;
    float: right;
	margin-left: 10px;
    border-color: #3cb64a;
}
/*
.navbar-toggle {
  float: right;
  background-color: #25c2ea;
  margin-left: 10px;
  border: 0;
}
*/
.navbar-default {
    border-color: #FFF;
}

.navbar-default .navbar-toggle:hover {
/*    background-color: #88337E;*/
}

h1 {
	color:#008000;
	font-size:1.3em;
	line-height:1.8em;
	font-weight: bold;
}
h5 {
	color:#8B2684;
	font-weight:bold;
	font-size:1.3em;
}
.highlight_title {
	font-size:1.4em;
	color:#F28817;
}

.bg_white {
	background-color: #FFF;
}

.bg_gallery {
	background-color: #FFF5DA;
}

.spacer {
	padding: 5px;
}

#langM {
	margin-left:12px;
	color: #fff;
}

#langM a {
	color: #fff;
}

#langN {
	margin-left:6px;
	padding-left:0.4em;
	color: #000;
}

#langN a {
	color: #000;	
	
}
.fore_dw {
    padding-top: 10px;
    
}
#searchM {
	margin-left:12px;
}

.indent_c {
  padding-left:2.6em;
  text-indent:-2.6em;
  padding-right:10px;
}

.indent_e {
  padding-left:2em;
  text-indent:-2em;
  padding-right:10px;
}

.no_margin {
	margin:0px;
}

.pad-right {
	padding-right: 10px;
}

.nav > li > a {
	padding: 10px 1.5px 10px 1.5px;
}

@media screen and (max-width: 767px) {
	.nav > li > a {
		padding: 10px 1px;
		padding-left: 12px;
		
	}

    .nav > li {
		
		padding: 0px;
		border-bottom: 1px solid #fff;
	}

    .navbar-nav {
    margin: 0px -15px;
}
	

	input[type=search] {
    width: 120px;
background: #FFFFFF url(../images/search.png) no-repeat 7px center; 
	border: solid 1px #ccc;
	color: #000000;
	margin-left: 2px;
	padding: 4px 2px 2px 30px; 
	}


}

ol {
	margin-bottom: 1rem;
    position: relative;
    list-style: none;
    counter-reset: counter-2;
}
/*
ol li::before {
	content:  '.' counter(li);
	color: #43358c;
	display: inline-block;
	width: 1em;
	margin-left: -1.5em;
	margin-right: 0.5em;
	text-align: right;
	direction: rtl;
}
*/

ol li::before { 
content: "(" counter(counter-2,decimal) ") ";
width: 2em; 
position: absolute;
left:5px;
text-align: left; 
counter-increment: counter-2;
}


li {
	counter-increment: li;
	
}

td li {
	counter-increment: li;
	margin-left: 15px;
}

.navbar-form{
margin-top: 0px;
margin-left: 0px;
}

#searchM {
    margin-left: 10px;
}

#searchform2 {
    display: inline-block;
}

.middle {
    width: 90%;
    padding: 0;
    margin: auto;
}
.row {
    margin: 0;
}
.inline-block {
    display: inline-block;
}

#myfooter {
    font-size: 0.8em;
    margin-bottom: 0px;
    background-color: #deefe4;
    margin-bottom: 0px;
}
#myfooter .copyright {
    width: 30%;
    display: inline;
    float: left;
    text-align: left;
    margin-top: 5px;
    padding-left: 25px;
}
#myfooter .revision {
    width: 70%;
    float: right;
    display: line;
    text-align: right;
    margin-top: 15px;
    padding-right: 25px;
}

.fr {
   
  line-height:1.4em;
  vertical-align: bottom;
  text-align:bottom;
}

/* Skip to main content style */
a.skip-main {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}

a.skip-main:focus, a.skip-main:active {
	color: #fff;
	background-color:#3cb64a;
	left: 20px;
	top: 20px;
	width: 160px;
	height: auto;
	overflow:auto;
	margin-left: 10px;
	padding:5px;
	border-radius: 10px;
	border:4px solid orange;
	text-align:center;
	font-size:0.85em;
	z-index:999;
	font-family: arial;
}

ul {
margin-left: 15px;
padding-left:0em;
}

.table-responsive {
border: 0px; 
}

.margin-bottom8{
	margin-bottom:8px;
}
