html {
	font-family: Roboto !important;	
	text-rendering: optimizeLegibility;
}

/* html {
	overflow: hidden;
	
}

*/


.chathistory {
/*	padding: 0px !important;*/
	margin: 0px; !important;
}

.triangle-left {
  position:relative;
  padding:8px;
  margin-right: 20px;
  margin-left: 35px;
  margin-top: 20px;
  min-height: 30px;
  color:#000;
  background:#ccf5a9; /* default background for browsers without gradient support */
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  text-align: left; 
  word-break: normal;
  font-size: 14px;
}

.triangle-left:after {
  content:"";
  position:absolute;
  bottom: 8px; /* value = - border-top-width - border-bottom-width */
  right: -20px; /* controls horizontal position */
  border-width: 0px 20px 20px 20px; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#ccf5a9 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
  
}


.triangle-right {
  position:relative;
  padding:8px;
  /* margin:1em 0 3em; */
  margin-right: 30px;
  margin-left:20px;
  margin-top: 20px;
  min-height: 35px;
  color:#000;
  background:#fffcdb; /* default background for browsers without gradient support */
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  word-break: normal;
  font-size: 14px;
}

.triangle-right:before {
  content:"";
  position:absolute;
  bottom: 8px; /* value = - border-top-width - border-bottom-width */
  left: -20px; /* controls horizontal position */
  border-width: 0px 0px 20px 20px; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#fffcdb transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}


.profilebackdrop
{
	position: fixed; 
	opacity: 0.25;
	left: 0px; 
	top: 0px; 
	right: 0px;
	bottom: 0px;
	background-size: auto 100%; 
	background-repeat: no-repeat; 
	background-position: top center;
}




.completion_slider .ui-slider-handle {
	visibility: hidden	
}

.completion_slider .ui-state-disabled {
	opacity: 1.0;	
	
}

.completion_slider .ui-slider {
    height: 25px;
}

.completion_slider .ui-slider-track {
	margin-left: 0px;
	margin-right: 0px;
    height: 25px;
}



.profilebutton {
	color: #fff;
	font-size: 12px;
	font-family: Roboto;
	background-color: transparent !important;
	outline: none !important;
	border-style: solid !important;
	border-width: 14px 14px 14px 14px !important;
	-webkit-box-sizing: border-box;
	-webkit-border-image: url(/ui/images/buttonsolo_alt.png) 48 48 48 48 stretch;	
	-moz-box-sizing: border-box;
	-moz-border-image: url(/ui/images/buttonsolo_alt.png) 48 48 48 48 stretch;	
	box-sizing: border-box;
	border-image: url(/ui/images/buttonsolo_alt.png) 48 48 48 48 fill stretch;	
}

.profilebutton_grey {
	color: #fff;
	font-size: 12px;
	font-family: Roboto;
	background-color: transparent !important;
	outline: none !important;
	border-style: solid !important;
	border-width: 14px 14px 14px 14px !important;
	-webkit-box-sizing: border-box;
	-webkit-border-image: url(/ui/images/buttonsolo_grey.png) 48 48 48 48 stretch;	
	-moz-box-sizing: border-box;
	-moz-border-image: url(/ui/images/buttonsolo_grey.png) 48 48 48 48 stretch;	
	box-sizing: border-box;
	border-image: url(/ui/images/buttonsolo_grey.png) 48 48 48 48 fill stretch;	
}


.profilebutton_red {
	color: #fff;
	font-size: 12px;
	font-family: Roboto;
	background-color: transparent !important;
	outline: none !important;
	border-style: solid !important;
	border-width: 14px 14px 14px 14px !important;
	-webkit-box-sizing: border-box;
	-webkit-border-image: url(/ui/images/buttonsolo.png) 48 48 48 48 stretch;	
	-moz-box-sizing: border-box;
	-moz-border-image: url(/ui/images/buttonsolo.png) 48 48 48 48 stretch;	
	box-sizing: border-box;
	border-image: url(/ui/images/buttonsolo.png) 48 48 48 48 fill stretch;	
}


.profileonline {
	color: #fff;
	font-size: 6px;
	font-family: Roboto;
	background-color: transparent !important;
	outline: none !important;
	border-style: solid !important;
	border-width: 6px 6px 6px 6px !important;
	-webkit-box-sizing: border-box;
	-webkit-border-image: url(/ui/images/buttonnocorner_green2.png) 16 20 20 16  stretch;	
	-moz-box-sizing: border-box;
	-moz-border-image: url(/ui/images/buttonnocorner_green2.png) 16 20 20 16  stretch;	
	box-sizing: border-box;
	border-image: url(/ui/images/buttonnocorner_green2.png) 16 20 20 16  fill stretch;	
}


.profileitem {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 150px;
	height: 228px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #fff;
	
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 6px;
	margin-bottom: 6px;

	font-family: 'Roboto Condensed';
}

.profileitem a {
	text-decoration: none;	
}

.profileitem_img {
	margin-top: 3px;
	width: 156px;	
	height: 156px;	
	margin-bottom: 0px;
	
}


.profileitem_nick {
	/* width: 156px;	*/
	height: 20px;	
	background-color: #484848;
	text-align: left;
	font-family: Roboto;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 0px;
	
}

.profileitem_nav {
	/* width: 156px;	*/
	height: 48px;	
	background-color: #484848;
	padding: 2px;
	padding-top: 5px;
	font-family: 'Roboto Condensed';
}



.profileitem_defimg {
	position: absolute;
	opacity: 0.2;
	left: 0px;
	top: 0px;
	width: 156px;	
	height: 156px;	
	z-index: -1;
	
}

.medialiblistitem {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 100%;
	max-height: 240px;
	
}



.profile_info td {
	vertical-align: top;	
	padding-bottom: 2px;
	
}

.profile_info tr {
	
}

.panelbutton {
	margin: -1em;
	color: #fff !important;
	display: inline-block;
	width: 265px;
	font-size: 12px;
	font-family: Roboto;
	background-color: transparent !important;
	outline: none !important;
	border-style: solid !important;
	border-width: 8px 8px 8px 8px !important;
	text-decoration: none;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 12px;
	text-shadow: none;
	-webkit-box-sizing: border-box;
	-webkit-border-image: url(/ui/images/buttonnocorner_green.png) 16 20 20 16 stretch;	
	-moz-box-sizing: border-box;
	-moz-border-image: url(/ui/images/buttonnocorner_green.png) 16 20 20 16 stretch;	
	box-sizing: border-box;
	border-image: url(/ui/images/buttonnocorner_green.png) 16 20 20 16 fill stretch;	
}
.panelbutton:link {
	color: #fff !important;	
	text-shadow: none;
}


.panelbutton_r {
	margin: -1em;
	color: #fff !important;
	display: inline-block;
	width: 265px;
	font-size: 12px;
	font-family: Roboto;
	background-color: transparent !important;
	outline: none !important;
	border-style: solid !important;
	border-width: 8px 8px 8px 8px !important;
	text-decoration: none;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 12px;
	-webkit-box-sizing: border-box;
	-webkit-border-image: url(/ui/images/buttonnocorner_red.png) 16 20 20 16 stretch;	
	-moz-box-sizing: border-box;
	-moz-border-image: url(/ui/images/buttonnocorner_red.png) 16 20 20 16 stretch;	
	box-sizing: border-box;
	border-image: url(/ui/images/buttonnocorner_red.png) 16 20 20 16 fill stretch;	
	text-shadow: none;
}


.bigbutton {
	color: #fff;
	font-size: 12px;
	font-family: Roboto;
	background-color: transparent !important;
	outline: none !important;
	border-style: solid !important;
	border-width: 14px 14px 14px 14px !important;
	-webkit-box-sizing: border-box;
	-webkit-border-image: url(/ui/images/buttonsolo_alt.png) 48 48 48 48 stretch;	
	-moz-box-sizing: border-box;
	-moz-border-image: url(/ui/images/buttonsolo_alt.png) 48 48 48 48 stretch;	
	box-sizing: border-box;
	border-image: url(/ui/images/buttonsolo_alt.png) 48 48 48 48 fill stretch;	
/*
	-webkit-box-sizing: border-box;
	-webkit-border-image: url(/ui/images/buttonsolo.png) 48 48 48 48 stretch;	
	-moz-box-sizing: border-box;
	-moz-border-image: url(/ui/images/buttonsolo.png) 48 48 48 48 stretch;	
	box-sizing: border-box;
	border-image: url(/ui/images/buttonsolo.png) 48 48 48 48 fill stretch;	
	*/
}

.bigbutton_grey {
	color: #fff;
	font-size: 12px;
	font-family: Roboto;
	background-color: transparent !important;
	outline: none !important;
	border-style: solid !important;
	border-width: 14px 14px 14px 14px !important;
	-webkit-box-sizing: border-box;
	-webkit-border-image: url(/ui/images/buttonsolo_grey.png) 48 48 48 48 stretch;	
	-moz-box-sizing: border-box;
	-moz-border-image: url(/ui/images/buttonsolo_grey.png) 48 48 48 48 stretch;	
	box-sizing: border-box;
	border-image: url(/ui/images/buttonsolo_grey.png) 48 48 48 48 fill stretch;	
}



.bigbutton_green {
	color: #fff;
	font-size: 12px;
	font-family: Roboto;
	background-color: transparent !important;
	outline: none !important;
	border-style: solid !important;
	border-width: 14px 14px 14px 14px !important;
	-webkit-box-sizing: border-box;
	-webkit-border-image: url(/ui/images/buttonsolo_alt.png) 48 48 48 48 stretch;	
	-moz-box-sizing: border-box;
	-moz-border-image: url(/ui/images/buttonsolo_alt.png) 48 48 48 48 stretch;	
	box-sizing: border-box;
	border-image: url(/ui/images/buttonsolo_alt.png) 48 48 48 48 fill stretch;	
}










a {
	text-shadow: none;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

.ui-panel-wrapper
{
	text-shadow: none !important;
	
}

.ui-btn, div,p,a {
	font-family: Roboto;	
	text-shadow: none !important;
	
 	
}

.ui-panel {
	background-color: #444;	
	
}



.galleryitem
{
position: relative;
display: inline-block;
overflow: hidden;
padding: 0px;
margin: 0px;
width: 156px;
height: 156px;
border-style: solid;
border-width: 1px;
border-color: #fff;
margin-left: 3px;
margin-right: 3px;
margin-top: 6px;
margin-bottom: 6px;
font-family: 'Roboto Condensed';	
}

.galleryitem2
{
position: static;
display: inline-block;
padding: 0px;
margin: 0px;
width: 130px;
height: 130px;
border-style: solid;
border-width: 1px;
border-color: #fff;
margin-left: 3px;
margin-right: 3px;
margin-top: 6px;
margin-bottom: 6px;
font-family: 'Roboto Condensed';	
}

.videoitem2
{
position: relative;
display: inline-block;
overflow: hidden;
padding: 0px;
margin: 0px;
width: 260px;
height: 200px;
border-style: solid;
border-width: 1px;
border-color: #fff;
margin-left: 3px;
margin-right: 3px;
margin-top: 6px;
margin-bottom: 6px;
font-family: 'Roboto Condensed';	
}


.profileoffline {
	color: #fff;
	font-size: 6px;
	font-family: Roboto;
	background-color: transparent !important;
	outline: none !important;
	border-style: solid !important;
	border-width: 6px 6px 6px 6px !important;
	-webkit-box-sizing: border-box;
	-webkit-border-image: url(/ui/images/buttonnocorner_gray2.png) 16 20 20 16 stretch;	
	-moz-box-sizing: border-box;
	-moz-border-image: url(/ui/images/buttonnocorner_gray2.png) 16 20 20 16 stretch;		
	box-sizing: border-box;
	border-image: url(/ui/images/buttonnocorner_gray2.png) 16 20 20 16  fill stretch;	
}


.profilebutton_ovw {
	padding: 0px; 
	width: 142px; 
	position: absolute; 
	left: 4px;
}



@media (min-width: 800px) {

.profileitem {
	width: 250px;
	height: 328px;
}

.profileitem_img {
	margin-top: 3px;
	width: 256px;	
	height: 256px;	
	margin-bottom: 0px;
	
}


.profilebutton_ovw {
	left: 54px;
}
	

}


.profileitem6 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 150px;
	height: 224px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #fff;
	
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 6px;
	margin-bottom: 6px;

	font-family: 'Roboto Condensed';
}

.profileitem6 .profilebutton_ovw {
	left: 4px;
}

.profileitem6 .profileitem_img {
	width: 150px;
	height: 150px;
}


.profileitem5 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 180px;
	height: 252px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #fff;
	
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 6px;
	margin-bottom: 6px;

	font-family: 'Roboto Condensed';
}


.profileitem5 .profilebutton_ovw {
	left: 22px;
}

.profileitem5 .profileitem_img {
	width: 180px;
	height: 180px;
}

.profileitem4 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 220px;
	height: 294px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #fff;
	
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 6px;
	margin-bottom: 6px;

	font-family: 'Roboto Condensed';
}

.profileitem4 .profilebutton_ovw {
	left: 44px;
}

.profileitem4 .profileitem_img {
	width: 220px;
	height: 220px;
}


.profileitem3 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 250px;
	height: 328px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #fff;
	
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 6px;
	margin-bottom: 6px;

	font-family: 'Roboto Condensed';
}

.profileitem4 .profilebutton_ovw {
	left: 44px;
}



.profilebox {
	width: 280px;
	margin: auto;			
	position: relative;	
}

.aboutmecontent {
	text-align: center;
	width: 290px;
	margin: auto;
}

.attrgroup {
	
}

.attrgroup-big {
	
}

.profileattributegroup {
}

.profileattributename {
	text-align: left; 
	padding: 8px;	
}
	
  .profileattribute {
  	text-align: left; 
  	padding: 8px; 
  	border-radius: 6px; 
  }


@media (min-width: 800px) and (max-width: 980px) {
	
	.profilebox {
		position: absolute;
		right: 16px;
		top: 16px;	
	}
	
	.aboutmebox {
		width: 480px;
		min-height: 500px;
	}

	.aboutmecontent {
		text-align: center;
		width: 480px;
		margin: auto;
	}

	.attrgroup {
		display: inline-block;
		width: 240px;		
	}

	.attrgroup:nth-child(2n) {
		width: 230px;		
		margin-right: 10px;
	}

	.attrgroup-big {
		clear: both;				
	}
	
	.mediabox {
	}	
	
}	

@media (min-width: 980px) {
	
	.profilebox {
		position: absolute;
		right: 32px;
		top: 16px;	
	}
	
	.aboutmebox {
		width: 640px;
		min-height: 500px;
	}

	.aboutmecontent {
		text-align: center;
		width: 640px;
		margin: auto;
	}

	.attrgroup {
		display: inline-block;
		width: 320px;		
	}

	.attrgroup:nth-child(2n) {
		width: 310px;		
		margin-right: 10px;
	}

	.attrgroup-big {
		clear: both;				
	}
	
	.mediabox {
	}	
	
}	




.payc {
/*   background-color: #000;  */
  padding-right: 4px;
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  width: 100%;
  min-height: 100vh;
  color: #fff !important;
}

.payc a,a:visited,a:hover,a:link {
	color: #fff !important;
	text-decoration: none !important;
}


.payc_selection {
  width: 100%;
  padding-right: 10px;
  display: block;
}


.paym_block {
  background-color: #333;    
  display: inline-block;
  padding: 12px;
  position: relative;
  width: 668px;
  max-width: 668px;
  margin: 2px;
  float: right;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff !important;

}

.paym_clearfix {
  
  clear: both;
}

.paym_container {
  background-color: #333;    
  display: inline-block;
  padding: 12px;
  position: relative;
  width: 320px;
  height: 125px;
  margin: 2px;
  float: right;

}

.paym_title {
  color: #00ff00;
  height: 60px;
  font-size: 0.9em;  
  width: 205px;
}

.paym_logo {
  position: absolute;
  right: 10px;
  top: 10px;
}

.paym_logo img {
  
  width: 100px;
  border: 2px solid #fff !important;
}
.paym_info {
  font-size: 0.8em;  
  font-weight: normal;
  color: #fff !important;
}

.paym_logo2 img {
	width: 200px; 
	margin-right: 30px;
}

.paym_info2 {
  font-size: 0.8em;  
  font-weight: normal;
	text-align: left; 
/*	padding-right: 240px;*/
}

.payback {
	position: absolute; 
	left: 120px;	
}

.paynext {
	position: absolute; 
	right: 120px;	
}
  
@media only screen and (max-width: 700px) {
  .paym_container {
  background-color: #333;    
  display: block;
  padding: 12px;
  position: relative;
  width: unset;
  max-width: 668px;
  margin: 2px;
  float: none;
  }
  
  .paym_block {
	  width: 95%;
	  max-width: 668px;
		float: none;	  
		color: #fff !important;
    
  }

	.paym_logo2 img {
		width: 100px; 
		margin-right: 0px;
	}
	
	.paym_info2 {
	  font-size: 0.8em;  
	  font-weight: normal;
		text-align: left; 
		padding-right: 0px;
	}

	.payback {
		position: absolute; 
		left: 40px;	
	}
	
	.paynext {
		position: absolute; 
		right: 40px;	
	}
	
	.payc {
	  background: none !important;  
	
	}
  
}

.paym_motto {
  text-align: left;
  font-size: 0.7em;  
  font-weight: normal;
}


.paym_button {
  
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  background-color: #555555;
  border-radius: 4px;
  width: 200px;
  margin: auto;
  padding: 8px;
  cursor: pointer;
}

.paym_button:hover {
  color: #00ff00;
}

.paym_link {
  
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  width: 200px;
  margin: auto;
  padding: 8px;
  cursor: pointer;
  background-color: #555;
  border-radius: 4px;
	color: #fff !important;
}

.paym_link:hover {
  color: #00ff00;
}

.menucontainer {
	position: relative;
	top: -38px;
	left: 4px;
	transition: all 0.25s ease;	
	width: 32px;
	height: 32px;
}


.topmenu {
	position: relative;
	top: -42px;
	left: -200px;
	width: 194px;
	height: 100vh;
	
	border: solid 1px #777777;
	background-color: #222222;
	color: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	display: inline-block;
	border-left: none;

	z-index: 1000000000;	
}

.topmenu-button {
	position: relative; 
	width: 32px; 
	height: 32px; 
	left: 8px; 
	top: 7px; 
	overflow: hidden; 
	display: inline-block;
}

.menucontainer-active {
	left: 200px;
}

.topmenu-divider {
	width: 100%;
	color: #fff;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	background-color: #666;
}

.topmenu-item {
	width: 100%;
	color: #fff;
	padding-left: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	background-color: #262626;
}



.topmenu-splititem {
	width: 42%;
	color: #4f4 !important;
	padding-left: 8px;
	padding-top: 14px;
	padding-bottom: 14px;
	display: block;
	background-color: #262626;
	display: inline-block;
}


.underlying {
	background-color: rgba(192,0,0,0.5);
	opacity: 0.0;
	transition: all 0.25s ease;	
	visibility: hidden;
}

.underlying-active {
	background-color: rgba(0,0,0,0.5);
	opacity: 0.0;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	visibility: visible;
}


.headimage {
	display: block;
}

@media (max-width: 480px) {
	.headimage {
		display: none;
	}
}

.mobilehint {
	display: none;
}

@media (max-width: 480px) {
	.mobilehint {
		display: inline-block;
	}
}



.pbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 150px;
	height: 150px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #fff;
	
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 6px;
	margin-bottom: 6px;

	font-family: 'Roboto Condensed';
}

.pbox a {
	text-decoration: none;	
}

.pbox img {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}

.pbox label {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
  margin: 0px;
  line-height: 28px;
  font-size: 13px;
	
}

.pbox_dot {
	position: absolute;
	left: 4px;
	bottom: 20px;
	color: #0f0;
	font-size: 38px;
	font-family: Arial;
	width: 18px;
	height: 18px;
}


.pbox_icon {
	position: absolute;
	right: 4px;
	bottom: 5px;
	background-size: 18px 18px;
	background-position: center;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.pbox_icon_chat {
	background-image: url(/ui/images/ni_chat.png);
}

.pbox_icon_phone {
	background-image: url(/ui/images/ni_phone.png);
	background-size: 12px 18px;
}


@media (min-width: 800px) {

  .pbox {
  	width: 250px;
  	height: 250px;
  }
}

.pbox6 {
  width: 150px;
  height: 150px;
}
.pbox5 {
  width: 180px;
  height: 180px;
}
.pbox4 {
  width: 220px;
  height: 220px;
}
.pbox3 {
  width: 250px;
  height: 250px;
}






.anavbar {
	display: flex;
	justify-content: space-around;
	position: relative;
	height: 36px;
	background: linear-gradient(180deg,#eee 0,#555);
	border-radius: 8px;
	padding-inline-end: 10px;
	padding-inline-start: 10px;
	border: solid 1px #444;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin-top: 0px;
}

.anavbar li {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	display: inline-block;
	border-left: solid 1px #333;
	line-height: 36px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

.anavbar li a {
  text-decoration: none;
  font-family: inherit;
  color: #111 !important;
  font-weight: normal !important;
  display: inline-block;
  
}

.anavbar li:hover {
	background: linear-gradient(180deg,#eee 0,#333);
}

.anavbar > li:first-child {
	border-left: none;
}


.dropdown {
  display: none;
  position: absolute;
	background: linear-gradient(180deg,#ddd 0,#888);
	transition: all 0.25s ease;	
	overflow: hidden;
	height: auto;
	margin: 0px;
	margin-top: 4px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 10000;
}

.dropdown-active {
  display: block;
}

.dropdown li {
  display:block;
  line-height: 32px;
  text-decoration: none;
  color: #333;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown li a {
  text-decoration: none;
  color: #333;
}

.dropdown a {
  text-decoration: none;
  color: #333;
}

.dropdown li:hover {
	background: linear-gradient(180deg,#eee 0,#888);
}

.menucontainer {
  display: none;
}

.ab18 { display:none; position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; background-color: rgba(0,0,0,0.75);z-index: 1000000000; }
.ab18content { display:block; position: fixed; left: 0px; right: 0px; top: 20%; height: 400px; background-color: rgba(0,0,0,0.85); }
.ab18box { position: relative; width: 600px; margin-left: auto; margin-right: auto; }
.ab18text { position: absolute; color: #fff; font-size: 30px; left: 300px; top: 100px; font-weight: bold; }
.ab18yes { position: absolute; color: #0f0; font-size: 30px; left: 340px; top: 200px; font-weight: bold; cursor: pointer; }
.ab18no { position: absolute; color: #f00; font-size: 30px; left: 460px; top: 200px; font-weight: bold; cursor: pointer; }
.ab18icon { height: 200px; position: absolute; left: 0px; top: 100px; }


@media (max-width: 600px) {
  .anavbar {
    display: none;
  }
  .menucontainer {
    display: block;
  }


  .ab18box { position: relative; width: 320px; margin-left: auto; margin-right: auto; }
  .ab18text { font-size: 24px;left: 120px; top: 120px; }
  .ab18yes { left: 100px; top: 220px;  }
  .ab18no { left: 220px; top: 220px;  }
  .ab18icon { left: 30px; top: 100px; height: 80px; }
  
}

