@charset "utf-8";
/* CSS Document */


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold;
}



label {
	line-height: 1.3rem;
}

h1,
.h1 {
	font-size: 2.19rem;
}

h2,
.h2 {
	font-size: 1.875rem;
}

h3,
.h3 {
	font-size: 1.5rem;
}

h4,
.h4 {
	font-size: 1.25rem;
}

h5,
.h5 {
	font-size: 1rem;
}

h6,
.h6 {
	font-size: .9375rem;
}






.container-scroller {
	overflow: hidden;
}




.navbar {
	font-weight: 400;
	transition: background 0.25s ease;
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-ms-transition: background 0.25s ease;
	background: indianred	;
	/* Navbar color variations */
}

.navbar1 .navbar-brand-wrapper1 {
	background: indianred;
	transition: width 0.25s ease, background 0.25s ease;
	-webkit-transition: width 0.25s ease, background 0.25s ease;
	-moz-transition: width 0.25s ease, background 0.25s ease;
	-ms-transition: width 0.25s ease, background 0.25s ease;
	width: 255px;
	height: 65px;
}
.navbar-brand1 brand-logo1 {
	background: indianred;
	width: auto;
}

.sidebar-dark .navbar .navbar-brand-wrapper {
	background: indianred;
}

.navbar .navbar-brand-wrapper .navbar-brand {
	color: indianred ;
	font-size: 1.5rem;
	margin-right: 0;
	padding: .25rem 0;
}

.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
	display: none;
}

.navbar .navbar-brand-wrapper .navbar-brand:active, .navbar .navbar-brand-wrapper .navbar-brand:focus, .navbar .navbar-brand-wrapper .navbar-brand:hover {
	color: indianred ;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
	width: calc(255px - 130px);
	max-width: 100%;
	margin: auto;
	vertical-align: middle;
	color: indianred ;
}

.navbar .navbar-brand-wrapper .navbar-toggler {
	border: 0;
	color: #2c2e3e;
	font-size: 1.625rem;
	padding: 0;
}


.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}



.menu_top{
	color: silver;
	margin: 0px;
	background-color: black;
	/* background: #9926b0;*/
	align-self: center;
	height: 26px;
	width: 100%;
	float: right;
	padding-top: 2px;
	padding-bottom:  2px;
	padding-left:  20px;
	padding-right: 20px;
	font-family: Gill Sans ;
	/* font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	background: #9926b0;
	*/
	font-size: 48px;
	list-stile-type: none;
	
}
.menu_top  ul {
	padding: 0;
	margin: 0;
	list-stile-type: none;
	z-index: 100;
}
.menu_top  ul  li{
	position: relative;
	float: right;
	display:inline;
}
.menu_top  ul  li a{
	display:block;
	hight : 24px;
	width: 120px;
	margin-left: 5px;
	color : white;
	text-align: center;
	text-decoration: none;
	outline: none;
	line-height: 23px;
	margin-left: 5px;
}
* html .menu_top  ul  li a{
	display:inline-block;
}
.menu_top  ul  li a.selected, .menu_top  ul  li a:hover{
	color: indianred ;
	background: white;
}
.menu_top  ul  li ul {
	position: absolute ; width: 160px ; margin: 4px 0 0 5px; left :0 ;
	display: none; visibility: hidden;
	background-color: cadetblue;
	/*  background-color: cadetblue; */
}
.menu_top  ul  li ul  span.topo {
	position: absolute ; width: 120px; height: 5px; top:-5px; left:0;
}
.menu_top  ul  li ul  span.inferior {
	position: absolute; width: 160px; height: 5px; botton:-5px; left:0;
}
.menu_top  ul  li ul li {
	display:list-item; float: none;
	opacity: 0.8;
}
.menu_top  ul  li:hover ul {
	display: block; visibility: visible;
}

.menu_top  ul  li ul li ul {
	top:0;
}

.menu_top  ul  li ul li a{
	font-weight: 500;
	hight : 28px;
	width: 100%;
	line-height: 28px;
	margin: 0;
	text-align: center;
	background: none;
	color: white;
	border-bottom: 1px solid #E0A5E3;
}
.menu_top  ul  li ul li .last{
	border-bottom: none;
}







.links_area {
	color: white;
	margin: 0px;
	background: indianred ;
	align-self: center;
	height: 26px;
	width: 100%;
	float: right;
	padding-top: 2px;
	padding-bottom:  2px;
	padding-left:  20px;
	padding-right: 20px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 48px;
	list-stile-type: none;
	
}
.links_area ul {
	padding: 0;
	margin: 0;
	list-stile-type: none;
	z-index: 100;
}

.links_area ul li {
	text-decoration: none;	list-stile-type: none;
	
}

.links_area ul li a {
	text-decoration: none;	list-stile-type: none;
	
}


