/*
Theme Name: Newmed
Theme URI: http://kozachuk.com.ua
Author: Aleksandr Kozachuk
Author URI: http://kozachuk.com.ua
Description: The 2014 theme for WordPress made specially for newmed.co.il by Aleksandr Kozachuk (kozachuk.com.ua).
Version: 2.0
*/

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
       -moz-box-sizing: border-box;
       -webkit-box-sizing: border-box;
       box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

.none {display: none;}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        font-size: 100%;
}

html,
button,
input,
select,
textarea {
       font-family: Verdana, Helvetica, sans-serif;
}

body {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #333;
}

a {
    text-decoration: underline;
    color: #5082b6;
}

#crumbs {
    font-size: 11px;
    position: relative;
    left: -9px;
    margin-bottom: 12px;
    margin: -30px 0 13px;
}
#crumbs * {
    margin: 0 3px;
}

#crumbs .delimiter {
    position: relative;
    width: 10px;
    height: 6px;
    display: inline-block;
    margin: 0; color: #777; font-weight: 700;
    background-image: url('data:image/gif;base64,R0lGODlhCgAGALMAAHd3d+rq6ouLi8PDw/////Hx8ZOTk8zMzPPz8+/v74+Pj/b29sXFxZWVlQAAAAAAACH5BAAHAP8ALAAAAAAKAAYAAAQYkEi5RpEl56BMIkAohsIxjqW2dd9EWVIEADs=');
    background-position: left top;
    background-repeat: no-repeat;
}

/*#crumbs .current {display: none;}*/

a:visited {
    /*  color: #ac0404; */
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Verdana, Georgia, serif;
    font-weight: 400;
    line-height: 1.2;
}

h1 {
    font-size: 20px;
    margin: 33px 0;
}

h2 {
    font-size: 18px;
    margin: 0 0 18px;
}

h3 {
    font-size: 17px;
    margin: 18px 0;
}

h4 {
    font-size: 18px;
    margin: 22px 0;
}

h5 {
    font-size: 18px;
    margin: 30px 0;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}

p {
    margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
       -moz-hyphens: none;
            hyphens: none;

        -ms-hyphens: none;
}

pre {
    font-family: monospace;
    font-size: 14px;
    overflow: auto;
    margin: 20px 0;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: #666;
    background: #f5f5f5;
}

blockquote,
q {
    quotes: none;
    -webkit-hyphens: none;
       -moz-hyphens: none;
            hyphens: none;

        -ms-hyphens: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-weight: 300;
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 5px 0 0;
}
ol {padding-left: 20px;}

ul {
    list-style-type: none;
}

.entry-content ul li {
    padding: 0 0 8px 15px;
    background: url(images/list.png) left 7px no-repeat;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    padding-left: 40px;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    white-space: normal;
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    max-width: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
}

input[type='search'] {
    width: 270px;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */

    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

table {
    margin: 0 0 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

.site-content table {
    margin: 20px 0 30px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-size: 15px;
    padding: 0 18px 10px 18px;
    text-transform: uppercase;
    border-bottom: 2px solid #008ddc;
}
th.israel {
    padding-top: 9px;
    padding-left: 55px;
    background: url(images/1412011603_Israel_flat.png) 20px 10px no-repeat;
}
th.germany {
    height: 50px;
    padding-top: 9px;
    padding-left: 55px;
    background: url(images/1412010884_Germany_flat.png) 20px 10px no-repeat;
}
td {
    padding: 17px 0 17px 18px;
}

th p:last-child {margin-bottom: 0;}
td p:last-child {margin-bottom: 0;}

del {
    color: #333;
}

ins {
    text-decoration: none;
    background: #fff9c0;
}

hr {
    height: 1px;
    margin: 0 0 24px;
    border: 0;
    background: url(images/dotted-line.png) repeat center top;
    background-size: 4px 4px;
}

.entry-content tr:nth-child(odd) td {background: #eee;}
.entry-content td ul {margin-bottom: 0;}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

 .red {
    color: red;
}
.left {
       float: left;
}
.right {
    float: right;
}

.strong {
    font-weight: 700;
}

.site-info {
    padding: 0;
    text-align: center;
}

.site-info .left {float: none;margin-bottom: 20px;display: inline-block;}

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    font: normal 16px/1 Genericons;
    display: inline-block;
    vertical-align: text-bottom;

    -webkit-font-smoothing: antialiased;
}

/* Clearing floats */
.wpcf7:after,
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after,
.wpcf7-form:after,
.comment-respond:after {
    clear: both;
}

.wpcf7:before,
.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after,
.wpcf7-form:before,
.wpcf7-form:after,
.comment-respond:after,
.comment-respond:before {
    display: table;
    content: '';
}

/* Assistive text */
.screen-reader-response,
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    position: absolute;
    z-index: 100000; /* Above WP toolbar */
    top: 5px;
    left: 5px;
    display: block;
    clip: auto !important;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    color: #21759b;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

/* Form fields, general styles first. */
button,
input,
textarea {
    font-family: inherit;
    font-size: 11px;
    padding: 7px 16px 8px;
    border: 0;
}

input,
textarea {
       color: #aaa;
}

input:focus,
textarea:focus {
    outline: 0;
}

/* Buttons */
button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: none;
}

/*
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus
*/

button:hover,
input[type='submit']:hover,
input[type='button']:hover,
input[type='reset']:hover {
    outline: none;
    background: #4f81b4;
}

button:active,
input[type='submit']:active,
input[type='button']:active,
input[type='reset']:active {
    box-shadow: none;
}

.post-password-required input[type='submit'] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}

.post-password-required input[type='submit']:active {
    padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #7d7b6d;
}

:-moz-placeholder {
    color: #7d7b6d;
}

::-moz-placeholder {
    color: #7d7b6d;
}

:-ms-input-placeholder {
    color: #7d7b6d;
}

/* sidebar ya serach */

#assuta-side-logo {display: block; margin: 0 0 45px; padding: 10px 0; position: relative; top: -3px; border: 1px solid #0d2c6b;}
#assuta-side-logo img {max-width: 100%;}
#assuta-side-logo:hover {opacity: 0.7;}

#ya-site-form0 > div > table > tbody > tr > td > table {
    margin: -5px 0 0 -5px!important;
}
#ya-site-form0 > div > table > tbody > tr > td {
    margin: 0;
    padding: 0;
}
#ya-site-form0 > div > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > table {
    float: left;
    width: 274px;
    margin: 0;
    padding: 0;
}
#ya-site-form0 > div > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > table > tbody > tr > td.ya-site-form__search-input-layout-r > input {
    font-size: 14px!important;
    font-weight: normal;
    margin: 0;
    color: #fff!important;
    background-color: #425381;
}
#ya-site-form0 > div > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > table > tbody > tr > td.ya-site-form__search-input-layout-r > input:hover {
    background-color: #002b55;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*='align'],
img[class*='wp-image-'],
img[class*='attachment-'] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    max-width: 100%;
    height: auto;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.taligncenter {text-align: center;}

img.alignleft {
    margin: 5px 20px 30px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
       margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: #aaa;
}

img.wp-smiley,
.rsswidget img {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 990px;
}

.site-main {
    position: relative;
}

.site-main .sidebar-inner {
       margin: 0 auto;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

header.header_top {
    height: 490px;
    background-image: url(images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 60px 0 63px;
    
}
.header_top_contacts > .inside-wrap {position: relative;}

.header_top_contacts .inside-wrap > div:before {
    content: "";
    width: 35px;
    height: 34px;
    float: left;
    margin-left: -45px;
    background-image: url(images/header_sprite.png);
    background-position: left -16px;
    background-repeat: no-repeat;
    position: relative;
    top: -2px;
}

.header_top_contacts .inside-wrap > div.israel:before {
    top: 17px;
}

.header_top_contacts .inside-wrap > div.russia:before {
    background-position: -201px -17px;
    margin-bottom: 20px;
}

.header_top_contacts .inside-wrap > div.skype:before {
    background-position: -400px -11px;
    top: 2px;
}

.header_top_contacts {
    text-align: center;
    vertical-align: top;
    margin: 0 auto;
    background-color: rgba(255,255,255,.85);
    background-repeat: no-repeat;
    background-position: 12px 0;
    max-width: 730px;
}

.header_top_contacts .inside-wrap > div {
    text-align: left; 
    display: inline-block;
    vertical-align: top;
}

.header_top_contacts .israel {
    font-size: 14px;
    line-height: 1.6;
    display: block;
    width: 170px;
    margin-left: 55px;
}
.header_top_contacts .israel > .israel_24_7 {
    font-size: 12px;
    color: #d83500;
    margin: -2px 0 -2px;
}
.header_top_contacts .israel > .israel_24_7 a {margin-top: 2px; display: inline-block;}
.header_top_contacts .russia {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    width: 170px;
    margin: 18px 0 0 50px;
}
.header_top_contacts .russia > .callback {
    font-size: 12px;
    display: inline-block;
    margin-top: 6px;
    margin-left: 2px;
}
.header_top_contacts .skype {
    font-size: 14px;
    line-height: 2.3;
    display: block;
    width: 170px;
    margin: 9px 0 0 42px;
}
.header_top_contacts .skype a:last-child {display: inline-block; margin-top: 13px;}

a.phone-number {text-decoration: none; color: inherit; cursor: default;}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.header_logo {
    width: 205px;
    height: 33px;
    margin: 26px auto 50px;
    background-image: url('data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEFGMzgwNTk2NjdFMTFFNEJDRTU4MkUxOTlBQjU3QUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEFGMzgwNUE2NjdFMTFFNEJDRTU4MkUxOTlBQjU3QUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMDRBRERGNjYxQTExMUU0QkNFNTgyRTE5OUFCNTdBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QUYzODA1ODY2N0UxMUU0QkNFNTgyRTE5OUFCNTdBRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEB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');
    background-repeat: no-repeat;
    position: relative;
}

.header_logo:after {
    content: "Лечение в Израиле";
    font-size: 12px;
    line-height: 1.2;
    position: absolute;
    top: 99%;
    width: 100%;
    padding-left: 58px;
    color: #666;
}

.menu-toggle {
    cursor: pointer;
    text-align: center;
    background-color: #1d0;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 10px;
    margin-bottom: 3px;
}

.menu-toggle:hover {
    background-color: #0c9b00;
}

.menu-toggle:active,
.menu-toggle.toggled-on,
.main_menu .menu.toggled-on {
     background-color: #e1e1e1;
}

.menu-toggle:active,
.menu-toggle.toggled-on {
    color: #999;
}

.main_menu {
    background-color: #fff;
}
.admin-bar .main_menu {top: 28px;}

.main_menu a,
.main_menu .span-wrap {
    display: block;
}

.main_menu a:hover {
    text-decoration: underline;
    color: #5082b6;
}

.main_menu .inside {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 990px;
}
.main_menu .inside > a {outline: none;}
.main_menu .inside > a:hover div {opacity: 0.75;}
.main_menu .menu {
    padding: 0;
    margin: 0;
    display: none;
}
.main_menu .menu.toggled-on {display: block;}

.main_menu .menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main_menu .menu > li > a,
.main_menu .menu > li > span {
    text-transform: uppercase;
}

.main_menu .menu > li,
.main_menu .menu > li.menu-item-has-children > a,
.main_menu .menu > li.menu-item-has-children > span {padding: 13px 13px 11px;}

.main_menu .menu > li.menu-item-has-children {padding: 0; position: relative;}

.main_menu .menu li.current-menu-item {color: #999; color: red;}
.main_menu .menu li.current-menu-parent a {color: #5082b6}

.main_menu .menu > li:last-child {padding-right: 0;}

.main_menu ul li:last-child {
    margin: 0;
}
.main_menu ul li:last-child a {
    color: red;
}
.main_menu ul li:last-child a:hover {
    color: #425381;
}

.main_menu .menu > li.menu-item-has-children > .sub-menu li {
    margin-bottom: 9px;
    line-height: 1.2;
}
.main_menu .menu > li.menu-item-has-children > .sub-menu a {color: #5082b6; display: inline;}

.main_menu .menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
}

/* Assistive text */
.fast-skip { margin: 30px 0 -20px; line-height: 27px; font-weight: 700; white-space: nowrap; text-align: center;}
.main_menu .fast-skip a {margin: 0 5px; font-weight: 400; display: inline; color: #5082b6;}

.content-area {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}
.sidebar-container {
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
}
.sidebar-container nav {margin-top: 20px;}

/* Navbar */
.navbar {
    width: 100%;
    padding: 1px;
    border: 1px solid #5082b6;
    border-radius: 3px;
    background-color: #fff;
}

#cse-search-box {
    margin-bottom: 28px;
    padding: 10px;
    border: 1px solid #e5e5e7;
    border-radius: 4px;
    background: #ebf0ec;
}
#cse-search-box #srcinput {
    width: 191px;
    margin-right: 6px;
}
#cse-search-box input[type='submit'],
#cse-search-box input#submit {
    width: 26px;
    height: 26px;
    padding: 0;
    padding: 0;
    text-indent: -9999px;
    border: 1px solid #3079ed;
    border: 0;
    border-radius: 3px;
    background: #4d90fe url(images/search_box_icon.png) center center no-repeat;
    box-shadow: none;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    background-image: url(images/header_sprite.png);
    background-repeat: no-repeat;
    background-position: 145px -131px;
    padding-right: 50px;
    padding-left: 10px;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text:focus {background-image: none;}

.page-id-1598 .hentry {
    line-height: normal;
}
.page-id-1598 td {
    padding: 0;
    border: 0;
}
.page-id-1598 table {
    line-height: inherit;
    margin: 0;
    border-collapse: inherit;
    border: 0;
}

.gsc-orderby-container {
    display: none;
}

.page-id-1598 .hentry * {
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
}

.doctor-meta {
    font-size: 13px;
    width: 200px;
    margin: 0 auto 20px;
}

.doctor-meta.alignright {
    float: none;
}

.doctor-meta img {
    width: 100%;
    height: auto;
    margin-right: 0;
}
.entry-content .doctor-meta .slimscroll {margin-top: 12px;}
.doctor-meta .label {
    font-weight: 700;
}
.entry-content .doctor-meta ul {
    margin: -15px 0 0;
    padding: 0;
}

.our-doctors {
    margin: 20px -10px 0;
    text-align: center;
}

.our-doctors h2 {margin-left: 10px;}

.parent-pageid-165 .our-doctors h2 {text-align: left; margin-left: 10px;}
.our-doctors h2.doctors-specialization {
    font-size: 18px;
    text-align: center;
    margin: 35px 0 10px;
}

.our-doctors .infoWrapper {
    font-size: 12px;
    width: 213px;
    margin: 0 -3px 25px;
    display: inline-block;
    text-align: center;
}
.our-doctors .infoWrapper h2 {
    font-weight: 400;
    margin: 0 0 5px;
    text-align: center;
}
.our-doctors .infoWrapper .img-outer {
    overflow: hidden;
    height: 170px;
    margin: 0 0 10px;
}
.our-doctors .infoWrapper .img-wrap {
    height: 170px;
    text-align: center;
}
.our-doctors .infoWrapper .img-wrap img {
    width: auto;
    height: 100%;
    max-width: inherit;
}
.our-doctors .infoWrapper:last-child {
    margin-right: 0;
}
.our-doctors .doctor-specialization {
    font-size: 11px;
    margin: 0 0 6px;
}

.our-doctors .infoWrapper .stag {
    font-size: 12px;
    overflow: hidden;
    height: 30px;
    margin: 0 0 8px;
    line-height: 1.2;
    padding: 0 5px;
}

.our-doctors .infoWrapper .actionButton {
    margin: 5px 0 0;
}


.doctor-short-card h2 a {
    font-size: 16px;
    display: block;
    overflow: hidden;
    height: 18px;
}
.doctor-short-card > p.doctor-specialization {
    font-size: 12px;
    height: 18px;
    overflow: hidden;
}

#goto span {margin-right: 15px;}

.doctors-catalog {text-align: center;}

.goto_dropdown {
    display: inline-block;
    overflow: hidden;
    width: 235px;
    text-align: left;
    background-color: #fff;
    position: relative;
    top: 5px;
    margin: 0 0 0 -15px;
    height: 18px;
}
.goto_dropdown ul {
    margin: 0;
    padding: 0;
    position: absolute;
    background: #fff;
    padding-left: 15px; 
}
.goto_dropdown li {line-height: 1.2; margin-bottom: 9px;}
.goto_dropdown a {text-decoration: none;}
.goto_dropdown a:hover {text-decoration: underline;}

.goto_dropdown.opened {
    height: auto;
    overflow: visible;
    top: -13px;
}            

.goto_dropdown.opened ul,
.goto_dropdown.active ul {
    -webkit-box-shadow: 0px 10px 8px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 10px 8px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 10px 8px 0px rgba(50, 50, 50, 0.5);
}

.goto_dropdown ul li:first-child {
    width: 183px;
    cursor: pointer;
    color: #5082b6;
    border-bottom: 1px dashed #5082b6;
    margin-bottom: 20px;
}
.goto_dropdown.opened ul li:first-child {
    border-bottom: 0;
}
.goto_dropdown ul li:first-child::after {
    position: absolute;
    width: 0;
    height: 0;
    margin: 6px 0 0 7px;
    content: '';
    border-top: 6px solid #5082b6;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

/* main landing */

.main_landing {
       margin: -13px 0 0;
       text-align: center;
}
.main_landing > section {
    text-align: left;
    vertical-align: top;
    margin-bottom: 30px;
    display: inline-block;
}

.main_landing > section.medical_tourism {margin-bottom: 0;}

.main_landing > section.front-info-block {
    width: 100%;
    padding: 30px 5px 0 10px;
    text-align: center;
    margin: 50px 0 45px 0;
    background-color: #008ddc;
}

.front-info-block p {text-align: left;
    margin-bottom: 25px;
    margin-right: 10px;
    display: inline-block;
    font-size: 13px;
    line-height: 1.3;
    width: 238px;
    color: #fff;
    padding-left: 70px;
    vertical-align: top;    
}

.front-info-block .apply_button {
    margin-bottom: 25px;
}

.front-info-block .accommodations_button.apply_button {
    background-color: #0059b2;
}

.front-info-block .accommodations_button.apply_button:hover {
    background-color: #002b55;
}

.main_landing > .diagnostics {
    padding: 15px 18px 0;
    background-color: #cce3f5;
    font-size: 15px;
    line-height: 1.5;
}
.main_landing > .diagnostics h4 {
    font-size: 16px;
    margin-top: 0;
    text-transform: uppercase;
}

.main_landing > .departments {
    min-height: 490px;
}

.main_landing > .departments > .inner_menu {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 245px;
    height: 398px;
    background-color: #fff;
}

.main_landing > .departments h4 {
    font-size: 16px;
    margin-top: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main_landing > .departments ul {
    font-size: 14px;
    margin: 0;
    padding-left: 40px;
}

.main_landing > .departments ul li {margin-bottom: 6px; line-height: 1.2;}

.main_landing > .departments ul li:before {
    position: absolute;
    float: left;
    width: 10px;
    height: 10px;
    margin: 3px 0 0 -36px;
    content: '';
    background-image: url(images/main_landing_sprite.png);
    background-position: -921px -13px;
}
.main_landing > .departments > .all_departments {
    position: absolute;
    margin: 408px 0 0 40px;
    cursor: pointer;
    color: #5082b6;
}

.reduce_inner_menu {
    float: left;
    margin: 15px 0 5px 40px;
    cursor: pointer;
    text-transform: lowercase;
    color: #5082b6;
}

.medical_tourism {
    margin: 0;
}
.page-id-2535 .medical_tourism {
    float: none;
    width: auto;
}

.page-id-2535 .medical_tourism_face {margin-right: 35px;}

.medical_tourism.singlepage {height: 290px;overflow: hidden;width: 275px;margin: 4px 0 0;display: inline-block;vertical-align: top;text-align: left;}
.medical_tourism h4 {
    font-size: 16px;
    margin: 14px 0 12px 0;
    text-transform: uppercase;
}
.medical_tourism_face {
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.medical_tourism_face img {
    float: left;
    margin: 0 25px 0 0;
}
.medical_tourism_profile {
    font-size: 13px;
    margin: 15px 0 0 0;
}
.medical_tourism p {
    font-size: 13px;
    margin: 12px 0 37px 0;
    line-height: 1.2;
    clear: both;
    float: left;
    width: 100%;
}

.front-info-block p:before {
    content: "";
    width: 54px;
    margin-left: -70px;
    height: 51px;
    float: left;
    background-image: url(images/main_landing_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

p.apply_icon_first,
p.accommodations_icon_first {width: 221px;}

.apply p.apply_icon_second:before {
    background-position: -250px 0;
    margin-left: -60px;
}

.apply p.apply_icon_third:before {
    background-position: -318px 0;
    margin-left: -60px;
}

.apply_button {
    font-size: 19px;
    line-height: 50px;
    display: inline-block;
    width: 180px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: #1d0;
    text-decoration: none;
}
.apply_button a {
    text-decoration: none;
    color: #fff;
}
.apply_button:hover {
    background-color: #0c9b00;
}

.main_landing > section.medcenter_doctors, 
.main_landing > section.partners, 
.main_landing > section.clients_reviews {
    width: 275px;
    margin-bottom: 0;
}

.medcenter_doctors h4 {
    font-size: 16px;
    margin-top: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.medcenter_doctors_face {
    line-height: 1.2;
    height: 175px;
    padding: 0;
    color: #000;
    margin-bottom: 44px;
    width: 275px;
    float: left;
    overflow: hidden;
}
.medcenter_doctors_face img {
    float: left;
    max-width: 120px;
    max-height: 135px;
    margin: 0;
}
.medcenter_doctors_face_img {
    float: left;
    width: 120px;
    margin: 0 25px 0 0;
}
.medcenter_doctors_profile {
    font-size: 13px;
    margin: 15px 0 0 0;
}
.medcenter_doctors p {
    font-size: 12px;
    float: left;
    width: 275px;
    margin: 13px 0 0;
    line-height: 1.2;
}

.leave_review_title {
    font-size: 16px;
    line-height: 55px;
    float: left;
    width: 100%;
    height: 55px;
    margin: 0 0 10px 0;
}
.leave_review_button {
    font-size: 14px;
    line-height: 50px;
    float: right;
    width: 190px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #0059b2;
    text-decoration: none;
}
.leave_review_button:hover {
    background-color: #032c54;
}
.comment-form-author label,
.comment-form-email label {
    display: none;
}
.comment-form-url {
    display: none;
}

.comment-form-author:after {
    font-size: 16px;
    position: absolute;
    content: '*';
    color: red;
    top: 4px;
    right: 5px;
}

.comment-form-author.hidden:after {
    display: none;
}

.comment-form-email {
    float: left;
    width: 265px;
}
.comment-form-email:after {
    font-size: 16px;
    position: absolute;
    content: '*';
    color: red;
    top: 4px;
    right: 5px;
}
.comment-form-email.hidden:after {
    display: none;
}

.comment-form-author input {
    font-size: 16px;
    height: 35px!important;
    color: #000;
}
.comment-form-email input {
    font-size: 16px;
    height: 35px!important;
    color: #000;
}
.comment-form-comment textarea {
    font-size: 16px;
    color: #000;
}
.comment-form-comment:after {
    font-size: 16px;
    position: absolute;
    content: '*';
    color: red;
    top: 3px;
    left: 75px;
}

.comment-form-comment {position: relative;}

.page-id-60 .comment-form-author:after {
    margin-left: 55px;
}
.page-id-60 .comment-form-comment:after {
    margin-left: -500px;
}

.comment-form-comment.hidden:after,
.comment-form-email.hidden:after,
.comment-form-author.hidden:after {
    display: none;
}

.return-to-testimonials.top {
       float: right;
       margin-bottom: 40px;}

.reviews-section .img-wrap {width: 150px; position: relative; max-height: 150px; overflow: hidden; margin: 2px 20px 30px 0;}

.reviews-section article { padding: 10px 20px 20px 100px; position: relative; clear: both; margin: 0 0 25px; border-radius: 5px;}
.reviews-section article:before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(images/male_female_sprite.png);
    background-repeat: no-repeat;
    background-position: left 0;
    float: left;
    margin-left: -76px;
    top: 5px;
    position: relative;
}
.reviews-section article.male:before {
    background-position: 0 -50px;
}
.reviews-section time {font-size: 11px; color: #666; float: left; margin-left: -84px; margin-top: 60px;}
.reviews-section .read-more {position: absolute; bottom: 10px; white-space: nowrap; left: 100px;}
.reviews-section h3,
.reviews-section .entry-header .entry-title {margin: 3px 0 20px; font-size: 17px; line-height: 1.2;}
.reviews-section .img-wrap img {width: 100%; margin-bottom: 0;}
.reviews-section .entry-header {margin: 0;}
.reviews-section h1,
.reviews-section h2,
.reviews-section h3 {
       clear: none;}
.reviews-section h1 {margin-top: 3px;}
.ie .reviews-section article,
.reviews-section article:nth-child(even) {background: #eee;}
.reviews-section article:nth-child(odd) {background: #ddd;}

.reviews-section {clear: both;margin: 50px 0 -15px 0;}
.parent-pageid-95 .reviews-section {margin-top: 0;}
.page-id-95 .reviews-section {margin-top: 0;}

#testimonials-h2 {float: left; width: 70%; clear: none; margin-top: -38px; margin-bottom: 27px;}
.entry-content .respond-link {float: right; width: 25%; background: #0072B8; text-align: center; color: #fff; text-decoration: none; padding: 5px 0; margin-top: -5px;}
.entry-content .respond-link:hover {opacity: 0.6;}

.partners {
}
.partners_title {
    position: absolute;
    right: 0;
    padding: 9px 19px;
    color: #fff;
    background-color: rgba(0,0,0,.4);
    text-decoration: underline;
    top: 0;
}
.single_partner:hover .partners_title {text-decoration: none;}
.single_partner a {outline: none;}
.single_partner {
    margin: 0 0 44px;
    float: left;
    width: 275px;
    position: relative;
}

.clinics-section .single_partner  {margin-right: 35px;}

.partners h4,
.clients_reviews h4 {
    font-size: 16px;
    margin-top: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.clients_reviews {
}

.clients_reviews_title {
    line-height: 1.3;
    position: absolute;
    height: 65px;
    padding: 5px 12px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    left: 0;
    bottom: 0;
    right: 0;
}
.clients_reviews article {
    margin: 0 0 44px 0;
    position: relative;
}
.reviews-section .video .img-wrap:after,
.clients_reviews_icon {
    position: absolute;
    z-index: 3;
    width: 44px;
    height: 31px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -15px;
    background-image: url(images/youtube_icon_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -31px;
}
.reviews-section .video .img-wrap:after {
    content: '';
    bottom: 5px;
    left: 5px;
    margin: 0;
}
.clients_reviews article:hover .clients_reviews_icon,
.faq_clients_reviews article:hover .clients_reviews_icon {
    background-position: 0 1px;
}

.accommodations {
    margin: -20px 0 65px 0;
}

p.accommodations_icon_first:before {
    background-position: -91px 0;
}
p.accommodations_icon_second:before {
    background-position: -170px 0;
}
p.accommodations_icon_third:before {
    background-position: -383px 0;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.page-id-95 .newsItemsWrapper {
    font-size: 12px;
    font-style: italic;
    line-height: 1.9;
    position: relative;
    margin: 0 0 5px;
    padding: 25px 0 0;
    word-spacing: -1.5px;
    border-top: 1px solid #63a0df;
}

.page-id-95 .newsItemsWrapper:before {
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    display: block;
    margin-left: -20px;
    padding: 0 10px;
    content: '•';
    color: #63a0df;
    background: #fff;
}


.page-id-95 .entry-content .newsItemsWrapper:first-child {
    margin-top: -25px;
    border-top: 0;
}
.page-id-95 .entry-content .newsItemsWrapper:first-child:before {
    content: '';
}

.page-id-95 .newsItemsWrapper .text.clr_b {
    padding: 0 0 25px 20px;
    background: url(images/quotes.gif) left 4px no-repeat;
}

.page-id-95 .newsItemsWrapper .text.clr_b p {
    margin-bottom: 15px;
}

.page-id-95 .newsItemsWrapper .text.clr_b p:last-child:after {
    position: relative;
    bottom: 3px;
    display: inline-block;
    width: 10px;
    height: 8px;
    margin-left: 10px;
    content: '';
    background: url(images/quotes.gif) left top no-repeat;
}

.page-id-95 .newsItemsWrapper h2 {
    font-size: 14px;
    font-style: normal;
    margin: 0 0 10px;
}
.page-id-95 .newsItemsWrapper div.date {
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: 27px;
    right: 0;
    color: #375a7d;
}

.home .hentry {padding: 0 0 8px;}

.home .hentry {
    padding: 0 0 31px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
    width: 100%;
    margin: 0 auto;
}

/* FAQ page */

.faq_title {
    float: left;
    margin: 0 0 10px 0;
    cursor: pointer;
    text-decoration: underline;
    color: #5082b6;
}
.faq_title:before {
    line-height: 20px;
    display: block;
    float: left;
    width: 14px;
    height: 20px;
    margin: 0 15px 0 0;
    padding: 0 0 0 6px;
    content: '?';
    color: #0ada0a;
    border: 1px solid #0ada0a;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.faq_question {
    line-height: 1.2;
    display: none;
    float: left;
    margin: 0 0 0 30px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #ddd;
    clear: both;
}
.faq_answer {
    display: none;
    margin: 15px 0 30px 55px;
    padding: 10px 15px;
    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #00c663;
    float: left;
}

.faq_clients_reviews {
    width: 275px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: left;
    margin: 0;
}
.faq_clients_reviews h4 {
    font-size: 16px;
    margin-top: 18px;
    text-transform: uppercase;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-thumbnail img {
    display: block;
}

.entry-header {
    margin-bottom: 30px;
}

.entry-title {
       margin: -2px 0 0;
}

.entry-title a {
    color: #141412;
}

.entry-title a:hover {
    /*  color: #ea9629; */
}

.category .entry-title {
    font-size: 18px;
    font-weight: 400;
}
.category .entry-header {
    margin-bottom: 15px;
}
.category article {
    margin-bottom: 0;
    padding: 5px 0 0;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.dashed:hover {border-bottom: 0 !important;}

.entry-meta {
    font-size: 14px;  /* delete */
    clear: both;
    display: none;
}

.entry-meta a {
    color: #bc360a;
}

.entry-meta a:hover {
    color: #bc360a;
}

.entry-meta > span {
    margin-right: 20px;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

.featured-post:before {
    margin-right: 2px;
    content: '\f308';
}

.entry-meta .date a:before {
    content: '\f303';
}

.comments-link a:before {
    position: relative;
    top: -1px;
    margin-right: 2px;
    content: '\f300';
}

.entry-meta .author a:before {
    position: relative;
    top: -1px;
    content: '\f304';
}

.categories-links a:first-child:before {
    content: '\f301';
}

.tags-links a:first-child:before {
    position: relative;
    top: -1px;
    content: '\f302';
}

.edit-link a:before {
    position: relative;
    top: -1px;
    content: '\f411';
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
    word-wrap: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;

        -ms-hyphens: auto;
}

.entry-content blockquote {
    font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}

.format-standard footer.entry-meta {
    margin-top: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

#skype-contact {
    font-weight: bold;
    margin: 0 0 15px;
    color: #5082b6;
}
#skype-contact a {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 38px;
    height: 16px;
    margin: 0 0 0 15px;
    background: url(images/callbutton_16px.png) left top no-repeat;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}

.gallery-item {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 4px 4px 0;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-caption {
    font-size: 14px;
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-height: 50%;
    margin: 0;
    padding: 2px 8px;
    -webkit-transition: opacity 400ms ease;
            transition: opacity 400ms ease;
    text-align: left;
    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}

.gallery-caption:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 49px;
    content: '';
    box-shadow: 0 -10px 15px #000 inset;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
    float: left;
}

.navigation .nav-next {
    float: right;
}

.navigation a {
    color: #bc360a;
}

.paging-navigation {
    margin: 20px 0 50px;
    text-align: center;
}

.wp-pagenavi * {
    margin: 0 5px;
}
.wp-pagenavi .pages:after {
    content: ':';
}

.paging-navigation .nav-links {
    width: 100%;
    max-width: 604px;
    margin: 0 auto;
}

.paging-navigation .nav-next {
    padding: 13px 0;
}

.paging-navigation a {
    font-weight: 300;
}

.paging-navigation .meta-nav {
    font-size: 26px;
    display: inline-block;
    width: 50px;
    padding: 3px 0 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #e63f2a;
}

.paging-navigation .nav-previous .meta-nav {
    width: 80px;
    margin-right: 10px;
    padding: 17px 0 23px;
}

.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
    text-decoration: none;
    background-color: #ea9629;
}

.post-navigation {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    padding: 20px 0;
    color: #ca3c08;
    background-color: #fff;
}

.post-navigation .nav-links {
    max-width: 1040px;
    margin: 0 auto 40px;
}

.post-navigation a[rel='next'] {
    float: right;
    text-align: right;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-title,
.archive-meta {
    font: 400 22px Verdana, Helvetica, sans-serif;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 0 10px;
}

.archive-meta {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    margin-top: -15px;
    padding: 0 0 11px;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
    background-color: #e8e5ce;
}

.page-title {
    font: 300 italic 30px Verdana, Helvetica, sans-serif;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 30px 0;
}

.page-content {
    width: 100%;
    max-width: 604px;
    margin: 0 auto;
    padding: 40px 0;
}

#vocabulary-first-letters:before {
    float: left;
    margin-right: 10px;
    content: 'Выберите букву: ';
}
#vocabulary-first-letters {
    font-size: 15px;
    float: left;
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}
#post-87 .entry-content #vocabulary-first-letters li {
    float: left;
    margin: 0 6px;
    padding: 0;
    background: none;
}

#post-87 .entry-content ul {
    font-size: 13px;
    margin-left: 0;
    padding-left: 0;
}

#post-87 .entry-content ul li {
    padding-right: 15px;
}

span.current-letter {
    font-size: 15px;
    font-weight: 700;
    color: #ac0404;
}
/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
    background-color: #fff;
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    width: 100%;
    max-width: 604px;
    margin-right: auto;
    margin-left: auto;
}

.comments-title {
    font: 300 italic 28px Verdana, Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
    padding: 0;
    list-style-type: none;
}

.comment-list .children {
    margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: url(images/dotted-line.png) repeat left top;
    background-size: 4px 4px;
}

.comment-list > li:last-child:after {
    display: none;
}

.comment-body {
    position: relative;
    padding: 24px 0;
}

.comment-author {
    float: left;
    max-width: 74px;
}

.comment-author .avatar {
    display: block;
    margin-bottom: 10px;
}

.comment-author .fn {
    word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #bc360a;
}

.says {
    display: none;
}

.no-avatars .comment-author {
    position: relative;
    max-width: 100%;
    margin: 0 0 5px;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
    width: 100%;
}

.bypostauthor > .comment-body .fn:before {
    content: '\f408';
    vertical-align: text-top;
}

.comment-list .edit-link {
    margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
    float: right;
    width: 79%;
    width: -webkit-calc(100% - 124px);
    width:         calc(100% - 124px);
    word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
    font-size: 13px;
    color: #a2a2a2;
}

.comment-meta a:hover {
    color: #ea9629;
}

.comment-metadata {
    margin-bottom: 20px;
}

.ping-meta {
    font-size: 13px;
    line-height: 2;
    color: #a2a2a2;
}

.comment-awaiting-moderation {
    color: #a2a2a2;
}

.comment-awaiting-moderation:before {
    position: relative;
    top: -2px;
    margin-right: 5px;
    content: '\f414';
}

.comment-reply-link:before,
.comment-reply-login:before {
    margin-right: 3px;
    content: '\f412';
}

/* Comment form */
.comment-respond {
    display: block;
    margin: 40px 0 32px 0;
    padding: 10px 20px 20px;
    background-color: #385a7f;
    color: #fff;
}
.comment-respond a {color: #fff;}
.form-allowed-tags {
    display: none;
}

.comment-respond input[type='submit'] {
    font-size: 19px;
    float: right;
    width: 265px;
    height: 50px;
    background-color: #1d0;
}
.comment-respond input[type='submit']:hover {
    background-color: #0c9b00;
}
.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}

.comment-reply-title {
       margin: 0 0 20px;
}

.comment-reply-title small a {
    display: inline-block;
    float: right;
    overflow: hidden;
    width: 16px;
    height: 16px;
    color: #131310;
}

.comment-reply-title small a:hover {
    text-decoration: none;
    color: #ed331c;
}

.comment-reply-title small a:before {
    content: '\f406';
    vertical-align: top;
}

.comment-form .comment-notes {
    margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email { position: relative; width: 100%;}

.comment-form .comment-form-email {float: right;}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 24px;
}

.comment-form [for='author'],
.comment-form [for='email'],
.comment-form [for='url'],
.comment-form [for='comment'] {
    float: left;
    width: 120px;
    padding: 5px 0;
}

.comment-form .required {
    color: #ed331c;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
       width: 100%;
}

.comment-form textarea,
.wpcf7 .wpcf7-textarea {
    width: 100%;
    height: 145px;
}

.form-allowed-tags,
.form-allowed-tags code {
    font-size: 12px;
    color: #686758;
}

.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
    padding-top: 24px;
}

.comment-navigation {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    width: 100%;
    max-width: 604px;
    margin: 0 auto;
    padding: 20px 0 30px;
}

.no-comments {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    padding: 40px 0;
    text-align: center;
    background-color: #f7f5e7;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

/* sidebar menu */

li.widget {
    list-style-type: none;
}

.side-menu {
    padding: 0;
    margin: 0 0 30px;
}
.side-menu li {
    line-height: 1.2;
    margin-bottom: 2px;
    position: relative;
    padding: 4px 0;
}

.side-menu a {
    text-decoration: none;
}
.side-menu .span-wrap {color: red;}
.side-menu li.menu-item-has-children:hover > a,
.side-menu li.current-menu-ancestor > a,
.side-menu a:hover {
    text-decoration: underline;
}

.side-menu li.menu-item-has-children > a:after,
.side-menu li.menu-item-has-children > .span-wrap:after {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 6px;
    content: '';
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 5px solid #1f6e9e;
    right: 0;
}

.side-menu li.menu-item-has-children.opened > a:after,
.side-menu li.current-menu-ancestor > a:after,
.side-menu li.menu-item-has-children.opened > .span-wrap:after {
    border-left: 5px solid #FF0000;
    transform: rotate(90deg);
}

.side-menu li.menu-item-has-children {padding-right: 15px;}

.section-title { color: #999; display: block; margin-bottom: 5px; font-size: 12px; clear: both; FONT-WEIGHT: 700;}

.side-menu > li {float: left; clear: both;}
.side-menu li.menu-item-has-children > a,
.side-menu li.menu-item-has-children > .span-wrap {padding-right: 15px; position: relative;}

.side-menu ul {padding: 0;margin: 0;}

.side-menu .menu-depth-1,
.side-menu .menu-depth-4 {
    position: absolute;
    z-index: 5;
    top: 25px;
    display: none;
    width: auto;
    width: 250px;
    padding: 12px 15px 10px;
    background: #fff;
    box-shadow: 0 0 7px 1px #ccc;
    left: -15px;
}

.side-menu .menu-depth-1:after,
.side-menu .menu-depth-4:after {
    content: "x";
    font-weight: bold;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 11px;
    border: 1px solid #ccc;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ccc;
}

.side-menu #menu-item-145 .menu-depth-1,
.side-menu #menu-item-143 .menu-depth-1, 
.side-menu #menu-item-222 .menu-depth-1, 
.side-menu #menu-item-221 .menu-depth-1,
.side-menu #menu-item-254 .menu-depth-1, 
.side-menu #menu-item-255 .menu-depth-1
{
    width: 305px;
    left: -15px;
}

.side-menu li.menu-item-has-children:hover {background-color: transparent;}

.side-menu li.menu-item-has-children.opened > .sub-menu {
    display: block;
}

.side-menu .menu-depth-1 > li.menu-item-has-children {padding-right: 0;}
.side-menu .menu-depth-1 > li.menu-item-has-children:after {
    content: "";
    clear: both;
    display: table;
}

.side-menu .menu-depth-3 > li {clear: both;float: left;}

/* end sidebar menu */


.sidebar-container .side_advantages {
    width: 275px;
    color: #fff;
    background-color: #008ddc;
    height: 505px;
    float: left;
    margin: 20px 0 47px;
}
.sidebar-container .side_advantages h4 {
    font-size: 16px;
    margin-top: 9px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.side_advantages p {
    font-size: 13px;
    line-height: 1.3;
    float: left;
    width: 160px;
    color: #fff;
}
.side_advantages_icon_first {
    float: left;
    width: 48px;
    height: 60px;
    margin: 3px 25px 0 20px;
    background-image: url(images/side_advantages_sprite.png);
    background-repeat: no-repeat;
    background-position: -6px 0;
}
.side_advantages_icon_second {
    float: left;
    width: 60px;
    height: 60px;
    margin: 12px 20px 0 15px;
    background-image: url(images/side_advantages_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -99px;
}
.side_advantages_icon_third {
    float: left;
    width: 60px;
    height: 60px;
    margin: 2px 20px 0 15px;
    background-image: url(images/side_advantages_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -194px;
}
.side_advantages_icon_fifth {
    float: left;
    width: 60px;
    height: 41px;
    margin: 5px 20px 0 15px;
    background-image: url(images/side_advantages_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -292px;
}
.side_advantages_button {
    font-size: 19px;
    line-height: 50px;
    float: left;
    width: 244px;
    height: 50px;
    margin: 13px 0 0 15px;
    text-align: center;
    color: #fff;
    background-color: #1d0;
}
.side_advantages_button a {
    text-decoration: none;
    color: #fff;
}
.side_advantages_button:hover {
    cursor: pointer;
    background-color: #0c9b00;
}

/* accreditation */

.side_accreditation {
    height: 240px;
    margin: 0 0 55px;
    color: #000;
    clear: both;
}
.side_accreditation h4 {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.side_accreditation_slider {
    margin: 18px 0 0 0;
}
.side_accreditation_slider_prev {
    position: absolute;
    float: left;
    width: 8px;
    height: 12px;
    margin: -10px 0 0 250px;
    cursor: pointer;
    color: #fff;
}
.side_accreditation_slider_prev:after {
    font-size: 24px;
    position: absolute;
    margin: -14px 0 0 0;
    content: '\2039';
    color: #4f5f8a;
}
.side_accreditation_slider_next {
    position: absolute;
    float: left;
    width: 8px;
    height: 12px;
    margin: -10px 0 0 267px;
    cursor: pointer;
}
.side_accreditation_slider_next:after {
    font-size: 24px;
    position: absolute;
    margin: -14px 0 0 0;
    content: '\203A';
    color: #4f5f8a;
}
.cycle-slideshow {
    width: 275px;
    margin: 0;
}
.cycle-slideshow img {
    width: 275px;
}

/* banners */

.side_banner {
    display: block;
    margin-bottom: 50px;
    background-color: #eee;
    background-image: url(images/side-banners-sprite.png);
    background-repeat: no-repeat;
    background-position: left -252px;
    height: 202px;
    clear: both;
    width: 274px;
}
.side_banner:hover {
    background-color: #f0f0e1;
}
.side_banner.banner2 {
    background-position: left top;
    height: 252px;   
}

.side_banner.banner3 {
    background-image: url(images/ekspress-obsledovaniya.png);
    background-position: left top;
    height: 200px;
}

/* social boxes */

.side_social_tabs {
    margin: 20px 0;
    margin-bottom: 135px; /*while other-contries-flags are absent */
    width: 275px;
}
.fb_tab {
    float: left;
}
.vk_tab {
    display: none;
    float: left;
}
.od_tab {
    display: none;
    float: left;
}
.tabs {
    float: left;
    width: 41px;
    height: 100px;
    padding: 0 0 0 11px;
}
.fb_tab_button {
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 1;
    background-image: url(images/social_tabs_sprite.png);
}
.vk_tab_button {
    float: left;
    width: 30px;
    height: 30px;
    margin: 14px 0 0 0;
    cursor: pointer;
    opacity: .5;
    background-image: url(images/social_tabs_sprite.png);
    background-position: 0 -44px;
}
.od_tab_button {
    float: left;
    width: 30px;
    height: 30px;
    margin: 14px 0 0 0;
    cursor: pointer;
    opacity: .5;
    background-image: url(images/social_tabs_sprite.png);
    background-position: 0 -88px;
}
.fb_tab_button:hover,
.vk_tab_button:hover,
.od_tab_button:hover {
    opacity: 1;
}

/* countries */

.side_countries {
    margin: 45px 0 135px;
    width: 100%;
}
.sidebar-container h4,
.side_countries h4 {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}
.side_countries h4 {margin: 0;}
.side_countries_germany {
    float: left;
    width: 109px;
    height: 73px;
    margin: 20px 0 0 0;
    cursor: pointer;
    opacity: .5;
    background-image: url(images/side_flags.gif);
}
.side_countries_germany:hover {
    opacity: 1;
}
.side_countries_china {
    float: right;
    width: 109px;
    height: 73px;
    cursor: pointer;
    opacity: .5;
    background-image: url(images/side_flags.gif);
    background-position: -109px 0;
    margin: 20px 0 0;
}
.side_countries_china:hover {
    opacity: 1;
}

/* start old side bar */

.sidebar.infoBlock {
    margin: 0 0 28px;
}
.infoWrapper {
    padding: 7px 10px 10px;
    border: none;
    border-bottom: 0;
    border-radius: 4px;
    /*background: url(images/infoRoundedBottom.jpg) center bottom no-repeat;*/
}

.social {
    line-height: 0;
    margin: 2px 0 0;
    text-align: center;
}
.social a {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 5px;
    background-image: url(images/soc-icons-sprite.png);
    background-repeat: no-repeat;
}
.social .fb {
    background-position: -98px top;
}
.social .vk {
    width: 12px;
    background-position: -17px top;
}
.social .lj {
    background-position: -64px top;
}
.social .gp {
    background-position: -81px top;
}
.social .ya {
    background-position: 0 top;
}
.social .ok {
    background-position: -47px top;
}
.social .tw {
    background-position: -30px top;
}

.sidebar-navigation > h2 {
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    margin: 0;
    padding: 7px 12px 7px;
    color: #fff;
    background: url(images/sidebarTit.jpg) center top no-repeat;
}

.sidebar-navigation > ul {
    margin: 0 0 0 1px;
    padding: 1px;
    padding-top: 0;
    border: 1px solid #5082b7;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    background: #fff;
}

.sidebar-navigation > ul ul {
    position: absolute;
    z-index: 1;
    top: -2px;
    left: 244px;
    overflow: hidden;
    width: 0;
    padding: 0;
    background: none repeat scroll 0 0 transparent;
}

.sidebar-navigation > ul ul ul {
    top: -1px;
    display: none;
    width: auto;
    border: 1px solid #3d5f82;
}

.sidebar-navigation > ul > li {
    position: relative;
    display: block;
    border-top: 1px solid #63a1e2;
    border-bottom: 1px solid #3d5f82;
    background: #5082b7;
}

.sidebar-navigation > ul li {
    position: relative;
}

.sidebar-navigation > ul > li > ul:hover {
    overflow: visible;
}

.sidebar-navigation > ul ul li:hover ul {
    display: block;
}

.sidebar-navigation > ul > li:first-child {
    border-top: 0;
}
.sidebar-navigation > ul > li:last-child {
    border-bottom: 0;
}

.sidebar-navigation ul > li li {
    width: 244px;
    background: #69a7e7; /* url(images/transparent.png) left top repeat;*/
}

.sidebar-navigation > ul > li > a {
    font-weight: 700;
}
.sidebar-navigation > ul > li:hover,
.sidebar-navigation > ul > li > a:hover,
.sidebar-navigation > ul > li > span,
.sidebar-navigation > ul > li.current_page_parent a,
.sidebar-navigation > ul > li.current-menu-ancestor > a {
    background: #69a7e7;
}

.actionButton:visited {
    color: #fff;
}

.actionButton {
    font-size: 14px;
    display: block;
    clear: both;
    margin: 0 0 30px;
    padding: 5px 10px 6px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #0059b2;
}

.widget-area .actionButton {
    font-size: 13px;
    padding-right: 10px;
    padding-left: 10px;
}

.actionButton:hover {
    background: #002b55;
}

.sidebar-navigation li.menu-item-has-children > a:after,
.sidebar-navigation li.menu-item-has-children > span:after {
    position: absolute;
    top: 52%;
    right: 2px;
    float: right;
    width: 0;
    height: 0;
    margin-top: -11px;
    content: '';
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent #fff;
}

.sidebar-navigation a,
.sidebar-navigation span {
    font-size: 12px;
    display: block;
    padding: 6px 17px 5px 11px;
    text-decoration: none;
    color: #fff;
}
.sidebar-navigation li {
    display: block;
    margin: 0;
    padding: 0;
}

.sidebar-navigation > ul ul a {
    width: auto;
    padding: 6px 10px;
    background: none transparent;
}

.sidebar-navigation > ul ul a:hover,
.sidebar-navigation > ul ul span,
.sidebar-navigation > ul > li > ul > li:hover,
.sidebar-navigation li li.current-menu-parent > a {
    background: #47c021; /*transparent url(images/transparent_hover.png) left top repeat;*/
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
    font-size: 12px;
    font-weight: normal;
    margin: 20px 0 15px 0;
    padding: 4px 0 0;
    color: #000;
    border-top: 1px solid #ccc;
}

.site-footer .widget-area {
    text-align: left;
}

.site-footer a {
    color: #5082b6;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.site-footer ul li {
    display: inline-block;
    margin: 0 10px;
}

.site-footer .sidebar-container {
    padding: 20px 0;
    background-color: none;
}

.site-footer .social {
       white-space: nowrap;
}
.creator {
    font-size: 12px;
    margin: 0;
    text-align: center;
    clear: both;
    margin-bottom: 10px;
}

/* contact page */

.contact_page {
    clear: both;
}
.contact_time {
    margin: 10px 0;
    padding: 0 0 0 45px;
    clear: both;
}

/* footer contacts */

.footer_contacts {
    margin: 0 auto;
    width: 275px;
}

#footer_contacts aside {
    max-width: 620px;
    clear: both;
    margin: 0 auto;
}

.footer_contacts_title {
    font-size: 16px;
    text-align: center;
    color: #666;
    margin-top: -85px;
}
.footer_contacts_title:after {
    float: left;
    width: 274px;
    height: 17px;
    margin: 0 0 20px 0;
    content: '';
    background-image: url(images/footer_contacts_title.gif);
}
.contact_israel {
    float: left;
    width: 200px;
    padding: 0 0 0 45px;
}
.contact_israel:before {
    position: absolute;
    float: left;
    width: 32px;
    height: 23px;
    margin: 22px 0 0 -45px;
    content: '';
    background-image: url(images/header_sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -16px;
}
.contact_israel_24_7 {
    font-size: 12px;
    color: #d83500;
}

.contact_russia {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    float: left;
    width: 155px;
    margin: 25px 0 0 45px;
}
.contact_russia:before {
    position: absolute;
    float: left;
    width: 32px;
    height: 22px;
    margin: 0 0 0 -45px;
    content: '';
    background-image: url(images/header_sprite.png);
    background-repeat: no-repeat;
    background-position: -200px -16px;
}
.contact_russia > .callback {
    font-size: 12px;
}
.contact_skype {
    font-size: 14px;
    line-height: 2.2;
    display: block;
    float: left;
    width: 170px;
    margin: 25px 0 20px 45px;
}
.contact_skype:before {
    position: absolute;
    float: left;
    width: 32px;
    height: 36px;
    margin: 0 0 0 -45px;
    content: '';
    background-image: url(images/header_sprite.png);
    background-repeat: no-repeat;
    background-position: -402px -8px;
}
#map-baloon {position: absolute; right: 0; top: 0;
background-image: url(images/header_sprite.png); background-repeat: no-repeat;
    background-position: -625px top;
    width: 96px;
    height: 87px;
    display: none; 
}

#map-baloon:before {
    content: "";
    display: block;
    width: 96px;
    height: 87px;
    background-image: url(images/header_sprite.png); background-repeat: no-repeat;
    background-position: -492px -100px;    
}

#map-baloon:hover:before {background-position: -645px -100px;}
/* form */

.wpcf7-submit:disabled {
    background: grey !important;
    box-shadow: none !important;
}

#callback-form {display: none; position: absolute; left: 0; top: 0; right: 0; z-index: 996; margin: 0; border-width: 0; width: 285px;}
#callback-form .wpcf7 {padding-top: 32px; padding-bottom: 7px; position: relative;}
.close-form-link {font-size: 10px; position: absolute; right: 0; top: 0; width: 19px; height: 19px; background-color: #5d80b8; color: #fff; text-decoration: none; text-align: center; line-height: 19px; font-family: verdana; font-weight: bold;}

.close-form-link:hover {background-color: #002b55;}

#callback-form .phone-code {float: left; width: 26%;}
#callback-form .your-phone,
#callback-form #your-phone2 {float: right; width: 68%;}

.wpcf7 p.loading-wait {float: left; margin: 15px 0 0; color: #fff; font-weight: 400;}

#callback-form input[type='submit'],
#contactus input[type='submit'] {
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    height: 50px;
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
    background-color: #1d0;
    width: 267px;
}
#callback-form input[type='submit']:hover,
#contactus input[type='submit']:hover {
    background-color: #0c9b00;
}

.coloredbg,
.wpcf7,
#bot-cf-title {
    font-size: 12px;
    padding: 10px 20px 0;
    background: #385a7f;
}

#bot-cf-title,
#reply-title {
    display: block;
    font-size: 19px;
    color: #FFF;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.wpcf7 p {
       margin: 0 0 24px;
}

.wpcf7 p.last-child {
       margin: 0 0 10px;
}

.wpcf7 p.left,
.wpcf7 p.right {
    float: none;
}
.wpcf7 p.clear {
    clear: both;
}
.wpcf7 .label {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    color: #fff;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
    font-size: 17px;
    font-weight: normal;
    color: #000;
}
.wpcf7-file {padding-left: 0; padding-right: 0;}
.wpcf7-validates-as-required:first-child {
    /*color: red;*/
}
input[text='text'].wpcf7-validates-as-required:nth-child(1) {
    color: red;
    background-color: yellow;
}
#contactus input[text='text']:after {
    position: absolute;
    z-index: 9999;
    width: 10px;
    height: 10px;
    content: '5';
    color: red!important;
}

.wpcf7 .wpcf7-submit {
    float: right;
}

.wpcf7 .wpcf7-text {
    width: 100%;
}
.wpcf7 .your-theme .wpcf7-text {
    width: 100%;
}

/*.wpcf7 .attach-files {margin-left: 100px;}*/
.wpcf7 .attach-files h3 {
    font-size: 13px;
}

input.wpcf7-file {
    border: 0;
    background: none;
}

div.wpcf7-response-output {
    padding: .3em 1em;
    color: #fff;
    width: 45%;
    margin-top: -69px;
    float: left;
}

#callback-form div.wpcf7-response-output {
    margin: 0;
    width: auto;
    float: none;
    clear: both;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #f00;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    font-size: 10pt;
    font-size: 11px;
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 0;
    padding: 2px 7px;
    border: 1px solid #f00;
    background: #fff;
}

span.wpcf7-not-valid-tip-no-ajax {
    font-size: 10pt;
    display: block;
    color: #f00;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    float: left;
    margin-left: 4px;
    vertical-align: middle;
    border: none;
    margin-top: 15px;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

.side-banner:hover {
    opacity: .8;
}

#new-articles {
    margin: 0 0 20px;
    padding: 6px 10px;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
#new-articles span {
    color: rgb(179, 0, 0);
}

/* video-replacer-link */
.video-replacer-link {position: relative; display: block;     
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.video-replacer-link:before {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -22px;
background-image: url(images/youtube_icon_sprite.png);
background-repeat: no-repeat;
background-position: 0 -31px;
width: 44px;
height: 31px;
}
.video-replacer-link:hover:before {
    background-position: left top;
}

.video-replacer-link img {max-width: 100%; height: auto; margin-top: -5px;
    margin-bottom: -5px;}

.sidebar-container .video-replacer-link {margin-bottom: 27px;}

.video-replacer-link span {
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    font-size: 12px;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 2px 10px 10px;
    line-height: 1.2;
}

.entry-content .video-replacer-link {margin: 10px auto 27px; display: block; max-width: 100%;}

.sidebar-container .video-replacer-link span {padding-top: 4px;}
/* video-replacer-link END */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('fancybox/source/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox/source/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('fancybox/source/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
       -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
            box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    background: rgb(50,50,50);
    background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
    background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('fancybox/source/fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity : 0.4;
    cursor: default;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Minimum width of 320 pixels. */
@media (min-width: 320px) {


    
}/* 320px end */

/* Minimum width of 460 pixels. */
@media (min-width: 460px) {
        
    .header_logo:after {margin-bottom: 0;}

    .menu-toggle {
        display: none;
    }

    .main_menu .menu {display: block;}
    .main_menu .menu.toggled-on {background-color: transparent;}

    .main_menu a {
        text-decoration: none;
        color: #000;
    }

    .main_menu .menu {text-align: center;}
    .main_menu .menu li {text-align: left;}
    .main_menu .menu > li {
        display: inline-block;
    }

    .main_menu .menu > li.menu-item-has-children > .sub-menu {
        position: absolute;
        top: 100%;
        width: 152px;
        display: none;
        z-index: 998;
        padding: 26px 14px 23px;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, .3);
           -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, .3);
                box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, .3);
    }

    .main_menu .menu > li.menu-item-has-children:hover > a,
    .main_menu .menu > li.menu-item-has-children:hover > span {
        color: #5082b6;
        text-decoration: none;
        position: relative;
        z-index: 999;
        background: #fff;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, .3);
        -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, .3);
        box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, .3);
    }

    .main_menu .menu > li.menu-item-has-children > a:before,
    .main_menu .menu > li.menu-item-has-children > span:before {
        content: "";
        position: absolute;
        height: 10px;
        width: 103%;
        background: #fff;
        display: none;
        left: 0;
        top: 100%;
    }

    .main_menu .menu > li.menu-item-has-children:hover > a:before,
    .main_menu .menu > li.menu-item-has-children:hover > span:before {
        display: block;
    }

    .main_menu .menu > li#menu-item-2487.menu-item-has-children > .sub-menu {
        width: 480px;
        left: -65px;
    }

    .main_menu .menu > li#menu-item-2621 > .sub-menu {
        width: 235px;
    }

    .main_menu .menu > li#menu-item-2487 li {
        width: 225px;
        float: left;
    }

    .main_menu .menu > li#menu-item-2487.menu-item-has-children ul li:nth-child(even) {
        float: right;
    }    

    .wpcf7 p.left {float: left;}
    .wpcf7 p.right {float: right;}

    .wpcf7 p.left,
    .wpcf7 p.right {
        width: 46%;
    }

    menu,
    ol,
    ul {padding-left: 40px;}

    td {padding-right: 18px;}

    .doctor-meta.alignright {float: right; margin-left: 40px;}

    .entry-content .video-replacer-link.alignright {
        float: right; max-width: 310px; margin-left: 27px;
    }

    .entry-content .video-replacer-link.alignleft {
        float: left; max-width: 310px; margin-right: 27px;
    }

}/* 460px end */

/* Minimum width of 550 pixels. */
@media (min-width: 550px) {
    .main_menu .menu > li#menu-item-2487.menu-item-has-children > .sub-menu {
            left: auto;
            right: 0;
        }

    .main_landing > .departments {
        max-width: 245px;
    }

    .main_landing > .medical_tourism {
        max-width: 275px;
    }

    .medical_tourism.singlepage,
    .faq_clients_reviews {margin-left: 10px; margin-right: 10px;}


}/* 550px end */

/* Minimum width of 600 pixels. */
@media (min-width: 600px) {

    .main_menu .inside,
    .site {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main_landing > section {
        margin: 0 10px 30px;
        max-width: 275px;
    }

    .main_landing > section.front-info-block {
        max-width: inherit;
        margin-left: 0;
        margin-right: 0;
        margin: 20px 0 45px;
    }

    .main_landing > section.front-info-block.accommodations {
        margin-top: 5px;
        margin-bottom: 60px;
    }

    .comment-form .comment-form-author, 
    .comment-form .comment-form-email {
        float: left;
        width: 46%;
    }
    .comment-form .comment-form-email {float: right;}

    .fast-skip {
        display: none;
    }

    /* Assistive text */
    .assistive-text {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
    }

}/* 600px end */

/* Minimum width of 700 pixels. */
@media (min-width: 700px) {

    header.header_top {margin-top: 0;}
    .main_menu {
        position: relative;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;        
        -webkit-box-shadow: 0 4px 5px 0 rgba(50, 50, 50, .22);
        -moz-box-shadow: 0 4px 5px 0 rgba(50, 50, 50, .22);
        box-shadow: 0 4px 5px 0 rgba(50, 50, 50, .22);
    }

    .main_menu_full {
        height: 85px;
    }    

    .header_logo:after {content: "";}

    .header_logo {
        position: absolute;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .main_menu .menu {margin-left: 243px;}   

    .main_menu .menu > li {
        float: left;
    }

    .main_menu .menu {margin-top: 0;}

    .main_menu .menu > li, 
    .main_menu .menu > li.menu-item-has-children > a, 
    .main_menu .menu > li.menu-item-has-children > span {
        padding-top: 10px;
        padding-bottom: 8px;    
    }

    .main_menu .menu > li#menu-item-2487.menu-item-has-children > .sub-menu {
            left: -143px;
            right: auto;
        }

    .header_top_contacts {margin-top: 405px;}
    
}/* 700px end */

/* Minimum width of 768 pixels. */
@media (min-width: 768px) {
    .main_landing > section.diagnostics,
    .main_landing > section.departments,
    .main_landing > section.medical_tourism {width: 29%;}

    .content-area,
    #footer_contacts aside {
        width: 60%;
        float: right;
    }
    .sidebar-container {
        width: 40%;
        float: left;
    }

    .footer_contacts {float: left;}
    #footer_contacts aside {
        margin: 0 0 80px 0;
        float: right;
        clear: none;
    }

    .side-menu .menu-depth-1, .side-menu .menu-depth-4 {
        right: -245px;
        left: auto;
    }

    .side-menu #menu-item-145 .menu-depth-1,
    .side-menu #menu-item-143 .menu-depth-1, 
    .side-menu #menu-item-222 .menu-depth-1, 
    .side-menu #menu-item-221 .menu-depth-1,
    .side-menu #menu-item-254 .menu-depth-1, 
    .side-menu #menu-item-255 .menu-depth-1
    {
        left: auto;
        width: 430px;
        right: -425px;
    }

    .side-menu .menu-depth-3 {
        float: left;
        width: 185px;
        margin-bottom: 7px;
    }

    .side-menu .menu-depth-3:last-child {
        float: right;
    }

    .side-menu .menu-depth-1,
    .side-menu .menu-depth-4 {
        top: -12px;
    }

    .side-menu li.menu-item-has-children:hover > a:after,
    .side-menu li.current-menu-ancestor > a:after,
    .side-menu li.menu-item-has-children:hover > .span-wrap:after {
        transform: rotate(0deg);
    }

    .side-menu .menu-depth-1:after,
    .side-menu .menu-depth-4:after {display: none;}

    .faq_answer {margin-left: 155px;}

}/* 768px end */

/* Minimum width of 790 pixels. */
@media (min-width: 790px) {

    .main_menu .menu > li#menu-item-2487.menu-item-has-children > .sub-menu {
                left: auto;
                right: 0;
            } 
    
    .site-footer ul {
        float: left;
        margin-left: 105px;
    }

    .site-info {text-align: left;}
    .site-info .left {float: left;}

    .site-footer .social {
        float: right;
    }
    .social a {float: right;}

}/* 790px end */

/* Minimum width of 960 pixels. */
@media (min-width: 960px) {
    .main_landing > .diagnostics {
        margin-left: 0;
        margin-right: 65px;
        float: left;
    }

    .main_landing > .departments {
        margin-left: 0;
        margin-right: 75px;
        float: left;
    }

    .main_landing > .medical_tourism {
        float: left;
        margin: 0;
    }

    .content-area,
    #footer_contacts aside {
        width: 70%;
    }

    .faq_clients_reviews {float: left; margin: 0;}
    .medical_tourism.singlepage {float: right; margin: 0;}

    .our-doctors {text-align: left;}

}/* 960px end */

/* Minimum width of 1020 pixels. */
@media (min-width: 1020px) {
    .main_menu {position: fixed;}
    .main_menu .menu {margin-top: 26px;}

    .main_menu .menu > li:first-child {padding-left: 0;}

    .main_menu_reduce {
        height: 45px;
    }

    .main_menu_reduce .header_logo {margin-top: 6px;}
    .main_menu.main_menu_reduce .menu {margin-top: 0;}

    header.header_top {margin-top: 84px;}

    .main_menu.main_menu_reduce .menu > li.menu-item-has-children > a,
    .main_menu.main_menu_reduce .menu > li.menu-item-has-children > span {padding-bottom: 16px; margin-top: 2px; padding-top: 11px;}

    .main_menu .menu > li, 
    .main_menu .menu > li.menu-item-has-children > a, 
    .main_menu .menu > li.menu-item-has-children > span {
        padding-top: 13px;
        padding-bottom: 11px;    
    }

    .main_menu .menu > li#menu-item-2487.menu-item-has-children > .sub-menu {
        left: -146px;
    }

    .header_top_contacts {text-align: left;}
    .header_top_contacts .inside-wrap > div.israel {width: 150px;}
    .header_top_contacts .inside-wrap > div.russia {width: 160px;}



    #map-baloon {display: block;}

    .main_landing > .departments {
        margin-right: 100px;
    }

    .main_landing > section.medcenter_doctors, 
    .main_landing > section.partners, 
    .main_landing > section.clients_reviews {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .main_landing > section.partners {
        margin-left: 70px;
    }
    .main_landing > section.clients_reviews {
        margin-left: 65px;
    }

}/* 1020px end */



@media print {
    body {
        font-size: 10pt;
        color: #000;
        background: none !important;
    }

    footer a[rel='bookmark']:link:after,
    footer a[rel='bookmark']:visited:after {
        content: ' [' attr(href) '] '; /* Show URLs */
    }

    .site {
        max-width: 98%;
    }

    .site-header {
        background-image: none !important;
    }

    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }

    .site-title {
        font-size: 21pt;
        color: #000;
    }

    .site-description {
        font-size: 10pt;
    }

    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }

    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        width: 100%;
        margin: 0;
    }

    .page-title,
    .entry-title {
        font-size: 21pt;
    }

    .entry-meta,
    .entry-meta a {
        font-size: 10pt;
        color: #444;
    }

    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }

    .format-image .entry-content .size-full {
        margin: 0;
    }

    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }

    /* Comments */
    .comments-area > li.comment {
        position: relative;
        width: auto;
        background: none;
    }

    .comment-metadata {
        float: none;
    }

    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}