@CHARSET "ISO-8859-1";
html
{
height: 100%;
overflow:hidden ;
}

body
{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background-color: #cccccc; 
font-family:  Arial, sans-serif;
}
a.menuItem{
	color:#bfae54;
	font-size: 1.5em;
	font-family: Arial;
	text-decoration: none;
}
a.menuItem:hover{
	color:#efde84;
	text-decoration: none;
	font-family: Arial;
}
a.menuItem:active{
	color:#efde84;
	text-decoration: none;
	font-family: Arial;
		background-color:#b02525;
	
}

.head{
	position: relative;
	width:100%; 
	
	min-height:65px;
	z-index:51; 
	background-color: #890000;
	color: #333;
	font-family: Arial;
}
.tooltip-inner {
    white-space:pre-wrap;
}
.progress-label {
	position: absolute;

	top: 4px;
	font-weight: bold;
	color:#999999;
	
}
.ui-progressbar {
	position: relative;
}
	

.menuItem {
	-moz-box-shadow:inset 0px 0px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 0px 0px 0px #f29c93;
	box-shadow:inset 0px 0px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ae0000), color-stop(1, #890000) );
	background:-moz-linear-gradient(center top, #ae0000 5%, #890000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae0000', endColorstr='#890000');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:0px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	min-width:139px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
}
.menuItem:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #890000), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #890000 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#890000', endColorstr='#fe1a00');
	background-color:#b02525;
}
.menuItem:active {
	position:relative;
	top:1px;
	background-color:#b02525;
}

.leftside{
	min-height:600px; height:90%; background-color: #890000; float: left;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #890000), color-stop(1, #ff0000) );
	background:-moz-linear-gradient( center top, #890000 5%, #ff0000 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#890000', endColorstr='#ff0000');
	width:150px;
	position: absolute;
	
}
.content{
	position: absolute;
	left:150px;
	right:0px;
 height:88%; background-color: #cccccc; float: left; overflow-y:auto;
}
.modal-body {
	color:#bfae54;
}
.modal-title{
	color:#bfae54;
}


.infoItem {
	-moz-box-shadow:inset 0px 0px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 0px 0px 0px #f29c93;
	box-shadow:inset 0px 0px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ae0000), color-stop(1, #890000) );
	background:-moz-linear-gradient( center top, #ae0000 5%, #890000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae0000', endColorstr='#890000');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:30px;
	-moz-border-radius-topleft:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:30px;
	-moz-border-radius-topright:30px;
	border-top-right-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	-moz-border-radius-bottomright:30px;
	border-bottom-right-radius:30px;
	-webkit-border-bottom-left-radius:30px;
	-moz-border-radius-bottomleft:30px;
	border-bottom-left-radius:30px;
	text-indent:0;
	border:0px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:serif ;
	font-style:italic; 
	font-size:30px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	min-width:60px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
	color:#bfae54;
}
.infoItem:hover {
	color:#efde84;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #890000), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #890000 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#890000', endColorstr='#fe1a00');
	background-color:#b02525;
}.infoItem:active {
	position:relative;
	top:1px;
}
.nav-pills>li.active>a{
background-color:#b02525;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ae0000), color-stop(1, #890000) );
	background:-moz-linear-gradient( center top, #ae0000 5%, #890000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae0000', endColorstr='#890000');
	color:#bfae54;
		-webkit-border-top-left-radius:30px;
	-moz-border-radius-topleft:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:30px;
	-moz-border-radius-topright:30px;
	border-top-right-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	-moz-border-radius-bottomright:30px;
	border-bottom-right-radius:30px;
	-webkit-border-bottom-left-radius:30px;
	-moz-border-radius-bottomleft:30px;
	border-bottom-left-radius:30px;
}
.nav-pills>li.active>a:hover{
	background-color:#b02525;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #890000), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #890000 5%, #fe1a00 100% );
	color:#efde84;
		-webkit-border-top-left-radius:30px;
	-moz-border-radius-topleft:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:30px;
	-moz-border-radius-topright:30px;
	border-top-right-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	-moz-border-radius-bottomright:30px;
	border-bottom-right-radius:30px;
	-webkit-border-bottom-left-radius:30px;
	-moz-border-radius-bottomleft:30px;
	border-bottom-left-radius:30px;
}
.nav-pills>li>a{
	color:#ffffff;
	font-size: 1.3em;
	font-family: Arial;
	text-decoration: none;
		-webkit-border-top-left-radius:30px;
	-moz-border-radius-topleft:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:30px;
	-moz-border-radius-topright:30px;
	border-top-right-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	-moz-border-radius-bottomright:30px;
	border-bottom-right-radius:30px;
	-webkit-border-bottom-left-radius:30px;
	-moz-border-radius-bottomleft:30px;
	border-bottom-left-radius:30px;
		font-weight:bold;
}
.nav-pills>li>a:hover{
	color:#880000;
}
.dropdown-menu>li,.navbar-nav>li,.dropdown-menu{
	background-color: transparent;  
	border:0px;
	box-shadow: none;
}
.dropdown-menu>li>a,
.navbar-nav>li>a{
	color:#ffffff;
	font-size: 1.3em;
	font-family: Arial;
	text-decoration: none;
		-webkit-border-top-left-radius:30px;
	-moz-border-radius-topleft:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:30px;
	-moz-border-radius-topright:30px;
	border-top-right-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	-moz-border-radius-bottomright:30px;
	border-bottom-right-radius:30px;
	-webkit-border-bottom-left-radius:30px;
	-moz-border-radius-bottomleft:30px;
	border-bottom-left-radius:30px;
		font-weight:bold;
	
}

.dropdown-menu>li>a:hover{
	background-color: #990000;	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #890000), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #890000 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#890000', endColorstr='#fe1a00');
	color:#bfae54;
	margin-top:3px;
}

.navbar-nav>li>a:hover{
	color:#880000;
	
}

.dropdown-menu>li.active>a,
.navbar-nav>li.active>a, .dropdown:active{
	background-color:#b02525;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ae0000), color-stop(1, #890000) );
	background:-moz-linear-gradient( center top, #ae0000 5%, #890000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae0000', endColorstr='#890000');
	color:#bfae54;
		-webkit-border-top-left-radius:30px;
	-moz-border-radius-topleft:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:30px;
	-moz-border-radius-topright:30px;
	border-top-right-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	-moz-border-radius-bottomright:30px;
	border-bottom-right-radius:30px;
	-webkit-border-bottom-left-radius:30px;
	-moz-border-radius-bottomleft:30px;
	border-bottom-left-radius:30px;
}
.dropdown-menu>li.active>a:hover,
.navbar-nav>li.active>a:hover{
	background-color:#b02525;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #890000), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #890000 5%, #fe1a00 100% );
	color:#efde84;
		-webkit-border-top-left-radius:30px;
	-moz-border-radius-topleft:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:30px;
	-moz-border-radius-topright:30px;
	border-top-right-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	-moz-border-radius-bottomright:30px;
	border-bottom-right-radius:30px;
	-webkit-border-bottom-left-radius:30px;
	-moz-border-radius-bottomleft:30px;
	border-bottom-left-radius:30px;
}
.navbar-toggle{
	color:#ffffff;
	font-size: 1.3em;
	font-family: Arial;
	text-decoration: none;
		-webkit-border-top-left-radius:30px;
	-moz-border-radius-topleft:30px;
	border-top-left-radius:30px;
	-webkit-border-top-right-radius:30px;
	-moz-border-radius-topright:30px;
	border-top-right-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	-moz-border-radius-bottomright:30px;
	border-bottom-right-radius:30px;
	-webkit-border-bottom-left-radius:30px;
	-moz-border-radius-bottomleft:30px;
	border-bottom-left-radius:30px;
		font-weight:bold;
}.navbar-toggle:hover{
	color:#880000;
	  background-color: #f8f8f8;
	  
}

.navbar {
  margin-bottom: 0px;
}

@media all and (max-width: 991px){
	.content{left:0px;}
	
	.regal{
		float:left;width:100%;
	}
	.regalItem{
		float:left;
		
	}
	.regalImg{
		margin-top:50px;
	}
	.regalcontainer{
		float:left;
	}
	.characterInv{
		max-height:400px;
		min-height:300px;
		height:400px;
	}
	
	.dropdown-menu>li>a{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae0000', endColorstr='#890000');
		margin-top:3px;
		margin-left:4px;
	}
}
@media all and (min-width: 992px){

.dropdown-menu>li>a{
	background-color: #990000;	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ae0000), color-stop(1, #890000) );
	background:-moz-linear-gradient( center top, #ae0000 5%, #890000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae0000', endColorstr='#890000');
	margin-top:3px;
}
	.regal{
	position: relative;
		background-image: url('images/regal.png'); background-repeat: no-repeat;min-height:214px;
	}
	.regalcontainer{
		overflow-x:auto; min-width:1200px;
	}
	.regalItem{
		position: relative;
		margin-left:90px;
	}
	.characterInv{
		max-height:600px;
		min-height:600px;
		height:600px;
	}
	
	.menuDesktop{
	position:absolute; top:15px; padding-left:30%;
	}
}
.carousel-control.right{
	background-image: none;
}.carousel-control.left{
	background-image: none;
}
.item{
	min-width:100%;
}
.anira{
	
	text-decoration: underline line-through ; 
}
.input-group-addon{
	background-color: #ffffff;
}
.pagination > li > a{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ae0000), color-stop(1, #890000) );
	background:-moz-linear-gradient( center top, #ae0000 5%, #890000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae0000', endColorstr='#890000');
	color:#bfae54;
	
}
.pagination > li > a:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #890000), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #890000 5%, #fe1a00 100% );
	color:#efde84;
	
}

