.head-box-new {
    background: #be1e2d none repeat scroll 0 0;
    float: right;
    line-height: 42px;
    margin-bottom: 5px;
    width: 355px;
    width: 100%;
}

    .head-box-new a {
        background: rgba(0, 0, 0, 0) url("../../../img/i-news.png") no-repeat scroll 10px 0;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 0 10px 0 40px;
        text-transform: uppercase;
    }

#featured {
    width: 100%;
    position: relative;
    height: 380px;
    overflow: hidden;
    margin-bottom: 15px;
}

    #featured ul.ui-tabs-nav {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #ddd #ddd;
        border-image: none;
        border-radius: 5px;
        float: right;
        height: 378px;
        left: 575px;
        list-style: outside none none;
        margin: 0 0 0 13px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        position: absolute;
        border: 1px solid #ddd;
    }

        #featured ul.ui-tabs-nav li {
            color: #666;
            float: right;
            padding: 0 10px;
        }

            #featured ul.ui-tabs-nav li img {
                float: left;
                margin: 2px 5px;
                background: #fff;
                padding: 2px;
                border: 1px solid #eee;
            }

            #featured ul.ui-tabs-nav li span {
                font-size: 15px;
                font-family: Roboto,Arial;
                line-height: 18px;
            }

    #featured li.ui-tabs-nav-item a {
        background: #fff none repeat scroll 0 0;
        color: #333;
        display: block;
        line-height: 20px;
        outline: medium none;
        padding: 7px 0;
        text-decoration: none;
        border-bottom: 1px dotted #ccc;
    }

    #featured li.ui-tabs-nav-item:last-child a {
        border-bottom: none;
    }

    #featured li.ui-tabs-nav-item a:hover {
        font-weight: 700;
    }

    #featured li.ui-tabs-selected, #featured li.ui-tabs-active {
    }

    #featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a {
        font-weight: 700;
    }

        #featured ul.ui-tabs-nav li.ui-tabs-selected a span, #featured ul.ui-tabs-nav li.ui-tabs-active a span {
            font-weight: 700;
        }

    #featured .ui-tabs-panel {
        width: 575px;
        height: 380px;
        background: #999;
        position: relative;
        border-radius: 7px 7px;
    }

        #featured .ui-tabs-panel img {
            border-radius: 7px 7px;
            width: 575px;
            height: 380px;
        }

        #featured .ui-tabs-panel .info {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 70px;
            background: url('../../../img/transparent-bg.png');
            border-radius: 0 0 7px 7px;
            width: 100%;
        }

            #featured .ui-tabs-panel .info a.hideshow {
                position: absolute;
                font-size: 11px;
                font-family: Roboto, Arial;
                color: #f0f0f0;
                right: 10px;
                top: -20px;
                line-height: 20px;
                margin: 0;
                outline: none;
                background: #333;
            }

    #featured .info h2 {
        font-size: 15px;
        font-family: Roboto, Arial;
        color: #fff;
        padding: 5px 20px;
        margin: 0;
        font-weight: 700;
        overflow: hidden;
    }

    #featured .info p {
        margin: 0 5px;
        font-family: Roboto, Arial;
        font-size: 11px;
        line-height: 15px;
        color: #f0f0f0;
    }

    #featured .info a {
        text-decoration: none;
        color: #fff;
    }

        #featured .info a:hover {
            text-decoration: none;
        }

    #featured .ui-tabs-hide {
        display: none;
    }

@media only screen and (min-width: 600px) and (max-width: 1024px) {


    #featured .ui-tabs-panel {
        background: none;
        width: 60%;
    }

        #featured .ui-tabs-panel .info {
            background: none;
        }

    #featured .info h2 {
        padding: 0;
    }

    #featured .info a {
        color: #333;
    }

    #featured .ui-tabs-panel img {
        width: 100%;
    }

    #featured ul.ui-tabs-nav {
        left: 60%;
    }
}


@media all and (min-width: 320px) and (max-width: 480px) {
    #featured {
        width: 100%;
        height: auto;
    }

    .ui-tabs-nav {
        display: none;
    }

    #featured .ui-tabs-panel {
        width: 100%;
        height: auto;
    }

        #featured .ui-tabs-panel img {
            width: 100%;
        }
}
