@import url("font/font.css");

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1.3em
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

del {
    text-decoration: line-through
}

strong {
    font-weight: bold
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

pre {
    overflow: auto
}

small {
    position: relative;
    font-size: 75%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

em, cite, q {
    font-style: italic
}

:focus {
    outline: 0px
}

hr {
    display: none
}

img {
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

#map_canvas img, .google-maps img {
    max-width: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button, input {
    *overflow: visible;
    line-height: normal
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

fieldset {
    margin: 0;
    padding: 0;
    border: none
}

legend {
    font-weight: bold
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.aligncenter {
    text-align: center
}

.clear {
    clear: both
}

.hidden {
    display: none
}

html {
    height: 100%
}

body, table, input, textarea, select, li, button, p, blockquote, ol, dl, form, pre, th, td, a {
    font: 14px Arial, Tahoma, sans-serif;
    color: #404040
}

body {
    position: relative;
    min-height: 100%;
    min-width: 980px
}

.wrapper {
    margin: 0 auto;
    width: 980px;
    min-width: 980px;
    text-align: left;
    position: relative
}

header {
    position: relative;
    width: 100%;
    height: 204px;
}

.logo {
    float: left;
    width: 124px;
    height: 58px;
    background: url(images/logo.png) no-repeat;
    margin: 13px 0 0 7px
}

.logo:hover {
    opacity: 0.8
}

.site-desc {
    float: left;
    width: 150px;
    display: inline-block;
    margin: 34px 0 0 28px;
    font-size: 16px;
    color: #4d4d4d;
    font-family: 'PT Sans', sans-serif;
    line-height: 20px
}

.search-simple-box {
    float: left;
    width: 324px;
    height: 60px;
    margin: 36px 0 0 19px;
    position: relative
}

.search-simple-form {
    margin: 0;
    width: 334px
}

.search-simple-input {
    border: 1px solid #d4dedd;
    border-right: 0;
    padding: 8px 14px;
    color: #bbbbbb;
    font-size: 14px;
    font-style: italic;
    width: 188px;
    float: left;
    margin: 0 0 0 45px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #f7f7f7 5%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(5%, #f7f7f7));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #f7f7f7 5%);
    background: -o-linear-gradient(top, #eeeeee 0%, #f7f7f7 5%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #f7f7f7 5%);
    background: linear-gradient(to bottom, #eeeeee 0%, #f7f7f7 5%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f7f7f7', GradientType=0);
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    box-shadow: none;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease
}

.search-simple-input:focus {
    box-shadow: none;
    border-color: #D8D8D8;
    padding-left: 54px;
    padding-right: 54px;
    margin-left: 0
}

.search-simple-form .submit-input {
    position: relative;
    margin: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    background: url(images/sprite.png) no-repeat 15px 13px #aebebe;
    border: 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}

.search-in-cat {
    float: left;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: 2;
    padding: 0 28px 0 8px;
    background: url(images/bg-header.png) repeat;
    color: #258AC5;
    font-size: 12px;
    margin-top: 6px;
    margin-left: 45px
}

.search-in-cat:hover {
    cursor: pointer
}

.search-in-cat:before {
    position: absolute;
    left: 8px;
    bottom: 0;
    width: 115px;
    height: 1px;
    border-bottom: 1px dotted #258AC5;
    content: ""
}

.search-in-cat:after {
    positiomedic-suggestn: absolute;
    right: 10px;
    top: 7px;
    width: 8px;
    height: 5px;
    background: url(images/sprite.png) no-repeat 0 -26px;
    content: ""
}

.search-in-cat.clicked {
    color: #4d4d4d
}

.search-in-cat.clicked:before {
    border-color: #4d4d4d
}

.search-category-box {
    display: none;
    position: absolute;
    top: 50px;
    left: 15px;
    z-index: 1;
    width: 251px;
    padding: 14px 0 0px 20px;
    background: url(images/bg-header.png) repeat;
    border: 1px solid #d4dedd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.search-category-box label {
    font-size: 13px;
    color: #258AC5;
    margin-bottom: 14px
}

.search-category-box label span {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    border: 1px solid #a4b3b3;
    margin: 1px 10px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.search-category-box input[type="checkbox"] {
    display: none
}

.search-category-box input[type="checkbox"]:checked + label {
    font-weight: bold
}

.search-category-box input[type="checkbox"]:checked + label span {
    border-color: #7d9494;
    position: relative
}

.search-category-box input[type="checkbox"]:checked + label span:before {
    position: absolute;
    top: 2px;
    left: 1px;
    width: 11px;
    height: 9px;
    background: url(images/sprite.png) no-repeat -180px -20px;
    content: ""
}

div#sug_container {
    position: relative
}

div#isuggest {
    display: none;
    position: absolute;
    background-color: #FFF;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -khtml-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    overflow: hidden;
    z-index: 10000;
    left: 0
}

div#isuggest ul {
    float: left;
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 5000
}

div#isuggest ul li {
    display: inline;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #222
}

div#isuggest ul li h4 {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 7px;
    background: url(images/bg-green.png) repeat;
    color: #fff;
    font-size: 12px;
    line-height: 18px
}

div#isuggest ul li h4 span {
    font-size: 11px;
    display: block;
    float: right;
    margin-right: 15px;
    color: #fff;
    background: none;
    padding: 0;
    width: auto
}

div#isuggest ul li span, div#isuggest ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 6px 10px;
    background-color: #fff;
    color: #888;
    font-size: 12px;
    font-family: Tahoma
}

div#isuggest ul li a b {
    color: #000
}

div#isuggest ul li span:hover, div#isuggest ul li a:hover {
    color: #000;
    background-color: #F7F7F9;
    text-shadow: rgba(0, 0, 0, 0.4) 0 0 1px;
    cursor: pointer
}

div#isuggest ul li span.medic-suggest {
    display: block;
    float: left;
    width: 100%;
    padding: 6px 10px;
    background-color: #fff;
    color: #888;
    font-size: 12px;
    font-family: Tahoma
}

div#isuggest ul li span.medic-suggest:hover {
    color: #000;
    background-color: #F7F7F9;
    text-shadow: rgba(0, 0, 0, 0.4) 0 0 1px
}

.auth-login-box {
    float: right;
    width: 290px;
    height: 60px;
    margin: 36px 0 0 0
}

.social-login {
    float: left;
    width: 86px;
    height: 60px;
    margin: 0 4px 0 0
}

.social-login span {
    display: block;
    font-size: 11px;
    color: #97a6a6
}

.social-login ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 -6px
}

.social-login ul li {
    display: inline;
    float: left;
    margin: 0 0 0 2px
}

.social-login ul li:first-child {
    margin-left: 0
}

.social-login ul li a {
    display: block;
    width: 20px;
    height: 16px;
    background: url(images/sprite.png) no-repeat
}

.social-login ul li a.medic_header_Facebook {
    background-position: -20px 0
}

.social-login ul li a.medic_header_Google {
    background-position: -40px 0
}

.social-login ul li a.medic_header_Vkontakte {
    background-position: -60px 0
}

.social-login ul li a.medic_header_Twitter {
    background-position: -160px -110px
}

.social-login ul li a.medic_header_Facebook:hover {
    background-position: -20px -20px
}

.social-login ul li a.medic_header_Google:hover {
    background-position: -40px -20px
}

.social-login ul li a.medic_header_Vkontakte:hover {
    background-position: -60px -20px
}

.social-login ul li a.medic_header_Twitter:hover {
    background-position: -180px -110px
}

.login-link, .login-link:visited, .registration-link, .registration-link:visited, .send-btn, .profile-link, .profile-link:visited {
    display: block;
    float: left;
    padding: 0 16px;
    margin: 0 0 0 10px;
    line-height: 36px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(75, 88, 88, 0.5);
    background-color: #aebebe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.login-link:hover, .send-btn, .registration-link:hover, .profile-link:hover {
    background: url(images/bg-green.png) repeat
}

.profile-link, .profile-link:visited {
    float: right
}

.faq-link, .faq-link:visited {
    display: block;
    position: relative;
    float: right;
    margin-top: 8px;
    font-size: 12px;
    color: #258AC5;
    text-decoration: none
}

.faq-link:before {
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #258AC5;
    content: ""
}

.faq-link:hover:before {
    border: 0
}

.main-menu {
    display: block;
    float: left;
    width: 980px;
    height: 40px;
    margin: 18px 0 0 0;
    background-color: rgba(56, 61, 69, 0.95);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.main-menu > ul {
    list-style: none;
    position: relative;
    height: 100%;
    width: 100%;
    display: table
}

.main-menu ul li {
    margin: 0;
    padding: 0
}

.main-menu > ul > li {
    display: table-cell;
    margin: 0;
    height: 100%
}

.main-menu > ul > li > a {
    display: block;
    position: relative;
    text-align: center;
    padding: 0 16px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0, 64, 56, 0.5);
    font-family: 'PT Sans Bold', sans-serif;
    border-left: 1px solid #545d6b
}

.main-menu > ul > li:hover > a {
    background-color: rgba(56, 61, 69, 0.85);
}

.main-menu > ul > li:first-child > a {
    border-left: 0;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px
}

.main-menu > ul > li:last-child > a {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}

.main-menu > ul > li ul {
    display: none;
    list-style: none;
    position: absolute;
    top: 40px;
    z-index: 12;
    background-color: rgba(56, 61, 69, 0.95);
    z-index: 999
}

.main-menu > ul > li > ul {
    border-top: 1px solid #545D6B
}

.main-menu > ul > li ul li {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #545D6B
}

.main-menu > ul > li ul li:last-child {
    border-bottom: 0
}

.main-menu > ul > li ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-shadow: 0px 1px 1px rgba(0, 64, 56, 0.5);
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    padding: 0 17px;
    line-height: 36px;
    padding-top: 2px;
    padding-bottom: 4px;
    white-space: nowrap;
    word-wrap: normal
}

.main-menu > ul > li > ul > li ul li a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 12px;
    white-space: normal;
    word-wrap: none
}

.main-menu > ul > li > ul > li > ul > li > ul > li > a {
    min-width: 120px
}

.main-menu > ul > li ul li a:hover {
    background-color: rgba(56, 61, 69, 0.85);
}

.main-menu > ul > li > ul > li > ul {
    left: 100%;
    top: 0
}

.main-menu > ul > li:hover > ul {
    display: block
}

.main-menu > ul > li > ul > li:hover > ul {
    display: block;
    border-left: 1px solid #00777B
}

.main-menu > ul > li > ul > li > ul > li:hover > ul {
    display: block;
    border-left: 1px solid #00777B;
    left: 100%;
    top: 0
}
.main-menu > ul li.two-column > ul.sub-menu {
    -webkit-columns:2;
    -moz-columns:2;
    columns: 2;
    /*height: 79vh;*/
    column-fill: auto;
    column-gap: 0;
}.main-menu > ul li.three-column > ul.sub-menu {
    -webkit-columns:3;
    -moz-columns:3;
    columns: 3;
    /*height: 79vh;*/
    column-fill: auto;
    column-gap: 0;
}
.main-menu > ul li > ul.sub-menu li {
    break-inside: avoid;
}

.noWordWrap ul li a {
    white-space: nowrap !important;
    word-wrap: normal !important
}

.list2column > ul {
    width: 390px
}

.list2column > ul > li {
    width: 195px;
    float: left
}

.list2column > ul > li:nth-child(2n+1) a {
    border-right: 1px solid #00777B
}

nav.main-menu > ul > li.ambulance-link {
    position: relative
}

nav.main-menu > ul > li.ambulance-link > a {
    background: url(images/bg-red.png) repeat;
    text-shadow: 0px 1px 1px rgba(158, 13, 2, 0.5)
}

nav.main-menu > ul > li.ambulance-link:before {
    position: absolute;
    bottom: -42px;
    left: 71px;
    margin-left: -20px;
    width: 40px;
    height: 42px;
    background: url(images/bg-red.png) repeat;
    content: ""
}

nav.main-menu > ul > li.ambulance-link:after {
    position: absolute;
    top: -25px;
    left: 71px;
    margin-left: -20px;
    width: 40px;
    height: 25px;
    background: url(images/sprite.png) no-repeat -80px 0;
    content: ""
}

nav.main-menu > ul > li.ambulance-link + li a {
    border-left: 0
}

nav.special-menu {
    float: left;
    margin-top: 13px;
    text-align: right
}

nav.special-menu ul {
    list-style: none;
    float: left;
    margin: 3px 0 3px 0;
    width: 100%;
    text-align: left;
    background-color: #ffffff;
    border: solid #41464D;
    border-width: 1px 0px;
    padding: 10px 0px;
}

nav.special-menu ul li {
    display: inline-block;
    float: left;
    margin: 0px 10px;
    width: 146px;
    height: 92px;
    box-sizing: border-box;
    text-align: center;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    box-shadow: 0 0 0 128px rgba(0, 0, 0, 0.7) inset;
    position: relative;
}

nav.special-menu ul li:nth-child(1) {
    background: url(images/sub_menu/estetika.jpg) no-repeat center;
    background-size: 100%;
    margin: 0px 10px 0px 0px
}

nav.special-menu ul li:nth-child(2) {
    background: url(images/sub_menu/foto_simptomov.jpg) no-repeat center;
    background-size: 100%;
}

nav.special-menu ul li:nth-child(3) {
    background: url(images/sub_menu/img-1.jpg) no-repeat center;
    background-size: 100%;
}

nav.special-menu ul li:nth-child(4) {
    background: url(images/sub_menu/zvezdy.jpg) no-repeat center;
    background-size: 100%;
}

nav.special-menu ul li:nth-child(5) {
    background: url(images/sub_menu/depresiya.jpg) no-repeat center;
    background-size: 100%;
}

nav.special-menu ul li:nth-child(6) {
    background: url(images/sub_menu/fitnes.jpg) no-repeat center;
    background-size: 100%;
    margin: 0px 0px 0px 10px
}

nav.special-menu ul li:hover {
    background-size: 120%;
}

nav.special-menu ul li a, nav.special-menu ul li a:visited {
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    padding: 23% 0;
    display: block;
}

nav.special-menu ul li.redItem a {
    color: #e93f33
}

nav.special-menu ul li a:hover {
    text-decoration: underline
}

nav.special-menu .manu-label {
    display: none;
    float: left;
    position: relative;
    background: #dde3e3;
    color: #6b7474;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    padding: 0 4px 0 10px;
    line-height: 24px;
    margin: 0 10px 0 0
}

nav.special-menu .manu-label:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -22px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: 10px solid #dde3e3
}

.mobileMenu, .mobileMenuSpecial {
    display: none
}

section.home-page, section.pageTemplateSection {
    padding-bottom: 270px;
    width: 100%;
    overflow: hidden
}

.home-page.home .content-left {
    width: 100%;
    max-width: 100%
}

.content-left, .pageContent {
    float: left;
    max-width: 650px;
    width: 100%;
    background: rgba(255, 255, 255, .9)
}

.post-preview-box {
    float: left;
    width: 650px;
    margin: 3px 0 24px 0;
    height: 402px
}

.post-preview-box .left-cell {
    float: left;
    width: 370px;
    margin-right: 3px;
    overflow: hidden
}

.post-preview-item {
    float: left;
    width: 370px;
    height: 131px;
    position: relative;
    margin-bottom: 3px;
    overflow: hidden
}

.post-preview-item:hover {
    cursor: pointer;
}

.post-preview-item.selected:hover {
    cursor: auto
}

.post-preview-item a img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-width: 370px
}

.preview-meta-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 370px;
    background: rgba(0, 9, 8, 0.6);
    padding: 10px 0 12px 0;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px
}

.preview-meta-box h2 {
    padding: 0 14px;
    margin-bottom: 4px;
    line-height: 18px
}

.preview-meta-box h2 a, .preview-meta-box h2 a:visited {
    font-size: 17px;
    color: #fff;
    font-family: 'PT Sans Bold', sans-serif;
    text-decoration: none;
    line-height: 18px
}

.preview-meta {
    float: left;
    padding: 0 0 0 14px
}

.preview-meta time, .preview-view, .preview-comments, .preview-comments:visited {
    font-size: 11px;
    margin-right: 34px;
    color: #fff;
    display: inline-block;
    position: relative
}

.preview-meta time {
    float: left;
    margin-top: 3px
}

.preview-view:before {
    position: absolute;
    left: -20px;
    top: 4px;
    width: 12px;
    height: 7px;
    background: url(images/sprite.png) no-repeat -120px 0;
    content: ""
}

.preview-comments:before {
    position: absolute;
    left: -16px;
    top: 4px;
    width: 9px;
    height: 9px;
    background: url(images/sprite.png) no-repeat -140px 0;
    content: ""
}

.preview-comments {
    text-decoration: none
}

.main-preview {
    height: 265px
}

.main-preview > a {
    height: 265px !important
}

.post-preview-box .left-cell .post-preview-item.main-preview > a img {
    margin-top: 0
}

.main-preview .preview-meta-box {
    padding: 10px 0 16px 0
}

.main-preview h2 {
    margin-bottom: 6px;
    line-height: 28px
}

.main-preview h2 a, .main-preview h2:visited {
    font-size: 24px
}

.post-preview-box .left-cell .post-preview-item a img {
    margin-top: -67px;
    position: relative
}

.post-preview-box .second-cell {
    width: 277px;
    float: right;
    overflow: hidden
}

.post-preview-box .second-cell .post-preview-item {
    width: 277px
}

.post-preview-box .second-cell .post-preview-item a img {
    width: 277px;
    margin-top: -33px
}

.post-preview-item > a {
    display: block;
    float: left
}

.post-preview-box .second-cell .preview-meta-box {
    width: 277px
}

.post-preview-box .second-cell .preview-meta-box > a {
    width: 277px;
    height: 131px
}

.post-preview-box .second-cell .preview-meta-box h2, .second-cell .preview-meta {
    padding-left: 22px
}

.main-search-box {
    float: left;
    width: 588px;
    margin-bottom: 24px;
    padding: 30px;
    border: 1px solid #d3d9d9;
    background-image: url(images/bg-main-search.png);
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 15px rgba(0, 177, 179, 0.5);
    -moz-box-shadow: 0px 1px 15px rgba(0, 177, 179, 0.5);
    box-shadow: 0px 1px 15px rgba(0, 177, 179, 0.5)
}

.main-search-box form {
    margin: 0
}

.main-search-box .top-box {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.top-box label {
    float: left;
    margin-right: 12px
}

.top-box label span {
    line-height: 26px;
    position: relative;
    padding: 0px 14px 2px;
    background: #fff;
    color: #d60e00;
    font-family: 'PT Sans Bold', sans-serif;
    font-size: 16px;
    display: block;
    border: 1px solid #cdd5d4;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.top-box label input {
    display: none
}

.top-box label input[type="radio"]:checked + span {
    background: #da3a2f;
    border: 1px solid #da3a2f;
    color: #fff
}

.top-box label input[type="radio"]:checked + span:before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -6px;
    width: 11px;
    height: 4px;
    background: url(images/sprite.png) no-repeat -160px -20px;
    content: ""
}

.top-box .advance-search {
    display: block;
    float: right;
    line-height: 28px;
    border: 1px solid #cdd5d4;
    font-size: 12px;
    color: #258AC5;
    padding: 0 14px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.main-search-box .main-search-input {
    margin: 0 0 0 0;
    border-color: #cdd5d4;
    background: #fff;
    font-size: 12px;
    color: #cccccc;
    font-style: italic;
    height: 26px;
    box-shadow: none;
    padding: 4px 12px;
    width: 218px;
    float: left;
    margin-right: 10px
}

.main-search-box .main-search-input:focus {
    border-color: #dee2e2
}

.main-search-box .main-search-submit {
    margin-bottom: 0;
    background: url(images/sprite.png) no-repeat 15px 13px #00b1b3;
    height: 36px;
    border: 1px solid #00b1b3;
    width: 36px;
    box-shadow: none
}

.content-left > h3, .home-page .content-left div > h3 {
    color: #272727;
    font-size: 19px;
    font-family: 'PT Sans Bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 14px
}

.single-post .content-left > h3 {
    font-size: 18px
}

.archive-post-box, .hot-topic-box {
    float: left;
    width: 650px;
    margin-bottom: 24px
}

.hot-topic-item {
    float: left;
    width: 606px;
    padding: 18px 20px 18px 20px;
    margin: 0 0 5px 0;
    border: 1px solid #e6ecec;
    background: #f5f7f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.hot-topic-item .first-cell {
    float: left;
    width: 145px
}

.hot-topic-item .second-cell {
    float: right;
    width: 460px
}

.hot-topic-thumb {
    float: left
}

.hot-topic-thumb img {
    margin: 5px 20px 0px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.hot-topic-thumb img:hover {
    opacity: 0.8
}

.hot-topic-item h4 {
    float: left;
    width: 460px;
    margin-bottom: 8px
}

.hot-topic-item h4 a, .hot-topic-item h4 a:visited {
    font-size: 18px;
    font-weight: bold;
    color: #258AC5;
    text-decoration: none
}

.hot-topic-item h4 a:hover {
    color: #da3a2f
}

.hot-topic-text {
    float: left;
    width: 460px;
    font-size: 13px;
    color: #3f3f3f;
    margin-bottom: 10px
}

.hot-topic-meta {
    float: left;
    width: 460px
}

.hot-topic-meta time, .hot-topic-like, .hot-topic-view, .hot-topic-comments, .hot-topic-comments:visited {
    font-size: 12px;
    font-style: italic;
    color: #a7a7a7;
    margin-right: 34px;
    display: inline-block;
    position: relative
}

.hot-topic-comments {
    text-decoration: none
}

.hot-topic-comments:hover {
    text-decoration: underline
}

.hot-topic-like:before {
    position: absolute;
    height: 11px;
    width: 13px;
    left: -17px;
    top: 2px;
    background: url("images/sprite.png") no-repeat scroll -140px -110px transparent;
    content: ""
}

.hot-topic-view:before {
    position: absolute;
    left: -20px;
    top: 4px;
    width: 15px;
    height: 8px;
    background: url(images/sprite.png) no-repeat -160px 0;
    content: ""
}

.hot-topic-comments:before {
    position: absolute;
    left: -16px;
    top: 4px;
    width: 11px;
    height: 10px;
    background: url(images/sprite.png) no-repeat -180px 0;
    content: ""
}

.video-carousel-box {
    float: left;
    position: relative;
    width: 650px;
    padding: 36px 0 0 0;
    border-top: 1px solid #E3E9E9;
    margin: 24px 0
}

.video-carousel-box h3 {
    position: absolute;
    left: 0;
    top: -10px;
    background: #fff;
    padding: 0 40px 0 0
}

.video-carousel-box .all-video-link {
    position: absolute;
    top: -13px;
    left: 188px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #575d5d;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    line-height: 28px;
    background: #ecf0f0;
    padding: 0 12px;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.all-video-link:before {
    position: absolute;
    top: 12px;
    right: -14px;
    width: 14px;
    height: 1px;
    background: #fff;
    content: ""
}

.all-video-link:hover {
    background: #e3e3e3
}

#video-carousel {
    list-style: none;
    padding-left: 11px
}

#video-carousel li {
    display: inline;
    width: 146px;
    float: left;
    margin: 0 22px 0 0;
    text-align: left
}

#video-carousel li .video-link {
    display: block;
    position: relative
}

#video-carousel li .video-link:before {
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 33px;
    background: url(images/sprite.png) no-repeat -120px -40px;
    content: ""
}

#video-carousel li a img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 8px
}

#video-carousel li a img:hover {
    opacity: 0.8
}

#video-carousel li a, #video-carousel ul li a:visited {
    font-size: 13px;
    line-height: 18px;
    color: #258AC5;
    font-weight: bold;
    text-decoration: none
}

#video-carousel li a:hover {
    text-decoration: underline
}

.carousel-button-box {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0 0 0 14px;
    background: #fff
}

#video-prev {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    background: url(images/sprite.png) no-repeat 0 -40px;
    margin-right: 5px
}

#video-next {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    background: url(images/sprite.png) no-repeat -30px -40px
}

#video-prev.disabled {
    background-position: -90px -40px
}

#video-next.disabled {
    background-position: -60px -40px
}

.medical-consult {
    float: left;
    width: 650px;
    position: relative;
    border-top: 1px solid #e3e9e9;
    padding: 36px 0 0 0;
    margin-top: 10px;
    margin-bottom: 24px
}

.medical-consult h3 {
    position: absolute;
    left: 0;
    top: -10px;
    background: #fff;
    padding: 0 10px 0 0
}

.medical-consult .all-experts, .medical-consult .all-experts:visited {
    position: absolute;
    top: -11px;
    right: 0;
    background: #fff;
    padding: 0 27px 0 10px;
    text-decoration: none;
    line-height: 20px;
    display: block;
    color: #258AC5;
    font-size: 13px
}

.medical-consult .all-experts:hover {
    text-decoration: underline
}

.medical-consult .all-experts:before {
    position: absolute;
    top: 2px;
    right: 0;
    width: 17px;
    height: 17px;
    background: url(images/sprite.png) no-repeat -120px -20px;
    content: ""
}

.medical-expert-item {
    float: left;
    width: 650px;
    margin-bottom: 16px
}

.medical-consult .first-cell {
    float: left;
    width: 100px
}

.medical-consult .first-cell a img {
    padding: 1px;
    border: 1px solid #e6ecec;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 8px
}

.medical-consult .first-cell a img:hover {
    opacity: 0.8
}

.medical-consult .second-cell {
    float: right;
    width: 550px
}

.expert-meta {
    float: left;
    width: 550px;
    margin-bottom: 8px
}

.expert-meta a.expert-profession, .expert-meta a.expert-profession:visited {
    float: left;
    color: #258AC5;
    font-size: 13px;
    font-family: 'PT Sans Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 12px;
    margin-top: 6px
}

.expert-meta a.expert-profession:hover {
    text-decoration: underline
}

.expert-meta .expert-name {
    font-size: 16px;
    color: #282828;
    font-family: 'PT Sans Bold', sans-serif;
    float: left;
    margin-top: 3px;
    position: relative
}

.expert-meta .expert-name:before {
    position: absolute;
    top: 9px;
    right: -18px;
    width: 8px;
    height: 8px;
    background: #009a86;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: ""
}

.expert-meta .ask-question, .expert-meta .ask-question:visited, .hot-topic-meta .readmore, .hot-topic-meta .readmore:visited {
    float: right;
    display: block;
    background: #258AC5;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0, 64, 56, 0.5);
    padding: 0 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.all-news-link, .all-news-link:visited {
    background: #258AC5;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    text-shadow: 0px 1px 1px rgba(0, 64, 56, 0.5);
    padding: 0 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.expert-meta .ask-question {
    float: left
}

.expert-meta .ask-question:hover, .hot-topic-meta .readmore:hover, .all-news-link:hover {
    background: #1A597D
}

.medical-expert-item .all-answers, .medical-expert-item .all-answers:visited {
    float: right;
    display: inline-block;
    color: #258AC5;
    margin-top: 6px;
    text-decoration: none;
    font-weight: bold
}

.medical-expert-item .all-answers:hover {
    color: #DA3A2F;
    text-decoration: underline
}

.medical-expert-item .all-answers {
}

.expert-quote {
    float: left;
    width: 518px;
    background: #f7fafa;
    border: 1px solid #e6ecec;
    padding: 12px 15px;
    font-size: 13px;
    color: #3f3f3f;
    line-height: 20px;
    position: relative
}

.expert-quote:before {
    position: absolute;
    top: -1px;
    left: -8px;
    width: 8px;
    height: 8px;
    background: url(images/sprite.png) no-repeat -140px -20px;
    content: ""
}

.meta-links-box {
    float: right;
    width: 206px;
    text-align: right
}

.offline .expert-meta .expert-name {
    color: #8b8b8b
}

.offline .expert-meta .expert-name:before {
    background: #ccc
}

.offline .expert-meta .ask-question {
    background: #ccd3d3
}

.question-form-box {
    float: left;
    width: 650px;
    margin-bottom: 24px
}

.question-form-box form {
    margin: 0 0 14px 0
}

.question-form-box form textarea {
    border: 1px solid #d4dedd;
    width: 640px;
    height: 98px;
    background: #f6f9f9;
    margin-bottom: 20px
}

.question-form-box form input[type="submit"] {
    background: #01b1b3;
    height: 34px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(0, 64, 56, 0.5);
    padding: 0 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 18px;
    margin-bottom: 0;
    vertical-align: top
}

.question-form-box form input[type="submit"]:hover {
    background: #258AC5
}

.other-question, .other-question:visited {
    color: #258AC5;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #d1dada;
    padding: 0 16px;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

#page-nav {
    text-align: center;
    margin: 20px 0 25px 0
}

#page-nav li {
    display: inline-block;
    color: #000;
    margin: 0
}

#page-nav li a, #page-nav li a.prevnextpage {
    padding: 5px 8px 5px 8px;
    display: block;
    line-height: 16px;
    text-align: center;
    margin: 0 1px;
    font-size: 13px;
    color: #000;
    text-decoration: none
}

#page-nav li a.prevnextpage {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    border: none
}

#page-nav li a.prevnextpage:hover {
    text-decoration: none
}

#page-nav li span {
}

#page-nav li.three_dots {
    color: #b8b8b8;
    font-size: 13px;
    line-height: 16px
}

#page-nav li.current {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 8px 5px 8px;
    font-weight: bold;
    background: #258AC5
}

#page-nav li.next_arrow {
    color: #000;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 8px 5px 8px
}

#page-nav li.next_arrow a {
    border: none
}

#page-nav li a:hover, #page-nav li span:hover {
    text-decoration: none;
    background: #258AC5;
    color: #fff
}

aside.sidebar-right {
    float: right;
    width: 300px;
    padding-top: 10px
}

.sidebar-widget {
    width: 300px;
    height: auto;
    margin: 0 0 20px 0
}

.sidebar-widget a img:hover {
    opacity: 0.8
}

.sidebar-widget h3 {
    color: #272727;
    font-size: 16px;
    font-family: 'PT Sans Bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px
}

.sidebar-widget .widget-desc {
    font-size: 16px;
    color: #666666;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 10px;
    line-height: 18px
}

.price-item {
    width: 300px;
    padding: 7px 0;
    border-top: 1px solid #e6e6e6
}

.item-name {
    font-size: 14px;
    color: #258AC5;
    display: inline-block;
    float: left
}

.item-place {
    font-size: 14px;
    color: #b2b2b2;
    display: inline-block
}

.item-price {
    float: right;
    color: #da3a2f;
    font-size: 14px;
    font-weight: bold
}

.price-search-input {
    width: 234px;
    border: 1px solid #d4dedd;
    border-right: 0;
    padding: 8px 14px;
    color: #bbbbbb;
    font-size: 14px;
    font-style: italic;
    float: left;
    margin: 0;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #f7f7f7 5%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(5%, #f7f7f7));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #f7f7f7 5%);
    background: -o-linear-gradient(top, #eeeeee 0%, #f7f7f7 5%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #f7f7f7 5%);
    background: linear-gradient(to bottom, #eeeeee 0%, #f7f7f7 5%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f7f7f7', GradientType=0);
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    box-shadow: none
}

.price-search-input:focus {
    box-shadow: none;
    border-color: #D8D8D8
}

.directory ul {
    list-style: none;
    width: 300px;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    background: rgba(255, 255, 255, .9)
}

.directory ul li {
    float: left;
    margin: 0 20px 0 0;
    width: 140px;
    border-top: 1px solid #e6e6e6
}

.directory ul li:nth-child(2), .directory ul li:first-child {
    border-top: 0
}

.directory ul li:nth-child(even) {
    margin-right: 0
}

.directory ul li a, .directory ul li a:visited {
    font-size: 13px;
    color: #258AC5;
    text-decoration: none;
    display: block;
    line-height: 18px;
    padding: 8px 0 8px 14px;
    position: relative
}

.directory ul li a:hover {
    text-decoration: underline
}

.directory ul li a:before {
    position: absolute;
    top: 15px;
    left: 1px;
    width: 4px;
    height: 4px;
    background: #cbcbcb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: ""
}

.symbol-box {
    width: 300px;
    height: auto;
    margin: 8px 0
}

.symbol-prev {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background: url(images/sprite.png) no-repeat -180px -40px;
    margin-right: 6px
}

.symbol-prev.disable {
    background-position: 0 -80px
}

.symbol-next.disable {
    background-position: -20px -80px
}

.symbol-next {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    background: url(images/sprite.png) no-repeat -160px -40px
}

.symbol-container {
    width: 248px;
    height: 17px;
    overflow: hidden;
    float: left;
    margin-left: 4px;
    margin-top: 0px;
    position: relative
}

.symbol-wrapp {
    width: 1000px;
    left: 0px;
    position: absolute;
    top: 0
}

.symbol-wrapp a, .symbol-wrapp a:visited {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    width: 14px;
    margin: 0 5px;
    color: #258AC5;
    text-decoration: none;
    text-transform: uppercase
}

.symbol-wrapp a:hover {
    text-decoration: underline
}

.all-items-list, .all-items-list:visited {
    background: #ecf0f0;
    display: block;
    text-align: center;
    color: #575d5d;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    line-height: 38px
}

.all-items-list:hover {
    background: #e3e3e3
}

.bolezn-widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.bolezn-widget ul li {
    margin: 0;
    padding: 6px 0 8px;
    border-bottom: 1px solid #e6e6e6;
    background: rgba(255, 255, 255, .9)
}

.bolezn-widget ul li:first-child {
    border-top: 1px solid #e6e6e6
}

.bolezn-widget ul li a, .bolezn-widget ul li a:visited {
    font-size: 14px;
    color: #258AC5;
    text-decoration: none
}

.bolezn-widget ul li a:hover {
    text-decoration: underline
}

.bolezn-widget ul li p {
    font-size: 12px;
    color: #8b8b8b;
    margin: 4px 0 0 0
}

.menu-widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-widget ul li {
    margin: 0 0 4px 0
}

.menu-widget ul li a, .menu-widget ul li a:visited {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: 'PT Sans Bold', sans-serif;
    text-shadow: 0px 1px 1px rgba(0, 64, 56, 0.5);
    padding: 0 0 0 18px;
    line-height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(56, 61, 69, 0.95);
    text-decoration: none
}

.menu-widget ul li a:hover {
    background-color: rgba(56, 61, 69, 0.85)
}

.menu-widget ul li.redItem a, .menu-widget ul li.redItem a:visited {
    background: url(images/bg-red.png) repeat
}

.menu-widget ul li.redItem a:hover {
    opacity: 0.9
}

.tagcloud {
    width: 300px
}

.tagcloud a, .tagcloud a:visited {
    display: inline-block;
    font-size: 12px;
    color: #272727;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    padding: 0 8px;
    line-height: 26px;
    border-bottom: 1px solid #dae8e8;
    background: #e9f4f4;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 6px 6px 0
}

.tagcloud a:hover {
    background: #dbe5e5
}

.social-widget-box {
    width: 252px;
    height: auto;
    padding: 5px 24px !important
}

.social-widget-box a {
    float: left;
    margin-right: 22px;
    text-decoration: none
}

.social-widget-box a span.social-icon {
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(images/bg-social-link.png) repeat
}

.social-widget-box a span.social-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(images/sprite.png) no-repeat;
    content: ""
}

.social-widget-box a.fb span.social-icon:before {
    width: 9px;
    height: 18px;
    margin-left: -5px;
    margin-top: -9px;
    background-position: -40px -80px
}

.social-widget-box a.vk span.social-icon:before {
    width: 20px;
    height: 11px;
    margin-left: -10px;
    margin-top: -5px;
    background-position: -60px -80px
}

.social-widget-box a.tw span.social-icon:before {
    width: 16px;
    height: 14px;
    margin-left: -8px;
    margin-top: -7px;
    background-position: -80px -80px
}

.social-widget-box a.gp span.social-icon:before {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    background-position: -30px -130px
}

.social-widget-box a.gp {
    margin-right: 0
}

.social-widget-box a.fb:hover span.social-icon {
    background: url(images/bg-fb.png) repeat
}

.social-widget-box a.vk:hover span.social-icon {
    background: url(images/bg-vk.png) repeat
}

.social-widget-box a.tw:hover span.social-icon {
    background: url(images/bg-tw.png) repeat
}

.social-widget-box a.gp:hover span.social-icon {
    background: url(images/bg-gp-new.png) repeat
}

.social-widget-box a span.social-value {
    display: none;
    width: 46px;
    height: 17px;
    padding-top: 7px;
    margin-top: 7px;
    background: url(images/sprite.png) no-repeat -154px -76px;
    text-align: center;
    font-size: 11px;
    color: #9fa7a7
}

.custom-widget ul {
    list-style: none
}

.custom-widget ul li {
    margin: 0;
    border-bottom: 1px solid #E6E6E6;
    padding: 8px 0 10px;
    background: rgba(255, 255, 255, 0.9)
}

.custom-widget ul li:first-child {
    border-top: 1px solid #E6E6E6
}

.custom-widget ul li > a, .custom-widget ul li > a:visited {
    color: #258AC5;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    text-decoration: none
}

.custom-widget ul li > a:hover {
    text-decoration: underline
}

.custom-widget .meta-box {
    margin: 6px 0 0px
}

.custom-widget .meta-box time, .widget-view, .widget-likes, .widget-comments, .widget-comments:visited {
    font-size: 12px;
    font-style: italic;
    color: #8B8B8B;
    margin-right: 34px;
    display: inline-block;
    position: relative
}

.widget-comments {
    text-decoration: none
}

.widget-comments:hover {
    text-decoration: underline
}

.widget-view:before {
    position: absolute;
    left: -20px;
    top: 4px;
    width: 15px;
    height: 8px;
    background: url(images/sprite.png) no-repeat -160px 0;
    content: ""
}

.widget-comments:before {
    position: absolute;
    left: -16px;
    top: 4px;
    width: 11px;
    height: 10px;
    background: url(images/sprite.png) no-repeat -180px 0;
    content: ""
}

.widget-likes:before {
    position: absolute;
    left: -17px;
    top: 2px;
    width: 13px;
    height: 11px;
    background: url(images/sprite.png) no-repeat -140px -110px;
    content: ""
}

#mc-embedded-subscribe-form {
    position: relative
}

#mc_embed_signup .mc-field-group label {
    margin-bottom: 4px;
    color: #272727;
    font-size: 12px;
    font-weight: bold
}

#mc_embed_signup .mc-field-group input[type="email"], #mc_embed_signup .mc-field-group input[type="text"] {
    width: 184px;
    padding: 8px;
    margin-bottom: 0px;
    border: 1px solid #adadad;
    color: #272727;
    font-weight: bold;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 0 1px #EFEFEF inset;
    -moz-box-shadow: 0 2px 0 1px #EFEFEF inset;
    box-shadow: 0 2px 0 1px #EFEFEF inset;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease
}

#mc_embed_signup .mc-field-group input[type="email"]:focus, #mc_embed_signup .mc-field-group input[type="text"]:focus {
    -webkit-box-shadow: 0 2px 0 1px #EFEFEF inset;
    -moz-box-shadow: 0 2px 0 1px #EFEFEF inset;
    box-shadow: 0 2px 0 1px #EFEFEF inset;
    border: 1px solid #adadad
}

#mc-embedded-subscribe {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    margin-bottom: 0;
    height: 36px;
    width: 100px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    background: #258AC5;
    text-shadow: 0px 1px 1px rgba(75, 88, 88, 0.5);
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}

#mc-embedded-subscribe:hover {
    background: #1A597D
}

footer {
    position: absolute;
    bottom: 0;
    clear: both;
    display: block;
    width: 100%;
    height: 236px;
    padding: 34px 0 0 0;
    margin: 0px auto;
    background: url(images/bg-footer.png) repeat
}

footer .first-cell {
    width: 190px;
    float: left
}

.logo-footer {
    display: block;
    width: 105px;
    height: 49px;
    background: url(images/logo-footer.png) no-repeat
}

.logo-footer:hover {
    opacity: 0.8
}

.copyright {
    float: left;
    color: #808080;
    font-size: 12px;
    margin-top: 24px;
    line-height: 20px
}

.footerInfo {
    float: left;
    color: #7f7f7f;
    font-size: 12px;
    margin-top: 18px;
    line-height: 20px
}

.footerInfo span {
    font-size: 13px;
    font-weight: bold;
    color: #cbcbcb
}

.footerInfo span a, .footerInfo span a:visited {
    color: #258AC5;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline
}

.footerInfo span a:hover {
    text-decoration: none
}

.decollete {
    display: block;
    width: 122px;
    height: 20px;
    background: url(images/decollete.png) no-repeat;
    margin-top: 23px;
    float: left
}

.decollete:hover {
    opacity: 0.8
}

footer .wrapper {
    min-height: 212px
}

footer .second-cell {
    width: 790px;
    float: left
}

footer ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

footer ul.footer-menu > li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px
}

footer ul.footer-menu li:first-child {
    margin-left: 0
}

footer ul.footer-menu li a, footer ul.footer-menu li a:visited {
    font-size: 16px;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 16px;
    display: inline-block;
    text-decoration: none
}

footer ul.footer-menu li > a:hover {
    text-decoration: underline
}

footer ul.footer-menu li ul {
    list-style: none
}

footer ul.footer-menu li ul li {
    width: 150px;
    margin: 0 0 10px 0
}

footer ul.footer-menu li ul li a, footer .second-cell ul li ul li a:visited {
    font-size: 14px;
    color: #258AC5;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 0;
    text-decoration: underline
}

footer ul.footer-menu li ul li a:hover {
    text-decoration: none
}

.sub-menu li {
    width: auto
}

footer .footer-nav {
    width: 790px;
    padding: 22px 0 0 0;
    border-top: 1px solid #454545;
    margin-top: 6px;
    position: absolute;
    bottom: 2px;
    right: 0
}

footer .footer-nav ul {
    list-style: none;
    width: 790px;
    margin: 0
}

footer .footer-nav ul li {
    display: inline;
    margin-right: 20px;
    margin-left: 20px
}

footer .footer-nav ul li:first-child {
    margin-left: 0
}

footer .footer-nav ul li a, footer .footer-nav ul li a:visited {
    color: #f2f2f2;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif
}

footer .footer-nav ul li a:hover {
    color: #ff5e53
}

footer .footer-nav ul li.current-menu-item a {
    color: #ff5e53
}

.list-ajax-loader {
    position: relative;
    width: 80px;
    height: 12px;
    background: transparent url(images/heart-beat-loader.gif) no-repeat 0 0;
    margin: 40px auto
}

.breadcrumbs {
    float: left;
    width: 100%;
    padding: 10px 0;
}



.breadcrumbs span:last-child {
    margin-right: 0
}

.breadcrumbs span a, .breadcrumbs span a:visited, .breadcrumbs span {
    font-size: 12px;
    color: #258AC5;
    position: relative
}
.breadcrumbs span {
	margin-right: 24px;
	color: #A7A7A7
}

.breadcrumbs span a:before {
    position: absolute;
    right: -17px;
    top: 50%;
    width: 9px;
    height: 1px;
    background: #258AC5;
    content: ""
}

article h1 {
    font-size: 30px;
    color: #272727;
    font-family: 'PT Sans Bold', sans-serif;
    line-height: 30px;
    margin-bottom: 10px
}

body.page .home-page .wrapper .content-left article {
    margin-top: 20px
}

article .post-meta {
    width: 650px;
    height: auto;
    margin-bottom: 10px
}

.post-meta time, .post-like, .post-view, .post-comments, .post-comments:visited {
    font-size: 12px;
    font-style: italic;
    color: #a7a7a7;
    margin-right: 34px;
    display: inline-block;
    position: relative
}

.post-comments {
    text-decoration: none;
    color: #258AC5
}

.post-comments:hover {
    text-decoration: underline
}

.post-like:before {
    position: absolute;
    height: 11px;
    width: 13px;
    left: -17px;
    top: 2px;
    background: url("images/sprite.png") no-repeat scroll -140px -110px transparent;
    content: ""
}

.post-view:before {
    position: absolute;
    left: -20px;
    top: 4px;
    width: 15px;
    height: 8px;
    background: url(images/sprite.png) no-repeat -160px 0;
    content: ""
}

.post-comments:before {
    position: absolute;
    left: -16px;
    top: 4px;
    width: 11px;
    height: 10px;
    background: url(images/sprite.png) no-repeat -180px 0;
    content: ""
}

.post-img-box {
    width: 100%;
    height: 255px;
    overflow: hidden;
    padding: 1px;
    border: 1px solid #e6ecec;
    margin-bottom: 22px
}

.post-img-box img {
    width: 646px;
    margin: 0px auto;
    display: block;
}

.post-img-box img:hover {
    opacity: 0.8
}

article h2 {
    color: #272727;
    font-size: 16px;
    font-weight: bold;
    margin: 24px 0 6px
}

article .excerpt {
    width: 650px;
    margin-bottom: 22px
}

article .excerpt p {
    font-size: 19px;
    color: #000;
    font-family: 'PT Sans', sans-serif;
    line-height: 28px
}

article > p {
    font-size: 14px;
    line-height: 22px
}

article blockquote {
    width: 650px;
    height: auto;
    margin: 26px 0;
    position: relative;
    border: 0;
    padding: 0
}

article blockquote .quote-text {
    width: 600px;
    height: auto;
    position: relative;
    padding: 20px 24px;
    border: 1px solid #e6ecec;
    background: #f7fafa;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

article blockquote .quote-text:before {
    position: absolute;
    bottom: -9px;
    left: 24px;
    width: 10px;
    height: 9px;
    background: url(images/sprite.png) no-repeat -100px -80px;
    content: ""
}

article blockquote p {
    font-style: italic;
    color: #404040;
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

article .quote-author-box {
    width: 626px;
    padding-left: 24px;
    height: auto;
    margin-top: 16px
}

article .quote-author-box .quote-author, article .quote-author-box .quote-author:visited {
    color: #282828;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    float: left
}

article .quote-author-box .quote-author:hover {
    text-decoration: underline;
    cursor: pointer
}

article .quote-author-box .author-desc {
    font-size: 14px;
    color: #747474;
    font-style: italic
}

img.alignleft {
    float: left;
    margin: 8px 20px 10px 0;
    padding: 1px;
    border: 1px solid #e6ecec
}

img.alignleft:hover {
    opacity: 0.8
}

article .halfcol {
    display: inline;
    float: left;
    width: 50% !important;
    margin-left: 0
}

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

{
    margin: 0 0 16px 0
;
    font-size: 14px
;
    color: #404040
;
    position: relative
;
    padding-left: 16px
;
    line-height: 20px
}
article ul li:before {
    position: absolute;
    left: -10px;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #009a86;
    content: "";
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

article ul li:last-child {
    margin-bottom: 0
}

article ol {
    padding: 0;
    margin: 10px 0 0px 30px
}

article ol li {
    margin: 0 0 16px 0;
    font-size: 14px;
    color: #258AC5;
    position: relative;
    font-weight: bold;
    line-height: 20px
}

article ol li span {
    font-weight: normal;
    color: #404040
}

article ol li:last-child {
    margin-bottom: 0
}

article table {
    margin: 14px 0 26px
}

article table tr {
    border-top: 1px solid #e6ecec;
    border-left: 1px solid #e6ecec;
    border-right: 1px solid #e6ecec
}

article table tr:last-child {
    border-bottom: 1px solid #e6ecec
}

article table tr td {
    color: #858d8d;
    font-size: 14px;
    font-style: italic;
    border: 0;
    padding-top: 18px;
    padding-bottom: 18px
}

article table tr td:first-child {
    padding-left: 16px;
    width: 144px;
    border-right: 1px solid #e6ecec;
    background: #f5f7f7
}

article table tr td:last-child {
    padding-left: 18px;
    font-size: 14px;
    font-weight: normal;
    color: #404040
}

.metadata-box {
    width: 650px;
    height: auto;
    padding: 5px 0;
    margin-bottom: 3px
}

.metadata-box .label-tags {
    position: relative;
    display: block;
    float: left;
    height: 26px;
    font-size: 12px;
    color: #abb2b2;
    font-weight: bold;
    padding: 0 5px 0 12px;
    line-height: 27px;
    margin-right: 28px;
    border: 1px solid #e6ecec;
    border-right: none;
    text-transform: uppercase;
    margin-bottom: 5px
}

.metadata-box .label-tags:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 3px;
    height: 19px;
    width: 19px;
    border: 1px solid #e6ecec;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.metadata-box a, .metadata-box a:visited, .meta-values {
    display: block;
    float: left;
    font-size: 12px;
    color: #272727;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    padding: 1px 10px 0 10px;
    line-height: 25px;
    border-bottom: 1px solid #dae8e8;
    background: #e9f4f4;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 5px 5px 0
}

.metadata-box a:hover, .meta-values {
    background: #dbe5e5
}

.tags-box {
    width: 650px;
    height: auto;
    padding: 24px 0;
    border-top: 1px solid #e6ecec;
    border-bottom: 1px solid #e6ecec;
    margin-bottom: 20px
}

.tags-box .label-tags {
    display: block;
    float: left;
    font-size: 12px;
    color: #abb2b2;
    font-weight: bold;
    padding: 0 0 0 12px;
    width: 60px;
    line-height: 27px;
    margin-right: 12px;
    background: url(images/sprite.png) no-repeat 0px -100px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.tags-box a, .tags-box a:visited {
    display: block;
    float: left;
    font-size: 12px;
    color: #272727;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    padding: 1px 10px 0 10px;
    line-height: 25px;
    border-bottom: 1px solid #dae8e8;
    background: #e9f4f4;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 5px 5px 0
}

.tags-box a:hover {
    background: #dbe5e5
}

.social-link-box {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 20px
}

.social-link-box .left-cell {
    display: table-cell;
    width: 470px
}

.social-link-box .right-cell {
    display: table-cell
}

.social-link-box .left-cell div.share_vk {
    width: 165px;
    float: left
}

.social-link-box .left-cell div.share_vk.top_buttons {
    margin-top: 0
}

.social-link-box .left-cell div.share_twi {
    width: 78px
}

.social-link-box .left-cell div.share_fb, .social-link-box .left-cell div.share_twi, .social-link-box .left-cell div.share_gplus {
    display: block;
    float: left;
    margin: 0 0 0 10px
}

.social-link-box .left-cell div.share_fb {
    margin-left: 0
}

.social-link-box .right-cell .ratingstars {
    float: left !important
}

.social-link-box .right-cell .ratingtext {
    float: right !important;
    margin-left: 10px !important;
    margin-top: 2px !important;
    padding-bottom: 0 !important
}

.social-link-box .right-cell .votes_count {
    height: 20px;
    line-height: 20px;
    padding-top: 1px;
    color: #258AC5;
    font-family: 'PT Sans Bold', sans-serif;
    font-size: 14px
}

.post-author-box {
    width: 608px;
    padding: 20px;
    height: auto;
    border: 1px solid #e6ecec;
    background: #f5f7f7;
    margin-bottom: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.post-author-box .first-cell {
    float: left;
    width: 90px;
    text-align: left
}

.post-author-box .first-cell a img {
    padding: 1px;
    background: #fff;
    border: 1px solid #e6ecec
}

.post-author-box .first-cell a img:hover {
    opacity: 0.8
}

.post-author-box .second-cell {
    float: right;
    width: 518px
}

.post-author-box .second-cell .post-author {
    font-size: 14px;
    color: #000;
    margin-bottom: 7px
}

.post-author-box .second-cell .post-author a, .post-author-box .second-cell .post-author a:visited {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-decoration: none
}

.post-author-box .second-cell .post-author a:hover {
    text-decoration: underline
}

.post-author-box .second-cell .post-author-desc {
    font-size: 13px;
    font-style: italic;
    color: #9fa7a7;
    margin-bottom: 7px
}

.post-author-box .second-cell .author-social-links {
    width: 100%;
    height: 24px
}

.author-social-links a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #bdc4c5;
    position: relative;
    margin-right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.author-social-links a:before {
    position: absolute;
    background: url(images/sprite.png) no-repeat;
    content: "";
    top: 50%;
    left: 50%
}

.author-social-links a.fb:before {
    width: 8px;
    height: 15px;
    margin-left: -4px;
    margin-top: -7px;
    background-position: -80px -100px
}

.author-social-links a.vk:before {
    width: 10px;
    height: 12px;
    margin-left: -4px;
    margin-top: -6px;
    background-position: -100px -100px
}

.author-social-links a.gp:before {
    width: 16px;
    height: 16px;
    margin-left: -7px;
    margin-top: -7px;
    background-position: -120px -100px
}

.author-social-links a.fb:hover {
    background: #1870c1
}

.author-social-links a.vk:hover {
    background: #3b7499
}

.author-social-links a.gp:hover {
    background: #b93722
}

.prev-next-box {
    float: left;
    width: 650px;
    margin: 0 0 30px
}

.prev-next-box .first-cell {
    float: left;
    width: 300px;
    background: rgba(255, 255, 255, .9)
}

.prev-next-box .second-cell {
    float: right;
    width: 300px;
    text-align: right;
    background: rgba(255, 255, 255, .9)
}

.prev-next-box .first-cell .prev, .prev-next-box .second-cell .next {
    color: #258AC5;
    border: 1px solid #d5dede;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 18px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    display: block;
    position: relative
}

.prev-next-box .first-cell .prev:hover, .prev-next-box .second-cell .next:hover {
    text-decoration: underline
}

.prev-next-box .first-cell .prev {
    padding: 6px 0 6px 16px;
    border-left: 0
}

.prev-next-box .second-cell .next {
    padding: 6px 16px 6px 0;
    border-right: 0
}

.prev-next-box .first-cell .prev:before, .prev-next-box .first-cell .prev:after {
    content: "";
    position: absolute;
    right: 100%;
    height: 50%;
    width: 0;
    margin-right: -1px;
    border-left: 1px solid #d5dede
}

.prev-next-box .first-cell .prev:before {
    top: 0;
    -webkit-transform: skew(-40deg, 0deg);
    -moz-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    -o-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.prev-next-box .first-cell .prev:after {
    bottom: 0;
    -webkit-transform: skew(40deg, 0deg);
    -moz-transform: skew(40deg, 0deg);
    -ms-transform: skew(40deg, 0deg);
    -o-transform: skew(40deg, 0deg);
    transform: skew(40deg, 0deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.prev-next-box .second-cell .next:before, .prev-next-box .second-cell .next:after {
    content: "";
    position: absolute;
    left: 100%;
    height: 50%;
    width: 0;
    margin-left: -1px;
    border-right: 1px solid #d5dede
}

.prev-next-box .second-cell .next:before {
    top: 0;
    -webkit-transform: skew(40deg, 0deg);
    -moz-transform: skew(40deg, 0deg);
    -ms-transform: skew(40deg, 0deg);
    -o-transform: skew(40deg, 0deg);
    transform: skew(40deg, 0deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.prev-next-box .second-cell .next:after {
    bottom: 0;
    -webkit-transform: skew(-40deg, 0deg);
    -moz-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    -o-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.other-post-box {
    width: 650px;
    height: auto;
    margin-bottom: 36px
}

.other-post-item {
    float: left;
    width: 200px;
    margin-left: 25px;
    background: rgba(255, 255, 255, .9)
}

.other-post-item:first-child {
    margin-left: 0
}

.other-post-item a img {
    padding: 1px;
    border: 1px solid #e6ecec;
    width: 196px;
    height: 116px;
    margin-bottom: 6px
}

.other-post-item a img:hover {
    opacity: 0.8
}

.other-post-item h3 {
    padding-right: 20px
}

.other-post-item h3 a, .other-post-box h3 a:visited {
    color: #258AC5;
    font-size: 16px;
    font-family: 'PT Sans Bold', sans-serif;
    text-decoration: none;
    text-transform: none
}

.other-post-item h3 a:hover {
    text-decoration: underline
}

.other-post-meta {
    float: left;
    width: 100%
}

.other-post-meta time {
    font-size: 12px;
    font-style: italic;
    color: #a7a7a7;
    margin-right: 34px;
    display: inline-block;
    position: relative
}

.other-post-meta .post-comments {
    color: #a7a7a7
}

span.hreview-aggregate {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden
}

#comments {
    float: left;
    position: relative;
    width: 100%;
    margin: 4px 0 30px 0
}

#comments ol {
    list-style: none;
    padding: 0;
    margin: 0
}

#comments ol li {
    padding: 18px 0 0 0;
    margin: 0
}

#comments ol > li {
    border-top: 1px solid #e6ecec
}

.comment_wrapper {
    margin-bottom: 18px;
    float: left
}

.comment_wrapper a.ava-box {
    display: block;
    float: left
}

.comment_wrapper a.ava-box img {
    margin-right: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.comment_wrapper a.ava-box img:hover {
    opacity: 0.8
}

.comment_wrapper .comment-meta {
    vertical-align: top;
    width: 100%
}

.comment_wrapper .comment-meta .first-cell {
    float: left;
    width: 54px;
    height: auto
}

.comment_wrapper .comment-meta .second-cell {
    float: left;
    width: auto;
    height: auto
}

a.comment-author, a.comment-author:visited {
    color: #272727;
    font-size: 14px;
    font-weight: bold;
    clear: right;
    text-decoration: none;
    margin-bottom: 6px
}

a.comment-author:hover {
    text-decoration: underline
}

.time-reply-box {
    margin-top: 6px
}

.time-reply-box time, .time-reply-box a, .time-reply-box a:visited {
    color: #999999;
    font-size: 13px;
    margin-right: 10px;
    font-style: italic
}

.comment_wrapper .comment-text, .comment_wrapper .comment-text p {
    color: #272727;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px
}

#comments ol li ul.children {
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;
    position: relative
}

#comments ol li ul.children:before {
    position: absolute;
    left: -30px;
    top: 0px;
    width: 1px;
    height: 38px;
    background: #e6ecec;
    content: ""
}

#comments ol li ul.children:after {
    position: absolute;
    left: -29px;
    top: 38px;
    width: 19px;
    height: 1px;
    background: #e6ecec;
    content: ""
}

.add-comments {
    position: relative;
    float: left;
    width: 588px;
    padding: 20px 30px;
    margin-bottom: 40px;
    border: 1px solid #e6ecec;
    background: #f5f7f7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.login-with-social {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

#wp-social-login-connect-options {
    padding-top: 0 !important
}

#wp-social-login-connect-with, .label-social {
    font-size: 14px;
    color: #475454;
    line-height: 34px;
    padding-top: 1px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 34px 0 0px;
    padding: 0 10px 0 16px;
    border: 1px solid #e6e6e6;
    border-right: 0
}

#wp-social-login-connect-with:before, .label-social:before, #wp-social-login-connect-with:after, .label-social:after {
    content: "";
    position: absolute;
    left: 100%;
    height: 50%;
    width: 0;
    margin-left: -1px;
    border-right: 1px solid #d5dede
}

#wp-social-login-connect-with:before, .label-social:before {
    top: 0;
    -webkit-transform: skew(40deg, 0deg);
    -moz-transform: skew(40deg, 0deg);
    -ms-transform: skew(40deg, 0deg);
    -o-transform: skew(40deg, 0deg);
    transform: skew(40deg, 0deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

#wp-social-login-connect-with:after, .label-social:after {
    bottom: 0;
    -webkit-transform: skew(-40deg, 0deg);
    -moz-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    -o-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

#wp-social-login-connect-options a {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 8px
}

#wp-social-login-connect-options a:hover {
    opacity: 0.8
}

#wp-social-login-connect-options a:before {
    position: absolute;
    background: url(images/sprite.png) no-repeat;
    content: "";
    top: 50%;
    left: 50%
}

#wp-social-login-connect-options a.medic_Facebook {
    background: url(images/bg-fb.png) repeat
}

#wp-social-login-connect-options a.medic_Vkontakte {
    background: url(images/bg-vk.png) repeat
}

#wp-social-login-connect-options a.medic_Google {
    background: url(images/bg-gp.png) repeat
}

#wp-social-login-connect-options a.medic_Twitter {
    background: url(images/bg-tw.png) repeat
}

#wp-social-login-connect-options a.medic_Facebook:before {
    width: 8px;
    height: 15px;
    margin-left: -4px;
    margin-top: -7px;
    background-position: -80px -100px
}

#wp-social-login-connect-options a.medic_Vkontakte:before {
    width: 10px;
    height: 12px;
    margin-left: -4px;
    margin-top: -6px;
    background-position: -100px -100px
}

#wp-social-login-connect-options a.medic_Google:before {
    width: 16px;
    height: 16px;
    margin-left: -7px;
    margin-top: -7px;
    background-position: -120px -100px
}

#wp-social-login-connect-options a.medic_Twitter:before {
    height: 14px;
    margin-left: -8px;
    margin-top: -7px;
    width: 16px;
    background-position: -80px -80px
}

.add-comments form {
    margin: 0
}

.add-comments legend {
    float: left;
    margin-bottom: 0;
    width: 284px;
    position: relative;
    margin-bottom: 10px
}

.add-comments .for-textarea {
    width: 588px
}

.add-comments .for-email {
    float: right
}

.add-comments legend:first-child {
    margin-right: 20px
}

.add-comments legend:nth-child(3) {
    width: 660px
}

.error-message {
    position: absolute;
    left: 0;
    bottom: -12px;
    padding: 0 9px;
    line-height: 22px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    background: #db5233
}

.error-message:before {
    position: absolute;
    left: 0;
    top: -5px;
    width: 6px;
    height: 5px;
    background: url(images/sprite.png) no-repeat -160px -120px;
    content: ""
}

.error-message {
    display: none
}

.add-comments legend span {
    color: #97a0a0;
    font-size: 14px;
    display: block;
    font-weight: normal
}

.add-comments legend input[type="text"], .add-comments legend input[type="email"] {
    width: 274px;
    height: 26px;
    border-color: #d8d8d8
}

.add-comments legend input[type="text"]:focus, .add-comments legend input[type="email"]:focus {
    border-color: #d8d8d8;
    box-shadow: none
}

.add-comments legend textarea {
    width: 578px;
    height: 100px;
    margin-bottom: 20px
}

.add-comments legend textarea + .error-message {
    bottom: -1px
}

#commentform .avatar {
    float: left;
    margin-right: 10px
}

#commentform .avatar + span {
    line-height: 24px
}

#commentform .avatar + span, #commentform .avatar + span a, #commentform .avatar + span a:visited {
    color: #332F2E;
    font-family: 'PT Sans Bold', sans-serif;
    font-size: 14px
}

.add-comments .user-wrap {
    margin-bottom: 4px;
    width: 588px
}

#cancel-comment-reply {
    margin-top: 14px
}

#cancel-comment-reply small a, #cancel-comment-reply small a:visited {
    color: #332F2E;
    font-family: 'PT Sans Bold', sans-serif;
    font-size: 14px
}

#respond form input[type="submit"] {
    background: #258AC5;
    height: 34px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(0, 64, 56, 0.5);
    padding: 0 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 18px;
    margin-bottom: 0;
    vertical-align: top
}

#respond form input[type="submit"]:hover {
    background: #1A597D
}

#top {
    width: 56px;
    height: 56px;
    position: fixed;
    right: 50%;
    margin-right: -556px;
    bottom: 66px;
    cursor: pointer;
    background: #d2dada;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

#top:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -9px;
    width: 22px;
    height: 15px;
    background: url(images/sprite.png) no-repeat 0 -140px;
    content: ""
}

#top:hover {
    background: #cad2d2
}

#top:hover > span {
    display: block
}

#top span {
    display: none;
    color: #6d7e7e;
    font-size: 11px;
    width: 56px;
    position: absolute;
    bottom: -18px;
    left: 0;
    text-align: center
}

.attentionBox {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: -630px;
    bottom: 140px;
    width: 62px;
    height: 56px;
    background: url(images/attention.png) no-repeat
}

.attentionBox span {
    width: 200px;
    color: #6d7e7e;
    font-size: 11px;
    position: absolute;
    bottom: -52px;
    left: -69px;
    text-align: center
}

#ambulance {
    width: 64px;
    height: 40px;
    position: absolute;
    display: none;
    top: 114px;
    left: -214px;
    background: url(images/ambulance.png) no-repeat
}

.archive-post-box {
    padding-top: 20px
}

.archive-post-box .hot-topic-item {
    background: none;
    border: 0;
    border-bottom: 1px solid #E6ECEC
}

.archive-post-box h3 + .hot-topic-item {
    border-top: 1px solid #E6ECEC
}

.content404 {
    width: 980px;
    height: 486px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -243px;
    margin-left: -490px
}

.content404 h1 {
    margin-bottom: 20px
}

.content404 h1, .content404 h2 {
    color: #272727;
    font-family: 'PT Sans Bold', sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-align: center
}

.content404 h2 {
    font-size: 26px;
    margin-bottom: 100px
}

.content404 h3 {
    padding: 0 165px;
    color: #272727;
    font-family: 'PT Sans Bold', sans-serif;
    font-size: 19px;
    margin-bottom: 14px;
    text-transform: uppercase
}

.content404 .main-search-box {
    margin-left: 165px;
    margin-right: 165px;
    margin-bottom: 100px
}

.content404 .homeLink, .content404 .homeLink:visited {
    position: relative;
    padding-left: 30px;
    color: #00B1B3;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px
}

.content404 .homeLink:before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 21px;
    height: 6px;
    background: url(images/sprite.png) no-repeat -60px -195px;
    content: ""
}

.fade-bg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none
}

a.close-modal, a.close-modal:visited {
    position: absolute;
    top: 17px;
    right: 17px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #258AC5;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    z-index: 999;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s
}

a.close-modal:hover {
    color: #006f70
}

.modal-window {
    background: #fff;
    width: 566px;
    height: 584px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin: -292px 0 0 -283px;
    display: none;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

.modal-window .modal-inner {
    padding: 0 35px;
    position: relative;
    zoom: 1;
    height: 514px
}

.modal-window .modal-inner:after {
    content: "";
    display: table;
    clear: both
}

.modal-header {
    height: 70px;
    background: #edf0f0;
    padding: 0 25px;
    display: block;
    position: relative;
    border-bottom: 1px solid #dbdcdc;
    font-weight: bold;
    zoom: 1
}

.modal-header:after {
    content: "";
    display: table;
    clear: both
}

.modal-header a.link-to-form {
    font-size: 20px;
    text-decoration: none;
    color: #258AC5;
    border-bottom: 1px dotted #258AC5;
    font-family: "PT Sans Bold", sans-serif;
    position: absolute;
    line-height: 1;
    top: 25px
}

.modal-header a.link-to-form.current-form-link {
    color: #272727;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 20px;
    border-bottom: none
}

.modal-header a.link-to-form.link-to-singin {
    left: 35px
}

.modal-header a.link-to-form.link-to-singup {
    left: 115px
}

.modal-header a.link-to-form.link-to-forgot {
    position: relative;
    top: 0
}

.link-to-forgot, .link-to-forgot:visited {
    font-size: 13px;
    color: #258AC5;
    font-family: arial;
    display: inline-block;
    padding: 0 16px;
    text-decoration: none;
    text-shadow: 0 1px 1px white;
    line-height: 23px;
    margin-left: 16px;
    border: 1px solid #d1dada;
    line-height: 34px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left
}

.submit-holder {
    height: 47px
}

.auth-forms-slide {
    position: relative;
    top: -330px
}

.auth-col {
    position: relative
}

.auth-col-1 {
    width: 55%
}

.auth-col-2 {
    width: 45%
}

.auth-col .auth-col-inner {
    position: relative
}

.auth-col.auth-col-1 {
    float: left
}

.auth-col.auth-col-1 .auth-col-inner {
    padding: 30px 30px 0 0;
    height: 482px;
    overflow: hidden
}

.auth-col.auth-col-2 {
    float: right
}

.auth-col.auth-col-2 .auth-col-inner {
    border-left: 1px solid #eee;
    padding: 18px 0 0 30px;
    height: 514px;
    display: block
}

.soc-auth-title {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 15px;
    line-height: 1
}

.auth-col-inner #wp-social-login-connect-with {
    font-size: 14px;
    font-weight: bold;
    color: #97a0a0;
    border: 0;
    padding: 0;
    margin: 0;
    float: none
}

.auth-col-inner #wp-social-login-connect-with:before, .auth-col-inner #wp-social-login-connect-with:after {
    border: 0 !important
}

#wp-social-login-connect-options {
    padding: 0 !important;
    zoom: 1
}

#wp-social-login-connect-options:after {
    content: "";
    display: table;
    clear: both
}

#wp-social-login-connect-options a {
    margin-right: 0
}

ul.soc-l {
    zoom: 1
}

ul.soc-l:after {
    content: "";
    display: table;
    clear: both
}

ul.soc-l li {
    float: left;
    margin: 0 15px 0 0
}

ul.soc-l li a {
    width: 58px;
    height: 58px;
    display: block;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

ul.soc-l li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8
}

ul.soc-l li a.sl-fb {
    background-position: -226px -140px
}

ul.soc-l li a.sl-tw {
    background-position: 0 -206px
}

ul.soc-l li a.sl-vk {
    background-position: -166px -140px
}

#popup {
    background: #FF7067;
    padding: 15px 20px;
    position: fixed;
    top: 25px;
    left: -125px;
    z-index: 9999;
    display: none;
    color: #fff;
    line-height: 1.1;
    font-size: 12px;
    border-radius: 5px;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

#popup.success-message {
    background: #4CA600
}

form.form-elements .field-box {
    margin-bottom: 4px;;
    position: relative;
    zoom: 1
}

form.form-elements .field-box:after {
    content: "";
    display: table;
    clear: both
}

form.form-elements .select-box {
    margin: 0 0 20px
}

form.form-elements .select-box label {
    display: inline
}

form.form-elements .select-box select {
    width: 60%
}

form.form-elements label, form.form-elements label a, form.form-elements label a:visited {
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-size: arial;
    margin: 0 0 7px;
    line-height: 1;
    color: #97a0a0
}

form.form-elements label a, form.form-elements label a:visited {
    display: inline;
    color: #258AC5
}

form.form-elements input[type="text"], form.form-elements input[type="password"], form.form-elements textarea, form.form-elements button, form.form-elements select {
    outline: none
}

form.form-elements input[type="text"].error, form.form-elements input[type="password"].error, form.form-elements textarea.error, form.form-elements button.error, form.form-elements select.error {
    border-color: red
}

form.form-elements input[type="text"].error:focus, form.form-elements input[type="password"].error:focus, form.form-elements textarea.error:focus, form.form-elements button.error:focus, form.form-elements select.error:focus {
    border-color: red
}

form.form-elements input[type="text"], form.form-elements input[type="password"] {
    height: 26px;
    width: 218px;
    background: #fff;
    border: 1px solid #d1dada;
    padding: 2px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: silver;
    font-size: 13px;
    font-family: arial;
    position: relative;
    display: block;
    margin-top: 11px
}

form.form-elements select {
    width: 240px;
    height: 32px;
    padding: 6px 4px
}

form.form-elements input[type="text"]:focus, form.form-elements input[type="password"]:focus {
    border-color: #bfbebe;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3)
}

form.form-elements textarea {
    border: 1px solid #D1D1D1;
    font-size: 14px;
    width: 90%;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition-property: box-shadow, border-color;
    -moz-transition-property: box-shadow, border-color;
    -o-transition-property: box-shadow, border-color;
    transition-property: box-shadow, border-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

form.form-elements textarea:focus {
    border-color: #bfbebe;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3)
}

#singup_questions input[type="button"], #singup_questions input[type="submit"], form.form-elements button, form.form-elements .red-button {
    display: inline-block;
    padding: 9px 16px;
    font-family: "PT Sans Bold", sans-serif;
    color: #fff;
    font-size: 13px;
    background: #00b1b3;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(75, 88, 88, 0.5);
    border: 0;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left
}

form.form-elements button.is-waiting, form.form-elements .red-button.is-waiting {
    cursor: wait;
    background: #53a533;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3)
}

form.form-elements button:hover, form.form-elements .red-button:hover {
    opacity: 0.9
}

form.form-elements button:active, form.form-elements .red-button:active {
    background: #53a533;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3)
}

form.form-elements .red-button {
    display: inline-block;
    line-height: 36px;
    background: #B82014;
    border-color: #ac1a0f
}

form.form-elements .red-button:hover {
    background: #cd3b2f
}

form.form-elements .red-button:active {
    background: #cd3b2f;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3)
}

form#reset-password, form#singin, form#singup {
    height: 310px
}

form#singin {
    height: 484px
}

form#reset-password {
    height: 484px
}

form#filter label {
    font-weight: normal;
    position: relative;
    padding: 0 0 0 20px;
    min-height: 12px;
    display: block
}

form#filter label input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0
}

form#reset-password {
    position: relative
}

form#singin {
    position: relative
}

form#singup {
    position: relative;
    height: 484px;
    margin-bottom: 0
}

.auth-forms-slide {
}

#singup_questions h3 {
    font-size: 16px;
    font-weight: bold
}

#singup_questions .form-inner > h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold
}

.questionsItem {
    margin-bottom: 10px
}

.questionsItem h4 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px
}

.questionsItem input[type="radio"] {
    float: left;
    margin: 1px 6px 0 0
}

.answerItem label {
    margin-bottom: 4px !important;
    font-weight: normal !important;
    line-height: 18px !important;
    color: #333 !important;
    font-size: 13px !important
}

.auth-col.auth-col-1.full-width {
    width: 100%
}

.full-width .auth-col-inner {
    padding-right: 0 !important
}

.hideThisSide {
    display: none
}

#singup button.disable {
    background-color: #AEBEBE
}

.profile-form-box {
    float: left;
    width: 650px
}

.profile-form {
    margin: 0
}

.profile-item {
    float: left;
    width: 650px;
    margin-bottom: 20px
}

.profile-item h2 {
    color: #272727;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    margin: 20px 0 0;
    padding-left: 138px
}

.profile-item label {
    float: left;
    width: 118px;
    font-size: 12px;
    color: #272727;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin-right: 20px;
    text-align: right
}

.profile-item select {
    border: 1px solid #adadad;
    box-shadow: 0 2px 0 1px #EFEFEF inset;
    width: 213px;
    margin: 0 20px 0 0;
    color: #272727;
    font-size: 12px;
    font-weight: bold
}

.city-select {
}

.profile-item .country-label {
    line-height: 28px;
    height: 28px
}

.profile-item input[type="text"], .profile-item input[type="email"], .profile-item input[type="tel"] {
    border: 1px solid #adadad;
    padding: 8px;
    color: #272727;
    font-weight: bold;
    font-size: 14px;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 432px;
    margin-bottom: 0;
    box-shadow: 0 2px 0 1px #EFEFEF inset;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease
}

.profile-item input[type="text"]:focus, .profile-item input[type="email"]:focus, .profile-item input[type="tel"]:focus {
    box-shadow: none;
    border: 1px solid #adadad
}

.profile-item textarea {
    box-shadow: 0 2px 0 1px #EFEFEF inset;
    width: 432px;
    margin-bottom: 0;
    border: 1px solid #C0C0C0;
    padding: 8px;
    color: #272727;
    font-weight: bold;
    font-size: 14px;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease
}

.profile-item input[type="submit"] {
    float: left;
    padding: 0 16px;
    border: 0;
    height: 36px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(75, 88, 88, 0.5);
    background: url(images/bg-green.png) repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 138px
}

.profile-item input[type="submit"]:hover, .upload-foto:hover, .logoutlink:hover {
    background: url(images/bg-green-hover.png) repeat
}

.input-format {
    float: left;
    color: #717171;
    font-family: arial;
    font-size: 12px;
    font-style: italic;
    margin-left: 138px;
    margin-top: 4px
}

.profile-sideright {
    float: right;
    width: 330px;
    padding: 26px 0 0 0
}

.user-ava-box {
    float: left;
    width: 330px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee
}

.current-avatar {
    float: left;
    width: 100px
}

.current-avatar img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.ava-uploader {
    float: left;
    padding-left: 35px;
    width: 195px
}

.ava-uploader p {
    color: #777777;
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 30px
}

.logoutlink, .logoutlink:visited, .upload-foto, .upload-foto:visited {
    display: block;
    float: left;
    padding: 0 16px;
    margin: 0;
    line-height: 36px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(75, 88, 88, 0.5);
    background-color: #aebebe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(images/bg-green.png) repeat
}

.sideright-box {
    float: left;
    width: 330px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1
}

.pageTemplateSection aside {
    padding-top: 30px
}

.pagesWidget h3 {
    margin-bottom: 14px
}

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

.pagesWidget ul li {
    margin: 0;
    padding: 10px 0 12px;
    border-bottom: 1px solid #e6e6e6
}

.pagesWidget ul li:first-child {
    border-top: 1px solid #e6e6e6
}

.pagesWidget ul li a, .pagesWidget ul li a:visited {
    color: #258AC5;
    font-size: 14px;
    font-family: arial;
    line-height: 20px
}

.pageContent h2 {
    position: relative;
    margin: 28px 0 22px 0;
    padding: 0 0 0 30px;
    color: #272727;
    font-size: 30px;
    font-family: 'PT Sans Bold', sans-serif
}

.pageContent h2:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 19px;
    height: 22px;
    background: url(images/sprite.png) no-repeat 0 -160px;
    content: ""
}

.pageDesc {
    float: left;
    width: 100%;
    margin-bottom: 26px
}

.pageDesc, .pageDesc p {
    color: #000000;
    font-size: 19px;
    font-family: 'PT Sans', sans-serif
}

.pageDesc p {
    margin: 0
}

.searchForm {
    float: left;
    width: 604px;
    padding: 17px 22px 25px 22px;
    margin: 0 0 20px 0;
    border: 1px solid #e6ecec;
    background: #f5f7f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.searchForm h3 {
    color: #000;
    font-size: 25px;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 25px
}

.searchForm form, .searchItemWidget form {
    margin: 0
}

.searchForm input[type="text"], .searchItemWidget input[type="text"] {
    height: 26px;
    margin: 0;
    border: 1px solid #d4dedd;
    background: #fff;
    color: #8b9c9c;
    font-size: 13px;
    font-family: arial;
    padding: 4px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05)
}

.searchForm input[type="text"]:focus, .searchItemWidget input[type="text"]:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.searchForm input[type="button"], .searchForm input[type="submit"], .searchItemWidget input[type="submit"] {
    margin: 0;
    box-shadow: none;
    background: #aebebe;
    border: 0;
    height: 36px;
    padding: 0 18px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(75, 88, 88, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

.searchForm input[type="submit"]:focus, .searchItemWidget input[type="submit"]:focus {
    box-shadow: none;
    border: 0
}

.searchForm input[type="submit"]:hover, .searchItemWidget input[type="submit"]:hover {
    opacity: 0.8
}

.selectBox {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.selectBox select {
    width: 274px;
    height: 34px;
    line-height: 26px;
    padding: 8px 14px;
    margin-top: 1px;
    color: #272727;
    font-size: 13px;
    font-weight: bold;
    border: 0;
    background: rgba(0, 0, 0, 0)
}

.selectWrap {
    position: relative;
    float: left;
    width: 241px;
    border: 1px solid #d4dedd;
    height: 34px;
    margin: 0 12px 0 0;
    overflow: hidden;
    background: url(images/bg-select.png) repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.selectWrap:before {
    position: absolute;
    right: 12px;
    top: 15px;
    width: 9px;
    height: 6px;
    background: url(images/sprite.png) no-repeat -150px -130px;
    content: ""
}

.simplyExSearch, .simplyExSearch:visited {
    color: #258AC5;
    font-size: 13px;
    font-family: arial
}

.podRazdely {
    float: left;
    width: 100%;
    padding: 0 0 12px 0;
    margin: 0 0 45px 0;
    border-bottom: 1px solid #e6e6e6
}

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

.podRazdely ul li {
    display: inline-block;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 18px 0
}

.podRazdely ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #cb4137;
    content: "";
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.podRazdely ul li a, .podRazdely ul li a:visited {
    position: relative;
    color: #258AC5;
    font-size: 15px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    border-bottom: 1px solid #258AC5
}

.podRazdely ul li a:hover {
    border-bottom: 0
}

.elementsBox {
    float: left;
    width: 100%;
    margin: 0 0 45px 0
}

.elementsBox h3, .pageMedicalInsurance > h3 {
    color: #000;
    font-size: 25px;
    font-family: 'PT Sans', sans-serif;
    margin: 0 0 28px 0
}

ul.elementsNav {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0 0 14px 0;
    margin: 0 0 0px 0;
    border-bottom: 1px solid #e0e6e6
}

ul.elementsNav li {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0 0 0 32px
}

ul.elementsNav li:first-child {
    margin-left: 0
}

ul.elementsNav li a, ul.elementsNav li a:visited {
    display: inline-block;
    color: #258AC5;
    font-size: 14px;
    font-family: arial
}

ul.elementsNav li.ui-tabs-active a, ul.elementsNav li.ui-tabs-active a:visited, ul.elementsNav li:hover a {
    color: #000000;
    text-decoration: none
}

ul.elementsNav li.ui-tabs-active:before, ul.elementsNav li:hover:before {
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 2px;
    background: #e93f33;
    content: "";
    z-index: 2
}

.elementsItemBox {
    float: left;
    width: 100%
}

.elementsRow {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6
}

.elementsItem {
    float: left;
    width: 305px;
    padding: 0 20px 0 0
}

.elementsItem h4 a, .elementsItem h4 a:visited {
    color: #258AC5;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none
}

.elementsItem h4 a:hover {
    text-decoration: underline
}

.elementsDesc, .elementsDesc p {
    color: #575d5d;
    font-size: 12px;
    line-height: 18px;
    margin: 0
}

.postBox {
    float: left;
    width: 100%;
    margin: 0 0 35px 0
}

.postBox h3, .searchInMap h3, .listBox h3, .hotlinesBox h3, .otherMedicament h3 {
    padding: 0 0 12px 0;
    margin: 0 0 18px 0;
    border-bottom: 1px solid #e6e6e6;
    color: #272727;
    font-size: 18px;
    font-family: 'PT Sans Bold', sans-serif;
    text-transform: uppercase
}

.postItem {
    padding: 0 0 14px 0;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #e6e6e6
}

.postImg {
    float: left;
    width: 200px
}

.postImg img {
    padding: 1px;
    border: 1px solid #e6ecec;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

.postImg img:hover {
    opacity: 0.8
}

.postText {
    float: right;
    max-width: 428px
}

.postText h4 {
    margin: 0 0 8px 0
}

.postText h4 a, .postText h4 a:visited {
    color: #258AC5;
    font-size: 18px;
    font-family: 'PT Sans Bold', sans-serif;
    text-decoration: none
}

.postText h4 a:hover {
    text-decoration: underline
}

.postContent {
    margin-bottom: 10px
}

.postContent, .postContent p {
    color: #424242;
    font-size: 12px;
    font-family: arial;
    line-height: 18px
}

.postContent p {
    margin: 0
}

.postItemMeta time, .postItemMetaComment, .postItemMetaComment:visited {
    color: #a7a7a7;
    font-size: 12px;
    font-style: italic;
    margin-right: 20px
}

.postItemMetaComment {
    position: relative;
    padding: 0 0 0 18px;
    text-decoration: none
}

.postItemMetaComment:hover {
    text-decoration: underline
}

.postItemMetaComment:before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 11px;
    height: 10px;
    background: url(images/sprite.png) no-repeat -100px -130px;
    content: ""
}

.allItemLink, .allItemLink:visited {
    display: inline-block;
    position: relative;
    padding: 0 14px;
    line-height: 30px;
    color: #258AC5;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    background: #ecf0f0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5)
}

.allItemLink:before {
    position: absolute;
    left: 14%;
    bottom: 7px;
    width: 72%;
    height: 1px;
    border-bottom: 1px dotted #258AC5;
    content: ""
}

.allItemLink:hover:before {
    display: none
}

.searchDiets input[type="text"], .searchAbroad input[type="text"] {
    width: 396px;
    float: left
}

.searchDiets input[type="submit"], .searchAbroad input[type="submit"] {
    float: left;
    position: relative;
    left: -4px;
    margin: 0 8px 0 0
}

.razdelyDiets ul li {
    float: left;
    width: 200px
}

.pageFitness h2:before {
    top: 6px;
    width: 20px;
    height: 21px;
    background-position: -19px -160px
}

.searchFitness input[type="text"] {
    width: 582px;
    margin: 0 0 15px 0
}

.searchFitness input[type="submit"] {
    float: left;
    margin: 0 10px 0 0
}

.searchButton {
    display: inline-block;
    padding: 0 16px;
    line-height: 34px;
    border: 1px solid #d4dedd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.searchInMap {
    float: left;
    width: 100%;
    margin-bottom: 35px
}

.searchInMap h3 {
    display: inline-block;
    float: left;
    margin: 0 20px 14px 0;
    border: 0;
    padding-bottom: 0;
    line-height: 28px
}

.searchInMap form {
    display: inline-block;
    margin: 0 0 14px
}

.searchInMap form input[type="submit"] {
    width: 13px;
    height: 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: url(images/sprite.png) no-repeat -120px -130px;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden
}

.searchInMap form input[type="text"] {
    border: 1px solid #d4dedd;
    background: #f6f9f9;
    color: #b7c3c3;
    font-size: 13px;
    font-family: arial;
    height: 18px;
    margin: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mapBox {
    float: left;
    width: 100%
}

#fitness_map {
    height: 400px;
    width: 650px;
    background-color: #F3F3F3;
    margin-bottom: 10px
}

.listBox {
    float: left;
    width: 100%;
    margin-bottom: 45px
}

.listBox ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.listBox ul li {
    margin: 0 0 18px 0;
    padding: 0
}

.listBox ul li a, .listBox ul li a:visited {
    color: #258AC5;
    font-size: 14px
}

.pageFitness .listBox ul li {
    float: left;
    width: 50%
}

.boxInfo {
    float: left;
    width: 100%;
    margin-bottom: 45px
}

.boxInfoItem {
    float: left;
    width: 315px;
    margin-left: 20px
}

.boxInfoItem:first-child {
    margin-left: 0
}

.boxInfoItem img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

.boxInfoItem img:hover {
    opacity: 0.8
}

.pageKids h2 {
    padding-left: 36px
}

.pageKids h2:before {
    top: 4px;
    width: 25px;
    height: 26px;
    background-position: -40px -160px
}

.radioBox {
    float: left;
    width: 100%
}

.radioBox label {
    float: left;
    margin: 0 30px 0 0;
    color: #272727;
    font-size: 13px;
    font-family: arial
}

.radioBox label input[type="radio"] {
    margin: 0 0px 3px 0
}

.pageKids .radioBox {
    margin-top: -4px;
    margin-bottom: 12px
}

.pageKids .searchForm {
    margin-bottom: 40px
}

.searchItemWidget input[type="text"] {
    margin-bottom: 10px;
    width: 278px
}

.searchItemWidget select {
    width: 244px;
    color: #8b9c9c;
    font-weight: normal
}

.searchItemWidget .selectWrap {
    width: 210px;
    margin-right: 0;
    background: url(images/bg-selectwidget.png) no-repeat
}

.searchItemWidget input[type="submit"] {
    float: right;
    padding: 0 15px
}

#KidsClinicsWidget .selectWrap {
    background: none !important
}

.page24h h2 {
    padding-left: 46px;
    padding-bottom: 22px;
    border-bottom: 1px solid #72b8b9
}

.page24h h2:before {
    width: 31px;
    height: 31px;
    top: 0;
    background-position: -65px -160px
}

.hotlinesBox {
    float: left;
    width: 100%;
    margin-bottom: 35px
}

.hotlinesBox h3 {
    margin-bottom: 0
}

.hotlinesItem {
    float: left;
    width: 310px;
    margin-right: 30px;
    border-bottom: 1px solid #e6e6e6
}

.hotlinesItem:nth-child(2n+1) {
    margin-right: 0
}

.hotLinesTitle {
    float: left;
    width: 145px;
    padding: 0 45px 0 0
}

.hotLinesTitle, .hotLinesTitle p {
    color: #272727;
    font-size: 12px;
    font-family: arial;
    line-height: 18px
}

.hotLinesPhone {
    float: right;
    width: 120px
}

.hotLinesPhone, .hotLinesPhone p {
    color: #272727;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px
}

.itemSearchFilter {
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.searchTab {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    list-style: none
}

.searchTab li {
    display: inline-block;
    margin: 0
}

.searchTab li a, .searchTab li a:visited {
    display: inline-block;
    margin-left: 20px;
    line-height: 20px;
    color: #258AC5;
    font-size: 19px;
    font-family: 'PT Sans Bold', sans-serif;
    text-decoration: none;
    border-bottom: 1px dotted #258AC5
}

.searchTab li.ui-tabs-active a, .searchTab li a:hover {
    border: 0;
    color: #000
}

.searchTab li:first-child a {
    margin-left: 0
}

.searchFilterSelectBox {
    float: left;
    width: 630px;
    background: #d5efed;
    padding: 10px;
    margin: 0 0 5px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.searchFilterSelectBox .selectBox {
    margin-bottom: 0
}

.searchFilterSelectBox .selectWrap {
    border: 1px solid #b4ccca
}

.resulTable {
    float: left;
    width: 100%
}

.resulTable table {
    margin-bottom: 10px
}

.resulTable table thead td, .resulTable table tbody td {
    color: #8b8b8b;
    font-size: 12px;
    font-family: arial;
    border-bottom: 1px solid #e6e6e6;
    padding: 11px 20px 11px 0
}

.resulTable table tbody td:first-child, .resulTable table tbody td:nth-child(2) {
    color: #272727;
    font-size: 13px;
    font-weight: bold
}

.resulTable table tbody td:nth-child(2) {
    font-weight: normal
}

.resulTable a {
    color: #258AC5;
    font-size: 13px;
    font-weight: bold
}

.labelForInput {
    display: inline-block;
    float: left;
    position: relative;
    line-height: 34px;
    padding: 0 14px;
    margin-right: 10px;
    border: 1px solid #d4dedd;
    color: #8a9191;
    font-size: 13px;
    font-style: italic;
    font-family: arial;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.labelForInput:before {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -6px;
    width: 6px;
    height: 8px;
    background: url(images/sprite.png) no-repeat -140px -130px;
    content: ""
}

.search24h {
    margin-bottom: 35px
}

.search24h .labelForInput, .searchLaw .labelForInput {
    width: 36px
}

.search24h .searchName, .searchLaw .searchName {
    width: 506px;
    margin-bottom: 14px !important
}

.search24h .firstLabel, .searchLaw .firstLabel {
    margin-bottom: 14px
}

.search24h .searchWhere {
    width: 302px;
    float: left;
    margin-right: 12px !important
}

.search24h input[type="submit"], .searchLaw input[type="submit"] {
    float: left;
    margin-right: 14px !important
}

.pageMedicament h2 {
    padding-left: 0
}

.pageMedicament h2:before {
    display: none
}

.medicamentBox {
    float: left;
    width: 100%;
    margin-bottom: 35px
}

.medicamentImg {
    float: left;
    width: 220px;
    margin-right: 28px;
    margin-bottom: 25px
}

.medicamentImg img {
    padding: 1px;
    border: 1px solid #e6ecec
}

.medicamentInfo {
    float: right;
    width: 402px;
    margin-bottom: 25px
}

.meInfoItem {
    margin-bottom: 6px
}

.meInfoItem:last-child {
    margin-bottom: 0
}

.meInfoTitle {
    color: #6b7474;
    font-size: 14px;
    font-family: arial
}

.meInfoItem p {
    margin: 4px 0 0;
    color: #272727;
    font-size: 14px;
    font-weight: bold;
    font-family: arial
}

.meInfoItemLink {
    float: left;
    width: 100%;
    padding: 20px 0 10px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.meInfoItemLink ul {
    padding: 0;
    margin: 0
}

.meInfoItemLink ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0 0 16px 0;
    padding: 0
}

.meInfoItemLink ul li a, .meInfoItemLink ul li a:visited {
    color: #258AC5;
    font-size: 14px;
    font-family: arial;
    text-decoration: none;
    border-bottom: 1px dotted #258AC5
}

.meInfoItemLink ul li a:hover {
    border-bottom: 0px
}

.meInfoText {
    float: left;
    width: 100%
}

.meInfoText h3 {
    color: #424242;
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    margin-top: 20px
}

.meInfoText p {
    color: #424242;
    font-size: 14px;
    line-height: 22px;
    font-family: arial
}

.otherMedicament {
    float: left;
    width: 100%;
    margin-bottom: 35px
}

.otherMedicament h3 {
    border-bottom: 0;
    margin-bottom: 0
}

.otherItemBox {
    float: left;
    width: 100%
}

.otherMeItem {
    width: 310px;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6
}

.otherMeItem:nth-child(1), .otherMeItem:nth-child(2) {
    border-top: 1px solid #e6e6e6
}

.otherMeItem a, .otherMeItem a:visited {
    display: inline-block;
    position: relative;
    line-height: 20px;
    padding: 0 0 0 14px;
    color: #258AC5;
    font-size: 14px;
    font-family: arial;
    text-decoration: none
}

.otherMeItem a:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #cbcbcb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: ""
}

.widgetMedicamentPrice .allItemLink {
    margin-bottom: 13px
}

.mePrice {
    float: right;
    color: #272727;
    font-size: 14px;
    font-family: arial
}

.pageMedicalLaw h2, .pageMedicalInsurance h2 {
    padding-left: 46px
}

.pageMedicalLaw h2:before, .pageMedicalInsurance h2:before {
    width: 32px;
    height: 32px;
    top: 1px;
    background-position: -100px -160px
}

.searchLaw .selectWrap {
    width: 325px
}

.searchLaw .selectBox {
    float: left;
    width: auto
}

.searchLaw .selectBox select {
    width: 360px;
    margin-top: 0
}

.razdelyMedicalLaw, .razdelyMedicalInsurance {
    padding-bottom: 18px
}

.pageMedicalInsurance h2:before {
    background-position: -132px -160px
}

.razdelyMedicalInsurance ul li {
    float: left;
    width: 300px;
    padding-right: 10px
}

.labelInsuranceInput {
    width: 415px;
    float: left;
    margin-right: 14px;
    margin-bottom: 18px
}

.labelInsuranceInput input[type="text"] {
    width: 393px
}

.labelInsuranceInput span, .searchInsurance .selectBox span {
    color: #8a9191;
    font-size: 13px;
    font-style: italic
}

.labelInsuranceInput span, .searchInsurance .selectBox span {
    display: block
}

.searchInsurance .selectBox {
    float: right;
    width: 175px;
    margin-bottom: 18px
}

.searchInsurance .selectBox .selectWrap {
    margin-top: 5px;
    width: 175px
}

.searchInsurance .selectBox .selectWrap select {
    width: 208px;
    margin-top: 0
}

.searchInsurance input[type="text"], .searchInsurance input[type="search"] {
    margin-top: 3px
}

.searchInsurance input[type="submit"] {
    float: left;
    margin-right: 14px
}

.pageSearchMedicament h2 {
    padding-left: 50px
}

.pageSearchMedicament h2:before {
    width: 36px;
    height: 36px;
    top: 0px;
    background-position: -164px -160px
}

.searchMedicament {
    padding-top: 24px;
    margin-bottom: 35px
}

.searchMedicament input[type="text"] {
    width: 582px;
    margin-bottom: 14px
}

.searchMedicament input[type="submit"], .searchMedicament input[type="button"] {
    float: left;
    margin-right: 12px
}

.searchMedicament .selectBox {
    float: left;
    width: auto;
    margin-bottom: 0
}

.searchMedicament .selectWrap {
    width: 403px
}

.searchMedicament .selectWrap select {
    width: 438px
}

.elementMedicament .elementsItem, .elementDirectories .elementsItem {
    padding: 10px 5px 10px 0;
    border-bottom: 1px solid #E6E6E6
}

.elementDirectories .elementsItem:nth-child(1), .elementDirectories .elementsItem:nth-child(2), .elementMedicament .elementsItem:nth-child(1), .elementMedicament .elementsItem:nth-child(2) {
    border-top: 1px solid #E6E6E6
}

.elementMedicament .elementsNav {
    margin-bottom: 16px
}

.letterFilter {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.letterFilter .fcell {
    float: left;
    width: 40px
}

.letterFilter .scell {
    float: right;
    width: 610px
}

.letterFilter a, .letterFilter a:visited {
    display: inline-block;
    float: left;
    width: 26px;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
    background: #ecf0f0;
    line-height: 24px;
    color: #258AC5;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.letterFilter a:hover, .letterFilter a.select {
    color: #fff;
    background: #258AC5
}

.fcell a {
    width: 38px
}

.cyrillicLetter {
    float: left;
    width: 100%;
    margin-bottom: 12px
}

.pageDirectories h2 {
    padding-left: 44px
}

.pageDirectories h2:before {
    width: 32px;
    height: 32px;
    top: 0px;
    background-position: 0px -190px
}

.searchDirectories input[type="text"] {
    width: 582px;
    margin-bottom: 14px
}

.searchDirectories input[type="submit"] {
    float: left;
    margin-right: 12px
}

.tabsLinkBox {
    position: relative;
    width: 100%;
    margin-bottom: 14px
}

.tabsLinkBox > input[type="checkbox"] {
    display: none
}

.tabsLinkBox > label, .tabsLinkBox a, .tabsLinkBox a:visited {
    display: inline-block;
    color: #258AC5;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px dotted #258AC5;
    margin-right: 14px;
    text-decoration: none
}

.tabsLinkBox a:hover {
    border-bottom: 0;
    padding-bottom: 1px
}

.tabsLinkBox input[type="checkbox"]:checked + label, .tabsLinkBox a.current {
    color: #272727;
    border-bottom: 0;
    padding-bottom: 1px
}

.tabsLinkBox > label {
    width: 90px
}

.selectDirecBox {
    display: none;
    position: absolute;
    left: 88px;
    top: -9px;
    padding: 0 19px;
    width: 350px;
    border: 1px solid #d4dedd;
    background: #f5f7f7;
    z-index: 9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.selectDirecBox h4 {
    color: #272727;
    font-size: 13px;
    font-weight: bold;
    margin: 8px 0 20px
}

.selectDirecBox label {
    float: left;
    width: 175px;
    margin-bottom: 17px
}

.selectDirecBox label span {
    color: #272727;
    font-size: 13px
}

.selectDirecBox label input[type="checkbox"]:checked + span {
    font-weight: bold
}

.selectDirecBox label input[type="checkbox"] {
    margin: 0 6px 0 0
}

.pageWomenClub h2 {
    padding-left: 0
}

.pageWomenClub h2:before {
    display: none
}

.clubItemBox {
    margin-bottom: 20px
}

.clubItem {
    float: left;
    display: block;
    width: 198px;
    padding: 0 0 10px;
    margin-left: 25px;
    margin-bottom: 25px;
    text-decoration: none;
    border: 1px solid #edd9d9;
    background: #fff5f3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.clubItem:nth-child(3n+1) {
    margin-left: 0
}

.clubItem h4 {
    color: #263636;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none
}

.clubImg {
    width: 100%;
    height: 142px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

.clubItem:hover .clubImg {
    opacity: 0.8
}

.pageAbroad h2 {
    padding-left: 34px
}

.pageAbroad h2:before {
    top: 2px;
    width: 27px;
    height: 27px;
    background-position: -32px -190px
}

.pageAbroad .radioBox {
    margin-bottom: 12px;
    margin-top: -4px
}

.pageAbroad .listBox ul li {
    float: left;
    width: 50%
}

.widgetMeta {
    margin-top: 4px
}

.widgetMeta time {
    color: #9b9b9b;
    font-size: 12px
}

.first {
    margin-left: 0 !important
}

.last {
    margin-right: 0 !important
}

.top {
    margin-top: 0 !important
}

.bottom {
    margin-bottom: 0 !important
}

.halfcol {
    float: left;
    display: inline;
    width: 48% !important;
    width: 46%;
    margin-left: 4%
}

.onethird {
    float: left;
    display: inline;
    width: 30% !important;
    width: 27%;
    margin-left: 5%
}

.twothird {
    float: left;
    display: inline;
    width: 62% !important;
    width: 60%;
    margin-left: 5%
}

.quarter {
    float: left;
    display: inline;
    width: 22% !important;
    width: 20%;
    margin-left: 4%
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #222
}

h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px
}

h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 6px
}

h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 4px
}

h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 4px
}

h5, h6 {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #f7f7f7
}

p {
    margin: 12px 0px 12px 0px
}

ul, ol, dl {
    padding: 0
}

ul ul, ul ol, ol ol, ol ul, dd {
    margin: 0
}

ul {
    padding: 0;
    list-style-type: circle
}

ul li ul {
    margin: 0;
    list-style-type: disc
}

ol {
    padding: 0;
    list-style-type: decimal
}

li {
    margin: 0 0 0 24px;
    padding: 0;
    display: list-item;
    list-style-position: outside
}

blockquote, dd {
    padding: 0 0 0 14px
}

pre, code, samp, kbd, var {
    font: 100% mono-space, monospace
}

abbr, acronym {
    text-transform: uppercase;
    border-bottom: 1px dotted #000;
    letter-spacing: 1px
}

a, a:visited {
    text-decoration: underline;
    color: #258AC5
}

a:hover {
    text-decoration: none
}

ins {
    text-decoration: none;
    color: #83ca70;
    font-style: italic
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #46190b
}

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12.025px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

blockquote {
    margin: 0 2em 1.5em;
    border-left: 2px solid #46190b;
    font-style: italic;
    color: #b9edff
}

dt {
    font-weight: bold
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

table {
    width: 100%;
    margin-bottom: 18px
}

table th, table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd
}

table th {
    font-weight: bold;
    background-color: #b9edff;
    color: #222;
    font-weight: bold
}

table thead th {
    vertical-align: bottom
}

table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
    border-top: 0
}

table tbody + tbody {
    border-top: 2px solid #dddddd
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9
}

form {
    margin: 0 0 18px
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333333;
    border: 0
}

legend small {
    font-size: 13.5px;
    color: #999999
}

label, input, button, select, text area {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px
}

input, button, select, text area {
    font-family: Arial, sans-serif
}

label {
    display: block;
    color: #333333
}

input, textarea, select, .uneditable-input {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.uneditable-textarea {
    width: auto;
    height: auto
}

label input, label textarea, label select {
    display: block
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 10px 10px 0;
    display: inline;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
    background-color: transparent;
    border: 0 \9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

input[type="image"] {
    border: 0
}

input[type="file"] {
    width: auto;
    padding: initial;
    line-height: initial;
    background-color: #ffffff;
    background-color: initial;
    border: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input[type="button"], input[type="reset"], input[type="submit"] {
    width: auto;
    height: auto
}

select, input[type="file"] {
    height: 28px;:;
    *margin-top: 4px;
    line-height: 28px
}

input[type="file"] {
    line-height: 18px \9
}

select {
    width: 220px;
    background-color: #ffffff
}

select[multiple], select[size] {
    height: auto
}

input[type="image"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

textarea {
    height: auto
}

input[type="hidden"] {
    display: none
}

.radio, .checkbox {
    min-height: 18px;
    padding-left: 18px
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px
}

.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 10px
}

input, textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s
}

input:focus, text area:focus {
    outline: 0;
    outline: thin dotted \9;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

:-moz-placeholder {
    color: #999999
}

::-webkit-input-placeholder {
    color: #999999
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert-heading {
    color: inherit
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block > p, .alert-block > ul {
    margin-bottom: 0
}

.alert-block p + p {
    margin-top: 5px
}

.fade.in {
    opacity: 1
}

.alert .close {
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px
}

button.close {
    background: 0 0 transparent;
    border: 0;
    cursor: pointer;
    padding: 0
}

.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF
}

.inner:after, .content:after, .cols:after, .fixed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.inner, .content, .cols, .fixed {
    display: block;
    min-height: 1%
}

* html .inner, * html .content, * html .cols, * html .fixed {
    height: 1%
}

.rec-clinics {
    padding-top: 15px;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    list-style: none
}

.rec-clinics li {
    margin-bottom: 15px;
    margin-left: 0;
    background: rgba(255, 255, 255, .9)
}

.rec-clinics .img-cont {
    width: 75px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.rec-clinics .clinic-info {
    display: inline-block;
    width: 211px;
    vertical-align: top;
    margin-left: -7px
}

.rec-clinics .name {
    color: #258AC5;
    font-family: "Arial";
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 6px;
    display: block
}

.rec-clinics .name:hover {
    opacity: 0.8
}

.address-marker {
    font-style: normal;
    color: #575d5d;
    font-family: "Arial";
    font-size: 14px
}

.address-marker:before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    background: url("images/sprite.png") no-repeat -30px -232px;
    width: 11px;
    height: 16px;
    position: relative;
    top: 2px
}

.cl-head {
    position: relative;
    padding-left: 50px;
    margin-top: 30px
}

.cl-head .en-name {
    color: #272727;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: bold
}

.cl-head .cl-logo {
    background: url("images/sprite.png") no-repeat -164px -160px;
    width: 36px;
    height: 37px;
    position: absolute;
    top: 0;
    left: 0
}

.socials .soc-item {
    display: inline-block;
    margin-right: 15px
}

.socials .soc-item .logo {
    margin: 0;
    width: 22px;
    height: 22px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.socials .soc-item span {
    display: inline-block;
    vertical-align: top
}

.socials .soc-item .amount {
    background: url("images/sprite.png") no-repeat -90px -200px;
    width: 43px;
    height: 22px;
    color: #2f2f2f;
    font-family: "Arial";
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle
}

.socials .soc-item .fb {
    background: url("images/sprite.png") no-repeat 0 -229px
}

.socials .soc-item .vk {
    background: url("images/sprite.png") no-repeat -176px -201px
}

.socials .soc-item .tw {
    background: url("images/sprite.png") no-repeat -144px -201px
}

.about-clinic .img-cont {
    display: inline-block;
    margin-bottom: 20px
}

.about-clinic {
    margin-top: 15px
}

.l {
    width: 255px;
    margin-right: 25px;
    display: inline-block;
    vertical-align: top
}

.r {
    display: inline-block;
    vertical-align: top;
    width: 350px
}

.about-clinic .address-marker {
    color: #258AC5;
    font-family: "PT Sans Regular", sans-serif;
    font-size: 13px;
    margin-bottom: 4px
}

article .clinic-info tr {
    border: none
}

article .clinic-info tr td:first-child {
    color: #272727;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    background: transparent;
    padding-left: 0;
    width: 115px;
    border-right: none
}

article .clinic-info tr td {
    padding: 6px 0;
    color: #272727;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-style: normal
}

article .clinic-info tr:last-child {
    border-bottom: none
}

article .clinic-info {
    margin: 0;
    padding: 0
}

.spec {
    color: #000;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 8px
}

.spec li a {
    text-decoration: none;
    color: #258AC5;
    font-family: "Arial";
    font-size: 12px;
    margin: 0;
    margin-top: 4px
}

.spec li a:hover {
    text-decoration: underline
}

.spec li {
    display: inline;
    padding-left: 0
}

.spec ul {
    margin-top: 0;
    list-style: none
}

.spec ul li:before {
    width: 0;
    height: 0
}

.send-btn {
    color: #fff !important;
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(75, 88, 88, .5);
    margin: 0;
    margin-top: 20px
}

.tabs-about-clinic {
    margin-top: 30px;
    margin-bottom: 40px
}

.tabs .tab-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px
}

.tabs .tab-item a {
    color: #3faeaf;
    font-family: "Arial";
    font-size: 14px;
    text-decoration: underline
}

.tabs .tab-item a:hover {
    text-decoration: none
}

.tabs .tab-item.active a {
    color: #000;
    text-decoration: none;
    padding-bottom: 12px;
    border-bottom: 2px solid #e93f33
}

.tabs {
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e6e6
}

.tab-container {
    padding-top: 20px
}

.tab-container p, .about-company p {
    color: #575d5d;
    font-family: "Arial";
    font-size: 12px;
    margin-bottom: 20px
}

.tab-container {
    opacity: 0;
    display: none
}

.cont-address {
    color: #575d5d;
    font-family: "Arial";
    font-size: 12px;
    font-style: normal
}

.send-btn:hover {
    background: #aebebe
}

.company .clinic-info {
    border-bottom: 1px solid #e8e8e8
}

.company .clinic-info tr:last-child td {
    padding-bottom: 14px
}

.about-company {
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
    padding-bottom: 40px;
    margin-top: 20px
}

.company {
    margin-top: 30px
}

.clinic-slider li {
    display: inline-block;
    margin-right: 25px;
    width: 130px !important;
    vertical-align: top;
    padding-left: 0
}

.clinic-slider li:before {
    width: 0;
    height: 0
}

.clinic-slider li .img-cont {
    height: 125px;
    overflow: hidden;
    margin-bottom: 10px;
    display: block
}

.clinic-slider li .img-cont:hover {
    opacity: 0.8
}

.clinic-slider li .img-cont img {
    width: 100%;
    height: 100%
}

.clinic-slider li p {
    text-align: center
}

.clinic-slider li p a {
    color: #575D5D;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none
}

.clinic-slider li p a:hover {
    opacity: 0.8
}

.thumb-slider .big-img {
    display: none;
    opacity: 0
}

.thumb-slider li {
    width: auto !important;
    margin-right: 4px;
    height: 70px;
    padding-left: 4px
}

.thumb-slider li:before {
    width: 0;
    height: 0
}

.thumb-slider {
    list-style: none
}

.foto-gallery .bx-viewport {
    height: 81px !important
}

.foto-gallery .bx-wrapper .bx-controls-direction a {
    width: 23px;
    height: 70px;
    border: 1px solid #d9dde0;
    border-radius: 2px;
    background-color: #fff;
    background: #FFF;
    top: 33%
}

.foto-gallery .bx-wrapper .bx-controls-direction a:hover {
    background: #2E7EB6;
    border-color: #2e7eb6
}

.foto-gallery .bx-wrapper .bx-controls-direction a:after {
    content: "";
    display: block;
    position: relative;
    background: url("images/sprite.png");
    width: 8px;
    height: 12px
}

.foto-gallery .bx-wrapper .bx-prev {
    left: 0
}

.foto-gallery .bx-wrapper .bx-next {
    right: 0
}

.foto-gallery .bx-wrapper .bx-controls-direction .bx-prev:after {
    background-position: -116px -232px;
    left: 7px;
    top: 12px
}

.foto-gallery .bx-wrapper .bx-controls-direction .bx-next:after {
    background-position: -130px -234px;
    left: 7px;
    top: 12px
}

.foto-gallery .bx-wrapper .bx-controls-direction .bx-prev:hover:after {
    background-position: -72px -231px
}

.foto-gallery .bx-wrapper .bx-controls-direction .bx-next:hover:after {
    background-position: -53px -234px
}

.thumb-slider .thumb {
    display: block;
    cursor: pointer
}

.thumb-slider .thumb:hover {
    opacity: 0.8
}

.glossary-item:before {
    width: 0;
    height: 0
}

.glossary-art .glossary-list {
    margin: 20px 0
}

.glossary-art .glossary-item {
    display: inline-block;
    width: 26px;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
    background: #ebf0f0;
    line-height: 24px;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    padding-left: 0
}

.glossary-art .glossary-item a {
    display: block;
    width: 26px;
    text-align: center;
    line-height: 24px;
    margin-right: 2px;
    padding: 0;
    background: #ebf0f0;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .2s
}

.glossary-art .glossary-item a:hover {
    background: #00B4B6;
    color: #fff
}

.glossary-art .glossary-table th {
    background: #00B4B6;
    color: #fff
}

.glossary-art li:before {
    width: 0;
    height: 0
}

.glossary-art li {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px
}

.glossary-art li a {
    display: inline-block;
    padding: 0 8px;
    line-height: 25px;
    color: #262626;
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-decoration: none
}

.glossary-art li a:hover, .glossary-art li.current a {
    color: #fff;
    background: #00B4B6
}

.profile-sideright .user-ava-box, .profile-sideright .sideright-box {
    padding-bottom: 20px;
    margin-bottom: 20px
}

.profile-sideright ul {
    list-style: none
}

.profile-sideright ul li a {
    color: #258AC5;
    font-family: "Arial";
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 5px;
    display: block
}

.profile-sideright ul li a:hover {
    opacity: 0.8
}

.profile-sideright ul li.current a {
    color: #E93F33
}

.profile-sideright ul li {
    margin-left: 0 !important
}

.profile-form-box {
    padding-top: 26px;
    width: 590px
}

.profile-item label {
    width: 140px
}

.profile-item input[type="text"], .profile-item input[type="email"], .profile-item input[type="tel"] {
    width: 410px
}

.wp-editor-wrap {
    width: 590px
}

.wp-editor-tabs {
    margin-top: 35px
}

#qt_usereditor_toolbar {
    padding: 10px
}

#qt_usereditor_toolbar {
    padding: 10px;
    border: 1px solid #dedede
}

.quicktags-toolbar, .wp_themeSkin tr.mceFirst td.mceToolbar {
    border: 1px solid #dedede
}

.wp-editor-container textarea.wp-editor-area {
    border-top: none
}

.profile-item input[type="submit"] {
    margin-left: 20px;
    float: right
}

.profile-item {
    width: 590px
}

.user-post-box {
    width: 590px
}

.user-post-box.published {
    padding-top: 26px
}

.user-post-box thead th {
    background: #00B4B6;
    color: white
}

.user-post-box td a, .profile-form-box td a, .unifeatured_remove_link, .unifeatured_add_link {
    color: #258AC5
}

.profile-item textarea {
    width: 410px
}

.control-group .control-label {
    font-size: 12px;
    color: #272727;
    font-weight: bold;
    margin-bottom: 7px
}

.control-group {
    margin-bottom: 10px
}

.control-group .controls {
    margin-bottom: 5px
}

.control-group .controls .btn {
    display: inline-block;
    float: left;
    padding: 0 16px;
    line-height: 36px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(75, 88, 88, 0.5);
    background-color: #00B2B4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background-image: none
}

.control-group .controls .btn:hover {
    opacity: 0.8
}

#wp_messager_form input[type="text"] {
    margin: 0 !important
}

#insert-media-button {
    margin-bottom: 20px
}

.profile-form-box thead th {
    background: #00B2B4;
    color: white
}

.alerti {
    width: 400px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid rgba(168, 83, 81, 0.81);
    padding: 3px
}

.alerti.alert-success {
    border-color: rgba(67, 155, 68, 0.53)
}

.profile-item h2 {
    padding-left: 158px;
    margin: 0
}

.page-template-page-consult-php #DoctorConsultationForm label {
    color: #272727;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px
}

.page-template-page-consult-php #DoctorConsultationForm input[type="text"], .page-template-page-consult-php #DoctorConsultationForm input[type="email"] {
    border-radius: 2px;
    border: 1px solid #adadad;
    box-shadow: 0px 2px 0px 1px #efefef inset;
    color: #272727;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 4px;
    padding: 8px;
    transition: all 0.7s ease 0s;
    width: 210px
}

.page-template-page-consult-php #DoctorConsultationForm select {
    width: 230px;
    margin: 5px 0 0
}

.page-template-page-consult-php #DoctorConsultationForm textarea {
    margin-top: -5px;
    border-radius: 2px;
    border: 1px solid #adadad;
    box-shadow: 0px 2px 0px 1px #efefef inset;
    color: #272727;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    transition: all 0.7s ease 0s
}

.page-template-page-consult-php #DoctorConsultationForm .consultation_submit {
    background: url("images/bg-green.png") repeat scroll 0px 0px transparent;
    border-radius: 2px;
    border: 0px none;
    bottom: 0px;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 36px;
    margin: 10px 0px 0px 128px;
    right: 0px;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(75, 88, 88, 0.5);
    width: 100px
}

.page-id-310 .wpcf7-form p {
    color: #272727;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 10px
}

.page-id-310 .wpcf7-form input[type="text"], .page-id-310 .wpcf7-form input[type="email"] {
    border-radius: 2px;
    border: 1px solid #adadad;
    box-shadow: 0px 2px 0px 1px #efefef inset;
    color: #272727;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 8px;
    transition: all 0.7s ease 0s;
    width: 210px
}

.page-id-310 .wpcf7-form select {
    margin: 5px 0px 0px;
    width: 230px
}

.page-id-310 .wpcf7-form textarea {
    border-radius: 2px;
    border: 1px solid #adadad;
    box-shadow: 0px 2px 0px 1px #efefef inset;
    color: #272727;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 8px;
    transition: all 0.7s ease 0s
}

.page-id-310 .wpcf7-form .wpcf7-submit {
    background: url("images/bg-green.png") repeat scroll 0px 0px transparent;
    border-radius: 2px;
    border: 0px none;
    bottom: 0px;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 36px;
    margin: 10px 0px 0px 128px;
    right: 0px;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(75, 88, 88, 0.5);
    width: 100px
}

.post-type-archive-bolezni .glossary-item:before {
    width: 0;
    height: 0
}


.post-type-archive-bolezni .glossary-list {
    margin: 20px 0
}

.post-type-archive-bolezni .glossary-item {
    display: inline-block;
    width: 26px;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 0px;
    background: #ebf0f0;
    line-height: 24px;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    padding-left: 0
}

.post-type-archive-bolezni .glossary-item a {
    display: block;
    width: 26px;
    text-align: center;
    line-height: 24px;
    margin-right: 2px;
    padding: 0;
    background: #ebf0f0;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .2s
}

.post-type-archive-bolezni .glossary-item a:hover {
    background: #00B4B6;
    color: #fff
}
.post-type-archive-bolezni .glossary-item-all,
.post-type-archive-bolezni .glossary-item-all a{
    width: 54px;
}

.hot-topic-box.medic-consultation .first-cell {
    display: none
}

.hot-topic-box.medic-consultation .second-cell, .hot-topic-box.medic-consultation .second-cell h4, .hot-topic-box.medic-consultation .second-cell .hot-topic-text, .hot-topic-box.medic-consultation .second-cell .hot-topic-meta {
    float: none;
    width: 100%
}

.dwqa-footer-meta .dwqa-view, .dwqa-footer-meta .dwqa-comment, .dwqa-footer-meta .dwqa-vote {
    font-style: italic;
    color: #a7a7a7;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    font-size: 0;
    padding-left: 16px
}

.dwqa-footer-meta .dwqa-view strong, .dwqa-footer-meta .dwqa-comment strong, .dwqa-footer-meta .dwqa-vote strong {
    font-weight: normal;
    font-size: 12px
}

.dwqa-footer-meta .dwqa-view:before, .dwqa-footer-meta .dwqa-comment:before, .dwqa-footer-meta .dwqa-vote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url('images/sprite.png') no-repeat
}

.dwqa-footer-meta .dwqa-view {
    padding-left: 18px
}

.dwqa-footer-meta .dwqa-view:before {
    background-position: -160px 0;
    width: 15px;
    height: 8px
}

.dwqa-footer-meta .dwqa-comment:before {
    background-position: -180px 0;
    width: 11px;
    height: 10px;
    margin-top: 1px
}

.dwqa-footer-meta .dwqa-vote:before {
    background-position: -140px -109px;
    width: 13px;
    height: 12px;
    margin-top: -2px
}

.hot-topic-box.medic-consultation {
    position: relative
}

.hot-topic-box.medic-consultation .dwqa-footer-meta {
    margin-top: 10px
}

.hot-topic-box.medic-consultation .readmore {
    margin-top: 10px
}

.dwqa-container.dwqa-container {
    margin-top: 20px
}

.dwqa-container.dwqa-container label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 7px;
    line-height: 1;
    color: #97a0a0;
    font-family: arial, Helvetica, sans-serif
}

.dwqa-container.dwqa-container input[type='text'], .dwqa-container.dwqa-container input[type='email'], .dwqa-container.dwqa-container .postform, .dwqa-container.dwqa-container .dwqa-search-input.dwqa-search-input, .dwqa-container.dwqa-container .current-select {
    height: 40px;
    background: #fff;
    border: 1px solid #d1dada;
    padding: 2px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: silver;
    font-size: 13px;
    font-family: arial;
    position: relative;
    display: block;
    margin-top: 11px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s
}

.dwqa-container.dwqa-container input[type='text']:focus, .dwqa-container.dwqa-container input[type='email']:focus, .dwqa-container.dwqa-container .postform:focus, .dwqa-container.dwqa-container .dwqa-search-input.dwqa-search-input:focus {
    border-color: #bfbebe;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3)
}

.dwqa-submit-question.dwqa-submit-question .question-meta, .dwqa-submit-question.dwqa-submit-question .input-title, .dwqa-submit-question.dwqa-submit-question .input-content, .dwqa-submit-question.dwqa-submit-question .checkbox-private, .dwqa-submit-question.dwqa-submit-question .question-signin {
    margin-bottom: 15px
}

.dwqa-container.dwqa-container .postform {
    color: rgb(153, 153, 153)
}

.dwqa-container .wp-editor-wrap {
    width: 100%;
    margin-top: 11px
}

.dwqa-container .user-email > span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-style: italic;
    color: #a7a7a7
}

.dwqa-container .user-email > span a {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    text-decoration: underline;
    font-style: inherit
}

.dwqa-container .user-email > span a:hover {
    text-decoration: none
}

.dwqa-btn.dwqa-btn.dwqa-btn.dwqa-btn {
    display: inline-block;
    background: #01b1b3;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0, 64, 56, 0.5);
    padding: 0 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none
}

.dwqa-btn.dwqa-btn.dwqa-btn.dwqa-btn:hover {
    background: #258AC5
}

.dwqa-btn.dwqa-btn.dwqa-btn.dwqa-btn:active {
    border: none;
    outline: none;
    box-shadow: none
}

.dwqa-search.dwqa-search .dwqa-search-form .dwqa-search-submit {
    line-height: 40px;
    cursor: pointer
}

.dwqa-search.dwqa-search .dwqa-search-form .dwqa-search-submit:hover {
    color: #258AC5
}

.dwqa-container.dwqa-container .filter-bar {
    border-color: #e6e6e6
}

.dwqa-container.dwqa-container .filter-bar .status li {
    display: inline-block;
    margin-right: 8px;
    padding-left: 0
}

.dwqa-container.dwqa-container .filter-bar .status li a {
    padding-left: 7px;
    padding-right: 7px;
    display: block;
    text-align: center;
    background: #ecf0f0;
    line-height: 24px;
    color: #258AC5;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dwqa-container.dwqa-container .filter-bar.filter-bar .status li a:hover, .dwqa-container.dwqa-container .dwqa-list-question .filter .active a {
    text-decoration: none !important;
    color: #ffffff;
    background: #258AC5
}

.dwqa-container.dwqa-container .filter-bar .status li:before {
    display: none
}

.dwqa-container.dwqa-container .filter-bar .sort-by li:before {
    display: none
}

.dwqa-container.dwqa-container .filter-bar .sort-by li {
    padding-left: 0
}

.dwqa-container.dwqa-container .filter-by-category li {
    box-sizing: border-box;
    padding-left: 10px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #3a3a3a;
    font-size: 13px;
    font-family: arial;
    background: #ffffff
}

.dwqa-container.dwqa-container .filter-by-category li:hover {
}

.dwqa-container.dwqa-container .filter-by-category li a {
    color: #3a3a3a;
    font-size: 13px;
    font-family: arial
}

.dwqa-container.dwqa-container .current-select.current-select {
    margin-top: 0 !important;
    height: 28px;
    line-height: 28px;
    background-color: #ffffff;
    color: #3a3a3a
}

.dwqa-container.dwqa-container .current-select.current-select.current-select:before {
    border-top-color: silver
}

.dwqa-container.dwqa-container .dwqa-footer-meta.dwqa-footer-meta.dwqa-footer-meta, .dwqa-container.dwqa-container .dwqa-header.dwqa-header.dwqa-header.dwqa-header {
    background: none;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
    border: none
}

.dwqa-container .questions-list.questions-list {
    border: none
}

.dwqa-list-question.dwqa-list-question .dwqa-question:hover {
    background: #f5f7f7
}

.dwqa-question.dwqa-question.dwqa-question.dwqa-question {
    width: 100%;
    padding: 18px 20px 10px 20px;
    margin: 0 0 5px 0;
    border: 1px solid #e6ecec;
    background: #f5f7f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box
}

.dwqa-list-question.dwqa-list-question .dwqa-header .dwqa-title {
    font-size: 18px;
    font-weight: bold;
    color: #258AC5;
    text-decoration: none
}

.dwqa-list-question.dwqa-list-question .dwqa-header .dwqa-title:hover {
    color: #da3a2f
}

.dwqa-container.dwqa-container .dwqa-status {
    display: none
}

.dwqa-list-question.dwqa-list-question .dwqa-header .dwqa-meta {
    margin-top: 8px;
    font-size: 12px;
    font-style: italic;
    color: #a7a7a7;
    margin-right: 34px;
    display: block;
    position: relative
}

.dwqa-list-question.dwqa-list-question .dwqa-header .dwqa-meta a[rel='tag'] {
    font-size: 12px;
    color: #258AC5
}

.dwqa-list-question.dwqa-list-question .dwqa-header .dwqa-meta a[rel='tag']:hover {
    text-decoration: underline
}

.dwqa-list-question.dwqa-list-question .dwqa-footer-meta {
    display: block;
    margin-top: 8px !important;
    position: static
}

.dwqa-list-question.dwqa-list-question .dwqa-comment, .dwqa-list-question.dwqa-list-question .dwqa-view, .dwqa-list-question.dwqa-list-question .dwqa-vote {
    border: none;
    margin-left: 0;
    width: auto;
    height: auto;
    font-size: 0;
    float: none;
    line-height: 1
}

.dwqa-list-question.dwqa-list-question .dwqa-comment strong, .dwqa-list-question.dwqa-list-question .dwqa-view strong, .dwqa-list-question.dwqa-list-question .dwqa-vote strong {
    font-size: 12px;
    color: #a7a7a7;
    margin-top: 0
}

.dwqa-list-question .archive-question-footer.archive-question-footer {
    border: none;
    padding-right: 0
}

.single-dwqa-question h1 {
    margin-top: 20px
}

.single-dwqa-question .dwqa-question .dwqa-meta.dwqa-meta {
    padding-top: 0
}

.single-dwqa-question.single-dwqa-question.single-dwqa-question .dwqa-question .dwqa-status-name {
    padding-left: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 12px;
    display: block;
    text-align: center;
    background: #258AC5;
    line-height: 24px;
    color: #258AC5;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff
}

.dwqa-single-question.dwqa-single-question.dwqa-single-question .dropdown-toggle:hover, .dwqa-single-question.dwqa-single-question.dwqa-single-question .open .dropdown-toggle {
    background: #ffffff !important;
    color: #999 !important
}

.dwqa-single-question .fa.fa {
    display: none
}

.dwqa-single-question .dwqa-dropdown-menu.dwqa-dropdown-menu li:before {
    display: none
}

.dwqa-single-question .dwqa-dropdown-menu.dwqa-dropdown-menu li {
    padding-left: 0
}

.dwqa-single-question .dwqa-dropdown-menu.dwqa-dropdown-menu ul {
    padding-left: 0;
    margin-top: 0
}

.dwqa-btn-group.dwqa-btn-group.dwqa-btn-group .dropdown-toggle {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ccc;
    line-height: 25px;
    min-width: 124px;
    position: relative;
    padding: 0;
    color: #999;
    background-color: #fff;
    border-radius: 2px
}

.dwqa-dropdown-menu li a:hover, .dwqa-dropdown-menu li a:focus {
    background: #258AC5 !important
}

.dwqa-category-name.dwqa-category-name {
    color: #258AC5 !important;
    margin-left: 10px
}

.dwqa-category-name.dwqa-category-name:hover {
    text-decoration: underline
}

.dwqa-change-privacy.dwqa-change-privacy {
    margin-left: 10px
}

.dwqa-single-question.dwqa-single-question .dwqa-question .dwqa-vote {
    left: -70px
}

#dwqa-answers {
    margin-top: 20px
}

.dwqa-favourite.dwqa-favourite.dwqa-favourite, .dwqa-actions.dwqa-actions.dwqa-actions {
    display: none
}

.dwqa-single-question.dwqa-single-question .dwqa-comment-form {
    background: #f5f7f7
}

.dwqa-answer-form.dwqa-answer-form .dwqa-change-privacy {
    margin-left: 0
}

.dwqa-answer-form.dwqa-answer-form.dwqa-answer-form.dwqa-answer-form h3 {
    padding-top: 25px
}

a.wpfp-link {
    font-size: 12px;
    color: #258AC5
}

a.wpfp-link.remove-parent {
    color: #E93F33;
    text-decoration: none;
    margin-left: 20px
}

.page-otpravit-zapros input[type="text"], .page-otpravit-zapros input[type="email"], .page-otpravit-zapros textarea {
    width: 100%
}

.page-otpravit-zapros .wpcf7-submit {
    background: url("images/bg-green.png") repeat scroll 0px 0px transparent;
    border-radius: 2px;
    border: 0px none;
    bottom: 0px;
    color: #FFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 36px;
    right: 0px;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(75, 88, 88, 0.5);
    width: 100px
}

.caroufredsel_wrapper {
    display: block;
    position: relative;
    height: 198px;
    margin: 0px;
    overflow: hidden;
}

iframe body {
    margin: 0;
}

iframe body .rechner_slider_div {
    width: 298px;
}

.wpcu-front-box.right {
    max-width: 320px;
}

.menu-widget {
    width: 300px;
    height: auto;
    margin: 0 0 20px 0;
    float: right;
}

.cont_photo_gallery {
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden
}

.photo_item {
    max-width: 32%;
    float: left;
    background: #E8E8E8;
    position: relative;
    margin: 0.5%;
    padding: 0;
    border: 1px solid #aaa;
    display: block;
    text-align: center;
    overflow: hidden;
    color: #258AC5;
    text-decoration: none
}

.photo_item:hover {
    text-decoration: underline
}

.photo_item:nth-child(3n+1) {
    margin: 0.5% 0.5% 0.5% 0%
}

.photo_item:nth-child(3n+3) {
    margin: 0.5% 0% 0.5% 0.5%
}

.photo_item a {
    color: #ffffff
}

.photo_item img {
    width: 100%;
    min-width: 210px;
    min-height: 142px;
    max-height: 142px;
    width: inherit;
    overflow: hidden;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out
}

.photo_item img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.photo_item span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    background: rgba(0, 0, 0, .7);
}

.photo_item br {
    display: none
}

@media (max-width: 480px) {
    .photo_item {
        max-width: 48%
    }

    .photo_item:nth-child(3n+3) {
        margin: 0.5%
    }

    .photo_item:nth-child(2n+2) {
        margin: 0.5% 0% 0.5% 0.5%
    }

    .photo_item:nth-child(3n+1) {
        margin: 0.5%
    }

    .photo_item:nth-child(2n+1) {
        margin: 0.5% 0.5% 0.5% 0%
    }
}

.photogalery_links {
    width: 100%;
}

.photogalery_links .head {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0px;
}

.photogalery_links #links a {
    display: block;
    float: left;
    width: 140px;
    max-height: 80px;
    min-height: 80px;
    margin: 5px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    background: #258AC5;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    overflow: hidden;
}

.photogalery_links #links a:hover {
    background: #1A597D;
}

.content-left article ul li {
    position: relative;
    line-height: 22px
}

.googlepublisherpluginad {
    display: none
}

.menu-widget.main article {
    margin-top: 26px;
    padding: 0px;
    background: #ffffff;
    border: 0;
    position: relative;
}

.menu-widget.main .hot-topic-box {
    max-width: 300px;
}

.menu-widget.main .hot-topic-box h3 {
    max-width: 300px;
    padding-top: 10px;
}

.menu-widget.main .hot-topic-box h4 {
    max-width: 300px;
    background: rgba(0, 0, 0, .7);
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
}

.menu-widget.main .hot-topic-box h4 a {
    color: #ffffff;
}

.menu-widget.main .hot-topic-box h4 a:hover {
    color: #ffffff;
}

.menu-widget.main .hot-topic-box * {
    max-width: 300px;
}

.menu-widget.main .hot-topic-item .first-cell {
    width: 100%;
}

.menu-widget.main .hot-topic-item .second-cell {
    position: absolute;
    bottom: 0;
}

.menu-widget.main .hot-topic-item .first-cell .hot-topic-thumb {
    margin: 0px auto;
    display: block;
    width: 100%;
}

.menu-widget.main .hot-topic-item .first-cell .hot-topic-thumb img {
    display: block;
    width: 100%;
}

.sub-menu.special_menu li {
    width: 200px;
    float: left;
    overflow: hidden;
}

.block_lekarstva ul li {
    cursor: pointer;
}

.block_lekarstva ul li ul {
    display: none;
}

.block_lekarstva ul li.inner ul li {
    display: none;
}

.block_lekarstva ul li.inner ul {
    display: block;
    cursor: pointer;
}

.block_lekarstva ul li.inner ul li {
    display: list-item;
    cursor: pointer;
}

.content-left p a img {
    width: 100%;
    height: auto;
}

#meelba_overlay {
    display: none !important;
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 0 !important;
    z-index: 0 !important;
}


.language-box {
    position: absolute;
    top: 80px;
    right: 120px;
}

.language-box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.language-box li.wpml-ls-current-language {
    opacity: 0.5;
}

.language-box li {
    list-style-type: none;
    margin: 0;
    opacity: 1;

}

.wpml-ls-current-language a.wpml-ls-link {
    color: #e93f33;
}

a.wpml-ls-link {
    font-size: 14px;
    color: #97a6a6;
    font-weight: 600;
    text-decoration: none;
    padding: 5px;
}

.logged-in .language-box {
    top: 48px;
    right: 130px;
}

.section-slider-cat-home {
    margin-bottom: 20px;
}

.slider-box {
    margin: 5px;
    display: block;
}

.slider-item {
    margin: 0;
    list-style-type: none;
}

.slider-item .slider-box {
    height: 225px;
    position: relative;
    text-decoration: none;
}

.slider-image-thumb {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-title {
    background: rgba(0, 0, 0, .7);
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.slider-title .date-post {
    display: block;
    line-height: 1.1;
    color: #bbb;
    margin-bottom: 5px;
}

.slider-title .title-post {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.15em;
    text-align: left;
    line-height: 1.15em;
    overflow: hidden;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}

/*.section-title {*/
/*    text-align: center;*/
/*    margin-bottom: 14px;*/

/*}*/

/*.section-title a {*/
/*    display: block;*/
/*    position: relative;*/
/*    text-decoration: none;*/
/*}*/

/*.section-title a:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    background: #272727;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 0;*/
/*    z-index: 0;*/
/*}*/

/*.block_title {*/
/*    color: #272727;*/
/*    font-size: 19px;*/
/*    font-family: 'PT Sans Bold', sans-serif;*/
/*    text-transform: uppercase;*/

/*    display: inline-block;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.block_title:before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 24px;*/
/*    background: #FFF;*/
/*    position: absolute;*/
/*    padding: 0px 12px;*/
/*    left: -10.5px;*/
/*    top: 0px;*/
/*    z-index: -1;*/
/*}*/

.section-title {
    text-align: center;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}

.section-title:after {
    /* justify-content: center; */
    /* align-items: center; */
    /* align-content: center; */
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #272727;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.block_title {
    color: #272727;
    font-size: 19px;
    font-family: 'PT Sans Bold', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    background: #ffffff;
    text-align: center;
    margin: 0 42px;
}

.read-cat a {
    line-height: 28px;
    font-size: 12px;
    color: #272727;
    font-weight: bold;
    text-decoration: none;
}

.read-cat a:hover {
    text-decoration: underline;
}

.read-cat {
    display: block;
    text-align: right;
    padding: 0 12px;
}

/*.block_title:after{*/
/*	content: '';*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 4px;*/
/*	background: #272727;*/
/*	position: absolute;*/
/*	top: 10px;*/
/*	left: 0;*/
/*	z-index: -2;*/
/*}*/
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}

.clearfix:after {
    clear: both;
}