@charset "utf-8";
/* CSS Document */

.player .cnt {
    background-color: #f5f5f5;
    padding: 10px;
    height: 450px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    box-sizing: border-box;
}

#celek figure.logo figcaption p {
    border-bottom: 1px solid #e7e9ec;
    padding: 0 0 1em 0 !important;
}

.player:nth-child(odd) .cnt {
    margin-left: 3em;
    margin-right: 1.5em;
}

.player:nth-child(even) .cnt {
    margin-left: 1.5em;      
    margin-right: 3em;
}

.profiles {
    margin-top: -10em;
    margin-bottom: 10em;
}

.player .icons {
    text-align: center;
    padding: 25px 0;
    position: absolute;
    bottom: 0;
    width: 97%;
}

.profiles .player {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10em;
}

.player .iconGame {
    position: absolute;
    right: 2%;
    top: calc(10% - 10px);
}

.player .foto {
    position: absolute;
    text-align: center;
    width: 100%;
    top: -90px;
}

.player .foto figure {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.player article.content {
    color: #909090;
    margin: 1em;
    text-align: center;
    font-family: "Segoe UI", Verdana, Arial;
    padding-top: 6em;
}

article.content a:link {
    color: #00275a;
    text-decoration: none;
}

article.content h3 {
    font-size: 21px;
    color: #2f8dcd;
    font-weight: bold;
}

.icons nav a:hover {
    opacity: 0.8;
}

#celek div#pTitle {
    text-align: center;
    position: relative;
    display: block;
    margin: 1em 0 10em 0;
}

#celek header div#hBann {
    height: auto !important;
}

article.content p {
    line-height: normal;
    font-size: 16px;
}

#celek .logo img {
    padding: 3em 0 0 0;
}

#celek figure.logo figcaption p {
    margin: 10px 0 5px 0 !important;
}

@media screen and (min-width:750px){
	.player article.content {
		overflow: hidden;
		max-height: 280px;
	}
}

@media screen and (max-width:750px){
	.profiles .player {
		display: block;
		max-width: 100%;
	}	
	#celek .player:nth-child(odd) .cnt, #celek .player:nth-child(even) .cnt {
    	padding: 0;
    	margin: 0;
	
    	height: auto;
	}
	#celek .player .icons {
		position: relative;
	}
}