body {
    margin: 0;
    color: #333333;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    font-size: 13px;
    background-color: #fff;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type=text], textarea {
    background-color: #fff;
    color: #343434;
    font-family: "trebuchet ms", Tahoma, sans-serif;
    font-size: 13px;
}

img {
    border: 0;
}

a {
    outline-style: none;
    color: #68b;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

.actions-container {
    width: 100%;
    float: left;
    min-width: 170px;
}

.actions-wrapper {
    /*width: 726px;*/
    height: 253px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px;
    border: 1px solid #eee;
}

.actions-title {
    line-height: 34px;
    padding: 5px 10px;
    font-size: 18px;
    margin: 0 0 10px;
    text-align: center;
    background: #eeeeee;
}
.all-actions-link{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    padding-bottom: 5px;
}
.actions-list {
    height: 197px;
    overflow: hidden;
}

.action-box {
    /*width: 222px;*/
    width: 33.3%;
    float: left;
    /*padding: 0 10px 0px 10px;*/
}
.action-box-bigger{
    width: 40%;
}
.action-box-smaller{
    width: 30%;
}
.action-box-inner {
    padding: 0px 10px;
    position: relative;
}

.action-image {
    float: left;
    height: 68px;
    width: 100%;
    overflow: hidden;
    margin: 0 0px 10px 0;
    position: relative;
}
.image-center{
    height: 68px;
    width: 200%;
    text-align: center;
    left: -50%;
    position: relative;
}
.action-image img {
    float: left;
    width: 100%;
}
.action-image .image-center img{
    height: 100%;
    width: auto;
    float: none;
}
.action-content {
    width: 100%;
    float: left;
}

.action-content p {
    margin: 0;
    font-size: 13px;
    line-height: 17px;
}

.action-content .action-title {
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 14px;
}

.white-shadow {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%); /* IE10+ */
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00ffffff', endColorstr = '#ffffff', GradientType = 0); /* IE6-9 */
    width: 100%;
    height: 15px;
    margin-top: -15px;
    position: relative;
    z-index: 5;
}

.action-label{
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 12px;
    color: #ffffff;
    padding: 0 10px;
    background: #ff8800;
    z-index: 10;
}

@media (min-width: 600px){
    .action-image {
        height: 74px;
    }
    .image-center{
        height: 74px;
    }
}
@media (min-width: 700px){
    .action-image {
        height: 90px;
    }
    .image-center{
        height: 90px;
    }
}
@media (min-width: 381px) and (max-width: 549px){
    .action-box {
        width: 50%;
    }
    .action-box:last-child{
        display: none;
    }
    .action-image {
        height: 90px;
    }
    .image-center{
        height: 90px;
    }
}
@media (max-width: 380px){
    /*#alladds {*/
    /*visibility:  hidden;*/
    /*}*/
    .actions-wrapper {
        width: 288px;
        height: 255px;
        padding: 0px;
        border: 1px solid #eee;
        overflow: hidden;
        margin: 0 auto;
    }

    .actions-title {
        font-size: 13px;
    }

    .actions-list {
        height: 182px;
    }
    .action-box-inner{
        padding: 0
    }
    .action-box {
        width: 268px;
        float: left;
        padding: 0 10px 30px 10px;
        margin-bottom: 10px;
    }
    .action-box:last-child{
        display: none;
    }
    .action-image img {
        float: left;
        width: 90px;
    }
    .action-image{
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .action-content {
        float: left;
    }

    .action-content p {
        margin: 0;
        font-size: 13px;
        line-height: 15px;
    }

    .action-content .action-title {
        font-weight: bold;
        margin: 0 0 5px;
        font-size: 13px;
        line-height: 14px;
    }
    .white-shadow {
        width: 298px;
        height: 15px;
        margin-top: -15px;
        position: relative;
        z-index: 5;
    }
}
@media (max-width: 440px){
    .big-title{
        display: none;
    }
    .action-label{
        left: 0;
    }
}