body{
/*	
	overflow-y: scroll; 
*/
	word-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #404040;
	background-color: #f6f6f6;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
}

.fancybox-slide--complete .overlay{
  opacity: 1;
  transform: translate(0%) translateZ(0) rotate(0deg);
}

.overlay{
	margin: 10px !important;
  box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
  border-radius: 4px;
  opacity: 0;
  transition: all .35s;
  transform: translate(0%) translateZ(600px) rotate(10deg);
}

.anchor {
	padding-top: 45px;
}

.no-margin, .m0 {
	margin: 0;
}

.no-padding, .p0 {
	padding: 0;
}

.hide-me {
	display: none;
}

.pt0 {
	padding-top: 0;
}

.p5 {
	padding: 5px;	
}

.mt15 {
	margin-top: 15px;
}

.m5 {
	margin: 5px;
}

.pl5 {
	padding-left: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.mb0 {
	margin-bottom: 0;
}

.mb10 {
	margin: 0 0 10px 0;
}

.mb5 {
	margin: 0 0 5px 0;
}

.pb20 {
	padding-bottom: 20px;
}

.m20 {
	margin: 20px;
}

.m10 {
	margin: 10px;
}

.p10 {
	padding: 10px;
}

.navbar-toggle {
	float: left;
	margin-left: 15px;
}

.nav>li>a {
	padding-right: 10px;
	padding-left: 10px;
}

.navbar-header {
	border-bottom: solid 1px #e7e7e7;
}

.navbar-default .navbar-nav>li {
    border-left: solid 1px #e7e7e7;
}

.navbar-default .navbar-nav>li:last-child {
    border-right: solid 1px #e7e7e7;
}

.navbar-brand {
	line-height: 50px;
	padding: 0;
	padding-right: 15px;
}
.navbar-brand>img {
	display: inline; 
	margin-top: -5px;
}

.input-group {
	padding: 5px 0;
}

.text-danger {
    color: #a94442 !important;
}

.lang-switch {
	line-height: 50px;
}

.lang-switch>a>img, .lang-switch>img {
	padding: 0 2px;
}

h2 {
	  text-align: center;
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

h3 {
	  text-align: center;
    padding-bottom: 9px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #eee;
}

.game-img {
	cursor: pointer;
	opacity: 1.0;
	transition: all 0.5s ease;
}

.game-img-cover{
	height: 170px; 
	width: 130px;
}

.game-img-symbol {
	height: 45px;
	width: 45px;
}

.game-img-fade {
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.5s ease;
}

.cup-row-join {
	line-height: 40px;
}

.cup-row-slots {
	text-align: center;
	line-height: 40px;
}

.cup-row-slots.half-line-height {
	line-height: 20px;
}

.cup-box {
	margin: 5px;
	padding: 5px;
	border: solid 1px #ddd;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #c0c0c0;
}

.btn-play {
	color: #a94442;
	font-weight: bold;
}

.btn-nestic-red, .btn-nestic-red:hover, .btn-nestic-red:active, .btn-nestic-red:visited, .btn-nestic-red:focus{
	background-color: #a94442;
	color: #fff;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
    background-color: #a94442;
}

.nav-pills>li>a {
	color: #a94442;
}

.nav-pills>li>a:hover {
	background-color: #f2dede;
}

.badge {
	background: #a94442;
}

.grey {
	background: grey;
}

.nav-pills>.active>a>.badge {
    color: #a94442;
}

.cupcheck-green {
	background-color: #dff0d8; 
}

.cupcheck-red {
	background-color: #f2dede; 
}

.underline {
    padding-bottom: 20px;
    margin: 20px 0;
    border-bottom: 1px solid #cccccc;
}

#btn-sign-in.disabled {
	pointer-events: none;
	cursor:not-allowed;
}

.lobbyrow-wrap, #chatbox {
	max-height: 500px;
	overflow-y: auto;
}

.lobbyrow, .chatrow {
	padding: 3px;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  font-size: 12px;
}

.lobbyrow:hover, .chatrow:hover {
	transition: all 0.5s ease;
	background-color: #eee;
}

.chatrow.unread, .chatrow.unread {
	background-color: #a94442;
	color: #ccc;
}

.chatrow.unread a{
	color: #ffffff;
}

.chatlink {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 3px 2px;
	max-height: 47px;
	overflow: hidden;
}

.chatlink:hover{
	text-decoration: none;
	background-color: #f2dede;
}

.chatlink:hover .date, .chatlink:hover .preview {
	
}

.chatlink.active {
	text-decoration: none;
	background-color: #a94442;
	color: #ffffff;
}

.chatlink .date {
	float: right;
	color: #777;
	font-size: 10px;
}

.chatlink .date.active, .chatlink .preview.active {
	color: #ccc;
}

.chatlink .preview {
	color: #777;
	font-size: 12px;
}

.easy-autocomplete-container ul {
   top: 0;
}

.easy-autocomplete{
	width: 100% !important;
}

.btn-xxs {
    padding: 0px 3px;
    font-size: 10px;
    line-height: 1.0;
    border-radius: 2px;
}

.fa-red {
	color: #a94442;
}

.fa-green {
	color: #008040;
}

.fa-gold {
	color: #DAA520;
}

.fa-silber {
	color: #A9A9A9;
}

.fa-bronze {
	color: #996515;
}

.pointer {
	cursor: pointer;
}

.gamerow {
	border-top: 1px solid #dddddd;
	padding: 5px 0;
}

.gamerow:nth-of-type(odd){
	background-color: #f9f9f9;
}

.gamerow:last-child {
    border-bottom: 1px solid #dddddd;
}

#footer {
	background-color: #a94442;
	color: #fff;
	padding: 30px 0;
	margin-top: 30px;
}

#footer a.footer {
	transition: all 0.3s ease;
	color: #c0c0c0;
	display: block;
	margin: 5px 0;
}

#footer a.footer:hover {
	color: white;
	transition: all 0.3s ease;
	text-decoration: none;
	border-left: 3px solid white;
	padding-left: 3px;
}

#footer .head {
	font-weight: bold;
}

#toTop {
    position: fixed;
    background: #fff;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    color: #a94442;
    font-size: 22px;
    text-align: center;
    display: none;
    padding: 10px 0px 0 2px;
    z-index: 14;
    border: solid 1px #a94442;
}

#bugtracker, #bugtracker_list, #bugtracker_new {
	color: white;
	border: 1px solid white;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	background-color: #a94442;
	position: fixed;
	bottom: 5px;
	left: 5px;
	z-index: 14;
	width: 50px;
	height: 50px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.28);
}

#bugtracker:hover, #bugtracker_list:hover, #bugtracker_new:hover {
	color: #a94442;
	border: 1px solid #a94442;	
	background-color: white;
}

#bugtracker_list {
	z-index: 13;
}

#bugtracker_new {
	z-index: 13;
}

.user-info {
	line-height: 50px;
	font-size: 26px;
	border-left: solid 1px #e7e7e7;
	padding-left: 15px;
	margin-right: -20px;
	cursor: pointer;
}

#user_info_badge, #user_info_badge_xs  {
	position: relative;
	top: -12px;
	left: -17px;
}

.dropdown-menu>li.userinfo {
	border-bottom: 1px solid #eee;
}

.dropdown-menu>li.userinfo:last-child {
	border-bottom: none;
}

.dropdown-menu>li.userinfo>a{
	white-space: normal;
}

.dropdown-menu>li.MAAR {
	text-align: center;
	margin: 5px;
	cursor: pointer;
}

a,
a:hover,
a:focus {
	color: 	#a94442;
}
a:focus {
	text-decoration: none;
}

.matchbox {
	margin-bottom: 35px;
	position: relative;
}

.matchbox .player{
	border: 1px solid #a94442;
	border-radius: 2px;
	padding: 5px;
	text-align: left;
	box-shadow: 2px 2px 5px #888888;
}

.matchbox>a.vs, .matchbox>a.vs:hover {
	text-decoration: none;
	background-color: #a94442;
	color: #fff;
	border: 1px solid #a94442;
	border-radius: 6px;
	padding: 5px 10px;
}

.winner{
	border: 1px solid #a94442;
	border-radius: 2px;
	padding: 5px;
	text-align: center;
	box-shadow: 2px 2px 5px #888888;
	display: block;
	font-weight: bold;
}

.rechts:after {
	content: "";
	position: absolute;
	border-top: 1px solid #a94442;
	right: -15px;
	top: 50%;
	width: 50%;
	pointer-events: none;
}

.links:before {
	content: "";
	position: absolute;
	left: -15px;
	border-top: 1px solid #a94442;
	top: 50%;
	width: 50%;
	pointer-events: none;
}

.unten120:after {
	content: "";
	position: absolute;
	border-right: 1px solid #a94442;
	right: -15px;
	top: 50%;
	width: 50%;
	height: 120px;
	pointer-events: none;
}

.unten240:after {
	content: "";
	position: absolute;
	border-right: 1px solid #a94442;
	right: -15px;
	top: 50%;
	width: 50%;
	height: 239px;
	pointer-events: none;
}

.unten480:after {
	content: "";
	position: absolute;
	border-right: 1px solid #a94442;
	right: -15px;
	top: 50%;
	width: 50%;
	height: 477px;
	pointer-events: none;
}

.unten960:after {
	content: "";
	position: absolute;
	border-right: 1px solid #a94442;
	right: -15px;
	top: 50%;
	width: 50%;
	height: 953px;
	pointer-events: none;
}

.unten1920:after {
	content: "";
	position: absolute;
	border-right: 1px solid #a94442;
	right: -15px;
	top: 50%;
	width: 50%;
	height: 1905px;
	pointer-events: none;
}

.unten3600:after {
	content: "";
	position: absolute;
	border-right: 1px solid #a94442;
	right: -15px;
	top: 50%;
	width: 50%;
	height: 3571px;
	pointer-events: none;
}

.bold {
	font-weight: bold;
}

.spacer-60 {
	height: 60px;
}

.spacer-120 {
	height: 119px;
}

.spacer-180 {
	height: 180px;
}

.spacer-360 {
	height: 357px;
}

.spacer-420 {
	height: 420px;
}

.spacer-840 {
	height: 833px;
}

.match_head {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 15px;
	color: #ffffff;
	font-size: 50px;
  text-shadow: 0 1px 0 rgb(204,204,204) , 0 2px 0 rgb(201,201,201) , 0 3px 0 rgb(187,187,187) , 0 4px 0 rgb(185,185,185) , 0 5px 0 rgb(170,170,170) , 0 6px 1px rgba(0,0,0,0.0980392) , 0 0 5px rgba(0,0,0,0.0980392) , 0 1px 3px rgba(0,0,0,0.298039) , 0 3px 5px rgba(0,0,0,0.2) , 0 5px 10px rgba(0,0,0,0.247059) , 0 10px 10px rgba(0,0,0,0.2) , 0 20px 20px rgba(0,0,0,0.14902) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform:  scaleX(1) scaleY(1) scaleZ(1)  ;
  transform:  scaleX(1) scaleY(1) scaleZ(1)  ;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;	
}

.match_head p {
	line-height: 60px;
	margin: 0;
}

.match_head p.vs {
	position: relative;
	top: -120px;
}

.round {
	height: 30px;
	margin: 5px 0;
}

.profil-result {
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;	
}

.onlinestatus {
	text-shadow: 0px 0px 5px #000000
}

.profilepic {
	text-align: center;
}

#title-foot {
	position: fixed;
	bottom: 0;
	width: 100%;
}

#title-foot+.tooltip {
	position: fixed !important;
}

.dropdown-menu.subnav {
	width: 100%;
}

.dropdown-menu.subnav > li {
	text-align: center;
}

.dropdown-menu.subnav > li > a:focus, .dropdown-menu.subnav > li > a:hover{
	background-color: #f2dede;
	background-image: none;
}

.like.active, .dislike.active {
	color: white !important;
}

.like.inactive, .dislike.inactive {
	color: grey !important;
}

.break-word {
	word-wrap: break-word;
}

a.fancybox, a.fancybox:hover, a.fancybox:visited, a.fancybox:active, a.fancybox:focus {
	text-decoration: none;
	outline: 0 !important;
}

.heropic {
	border-radius: 5px;
	padding: 5px;
}

.heropic.green {
	background-color: #008040;
}

.heropic.lightgreen {
	background-color: #dff0d8;
}

.heropic.red {
	background-color: #a94442;
}

.heros-selected{
	max-width: 90px;
	padding: 5px;
}

#helden_player1 {
	position: absolute;
	left: 1px
}

#helden_player2 {
	position: absolute; 
	right: 1px;
}

.boxborder {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    border: 1px solid #f2f2f2;
    padding: 15px;
    transition: box-shadow 0.5s;
}

#team-invites #eac-container-username,
#teamsearch-wrapper #eac-container-teamsearch {
	top: 34px;
}

.fa-transparent {
	color: transparent !important;
}

.fa-red {
	color: red;
}

[type='text'], 
[type='password'], 
[type='date'], 
[type='datetime'], 
[type='datetime-local'], 
[type='month'], 
[type='week'], 
[type='email'], 
[type='number'], 
[type='search'], 
[type='tel'], 
[type='time'], 
[type='url'], 
[type='color'], 
textarea {
    font-size: 1.6rem;
}

.box {
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
	border-radius: 4px;
	padding: 5px;
	margin-top: 30px;
	background-color: #ffffff !important;
}

/*	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	*/
/*	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	*/
/*	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	*/
/*	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	*/
/*	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	*/
/*	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	*/
/*	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	*/
/*	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	*/
/*	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	*/
/*	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	RESPONSIVE	*/

/*	>= 768px	*/
@media (min-width: 768px){
	.profilepic {
		text-align: left;
	}
	.col-sm-20perc {
		width: 20%;
	}
	.col-sm-14perc {
		width: 14%;
	}	
}

/*	<= 1199px	*/
@media (max-width: 1199px) { 
	.cup-row-join {
		line-height: normal !important;
	}
	
	.cup-row-slots {
		text-align: left;
		line-height: normal !important;
	}
	
	.md-center {
		text-align: center;
	}	
}

/*	<= 991px	*/
@media (max-width: 991px) { 
	#helden_player1, #helden_player2 {
		max-width: 200px;
	}
	.navbar-default .navbar-nav>li {
		font-size: 16px;
	}	
}

/*	<= 900px	*/
@media (max-width: 900px) { 
	.navbar-default .navbar-nav>li {
		font-size: 14px;
	}	
}

/*	<= 810px	*/
@media (max-width: 810px) { 
	.navbar-default .navbar-nav>li {
		font-size: 12px;
	}	
}

/*	<= 767px	*/
@media (max-width: 767px) { 
	.user-info {
		margin-right: 0;
	}
	.rechts:after, .links:before, .unten120:after, .unten240:after {
		display: none;
	}
	.match_head {
		font-size: 20px;
	}
	.xs-center {
		text-align: center;
	}	
	.navbar-default .navbar-nav>li {
		font-size: 16px;
	}	
	.navbar-default .navbar-nav>li:last-child {
	    border-right: none;
	}	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	   border-color: transparent;
	}	
}

/*	<= 500px	*/
@media (max-width: 500px) { 
	.heros-selected {
		max-width: 80px;
	}	
}

/*	<= 300px	*/
@media (max-width: 300px) { 
	.hide-300 {
		display: none !important;
	}
	#helden_player1, #helden_player2 {
		max-width: 60px;
	}	
	.heros-selected {
		max-width: 50px;
	}	
}