#catalog-widget
{
    position: absolute;
    width: 375px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 45px 0;
    z-index: 210;
    font-size: 18px;
}
#catalog-widget-bg
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color: rgba(0,0,0,0.4);
}
#catalog-widget .category-item
{
    position: relative;
    width: 375px;
    z-index: 220;
}
#catalog-widget .category-item .category-name
{
    display: block;
    border: none;
    background-image: url('/img/arrow_1.png');
    background-position: 60px center;
    background-repeat: no-repeat;
    padding: 13px 0px 13px 90px;
}
#catalog-widget .category-item .category-name:hover
{
    background-color: #DCEDFF;
    color: #105B94;
}
#catalog-widget .category-item.active
{
    background-color: #1B426A;
    border-right-color: #1B426A;
}
#catalog-widget .category-item.active a
{
    color: #fff;
}
#catalog-widget .category-item.active .category-name
{
    background-image: url('/img/arrow_2.png');
}
#catalog-widget .category-item.active .category-name:hover
{
    background-color: #1B426A;
    color: #fff;
}
#catalog-widget .category-services
{
    display: none;
    position: absolute;
    top: 0;
    left: 375px;
    z-index: 1100;
    padding: 40px 60px;
    min-width: 550px;
    background: rgb(27,66,106); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(27,66,106,1) 0%, rgba(33,81,129,1) 20%, rgba(33,81,129,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(27,66,106,1)), color-stop(20%,rgba(33,81,129,1)), color-stop(100%,rgba(33,81,129,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(27,66,106,1) 0%,rgba(33,81,129,1) 20%,rgba(33,81,129,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(27,66,106,1) 0%,rgba(33,81,129,1) 20%,rgba(33,81,129,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(27,66,106,1) 0%,rgba(33,81,129,1) 20%,rgba(33,81,129,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(27,66,106,1) 0%,rgba(33,81,129,1) 20%,rgba(33,81,129,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b426a', endColorstr='#215181',GradientType=1 ); /* IE6-9 */
    overflow: hidden;
}
#catalog-widget .category-services .category-heading
{
    display: inline-block;
    font-size: 32px;
    line-height: 42px;
    text-decoration: none;
    border: none;
    padding-left: 20px;
    padding-right: 50px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#catalog-widget .category-services .category-heading span
{
    color: #fff;
    border-bottom: 1px solid #ccc;
}
#catalog-widget .category-services .category-heading:hover span
{
    color: #70BDFF;
    border-bottom: 1px solid #70BDFF;
}
#catalog-widget .category-services .category-close
{
    position: absolute;
    top: 50px;
    right: 40px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
#catalog-widget .category-services .category-close:hover
{
    color: #70BDFF;
}
#catalog-widget .category-services table
{
    box-shadow: none;
}
#catalog-widget .category-services table td
{
    padding: 0;
    background: none;
    vertical-align: top;
}
#catalog-widget .category-services ul
{
    list-style: none;
    margin-bottom: 30px;
    width: 350px;
}
#catalog-widget .category-services ul li
{
    position: relative;
}
#catalog-widget .category-services ul li a
{
    display: block;
    border: none;
    padding: 5px 20px;
    text-decoration: underline;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
#catalog-widget .category-services ul li a:hover
{
    background: rgba(255,255,255,.1);
}
#catalog-widget .category-services ul li .active
{
    display: block;
    padding: 5px 20px;
    background: #60AE32;
    color: #fff;
}


/* media */


@media screen and (min-width: 400px)
{
    #catalog-widget
    {
        display: none;
    }
}
@media screen and (min-width: 1200px)
{
    #catalog-widget
    {
        display: block;
    }
}
