
a {
    text-decoration: none;
    position: relative;
}


/*** ESSENTIAL STYLES ***/
.drop_menu {width:100%}


.sd-menu, .sd-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 30;
}
.sd-menu {padding-top:2em}

.sd-menu li {
	position: relative;
	z-index: 30;
}
.sd-menu ul {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 30;
	border-radius:0;
}
.sd-menu > li {
	float: left;
	margin:0;
	//margin-right:1px;
	padding: 0 0.5em;
	color:#fff;
	text-decoration: none;
	zoom: 1; /* IE7 */
	border:0;
}

.sd-menu > li .selected {
	color: #0A99FF;
	font-weight:bold;
}
.sd-menu > li ul li .selected {
	color: #fff;
}
.sd-menu > li .selected:hover {
	color: #0882D3;
	//text-shadow:0 0.15em #1E1E1E;
    cursor: pointer;
}


.sd-menu > li ul li { /*sub menus*/
	height:2.4em;
	line-height:2.4em;
	text-align:left
}
.sd-menu li:hover > ul,
.sd-menu li.sfHover > ul {
	display: block;
}

.sd-menu a {
	display: block;
	position: relative;
	text-decoration: none;
	//text-shadow:0 0.15em #f00;
}
.sd-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sd-menu {
	float: right;
	margin-right: 1em;
	height:1em !important;
}
.sd-menu ul {
	box-shadow: 0 0 0 rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sd-menu ul li a {
	/*border-left: 1px solid #fff;*/
	//border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	//border-top: 1px solid rgba(255,255,255,.5);
	padding: 0 0.5em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sd-menu li a {
	color: #000;
	font-weight:bold
}
.sd-menu li li a {
	color: #fff;
	font-weight:bold
}
.sd-menu > li {
	height:1em;
	margin-right:1.3em
}
.sd-menu > li a {
	height:1em !important;
}
.sd-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	border-radius:0;//
}
.sd-menu ul li {
	background: #282828;
	border-bottom: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.sd-menu ul ul li {
	background: #282828;
}

.sd-menu li:hover,
.sd-menu li.sfHover {
	//background: transparent;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sd-menu li a:hover,
.sd-menu li a.sfHover {
	color: #c0c0c0;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}





.subsub a:link, .subsub a:visited { /* ARROWS IN SUBMENU */
	color:#99D8D1;
}
.sd-arrows ul li > .sd-with-ul:focus:after,
.sd-arrows ul li:hover > .sd-with-ul:after,
.sd-arrows ul .sfHover > .sd-with-ul:after {
	/*border-left-color: white;*/
	color#fff;//
}
.sd-menu li a:link { /*main menus*/
	font-weight: 500;
}
.sd-menu li ul li a:link { /*sub menus*/
}

.sd-menu > li a:link { /*main menus*/
	margin:-1.0em 0 0 0
}
.sd-menu li ul { /*submenus*/
	margin:-1em 0 0 0;
	padding:1.6em 0 0 0
}
.sd-menu > li ul li a:link { /*main menus*/
	margin:0
}



.nav-s-list {
    display: none;
    z-index:200;
	position:absolute;
	top:2em;
	right:0;
	width:100%;
	overflow:hidden;
	text-align:left;
}
.nav-s-list, .nav-s-list * {
	list-style: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.nav-s-list a:link, .nav-s-list a:visited {
	color:#fff;
    text-decoration: none;
}

.nav-s-list a:hover {
	opacity:0.6;
}

.nav-s-list > ul {
	float:right;
	right:2em;
	border:0.1em solid #000;
	background:#000;
	padding:0;
}
.nav-s-list ul li {
	border-bottom:0.05em solid #c0c0c0;
	padding:0.5em;
	
}

.nav-s-list ul li ul li {
	border-bottom:0;
	padding:0.2em
}




h1, h2, h3, h4, h5 {
	//margin-top:1.2em;
    ////padding-bottom: 0.35em;
    display: inline-block;
    position: relative;
	color:fff;
	font-weight: 700;
	padding:0;
}
/*
h1 {font-size: 80em !important;line-height:20em}
h2 {font-size: 1.4em;line-height:1.5em;margin-top:2em}
h4 {font-size: 1.2em;line-height:1.3em;margin-top:2em}
h5 {font-size: 1.0em;line-height:1.1em;margin-top:2em}
*/
h1:before, h2:before, h3:before, h4:before, h5:before {
    content: "";
    position: absolute;
    width: 33%;
    bottom: -0.3em;
	left: 33%;
    border-bottom: 0.14em solid #0A99FF;
}

h1:before {bottom: -0.1em}
h3:before{border-bottom: 0.1em solid #0A99FF}

main-content h1 {display:inline-block;padding:0.3em; border-radius:0.2em; background:rgba(0,0,0, 0.3);color:#EFEFEF}

main-content h1:before {border-bottom: 0}

main-content spa-n h1 {background:transparent}
