.img_actions{

    width: 100%;
    height: 515px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    margin: 10px 0 10px 0;
    border-radius: 3px;

}

.large-block > div{
    padding: 30px 0 0 0;
}

.anonce{
    text-indent: 35px;
}

.action_desc{
    padding: 0 35px;
}

.action_desc > ul{
    padding: 0 0 0 30px;
}

.uldisc{
    padding:15px 0 15px 60px !important;
}

.action_desc > ul > li{
    padding: 0;
}

#itemsactions{
    min-height: 650px;
}


.news_ul {
    list-style: circle;
    margin: 15px;
}

.news_ul li{
    margin: 10px 0;
}

.news_ul li ul{
    list-style: disc;
    margin: 15px 25px 25px 25px;
}

.actions {

    overflow: hidden;
    height: 370px;
    -webkit-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
    margin: 0 0 45px 0;
    display: block;

}


.actions article{

    min-height: 275px;
    max-height: 275px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:  0 0;
    overflow: hidden;
    margin: 0px;
    background-blend-mode: saturation;

}

.actions article .gradient {
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
    height: auto;
    min-height: 275px;

}
.actions .logo{

    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    width: 145px;
    border-radius: 145px;
    overflow: hidden;
    text-align: center;
    margin: 25px 0 0 -72px;
    display: block;
    height: 55px;
    z-index: 2;
    text-align: center;
    left: 50%;

}


.actions .logo span {
    width: 117px;
    height: 32px;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:  117px auto    ;
    display: block;
    margin: 13px auto auto auto;
}


.actions .details {
    padding: 0;
    background: #fff;
    height: auto;
    overflow: hidden;
}


.actions .details h4{
    font-size: 15px;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    height: 66px;
    line-height: 18px;
    overflow: hidden;
    text-transform: uppercase;
    background: #fbbb1a;
    padding: 8px 75px 0 10px;

}

.actions .details h4.notpad{
    padding: 8px 10px 0 10px;
}

.actions .details p{
    font-size: 14px;
    font-weight: normal;
    color: #131c48;
    display: block;
    padding: 5px 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}



.actions article .purple{

    display: block;
    background: rgba(19,28,72,.8);
    color:#fff;
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding: 0 30px 0 0;
    bottom: 0px;
    position: absolute;
    z-index: 1;
    right: 0;
    width: 100%;

}

.actions article .purple:hover{
    background: rgba(19,28,72, 1);
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 0;
}

.actions .actions_top{

    display: block;
    position: absolute;
    right: 30px;
    background: red;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0px;
    width: 60px;

}

.actions .actions_top:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid red;
}

.actions .actions_bot{
    display: block;
    position: absolute;
    bottom: 0;
    background: red;
    text-align: left;
    padding: 0 25px;
    color: red;
    text-transform: uppercase;
    z-index: 4;
    left: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;

}

.actions_slogan{
    font-size: 19px;
    margin: 0 0 30px 0;
}


.actions .actions_bot:before{
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    border-left: 10px solid red;
    border-right: 11px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 12px solid red;
}

.actions .actions_bot:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    border-left: 10px solid red;
    border-right: 11px solid transparent;
    border-top: 11px solid red;
    border-bottom: 10px solid transparent;
}

.tab-container{
    border-bottom: 1px solid #131c48;
    margin: 0px 15px 20px 15px;
}

.tab-container ul.tabs li {
    float: right;
    padding: 0 0 0 4px;
}

.tab-container ul.tabs li.active > a, .tab-container ul.tabs li:hover > a {
    color: #fff;
    background: #131c48;
    cursor: pointer;
    cursor: hand;
}


.tab-container ul.tabs li a{
    height: 34px;
    line-height: 34px;
    text-transform: none;
    color: #131c48;
    background: #fff;
}


@media (max-width: 500px) {

    .img_actions{
        height: 240px;
    }
    .anonce{
        text-indent: 10px;
    }
    .action_desc{
        padding: 0;
    }

    .large-block > div{
        padding: 0;
    }

    .action_desc > ul > li{
        padding: 0 0 0 10px;
    }

}