button:focus {outline:0;}	
html {
	height: 100%;	
}

body {
	background: #000000 url("pics/bg/dota-bg-01_2.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family:		Arial;	
}

*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;

}

.top-container{
	margin: auto;
	max-width: 1000px;
	max-height: 10vh;
	overflow:hidden;
}

#heroContainer{
	overflow:hidden;
	position: relative;
	min-height: 625px;
	width: 80%;
	xwidth: 90vw; /* 920px */
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
	margin-top: 25px;
	background: rgb(0,0,0); /* for IE */
	background: rgba(0,0,0,0.80);
	border: 35px solid;
	border-image: url(pics/frame-sprite3.png);
	border-image-slice: 35; /*35 melko hyvä*/
	border-image-outset:15px;	
}

.content {
	position: relative;
	color:	#afafaf; 
	letter-spacing:	0.1px;	
	font-size:		14px;
	height: 100%;
	margin-left:	auto;
	margin-right: auto;
}


.left-container{
	float: left;
	padding-left: 10px;
}

.avatar{
	position: absolute;
	width: 150px;
	height: 150px;
	moz-box-shadow:     0 0 5px #000000;
	webkit-box-shadow: 0 0 5px #000000;
	box-shadow:          0 0 5px #000000;
	xopacity:0;
}

.name-container{
	position: relative;
	max-width: 100%;
	margin-bottom: 20px;
}

.heroName{
	max-width: 50%s;
	height: 30px;	
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	color: #f3e6d0;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
	font-size: 25px;
	font-family: KoreanFont,georgia,serif;
    font-weight: normal;
    font-size: 35px;
}

.heroSubName{
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	text-shadow: 2px 2px 4px #000000;
	font-size: 17px;
}

.stats{
	list-style-type: none;
	display: inline-block;
	float: right;
	margin-top: 0px;
	margin-left: 5px;
}

.stat-item{
	margin-top: 4px;
}

.stat-icon{
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: -24px;
	margin-top: 4px;
}

.oneStat{
	border: 1px solid white;
}

.tag-container{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 150px;
	max-width: 140px;
	margin-top: 180px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.right-container{
	float:right;
	overflow:hidden;
	padding: 5px;
	max-width: 63%;	
}

.skill-item{
	margin-bottom: 15px;
	overflow: hidden;
	max-width: 98%;
	float: left;
}

.skill-icon{
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	moz-box-shadow: 	0 0 5px #000000; 
	webkit-box-shadow:  0 0 5px #000000; 
	box-shadow:         0 0 5px #000000;  
	border:  5px solid #6e6e6e; /* harmaa  */
	border-style: outset;
	moz-box-shadow:    inset 0 0 100px #000000; /*sisäänpäin tuleva varjo*/
	webkit-box-shadow: inset 0 0 100px #000000; /*sisäänpäin tuleva varjo*/
	box-shadow:        inset 0 0 15px #000000;  /*sisäänpäin tuleva varjo*/
}


.skill-name-container{
	font-size: 18px;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;	
}

.skillDesc{
	vertical-align: middle; 
	max-width: 100%;
	overflow:hidden;
	font-size: 14px;
	display:block;
}

.hero-flavor{
	color: #ad835a;
	font-style:italic;
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	padding-left:10px;
	vertical-align:bottom;
	width: 350px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;	
}
.flavor{	
	color: #ad835a;
	font-size: 30px;
	font-style: italic;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	text-shadow: 2px 2px 4px #000000;
	border: 1px solid white;
	margin-top: 10px ;
	margin-right: -100px ;
	margin-bottom: -50px ;
	margin-left: -60px ;
	}
.page-title{
	float: left;
	display: inline;
	width: 80%;
	color: #f3e6d0;
	font-size: 4.5vw;
	text-shadow: 2px 2px 4px #000000;
	font-family: Calisto MT,Bookman Old Style,Bookman,Goudy Old Style,Garamond,Hoefler Text,Bitstream Charter,Georgia,serif; 
}

.reload-button{
	xfloat: left;
	width: 15%;
	xheight: 100%;
	z-index: 10;
	box-shadow: 2px 2px 4px #000000;
	background-color: #55402a;
	margin-top: 20px;
	color: #f3e6d0;
   xtext-align: center;
    text-decoration: none;
    font-size: 1.5vw;	
}

.reload-button:hover {
	background-color: #ad835a;
}

.reload-button:active {
	background-color: #0086b3;
	box-shadow: 0 1px #666;
}


.image-button:hover {
	background-color: #ad835a
}

.image-button:active {
	background-color: #0086b3;
	box-shadow: 0 1px #666;
}

.link, .link:visited{
	color:  #ad835a;
	position:absolute;
	bottom:0;
    right:0;
	margin-bottom: 10px;
	margin-right: 10px;
	text-shadow: 2px 2px 4px #000000;
}

.link:hover{
	color: #ad835a;
	text-decoration:none;
}

.link:active {
	color: #d4d365;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#version {
	xfloat:left;
	color: #afafaf;
	font-size: 13px;
	font-style: italic;
	xposition:absolute;
	bottom:0;
    right:0;
	margin-bottom: 25px;
	margin-right: 10px;
	text-shadow: 2px 2px 4px #000000;
}

#infoButton{
	xfloat: left;
	display: inline;
	min-width: 4%;
	z-index: 10;
	box-shadow: 2px 2px 4px #000000;
	background-color: #55402a;
    padding: 5px ;
	margin-top: 20px;
	color: #f3e6d0;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
	margin-left: 5px;	
}

#infoButton:hover {
	background-color: #ad835a;
}
#infoButton:active {
	background-color: #0086b3;
	box-shadow: 0 1px #666;
}

#exportButton{
	xmin-width: 4%;
	xz-index: 10;
	box-shadow: 2px 2px 4px #000000;
	background-color: #55402a;
    xpadding: 5px ;
	margin-top: 10px;
	color: #f3e6d0;
    xtext-align: center;
    text-decoration: none;
    xfont-size: 15px;
	margin-bottom: 5px;	
	}
#exportButton:hover {
	background-color: #ad835a;
	}
#exportButton:active {
	background-color: #0086b3;
	box-shadow: 0 1px #666;
	}
	
#file{
	xmin-width: 4%;
	xz-index: 10;
	box-shadow: 2px 2px 4px #000000;
	background-color: #55402a;
    xpadding: 5px ;
	margin-top: 1px;
	color: #f3e6d0;
    xtext-align: center;
    xtext-decoration: none;
    xfont-size: 15px;
	xmargin-left: 5px;	
	
	}
#file:hover {
	background-color: #ad835a;
	}
#file:active {
	background-color: #0086b3;
	box-shadow: 0 1px #666;
	}	

#info {
	display:none;
	margin-left:	auto;
	margin-right: auto;
	max-width: 1000px;
	background: rgb(0,0,0); /* for IE */
	background: rgba(0,0,0,0.75);
	padding: 10px;
}

#viewChangeLog, #viewChangeLog:visited{
	xposition:absolute;
	bottom:0;
    right:0;
	margin-bottom: 10px;
	margin-right: 10px;
    padding: 2px ;
	color: #928A70;
    text-decoration: underline;
    font-size: 13px;
	background: none;
	border: 0px;
	outline: none;
}
#viewChangeLog:hover{
	color: #f3e6d0;
	border: 0px;
}
#viewChangeLog:active{
	color: green;
	border: 0px;
}
#viewChangeLog:focus {outline:0;}
#changelog {
	display:none;
	margin-left:	auto;
	margin-right: auto;
	max-width: 1000px;
	xbackground: rgb(0,0,0); /* for IE */
	xbackground: rgba(0,0,0,0.2);
	padding: 10px;
	xmargin-top: 30px;
	xborder:1px solid grey;
}
	
.textImp {color: #cfcf7c;}	
.textBlue {color:#0099ff;}
.textRed {color:#d22d2d;}
.textOrange {color: #d2802d;}
.textYellow {color: #e2e236;}
.textGreen {color: #1ec91a;	}
.textDarkYellow{color:#baab07;}
.textResourceColor{color: #58a3ff;} /* 5ebcd5 00ace6 */
.textMagicArmorColor{color: #2fb896;}

@media screen and (max-width:1152px) { /* this is for smaller desktop screen */
	#heroContainer{
		width: 90%
	}	
	.right-container{
		overflow:hidden;
		padding: 0px;
		max-width: 60%;	
	}
}

@media screen and (max-width:975px) { /* 975px this will be for smartphones*/
	.content{
		letter-spacing:	0px;
	}
	.top-container{
		margin: 0px;
		max-width: 1000px;
		max-height: 0vh;
		xoverflow:hidden;
		
	}
	.page-title{
		visibility:hidden;
	}
	#infoButton{
		visibility:hidden;
	}
	#version{
		visibility:hidden;	
	}
	#viewChangeLog{
		visibility:hidden;	
	}
	
	#exportButton{
		visibility:hidden;
		}
	
	#heroContainer{
		border:none;
		width: 100%;
		overflow:hidden;
		margin-left: 0px;
		margin-right:  0px;
		margin-top: 0px;
		background: rgba(0,0,0,0.65);
		font-size: 4vw;
	}
	
	

	.left-container{
	
	}
	


	.right-container{
		float:left;
		max-width: 100%;	
		width: 100%;
	
	}
	
	.right-container:last-child{
		margin-bottom: 280px;
	}

	.stats{
		float:left;
		margin-left: 0px;
	}
	
	.tag-container{
		font-size: 5vw;
	}
	
	.skill-item{
		margin-bottom: 20px;
		overflow: hidden;
		width: 100%;
		float: left;
		xborder: 1px solid red;
	}
	
	.skill-icon{
		height: 20%;
		width: 20%;
		margin-right: 5px;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		border:  4px solid #6e6e6e; /* harmaa  */
		border-style: outset;
		
	}


	.skill-name-container{
		font-size: 18px;
		font-size: 7vw;
		font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
		xborder: 1px solid green;	
		xfont-style:italic;
		color: #bfbfbf; /* afafaf */
		margin-bottom: 5px;
	}
	.skill-description-container{
		width: 100%;
		xborder: 1px solid purple;
	}
	.skillDesc{
		vertical-align: middle; 
		max-width: 100%;
		overflow:hidden;
		font-size: 14px;
		font-size: 5vw;
		display:block;
		xborder: 1px solid white;
	}
	
	.hero-flavor{
		margin-bottom: 180px;
		max-width: 100%;
		width: 100%;
		font-size: 5vw;
		xborder: 1px solid white;
		
		
	}

	.reload-button{
		width: 40px;
		height:40px;
		position:fixed;
		bottom:0;
		right:0;
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
		background-color: #aa093c; 
		border: none;
		color: #f3e6d0;
		padding: 0px 0px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
	}
	.reload-button:hover {
		background-color: #f53d77;

	}
	.reload-button:active {
	  background-color: #06ac6a;
	  box-shadow: 0 1px #666;
	  xtransform: translateY(1px);
	}

}

h3{
margin-bottom:5px;
	}

.whiteText{
	color:white;
	xtext-shadow: 0px 0px 15px #66ffff; 
	
	}
	
.flavorShine{
	color:white;
	xtext-shadow: 0px 0px 20px white; 
}	
