/*common.css*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    outline: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    /*list-style-position: inside ;*/
    margin-left: 20px;
}
img {
    border: 0;
    max-width: 100%;
}
/*overriding bootstrap*/
table {    border-collapse: inherit;}
/*overriding bootstrap*/
img#imagelightbox {
    position: fixed;
    box-shadow: 0 0 200px -28px;
    padding: 10px;
    background: white;
    border-radius: 5px;
    z-index: 999;
    cursor: pointer;/*
    width: auto !important;
    height: auto !important;
    max-height: 95% !important;
    max-width: 90% !important;*/
}
.form-control:focus{
    color: #495057;
    background-color: #fff;
    border-color: #9E9E9E;
    outline: 0;
    box-shadow: 0 0 0.4rem 0.2rem #E0E0E0;
}

.form-control,.btn {
    border-radius: 0px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0.4rem 0.2rem #E0E0E0;
}
.yellow_outline {outline: 5px solid #FFC107;}
span.shlight{background-color:#FFC107;color:white}
#imagelightbox_bg {position: fixed; top:0; right: 0; bottom: 0;    z-index: 999;    left: 0;    background: rgba(0, 0, 0, 0.54);}
.wf {       overflow: hidden;}
.cb ,.clear{    clear: both;}
.d_table {  display: table; width: 100%}
.d_row {  display: table-row; }
.d_cell {   display: table-cell;    vertical-align: top;}
.dib {  display: inline-block !important;}
.db {display: block;}
.w100p {    width: 100%;}
.w300 {    width: 300px;}
.pos_rel { position: relative;}
.w33p {width: 32%;}
.w24p { width: 24%;}
.w50p { width: 49%;}
.w50pi { width: 49% !important;}
.hide { display: none;}
.fl {float: left}
.fr {float: right}
.gray_color {color:#b5b5b5 !important}
.green_color {color:#51a351 !important}
.br_0{border-radius: 0 !important; }
.big {font-size: large;}
.biggest {font-size: larger;}
.m0 {margin: 0 !important;}
.mt0 {margin-top: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mt5 {margin-top: 5px !important;}
.ml5 {margin-left: 5px !important;}
.mr5 {margin-right: 5px !important;}
.m10 {margin: 10px !important;}
.mb10 {margin-bottom: 10px !important;}
.mt10 {margin-top: 10px !important;}
.ml10 {margin-left: 10px !important;}
.mr10 {margin-right: 10px !important;}
.m15 {margin: 15px !important;}
.mb15 {margin-bottom: 15px !important;}
.mt15 {margin-top: 15px !important;}
.ml15 {margin-left: 15px !important;}
.mr15 {margin-right: 15px !important;}
.m20 {margin: 20px !important;}
.mb20 {margin-bottom: 20px !important;}
.mt20 {margin-top: 20px !important;}
.ml20 {margin-left: 20px !important;}
.mr20 {margin-right: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt30 {margin-top: 30px !important;}
.ml30 {margin-left: 30px !important;}
.mr30 {margin-right: 30px !important;}
.mb40 {margin-bottom: 40px !important;}

.p0 {padding: 0 !important;}
.pb3 {padding-bottom: 3px;}
.pb4 {padding-bottom: 4px;}
.p5 {padding: 5px;}
.pb5 {padding-bottom: 5px;}
.pt3 {padding-top: 3px;}
.pt4 {padding-top: 4px;}
.pt5 {padding-top: 5px;}
.pl5 {padding-left: 5px;}
.pr5 {padding-right: 5px;}
.pb10 {padding-bottom: 10px;}
.pt10 {padding-top: 10px;}
.pl10 {padding-left: 10px;}
.pr10 {padding-right: 10px;}
.p10 {padding: 10px;}
.pb15 {padding-bottom: 15px;}
.pt15 {padding-top: 15px;}
.pl15 {padding-left: 15px;}
.pr15 {padding-right: 15px;}
.p15 {padding: 15px;}
.pb20 {padding-bottom: 20px;}
.pt20 {padding-top: 20px;}
.pl20 {padding-left: 20px;}
.pr20 {padding-right: 20px;}
.p20 {padding: 20px;}
.opacity05 {opacity: 0.5}
.ta_l {text-align: left;}
.ta_r {text-align: right;}
.ta_c {text-align: center;}
.va_t {vertical-align: top;}
.va_m {vertical-align: middle;}
.fz11 {font-size: 11px;line-height: 16px;}
.fz12,.fs12 {font-size: 12px;line-height: 18px;}
.fs14 {font-size: 14px;}
.fz13 {font-size: 13px; line-height: 15px;}
.fz16 {font-size: 16px;}
.fz18,.fs18 {font-size: 18px;}
.fz20 {font-size: 20px;}
.fz24 {font-size: 24px;}
.fz30 {font-size: 30px;}
.fz40 {font-size: 40px;}
.text_up {text-transform: uppercase;}
.td_n {text-decoration: none !important;}
.td_u_hover:hover {text-decoration: underline !important;}
.cur_p {cursor: pointer;}
.nobr {white-space:nowrap}
.ov_h {overflow: hidden;}

div#develop_link {
    font-size: 14px;
    padding-top: 5px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
}
.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
  display: none;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

body , li, .wrapsearch , #slider div, #slider td, .galtitle, .gallink, .alblink ,.transition,#left_nav a, nav a{
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
a {
    color: #015fc8;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
body {
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;
    color: #1e1e1e;
    /*background: url('/images/bg/top.jpg') no-repeat 50% 0; #90c2fd*/
}

body {
    min-width:1100px;}

body.redactor {
    min-width: 100%;
}

h1.title {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 20px;
    font-weight: normal;
}
h1.title a {
    color: #d95e00;
}
h2.title {
    font-weight: 400;
}
#content .wrap{ margin-bottom: 20px;}
#content img {
    max-width: 100%;
}
#content table img, #nivoSlider img{max-width: inherit;}

#choice_font span.selected {
    text-decoration: none;
}
#choice_font span {
    cursor: pointer;
    text-decoration: underline;
}
.wrap {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    padding: 15px 15px 30px;
    /* ; */
    overflow: hidden;
}
nav{width: 100%;}
aside .block.clear_block {
    width: 240px;
    padding: 0;
}

span.date {
    /* color: rgb(128, 128, 128); */
    font-size: 1em;
}
aside span.name {font-weight:bold}
aside .block {
    position:relative;
    padding-right: 20px;
    font-size: 1em;
    width: 240px;
    margin-bottom: 20px;
}
aside .block .text * {
    text-overflow: ellipsis;
    overflow: hidden;
}

aside .block .date {background: #d9d9d9;
    padding: 0 4px;
    color: white;
}

aside .block .n_post {
    margin-bottom: 20px;
}

a.site_tag {
    display: inline-block;
    padding: 2px 6px;
    margin: 0 5px 5px 0;
    background: #EEEEEE;
    /* color: white; */
    border-radius: 3px;
    text-decoration: none;
}

a.site_tag:hover {
    color: #EEEEEE;
    background-color: #2196F3;
}
.block_on_main {background-position-x: center;}
aside .block a.edit,.block_on_main .edit_admin{
    position:absolute;
    padding: 2px 6px;
    border:1px solid #dadada;
    transition:364ms;
    background: white;
    right:2px;
    top: 2px;
    opacity:0;
    z-index: 99;
}aside .block:hover a.edit ,.block_on_main:hover .edit_admin{opacity:1}
#left .block {
    margin-right: 20px;}
#right .block {
    margin-left: 20px;
    }
aside > .block:last-child {
    /* margin-bottom: 0; */
}
aside .wrap {
    padding-bottom: 20px;
}
aside .block h2.title {
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 10px;
}
aside .block p.all_items_blocks {
    text-align: left;
}

aside .block a.arrow {
    text-decoration: none;
    font-size: 0.9em;
    word-spacing: -1px;
    display: block;
    margin-top: 2px;
}
aside .block a.arrow:hover {
    text-decoration: underline;
}


.block_type_users form p{margin-top: 5px;}
.block_type_users form label{margin-bottom: 5px;display: block;}
.block_type_users form input{width: 93%;padding: 2px 5px;}
.block_type_users form button{margin: 0;}
.block_type_users .is_logged .username{font-size: 150%;}

aside .n_post, #left .comm {
    margin-bottom: 7px;
}
aside .n_post a.title {
    font-size: 1.1em;
    padding-bottom: 5px;
}

.post h2.title a, .post h2.title {
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 10px;
}
/*gallery.css*/

.content .gallery {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: -10px;
}
.alblink {
    margin: 0 0 15px;}
.gallink, .alblink {
    /* padding: 3px; */
    /*border-radius: 3px;*/
    vertical-align: top;
    display: inline-block;
    *display: inline;
    /* margin: 0 10px 10px 0; */
    text-decoration: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #575f72;
}
.alblink {
    text-align: left;
    width: 212px;
    margin-right: 12px;
}
.alblink> .w_img {position:relative;display:inline-block;}
.alblink .img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.5;
    transition: 364ms;
    padding: 15px;
    }
.alblink img {display:block;}
.alblink .alb_date{opacity: 0;display: block;color: white;text-shadow: 0 0 2px black;}
.alblink .alb_f_count{opacity: 0;display: block;color: white;text-shadow: 0 0 2px black;}
.alblink:hover .alb_date{opacity: 1;}
.alblink:hover .alb_f_count{opacity: 1;}
.alblink:nth-child(5n) {
    /* margin-right: 0; */
}

.alblink.four_img .wrap_four_img , .alblink > img  {
    height: 150px;
    width: 212px;
    /*box-shadow: 0 0 3px rgba(128, 128, 128, 0.59);*/
    border: 1px #FFF solid;
}
.gallink:hover {
    /*box-shadow: 0 0 3px rgba(1, 95, 200, 1);
     border: 5px #205697 solid;*/
    text-decoration: none;
}
.alblink .albom_title {
    text-align: left;
    margin: 5px 0px 3px 1px;
    color: #000;
}
.gallink img, .alblink > img {
    margin: 0;
    display: block;
    /*box-shadow: 0 0 3px rgba(128, 128, 128, 0.59);*/
    border:  1px solid   #fff;
}
.gallink img:hover {
    margin: 0;
}
.description {
    margin-bottom: 15px;
}
.content_gallery {
margin-right: 0;
}
.albums {
margin-right: -25px;
}


.gallink:hover div.galtitle {
    bottom: 0px;
}
.galtitle {
    display:none;
    position: absolute;
    bottom: -160px;
    text-align: left;
    margin: 5px 9px 8px 4px;
    padding: 3px 6px;
    text-shadow: 0 0 2px white;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
}

.alblink.four_img img {
    border: none;
    vertical-align: middle;
    display: inline-block;
    box-shadow: none;
}
/*common.css*/
.randfoto img {
    max-width: inherit;
}

.search_ form input {/*????? ?????? ?????????*/
    line-height: normal;
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 2px; /* 3 */
    height: auto;
    width: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    padding: 5px 6px;
    /*
     border: none;*/
}
.search_ form button {/*????? ?????? ?????????*/
    width: auto;
    height: auto;
    line-height: normal;
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 5px 8px;
    border: none;
    vertical-align: middle;
    /*
     border: none;
     margin: 0em;*/
}

.pager {
    clear: both;
}
.pager span {
    float: left;
    margin-right: 5px;
}
.pager a.a {
    color: #fff;
    background: #8d8d8d;
}
.pager a {
    background-color: #e9e9e9;
    box-shadow: 1px 1px 1px #c9c9c9;
    text-decoration: none;
    color: #1e1e1e;
    border-radius: 0;
    padding: 2px 4px;
    margin-right: 3px;
    display: inline-block;
     margin-bottom: 3px;
}
.wrapsearch {
    background: white;
    margin-bottom: 5px;
    border-radius: 0 0 0 0;
    width: 195px;
    height: 35px;
    z-index: 10000;
    overflow: hidden;/*
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
     -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
     box-shadow: 0 1px 2px rgba(0,0,0,.3);*/
    margin-left: 0;
    position: relative;
    z-index: 10000;
}

.wrapsearch:hover {
    margin-left: -160px;
}
.wrapsearch form {
    float: left;
}
.wrapsearch form input {
    margin-top: -25px;
    display: inline-block;
    margin-left: 5px;
    width: 145px;
}
.wrapsearch button {
    background: url('/images/icon-search.png') no-repeat;
    height: 35px;
    width: 35px;
    border: none;
    cursor: pointer;
    display: inline-block;
}
#left_icons {
    position: fixed;
    bottom: 80px;
    right: 0;
    width: 36px;
    z-index: 10000;
}
#left_icons a {
    display: block;
    background: #fff;
    width: 35px;
    height: 36px;
    margin-bottom: 5px;
    border-radius: 0 0 0 0;
}
#left_icons a:hover {
    margin-left: -5px;
}
.container {
    width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    /*background: url('/images/container_bg.png') 0 0 repeat;*/
}

header {
    /* overflow: hidden; */
}
#logo {margin-left: 20px;display: block}
header a.logo {
    display: block;
    float: left;
    margin: 30px 0 0 30px;
}

.crumbs a:last-child, .crumbs span:last-child {
    color: #a5a5a5;
    text-decoration: none;
}
.crumbs {
    margin-bottom: 10px;
    font-size: 0.9em;
}
.crumbs a, .crumbs span {
    color: #015fc8;
    font-size: 1em;
}
ul.documents {
    list-style: none;
    margin-top: 15px;
    margin-left: 0;
}
ul.documents li {
    display: table-row;
    padding-top: 10px;
}
ul.documents li img {
    vertical-align: middle;
    width: 29px;
    max-width: inherit !important;
    display: table-cell;
}
ul.documents li a {
    font: 400 14px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}


 .img_cover {display: inline-block;background-size:cover;position: absolute;}
/*video*/
.video_list .elem > a {
    display: block;
    height: 165px;
}
.video_list .img_cover {height: 165px;width: 210px;}
.on_page h2 {
    margin-bottom: 15px;
}
.on_page {
    margin-top: 10px;
    /* border-top: 1px dashed #d8d8d8; */
    padding-top: 10px;
}

div.comments {
    padding-top: 10px;
}
div.comments dd {
    margin-bottom: 15px;
}
form#message {
    margin-bottom: 20px;
}
form#message input[type=text] {
    margin-bottom: 0;
}
form#message  input[type=email] {
    margin-bottom: 0;
}
form#message .control-group {
    margin-bottom: 10px !important;
}
.messages {
    margin-bottom: 25px;
}
.messages .question .p, .messages .answer .p, .comment dt p {
    /* padding: 5px 15px; */
    /* border-bottom: 1px solid #d3d3d3; */
    /* background: #f2f2f2; */
    margin-bottom: 10px;
}
.messages .question .p .name, .messages .answer .p .name, .comment dt .name {
    color: #F44336;
}
.messages .d_table.answer .guestbook_text {background-color:#e7e7e7}
#message {
    margin-top: 30px !important;
    clear: both;
}
.guestbook_text{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #cccccc;
    background-color: white;
    position: relative;
}
.owl_guestbook .name {font-weight: bold;margin-bottom: 5px;}
.owl_guestbook .date {color:gray; font-size: 0.9em;}
.messages .avatar{min-width: 110px;}
.w80p {width:80%}
.messages  span.date, .comment dt .date_time {
    /* font-size: 11px; */
    color: #bababa;
    /* line-height: 20px; */
}
.guestbook_trg_admin {
    height: 35px;
    width: 35px;
    position: absolute;
    background: url('/images/guestbook_trg_adm.png') no-repeat 0 0;
    margin-top: -2px;
    margin-left: -36px;
}
.guestbook_trg_user {
    height: 35px;
    width: 35px;
    right: -35px;
    position: absolute;
    background: url('/images/guestbook_trg_user.png') no-repeat 0 0;
    /* margin-top: -2px; */
    /* margin-left: -36px; */
}


.text_questbook {
    margin-bottom: 15px;
}

aside .block.block_type_calendar {
    padding-right: 0;
}
#calendar {width: 200px;margin: auto;}
#month {
    text-align: center;
}
#month a {
    text-decoration: none;
}
#month a:hover {
    text-decoration: underline;
}
#month a .r {
}
#month span {
    padding: 0 10px;
}

#calendar .days a, #calendar .days div {
    text-align: right;
    width: 24px;
    height: 23px;
    float: left;
    display: block;
}

#calendar .days {
    /*padding: 2px 10px 2px 0px;*/
    font-weight: bold;
}

#calendar .titles {
    padding-left: 2px;
}

#calendar .days.titles div {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #232323;
    padding: 5px 0 5px;
    margin-right: 2px;
    width: 26px;
    height: 26px;
}

#calendar .days.m {
    background: none;
    clear: both;
}

#calendar .days.m a {
    margin-left: 2px;
    margin-bottom: 2px;
    border-radius: 2px;
    display: block;
    padding-top: 2px;
    height: 24px;
    width: 26px;
    color: #999;
    /* background: #E4E4E4; */
    text-decoration: none;
    cursor: default;
    text-align: center;
    border: 1px solid #FFFFFF;
}
#calendar .days.m a.f {
}
#calendar .days a.h {
    cursor: pointer;
    color: #fff;
    background: #2491B0;
}
#calendar .days a.a {
    background: #D5D5D5;
    color: black;
}
#calendar .days a:not(.f):hover {
    border: 1px solid gray !important;
}
#calendar .days a.c {
    /* color: #fff; */
    /* background:#26941B; */
    border: 1px solid gray !important;
}
#moved_sect section {margin-top: 15px;}
#blfm_video .wrapping_img img {vertical-align: middle; width: 100%;}
#blfm_gallery .photo  {overflow: hidden;text-align: center;}
.redactor .spoiler {opacity: 0.5;}
.toggle_spoiler {/* text-align: center; */border-top: 1px solid #E0E0E0;}
    .toggle_spoiler span{
    display: inline-block;
    cursor:pointer;
    padding: 5px 10px;
    border: 1px solid #E0E0E0;
    border-top: none;
    background: white;
    margin-top: -1px;
    margin-left: 44px;
    }
ul.vote {margin: 15px 0;list-style: none;}
ul.vote li {margin-bottom: 5px ; }
ul.vote li label{cursor: pointer;display: inline;}
ul.vote li input {/* vertical-align: middle; */display: inline-block;margin: 0 10px 0 0;}
.progress {height: 10px;margin: 5px 0;overflow: hidden;background-color: #f7f7f7;background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat: repeat-x;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);}.progress .bar {float: left;width: 0;height: 100%;font-size: 12px;color: #ffffff;text-align: center;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #0e90d2;background-image: -moz-linear-gradient(top, #149bdf, #0480be);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image: -webkit-linear-gradient(top, #149bdf, #0480be);background-image: -o-linear-gradient(top, #149bdf, #0480be);background-image: linear-gradient(to bottom, #149bdf, #0480be);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: width 0.6s ease;-moz-transition: width 0.6s ease;-o-transition: width 0.6s ease;transition: width 0.6s ease;}.progress .bar + .bar {-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);}.progress-striped .bar {background-color: #149bdf;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size: 40px 40px;-moz-background-size: 40px 40px;-o-background-size: 40px 40px;background-size: 40px 40px;}.progress.active .bar {-webkit-animation: progress-bar-stripes 2s linear infinite;-moz-animation: progress-bar-stripes 2s linear infinite;-ms-animation: progress-bar-stripes 2s linear infinite;-o-animation: progress-bar-stripes 2s linear infinite;animation: progress-bar-stripes 2s linear infinite;}.progress-danger .bar,.progress .bar-danger {background-color: #dd514c;background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);}.progress-danger.progress-striped .bar,.progress-striped .bar-danger {background-color: #ee5f5b;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-success .bar,.progress .bar-success {background-color: #5eb95e;background-image: -moz-linear-gradient(top, #62c462, #57a957);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image: -webkit-linear-gradient(top, #62c462, #57a957);background-image: -o-linear-gradient(top, #62c462, #57a957);background-image: linear-gradient(to bottom, #62c462, #57a957);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);}.progress-success.progress-striped .bar,.progress-striped .bar-success {background-color: #62c462;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-info .bar,.progress .bar-info {background-color: #4bb1cf;background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);background-image: -o-linear-gradient(top, #5bc0de, #339bb9);background-image: linear-gradient(to bottom, #5bc0de, #339bb9);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);}.progress-info.progress-striped .bar,.progress-striped .bar-info {background-color: #5bc0de;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-warning .bar,.progress .bar-warning {background-color: #faa732;background-image: -moz-linear-gradient(top, #fbb450, #f89406);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image: -webkit-linear-gradient(top, #fbb450, #f89406);background-image: -o-linear-gradient(top, #fbb450, #f89406);background-image: linear-gradient(to bottom, #fbb450, #f89406);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);}.progress-warning.progress-striped .bar,.progress-striped .bar-warning {background-color: #fbb450;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.grey_line{ background: #E7E7E7; padding: 5px 10px; margin: 15px 0;}
.grey_line span{    color:black;}
.grey_line p {  padding: 5px 0;}
.messages .avatar{min-width: 110px;}
.w80p {width:80%}
.messages  span.date, .comment dt .date_time {
    color: #bababa;
}
aside .block .text input[type="text"],aside .block .text input[type="email"] {padding: 6px 4px;}
aside .block .text .btn {padding: 6px 4px;border-radius: 0;}

i.icon {height: 9px;width: 9px;display: inline-block; opacity: 0.5}
.icon_to_right {background: url("/images/icon_to_right.png") 50% 50% no-repeat;}
.icon_to_down {background: url("/images/icon_to_down.png") 50% 50% no-repeat;}
.y_btn { -webkit-transition: 164ms;-moz-transition: 164ms;-ms-transition: 164ms;-o-transition: 164ms;
transition: 164ms; display: inline-block; border:none; background-color: #fbbc25; color:black !important; font-size: 25px; border-radius:5px; padding: 15px 25px; text-decoration: none;}
.y_btn.small {
    padding: 5px 15px;
    font-size: 15px;
}

/*bootstrap.form.min.css
.btn {display: inline-block;*display: inline;padding: 7px 24px;margin-bottom: 0;/* font-size: 14px; */line-height: 20px;text-decoration: none;*line-height: 20px;color: #333333;text-align: center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);vertical-align: middle;cursor: pointer;background-color: #ffffff;*background-color: #e6e6e6;border: 2px solid #bbbbbb;*border: 0;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);border-color: #e6e6e6 #e6e6e6 #bfbfbf;border-bottom-color: #a2a2a2;-webkit-border-radius: 2px;-moz-border-radius: 2px;*zoom: 1;}.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {color: #333333;background-color: #e6e6e6;*background-color: #d9d9d9;}.btn:active, .btn.active {background-color: #cccccc 9;}.btn:first-child {*margin-left: 0;}.btn:hover {color: #333333;text-decoration: none;background-color: #e6e6e6;*background-color: #d9d9d9;/* Buttons in IE7 don't get borders, so darken on hover */background-position: 0 -15px;-webkit-transition: background-position 0.1s linear;-moz-transition: background-position 0.1s linear;-o-transition: background-position 0.1s linear;transition: background-position 0.1s linear;}.btn:focus {outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}.btn.active, .btn:active {background-color: #e6e6e6;background-color: #d9d9d9 9;background-image: none;outline: 0;-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);}.btn.disabled, .btn[disabled] {cursor: default;background-color: #e6e6e6;background-image: none;opacity: 0.65;filter: alpha(opacity=65);-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.btn-large {padding: 9px 14px;font-size: 16px;line-height: normal;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}.btn-large [class^="icon-"] {margin-top: 2px;}.btn-small {padding: 3px 9px;font-size: 12px;line-height: 18px;}.btn-small [class^="icon-"] {margin-top: 0;}.btn-mini {padding: 2px 6px;font-size: 11px;line-height: 16px;}.btn-block {display: block;width: 100%;padding-right: 0;padding-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.btn-block + .btn-block {margin-top: 5px;}.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {color: rgba(255, 255, 255, 0.75);}.btn {border-color: #ced4da;background-color: white;}.btn-primary {/* color: #ffffff; *//* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); *//* background-color: #006dcc; */*background-color: #0044cc;/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); *//* background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); */background-image: -o-linear-gradient(top, #0088cc, #0044cc);/* background-image: linear-gradient(to bottom, #0088cc, #0044cc); */background-image: -moz-linear-gradient(top, #0088cc, #0044cc);/* background-repeat: repeat-x; *//* border-color: #0044cc #0044cc #002a80; *//* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {color: #ffffff;background-color: #0044cc;*background-color: #003bb3;}.btn-primary:active, .btn-primary.active {background-color: #003399 9;}.btn-warning {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #faa732;*background-color: #f89406;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image: -webkit-linear-gradient(top, #fbb450, #f89406);background-image: -o-linear-gradient(top, #fbb450, #f89406);background-image: linear-gradient(to bottom, #fbb450, #f89406);background-image: -moz-linear-gradient(top, #fbb450, #f89406);background-repeat: repeat-x;border-color: #f89406 #f89406 #ad6704;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {color: #ffffff;background-color: #f89406;*background-color: #df8505;}.btn-warning:active, .btn-warning.active {background-color: #c67605 9;}.btn-danger {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #da4f49;*background-color: #bd362f;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);background-repeat: repeat-x;border-color: #bd362f #bd362f #802420;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {color: #ffffff;background-color: #bd362f;*background-color: #a9302a;}.btn-danger:active, .btn-danger.active {background-color: #942a25 9;}.btn-success {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #5bb75b;*background-color: #51a351;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image: -webkit-linear-gradient(top, #62c462, #51a351);background-image: -o-linear-gradient(top, #62c462, #51a351);background-image: linear-gradient(to bottom, #62c462, #51a351);background-image: -moz-linear-gradient(top, #62c462, #51a351);background-repeat: repeat-x;border-color: #51a351 #51a351 #387038;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {color: #ffffff;background-color: #51a351;*background-color: #499249;}.btn-success:active, .btn-success.active {background-color: #408140 9;}.btn-info {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #49afcd;*background-color: #2f96b4;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);background-repeat: repeat-x;border-color: #2f96b4 #2f96b4 #1f6377;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {color: #ffffff;background-color: #2f96b4;*background-color: #2a85a0;}.btn-info:active, .btn-info.active {background-color: #24748c 9;}.btn-inverse {color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background-color: #363636;*background-color: #222222;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));background-image: -webkit-linear-gradient(top, #444444, #222222);background-image: -o-linear-gradient(top, #444444, #222222);background-image: linear-gradient(to bottom, #444444, #222222);background-image: -moz-linear-gradient(top, #444444, #222222);background-repeat: repeat-x;border-color: #222222 #222222 #000000;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {color: #ffffff;background-color: #222222;*background-color: #151515;}.btn-inverse:active, .btn-inverse.active {background-color: #080808 9;}button.btn, input[type="submit"].btn {*padding-top: 3px;*padding-bottom: 3px;}button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {padding: 0;border: 0;}button.btn.btn-large, input[type="submit"].btn.btn-large {*padding-top: 7px;*padding-bottom: 7px;}button.btn.btn-small, input[type="submit"].btn.btn-small {*padding-top: 3px;*padding-bottom: 3px;}button.btn.btn-mini, input[type="submit"].btn.btn-mini {*padding-top: 1px;*padding-bottom: 1px;}.btn-link, .btn-link:active {background-color: transparent;background-image: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.btn-link {color: #0088cc;cursor: pointer;border-color: transparent;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.btn-link:hover {color: #005580;text-decoration: underline;background-color: transparent;}.btn-group {position: relative;*margin-left: .3em;font-size: 0;white-space: nowrap;}.btn-group:first-child {*margin-left: 0;}.btn-group + .btn-group {margin-left: 5px;}.btn-toolbar {margin-top: 10px;margin-bottom: 10px;font-size: 0;}.btn-toolbar .btn-group {display: inline-block;*display: inline;/* IE7 inline-block hack */*zoom: 1;}.btn-toolbar .btn + .btn, .btn-toolbar .btn-group + .btn, .btn-toolbar .btn + .btn-group {margin-left: 5px;}.btn-group > .btn {position: relative;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.btn-group > .btn + .btn {margin-left: -1px;}.btn-group > .btn, .btn-group > .dropdown-menu {font-size: 14px;}.btn-group > .btn-mini {font-size: 11px;}.btn-group > .btn-small {font-size: 12px;}.btn-group > .btn-large {font-size: 16px;}.btn-group > .btn:first-child {margin-left: 0;-webkit-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;-webkit-border-top-left-radius: 4px;border-top-left-radius: 4px;-moz-border-radius-bottomleft: 4px;-moz-border-radius-topleft: 4px;}.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {-webkit-border-top-right-radius: 4px;border-top-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;-moz-border-radius-topright: 4px;-moz-border-radius-bottomright: 4px;}.btn-group > .btn.large:first-child {margin-left: 0;-webkit-border-bottom-left-radius: 6px;border-bottom-left-radius: 6px;-webkit-border-top-left-radius: 6px;border-top-left-radius: 6px;-moz-border-radius-bottomleft: 6px;-moz-border-radius-topleft: 6px;}.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {-webkit-border-top-right-radius: 6px;border-top-right-radius: 6px;-webkit-border-bottom-right-radius: 6px;border-bottom-right-radius: 6px;-moz-border-radius-topright: 6px;-moz-border-radius-bottomright: 6px;}.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {z-index: 2;}.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {outline: 0;}.btn-group > .btn + .dropdown-toggle {*padding-top: 5px;padding-right: 8px;*padding-bottom: 5px;padding-left: 8px;-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}.btn-group > .btn-mini + .dropdown-toggle {*padding-top: 2px;padding-right: 5px;*padding-bottom: 2px;padding-left: 5px;}.btn-group > .btn-small + .dropdown-toggle {*padding-top: 5px;*padding-bottom: 4px;}.btn-group > .btn-large + .dropdown-toggle {*padding-top: 7px;padding-right: 12px;*padding-bottom: 7px;padding-left: 12px;}.btn-group.open .dropdown-toggle {background-image: none;-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);}.btn-group.open .btn.dropdown-toggle {background-color: #e6e6e6;}.btn-group.open .btn-primary.dropdown-toggle {background-color: #0044cc;}.btn-group.open .btn-warning.dropdown-toggle {background-color: #f89406;}.btn-group.open .btn-danger.dropdown-toggle {background-color: #bd362f;}.btn-group.open .btn-success.dropdown-toggle {background-color: #51a351;}.btn-group.open .btn-info.dropdown-toggle {background-color: #2f96b4;}.btn-group.open .btn-inverse.dropdown-toggle {background-color: #222222;}.btn .caret {margin-top: 8px;margin-left: 0;}.btn-mini .caret, .btn-small .caret, .btn-large .caret {margin-top: 6px;}.btn-large .caret {border-top-width: 5px;border-right-width: 5px;border-left-width: 5px;}.dropup .btn-large .caret {border-top: 0;border-bottom: 5px solid #000000;}.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {border-top-color: #ffffff;border-bottom-color: #ffffff;}.btn-group-vertical {display: inline-block;*display: inline;/* IE7 inline-block hack */*zoom: 1;}.btn-group-vertical .btn {display: block;float: none;width: 100%;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.btn-group-vertical .btn + .btn {margin-top: -1px;margin-left: 0;}.btn-group-vertical .btn:first-child {-webkit-border-radius: 4px 4px 0 0;-moz-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;}.btn-group-vertical .btn:last-child {-webkit-border-radius: 0 0 4px 4px;-moz-border-radius: 0 0 4px 4px;border-radius: 0 0 4px 4px;}.btn-group-vertical .btn-large:first-child {-webkit-border-radius: 6px 6px 0 0;-moz-border-radius: 6px 6px 0 0;border-radius: 6px 6px 0 0;}.btn-group-vertical .btn-large:last-child {-webkit-border-radius: 0 0 6px 6px;-moz-border-radius: 0 0 6px 6px;border-radius: 0 0 6px 6px;}.clearfix {*zoom: 1;}.clearfix:before, .clearfix:after {display: table;content: "";line-height: 0;}.clearfix:after {clear: both;}.hide-text {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}.input-block-level {display: block;width: 100%;min-height: 30px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}form.bootstrap {margin: 0 0 20px;}.bootstrap fieldset {padding: 0;margin: 0;border: 0;}.bootstrap legend {display: block;width: 100%;padding: 0;margin-bottom: 20px;font-size: 21px;line-height: 40px;color: #333333;border: 0;border-bottom: 1px solid #e5e5e5;}legend small {font-size: 15px;color: #999999;}.bootstrap label, .bootstrap input, .bootstrap button, .bootstrap select, .bootstrap textarea {font-size: 1em;font-weight: normal;line-height: 20px;}.bootstrap input, .bootstrap button, .bootstrap select, .bootstrap textarea {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}.bootstrap label {display: block;margin-bottom: 5px;}.bootstrap select, .bootstrap textarea, .bootstrap input[type="text"], .bootstrap input[type="password"], .bootstrap input[type="datetime"], .bootstrap input[type="datetime-local"], .bootstrap input[type="date"], .bootstrap input[type="month"], .bootstrap input[type="time"], .bootstrap input[type="week"], .bootstrap input[type="number"], .bootstrap input[type="email"], .bootstrap [type="url"], .bootstrap input[type="search"], .bootstrap input[type="tel"], .bootstrap input[type="color"], .uneditable-input {display: inline-block;/* height: 30px; */padding: 7px 6px;margin-bottom: 9px;/* font-size: 14px; */line-height: 20px;color: #555555;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}.bootstrap input, .bootstrap textarea {/* width: 210px; */}.bootstrap textarea {height: auto;}.bootstrap textarea, .bootstrap input[type="text"], .bootstrap input[type="password"], .bootstrap input[type="datetime"], .bootstrap input[type="datetime-local"], .bootstrap input[type="date"], .bootstrap input[type="month"], .bootstrap input[type="time"], .bootstrap input[type="week"], .bootstrap input[type="number"], .bootstrap input[type="email"], .bootstrap input[type="url"], .bootstrap input[type="search"], .bootstrap input[type="tel"], .bootstrap input[type="color"], .uneditable-input {background-color: #ffffff;border: 1px solid #cccccc;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition: border linear .2s, box-shadow linear .2s;-moz-transition: border linear .2s, box-shadow linear .2s;-o-transition: border linear .2s, box-shadow linear .2s;transition: border linear .2s, box-shadow linear .2s;}.bootstrap textarea:focus, .bootstrap input[type="text"]:focus, .bootstrap input[type="password"]:focus, .bootstrap input[type="datetime"]:focus, .bootstrap input[type="datetime-local"]:focus, .bootstrap input[type="date"]:focus, .bootstrap input[type="month"]:focus, .bootstrap input[type="time"]:focus, .bootstrap input[type="week"]:focus, .bootstrap input[type="number"]:focus, .bootstrap input[type="email"]:focus, .bootstrap input[type="url"]:focus, .bootstrap input[type="search"]:focus, .bootstrap input[type="tel"]:focus, .bootstrap input[type="color"]:focus, .uneditable-input:focus {border-color: rgba(82, 168, 236, 0.8);outline: 0;outline: thin dotted 9;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}.bootstrap [type="radio"], .bootstrap input[type="checkbox"] {margin: 4px 0 0;*margin-top: 0;margin-top: 1px ;line-height: normal;cursor: pointer;}.bootstrap input[type="file"], .bootstrap input[type="image"], .bootstrap input[type="submit"], .bootstrap input[type="reset"], .bootstrap input[type="button"], .bootstrap input[type="radio"], .bootstrap input[type="checkbox"] {width: auto;}.bootstrap select, .bootstrap input[type="file"] {height: 30px;*margin-top: 4px;line-height: 30px;}.bootstrap select {/* width: 220px; */border: 1px solid #ccc;background-color: #ffffff;}.bootstrap select[multiple], .bootstrap select[size] {height: auto;}.bootstrap select:focus, .bootstrap input[type="file"]:focus, .bootstrap input[type="radio"]:focus, .bootstrap input[type="checkbox"]:focus {outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}.uneditable-input, .uneditable-textarea {color: #999999;background-color: #fcfcfc;border-color: #cccccc;-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);cursor: not-allowed;}.uneditable-input {overflow: hidden;white-space: nowrap;}.uneditable-textarea {width: auto;height: auto;}input:-moz-placeholder, textarea:-moz-placeholder {color: #999999;}input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #999999;}input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #999999;}.bootstrap .radio, .bootstrap .checkbox {min-height: 18px;padding-left: 18px;}.bootstrap .radio input[type="radio"], .bootstrap .checkbox input[type="checkbox"] {float: left;margin-left: -18px;}.bootstrap .controls > .radio:first-child, .bootstrap .controls > .checkbox:first-child {padding-top: 5px;}.bootstrap .radio.inline, .bootstrap .checkbox.inline {display: inline-block;padding-top: 5px;margin-bottom: 0;vertical-align: middle;}.bootstrap .radio.inline+ .radio.inline, .bootstrap .checkbox.inline+ .checkbox.inline {margin-left: 10px;}.bootstrap .input-mini {width: 60px;}.bootstrap .input-small {width: 90px;}.bootstrap .input-medium {width: 150px;}.bootstrap .input-large {width: 210px;}.bootstrap .input-xlarge {width: 270px;}.bootstrap .input-xxlarge {width: 530px;}.bootstrap input[class*="span"], .bootstrap select[class*="span"], .bootstrap textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {float: none;margin-left: 0;}.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {display: inline-block;}.bootstrap input, .bootstrap textarea, .uneditable-input {margin-left: 0;}.controls-row [class*="span"]+ [class*="span"] {margin-left: 20px;}.bootstrap input.span12, .bootstrap textarea.span12, .bootstrap .uneditable-input.span12 {width: 926px;}.bootstrap input.span11, .bootstrap textarea.span11, .bootstrap .uneditable-input.span11 {width: 846px;}.bootstrap input.span10, .bootstrap textarea.span10, .bootstrap .uneditable-input.span10 {width: 766px;}.bootstrap input.span9, .bootstrap textarea.span9, .bootstrap .uneditable-input.span9 {width: 686px;}.bootstrap input.span8, .bootstrap textarea.span8, .bootstrap .uneditable-input.span8 {width: 606px;}.bootstrap input.span7, .bootstrap textarea.span7, .bootstrap .uneditable-input.span7 {/*width: 526px;*/width:100%;}.bootstrap input.span6, .bootstrap textarea.span6, .bootstrap .uneditable-input.span6 {width: 446px;}.bootstrap input.span5, .bootstrap textarea.span5, .bootstrap .uneditable-input.span5 {width: 366px;}.bootstrap input.span4, .bootstrap textarea.span4, .bootstrap .uneditable-input.span4 {width: 286px;}.bootstrap input.span3, .bootstrap textarea.span3, .bootstrap .uneditable-input.span3 {width: 206px;}.bootstrap input.span2, .bootstrap textarea.span2, .bootstrap .uneditable-input.span2 {width: 126px;}.bootstrap input.span1, .bootstrap textarea.span1, .bootstrap .uneditable-input.span1 {width: 46px;}.controls-row {*zoom: 1;}.controls-row:before, .controls-row:after {display: table;content: "";line-height: 0;}.controls-row:after {clear: both;}.controls-row [class*="span"] {float: left;}.bootstrap input[disabled], .bootstrap select[disabled], .bootstrap textarea[disabled], .bootstrap input[readonly], .bootstrap select[readonly], .bootstrap textarea[readonly] {cursor: not-allowed;background-color: #eeeeee;}.bootstrap input[type="radio"][disabled], .bootstrap input[type="checkbox"][disabled], .bootstrap input[type="radio"][readonly], .bootstrap input[type="checkbox"][readonly] {background-color: transparent;}.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {color: #c09853;}.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {color: #c09853;border-color: #c09853;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.warning .checkbox:focus, .control-group.warning .radio:focus, .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {border-color: #a47e3c;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;}.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {color: #c09853;background-color: #fcf8e3;border-color: #c09853;}.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {color: #b94a48;}.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {color: #b94a48;border-color: #b94a48;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.error .checkbox:focus, .control-group.error .radio:focus, .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {border-color: #953b39;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;}.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {color: #b94a48;background-color: #f2dede;border-color: #b94a48;}.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {color: #468847;}.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {color: #468847;border-color: #468847;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.success .checkbox:focus, .control-group.success .radio:focus, .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {border-color: #356635;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;}.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {color: #468847;background-color: #dff0d8;border-color: #468847;}input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {color: #b94a48;border-color: #ee5f5b;}input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {border-color: #e9322d;-webkit-box-shadow: 0 0 6px #f8b9b7;-moz-box-shadow: 0 0 6px #f8b9b7;box-shadow: 0 0 6px #f8b9b7;}.form-actions {padding: 19px 20px 20px;margin-top: 20px;margin-bottom: 20px;background-color: #f5f5f5;border-top: 1px solid #e5e5e5;*zoom: 1;}.form-actions:before, .form-actions:after {display: table;content: "";line-height: 0;}.form-actions:after {clear: both;}.help-block, .help-inline {color: #595959;}.help-block {display: block;margin-bottom: 10px;}.help-inline {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;padding-left: 5px;}.input-append, .input-prepend {margin-bottom: 5px;font-size: 0;white-space: nowrap;}.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {position: relative;margin-bottom: 0;*margin-left: 0;font-size: 14px;vertical-align: top;-webkit-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;}.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {z-index: 2;}.input-append .add-on, .input-prepend .add-on {display: inline-block;width: auto;height: 20px;min-width: 16px;padding: 4px 5px;font-size: 14px;font-weight: normal;line-height: 20px;text-align: center;text-shadow: 0 1px 0 #ffffff;background-color: #eeeeee;border: 1px solid #ccc;}.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn {margin-left: -1px;vertical-align: top;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.input-append .active, .input-prepend .active {background-color: #a9dba9;border-color: #46a546;}.input-prepend .add-on, .input-prepend .btn {margin-right: -1px;}.input-prepend .add-on:first-child, .input-prepend .btn:first-child {-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}.input-append input, .input-append select, .input-append .uneditable-input {-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}.input-append .add-on:last-child, .input-append .btn:last-child {-webkit-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;}.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {margin-right: -1px;-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {margin-left: -1px;-webkit-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;}input.search-query {padding-right: 14px;padding-right: 4px 9;padding-left: 14px;padding-left: 4px 9;margin-bottom: 0;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;}.form-search .input-append .search-query, .form-search .input-prepend .search-query {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.form-search .input-append .search-query {-webkit-border-radius: 14px 0 0 14px;-moz-border-radius: 14px 0 0 14px;border-radius: 14px 0 0 14px;}.form-search .input-append .btn {-webkit-border-radius: 0 14px 14px 0;-moz-border-radius: 0 14px 14px 0;border-radius: 0 14px 14px 0;}.form-search .input-prepend .search-query {-webkit-border-radius: 0 14px 14px 0;-moz-border-radius: 0 14px 14px 0;border-radius: 0 14px 14px 0;}.form-search .input-prepend .btn {-webkit-border-radius: 14px 0 0 14px;-moz-border-radius: 14px 0 0 14px;border-radius: 14px 0 0 14px;}.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {display: inline-block;*display: inline;*zoom: 1;margin-bottom: 0;vertical-align: middle;}.form-search .hide, .form-inline .hide, .form-horizontal .hide {display: none;}.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {display: inline-block;}.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {margin-bottom: 0;}.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {padding-left: 0;margin-bottom: 0;vertical-align: middle;}.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {float: left;margin-right: 3px;margin-left: 0;}.control-group {margin-bottom: 10px;}legend+ .control-group {margin-top: 20px;-webkit-margin-top-collapse: separate;}.form-horizontal .control-group {*zoom: 1;}.form-horizontal .control-group:before, .form-horizontal .control-group:after {display: table;content: "";line-height: 0;}.form-horizontal .control-group:after {clear: both;}.form-horizontal .control-label {/* float: left; *//* width: 140px; */padding-top: 5px;/* text-align: right; */}.form-horizontal .controls {*display: inline-block;*padding-left: 20px;/* margin-left: 160px; */*margin-left: 0;}.form-horizontal .controls:first-child {*padding-left: 160px;}.form-horizontal .help-block {margin-top: 10px;margin-bottom: 0;}.form-horizontal .form-actions {padding-left: 160px;}/*style.for.form.css*/.control-label span {color: red;}#captchaimg {margin-right: 10px;/* border: 1px solid #BDBDBD; */float: left;}#i_captcha {margin-top: 20px}.valid_after {position: absolute;margin-top: 10px;z-index: 99999;}.container_valid_pass {background: #000;width: 282px;height: 10px;border: 1px solid #fff;display: block;overflow: hidden;}.validPassMarker {padding: 1px 4px;width: 282px;margin-left: -300px;display: block;height: 10px;font-size: 10px;}.valid_message {width: auto;background: white;color: #3D3C3D;padding: 5px 10px;border: 1px solid #999;font-size: 14px;text-align: center;box-shadow: 0 0 1px -1px;}.invalid_message {width: auto;background: white;color: #B94A48;padding: 5px 10px;border: 1px solid #E9322D;border-radius: 5px;font-size: 14px;text-align: center;-webkit-box-shadow: 0 0 6px #F8B9B7;-moz-box-shadow: 0 0 6px #f8b9b7;box-shadow: 0 0 6px #F8B9B7;}.bubble-arrow-border {border-style: solid;border-width: 10px;height: 0;width: 0;position: absolute;top: -19px;left: 20px;}.error-bubble {border-color: transparent transparent #E9322D transparent;}.bubble-arrow {border-color: transparent transparent white transparent;border-style: solid;border-width: 10px;height: 0;width: 0;position: absolute;top: -18px;left: 20px;}input.value_Null {color: #838887;}input.value {color: #222231}input.value_true {color: #037E0D}input.value_false {color: #FC016B}#message {margin: 10px 0 0 0;}.guestbook .msg, .callback .msg {font: normal 16px Arial;color: #8B1215;text-align: center;}/*colorbox.css*/#colorbox, #cboxOverlay, #cboxWrapper {position: absolute;top: 0;left: 0;z-index: 9999;overflow: hidden;}#cboxOverlay {position: fixed;width: 100%;height: 100%;}#cboxMiddleLeft, #cboxBottomLeft {clear: left;}#cboxContent {position: relative;}#cboxLoadedContent {overflow: auto;}#cboxTitle {margin: 0;}#cboxLoadingOverlay, #cboxLoadingGraphic {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {cursor: pointer;}.cboxPhoto {float: left;margin: auto;border: 0;display: block;max-width: none;}.cboxIframe {width: 100%;height: 100%;display: block;border: 0;}#colorbox, #cboxContent, #cboxLoadedContent {box-sizing: content-box;}#cboxOverlay {background: url(colorbox_img/overlay.png) repeat 0 0;}#colorbox {}#cboxTopLeft {width: 21px;height: 21px;background: url(colorbox_img/controls.png) no-repeat -101px 0;}#cboxTopRight {width: 21px;height: 21px;background: url(colorbox_img/controls.png) no-repeat -130px 0;}#cboxBottomLeft {width: 21px;height: 21px;background: url(colorbox_img/controls.png) no-repeat -101px -29px;}#cboxBottomRight {width: 21px;height: 21px;background: url(colorbox_img/controls.png) no-repeat -130px -29px;}#cboxMiddleLeft {width: 21px;background: url(colorbox_img/controls.png) left top repeat-y;}#cboxMiddleRight {width: 21px;background: url(colorbox_img/controls.png) right top repeat-y;}#cboxTopCenter {height: 21px;background: url(colorbox_img/border.png) 0 0 repeat-x;}#cboxBottomCenter {height: 21px;background: url(colorbox_img/border.png) 0 -29px repeat-x;}#cboxContent {background: #fff;overflow: hidden;}.cboxIframe {background: #fff;}#cboxError {padding: 50px;border: 1px solid #ccc;}#cboxLoadedContent {margin-bottom: 28px;}#cboxTitle {position: absolute;bottom: 4px;left: 0;text-align: center;width: 100%;color: #949494;}#cboxCurrent {position: absolute;bottom: 4px;left: 58px;color: #949494;}#cboxSlideshow {position: absolute;bottom: 4px;right: 30px;color: #0092ef;}#cboxPrevious {position: absolute;bottom: 0;border: none;left: 0;background: url(colorbox_img/controls.png) no-repeat -75px 0;width: 25px;height: 25px;text-indent: -9999px;}#cboxPrevious:hover {background-position: -75px -25px;}#cboxNext {position: absolute;bottom: 0;border: none;left: 27px;background: url(colorbox_img/controls.png) no-repeat -50px 0;width: 25px;height: 25px;text-indent: -9999px;}#cboxNext:hover {background-position: -50px -25px;}#cboxLoadingOverlay {background: url(colorbox_img/loading_background.png) no-repeat center center;}#cboxLoadingGraphic {background: url(colorbox_img/loading.gif) no-repeat center center;}#cboxClose {position: absolute;bottom: 0;right: 0;background: url(colorbox_img/controls.png) no-repeat -25px 0;width: 25px;border: none;height: 25px;text-indent: -9999px;}#cboxClose:hover {background-position: -25px -25px;}.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);}.cboxIE6 #cboxTopLeft {background: url(colorbox_img/ie6/borderTopLeft.png);}.cboxIE6 #cboxTopCenter {background: url(colorbox_img/ie6/borderTopCenter.png);}.cboxIE6 #cboxTopRight {background: url(colorbox_img/ie6/borderTopRight.png);}.cboxIE6 #cboxBottomLeft {background: url(colorbox_img/ie6/borderBottomLeft.png);}.cboxIE6 #cboxBottomCenter {background: url(colorbox_img/ie6/borderBottomCenter.png);}.cboxIE6 #cboxBottomRight {background: url(colorbox_img/ie6/borderBottomRight.png);}.cboxIE6 #cboxMiddleLeft {background: url(colorbox_img/ie6/borderMiddleLeft.png);}.cboxIE6 #cboxMiddleRight {background: url(colorbox_img/ie6/borderMiddleRight.png);}.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {_behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");}*/
a.special {
    display: inline-block;
    color: black;
    font-size: 24px;
    margin-bottom: 20px;
    /* margin-left: 20px; */
    border: 1px solid;
    padding: 10px;
    text-decoration: none;
    font-family: Arial;
    background: white url(http://moirbit.ru/media/eye.png) no-repeat 15px 50%;
    padding-left: 63px;
}
#special_div{background: white;padding-top: 12px;height: 50px;padding-bottom: 12px;}
#sp_d_icon0 {color:black;font-size: 18px;display: inline-block;vertical-align: middle;width: 300px;}
#sp_d_icon0 i {margin-left: 10px;background: url('/images/topikoall.png') -262px 0px  no-repeat;height: 27px;vertical-align: middle;width: 46px;display: inline-block;}
#sp_d_icons a {background-image: url(/images/topikoall.png);display: inline-block;margin-right: 15px;height: 26px;width: 34px;vertical-align: middle;}
#sp_d_icon1 {background-position: 0px 0px ;}
#sp_d_icon2 {background-position: -50px 0px;}
#sp_d_icon3 {background-position: -104px 0px;}
#sp_d_icon4 {background-position: -158px 0px;}
#sp_d_icon5 {background-position: -210px 0px;}
aside#left a.special{     margin-right: 20px; }aside#right a.special{     margin-left: 20px; }
a.special:hover {color:black;}
#cboxCurrent{display: none !important;}
.no_select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div#wrap_n_menu {
    position: absolute;
    bottom: 20px;
    width: 1200px;
}
nav {
    /* width: 1000px; */
    margin: 0 auto;
    min-height: 50px;
    border-radius: 0;
    text-align: center;
    position: relative;
}
nav ul {
    /* padding: 0 20px; */
    list-style-type: none;
    text-align: center;
    display: table;
    margin: 0 auto;
    /* padding: 7px 0; */
    z-index: 99999;
}
nav  > ul >  li  {   height: 42px;}
nav ul li {
    /* margin: 0 auto; */
    display: inline-block;
    text-align: center;
    padding-bottom: 0px;
    /* padding-right: 15px; */
    list-style-type: none;
}

.ul_lvl_2 li a {
    font-size: 16px;
}

.ul_lvl_2 li a:hover {
    text-decoration: underline;
}

.ul_lvl_2 {
    padding: 15px;
    max-width: 400px;
}

nav ul.ul_lvl_1 > li > ul a.active {
    text-decoration: underline;
}

ul.ul_lvl_2 li {
    font-size: 16px;
    display: block;
    text-align: left;
    background-image: none;
    padding: 0;
}
nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    line-height: 29px;
    /*float: left;*/
    padding: 11px 10px 10px;
}
nav ul.ul_lvl_1 > li > a.active,
nav ul.ul_lvl_1 > li:hover > a{
    /* text-decoration: underline; */
}

nav ul.ul_lvl_1 > li > a {
}
nav ul li a.active {
    color: #fffdf5;
    border-radius: 0;
}
nav ul li ul {
    display: none;
    position: absolute;
    margin: 42px 0 0 0 !important;
    border-radius: 0;
    text-align: left;
    z-index: 98;
    padding: 10px 0px;
}
nav.none ul li ul {display: none !important;}

nav.list ul li ul {
    list-style: circle;
    padding: 0 10px;
}
nav.list ul li ul a {display: inline;
}

nav.list > ul > li > ul >li{
    display: inline-block;
    padding:10px;
}
nav.ul ul li ul li {
    float: none;
    display: block;
    border-bottom: 1px dashed #ffffff;
    text-align: left;
}
nav.ul ul li ul li  a{
    display: block;
    /* padding: 3px 15px; */
    }
nav ul li ul li:last-child {
    border: none;
}
nav ul li ul li a {
    text-align: left;
    float: none;
    font-size: 14px;
    color: #fff;
    padding: 5px 0;
}
/*.aside_menu ul ul {display: none;}

 #left_nav.aside_menu  ul ul {
    position: absolute;
}
#left_nav ul ul {display: none;}
 * */
#left_nav ul {
    list-style-type: none;
    margin: 0 -20px;
    padding: 0;
}
.aside_menu#left_nav >div>ul > li> ul> li {
     padding-left: 0px;
}
#left_nav ul li {margin: 0 20px; border-bottom: 1px solid #ccc;}
#left_nav ul li:last-child {border: none;}
#left_nav ul li a {text-decoration: none; color: #000; display: block;
font-size: 16px;padding: 8px 20px;
margin: 0 -20px;
}
#left_nav ul li a:hover {text-decoration: underline;}
#left_nav ul li a.active {}

#left_nav >div>ul > li> ul> li {
    /* padding-left: 10px; */
}
#left_nav ul li ul li {
    border: none;
    list-style-type: none;
    list-style-position: inside;
}
#left_nav ul li ul li ul{/* padding-left: 10px; */}
#left_nav ul li ul li a {
    padding: 5px 20px;
}

#left_nav i.lvl_counter::after {
    display: inline-block;
    content: "";
    width: 0px;
    height: 15px;
}
#left_nav i.lvl_counter.lvl_2::after {
    content: "-";
    width: 11px;
}
#left_nav i.lvl_counter.lvl_3::after{
    content: "--";
    width: 16px;

}
#left_nav ul li ul li a.active{
    background: none;
    color: #000;
    text-decoration: underline;
}
#wrapper {
    margin-top: 20px;
    padding-bottom: 20px;
}
#content .wrap{
    ;overflow:hidden;
}
#content  {
    width: 100%;
    ;
    overflow: hidden;
}

footer {
    background: #3f3f3f;
    width: 100%;
    margin: 0 auto;
}
#banners_footer {min-height: 100px;border-top:1px dotted white;}
.news .post:not(:last-child) ,.blog .blog_post:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed gray;
}
.share_component {clear: both}
.mt3 {margin-top: 3px;}


section.news table tr td:first-child .post {
    padding-left: 0;
}

section.news table tr td:first-child {
    border-right: 1px solid #d8d8d8;
}
.post:last-child, .blog_post:last-child{
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#content .post .cover_img {
    overflow: hidden;
    border-radius: 0;
    margin-right: 20px;
    max-width: 120px;
}
.post .bot_line, .grey_line,.blog_post .bot_line {
    margin-top: 10px;
    font-size: 1em;
}
.span0{width: 100%;}
#slider {
    width: 100%;
    height: 260px;
    border-radius: 0;
    margin: 0px 0 20px;
}
#nivoSlider {
    width: 840px;
    height: 260px;
    margin: 0 auto;
}
#nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 840px;
    height: 260px ;
}
.nivo-directionNav a {
    display: block;
    width: 55px;
    height: 62px;
    position: absolute;
    margin-top: -20px;
    text-indent: -9999px;
    z-index: 1100;
}
.nivo-directionNav  a.nivo-prevNav {
    background: url('/images/slider_lft.png') 0 0 no-repeat;
    margin-left: 0px;
}
.nivo-directionNav a.nivo-nextNav {
    background: url('/images/slider_rgh.png') 0 0 no-repeat;
    margin-right: 0;
}
#activity {
    overflow: hidden;
}
#activity table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: -20px;
}
#activity table td {
    vertical-align: top;
    width: 240px;
    padding-bottom: 15px;
}
#activity table tr:last-child .bd {
    border: none;
}
.activity_post {
    padding: 0 18px 0 22px;
    width: 240px;
    border-left: 1px dashed #d8d8d8;
    overflow: hidden;
    ;
}
.activity_post .bd {
    border-bottom: 1px dashed #d8d8d8;
    clear: both;
    padding-top: 19px;
}
.activity_post .date {
    font-size: 18px;
}
.activity_post img {
    float: left;
}
.activity_post h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0 10px;
}
.activity_post h2 a {
    color: #015fc8;
}
.video_list div.razdels {border-bottom: 1px dashed #D8D8D8;margin-bottom: 15px;}
.video_list div.razdels:last-child {border-bottom: none;}
.audio_list , .video_list .wrap_elems  { margin-right: -16px; }
.audio_list h2 , .video_list h2  {font-size: 18px; margin-bottom: 15px; font-weight: 400;}
.audio_list .elem , .video_list .elem {
    width: 210px;
    display:inline-block;
    vertical-align: top;
    margin: 0 14px 15px 0;
    }
.audio_list_elem .left_e  {
    width: 225px;
}
.audio_list_elem .right_e {
    margin-left: 250px;
}
.comment {margin-bottom: 10px;}
.comment .name {font-weight: 800;}
.home-block { padding: 20px 0;}
.owl-item .element {margin: 0;}
.element .title{
    margin-bottom: 15px;
    padding: 10px;
}

.element .bot_line {
    padding: 10px;
}

.wrapping_img img ,.colorbox img,.gallink img{-webkit-transition: 364ms;
-moz-transition: 364ms;
-ms-transition: 364ms;
-o-transition: 364ms;
transition: 364ms;}
.wrapping_img ,.colorbox,.gallink {
    overflow: hidden;
    /* width: 288px; */
    display: inline-block;
    vertical-align: middle;
}

.wrapping_img:hover img ,.colorbox:hover img ,.gallink:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gallink img, .alblink img {/*-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;*/}

.popup {
    background:white;
    border: 2px solid #9E9E9E;
    /* height: 198px; */
    left: 50%;
    position: fixed;
    top: 50%;
    font-size: 16px;
    width: auto;
    z-index: 999;
    max-width: 95%;
    overflow-y: auto;
    max-height: 95%;
    box-shadow: 0 0 20px -10px black;
}

.popup.error {
    border-color: red;
}
.popup .popup_close {font-family:monospace;
position:absolute; right: 0px;top: 0px;
cursor: pointer;padding: 10px;font-size:20px; line-height: 10px;}
.popup .popup-content {
    /* font-size: large; */
    padding: 30px;
    /* overflow-y: scroll; */
    border-radius: 3px;
}

.popup-content .success {
    font-size: large;
}
.popup-content form input ,.popup-content form select{
    /* width: 100%; */
    /* min-width: 300px; */
    border-radius: 2px;
    padding: 5px  10px;
    /* font-size: large; */
    color: #424242;
    border: 1px solid #E0E0E0;
    /* background-color: #f9f9f9; */
}
.popup.big  input ,.popup.big  select{
  width: 302px;
  padding: 0.8rem;
}
.popup.big .popup-content {
    font-size: large;
    padding: 30px;
    min-width: 320px;
}
.popup.big  button{
     padding: 1rem;
     width: 302px;
     font-size: large;
}

.popup-content .fileupload .fileupload-preview {
    max-height: 250px;
    max-width: 100%;
    margin: 5px 0;
}
.popup.big{font-size: 1.3em;}
.popup-title {
    padding: 0 20px 10px 0;
}
.popup-choice {
    margin: 34px 0 0;
    text-align: center;
}.hide-layout {
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
     z-index: 998;
}
h1.title {/* text-align: center; */}
h2.title {font-weight:normal; font-size:25px}
.nav_wrapper {min-height: 42px;}

#top_line.sticky {
    z-index: 998;
    position: fixed;
    top:0;left: 0;
    width: 100%;
}
.for_sticky.sticky {
    z-index: 97;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.block_type_callback_block input{width:100%; padding:0.3em; margin:0.3em 0 0.7em}
.return_text {font-size:110%; margin-bottom:10px; font-weight:bold;}
.p30 {padding: 30px;}

.op0{opacity: 0;}

#BLOCK_ON_MAIN.container{padding: 0;}
.block_on_main .fz_title,#content h1.title{margin-bottom: 20px;/* text-align: center; */position: relative;}


#tags_div {margin-top: 15px;margin-bottom: 15px;}
#float_btn{text-decoration: none;position: fixed;bottom: 0;right: 20px;z-index: 999;background: #ffffff;box-shadow: 0 0 25px -10px;padding: 10px 40px;color: #000;font-size: 18px;cursor: pointer;transition: 200ms;}

#float_btn:hover {
    padding: 10px 40px 20px;
}
#scrolltop{position: fixed;bottom: 0;margin-left: -110px;left: 50%;z-index: 999;background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAUCAYAAABf2RdVAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTY1MzE0MzYxQ0ZDMTFFN0JGMjI4QjdGMTg2MkRCNzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTY1MzE0MzcxQ0ZDMTFFN0JGMjI4QjdGMTg2MkRCNzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNjUzMTQzNDFDRkMxMUU3QkYyMjhCN0YxODYyREI3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNjUzMTQzNTFDRkMxMUU3QkYyMjhCN0YxODYyREI3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk0ai4sAAABGSURBVHjaYvj//z8DMo6Pj/+PLsbEgAQSEhL+I9MwwISuABufCZsCdIWMIDcwEACMIIfhMm3BggWMKG7CB0YVDXNFAAEGAHBJL/xV+yB6AAAAAElFTkSuQmCC) no-repeat 94% 50%;box-shadow: 0 0 25px -10px;}
#scrolltop >div{background: url(data:image/png;base64,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UmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTY1MzE0MzYxQ0ZDMTFFN0JGMjI4QjdGMTg2MkRCNzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTY1MzE0MzcxQ0ZDMTFFN0JGMjI4QjdGMTg2MkRCNzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNjUzMTQzNDFDRkMxMUU3QkYyMjhCN0YxODYyREI3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNjUzMTQzNTFDRkMxMUU3QkYyMjhCN0YxODYyREI3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk0ai4sAAABGSURBVHjaYvj//z8DMo6Pj/+PLsbEgAQSEhL+I9MwwISuABufCZsCdIWMIDcwEACMIIfhMm3BggWMKG7CB0YVDXNFAAEGAHBJL/xV+yB6AAAAAElFTkSuQmCC) no-repeat 6% 50%;padding: 10px 40px;color: #000;font-size: 18px;cursor: pointer;}
#filtr_npa {margin-bottom: 30px;background: #F5F5F5;padding: 15px;}
#filtr_npa legend{/* margin-bottom: 20px; */width: 100%;font-size: 120%;}
#filtr_npa label{display:table;width: 100%;}
#filtr_npa span{display: table-cell;width: 200px;}
#filtr_npa input.text{width: 100%;display: table-cell;padding:5px 10px;}
#filtr_npa input.datetime{width: 50%;display: table-cell;padding:5px 10px;}
.l_gray{color:#908f8f !important;}
.npa_table { border-color: #a9a9a9}
.npa_table tr th{ background: #dadada}

.open_close_handler {position: relative;cursor: pointer;display: block;/* width: 100%; */padding-right: 35px;}
.open_close_handler:after ,.ugol_ico , .chosen-container-single .chosen-single div b{
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 6px;
  margin-top: -3px;
  content: '';
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%225%22%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20points%3D%228.251%2C0%204.5%2C3.572%200.75%2C0%200%2C0.715%203.75%2C4.286%203.75%2C4.286%204.5%2C5%209%2C0.715%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
 }
.open_close_handler.opened:after ,.ugol_ico.opened , .chosen-container-active.chosen-with-drop .chosen-single div b{
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/*owl.carousel*/
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  display: inline-block !important;
  overflow: hidden;
}

.owl-wrapper-outer {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 0;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  /* width: 100%; */
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*owl.carousel*/


/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* font-size: 13px; */
  zoom: 1;
  *
  display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container-active.chosen-container {
    background: white;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */

/* @group Single Chosen */
.chosen-container-single .chosen-single {
  /* background-color: #ffffff; */
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: .375rem .75rem;
  color: #444444;
  z-index: 8;
  text-decoration: none;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  margin-right: 35px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chosen-container-single .chosen-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 41px;
  z-index: 9;
}

.chosen-container-single .chosen-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chosen-container-single .chosen-search input {
 background: #fff ;

 width: 100%;
 margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  box-sizing: border-box;
}
.chosen-container-single .chosen-search input[readonly]{display:none;}
.chosen-container-single .chosen-drop {
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
div.chosen-container a.chosen-single {
  /* font-size: 14px; */
  line-height: 26px;
  height: 37px;
  padding-top: 4px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  //background-position: -16px 6px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 2px 6px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

.npos_on_main  {display: inline-block;margin-bottom: 15px;width: 300px;}
.npos_on_main .img {position: relative;overflow: hidden; margin-bottom: 15px;}
.date_categ {position: absolute;left:0;right: 0;bottom: 0;padding: 5px;background: rgba(0, 0, 0, 0.68);color:white;}
#moved_sect section {border-bottom: 1px solid #b8b8b8;margin-bottom: 40px;padding-bottom: 40px;}

section.block_on_main >div{
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  max-width: 1240px;
  margin: auto;
}

/******BURGER Button****************/
#js-btn-showing-nav{
    display: none;
}
#header_table {padding-top: 50px;}

.owl-controls.clickable {display:none !important}

.cookies-alert {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 15px;
    font-size: 120%;
    text-align: center;
}
.my_btn{display: inline-block;padding: 5px 10px;text-decoration: none;background: #E0E0E0;cursor: pointer;}
.gray_bg {background: #EEEEEE;}
form label.error {background: #E57373;color:white;display: inline-block;padding: 5px 15px;margin-top: 10px;border-radius: 2px;}


.element , .sect {
    -webkit-transition: 364ms;
    -moz-transition: 364ms;
    -ms-transition: 364ms;
    -o-transition: 364ms;
    transition: 364ms;
    display: inline-block;
    vertical-align: top;
    /* width: 285px; */
    margin-right: 15px;
    position: relative;
    /* border: 1px solid #cecece; */
    margin-bottom: 20px;
    background: white;
    }

.related_elems .element {
    width: 256px;
}
.element:hover, .sect:hover{
    border-color:#0e59a4;
}
.element .colvo {width:80px}
.img img, .sect img{ transition:364ms}
.img:hover img, .sect:hover img{
    -webkit-transform: scale(1.1) ;
    transform: scale(1.1) ;
    -webkit-filter: contrast(1.3);filter: contrast(1.3);
}
.sect img ,.element img{
    -webkit-transition: 364ms;
    -moz-transition: 364ms;
    -ms-transition: 364ms;
    -o-transition: 364ms;
    transition: 364ms;}
.catalog_map .sect .img {
    width: 80px;
    /* display: block; */
    overflow: hidden;
}
.catalog_map_element:not(:last-child){
    border-bottom: 1px dashed gray;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.element {/* min-height: 410px; */border: 1px solid #cecece; }
.sect .info_box{ padding: 5px; text-align: center;}
.sect .title a{color: black;text-decoration: none;font-size: 18px;display: block;min-height: 48px;}
.element .spot{position: absolute;right: 0;top: 10px;padding: 5px 10px;color:white;}
.element .spot.leader{background:  #e22b2b;}
.element .spot.new{background: #0e59a4;}

.elements {
    margin-right: -14px;
    overflow: hidden;
}
.element .img , .element img{display: block;overflow: hidden;}
.element .info_box{border-top: 1px solid #cecece;padding: 10px;background: white;}
.element .price_box{border-top: 1px solid #cecece;padding-top: 20px;margin-top: 20px;background: white;}
.element .categ_title a{color:#cecece; text-decoration: none;}
.element .title a{color:black; text-decoration: none; font-size: 18px; margin-bottom: 20px;}
.element .old_price {text-decoration: line-through;font-size: 0.9em;line-height: 0.6em;}
.element .price {color:black;font-size: 26px;line-height: 20px;}
.element .buy_btn {/* color:white; *//* width: 100px; *//* padding: 0 10px; *//* height: 36px; */text-decoration: none;text-align: center;/* line-height: 36px; *//* float: right !important; */}
 .buy_btn i {display: none;vertical-align: middle;width: 20px;height: 23px;/* line-height: 20px; */background: url('/images/tocart_i.png');}
 .buy_btn i.ic2 {
    background: url('/images/tocart_i.png') -29px;
    margin-left: 10px;
    -webkit-transition: 164ms;
    -moz-transition: 164ms;
    -ms-transition: 164ms;
    -o-transition: 164ms;
    transition: 164ms;
}
.table_cart .col_input_wrap a{
    position: absolute;
    padding: 7px 7px;
    text-decoration: none;
}

.table_cart .col_input_wrap a.plus_kolvo {
    margin-left: -22px;
}
.table_cart .col_input_wrap input{
    width: 83px;
    padding: 4px 20px;
    margin-bottom: 0;
    text-align: center;
}
.table_cart{

}
.buy_btn:hover i.ic2 {   margin-left: 5px;}
.red_btn  {background: #e22b2b !important;color: white !important;}

.rating .star {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url('/images/rating_i.png') -34px 0px;
}
.rating .star.a {   background: url('/images/rating_i.png') -3px 0px;}

.wrap_table {overflow-x:auto;}
.g-recaptcha{width:302px !important}
#owl_slider .slide{height: 400px;width: 100%;background-position: 50% 50%;background-repeat: no-repeat;}
#owl_slider {height: 400px;overflow: hidden;}
.block_ten {-webkit-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.85);
-moz-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.85);box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.85);}
.border_gray { border: 2px solid #c3c3c3;}
.bg_white {background-color: white;}
.bg_black {background-color: black !important;}
.icon-play {
  position: absolute;
  width: 100px;
  height: 100px;
  border: solid 2px #fff;
  border-radius: 100px;
  background: #00000073;
  top: 26%;
  left: 32%;
}
.icon-play:before {
    content: "";
    width: 34px;
    height: 53px;
    border-left: 2px solid #fff;
    border-radius: 5px;
    position: absolute;
    top: 23px;
    left: 37px;
  }

.icon-play:after {
    content: "";
    position: absolute;
    top: 27px;
    left: 19px;
    width: 42px;
    height: 42px;
    transform: rotate(45deg) skew(-5deg, -5deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 5px;
  }

.icon-play:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
.worker_post_mini {border: 1px solid lightgray;width: 280px;padding: 40px 40px 20px;min-height: 403px;text-align: center;background: white;}
.block_on_main .owl-carousel .owl-item {text-align: center;}
.block_on_main .owl-carousel .owl-item > * {text-align: initial;}
#all_sections .sect {width: 48%;display: inline-block;padding: 5px 0 0;}
.wrap_filtr {background: #EEEEEE;/* background: white; */padding: 10px 15px;margin-bottom: 20px;}
#section_v_conteiner .type_show  {margin-bottom: 15px;}
#section_v_conteiner .type_show a {display: inline-block; margin-left: 10px; display: inline-block;}

.col-catalog_map-sections>div {/* box-shadow:0px 0px 4px -2px gray; */}
.row_mini_catalog_map_item{padding: 10px 15px 10px 10px;/* margin: 0 -15px 0 0; */transition: 0.5s;}
.row_mini_catalog_map_item:hover{background: #eeeeee;}
.row_mini_catalog_map_item:not(:last-child) {border-bottom: 1px solid #ced4da;}
.col-catalog_map-sections .catalog_map_sect:not(:last-child){border-bottom: 1px solid #ced4da;/* margin-bottom: -1px; */}
.col-catalog_map-sections .catalog_map_sect.a{background: #F5F5F5;}
.date_views {color:gray; font-size: 0.9em;}
.date_views > span:not(:last-child){display: inline-block;margin-right: 5px;padding-right: 9px;border-right: 1px solid;line-height: 14px;}

/*********************************************** MEDIA_Q ***************************************/
@media (max-width: 415px){
    .header_no_on_main  { min-height: auto !important}
    .header_no_on_main  #header_table { padding-top: 5px;}
    .header_no_on_main  #header_table td{ display: inline-block !important;}
    .header_no_on_main  #header_table img{display: none;}
     body,html{min-width: 0 !important;}
    .container{
        width:100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }
    .container > span{
        display: none !important;
    }
    .fr{
        float: none !important;
    }
    #special_div{
        display: none;
    }

    /***********************HEADER*****************************/
    header .header_text table tbody tr , footer table tbody tr{
        /*display: flex;
        flex-direction: column;
        align-items: center;*/
        display:block !important;
    }
    header .header_text table tbody tr td  ,footer table tbody tr td{
        text-align: center;
        display: block;
        width: auto;
    }

    /***********************NAVIGATION*************************/

    .nav_wrapper{

    }
    #G_MENU{
        padding:5px 0;
    }
    #G_MENU  ul.ul_lvl_1{
        display: none;
    }
    #G_MENU .ul_lvl_2 {left:0 !important;width: 100%;}
    .for_sticky .sticky{
        position: static !important;
    }
    #js-btn-showing-nav{
        margin: auto;
        border-radius: 10px;
        height: 40px;
        text-align: left;
        border: solid white 3px;
        display: inline-block;
        padding: 5px 0;
        cursor:pointer;
        position: relative;
    }

    #js-btn-showing-nav span {font-size: 1.4em;color: white;padding-left: 7px; padding-right: 40px}

    #js-btn-showing-nav .my__line{
        border: solid white 1px;
        width: 30px;
        height: 1px;
        top: 50%;
        right: 5%;
        position: absolute;
        /* border-radius: 100px; */
    }
    #js-btn-showing-nav .my__line:nth-child(1){top:22%}
    #js-btn-showing-nav .my__line:nth-child(3){top:75%}

    /******************ASIDE**********************************/

    aside .block,#float_btn{
        display: none !important;
    }
    aside .aside_menu .block {width: 100% !important;display: block  !important;}
    #right .block{margin:0}
    #right .aside_menu{display:none}
    /**********************MAIN******************************/
    ul.documents li img{display:none;}
    ul.documents li a , ul.documents .pl15 {padding-left:0;}
    .main_page{
        padding: 0 !important;
    }
    #wrapper{
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #content .wrap{
        padding: 5px !important;
        border: none !important;
        margin-bottom: 0 !important;
    }
    #content .wrap table tbody tr{
        /*display: flex;
        flex-direction: column;
        align-items: center;*/
    }
    #content .wrap table tbody tr td{
        display:block;
        width:100%;
        margin:5px auto;
    }
    #content .wrap .wrap_table table tbody tr td{
        display:table-cell;
        width:auto;
        margin:auto;
    }
    /**********************SECTION BLOCK ON MAIN******************/
    #BLOCK_ON_MAIN table tbody tr{
        /*
        display: flex;
        flex-direction: column;
        align-items: center;
        */
        display:block;
    }
    #BLOCK_ON_MAIN table tbody tr td{
        text-align:center;
        display:block;
    }
    /*******************NEWS*******************************/
    .bottom-bg .container{
        padding-right: 5px;
        padding-left: 5px;
    }
    .d_table{
        display: block;
    }
    .news .post > .wf > .post_body{
        margin:10px 0;
    }
    #content .post .cover_img {float: none;margin: auto;display: block;}
    /*********************GALEREY*****************************/
    #content_gallery{text-align: center; }
    #content_gallery .colorbox{display: inline-block; position: relative;}
    .gallery{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .albums{
        margin-right: 0 !important;
        text-align: center;
    }
    /*********************FOOOOTER****************************/
    #contacts_footer table tbody tr{
    }
    #slider , #banners_footer .BANNERS {display: none;}
    .w24p {width: 85%;}
    .d_cell {display: block;}
    .subsection {margin:0}
    .subsection li{list-style: none;}
    .subsection a {display: block;padding: 5px;border-radius: 3px;margin-bottom:3px;background-color: #F5F5F5;}
    #moved_sect .btn{ width:85%; padding:10px;font-size:1em}
    div#develop_link {text-align: center ; font-size: 1.1em}
    .wrap_elems {text-align: center;}
    .wrap_filtr .input-group-append,
    .wrap_filtr button,
    .wrap_filtr #section_id,
    .wrap_filtr .open_close_handler
      {width: 100% !important;}
    .wrap_filtr .open_close_handler{margin-top:10px}
    .mobile_ta_c {text-align: center !important;}
    .mobile_m0 {margin: 0}
    .blog_post  img.cover_img{display:block;margin: auto;}
    .hide_mobile ,.mobile_hide ,.icon-play ,.guestbook .avatar {display: none !important}
    table.as_block_mobile, table.as_block_mobile tr td, table.as_block_mobile tr , table.as_block_mobile tbody{display:block; width:auto;}
    .npos_on_main {width: 100%;}
    .worker.post > .worker_foto {float: none;margin: 0;text-align: center;}
    .worker.post > .worker_context {margin: 0!important;}
}