@charset "utf-8";

.mod{
    
}

    .mod .image{
        background: rgba(243,230,51,1);
        background: -moz-linear-gradient(left, rgba(243,230,51,1) 0%, rgba(243,230,51,1) 40%, rgba(243,243,243,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,230,51,1)), color-stop(40%, rgba(243,230,51,1)), color-stop(100%, rgba(243,243,243,1)));
        background: -webkit-linear-gradient(left, rgba(243,230,51,1) 0%, rgba(243,230,51,1) 40%, rgba(243,243,243,1) 100%);
        background: -o-linear-gradient(left, rgba(243,230,51,1) 0%, rgba(243,230,51,1) 40%, rgba(243,243,243,1) 100%);
        background: -ms-linear-gradient(left, rgba(243,230,51,1) 0%, rgba(243,230,51,1) 40%, rgba(243,243,243,1) 100%);
        background: linear-gradient(to right, rgba(243,230,51,1) 0%, rgba(243,230,51,1) 40%, rgba(243,243,243,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e633', endColorstr='#f3f3f3', GradientType=1 );
    }


    .mod .image .banner{
        padding: 10px 20px;
        color:#000;
    }
        .mod .image .overflow{
            margin: 15px;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255,255,255,0.8);
            padding: 15px 20px;
            font-weight: bold;
            color:#000;
        }
            .mod .image .overflow h3{
               color:#000;
            }
        .mod .image .banner h2{
            font-size: 1.5em;
            banner-decoration: none;
            border: 0;
        }
        .mod .image .banner ol,
        .mod .image .banner ul{
            margin: 0 0 0 40px;
            font-weight: bold;
        }
        
        .mod .image .row_price{
            margin: 10px 0 0 0;
            font-size: 1em;
        }
            .mod .image .row_price .mini{
                font-size: 0.7em;
                font-weight: normal;
                position: relative;
                top: -3px;
            }
        
    .mod .line{
        height: 5px;
        margin: 30px 0 20px 0;
        background-color: #e21d26;
        width: 75%;
    }    
    
    .mod .text{
        padding: 0 25px;
    }
        .mod .text h3{
            font-size: 1.5em;
        }
    
    .mod .articles{
        padding: 15px 25px;
        
        background: rgba(243,230,51,1);
        background: -moz-linear-gradient(left, rgba(243,230,51,1) 0%, rgba(243,243,243,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,230,51,1)), color-stop(100%, rgba(243,243,243,1)));
        background: -webkit-linear-gradient(left, rgba(243,230,51,1) 0%, rgba(243,243,243,1) 100%);
        background: -o-linear-gradient(left, rgba(243,230,51,1) 0%, rgba(243,243,243,1) 100%);
        background: -ms-linear-gradient(left, rgba(243,230,51,1) 0%, rgba(243,243,243,1) 100%);
        background: linear-gradient(to right, rgba(243,230,51,1) 0%, rgba(243,243,243,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e633', endColorstr='#f3f3f3', GradientType=1 );
    }
        .mod .articles h3{
            font-size: 1.5em;
            margin: 0 0 15px 0;
        }
    
    