/*
 * Date created: 2025-07-19 09:21:33
 */
/*
 * ATTENTION! This file is automatically created from several CSS files.
 * Find file path and name in the comments in the beginning of the each code block
 */


/*
 * FILE START: _mod_files/_css/common.css
 */

/* 
    -- COMMON.CSS strucrure: --
    1. Reset browser's defaults styles
    2. Common styles
    3. Modules
    4. E-Shop
    5. System
*/

/* 1. RESET BROWSER's DEFAULTS ****************************************************************************************************/
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
  src: url('fonts/Lato/Lato-Regular.woff') format('woff'); /* Pretty Modern Browsers */
  src: url('fonts/Lato/Lato-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Lato Bold';
  src: url('fonts/Lato/Lato-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
  src: url('fonts/Lato/Lato-Bold.woff') format('woff'); /* Pretty Modern Browsers */
  src: url('fonts/Lato/Lato-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
* {
    margin: 0px;
    padding: 0px;
    border: 0;
 font-family: 'Lato', sans-serif;
}





/* 2. COMMON STYLES ****************************************************************************************************/

h1, h2, h3, h4, h5, .alt_header1, .alt_header2, .alt_header3, .alt_header4, .alt_header5 {
    padding: 0px 0px 8px 0px;
}

body h1 {
    font-size: 30px;
    letter-spacing: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

body {
    background-color:#ffffff;
    margin: 0px;
    padding: 0px;
}

a, .eshop-item-small__one-click {
    color:#0284ca;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

hr {
    height: 1px;
    border: 0px;
    color: #d9d9d9;
    background: #d9d9d9;
    margin: 18px 0;
}

blockquote {
    padding: 5px;
    margin: 5px;
}

input, select, textarea {
    margin: 0;
    border: 1px solid #ccc;
    padding: 2px 4px;
    margin: 2px 4px;
}

textarea.inp-h {
    display: none;
}

.eshop-item-small__img {
    margin-bottom: 20px;
}

.eshop-item-small__forum {
    padding-top: 4px;
}


.eshop-item-detailed__cart-text .eshop-item-small__cart-text{
    font-weight:700;
    position:relative;
    padding:5px 12px;
    background:#ffffff;
    background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
    background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    font-size:12px;
    line-height:1.2em;
    height:auto;
    width:auto;
    cursor:pointer;
    border-radius:5px;
    border: 1px solid #ccc;
    white-space: nowrap;
}


.eshop-item-detailed__cart-text .eshop-item-small__cart-text:hover{
    background:#ffffff;
    background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
    background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    text-decoration:inherit;
}

small {
    font-size: 13px;
}

table.tbl {
    border: 1px #F3F7ED solid;
    empty-cells: hide;
}
table.tbl td {
    border: 0;
    font-size: .95em;
    padding: 5px;
}
table.tbl TH {
    background-color: #EFEFEF;
    border: 0;
    color: #717171;
    font-size: .95em;
    padding: 5px;
}
table.price {
    border: 1px #F3F7ED solid;
    empty-cells: hide;
}
table.price TH {
    background-color: #F3F7ED;
    border: 0;
    color: #717171;
    font-size: .95em;
    padding: 5px;
}
table.price td {
    border: 1px #F3F7ED solid;
    font-size: .95em;
    padding: 5px;
}

table.spec {
    border: 1px #417b98 solid;
}
table.spec TH {
    background-color: #417b98;
    padding: 5px;
}
table.spec td {
    border: 0;
}
table.right_block {
    border: 0;
}
table.right_block td {
    border: 0;
    padding: 10px;
}

table.bottom_menu {
    height: 29px;
    margin: 0 10px 0 0;
}
table.bottom_menu td {
    text-align: left;
}

tr.sel {
    background: #F0F0F0;
}

.wd1 {
    width: 70px !important;
}
.wd2 {
    width: 165px !important;
}
.wd3 {
    width: 150px !important;
}
.wd4 {
    width: 200px !important;
}
.wd5 {
    width: 250px !important;
}
.wd6 {
    width: 500px !important;
}
.wd7 {
    width: 100% !important;
}
.wd-full {
    width: 100%;
}
.sz1 {
    font-size: .5em !important;
}
.sz2 {
    font-size: .6em !important;
}
.sz3 {
    font-size: .7em !important;
}
.sz4 {
    font-size: .9em !important;
}
.sz5 {
    font-size: 1em !important;
}
.sz6 {
    font-size: 1.2em !important;
}
.sz7 {
    font-size: 1.3em !important;
}
.sz8 {
    font-size: 1.5em !important;
}
.sz9 {
    font-size: 2em !important;
}

@media screen and (max-width: 1000px) {
    #lay_body img,
    #lay_body .photo-easy-skin .photoalbum_item-detail__img-area,
    #lay_body .photo-easy-skin .photoalbum_item-row__img-area {
        max-width: 100%;
       /* height: auto !important;*/
    }
}

/* 3. MODULES ****************************************************************************************************/

/* MODULE: Start search page
 * @tpl search.tpl
 */

.search-page__help {
    background: #F0F0F0;
    padding: 15px;
    border-radius: 10px;
    font-size:11px;
}

.search-page__title {font-weight: bold;}
.search-page__info li {padding: 5px 0;}

/* MODULE: End search page
 * @tpl search.tpl
 */

/* MODULE: Start maps page
 * @tpl sm_imaged_tree.tpl
 */

.sm_imaged_tree td {
    padding-bottom: 4px;
}

.sm_imaged_item_normal_2 {
    padding-left: 16px;
}

.sm_imaged_item_normal_3 {
    padding-left: 32px;
}

.sm_imaged_item_normal_4 {
    padding-left: 48px;
}

/* MODULE: End maps page
 * @tpl sm_imaged_tree.tpl
 */

/* MODULE: Start hyper modules: news, articles, blog 
 * @tpl ami_multifeeds.tpl
 */

img[hspace] {
    padding: 10px;
}

.news_item-list__list, .news_item-small, 
.articles_item-list__list, .articles_item-small, .articles_item-cat-list,
.blog_item-list__list, .blog_item-small, .blog_item-cat-list {
    position: relative;
    width: 100%;
    font-size: 0;
}

.news_item-list__list div, .news_item-small div, 
.articles_item-small div, .articles_item-list__list div, .articles_item-cat-list div, 
.blog_item-small div, .blog_item-list__list div, .blog_item-cat-list div {
    font-size: 13px;
}

.news_item-list__cat-header h1, .news_item-detailed__header h1, 
.articles_item-list__cat-header h1, .articles_item-detailed__header h1,
.blog_item-list__cat-header h1, .blog_item-detailed__header h1 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.news_item-row, .news_item-small-row 
.articles_item-small-row, .articles_item-row, .articles_item-cat-row,
.blog_item-row, .blog_item-cat-row {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
}

span.news_item-small__fdate, 
span.articles_item-small__fdate,
span.blog_item-small__fdate {
    float: left;
    font-size: 13px;
    padding-right: 7px;
    padding-top: 1px;
}

span.news_item-row__fdate,
span.articles_item-row__fdate,
span.blog_item-row__fdate {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 6px;
    font-size: 13px;
}

span.news_item-row__ftime, 
span.articles_item-row__ftime, 
span.blog_item-row__ftime {
    float: right;
    position: relative;
    top: 6px;
    font-size: 13px;
}

span.news_item-detailed__ftime,
span.blog_item-detailed__ftime,
span.articles_item-detailed__ftime {
    float: right;
    padding-right: 7px;
    position: relative;
   /* top: 15px;*/
}

span.news_item-detailed__fdate,
span.blog_item-detailed__fdate,
span.articles_item-detailed__fdate {
    float: right;
    position: relative;
   /* top: 15px;*/
}

.news_item-detailed__header-name,
.blog_item-detailed__header-name,
.articles_item-detailed__header-name {
    float: left;
    width: 100%;
}

.news_item-detailed__description,
.blog_item-detailed__description,
.articles_item-detailed__description {
    clear: both;
}

span.articles_item-small-row__cat_header {margin-bottom: 3px;}

.articles_item-detailed__fdate-block .articles_item-detailed__fdate,
.articles_item-row__fdate-block .articles_item-row__fdate {
    float: none;
    top: 0;
    padding: 0;
    margin-right: 0;
}

.news_item-small-row__cat_header a, .news_item-small-row__header a,
.articles_item-small-row__cat_header a, .articles_item-small-row__header a,
.blog_item-small-row__cat_header a, .blog_item-small-row__header a {
    font-size: 15px;
    text-decoration: underline;
}

div.news_item-row__header, div.news_item-small-row__cat_header, div.news_item-small-row__header, 
div.articles_item-small-row__header, div.articles_item-row__header, div.articles_item-small-row__cat_header, 
div.blog_item-small-row__header, div.blog_item-row__header, div.blog_item-small-row__cat_header {
    margin-bottom: 15px;
    padding-right: 30px;  
}

a.news_item-row__header-name, 
a.articles_item-row__header-name, a.articles_item-list__cat-header,
a.blog_item-row__header-name, a.blog_item-list__cat-header {
    font-size: 20px;
    text-decoration: underline;
}

a.news_item-row__header-name:hover, .news_item-small-row__cat_header a:hover, .news_item-small-row__header a:hover,
a.articles_item-row__header-name:hover, a.articles_item-list__cat-header:hover, .articles_item-small-row__cat_header a:hover, .articles_item-small-row__header a:hover,
a.blog_item-row__header-name:hover, a.blog_item-list__cat-header:hover, .blog_item-small-row__cat_header a:hover, .blog_item-small-row__header a:hover {
    /*text-decoration: none;*/
}

.news_item-row__img_small-img, .news_item-small-row__img,
.articles_item-row__img_small-img, .articles_item-row__cat_img_small-img, .articles_item-small-row__img, 
.blog_item-row__img_small-img, .blog_item-row__cat_img_small-img, .blog_item-small-row__img {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 15px;
}

.news_item-row__announce, .news_item-small-row__announce, .articles_item-small-row__announce, .news_item-small-row__announce,
.articles_item-row__announce, .articles_item-cat-row__announce, .articles_item-small-row__announce,
.blog_item-row__announce, .blog_item-cat-row__announce, .blog_item-small-row__announce {
    margin-bottom: 10px;
    padding-right: 30px;
}

.news_item-detailed__item-details, 
.articles_item-detailed__item-details,
.blog_item-detailed__item-details {
    display: inline-block;
    width: 100%;
}

.news_item-detailed__fdate, .news_item-small-row__cat_header, 
.articles_item-small-row__cat_header, .articles_item-detailed__fdate,
.blog_item-small-row__cat_header, .blog_item-detailed__fdate {
    margin-bottom: 15px;
    margin-right: 6px;
    display: inline-block;
}

.news_item-detailed__img, 
.articles_item-detailed__img,
.blog_item-detailed__img {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.news_item-detailed__img img, 
.articles_item-detailed__img img,
.blog_item-detailed__img img {
    border: 1px solid #CCCCCC;
}

.news_item-detailed__body, 
.articles_item-detailed__body, div.articles_item-cat-row__header,
.blog_item-detailed__body, div.blog_item-cat-row__header {
    margin-bottom: 10px;   
}

.news_browse-item-row,
.articles_browse-item-row,
.blog_browse-item-row {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
}

.news_browse-item-list,
.articles_browse-item-list,
.blog_browse-item-list {
    font-size: 0;
    padding-top: 20px;
}

.news_browse-item-list div,
.articles_browse-item-list div,
.blog_browse-item-list div {
    font-size: 13px;
}

.news_browse-item-list .news_item-row__header-name,
.articles_browse-item-list .articles_item-row__header-name,
.blog_browse-item-list .blog_item-row__header-name {
    font-size: 20px;
    font-weight: normal;
}

.news_browse-item-list .news_item-row__announce,
.articles_browse-item-list .articles_item-row__announce,
.blog_browse-item-list .blog_item-row__announce {
    margin-right: 30px;
    overflow: hidden;
    padding: 15px 0 0;
}

.news_browse-item-list__pager,
.articles_browse-item-list__pager,
.blog_browse-item-list__pager {
    padding: 15px 0;
}

.news_item-detailed__nav,
.articles_item-detailed__nav,
.blog_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.articles_item-list__item-list,
.blog_item-list__item-list {
    display: inline-block;
    width: 100%;
}

.articles_item-list__cat-img,
.blog_item-list__cat-img {
    float: left;
    margin-bottom: 20px;
}

.articles_item-row__source, .articles_item-row__author, .articles_item-detailed__source, .articles_item-detailed__author,
.blog_item-row__source, .blog_item-row__author, .blog_item-detailed__source, .blog_item-detailed__author {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 5px;
}

.articles_item-small-row__cat_header a, .articles_item-small-row__cat_header,
.blog_item-small-row__cat_header a, .blog_item-small-row__cat_header {
    color: #666;
}

.articles_item-small-row__cat_header span, .blog_item-small-row__cat_header span {
    display: inline-block;
    font-size: 22px;
    padding: 0 2px;
    position: relative;
    width: 20px;
}

div.articles_item-cat-row__header,
div.blog_item-cat-row__header {
    margin-bottom: 20px;
}

.news_item-detailed__img, 
.articles_item-list__cat-img, .articles_item-detailed__img,
.blog_item-list__cat-img, .blog_item-detailed__img {
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
}

.news_item-detailed__img .image_click_news, 
.articles_item-list__cat-img .image_click_articles, .articles_item-detailed__img .image_click_articles,
.blog_item-list__cat-img .image_click_articles, .blog_item-detailed__img .image_click_articles {
    border: none;
}

.photoalbum_control-panel__comments,
.news_control-panel__comments,
.articles_control-panel__comments,
.blog_control-panel__comments {
    width: 12px;
}

.photoalbum_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat;
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 20px;
    float: right;
    text-decoration: none;
    line-height: 1;
    padding-right: 3px;
}

.photoalbum_control-panel__comments-count {
    position: relative;
    top: 4px;
    font-size: 11px !important;
    text-decoration: none;
    color: #000;
}

.photoalbum_item-small-row__control-panel,
.articles_item-small-row__control-panel,
.news_item-small-row__control-panel,
.blog_item-small-row__control-panel {
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.photoalbum_item-small img,
.photoalbum_item-small-row__block {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    height: 12px;
    font-size: 11px !important;
    padding-left: 23px;
    padding-top: 4px;
    width: 12px;
    float: none;
    cursor: pointer;
}

.photoalbum_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate {
    float: right;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion {
    background: url("_img/comments_black__small.png") no-repeat 3px 4px;
}

.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    background: url("_img/like_hand_black__small.png") no-repeat 3px 4px;
}

.articles_item-row__cat_img_small-img, .articles_item-row__cat_img_small-img,
.blog_item-row__cat_img_small-img, .blog_item-row__cat_img_small-img {
    margin-bottom: 20px;
}

.news_item-detailed__ext_discussion, .news_item-small-row__ext_rating,
.articles_item-detailed__ext_discussion, .articles_item-small-row__ext_rating,
.blog_item-detailed__ext_discussion, .blog_item-small-row__ext_rating {
    clear: both;
}

.news_item-small-row__img,
.articles_item-small-row__img,
.blog_item-small-row__img {
    margin-bottom: 10px;
}

.captcha-block {
    margin: 0 auto;
    padding-left: 30px;
    width: 350px;
}

.captcha-block__title, .captcha-block img, .captcha-block__input-txt {
    float: left;
    margin: 10px 0;
}

.captcha-block__title {
    padding-top: 11px;
    padding-right: 15px;
}

.captcha-block img {
    margin-right: 10px;
}

.captcha-block__input-txt input {
    width: 110px;
    margin-top: 9px;
}

.news_item-detailed__announce,
.articles_item-detailed__announce,
.blog_item-detailed__announce {
    padding-bottom: 15px;
    clear: both;
}

.ext_common-cf, .ext_rating, .ext_tags, .ext_discussion, .pager_showall {
    padding-bottom: 5px;
    float: right;
}

.ext_tags {
    float: left;
    padding: 0;
}

.ext_discussion.photoalbum_item-detailed__ext_discussion,
.blog_item-detailed__ext_discussion,
.articles_item-detailed__ext_discussion,
.news_item-detailed__ext_discussion {
    float: none;
}

.photoalbum_item-detailed__header-name,
.photoalbum_item-detailed__header-name {
    text-align: center;
}

.news_item-detailed__social-buttons,
.articles_item-detailed__social-buttons,
.blog_item-detailed__social-buttons {
     margin: 15px 0 5px -5px;
}

.articles_control-panel__comments,
.news_control-panel__comments,
.blog_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 23px;
    float: right;
    text-decoration: none;
    line-height: 1;
}
.rss_extension {opacity: 0.8;}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog_control-panel__comments:hover,
.rss_extension:hover  {
    opacity: 1;
    text-decoration: none !important;
}
.articles_control-panel__comments-count,
.news_control-panel__comments-count,
.blog_control-panel__comments-count  {
    position: relative; 
    top: 4px; 
    font-size: 11px !important; 
    text-decoration: none; 
    color: #000;
}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog _control-panel__comments:hover {
    text-decoration: none !important;
}
.articles_social-btn,
.news_social-btn,
.blog_social-btn  {
    font-size: 0;
    height: 20px;
    float: right;
    margin: 0;
    padding-top: 3px;
    width: 25px;
    overflow: hidden;
    padding-right: 9px;
}
.articles_item-list__empty,
.news_item-list__empty,
.blog_item-list__empty,
.photoalbum_item-list__empty {
    padding: 20px;
    text-align: center;
}
.articles_item-detailed__item-details .b-share__link,
.articles_item-detailed__item-details .b-share .b-share-form-button i,
.news_item-detailed__item-details .b-share__link,
.news_item-detailed__item-details .b-share .b-share-form-button i,
.blog_item-detailed__item-details .b-share__link,
.blog_item-detailed__item-details .b-share .b-share-form-button i  {
    display: none !important;
}
.articles_item-detailed__item-details .b-share, 
.articles_item-detailed__item-details .b-share__handle,
.articles .b-share-form-button,
.news_item-detailed__item-details .b-share,
.news_item-detailed__item-details .b-share__handle,
.news .b-share-form-button,
.blog_item-detailed__item-details .b-share,
.blog_item-detailed__item-details .b-share__handle,
.blog .b-share-form-button  {
    padding: 0 !important;
    margin: 0 !important;
}
.articles_item-detailed__item-details .b-share .b-share-form-button,
.news_item-detailed__item-details .b-share .b-share-form-button,
.blog_item-detailed__item-details .b-share .b-share-form-button  {
    cursor: pointer; 
    width: 20px; 
    background: url("_img/social_btn_black.png") no-repeat left !important;
    font-size: 0;
}

.articles_item-small a, .articles_item-small span, 
.news_item-small a, .news_item-small span, 
.blog_item-small a, .blog_item-small span, 
.photoalbum_item-small a, .photoalbum_item-small span {
    font-size: 12px;
}

.item-detailed__nav-previous-link,
.item-detailed__nav-next-link {
    white-space: nowrap;
}

/* MODULE: End hyper modules: news, articles, blog 
 * @tpl ami_multifeeds.tpl
 */

/* MODULE: Start Photoalbum 6.0 
 * @tpl ami_multifeeds_photoalbum.tpl
 */

.browse-item-list {position: relative;}

.amiphotoalbum .amiphoto-hide, 
.amiphotoalbum.photoalbum_item .browse-item-list__hide, .browse-item-list__hide-block {
    z-index: 3; 
    position: absolute; 
    background: url(_img/ami_jsapi/loader.gif) no-repeat center 20% #FFFFFF; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
}

.amiphotoalbum .photoalbum_item-detail__block .amiphoto-hide {
    background: url(_img/ami_jsapi/loader-black.gif) no-repeat center 20% #000; 
}

.amiphoto-block {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.amiphotoalbum .amiphoto-block__row-item {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
} 
.amiphotoalbum .amiphoto-block__row-item__contant {
	display: block;
	overflow: hidden;
    border: 2px solid #fff;
}
.amiphotoalbum .amiphoto-block__row {
    width: 200%;
}
.amiphotoalbum .amiphoto-block__row-item__img {position: relative; cursor: pointer;}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__prev-link__area {
    display: block;
    height: 53px;
    padding: 0;
    width: 32px;
    opacity: 0.6;
    position: absolute;
    top: 45%;
    cursor: pointer;
    display: block;
    z-index: 1;
}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detail__fullscreen {width: 20px; background: url("_img/full_screen.png") no-repeat; position: absolute; width: 20px; height: 20px; cursor: pointer; right: 5px; top: 29px;}
.amiphotoalbum .photoalbum_item-detailed__next-link {display: block; left: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__prev-link {display: block; right: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__next-link__area {border-radius: 0 30px 30px 0; background: url("_img/slider-pad__arrow-left.jpg") no-repeat left 9px #FFFFFF;}
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {right: 0; border-radius: 30px 0 0 30px; background: url("_img/slider-pad__arrow-right.jpg") no-repeat right 9px #FFFFFF; }
.amiphotoalbum .photoalbum_item-list__list, 
.amiphotoalbum .photoalbum_item-cat-list, 
.amiphotoalbum .photoalbum_browse-item-list__list, 
.amiphotoalbum .photoalbum_item-detail__block {
	font-size: 0;
}
.amiphotoalbum .photoalbum_item-list__list .amiphoto-block__row div, 
.amiphotoalbum .photoalbum_item-cat-list .amiphoto-block__row div, 
.amiphotoalbum .photoalbum_browse-item-list__list .amiphoto-block__row div {
	font-size: 13px;
}
.amiphotoalbum .photoalbum_item-detail__block div {font-size: 13px; text-align: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_control-panel__comments-count {color: #FFF;position: relative;top: 5px;font-size: 13px;}
.amiphotoalbum .photoalbum_item-detail__header span {font-size: 13px; display: block;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating__stars-form {padding: 0 10px 0 0;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_social-btn {
    font-size: 0;
    height: 20px;
    float: left;
    padding: 0 0 0 3px;
    margin: 0;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__link,
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button i {
    display: none !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share, 
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__handle,
.amiphotoalbum .b-share-form-button {
    padding: 0 !important;
    margin: 0 !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button {cursor: pointer; width: 20px; background: url("_img/social_btn.png") no-repeat center !important;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link {font-weight: normal; font-size: 13px; padding: 5px;position: relative; display: block;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link a {font-weight: normal;}
.amiphotoalbum .photoalbum_item-row__item_cat_img-img, 
.amiphotoalbum .photoalbum_item-detail__item_cat_img-img {
	display: none;
}
.amiphotoalbum .photoalbum_item-list__cat-body {padding-bottom: 20px;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {    
    -webkit-transition:all 0s ease-in-out;
    -moz-transition:all 0s ease-in-out;
    -o-transition:all 0s ease-in-out;
    transition:all 0s ease-in-out;
}
.amiphotoalbum .photoalbum_item-detailed__item-details {position: relative; z-index: 4;}
.amiphotoalbum .photoalbum_item-row__announce-block, 
.amiphotoalbum .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__announce-block, 
.amiphotoalbum .photoalbum_item-detail__header,
.amiphotoalbum .photoalbum_item-detailed__next-link, 
.amiphotoalbum .photoalbum_item-detailed__prev-link,
.amiphotoalbum .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider {
	-webkit-transition:left 3s ease;
    -moz-transition:left 3s ease;
    -o-transition:left 3s ease;
    transition:left 3s ease;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider img {position: absolute; left: 50%; top: 0; opacity: 0; filter: alpha(opacity=0)}
.amiphotoalbum .cat-row__images-block__slider img.show {opacity: 1; filter: alpha(opacity=100)}
.amiphotoalbum .cat-row__images-block__slider {position: relative; width: 100%; height: 100%;background: #000; text-align: center;}
.amiphotoalbum .cat-row__images-block:hover .cat-row__images-block__slider {}
.amiphotoalbum .photoalbum_item-row__fdate {bottom: 0;position: absolute;right: 5px;top: 35px;}
.amiphotoalbum .photoalbum_item-detailed__fdate {
    padding: 2px 5px;
    position: absolute;
    right: 5px;
    top: 30px;
}
.amiphotoalbum .photoalbum_item-row__header-name-block {
    display: block;
    margin-right: 93px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.photoalbum_item-detailed__path a, 
.photoalbum_item-list__cat-header h1 a, 
.photoalbum_item-list__cat-header h1, 
.photoalbum_item-list__cat-list h1, 
.photoalbum_item-detailed__path {
    color: #000 !important; 
    font-size: 19px; 
    font-weight: normal !important;
}
.amiphotoalbum .photoalbum_item-detailed__path {padding-bottom: 25px;}
.amiphotoalbum .photoalbum_item-detail__img {position: relative;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header {height: 57px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header a {font-size: 15px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__announce-block {height: 25px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 55px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_control-panel, 
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_control-panel {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-detail__block {background: #000; text-align: center;}
.amiphotoalbum .photoalbum_item-row__block, 
.amiphotoalbum .photoalbum_item-detail__block {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__block {border: none;}
.amiphotoalbum .photoalbum_item-row__header, 
.amiphotoalbum .photoalbum_item-detail__header {
    top: 0; position: absolute; left: 0; height: 21px; overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__header {height: 25px;}
.amiphotoalbum .photoalbum_item-row__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-detail__announce-block .photoalbum_control-panel {top: 5px;}
.amiphotoalbum .photoalbum_item-detail__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-row__announce {
    float: none;
    margin-right: 93px;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    width: auto;
}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__header {height: 57px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 60px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .photoalbum_item-detailed__next-link:hover .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detailed__prev-link:hover .photoalbum_item-detailed__prev-link__area {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-row__num-items, 
.amiphotoalbum .photoalbum_item-detail__num-items {
    font-style: italic;
}
.amiphotoalbum .photoalbum_item-row__header span {font-size: 11px;display: block;}
.amiphotoalbum .photoalbum_item-row__header a, 
.amiphotoalbum .photoalbum_item-row__announce-block a {
    color: #fff; 
    font-size: 15px;
}
.amiphotoalbum .photoalbum_item-detail__header a {color: #fff; font-size: 13px;}
.amiphotoalbum .photoalbum_item-row, 
.amiphotoalbum .photoalbum_item-cat-row, 
.amiphotoalbum .photoalbum_item-detail {
    overflow: hidden; 
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
}
.amiphotoalbum .browse-item-list .photoalbum_item-row {
    min-width: 150px;
}
.amiphotoalbum .photoalbum_item-row__header, 
.amiphotoalbum .photoalbum_item-row__announce-block,
.amiphotoalbum .photoalbum_item-detail__header, 
.amiphotoalbum .photoalbum_item-detail__announce-block {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #FFF;
}
.amiphotoalbum .photoalbum_item-row__header__txt, 
.amiphotoalbum .photoalbum_item-row__announce-block__txt,
.amiphotoalbum .photoalbum_item-detail__header__txt, 
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
	padding: 5px 5px;     
}
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
    display: block;
    margin-right: 140px;
    overflow: hidden;
    position: relative;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100% !important;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum.photoalbum_item .browse-item-list {
    position: relative;
    overflow: hidden;
    width: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 2px;
}
.amiphotoalbum.photoalbum_item .browse-item-list__content {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum.photoalbum_item .browse-item-list__clipper {
    width: auto;
    position: relative;
    overflow: hidden;
    left: 0;
}
.amiphotoalbum.photoalbum_item .browse-item-list__container,
.browse-item-list__container {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    transition: left 0.5s ease-out,top 0.5s ease-out;
    -moz-transition: left 0.5s ease-out,top 0.5s ease-out;
    -webkit-transition: left 0.5s ease-out,top 0.5s ease-out;
    -o-transition: left 0.5s ease-out,top 0.5s ease-out;
}
.browse-item-list__container div,
.browse-item-list__container span {
    font-size: 13px;
}

.browse-block__row-item__img {padding: 4px;}
.browse-block__row-item__img-selected {padding: 0;border: 4px solid #6FCAF3;}
.amiphotoalbum .browse-block__row-item__img {cursor: pointer; }
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left:after, 
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right:after {
    background: none;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right, 
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    width: 32px;
    height: 53px;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right {
    background: #FFF url(_img/slider-pad__arrow-right.jpg) no-repeat 10px 8px;
    border-radius: 30px 0 0 30px;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    background: #FFF url(_img/slider-pad__arrow-left.jpg) no-repeat left;
    border-radius: 0 30px 30px 0;
}

.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-block, 
.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-votes {
    width: 62px;
    height: 14px;
}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating__stars-form {padding: 0;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_control-panel__comments-count {position: relative; top: 5px; font-size: 11px; color: #fff;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_control-panel {
    bottom: -2px;
    opacity: 0.6;
    position: absolute;
    right: 5px;
    top: auto;
}
.amiphotoalbum .photoalbum_control-panel a {padding-bottom: 5px; text-decoration: none; display: block; margin-left: 5px; float: left; height: 20px; padding-left: 22px; cursor: pointer;}
.amiphotoalbum .photoalbum_control-panel a, 
.amiphotoalbum .photoalbum_item-detail__fullscreen {
    opacity: 0.8;
}
.amiphotoalbum .photoalbum_control-panel a:hover, 
.amiphotoalbum .photoalbum_item-detail__fullscreen:hover {text-decoration: none; opacity: 1;}
.amiphotoalbum .photoalbum_control-panel__rating {background: url(_img/photoalbum/rating.png) no-repeat;}
.amiphotoalbum .photoalbum_control-panel__comments {background: url(_img/comments.png) no-repeat; margin: 0 !important;}
.amiphotoalbum a.photoalbum_control-panel__fullscreen {padding-left: 0; width: 20px; background:  url(_img/full_screen.png) no-repeat;}
.amiphotoalbum .fullscreen-img__on a.photoalbum_control-panel__fullscreen {background:  url(_img/full_screen_in.png) no-repeat;}

.photoalbum_item #com_form_bot,
.articles_item #com_form_bot,
.news_item #com_form_bot,
.blog_item #com_form_bot {
    background: none; 
    border: none; 
    padding: 0;
}
.photoalbum_item textarea.amiroTEdCtrl,
.articles_item textarea.amiroTEdCtrl,
.news_item textarea.amiroTEdCtrl,
.blog_item textarea.amiroTEdCtrl,
.forum-extention__form textarea.amiroTEdCtrl,
.forum_forum_form textarea.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    height: 80px !important;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.photoalbum_item select.amiroTEdCtrl,
.articles_item select.amiroTEdCtrl,
.news_item select.amiroTEdCtrl,
.blog_item select.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    margin-top: 3px;
}
.photoalbum_item .amiroTEdDiv,
.articles_item .amiroTEdDiv,
.news_item .amiroTEdDiv,
.blog_item .amiroTEdDiv,
.forum_forum_form .amiroTEdDiv {
    width: 100% !important;
}
.photoalbum_item #com_form_bot #com_sub,
.articles_item #com_form_bot #com_sub,
.news_item #com_form_bot #com_sub,
.blog_item #com_form_bot #com_sub {
    margin: 0;
    position: relative;
    right: -2px;
    height: 25px;
}

.photoalbum_item #comment_forum p,
.articles_item #comment_forum p,
.news_item #comment_forum p,
.blog_item #comment_forum p {
    display: none;
}

.photoalbum_item .discussion_extension__list .alt_header2 h2,
.articles_item .discussion_extension__list .alt_header2 h2,
.news_item .discussion_extension__list .alt_header2 h2,
.blog_item .discussion_extension__list .alt_header2 h2 {
    background: #fff !important;
    display: inline-block;
    font-weight: normal;
    padding: 12px 15px !important;
    font-size: 13px !important;
}

.news_item .sort-type,
.photoalbum_item .sort-type {
    display: none;
}

.amiphotoalbum .photoalbum_item-list__subitem-list {display: none;}
.amiphotoalbum a {text-decoration: underline;}
.amiphotoalbum a:hover {text-decoration: none;}
.amiphotoalbum .rating__like-form {
    clear: both;
    float: right;
}
.amiphotoalbum .rating-like__form-block {
    cursor: pointer; 
    padding: 4px 2px;
    position: relative;
    left: -8px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.amiphotoalbum .rating-like__form-block__like-count {
    padding-left: 5px;
    position: relative;
    top: 4px;
    font-size: 11px !important;
}
.amiphotoalbum .rating-like__form-block:hover {opacity: 1;}
.amiphotoalbum .rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left; font-family: arial, tahoma, verdana;}
.amiphotoalbum .rating-like__form-block__like {
    background: url("_img/rating/like/like_hand.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    padding-right: 20px;
}
.amiphotoalbum .rating-like__form-block-off {opacity: 0.8;}
.amiphotoalbum .rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.8;}
.amiphotoalbum .rating-like__form-block,
.amiphotoalbum .rating-like__form-block:hover,
.amiphotoalbum .rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #fff; 
    background: none;
}

.photo-easy-skin .photoalbum_item-row,
.photo-easy-skin .photoalbum_item-cat-row {
    display: inline-block;
    vertical-align: top;
}
.photo-easy-skin .photoalbum_item-list__list__easy,
.photo-easy-skin .photoalbum_item-cat-list__easy {
    font-size: 0;   
}
.photo-easy-skin .photoalbum_item-row div,
.photo-easy-skin .photoalbum_item-cat-row div,
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 13px;   
}
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 13px;   
}
.photo-easy-skin .photoalbum_item-row__img-area,
.photo-easy-skin .photoalbum_item-detail__img-area {
    display: block;
    margin: 0 auto;
}
.photo-easy-skin .photoalbum_item-row__announce {
    clear: both;
}
.photo-easy-skin .photoalbum_item-detail__image {
    clear: both;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    clear: both;
    text-align: left;
}
.photo-easy-skin .browse-item-list .photoalbum_item-row {
    min-width: 150px;
    overflow: hidden;
    text-align: center;
}
.photo-easy-skin .browse-item-list .browse-item-list__clipper,
.photo-easy-skin .browse-item-list .browse-item-list__content {
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.photo-easy-skin .photoalbum_item-list__cat-header,
.photo-easy-skin .photoalbum_item-row__header-name {
    font-size: 17px;
}
.photo-easy-skin .photoalbum_item-cat-row__block-header,
.photo-easy-skin .photoalbum_item-row__block-header {
    padding-bottom: 15px;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-cat-row__announce {
    padding: 20px 20px 0 0;
}
.photo-easy-skin .cat-row__images-block {
    display: block;
    text-align: center;
}
.photo-easy-skin .photoalbum_control-panel {
    display: block;
    padding: 10px 0;
}
.photo-easy-skin .photoalbum_item-list__cat-body,
.photo-easy-skin .photoalbum_item-row__block {
    padding: 0 15px 15px;
    display: block;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    padding-bottom: 25px;
}

.photo-easy-skin .photoalbum_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.photoalbum_item-small-row__img, .photoalbum_item-small-row__header {
    padding-bottom: 5px;
    text-align: center;
}

.amiphotoalbum .photoalbum_control-panel__comments,
.amiphotoalbum .rating__like-form {
    width: auto;
}

.blog_item-detailed__prev-next {
    text-align: center;
}

.photoalbum_item-detailed__nav a {
    padding: 0 3px;
}

/* MODULE: End Photoalbum 6.0 
 * @tpl ami_multifeeds_photoalbum.tpl
 */

/* 4. E-Shop ****************************************************************************************************/

/* E-Shop: Start Filter Form
 * @tpl filter_form.tpl
 * @tpl filter_box.tpl
 */

.form input {
    padding: 4px 8px;
    margin: 0;
    vertical-align: top;
}

.form .form__field-caption {
    padding-bottom: 6px;
}

input.form__submit {
    height: 26px;
}

.form__fieldset input {
    padding: 0;
    border: none;
}

body .form__submit{
	width:100px;
	height:28px;
	margin:0;
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	color:#848484;
	font-weight:700;
	cursor:pointer;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	box-shadow:none;
	vertical-align:middle;
}

.form__submit:hover{
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
}

.form__search-line{
    border-radius:5px;
    box-shadow:0 1px 1px #ddd inset;
    line-height: 18px;
}

.form__caption {display: none;}
    input.form__radio {
    float: left;
}

.form__field-list label {
    display: block;
}

span.form__field, span.form__field-sublist {
    padding: 10px 20px 10px 0;
    display: inline-block;
    vertical-align: top;
}

div.form__additional-flag {
    clear: both;
    padding: 6px 0;
}

label.form__radio-label {
    white-space: nowrap;
}

span.form__radio-label-text,
span.form__checkbox-label-text {
    padding-left: 10px;
}

.form__field-details{
	color:#ccc;
	font-size:8px;
	vertical-align:top;
	margin-left:3px;
}
.form_type_search{
	float:left;
	margin:0;
	padding:0;
	border-radius:0;
}
.form_type_search .form{
	margin:0;
	border-radius:0;
}

.form_type_search .form__caption{
	display:none;
}

.nav-menu__item{
    padding-right: 8px;
}

/* E-Shop: End Filter Form
 * @tpl filter_form.tpl
 * @tpl filter_box.tpl
 */

/* E-Shop: Start Eshop Order History
 * @tpl eshop_order_history.tpl
 */

.eshop-order-history-detail__back {
    padding-top: 10px;
}

.eshop-order-history-list__id-status {
    display: none;
    color: #A6A6A6;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .eshop-order-history-list__name,
    .eshop-order-history-list__owners,
    .eshop-order-history-list__comments,
    .eshop-order-history-list__status,
    .eshop-order-history-list__image,
    .eshop-order-history-list__per-discount,
    .eshop-order-history-list__abs-discount,
    .eshop-order-history-list__price {
        display: none;
    }

    .eshop-order-history-detail .eshop-order-history-list__name {
        display: table-cell;
    }
    
    div.eshop-order-history-list__id-status {
        display: block;
    }

    table.eshop-order-history-list td,
    table.eshop-order-history-list tr {
        font-size: 100%;
    }
}

/* E-Shop: End Eshop Order History
 * @tpl eshop_order_history.tpl
 */

/* E-Shop: Start Eshop Purchase
 * @tpl eshop_purchase.tpl
 */

#eshop-order__payment_method_comment {
    padding-top: 10px;
}

/*.eshop-ordering__field {
    margin: 10px 0 10px 0px;
}*/

.eshop-ordering_type_cancelled div {
    font-size: 22px;
    padding: 10px 0;
}

.eshop-ordering_type_accepted .eshop-ordering__field div {
    font-size: 22px;
}

.eshop-ordering__shipping-description {
    left: 4px;
    position: relative;
    top: -2px;
}

.eshop-ordering_type_accepted {
    text-align: center;
}
.eshop-ordering__fieldset:after {
    clear: both;
    content: "";
    display: table;
}
.eshop-ordering__info {
    color: #848484;
    font-size: 13px;
    padding: 15px 25px;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset {
    background: #F4F4F4;
    border-radius: 5px;
    font-size: 20px;
    margin: 30px auto;
    width: 300px;
}
.eshop-ordering_type_accepted .eshop-ordering__field {
    background: none repeat scroll 0 0 #FEE601;
    color: #000000;
    margin: 10px;
}
.eshop-ordering__field-name {
    display: inline-block;
    vertical-align: middle;
    /*da*/
    /*width: 100px;*/
}
.eshop-ordering__field-value {
    display: inline-block;
    vertical-align: middle;
}

.eshop-ordering__item-list {
    background-color: #F4F4F4;
    border: medium none;
    border-radius: 5px;
    padding: 0;
   /* position: fixed;*/
    width: 398px;
}
.eshop-ordering__item-list-wrapper {
    float: right;
    min-height: 200px;
    position: relative;
   /* width: 400px;*/
    z-index: 1;
}

.eshop-ordering__field-name {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.eshop-ordering__textfield {
    border-radius: 5px;
    box-shadow: 0 1px 1px #DDDDDD inset;
    color: #848484;
    border: 1px solid #C0C4CC;
    height: 18px;
    padding: 0 3px;
    vertical-align: middle;
}
.eshop-ordering__caption {
    font-size: 18px;
    /* font-weight: bold; */
    margin: 20px 0;
    color: #0184ca;
}

select.eshop-ordering__select {
    padding: 0 4px;
}

.eshop-ordering__shipping-name {
 color: #0184ca;

}

.eshop-ordering__radio-label .eshop-ordering__hint {
    display: block;
    min-width: 80%;
}

.eshop-order__shippings {
    width: 100%;
}
.eshop-ordering__price-total {
    font-size: 13px;
    margin: 20px 0;
}
.eshop-ordering__item-name {
    display: inline-block;
    max-width: 300px;
    min-width: 140px;
    vertical-align: middle;
    width: 60%;
}
.eshop-ordering__item-price, .eshop-ordering__item-list-footer .eshop-ordering__price-total-value {
    display: inline-block;
    font-style: italic;
    min-width: 90px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 38%;
}

.eshop-ordering{
	color:#848484;
}
.eshop-ordering__field-name{
	vertical-align:top;
}
.eshop-ordering__textfield{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-webkit-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-moz-box-shadow:0 1px 1px #ddd inset;
	-webkit-box-shadow:0 1px 1px #ddd inset;
	box-shadow:0 1px 1px #ddd inset;
	color:#848484;
}
.eshop-ordering__item{
	margin:8px 0;
	line-height:1em;
}

.eshop-ordering__radio {
    margin: 0;
    vertical-align: top;
}

.eshop-ordering__radio-label .eshop-ordering__shipping-description {
    display: inline-block;
    width: 90%;
}

.eshop-ordering__item-list-body_state_hidden{
	opacity:0.2;
}

.eshop-ordering__item-list-wrapper{
	padding-top:37px;
}

.eshop-ordering__item-list .eshop-ordering__caption{
	margin:0;
	padding:10px 20px;
	background:#ccc;
	color:#000;
	border-radius:5px 5px 0 0;
}
.eshop-ordering__item-list-title{
	display:inline-block;
	width:53%;
	font-size: 16px;
}
.eshop-ordering__change-order{
	display:inline-block;
	width:50%;
	font-size:12px;
	font-weight:400;
	text-align:right;
	text-decoration:underline;
}
.eshop-ordering__item-price{
	font-size:18px;
	color:#333;
}
.eshop-ordering__sku{
	margin-right:10px;
	font-size:10px;
}
.eshop-ordering__item-prop-info{
	display:inline-block;
	font-size:10px;
}
.eshop-ordering__item-sku{
	font-size:10px;
}

.eshop-ordering__submit:visited{
	color:#fff;
}
.eshop-ordering__submit:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-ordering__submit_action_order{
	display:block;
	float:right;
	padding:10px 24px;
	font-size:18px;
}
.eshop-ordering__submit_action_order:active{
	padding:11px 24px 9px;
}
.eshop-ordering__login{
	position:relative;
	padding:5px 12px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
    margin-top: 20px;
}
.eshop-ordering__login:hover{
    background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	text-decoration:inherit;
}
.eshop-ordering__login:visited{
	color:#fff;
}
.eshop-ordering__login:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-ordering__field-sublist{
	-webkit-transition:max-height 1.0s;
	-moz-transition:max-height 1.0s;
	-o-transition:max-height 1.0s;
	transition:max-height 1.0s;
}
.eshop-ordering__field-sublist_state_hidden{
	max-height:0;
	visibility:hidden;
	opacity:0.0;
	-webkit-transition:max-height 0.2s;
	-moz-transition:max-height 0.2s;
	-o-transition:max-height 0.2s;
	transition:max-height 0.2s;
}
.eshop-ordering__item-list-body{
	position:relative;
	/*min-height:100px;*/
	padding:8px 20px 20px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
        box-shadow: 0px 0px 15px 3px rgba(2, 132, 202, 0.1);
        background-color: white;
}
@-webkit-keyframes eshop-ordering__rotate{
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes eshop-ordering__rotate{
	0%{
		-moz-transform:rotate(0deg);
	}
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-o-keyframes eshop-ordering__rotate{
	0%{
		-o-transform:rotate(0deg);
	}
	100%{
		-o-transform:rotate(360deg);
	}
}
@keyframes eshop-ordering__rotate{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
.eshop-ordering__item-list-rotor{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:32px;
	height:32px;
	margin:-16px 0 0 -16px;
	background:url(_img/eshop-ordering__loading.png) no-repeat;
	opacity:0.0;
}
.eshop-ordering__item-list-body_state_hidden+.eshop-ordering__item-list-rotor{
	opacity:1.0;
	visibility:visible;
	-webkit-animation:eshop-ordering__rotate 2s linear infinite;
	-moz-animation:eshop-ordering__rotate 2s linear infinite;
	-o-animation:eshop-ordering__rotate 2s linear infinite;
	animation:eshop-ordering__rotate 2s linear infinite;
}
.eshop-order__shippings .eshop-ordering__field{
	margin:0;
	padding:5px 0 5px 25px;
}
.eshop-ordering__number-cell{
	text-align:right;
}
.eshop-ordering__item-name{
	color:#333;
}
.eshop-ordering__item-name_total{
	font-size: 13px;
	vertical-align:top;
}
.eshop-ordering__price-total{
	border-top:2px solid #999;
	padding-top:20px;
}
.eshop-ordering__price-total-value{
	font-size:22px;
	vertical-align:top;
	color:#333;
}
.eshop-ordering__price-total .eshop-ordering__price-total-value{
	float:right;
}
.eshop-ordering__info{
	border:none;
}
.eshop-ordering__redirect-info{
	text-align:center;
	margin:80px;
}
.eshop-ordering__redirect-info>.eshop-ordering__fieldset{
	display:inline-block;
	width:300px;
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering__redirect-info .eshop-ordering__info{
	font-size: 13px;
}
.eshop-ordering__auth-link{
	text-decoration:none;
	border-bottom:1px dashed;
	cursor:pointer;
	font-size:12px;
	font-weight:400;
	margin-left:44px;
}
.eshop-ordering__auth-link:hover{
	text-decoration:none;
}
.eshop-ordering__login-window{
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.eshop-ordering__login-window .eshop-ordering__textfield {
    padding: 0;
    height: auto;
    margin: 0;
}
.eshop-ordering__login-window .eshop-ordering__field-name {
    width: 90px;
}
.eshop-ordering__login-window .eshop-ordering__field{
	margin-left:0;
	clear: both;
}
.eshop-ordering__login-links {
    text-align: right;
    clear: both;
}
.eshop-ordering__login-window-header {
    height: 30px;
    overflow: hidden;
}
.eshop-ordering__login-form button {
    margin: 0;
}
.eshop-ordering__login-form table img {
	margin-right: 4px;
}
.eshop-ordering__close-login-window{
	float:right;
}
.eshop-ordering__login-form{
	margin:0 30px 20px 25px;
}
.eshop-ordering__reg{
	display:block;
}
.eshop-ordering__with-credit{
	margin-top:10px;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset{
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering_type_accepted .eshop-ordering__field{
	background:#fee601;
	color:#000;
}
.eshop-ordering_type_cancelled .eshop-ordering__fieldset{
	border-radius:5px;
}
.eshop-ordering_type_confirm .eshop-ordering__fieldset{
	box-shadow:-10px 0 12px -4px rgba(100,100,100,0.2),10px 0 12px -4px rgba(100,100,100,0.2);
}

.eshop-ordering__login-window {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
}

.eshop-ordering__login-window_as_popup {
    display: inline-block;
    left: 50%;
    margin-left: -160px;
    position: fixed;
    top: 30%;
    width: 320px;
    z-index: 100000;
}

.eshop-ordering__login-window-header:after {
    clear: both;
    content: "";
    display: table;
}

.eshop-ordering__close-login-window {
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .eshop-ordering__item-list,
    .eshop-ordering__item-list-wrapper {
        position: relative;
        width: 100%;
        padding-top: 0;
        margin-bottom: 10px;
    }
    
    .eshop-order__shippings {
        width: 100%;
    }
    
    .eshop-ordering__submit_action_order {
        float: none;
    }
}

/* E-Shop: End Eshop Purchase
 * @tpl eshop_purchase.tpl
 */

/* E-Shop: Start buy, credit and one click button
 * @tpl _eshop_item_list.tpl
 */

.eshop-cat-detailed__announce {
    padding: 20px 0;
}
 
.eshop-cat-detailed__description-image {
    float: left;
    padding-right: 16px;
    padding-bottom: 10px;
}

.eshop-cat-detailed__description {
    padding: 14px 0;
}

.eshop-cat-list__clipper,
.eshop-cat-list__container {
    font-size: 0;
}
.eshop-cat-small {
    display: inline-block;
    margin-bottom: 15px;
    min-width: 130px;
    text-align: center;
    vertical-align: top;
    word-spacing: 0;
    font-size: 13px;
}
.eshop-cat-detailed__splitter {
    background: none repeat scroll 0 0 #000000;
    display: inline;
    height: 2px;
    width: 2px;
}

.ref_small_splitter {
    display: none;
}

.ref_small_item {
    line-height: 1.6;
}

.eshop-cat-small__content {
    min-width: 150px;
    text-align: left;
}
.eshop-cat-small__category-data {
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
}

.form_type_filter {
    background: #F9F6EB;
    padding: 16px;
    border-radius: 10px;
}

.form__field-caption {
    font-weight: bold;
}

.items_small_filter {
    overflow: hidden;
    position: relative;
}
.eshop-item-small {
    -moz-box-sizing: border-box;
    display: inline-block;
    min-width: 200px;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
    word-spacing: normal;
}

.eshop-item-detailed__subtitle-text {
    font-size: 18px;
    font-weight: normal;
}

.eshop-item-detailed__unavailable {
    box-sizing: border-box;
    color: #FF0000;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
}
.eshop-item-detailed__add-to-cart-link{
	width:71px;
	height:18px;
	border-radius:5px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
}
.eshop-item-detailed__price-tag{
	min-width:65px;
	min-height:30px;
	padding:0 10px 0 10px;
	background:#e0e0e0;
	border-radius:10px 3px;
}

.eshop-item-small__actual-price{
	margin-top:7px;
	color:#000;
}

.eshop-item-small__spec-announce {
	display: none; 
	padding-top: 10px;
}

.eshop-item-small__add-to-cart-link{
	padding:4px 12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	color:#000;
}

.eshop-item-small__one-click {
    border-bottom: 1px dashed;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin: 6px 6px 0 6px;
}
body .eshop-item-small__content .eshop-item-small__quantity {
    vertical-align: middle;
    width: 20px;
    margin: 0;
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	text-align:center;
}

.eshop-item-detailed__img{
	max-width:220px;
}
.eshop-item-detailed__subtitle{
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
    margin-top:20px;
}

.eshop-item-detailed__addpics-container,
.eshop-item-detailed__addpics-clipper {
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.eshop-item-detailed__addpics-item {
    display: inline-block;
    padding: 0;
    text-align: center;
}

.eshop-item-detailed__addpics-img {
    border: 1px solid #DDDDDD;
    height: 50px;
    margin: 0 3px;
    width: 50px;
}

.eshop-item-detailed__visual {
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: top;
}

.eshop-item-detailed__addpics {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 220px;
}

.eshop-item-detailed__price-tag{
	min-width:65px;
	min-height:30px;
	padding:0 20px 0 10px;
	text-align:left;
	border-radius:0;
}
.eshop-item-detailed__actual-price{
	display:inline-block;
	color:black;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	text-align:left;
}
.eshop-item-detailed__origin-price{
	margin:0 0 -5px;
	text-decoration:line-through;
}
.eshop-item-detailed__box{
	display:inline-block;
	*float:left;
}
.eshop-item-detailed__text-box{
	vertical-align: top;
	display:inline-block;
	*float:left;
	/*width:190px;*/
	/*max-width:280px;*/
}
.eshop-item-detailed__choice-box {
    width: 210px;
    display: inline-block;
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-tag{
	display:block;
	padding:15px 0;
	background:#F0F0F0;
	text-align:center;
}
.eshop-item-detailed__actual-price{
	font-size:30px;
	font-weight:400;
}
.eshop-item-detailed__cart-box_base{
	padding:8px 0;
	border:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	position:relative;
	padding:5px 12px;
	color:#000;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	display:block;
	text-align:center;
    border: 1px solid #ededed;
}
.eshop-item-detailed__cart-box_base:hover{
    background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	border:1px solid #ededed;
	text-decoration:inherit;
}
.eshop-item-detailed__cart-box_base:visited{
	color:#fff;
}
.eshop-item-detailed__cart-box_base:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-item-detailed__base-price-caption{
	display:block;
}
.eshop-item-detailed__base-price-container{
	display:inline-block;
	text-align:left;
}
.eshop-item-detailed__add-to-cart-link{
	padding:0;
	font-size:13px;
}
.eshop-item-detailed__add-to-cart-link_base{
	border:none;
	color:#fff;
}
.eshop-item-detailed__cart-quantity{
	vertical-align:middle;
	width:23px;
	border-radius:3px;
}
.eshop-item-detailed__cart-text{
	font-weight:700;
	font-size:13px;
}
.eshop-item-detailed__other-prices .eshop-item-detailed__cart-text{
	font-size:11px;
	font-weight:400;
}
.eshop-item-detailed__popup-link{
	text-align:center;
}
.eshop-item-detailed__img-label:before{
	content:"";
	display:inline-block;
	width:14px;
	height:13px;
	margin-right:5px;
	background:url(_img/eshop-item-detailed__loupe.gif) no-repeat;
	vertical-align:middle;
}
.eshop-item-detailed__img-label{
	display: block;
	text-align: center;
}
.eshop-item-detailed__sku-name{
	font-weight:400;
}

.eshop-item-detailed__sku-value,
.eshop-item-detailed__custom-field-value,
.eshop-item-detailed__custom-field-name,
.eshop-item-detailed__sku-name {
    display: inline-block;
    vertical-align: top;
}
.eshop-item-detailed__custom-field-name{
	font-weight:400;
}
.eshop-item-detailed__sku-value{
	color:#999;
}

.eshop-item-detailed__availability-box{
	margin-bottom:8px;
}
.eshop-item-detailed__replies{
	height:15px;
	margin-top:12px;
}
.eshop-item-detailed__replies-count{
	font-style:italic;
}
.eshop-item-detailed__price-wrapper{
    text-align: center;
	overflow:hidden;
	font-size:11px;
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	padding:5px 0;
}
.eshop-item-detailed__price-wrapper:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-detailed__price-wrapper:visited{
	color:#000;
}
.eshop-item-detailed__price-wrapper:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-detailed__price-wrapper:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-detailed__price-wrapper:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	background:transparent;
	min-height:0;
	min-width:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-caption{
	display:inline-block;
	margin:0;
	font-size:11px;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	padding:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-actual{
	margin:0;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-quantity{
	display:block;
	color:#848484;
}
.eshop-item-detailed__price-wrapper_forbidden{
	background:#fdfdfd;
	cursor:default;
	border:0;
}
.eshop-item-detailed__price-wrapper_forbidden:hover{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_forbidden:active{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_vkredit .eshop-item-detailed__cart-icon{
	width:26px;
	height:20px;
	background:url("_img/eshop-item-detailed__vkredit.png") no-repeat;
}
.eshop-item-detailed__one-click-order{
	padding:8px 0;
	background-color:#2a79b6;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-ms-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-webkit-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-o-linear-gradient(top,#2a79b6,#1a5996);
	background-image:linear-gradient(top,#2a79b6,#1a5996);
	color:#fff;
	font-size: 13px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}
.eshop-item-detailed__one-click-order:hover{
	background:#2a79b6;
}
.eshop-item-detailed__one-click-order:before{
	content:"";
	display:inline-block;
	vertical-align:bottom;
	width:20px;
	height:20px;
	margin-right:7px;
	background:url("_img/eshop-item-detailed__one-click.png");
}
.eshop-item-detailed__comparison{
	margin:10px 0;
}
.eshop-item-detailed__price-postfix{
	font-weight:700;
}
.eshop-item-detailed__addpics-container{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
* html .eshop-item-detailed__addpics-item{
	float:left;
}
*+html .eshop-item-detailed__addpics-item{
	float:left;
}
.eshop-item-list__content {
    overflow: hidden;
    position: relative;
}
.eshop-item-list__container:after {
    content: "";
    display: inline-block;
    height: 0;
    opacity: 0;
    width: 100%;
}
.eshop-item-list__container {
    display: block;
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: justify;
    transition: left 0.5s ease-out 0s, top 0.5s ease-out 0s;
    width: auto;
    word-spacing: -2px;
}
.eshop-item-list__clipper {
    overflow: hidden;
    position: relative;
    width: auto;
}
.eshop-item-list {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: auto;
}
.compare_small_body {
    padding: 10px 0;
}
.eshop-item-list__compare{
	margin:20px 0;
}
.eshop-item-list_type_catalog{
	overflow:visible;
}
.eshop-item-list_type_catalog .eshop-item-list__clipper{
	overflow:visible;
}

.eshop-item-properties{
	margin:2px 0;
	padding:5px;
	border:1px solid #ddd;
	background:#f8f8f8;
	color:#555;
}
.chosen-properties__property, .chosen-properties__value {
	width: 49%;
	display: inline-block;
}
.eshop-item-properties_notavail{
	background:#fff0f0;
	border:1px solid #fcc;
}
.eshop-item-properties_notavail .eshop-item-properties__header::after{
	content:attr(title);
	color:#999;
	font-size:11px;
	margin-left:6px;
	text-transform:lowercase;
}
.eshop-item-properties__header{
	padding:2px 10px;
}
.eshop-item-properties_disabled{
	color:#ccc;
}
.eshop-item-properties__radio{
	border:0;
}
.eshop-item-properties__label:hover{
	color:#4490b2;
}
.eshop-item-properties__label_visited{
	font-weight:700;
}
.eshop-item-properties__label_value_notset{
	font-style:italic;
}
.eshop-item-properties__order-num{
	color:green;
	font-weight:900;
}
.eshop-item-properties__reset{
	border:1px solid #eee;
	padding:3px;
	background:#fff;
}
.eshop-item-properties_type_chosen-properties{
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
	margin:0;
	transition:all 0.0s;
}
.eshop-item-properties_type_chosen-properties::after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__header{
	padding:0;
	font-weight:700;
	margin-bottom:10px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__header::after{
	display:none;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__property{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__value{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__value_disabled{
	color:#ccc;
}

.ami-eshop-properties__wrapper-table .eshop-item-tooltip-prop {display: none !important;}
.ami-eshop-properties__wrapper-table .ami-eshop-properties__wrapper-table-tr__1 .eshop-item-tooltip-prop {display: block !important;}

.ami-eshop-properties__wrapper-table td,
.ami-eshop-properties__wrapper-table th {
    padding: 6px 12px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__actual-price {
    font-size: 16px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__price-tag {
    float: left;
    background: none;
    padding: 0;
    top: 6px;
    position: relative;
    min-height: 10px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__cart-box_base {
    padding: 2px 12px;
    float: right;
    margin-left: 10px;
}

.ami-eshop-properties__wrapper-table th {
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
}

#ami-eshop-properties__wrapper {
    padding-right: 20px;
}

#ami-eshop-properties__wrapper label {
    display: inline-block;
    padding-left: 4px;
    margin: 0;
    position: relative;
    top: -1px;
}
.eshop-item-properties{
	color:#555;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
}
.eshop-item-properties_notavail{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border:1px solid #fcc;
}
.eshop-item-small:hover .eshop-item-small__additional-prices{
	visibility:visible;
	opacity:1;
}
.eshop-item-small__content{
	background:transparent;
	height:100%;
	text-align:center;
	font-size: 13px;
	padding: 6px;
}
.eshop-item-small__category,.eshop-item-small__category:visited{
	text-decoration:underline;
	font-weight:700;
	font-size:12px;
}
.eshop-item-small__title,.eshop-item-small__title:visited{
	/*text-decoration:underline;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;*/
}
.eshop-item-small__title:hover,.eshop-item-small__category:hover{
	text-decoration:none;
}
.eshop-item-small__prices{
	margin-top:8px;
}
.eshop-item-small__base-price{
	display:inline-block;
}
.eshop-item-small__base-price .eshop-item-small__cart-text {
	text-decoration: none;
}
.eshop-item-small__caption{
	display:block;
}

.eshop-item-small__price-tag{
	position:relative;
	display:inline-block;
	height:30px;
	padding:0 8px;
	border-radius:5px;
	background:#F0F0F0;
	text-align:left;
	margin-bottom: 10px;
}
.eshop-item-small__price-tag_additional{
	font-size:13px;
	font-weight:700;
	height:22px;
	padding-top:8px;
}
.eshop-item-small__price-tag_vkredit{
	display:inline-block;
}
.eshop-item-small__price-actual{
	display:block;
	margin-top:8px;
	font-size:13px;
	font-weight:bold;
}
.eshop-item-small__price-original{
	display:block;
	margin-bottom:-11px;
	margin-top:-2px;
    text-decoration: line-through;
    font-size: 13px;
}

.eshop-item-small__cart-form{
    display:inline-block;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 10px;
}

.eshop-item-small__cart-text:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-item-small__additional-prices{
	border-radius:0 0 5px 5px;
}
.eshop-item-small__additional-price_vkredit{
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	background-color:#ddd;
	display:inline-block;
	margin:6px 0;
	padding-left:4px;
	padding-right:4px;
}
.eshop-item-small__additional-price_vkredit:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-small__additional-price_vkredit:visited{
	color:#000;
}
.eshop-item-small__additional-price_vkredit:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-small__additional-price_vkredit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-small__additional-price_vkredit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__caption{
	display:inline-block;
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__cart-icon{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:20px;
	background:url("_img/eshop-item-small__vkredit.png") no-repeat;
}
.eshop-item-small__vkredit-price{
	font-weight:700;
}
.eshop-item-small__price-postfix{
	font-weight:700;
}
.eshop-item-small__additional-price_not_avail{
	background:#fff;
	cursor:default;
}
.eshop-item-small__additional-price_not_avail .eshop-item-small__cart-form{
	display:none;
}

.eshop-item-small__header {
    min-height: 46px;
}

.eshop-item-small_type_miniblock .eshop-item-small__additional-prices{
	position:static;
	visibility:visible;
	opacity:1;
}

.eshop-item-small__additional-price_vkredit div {
    display: inline-block !important;
}

/*#cart_items * {
    font-size: 100%;
}*/

.cart-small__order-btn,
#cartPopupWindow .cart-small__cont-btn {
	/*position:relative;
	padding:5px 12px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	border:1px solid #e5e5e5;
	color:#848484;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
    text-decoration: none;
    border-radius: 5px;*/
    padding: 10px 15px;
    background-color: #40b4ff;
    line-height: 100%;
    letter-spacing: 1pt;
    color: white;
    box-shadow: 0px 0px 30px rgba(255,255,255,0.5);
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
margin-left: 20px;
}

.cart-small__title {
    display: block;
    font-weight: bold;
} 

.popupContent .cart-small {
    display: inline;
}

.popupContent .cart-small__order-btn {
    margin-right: 10px;
    display: inline-block;
}

/*.cart-small__order-btn:hover,
#cartPopupWindow .cart-small__cont-btn:hover {

   background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
}*/

.eshop-ordering__redirect-info{
	display:none;
	visibility:hidden;
}

.recalc123 {
	text-decoration: none !important;   
}

@media screen and (max-width: 1000px) {
    #cart_items td:nth-child(3) {
    	display: none;
    }
    
    #cart_items td {
    	padding: 12px 2px 12px 2px;
    }
    
    #cart_items tr:first-child {
    	display: none;
    }
    
    #cart_items img {
        width: 60px;
        height: auto;
        display: none;
    }
    
    #cart_items input {
        padding: 4px 0;
        width: 22px !important;
        height: auto !important;
        font-size: 14px !important;
    }
}

/* E-Shop: End buy, credit and one click button
 * @tpl _eshop_item_list.tpl
 */

/* E-Shop: Start cart popup
 * @tpl eshop_cart.tpl
 */

div.amiPopup {
    height: auto !important;
}

.cart-small__info_not_empty, .amiPopup .cart-small__cont-btn {
    display: block;
    padding: 2px 0 8px 0;
}

.amiPopup .cart-small__info_not_empty,
.amiPopup .cart-small__cont-btn {
    display: inline;
    padding: 0;
}

.amiPopup .cart-small__success-message {
    display: block;
    padding: 10px 0;
    font-weight: bold;
}

.amiPopup #cart-small__info_not_empty {
    padding-bottom: 8px;
    display: block;
padding-right: 0px;
}


#cart-small__info_is_empty {
    padding: 2px 0 8px;
}

.cart-small__cont-btn,
.cart-small__success-message,
.cart-small_not_empty #cart-small__info_is_empty,
.cart-small_type_one-click .cart-small__order-btn,
.cart-small_type_one-click .cart-small__cont-btn,
.cart-small_empty #cart-small__info_not_empty,
.amiPopup .cart-small__info,
.cart-small__order-btn {
    display: none;
}

.cart-small_not_empty .cart-small__order-btn {
    display: inline-block;
}

#cartPopupWindow .cart-small_type_one-click div .cart-small__order-btn,
#cartPopupWindow .cart-small_type_one-click div .cart-small__cont-btn {
    display: none !important;
}

/* E-Shop: End cart popup
 * @tpl eshop_cart.tpl
 */

/* 5. SYSTEM ****************************************************************************************************/

/* SYSTEM: Start added items to cart
 * @tpl _eshop_item_list.tpl
 */

.eshop-item-detailed__price-wrapper,
.eshop-item-detailed__price-box {
    overflow: visible !important;
}

.eshop-item-small__added-items-prop {
    box-shadow: 0 0 10px -2px #000;
    border-radius: 5px;
    display: none;
    position: absolute;
    bottom: 110px;
    right: 0;
    width: 240px;
    background: #fff;
    padding: 10px 20px;
    z-index: 20;
    color: #000;
    font-weight: normal;
    cursor: pointer;
    font-size: 13px;
}
.added-items-prop-list {
    text-align: left;
    height: auto;
    bottom: auto;
    right: auto;
    width: 205px;
}
.eshop-item-small__added-items-prop__title {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #333;
    font-size: 13px;
    border: 0;
}

#cart_items tr {
    -webkit-transition:background 1s ease-in-out;
    -moz-transition:background 1s ease-in-out;
    -o-transition:background 1s ease-in-out;
    transition:background 1s ease-in-out;
}

.cart_items__tr-select {
    background: #D4FDDA;
}

.cart_items__tr {
    background: #fff;
}

.eshop-item-detailed__box .eshop-item-tooltip {
    margin: 0;
    right: 0;
}

@-webkit-keyframes animate-shine { 
    0% {opacity: 0; width: 0%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 100%;}
}

@-moz-keyframes animate-shine {
    0% {opacity: 0; width: 0%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 100%;}
}
    
@-webkit-keyframes animate-shine-remove { 
    0% {opacity: 0; width: 100%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 0%;}
}

@-moz-keyframes animate-shine-remove {
    0% {opacity: 0; width: 100%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 0%;}
}

/*.eshop-add-to-cart__process-add:after,
.eshop-add-to-cart__process-remove:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    width: 0;
    -webkit-animation: animate-shine 0.7s linear infinite;
    -moz-animation: animate-shine 0.7s linear infinite;
    animation: animate-shine 0.7s linear infinite;
}
    
.eshop-add-to-cart__process-remove:after {
    -webkit-animation: animate-shine-remove 0.7s linear infinite;
    -moz-animation: animate-shine-remove 0.7s linear infinite;
    animation: animate-shine-remove 0.7s linear infinite;
}
*/
.eshop-item-detailed__cart-text .eshop-item-tooltip {
	position: absolute;
    display: none;
    font-size: 11px !important;
    font-weight: normal;
    background: #D4FDDA;
	color: #5c5c5c;
	padding: 1px 0;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	/*text-shadow: 1px 1px 0px rgba(255,255,255,0.4);*/
	text-align: center;
	font-size: 13px;
    z-index: 1;
    bottom: 30px;
    margin-left: -45px;
    left: 50%;
    cursor: default;
}

.eshop-item-detailed__cart-text .eshop-item-tooltip-area {
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
    max-height: 14px;
    width: 90px;
}

.eshop-item-detailed__cart-text .eshop-item-tooltip-title {
    display: block;
    padding: 0 10px;
    text-align: left;
}

/*.eshop-item-tooltip:hover .eshop-item-tooltip-area  {
    max-height: 300px;
    height: auto;
}*/

.eshop-item-detailed__prices .eshop-item-tooltip {
    left: auto;
}

.eshop-item-tooltip-prop #properties-items-popup {
    text-align: left;
    display: block;
    padding: 10px;
color: white;
}

.eshop-item-tooltip-prop .eshop-item-tooltip__btn-cart {
    width: 90px;
}

.eshop-item-tooltip-prop:hover .eshop-item-tooltip-area {
    max-height: 200px;
    height: auto;
    width: 200px;
}

.eshop-item-tooltip-prop #properties-items-popup {
    overflow: hidden;
    width: 200px;
}

.eshop-item-detailed__cart-text .eshop-item-tooltip__btn-cart,
.eshop-item-detailed__cart-text .eshop-item-tooltip__btn-delete {
    cursor: pointer;
    display: block;
    border: 1px solid #DFDFDF;
	background:#FAFAFA;
	background:-moz-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
    margin: 4px 8px 2px 8px;
    border-radius: 3px;
padding:3px;
}

.eshop-item-detailed__cart-text .eshop-item-tooltip__btn-cart:hover,
.eshop-item-detailed__cart-text .eshop-item-tooltip__btn-delete:hover {
	background:#FAFAFA;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
}

/*.eshop-item-detailed__cart-text .eshop-item-tooltip:before {
    content: '';
    border-top: 6px solid #DDD;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 35px;
    bottom: -7px;
}*/
/*.eshop-item-detailed__cart-text .eshop-item-tooltip:after {
    content: '';
    border-top: 5px solid #CFC;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 37px;
    bottom: -5px;
}*/
/* SYSTEM: End added items to cart
 * @tpl _eshop_item_list.tpl
 */

/* SYSTEM: Start module sort
 * @tpl _eshop_item_list.tpl
 * @tpl _sort.tpl
 */

.eshop-item-list__caption::after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.eshop-item-list__caption{
	position:relative;
	margin-top:10px;
	min-height:30px;
}
.sorter {
   /* border: 1px solid #CCCCCC;*/
    border-radius: 5px;
    float: left;
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 10px;
    background-color: #c9edfd;
    color: #0184ca;
}
}

.sorter__link{
	font-size: 14px;
        color: #0184ca;
}
.sorter__item{
	margin:0 4px;
	font-size:12px;
}
.sorter__item_type_asc{
	padding-left:12px;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+py43QgFyypoqd3qYAADs=") no-repeat;
	background-position:left center;
}
.sorter__item_type_desc{
	padding-left:12px;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+pyx0AI0hyqtis2/wUADs=") no-repeat;
	background-position:left center;
	font-weight:700;
}

div.sort {
    height: 40px;
}

div.sort_caption,
div.sort_field,
div.sort_field_caption,
div.sort_field_separator,
div.sort_dir {
    float: left;
}

div.sort_field_active {
}

div.sort_field_caption {
    padding-left: 6px;
}

div.sort_field_separator {
    padding-left: 6px;
    border-right: 1px dotted black;
}

div.sort_field_active div.sort_field_caption {
    font-weight: bold;
}

div.sort_dir {
    padding-left: 8px;
}

.eshop-item-list__search-result {
    padding: 14px 0 6px 0;
}

.eshop-item-list__sorting{
	display:inline-block;
	float:left;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px 5px 5px 5px;
}
.eshop-item-list__sort-over-text{
	font-weight:bold;
}
.eshop-item-list__switcher {
	margin-top: 10px;
}
.eshop-item-list__switcher label {display: inline-block;}
.eshop-item-list__switcher:nth-of-type(n){
	display:block;
	float: right;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:12px;
	font-weight:400;
}
.eshop-item-list__switcher-radio-list{
	display:none;
}
.eshop-item-list__switcher-radio-table{
	display:none;
}
.eshop-item-list__switcher-label-list{
	margin:0 10px;
	padding-left:20px;
	background:url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEAAQAwERAAIRAQMRAf/EAFwAAAMBAAAAAAAAAAAAAAAAAAIDBAcBAQAAAAAAAAAAAAAAAAAAAAAQAAICAgEEAgMAAAAAAAAAAAECAwQRBQYAIRITMVEiMgcRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANv1ew1a2OWO/M5PCG2gsSSeqJdY3sZfUj2lkhIZgY8+OO2P3ySDdfveOvsK0cf9DW9K8qLHSNjTn3MzALHiKukh8j2wpz9dAembmUF3ksrcd1tYtbQ6mWOYQG9FkhprUsa2GDqmCMx5zlcYHmQvrbHnzW4Us6LWw1GcCxNHtJpJEQn8mWM0UDED4BcZ+x0H/9k=") no-repeat;
	color:#4490b2;
	cursor:pointer;
	text-decoration:underline;
}
.eshop-item-list__switcher-label-table{
	margin:0 10px;
	padding-left:20px;
	background:url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEAAQAwERAAIRAQMRAf/EAGwAAQEBAAAAAAAAAAAAAAAAAAQDBwEAAgMAAAAAAAAAAAAAAAAAAQQDBQYQAAMAAgAFBQEAAAAAAAAAAAECAxEEACExcRJBYZEyBTQRAAEEAgICAwAAAAAAAAAAAAIAAREDUQRhcUESIbHR/9oADAMBAAIRAxEAPwDZ/P8AQ2NqktV5zSevOgLQm+SYTYksZOfs56t8etmA1BUJEMu/L5flZ+yzYPYMAP1YY8NhuFVdf9aNaPs2k8EWwKDXmhyNdnXDCEyD5c+o7Y58QHbSQwIwXb57TVFOyJyZ+w9NjpE0aCNnteVlZ9eUmQ6myWV0kiNkjXccmQ4w3bgHez1CPlv1GrVIdg7H+WKPpkrZ3pPG4lG5o6VE1GpsAktJkVf50xlvcDheU7D4X//Z") no-repeat;
	color:#4490b2;
	cursor:pointer;
	text-decoration:underline;
}
.eshop-item-list__switcher-label-list:hover{
	text-decoration:underline;
}
.eshop-item-list__switcher-label-table:hover{
	text-decoration:underline;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-list{
	color:#4490b2;
	text-decoration:underline;
	font-weight:700;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-table{
	color:#4490b2;
	text-decoration:underline;
	font-weight:700;
}

.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small{
	display:block;
	width:auto;
	text-align:left;
	clear: both;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__header{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__visual{
	width:auto;
	text-align:left;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__comparison{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__line{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce{
	display:block;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__content{
	text-align:left;
	max-width:1000px;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small{
	display:inline-block;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce{
	display:none;
}

.sort-type {
    display: block;
    height: 40px;
    line-height: 1.8;
    width: 100%;
}
.sort-type__area {
    float: right;   
}
.sort-type__field, .sort-type__caption, .sort-type__selectarea {
    float: left;
}
.sort-type__field-caption {
    padding: 0;
    margin: 0 8px;
}
.sort-type__field-selected {
    font-weight: bold;
}
.sort-type__selectarea {
    margin-left: 5px;
}

/* SYSTEM: End module sort
 * @tpl _eshop_item_list.tpl
 * @tpl _sort.tpl
 */

/* SYSTEM: Start rating like
 * @tpl rating_like.tpl
 * @tpl ext_rating_like.tpl
 */

.rating__like-form {
    clear: both;
    height: 20px;
    line-height: 1;
    position: relative;
}

.rating-like__form-popup {
    background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #FFFFFF;
    color: #FFFFFF;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: -35px;
    width: 120px;
}

.rating-like__form-popup__txt {
    font-size: 11px !important;
}

.rating-like__form-popup .rating-like__form-popup__arrow {
    background: url(_img/icon-dec-sel.gif) no-repeat;
    display: block;
    height: 11px;
    position: absolute;
    right: 10px;
    bottom: -7px;
    width: 11px;
}
    
.like__ajax-loader {
    background: url(_img/ami_jsapi/loader-mini__white.gif) #fff center no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
}
    
.amiphotoalbum .like__ajax-loader {
	background: url(_img/ami_jsapi/loader-mini__black.gif) center no-repeat;
}

.rating-like__form-block {
    cursor: pointer; 
    padding: 4px 2px;
    position: relative;
    left: -3px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.rating-like__form-block__like-count {
    padding-left: 0;
    position: relative;
    top: 3px;
    font-size: 11px !important;
    min-width: 12px;
}
.rating-like__form-block:hover {opacity: 1;}
.rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left;}
.rating-like__form-block__like {
    background: url("_img/rating/like/like_hand_black.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    width: 20px;
}
.rating-like__form-block-off {opacity: 0.5;}
.rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.5;}
.rating-like__form-block,
.rating-like__form-block:hover,
.rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #000; 
    background: none;
}

/* SYSTEM: End rating like
 * @tpl rating_like.tpl
 * @tpl ext_rating_like.tpl
 */

/* SYSTEM: Start rating stars oneblock
 * @tpl rating_stars_oneblock.tpl
 * @tpl ext_rating_stars_oneblock.tpl
 */

.rating-stars__form {
    line-height: 1;   
}
body .rating-stars__form-block, .rating-stars__form-votes { 
    width: 100px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.rating-stars__rate-off {
    color: #ff0000;   
}
.rating-stars__rate-on {
    color: #21C268;   
}
.rating-stars__rate-block {
    font-size: 13px;   
    text-align: left;
    padding-top: 5px;
}
.rating__stars-form {
    padding: 10px 0;   
}
.rating-stars__rate-on {
    color: #21C268;
}

/* SYSTEM: End rating stars oneblock
 * @tpl rating_stars_oneblock.tpl
 * @tpl ext_rating_stars_oneblock.tpl
 */

/* SYSTEM: Start slider pad */

.slider-pad{
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}
.slider-pad__arrow-left,.slider-pad__arrow-right,.slider-pad__arrow-up,.slider-pad__arrow-down{
	position:absolute;
	display:block;
	visibility:hidden;
	font-size:76px;
	cursor:pointer;
	opacity:0.7;
	transition:opacity 0.3s,background 0.3s;
	-moz-transition:opacity 0.3s,background 0.3s;
	-webkit-transition:opacity 0.3s,background 0.3s;
	-o-transition:opacity 0.3s,background 0.3s;
	z-index:2;
}
.slider-pad__arrow-left{
	width:15px;
	height:60px;
	left:0;
	top:0;
	background:url(_img/slider-pad__arrow-left.png) no-repeat;
	background-position:left,center;
}
.slider-pad__arrow-right{
	width:15px;
	height:60px;
	right:0;
	top:0;
	background:url(_img/slider-pad__arrow-right.png) no-repeat;
	background-position:right,center;
}
.slider-pad__arrow-up{
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:15px;
	background:url(_img/slider-pad__arrow-up.png) no-repeat;
	background-position:center,top;
}
.slider-pad__arrow-down{
	position:absolute;
	left:0;
	bottom:0;
	width:60px;
	height:15px;
	background:url(_img/slider-pad__arrow-down.png) no-repeat;
	background-position:center,bottom;
}
.slider-pad__arrow-left:hover,.slider-pad__arrow-right:hover,.slider-pad__arrow-up:hover,.slider-pad__arrow-down:hover{
	opacity:1.0;
}
.slider-pad__arrow-left{
	left:0;
}
.slider-pad__arrow-right{
	right:0;
}
.slider-pad__arrow-up{
	top:0;
}
.slider-pad__arrow-down{
	bottom:0;
}
.slider-pad__arrow_disabled,.slider-pad__arrow_disabled:hover{
	opacity:0.2;
}

/* SYSTEM: End slider pad */

/* SYSTEM: Start main menu
 * @tpl menu.tpl
 */

.main-menu {
    padding: 0;
    font-size: 0;
}

.main-menu__item {
    display: inline-block;
    list-style-type: none;
    position: relative;
    font-size: 13px;
}

.main-menu__item:hover,
.main-menu__item:hover .main-menu {
    background: #FFF;
    z-index: 1;
}

.main-menu__item_level_0 a {
    padding: 4px 6px;
    display: block;
}

.main-menu__item_level_0 .main-menu {
    position: absolute;
    white-space: nowrap;
    display: none;
}

.main-menu__item:hover .main-menu {
    display: block;
}

.main-menu__item_level_0 .main-menu .main-menu__item {
    display: block;
}


/* SYSTEM: End main menu
 * @tpl menu.tpl
 */

/* SYSTEM: Start gadget slide images
 * @tpl imagetape*.tpl
 */

.image-tape{
	position:relative;
	overflow:hidden;
}
.image-tape__clipper{
	position:relative;
	overflow:hidden;
}
.image-tape__container{
	transition:0.5s ease-out;
	-moz-transition:0.5s ease-out;
	-webkit-transition:0.5s ease-out;
	-o-transition:0.5s ease-out;
	text-align:justify;
}
.image-tape__item{
	display:inline-block;
	padding:0;
	text-align:center;
}
.image-tape__img{
	margin:10px;
}
.image-tape__radio{
	display:none;
}
.image-tape__number{
	display:none;
}
.image-tape_type_slideshow{
	position:relative;
	display:inline-block;
	z-index:0;
}
.image-tape_type_slideshow .image-tape__img{
	margin:0;
}
.image-tape_type_slideshow .image-tape__radio{
	display:none;
}
.image-tape_type_slideshow .image-tape__number{
	position:relative;
	display:inline-block;
	z-index:2;
	margin:0 3px;
	padding:4px 8px;
	background:#fff;
	cursor:pointer;
	font-size:12px;
	line-height:1em;
}
.image-tape_type_slideshow .image-tape__number:hover{
	background:#e6e6e6;
}
.image-tape_type_slideshow .image-tape__number-list{
	position:absolute;
	bottom:15px;
	right:15px;
	z-index:11;
}
.image-tape_type_slideshow .image-tape__item{
	opacity:1;
	position:relative;
}
.image-tape_type_slideshow .image-tape__item~.image-tape__item{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__number-list .image-tape__number:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__number-list .image-tape__number:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__number-list .image-tape__number:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__number-list .image-tape__number:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__number-list .image-tape__number:nth-of-type(5){
	background:#333;
	color:#fff;
}
.image-tape_type_slideshow .image-tape__radio:checked~.image-tape__item{
	opacity:0;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__item:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__item:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__item:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__item:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__item:nth-of-type(5){
	opacity:1.0;
	z-index:6;
}
.image-tape_type_slideshow .image-tape__number-after{
	position:absolute;
	display:block;
	left:0;
	top:0;
	position:absolute;
	margin:0;
	padding:4px 8px;
	opacity:0;
	color:#fff;
	background:#333;
}
.image-tape:hover .image-tape__item,.image-tape:hover .image-tape__number-after{
	-moz-animation-play-state:paused;
	-o-animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-play-state:paused;
}
.image-tape_type_slideshow .image-tape__item{
	visibility:hidden \9;
}
.image-tape_type_slideshow .image-tape__item.image-tape__item_state_checked{
	visibility:visible \9;
	opacity:1.0 \9;
}
.image-tape_type_slideshow .image-tape__number-after{
	display:none \9;
}
.image-tape_type_slideshow .image-tape__number_state_checked .image-tape__number-after{
	display:none \9;
}
.image-tape_type_slideshow .image-tape__item_state_checked{
	z-index:5;
}
.image-tape_type_slideshow .image-tape__number_state_checked{
	background:#333;
	color:#fff;
}
*+html .image-tape_type_slideshow .image-tape__item{
	visibility:hidden;
}
*+html .image-tape_type_slideshow .image-tape__item_state_checked{
	visibility:visible;
}
*+html .image-tape_type_slideshow .image-tape__number-after{
	display:none;
}
* html .image-tape_type_slideshow{
	height:210px;
}
* html .image-tape_type_slideshow .image-tape__item{
	position:absolute;
}
* html .image-tape_type_slideshow .image-tape__item{
	visibility:hidden;
}
* html .image-tape_type_slideshow .image-tape__item_state_checked{
	visibility:visible;
}
* html .image-tape_type_slideshow .image-tape__number-after{
	display:none;
}

/* SYSTEM: End gadget slide images
 * @tpl imagetape*.tpl
 */

/* SYSTEM: Start global cols */

.global_cols_{
	width:auto;
}
.global_cols_0{
	width:auto;
}
.global_cols_1{
	width:100%;
}
.global_cols_2{
	width:50%;
}
.global_cols_3{
	width:33.33%;
}
.global_cols_4{
	width:25%;
}
.global_cols_5{
	width:20%;
}
.global_cols_6{
	width:16.666%;
}
.global_cols_7{
	width:14.285%;
}
.global_cols_8{
	width:12.5%;
}
.global_cols_9{
	width:11.111%;
}
.global_cols_10{
	width:10%;
}
.global_cols_11{
	width:9.09%;
}
.global_cols_12{
	width:8.333%;
}
.global_cols_13{
	width:7.692%;
}
.global_cols_14{
	width:7.142%;
}
.global_cols_15{
	width:6.666%;
}
.global_cols_16{
	width:6.25%;
}
.global_cols_17{
	width:5.882%;
}
.global_cols_18{
	width:5.555%;
}
.global_cols_19{
	width:5.263%;
}
.global_cols_20{
	width:5%;
}
*+html .global_cols_0{
	width:auto;
}
*+html .global_cols_1{
	width:100%;
}
*+html .global_cols_2{
	width:47%;
}
*+html .global_cols_3{
	width:30%;
}
*+html .global_cols_4{
	width:23%;
}
*+html .global_cols_5{
	width:18%;
}
*+html .global_cols_6{
	width:15%;
}
*+html .global_cols_7{
	width:13%;
}
*+html .global_cols_8{.eshop-item
	width:11%;
}
*+html .global_cols_9{
	width:10%;
}
*+html .global_cols_10{
	width:9%;
}
*+html .global_cols_11{
	width:8%;
}
* html .global_cols_0{
	width:auto;
}
* html .global_cols_1{
	width:100%;
}
* html .global_cols_2{
	width:47%;
}
* html .global_cols_3{
	width:30%;
}
* html .global_cols_4{
	width:23%;
}
* html .global_cols_5{
	width:18%;
}
* html .global_cols_6{
	width:15%;
}
* html .global_cols_7{
	width:13%;
}
* html .global_cols_8{
	width:11%;
}
* html .global_cols_9{
	width:10%;
}
* html .global_cols_10{
	width:9%;
}
* html .global_cols_11{
	width:8%;
}

/* System: End Start global cols */

/* System: Start small login form
 * @tpl members.tpl
 */

.small_login_form {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 15px #777;
	left: 50%;
	margin-left: -155px;
	margin-top: -110px;
	padding: 20px 30px;
	position: fixed;
	width: 250px;
	z-index: 11;
	transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-moz-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-webkit-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-o-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	opacity: 0;
	top: -50%;
}
.small_login_form .btn {
    padding: 6px 10px;
}
.small_login_form_on {
	transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-moz-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-webkit-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-o-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	opacity: 1;
	top: 50%;
}
.small_login_form_close {
	cursor: pointer;
	height: 25px;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
}
.small_login_form_close img {
	margin-left: -9px;
	margin-top: -5px;
}

/* System: End small login form
 * @tpl members.tpl
 */

/* System: Start popup */

div.popupWindowShadow{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #fff;
    background: #000000;
    -moz-opacity: 0.3;
    filter:alpha(opacity=30);
    opacity: 0.3;
    z-index:10;
}

div.amiPopup {
    display: none;
    position: fixed;
    background: white;
    overflow: hidden;
    box-shadow: 0px 0px 15px 3px #000;
    height: auto !important;
    border-radius: 5px;
}

div.amiPopup .popupClose{
    position: absolute;
    display: block;
    right: 5px;
    top: 1px;
    width: 39px;
    height: 39px;
    background: url("_img/ami_jsapi/glass-frame-close.svg");
    cursor: pointer;
}

div.amiPopup .popupHeader{
    cursor:move;
    position: relative;
    display: block;
    height: 0;
}

div.amiPopup .popupHeaderText{
    margin: 3px 0px 0px 14px;
    font-weight: bold;
}

.popupContent {
    padding: 5px 10px 10px 14px;
}

/* System: End popup */

/* System: Start user rating
 * @tpl user_rating.tpl
 */

.amiUserRatingControls {
    float: right;
    padding-left: 10px;
    padding-top: 1px;
}

.amiUserRatingControls .amiUserRatingDec, .amiUserRatingControls .amiUserRatingInc {
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_minus {
    color: red;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_null {
    color: #ccc;
}

.amiUserRatingControls .amiUserRatingDec {
    background: url(_img/rating/hands.png) no-repeat -18px 1px;
    opacity: 0.25;
}

.amiUserRatingControls .amiUserRatingDec:hover {
    opacity: 1;
}

.amiUserRatingControls .amiUserRatingInc {
    background: url(_img/rating/hands.png) no-repeat 0 0;
    opacity: 0.25;
}

.amiUserRatingControls .amiUserRatingInc:hover {
    opacity: 1;
}

.amiUserRatingControls .amiItemRatingValue {
    color: green;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
    width: 25px;
}

.amiUserRatingControls .user_rating_count {
    color: #ccc;
    padding: 0 3px;
}

.amiUserRatingMemberBg{
    margin-top: 8px;
    width: 102px;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft, .amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    width: 59px;
    background: url(_img/rating/stars/users_stars_gray.png) no-repeat;
    height: 10px;
    float: left;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight .amiUserRatingMemberPositive {
    background: url(_img/rating/stars/users_stars_green.png) no-repeat;
    height: 10px;
    float: left;
}

.amiUserRatingControls .thanks_user, .amiUserRatingControls .thanks_user:hover {
    margin-top: -3px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 15px;
    width: auto;
    color: #000000;
    background: #efeaea;
    /* Old browsers */
	background: -moz-linear-gradient(top, #efeaea 0%, #eaeaea 50%, #cecece 100%);
    /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efeaea), color-stop(50%,#eaeaea), color-stop(100%,#cecece));
    /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* IE10+ */
	background: linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
	opacity: 0.7;
}

.amiUserRatingControls .thanks_user:hover {
    opacity: 1;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft {
    border-right: 1px solid black;
    display: none;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    border-left: 1px solid white;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft .amiUserRatingMemberNegative{
    background-color: red;
    float: right;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberTitle{
    font-size: 10px;
}

.amiUserRatingControls div {
    line-height: 1.2 !important;
    font-size: 13px !important;
}

/* System: End user rating
 * @tpl user_rating.tpl
 */

/* System: Start alert window */

.AlertWindow, #status_message {
    position:fixed;
    top:200px;
    left:200px;
    padding:20px;
    font-size: 13px;
    visibility:hidden;
    border:2px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px 3px #ccc;
    -webkit-box-shadow: 0px 0px 10px 3px #ccc;
    box-shadow: 0px 0px 10px 3px #ccc;
    z-index:10000;
}

div.AlertWindow {
    overflow: hidden;
    cursor: move;
}

div.AlertWindow .popupClose{
    position: absolute;
    display: block;
    right: 5px;
    top: 3px;
    width: 39px;
    height: 39px;
    background: url("_img/ami_jsapi/glass-frame-close.svg");
    cursor: pointer;
}

div.AlertWindow .popupHeader{
    display: block;
    width:100%;
    height: 0px;
}

div.AlertWindow .popupHeaderText {
    display: none;
}

div.AlertWindow .popupContent {
    padding: 0px;
}

.status_error, .error {
    background:#ffef8f;
    color: #F00000;
}

.status_normal {
    background:#b0efff;
}

.status_notice {
    background:#ffef8f;
}

.local_status_error {
    color:#800000;
}

.local_status_notice {
    color:#008000;
}

.local_status_normal {
    color:#008000;
}

/* System: End alert window */

/* System: Start discussion
 * @tpl discussion.tpl
 */

.user_source_app_buttons__block-btn td {
    padding-left: 4px;
}

.discussion_item_row {
    float: left;
    padding-right: 5px;
}

.discussion_bb_preview {
    display: none;
    text-align: center;
    width: 600px;
}

.discussion_amiroTEdDivPreview,
.quest_preview,
.forum_preview {
    border: 1px solid #A5A5A5;
    display: none;
    padding: 4px;
    background: #F0F0F0;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 6px;
}

.form[action='forum'] {
    padding-bottom: 20px;
}

.member_forum_watch_menu {
    float: left;
}

.discuss_Vsplitter {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 16px;
}
.discussion_span_answer_for {
    display: none;
    padding-bottom: 10px;
}

.discussion_extension__list hr {
    margin-bottom: 16px;
}

.message_text {
    padding-bottom: 16px;
    margin-top: 6px;
}

.front_edit_msg, .quest_subject_item_row, .quest_answer_for, .forum_topic,
.forum_front_edit, .forum_tr_create_topic, .discussion_front_edit,
.discussion_span_answer_for {
    display: none;
}

.quest_split {
    clear: both;
}

.quest_bb_preview,
.forum_bb_preview {
    text-align:center;display:none;
}

th.forum_itemd_row {
    text-align: left;
}

table th.forum_itemd_row table,
table th.forum_itemd_row td {
    border: 0;
    padding: 0;
}

.discussion_extension__list br, .discussion_extension__list hr,
.forum-extention__list br, .forum-extention__list hr,
.discussion_extension__form br,
.forum-extention__form br,
.discussion_extension__form .alt_header2,
.forum-extention__form .alt_header2 {
    display: none;
}

.discussion_extension__list,
.forum-extention__list {
    padding: 40px 0 20px 0;
    clear: both;
}

.discussion_extension__list .alt_header2,
.forum-extention__list .alt_header2 {
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding: 0;
}

.discussion_extension__list .alt_header2 span,
.forum-extention__list .alt_header2 span {
    position: relative;
    top: -10px;
    background: #fff;
    padding: 0 10px;
}

.forum_forum_form br,
.forum_forum_form #bbFormTitle {
    display: none;
}

.forum_forum_form table img {
    padding-left: 4px;
}

@media screen and (max-width: 1000px) {
    .discussion_bb_preview {
        width: 100%;
    }

    #forum-page tr td:nth-child(3),
    #forum-page tr td:nth-child(4),
    #forum-page tr th:nth-child(3),
    #forum-page tr th:nth-child(4) {
        display: none;
    }
    
    #forum-page nobr {
    	white-space: normal;   
    }
    
    #forum-page .forum_forum_form tr td:nth-child(3) {
    	display: table-cell;
    }
    #forum-page img {
        display: none;
    }
    
    #forum-page .member_user_menu img,
    #forum-page span,
    #forum-page .forum_forum_form img {
        display: inline-block;
    }
    
    #forum-page th {
        font-size: 14px;
    }
}

/* System: End discussion
 * @tpl discussion.tpl
 */

/* System: Start mediaBox control */

.MediaBox_shadow{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100000;
}

* html .MediaBox_shadow{
    position: absolute;
}

.MediaBox{
    position: fixed;
    display: none;
    background: #fff;
    z-index: 100001;
}

* html .MediaBox{
    position: absolute;
}

.MediaBox_shadowL, .MediaBox_shadowR, .MediaBox_shadowT, .MediaBox_shadowB, .MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    position: absolute;
    overflow: hidden;
}

.MediaBox_shadowL, .MediaBox_shadowR{
    width: 15px;
    height: 100%;
    background: url(_img/ami_jsapi/shade-v.png) repeat-y;
}

.MediaBox_shadowL{
    left: -15px;
    top: 0px;
}

.MediaBox_shadowR{
    right: -15px;
    top: 0px;
    background-position: -15px 0px;
}

.MediaBox_shadowT, .MediaBox_shadowB{
    width: 100%;
    height: 15px;
    background: url(_img/ami_jsapi/shade-h.png) repeat-x;
}

.MediaBox_shadowT{
    left: 0px;
    top: -15px;
}

.MediaBox_shadowB{
    left: 0px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    width: 15px;
    height: 15px;
    background: url(_img/ami_jsapi/shade-c.png) no-repeat;
}

.MediaBox_shadowLT{
    left: -15px;
    top: -15px;
}

.MediaBox_shadowRT{
    right: -15px;
    top: -15px;
    background-position: -15px 0px;
}

.MediaBox_shadowLB{
    left: -15px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowRB{
    right: -15px;
    bottom: -15px;
    background-position: -15px -15px;
}

.MediaBox_speckLT{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_speckRB{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_close{
    position: absolute;
    width: 39px;
    height: 39px;
    right: -20px;
    top: -20px;
    background: url(_img/ami_jsapi/close.svg);
    cursor: pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
}

.MediaBox_container{
    margin: 10px 10px;
}

/* Black version */

.MediaBoxBlack{
    background: #000;
}

.MediaBoxBlack .MediaBox_shadowL, .MediaBoxBlack .MediaBox_shadowR{
    background-image: url(_img/ami_jsapi/glass-frame-v.png);
}

.MediaBoxBlack .MediaBox_shadowT, .MediaBoxBlack .MediaBox_shadowB{
    background-image: url(_img/ami_jsapi/glass-frame-h.png);
}

.MediaBoxBlack .MediaBox_shadowLT, .MediaBoxBlack .MediaBox_shadowRT, .MediaBoxBlack .MediaBox_shadowLB, .MediaBoxBlack .MediaBox_shadowRB{
    background-image: url(_img/ami_jsapi/glass-frame-c.png);
}

.MediaBoxBlack .MediaBox_speckLT{
    background-image: url(_img/ami_jsapi/glass-frame-c2lt.png);
}

.MediaBoxBlack .MediaBox_speckRB{
    background-image: url(_img/ami_jsapi/glass-frame-c2rb.png);
}

.MediaBoxBlack .MediaBox_close{
    right: -25px;
    top: -25px;
    background-image: url(_img/ami_jsapi/glass-frame-close.svg);
}

.MediaBoxBlack .MediaBox_loader{
    background-image: url(_img/ami_jsapi/loader-black.gif);
}

.MediaBoxBlack .MediaBox_container{
    margin: 0px 0px;
}

img[data-ami-mbpopup],
.mb-image {
    cursor: url(_img/ami_jsapi/pointer_plus.png), pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
    z-index: 100002;
}

.MediaBox_group{
    margin: 10px;
    margin-bottom: 0px;
    font-style: italic;
}

.MediaBox_header{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

.MediaBox_url{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.MediaBox_description{
    padding: 10px;
    padding-bottom: 0px;
}

.MediaBox_imageArea{
    position: relative;
}

.MediaBox_previous{
    position: absolute;
    left: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-prev.svg);
    cursor: pointer;
}

.MediaBox_next{
    position: absolute;
    right: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-next.svg);
    cursor: pointer;
}

.MediaBox_container{
    position: relative;
    margin: 10px 10px 0px 10px;
    text-align: center;
}

.MediaBox_zoom{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

.MediaBox_zoom a{
    font-style: italic;
}

#MediaBox_sliderPrevious{
    float: left;
    width: 10px;
    height: 20px;
    margin: 40px 0px 0px 10px;
    background: #00f;
    cursor: pointer;
}

#MediaBox_sliderNext{
    float: right;
    width: 10px;
    height: 20px;
    margin: 40px 10px 0px 0px;
    background: #00f;
    cursor: pointer;
}

.MediaBox .disabled{
    background: #ccf !important;
    cursor: default !important;
}

.MediaBox_slider{
    position: relative;
    overflow: hidden;
    height: 80px;
    margin: 10px 30px 0px 30px;
    white-space: nowrap;
}

.MediaBox_sliderImage{
    max-height: 80px;
    cursor: pointer;
}

.MediaBox_sliderDelimeter{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 10px;
}

.MediaBox_counter{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

/* SYSTEM: End mediaBox control */

/* SYSTEM: Start multiselectbox */

div.mselectFrame{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #848484;
    overflow: auto;
}

div.mselectOption, div.mselectOptionselected{
    padding: 0px 2px;
    white-space: nowrap;
    cursor: default;
}

div.mselectOptionselected{
    background: #5fabfe;
    color: #fff;
}

/* System: End multiselectbox */


/* System: Start Catalog menu
 * @tpl eshop_tree_links.tpl
 */

.eshop-cat-tree__small-picture {
    float: left;
    padding-right: 12px;
}

.eshop-cat-tree.eshop-cat-tree_type_dropdown {
    float: left;
    width: 100%;
    margin: 30px 0;
    background: #F5F5F5;
    clear: both;
}

.eshop-cat-tree__item {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
}

.eshop-cat-tree__item-link {
    display: block;
    padding-right: 8px;
    line-height: 1.6;
}

.eshop-cat-tree__item-link_type_selected .eshop-cat-tree__small-picture {
    display: none;
}

.eshop-cat-tree_level_3 {
    padding-top: 10px;
}

.eshop-cat-tree_level_3 .eshop-cat-tree__item {
    padding: 2px;
    display: block;
    float: none;
}

.eshop-cat-tree_level_1 {
    position: relative;
}

.eshop-cat-tree_level_2 {
    display: none;
    position: absolute;
    z-index: 10;
    background: #F5F5F5;
    padding: 0;
    margin: 0;
}

.eshop-cat-tree_level_1 li:hover .eshop-cat-tree_level_2 {
    display: block;
}

/* System: End catalog menu
 * @tpl eshop_tree_links.tpl
 */

/* System: Start path
 * @tpl eshop_catalog.tpl
 */

.category-path__link {
    padding-right: 6px;
}

.category-path__link:after {
    content: "\2192";
    padding-left: 6px;
}
.category-path__link:last-child:after {
    content: '';
}

/* System: End path
 * @tpl eshop_catalog.tpl
 */

/* System: Start pager
 * @tpl pager.tpl
 */

.pager{
	clear:both;
	margin:20px 0;
	-o-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
.pager::after{
	content:"";
	display:table;
	clear:both;
}
.pager__content{
	float:right;
}
.pager__button,.pager__button:visited{
	display:block;
	float:left;
	padding:2px 10px;
	border:1px solid #d0f0fd;
	margin-left:-1px;
	*zoom:1;
	text-decoration:none;
	font-size:13px;
}
.pager__button:focus{
	outline:none;
}
.pager__button_type_prev{
	border-radius:4px 0 0 4px;
}
.pager__button_type_next{
	border-radius:0 4px 4px 0;
}
.pager__button:hover{
	background:#e6e6e6;
	color:#333;
}
.pager__button_state_active,.pager__button_state_active:hover{
	background:#6e6e6e;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.75);
	cursor:default;
}

/* System: End pager
 * @tpl pager.tpl
 */

/* System: Start sm_menu
 * @tpl sm_tree.tpl
 */

a.eshop_sm_level_1_a {
    font-size: 18px;
}

.sm_tree .sm_level_1 a:link, .sm_tree .sm_level_1 a:visited, .sm_tree .sm_level_1 a:active, .sm_tree .sm_level_1 a:hover {
    font-size: 1.1em;
}
.sm_level_1 .sm_tree_item_selected {
    font-size: 1.1em;
}
.sm_tree .sm_level_2 {
    margin-left: 15px;
}
.sm_tree .sm_level_2 a:link, .sm_tree .sm_level_2 a:visited, .sm_tree .sm_level_2 a:active, .sm_tree .sm_level_2 a:hover {
    font-size: 1.1em;
}
.sm_level_2 .sm_tree_item_selected {
    font-size: 1.1em;
}
.sm_tree .sm_level_3 {
    margin-left: 25px;
}
.sm_tree .sm_level_3 a:link, .sm_tree .sm_level_3 a:visited, .sm_tree .sm_level_3 a:active, .sm_tree .sm_level_3 a:hover {
    font-size: 1.1em;
}
.sm_level_3 .sm_tree_item_selected {
    font-size: 1.1em;
}
.sm_tree .sm_tree_item_selected {
    font-weight: 700;
}
.sm_imaged_tree .sm_imaged_item_normal_1, .sm_imaged_tree .sm_imaged_item_active_1, .sm_imaged_tree .sm_imaged_item_normal_2, .sm_imaged_tree .sm_imaged_item_active_2, .sm_imaged_tree .sm_imaged_item_normal_3, .sm_imaged_tree .sm_imaged_item_active_3 {
    line-height: 19px;
    padding-left: 7px;
}

table .eshop_sm_level_1_a {
    margin-top: 24px;
    display: block;
    margin-bottom: -24px;
}

/* System: End sm_menu
 * @tpl sm_tree.tpl
 */

/* System: Start sticker
 * @tpl stickers.tpl
 */

.stickers td {
    text-align: left;
    vertical-align: top;
}
.stickers .small_row {
    border: 0;
}
.stickers .small_row_dashed {
    border: dashed #ccc 1px;
}
.stickers .small_header {
    line-height: 16px;
}
.stickers .small_header a {
    border-bottom: dashed 1px;
    text-decoration: none;
}
.stickers .small_announce {
    padding: 3px;
    margin-top: 18px;
}
.stickers .small_Hsplitter img {
    height: 1px;
    width: 20px;
}
.stickers .small_Vsplitter img {
    height: 20px;
    width: 1px;
}

/* System: End sticker
 * @tpl stickers.tpl
 */

/* System: Start user menu */

.user_menu_index {
    display: inline;
}

.user_profile {
    font-weight: bold;
    cursor: pointer;
}

.user_menu li {
    color: #ccc;
    cursor: default;
}

.user_menu_img {
    cursor: pointer;
    padding-left: 5px;
}

ul.user_menu {
    list-style-type: none;
    border: 1px solid #000000;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    border: 1px solid #ccc;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

ul.user_menu li {
    padding: 0px;
    margin: 10px;
}

.member_user_menu {
    position: relative;
}

.user_profile_on {
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.user_menu {
    z-index: 1000;
    padding-top: 10px;
    box-shadow: 0px 1px 5px #ccc;
    border: 1px solid #000000;
    top:-21px;
    left: -11px;
    border: 1px solid #ccc;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

.user_menu_discussion {
    top: -21px;
}

.user_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.user_menu ul li {
    padding: 0px;
    margin: 10px;
}

.top_user_block {
    padding:3px;
    float: left;
}

/* System: End user menu */

/* System: Start print link
 * @tpl pages.tpl
 */

.pages_print_version img {
    padding-right: 6px;
}

/* System: End print link
 * @tpl pages.tpl
 */
 
/* System: Start Amiro copywrite link */
 
#sign {
    font-size: 12px;
    padding: 10px;
    width: 100%;
    text-align: right;
}

/* System: End Amiro copywrite link */
/* Start order history
 * @tpl eshop_order_history.tpl
 */

.eshop-order-history-detail__back {
    padding-top: 10px;
}

.eshop-order-history-list__id-status {
    display: none;
    color: #A6A6A6;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .eshop-order-history-list__name,
    .eshop-order-history-list__owners,
    .eshop-order-history-list__comments,
    .eshop-order-history-list__status,
    .eshop-order-history-list__image,
    .eshop-order-history-list__per-discount,
    .eshop-order-history-list__abs-discount,
    .eshop-order-history-list__price {
        display: none;
    }

    .eshop-order-history-list__view {
        width: 54px;
    }

    .eshop-order-history-detail .eshop-order-history-list__name {
        display: table-cell;
    }
    
    div.eshop-order-history-list__id-status {
        display: block;
    }

    table.eshop-order-history-list td,
    table.eshop-order-history-list tr {
        font-size: 100%;
    }
}

/* End order history
 * @tpl eshop_order_history.tpl
 */

/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */
.ami-eshop-properties__wrapper-table .eshop-item-tooltip-prop {display: none !important;}
.ami-eshop-properties__wrapper-table .ami-eshop-properties__wrapper-table-tr__1 .eshop-item-tooltip-prop {display: block !important;}

.ami-eshop-properties__wrapper-table td,
.ami-eshop-properties__wrapper-table th {
    padding: 6px 12px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__actual-price {
    font-size: 16px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__price-tag {
    float: left;
    background: none;
    padding: 0;
    top: 6px;
    position: relative;
    min-height: 10px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__cart-box_base {
    padding: 2px 12px;
    float: right;
    margin-left: 10px;
}

.ami-eshop-properties__wrapper-table th {
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
}
/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */



/*Bootstrap*/

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('_mod_files/fonts/glyphicons-halflings-regular.eot');
  src: url('_mod_files/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('_mod_files/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('_mod_files/fonts/glyphicons-halflings-regular.woff') format('woff'), url('_mod_files/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('_mod_files/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0284ca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
/*a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
  
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 40px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #fe5252;
  border-color: #fe5252;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn.btn-danger:hover {
  color: #fff;
  background-color: #ef3939;
  border-color: #ef3939;
}
.btn btn-danger:hover {
  color: #fff;
  background-color: #ef3939;
  border-color: #ef3939;
}


.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 40px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/*.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}*/
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
 /* border: 1px solid transparent;*/
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 769px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 769px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 769px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 769px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 769px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 769px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 769px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 769px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 769px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 769px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 769px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 769px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 769px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #a4e9ff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/*
 * FILE END: _mod_files/_css/common.css
 */

/*
 * FILE START: _mod_files/_css/ami_custom.css
 */

/* Start general */
select { -webkit-appearance: none; }
b,
strong {
  font-weight: 300;
    font-family: "Lato Bold";
}
body.main-page {
       /* background-color: #0283C7;*/
        background-image: url('_mod_files/ce_images/img/bg_glav_1.jpg');
    font-family: 'Lato', sans-serif;
    background-repeat-y: no-repeat;
    background-size: cover;
    font-family: 'Lato', sans-serif;
    background-position: center;
}

.internal-page #lay_f1 {
	background: url('_mod_files/ce_images/img/header_bg.jpg');
    background-repeat-y: no-repeat;
}

.internal-page #lay_f3 {
	/*background: url('_mod_files/ce_images/img/bg_footer.jpg');*/
    background: url('_mod_files/ce_images/img/bg_footer2-min.jpg');
  background-repeat: no-repeat;
    padding-top: 30px;
    background-size: cover;
    background-position: center center;
}

body, #lay_f3 h2, input {
    color:#313131;
    font-size:15px;
}

hr {
    background: #91dbfb;/*rgba(153, 229, 255, 0.45);*/
    border: 0 none;
    color: rgba(153, 229, 255, 0.45);
    height: 1px;
    margin: 20px 0;
}

table.tbl TH, table.price th {
    background-color: #0284ca;
    border-bottom: 1px solid #D9D9D9;
    color: #FFFFFF;
    padding: 10px;
    text-align: left;
   font-weight: 400;
}

table.tbl td, table.price td {
    /*da*/
    /*border-bottom: 1px solid #D9D9D9;*/
    border-bottom: 1px solid #91dbfb;/* rgba(153, 229, 255, 0.45);*/
    padding: 10px 10px;
    text-align: left;
}

input.btn, .but, .text_button {
    color: #fff;
    background-color: #0483ca;/*#40b4ff;*/
   /* font: bold 12px arial,tahoma,verdana;*/
    padding: 7px 20px;
    border-radius: 30px;
   	/* box-shadow: 0 0 2px #F0F0F0 inset;*/
    /*border: 1px solid #3E8702;*/
  	/*  background: #8bbc21;*/
    cursor: pointer;
    transition: all 0.2s linear;
    /* Old browsers */
	/*background: -moz-linear-gradient(top, #8bbc21 0%, #72b51b 61%, #44890c 100%);*/
    /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bbc21), color-stop(61%,#72b51b), color-stop(100%,#44890c));
    /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #8bbc21 0%,#72b51b 61%,#44890c 100%);
    /* Chrome10+,Safari5.1+ */
	/*	background: -o-linear-gradient(top, #8bbc21 0%,#72b51b 61%,#44890c 100%);
    /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #8bbc21 0%,#72b51b 61%,#44890c 100%);
    /* IE10+ */
	/*background: linear-gradient(top, #8bbc21 0%,#72b51b 61%,#44890c 100%);
    /* W3C */
}

input.btn:hover, .but:hover, .text_button:hover {
	background: #039ade;/*#016295;*/
    color: white;
    text-decoration: none;
}

.btn:hover, .btn:focus, .btn.focus {
  color: white;
  text-decoration: none;
}

#lay_f2 {
    /*float: left; width: 678px; text-align: right;*/
	margin-top:150px;
    margin-bottom:150px;
}

.index_banner {
    margin-left: 20px; 
    width: 656px;
}

.body{
	width:980px;
	padding:0 10px;
}
.hide-show-svg{
	display: none;
}
.body__header{
	margin:0;
	padding-top:20px;
}

.body__logo{
	display:inline-block;
	width:120px;
	height:120px;
	background:url("./_img/logos/0010.png") no-repeat top left;
	vertical-align:top;
}

.body__middle{
	padding-bottom:30px;
}

.body__aside{
	width:257px;
}

.body__content{
	padding-left:20px;
}

.body__footer{
	margin:0;
	/*	background:#e5e5dd repeat-x center;
	background-image:url("_img/body__footer.jpg");*/
	/*text-align:center;
	line-height:90px;*/
}

/*.body__footer:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	height:90px;
	background:#e5e5dd repeat-x center;
	background-image:url("_img/body__footer.jpg");
	z-index:-1;
}*/

.body__nav{
	height:36px \9;
}

*+html .body__middle{
	position:relative;
}

*+html .body__content{
	margin:0 0 0 260px;
}

*+html .body__aside{
	position:absolute;
	left:0;
	top:0;
}

*+html .body__logo{
	zoom:1;
	display:inline;
}

* html .body__middle{
	position:relative;
}

* html .body__content{
	margin:0 0 0 260px;
}

* html .body__aside{
	position:absolute;
	left:0;
	top:0;
}

* html .body__logo{
	zoom:1;
	display:inline;
}

#logo_head, #head_contact_block, #head_user_menu, #head_eshop_cart {
    height:105px;
    float: left;
}

#logo_head {
    width:192px;
}

#head_contact_block {
    width:230px;
    margin-top: 12px;
}

#head_contact_block span {
    font-size: 16px;
}

#head_contact_block p {
    padding: 4px 0px;
    color: #000;
    font-family: 'Lato Bold', sans-serif;
    margin: 0px;
}

#head_contact_block a {
    padding-right: 15px;
    font-size: 12px;
}

#head_user_menu {
    width: 274px;
    margin-top: 10px;
    position: relative;
    background: url(_mod_files/ce_images/template_images/user.gif) 0 10px no-repeat;
}

#head_user_menu .alt_header3 a {
    color: #616161 !important;
}

.mobile-head-btn, .mobile-head-informer {
    display: none;
}

#head_user_menu .alt_header3 span:hover {
    border-bottom: medium none !important;
}

#forum_type td {
    border-left: 0 none;
}

td.forum_itemd_row__num-message a {
    color: #fff;
}

#forum_type {
    padding-bottom: 30px;
}

#forum_type table td {
    padding: 8px 0;
}

#forum_type table {
    border-right: 0 none;
}

.page_header {
    color: #616161;
}

.pages_print_version img {
    padding-right: 7px;
}

.hl_text {
    background: #FF0;
}

.pages_print_version {
    margin-top: 50px;
    display: block;
}

.nav-menu__item{
    padding:0 10px;
}

.small_login_form {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 15px #777;
	left: calc(50% - 138px);
	margin-left: 0;
	margin-top: -110px;
	/*padding: 10px 20px;*/
	position: fixed;
	/*z-index: 11;*/
	transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-moz-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-webkit-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-o-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	opacity: 0;
	top: -50%;
    padding: 20px 25px;
    width: 276px;
    z-index: 1000;
}

    
	.small_login_form .wrapper-div .left-part{
		/*width: 130px;*/
    	width: 100px;
	}
    
.small_login_form .wrapper-div .rowik.end {
	justify-content: flex-end;
    margin-bottom: 5px;
}
    
.small_login_form_on {
	transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-moz-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-webkit-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-o-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	opacity: 1;
	top: 50%;
}
    
.small_login_form_close {
	cursor: pointer;
	height: 25px;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
}
    
.small_login_form_close img {
	margin-left: -9px;
	margin-top: -5px;
}

.user_source_app_buttons__block-name {
    padding-top: 4px;
    vertical-align: top;
}

#left_block_user_menu .small_login_form a {
    background: none;
    padding: 0;
}

#dsn_note {
    position: relative;
    width: 399px;
    height: 85px;
}

* html #dsn_note {
    width: 401px;
}

#dsn_note_top {
    width: 399px;
    height: auto;
    min-height: 74px;
    background: #ffab00 url('_mod_files/ce_images/note_area_fon.gif') top left repeat-x;
    border-left: solid #d9d9d9 1px;
    border-right: solid #d9d9d9 1px;
}

* html #dsn_note_top {
    width: 401px;
}

#dsn_note_i {
    margin-top: 8px;
    width: 50px;
    height: 66px;
    float: left;
}

#dsn_note_text, #dsn_note_text a, #dsn_note_text a:hover, #dsn_note_text a:visited {
    padding-top: 8px;
    font-size: 0.95em;
    color: #fff;
}

#dsn_note_bott {
    width: 401px;
    height: 11px;
}

.dsn_left_orange_block_1 {
    margin-bottom: 10px;
    padding-top: 6px;
    width: 200px;
    height: 76px;
    background: url('_mod_files/ce_images/basket_fon.png') top right no-repeat;
}

.dsn_left_block_1 {
    position: relative;
    width: 200px;
    border: solid #d9d9d9 1px;
    margin-bottom: 10px;
}

.dsn_left_block_1_head {
    margin: 10px 15px 10px 10px;
    padding-bottom: 3px;
    border-bottom: solid #d9d9d9 1px;
    line-height: 25px;
    font: bold 1.1em tahoma, arial, verdana;
    color: #0066FF !important;
    text-decoration: none;
}

.dsn_left_block_1_head a {
    font: bold 1.1em tahoma, arial, verdana;
    color: #0066FF !important;
    text-decoration: none;
}

.dsn_left_block_1_content {
    width: auto;
    padding: 0 15px 15px 10px;
    overflow: hidden;
    zoom: 1;
}

.dsn_left_block_2_content {
    width: auto;
    padding: 13px 15px 15px 10px;
    overflow: hidden;
    zoom: 1;
}

* html .dsn_left_block_1_content {
    width: 100%;
}

* html .dsn_left_block_2_content {
    width: 100%;
}

.dsn_right_block_1 {
    position: relative;
    width: 200px;
    border: solid #d9d9d9 1px;
    margin-bottom: 10px;
}

.dsn_right_block_1_head {
    margin: 0px 15px 10px 15px;
    padding-bottom: 3px;
    border-bottom: solid #d9d9d9 1px;
    line-height: 25px;
    font: bold 1.1em tahoma, arial, verdana;
    color: #ff6600 !important;
    text-decoration: none;
}

.dsn_right_block_1_head a {
    font: bold 1.1em tahoma, arial, verdana;
    color: #ff6600 !important;
    text-decoration: none;
}

.dsn_right_block_1_content {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

* html .dsn_right_block_1_content {
    width: 100%;
}

.dsn_footer_contacts {
    padding-left: 90px;
    padding-top: 15px;
    background: url('_mod_files/ce_images/i_write.jpg') 10px 10px no-repeat;
    font: normal 0.95em arial, tahoma, verdana;
    float: left;
    color: #666;
    height: 68px;
    overflow: hidden;
    zoom: 1;
}

a.dsn_footer_a:link, a.dsn_footer_a:visited, a.dsn_footer_a:active, a.dsn_footer_a:hover {
    font: normal 0.95em arial, tahoma, verdana;
}

.dsn_block_tl {
    position: relative;
    top: -1px;
    left: -1px;
    width: 10px;
    height: 10px;
}

.dsn_block_tr {
    position: relative;
    float: right;
    top: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
}

.dsn_block_bl {
    position: relative;
    bottom: -1px;
    left: -1px;
    width: 10px;
    height: 10px;
}

.dsn_block_br {
    position: relative;
    float: right;
    bottom: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
}

.dsn_center_block1 {
    width: 100%;
    border: solid #d9d9d9 1px;
}

.dsn_center_block1 .dsn_center_block1_content {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

* HTML .dsn_center_block1 .dsn_center_block1_content {
    width: 100%;
}

.dsn_center_block1_head {
    margin: 0px 15px 10px 0px;
    padding-bottom: 3px;
    border-bottom: solid #d9d9d9 1px;
    line-height: 25px;
    font: bold 1.2em tahoma, arial, verdana;
    color: #0066ff !important;
    text-decoration: none;
}

.kid{
    float:right;
}

.logo{
    float:left;
}

.eshop_tree{
    padding-bottom:7px;
}

#template {
	min-width: 290px; 
    position: relative;
}

#lay_body .cat_path h2 {
    background: none;
    color: #84837E;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#lay_body .cat_path h2 a {
    color: #898883 !important;
    font-weight: normal;
}

#lay_body .cat_path {
    margin-left: -20px;
    margin-bottom: 15px;
}

.item_catname_catalog {
    color: #000000;
    font-size: 24px;
    font-family: 'Lato Bold', sans-serif;
    margin-left: -20px;
    padding-bottom: 20px;
}

#lay_body h1, #lay_body h1 a, .alt_header2, #lay_body h2 {
   /* color: #000 !important;*/
    font-size: 19px;
    margin: 0px;
    padding-bottom: 25px;
    padding-top: 15px;
    font-weight: normal;
}

.alt_header2 {
    padding-bottom: 10px;
}

#lay_body h1 {
    padding-top: 10px;
    font-family: 'Lato Bold', sans-serif;
}

	#h2_span_body {
    	font-size: 10px;
    	font-weight: normal;
	}

	#index_html h2, #eshop_page h2 {
   		/* background: url(_mod_files/ce_images/template_images/line_new.jpg) repeat-x 0 30px;*/
	}

	#lay_body h2 span, #lay_body h2 a {
    	background: #fff;
    	padding-right: 10px;
    	color: #000 !important;
	}

	#top_line {
    	height: 8px;
    	background: url(_mod_files/ce_images/template_images/line_top.gif) repeat-x top center;
	}

	#bottom_line {
    	height: 90px;
    	background: url(_mod_files/ce_images/template_images/bottom_img.gif) repeat-x bottom center;
	}

	#head_template {
    	width: 955px;
    	margin: 0 auto;
    	padding: 0px 25px;
    	position: relative;
	}

	#lay_f3 {
   		/*float: left;
    	margin-right: 20px;
    	width: 257px;*/
	}

	#lay_body {
  		/*float: left;
    	width: 678px;*/
	}

	.div_splitter {
    	clear: both;
	}

	.eshop_cat_splitter {
    	background: url(_mod_files/ce_images/template_images/splitter_next.jpg) no-repeat !important;
    	display: inline-block;
    	height: 6px;
   		width: 7px;
    	*height: 9px;
	}

	#logo_bottom {
    	height: 29px;
    	position: absolute;
   		right: 0;
    	margin-top: 50px;
    	width: 154px;
	}

	.form {
		background: #cceefd;
    	/*background: -moz-linear-gradient(top,#f9f6eb 0%,#edeadf 100%);*/
    	/*background: -webkit-linear-gradient(top,#f9f6eb 0%,#edeadf 100%); */
    	background: -o-linear-gradient(top,#f9f6eb 0%,#edeadf 100%);
    	background: linear-gradient(top,#f9f6eb 0%,#edeadf 100%);
    	margin: 5px 0;
    	/*box-shadow: 0px 0px 15px 3px rgba(204,204,204,0.36); */
	}
}

span.form__radio-label-text, span.form__checkbox-label-text {
    padding-left: 0;
}

#lay_body .form {
	padding: 10px;   
}

#sub_right_block h2 {
    border: none;
}

.bg_opcaity {
    background: url("_mod_files/ce_images/template_images/bg_opacity2.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 45px;
    margin: 0 5px;
    position: absolute;
    width: 245px;
}
.items_small_filter {
    padding-bottom: 20px;
}

.left_block_user_menu {
    padding-bottom: 10px;
}

.a_sp {
    border-bottom: 1px solid #E2E2E2 !important;
    margin: 0 15px;
    padding: 4px 0;
}
#sub_flt_two .a_sp {
    width: 227px;
}

#sub_flt_two .a_sp {
    width: 227px;
}

.letters{
	background:#fff;
	color:#000;
}
.main-menu_type_dropdown .main-menu_level_1{
	transition:all 0.2s 0.1s;
	-moz-transition:all 0.2s 0.1s;
	-webkit-transition:all 0.2s 0.1s;
	-o-transition:all 0.2s 0.1s;
}
.nav-menu_position_bottom .nav-menu__item{
	vertical-align:middle;
}

/* End general */

/* Start footer */

#footer {
    height: 106px;
    position: relative;
}

.footer{
	/*margin-top:15px;*/
	/*text-align:center;*/
}
.footer__link{
	vertical-align:middle;
	display:inline-block;
	margin-left:50px;
	line-height:inherit;
}
.footer__logo{
	vertical-align:middle;
}
.footer__content{
	display:inline-block;
	vertical-align:middle;
	line-height:1.2em;
	max-width:80%;
}
*+html .footer__content{
	zoom:1;
	display:inline;
}
* html .footer__content{
	zoom:1;
	display:inline;
}

.bottom_menu {
    background: none;
    position: relative;
    top: 54px;
    padding-left: 20px;
}

.bottom_menu a:link, .bottom_menu a:visited, .bottom_menu a:active {
    color: #4490b2;
    text-decoration: underline !important;
}

.bottom_menu a:hover {
    color: #4490b2;
    text-decoration: none !important;
}

.bot_sp {
    color: #B7B7B5;
}

/* End footer */

/* Start specblock ajax-responder */

div.ami_resp_outer_block {
    border: 1px solid #0375A7 !important;
    background: #0375A7;
    border-radius: 5px;
    margin: 0px !important;
    padding: 0px !important;
}

div.ami_resp_outer_blog {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.name_resp_block {
    color: #FFFFFF;
    font-family: 'Lato Bold', sans-serif;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: -25px;
}

div.ami_resp_row_announce_blog {
    display: none;
}

.ami_resp_row_fdate_blog {
    display: block !important;
    font-size: 11px;
    font-weight: normal !important;
    padding-top: 5px;
}

.ami_resp_reload {
    display: none !important;
}

.ami_resp_next {
    background: url("_mod_files/ce_images/template_images/next_but.gif") no-repeat scroll 0 0 transparent !important;
    float: right;
    height: 18px !important;
    position: relative;
    right: -5px;
    top: -43px;
}

.ami_resp_prev {
    background: url("_mod_files/ce_images/template_images/prev_but.jpg") no-repeat scroll 0 0 transparent !important;
    float: right;
    height: 18px !important;
    position: relative;
    right: 30px;
    top: -43px;
}

#blog_id {
    position: absolute;
    color: #fff;
    top: 12px;
    font-family: 'Lato Bold', sans-serif;
    left: 20px;
}

.ami_resp_navi_block {
    background: #0375A7;
    height: 28px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
}

.ami_contents_block {
    background: #fff;
    border-radius: 5px 5px 4px 4px;
    padding: 20px;
}

div.ami_resp_row_blog {
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 5px;
    background: url(_mod_files/ce_images/template_images/theme_blog.gif) no-repeat 16px 7px;
}

/* End specblock ajax-responder */

/* Start search
 * @tpl eshop_filter_form_small.tpl
 * @tpl eshop_filter_box_small.tpl
*/

#search_left {
    float: left;
    width: 5px;
    height: 74px;
    background: url(_mod_files/ce_images/template_images/search_left.gif) no-repeat;
}

#search_center {
    float: left;
    width: 684px;
    height: 74px;
    background: url(_mod_files/ce_images/template_images/search_center.gif) repeat-x;
}

#search_value {
    float: left;
    padding-top: 20px;
    padding-left: 13px;
    padding-right: 14px;
}

#search_head {
    float: left;
    padding-top: 11px;
    padding-bottom: 5px;
}

#search_head .wd2 {
    width: 504px !important;
}

#search_head_filter {float: left;}
#search_head span {display: none;}
#search_head input {height: 14px; padding: 7px 5px; width: 504px;}
#search_head table input {
    background: url("_mod_files/ce_images/template_images/search_button.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 31px;
    left: 8px;
    position: relative;
    top: 1px;
    width: 78px;
}

#search_post_bot {
    color: #A9A79B;
    font-size: 12px;
    padding-left: 71px;
    float: left;
}

#search_full_top {
    float: right;
    padding-right: 96px;
}

#search_right {
    float: left;
    width: 5px;
    height: 74px;
    background: url(_mod_files/ce_images/template_images/search_right.gif) no-repeat;
}

#search_button {
    background: url(_mod_files/ce_images/template_images/search_button.gif) no-repeat;
    width: 78px;
    height: 31px;
    border: 0;
    cursor: pointer;
    left: 8px;
    position: relative;
    top: 1px;
}

.advanced_search{
    background:#f2f0e6 url(_mod_files/ce_images/template_images/adv_search_bgr.gif) repeat-x 0 0;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    padding: 13px 20px;
}

.advanced_search .header{
    text-transform:uppercase;
    color:#000;
    font-weight:bold;
    padding:0 0 6px 0;
}

.advanced_search input.btn{
    background:url(_mod_files/ce_images/template_images/adv_search_btn.png) no-repeat 0 0;
    border:0;
    padding:0 0 0 8px;
    font-size:12px;
    width:121px;
    height:28px;
    margin-top: 8px;
    color: #fff;
}

.items_small_filter, .left_block_user_menu, #filter_two_block, .sm_tree {
   border-radius: 0px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

#small_filter_catalog a, #left_block_user_menu a, .sm_tree a, .sm_tree span, #small_referance_catalog a {
    background: url("_mod_files/ce_images/img/punkt.png") no-repeat scroll 0 3px transparent;
    padding-left: 20px;
}

.sm_tree {
    padding: 10px 0 20px;
    width: 100%;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
    background-color: white;
}

#small_filter_catalog h2, #left_block_user_menu h2, .sm_tree h2, #small_referance_catalog h2 {
    color: #0A0A0A;
    font-family: 'Lato Bold', sans-serif;
    margin-left: 5px;
    padding: 10px;
    text-transform: uppercase;
}

body .form__submit{
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
body .form__submit:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
body .form__submit:visited{
	color:#fff;
}
body .form__submit:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
body .form__submit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
body .form__submit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}

.form__field-caption {
    font-size: 12px;
    font-family: 'Lato Bold', sans-serif;
    margin: 3px 0;
    padding: 0;
}
.form__search-line{
	width:70%;
    padding: 6px;
}
.form__search-line:hover{
	border:1px solid #999;
}
.form__field-sublist{
	vertical-align:top;
}
.form__field-list>.form__field-sublist{
	/*display:block;*/
    display: flex;
    justify-content: space-between;
    position: relative;
}
/*.form__field-list>.form__field-sublist:after{
	content:"";
	display:inline-block;
	width:100%;
	height:0;
}*/
.form__field{
	vertical-align:top;
}
.form__fieldset{
	margin-top:10px;
	min-width:140px;
    position: relative;
}
.form__select-wrapper{
	position:relative;
	overflow:hidden;
	width:140px;
	height:20px;
	margin:10px 0;
	padding:0;
	border:1px solid #c0c4cc;
	border-radius:5px;
	background:#fff;
	background-position:120px 0,0 0;
}
.form__select-wrapper:hover{
	border:1px solid #999;
}
.form__select-wrapper:before{
	content:"\25bc";
	position:absolute;
	display:block;
	right:5px;
	top:0;
	color:#ccc;
	font-size:16px;
	transform:scale(1,0.5);
	-moz-transform:scale(1,0.5);
	-webkit-transform:scale(1,0.5);
	-o-transform:scale(1,0.5);
	-ms-transform:scale(1,0.5);
}
.form__select-wrapper:hover:before{
	color:#bbb;
}
.form__select{
	position:absolute;
	left:0;
	top:0;
	width:160px;
	height:20px;
	padding:0 0;
	border:0;
	border-radius:5px;
	background:transparent;
	background-color:rgba(0,0,0,0);
	-webkit-appearance:none;
    margin: 0;
}
.form__select:hover{
	border:0;
}
.eshop-cat-list__clipper {
    font-size: 0;
}

.form.form_type_list form {
    background: none;
    font-family: arial;
}
.form__multiselect{
	width:140px;
	border:0;
}
.form__option{
	height:20px;
}
.form__option:hover{
	background:#eef;
}
.form__multiselect-wrapper{
	width:auto;
	height:auto;
	margin-top:10px;
	background:#fff;
	border:0;
	border-radius:0;
}
.form__checkbox:nth-of-type(n){
	position:absolute;
	left:-9999px;
}
.form__checkbox-label{
	display:block;
	height:20px;
	margin-bottom:5px;
	padding:0;
	line-height:20px;
    position: relative;
}
.form__checkbox-label-text{
	display:inline-block;
	vertical-align:baseline;
	cursor:default;
    font-size: 13px;
}
.form__checkbox:nth-of-type(n)+.form__checkbox-label:before,.form__checkbox:nth-of-type(n)+.form__checkbox-label-text:before{
	content:"";
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 5px 4px 0;
	border:2px solid #ccc;
	background:#f2f0e6;
	vertical-align:middle;
	z-index:5;
}
.form__checkbox:nth-of-type(n)+.form__checkbox-label:hover:before,.form__checkbox:nth-of-type(n)+.form__checkbox-label-text:hover:before{
	border:2px solid #999;
}
.form__checkbox-label:nth-of-type(n):after,.form__checkbox-label-text:nth-of-type(n):after{
	content:"\2713";
	position:absolute;
	top:-3px;
	left:1px;
	display:none;
	width:20px;
	height:20px;
	background-position:0 0;
	background-color:transparent;
	color:#0b0;
	font-size:23px;
	font-smooth:always;
	text-align:center;
	transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-webkit-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
}
.form__checkbox:checked+.form__checkbox-label:after,.form__checkbox:checked+.form__checkbox-label-text:after{
	display:block;
}
.form__label-img{
	vertical-align:top;
}
.form__radio{
	float:left;
	clear:both;
}
.form__radio-label{
	float:left;
}
.form__radio:nth-of-type(n){
	float:none;
}
.form__radio-label:nth-of-type(n){
	position:relative;
	display:block;
	float:none;
	height:20px;
	margin-bottom:5px;
	padding:0 0 0 25px;
	line-height:20px;
	color:#848484;
}
.form__radio-label:hover{
	color:#000;
}
.form__radio-label:nth-of-type(n):before{
	content:"";
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:16px;
	height:16px;
	border:2px solid #ccc;
	border-radius:10px;
	z-index:1;
}
.form__radio-label:nth-of-type(n):hover:before{
	border:2px solid #999;
}
.form__radio-label-text{
	vertical-align:baseline;
	cursor:default;
    font-size: 13px;
}
.form__radio-label-text:nth-of-type(n):after,.form__radio-label:nth-of-type(n):after{
	content:"";
	position:absolute;
	display:block;
	left:4px;
	top:4px;
	width:12px;
	height:12px;
	border-radius:6px;
	background:none repeat scroll 0 0 #3ce636;
	box-shadow:0 1px 2px rgba(0,0,0,0.3),0 -1px 6px rgba(0,0,0,0.5) inset;
	opacity:0;
}
.form__radio:checked+.form__radio-label:after,.form__radio:checked~.form__radio-label-text:after{
	opacity:1.0;
}
.form__radio:nth-of-type(n){
	position:absolute;
	left:-9999px;
}
.form__textfield:hover{
	border:1px solid #999;
}
.form__textarea{
	border:1px solid #ccc;
}
.form__textarea:hover{
	border:1px solid #999;
}
.form_type_filter{
	color:#333;
    box-shadow: 0px 0px 15px 3px rgba(2, 132, 202, 0.1);
    border-radius: 0
}
.form_type_filter .form__field-list{
	display:none;
}
.form_type_filter .form__search-line{
	width:78%;
}
.form_type_list{
	background:transparent;
	border:1px lightgray solid;
	padding:15px;
	border-radius:5px;
	background:#fff;
	color:#000;
}
.form_type_list .form__radio:checked+.form__radio-label:after{
	opacity:0;
}
.form_type_list .form__radio-dot{
	display:block;
	position:absolute;
	left:-20px;
	top:-20px;
	width:20px;
	height:20px;
	transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-in;
	z-index:0;
}
.form_type_list .form__radio-dot:before{
	content:"";
	position:absolute;
	display:block;
	left:4px;
	top:4px;
	width:12px;
	height:12px;
	border-radius:6px;
	background:none repeat scroll 0 0 #3ce636;
	box-shadow:0 1px 2px rgba(0,0,0,0.3),0 -1px 6px rgba(0,0,0,0.5) inset;
}
.form_type_list .form__radio-dot:after{
	content:"";
	position:absolute;
	display:block;
	left:8px;
	top:8px;
	width:2px;
	height:2px;
	background:#9f9;
}
.form_type_list .form__radio:nth-of-type(1):checked~.form__radio-dot{
	top:0;
	left:0;
}
.form_type_list .form__radio:nth-of-type(2):checked~.form__radio-dot{
	top:25px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(3):checked~.form__radio-dot{
	top:50px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(4):checked~.form__radio-dot{
	top:75px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(5):checked~.form__radio-dot{
	top:100px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(6):checked~.form__radio-dot{
	top:125px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(7):checked~.form__radio-dot{
	top:150px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(8):checked~.form__radio-dot{
	top:175px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(9):checked~.form__radio-dot{
	top:200px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(10):checked~.form__radio-dot{
	top:225px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(11):checked~.form__radio-dot{
	top:250px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(12):checked~.form__radio-dot{
	top:275px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(13):checked~.form__radio-dot{
	top:300px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(14):checked~.form__radio-dot{
	top:325px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(15):checked~.form__radio-dot{
	top:350px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(16):checked~.form__radio-dot{
	top:375px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(17):checked~.form__radio-dot{
	top:400px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(18):checked~.form__radio-dot{
	top:425px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(19):checked~.form__radio-dot{
	top:450px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(20):checked~.form__radio-dot{
	top:475px;
	left:0;
}
.form_type_search{
	overflow:hidden;
	float:left;
	width:677px;
	height:56px;
	margin:0;
	padding:10px;
	border-radius:5px;
}
.form_type_search .form__title{
	display:none;
}
.form_type_search .form__caption{
	display:none;
}
.form_type_search .form__search-line {
    width: 574px;
    padding: 5px;
    vertical-align: top;
    margin: 0 6px;
}
.form_type_search .form__submit{
	width:71px;
	height:28px;
	border:0;
	background:url("_img/form__submit.png") no-repeat;
	color:transparent;
	font-size:0;
	cursor:pointer;
	vertical-align:top;
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.form_type_search .form__submit:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.form_type_search .form__submit:visited{
	color:#fff;
}
.form_type_search .form__submit:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.form_type_search .form__submit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.form_type_search .form__submit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.form_type_search .form__under-search-line{
	display:block;
	width:584px;
	height:30px;
}
.form_type_search .form__hint{
	display:block;
	float:left;
	margin:3px 0 0 7px;
	color:#999;
	font-size:13px;
	text-shadow:1px 1px white;
}
.form_type_search .form__more{
	display:block;
	float:right;
	margin:3px 0 0 0;
}

/* End search
 * @tpl eshop_filter_form_small.tpl
 * @tpl eshop_filter_box_small.tpl
*/

/* Start member menu 
 * @tpl members.tpl
 */

.member_menu {
    overflow:hidden;
    margin: 0px 0 5px 0px;
}

.member_menu a {
    /*font: normal 1em arial, tahoma, verdana;*/
    text-decoration: none;
}

.member_small_block_body {
    margin: 10px 0;
	zoom: 1;
}

.bottom_menu a:link, .bottom_menu a:visited, .bottom_menu a:active, .bottom_menu a:hover {
    font: normal 1em arial, tahoma, verdana;
    text-decoration: none !important;
}

.bottom_menu a:hover {
    text-decoration: underline !important;
}

.member_small_menu_info_logged_body div, .member_small_menu_info_not_logged_body div {
    margin: 0px;
}

.member_menu a {
    color: #0284ca ;
   /* text-decoration: underline ;
    font-family: 'Lato Bold', sans-serif;*/
}

.member_menu {
   /* position: absolute;
    right: 0px;*/
    padding-top: 2px;
}

.member_small_menu_info_logged_body, .member_small_menu_info_not_logged_body {
	/*padding-left: 60px;*/
}

.member_small_menu_info_logged_body .alt_header3,
.member_small_menu_info_not_logged_body .alt_header3 {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 10px;
}
.member_menu .member_menu_row {
	display: none;
}
.member_menu .small_menu_registration,
.member_menu .small_menu_login,
.member_menu .small_menu_logout {
	display: block;
}
.member_menu .small_menu_login,
.member_menu .small_menu_logout {
	/*background: url("_mod_files/ce_images/template_images/exit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	float: right;
	/*margin-left: 15px;*/
}
.member_menu .small_menu_registration {
	/*background: url("_mod_files/ce_images/template_images/details_menu.png") no-repeat 0px 0px;*/
	float: right;
}
.member_menu_row.small_menu_login a,
.member_menu .small_menu_registration a,
.member_menu .small_menu_logout {
/*	padding-left: 25px;*/
}

#head_user_menu .member_menu {
    position: static;
    top: 0;
    float: right;
    padding-top: 20px;
}

.member_balance {
	float: left;
    padding-top: 19px;
}

#left_block_user_menu .member_menu a, .sm_tree a, .sm_tree span {
    font-weight: normal !important;
    font-size: 15px !important;
}

#left_block_user_menu .member_menu {
    position: relative;
    padding-top: 0px;
}

#left_block_user_menu .member_menu div, .sm_level_1, .sm_level_2 {
    padding: 5px 0;
    border-bottom: 1px solid rgba(153, 229, 255, 0.25) !important;
    margin: 0 15px;
}

#left_block_user_menu .member_small_block_body {
    margin: 0px;
}

#left_block_user_menu .member_small_block_body div {
    display: none;
}

#left_block_user_menu .member_menu, #left_block_user_menu .member_menu div {
    display: block !important;
}

#left_block_user_menu .member_menu_row {
    float: none;
    background: none;
}

/* End member menu 
 * @tpl members.tpl
 */

/* Start RSS
 * ext_rss.tpl
 * ami_ext_rss.tpl
 * ext_rss.tpl
*/

#rss_value {
    font-family: 'Lato Bold', sans-serif;
    padding-bottom: 15px;
}

#rss_demo {
    padding-top: 10px;
}

#rss_demo a {
    color: #000;
    font-size: 11px;
}

#rss_left input.wd2 {
    margin: 0;
	padding: 3px 5px 3px 28px;
	width: 126px !important;
	background: #FFF url("_mod_files/ce_images/template_images/email.jpg") no-repeat 5px;
}

#rss_left input.btn {
    background: url("_mod_files/ce_images/template_images/rss_but.png") no-repeat;
    border: 0 none;
    height: 37px;
    left: -6px;
    position: relative;
    filter: none;
    font-size: 0;
    width: 50px;
    top: 2px;
}

#email_rss {
    background: url("_mod_files/ce_images/template_images/email.jpg") no-repeat;
    width: 16px;
    height: 13px;
    position: absolute;
    margin-left: 7px;
    margin-top: 7px;
}

#rss_left {
    margin-top: 20px;
    padding-left: 17px;
    padding-top: 18px;
    width: 240px;
    height: 106px;
    color: #000;
    background: url(_mod_files/ce_images/template_images/rss.gif) no-repeat;
}

/* End RSS
 * ext_rss.tpl
 * ami_ext_rss.tpl
 * ext_rss.tpl
*/

.block__form_type_search,
.block__eshop-item-small,.block__eshop-item-detailed{
	background:transparent;
	color:#000;
}
.block__eshop-item-small{
	color:#000;
}
.block__eshop-cat-tree_type_list,.block__form_type_filter{
	color:#000;
}
.block__form_type_list,.block__letters{
	background:#fff;
	color:#000;
}
.block__category-path,.block__pager{
	border-width:0;
}
.block__eshop-item-properties,.block__rating{
	background:#fff;
	color:#000;
}
.element__button{
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.element__button:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.element__button:visited{
	color:#fff;
}
.element__button:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.element__button:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.element__button:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}

#cart-small__info_is_empty {
    padding: 6px 0 8px;
        padding-right: 18px;
}

/* Start eshop cart
 * @tpl eshop_cart.tpl
 */ 
 
.recalc123 {
	text-decoration: none;   
}
 
#head_eshop_cart {
    float: right;
    left: 0;
    position: relative;
    width: 220px;
}

#my_cart, #my_cart a {
    color: #000 !important;
    font-size: 14px;
    font-family: 'Lato Bold', sans-serif;
    padding-bottom: 5px;
}

.cart-small{
	min-height:47px;
	margin-top:15px;
    margin-bottom: 20px;
}
.cart-small__visual{
	display:block;
	float:left;
	width:42px;
	height:47px;
	margin-right:15px;
	background:transparent url("_img/cart-small.png") no-repeat;
}
.cart-small__title {
    color: #6D6D6D;
    display: block;
    font-size: 14px;
    font-family: 'Lato Bold', sans-serif;
    text-decoration: none;
    white-space: nowrap !important;
}
.cart-small__title:visited{
	color:inherit;
}
.cart-small__text{
	width:160px;
    float: left;
}


.cart-small__order-btn, .cart-small__order-btn {
    margin-top: 15px;
    background: #40b4ff;
    padding: 10px 36px;
    border-radius: 30px;
    text-align: center;
    border: none;
    transition: all 0.3s linear;
    color:#fff;
	/*position:relative;
	padding:5px 12px;
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-webkit-linear-gradient(top,#01a0e4 45%,#0184ca 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:linear-gradient(top,#9cd125 45%,#65a61d 75%);
	border:1px solid #0184ca;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
}
.cart-small__order-btn:hover {
    background: #016295;
	/*background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:linear-gradient(top,#9cd125 45%,#72bb21 75%);
	border:1px solid #01a0e4;
	color:#fff;
	text-decoration:none !important;*/
}
.cart-small__order-btn:visited{
	color:#fff;
}
.cart-small__order-btn:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
/*.cart-small__order-btn:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.cart-small__order-btn:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}*/
#cart-small__info_not_empty {
display: block;
padding: 4px 0 6px 0;
    padding-right: 18px;
}
.cart-small__cont-btn{
	background:transparent;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-left:30px;
	padding:5px 12px;
	font-size:12px;
	line-height:1.2em;
}
/*.cart-small__cont-btn:hover{
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	padding:5px 12px;
	font-size:12px;
	line-height:1.2em;
}*/
/*.cart-small__cont-btn:hover:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}*/
.cart-small__cont-btn:hover:visited{
	color:#fff;
}
.cart-small__cont-btn:hover:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
/*.cart-small__cont-btn:hover:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.cart-small__cont-btn:hover:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}*/
.cart-small__form-line{
	margin:5px 0;
}
.cart-small_not_empty .cart-small__visual{
	background:transparent url("_img/cart-small_not_empty.jpg") no-repeat;
}
.cart-small_type_one-click{
	margin-top:5px;
}
.cart-small_type_one-click .cart-small__info_not_empty{
	display:block;
	margin:10px 0;
}
.cart-small_type_one-click .cart-small__success-message{
	display:block;
	font-weight:700;
	margin:10px 0;
}
.cart-small_type_one-click .cart-small__title{
	font-size:18px;
}
.cart-small_type_success{
	margin-top:5px;
}
.cart-small_type_success .cart-small__title{
	font-size:18px;
}

/* End eshop cart
 * @tpl eshop_cart.tpl
 */ 
 
/* Start eshop catalog
* @tpl eshop_catalog.tpl
*/

.category-path{
	border-width:0;
	margin-bottom:20px;
	font-weight:700;
	color:#000;
}
.category-path__link,.category-path__link:visited{
	margin-right:5px;
	padding-right:15px;
	background:url(_img/category-path__arrow.jpg) no-repeat;
	background-position:100% 60%;
	color:#898883;
	font-weight:400;
}
.category-path__link:last-child{
	background:none;
}
.category-path__link::after{
	display:none;
}

.eshop-cat-detailed__description {
    padding: 20px 0;
}
.eshop-cat-detailed__announce{
	margin-bottom:10px;
}

.eshop-item-list_type_catalog{
	overflow:visible;
}
.eshop-item-list_type_catalog .eshop-item-list__clipper{
	overflow:visible;
}
.eshop-item-properties{
	color:#555;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
}
.eshop-item-properties_notavail{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border:1px solid #fcc;
}
.eshop-item-small:hover .eshop-item-small__additional-prices{
	visibility:visible;
	opacity:1;
}

.eshop-item-small__content{
	background:transparent;
	color:#000;
	color:#000;
	height:100%;
	/*max-width:220px;*/
	text-align:left;
    background-color: white;
}
.eshop-item-small__category,.eshop-item-small__category:visited{
	text-decoration:underline;
	font-weight:700;
	font-size:12px;
    }
.eshop-item-small__title,.eshop-item-small__title:visited{
font-size: 18px;
    font-family: 'Lato Bold', sans-serif;
    color: rgb(84,84,84);
    margin-bottom: 14px;
}
.eshop-item-small__title:hover,.eshop-item-small__category:hover{
	text-decoration:none;
}
.eshop-item-small__prices{
	margin-top:8px;
}
.eshop-item-small__base-price{
	display:inline-block;
}
.eshop-item-small__caption{
	display:block;
}
.eshop-item-small__price-tag{
	position:relative;
	display:inline-block;
	height:30px;
	padding:0 8px;
	border-radius:5px;
	background:#ffd300;
	text-align:left;
	margin-bottom: 10px;
	margin-top: 6px;
}
.eshop-item-small__price-tag_additional{
	font-size:13px;
	font-weight:700;
	height:22px;
	padding-top:8px;
}
.eshop-item-small__price-tag_vkredit{
	display:inline-block;
}
.eshop-item-small__price-actual{
	display:block;
	margin-top:8px;
	font-size:13px;
	font-weight:bold;
}
.eshop-item-small__price-original{
	display:block;
	margin-bottom:-11px;
	margin-top:1px;
}
.eshop-item-small__cart-form{
	display:inline-block;
	margin-bottom: 10px;
}
.eshop-item-small__quantity{
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	text-align:center;
}
.eshop-item-detailed__cart-text .eshop-item-small__cart-text{
	font-weight:700;
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	border-radius:5px;
}
.eshop-item-detailed__cart-text .eshop-item-small__cart-text:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.eshop-item-small__cart-text:visited{
	color:#fff;
}
.eshop-item-small__cart-text:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.eshop-item-detailed__cart-text .eshop-item-small__cart-text:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-detailed__cart-text .eshop-item-small__cart-text:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.eshop-item-small__additional-prices{
	border-radius:0 0 5px 5px;
}
.eshop-item-small__additional-price_vkredit{
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	background-color:#ddd;
	display:inline-block;
	margin:6px 0;
	padding-left:4px;
	padding-right:4px;
}
.eshop-item-small__additional-price_vkredit:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-small__additional-price_vkredit:visited{
	color:#000;
}
.eshop-item-small__additional-price_vkredit:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-small__additional-price_vkredit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-small__additional-price_vkredit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__caption{
	display:inline-block;
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__cart-icon{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:20px;
	background:url("_img/eshop-item-small__vkredit.png") no-repeat;
}
.eshop-item-small__vkredit-price{
	font-weight:700;
}
.eshop-item-small__price-postfix{
	font-weight:700;
}
.eshop-item-small__additional-price_not_avail{
	background:#fff;
	cursor:default;
}
.eshop-item-small__additional-price_not_avail .eshop-item-small__cart-form{
	display:none;
}
.eshop-item-small__one-click{
	color:#08c;
	margin: 0px 6px 0 6px;
}
.eshop-item-small_type_linked .eshop-item-small__header{
	/*max-width:195px;*/
}
.eshop-item-small_type_miniblock .eshop-item-small__header{
/*	max-width:195px;*/
}
.eshop-item-small_type_miniblock .eshop-item-small__additional-prices{
	position:static;
	visibility:visible;
	opacity:1;
}
.eshop-ordering{
	color:#848484;
}
.eshop-ordering__field-name{
	vertical-align:top;
    width: 120px;
}
.eshop-ordering__textfield{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-webkit-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-moz-box-shadow:0 1px 1px #ddd inset;
	-webkit-box-shadow:0 1px 1px #ddd inset;
	box-shadow:0 1px 1px #ddd inset;
	color:#848484;
    width: 270px;
}
.eshop-ordering__item{
	/*margin:8px 0;*/
	line-height:1em;
}
.eshop-ordering__item-list-wrapper{
	padding-top:0px;
}
.eshop-ordering__item-list{
	padding:0;
	background-color:#f4f4f4;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:330px;
}
.eshop-ordering__item-list .eshop-ordering__caption{
	margin:0;
	padding:10px 20px;
	background:#0184ca;
	color:#fff;
	border-radius:5px 5px 0 0;
}
.eshop-ordering__change-order{
    color:#fff;
	display:inline-block;
	width:50%;
	font-size:12px;
	font-weight:400;
	text-align:right;
	text-decoration:underline;
}
.eshop-ordering__item-price{
	/*font-size:18px;
	color:#333;
    display: none;*/
    font-size: 15px;
    color: #0284ca;
    display: inline;
}

.eshop-ordering__item-prop-info{
	display:inline-block;
	font-size:10px;
    float:right;
    padding-left: 15px;
}
.eshop-ordering__item-sku{
	font-size:10px;
}
.eshop-ordering__submit{
    margin-top: 15px;
    background: #40b4ff;
    padding: 10px 36px;
    border-radius: 30px;
    text-align: center;
    border: none;
    transition: all 0.3s linear;
    color:#fff;
   
}
    
    
    
	/*position:static;
	padding:5px 12px;
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-webkit-linear-gradient(top,#01a0e4 45%,#0184ca 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:linear-gradient(top,#9cd125 45%,#65a61d 75%);
	border:1px solid #0184ca;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;*/
}
.eshop-ordering__submit:hover{
    background: #016295;
	/*background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:linear-gradient(top,#9cd125 45%,#72bb21 75%);
	border:1px solid #65a61d;
	color:#fff;
	text-decoration:none !important;*/
}
.eshop-ordering__submit:visited{
	color:#fff;
}
.eshop-ordering__submit:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.eshop-ordering__submit:focus{
	outline: none;
    outline-offset: -2px;
}
/*.eshop-ordering__submit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-ordering__submit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}*/
.eshop-ordering__submit_action_order{
	display:flex;
	float:right;
	padding:10px 24px;
	font-size:18px;
    
    border: 2px solid rgb(2,132,202);
    box-shadow: inset 0px 0px 0px 0px rgba(243, 243, 243, 0);
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all 0.8s ease;
    background-color: transparent;
    color: rgb(2,132,202);
}
.eshop-ordering__submit_action_order i{
    padding-left: 15px;
    font-size: 24px;
    line-height: 0.9;
}

.eshop-ordering__submit_action_order:hover{
    background: none;
    box-shadow: inset 300px 0px 100px #0184ca;
    color: white;
}

.eshop-ordering__submit_action_order:active{
	padding:11px 24px 9px;
}
.eshop-ordering__login{
	position:relative;
	padding:5px 12px;
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:linear-gradient(top,#9cd125 45%,#65a61d 75%);
	border:1px solid #65a61d;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.eshop-ordering__login:hover{
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:linear-gradient(top,#9cd125 45%,#72bb21 75%);
	border:1px solid #65a61d;
	color:#fff;
	text-decoration:inherit;
}
.eshop-ordering__login:visited{
	color:#fff;
}
.eshop-ordering__login:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
/*.eshop-ordering__login:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}*/
/*.eshop-ordering__login:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}*/
.eshop-ordering__field-sublist{
	-webkit-transition:max-height 1.0s;
	-moz-transition:max-height 1.0s;
	-o-transition:max-height 1.0s;
	transition:max-height 1.0s;
}
.eshop-ordering__field-sublist_state_hidden{
	max-height:0;
	visibility:hidden;
	opacity:0.0;
	-webkit-transition:max-height 0.2s;
	-moz-transition:max-height 0.2s;
	-o-transition:max-height 0.2s;
	transition:max-height 0.2s;
}
.eshop-ordering__item-list-body{
	position:relative;
	/*min-height:100px;*/
	padding:8px 20px 20px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
@-webkit-keyframes eshop-ordering__rotate{
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes eshop-ordering__rotate{
	0%{
		-moz-transform:rotate(0deg);
	}
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-o-keyframes eshop-ordering__rotate{
	0%{
		-o-transform:rotate(0deg);
	}
	100%{
		-o-transform:rotate(360deg);
	}
}
@keyframes eshop-ordering__rotate{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
.eshop-ordering__item-list-rotor{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:32px;
	height:32px;
	margin:-16px 0 0 -16px;
	background:url(_img/eshop-ordering__loading.png) no-repeat;
	opacity:0.0;
}
.eshop-ordering__item-list-body_state_hidden+.eshop-ordering__item-list-rotor{
	opacity:1.0;
	visibility:visible;
	-webkit-animation:eshop-ordering__rotate 2s linear infinite;
	-moz-animation:eshop-ordering__rotate 2s linear infinite;
	-o-animation:eshop-ordering__rotate 2s linear infinite;
	animation:eshop-ordering__rotate 2s linear infinite;
}
#custom_shipping_04 select {
	margin-left: 16px;
}
.eshop-order__shippings .eshop-ordering__field{
	margin:0;
	padding:0px 0 15px 0px;
}
.eshop-ordering__number-cell{
	text-align:right;
}
.eshop-ordering__item-name{
    /*width: 100%;*/
    font-size: 14px;
	color:#333;
}
.eshop-ordering__item-name_total{
	font-size: 18px;
    vertical-align: top;
    display: inline;
    line-height: 30px;
}
.eshop-ordering__price-total{
    /*da*/
	/*border-top:2px solid #999;
	padding-top:20px;*/
    border-top: 0px;
    font-size: 20px;
    margin: 20px 0;
    color: #333;
    
}
.eshop-ordering__price-total-value{
    float: right;
	font-size:20px;
	vertical-align:top;
	color:#333;
    display: inline-block;
}
.eshop-ordering__price-total .eshop-ordering__price-total-value{
	float:right;
}
.eshop-ordering__info{
	border:none;
}
.eshop-ordering__redirect-info{
	text-align:center;
	margin:80px;
}
.eshop-ordering__redirect-info>.eshop-ordering__fieldset{
	display:inline-block;
	width:300px;
	border-radius:5px;
	background:transparent;
}
.eshop-ordering__redirect-info .eshop-ordering__info{
	font-size:16px;
}
.eshop-ordering__auth-link{
	text-decoration:none;
	border-bottom:1px dashed;
	cursor:pointer;
	font-size:12px;
	font-weight:400;
	margin-left:44px;
}
.eshop-ordering__auth-link:hover{
	text-decoration:none;
}
.eshop-ordering__login-window{
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.eshop-ordering__login-window .eshop-ordering__textfield{
	/*float:right;*/
    height: 35px;
    border: 1px solid #91dbfb;/*#cfeffd;*/
    padding: 5px 10px;
    font-size: 14px;
   /* width: 180px;*/
}

.eshop-ordering__login-window .eshop-ordering__field{
	margin-left:0;
    display: block;
}



.eshop-ordering__close-login-window{
	float:right;
}
.eshop-ordering__login-form{
	margin:0 20px 20px 20px;
}
.eshop-ordering__reg{
	display:block;
}
.eshop-ordering__with-credit{
	margin-top:10px;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset{
	border-radius:5px;
	background:#f4f4f4;
    width: 290px;
}
.eshop-ordering_type_accepted .eshop-ordering__field{
	/*background:#fee601;*/
    background: #0284ca;
	color:#fff;
}
.eshop-ordering_type_cancelled .eshop-ordering__fieldset{
	border-radius:5px;
}
.eshop-ordering_type_confirm .eshop-ordering__fieldset{
	box-shadow:-10px 0 12px -4px rgba(100,100,100,0.2),10px 0 12px -4px rgba(100,100,100,0.2);
}

/* End eshop catalog
* @tpl eshop_catalog.tpl
*/

/* Start eshop menu
* @tpl eshop_tree_links.tpl
*/

.eshop-cat-tree__item-link:before{
	width:10px;
	height:10px;
	background:url(_img/eshop-cat-tree__marker.png) no-repeat;
}
.eshop-cat-tree__item-link_type_selected,.eshop-cat-tree__item-link_type_selected:visited{
	text-shadow:none;
}
.eshop-cat-tree__item-link:before{
	width:10px;
	height:10px;
	background:url(_img/eshop-cat-tree__marker.png) no-repeat;
}
.eshop-cat-tree__small-picture {
    display: none;
}
.eshop-cat-tree_type_dropdown{
	margin:10px 0;
	border:0;
	box-shadow:none;
	border-radius:0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-name {
    color: #000000;
    font-family: arial,tahoma,verdana;
    font-size: 14px;
    font-family: 'Lato Bold', sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px #EEEEEE;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name{
	font-size:13px;
	font-weight:700;
	text-decoration:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name:hover{
	text-decoration:underline;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item {
    display: inline-block;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    vertical-align: middle;
    line-height: 22px;
    padding: 1px 0;
    z-index: 7;
    position: relative;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:first-of-type{
	margin-left:9px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:last-of-type{
	border-right:0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover{
	background:#fee601;
	border-radius:5px 5px 0 0;
	box-shadow:2px -1px 1px -1px #777;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{
	height:40px;
	line-height:40px;
	border-radius:5px;
    padding: 0;
    background: #ffd400 url(_img/eshop-cat-tree_type_dropdown.gif) repeat-x;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1>.eshop-cat-tree__item:hover .eshop-cat-tree__item-name{
	border-bottom:1px solid rgba(0,0,0,0);
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	padding:5px 10px;
	background:none;
    text-decoration: none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:after{
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	vertical-align:middle;
	opacity:0.3;
	background:url(_img/eshop-cat-tree_type_dropdown-marker.png) no-repeat;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover:after{
	opacity:1.0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover{
	text-decoration:none;
}
.eshop-cat-tree__item {
    display: block;
    line-height: 18px;
    min-width: 70px;
    position: relative;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	position:absolute;
	left:0;
	z-index:1000;
	visibility:hidden;
	opacity:0.0;
	min-width:330px;
	top:30px;
	padding:5px 0 12px 0;
	border-radius:0 5px 5px 5px;
	background:#ffe502;
	background:-moz-linear-gradient(top,#ffe502 0%,#fee300 62%,#ffc102 100%);
	background:-webkit-linear-gradient(top,#ffe502 0%,#fee300 62%,#ffc102 100%);
	background:-o-linear-gradient(top,#ffe502 0%,#fee300 62%,#ffc102 100%);
	background:linear-gradient(to bottom,#ffe502 0%,#fee300 62%,#ffc102 100%);
	transition:opacity 0.3s ease-out 0s;
	-moz-transition:opacity 0.3s ease-out 0s;
	-webkit-transition:opacity 0.3s ease-out 0s;
	-o-transition:opacity 0.3s ease-out 0s;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover>.eshop-cat-tree_level_2{
	box-shadow:1px 2px 1px 0 #777;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item{
	display:inline-block;
	margin:0;
	padding:0;
	line-height:14px;
	background:none;
	box-shadow:none;
	border:0;
	vertical-align:top;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover .eshop-cat-tree_level_2 {
    opacity: 1;
    visibility: visible;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item:hover{
	background:none;

}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link{
	background:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link:after{
	display:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link:hover{
	background:none;
}

.eshop-cat-tree_level_3{
	margin: 0;
	padding: 0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item{
	display:block;
	line-height:9px;
	margin-left:10px;

}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-name{
	font-size:13px;
	line-height:16px;
	font-weight:400;
	color:#14688c;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-link{
	padding:0px 0 2px 5px;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	background:#fee601;
}

.body__nav{
	background:#fde300;
	background:-moz-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5db00),color-stop(55%,#fde300),color-stop(100%,#ffe400));
	background:-webkit-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:-o-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:-ms-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:linear-gradient(to bottom,#f5db00 0%,#fde300 55%,#ffe400 100%);
	position:relative;
	min-height:30px;
	margin-bottom:18px;
	padding:0 20px;
	font-size:1px;
	line-height:0;
	text-align:justify;
}
.body__nav:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:1px;
	width:100%;
	height:1px;
	background:#ffe933;
}

.eshop-cat-tree.eshop-cat-tree_type_dropdown {
	margin: 14px 0;
    height: 34px;
background: none;
}

.eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block {
    position: fixed;
    width: 955px;
    top: -4px;
    margin: 0;
    z-index: 5;
}

.eshop-cat-tree_type_dropdown.is-fixed-menu {
    position: fixed;
    top: -4px;
    margin: 0;
    padding: 0;
    z-index: 5;
    width: 955px;
}

.body__nav .eshop-cat-tree_type_dropdown{
	display:inline-block;
	margin:0;
	background:transparent;
	vertical-align:middle;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{
	background:transparent;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 .eshop-cat-tree__item-name{
	border-bottom-color:#000;
	color:#000;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	background:#ffe400;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover{
	background:#ffe400;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	text-decoration:none;
	color:#000;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:after,.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover:after{
	display:none;
}
.body__nav .form_type_search{
	display:inline-block;
	float:none;
	width:auto;
	height:auto;
	padding:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	vertical-align:middle;
	background:transparent;
}
.body__nav .form_type_search .form__search-line{
	width:auto;
}
.body__nav .form_type_search .form__under-search-line{
	display:none;
}
.body__nav:after{
	content:"";
	width:100%;
	height:0;
	display:inline-block;
	opacity:0;
}

/* End eshop menu
* @tpl eshop_tree_links.tpl
*/

/* Start eshop item detail
* @tpl _eshop_item_list.tpl
*/

.eshop-item-detailed__price-tag{
    display: none;
	min-width:65px;
	min-height:30px;
	padding:0 20px 0 10px;
	text-align:left;
	border-radius:0;
}
.eshop-item-detailed__actual-price{
	display:inline-block;
	color:black;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	text-align:left;
}
.eshop-item-detailed__origin-price{
	margin:0 0 -5px;
	text-decoration:line-through;
}
.eshop-item-detailed__box{
	display:inline-block;
	*float:left;
	/*width:440px;*/
}
.eshop-item-detailed__text-box{
	display:block;
	*float:left;
	width:100%;
	
}
.eshop-item-detailed__choice-box{
    margin-bottom: 10px;
	/*width:440px;*/
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-tag{
	display:none;
	padding:15px 0;
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
	text-align:center;
}
.eshop-item-detailed__actual-price{
	font-size:30px;
	font-weight:400;
}
.eshop-item-detailed__cart-box_base{
    outline: none;
    /*
	padding:8px 0;
	border:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	display:block;
	text-align:center;*/
    display: flex;
    justify-content: center;
    background: rgb(254,82,82);
    width: 180px;
    height: 45px;
    border-radius: 30px;
    color: white;
    text-transform: uppercase;
    border: none;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
    z-index: 100;
    letter-spacing: 1px;
    margin-left: 20px;
    
}
.eshop-item-detailed__cart-box_base:hover{
	background:#ef3939;
	/*background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;*/
    border: none;
}
.eshop-item-detailed__cart-box_base:visited{
	color:#fff;
}
.eshop-item-detailed__cart-box_base:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
/*.eshop-item-detailed__cart-box_base:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-detailed__cart-box_base:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}*/
.eshop-item-detailed__base-price-caption{
	display:block;
}
.eshop-item-detailed__base-price-container{
	display:inline-block;
	text-align:left;
}
.eshop-item-detailed__add-to-cart-link{
	padding:0;
	font-size:13px;
}
.eshop-item-detailed__add-to-cart-link_base{
	border:none;
	color:#fff;
}
.input-style.eshop-item-detailed__cart-quantity{
	vertical-align:middle;
	width:170px;
/*	border-radius:3px;*/
   /* margin: 4px;*/
    text-align: right;
}

.eshop-item-detailed__cart-text{
    position: relative;
        align-self: center;
    font-weight: 300;
	font-size:14px;
    letter-spacing: 1pt;
        padding-left: 5px;
    
    
}
.eshop-item-detailed__other-prices .eshop-item-detailed__cart-text{
	font-size:11px;
	font-weight:400;
}
.eshop-item-detailed__popup-link{
	text-align:center;
}

.eshop-item-detailed__sku-name{
	font-weight:400;
}
.eshop-item-detailed__custom-field-name{
	font-weight:400;
}
.eshop-item-detailed__sku-value{
	color:#999;
}
.eshop-item-detailed__custom-field-value{
	/*color:#999;*/
    margin-left: 10px;
}
.eshop-item-detailed__availability-box{
	margin-bottom:8px;
}
.eshop-item-detailed__replies{
	height:15px;
	margin-top:12px;
}
.eshop-item-detailed__replies-count{
	font-style:italic;
}
.eshop-item-detailed__price-wrapper{
	overflow:hidden;
	font-size:11px;
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	padding:5px 0;
}
.eshop-item-detailed__price-wrapper:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-detailed__price-wrapper:visited{
	color:#000;
}
.eshop-item-detailed__price-wrapper:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-detailed__price-wrapper:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-detailed__price-wrapper:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	background:transparent;
	min-height:0;
	min-width:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-caption{
	display:inline-block;
	margin:0;
	font-size:11px;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	padding:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-actual{
	margin:0;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-quantity{
	display:block;
	color:#848484;
}
.eshop-item-detailed__price-wrapper_forbidden{
	background:#fdfdfd;
	cursor:default;
	border:0;
}
.eshop-item-detailed__price-wrapper_forbidden:hover{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_forbidden:active{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_vkredit .eshop-item-detailed__cart-icon{
	width:26px;
	height:20px;
	background:url("_img/eshop-item-detailed__vkredit.png") no-repeat;
}
.eshop-item-detailed__one-click-order{
	padding:8px 0;
	background-color:#2a79b6;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-ms-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-webkit-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-o-linear-gradient(top,#2a79b6,#1a5996);
	background-image:linear-gradient(top,#2a79b6,#1a5996);
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}


.eshop-item-detailed__choice-box {
    display: inline-block;
    vertical-align: top;
    width: 210px;
}
.eshop-item-detailed__one-click-order:hover{
	background:#2a79b6;
}
.eshop-item-detailed__one-click-order:before{
	content:"";
	display:inline-block;
	vertical-align:bottom;
	width:20px;
	height:20px;
	margin-right:7px;
	background:url("_img/eshop-item-detailed__one-click.png");
}
.eshop-item-detailed__comparison{
	margin:10px 0;
}
.eshop-item-detailed__price-postfix{
	font-weight:700;
}
.eshop-item-detailed__addpics-container{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
* html .eshop-item-detailed__addpics-item{
	float:left;
}
*+html .eshop-item-detailed__addpics-item{
	float:left;
}

/* End eshop item detail
* @tpl _eshop_item_list.tpl
*/

/* Start compare items
* @tpl eshop_compare.tpl
*/

.compare_script_bottom {
    padding: 35px 0px 15px 0px;
}

.compare__selected_items_row {
	display: none;   
}

.compare__selected_items_row-list a {
    margin-bottom: 4px;
    display: block;
}

.compare_small_link {
    float: left;
    width: 70px;
    padding-left: 10px;
}

.compare_small_clear_link {
	background: url(_mod_files/ce_images/template_images/compare_clear.png) no-repeat 0px 3px;
	margin-left: 104px;
	padding-left: 15px;
}

.compare_small_both {
    clear: both;
}

.compare_script_bottom a, .compare_script_bottom a:visited {
    display: inline-block;
    font-size: 0.9em;
    margin: 0 15px 0 0;
    text-decoration: underline;
}

#compare_block_top {
    height: 54px;
    border-radius: 7px;
    border: 1px solid #E5E5E5;
    float: left;
    margin-left: 20px;
    padding: 10px 15px;
    width: 204px;
}

.compare__selected_items_row-list {
    padding-bottom: 10px;
}

.compare_small_body {
    overflow-y: auto;
    height: 36px;
    margin: 4px 0 0 0;
    padding: 0 22px 0 0;
}

.addtocomparsion {
    float: left;
    padding-left: 8px;
}

.compare_small_link {
    padding-left: 25px;
    background: url(_mod_files/ce_images/template_images/compare_refresh.png) no-repeat;
}

.compare_count {
    padding: 3px 0px;
}

.compare .sel_a {
    background: #F0F0F0;
}

.compare_script_bottom {
    padding: 0px 0 15px;
}

a.comp_del, a.comp_del:visited {
    background: url("_mod_files/ce_images/template_images/out_stock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    height: 14px;
    width: 14px;
}

#compare_type_page {
    padding-bottom: 30px;
}

.eshop-item-list__compare{
	margin:20px 0;
}

.compare_block_top__title {
    font-family: 'Lato Bold', sans-serif;
}

/* End compare items
* @tpl eshop_compare.tpl
*/

/* Start pager
 * @tpl pager.tpl
 */

.pager__content{
	border-width:0;
}
.pager__button,.pager__button:visited{
	padding:4px 10px 4px;
	border-color:#d0f0fd;
	/*border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color:#b3b3b3;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	background-image:-webkit-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:-o-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:-moz-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:linear-gradient(top,#ffffff,#e6e6e6);*/
	/*text-shadow:0 1px 1px rgba(255,255,255,0.75);*/
	line-height:18px;
	/*font-family:Helvetica Neue,Helvetica,Arial,sans-serif;*/
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
}
.pager__button:hover{
	background:#40b4ff;/*#fff;*/
    color: white;
    text-decoration: none;
	/*color:#333;*/
}
.pager__button_type_prev{
	border-radius:4px 0 0 4px;
}
.pager__button_type_next{
	border-radius:0 4px 4px 0;
}
.pager__button_state_active,.pager__button_state_active:hover{
	background: #0082c7;
    color: #fff;
}
.pager__button:focus{
	/*box-shadow:0 0 3px rgba(0,0,0,0.5) inset;
	background:#fff;*/
}
.pager__button:active{
	/*padding:5px 10px 3px;
	/*box-shadow:0 0 4px rgba(0,0,0,0.5) inset;
	background:#fff;
	color:#000;*/
}
.pager__button_state_inactive,.pager__button_state_inactive:visited,.pager__button_state_inactive:active{
	padding:4px 10px;
	box-shadow:none;
	background:#40b4ff;
	cursor:default;
	text-shadow:none;
	color:#fff;
}
/*.pager__button_state_inactive:hover,.pager__button_state_inactive:focus{
	background: #016295;
    text-decoration: none;
    color:#fff;
}*/

/* End pager
 * @tpl pager.tpl
 */

/* Start imagetape fullinfo
 * @tpl imagetape_fullinfo.tpl
 */
 
.left_imagetape_fullinfo {
    display: none;
}

.right_imagetape_fullinfo, .block_imagetape_fullinfo {
    float: none;
}

.block_imagetape_fullinfo {
    width: 675px;
    padding-bottom: 0px;
    margin-left: -20px;
    height: 205px;
}

.bottom_imagetape_fullinfo {
    float: none;
    position: relative;
    right: 10px;
    top: -32px;
}

.right_imagetape_fullinfo img {
    border-radius: 5px;
}

.image-tape_type_slideshow .image-tape__item{
	-moz-transition:opacity 0.0s linear 0.2s;
	-webkit-transition:opacity 0.0s linear 0.2s;
	-o-transition:opacity 0.0s linear 0.2s;
}
.image-tape_type_slideshow .image-tape__number{
	width:26px;
	height:25px;
	padding:2px 0 0;
	font:14px/27px arial,tahoma,verdana;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
	background:transparent url(_img/image-tape__number.png) no-repeat;
	text-align:center;
	vertical-align:baseline;
}
.image-tape_type_slideshow .image-tape__number:hover{
	background:transparent url(_img/image-tape__number.png) no-repeat;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__item:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__item:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__item:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__item:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__item:nth-of-type(5){
	opacity:1.0;
	-moz-transition:opacity 0.2s linear;
	-webkit-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
	z-index:6;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__number-list .image-tape__number:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__number-list .image-tape__number:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__number-list .image-tape__number:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__number-list .image-tape__number:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__number-list .image-tape__number:nth-of-type(5){
	background:transparent url(_img/image-tape__number_sel.png);
	-moz-transition:opacity 0.2s linear;
	-webkit-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
}
.image-tape_type_slideshow .image-tape__number_state_checked,.image-tape_type_slideshow .image-tape__number_state_checked:hover,.image-tape_type_slideshow .image-tape__number-after{
	top:0;
	width:26px;
	height:25px;
	padding:2px 0 0;
	background:transparent url(_img/image-tape__number_sel.png) no-repeat;
	text-align:center;
	vertical-align:bottom;
}

/* End imagetape fullinfo
 * @tpl imagetape_fullinfo.tpl
 */
 
/* Start image slider */

.slider-pad__arrow-left{
	background:url(_img/slider-pad__arrow-left.jpg) no-repeat;
    width: 20px;
    height: 38px;
}

.slider-pad__arrow-right{
	background:url(_img/slider-pad__arrow-right.jpg) no-repeat;
    width: 20px;
    height: 38px;
}

/* End image slider */

/* Start rating
 * @tpl rating_stars.tpl
 */

.rating__form{
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.rating_type_item-small{
	/*margin:6px 0;*/
}
.rating_type_item-detailed {
    border-radius: 5px;
    line-height: 2;
    margin-top: 15px;
    padding: 12px 5px 12px 10px;
    width: 193px;
    background: #F7F4E9;
}

/* End rating
 * @tpl rating_stars.tpl
 */

/* Start desktop top menu icons  */

.fixed-desktop-menu #top-menu-block {
    position: fixed;
    height: 32px;
    z-index: 6 !important;
    top: 0;
    border-radius: 0 6px 6px 0;
    width: 340px;
    right: 50%;
    margin-right: -474px;
    -webkit-transition:top 0.3s ease-in-out;
    -moz-transition:top 0.3s ease-in-out;
    -o-transition:top 0.3s ease-in-out;
    transition:top 0.3s ease-in-out;
}

#top-head-bg {
	display: none;   
}

.fixed-desktop-menu #lay_f1 #top-menu-block #compare_block_top {
	border: none;
	padding: 0;
	right: 74px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_user_menu {
	right: 6px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block .head-elements-row {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	position: absolute;
	top: 6px;
	right: 44px;
    left: initial;
	background: none;
}

.fixed-desktop-menu #lay_f1 #top-menu-block .mobile-head-btn {
	display: block;
	width: 26px;
	background: #CCC;
	padding: 0;
	cursor: pointer;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #compare_block_top__btn,
.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart__btn,
.fixed-desktop-menu #lay_f1 #top-menu-block #head_user_menu__btn,
.fixed-desktop-menu #lay_f1 #top-menu-block #spec_eshop_filter__btn {
	font: normal normal normal 14px/1 FontAwesome;
	background: none;
	font-size: 22px;
	color: #000;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_user_menu__btn:before {
	content: "\f007";
}

.fixed-desktop-menu #lay_f1 #top-menu-block #spec_eshop_filter__btn:before {
	content: '\f002';
	font-size: 20px;
	position: relative;
	top: -2px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #compare_block_top__btn:before {
	content: "\f05d";
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart__btn:before {
	content: "\f07a";
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart__btn {
	width: 24px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart .mobile-head-informer {
	right: -10px;
}

.fixed-desktop-menu .form.form_type_search.head-elements-row .form__submit,
.fixed-desktop-menu #top-menu-block #spec_eshop_filter__btn,
.fixed-desktop-menu #top-menu-block .form__under-search-line,
.fixed-desktop-menu #lay_f1 .cart-small__visual {
	display: none !important;
}

.fixed-desktop-menu #lay_f1 .cart-small {
	margin: 0;
}

.fixed-desktop-menu .member_small_menu_info_logged_body,
.fixed-desktop-menu .member_small_menu_info_not_logged_body {
	padding: 0;
	width: 200px;
}

.fixed-desktop-menu .form.form_type_search.head-elements-row .form {
	background: none;
}

.fixed-desktop-menu .form_type_search .form__search-line {
	width: 200px;
	padding: 3px 6px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block .form_type_search {
	background: none;
	border-radius: 0;
	right: 110px;
	white-space: nowrap;
	text-align: right;
	top: 4px;
	height: 32px;
}

.fixed-desktop-menu .mobile-head-informer {
	cursor: pointer;
	padding: 1px 4px;
	color: #FFF;
	border-radius: 10px;
	background: #F00;
	font-size: 9px;
	position: absolute;
	right: -4px;
	top: -4px;
}

.fixed-desktop-menu #top-menu-block .cart-small__title,
.fixed-desktop-menu #top-menu-block .member_small_block_body a {
	color: #08C !important;
    font-family: 'Lato Bold', sans-serif;
}

.fixed-desktop-menu #top-menu-block #compare_block_top .mobile-head-btn__item {
	width: 200px;
	white-space: normal;
}

.fixed-desktop-menu .compare_small_body {
	height: auto;
}

.fixed-desktop-menu #top-menu-block .mobile-head-btn__item {
	display: none;
	position: absolute;
	background: #E8E8E8;
	z-index: 100;
	right: 0;
	padding: 10px;
	margin-top: 8px;
}

.fixed-desktop-menu .mobile-head-informer__show {
	display: block;
}

.top-menu-block__desktop {
	top: -50px;   
}

/* End desktop top menu icons  */

/* System: Start Amiro copywrite link */
 
#sign {
    padding: 0;
    margin-top: -23px;
    background: none !important;
    /*padding-right: 14px;*/
    width: auto;
}

/* System: End Amiro copywrite link */


@media screen and (max-width: 1000px) {
    * {
        white-space: normal;
    }
    
    #head_template {
        width: auto;
        padding: 0 12px;
    }
    
    #logo_head {
        width: 100px;
        height: auto;
        padding-top: 16px;
    }
    
    #logo_head img {
        width: 100%;
        height: auto;
    }
    
    #head_contact_block {
        width: 190px;
        height: 84px;
        margin: 0;
        padding-top: 10px;
        float: right;
    }
    
   /* #lay_f3,
    #lay_f2 {
        display: none;
    }*/
    
    #head_eshop_cart {
        position: relative;
        right: 0;
        width: 124px;
        height: auto;
        padding-top: 5px;
    }
    
    #cartPopupWindow div a {
        display: block;
        margin: 10px 0;
        text-align: center;
	}
    
    #head_user_menu {
        margin-right: 30px;
        min-width: 10px;
        width: auto;
        background: none;
    }
    
    #top-menu-block .cart-small__title,
    #top-menu-block .member_small_block_body a {
        color: #08C !important;
        font-family: 'Lato Bold', sans-serif;
    }
    
    .member_menu .member_menu_row {
       /* display: block;*/
        padding-bottom: 8px;
        text-align: right;
    }
    
    .member_menu .member_menu_row a {
        font-size: 12px;
        font-weight: normal !important;
        white-space: nowrap;
    }
    
    .member_menu_row.small_menu_logout a {
        font-weight: bold !important;
    }
    
    .member_menu_row.small_menu_logout {
        margin-top: 10px;
        padding-bottom: 0;
    }
    
    #head_user_menu .member_balance,
    #head_user_menu .member_menu {
    	padding-top: 10px;
    }
    
    #head_contact_block span {
        font-size: 13px;
    }
    
    .cart-small__text {
        width: auto;
    }
    
    #cartPopupWindow div .cart-small_type_one-click .cart-small__order-btn,
    #cartPopupWindow div .cart-small_type_one-click .cart-small__cont-btn,
    .cart-small__visual {
        display: none;
    }
    
    .member_small_menu_info_logged_body, .member_small_menu_info_not_logged_body {
        min-width: 10px;
        padding: 0;
        background: none;
        height: auto;
        float: none;
    }

    .member_menu_row.small_menu_login {
        padding-bottom: 6px;
    }
    
    #lay_f1 #compare_block_top {
        width: 100%;
        margin: 14px 0 0;
        padding: 10px 0;
        height: auto;
    }
    
    #lay_f1 #compare_block_top div {
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
    }
    
    #lay_f1 {
      /*  min-height: 128px;*/
        position: relative;
    }
    
    #lay_f1 .form_type_search {
        width: auto;
        padding: 0;
        height: auto;
        margin-top: 10px;
    }
    
    #lay_f1 input.form__search-line,
    .form_type_filter .form__search-line {
        width: 70%;
        padding: 4px 2%;
        margin: 0;
        float: left;
    }
    
    #lay_f1 input.form__submit,
    .form_type_filter .form__submit {
        width: 22%;
        padding: 6px 2%;
        float: right;
    }
    
    #lay_f1 .form_type_search .form {
        background: none;
        padding: 0;
        overflow: hidden;
    }
    
    #lay_f1 .form__hint {
        margin: 0;
        padding: 8px 0 10px 10px;
        float: none;
    }
        
    #lay_f2, #lay_body {
        width: 100% !important;
        text-align: left;
        padding-top: 14px;
    }
    
    #lay_f1 .form__under-search-line {
        width: 100% !important;
        height: auto;
        clear: both;
    }
    
    #lay_body .form_type_filter {
        padding: 10px 0;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    
    #lay_body .form_type_filter .form {
        padding: 0 10px;
    }
    
    .eshop-item-list {
        width: 100% !important;
        clear: both;
    }
    
    .eshop-item-list__container {
        text-align: center;
    }

    .eshop-item-list__clipper {
        width: auto !important;
    }
    
    .eshop-item-small__content {
        margin: 0 auto;
    }
    
    .image-tape_type_slideshow .image-tape__img,
    .eshop-cat-detailed__announce img {
        width: 100%;
    }
    

    
    .footer__content {
        max-width: 90%;
        padding: 20px 0 0;
        line-height: 1;
    }
    
    .nav-menu__item {
        line-height: 2;
    }

    .item-detailed__nav-previous-link,
    .item-detailed__nav-previous-link *,
    .item-detailed__nav-next-link,
    .item-detailed__nav-next-link * {
        white-space: nowrap !important;
    }
    
    .footer__link {
        margin: 0;
        padding-bottom: 20px;
    }
    
    .mobile-head-informer__show {
    	display: block;   
    }
    
    #sign {
        text-align: center;
        padding: 0;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 {
        height: 34px;
        background-image: none;
        background: rgb(255,212,0); /* Old browsers */
    }
    
    .eshop-cat-detailed__announce {
        padding: 0;
    }
    
   /* input.form__search-line {
    	width: 60%;
    }*/
    
    #head_user_menu .member_menu {
        position: relative;
        right: 0px;
        top: 0;
        height: auto;
    }
    
    #lay_body .eshop-item-list__switcher {
        margin-bottom: 10px;
        padding: 4px 0;
        float: right;
    }
    
    #top-menu-block {
        position: absolute;
        height: 34px;
        right: 0;
        z-index: 10 !important;
        top: 94px;
        min-width: 148px;
        background: rgb(255,212,0);
        border-radius: 6px;
    }
    
    #top-menu-block .form__submit,
    #top-menu-block .form__under-search-line {
        display: none;
    }
    
    #top-menu-block .mobile-head-btn__item {
        display: none;
        position: absolute;
        background: #E8E8E8;
        z-index: 100;
        right: 0;
        padding: 10px;
        margin-top: 6px;
    }
    
    #top-menu-block .mobile-head-btn__item-selected {
    }
    
    #top-menu-block .member_small_block_body,
    #top-menu-block .cart-small {
        margin: 0;
    }
    
    .form_type_search .form_type_search__form,
    .form_type_search .mobile-head-btn {
    	display: inline-block !important;
    }
    
    #top-menu-block .form_type_search {
        padding: 0;
        margin: 0;
    }
    
    #top-menu-block #compare_block_top .mobile-head-btn__item {
        width: 160px;
        white-space: normal;
    }

    #lay_f1 #top-menu-block .head-elements-row {
        padding: 0;
        margin: 0;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        right: 44px;
        left: initial;
        height: 32px;
        padding-top: 6px;
    }
    
    #lay_f1 #top-menu-block .form_type_search {
        background: none;
        border-radius: 0;
        right: 114px;
        white-space: nowrap;
        text-align: right;
        padding-left: 30px;
    }
    
    #lay_f1 #top-menu-block #head_eshop_cart .mobile-head-informer {
    	right: -10px;
    }
    
    #lay_f1 #top-menu-block #head_user_menu {
        right: 6px;
    }
    
    #lay_f1 #top-menu-block #compare_block_top {
        border: none;
        right: 74px;
    }
    
    #lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item div {
        padding: 0;
        float: none;
    }
    
    #lay_f1 #top-menu-block #compare_block_top .compare_small_link a,
    #lay_f1 #top-menu-block #compare_block_top .compare_small_clear_link a {
    	padding-left: 24px;   
        margin: 0 !important;
    }
    
    #lay_f1 #top-menu-block #compare_block_top .compare_small_clear_link {
        margin: 0;
        margin-top: 6px !important;
        clear: both;
    }
    
    #lay_f1 #top-menu-block #compare_block_top .compare_small_link {
    	margin-top: 12px;
    }
    
    #lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item a {
        margin-bottom: 6px;
        display: block;
    }
    
    #lay_f1 #top-menu-block #compare_block_top .compare__selected_items_row {
        padding: 6px 0 !important;
        display: block;
    }
    
    #lay_f1 #top-menu-block .mobile-head-btn {
        display: block;
        width: 26px;
        background: #ccc;
        padding: 0;
        cursor: pointer;
    }
    
    #lay_f1 #top-menu-block .form_type_search__form {
        width: 0;
        overflow: hidden;
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
    }
    
    #lay_f1 #top-menu-block .form__search-line {
        margin: 0;
        width: 110px;
        height: auto;
        padding: 0 4px;
        border-radius: 0;
    }
    
    #lay_body .sorter {
        width: 100%;
        padding: 4px 0;
    }
    
    #lay_body .eshop-item-detailed__text-box {
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }
    
    .eshop-item-detailed__visual {
        width: 100%;
        text-align: center;
    }
    
    .eshop-item-detailed__addpics {
        margin: 20px auto 0 auto;
    }
    
    .blog_item-row img, .blog_item-cat-row img img,
    .articles_item-row img, .articles_item-cat-row img img,
    .news_item-row img, .news_item-cat-row img img,
    .photoalbum_item-row img, .photoalbum_item-cat-row img,
    .photoalbum_item-detail__img,
    .eshop-cat-detailed img,
	#contant-map-image {
        width: 100% !important;
        height: auto !important;
    }
    
    .photoalbum_item-row__block-header {
    	min-height: 60px;
    }
    
    .photo-easy-skin .photoalbum_item-row__img-area, .photo-easy-skin .photoalbum_item-detail__img-area {
        width: 100% !important;
    }

    .browse-item-list__content .photoalbum_item-row__block img,
    .browse-item-list__content .blog_item-row__block img,
    .browse-item-list__content .news_item-row__block img,
    .browse-item-list__content .articles_item-row__block img {
        width: 100px !important;
        height: auto !important;
    }
    
    .blog_item-row__announce,
    .articles_item-row__announce,
    .news_item-row__announce,
    .photoalbum_item-row__announce {
        padding: 0;
    }

    .blog_item-detailed img,
    .news_item-detailed img,
    .articles_item-detailed img,
    .blog_browse-item-row img,
    .news_browse-item-row img,
    .articles_browse-item-row img {
        max-width: 100% !important;
        height: auto !important;
    }

    .news_browse-item-list .news_item-row__announce,
    .articles_browse-item-list .articles_item-row__announce,
    .blog_browse-item-list .blog_item-row__announce {
    	margin: 0;  
    }
    
    .photo-easy-skin .photoalbum_item-row,
    .photo-easy-skin .photoalbum_item-cat-row {
        min-width: 220px;
    }
    
    .photo-easy-skin .browse-item-list .photoalbum_item-row {
        padding-top: 10px;
    }
    
    .eshop-cat-tree.eshop-cat-tree_type_dropdown {
        float: none;
        border-radius: 6px;
        margin: 0;
        left: 0;
        height: 34px;
        position: relative;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 {
        border-radius: 0;
        line-height: 1;
        padding: 0px 16px;
    }

    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item,
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item {
        padding: 0;
        margin: 0 !important;
        vertical-align: top;
    }

    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 {
        display: none;
        position: relative;
        top: 0;
        background: none;
        padding: 0;
        min-width: 100px;
    }

    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover,
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover .eshop-cat-tree_level_2 {
        box-shadow: none;
    }
    
    .eshop-cat-tree_level_1 li:hover .eshop-cat-tree_level_2 {
    	display: none;   
    }

    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover {
        background: none;
    }
    

    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:after {
        display: none;
    }

    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover {
        color: #000;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-name:hover {
    	color: #3C3C3C;
    }
    
    .eshop-item-small__cart-form {
        white-space: nowrap !important;
    }

    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link {
        padding: 0;
        width: auto;
        display: inline-block;
        margin-left: 0;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link {
    	margin-left: 24px;
    }

    .eshop-cat-tree li.eshop-cat-tree__item.global_cols_0 {
        padding: 2px 0;
        display: none;
    }
    
    .eshop-cat-show .eshop-cat-tree li.eshop-cat-tree__item.global_cols_0 {
    	display: block;   
    }
    
    ul.eshop-cat-tree.eshop-cat-tree_level_2.eshop-cat-tree_cols_2 span {
    	font-size: 12px;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-link {
        padding: 0px 0 2px 16px;
        line-height: 1;
    }
    
    .eshop-cat-tree.eshop-cat-tree_type_dropdown.eshop-cat-show,
    .eshop-cat-tree_type_dropdown.eshop-cat-show .eshop-cat-tree_level_1 {
        height: auto;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name:hover{
        text-decoration:none;
    }
    
    .eshop-cat-show ul.eshop-cat-tree.eshop-cat-tree_level_2.eshop-cat-tree_cols_2 {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    
    .eshop-cat-show a.eshop-cat-tree__item-link {
        padding: 0;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item {
        /*width: 130px;*/
        width: auto;
        display: block;
    }

    .forum-extention__form textarea,
    .discussion_extension__form textarea,
    .forum-extention__form .amiroTEdDiv,
    .discussion_extension__form .amiroTEdDiv {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }

    #forum-page img {
        display: none;
    }
    
    #forum-page .member_user_menu img,
    #forum-page span,
    #forum-page .forum_forum_form img {
        display: inline-block;
    }
    
    .discussion_bb_preview, .discussion_amiroTEdDivPreview {
        width: 90%;
    }
    
    .forum-extention__form .txt,
    .discussion_extension__form .txt {
        width: 94%;
        padding: 0 2%;
        margin: 2%;
    }

    .forum_forum_form .txt {
        width: 100px;
    }
    
    .eshop-item-detailed__box {
    	width: 100%;   
    }
    
    #logotype-payment td {
        display: inline-block;
        padding: 10px;
    }
    
    #contact-form-page .ta {
        width: 272px !important;
    }
    
    .alt_header3 {
    	white-space: nowrap !important;
    }

    .eshop-ordering__item-list,
    .eshop-ordering__item-list-wrapper {
        position: relative;
        width: 100%;
        padding-top: 0;
        margin-bottom: 10px;
    }
    
    .eshop-order__shippings {
        width: 100%;
    }
    
    #forum-page tr td:nth-child(3),
    #forum-page tr td:nth-child(4),
    #forum-page tr th:nth-child(3),
    #forum-page tr th:nth-child(4) {
        display: none;
    }
    
    #forum-page .forum_forum_form tr td:nth-child(3) {
    	display: table-cell;
    }
    
    .is-fixed-block,
    #top-menu-block.is-fixed-block {
    	position: fixed;
        top: 0;
        z-index: 5;
        border-radius: 0 !important;
    }
    
    #lay_f1 #top-menu-block #compare_block_top__btn,
    #lay_f1 #top-menu-block #head_eshop_cart__btn,
    #lay_f1 #top-menu-block #head_user_menu__btn,
    #lay_f1 #top-menu-block #spec_eshop_filter__btn {
        font: normal normal normal 14px/1 FontAwesome;
        background: none;
        font-size: 22px;
        color: #000;
    }
    
    #lay_f1 .eshop-cat-tree.is-fixed-block {
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 0 8px #000; 
    }
    
    #lay_f1 .eshop-cat-tree.is-fixed-block #top-head-bg {
    	box-shadow: 0 0 8px #000;   
    }

    #lay_f1 .eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block.eshop-cat-show {
        box-shadow: none;
    }
    
    #lay_f1 #top-menu-block #spec_eshop_filter__btn {
    	width: 22px;
    }
    
    #lay_f1 #top-menu-block #head_eshop_cart__btn {width: 24px;}
    
    #lay_f1 #top-menu-block #spec_eshop_filter__btn:before {content: '\f002'; font-size: 20px; position: relative; top: -2px;}
    #lay_f1 #top-menu-block #compare_block_top__btn:before {content: "\f05d"; }
    #lay_f1 #top-menu-block #head_eshop_cart__btn:before { content: "\f07a"; }
    #lay_f1 #top-menu-block #head_user_menu__btn:before { content: "\f007"; }
    
    .eshop-cat-tree, #top-head-bg {font: normal normal normal 14px/1 FontAwesome;}
    #top-head-bg:before { 
        content: "\f0c9";
        color: #000;
        font-size: 21px;
        position: absolute;
        left: 10px;
        top: 6px;
        z-index: 1;
        cursor: pointer;
    }

    .eshop-cat-tree.eshop-cat-tree_type_dropdown {
        min-height: 34px;
        min-width: 200px;
        overflow: hidden;
    }

    ul.eshop-cat-tree.eshop-cat-tree_level_1.eshop-cat-tree_cols_0 {
        position: absolute;
        z-index: 10;
    }

    .eshop-cat-tree.eshop-cat-tree_type_dropdown.eshop-cat-show {
        overflow: visible;
    }

    .eshop-cat-tree.eshop-cat-tree_type_dropdown.eshop-cat-show #top-head-bg {
        border-radius: 6px 6px 6px 0;
    }

    .eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block.eshop-cat-show #top-head-bg,
    .eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block #top-head-bg {
        border-radius: 0;
    }
    
    #top-head-bg:after {
        content: 'Каталог';
        display: block;
        font-size: 16px;
        position: absolute;
        left: 40px;
        top: 9px;
        color: #000;
        text-shadow: 1px 1px #EEEEEE;
        font-family: 'Lato Bold', sans-serif;
    }
    
    #cart-small__info_not_empty {
    	white-space: nowrap !important;   
    }
    
    #cart_items td:nth-child(3) {
    	display: none;
    }
    
    #cart_items td {
    	padding: 12px 2px 12px 2px;
    }
    
    #cart_items tr:first-child {
    	display: none;
    }
    
    #cart_items img {
        width: 60px;
        height: auto;
        display: none;
    }
    
    #cart_items input {
        padding: 4px 0;
        width: 22px !important;
        height: auto !important;
        font-size: 14px !important;
    }
    
    .eshop-cat-list__clipper,
    .eshop-cat-small__content {
        text-align: center;
    }
    
    .eshop_cat_small,
    .eshop-cat-small {
        min-width: 220px;
    }
    
    .mobile-head-informer {
        cursor: pointer;
        padding: 1px 4px;
        color: #fff;
        border-radius: 10px;
        background: #ff0000;
        font-size: 9px;
        position: absolute;
        right: -4px;
        top: -4px;
    }

    .AlertWindow {
        left: 0 !important;
        width: 90% !important;
        padding: 0 !important;
        height: auto !important;
        margin: 0 5%;
    }
    
    .AlertWindow .popupContent {
        padding: 10px 40px 10px 10px !important;
    }
    
    .AlertWindow .popupClose {
        top: 2px !important;
    }

    form#one-click-popup-form input {
        width: 92% !important;
        padding: 10px 4% !important;
        margin: 2px 0;
    }

    .eshop-ordering__login-window {
        border: 1px solid #ccc;
    }

    select.eshop-ordering__select {
    	max-width: 240px;
    }
    
    ul.eshop-cat-tree.eshop-cat-tree_level_1.eshop-cat-tree_cols_0 {
    	overflow-y: auto;
    	border-radius: 0 0 6px 6px;
    	float: left;
    	min-width: 200px;
    	margin-top: 34px;
    }
    
    #top-head-bg {
        position: absolute;
        background: #ffd400;
        height: 34px;
        width: 100%;
        border-radius: 6px;
        display: block;
    }
    
}


.headertel {

    font-weight: normal;
    font-size: 16px;
    line-height:120%;
    
    margin-left: 15px;
    margin-right: 15px;
    color: rgb(164,233,255);
    text-align: left;
    float: right;
    padding: 15px 0px 15px 0px;
    clear: right;
    vertical-align: bottom;
    margin-top: 18px;
}

.header .brand-img {
    margin: 15px auto 20px;
    text-align: center;
    float: left;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: transparent;
}

.header .main-nav .nav {
        margin-top: 18px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}


.navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 15px;
}

.main-text-block h1, .main-text-block h2, .main-text-block h3 {
	color: white;
    
}


.footer h4, .footer p, .footer a{
	color: white;
    font-size: 14px;
}
.footer ul {
    list-style-type: none;
}
.footer ul li{
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
}
.footer h4 {
	text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 25px;
}
.footbtn {
        margin-top: 15px;
    background-color: #40b4ff;
        padding: 10px 7px;
    border-radius: 30px;
    text-align: center;
    border: none;
    transition: all 0.3s linear;
}
.ip59:before{
content:"";
	position:absolute;
	left:0;
	right:0;
	height:90px;
	background:#016295;
}
.ip59 {    color: #7cd0f4 }
.ip59 a {
color: #7cd0f4 ;
}
.ip59 .items-bot{
   /* color: white;*/
	padding-top: 40px;
}
.footer .mail {
	text-align: center;
    margin-top: 20px;
}

.main-item {
    
    /*margin: 0 auto;
    -ms-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -moz-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -o-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	 -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    
   /* background: url('http://ural.ip159.ru/_mod_files/ce_images/tovar/tovar1.jpg');*/
   /* -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
   /* clip-path: url("#clipPolygon");
    -webkit-clip-path: url("#clipPolygon");*/
   
    height: 380px;
    width: 320px;
   /* background-color: rgba(8, 94, 140, 0.54);*/
    padding-top: 80px;
    /*ks*/
    margin: 0 auto;
}
.main-item h3{
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Lato Bold', sans-serif;
    margin-bottom: 40px;
    letter-spacing:1pt;
}
.main-item a{
    font-size: 14px;
    letter-spacing:1pt;
    padding: 15px 50px;
    border: 2px solid #aed7ed;
    color: white;
    box-shadow: inset 0 0 16px rgba(102, 201, 238, 1), 0 0 16px rgba(102, 201, 238, 1);
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    
}
.main-item a.dif{
	padding: 15px 14px;
}
.main-item p{
    margin-top: 40px;
    color: #aed7ed;
    font-size:16px;
  
}
#lay_body .main-text-block .h1-wrapper{
    display: flex;
    justify-content: center;

}
#lay_body .main-text-block h1{
	font-size: 60px;
    letter-spacing: 1pt;
    font-family: 'Lato Bold', sans-serif;
    padding-bottom: 0px;
    border-bottom: 1px solid #91dbfb;/*rgba(153, 229, 255, 0.45);*/
}
.main-item a:hover {
    text-decoration: none;
	box-shadow: inset 0 0 140px rgba(102, 201, 238, 1), 0 0 16px rgba(102, 201, 238, 1);
}

.footer h4.comp-name {
	text-transform: none;
}

.footer .tel{
	/*padding-top: 10px;*/
    padding-bottom: 10px;
}
.footer .adress{
	line-height: 1.5;
}
.footer .footbtn:hover{
	background: #016295;
    
}
.trig{
        margin: 0 auto;
   /* -webkit-clip-path: polygon( 100% 0%, 50% 100%, 0% 0%);
    clip-path: polygon( 100% 0%, 50% 100%, 0% 0%);*/
    height: 100px;
    width: 100%;
   /* background-color: rgba(21, 18, 18, 0.45);*/
   /* background: linear-gradient(to bottom, rgba(21,18,18,0), rgba(21,18,18,0.45));*/
 /*   padding-top: 80px;*/
   
	/*clip-path: url("#clipPolygonTrig");
     -webkit-clip-path: url("#clipPolygonTrig");*/
    
}
#lay_body .main-text-block h2{
	font-size: 30px;
    font-family: 'Lato Bold', sans-serif;
    line-height: 120%;
    letter-spacing: 1pt;
}

.main-news .news_item-small-row__header a{
	color: white;
    font-size: 20px;
    text-decoration: none;
    font-weight: 300;
}
.main-news .news_item-small__fdate{
color: #7cd0f4 ;
    font-size: 18px;
    float: none;
border-bottom: 1px solid #7cd0f4;
    padding-right: 0px;
}

.main-news .news-item{
	width:80%;
    margin: 0 auto;
}
div.news_item-small-row__header{
	padding-right: 0;
}

.main-news .news_item-small-row:nth-child(1) {
	border-right: 1px solid #7cd0f4;
}
.main-news .news_item-small-row:nth-child(2) {
	border-right: 1px solid #7cd0f4;
}
.navbar {
margin-bottom: 0px;
}
.eshop-item-detailed__custom-field{
	font-size:14px;
    font-family: 'Lato Bold', sans-serif;
    line-height: 120%;
    color: rgb(2,133,201);
        margin-bottom: 25px;
}
.eshop-item-detailed__sku{
    display: none;
}
.eshop-item-detailed__choice-box {
    display: block;
    vertical-align: top;
    width: 210px;
}
.eshop-item-detailed__base-price .arrows{
	    font-size: 25px;
    align-self: center;
    padding-left: 14px;
    padding-bottom: 3px;
}

.eshop-item-detailed__description h2{
    font-size: 18px;
    font-family: 'Lato Bold', sans-serif;
    color: rgb(83,83,83);
    line-height: 120%;
}
.eshop-item-detailed__description p, .oblast p{
    font-size: 16px;
    line-height: 140%;
    color: rgb(83,83,83);
}
.eshop-item-detailed__description ul {
	list-style-type: none;
}
.eshop-item-detailed__description ul li, .oblast ul li {
    margin-bottom: 5px;
        font-size: 16px;
    line-height: 140%;
    color: rgb(83,83,83);
}
.eshop-item-detailed__description li:before {
    content: "\2015";
    color: rgb(254,82,82);
    padding-right: 15px;
}


.eshop-item-small {
    -moz-box-sizing: border-box;
    display: block;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
    word-spacing: normal;
}

.eshop-item-small.eshop-item-small_type_linked .right-part{
 	display: inline-block;   
}
.eshop-item-small.eshop-item-small_type_linked .eshop-item-small__visual{
 	display: inline-block;   
}
.eshop-item-small-prop{
    
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    /*color: rgb(119,119,119);*/
        color: rgb(2,133,201);
}

.anim {
    width: 100%;
    opacity:1;
    transition: all 0.5s ease-in-out;

}
.eshop-item-small.eshop-item-small_type_linked .eshop-item-small__content .chev{
        font-size: 16px;
    color: rgb(254, 82, 82);
}
.eshop-item-small.eshop-item-small_type_linked .eshop-item-small__content:hover .anim{
    padding-left: 60%;
    opacity: 0;
}
/*.eshop-item-small_type_linked*/ .eshop-item-small__header{
	font-size: 18px;
    font-family: 'Lato Bold', sans-serif;
    color: rgb(84,84,84);
    margin-bottom: 14px;
        width: calc(100% - 65px);
}

.eshop-item-small__img{
  margin-bottom: 0px;
    height: 140px;
}

.panel{
	box-shadow: none;
   /* background-color: #cdeaf9;*/
    background-color: rgba(205, 234, 249, 0.50);
    border: none;
    border-radius: 0;
}
.panel-default > .panel-heading {
    align-self: center;
    color: rgb(254,82,82);
    font-family: 'Lato Bold', sans-serif;
    font-size: 18px;
    /*text-decoration: underline;
	text-decoration-style: dotted;*/
    background-color: transparent;
    border: none;
    height: 65px;
    display: flex;
    
}
.panel-title{
	align-self: center;
   
    
}
.panel-title i{
    /* padding-right: 10px; */
    font-size: 20px;
    margin-right: 10px;
    color: rgb(2,135,208);
    /* transform: rotate(-180deg); */
    transition: all 0.3s linear;
    
}
.panel-title i.turn{
	transform: rotate(-180deg);
}
.panel-title a { 
     border-bottom: 1px dotted rgb(254,82,82);
        padding-bottom: 1px;
        font-size: 18px;
    font-family: 'Lato Bold', sans-serif;
}
.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus{
    text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	    border: 1px solid #cce7f4;
    background-color: rgb(255, 255, 255);
}
.row-flex {
	display: flex;
}

.vert-center {
	align-self: center;
}
.eshop-item-small__visual.col-md-4{
	padding-left:0;
    width: 300px;
}
.eshop-item-small__visual.col-md-2{
	padding-left:0;
}
.eshop-item-small_type_linked > a:hover, .eshop-item-small_type_linked > a:focus, .eshop-item-small_type_linked > a:active{
	text-decoration: none;
}

.pages_path {
	display: inline-block;
}
.member_small_block_body{
	/*    display: inline-block;
    float: right;*/
    width: 100%;
    
}

.user-menu {
  /*  box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);*/
    box-shadow: 0px 0px 15px 3px rgba(2, 132, 202, 0.1);
    background-color: white;
    padding: 5px 15px;
   /* margin-left: 3px;*/
}

.client-menu {
    font-size: 12px;
    font-family: 'Lato Bold', sans-serif;
    text-transform: uppercase;	
    color: rgb(254,82,82);
}
.client-menu a{
    font-size: 14px;
    margin-left: 24px;
    font-family: 'Lato Bold', sans-serif;
    color: rgb(254,82,82);
    text-transform: none;
}

.member_menu {
    padding-top: 11px;
    display: flex;
    justify-content: space-between;
}
.member_menu .small_menu_logout.menu-links a {
    font-size: 14px;
    color: rgb(170,170,170);
    line-height:21px;
}
.member_menu .menu-links a {
    font-size: 15px;
    color: rgb(2,132,202);
}

.member_menu .member_menu_row{
   /* display:none;*/
}
 .small_menu_logout.menu-links {
    width: 10%;
}
 .small_menu_logout.menu-links a{
    float: right;
}
.flex-vert-try {
        display: flex;
    flex-direction: column;
    justify-content: space-around;
    
}

a.back-to-catalog{
    margin-bottom: 20px;
	color: rgb(2,132,202);
    padding: 12px 37px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Lato Bold', sans-serif;
    letter-spacing: 1pt;
    text-decoration: none;
    border-radius: 30px;
    border: 2px solid rgb(2,132,202);
     box-shadow: inset 0 0 0 0 rgba(243, 243, 243, 0);
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all 0.8s ease;  
}
a.back-to-catalog.red{
    color: rgb(254, 82, 82);
    border: 2px solid rgb(254, 82, 82);
    margin-left: 44px;

}

a.back-to-catalog i{
    
	padding-right: 15px;
    font-size: 30px;
    align-self: center;
    vertical-align: sub;
}
a.back-to-catalog:hover{
    box-shadow: inset -400px 0px 100px #0184ca;
    color: white;
    outline: none;
}
a.back-to-catalog.red:hover, #order-go.back-to-catalog:hover{
        box-shadow: inset 400px 0px 100px #0184ca;
    color: white;
    outline: none;
}
a.back-to-catalog.red:hover{
    box-shadow: inset 400px 0px 100px rgb(254, 82, 82);
    color: white;
    outline: none;
}
.zayavka a.back-to-catalog{
	width: 300px;
    display: inline-block;
    line-height: 1;
        padding: 4px 0 6px;
}
/*
a.back-to-catalog:hover i{
	padding-right: 25px;
}*/
.eshop-item-list{
	margin-bottom: 50px;
   
}
.eshop-item-small__content{
	box-shadow:0px 0px 15px 3px rgba(2, 132, 202, 0.1);
      padding: 0;
    margin-bottom: 20px;
}
.eshop-item-list__content, .eshop-item-list{
	overflow: visible;
  
}
.eshop-item-small-prop i {
    margin-right: 7px;
    font-size: 16px;
    color: rgb(175,226,250);
}

.hidden-sticker{
	display:none;
}

.stick-item {
    display: flex;
    margin-bottom: 20px;
}
.stick-item i {
    width: 36px;
    font-size: 30px;
    text-align: center;
}
#place-for-stickers {
        padding-left: 30px;
}
.stick-item .stick-text{
    margin-left: 20px;
    align-self: center;
}

.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__content{
	text-align:left;
	max-width:100%;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__visual{
	margin-right: 0px;
    margin-bottom: 0px;
}

.eshop-item-small__custom-field-name, .eshop-item-small__custom-field-value{
	display: inline-block;
}
.eshop-item-small__visual-link:hover, .eshop-item-small__visual-link:active,.eshop-item-small__visual-link:focus {
    text-decoration: none;
}
.eshop-item-small_type_catalog .eshop-item-small__custom-fields{
	display: flex;
    justify-content: flex-start;
        font-size: 14px;
     color: rgb(2,133,201);
    
}
.eshop-item-small__custom-fields > div:nth-child(1) {
	width: 240px;
}
.eshop-item-small__custom-fields > div:nth-child(2), .eshop-item-small__custom-fields > div:nth-child(3){
    margin-left: 20px;
    display: flex;
}

.eshop-item-small_type_catalog .eshop-item-small__custom-fields i{
        margin-right: 7px;
    font-size: 16px;
    color: rgb(175,226,250);
}

.v-order{
    padding:0;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
    border-left: 1px solid #cff0fd;
    font-size: 18px;
    color: rgb(2,133,201);
    text-transform: uppercase;
    font-family: 'Lato Bold', sans-serif;
}

.eshop-item-list__switcher{
    display:none;
}
.my-order {
     display: flex;
    flex-direction: column;
    width: 230px;
    float: right;
}
.my-order.cart-small{
   margin-top: 0px; 
}
.my-order .your-order a{
       font-size: 14px;
    font-weight: normal;
    color: rgba(255,255,255,0.8);
    /* letter-spacing: 0.6pt; */ 
}

.my-order .order-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my-order i{
        font-size: 26px;
    color: rgb(175,226,250);
}
.my-order .count-items, .cart-small__info_is_empty {
    color: rgb(175,226,250);
}
.my-order .oformit{
    font-size:11px;
	font-weight:normal;
	padding: 10px 9px;
    background-color: rgb(254,82,82);
    line-height: 100%;
    letter-spacing: 1pt;
    color: white;
   /* box-shadow: 0px 0px 30px rgba(255,255,255,0.5);*/
    -moz-border-radius:18px ;
    -webkit-border-radius:18px ;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
border-radius:18px ;
/* Firefox v3.5+ */
-moz-box-shadow:0px 0px 12px 2px rgba(1,168,236,0.96);
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-box-shadow:0px 0px 12px 2px rgba(1,168,236,0.96);
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
box-shadow:0px 0px 12px 2px rgba(1,168,236,0.96);
-ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color=#ff01a8ec,Strength=14)";
filter:progid:DXImageTransform.Microsoft.Glow(Color=#ff01a8ec,Strength=14);
    text-transform: uppercase;
}
.my-order .oformit:hover,.my-order .oformit:active,.my-order .oformit:focus  {
	text-decoration: none;
    background: #ef3939;
}

.popupContent .my-order{
	width: 100%;
    float: none;
}

.internal-page .footbtn{
    background-color: #fe5252;
    
}
.internal-page .footbtn:hover{
        background: #ef3939;
}
.eshop-item-small__cart-form_c {
	cursor: pointer;
        align-self: center;
    
}


.divolink:hover {
	text-decoration: none;
}
.zayav{
    margin-left:20px;
	transition: all 0.2s linear;
}

.v-order{
    box-shadow: inset 0 0 0 0 rgba(243, 243, 243, 0);
    -webkit-transition: box-shadow 0.8s ease, color 0.4s ease;
    -moz-transition: box-shadow 0.8s ease, color 0.4s ease;
    transition: box-shadow 0.8s ease, color 0.4s ease;
}
.v-order:hover{
    box-shadow: inset -400px 0px 100px #0184ca;
    color: white;
    text-decoration: none;
}
.v-order:hover .zayav {
    color: white;
	transform: rotate(-180deg);
        padding-top: 2px;
}
.eshop-item-small__cart-text .eshop-item-tooltip__btn-cart, 
.eshop-item-small__cart-text .eshop-item-tooltip__btn-delete {
    display: none;
    cursor:pointer;
}

.eshop-item-small__cart-text .eshop-item-tooltip-area:hover .eshop-item-tooltip__btn-cart, 
.eshop-item-small__cart-text .eshop-item-tooltip-area:hover .eshop-item-tooltip__btn-delete {
    display: block;
    
}

.eshop-item-small__cart-text .eshop-item-tooltip-area{
    background: #0184ca;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
}

.eshop-item-tooltip__btn:before {
    content: "Выбрано";
    font-size: 18px;
    color: #fff;
   /* text-shadow: 3px 3px 3px black;*/
}
.eshop-item-tooltip-title {
	display: none;
}
.eshop-item-tooltip__btn{
	text-align: center;
}

.pages_path p{
	font-size: 14px;
    color:rgb(84,84,84);
    text-align: left;
}
a.page_header{
	text-decoration: underline;
}
a.page_header:hover {
	font-size: 14px;
    color:rgb(84,84,84);
    text-align: left;
}
.eshop-cat-detailed{
    display: none;
}
.category-path{
    display: none;
}
.detailed-image img{
	margin: 0 auto;
}
.cart-small_type_success.my-order .your-order a{
        color: #fe5252;
}
.cart-small_type_success.my-order .order-items{
        display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.cart-small_type_success .cart-small__info.cart-small__info_not_empty{
        display: inline-block;
    
}
.cart-small_type_success .oformit{
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 26px;
    font-size: 12px;
    
}
.popupContent {
    padding: 20px;
}
.cart-small__order-btn:hover,
#cartPopupWindow .cart-small__c ont-btn:hover {
	background: #0483ca;/*#016295;*/
    text-decoration: none;
}
div.amiPopup .popupClose {
	background: url(_mod_files/ce_images/img/red-cross.svg);
    width: 25px;
    height: 25px;
}

.rowik {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    
}
.left-part {
    width: 150px;
}
.wrapper-div input {
    height: 35px;
    border: 1px solid #0483ca;
    padding: 5px 10px;
    font-size: 14px;
}
.wrapper-div input[type=submit]{
   padding: 7px 20px; 	
   font-family: Lato;
}
.eshop-item-list__switcher label {display: inline-block;}
.eshop-item-list__switcher:nth-of-type(n){
	display: none;
}



.eshop-item-detailed__cart-text .eshop-item-tooltip {
    position: absolute;
    display: none;
    font-size: 11px !important;
    font-weight: normal;
    background: #fe5252;
    color: #5c5c5c;
    padding: 3px 0;
    /* border: 1px solid #848484; */
    border-radius: 5px;
    box-shadow: 0 4px 16px 0 rgba(1,132,202,0.4);
   /* text-shadow: 1px 1px 0px rgba(255,255,255,0.4);*/
    text-align: center;
    font-size: 13px;
    z-index: 1;
     bottom: 17px; 
    /* margin-left: -45px; */
    /* left: 50%; */
    cursor: default;
}
.eshop-item-detailed__cart-text .eshop-item-tooltip {
	border: none;
}



.eshop-item-detailed__cart-text .eshop-item-tooltip:after{
         content: '';
    position: absolute;
    left: calc(50% - 8px);
    bottom: -8px;
    border-right: 8px solid #fe525200;
    border-top: 8px solid #fe5252;
    border-left: 8px solid transparent;
}
.eshop-item-detailed__cart-text .eshop-item-tooltip{
   /* display: block;*/
    left: 115px;
    bottom: 35px;
    min-height: 20px;
        transition: all 0.5s ease-in-out;
}
.eshop-item-detailed__cart-text .eshop-item-tooltip-title{
	color: white;
    font-size: 11px;
    padding: 0 10px;
}
.eshop-item-detailed__cart-text .eshop-item-tooltip:hover{
left: 60px;
}
.eshop-item-detailed__cart-text .eshop-item-tooltip-area{
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    max-height: 11px;
    width: 90px;
}
.eshop-item-detailed__cart-text .eshop-item-tooltip__btn:before{
    display:none;
}
.eshop-item-detailed__cart-box:hover .eshop-item-tooltip-area{
        max-height: 60px;
}
.ext_common-cf {
    float: none;
}
.eshop-ordering__textfield {
	height: 35px;
    border-radius: 0;
    border-color: #91dbfb;/*#cfeffd;*/
    font-size: 14px;
    padding: 5px 10px;
    color: rgb(83,83,83);
    box-shadow: none;
    
    
}

.eshop-ordering__field {
	display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
}
.eshop-ordering__item-list-footer{
    /*display: none;*/
}
table.tbl {
	border: none;
}

.notadmin{
    display: none;
}
#membform .notadmin{
       display: block;
}

.rowik .right-part.custom-part{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.rowik .right-part.custom-part input{
    height: 13px;
    margin-top: 0;
	
}
.rowik .right-part.custom-part label{
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: -2px;
}

.eshop-ordering__login{
	    color: #fff;
    font-size: 14px;
    font-family: 'Lato Bold', sans-serif;
    background: #40b4ff;
        padding: 7px 20px;
    border-radius: 30px;
    border: none;
}
.eshop-ordering__login:hover{
	background: #016295;
    border: none;
}

.captcha {
	width: 194px;
}

.eshop-ordering__login-window_as_popup {
    width: 276px;
    left: calc(50% - 138px);
    margin-left: 0;
    position: fixed;
    top: 30%;
    z-index: 100000;
}
.eshop-ordering__select {
        height: 35px;
        border-color: #91dbfb;/*#cfeffd;*/
        font-size: 14px;
    padding: 5px 10px;
        color: rgb(83,83,83);
}

.eshop-ordering__item-price, .eshop-ordering__item-list-footer .eshop-ordering__price-total-value {
	/*da*/
    font-style: normal;
}

/*da*/
.table_history{
	width: 100%;
    text-align: left;
}
 .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #91dbfb;/*rgba(153, 229, 255, 0.45); */
    vertical-align: middle;
 }


input[type=file]::-webkit-file-upload-button {
    border: 1px solid #91dbfb;/* #cfeffd;*/
    color: white;
    background: #40b4ff;
}

.news_item-small.main-news.row {
	display: flex;
}

/*ksu menu */
@media (min-width: 769px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 769px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0284ca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 769px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 769px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 769px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 769px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.footer-1-1 {
	    padding-bottom: 30px;
}
span.form__field, span.form__field-sublist {
    padding: 10px 20px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.search-row{
	    display: flex;
}
.search-row .form__search-line{
    margin-right:30px;
}

/*ksu all vnutr styles*/

@media screen and /*(min-width: 768px) and*/ (max-width: 1024px) {
	.navbar-nav > li > a {
    	padding-left: 10px;
    	padding-right: 10px;
    }
    .navbar-header {
    	display: flex;
    	flex-direction: column;	
    }
    /*.headertel {
    	color: white;
        padding: 0;
        margin-top: -10px;
    	text-align: right;
		filter: drop-shadow(1px 1px 1px #222);
        
    }
    .header .brand-img {
    	    margin: 15px auto 0px;
    		text-align: center;
    		float: left;
    }
    .media-style {
    	display: flex; 
    	flex-direction: column;
    }*/
	/*.container {
        width: 994px;
    }*/
    .width33{
    	 height: 600px;
    }
    
}
.hr-class {
    display: none;
}
@media screen and (min-width: 769px) {
    
    
    
.eshop-item-small__img{
           margin-bottom: 0px;
    height: 140px;
    object-fit: cover;
    width: 300px; 
    }
    
  
    
    
}


#sign {
	z-index: 1000;
    position: absolute!important;
    color: white;
    right: 10px;
    margin-top: -10px;
}
#sign a{
	color: white!important;
    font-weight: 300!important;
}



@media screen and (max-width: 769px) {
    a.back-to-catalog.red{
    	margin-left: 0px;
    }
    .cart-small__order-btn, #cartPopupWindow .cart-small__cont-btn {
    	margin-left: 0px;
    }
    .hide-show-svg{
        display: block;
    }
    .eshop-item-small.eshop-item-small_type_linked .row-flex{
    	
        position: relative;
    }
    .eshop-item-small.eshop-item-small_type_linked .eshop-item-small-prop{
    	flex-direction: column;
    }
    
     .eshop-item-small.eshop-item-small_type_linked .row-flex .chev {
    	position: absolute;
        right: 10px;
        bottom: 25px;
    }
    .detailed-image{
    	margin-top: 15px;
    }
    .detailed-image img{
        margin-bottom: 20px;
    -webkit-clip-path: url(#clipSquare);
    clip-path: url(#clipSquare);
    /*height: 380px;
    width: 320px;*/
   /* background-color: rgba(21, 18, 18, 0.45);*/
    /*padding-top: 80px;*/
    margin-left: -10.5%;
	}
    
      #ami-eshop-properties__select_wrapper,.eshop-item-detailed__choice-box{
    	flex-direction: column;
        margin-bottom: 25px;
    }
    .ip59:before {
    	height: 103px;
    }
    #sign {
    	right: 0;
    }
    .ip59 .items-bot {
    	padding-top: 0px;
    }
    
    .search-buttons{
        margin-top: 25px;
        display: flex;
    	justify-content: center;
    	
    }
    .search-buttons .btn.find{
            padding: 7px 14px;
    }
    .search-buttons .btn.clear{
                padding: 7px 15px;
    width: 100px;
    }
    .search-row {
    display: block;
}
    .form__field-list>.form__field-sublist {
    	flex-direction: column;
    }
    span.form__field, span.form__field-sublist {
        padding: 10px 0 0 0;
    }
    
    .eshop-item-small__cart-form_c {
    	position: absolute;
           
    }
    .vert-center {
    align-self: flex-start;
	}
    .eshop-item-small__custom-fields > div:nth-child(2), .eshop-item-small__custom-fields > div:nth-child(3){
    margin-left: 0;
        display: flex;
}
    
   .eshop-item-tooltip {
    height: 100px;
}
    .eshop-ordering__field {
    margin-bottom: 20px;
}
    .eshop-item-small__content .right-part {
            margin-top: 15px;
    margin-bottom: 15px;	
    }
    .v-order {
        border:none;
        height: 100px;
    }
    .media-style {
    	width: 280px;
        height: 97px;
    }
    .media-style.header-pr{
    	width: 100%;
    }
    .hr-class {
        display: block;
        background: #91dbfb;/*rgba(153, 229, 255, 0.45);*/
        border: 0 none;
        color: #91dbfb;/*rgba(153, 229, 255, 0.45);*/
        height: 1px;
        margin: 0 auto;
        text-align: center;
        width: 90%;
    }
    .eshop-item-small__header {
    	    margin-bottom: 10px;
        width: 100%;
    }
    .navbar-header {
    	position: relative;
    	flex-direction: row;
    	box-shadow: 0px 3px 16px rgba(0,0,0,0.5);
    	z-index: 101;
	}
    .navbar-toggle{
    	    width: 44px;
    	height: 44px;
    	/* margin-top: auto; */
    	align-self: center;
    	float: right;
    	/* display: inline-table; */
    	margin-left: auto;
       background: #0284ca;
    }
    .navbar-default .navbar-toggle .icon-bar{
    	background-color: #ffffff;
    }
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    	background-color: #0284ca;
        border: none;
        /*padding-bottom: 30px;*/
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    	    background: #0184ca;
    }
	#lay_f1 .container {
    	width: 100%;
    }
    .internal-page #lay_f3{
    	    background: #0184ca;
    }
    .member_menu {
    	flex-direction: column;
    }
    .small_menu_logout.menu-links {
    	width: 100%;
	}
    .row-flex {
    	flex-direction: column;
	}
    .eshop-item-small_type_catalog .eshop-item-small__custom-fields {
    	 flex-direction: column;
    }
    .eshop-item-small__visual.col-md-2{
    	padding-left: 15px;
        padding-top: 15px;
    }
    .eshop-item-small__visual.col-md-2 .img-responsive {
    	margin: 0 auto;
        /*ksu*/
        height: 270px;
    	transform: rotate(90deg);
    	object-fit: fill;
    	margin-top: -50px;
    }
        .eshop-item-small__visual.col-md-4 .img-responsive {
    	margin: 0 auto;
        /*ksu*/
        height: 270px;
    	transform: rotate(90deg);
    	object-fit: fill;
    	margin-top: -50px;
       
    }
    .eshop-item-small__visual.col-md-4{
    	 padding-left: 15px;
        width: initial;
    }
    /*.eshop-ordering__field {
    	display: block;
    }*/
    
  /*  .eshop-ordering__field-name {
		width: 100%
    }*/
    
    .footbtn {
    	font-size: 13px;
    	line-height: 1;
    }
    
    .rowik {
    	display: block;
    }
}
.navbar {
	margin-bottom: 0px;
    border: 0;
}
.back-to-catalog +.back-to-catalog{
    margin-left: 40px;
}
.back-to-catalog +.back-to-catalog i{
    padding-left: 15px;
    padding-right: 0;
}
@media screen and (max-width: 500px) {  
    .back-to-catalog +.back-to-catalog{
    margin-left: 0px;
}
    a.back-to-catalog {
    	    display: block;
    padding: 4px 11px 7px 11px
        
    }
    .blog_item-detailed__header-name .datetime{
    	    display: block;
    }
    .mobile-tables{
    /*	width: 290px;*/
        overflow-x: auto;
    }
    
}

.width100 {
	width: 100%;
	/*margin-bottom: 25px;*/
}
.m-b {
	margin-bottom: 25px;
}
.mb10 {
	margin-bottom: 10px;
}

.news_item-detailed__img, .articles_item-list__cat-img, .articles_item-detailed__img, .blog_item-list__cat-img, .blog_item-detailed__img {
	padding-left: 0px;
    margin-bottom: 0px;
}

.eshop-item-small__forum {
    padding-top: 0px;
}

input::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease;}
input::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease;}
input:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease;}
input:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease;}
input:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
input:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.3s ease;}
input:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.3s ease;}
input:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.3s ease;}

.input-style {
	height: 35px;
    width: 100%;
    border-radius: 0;
    border-color: #91dbfb;/*#cfeffd;*/
    font-size: 14px;
    padding: 5px 10px;
    color: rgb(83,83,83);
    box-shadow: none;
}
.filter {
    color: #333;
    box-shadow: 0px 0px 15px 3px rgba(2, 132, 202, 0.1);
    border-radius: 0;
    padding: 20px;
   /* background: #cceefd;*/
    background: #ffffff;
    margin-bottom: 30px;
    min-height: 177px;
}
.filter .form{
	 background: #ffffff;
}
.form__additional-flag{
	display:none;
}
select[multiple],
select[size] {
   height: 35px; 
}


.form .form__field-caption {
    padding-bottom: 0px;
}
span.form__field:nth-child(5){
    padding-right: 0px
}




.form__search-line::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease;}
.form__search-line::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease;}
.form__search-line:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease;}
.form__search-line:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease;}
.form__search-line:focus::-webkit-input-placeholder {text-indent: 1000px; transition: text-indent 0.3s ease;}
.form__search-line:focus::-moz-placeholder          {text-indent: 1000px; transition: text-indent 0.3s ease;}
.form__search-line:focus:-moz-placeholder           {text-indent: 1000px; transition: text-indent 0.3s ease;}
.form__search-line:focus:-ms-input-placeholder      {text-indent: 1000px; transition: text-indent 0.3s ease;}

.eshop-item-list__caption {
    display: none;
}
.lb_wrap {
	position: relative;
    display: inline;
    width: 100%;
    margin-right: 30px;
    color: #848484;
}
.form__field-caption{
	color: #848484;
}
.btn.find {
        border-top-right-radius: 0;
      padding: 7px 10px;
    width: 100px;
    border-bottom-right-radius: 0;
}
.btn.clear {
	border-top-left-radius: 0;
    display: ;
    padding: 7px 10px;
    width: 100px;
    border-left: 1px solid white;
    border-bottom-left-radius: 0;
}

.search-buttons .btn.clear{
    height: 36px;
}
.eshop-order-history-list__name {
display: table-cell;
}

.search-buttons{
	    display: flex;
}

/*
::-webkit-scrollbar {
    width: 10px;
}
 

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
 
    background-color: #ffffff;
}
 

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:  rgb(89, 171, 219); 
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.8); 
    
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgb(89, 171, 219); 
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3); 
}

*/
.infa-po-zayavke, .infa-po-zayavke ul li {
    text-align: left;
}
.table-with-notices tr th{
vertical-align: middle;
        text-align: center;
}
 #table-with-notices tr th {
      text-align: center;
  }
 #table-with-notices tr td input{
    width: 100%;
}
#table-with-notices tr td:nth-child(1), .tbl.table_notices tr td:nth-child(1){
    width: 25%;

}

#table-with-notices tr td:nth-child(2), .tbl.table_notices tr td:nth-child(2){
    width: 10%;
    text-align: center;
    
}

#table-with-notices tr td:nth-child(3), .tbl.table_notices tr td:nth-child(3){
    width: 20%;
   line-height: 28px;
    
}
#table-with-notices tr td:nth-child(4), .tbl.table_notices tr td:nth-child(4){
    width: 30%;
    
}
#table-with-notices tr td:nth-child(5), .tbl.table_notices tr td:nth-child(5){
    width: 5%;
    text-align: center;

}
#table-with-notices tr td, #table-with-notices tr th {
    border-right: none;
    border-left: none;
}
.clear-search {
    float: right;
    margin-bottom: 20px;
}

#noticesList {
	width: 100%;
}
.datetime {
	font-size: 16px;
}

.blog_item-detailed h2{
	padding-bottom: 5px;
}


.hidepaymentmethod{
    display: none;
}
.mt20{
	margin-top: 20px!important;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}

.tbl.table_history.myrules tr td:nth-child(1){
    width: 30%;
    text-align:left; 
        border-top: 0;
}
.tbl.table_history.myrules tr td:nth-child(2){
    width: 70%;
    text-align:left;   
        border-top: 0;
}
.tbl.table_notices i{
    color: rgb(254,82,82);
    font-size: 18px;
    margin-right: 10px;
        
}


#notices {
  margin: 30px auto; 
}

.collapsedlink {
	    border-bottom: 1px dashed;
    cursor: pointer;
    
}
.collapsedlink:hover {
	border-bottom: none;
    text-decoration: none;
}

#ami-eshop-properties__wrapper{
	display: none;
}

.chosen-properties{
    display: none;
}

/*loader*/

.cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
    z-index: 1000000;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: fixed;
  width: 100%;
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display:inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}

#cf_noticetype{http://uralsalt.ru/_admin/skins/vanilla//images/ed_search_continue.gif
    white-space: nowrap;
}

.mob-rotate{
    overflow: hidden;
}

.detailed-shadow-block{
	/*box-shadow: 0px 0px 15px 3px rgba(204,204,204,0.36);*/
    box-shadow: 0px 3px 19px 1px rgba(1, 132, 202, 0.24);
    background-color: white;
    margin: 0;
}

.detailed-shadow-block .flex-vert-try{
	padding-left: 20px;
}
.detailed-shadow-block .detailed-image{
	    padding-right: 0;
}
.detailed-shadow-block img{
	    margin-right: 0;
}


.eshop-item-detailed__custom-fields .eshop-item-detailed__custom-field:last-child {
    display: flex;
	margin-bottom: 49px;
}
@media screen and (max-width: 1200px){
   
	.eshop-item-detailed__custom-fields .eshop-item-detailed__custom-field:last-child{
    	margin-bottom: 20px;
    }
}
.step{
	border-radius: 30px;
    background-color: #cce7f4;
    display: inline-block;
    padding: 2px 5px;
    color: white;
    font-size: 12px;
    line-height: 1;
}

.step-label{
	margin-left: 10px;
    width: 160px;
}
#ami-eshop-properties__select_wrapper{
	display: flex;
    align-items: baseline;
}

.eshop-item-detailed__choice-box{
	display: flex;
    align-items: baseline;
    width: 100%;
}


.input-style.detailed-select{
	width: 170px;
}

/*#repeatit a{
	color: #fe5252;
}
#repeatit a:hover{
	color: #ef3939;
}
#repeatit a:active, #repeatit a:focus{
	color: #fe5252;
}*/

#lay_body .eshop-item-detailed__description ul li, #lay_body .oblast ul li{
	display: flex;
}


#lay_body .eshop-item-detailed__description p, #lay_body .oblast p {
    margin-bottom: 0px;
}
#lay_body .eshop-item-detailed__description ul > li, .oblast ul > li  {
    margin-bottom: 10px;
     margin-top: 10px;
}


select[multiple]:focus{
height:200px;
position: absolute;
width: calc(100% - 75% - 10px);
z-index: 20;
}
.eshop-item-detailed__description{
	    margin-bottom: 20px;
}
.hideinside.notice-text{
    
	margin-bottom: 20px;
}
#lay_body .hideinside.notice-text p{
    display: inline-block;
    font-size: 12px;
    color: rgba(0,0,0,0.8);	
}
.hideinside.notice-text .right-notice{
	display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: flex-end;
}
.hideinside.notice-text .btn{
	    margin-left: 20px;
    background-color: #fe5252;
 
        transition: all 0.3s linear;
    
    
}
.hideinside.notice-text .btn:hover{
        background: #ef3939;
    
}
.blog_item-list__item-list .fa-paperclip{
	    transform: rotate(44deg);
}
#files tr td:nth-child(3), .your-files .fa, #your-files tr td:nth-child(3) {
    font-size: 30px;
}
#files i {
    font-size: 30px;
}

#bodik .table > tbody > tr > td, .your-files.table > tbody > tr > td{
    vertical-align: middle;
        word-wrap: break-word;
    word-break: break-all;

}

/*для оформления заказа как у тинькоффа*/

.eshop-ordering :not(.eshop-ordering__login-window) .eshop-ordering__textfield {
    /* height: 35px; */
    border-radius: 0;
    border-color: #91dbfb;/*#cfeffd;*/
    font-size: 14px;
    padding: 5px 10px;
    color: rgb(83,83,83);
    box-shadow: none;
    padding-top: 30px;/* 45px;*/
    padding-bottom: 15px;
    line-height: 1;
    min-height: 62px;
        max-height: 62px;
    font-family: 'Lato Bold', sans-serif;
}
.eshop-ordering :not(.eshop-ordering__login-window) .eshop-ordering__field-name {
    left: 0;
    background-color: white;
    vertical-align: top;
    width: calc(100% - 18px);
    position: absolute;
    /* width: 120px; */
    margin-left: 1px;
    padding-left: 9px;
    text-align: left;
    /* white-space: nowrap; */
    /* width: 100%; */
    color: #9299a2;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: top,font-size;
    transition-property: top,font-size;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: top,font-size,color;
    pointer-events: none;
    line-height: 1;
}
.eshop-order__shippings .eshop-ordering__field{
	position: relative;
}
.eshop-ordering__textfield:focus ~ .eshop-ordering__field-name, .eshop-ordering__textfield.not-empty ~ .eshop-ordering__field-name {
      top: 1px;
    padding-top: 5px;
    font-size: 12px;
    /* line-height: 18px; */
    padding-bottom: 2px;
}

.eshop-ordering__radio-label{
	    display: flex;
    cursor: pointer;
}

.eshop-ordering__radio-label input{
	margin-right: 10px;
}

.eshop-ordering__radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.eshop-ordering__radio {
  cursor: pointer;
}
.eshop-ordering__radio:not(checked) {
  position: absolute;
  opacity: 1;
}
.eshop-ordering__radio:not(checked){
  position: relative;
  padding: 0 0 0 35px;
}
.eshop-ordering__radio:not(checked):before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.eshop-ordering__radio:not(checked):after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0184ca;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: all .2s;
}
.eshop-ordering__radio:checked:after {
  opacity: 1;
}
.eshop-ordering__radio:focus:before {
  box-shadow: 0 0 0 3px rgba(2, 163, 231, 0.3);
}

.eshop-ordering__hint{
	padding-right: 10px;
}
.eshop-ordering__caption.mt0 {
	margin-top: 0;
}

.eshop-ordering :not(.eshop-ordering__login-window) .eshop-ordering__textarea.eshop-ordering__textfield{
    height: 62px;
	padding-top: 26px;
    padding-bottom: 10px;
}

.status_notice {
    background: rgb(64, 180, 255);
    color: white;
    font-size: 16px;
        font-family: 'Lato', sans-serif;
}


.step-div{
	display: flex;
    align-items: center;
}
.step-div .step-label{
	margin-bottom: 0px;
}
.in-order-form{
	display: flex;
    align-items: center;
}
.step-div.special .step-label{
	width: 85px;
    z-index: 1000;
}
.step-div.special .step{
    margin-left: 20px;
}
.media-changes {
	display: flex;
    
}
@media screen and (max-width: 1024px){
	.in-order-form {
    	flex-direction: column;
	}
    .media-changes{
    	width: 100%;
    }
    .step-div.special .step {
    	margin-left: 0px;
	}
    .media-changes:nth-child(1){
    	margin-bottom: 15px;
    }
    .step-div.special .step-label{
    	width: 160px;
    }
    .eshop-item-detailed__cart-box_base{
    	width: 170px;
    }
    
}
@media screen and (max-width: 768px){
    
    .eshop-item-detailed__cart-text .eshop-item-tooltip{
    	display: none!important;
    }
    
    #userDocs .eshop-ordering__field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
    #userDocs .eshop-ordering__field .eshop-ordering__field-name{
        font-family: "Lato Bold";
    }

	 .media-changes:nth-child(1){
    	margin-bottom: 0px;
    }
    .in-order-form {
		flex-direction: column;
        align-items: left;
    }
    .detailed-shadow-block .input-style.eshop-item-detailed__cart-quantity{
    	width: 100%;
    }
    .detailed-shadow-block .input-style.detailed-select{
    	width: 100%;
    }
    #ami-eshop-properties__select_wrapper, .eshop-item-detailed__choice-box {
    	margin-bottom: 5px;
    }
    .eshop-item-detailed__prices{
    	width: 100%;
    }
    .step-div.special{
        margin-top: 20px;
    }
    .step-div.special .step {
    	margin-left: 0px;
	}
    .eshop-item-detailed__cart-box_base{
    	width: 100%;
        margin-left:0px;
    }
    .step-div{
    	margin-bottom: 10px;
    }
    #place-for-stickers {
         padding-left: 15px; 
}
    .media-changes {
    display: block;
}
    
    .your-files tr td:nth-child(2), 
.your-files tr th:nth-child(2),
#comp-docs tr td:nth-child(2),
#comp-docs tr th:nth-child(2),
.your-files tr td:nth-child(4), 
.your-files tr th:nth-child(4),
#comp-docs tr td:nth-child(4),
#comp-docs tr th:nth-child(4),
#comp-docs tr td:last-child,
#comp-docs tr th:last-child
{
    display: none;
}

}
#lay_body .eshop-ordering__info p{
    font-size: 20px;	
}
.eshop-ordering__info {
    color: rgb(49, 49, 49);
    font-size: 20px;
    padding: 10px 0px 0px 0;
}
.eshop-ordering_type_accepted{
	text-align: left;
    padding-bottom: 20px;
}

.eshop-ordering_type_accepted .numb {
   color: #fe5252; 
   background: none;
   font-size: 20px;
}
.eshop-ordering_type_accepted .numb strong{
	font-family: 'Lato Bold', sans-serif;
    margin-left: 20px;
}

.eshop-ordering.eshop-ordering_type_accepted :not(.eshop-ordering__login-window) .eshop-ordering__field-name{
	font-size: 20px;
    color: rgb(49, 49, 49);
}
.infa-po-zayavke h4{
	font-size: 20px;
}
.eshop-ordering_type_print-dialog .eshop-ordering__info {
	  padding: 10px 0px 30px 0;
}

.your-order-is-empty{
	 color: rgb(49, 49, 49);
    font-size: 20px;
}
a.blog_item-row__header-name, #table-with-notices.tbl TH, #table-with-notices.tbl Td{
	font-size: 14px;
}
select{
    cursor: pointer;
}


table{
    background-color: white;	
}

.clearSearch{
	 margin: 0px 0px 15px 0;
    float: right;
    display: inline-flex;
    align-items: center;
}

.clearSearch i{
    font-size: 22px;
    color: #fe5252;
    margin-right: 5px;
        margin-bottom: 3px;
    
}
.clearSearch:hover i, .deleteItem:hover i{
	color: #ef3939;
}
.clearSearch:hover,.clearSearch:focus, .clearSearch:active,.clearSearch:visited {
	text-decoration: none;
}



#cart_items img{
	margin-bottom: 0px;
	height: 200px;
	object-fit: cover;
	width: 300px;
}
#cart_items td {
    padding: 5px 5px;
 }

.deleteItem{
    font-size: 20px;
    color: #fe5252;
    margin-right: 5px;
}
.text_button.red {
	    background-color: #fe5252;
}
.text_button.red:hover {
	    background-color: #ef3939;
}
.right {
	float: right;
}

.orderInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oformit-buttons{
	display: flex;
    align-items: center;
}
.oformit-buttons .btn-back{
    color: #fff;
    background-color: #0483ca;
    padding: 4px 11px;
    border-radius: 30px;
    width: 36px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Lato Bold', sans-serif;
}
.oformit-buttons  .btn-back:hover{
        background: #039ade;
        color: white;
    	text-decoration: none;
}
.oformit-buttons *{
	margin-right: 10px;
}

input.txt{
    height: 35px;
    border-radius: 0;
    border-color:#91dbfb;/* #cfeffd;*/
    font-size: 14px;
    padding: 5px 10px;
    color: rgb(83,83,83);
    box-shadow: none;
}

#status_message_popup{
    color: #ef3939;
	background-color: white;
}

.status_error, .error{
	background: white;
}



.uslugi-tree .in-tree svg{
    margin-right: 20px;
}
.uslugi-tree .in-tree .perenos {
    display:  inline-block;
    width: 100px;
}
.uslugi-tree a:hover {
	text-decoration: none;
}
.uslugi-tree .in-tree .perenos span{
	    display: inline;
    background: transparent linear-gradient(90deg, rgba(126, 136, 163, 0.5), rgba(126, 136, 163, 0.5)) no-repeat 0px 100%;
    background-size: 100% 1px;
    transition: all 0.3s linear;
    color: #313131;
}
.uslugi-tree .in-tree {
    padding:  20px;
    font-size: 16px;
    display:  flex;
    align-items:  center;
    border-radius: 10px;
    transition: all 0.2s linear;
}
.uslugi-tree .in-tree.selected, .uslugi-tree .in-tree:hover {
        background-color: #e2f6ff;
}


.uslugi-tree .in-tree:not(.comp):before {
    background-image:url('_mod_files/ce_images/uslugi/uslugi2-icon.png');
width: 70px;
height: 57px;
content:"";
display: inline-block;
background-repeat:  no-repeat;
    background-position: center;
    margin-right: 20px;
}

.uslugi-tree .col-md-4:nth-child(1) .in-tree:before{
    background-image:url('_mod_files/ce_images/uslugi/uslugi1-icon.png');	
}
.uslugi-tree .col-md-4:nth-child(2) .in-tree:before{
    background-image:url('_mod_files/ce_images/uslugi/uslugi2-icon.png');	
}
.uslugi-tree .col-md-4:nth-child(3) .in-tree:before{
    background-image:url('_mod_files/ce_images/uslugi/uslugi3-icon.png');	
}


.uslugi-tree .col-md-4 .in-tree.selected:before, .uslugi-tree .col-md-4 .in-tree:hover:before{
        filter: hue-rotate(150deg);
}

.uslugi-tree .col-md-4:nth-child(1) .in-tree .perenos{
    width: 165px;
}



.line-uslugi:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 5px;
    background-color: #e2f6ff;
    top: 0;
    right: 0;
    }


.line-uslugi {
    padding-top: 60px;
    border-right: 5px solid #e2f6ff;
    margin-top: 40px;
    position: relative;
    padding-bottom: 40px;
}



.line-uslugi .left-line {
    position: absolute;
    background-color: #e2f6ff;
    left: 20%;
    height: 50px;
    width: 5px;
    top: 0;
}


.line-uslugi:after {
    content: "";
    position: absolute;
    width: calc(58.333% - 15px);
    height: 5px;
    background-color: #e2f6ff;
    bottom: 0;
    right: 0;
    }
.nav-tabs > li {
    margin-right: 15px;
    
}
.nav-tabs > li > a{
    font-family: "Lato Bold";
    padding-left: 0;
    padding-right: 0px;
    color: #313131;
    font-family: 'Lato Bold', sans-serif;
    opacity: 0.5;
    border-bottom: 2px solid transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav.nav-tabs > li > a:hover{
	      border-top: none; border-left: none; border-right: none;
background: none;
    border-bottom: 2px solid #0084ca;
    font-size: 16px;
    opacity: 1;
    text-decoration: none;
}
.smaller-tabs{
	padding-right: 50px;
}

.owl-dots {
        display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.owl-carousel .owl-dot{
        margin-left: 20px;
}
.owl-carousel .owl-dot span{
	    width: 8px;
    height: 8px;
    background-color: #0084ca;
    display: inline-block;
    border-radius: 5px;
    opacity: 0.5;
}
.owl-carousel .owl-dot.active span{
	opacity: 1;
}
.map-open{
    outline: none;
}
.map-open + i {
    font-size: 20px;
    color: #0284ca;
    margin-left: 10px;
}




section.interest {
    background-color: #e2f6fe;
    padding: 4em 0 3em 0;
}

.blocks {
    display:  flex;
}

.col-4flex {
    flex-basis:  50%;
    flex-direction:  row;
    display:  flex;
}

.texts {
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content:  space-between;
}

section.interest .col-4flex img{
    margin-right: 25px;
}

.interest .texts .small-grey{
    font-size: 14px;
    opacity: 0.8;

}


.interest .texts .big-dark{
    font-size: 18px;
   font-family: 'Lato Bold', sans-serif;
    font-family: "Lato Bold";
    
}

.interest .texts .big-dark a[href*="mailto"]{
    font-size: 18px;
   font-weight: 300;
   border-bottom: 1px dashed;
    
}
.interest .texts .big-dark a[href*="mailto"]:hover{
text-decoration: none;
   border-bottom: 1px dashed transparent;
    
}


.interest .texts .big-dark a[href*="tel"]{
    font-size: 18px;
    color: #313131;
    font-family: "Lato Bold";
    
}
.uslugi-tree{
	margin-bottom: 2em;
}


.usluga{
	padding-bottom: 4em;
}

.svyaz{
    padding: 5em 0;
}
.docs .dropdown-menu{
padding: 20px;
    border-radius: 0px;
}
.docs .dropdown-menu .file .document{
	display: flex;
}
.docs .dropdown-menu .file .document:hover{
	text-decoration: none;
}
.docs .dropdown-menu .file .document:hover .doc-name{
 text-decoration: underline;   
}
.docs .dropdown-menu .file .document i{
	font-size: 36px;
    margin-right: 15px;
    color: red;
}
.docs .dropdown-menu .file .document > div{
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.docs .dropdown-menu .file .document > div .doc-name{
        font-size: 16px;
    line-height: 150%;
    color: #313131;
    font-weight: 300;
    font-family: "Lato Bold";
}
.docs .dropdown-menu .file .document > div .doc-size{
    font-size: 14px;
    color: #313131;
    opacity: 0.6;
}

.docs .file:not(:last-child) {
    /* display: flex; */
    margin-bottom: 15px;
}

.docs .doc-link {
    margin: 3em 0 0 0;
    display: block;
    font-size: 16px;
    text-decoration: none;
}

.docs .doc-link i.fa-file-text-o, .docs .doc-link i.fa-address-book-o{
margin-right: 10px;
    color: #313131;
    opacity: 0.8;
    font-size: 18px;
}
.docs .doc-link i.fa-chevron-down{
    margin-left: 10px;
    font-size: 12px;
}

.docs .doc-link > span{
	border-bottom: 1px dashed;
}

.docs .doc-link:hover > span{
   	border-bottom: 1px dashed transparent;
}

.svyaz{
    background-image: url("_mod_files/ce_images/uslugi/zapros-min.jpg");
    background-size: cover;
    background-position: center center;
    
}
.svyaz .header{
    font-family: "Lato Bold";
    font-size: 30px;
    text-align: center;
}

.svyaz form[name="contact"]{
margin: 2em auto;
}
.svyaz form[name="contact"] .label-text{
color: white;
    margin-bottom: 5px;
}


strong.red{
	color: #fe5252;
}

input.btn.btn-red, .but.btn-red{
    background-color: #fe5252;
    text-transform: uppercase;
    transition: all 0.3s linear;
}

.svyaz form[name="contact"]  .input-style{
	    height: 40px;

    border-radius: 3px;
}
.svyaz form[name="contact"] textarea{
	margin-bottom: 20px;
    resize: none;
}
input.btn.btn-red:hover, .but.btn-red:hover {
    background-color: #ef3939;
}


#lay_body .usluga h1{
	    font-size: 30px;
    font-family: "Lato Bold";
    font-weight: 300;
    color: #313131;
}
.usluga .but.btn-red{
	font-size: 14px;
    padding: 12px 18px;
}
.usluga .but.btn-red:hover, .usluga .but.btn-red:focus, .usluga .but.btn-red:active{
    color: white;
    text-decoration: none;
}

#lay_body .usluga h2{
	font-size:  29px;
}
.usluga .btn-field{
    text-align:right;
}
.tab-content h3{
	    font-size: 20px;
    font-family: "Lato Bold";
}
@media screen and (max-width: 768px){
	.interest .blocks {
            flex-direction: column;
    }
    .wrapper {
        display: block!important;
    }
    .smaller-tabs {
     padding-right: 0px; 
            margin-top: 20px;
}
    .owl-dots {

    justify-content: center;

}
    .line-uslugi .left-line, .line-uslugi:before, .line-uslugi:after {
        display: none;
      
    }
    .line-uslugi {
          border-right: none;
    }
    .owl-carousel .owl-dot:not(:first-child) {
    margin-left: 20px;
}
    .col-4flex{
        margin-bottom: 30px;
        flex-basis: inherit;
    }
    .docs .doc-link{
        margin: 0 0 0 0;
    }
    .usluga .btn-field{
    text-align:center;
            margin-top: 25px;
}
    .line-uslugi{
    	padding-top: 0em;
    }
    .svyaz{
    background-image: url("_mod_files/ce_images/uslugi/zapros-min-mobile.jpg");
    
}
}

.write-us textarea{
	resize: none;
}


.feedback-page{
	margin-bottom: 30px;
}


.smaller-tabs .managers{
	 
    margin: 0;

}
.smaller-tabs .managers .card{
	margin-bottom: 0;
    width: 500px;
}
.smaller-tabs .dropdown-menu{
    min-width: 300px;
}
.smaller-tabs .docs .dropdown:not(.documents) .dropdown-menu{
	    margin: 0;
    padding: 0;
}

.smaller-tabs .docs .dropdown .doc-link{
	    margin-top: 20px;
}

.smaller-tabs .docs .dropdown:first-child .doc-link{
	    margin-right: 3em;
}

.managers .card .tel, .managers .card .mail{
    line-height: 1.42857143;
}

.managers .card .text .doljnost{
   line-height: 1.42857143;
}

.smaller-tabs .docs{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}


#cartPopupWindow .cart-small__cont-btn:hover {
    color: #fff;
    text-decoration: none;
    border: none;
    background-color: rgb(2,132,202);
}



.small_login_form{
	display: flex;
    flex-direction: row-reverse;
    padding: 0;
    align-items: stretch;
   
    /* width: auto; */
    width: 700px;
    border-radius: 0;
    transition: all 0.3s ease-out;
    left: calc(50% - 350px);
}
.small_login_form.small_login_form_on{

     top: calc(50% - 100px);
}
.small_login_form .left-regform {
    width: 260px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50%;
    background-color: #0683ca;
    flex-direction: column;
}
.small_login_form .left-regform .header{
	color: white;
    font-family: "Lato Bold";
    font-size: 24px;
}

.small_login_form .left-regform hr{
	background: #58aada;
    height: 1px;
    width: 65%;
}

.small_login_form .popupEntrance{
	padding: 30px;
  /*  flex: 0 0 50%;*/
}
/*.logist .smaller-tabs .docs .dropdown .doc-link{
        margin-top: 0;
}*/


.eshop-item-small__content .badge{
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: rgb(254,82,82);
    font-weight: 300;
}


 .divforbadge{
	margin-bottom: 25px;
}
 .divforbadge .badge{
        background-color: rgb(254,82,82);
    font-weight: 300;
}

.eshop-item-small__content .badge.dif-badge,  .divforbadge .badge.dif-badge{
	 padding: 10px 18px;
 border-radius: 26px;
}
@media screen and (max-width: 1024px){
   .eshop-item-small__content .badge{
            right: 10px;
       		 top: 10px;
    } 
}

@media screen and (max-width: 768px){
    .eshop-item-small__content .badge{
              top: -12px;
    position: relative;
    right: 15px;
    width: 70px;
    float: right;
    }
	.small_login_form .popupEntrance {
    padding: 30px;
    flex: 0 0 100%;
}
    .small_login_form .left-regform, .right-regform{
            display: none;
    }
    .small_login_form.small_login_form_on{
    	    width: 300px;
    left: calc(50% - 150px);
    }
    .smaller-tabs .managers .card{
    	width: 300px;
    }
    .smaller-tabs .docs .dropdown:first-child .doc-link{
    	margin-right: 0;
    }
    .smaller-tabs .docs{
    	flex-direction: column;
    align-items: flex-start;
    }
    .smaller-tabs .nav-tabs > li.active a:before{
        content: "\f101";
        font-size: 16px;
        width: 10px;
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin-right:10px;
    }
   .smaller-tabs .nav-tabs > li {
    
    	float: none;
    }
    .logist .smaller-tabs .docs .dropdown .doc-link {
    margin-top: 20px;
}
}






.small_login_form_close i.fa-times{
	    color: #ffffff61;
    font-size: 22px;
}

.eshop-item-detailed__cart-text .eshop-item-tooltip__btn-cart{
	    margin: 0px auto 10px auto;
    font-family: "Lato";
    color: black;
}
#ami-eshop-properties__select_wrapper select{
	    -webkit-appearance: menulist;
}
.your-files tr td:nth-child(n+2), 
.your-files tr th:nth-child(n+2),
#comp-docs tr td:nth-child(n+2),
#comp-docs tr th:nth-child(n+2)
{
    text-align: center;
}



.tbl.eshop-order-history-list{
    margin-bottom: 20px;
}

.input-style.detailed-select, .input-style.eshop-item-detailed__cart-quantity{
 outline: none;
}
.input-style.detailed-select:focus, .input-style.eshop-item-detailed__cart-quantity:focus{
    outline: none;
    border: 1px solid rgb(254,82,82);
}

#status_message_popup{
    color: #ef3939;
	background-color: white;
	padding: 25px;
    padding-right: 35px;
}

#cart-small__text
{
    padding-left: 20px;
    border-left: 1px solid #afe3fa54;
}

.AlertWindow, #status_message{
font-size: 16px;
}

 #lay_body .blog_item-detailed__header-name a{
    color: rgb(254,82,82);
	    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
}
 #lay_body .blog_item-detailed__header-name a:hover{
    text-decoration: none;
}

#lay_body p.eshop-item-detailed__custom-field{
	font-size: 18px;
}

.deleteItem i{
	    font-size: 28px;
}

#files .badge{
	display: inherit;
    background-color: #0384ca;
    font-weight: 300;
}

.eshop-ordering__field.diff{
    display: flex;
	flex-direction: column;
    align-items: flex-start;
}
.eshop-ordering__field.diff input{
    display: none;
}
.eshop-ordering__field.diff label{
    display: block;
    font-size: 14px;
    padding: 5px 0px;
    color: rgb(83,83,83);
    font-family: "Lato Bold";
}
    
.eshop-order-history-list__image{
    width: 30%;
}

form.userItems textarea{
    max-width: 270px;
    height: 50px;
    min-height: 50px;
}

.table.tbl.table_notices thead tr th{
    vertical-align: middle;
    text-align: center;
}

input {outline: none;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
}

.glav-login .member_small_block_body{
    display: none;
}

#lay_body h1.news_item-detailed__header-name, #lay_body .news_item h1{
	font-size: 30px;
    color: #021F3B;
    line-height: 44px;
}
.news_item-detailed__body{
	font-size: 16px;	
    line-height: 23px;
    color: #323232;
}
.news-image{
	/*box-shadow: 0 4px 16px 0 rgba(1,132,202,0.12);*/
    box-shadow: 0px 0px 15px 3px rgba(2, 132, 202, 0.1);
    float: right;
    margin: 0 0 30px 30px;
}

#lay_body .news_item-detailed__body p{
    margin-bottom: 24px;
    line-height: 24px;
}

.news-pager {
    display: flex;
    justify-content: space-between;
}
.news-pager i{
	color: #0284ca;
}
.item-detailed__nav-previous-link i{
	margin-right: 15px;
}
.item-detailed__nav-next-link i{
	margin-left: 15px;
}
.news-icon-color{
	transition: 0.2s all linear;
    fill: #0184CA;
}

.uslugi-tree .in-tree.selected .news-icon-color, .uslugi-tree .in-tree:hover .news-icon-color{
fill: #FE5251;
	}
#lay_body .news_item{
    margin-bottom: 4em;
}
#lay_body .news_item .date{
    color: #323232;
    font-size: 14px;
    margin-bottom: 30px;
}

.news_item .news-item {
	/*box-shadow: 0 4px 16px 0 rgba(1,132,202,0.12);*/
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 15px 3px rgba(2, 132, 202, 0.1);

}

.news_item-list__list{
	display: flex;
    flex-wrap: wrap;
}

.news_item .col-md-4{
	margin-bottom: 30px;
}

.news_item .news_item-row__header-name{
    font-size: 18px;
    line-height: 32px;
}
.news_item .news_item-row__header-name{
	    color: #0284ca;
}
.news_item .news_item-row__header-name:hover{
	    color: #0284ca;
    text-decoration: none;
}
#lay_body .news_item-list__list .news-item .date{
	color: #3E3E3F;
    font-size: 16px;
    opacity: 0.5;
    margin-bottom: 25px;
}

.beautiful-form .right-regform{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   flex: 0 0 calc(50% - 15px);
    background-color: #0683ca;
    flex-direction: column;
}
.beautiful-form{
	    display: flex;
    flex-direction: row;
   /* box-shadow: 0 4px 16px 0 rgba(1,132,202,0.12);*/
    box-shadow: 0px 0px 15px 3px rgba(2, 132, 202, 0.1);
    margin-bottom: 4em;
}
.beautiful-form .form{
	    flex: 0 0 calc(50% + 15px);
    padding: 35px!important;
    background: none;
    margin-top: 0;
}
.right-regform .header{
	color: white;
    font-family: "Lato Bold";
    font-size: 20px;
}

.right-regform hr {
    background: #58aada;
    height: 1px;
    width: 50%;
}
.eshop-ordering__form .info{
	margin-top: 15px;
    margin-bottom: 20px;
}
.info:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(_mod_files/ce_images/img/info.svg);
    flex-basis: 40px;
	
}
#lay_body .info p{
	margin-left: 60px;
}


@media screen and (max-width: 768px){

    .small_login_form .left-regform, .beautiful-form .right-regform{
            display: none;
    }
     .beautiful-form .form .eshop-ordering__field{
        flex-direction: column;
    align-items: flex-start;
     /*   width: 100%;*/
    }
    .beautiful-form .form {
    flex: 0 0 100%;
    padding: 15px!important;

}
    .beautiful-form .form .eshop-ordering__textfield{
    	width: 100%;
    }
    .beautiful-form .form .eshop-ordering__field-name{
    	width: 100%;
    }
    .small_login_form_close i.fa-times {
    color: #00000061;
    font-size: 22px;
}
}

/* возможно пригодится*/
.news_item-list__list {
    
    display: -ms-grid;
display: grid;
   /* grid-auto-rows: 1fr;*/
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    
}

.news_item-list__list > div:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    
}
.news_item-list__list > div:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    
}

.news_item-list__list > div:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    
}

.news_item-list__list > div:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    
}
.news_item-list__list > div:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    
}
.news_item-list__list > div:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    
}






.news_item-list__list:before{
	display: none;
}


@media screen and (max-width: 769px) {
	.news_item-list__list {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    
}
    
    #lay_body img.news-image{
    	margin: 0 auto;
    float: none;
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 576px) {
	.news_item-list__list {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
    .news-pager{
        flex-direction: column;
        
    }
    .news-pager *{
        margin-bottom: 15px;
        
    }
    .news-pager > .item-detailed__nav-previous-link{
    	    order: 1;
    }
     .news-pager > a{
    	    order: 3;
    }
     .news-pager > .item-detailed__nav-next-link{
    	    order: 2;
    }
}

.news-pager a{
    text-decoration: underline;
}
.news-pager a:hover{
    text-decoration: none;
}

textarea{
	outline: none;
}
.eshop-ordering__field {
    margin-top: 10px;
    margin-bottom: 10px;
}
form[name="contact"] a, .info a{
    text-decoration: underline;
}
form[name="contact"] a:hover, .info a:hover {
    text-decoration: none;
}

.pb4em{
	padding-bottom: 4em;
}

.otzyv img{
	box-shadow: 0px 0px 15px 3px rgba(2, 132, 202, 0.1);
}

.eshop-item-small.eshop-item-small_type_linked .eshop-item-tooltip{
	display: none!important;
}


#lay_body h1.eshop-item-detailed__title{
	padding-bottom: 0;
}

.eshop-item-detailed__cart-text .eshop-item-tooltip__btn-cart {
    margin: 0px auto 10px auto;
    font-family: "Lato";
    color: black;
    border: none;
    background: #0084ca;
    color: white;
    border-radius: 20px;
    transition: 0.2s all linear;
}
.eshop-item-detailed__cart-text .eshop-item-tooltip__btn-cart:hover{
	color: #fff;
    text-decoration: none;
    border: none;
    background: rgb(0, 126, 193);
}
#lay_body .filter .form{
	padding-top: 0;
}

#lay_body p.forgot-text{
	margin-bottom: 20px;
}


#lay_body p.files-announce {
    font-size: 12px;
    margin-left: 29px;
}
/*
 * FILE END: _mod_files/_css/ami_custom.css
 */

/*
 * FILE START: _mod_files/_css/home.css
 */

/* MAKET SPECIFIC STYLES */
#lay_f1 {
	min-height: 200px;   
}
#lay_f2 {
/*float: left; width: 678px; text-align: right;*/
}
.index_banner {margin-left: 20px; width: 656px;}
@media screen and (max-width: 1100px) {
.headertel {
    	color: white;
        padding: 0;
        margin-top: -10px;
    	text-align: right;
		
        
    }
    .header .brand-img {
    	    margin: 15px auto 0px;
    		text-align: center;
    		float: left;
    }
    .media-style {
    	display: flex; 
    	flex-direction: column;
    }
.main-item{
width: 100%;
    padding-top: 65px;
height: 340px;
}
.trig{
width: 100%;
}
}

@media screen and (max-width: 768px) {
	.news_item-small.main-news.row {
		display: block;
	}
    
    .main-news .news_item-small-row:nth-child(1) {
        border-right: 0px;
    }
    
    .main-news .news_item-small-row:nth-child(2) {
        border-right: 0px;
    }
    
    .main-item {
    	height: 335px;
    	width: 290px;
    	padding-top: 65px;
    }
    
    .trig {
    /*	width: 290px;
    	height: 90px;
    	padding-top: 65px;*/
        margin-bottom: 5px;
    }
    
    #lay_body .main-text-block h1 {
    	font-size: 52px;
    }

.headertel {
    	color: white;
        padding: 0;
        margin-top: -10px;
    	text-align: right;
		filter: drop-shadow(1px 1px 1px #222);
        
    }
    .main-item h3{
    	    margin-bottom: 25px;
    }
    .main-item p{
            margin-top: 26px;

    padding: 0 20px;
    }
    .header .brand-img {
    	    margin: 15px auto 0px;
    		text-align: center;
    		float: left;
    }
    .media-style {
    	display: flex; 
    	flex-direction: column;
    }

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: inherit;
}


    
	
/*
 * FILE END: _mod_files/_css/home.css
 */
