@font-face {
    font-family: Blogger;
    src: url(../fonts/BloggerSans-Bold.eot);
    src: url(../fonts/BloggerSans-Bold.eot?#iefix), /* IE6-IE8 */
    url('../fonts/BloggerSans-Bold.woff'), /* Modern Browsers */
    url(../fonts/BloggerSans-Bold.ttf), /* Safari, Android, iOS */
    url(../fonts/BloggerSans-Bold.svg#BloggerSans);

}
body {
    background: #fff;
    margin: 0;
    padding: 0;
}
h1 {
    color: #773a23;
    font-size: 25px !important;
    font-weight: normal !important;
    padding: 0;
    margin: 0;
    line-height: initial !important;
}
h2 {
    color: #773a23;
    font-size: 22px !important;
    font-weight: normal !important;
    padding: 0;
    margin: 0;
    line-height: initial !important;
}
h3 {
    color: #773a23;
    font-size: 19px !important;
    font-weight: normal !important;
    padding: 0;
    margin: 0;
    line-height: initial !important;
}
h4 {
    color: #773a23;
    font-size: 17px !important;
    font-weight: normal !important;
    padding: 0;
    margin: 0;
    line-height: initial !important;
}
h5 {
    color: #000;
    font-size: 15px !important;
    font-weight: normal !important;
    padding: 0;
    margin: 0;
    line-height: initial !important;
}
h6 {
    color: #773a23;
    font-size: 13px !important;
    font-weight: normal !important;
    padding: 0;
    margin: 0;
    line-height: initial !important;
}

table {
    color: #000 !important;
    width: 100%;
    padding: 0;
    border: 1px solid #eee;
    border-collapse:collapse;
}

table td{
    padding: 7px;
    border: 1px solid #000;
}
.uz-signs a {
    pointer-events: none;
    cursor: default;
}
.uMenuV .uMenuArrow {
    position: absolute;
    width: 10px;
    height: 24px;
    right: 0;
    bottom: 0;
    background: url('../images/23.png') no-repeat 0 0;
}
.calMdayA {
    background-color: #F76A11;
    color: #fff;
    border-radius: 6px;
    padding: 3px 8px;
}
.scrollup {
    background: url('../images/icon_top.png') no-repeat;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 2%;
    right: 2%;
    display: none;
    text-indent: -9999px;
}
.boxCont ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    margin-top: -10px;
}
.boxCont ul li {
    background: url('../images/li.png') no-repeat 2px 18px;
    color: #773a23;
    font-size: 14.5px;
}
.boxCont ul li a:link {
    color: #773a23;
    text-decoration: none;
}
.boxCont ul li a:active {
    color: #773a23;
    text-decoration: none;
}
.boxCont ul li a:visited {
    color: #773a23;
    text-decoration: none;
}
.boxCont ul li a:hover {
    color: #206ca4;
    text-decoration: underline;
}
.boxCont ul li {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 14px;
    border-bottom: 1px solid #dbcbc6;
}

ul#links > li{
    padding: 0px !important;
}
.archUl {
    list-style: none;
    padding: 0;
}
.archLi {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #dbcbc6;
    list-style-image: url('../images/li.png');
    list-style-position: inside;
}
.archLi span {
    text-decoration: underline;
    color: #773a23;
    padding-left: 6px;
}
.archLi a {
    padding-left: 6px;
}
table.catsTable {
    margin-top: -10px;
}
.catsTd {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #dbcbc6;
    list-style-image: url('../images/li.png');
    list-style-position: inside;
}
a.catName a:link {
    color: #773a23;
    text-decoration: none;
}
a.catName a:active {
    color: #773a23;
    text-decoration: none;
}
a.catName a:visited {
    color: #773a23;
    text-decoration: none;
}
a.catName a:hover {
    color: #f13006;
    text-decoration: underline;
}
a:link {
    text-decoration: none;
    color: #773a23;
}
a:active {
    text-decoration: none;
    color: #773a23;
}
a:visited {
    text-decoration: none;
    color: #773a23;
}
a:hover {
    text-decoration: underline;
    color: #773a23;
}
td,
body {
    font-family: 'PT Sans', Tahoma;
    font-size: 14.5px;
    color: #773A23;
}
form {
    padding: 0px;
    margin: 0px;
}
input,
textarea,
select {
    vertical-align: middle;
    font-size: 14.5px;
    font-family: 'PT Sans', Tahoma;
}
hr {
    background: #e2d5d1;
    height: 1px;
    border: 0;
    margin-bottom: 10px;
}
#contentBlock {
    margin-top: -127px;
    margin-bottom: 40px;
}
.clrl {
    clear: left;
}
.clrr {
    clear: right;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #76473a!important;
    background: linear-gradient(to top, #957065, #ab877d) !important;
    border: 0 !important;
    width: initial !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 5px 7px !important;
    margin: 5px !important;
    outline: none;
    font-weight: normal !important;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background: #ffba00 !important;
    background: linear-gradient(to top, #ee1601, #f97e14) !important;
    color: #fff !important;
    width: initial !important;
    font-weight: normal !important;
}
input[type="file"] {
    background: #f44b0b;
    background: linear-gradient(to top, #957065, #ab877d);
    border: 0;
    border-radius: 6px;
    color: #fff !important;
    font-size: 14px;
    padding: 5px 7px;
    margin: 5px;
    display: inline-block !important;
    width: initial !important;
    font-weight: normal !important;
}
input[type="file"]:hover {
    background: #ffba00 !important;
    background: linear-gradient(to top, #ee1601, #f97e14) !important;
    color: #fff !important;
    width: initial !important;
    font-weight: normal !important;
}
textarea {
    border-radius: 6px;
    padding: 5px;
    border: 1px solid #A9A9A9;
    font-weight: normal !important;
}
input[type="text"] {
    border-radius: 6px;
    border: 1px solid #A9A9A9;
    padding: 5px;
    width: initial;
    font-weight: normal !important;
}
#photoModalWrap input[type=submit],
#photoModalWrap input[type=button],
button.uf-btn {
    background: #76473a!important;
    background: linear-gradient(to top, #957065, #ab877d) !important;
    border: 0 !important;
    width: initial !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 5px 7px !important;
    margin: 5px !important;
    outline: none;
    font-weight: normal !important;
    text-decoration: none !important;
}
#photoModalWrap .button {
    background: #76473a!important;
    background: linear-gradient(to top, #957065, #ab877d) !important;
    border: 0 !important;
    width: initial !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 5px 7px !important;
    margin: 5px !important;
    outline: none;
    font-weight: normal !important;
    text-decoration: none !important;
}
#photoModalWrap input[type=submit]:hover,
#photoModalWrap input[type=button]:hover,
button.uf-btn:hover {
    background: #ffba00 !important;
    background: linear-gradient(to top, #ee1601, #f97e14) !important;
    color: #fff !important;
    width: initial !important;
    font-weight: normal !important;
    text-decoration: none !important;
}
#photoModalWrap .button:hover {
    background: #ffba00 !important;
    background: linear-gradient(to top, #ee1601, #f97e14) !important;
    color: #fff !important;
    width: initial !important;
    font-weight: normal !important;
    text-decoration: none !important;
}
#catSelector9 {
    width: 270px !important;
}
.contact-box {
    float: right;
    margin-top: -50px;
}
.version-vis {
    font-size: 17px;
    color: #fff;
    text-align: right;
    margin-bottom: 20px;
    position: relative;
    z-index: 13;
}
.version-vis a:link {
    color: #fff;
    text-decoration: underline;
}
.version-vis a:active {
    color: #fff;
    text-decoration: underline;
}
.version-vis a:visited {
    color: #fff;
    text-decoration: underline;
}
.version-vis a:hover {
    color: #fff;
    text-decoration: none;
}
.eye {
    background: url('../images/eye.png') no-repeat;
    width: 22px;
    height: 13px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}
.u-comboeditcell {
    vertical-align: top;
    background: none !important;
    border: 0 !important;
}
.u-combobut {
    background: url('../images/u-combobut.png') no-repeat !important;
    width: 27px !important;
    height: 27px !important;
}
.u-combobut:hover {
    background: url('../images/u-combobut-h.png') no-repeat !important;
}
.u-combo {
    border: 0 !important;
}
.u-combolist {
    height: initial !important;
    overflow: auto;
    padding: 10px !important;
    ;
    border-radius: 6px !important;
    ;
    border: 1px solid #F44A0B !important;
    border-top: 1px solid #F44A0B !important;
}
.pagesBlockuz {
    display: inline-flex;
    margin: 10px 0;
}
.eBlock {
    margin-bottom: 33px;
    margin-top: 20px !important;
}
.eBlock-publ {
    margin-top: 20px !important;
}
.news-inf-c:hover {
    opacity: 0.8
}
.eBlock-img {
    width: 30%;
    margin-right: 3%;
    float: left;
}
.eBlock-img img {
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 2px solid #d6c4bd;
}
.eTitle {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2D5D1;
}
.eBlock-name {
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 8px;
    font-weight: normal;
    /*text-decoration: underline;*/
}
.eBlock-name a:link {
    text-decoration: underline;
    color: #000;
}
.eBlock-name a:active {
    text-decoration: underline;
    color: #000;
}
.eBlock-name a:visited {
    text-decoration: underline;
    color: #000;
}
.eBlock-name a:hover {
    text-decoration: none;
    color: #000;
}
.eBlock-right {
    float: left;
    width: 67%;
}
.eBlock-fullwith {
    width: 100%;
}
.ePubl-name a h5 {
    color: #F13105;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 8px;
    font-weight: bold;
}
.ePubl-name a:link {
    text-decoration: underline;
    color: #F13105;
}
.ePubl-name a:active {
    text-decoration: underline;
    color: #F13105;
}
.ePubl-name a:visited {
    text-decoration: underline;
    color: #F13105;
}
.ePubl-name a:hover {
    text-decoration: none;
    color: #F13105;
}
.eBlock-mess {
    margin-bottom: 10px;
    font-size: 16px;
}
.eBlock-Mmess {
    margin-top: 15px;
    color: #816551 !important;

}
.eBlock-Mmess p {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    color: #816551 ;
    line-height: initial;
    margin: 0 !important;
    padding: 0 !important;
}
.eBlock-Mmess span {
    font-size: 16px;
    text-align: left;
    color: #816551;
}
.eBlock-Mmess em {
    font-weight: normal !important;
    font-style: normal;
}
.news-wrap {
    margin: 0 !important;
    padding: 0 !important;
}
.eBlock-images {
    text-align: center;
}
.eBlock-images img {
    width: 29%;
    max-height: 150px;
    margin: 1%;
    border-radius: 6px;
    border: 3px solid #f3e1a9 !important;
    vertical-align: top;
}
.eBlock-images img:hover {
    opacity: 0.8
}
.eBlock-det {
    margin-top: 10px;
}
.eBlock-data {
    float: left;
    font-size: 12px;
    color: #838383;
}
.eBlock-comment {
    float: left;
    font-size: 12px;
    color: #838383;
}

.eBlock-actions {
    float: right;
    width: 90px;
}
.comment-ico {
    background: url('../images/comment.png') no-repeat;
    float: left;
    width: 11px;
    height: 11px;
    margin-left: 19px;
    margin-right: 6px;
    margin-top: 3px;
}
.eBlock-cat {
    float: left;
    font-size: 12px;
    color: #838383;
    margin-left: 19px;
}
.mpanel {
    float: right;
    margin-top: -10px;
}
#postFormContent {
    width: 98%;
    margin: 0 auto;
}
.fastLinks {
    font-weight: bold;
}
.fancybox-nav span {
    visibility: initial !important;
}
.fancybox-next span {
    right: -20px !important;
    background-position: 0 -72px;
}
.fancybox-prev span {
    left: -20px !important;
    background-position: 0 -36px;
}
.eDocs {
    margin-bottom: 10px;
}
.format {
    background: url('../images/format/file.png') 0px 1px no-repeat;
    padding-left: 22px
}
.p_pdf {
    background-image: url('../images/format/pdf.png')
}
.p_doc {
    background-image: url('../images/format/doc.png')
}
.p_image {
    background-image: url('../images/format/image.png')
}
.p_txt {
    background-image: url('../images/format/txt.png')
}
.p_xls {
    background-image: url('../images/format/xls.png')
}
.p_ppt {
    background-image: url('../images/format/ppt.png')
}
dl.uz-sort {
    color: #222222;
    z-index: 99999;
    position: relative;
    margin: 0 0 5px 0;
}
input.queryField {
    width: 68% !important;
}
@media (max-width: 480px) {
    .eBlock-img {
        margin-right: 3%;
        width: initial !important;
        float: initial !important;
    }
}
ul.uf-form {
    width: 99%;
}
@media (max-width:1016px) and (min-width:1000px) {
    .content {
        width: 73%;
        float: right;
        margin-left: 14px;
    }
}
@media (max-width:999px) and (min-width:965px) {
    .content {
        width: 72%;
        float: right;
        margin-left: 14px;
    }
}
@media (max-width:829px) and (min-width:803px) {
    .content {
        width: 66%;
        float: right;
        margin-left: 14px;
    }
    #owl-demo .item {
        background: url('../images/photo-bg.png') no-repeat;
        display: block;
        width: 118px;
        height: 138px;
        display: inline-block
    }
}
@media (max-width:802px) and (min-width:761px) {
    .content {
        width: 64%;
        float: right;
        margin-left: 14px;
    }
}
@media (max-width: 749px) {
    .eBlock-images {
        text-align: center;
    }
    .eBlock-images img {
        width: 45%;
        max-height: 150px;
        margin: 1%;
        border-radius: 6px;
        border: 3px solid #f3e1a9 !important;
        vertical-align: top;
    }
    .eBlock-images img:hover {
        opacity: 0.8
    }
    .forumContent table {
        width: 78%;
    }
}
/*--------------------- Forum start ---------------------*/
.forumContent {}
.forumContent table {}
.gTable,
.postTable {
    background-color: #ECEADA;
}
.gTable td {
    border: 1px solid #ffffff;
    padding: 2px 7px;
    font-size: 13px;
}
.threadLastPostTd {
    font-size: 12px !important;
}
.gTable td.gTableTop {
    padding: 0px 5px;
    text-align: left;
    background: url(/.s/t/796/25.png) repeat-x;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    border: 1px solid #F87112;
    border-left: 5px solid #F87112;
    padding-left: 10px;
}
.gTable td.gTableSubTop {
    background: #F87112;
    font-size: 10px;
    color: #ffffff;
}
.gTable td.postTdTop {
    background: #F87112;
    color: #ffffff;
}
.postBottom table td {
    border: 0px;
}
.postSeparator {
    display: none;
}
.posttdMessage {
    text-align: justify;
}
td.forumIcoTd,
td.forumThreadTd,
td.forumPostTd,
td.gTableRight,
td.threadIcoTd,
td.threadPostTd,
td.threadViewTd {
    background: #f4f7f8;
}
.forumDescr,
.threadDescr {
    font-size: 10px;
    color: #a1a1a1;
}
.quoteMessage {}
td.pollQuestion,
.pollResults td,
td.pollResults,
td.pollTotal,
td.pollAnswer,
td.pollButtons,
.smiles td {
    border: 0px;
}
/*--------------------- Forum end ---------------------*/
.menu_top {
    list-style: none;
}
.comment_name,
.comment_message {
    width: 100%!important;
    margin-top: 5px;
}
.swchItem,
.swchItem1 {
    color: #EF6420;
    border: 1px solid #FFBD85;
    background: #FFFAF7;
}
.swchItemA,
.swchItemA1,
.swchItem1,
.swchItem {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 9px;
    margin-left: 3px;
    text-decoration: none !important;
}
.swchItemA,
.swchItemA1,
.swchItem1:hover,
.swchItem:hover {
    font-weight: normal;
    color: #fff;
    text-shadow: 0px 1px #CA470E;
    box-shadow: 0px 1px #EDEDED;
    -webkit-box-shadow: 0px 1px #EDEDED;
    -moz-box-shadow: 0px 1px #EDEDED;
    border: 1px solid #D13F11;
    background: #E95B2B;
    background: -moz-linear-gradient(top, #FFBE01 1px, #FE7C02 1px, #E95B2B);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFBE01), color-stop(0.02, #FE7C02), color-stop(1, #E95B2B));
    text-decoration: none !important;
}
/* System CSS */
.photo_box {
    display: none;
}
#photo_list {
    cursor: pointer;
    padding-bottom: 8px;
}
.photo_size_overlay {
    display: none;
    background: #000;
    opacity: 0.6;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.photo_info a {
    color: #5385A7;
    font: bold 13px Trebuchet MS;
    text-decoration: none;
}
.photo_info a:hover {
    text-decoration: underline;
}
.photo_size {
    display: none;
    z-index: 9999;
    font: 13px Trebuchet MS;
    position: fixed;
    width: 1070px;
    height: 720px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
}
.photo_left {
    width: 645px;
    height: 720px;
    background-color: #000;
    background-image: url(/site_ds/images/350.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.photo_left img {
    max-width: 605px;
    max-height: 680px;
    cursor: pointer;
}
.photo_right {
    width: 425px;
    float: left;
    height: 720px;
    background: #F0F0F0;
}
.photo_info {
    margin: 0;
    list-style: none;
    padding: 0;
}
.photo_info li {
    border-bottom: 1px solid #fff;
    padding: 6px 13px;
}
.photo_info li b {
    float: left;
    width: 150px;
}
.photo_header {
    font: bold 20px Trebuchet MS;
    color: #fff;
    background: #ABABAB;
    padding: 11px;
}
.photo_header img {
    float: right;
    margin-top: -21px;
    margin-right: -21px;
    cursor: pointer;
}
a.download {
    color: #fff;
    text-decoration: none;
}
div.download:hover {
    background: #959595;
    cursor: pointer;
}
.questions {
    margin: 0;
    padding: 0;
    list-style: none;
}
.questions li {
    padding: 11px;
    background-image: url('http://212d.ru/templates/1/images/key_question.png');
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 50px;
}
.questions li a {
    font: bold 13px PT sans;
    text-transform: uppercase;
}
.questions_cat {
    font: 13px PT sans;
    margin-right: 7px;
}
.questions_date {
    font: 13px PT sans;
    background: url('http://212d.ru/templates/1/images/questions_date.png') no-repeat 0px 3px;
    padding-left: 15px;
}
.questions_text {
    font: 13px PT sans;
    float: right;
    font-style: italic;
}
.questions_user {
    font: 13px PT sans;
    float: right;
}
.questions_line {
    height: 2px;
    padding: 0;
    margin: 0 -9px;
}
.questions_header {
    font: bold 21px PT sans;
    text-align: center;
    margin-bottom: 8px;
}
.questions_bodys {
    margin: 0;
}
.new_questions_title {
    font: bold 17px PT Sans;
    display: block;
    margin: -13px;
    padding: 11px 0 9px 39px;
    background-image: url('http://212d.ru/templates/1/images/new_question.png');
    background-repeat: no-repeat;
    background-position: 11px 10px;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
}
.new_questions {
    padding: 13px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
.new_questions_table {
    padding-top: 5px;
    font: 13px PT sans;
}
.new_questions_table td {
    padding-right: 12px;
}
.new_questions_table td select,
.new_questions_table td input,
.new_questions_table td textarea {
    width: 450px;
    padding: 4px;
    border-radius: 4px;
    font: 13px PT sans;
}
.new_questions_description {
    height: 42px;
    resize: none;
}
.new_questions_alert {
    font: 15px PT sans;
    margin-left: -13px;
    padding: 13px;
    width: 575px;
    text-align: center;
    text-shadow: 0px 1px white;
    margin-top: -7px;
}
.q_a_well {
    background: #CFF0C2;
    color: #468847;
}
.q_a_err {
    background: #EED3D7;
    color: #B94A48;
}
.albom {
    float: left;
    width: 182px;
    margin-bottom: 12px;
    margin-right: 9px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-image: url(http://212d.ru/templates/1/images/load.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
#photo_preview_albom {
    float: left;
    width: 190px;
    margin-bottom: 12px;
    margin-right: 9px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-image: url(http://212d.ru/templates/1/images/load.gif);
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}
#photo_preview_albom img {
    border: 0;
    height: 103px;
    width: auto;
    max-width: 172px;
}
.albom a {
    color: #000;
    text-decoration: none;
}
.albom a:hover {
    color: red;
    text-decoration: none;
}
.img_photo {
    width: 164px;
    padding: 8px 8px 4px 8px;
}
.photo_link {
    width: 161px;
    padding: 0 7px 0 7px;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    overflow: hidden;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}
.photo_link a {
    float: left;
    height: 20px;
    padding: 5px 0 2px 0;
    font: 12px Trebuchet MS;
    font-weight: bold;
    text-transform: capitalize;
    margin-left: -1px;
}
.form_login_212d {
    text-align: center;
    height: 130px;
}
.form_login_212d input[type="text"],
.form_login_212d input[type="password"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}
.form_login_212d input[type="checkbox"] {
    width: 24px;
    float: left;
}
.vxod_login_212d {
    width: 100%;
    margin: 6px 0;
}
.reg_login_212d {
    float: left;
    margin-top: 6px;
}
.pass_login_212d {
    border-radius: 6px;
    border: 1px solid #A9A9A9;
}
.reg_form div {
    width: 70px;
    float: left;
    font: 14px Tahoma;
    margin-top: 7px;
}
.reg_form input[type="text"],
.reg_form textarea {
    padding: 4px;
    margin-bottom: 8px;
    width: 520px;
}
.edit_form input[type="text"],
.edit_form textarea {
    padding: 4px;
    margin-bottom: 8px;
    width: 98%;
}
.edit_form textarea {
    padding: 4px;
    margin-bottom: 8px;
    width: 98%;
}
.mail_form div {
    width: 123px;
    float: left;
    font: 14px Tahoma;
    color: #0BAABE;
    margin-top: 7px;
}
.mail_form input[type="text"] {
    padding: 4px;
    margin-bottom: 8px;
    width: 470px;
}
.avatar_block {
    float: left;
    height: 80px;
    width: 80px;
    margin-right: 13px;
    margin-top: 17px;
}
.profile_info_left {
    float: left;
    width: 540px;
}
.profile_info_right {
    float: left;
    width: 122px;
    text-align: center;
}
.left_in {
    float: left;
    width: 126px;
    font-weight: bold;
}
.right_in {
    margin-bottom: 3px;
    margin-left: 126px;
}
.avatar_profile {
    width: 100px;
}
#resize_size_overlay {
    display: none;
    background: #000;
    opacity: 0.6;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mail_list_top {
    margin: 0;
    padding: 0;
    list-style: none;
    background: url('http://212d.ru/templates/2/images/green_gradient_template_2.png');
    height: 34px;
    border-radius: 9px 9px 0 0;
    border: 1px solid #89A92A;
}
.mail_list_top li {
    float: left;
    padding: 7px;
}
.mail_list_top li a {
    text-decoration: none;
    color: #fff;
    font-family: PT sans, Tahoma, Arial;
    font-size: 13px;
}
.mail_list_message {
    margin-top: -1px;
    width: 100%;
}
.mail_list_message_tema {
    border: 1px solid #CCC;
    border-top: none;
}
.mail_list_message_info {
    width: 181px;
    border: 1px solid #CCC;
    border-top: none;
    border-left: none;
}
.mail_list_message th {
    background: #f7f7f7;
    border-bottom: 1px solid #CCC;
    padding: 5px;
}
.mail_list_message td {
    padding: 7px;
    vertical-align: top;
}
#mail_prochitano {
    background: #EFFFE4;
}
#mail_ne_prochitano {
    background: #FFE4E4;
}
.mail_avatar {
    float: left;
    width: 40px;
    height: 40px;
}
.mail_info {
    margin-left: 9px;
    float: left;
}
.mailTdLeft {
    border: 1px solid #CCC;
    border-top: none;
}
.mailTdRight {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.mailTdLeftDiv {
    height: 42px;
    overflow: hidden;
}
.mail_null {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    text-align: center;
    font: bold 13px Tahoma;
}
.mail_message_all_title {
    font-size: 17px;
    font-family: PT sans, Tahoma, Arial;
    color: #555E6C;
    padding: 8px;
    background: white;
    border-radius: 0 0 4px 4px;
    border: 1px solid #DBDBDB;
    border-top: none;
}
.cell_coment {
    position: relative;
    width: 539px;
    float: right;
}
.coment_info {
    position: relative;
    font-size: 14px;
    font-family: PT Sans;
    text-align: justify;
    color: #555;
    background: #fff;
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.coment_os {
    overflow: hidden;
}
.avacoment img {
    padding: 5px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
.avacoment input {
    width: 57px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    margin-top: 5px;
    color: #b5b5b5;
}
.comlink {
    font: 700 14px "Arial";
    color: #F23030 !important;
    margin-bottom: 5px;
}
.data {
    float: right;
    color: #3c3c3c;
    font: 700 10px "Arial";
}
.tip {
    position: absolute;
    top: 14px;
    left: -11px;
    height: 13px;
    width: 17px;
    background: url("http://212d.ru/images/ygol2.png") no-repeat top left;
}
.avatar_message {
    float: left;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
}
.avatar_message img {
    width: 80px;
    height: 80px;
}
.input_answer {
    margin-top: 5px;
    float: right;
    margin-right: 5px;
}
.textarea_answer {
    width: 643px;
    background: #fff;
    height: 109px;
}
.form_answer {
    margin-top: 4px;
}
.avatar_message_right {
    float: right
}
.tip_right {
    position: absolute;
    top: 14px;
    right: -11px;
    height: 13px;
    width: 17px;
    background: url("http://212d.ru/images/ygol3.png") no-repeat top right;
}
.delete_message_icon {
    float: right;
    opacity: 0.3;
    cursor: pointer;
}
.delete_message_icon:hover {
    opacity: 1;
}
/* admin */
#photo_delete {
    position: absolute;
    margin-left: 175px
}
#menu_top_moder {
    float: left;
    margin-top: 4px;
    border: none;
}
#header_moder {
    padding-top: 8px;
}
.block_admin_panel {
    float: right;
    margin-top: 4px;
}
.block_admin_panel i {
    margin-right: 4px;
}
#comment_num {
    font-size: 15px;
}
.comment_message {
    font-size: 13px;
    padding: 10px;
    width: 50%;
    margin: 10px 0;
    height: 50px;
    resize: vertical;
}
.comment_name {
    font-size: 13px;
    padding: 10px!important;
    margin-top: 10px;
    width: 50%;
}
#comment_widget {
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border: 1px solid rgb(232, 232, 232);
}
#comment_avatar {
    background: none repeat scroll 0% 0% rgb(242, 242, 242);
    border-right: 1px solid rgb(225, 225, 225);
}
#comment_avatar div {
    padding: 5px;
}
#comment_message {
    background: none repeat scroll 0% 0% rgb(242, 242, 242);
    border-bottom: 1px solid rgb(225, 225, 225);
    padding: 4px;
}
#comment_answer {
    font-size: 13px;
    padding: 4px 11px;
    border-left: 3px solid #ccc;
    margin-left: 10px;
    margin-bottom: 8px;
    margin-top: 7px;
}
#comment_answer span {
    font-style: italic;
    font-size: 12px;
}
.search_form {
    width: 50%!important;
}
#footertext {
    text-align: center;
    margin-bottom: 20px;
}
input,
select,
textarea {
    box-sizing: border-box;
}
.search_form_header {
    float: left;
    margin-top: -5px!important;
}
.search_form_button_header {
    float: left;
    margin-top: -4px!important;
    height: 27px!important;
    font-size: 12px!important;
    line-height: 3px!important;
}
.search_ol {
    margin-top: 10px;
}
.forum_title td {
    background: #F77112!important;
    background: -moz-linear-gradient(top, #F77112, #EE1500)!important;
    background: -webkit-linear-gradient(top, #F77112, #EE1500)!important;
    background: -o-linear-gradient(top, #F77112, #EE1500)!important;
    background: -ms-linear-gradient(top, #F77112, #EE1500)!important;
    background: linear-gradient(top, #F77112, #EE1500)!important;
    border: 1px solid #F5590E!important;
}
.forum_title td a {
    border: none!important;
}
.hPhotos {
    overflow: hidden;
}
.hPhotoWrap {
    float: left;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px dashed #B3E51C;
    margin-bottom: 22px;
    overflow: hidden;
}
.hPhoto {
    width: 186px;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}
.hCat {
    height: 36px;
    line-height: 36px;
    background: #D2FF00;
    opacity: 0.9;
    padding: 0 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 84px;
    color: #FFFFFF;
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.hCat a {
    color: #000;
}
.y212d_poll_title {
    font-size: 14px;
    font-family: Tahoma;
    display: block;
    margin-bottom: -11px;
}
.y212d_poll_answer label {
    margin-left: 7px;
}
.y212d_poll_answer {
    margin-bottom: 7px;
}
.y212d_answer {
    font-family: Tahoma;
    font-size: 13px;
}
.y212d_answer_line {
    background-color: green;
    height: 6px;
    margin-top: 7px;
    margin-bottom: 5px;
}
.y212d_answer_all {
    font-size: 13px;
    font-family: Tahoma;
    text-align: center;
}
/*System*/
#ad_kids {
    margin-left: 1140px;
    background: url('../images/cont-ball.png') no-repeat;
    width: 62px;
    margin-top: 0px;
}

.link_at_checkbox {
    margin-left: 10px;
    vertical-align: middle;
}

.profile-user-info {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
    margin: 0 auto
}

.profile-info-row {
    display: table-row
}

.profile-info-name,
.profile-info-value {
    display: table-cell;
    border-top: 1px dotted #D5E4F1
}

.profile-info-name {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: 400;
    color: #667E99;
    background-color: transparent;
    width: 110px;
    vertical-align: middle
}

.profile-info-value {
    padding: 6px 4px 6px 6px
}

.profile-info-value>span+span:before {
    display: inline;
    content: ",";
    margin-left: 1px;
    margin-right: 3px;
    color: #666;
    border-bottom: 1px solid #FFF
}

.profile-info-value>span+span.editable-container:before {
    display: none
}

.profile-info-row:first-child .profile-info-name,
.profile-info-row:first-child .profile-info-value {
    border-top: none
}

.profile-user-info-striped {
    border: 1px solid #DCEBF7
}

.profile-user-info-striped .profile-info-name {
    color: #336199;
    background-color: #EDF3F4;
    border-top: 1px solid #F7FBFF
}

.profile-user-info-striped .profile-info-value {
    border-top: 1px dotted #DCEBF7;
    padding-left: 12px
}

.profile-picture {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 4px;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.dd-empty,
.dd-handle,
.dd-placeholder,
.dd2-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.profile-activity {
    padding: 10px 4px;
    border-bottom: 1px dotted #D0D8E0;
    position: relative;
    border-left: 1px dotted #FFF;
    border-right: 1px dotted #FFF
}

.profile-activity:first-child {
    border-top: 1px dotted transparent
}

.profile-activity:first-child:hover {
    border-top-color: #D0D8E0
}

.profile-activity:hover {
    background-color: #F4F9FD;
    border-left: 1px dotted #D0D8E0;
    border-right: 1px dotted #D0D8E0
}

.profile-activity img {
    border: 2px solid #C9D6E5;
    border-radius: 100%;
    max-width: 40px;
    margin-right: 10px;
    margin-left: 0;
    box-shadow: none
}

.profile-activity .thumbicon {
    background-color: #74ABD7;
    display: inline-block;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
    margin-left: 0;
    text-shadow: none!important
}

.profile-activity .time {
    display: block;
    margin-top: 4px;
    color: #777
}

.profile-activity a.user {
    font-weight: 700;
    color: #9585BF
}

.profile-activity .tools {
    position: absolute;
    right: 12px;
    bottom: 8px;
    display: none
}

.profile-activity:hover .tools {
    display: block
}

.user-profile .ace-thumbnails li {
    border: 1px solid #CCC;
    padding: 3px;
    margin: 6px
}

.user-profile .ace-thumbnails li .tools {
    left: 3px;
    right: 3px
}

.user-profile .ace-thumbnails li:hover .tools {
    bottom: 3px
}

.user-title-label:hover {
    text-decoration: none
}

.user-title-label+.dropdown-menu {
    margin-left: -12px
}

.profile-contact-links {
    padding: 4px 2px 5px;
    border: 1px solid #E0E2E5;
    background-color: #F8FAFC
}

.btn-link:hover .ace-icon {
    text-decoration: none!important
}

.profile-social-links>a:hover>.ace-icon,
.profile-users .memberdiv .name a:hover .ace-icon,
.profile-users .memberdiv .tools>a:hover {
    text-decoration: none
}

.profile-social-links>a {
    text-decoration: none;
    margin: 0 1px
}

.profile-skills .progress {
    height: 26px;
    margin-bottom: 2px;
    background-color: transparent
}

.profile-skills .progress .progress-bar {
    line-height: 26px;
    font-size: 13px;
    font-weight: 700;
    font-family: "Open Sans";
    padding: 0 8px
}

.profile-users .user {
    display: block;
    position: static;
    text-align: center;
    width: auto
}

.profile-users .user img {
    padding: 2px;
    border-radius: 100%;
    border: 1px solid #AAA;
    max-width: none;
    width: 64px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.profile-users .user img:hover {
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .33);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .33)
}

.profile-users .memberdiv {
    background-color: #FFF;
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    text-align: center;
    margin: 0 8px 24px
}

.profile-users .memberdiv .body {
    display: inline-block;
    margin: 8px 0 0
}

.profile-users .memberdiv .popover {
    visibility: hidden;
    min-width: 0;
    max-height: 0;
    max-width: 0;
    margin-left: 0;
    margin-right: 0;
    top: -5%;
    left: auto;
    right: auto;
    opacity: 0;
    display: none;
    position: absolute;
    -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s;
    -o-transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s;
    transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s
}

.profile-users .memberdiv .popover.right {
    left: 100%;
    right: auto;
    display: block
}

.profile-users .memberdiv .popover.left {
    left: auto;
    right: 100%;
    display: block
}

.profile-users .memberdiv>:first-child:hover .popover {
    visibility: visible;
    opacity: 1;
    z-index: 1060;
    max-height: 250px;
    max-width: 250px;
    min-width: 150px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.profile-users .memberdiv .tools {
    position: static;
    display: block;
    width: 100%;
    margin-top: 2px
}

.profile-users .memberdiv .tools>a {
    margin: 0 2px
}

.im-temp{display:inline-block;width:250px;margin-right:20px}
.im-temp img{width:100%}ul.tabs{margin:0;padding:0;list-style:none}
ul.tabs li{background:0 0;color:#222;display:inline-block;padding:10px 12px;cursor:pointer}
ul.tabs li.current{background:#ededed;color:#222}
.tab-content{display:none;background:inherit;padding:15px;text-align:center}
.tab-content.current{display:inherit}

.boxCont li {
    position: relative;
}
.boxCont ul ul {
    position: absolute;
    z-index: 100;
    background-color: #FFFFFF;
    top: -10px;
    width: 240px;
    left: 80%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #165891;
    display: none;
}

.boxCont ul ul a {
    color: #000000;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.boxCont ul li:hover > ul {
    display: block;
}

.navbar-collapse ul ul {
    z-index: 1;
    position: absolute;
    display: none;
}

.navbar-collapse ul ul {
    background-color: #1399A1 !important;
    width: 100%;
    max-width: 450px;
    padding-top: 3px;
}

.navbar-collapse ul ul {
    background-color: #F0F0F0;
}

.navbar-collapse ul ul li {
    padding: 4px 15px;
    border-bottom: 1px solid #FFFFFF;
}

.navbar-collapse ul ul li:last-child {
    border-bottom: 0;
}

.navbar-collapse ul ul a {
    font-size: 18px;
    line-height: 18px;
}

.navbar-collapse ul li:hover > ul {
    display: block;
    padding-left: 0px;
    list-style: none;
}

.navbar-collapse ul ul li > a {
    border-bottom: 0px !important;
}

.buttonup {
    position: fixed;
    display: none;
    bottom: 50px;
    right: 5%;
    width: 60px;
    height: 40px;
    padding-top: 80px;
    margin-left: -580px;
    background: url(../images/uplink.png) no-repeat 50% 0%;
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    text-decoration: none;
    color: #000; }
.buttonup:hover {
    color: #000;
}

.albums-list .item-content {
    position: relative;
    display: block;
    padding: 25px;
    margin-bottom: 25px;
    background: #424242;
    text-decoration: none; }
.albums-list .item-content:hover {
    background: #85c4ed; }
.albums-list .item-content .item .date {
    margin-bottom: 20px;
    width: 40px;
    text-align: center;
    display: block; }
.albums-list .item-content .item .date .num,
.albums-list .item-content .item .date .month {
    display: block;
    color: #fff; }
.albums-list .item-content .item .date .num {
    font-size: 40px;
    margin-bottom: 12px;
    font-family: neue, Tahoma; }
.albums-list .item-content .item .date .month {
    font-size: 27px;
    font-family: bravo, Tahoma; }
.albums-list .item-content .item .img-list .img-item {
    width: 116px;
    height: 116px;
    border: 4px solid #fff;
    position: absolute; }
.albums-list .item-content .item .img-list .img-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
.albums-list .item-content .item .img-list .img1 {
    top: 16px;
    left: 20%;
    transform: rotate(-5deg); }
.albums-list .item-content .item .img-list .img5 {
    top: 6px;
    left: 36%;
    transform: rotate(5deg); }
.albums-list .item-content .item .img-list .img4 {
    top: 18px;
    left: 51%;
    transform: rotate(-5deg); }
.albums-list .item-content .item .img-list .img3 {
    top: 5px;
    left: 65%;
    transform: rotate(-5deg); }
.albums-list .item-content .item .img-list .img2 {
    top: 20px;
    left: 79%; }
.albums-list .item-content .item .caption {
    margin-top: 60px;
    display: inline-block;
    border-bottom: 1px solid #d0d0d0;
    font-size: 18px;
    color: #fff; }

.albums-list .rates-container {
    display: block; }

.albums-list .meta {
    display: none;
}

.supports {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.supports .edit {
    margin-right:1em;

}
.supports .edit > a {
    vertical-align: baseline;
    margin-right:0.6em;
}
.supports article {
    overflow:hidden;
    margin-bottom:20px;
}
.supports article .author {
    float:left;
}
.supports article aside {
    text-align: right;
    padding-top: unset !important;
    width: unset !important;
    max-width: unset !important;
    border-right: none !important;
}
.uphoto img {
    width:75px;
}
.supports .uphoto {
    float:left;
}
.supports .inner {
    margin-left:90px;
}
.supports .description {
    margin-top:8px;
    padding:10px 20px 20px 20px;
    border:1px solid #d2edfd;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    position:relative;
    background-color: #f4f5f0;
    font-size: 14px !important;
}

.baloon-arrow {
    display:block;
    position:absolute;
    width:12px;
    height:19px;
    left:-12px;
    top:2px;
    z-index:1;
    background: url(../images/baloon_arrow.png) no-repeat;
}
.baloon-arrow-right {
    background-position:-12px 0px;
    left:auto;
    right:-12px;
}

.faq .question {
    padding-left:10px;
}

.faq .answer {
    text-align: right;
    margin-top:0.8em;
}
.faq .answer .uphoto {
    float:right;
    margin-left:26px;
}
.faq .answer .responder {
    float:left;
}
.faq .answer .description {
    text-align: left;
    background-color:#FFF;
    margin-right:100px;
}
.bsupport {
    border-bottom: 1px solid #e0e0e0;
}
.gogetssl {
    width: 140px;
    height: 45px;
    background: url(/img/gogetssl.svg) left bottom no-repeat;
}

#wrapper-foot .copyright {
    float: right;
}
#wrapper-foot .sitessl {
    float: left;
    position: absolute;
    margin-top: 13px;
}