/*#################### Общие Классы Оформления ####################*/
#news_1 #catimg img {
    border-radius: 5px;
    height: auto;
}

#news_1 #catcontent {
    display: block;
}
#news_1 #catcontent p {
    margin: 0;
    padding: 0
}
#news_1 h2, #news_1 h1 {
    /* font-family: 'News Cycle'; */
    padding: 0!important;
    margin: 0!important;
    font-size: 20px;
    color: red
}
#news_1 #catinfo {
    display: block;
    width: 100%;
    height: 20px
}
h3#itemModName {
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 8px 0 9px 0px;
    margin: 20px 0 0 0;
    line-height: normal;
}
h3#itemModName i {
    margin-right: 7px
}
/*#################### Эффектов картинки при наведении ####################*/

#news_1 #catimg {
    display: block;
    position: relative;
    float: left;
    margin-right: 10px
}
#news_1 #imgzoom {
    display: block;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    text-align: center;
    color: #FFFFFF;
    background: #000000;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 90%);
    background: -webkit-gradient(radial, center center, 0px, center center, 90%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.8)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 90%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 90%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 90%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 90%);
}
#news_1 #catimg:hover #imgzoom {
    visibility: visible;
    opacity: 1;
}
#news_1 #catimg .icon-zoom-in {
    position: absolute;
    top: 80%;
    left: 50%;
    color: #fff;
    transition: .3s;
    font-size: 30px;
    margin-left: -15px;
    margin-top: -15px
}
#news_1 #catimg :hover .icon-zoom-in {
    top: 50%;
}
#news_1 #catimg .icon-zoom-in:hover {
    text-decoration: none;
}

/*#################### Оформление Категории Материала ####################*/
#news_1 #listinfo ul li, #listinfo ul {
    display: block;
    float: left;
}
#news_1 #listinfo ul {
    padding: 0;
    margin: 0
}
#news_1 #listinfo ul li {
    margin: 0 20px 0 0;
    padding: 0;
    letter-spacing: normal;
}
#news_1 #listinfo ul li:hover {
}
#news_1 #listinfo ul li i {
    font-size: 14px;
    margin-right: 5px
}
#news_1 #listinfo ul li, #listinfo a {
    color: #fff;
}
#news_1 #listinfo ul li, #listinfo a {
    text-decoration: none;
}
#news_1 #catreadmore {
    text-align: right;
    padding: 8px 0
}
/*#################### Оформление Дополнительной информации ####################*/
#catExtra, #itemExtra {
    margin-bottom: 20px
}
#itemExtra .row {
    margin-left: -20px;
    margin-right: -20px;
}
#itemExtra .row div {
    padding: 0!important;
}
#itemExtra .row:first-child  {
    border-top: 1px solid #ccc!important;
}
#itemExtra .row div:first-child {
    text-align: left;
    padding-right: 10px!important;
}
#itemExtra .even {
    background: #f3f3f3;
    padding: 8px 0 9px 20px;
    border-bottom: 1px solid #ccc;
}
#itemExtra .odd {
    background: #f9f9f9;
    padding: 8px 0 9px 20px;
    border-bottom: 1px solid #ccc;
}
#itemExtra span {
    color: #777;
}
/*#################### Оформление Прикрепленных документов ####################*/
#itemAttach {}
#itemAttach span {
    display: block;
}
#itemAttach i {
    font-size: 36px
}

#itemAttach .row {
    margin-left: -20px;
    margin-right: -20px;
}
#itemAttach .row div {
    padding: 0!important;
}
#itemAttach .row:first-child  {
    border-top: 1px solid #ccc!important;
}
#itemAttach .row div:first-child a {
    font-weight: bold;
    font-size: 14px;
}
#itemAttach .row div:last-child {
    text-align: center;
}
#itemAttach .row div:last-child span {
    font-size: 10px;
    text-transform: uppercase;
}
#itemAttach .row div:last-child a {
    color: #000
}
#itemAttach .even {
    background: #f3f3f3;
    padding: 8px 0 9px 20px;
    border-bottom: 1px solid #ccc;
}
#itemAttach .odd {
    background: #f9f9f9;
    padding: 8px 0 9px 20px;
    border-bottom: 1px solid #ccc;
}
#itemAttach span {
    color: #777;
}
/*#################### Оформление Оценки материала ####################*/

/*#################### Оформление Тегов ####################*/
#itemTags {
    display: block;
    padding: 15px 0
}
#itemTags a {
    display: inline;
    margin: 0;
    padding: 5px;
    background: #F9F9F9;
    text-decoration: underline;
}
#itemTags a:hover {
    background: #F3F3F3;
    text-decoration: none;
}
/*#################### Оформление Галереи ####################*/

/*#################### Оформление Видео блока ####################*/
#itemVideo {
    background: #eee;
}
#itemVideoCredits {
    display: block;
    padding: 2px 5px 7px 5px;
    margin: 0;
    text-align: center;
    color: #777
}
/*#################### Оформление Блока пользователя ####################*/
#itemAuthorBig {
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
}

/*#################### Оформление Последнее от пользователя ####################*/
#itemAuthorLatest {
    display: block;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#itemAuthorLatest .even {
    background: #f3f3f3;
    padding: 8px 0 9px 20px;
    border-bottom: 1px solid #ccc;
}
#itemAuthorLatest .odd {
    background: #f9f9f9;
    padding: 8px 0 9px 20px;
    border-bottom: 1px solid #ccc;
}
/*#################### Оформление Навигации по материалам ####################*/

/*#################### Оформление Похожие материалы по тегу ####################*/
#itemRelated {
    margin-left: -10px;
    margin-right: -10px;
}
#itemRelated div div div {
    background: #eee
}
/*#################### Оформление Комментариев ####################*/


@media (max-width: 991px){
    #catcontent img, #catimg img, div.itemFullText img{
        max-width:100%;
        display:block;
        height:auto;
    }
    #t3 .menu > li > a {
        margin: 4px 9px;
    }
    .head #t3 .cart_link{
        float:right;
    }

    .itemFullText table{
        height:auto !important;
    }

    .itemFullText *:not(script){
        display:block;
    }

    .itemFullText table, .mapbody5_uv9ho_1, .mapbody5_9zghi_0, .map{
        width:100% !important;
    }
}

@media (max-width: 630px){
    .k2store_cartitems thead{
        display:none;
    }

    .k2store_cartitems table *, .k2store_cartitems table{
        display:inline-block;
        width:100%;
    }
    .k2store_cartitems table span{
        display:inline-block !important;
    }
    .k2store_cartitems table a{
        text-align:center;
    }
    .k2storeCartRemove{
        margin:0 auto;
    }
    .product_quantity_input+td{
        text-align:center;
    }
    #contentinfo table, #contentinfo tbody, #contentinfo  tr, #contentinfo  td{
        display:block;
        width: 100%;
    }
    .itemHeader .itemTitle{
        text-align:left;
        padding-left:15px;
    }
    .itemRatingBlock {
        margin-left: 15px;
    }
    .itemHeader .product_price, .itemHeader .k2store_add_to_cart{
        text-align:left;
        padding-left: 15px;
    }
    div.itemExtraFields ul li {
        display: inline-block;
        width: 100%;
    }
}






