/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    direction: ltr;
    list-style: none;
}

.atv-link {
    list-style: decimal;
    padding-left: 25px;
    color: rgb(51, 51, 51);
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    margin: 0 0 16px 0;
    display: block;
    line-height: 1.3;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.tr {
    border-color: #ccc transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    height: 0;
    line-height: 0;
    position: absolute;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    width: 0;
}

/*
.tr::before {
    position: absolute;
    content: ".";
    text-indent: -9999px;
}*/

.spacer {

}

.spacer::before {
    content: ".";
    position: absolute;
    height: 47px;
    text-indent: -9999px;
    background: #555555;
    background: -webkit-linear-gradient(top, rgba(55, 55, 55, 1) 15%, rgba(114, 114, 114, 1) 50%, rgba(35, 35, 35, 1) 85%);
    background: -ms-linear-gradient(top, rgba(55, 55, 55, 1) 15%, rgba(114, 114, 114, 1) 50%, rgba(35, 35, 35, 1) 85%);
    background: linear-gradient(to bottom, rgba(55, 55, 55, 1) 15%, rgba(114, 114, 114, 1) 50%, rgba(35, 35, 35, 1) 85%);
    padding: 0px;
    width: 1px;
    top: -15px;
    left: -4px;
}

/*.spacer1::before {
     content: ".";
     position: absolute;
     height: 47px;
     text-indent: -9999px;
     background: #555555;
     background: -webkit-linear-gradient(top, rgba(55,55,55,1) 15%,rgba(114,114,114,1) 50%,rgba(35,35,35,1) 85%);
     background: -ms-linear-gradient(top, rgba(55,55,55,1) 15%,rgba(114,114,114,1) 50%,rgba(35,35,35,1) 85%);
     background: linear-gradient(to bottom, rgba(55,55,55,1) 15%,rgba(114,114,114,1) 50%,rgba(35,35,35,1) 85%);
     padding: 0px;
     width: 1px;
     top: -8px;
     left: -4px;
 }*/

.spacer1::after {
    content: ".";
    position: absolute;
    height: 47px;
    text-indent: -9999px;
    background: #555555;
    background: -webkit-linear-gradient(top, rgba(55, 55, 55, 1) 15%, rgba(114, 114, 114, 1) 50%, rgba(35, 35, 35, 1) 85%);
    background: -ms-linear-gradient(top, rgba(55, 55, 55, 1) 15%, rgba(114, 114, 114, 1) 50%, rgba(35, 35, 35, 1) 85%);
    background: linear-gradient(to bottom, rgba(55, 55, 55, 1) 15%, rgba(114, 114, 114, 1) 50%, rgba(35, 35, 35, 1) 85%);
    padding: 0px;
    width: 1px;
    top: -15px;
    right: 0px;
}

/* Блоки сайдбара */

.sb {
    background-color: #F5F5F4;
    background: -moz-linear-gradient(bottom, #E8e8e8 0%, #F2F2F1 50%);
    background: -ms-linear-gradient(bottom, #E8e8e8 0%, #F2F2F1 50%);
    background: -webkit-linear-gradient(bottom, #E8e8e8 0%, #F2F2F1 50%);
    background: linear-gradient(bottom, #E8e8e8 0%, #F2F2F1 50%);
    border: 1px solid #F6F6F5;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #016cfa;
    margin-bottom: 7px;
    padding: 10px 12px;
    position: relative;
    width: auto;
    word-wrap: break-word;
}

.sb h3 {
    color: #016cfa;
    font-size: 17px;
    margin: 0 0 0.5em;
    padding: 0;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
}

.sb p {
    color: rgb(51, 51, 51);
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    margin: 0 0 16px 0;
    display: block;
    line-height: 1.3;
}

.sb.list ol {
    list-style: decimal outside;
    margin: 10px 0 0 25px;
}

.sb.list ul li,
.sb.list ol li {
    margin: 0 0 10px 0;
    font-size: 13px;
}

.sb.list ul li a,
.sb.list ol li a {
    color: rgb(19, 108, 178);
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.sb.list ul li a:hover,
.sb.list ol li a:hover {
    text-decoration: underline;
}

.cb {
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #E8E8E8;
    margin-bottom: 7px;
    padding: 10px 12px;
    width: auto;
    background-color: #FFFFFF;
    position: relative;
}

.cb h3 {
    color: #016cfa;
    font-size: 18px;
    margin: 0 0 0.5em;
    padding: 0;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
}

.cb.list ul {
    margin: 0 0 0 -17px;
}

.cb.list ul li {
    width: 110px;
    margin: 0 0 15px 12px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.cb.list.books ul li {
    float: left;
    width: 110px;
    height: 235px;
    margin: 0 0 0 17px;
    text-align: center;
}

.cb.list ul li img {
    width: 110px;
}

.cb.app.list ul li img {
    border-radius: 20px;
}

.cb.app.list.books ul li img {
    border-radius: 0;
}

.cb.list ul li a {
    color: rgb(19, 108, 178);
    cursor: auto;
    display: inline;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
}

.cb.list ul li a:hover {
    text-decoration: underline;
}

.see-more {
    border-top: 1px dotted #CCCCCC;
    clear: both;
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
    padding: 5px 0 0;
    text-align: left;

}

.see-more a {
    color: rgb(19, 108, 178);
    cursor: auto;
    display: inline;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.see-more a:hover {
    text-decoration: underline;
}

.tabs {
    padding: 10px 0 10px 0;
}

.tabs_ul {
    position: absolute;
    text-align: right;
    width: 96%;
    top: 8px;
    left: 12px;
    border-bottom: 1px solid #E8E8E8;
}

.tabs_li {
    display: inline-block;
    text-align: right;
    float: none !important;
    background-color: rgb(246, 246, 245);
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    padding: 4px 7px;
    outline: none;
}

.tabs_li a {
    color: #666;
    font-size: 10px;
    font-weight: bold;
    outline: none;
    text-decoration: none;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}

.tabs_li.ui-state-active a {
    color: black !important;
}

.tabs_li.ui-state-active {
    background: white;
    position: relative;
}

.tabs_li.ui-state-active::before {
    position: absolute;
    content: '.';
    color: transparent;
    text-indent: -9999px;
    width: 100%;
    height: 3px;
    background: white;
    top: 22px;
    left: 0;
}

.cb.text h2 {
    color: #016cfa;
    font-size: 17px;
    margin: 0 0 5px 0;
}

.content ol {
    list-style: inside;
    list-style-type: decimal;
    padding-bottom: 15px;
    font-size: 13px;
}