.rowsOfery{
width: 100%;
margin: 0px auto;
border-top: none;
box-sizing: border-box;
padding: 0px;

}

.ofertyDetailB {
padding: 0;
}

.ofertyDetailA {
max-width: 100%;

padding: 0 0 40px;
width: 100%;
}
.ofertyDetail{
text-align: center;
}

.ofertyDetail .oferta {
display:inline-block;
box-sizing: border-box;
padding: 10px 10px 30px 10px;
cursor: default;
position: relative;
transition: all 0.5s ease-out 0s;
bottom: 0px;
width: 33.333%;
}

.ofertyDetail .oferta2{
box-sizing: border-box;
background-color: #f5f5f5;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
border: 2px solid rgba(0, 0, 0, 0);
box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
position:relative;
}

.ofertyDetail .oferta2:before {
    background-image: url("../images/triangle.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    height: 18px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    width: 21px;
}

.ofertyDetail .oferta2:hover:before{
	-webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	opacity:1;
} 
.ofertyDetail .oferta2:hover {
border-color: #e4e4e4;
box-shadow: 0 0 21px 2px rgba(0, 0, 0, 0.15);
transform: scale(1.05, 1.05);
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}

.ofertyDetail .oferta2 .p_top{
display: block;
box-sizing: border-box;
overflow: hidden;
margin: 0px 0px 0px 0px;
padding: 30px;
text-align: center;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;

}
.ofertyDetail .oferta2 .p_top img{
margin: 0px auto;
max-width: 100%;
display: block;
margin-bottom: 20px;
}/*
.ofertyDetail .oferta2 .p_top .p_top_tit{
display: block;
color: #000000;
font-size:18px;
margin: 0px 0px 20px 0px;
padding:0px 0px 12px 0px;
transition: all 0.5s ease-out 0s;
min-height: 47px;
max-height:47px;
line-height: 1.3em;
text-align: center;
position: relative;
}
*/
.ofertyDetail .oferta2 .p_top .p_top_tit {
    color: #336182;
    display: block;
    font-family: "Ubuntu",sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 42px;
    line-height: 1.2em;
    text-align: center;
    position: relative;
    padding:30px 0px 20px;
}
/*
.ofertyDetail .oferta2 .p_top .p_top_tit:after {
background-color: #dbdbdb;
bottom: 0px;
content: "";
height: 2px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 25%;
transition: all 0.5s ease 0s;
}

.ofertyDetail .oferta2 .p_top:hover .p_top_tit:after {
background-color: #0378f7;
}*/
/*
.ofertyDetail .oferta2 .zajawkaOff{
padding: 0px 5px 0px 5px;
font-size: 13px;
color: #808080;
height: 82px;
overflow: hidden;
margin-bottom: 22px;
line-height: 1.5em;
display: block;
}*/

.ofertyDetail .oferta2 .zajawkaOff {
    box-sizing: border-box;
    color: #292929;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 115px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
}
/*
.ofertyDetail .oferta2 .linkSp{
display: inline-block;
padding: 10px 38px;
font-size: 13px;
color: #000000;
border: 1px solid #CCCCCC;
transition: all 0.5s ease-out 0s;
}

.ofertyDetail .oferta2 .p_top:hover .linkSp{
border: 1px solid #0378f7;
background-color: #0378f7;
color: #FFFFFF;
}*/


.ofertyDetail .oferta2 .linkSp{
display: inline-block;
/*border: 1px solid #2c609d;*/
color: #FFFFFF;
cursor: pointer;
font-family: 'Ubuntu', sans-serif;
padding:10px 52px;
font-size:16px;
line-height:1.5em;
letter-spacing:0.4px;
box-shadow:0px 2px 10px 0px rgba(72, 183, 130, 0.36);
position:relative;
z-index:1;
text-transform:uppercase;

-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}

.ofertyDetail .oferta2 .linkSp:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    
background: rgb(60,143,133);
background: -moz-linear-gradient(left, rgba(60,143,133,1) 0%, rgba(72,183,130,1) 100%);
background: -webkit-linear-gradient(left, rgba(60,143,133,1) 0%,rgba(72,183,130,1) 100%);
background: linear-gradient(to right, rgba(60,143,133,1) 0%,rgba(72,183,130,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8f85', endColorstr='#48b782',GradientType=1 );
}
.ofertyDetail .oferta2 .linkSp:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity:0;
    -webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
    
background: rgb(255,107,0);
background: -moz-linear-gradient(left, rgba(255,107,0,1) 0%, rgba(255,149,0,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,107,0,1) 0%,rgba(255,149,0,1) 100%);
background: linear-gradient(to right, rgba(255,107,0,1) 0%,rgba(255,149,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b00', endColorstr='#ff9500',GradientType=1 );    
}

.ofertyDetail .oferta2 .p_top:hover .linkSp{
box-shadow:0px 2px 10px 0px rgba(266, 116, 0, 0.36);
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.ofertyDetail .oferta2 .p_top:hover .linkSp:after{
opacity:1;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;	
}

/*
.ofertaDiv .imgOferta img{
padding: 2px;
background-color: #EFEFEF;
border: 1px solid #C1C1C1;
vertical-align: top;

position: relative;
}
.ofertaDiv .titleOferta{
text-align: center;
height: 24px;
padding: 4px 0px 0px 0px;

}
.ofertaDiv .titleOferta a{
color: #000000;
font-size: 12px;
text-decoration: none;
}
h1.main-title {

}
*/

