.contentMenu {
border: none;	
}

.box_history{
background: url('../images/bg_history.jpg') 100% 0px no-repeat;
background-size:calc(100% - 300px) auto;
}
.box_history:after{
content: "";
display: block;
clear: both;
}

.content-text {
position: relative;	
}	

.pDivHist{
background-color: #595959;
box-sizing: border-box;
background-color:rgba(0,0,0,0.2);
padding: 5px;
border-radius:10px;
position: absolute;
display: none;
}
.pDivHist .divHist{
background-color: #282828;
box-sizing: border-box;
border-radius:10px;
padding: 25px 25px 11px 25px;
max-width: 250px;
overflow: hidden;
}
.pDivHist .divHist .titleHist{
font-size: 30px;
color: #e3ad4d;
text-align: center;
margin-bottom: 25px;
}
.pDivHist .divHist .tekstHist{
font-size: 15px;
color: #FFFFFF;
text-align: center;
}
.pDivHist .divHist .closeHist{
float: right;
width: 43px;
height: 43px;
background: url('../images/close_hist.png') 0px 0px no-repeat;
margin: 20px -15px 0px 0px;
cursor: pointer;
}

@media screen and (max-width:960px){
.box_history{background-size:calc(100% - 260px) auto;}	
}
@media screen and (max-width:768px){
.box_history{background-size:100% auto;}
}