/*kolory...
ciemna zielen: #044843
granat logo: #0b333c
ciemny orange: #ff8c00
jasna zielen belki: #abbcac
ciemna zielen belki: #607865
szary jasny: #e6e6e6
szary sredni: #aaaaaa
zólty: #ffd968
ciemny zólty: #ffae00
*/


/*#idGooGlownaAmazon{ 
	position:absolute;
	top:2px;
	left:2px;
	margin: -180px 0 0 -169px;
	width:430px;
	height:324px;
}
#idGooGlowna{
	position:absolute;
	top:50%;
	left:50%;
	margin: -180px 0 0 -169px;
	width:336px;
	height:280px;
}*/

.szeregPicsFuture {
	float:left;
	border:#044843 1px solid;
	border-radius:5px;
	box-shadow: 0 0 5px 1px #666;
	width:100px;
	background-color:#fff;
	margin:7px 7px;
}
.imgPortretGlownaFut {
	border-bottom:#044843 1px solid;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	width:100px;
	height:100px;
}
.podpisCenterIndFut {
	text-align:center;
	margin-bottom:2px;
	margin-top:-4px;
	font-size:9px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}


.podpisCenterInd {
	text-align:center;
	margin-bottom:2px;
	margin-top:-4px;
	font-size:12px;
	color:#044843;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.imgPortretGlowna {
	border-bottom:#044843 1px solid;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	width:200px;
	height:200px;
}



.szeregPics {
	float:left;
	border:#044843 1px solid;
	border-radius:10px;
	box-shadow: 0 0 15px 1px #666;
	width:200px;
	background-color:#fff;
	margin:12px 17px;
}

.szeregPics:hover {
    background: rgba(255,140,0, 1);  
    -moz-transition: background .3s linear;  
    -webkit-transition: background .3s linear;  
    -ms-transition: background .3s linear;  
    -o-transition: background .3s linear;  
    transition: background .3s linear; 
}

.szeregPics .imgPortretGlowna:hover {
    opacity: 0.9;
}