@charset "utf-8";
/* Diabet */
    html, body {width: 100%;height: 100%;}
body {
    background: #fff;
    font-family: Arial;
    font-size: 13px;
    padding: 0px 0 10px 0;
}

a {
    text-decoration: none;
    color: #ff3939;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* header styles */

.logo-ru {
    display: block;
    width: 1090px;
    height: 141px;
    background: url('../images/header/head-ru.jpg') no-repeat;
}

.logo-en {
    display: block;
    width: 1090px;
    height: 141px;
    background: url('../images/header/head-en.jpg') no-repeat;
}
.logo-ny {
    display: block;
    width: 1090px;
    height: 141px;
    background: url('../images/header/head-ny.jpg') no-repeat;
}
.header_back {
    background: #5c89c7;
    height: 93px;
}

.header {
    background: url(../images/hbg_left.png) #5c89c7 left top no-repeat;
    height: 93px;
    padding-left: 23px;
    font-size: 14px;
}

.header .search {
    background: url(../images/hbg_right.png) #5c89c7 right top no-repeat;
    float: right;
    width: 350px;
    height: 93px;
    margin-left: -90px;
}

.header .leftMenu {
    float:left;
    width:250px;
    height:93px;
}

.header li {
    background: url(../images/hli.png) no-repeat center left;
    padding: 2px 0 2px 15px;
/*  width: 100px; */
}

.header li:hover {
    background: 0;
}

.header li a {
    color: #fff;
}

.header ul {
    width: 175px;
    padding: 6px 0 17px 0;
    height: 70px;
    overflow: hidden;
    float: left;
}

.search ul {
    float: right;
    text-align: right;
    width: auto;
    margin-right: 11px;
}

.search li {
    text-align: right;
    width: auto;
    float: right;
    margin-left: 200px;
    padding-right: 15px;
    display: inline
}


.search span {
    color: #fff;
    margin-right: 15px;
}

.search input.t {
    background: url(../images/search_bg.png) no-repeat;
    width: 111px;
    height: 17px;
    padding: 1px 10px 2px 9px;
    border: 0;
    display: inline;
    color: #5c89c7;
}

.search li.t {
    margin: 10px 0 0 0;
    background: 0;
    padding-right: 0;
}


.search fieldset,.search form {
    width: 100%;
    display: block;
    text-align: right
}
/* end of header styles */

/* element block styles */

.element {
    width: 95px;
    height: 145px;
    background: url(../images/element_frame.png) no-repeat;
    overflow: hidden;
    padding: 9px 9px 3px 9px;
    text-align: left;
    position: relative;

}
.element.ny {
    background: url(../images/element_frame_ny.png) 0px 0 no-repeat;
}
.element .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
}
.element.ny .overlay{
    left: 0px;
    top: -2px;
}
.element .overlay a{
    width: 100%;
    height: 100%;
    display: block;
}
.element p {
    font-size: 11px;
    height: 47px;
    overflow: hidden;
    line-height: 12px;
}

.element p small {
    font-size: 10px;
    font-family: arial, verdana;
    line-height: 11px;
    display: block;
}

.element .img {
    height: 89px;
    width: 89px;
    margin-bottom: 5px;
}
.element.ny .img img{
    border: none;
    background: gray;
}
.element .img img {
    border: 1px solid #5c89c7;
    width: 87px;
    height: 87px;

    -webkit-box-shadow: 4px 4px 20px 1px #b0b0b0;
    -moz-box-shadow: 4px 4px 20px 1px #b0b0b0;
    box-shadow: 4px 4px 20px 1px #b0b0b0;

    -moz-border-radius: 5px;
    border-radius: 5px;
}
.message {
    padding: 6px 20px 0px 0;
    position: relative;
    top: -6px;
    margin-bottom: 0px;
}
.mes-wrap.unread {
    background: #ffeded url('/public/images/envelope-unread.png') 600px 30px no-repeat;
}
.message.unread-readonly {
    background-color: #FFEDED;
}
.mes-wrap.private {
    background-color: #AFD;
}
.message.private.unread {
    background-color: #FAA;
    border: 2px solid #FF9;
}
.message.private.unread-readonly {
    background-color: #FAA;
    border: 2px solid #FF9;
}
#mapgoogle {
    border: 1px solid #5c89c7;
    display: none;
}

.wall-message-body p.msgbody {
    color: #404040;
}

.wall-message-body p.msghead {
    font-weight: bold;
    font-size: 110%;
    margin: 2px 0 2px 0;
    color: #808080;
}

/* end of */

table.wide{
    margin: 0 auto;
    width: 1100px;
    overflow-x: hidden;
    position: relative;
}

.left_side {
    padding: 7px 0 10px 0px;
    width: 115px;
}

.left_side h6 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 3px;
}

.content {
    width: 865px;
    padding-top: 10px;
}

.page-content {
    width: 865px;
    overflow: hidden;
}

.banner-side {
    width: 235px;
    padding-top: 10px;
}

.contentFullWidth {
    width: 1100px;
}

.login-part {
    padding: 10px 15px 10px 15px;
    width: 490px;
}

.login-part form {
    margin: 0;
    padding: 16px 0 30px 0;
    width: 410px;
}

.login-part .x-btn-text {
    display: block;
    float: right;
    margin: 10px 0 10px 0;
    font-family: arial, tahoma, verdana;
    font-size: 11px;
    height: 20px;
    color: #333;
    padding: 2px 6px 1px 6px;
}

.login-part .registrationTips {
    margin: 0;
    padding: 0 0 20px 0;
}

.login-part label {
    display: block;
    float: left;
    width: 80px;
    padding-top: 4px;
}

.login-part .x-form-text {
    display: block;
    float: right;
    width: 290px;
    margin-bottom: 3px;
}

.reg-part {
    padding: 10px 15px 10px 15px;
    width: 600px;
}

.reg-window {
    width: 600px;
}

.centralWidthFixxer {
    padding: 10px 10px 10px 15px;
    width: 840px;
}

.content h1 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 12px 5px;
}

.content h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0px 0 7px 5px;
    color: #ff3939;
}

.content h2 span {
    color: #5c89c7;
}

td {
    vertical-align: top;
}

.content .tool {
    float: right;
    color: #ff3939;
    font-size: 12px;
    padding-top: 5px;
}
.about-category .tool, .about-category .tool a{
    float:none;
    text-align:center;
}
.content p {
    margin-bottom: 10px;
}

.about img {
    border: 1px solid #5c89c7;
    margin: 0 10px 0 0;
    color: #5c89c7;
    display: block;

    -webkit-box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.4);
    box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.4);

    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 260px;
}
.about-consult .last-message img{
    width: 50px;
    height: 50px;
}
.about p {
    margin-bottom: 6px;
}

.about .employeeSign {
    float: left;
    margin: 0 16px 0 0;
}

.hr {
    margin: 20px 25px 10px 25px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background-color: #c1d2ea;

    -webkit-box-shadow: 1px 1px 2px 2px rgba(100, 100, 100, 0.1);
    -moz-box-shadow: 1px 1px 2px 2px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px 2px 2px rgba(100, 100, 100, 0.1);
}
.last-message .hr{
    margin: 0px 25px 10px 25px;
}

.content h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content h4 {
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 12px;
}

.content .forumRow h3 {
    font-size: 20px;
    margin: 0 0 10px 10px;
    font-weight: bold;
}

h4 {
    line-height: 1.5em;
}

.content .forumRow h4 {
/*    font-size: 22px;*/
    margin: 0 0 10px 10px;
    font-weight: bold;
}

/*.content li {
    margin: 0 0 0 10px;
}*/

.content li p {
    font-size: 12px;
    line-height: 16px;
}

.content li p.end {
    margin: 15px 0;
    text-align: center;
}

.content a.username {
    font-weight: bold;
}

#fsearchResults {
    margin: 16px 0 0 0;
}

.friends .element {
    float: left;
    margin: 0 7px 15px 7px;
}
.friends .element .overlay a{
    width: 100%;
    height: 100%;
    display: block;
}

/*end of content */
#popupWindow,
#popupWindow span {
    color: #5c89c7;
}

#popupWindow .x-window-body {
/*    height: 100px !important;*/
    margin-bottom: -50px;
}

#popupWindow .x-form-check-wrap {
    position: relative;
    left: -175px;
    top: 7px;
    color: #5c89c7;
    font-weight: bold;
}

#popupWindow .x-form-check-wrap label {
    position: relative;
    top: -2px;
}

#popupWindow #formForgot {
    position: relative;
    left: -175px;
    top: 7px;
    font-size: 11px;
    font-weight: bold;
}

#popupWindow #formForgot a {
    color: #5c89c7;
}

#popupWindow .x-window-footer {
    height: 43px;
}

.ext-gecko #popupWindow #formForgot {
    left: -175px;
}

.ext-gecko #popupWindow .x-form-check-wrap label {
/*    top: 0px;*/
}

/*   footer styles   */


.foot {
}

.footer_back {
    background: #5c89c7;
    height: 32px;
}

.footer {
    background: url(../images/fbg_left.png) #5c89c7 left top no-repeat;
    height: 32px;
    color: #fff;
    font-size: 14px;
}

.footer2 {
    background: url(../images/fbg_right.png) right top no-repeat;
    height: 32px;
    text-align: center;
}

.footer ul {
    text-align: center;
    padding: 8px 0 0 0;
    margin-right: 50px;
}

.footer li {
    display: inline;
    margin: 0 3px;
}

.footer a {
    color: #fff;
}

.copy {
    text-align: left;
    margin: 10px 0 10px 0;
    line-height: 24px;
}

.copy .w3-valid {
    margin: 8px 0 0 0;
}

.copy a {
}

.copy .stratus-apps {
    margin: 12px 60px 18px 60px;
    line-height: 16px;
}


#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

.foot {
}

#wrap .empty {height: 68px; }

.mt {
    margin-top: 17px;
}

.wr {
    width: 110px;
}


#msg-div {
    position: absolute;
    z-index: 10000;
}

.ml18 {
    margin-left: 18px;
    width: 710px;
}

.yellowRow {
    background: #ee0;
}

.grid-row-insert-below {
    border-bottom: 1px solid #3366cc;
}
.grid-row-insert-above {
    border-top: 1px solid #3366cc;
}

/* Override standard grid styles (add colour to vertical grid lines) */
.x-grid3-col {
    border-left:  1px solid #FFFFFF;
/*    border-right: 1px solid #EEEEEE;*/
}

td.ux-grid-hd-group-cell {
    padding-left: 1px;
}

.x-date-menu {
    width: 175px;
}



/* Also remove padding from table data (to compensate for added grid lines) */
.x-grid3-row td, .x-grid3-summary-row td {
    padding-left: 0px;
    padding-right: 0px;
}

ul.blog {
    width: 843px;
    overflow: hidden;
}

ul.blog pre {
    white-space: normal;
}

.blog {
}

.blog img {
    border: 1px solid #5c89c7;
    margin: 0 10px 0 0;
    float: left;
}

.price {
    background: url(../images/price.png) no-repeat;
    width: 70px;
    height: 30px;
    display: block;
    position: relative;
    top: -80px;
    left: 16px;
    margin-bottom: -34px;
    text-align: right;
    color: white;
    font-family: arial, verdana;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 19px 0 0;
}

/* Photo gallery */

.photo-gallery {
}

.photo-shot {
    border: 1px solid #e0e0e0;
    width: 130px;
    height: 180px;
    margin: 5px;
    padding: 6px;
    text-align: center;
    overflow: hidden;
}

.photo-shot .img-holder {
    width: 126px;
    height: 126px;
    overflow: hidden;
}

.photo-shot img {
    border: 1px solid #5c89c7;
}

.photo-shot p {
/*    text-align: left; */
    margin: 4px 0;
}

.photo-shot-page {
}

.photo-shot-page img {
    border: 1px solid #5c89c7;
    width: 764px;
}

.photo-shot-page p {
    margin: 4px 0;
}

.articleBody {
}

.articleBody p {
    color: black;
}

.articleBody p strong {
    font-weight: bold;
}

.articleBody h2 {
    margin: 18px 0 12px 20px;
}

.articleBody h3 {
}

.articleBody ol {
    margin: 20px;
}

.articleBody ol li {
    margin: 4px 0 4px 20px;
    list-style-type: decimal;
}

.articleBody a {
}

.articleBody b {
    color: #5c89c7;
    font-size: 120%;
}

.articleBody img {
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #404040;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bigger {
    font-size: 120%;
}

.bigger a {
    font-weight: bold;
}

.x-grid3-td-sugarLevelBefore_1, .x-grid3-td-sugarLevelAfter_1, .x-grid3-td-sugarLevelBefore_2, .x-grid3-td-sugarLevelAfter_2, .x-grid3-td-sugarLevelBefore_3, .x-grid3-td-sugarLevelAfter_3 {
    background: #ffdddd;
}

.x-grid3-td-cureAmount_1, .x-grid3-td-cureAmountAfter_1, .x-grid3-td-cureAmount_2, .x-grid3-td-cureAmountAfter_2, .x-grid3-td-cureAmount_3, .x-grid3-td-cureAmountAfter_3, .x-grid3-td-morningInsulin, .x-grid3-td-eveningInsulin {
    background: #ddffdd;
}

.x-grid3-dirty-cell {
    background-image:url(../images/default/grid/dirty.gif) !important;
    background-repeat: no-repeat;
}

#photoTarget, .photoTarget {
    float: left;
    border: 1px solid #a0a0a0;
    margin: 0 15px 0 0;

    -webkit-box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.3);
    -moz-box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.3);
    box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.3);

    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 100;
    position: relative;
}

.glossaryContent ul, .glossaryContent ul li, .glossaryContent h4 {
    margin: 0;
    padding: 0;
}

.glossaryContent h4 a {
    display: block;
    border: 1px solid #e0e0e0;
    padding: 4px 10px;
    background: url('/public/images/blue-gradient.jpg') repeat-x;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.mtop6 {
    margin-top: 6px
}

.pagination {
    margin: 0px 0 0px 0;
    float: right;
}

.pagination th {
    line-height: 15px;
    display:none;
}
/*
.pagination td a {
    display: block;
    text-align: center;
    width: 30px; height: 30px;
    line-height:30px;
    border-radius: 50%;
    background: transparent;
    color: #878787;
    font-weight: bold;
    box-sizing: border-box;
}
*/
.pagination td a {
    display: block;
    text-align: center;
    width: 36px; height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: transparent;
    color: #878787;
    font-weight: bold;
    box-sizing: border-box;
}

.pagination td a.current {
    background:rgba(0,0,0,.15);
}
.pagination td.br{
    vertical-align: middle;
}

/* --- Pagination Yearlynews ---*/

.yearlynews{
    margin-right:12px;
}
.yearlynews td{
    padding:0 6px 0 0;
}
.yearlynews td:first-child a{
    width: auto;
    border-radius: unset;
    padding: 0 8px;
}

/* --- List News --- */

#list{
    margin: 18px 0 0;
}

/* styled popup (glossary) */
.normalWindow .x-window-body {
    padding: 10px;
}

.normalWindow h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 7px 0 7px 5px;
    color: #ff3939;
}

.normalWindow p {
    margin-bottom: 10px;
}

ul.introText {
    margin: 12px 0;
}

ul.introText li {
    margin: 6px 10px 6px 40px;
    padding-left: 4px;
    list-style-type: square;
}

.article-image {
    float: left;
    border-top: 1px solid #e0e0e0 !important;
    border-left: 1px solid #e0e0e0 !important;
    border-right: 1px solid #909090 !important;
    border-bottom: 1px solid #909090 !important;
    margin: 0 14px 8px 0 !important;
    width: 89px;
    height: 89px;

    -webkit-box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.4);
    box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.4);

    -moz-border-radius: 5px;
    border-radius: 5px;
}

.eventNavBar {
    height: 114px;
    width: 766px;
    position: absolute;
}

.eventNavBar a, .eventNavBar a:visited, .eventNavBar a:active {
    margin: 20px;
    width: 40px;
    height: 74px;
    display: block;
    color: white;
}

.eventNavBar .left {
    background: url(../images/left.png) no-repeat;
    float: left;
}

.eventNavBar .right {
    background: url(../images/right.png) no-repeat;
    float: right;
}

.counters {
    text-align: center;
    background: #5c89c7;
    padding: 10px 0 6px 0;
    border-top: 1px solid #4c79b7;
}

.counters img {
    vertical-align: middle;
    margin-right: 20px;
}

.table4text {
    border: 1px solid black;
    margin: 6px 0 16px 0;
}

.table4text caption {
    margin: 0 0 10px 0;
}

.table4text td, .table4text th {
    padding: 5px;
}

/* breadcrumbs */
.breadCrumbs {
    line-height: 2.5em;
    position: relative;
    z-index: 999;
    top: -6px;
    padding: 0 10px 20px 10px;
    margin: 0 0 4px 0;
    color: #878787;
    border-bottom: 1px dashed #5c89c7;
    float: left;
    margin-top:15px;
}

.breadCrumbs .breadcrumb-item {
    font-weight: bold;
    /* white-space: nowrap; */
    padding: 5px;
    background: rgba(0,0,0,.15);
    border-radius: 5px;
    color: #878787;
/*    white-space: nowrap; */
}

.search-embedded {
    margin: 0 0 16px 0;
}
.breadCrumbs a{
    color: #404040 !important;
}
.search-embedded input[type="text"] {
    display: block;
    float: left;
    width: 300px;
    border: 1px solid #5c89c7;
    color: #5c89c7;
    padding: 2px 6px;
}

.search-embedded a {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 3px 0 0 12px;
}

.x-icon-addimage {
    /*background:transparent url(../images/default/editor/image.gif) no-repeat !important;*/
    background-position:0 0;
}

h3.newspaperSubheader {
    font: 24px arial, verdana;
    font-weight: bold !important;
}

/** new header design **/

.new-menu {
    width: 1090px;
    height: 36px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.new-menu a {
    display: block;
    float: left;
    height: 30px;
    font: 13px arial;
    text-align: center;
    line-height: 20px;
    padding-top: 6px;
    color: white;
}

.new-menu a {
    text-decoration: none;
    color: white;
}

.new-menu a.nm1 {
    width: 63px;
    background: url('../images/header/menu/1.jpg') no-repeat;
}

.new-menu a.nm2 {
    width: 128px;
    background: url('../images/header/menu/2.jpg') no-repeat;
}

.new-menu a.nm3 {
    width: 131px;
    background: url('../images/header/menu/3.jpg') no-repeat;
}

.new-menu a.nm4 {
    width: 120px;
    background: url('../images/header/menu/4.jpg') no-repeat;
}

.new-menu a.nm5 {
    width: 79px;
    background: url('../images/header/menu/5.jpg') no-repeat;
}

.new-menu a.nm51 {
    width: 50px;
    background: url('../images/header/menu/5.jpg') no-repeat;
}

.new-menu a.nm6 {
    width: 173px;
    background: url('../images/header/menu/6.jpg') no-repeat;
}

.new-menu a.nm7 {
    width: 105px;
    background: url('../images/header/menu/7.jpg') no-repeat;
}

.new-menu a.nm8 {
    width: 80px;
    background: url('../images/header/menu/8.jpg') no-repeat;
}

.new-menu a.nm81 {
    width: 58px;
    background: url('../images/header/menu/8.jpg') no-repeat;
}

.new-menu a.nm9 {
    width: 103px;
    background: url('../images/header/menu/9.jpg') no-repeat;
}

.new-menu a.nm1:hover, .new-menu a.nm1-active {
    background: url('../images/header/menu/active/1.jpg') no-repeat;
    width: 63px;
}

.new-menu a.nm2:hover, .new-menu a.nm2-active {
    background: url('../images/header/menu/active/2.jpg') no-repeat;
    width: 128px;
}

.new-menu a.nm3:hover, .new-menu a.nm3-active {
    background: url('../images/header/menu/active/3.jpg') no-repeat;
    width: 131px;
}

.new-menu a.nm4:hover, .new-menu a.nm4-active {
    background: url('../images/header/menu/active/4.jpg') no-repeat;
    width: 120px;
}

.new-menu a.nm5:hover, .new-menu a.nm5-active {
    background: url('../images/header/menu/active/5.jpg') no-repeat;
    width: 79px;
}

.new-menu a.nm51:hover, .new-menu a.nm51-active {
    background: url('../images/header/menu/active/5.jpg') no-repeat;
    width: 50px;
}

.new-menu a.nm6:hover, .new-menu a.nm6-active {
    background: url('../images/header/menu/active/6.jpg') no-repeat;
    width: 173px;
}

.new-menu a.nm7:hover, .new-menu a.nm7-active {
    background: url('../images/header/menu/active/7.jpg') no-repeat;
    width: 105px;
}

.new-menu a.nm8:hover, .new-menu a.nm8-active {
    background: url('../images/header/menu/active/8.jpg') no-repeat;
    width: 80px;
}

.new-menu a.nm81:hover, .new-menu a.nm81-active {
    background: url('../images/header/menu/active/8.jpg') no-repeat;
    width: 58px;
}

.new-menu a.nm9:hover, .new-menu a.nm9-active {
    background: url('../images/header/menu/active/9.jpg') no-repeat;
    width: 103px;
}

.new-submenu {
    background: url('../images/header/head-bg.jpg') repeat-x;
    width: 1090px;
    height: 93px;
}

.new-submenu .left{
    float: left;
    width: 835px;
    height: 93px;
}

.new-submenu .left .search {
    width: 835px;
    height: 32px;
    overflow: hidden;
}

.new-submenu .left .search form {
    margin: 9px 0 0 0;
}

.new-submenu .left .search label {
    float: left;
    display: block;
    color: white;
    font: 12px arial;
    width: 180px;
    text-align: left;
    position: relative;
    top: 1px;
    padding-left: 43px;
    background: url('../images/header/bullet.png') 24px 3px no-repeat;
}

.new-submenu .left .search a {
    float: left;
    display: block;
    color: white;
    font: 12px arial;
    width: 50px;
    text-align: left;
    position: relative;
    top: 1px;
    margin-left: 10px;
}

.new-submenu .left .search input {
    float: left;
    display: block;
    color: black;
    padding: 0 4px;
    font: 12px arial;
    width: 520px;
    height: 17px;
    background-color: #accdfa;
    border-top: 1px solid #b7d3fb;
    border-left: 1px solid #b7d3fb;
    border-right: 1px solid #a9cbfa;
    border-bottom: none;
}

.new-submenu .left .submenu {
    float: left;
    width: 280px;
    padding-top: 8px;
    visibility: hidden;
    width: 50px;
}

.new-submenu .left .submenu a {
    float: left;
    display: block;
    color: white;
    font: 12px arial;
    width: 230px;
    text-align: left;
    line-height: 23px;
    margin: 0;

    padding-left: 43px;
    background: url('../images/header/bullet.png') 24px 7px no-repeat;
}

.new-submenu .left .sub-content {
    float: left;
    width: 754px;
}

.new-submenu .left .sub-content a.register {
    float: left;
    display: block;
    color: white;

    background: url('../images/header/big-button.jpg') no-repeat;
    width: 423px;
    height: 43px;
    text-transform: uppercase;
    text-align: center;
    font: 25px arial;
    line-height: 42px;
    margin: 6px 0 0 50px;
}

.new-submenu .left .sub-content a.register2 {
    float: left;
    display: block;
    color: white;

    background: url('../images/header/big-button.jpg') no-repeat;
    width: 180px;
    height: 43px;
    text-transform: uppercase;
    text-align: center;
    font: 22px arial;
    line-height: 42px;
    margin: 6px 0 0 00px;
}
.new-submenu .left .sub-content a.register4 {
    float: left;
    display: block;
    color: white;

    background: url('../images/header/big-button.jpg') no-repeat;
    width: 80px;
    height: 43px;
    text-transform: uppercase;
    text-align: center;
    font: 22px arial;
    line-height: 42px;
    margin: 6px 0 0 20px;
}

.new-submenu .left .sub-content a.register3 {
    float: left;
    display: block;
    color: white;

    background: url('../images/header/big-button.jpg') no-repeat;
    width: 230px;
    height: 43px;
    text-transform: uppercase;
    text-align: center;
    font: 22px arial;
    line-height: 42px;
    margin: 6px 0 0 20px;
}

.new-submenu .right {
    float: right;
    width: 255px;
    height: 93px;
}

.new-submenu .login {
    background: url('../images/header/login-bg.jpg') no-repeat;
    width: 255px;
    height: 93px;
}

.new-submenu .login form {
    margin: 16px 0 0 14px;
}

.new-submenu .login label {
    float: left;
    display: block;
    color: white;
    font: 12px arial;
    width: 54px;
    position: relative;
    top: 1px;
}

.new-submenu .login input {
    float: left;
    display: block;
    color: black;
    padding: 0 4px;
    font: 12px arial;
    width: 160px;
    background-color: #accdfa;
    border-top: 1px solid #b7d3fb;
    border-left: 1px solid #b7d3fb;
    border-right: 1px solid #a9cbfa;
    border-bottom: none;
    margin-bottom: 9px;
}

.new-submenu .login a.enter {
    float: left;
    display: block;
    color: white;
    font: 12px arial;
/*    width: 54px;*/
}

.new-submenu .login a.forgot {
    float: left;
    display: block;
    color: white;
    font: 12px arial;
    width: 110px;
    margin-left: 65px;
}

.new-submenu .user-panel {
    padding: 2px 0 0 0px;
    width: 255px;
    height: 90px;
}

.new-submenu .user-panel .userpic {
    width: 87px;
    height: 87px;
    border: 1px solid #494949;
    display: block;
    float: left;
}

.new-submenu .user-panel ul {
    margin: 0;
    padding: 2px 0 0 0;
    display: block;
    float: left;
}

.new-submenu .user-panel li {
    padding-left: 32px;
    background: url('../images/header/bullet.png') 12px 4px no-repeat;
    line-height: 17px;
}

.new-submenu .user-panel a {
    color: white;
    font: 13px arial;
}

input.error,
textarea.error {
/*    border-color: #ff0000 !important;*/
/*    background-color: #ffe0e0 !important;*/
}

.new-submenu a:hover {
    text-decoration: underline;
}

/** /new header design **/

strong {
    font-weight: bold;
}

.index-left, .index-right {
}

.index-left .scroll, .index-right .scroll {
    padding: 0 10px 0 20px;
}

.index-left {
}

.index-left h2, .index-right h2 {
    margin: 6px 0 16px 20px;
}

.index-left h3, .index-right h3 {
    font-weight: bold;
    margin: 8px 0 0 0;
}

.index-left h3 a, .index-right h3 a {
    font-weight: normal;
}

.index-right {
}

ul.otherArticles {
    margin: 10px 20px;
}

.about .message-icon {
    margin: 5px 5px 6px 0;
    font-size: 9px;
    text-align: center;
}

.about .message-icon img {
    margin: 0;
}

.message-icon {
    float: left;
    margin: 0 12px 4px 0;
}

.message-icon img {
    border: 1px solid #5c89c7;
    width: 87px;
    height: 87px;

    -webkit-box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.5);
    -moz-box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.5);
    box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.5);

    -moz-border-radius: 5px;
    border-radius: 5px;
}
#messageListBlock .message-icon img{
    width:50px;
    height:50px;
/*    margin-bottom:20px;*/
    box-shadow:none;
    border:none;
}
#messageListBlock .hr {
    margin-top: 10px
}
.languages {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.languages a, .languages strong {
    display: block;
    float: right;
}

.languages strong {
    margin: 6px 12px 0 0;
}

.replyto-message {
    margin: 16px 0 0 60px;
}
.replyto-message .message-icon {
    margin-top: 5px;
}
.replyto-message .reply-body {
    float: left;
    width: 600px;
    margin-left: 10px;
}
.reply-body h4 {
    margin-top: 0 !important;
}
.reply-body .message {
    margin-bottom: 0;
    padding-bottom: 0;
}
.replyto-message a {
    color: #ff6c6c;
}

.replyto-message p {
    margin-bottom: 2px;
    color:#7968a0;
}
.replyto-message h4 {
    margin-bottom: 2px;
}
.message h4{
    color:#878787;
    font-weight:400;
    margin: 8px 0 0 0;
    margin-left:0;
}
.message h4 a{
    color:#000;
}
.wall-message-content{
    /*width:684px;*/
    margin-top:12px;
    padding-top:0px;
    padding-left:10px;
    padding-bottom:0px;
}

.wall-message-content p.msgbody{
    margin-bottom:0px;
}
.message.private .wall-message-content{
    width:684px;
    background:rgba(0,0,0,.15);
    border-radius:5px;
    padding-top:10px;
    padding-bottom:10px;
}
.registrationHeading {
    height: 52px;
}

.registrationHeading h1 {
    display: block;
    float: left;
    width: 600px;
}

.registrationHeading h2 {
    margin: 8px 20px 0 0;
    text-align: right;
    display: block;
    float: right;
    width: 200px;
}

.registrationColumns {
}

.registrationColumns li {
    display: block;
    float: left;
    width: 190px;
}

.registrationColumns li h4 {
    height: 100px;
    text-align: center;
    font-size: 20px;
}

.registrationColumns li .body {
    height: 260px;
}

.registrationTips {
    color: red;
    font-weight: bold;
}

ul.message-scroller {

}

ul.message-scroller li {
    padding: 10px 5px;
    font-size: 11px;
    overflow: hidden;
    width: 106px;
    word-wrap: break-word;
}
ul.message-scroller li.ny {
    padding: 9px 9px 3px 9px;
    font-size: 11px;
    overflow: hidden;
    width: 106px;
    word-wrap: break-word;

/*    width: 95px;
    height: 145px;
    background: url(../images/element_frame.png) no-repeat;

    text-align: left;
    position: relative;*/

}
ul.message-scroller li.element {
    height: 150px;
}

ul.message-scroller li.element p {
    line-height: 13px;
    height: 52px;
}

.galleryPanelItem img {
    width: 87px;
    height: 87px;
}

.galleryPanelItem p {
    font-size: 11px;
/*    height: 47px;*/
    line-height: 12px;
    text-align: center;
}

.x-fieldset-norlpadding {
    padding: 10px 0;
}

.terms-top {
    float: left !important;
    margin-top: 6px !important;
}

/*.red {
    color: #ff3939;
}*/

h2.homepage {
    color: #4c79b7;
    text-align: center;
    margin: 10px 0 20px 0;
}

.popular-videos {
    margin: 0;
    padding: 0 0 0 2px;
}

.popular-videos li {
    list-style-type: none;
    margin: 0 18px 0 0;
    padding: 0;
    display: block;
    width: 122px;
    height: 98px;
    float: left;
}

.popular-videos li a {
}

.popular-videos li img {
    width: 120px;
    height: 96px;
    border: 1px solid #404040;
}

.popular-videos li.last-fv {
    margin-right: 0 !important;
}

.banners {
    margin: 0;
    padding: 10px 0 16px 0;
}

.searchFriend {
    display: block;
    width: 300px;
    float: left;
    height: 270px;
    margin-left: 80px;
}

.inviteFriend {
    display: block;
    width: 300px;
    float: right;
    height: 214px;
    border: 1px solid #B5B8C8;
    margin-right: 80px;
}

.inviteFriend h2 {
    margin: 10px 4px 0 0px;
    padding-bottom: 26px;
    text-align: center;
}

.inviteFriend label {
    display: block;
    float: left;
    width: 70px;
    padding-top: 4px;
    padding-right: 5px;
    text-align: right;
}

.inviteFriend .x-form-text {
    display: block;
    float: left;
    width: 190px;
    margin-bottom: 3px;
}

.inviteFriend .x-btn-text {
    display: block;
    float: right;
    margin: 10px 30px 10px 0;
    font-family: arial, tahoma, verdana;
    font-size: 11px;
    height: 22px;
    color: #333;
    width: 90px;
    padding: 2px 6px 1px 6px;
}

.inviteFriend p {
    color: red;
    text-align: center;
    margin: 0 0 24px 0;
}

.author-select {
    padding: 9px 0 10px 0;
    float: left;
}

.writtenStuff {
    font-size:16px;
    font-weight:bold;
}

#pollWindow legend {
    display: none;
}

.poll {
    border-bottom: 1px solid #a0a0f0;
}

.poll table {
    margin: 16px 0 16px 20px;
    width: 100%;
}

.poll td h3 {
/*    white-space: nowrap;*/
    float: left;
    margin: 0 0 6px 20px;
}

.poll img {
    float: left;
    height: 10px;
    border: none;
    display: block;
    margin: 4px 0 0 20px;
}

.poll input[type=radio] {
    position: relative;
    top: 1px;
}

.poll input[type=button] {
    padding: 2px 10px;
    display: block;
    margin: 0 0 16px 30px;
}

#chatContainer {
/*    height: 580px;*/
}

#pfc_title, #pfc_minmax, #pfc_ping, #pfc_logo {
    display: none;
}

#pfc_container {
    background: none !important;
}

#pfc_cmd_container {
    float: right;
    margin-right: 10px !important;
    margin-top: 10px !important;
}
#pfc_bbcode_container {
    margin: 9px 20px 0 10px !important;
    padding: 0 20px;
    text-align: center;
    float: left;
}

#pfc_smileys {
    padding: 10px 0 !important;
    border: none !important;
    border-bottom: 1px solid #a0a0a0 !important;
    width: 664px;
}

.pfc_td1 {
    padding-top: 5px !important;
}

.pfc_td3 {
    height: 26px !important;
}

.pfc_td3 input {
    font: 12px arial !important;
    padding: 0px 6px 0px 6px !important;
    background-color: #e0e0e0 !important;
    border: 1px solid #4c79b7 !important;
}

.pfc_td2 {

}

.pfc_td2 input {
    border: 1px solid #4c79b7 !important;
    color: #404040 !important;
    font: 12px arial !important;
    padding: 4px 6px !important;
    width: 97% !important;
}

#pfc_handle {
    font: 12px arial !important;
    color: #4c79b7 !important;
    padding: 0 10px 0 10px !important;
}

#pfc_channels_content {
    border: 1px solid #4c79b7 !important;
}

div.pfc_online {
    background: none !important;
    border-left: 1px solid #a0a0a0 !important;
}

#pfc_channels_list {
    display: none !important;
}

#pfc_input_container {
    margin-top: 10px !important;
}

.pfc_nicklist li {
    padding: 0px 10px 3px 4px !important;
}

.pfc_chat {
    padding: 10px !important;
    width: 636px !important;
    height: 421px !important;
}

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

#profileFormPanel fieldset legend {
    display: none;
}

/* shop, blog, product */
#formPanel fieldset legend {
    display: none;
}


/* article */
#wnd fieldset legend {
    display: none;
}

/* video */
#updateClipWindow fieldset legend {
    display: none;
}

/* glossary */
#addTermForm fieldset legend {
    display: none;
}






/* base.css, part of YUI's CSS Foundation */
#contentTarget h1 {
    /*18px via YUI Fonts CSS foundation*/
    font-size:138.5%;
}
#contentTarget h2 {
    /*16px via YUI Fonts CSS foundation*/
    font-size:123.1%;
}
#contentTarget h3 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:108%;
}
#contentTarget h1, #contentTarget h2, #contentTarget h3 {
    /* top & bottom margin based on font size */
    margin:1em 0;
}
#contentTarget h1, #contentTarget h2, #contentTarget h3, #contentTarget h4, #contentTarget h5, #contentTarget h6, #contentTarget strong {
    /*bringing boldness back to headers and the strong element*/
    font-weight:bold;
}
#contentTarget abbr, #contentTarget acronym {
    /*indicating to users that more info is available */
    border-bottom:1px dotted #000;
    cursor:help;
}
#contentTarget em {
    /*bringing italics back to the em element*/
    font-style:italic;
}
#contentTarget blockquote, #contentTarget ul, #contentTarget ol, #contentTarget dl {
    /*giving blockquotes and lists room to breath*/
    margin:1em;
}
#contentTarget ol, #contentTarget ul, #contentTarget dl,
.about ol, .about ul, .about dl {
    /*bringing lists on to the page with breathing room */
    margin-left:2em;
}
#contentTarget ol li, .about ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;
}
ul li {
    /*giving UL's LIs generated disc markers*/
    list-style: disc outside;
}

.x-tab-strip li {
    list-style: none;
}

dl dd {
    /*giving UL's LIs generated numbers*/
    margin-left:1em;
}
#contentTarget th, #contentTarget td {
    /*borders and padding to make the table readable*/
    border:1px solid #000;
    padding:.5em;
}
#contentTarget th {
    /*distinguishing table headers from data cells*/
    font-weight:bold;
    text-align:center;
}
#contentTarget caption {
    /*coordinated marking to match cell's padding*/
    margin-bottom:.5em;
    /*centered so it doesn't blend in to other content*/
    text-align:center;
}
#contentTarget p, #contentTarget fieldset, #contentTarget table {
    /*so things don't run into each other*/
    margin-bottom:1em;
}
#contentTarget p, #contentTarget div {
    color: black;
}
#contentTarget blockquote, #contentTarget blockquote p, #contentTarget blockquote div {
    color: #505050;
}


.staticPageContent ol, .staticPageContent ul {
    margin: 12px 0 16px 20px;
}

.staticPageContent ol li, .staticPageContent ul li {
    padding: 2px 0 2px 0px;
}

.staticPageContent ol li {
    list-style: decimal outside;
}
.staticPageContent ul li {
    list-style: disc outside;
}


.ahrefPanel .x-panel-body {
    border: none !important;
}

.ahrefPanel a:hover {
    background-image:url(../images/default/button/s-arrow-o.gif);
}
.ahrefPanel a {
    border: 1px solid #8db2e3;
    border-radius: 3px;
    cursor:pointer;
    margin: 4px 0px 4px 4px;
    -moz-outline:0 none;
    outline:0 none;
    font:normal 11px arial,tahoma,verdana,helvetica;
    line-height: 15px;
    color:#333;

    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/public/images/default/button/btn.gif);
    background-origin: padding-box;
    background-position: 0px -1096px;
    background-repeat: repeat-x;
    background-size: auto;

    padding: 3px 8px 1px 8px;
    display: block;
    float: left;
}

#tagcloud{
        color: #dda0dd;
        font-family: Arial, verdana, sans-serif;
    text-align: center;
}

#tagcloud a{
        color: green;
        text-decoration: none;
        text-transform: capitalize;
}

.unit-list-tag {
/*    font-weight: bold;
    position: relative;
    left: 20px;*/
}

.unit-list-tag a {
/*    font-style: italic;
    font-weight: bold;*/
}
.unit-list-tag a:hover {
    text-decoration: underline;
}

.unit-list-tag {
}

.unit-list-tag {
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0 1.5em 10px !important;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.3em;
    position: relative;
    top: 6px;
}
blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 6px;
    vertical-align: -0.4em;
    position: relative;
    top: 6px;
    visibility: visible;
}
blockquote p {
  display: inline;
}

blockquote p, blockquote div, blockquote h2, blockquote h3, blockquote li {
    color: #808080;
    font-size: 130% !important;
}

div.achivment {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 10px 20px 0;
    border: 3px solid #fff;
    border-radius: 10px;
    text-align: center;
}

div.achivment div {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}

div.achivment {
    text-align: center;
    padding: 2px;
    color: white;
    font-weight: bold;
}

div.pumpIcon {
    background: #fc0;
    box-shadow: 0 0 0 3px #fc0;
    cursor: pointer;
}

div.pumpIcon span {
    font-size: 10px;
}

div.usefulComments {
    background: #d8251d;
    box-shadow: 0 0 0 3px #d8251d;
    font-size: 8px;
}

div.usefulComments span {
    font-size: 18px;
}

div.rdaBronze {
    background: #a97949;
    box-shadow: 0 0 0 3px #a97949;
    font-size: 10px;
}

div.rdaSilver {
    background: #a1a1a1;
    box-shadow: 0 0 0 3px #a1a1a1;
    font-size: 10px;
}

div.event {
    background: #86c323;
    box-shadow: 0 0 0 3px #86c323;
    font-size: 10px;
    cursor: pointer;
}

div.activeUser {
    background: #0187c9;
    box-shadow: 0 0 0 3px #0187c9;
    font-size: 10px;
}

div.outstanding {
    background: #841b72;
    box-shadow: 0 0 0 3px #841b72;
    font-size: 10px;
}

div.consult {
    background: #49afcc;
    box-shadow: 0 0 0 3px #49afcc;
    font-size: 9px;
    cursor: pointer;
}

div.contestParticipant {
    background: #c466d5;
    box-shadow: 0 0 0 3px #c466d5;
    font-size: 9px;
    cursor: pointer;
}

div.contestWinner {
    background: #fca33f;
    box-shadow: 0 0 0 3px #fca33f;
    font-size: 9px;
    cursor: pointer;
}

div.consultant {
    background: #004e87;
    box-shadow: 0 0 0 3px #004e87;
    font-size: 9px;
    cursor: pointer;
}

div.joslin {
    background: #004e87;
    box-shadow: 0 0 0 3px #004e87;
    font-size: 10px;
}
/*home-profile*/
.page-wrap{
    display:block;
    width:1123px;
    margin:0 auto;
    border-left:1.5px solid #cccccc;
    border-right:1px solid #cccccc;
    box-sizing:border-box;
}
.page-wrap:after{
    content:'';
    display:table;
    clear:both;
}
.content .user-name{
    font-size:20px;
    color:#000;
     margin: 0 0 12px 0;
    display:inline-block;
}
.about{
    position:relative;
}
.user-activity{
    display:inline-block !important;
    position:absolute;
    top: 26px;
    right: 30px;
    width:10px;
    height:10px;
    background:#76EE00;
    border-radius:50%;
    margin-left:7px;
}
.user-photo{
    position:relative;
    width:auto;
    height:auto;
    overflow:hidden;
}
.user-photo-item{
    display:block;
    width:auto;
    height:auto;
    border:1px solid #000;
}
.user-photo-item img{
    vertical-align:bottom;
}
.hide-panel, .owner_photo_bubble{
    visibility:hidden;
    width:100%;
    position:absolute;
    bottom:-55px;
    background:rgba(27,27,27,.7);
    padding-left:20px;
    box-sizing:border-box;
    transition:.3s;
    cursor:pointer;
}
.owner_photo_bubble span{
    display:block;
    font-size:15px;
    color:#fff;
    padding-top:5px;
    padding-bottom:5px;
}
.owner_main_photo_bubble_delete_wrap{
    display: block;
    position:absolute;
    right:0;
    width:20px;
    height:20px;
    background:rgba(27,27,27,.7);
    text-align:center;
    color:#fff;
    font-size:17.3px;
    visibility:hidden;
    cursor:pointer;
}
.owner_photo_wrap:hover .owner_main_photo_bubble_delete_wrap{
    visibility:visible;
}
.hide-panel-row{
    padding-top:5px;
    padding-bottom:5px;
}
.user-photo:hover .owner_photo_bubble{
    visibility:visible;
    bottom:0;
}
.profile-btn{
    display:block;
    width:auto;
    height:25px;
    color:#5b5b5b;
    padding-top:3px;
    text-align:center;
    border-radius:3px;
    border:1px solid #999999;
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 3%, rgba(252,252,252,0.91) 20%, rgba(252,252,252,0.59) 81%, rgba(153,153,153,0.49) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 3%,rgba(252,252,252,0.91) 20%,rgba(252,252,252,0.59) 81%,rgba(153,153,153,0.49) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(252,252,252,1) 3%,rgba(252,252,252,0.91) 20%,rgba(252,252,252,0.59) 81%,rgba(153,153,153,0.49) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#7d999999',GradientType=0 ); /* IE6-9 */
    margin-top:10px;
    box-sizing:border-box;
}
.message-btn{
    width:190px;
}
.friends-btn{
     width:175px;
}
.profile-btn:hover{
    background:none;
}
.profile-left-content{
    position:relative;
    float:left;
    width: 306px;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
    border-bottom:1.5px solid #cccccc;
    box-sizing:border-box;
    border-right: 1px solid #cccccc;
}
.profile-right-content{
    float:right;
    padding-top:20px;
    width:813px;
    box-sizing:border-box;
}
/*
.profile-right-content:before{
    position: absolute;
    bottom: -111.2%;
    width: 100%;
    height: 111.2%;
    content: '';
    border-left: 1px solid #cccccc;
    left: -1px;
}
*/
.profile-navigation-panel{
    border-bottom:1px solid #cccccc;
    height:30px;
}
.profile-nav{
    height:30px;
    padding-left:20px;
    float:left;
}
.profile-navigation-panel-left{
    float:right;
    padding-right:30px;
}
.profile-nav-item{
    display:inline-block;
}
.profile-nav-item:not(:first-child){
    margin-left:35px;
}
.profile-nav-item a{
    display:block;
    height:30px;
    color:#5b5b5b;
    font-size:16px;
}
.profile-nav-item a:hover, .profile-nav-item .active{
    border-bottom:1px solid #000;
    color:#000;
}
.main-info{
    padding-top:7px;
    padding-bottom:20px;
    border-bottom:1px solid #cccccc;
}
.main-info .about{
    padding-left:30px;
     float:left;
     width:300px;
}
.friends-list{
    float:right;
}
.date span{
    font-weight:bold;
    font-size:12px;
    color:#999999;
}
.personal{
    margin-top:28px;
}
.personal h2, .wall h2{
    color:#000;
    font-size:20px;
    margin-left:0;
    margin-bottom:15px;
}
.personal span{
    font-weight:900;
    font-size:14px;
}
.friends-list{
    width: 350px;
    padding-right:30px;
}
.friends-list-1{
    margin-top:30px;
}
.user-status{
    color:#999999;
    text-align:right;
}
.search-friend{
    display:inline-block;
    text-decoration:underline;
}
.search-friend{
    color:#3397d4;
    margin-left:7px;
}
.friends-item{
    width:55px;
    text-align:center;
    float:left;
}
.friends-item:not(:first-child){
    margin-left:20px;
}
.friends-item img{
    width:50px;
}
.friends-list-2{
    margin-top:20px;
}
.about-me{
    margin-top:25px;
}
.wall{
    padding-left:30px;
    padding-top:10px;
    box-sizing:border-box;
}
.wall h2, .wall-posts-number{
    display:inline-block;
}
.wall-posts-number{
    margin-left:10px;
}
.post-content{
    width:650px;
    float:right;
    padding-right:65px;
    color:#000;
}
.favorite{
    display:inline-block;
    margin-top:-20px;
    width:40px;
    height:40px;
}
.favorite a{
    display:inline-block;
    margin-top:-20px;
    width:40px;
    height:40px;
    background:url(../images/bookmark.png) no-repeat;
    background-size:contain;
    cursor:pointer;
    transition:.3s;
}
.favorite a:hover{
    background:url(../images/bookmark0.png) no-repeat;
    background-size:contain;
}
.profile-social{
    display:inline-block;
    margin-top:-29px;
/*    margin-right:-20px;*/
}
.profile-navigation-panel-left .label{
    display:none;
}
.number{
    font-size:10px;
    vertical-align:top;
}
.news-preview{
    float: right;
    margin-top: -60px;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 780px;
    height: 100px;
    overflow: hidden;
    box-sizing: border-box;
}
.news-preview-list{
    width:780px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.news-preview-list-item span{
    display:block;
}
.news-date{
    color:#7a7a7a;
}
.news-title, .news-date{
 display:inline-block !important;
}
.news-title{
    color:#000;
}
.more{
    display:inline !important;
    color:#7a7a7a;
}
.news-preview-content{
    color:#000;
}
.news-previev-right-content{
    display:inline-block;
    width:708px;
    margin-left: 14px;
    top: -6px;
    position: relative;
}
.news-preview-poster{
    display:inline-block;
    vertical-align:0;
}
.news-preview-poster img{
    height: 50px;
    width:50px;
}
.invite-bar{
    display:none !important;
}
.newspapper{
    display:block;
    font-size:18px;
    color:#3d3d3d;
    width:780px;
    height:30px;
    background: rgb(224,243,250); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(224,243,250,1) 0%, rgba(216,240,252,1) 50%, rgba(184,226,246,1) 51%, rgba(182,223,253,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 ); /* IE6-9 */
    padding-top:5px;
    padding-left:20px;
    box-sizing:border-box;
}
.fa-newspaper-o{
    padding-right:20px;
    margin-right:20px;
    border-right:1px solid #3d3d3d;
}
.benefits{
    margin-bottom:20px;
}
.benefits span{
    display:block;
    font-size: 15px;
    margin-bottom:10px;
}
.benefits img{
    border-radius:5px;
}
.b-close span{
    padding-top: 3px;
    box-sizing: border-box;
    display: block;
    padding-left: 1px;
    padding-right: 1px;
}
.about-active{
    margin-top:20px;
    margin-bottom:10px;
}
.about-active a{
    color:#7a7a7a;
    text-decoration:underline;
}
.about-active a:hover{
    text-decoration:none;
}
.about-active li{
    margin-left:0;
}
.wall-nav{
    position:relative;
    width:100%;
    padding-top:10px;
    border-bottom:1px solid #cccccc;
    margin-bottom:20px;
}
.wall-nav:after{
    display: block;
    content: '';
    position: absolute;
    border-bottom: 1px solid #cccccc;
    right: 100%;
    width: 30px;
    bottom: -1px;
}
.wall-nav-item{
    display:inline-block;
}
.wall-nav-item:not(:first-child){
    margin-left:35px;
}
.wall-nav-item a{
    display:block;
    height: 30px;
    color: #5b5b5b;
    font-size: 16px;
    margin-bottom:-1px;
}
.posts-box {
    display:none;
}
.posts-box.active {
    display:block;
}

.profile-nav-item.active a,  .profile-nav-item a:hover{
    border-bottom: 1px solid #000;
    color: #000;
}
.blog-post-wrap a {
    color: #7968a0;
}
.blog-post-wrap{
    width:768px;
    border:1px solid rgba(0,0,0,.15);
    padding:10px;
    margin:0 auto;
    margin-top:20px;
}

.forumRow:first-child .blog-post-wrap{
    margin-top:0px;
}

.blog-post-wrap h4{
    font-size:16px;
    line-height: 1.2;
    margin-left:0;
    color:#736ba3;
    margin-top:0;
    margin-bottom:10px;
    text-decoration:underline;
}
.blog-post-wrap h3{
    margin-left:0;
    margin-top:0;
}
.blog-post-wrap h3 a{
    font-size:16px;
    color:#736ba3;
    margin-top:0;
    margin-left:0;
    margin-bottom:10px;
    line-height: 1.2;
    text-decoration:underline;
}
.blog-post-wrap .image-preview{
    float:left;
    background:url(http://kingofwallpapers.com/random-image/random-image-001.jpg);
    width:200px;
    height:200px;
    background-position:50% 50%;
    background-size:cover;
}
.blog-post-wrap image-previewEmpty {
    float:left;
    background: none;
    width:200px;
    height:200px;
    background-position:50% 50%;
    background-size:cover;
}
.blog-post-wrap .image-preview2{
    background:url(https://s-media-cache-ak0.pinimg.com/736x/ab/57/69/ab5769bbcfefcd07289f781807a6389b.jpg);
    background-position:50% 50%;
    background-size:cover;
}
.blog-post-wrap .image-preview3{
    background:url(http://r.ddmcdn.com/s_f/o_1/cx_142/cy_0/cw_360/ch_360/w_360/APL/uploads/2014/11/148556.007.01.197_20141106_101246-still.jpg);
    background-position:50% 50%;
    background-size:cover;
}
.blog-post-wrap .image-preview4{
    background:url(http://greatergood.berkeley.edu/images/uploads/nature-hike.jpg);
    background-position:50% 50%;
    background-size:cover;
}
.tag-star{
    display:block;
    position:absolute;
    width:15px;
    height:15px;
    top:-8px;
    right:-8px;
    background: url(../images/bookmark.png);
    background-size:contain;
}
.blog-post-right-content{
    float:right;
    width:550px;

    font-size:13px;
}
.blog-post-wrap span{
    color:#878787;
    font-size:13px;
}
.blog-post-wrap .hr2{
    width:100%;
    height:1px;
    border-bottom:1px dashed #878787;
    margin-bottom:5px;
    margin-top:-8px;
}
.blog-post-wrap .number{
    color:#736ba3;
    font-weight:400;
    text-decoration:underline;
}

.mes-wrap{
    width:750px;
    margin:0 auto;
    margin-top:20px;
    padding-bottom:10px;
    border-bottom:1px dashed #cccccc;
}
.mes-wrap .user{
    float:left;
    width:300px;
}
.mes-wrap .date{
    float:right;
    color:#cccccc;
}
/*.mes-wrap .ava{
    background:url(http://2.bp.blogspot.com/-H0mS5zEP0TE/VWuMftY-KAI/AAAAAAAAqQM/XQ98mLF_pbc/s1600/headshot2.jpg);
    width:50px;
    height:50px;
    background-size:cover;
    background-position:50% 50%;
    display:inline-block;
}*/
.mes-wrap .message-icon{
    display:inline-block;
    margin-bottom:0;
}
.mes-wrap .message-icon img{
    width:50px;
    height:50px;
    border:none;
    box-shadow: none;
    border-radius: none;
}
/*.mes-wrap .ava2{
    background:url(http://sev.h-cdn.co/assets/16/37/1600x800/landscape-1473973404-sev100116circleessay001.jpg);
    background-size:cover;
    background-position:50% 50%;
}
.mes-wrap .ava3{
    background:url(https://s-media-cache-ak0.pinimg.com/236x/9f/bd/5a/9fbd5a68d134d6a44d50ac60eac8a656.jpg);
    background-size:cover;
    background-position:50% 50%;
}
.mes-wrap .ava4{
    background:url(http://img.wallpaperfolder.com/f/64E02647C32A/girls-smile-images-mega-beautiful.jpg);
    background-size:cover;
    background-position:50% 50%;
}*/
.mes-wrap .name{
    width:160px;
    display:inline-block;
    margin-bottom:0;
    margin-left:5px;
}
.mes-wrap .name a{
    display: block;
    font-size: 13.5px;
    margin: 0;
    color: #000;
    font-weight: 700;
    margin-top: 7px;
}
/*.other p{
    display:inline-block;
    color:#878787;
    margin-top:0;
}*/
.message-other a{
    display:inline-block;
    color:#878787;
    margin-top:0;
}
.mes-wrap .message-image{
    margin-bottom:14px;
}
.mes-wrap .message-image img{
    max-width:100%;
}
.mes-wrap .message-other-border{
    border-left:1px solid #878787;
    padding-left:5px;
    margin-left:5px;
}
.visible{
    display:block;
}
.last-message h2{
    display:block;
    width:305px;
    margin-left: -20px;
    text-align:center;
    height:50px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    color:#878787;
    padding-top:10px;
    box-sizing:border-box;
}
.user-avatar{
    display:inline-block;
    vertical-align:top;
}
.message-content{
    width:210px;
    display:inline-block;
    margin-left:10px;
}
.message-content .user-name{
    font-size:15px;
    font-weight:bold;
    color:#5a5a5a;
    margin-bottom:0;
}
.message-item{
    border-bottom:1px solid #e1e1e1;
    padding-top:5px;
}
.right-title{
    text-align:right;
    margin-right:30px;
    margin-top:20px;
    margin-bottom:30px;
    font-weight:bold;
    color:#878787;
}
.photo-panel-box{
    width:700px;
    margin:0 auto;
    padding-bottom:30px;
    text-align:center;
}
.photo-panel-item{
    position:relative;
    width:100px;
    height:100px;
    display:inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.photo-panel-item:not(:first-child){
    margin-left:15px;
}
.photo-panel-item-close{
    display:none;
    width:20px;
    height:20px;
    font-size:20px;
    color:#878787;
    position:absolute;
    top:0;
    right:0;
}
.photo-panel-item:hover .photo-panel-item-close{
    display:block;
}
.forumRow h3{
    width:649px;
}
.honors-panel{
    width: 350px;
    padding-right: 30px;
    float: right;
}
.honors-panel-box{
    padding-top: 0px;
}
#achivments{
    text-align:left;
}
.achivment{
    display:inline-block;
}
.edit-profile{
    text-align:right;
    color:#999999;
    display: block;
    font-size: 16px;
}
.friends-number a{
    color:#000;
}
.last-message span{
    display:block;
    font-weight:bold;
    color: #404040;
}
.page_avatar img{
    width:100%;
    vertical-align:bottom;
}
.add-photo{
    display:block;
    float:left;
    color:#878787;
    border:1px solid #878787;
    border-radius:5px;
    padding:5px;
    margin-left:30px;
    margin-top:20px;
    margin-bottom:25px;
    transition:.3s;
}
.add-photo:hover{
    background:#878787;
    color:#fff;
}
.photo-panel .right-title{
    float:right;
}
#chetyre{
    visibility:hidden;
}
.about-me{
    display:block;
    height:150px;
    color:#404040;
    overflow:hidden;
    transition: .5s;
}
.read-more{
    color: #7968a0;
}
.read-more:before{
    content:'Читать далее...';
    display:block;
    position:absolute;
}
#chetyre:checked ~ .about-me {
    height:auto;
}
#chetyre:checked ~ .read-more:before {
    content:'Скрыть';
    display:block;
    position:absolute;
}
#myMessages{
    width:790px;
    margin:0 auto;
    margin-top:40px;
}
.forumRow{
/*    width:790px;
    margin:0 auto;*/
}
.blog{
    position:relative;
}
.blog h3{
    margin-top:40px;
    margin-left:10px;
}
.blog .tool{
    position:absolute;
    right:30px;
    top:30px;
}
.message-box .box{
    margin-bottom:20px;
}
.message-box .greenButton{
    float:none;
    width:190px;
    margin:0 auto !important;
}
/*add-photo-popup*/
#popupPhotoUpload{
    box-shadow:none;
}
#fileForm label{
    display:block;
    width: 200px;
    text-align:center;
    margin:0 auto;
}
#fileForm label input{
    display:none;
}
#fileForm label span{
    display: block;
    text-align:center;
    font-size:16px;
    color: #878787;
    text-decoration:underline;
    cursor:pointer;
}
#fileForm label span:hover{
    text-decoration:none;
}
.ava-preview{
    text-align:center;
}
#image{
    width:100px;
    margin:0 auto;
    border-radius:5px;
    margin-bottom:10px;
    text-align:center;
}
.upl-photo{
    width:250px;
    height:40px;
    background:#878787;
    margin:0 auto;
    color:#fff;
    font-weight:400;
    font-size:16px;
    border-radius:5px;
    border:none;
    display: block;
    margin-top: 10px;
    box-sizing:border-box;
    transition:.3s;
 }
.upl-photo:hover{
    background:#515151;
}
#popupPhotoUpload .b-close{
    top: 13px;
    right: 13px;
    color: #878787;
    background: transparent;
    font-size: 40px;
    transition:.3s;
}
#popupPhotoUpload .b-close:hover{
    color:#515151;
}
/*new-message-popup*/
.overlay{
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 1;
}
.new-message{
    visibility:hidden;
   left:0;
    right:0;
    opacity: 0;
    position: fixed;
    top: 30%;
    width:500px;
    height:330px;
    background:#fff;
    border-radius:5px;
    margin:0 auto;
    z-index:999;
}
.new-message-header{
    height:55px;
    border-radius:5px;
    padding-top:10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    border-bottom:1px solid #e1e1e1;
    box-sizing:border-box;
}
.new-message h2{
    margin-top:2px;
    font-family: Arial, sans-serif;
    color:#878787;
    margin-left:20px;
    float:left;
}
.close-btn{
    float:right;
    color:#878787;
    font-size:30px;
    padding-right:20px;
}
.new-message-body{
    width:460px;
    margin:0 auto;
}
.new-message-body-wrap{
    position:relative;
}
.new-message .theme, .new-message textarea{
    display:block;
    width:100%;
    color:#2f2f2f !important;
}
.theme{
    margin-top:20px;
    height:30px;
    border:none;
    border-bottom:1px solid #e1e1e1;
    outline:none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.new-message textarea{
    height:200px;
    margin-top:10px;
    margin-bottom: 13px;
    border:none;
    outline:none;
    resize: none;
    border-bottom:1px solid #e1e1e1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family:Arial, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family:Arial, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family:Arial, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
    font-family:Arial, sans-serif;
}
.myCheckbox input {
    position: relative;
    z-index: -9999;
    opacity: 0;
}
.myCheckbox span {
    position:relative;
    display:inline-block;
    width:20px;
    height:20px;
    border-radius:50%;
    border:1px solid #878787;
    margin-bottom:-6px;
}
.myCheckbox input:checked + span:before
{
    position:absolute;
    padding-top:2px;
    left: 3px;
    top: 1.7px;
    text-align:center;
    content:'\f00c';
    font-family:FontAwesome;
    display:block;
    color:#878787;
    box-sizing:border-box;
}
.new-message-footer-left{
    float:left;
    margin-top:5px;
}
.new-message-footer-right{
    float:right;
    padding-right:20px;
}
.label{
    display:inline-block;
    color:#878787;
    font-size:15px;
    font-family:Arial, sans-serif;
}
.translate, .submit{
    display:inline-block;
    background-color: #878787;
    border:none;
    padding:5px;
    font-size:15px;
    border-radius:5px;
    height:30px;
    font-family:Arial, sans-serif;
    text-decoration:none;
    color:#fff;
    box-sizing:border-box;
    cursor:pointer;
}
.submit{
    position: relative;
    top: 1px;
}
.add-panel{
    position:absolute;
    right: 0;
    bottom: 10px;
    color: #878787;
    font-size: 16px;
}
.add-panel div{
    display:inline-block;
}
.new-message-add-smile{
    position:relative;
}
.smile-hide-panel{
    visibility:hidden;
    position:absolute;
    top: -210px;
    right: 0;
    width:230px;
    height:230px;
}
.smile-hide-panel-box{
    width:230px;
    height:200px;
    padding:13px;
    border:1px solid #878787;
    border-radius:5px;
    background:#fff;
    box-sizing:border-box;
}
.em{
    height:1.2em !important;
}
.new-message-add-smile:hover .smile-hide-panel{
    visibility:visible;
}
/*consult*/
.about-consult, .about-category{
    border-left: 1.5px solid #cccccc;
    border-right: 1px solid #cccccc;
    width:1121px;
    margin:0 auto;
}
.fl.consult-avatar{
    float:none;
}
.about-consult .consult-avatar img{
    border:none;
    box-shadow:none;
    float:none;
}
.about-consult .personal{
    padding-left:30px;
    padding-right:30px;
    box-sizing:border-box;
}
.about-consult .about-me{
    height:auto;
}
.about-consult .last-message{
    margin-top:20px;
}
.consult-wrap{
    margin-top:30px;
}
.about-consult  .pagination{
    margin-left:30px;
    float:none;
}
.about-consult #requestForm{
    margin-left: 30px;
    margin-right: 30px;
}
.last-message img{
    width:50px;
    height:50px;
    border-radius:none;
    box-shadow:none;
}
.grayButton{
    display:block;
    margin-left: 610px;
    margin-top:15px;
    width:150px;
    text-align:center;
    padding:10px;
    background:rgba(0,0,0,.15);
    color:#878787;
    border-radius:5px;
    padding-top:10px;
    text-decoration:none;
    box-sizing:border-box;
}
/*forum-category*/
.about-category .tool .grayButton{
    margin:0 auto;
    margin-bottom:20px;
}
.about-category .profile-right-content{
    padding-top: 0px;
}
.about-category .blog-post-wrap .hr2{
    margin-top:0;
}
.blog-post-wrap .make-theme{
    display:block;
/*    margin-left: 690px;*/
    width:150px;
    text-align:center;
    padding:10px;
    background:rgba(0,0,0,.15);
    color:#878787;
    border-radius:5px;
    padding-top:10px;
    text-decoration:none;
    box-sizing:border-box;
}
/*../images/category-img/children.jpg*/
.blog-post-wrap .image-preview11{
    float:left;
    background:url(http://cdn.spectator.co.uk/content/uploads/2016/06/iStock_000038532648_Large.jpg);
    width:200px;
    height:200px;
    background-position:50% 50%;
    background-size:cover;
}
.blog-post-wrap .image-preview22{
    background:url(http://azbyka.ru/zdorovie/wp-content/uploads/2014/03/Sharps_71.gif);
    background-position:50% 50%;
    background-size:cover;
}
.blog-post-wrap .image-preview33{
    background:url(https://www.securitymetrics.com/static/img/orange/img_womandoctor.png);
    background-position:50% 50%;
    background-size:cover;
}
.forum-index-post{
    width: 843px;
}
.forum-index-post .blog-post-right-content{
    width: 630px;
}
/*news-posts*/
.news-post-wrap .user{
    color:#878787;
    font-size:15px;
    font-weight:700;
    color: #2C4987;
    margin:0;
}
.news-post-wrap .poster{
    text-align:center;
}
.news-post-wrap .poster img{
    max-width:100%;
    max-height:400px;
}
.news-post-wrap h1{
    font-size:30px;
    color: #2C4987;
    text-align:center;
}
.news-post-wrap .footnote{
    color:#878787;
    border-left:1px solid #878787;
    padding-left:10px;
    font-size:15px;
}
.news-post-wrap .date{
    color:#878787;
    font-size:15px;
    display:inline-block;
}
.news-post-wrap .right{
    text-align:center;

}
.news-post-wrap span{
    display:inline-block;
    background:rgba(0,0,0,.15);
    border-radius:5px;
    padding:5px;
    color:#878787;
}
.news-post-wrap .body{
    margin-top:20px;
    margin-bottom:20px;
}
.news-post-wrap .x{
    text-decoration:underline;
}
.mob-menu-bars{
    display: none;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="submit"].processing {
    background: url('../images/ajax-loader.gif') center center no-repeat !important;
    background-size: contain !important;
    overflow: hidden !important;
    color: transparent !important;
    cursor: wait !important;
}

.gritter-with-image p {
    color: white;
}

#blogsLoading {
    margin: 10px auto;
    height: 100px;
    width: 200px;
    background: url('../images/ajax-loader.gif') center center no-repeat;
    background-size: contain;
    display: none;
}

#profileActions {
    text-align: center;
    margin: 12px 0 0 0;
}

#profileActions a {
    color: #a0a0a0 !important;
}

.feedback-form{
    margin-left:31px;
    margin-top:10px;
    display:none;
    position: relative;
    height: 130px;
}
.feedback-form label.error {
    width: 160px;
}
.feedback-form textarea{
    width:500px;
    height:100px;
    border:1px solid #cccccc;
    border-radius:10px;
    color: #404040;
    padding: 10px 20px;
    display: block;
    float: left;
}
.feedback-form .feedback-submit{
    display: block;
    margin: 10px 0 0 10px;
    padding: 5px 15px;
    background:#878787;
    color:#fff;
    border-radius:5px;
    border:none;
}

.feedback-form div {
    float: left;
    width: 160px;
    padding-top: 55px;
}
#page-content img[style*="float: left"]{
    margin: 15px 20px 15px 0 !important;
}
#page-content img[style*="float: right"]{
    margin: 15px 0 15px 20px !important;
}

/* ----- 24.05, Banner size ----- */

.h2012 .banner{
    width: 728px; height: 90px;
    margin-left:100px;
}
.h2012 .banner img{
    width:100%;
}
.h2012 .search-bar,
.h2012 .top-bar-container{
    float: right;
}
.h2012{
    margin-bottom: 0;
    /*min-height: 400px;*/
    height: auto;
}
.h2012 .search-bar{
    margin: 10px 0 0 0;
}
.h2012 .top-bar-container{
    margin: 0 40px 0 25px;
}
.h2012 nav.main-menu{
    margin: 20px 6px 0 0;
}
.news-preview{
    margin-top: -24px;
}
.h2012 .top-bar-container nav{
    height:36px;
}


/* --- Media Screen --- */

@media screen and (min-width:1024px){
    #page-content img{
        border: 1px solid #a0a0a0;
        -webkit-box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.3);
        -moz-box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.3);
        box-shadow: 4px 4px 20px 1px rgba(40, 40, 40, 0.3);
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
    }
}

@media screen and (max-width:1164px) {
    .main-footer {
        width: 1164px !important;
        max-width: 100%;
    }
    /*
    .h2012 .logo{
        float: none;
        display: table;
        margin: auto;
    }
    .top-bar-container,
    .search-bar{
        position: relative;
        left:0; top:0;
    }
    */
}

@media screen and (max-width:768px){
    #page-content,
    footer .container{
        width:290px !important;
        margin:auto;
    }
    blockquote{
        margin: 0 !important;
    }
    .element{
        width: 145px; height: auto;
        background:none;
        padding: 12px 9px 0;
        text-align: center;
        float: none !important;
        margin: 10px auto 14px !important;
/*        border: 1px solid #991d72;*/
    }
    .element .overlay{
        width: 100%;
        height: auto;
    }
    .element .img{
        margin: 0 auto 10px !important;
    }
    .element p,
    .element p small{
        line-height: 22px;
    }
    .element p{
        height: auto;
        margin:0;
    }
    .element p small,
    .element a{
        font-size: 16px;
    }
    .content h1{
        font-size:20px;
        margin: 0 0 14px;
    }
    #photoTarget,
    .photoTarget,
    #page-content img,
    .img-wrapper img{
        float: none !important;
        display: block;
        width: 300px !important; height:auto !important;
        max-width: 100%;
        margin: 10px auto 14px !important;
    }
    #page-content img[style*="float: left"],
    #page-content img[style*="float: right"]{
        margin: 10px auto 14px !important;
    }
    #page-content h2 img{
        display: inline;
        position: relative;
        top: 5px;
        border: none;
        width: 26px;
        height: 26px;
        margin: none;
    }

    #list .article-image,
    #messageListBlock .message-icon img{
        width:auto !important;
        height:140px !important;
    }

    #page-content .chatpanel p a img {
        float: left !important;
    }
    #page-content .chatpanel p {
        margin-bottom: 4px;
    }

    .message-icon{
        float:none;
        margin-bottom:0;
    }
    .socialman{
        width:100% !important;
    }
    .socialman .label{
        margin: 0 0 10px;
        float: none;
    }
    footer .social-link-span{
        float: none;
        margin: 0 auto 30px;
        display: block;
        width: 100%; height: auto;
    }
    .social-link-span a:after{
        content:'';
        display:table;
        clear:both;
    }
    footer .social-link{
        float: left;
        margin: 16px 16px 0 0;
        width: 34px; height: 34px;
    }
    footer .copyright{
        margin: 0;
        text-align: left;
    }
    footer .copyright p:first-child{
       margin:0 0 6px;
    }
    .tag-star{
        right:0;
    }
    .h2012 .top-bar-container{
        width: 100%;
        left: 0 !important; right: 0 !important;
        float: none;
        margin: 0 !important;
    }
    .h2012 .top-bar-container nav,
    .h2012 .top-bar-container .top-bar,
    .h2012 .top-bar-container .top-bar form{
        width:100%;
    }
    .mob-menu-bars{
        display:block !important;
    }
    .h2012 .top-bar-container .top-bar form{
        padding-left:24px;
    }
    .h2012 .top-bar-container nav{
        margin-left:0;
    }
    .breadCrumbs .breadcrumb-item{
        background-color:transparent;
    }
    .h2012 .blue-thing .logo{
        margin:40px 28px 0 0 !important;
    }
    .h2012 .top-bar-container .top-bar{
        background-position:center;
    }
    .ml18{
        margin-left: 0;
        width: 100%;
    }
    .content h4{
        margin-left:0;
    }
    .pagination{
        float:none;
        margin-top:16px;
    }
    .thumb{
        display: block;
        margin: 6px 0 0 20px;
        float: none;
    }
    #messageListBlock div.m710{
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .message{
        padding: 6px 0 6px 0;
    }
    .wall-message-content{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
    .h2012 .banner,
    iframe{
        max-width:100% !important;
    }
    .page-wrap,
    .profile-left-content,
    .pay-form,
    .box .tab-center-txt,
    .poll,
    .h2012 .banner,
    .ul.videos{
        width:100% !important;
    }
    .h2012 .banner img{
        width:100%;
    }
    .pay-form{
        overflow: auto;
    }
    .pay-form iframe{
        width: 522px;
        max-width: none !important;
    }
    .chatpanel{
        padding:0;
    }
    .poll table{
        margin-left:10px;
    }
    .poll td h3{
        margin-left:0;
    }
    .content p[style*="padding: 16px 0 10px 150px"]{
        padding-left:0 !important;
    }
    .greenButton{
        text-align: center;
    }
    .chatpanel a > img{
        width:100px;
    }
    #page-content img.face{
        width:140px !important;
        height:140px !important;
    }
    .photo-shot-upd{
        margin: 0 auto 10px;
    }

    /* --- Profile Page --- */

    .profile-left-content{
        float:none;
    }
    .content h2{
        margin: 0;
        width: 100%;
        border: 0;
        background: none;
    }
    .profile-right-content{
        float: none;
        width: 100%;
    }
    .profile-navigation-panel{
        height:auto;
    }
    .profile-nav{
        float: none;
        height: auto;
        margin-bottom: 0;
    }
    .profile-navigation-panel-left{
        float: none;
        padding: 0;
    }
    .profile-social,
    .separate-social{
        margin: 0;
    }
    .separate-social .vk{
        padding: 0;
        margin: 0;
    }
    .main-info .about{
        margin-bottom:20px;
        padding: 4px 10px 0 10px;
        width: auto;
        float: none;
    }
    .edit-profile{
        padding-right: 10px;
    }
    p.date{
        width: 270px;
        margin: 0;
        padding: 0;
    }
    .friends-list{
        width: 268px;
        float: none;
        padding-right: 0;
        padding-left: 20px;
    }
    .photo-panel-box{
        max-width: 100%;
    }
    .content .message-box h2{
        border: 0;
        background: none;
        margin: 0 0 10px;
        width: 100%; height: auto;
    }
    .diary-options .panel{
        float: none;
        height: auto;
        margin-left: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .diary-options .left{
        width: auto; height: auto;
        float: none;
        overflow: visible;
    }
    .diary-options .left label{
        float: none;
        margin-bottom: 6px;
    }
    .diary-options .left .greenButtonSmall{
        width: auto;
    }
    .diary-options .right{
        float: none;
        height: auto;
        overflow: visible;
    }
    .diary-options .open{
        float: none;
        height: auto;
    }
    .poll table{
        border: none;
        width: auto;
        margin-left: 0;
    }
    .mes-wrap{
        width:auto;
        padding: 0 6px 10px 6px;
    }
    .mes-wrap .date{
        margin:8px 0;
    }
    .replyto-message{
        margin: 10px 0 0 10px;
    }
    .replyto-message .reply-body{
        float: none;
        width: 90% !important;
    }
    .mes-wrap .user,
    .blog-post-right-content,
    .benefits{
        float: none !important;
        width:auto !important;
    }
    .blog-post-wrap{
        width: auto;
    }
    .content .forumRow h4{
        margin-left: 0;
    }
    .blog-post-wrap a{
        display: block;
        margin-bottom: 10px;
    }
    .blog-post-wrap .image-preview{
        float:none;
    }
    #blogPosts > h1{
        padding-left:10px !important;
    }
    #blogPosts > h1 > div{
        width: 245px;
        float: none !important;
    }
    #blogPosts .greenButton{
        width:auto;
    }
    #page-content img.achieved{
        width:200px !important;
    }
    #achivments > a{
        display:block;
    }
    #blogPosts{
        margin-top:10px;
    }
    div.wide,
    table.wide,
    .reg-new{
        width:auto !important;
    }
    .logoImg,
    .reg-new label{
        float:none !important;
    }
    .benefits p{
        padding-left:15px !important;
    }
    .benefits ul{
        margin-left:15px !important;
    }
    .benefits div[style*="width: 430px"]{
        width: auto !important;
        float: none !important;
        margin:6px 0 0 15px;
    }
    .reg-new h1{
        font-size: 26px !important;
        margin-bottom: 10px !important;
    }
    .reg-new label{
        margin: 0 0 4px 15px !important;
        font-size: 22px !important;
        position: relative;
        display: inline-block!important;
        width: auto !important;
    }
    #page-content .reg-new label img{
        width: 10px !important;
        position: absolute !important;
        right: -14px !important; top: -6px !important;
        left: auto !important;
    }
    .centralWidthFixxer{
        padding:0;
    }
    .reg-new .regForm input{
        width: 235px !important;
        margin: 0 auto 16px !important;
        float: none !important;
        font-size: 16px !important;
    }
    .reg-new .tickBox,
    .reg-new .showPasswordBox{
        margin-left: 25px !important;
        margin-top: 0 !important;
    }
    .reg-new .showPassword{
        float: none !important;
        background: none !important;
    }
    .reg-new .photo{
        float: none !important;
        margin: 0 0 18px 18px !important;
    }
    .reg-new .upload{
        height: auto !important;
        margin: 0 0 0 12px !important;
        background-position: left center !important;
        float: none !important;
    }
    .reg-new span.showPassword{
        margin-top: -2px !important;
        height: auto !important;
        margin-left: 12px !important;
    }
    .reg-new{
        height: auto !important;
        background: #C6E1FC !important;
        margin-bottom: 14px !important;
    }
    .reg-new .submit{
        margin: 0 auto 14px !important;
    }
    .reg-new .showPasswordBox{
        margin-left:0;
    }
    #regFormImage{
        margin: 0 0 20px;
    }
    label.error{
        left: 0 !important;
        margin: 0 !important;
        background: none !important;
        font-size: 14px !important;
        height: auto !important;
    }
    #siteseal,
    footer .copyright{
        float: none  !important;
    }
    #siteseal{
        margin: 11px auto !important;
        width: 136px;
    }
    footer nav .column{
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    footer nav .column h3{
        height:auto;
        margin:0;
    }
    #categories li img{
        width: 16px !important;
    }
    .message-right{
        float: none !important;
        width: auto !important;
        margin-left: 0 !important;
    }
    #map_canvas{
        margin-left:0 !important;
    }
    div[style="width: 640px;"],
    ul.videos,
    .about-consult,
    .about-category{
        width:auto !important;
    }

}

@media screen and (max-width:480px){
    .new-message {
        width: 320px;
        height:auto;
    }
    .close-btn{
        padding-right: 10px;
    }
    .new-message h2{
        margin-left:10px;
        margin-top:5px !important;
    }
    .new-message-body{
        width:300px;
    }
    .new-message-footer-left{
        float:none;
        padding-left:10px;
    }
    .new-message-footer-right{
        float:none;
        width: 250px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-right:0;
    }
}

ul.news li {
    float: left;
    margin: 0 9px 8px 0;
    width: 270px;
}

ul.news li a div {
    width: 100%;
    height: 200px;
    position: relative;
    border: 1px solid white;
    -webkit-box-shadow: 4px 4px 20px 1px #b0b0b0;
    -moz-box-shadow: 4px 4px 20px 1px #b0b0b0;
    box-shadow: 4px 4px 20px 1px #b0b0b0;

}

ul.news li h3 {
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7),  -1px 1px 1px rgba(0,0,0,0.7),  1px -1px 1px rgba(0,0,0,0.7),  -1px -1px 1px rgba(0,0,0,0.7), 2px 2px 6px rgba(0,0,0,0.6);
    position: absolute;
    bottom: -4px;
    left: 6px;
    margin-right: 5px;
}

ul.news li a div > span.views {
    display: block;
    background: url(../images/views.png) 0px 1px no-repeat;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7), -1px 1px 1px rgba(0,0,0,0.7), 1px -1px 1px rgba(0,0,0,0.7), -1px -1px 1px rgba(0,0,0,0.7), 2px 2px 6px rgba(0,0,0,0.6);
    position: absolute;
    top: 7px;
    left: 61px;
    height: 16px;
    width: 20px;
    padding-left: 28px;
    font-size: 16px;
}

ul.news li a div > span.comments {
    display: block;
    background: url(../images/comments.png) -2px -2px no-repeat;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7), -1px 1px 1px rgba(0,0,0,0.7), 1px -1px 1px rgba(0,0,0,0.7), -1px -1px 1px rgba(0,0,0,0.7), 2px 2px 6px rgba(0,0,0,0.6);
    position: absolute;
    top: 7px;
    left: 9px;
    height: 16px;
    width: 20px;
    padding-left: 25px;
    font-size: 16px;
}

ul.news li a div > span.date {
    color: red;
    font-weight: bold;
    text-shadow: 1px 1px 0px white,  -1px 1px 0px white,  1px -1px 0px white,  -1px -1px 0px white;
    position: absolute;
    top: 4px;
    right: 4px;
}

ul.news li a > p {
    height: 49px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 6px 0 10px 2px;
    color: #202020;
}

#loadingBar {
    position: relative;
    background: url('../images/ajax-loader.gif') center center no-repeat !important;
    background-size: contain !important;
    cursor: wait !important;
    width: 100%;
    height: 26px;
    margin: 10px auto;
    display: none;
}

.blog-post-wrap .image-preview2 {
    float:left;
    width: 200px;
    height: 200px;
    position: relative;
    border: 1px solid white;
    -webkit-box-shadow: 4px 4px 20px 1px #b0b0b0;
    -moz-box-shadow: 4px 4px 20px 1px #b0b0b0;
    box-shadow: 4px 4px 20px 1px #b0b0b0;
}

.blog-post-wrap .image-preview2 h3 {
    color: white;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7),  -1px 1px 1px rgba(0,0,0,0.7),  1px -1px 1px rgba(0,0,0,0.7),  -1px -1px 1px rgba(0,0,0,0.7), 2px 2px 6px rgba(0,0,0,0.6);
    position: absolute;
    bottom: 6px;
    left: 6px;
    margin: 0 5px 0 1px;
    width: auto;
}

.blog-post-wrap .image-preview2 > span.views {
    display: block;
    background: url(../images/views.png) 0px 1px no-repeat;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7), -1px 1px 1px rgba(0,0,0,0.7), 1px -1px 1px rgba(0,0,0,0.7), -1px -1px 1px rgba(0,0,0,0.7), 2px 2px 6px rgba(0,0,0,0.6);
    position: absolute;
    top: 7px;
    left: 70px;
    height: 16px;
    width: 20px;
    padding-left: 28px;
    font-size: 16px;
}

.blog-post-wrap .image-preview2 > span.comments {
    display: block;
    background: url(../images/comments.png) -2px -2px no-repeat;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7), -1px 1px 1px rgba(0,0,0,0.7), 1px -1px 1px rgba(0,0,0,0.7), -1px -1px 1px rgba(0,0,0,0.7), 2px 2px 6px rgba(0,0,0,0.6);
    position: absolute;
    top: 7px;
    left: 9px;
    height: 16px;
    width: 20px;
    padding-left: 25px;
    font-size: 16px;
}


.blog-post-wrap image-previewEmpty2 {
    float:left;
    background: none;
    width:200px;
    height:200px;
    background-position:50% 50%;
    background-size:cover;
}

ul#newsHome {

}

ul#newsHome li {
    float: left;
    display: block;
    margin: 0 9px 8px 0;
    width: 201px;
    padding: 0;
    list-style: none;
}

ul#newsHome li:first-child {
    width: 410px;
}
ul#newsHome li a div {
    width: 100%;
    height: 140px;
    position: relative;
    border: 1px solid white;
    -webkit-box-shadow: 4px 4px 20px 1px #b0b0b0;
    -moz-box-shadow: 4px 4px 20px 1px #b0b0b0;
    box-shadow: 4px 4px 20px 1px #b0b0b0;
}

ul#newsHome li:first-child a div {
    height: 354px;
}

ul#newsHome li h3 {
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7),  -1px 1px 1px rgba(0,0,0,0.7),  1px -1px 1px rgba(0,0,0,0.7),  -1px -1px 1px rgba(0,0,0,0.7), 2px 2px 6px rgba(0,0,0,0.6);
    position: absolute;
    bottom: -4px;
    left: 6px;
    margin-right: 5px;
}

ul#newsHome li a div > span.views {
    display: block;
    background: url(../images/views.png) 0px 1px no-repeat;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7), -1px 1px 1px rgba(0,0,0,0.7), 1px -1px 1px rgba(0,0,0,0.7), -1px -1px 1px rgba(0,0,0,0.7), 2px 2px 6px rgba(0,0,0,0.6);
    position: absolute;
    top: 7px;
    left: 61px;
    height: 16px;
    width: 20px;
    padding-left: 28px;
    font-size: 16px;
}

ul#newsHome li a div > span.comments {
    display: block;
    background: url(../images/comments.png) -2px -2px no-repeat;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7), -1px 1px 1px rgba(0,0,0,0.7), 1px -1px 1px rgba(0,0,0,0.7), -1px -1px 1px rgba(0,0,0,0.7), 2px 2px 6px rgba(0,0,0,0.6);
    position: absolute;
    top: 7px;
    left: 9px;
    height: 16px;
    width: 20px;
    padding-left: 25px;
    font-size: 16px;
}

ul#newsHome li a div > span.date {
    color: red;
    font-weight: bold;
    text-shadow: 1px 1px 0px white,  -1px 1px 0px white,  1px -1px 0px white,  -1px -1px 0px white;
    position: absolute;
    top: 4px;
    right: 4px;
}

ul#newsHome li a > p {
    height: 49px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 6px 0 10px 2px;
    color: #202020;
}

.tags span {
    font-size: 14px;
    display: inline-block;
    padding: 4px 11px 5px 34px;
    background: url('/public/images/bookmark20.png') no-repeat 9px 4px, linear-gradient(#f0f0f0, #c0c0c0);
    border: 1px solid #c0c0c0;
    border-radius: 11px;
    border-bottom: 1px solid #a0a0a0;
    color: #202020 !important;
    border-right: 1px solid #a0a0a0;
    line-height: 20px;
    margin: 10px 8px 0 0;
    text-shadow: 1px 1px 0 white;
    cursor: pointer;
}

#bottom-links {
    display: none;
}

#ceo2 {
    float: right;
    width: 220px;
    margin: 0 0 15px 20px;
    border: none;
    -webkit-box-shadow: 4px 4px 10px 1px #a0a0a0;
    border-radius: 5px;
    -moz-box-shadow: 4px 4px 10px 1px #a0a0a0;
    box-shadow: 4px 4px 10px 1px #a0a0a0;
}

#blogpage #uid1 {
    display: block;
}

#blogpage #uid2 {
    display: none;
    padding-left: 0;
}

#blogpage #uid2 .img {
    margin-left: 0;
}

#blogpage #uid2 .img a img {
    margin-top: 0;
}

.article-delimiter {
    font-size: 20px;
    text-align: center;
    line-height: 1em;
    margin: 0 0 10px 0;
}

.articleContainer {
    z-index: 999;
    position: relative;
    background: white;
}
.articleContainer.shaded {
    z-index: 990;
    position: fixed;
    top: 150px;
}

.articleContainer.shaded #sdader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 1000;
    opacity: 1;
}
#loadingBarWhite {
    position: relative;
    cursor: wait !important;
    width: 100%;
    display: none;
}
#newsTarget {
    color: black;
}