/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    /*overflow: hidden;*/
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: none;
    border: solid 1px #000;
    opacity: 0;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 16px;
    background: none;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: none;
    position: relative;
}

.jspDrag {
    background: none;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: none;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: none;
}

.jspVerticalBar .jspArrow {
    height: 16px;
    opacity: 0;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
    opacity: 0;
}

.jspCorner {
    background: none;
    float: left;
    height: 100%;
    opacity: 0;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

@font-face {
    font-family: 'helveticaneuecyrlight';
    src: url('../fonts/helveticaneuecyr-light-webfont.eot');
    src: url('../fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrbold';
    src: url('../fonts/helveticaneuecyr-bold-webfont.eot');
    src: url('../fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrroman';
    src: url('../fonts/helveticaneuecyr-roman-webfont.eot');
    src: url('../fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrthin';
    src: url('../fonts/helveticaneuecyr-thin-webfont.eot');
    src: url('../fonts/helveticaneuecyr-thin-webfont.eot?#iefix') format('embedded-opentype'),
    /*url('../fonts/helveticaneuecyr-thin-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-thin-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-thin-webfont.svg#HelveticaNeueCyrThin') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0px;
    padding: 0px;
    background: #fff;
}

body {
    position: relative;
    font-family: tahoma;
    overflow-x: hidden;
}

.clear {
    clear: both;
    height: 0px;
    width: 100%;
    font-size: 0px;
}

img {
    border: none;
    margin: 0px;
    outline: none;
}

a {
    font: normal normal 12px/18px tahoma;
    color: #000;
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    margin: 0px 120px 20px 0px;
    padding: 0px 0px 0px 0px;
    font: normal normal 26px/26px tahoma;
    color: #494949;
}

h2 {
    font: normal normal 20px/20px tahoma;
    color: #000000;
}

h3 {
    font: normal normal 16px/16px tahoma;
    color: #000000;
}

h4 {
    font: normal normal 16px/16px tahoma;
    color: #000000;
}

h5 {
    font: normal normal 14px/14px tahoma;
    color: #000000;
}

h6 {
    font: normal normal 12px/12px tahoma;
    color: #000000;
}

p {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font: normal normal 12px/18px tahoma;
    color: #000;
}

p.alt {
    margin: 0px 0px 20px 0px;
    padding: 10px 15px 10px 15px;
    text-align: left;
    font: normal normal 12px/18px tahoma;
    color: #000;
    background: #f4f4f4;
}

strong.price {
    font: normal normal 22px/18px tahoma;
    color: #4e97ea;
}

ul {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

ul li {
    margin: 0px 0px 2px 0px;
    padding: 5px 15px 5px 15px;
    font: normal normal 12px/18px tahoma;
    color: #000;
}

ul.list {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

ul.list li {
    margin: 0px 0px 2px 0px;
    padding: 5px 15px 5px 15px;
    font: normal normal 12px/18px tahoma;
    color: #000;
    background: #f4f4f4 url('../ce_images/main/li_bg4.png') 15px 11px no-repeat;
    text-indent: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

ol {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    list-style: decimal inside;
}

ol li {
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 15px;
    font: normal normal 12px/18px tahoma;
    color: #000;
}

#header {
    width: 100% !important;
    border-bottom: solid 0px #a3a3a3;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

#header .stuff {
    width: 960px;
    height: 160px;
    margin: 0px auto;
    position: relative;
}

#header .stuff .logo {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 27px;
    width: 250px;
    height: 45px;
    background: url('../img/logo_shini.png') left top no-repeat;
}

#header .stuff .search {
    position: absolute;
    z-index: 10;
    left: 275px;
    top: 38px;
    width: 210px;
    height: 30px;
    background: #fff;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 5px #b2b2b2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#header .stuff .search input {
    display: block;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    border: none;
    outline: none;
    background: #fff;
    font: normal normal 12px/30px tahoma;
    color: #b0b0b0;
    width: 160px;
    height: 30px;
}

#header .stuff .search .submit {
    display: block;
    position: absolute;
    z-index: 10;
    right: 7px;
    top: 7px;
    margin: 0px;
    padding: 0px;
    width: 17px;
    height: 17px;
    background: url('../img/search.png') left top no-repeat;
}

#header .stuff .search .submit:hover {
    opacity: 0.5;
}

#header .stuff .contacts {
    position: absolute;
    z-index: 10;
    right: 170px;
    top: 35px;
}

#header .stuff .contacts .i {
    font: normal normal 14px/20px tahoma;
    color: #b0b0b0;
    text-align: right;
}

#header .stuff .contacts .i span {
    font: normal normal 14px/20px tahoma;
    color: #010101;
    display: inline-block;
    width: 130px;
}

#header .stuff .auth {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 20px;
}

#header .stuff .auth a {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 25px;
    font: normal normal 12px/32px tahoma;
    color: #000;
}

#header .stuff .auth a.login {
    background: url('../ce_images/main/login.png') left center no-repeat;
}

#header .stuff .auth a.reg {
    background: url('../ce_images/main/reg.png') left center no-repeat;
}

ul#top_menu {
    display: table;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -27px;
    width: 960px;
    height: 53px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    /*background: #efefef url('../ce_images/main/top_menu_bg.png') left top repeat-x;*/
    overflow: hidden;
    box-shadow: 0px 2px 5px #b2b2b2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

ul#top_menu li {
    display: table-cell;
    width: 137px;
    height: 53px;
    margin: 0px;
    padding: 0px;
    /*background: url('../ce_images/main/li_bg.png') right top no-repeat;*/
    text-align: center;
    vertical-align: middle;
}

ul#top_menu li:last-child {
    background: none;
}

ul#top_menu li:hover {
    background: #f6f6f6 url('../ce_images/main/li_bg.png') right top no-repeat;
}

ul#top_menu li.active {
    background: #4e97ea;
}

ul#top_menu li a {
    display: block;
    font: normal normal 14px/53px tahoma;
    color: #262626;
    text-decoration: none;
}

ul#top_menu li.active a {
    font: normal normal 14px/53px tahoma;
    color: #ffffff;
    text-decoration: none;
}

#footer {
    width: 100% !important;
    padding: 55px 0px 55px 0px;
    background: url('../ce_images/main/footer_bg.png') left top repeat-x;
}

#footer .stuff {
    width: 960px;
    height: 165px;
    margin: 0px auto;
    position: relative;
}

#bottom_menu {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    height: 20px;
    /*background: url('../ce_images/main/dot.png') right center no-repeat;*/
}

#bottom_menu li {
    float: left;
    margin: 0px 15px 0px 0px;
    padding: 0px 0px 0px 19px;
    height: 20px;
    /*background: url('../ce_images/main/dot.png') left center no-repeat;*/
}

#bottom_menu li a {
    font: normal normal 14px/20px tahoma;
    color: #010101;
}

#footer .stuff .counters {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 110px;
}

#footer .stuff .logo {
    display: block;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 70px;
    width: 224px;
    margin-left: -112px;
    height: 38px;
    background: url('../ce_images/main/logo2.png') left top no-repeat;
}

.description_block .description .l .psH2, .description_block .description .r .psH2 {
    font: normal normal 20px/20px tahoma;
    color: #000000;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

#footer .stuff .copyrights {
    display: block;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 120px;
    width: 224px;
    margin-left: -112px;
    text-align: center;
    font: normal normal 14px/20px tahoma;
    color: #000;
}

#footer .stuff .copyrights span {
    display: block;
    font: normal normal 14px/20px tahoma;
    color: #b0b0b0;
}

#footer .stuff .copyrights a {
    font: normal normal 11px/20px tahoma;
    color: #000;
    text-decoration: none;
}

#footer .stuff .contacts {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 100px;
}

#footer .stuff .contacts .i {
    font: normal normal 14px/20px tahoma;
    color: #b0b0b0;
    text-align: right;
}

#footer .stuff .contacts .i span {
    font: normal normal 14px/20px tahoma;
    color: #010101;
}

.content {
    width: 100% !important;
    margin: 0px 0px 20px 0px;
}

.content .stuff {
    width: 960px;
    margin: 0px auto;
    position: relative;
    z-index: 9;
}

.content .stuff .left {
    float: left;
    width: 250px;
}

.content .stuff .right {
    float: right;
    width: 690px;
}

.cart {
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 0px 0px;
    background: url('../ce_images/main/cart.png') 15px 15px no-repeat;
    box-shadow: 0px 0px 5px #b2b2b2;
}

.cart .cpt {
    margin: 0px 0px 0px 60px;
    font: normal normal 14px/18px tahoma;
    color: #4e97ea;
}

.cart .total {
    margin: 0px 0px 0px 60px;
    font: normal normal 14px/18px tahoma;
    color: #000;
}

.cart .price {
    font: normal normal 14px/18px tahoma;
    color: #000;
}

.cart .change {
    display: block;
    float: left;
    margin: 15px 0px 0px 0px;
    width: 145px;
    height: 30px;
    font: normal normal 12px/30px tahoma;
    color: #000;
    text-align: center;
    text-decoration: none;
    background: #efefef;
}

.cart .submit {
    display: block;
    float: left;
    margin: 15px 0px 0px 0px;
    width: 105px;
    height: 30px;
    font: normal normal 12px/30px tahoma;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #4e97ea;
}

.cart .change:hover, .cart .submit:hover {
    /*text-decoration: underline;*/
    opacity: 0.8;
}

.left_menu {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.left_menu > li {
    margin: 0px 0px 2px 0px;
    padding: 0px 20px 0px 25px;
    border: solid 1px #efefef;
    box-shadow: 0px 0px 5px #efefef;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAUUlEQVQImWXNUQ2AMBRD0Tlolr1bAWjBAhawgIV5QgsWZmF8bRmhn81JmyRttm+gpjVAtd2BY5aSMtCAJimv+rLdI+L8SNvPlGOzlLIP9Xt/AfVPEX8+h0QPAAAAAElFTkSuQmCC');
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.left_menu > li > a {
    display: block;
    padding: 10px 0px 10px 0px;
    font: normal normal 14px/14px tahoma;
    color: #161616;
    text-decoration: none;
}

.left_menu > li:hover {
    background: #efefef url('../ce_images/main/li_bg2.png') 15px 15px no-repeat;
}

.left_menu > li.active {
    background: #4e97ea url('../ce_images/main/li_bg3.png') 15px 15px no-repeat;
}

.left_menu > li.active a {
    color: #fff;
}

.left_menu > li > ul {
    display: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.left_menu > li.active > ul {
    display: block;
}

.left_menu > li > ul > li {
    margin: 0px 0px 0px -25px;
    padding: 7px 0px 7px 25px;
    width: 225px;
}

.left_menu > li > ul > li:hover {
    background: #efefef;
}

.left_menu > li > ul > li.active {
    background: #4e97ea url('../ce_images/main/li_bg3.png') 15px 10px no-repeat;
}

.left_menu > li > ul > li > a {
    display: block;
    font: normal normal 11px/12px tahoma;
    color: #161616;
    text-decoration: none;
}

.left_menu > li > ul > li.active a {
    font: normal normal 11px/12px tahoma;
    color: #fff;
}

.content .stuff .left .caption {
    margin: 0px 0px 20px 0px;
    font: normal normal 26px/26px helveticaneuecyrthin;
    color: #494949;
    text-align: center;
}

.content .stuff .left .special {
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 5px 0px 0px 5px;
    border: solid 1px #e1e8f0;
    background: #fafcfd;
    box-shadow: 0px 0px 10px #d6d7fa;
}

.promo {
    position: absolute;
    z-index: 10;
    right: -4px;
    top: -4px;
    width: 52px;
    height: 53px;
    background: url('../ce_images/main/promo.png') left top no-repeat;
}

.content .stuff .left .special .spec {
    padding: 20px 30px 20px 30px;
    background: url('../ce_images/main/spec_bg.png') left top repeat-x;
}

.content .stuff .left .special .spec .pic {
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.content .stuff .left .special .spec .cpt {
    margin: 0px 0px 0px 0px;
    font: normal normal 16px/16px tahoma;
    color: #000;
}

.content .stuff .left .special .spec .price {
    margin: 20px 0px 20px 0px;
    font: normal normal 16px/16px tahoma;
    color: #4e97ea;
}

.content .stuff .left .special .spec p {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font: normal normal 12px/18px tahoma;
    color: #000;
}

.content .stuff .left .special .spec .more {
    font: normal normal 12px/18px tahoma;
    color: #000;
}

.content .stuff .left .b-sticker {
    margin: 0px 0px 20px 0px;
}

.content .stuff .left .b-sticker a {
    display: block;
}

.content .stuff .left .b-sticker img {
    max-width: 250px;
}

.item_block {
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 40px 35px 40px 35px;
    background: url('../img/item_block_bg.png') left top repeat;
}

.item_block.alt {
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 12px 25px 28px 25px;
    background: url('../img/item_block_bg.png') left top repeat;
}

.item_block .text {
    width: 380px;
}

.item_block .text .cpt {
    font: normal normal 25px/25px helveticaneuecyrthin;
    color: #ffffff;
    height: 75px;
}

.item_block .text .cpt span {
    display: block;
    font: normal normal 40px/45px helveticaneuecyrthin;
    color: #ffffff;
}

.item_block.mt85 {
    margin-top: 85px;
}

.item_block.alt .text .cpt {
    font: normal normal 28px/25px helveticaneuecyrthin;
}

.item_block.alt .text .cpt span {
    font: normal normal 48px/28px helveticaneuecyrthin;
}

.item_block .more {
    display: block;
    margin: 40px 0px 0px 0px;
    width: 165px;
    height: 32px;
    background: #fff;
    border-bottom: solid 2px #dbdbdb;
    font: normal normal 16px/32px tahoma;
    color: #2c2c2c;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.item_block.alt .more {
    position: absolute;
    z-index: 10;
    margin: 0px 0px 0px 0px;
    right: 35px;
    top: 50%;
    margin-top: -16px;
}

.item_block .more:hover {
    opacity: 0.8;
}

.item_block .pic {
    position: absolute;
    z-index: 10;
}

.the_caption {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /*background: url('../img/main/line.png') left 17px repeat-x;*/
}

.the_caption span {
    display: block;
    float: left;
    padding: 0px 10px 0px 0px;
    font: normal normal 26px/26px helveticaneuecyrthin;
    color: #494949;
    background: #fff;
}

.the_caption a {
    display: block;
    float: right;
    padding: 0px 0px 0px 10px;
    font: normal normal 14px/26px tahoma;
    color: #0c0c0c;
    background: #fff;
}

.items_list {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.items_list .item {
    float: left;
    width: 230px;
    padding: 25px 0px 25px 0px;
    margin: 0px 0px 20px 0px;
    cursor: pointer;
}

.items_list_category .item {
    max-height: 300px;
}

.items_list .item:hover {
    box-shadow: 0px 0px 10px #b2b2b2;
}

.items_list .item .pic {
    margin: 10px 35px;
    height: 180px;
    text-align: center;
}

.items_list .item .pic img {
    max-width: 160px;
    max-height: 180px;
    height: auto;
}

.items_list .item .name, .eshop-cat-small__name {
    margin: 0px 35px 15px 35px;
    text-align: center;
    font: normal normal 16px/16px tahoma;
    color: #000;
    min-height: 33px;
}

.items_list .item .price {
    margin: 0px 35px 15px 35px;
    text-align: center;
    font: normal normal 16px/16px tahoma;
    color: #4e97ea;
}

.items_list .item p {
    margin: 0px 35px 15px 35px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font: normal normal 12px/18px tahoma;
    color: #000;
}

.items_list .more {
    display: block;
    margin: 0px 35px 0px 35px;
    width: 160px;
    height: 32px;
    background: #4e97ea;
    border-bottom: solid 2px #4382c9;
    font: normal normal 16px/32px tahoma;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.items_list .more:hover {
    opacity: 0.8;
}

.big_caption {
    margin: 50px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    /*background: url('../ce_images/main/line.png') left 35px repeat-x;*/
}

.big_caption span {
    display: block;
    float: left;
    padding: 0px 20px 0px 20px;
    font: normal normal 55px/55px helveticaneuecyrthin;
    color: #97bcd9;
    background: #fff;
}

.description_block {
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 5px;
    border: solid 1px #e1e8f0;
    background: #f2f6fb;
    box-shadow: 0px 0px 10px #d6d7fa;
}

.description_block .description {
    padding: 25px 30px 25px 30px;
    background: url('../img/block_bg.png') left 0px repeat-x;
}

.description_block .description .l {
    float: left;
    width: 430px;
}

.description_block .description .r {
    float: right;
    width: 430px;
}

.description_block .description .l._min {
    width: 280px;
}

.description_block .description .r._min {
    width: 280px;
}

.description_block .description p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font: normal normal 12px/18px tahoma;
    color: #000;
}

.inner_block .big_caption {
    background: none;
}

.inner_block .big_caption span {
    font: normal normal 26px/35px helveticaneuecyrthin;
    margin: 0 !important;
}

.news_block {
    width: 100% !important;
    margin: 45px 0px -40px 0px;
    padding: 0px 0px 30px 0px;
    /*background: url('../ce_images/main/news_bg.png') left bottom repeat-x;*/
}

.news_block .stuff {
    width: 960px;
    margin: 0px auto;
    position: relative;
}

.news_list {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.news_list .item {
    float: left;
    width: 237px;
    min-height: 220px;
    margin: 25px 19px 0px 0px;
    padding: 20px 35px 20px 35px;
    border-top: solid 3px #e8eef5;
    background: #fff;
    position: relative;
}

.news_list .item:nth-child(3n) {
    margin-right: 0px;
}

.news_list .item .date {
    font: normal normal 12px/16px tahoma;
    color: #97bcd9;
    margin: 0px 0px 15px 0px;
}

.news_list .item .name {
    font: normal normal 18px/22px tahoma;
    color: #000;
    text-decoration: none;
}

.news_list .item .name:hover {
    text-decoration: underline;
}

.news_list .item p {
    font: normal normal 12px/18px tahoma;
    color: #000000;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
}

.news_list .item .promo {
    top: -7px;
}

.about_block {
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 5px;
    border: solid 1px #e1e8f0;
    background: #f2f6fb;
    box-shadow: 0px 0px 10px #d6d7fa;
}

.about_block .about {
    padding: 25px 0px 25px 0px;
    background: url('../ce_images/main/block_bg.png') left 0px repeat-x;
}

.about_block .about .l {
    float: left;
    width: 257px;
    padding: 0px 30px 0px 30px;
}

.about_block .about .c {
    float: left;
    width: 257px;
    padding: 0px 30px 0px 30px;
}

.about_block .about .r {
    float: left;
    width: 257px;
    padding: 0px 30px 0px 30px;
}

.about_block .about .name {
    margin: 0px 0px 15px 0px;
}

.about_block .about .name .pic {
    float: left;
    width: 70px;
    text-align: center;
}

.about_block .about .name .text {
    float: left;
    width: 187px;
    font: normal normal 16px/16px tahoma;
    color: #0b0b0b;
}

.about_block .about p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font: normal normal 12px/18px tahoma;
    color: #0b0b0b;
    text-align: center;
}

ul.path {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    height: 18px;
    /*background: url('../ce_images/main/line.png') left center repeat-x;*/
}

ul.path li {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    height: 18px;
    font: normal normal 12px/18px tahoma;
    color: #000000;
    background: #fff;
}

ul.path li a {
    font: normal normal 12px/18px tahoma;
    color: #000000;
}

.block {
    margin: 0px 0px 20px 0px;
    padding: 30px 25px 30px 25px;
    box-shadow: 0px 0px 5px #b2b2b2;
}

.the_item {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.the_item .l {
    float: left;
    width: 220px;
}

.the_item .r {
    float: right;
    width: 380px;
}

.the_item .l .big_pic {
    border: solid 2px #eeeff0;
    height: 190px;
}

.the_item .l .big_pic img {
    max-width: 216px;
    max-height: 190px;
}

.the_item .l .previews {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.the_item .l .previews a {
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    margin: 0px 8px 0px 0px;
    border: solid 2px #eeeff0;
}

.the_item .l .previews a:nth-child(3n) {
    margin-right: 0px;
}

.the_item .l .previews a.active {
    border: solid 2px #bebebe;
}

.the_item .l .previews a:hover {
    opacity: 0.8;
}

.the_item .l .previews a img {
    width: 64px;
    height: 64px;
}

.the_item .r .name {
    margin: 0px 0px 20px 0px;
    font: normal normal 26px/26px tahoma;
    color: #494949;
}

.the_item .r .download, .the_item .r .sale {
    display: block;
    float: left;
    margin: 30px 0px 30px 0px;
    padding: 0px 0px 0px 30px;
    height: 16px;
    font: normal normal 14px/16px tahoma;
    color: #1d1d1d;
    background: url('../img/pdf.png') left center no-repeat;
}

.the_item .r .sale {
    margin: 0 0 30px 0;
    background: url('../ce_images/main/red-sale.png') left center no-repeat;
}

.tabs_content .c .download {
    padding: 0px 0px 0px 30px;
    height: 16px;
    font: normal normal 14px/16px tahoma;
    color: #1d1d1d;
    background: url('../ce_images/main/pdf.png') left center no-repeat;
}

.the_item .r .price {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: auto;
    font: normal normal 26px/34px tahoma;
    color: #4e97ea;
    width: 280px;
}

.the_item .r .buy {
    display: block;
    float: right;
    margin: 0px 0px 0px 0px;
    width: 165px;
    height: 32px;
    background: #4e97ea;
    border-bottom: solid 2px #4382c9;
    font: normal normal 16px/32px tahoma;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.the_item .r .buy:hover {
    opacity: 0.8;
}

.tabs {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    border-bottom: solid 1px #c2c2c2;
}

.tabs a.tab {
    display: block;
    float: left;
    margin: 0px 6px -1px 0px;
    padding: 0px 0px 0px 0px;
    border: solid 1px #e0e0e0;
    border-bottom: solid 1px #c2c2c2;
    height: 36px;
    text-align: center;
    font: normal normal 16px/36px tahoma;
    color: #191919;
    text-decoration: none;
    border-top-right-radius: 5px;
}

.tabs a.tab:nth-child(3n) {
    margin-right: 0px;
}

.tabs a.tab.active {
    border: solid 1px #c2c2c2;
    border-bottom: solid 1px #fff;
}

.tabs_content .c {
    opacity: 0;
    visibility: hidden;
    padding: 20px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
}

.tabs_content .c.active {
    opacity: 1;
    visibility: visible;
}

.added_class_tab .c.active {
    display: block;
}

.added_class_tab .c {
    display: none;
}

.tabs_content {
    overflow: hidden;
    margin: 0px 0px 40px 0;
}

.tabs_content table {
    margin: 0 60px 0 0;
    padding: 0;
    font: normal normal 11px/12px tahoma;
    color: #000;
}

.tabs_content table th {
    padding: 5px 15px;
    /*background: #ffffff;*/
}

.tabs_content table tr td {
    padding: 8px 10px 8px 10px;
    text-align: center;
    background: #dddddd;
    min-width: 40px;
}

.tabs_content table tr:nth-child(even) td {
    background: #eaeaea;
}

.tabs_content table tr td:first-child {
    white-space: nowrap;
}

.tabs_content table tr td:nth-child(2) {
    background: #eeeeee;
}

.tabs_content table.second {
    margin: 0px 60px 0px 0px;
    padding: 0px;
    font: normal normal 11px/12px tahoma;
    color: #000;
}

.tabs_content table.second a {
    font: normal normal 11px/12px tahoma;
    color: #000;
    font-weight: 700;
}

.tabs_content table.second th {
    padding: 5px 15px;
}

.tabs_content table.second tr td {
    padding: 8px 10px 8px 10px;
    text-align: center;
    background: #dddddd;
    min-width: 40px;
}

.tabs_content table.second tr td a {

}

.tabs_content table.second tr:nth-child(even) td {
    background: #eaeaea;
}

.tabs_content table.second tr td:first-child {
    white-space: nowrap;
}

.tabs_content table.second tr:nth-child(2) {
    white-space: nowrap;
}
/**
 * Table Hover
 */
table {
    overflow: hidden;
}
.tabs_content table tr:hover,
.tabs_content table tr th:hover,
.tabs_content table tr:nth-child(2n) td:hover {
    /*background: #4e97ea;*/
}

.tabs_content table tr td, .tabs_content table tr th {
    position: relative;
    border: 2px solid transparent;
}
.tabs_content table tr th {
    border-top: 2px solid transparent;
}
.tabs_content table tr td, .tabs_content table tr th:hover {
    background-color: #dddddd;
}


.tabs_content table tr td.hovered, .tabs_content table tr th.hovered,
.tabs_content table tr td.hover, .tabs_content table tr th.hover {
    border-top: none;
    border-bottom: none;
    border-left: 2px solid #4e97ea;
    border-right: 2px solid #4e97ea;
    position: relative;
}
.tabs_content table tr td.hovered::before, .tabs_content table tr td.hovered::after,
.tabs_content table tr td.hover::before, .tabs_content table tr td.hover::after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #4e97ea;
    z-index: 9;
    width: 2px;
    height: 2px;
    bottom: -2px;
}
.tabs_content table tr td.header_column, .tabs_content table tr th.header_column {
    border-top: 2px solid #4e97ea;
}
.tabs_content table tr td.bottom_column, .tabs_content table tr th.bottom_column {
    border-bottom: 2px solid #4e97ea;
}
.tabs_content table tr td.hovered::before,
.tabs_content table tr td.hover::before {
    left: -2px;
}
.tabs_content table tr td.hovered::after,
.tabs_content table tr td.hover::after {
    right: -2px;
}
/*.tabs_content table tr td.hovered-crash::before, .tabs_content table tr td.hovered-crash::after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    width: 2px;
    height: 2px;
    top: -2px;
}
.tabs_content table tr td.hovered-crash::before {
    left: -2px;
}
.tabs_content table tr td.hovered-crash::after {
    right: -2px;
}*/
.tabs_content table tr:first-child th.hovered,
.tabs_content table tr:first-child th.hover {
    border-top: 2px solid #4e97ea;
}

.tabs_content table tr:last-child td.hovered,
.tabs_content table tr:last-child td.hover {
    border-bottom: 2px solid #4e97ea;
}

.tabs_content table tr td:hover::after,
.tabs_content table tr th:hover::after {
    /*content: "";*/
    /*position: absolute;*/
    /*background-color: #4e97ea;*/
    /*border: 1px solid #4e97ea;*/
    /*top: -5000px;*/
    /*height: 10000px;*/
    /*width: 100%;*/
    /*z-index: -1;*/
    /*left: 0;*/
}

.tabs_content table tr td:focus::after,
.tabs_content table tr th:focus::after {
    /*content: '';*/
    /*background-color: lightblue;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*height: 10000px;*/
    /*top: -5000px;*/
    /*width: 100%;*/
    /*z-index: -1;*/
}

.tabs_content table td:focus::before {
    /*background-color: lightblue;*/
    /*content: '';*/
    /*height: 100%;*/
    /*top: 0;*/
    /*left: -5000px;*/
    /*position: absolute;*/
    /*width: 10000px;*/
    /*z-index: -1;*/
}

.tabs_content .c .wrap {
    position: relative;
}

.tabs_content .c .fade {
    position: absolute;
    z-index: -1;
}

.sc1, .sc2, .sc3, .sc4, .sc5, .sc6, .sc7, .sc8 {
    position: absolute !important;
}

.wrp-table {
    overflow-x: scroll;
}

.scroll-pane {
    width: 100%;
    overflow: auto;
}
.tabs_content table th {
    border: 2px solid transparent;
}
.tabs_content table th.active {
    background-color: #dddddd;
    border: 2px solid #4e97ea;
    border-bottom: none;
}
.tabs_content table th.active {

}
.tabs_content table th.active::before, .tabs_content table th.active::after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #4e97ea;
    z-index: 9;
    width: 2px;
    height: 2px;
    bottom: -2px;
}
.tabs_content table th.active::before {
    left: -2px;
}
.tabs_content table th.active::after {
    right: -2px;
}
.tabs_content table tr td.active:first-child {
    font-weight: 700;
    border: 2px solid #4e97ea;
}

.horizontal-only {
    height: auto;
}

.jspHorizontalBar {
    height: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.jspTrack {
    height: 12px;
    background: #67acfa !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.jspDrag {
    height: 24px !important;
    top: -6px;
    border-bottom: solid 2px #3171b9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #b2b2b2;
    background: #3983d7 url('../ce_images/main/lines.png') center center no-repeat;
}

.light {
    font-family: helveticaneuecyrlight !important;
}

.roman {
    font-family: helveticaneuecyrroman !important;
}

.thin {
    font-family: helveticaneuecyrthin !important;
}

.bold {
    font-family: helveticaneuecyrbold !important;
}

#mobile-menu {
    display: none;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 768px;
    margin: 15px auto;
    min-height: 35px;
    position: relative;
}

#mobile-menu .burger {
    display: inline-block;
    height: 25px;
    width: 32px;
    border: 1px solid #eee;
    padding: 4px;
}

#mobile-menu .burger span {
    display: block;
    height: 4px;
    margin-bottom: 5px;
    border-radius: 2px;
    background-color: #666;
    width: 100%;
}

#mobile-menu .burger span:last-child {
    margin-bottom: 0;
}

#mobile-menu .logo {
    display: block;
    z-index: 10;
    width: 224px;
    height: 45px;
    background: url('../ce_images/main/logo.png') left top no-repeat;
}

#mobile-menu #top_menu {
    position: relative;
}

.big-tab td img{
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
}

@media screen and (max-width: 960px) {
    html, body {
        overflow-x: hidden;
    }

    iframe {
        width: 100% !important;
    }

    #header .stuff, .content .stuff, ul#top_menu, .news_block .stuff, #footer .stuff {
        width: 900px;
    }
    .news_block .stuff,
    .news_block .stuff .right_block {
        width: 100%;
    }
    .content .stuff .left {
        width: 225px;
    }

    .content .stuff .left .b-sticker img {
        width: 225px;
    }

    #lay_body img {
        width: 100% !important;
        height: auto !important;
    }

    .item_block.slider, .item_block.slider .viewport {
        width: 650px;
    }

    .content .stuff .right {
        width: 650px;
    }

    #header .stuff .search {
        width: 185px;
    }

    .items_list .item {
        width: 215px;
    }

    .description_block .description .l, .description_block .description .r {
        width: 49.9%;
    }

    .news_list .item {
        width: 215px;
    }

    /**/
    #tab3 {
        width: 150px !important;
    }

    #tab1 {
        width: 230px !important;
    }

    #tab2 {
        width: 130px !important;
    }

    div.amiro-master, table#sign {
        width: 900px;
    }

    .stickers_simple {
        display: none;
    }

    #mobile-menu .togle_collase {
        position: absolute;
    }

    #mobile-menu .togle_collase.head-info {
        right: 25px;
    }

    #mobile-menu .togle_collase.catalog-menu {
        left: 25px;
        top: 17px;
    }

    #mobile-menu .body_collapse {
        padding-top: 55px;
    }

    #mobile-menu .body_collapse .menu {
        margin-top: 15px;
    }

    #mobile-menu .top-block .auth br {
        display: none;
    }

    #mobile-menu .auth {
        position: absolute;
        text-align: right;
        right: 15px;
        top: 115px;
    }

    #mobile-menu .search {
        height: 45px;
        position: relative;
        margin-bottom: 20px;
        top: 160px;
    }

    #mobile-menu .search input {
        display: block;
        margin: 0px;
        padding: 0px 10px 0px 10px;
        border: 1px solid #eee;
        outline: none;
        border-radius: 3px;
        background: #fff;
        font: normal normal 12px/30px tahoma;
        color: #b0b0b0;
        width: 160px;
        height: 30px;
        position: absolute;
        right: 0;
    }

    #mobile-menu .search .submit {
        display: block;
        position: absolute;
        z-index: 10;
        right: 7px;
        top: 7px;
        margin: 0px;
        padding: 0px;
        width: 17px;
        height: 17px;
        background: url('../ce_images/main/search.png') left top no-repeat;
    }

    #mobile-menu ul#top_menu {
        bottom: 0;
    }

    .description_block .description .l, .description_block .description .r {
        width: 46%;
        padding: 5px;
    }

    #footer .stuff .contacts {
        padding-right: 15px;
    }

    .description_block .description .l._min, .description_block .description .r._min {
        width: 100%;
    }

    .news_list .content-item {
        display: block;
    }
    .content-item {
        display: none;
    }
}

@media screen and (max-width: 905px) {
    #mobile-menu {
        display: block;
    }

    #header {
        display: none;
    }

    #header .stuff, .content .stuff, .news_block .stuff, #footer .stuff {
        width: 760px;
    }

    ul#top_menu {
        width: 100%;
    }

    #lay_f2 {
        display: none;
    }

    /* Menu */
    .content .stuff .left {
        width: 100%;
        float: none;
    }

    /* End */
    .content .stuff .right {
        width: 100%;
        float: none;
    }

    .items_list .item {
        width: 32.63%;
    }

    .news_list .item {
        width: 20%;
        margin: 0 2%;
    }

    .item_block.slider {
        display: none;
    }

    div.amiro-master, table#sign {
        width: 768px;
    }

    .big_caption {
        background: none;
    }

    .big_caption span {
        font-size: 32px;
        margin-left: 0 !important;
    }

    #bottom_menu {
        display: none;
    }

    #lay_f5 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #lay_f5 > * {
        flex-basis: 50%;
        position: static !important;
        margin-bottom: 15px;
    }

    #lay_f5 > spec_mark, #lay_f5 > spec_mark_, #lay_f5 .clear {
        display: none;
    }

    #footer .stuff .logo, #footer .stuff .copyrights {
        margin-left: 0;
    }

    .the_item .r {
        width: 100%;
    }

    .tabs a.tab {
        font-size: 12px;
    }

    #tab1 {
        width: 220px !important;
    }

    #tab2 {
        width: 110px !important;
    }

    #tab3 {
        width: 100px !important;
    }

    #header {
        display: block;
        border: none !important;
        margin: 0px;
    }

    #header .header {
        padding: 0px !important;
    }

    #header ul#top_menu {
        margin-top: 0;
        position: static;
        display: none;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    #header ul#top_menu li {
        width: 100%;
        display: block;
        height: 25px;
    }

    #header ul#top_menu li a {
        line-height: 25px !important;
    }

    #mobile-menu .header {
        padding-top: 0px !important;
        padding-bottom: 15px !important;
    }

    #mobile-menu .burger {
        cursor: pointer;
    }

    #mobile-menu .body_collapse {
        display: none !important;
    }

    #mobile-menu .burger:active {
        background: #ededed;
    }
}

@media (min-width: 906px) {
    #header ul#top_menu {
        display: table !important;
    }
}

@media screen and (max-width: 810px) {
    #header .stuff, .content .stuff, .news_block .stuff, #footer .stuff, div.amiro-master, table#sign {
        width: 550px;
    }

    #mobile-menu {
        width: 540px;
    }

    .items_list .item {
        width: 50%;
    }

    .items_list_on_main {
        text-align: center;
    }

    .items_list .clear {
        display: none;
    }

    .items_list .more {
        margin-left: 53px;
    }

    .news_list .item {
        width: 40%;
        padding: 12px;
    }

    .item_block.alt .text .cpt {
        font-size: 22px;
    }

    .item_block.alt .text .cpt span {
        font-size: 28px;
    }

    .item_block .pic {
        left: 270px !important;
    }

    .eshop-item-small {
        width: 50%;
    }
    .wrp-maps {
        position: relative;
        left: 0;
    }
}

@media screen and (max-width: 610px) {
    #header .stuff, .content .stuff, .news_block .stuff, #footer .stuff, div.amiro-master, table#sign {
        width: 480px;
    }

    #mobile-menu {
        width: 460px;
    }

    #mobile-menu ul#top_menu li {
        display: block;
        width: 100%;
    }

    .item_block.alt .text .cpt {
        font-size: 20px;
    }

    .item_block.alt .text .cpt span {
        font-size: 22px;
    }

    .item_block.mt85 {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    #header .stuff, .content .stuff, .news_block .stuff, #footer .stuff, div.amiro-master, table#sign {
        width: 320px;
    }

    #mobile-menu {
        width: 300px;
    }

    #mobile-menu .auth {
        top: 135px;
    }

    #mobile-menu .search {
        top: 75px;
        left: -120px;
    }

    ul#top_menu {
        margin-top: 90px;
    }

    #mobile-menu .contacts {
        display: none;
    }

    .items_list .item {
        width: 100%;
    }

    .items_list .more {
        margin-left: 77px;
    }

    .description_block .description .l, .description_block .description .r {
        width: 100%;
    }

    .the_caption a {
        margin-right: 20px;
    }

    .news_list .item {
        width: 92%;
        min-height: 100px;
        padding: 10px;
        margin: 10px 0;
    }

    .item_block.alt .more {
        top: 55%;
        margin-top: 0;
        right: 10px;
        width: 100px;
    }

    .item_block .pic {
        display: none;
    }

    #lay_f5 > * {
        flex-basis: 100%;
    }

    #footer {
        padding-bottom: 160px;
    }

    .eshop-item-small {
        width: 100%;
    }

    #tab1 {
        width: 100% !important;
    }

    #tab2 {
        width: 100% !important;
    }

    #tab3 {
        width: 100% !important;
    }

    ul.path {
        margin-bottom: 70px;
    }

    ul.path li {
        margin-bottom: 10px;
    }

    .fancybox-inner .threesixty {
        width: 50% !important;
        min-width: 280px;
        height: 100% !important;
        min-height: 300px;
    }

    .sc1, .sc2, .sc3, .sc4, .sc5, .sc6, .sc7, .sc8 {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    #header .stuff, .content .stuff, .news_block .stuff, #footer .stuff, div.amiro-master, table#sign {
        width: 300px;
    }

    #mobile-menu {
        width: 280px;
    }
}
.tabs_content table th {
    padding: 0;
}
.tabs_content table a {
    padding: 5px 15px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
}
.tabs_content table a:hover {
    text-decoration: underline;
}
/**
 Ultra Photo
 */

.content-item {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 2px auto;
    overflow: hidden;
    position: relative;
}
.content-item .overlay {
    border-bottom: 25px solid #4e97ea;
    border-left: 25px solid transparent;
    bottom: 0;
    height: 0;
    opacity: .85;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 0;
}
.content-item:hover .overlay {
    border-bottom: 400px solid #4e97ea;
    border-left: 400px solid transparent;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content {
    bottom: 1px;
    color: #fff;
    position: absolute;
    right: 3px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.content-item:hover .corner-overlay-content {
    opacity: 0;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.content-item .overlay-content {
    bottom: 0;
    color: #333;
    left: 0;
    opacity: 0;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.content-item .overlay-content p {
    color: #fff;
    margin-bottom: 0;
}
.content-item .overlay-content .title {
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 0 0 3px 0;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 12px;
}
.content-item:hover .overlay-content {
    opacity: 1;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}