/* =================================================== */
/* ------------------ 1. GENERIC --------------------- */
/* =================================================== */

/* =================================================== */
/* ------------------ 2. LAYOUT ---------------------- */
/* =================================================== */
@font-face {
    font-family: Didot;
    src: url(../fonts/didot.ttf);
}

body {
    color: #000000;
    font-family: "Tahoma", "Geneva CE", lucida, sans-serif;
    font-size: 0.8em;
    background-color: #f3f3f3;
    background-image: url('../images/background_eyes.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-position-y: 48px;
    background-position-x: 55%;
}
#page-container {
    position: relative;
    width: 860px;
    margin: 145px auto;
    text-align: left;
}

h1.main-page-bigblock {
    width: 150px;
    display: inline-block;
}

h1, h2, h3, h4  {
    font-family: 'Sansita', sans-serif;
}

h1 a {

}

h1 a:hover {
}

h1 a span {

}

a{
    color: #000000;
}

p{
    text-align: justify;    
}

a.heading-link{
    text-decoration: none;
}

div.clearfix {
    clear: both;
}

#page-content-container {

}

#page-header {
    position: relative;
    background-color: #75a639;
    height: 48px;
    width: 100%;
}

#page-header-content { 
    width: 860px;
    margin: 0 auto;
}

#section-header-container {
    width: 690px;
    display: inline-block;
    vertical-align: top;
    white-space:nowrap;
}

#page-content {
    position: relative;
    min-height: 400px;
}
#page-left {
    position: relative;
    float: left;
    width: 860px;
}
#page-right {
    float: right;
    width: 200px;
}
#page-footer {
    margin-top:  20px;
    margin-left: 165px;
    height: 100px;
}

#page-footer-right-content{
    padding: 8px 0px 8px 18px;
    border-left: 1px solid black;
    display: inline-block;
    vertical-align: middle;
}

#page-footer-left-content {
    display: inline-block;
    padding: 8px 18px 8px 0px;
    text-align: right;
}

#page-footer-left-content div{
    display: inline-block;
}

#page-footer-text-youtube{
    text-align: right;
    vertical-align: middle;
    padding-right: 12px;
    padding-left: 12px;
}

#skip-nav {
    display: none;
}
.anchor-phone{
    text-decoration: none;
    color: #333;
}
.anchor-mail{
    color: #75a639;
}

.logo{
    display: inline-block;
}
/* =================================================== */
/* ---------------- 3. MENU, PANELS ------------------ */
/* =================================================== */

/* -------------------------------------------------------- */
/* -------------- Main menu -----------*/
.main-menu{
    padding-left: 15px;
}

.main-menu ul {
    margin-top:11px;
}

.main-menu li {
    margin:0;
    height: 30px;
    padding: 7px 7px 0 7px;
    transition: .4s ease-out;
    /*border-right: 1px solid white;*/

}

.main-menu li:hover{
    height: 30px;
}

/*.main-menu li a:hover {
    height: 28px;
    line-height: 20px;
    padding-top: 0px; 
}*/

/*.main-menu li a {
    padding-top: 0px;
    cursor: pointer;
}*/

.main-menu ul li a {
    padding: 1px 5px !important;
    cursor: pointer !important;
}

.main-menu li a span.item-content {
    color:white;
    text-transform:uppercase;
    height: 25px;
    line-height: 20px;

}
.main-menu ul ul li a span.item-content {
    color: white;
    text-transform:uppercase;
}

.main-menu li.sel, .main-menu li:hover {
    background-color: #095828;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.main-menu li.sel a, .main-menu li:hover a {
}
.main-menu li.sel a span, .main-menu li:hover a span {
}

.main-menu ul ul {
    background: #095828;
    top: 37px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
}
.main-menu li:hover > ul {
}
.main-menu ul ul:hover {
}
.main-menu ul ul li {
    height: 30px;
    padding-left: 7px;
}
.main-menu ul ul li a span.item-content {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
}
.main-menu ul ul li a {
    min-width: 100%;
    z-index: 4000;
}
.main-menu ul ul li.item-2 a {
    min-width: 105px;
}
.main-menu ul ul li:hover {
    background-color: #b0d386;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.main-menu ul ul li a:hover {
    color: #333;
}
.main-menu ul ul a.label {
    cursor: pointer;
}
.main-menu li:hover > ul {
    min-width: 100%;
}
.main-menu ul ul li.dropmenu-mid-item {
    border-radius: 0;
}
.main-menu ul ul li.dropmenu-last-item {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* separators */
.main-menu ul li.menu-separator {
    width: 8px;
    color: #fff;
    border: none;
    margin: 0;
    padding: 10px 0 0 2px;
}

.main-menu ul li.menu-separator:hover {
    background: transparent;
    border: none;
}



/* -------------------------------------------------------- */
/* -------------- Panel -----------*/
#panel {
}
#panel-left {
}
#panel-main {
}

/* -------------------------------------------------------- */
/* -------------- User menu  -----------*/
#panel-menu {
}
#panel-menu li {
}
#panel-menu li a {
}
#panel-menu li a:hover {
}

/* =================================================== */
/* ------------------ 4. CONTENT --------------------- */
/* =================================================== */

/* -------------------------------------------------------- */
/* -------------- Basic tags -----------*/
h1,h2,h3,h4 {}
h1 {
    display: block;
}
h2 {
    display: block;
}
h3 {

}
h4 {
}

a {
    color: #01609d;
}
a:hover {
    color: #a23201;
    text-decoration: none;
}

p {
    line-height: 18px;
}

td, th {}

/* -------------------------------------------------------- */
/* -------------- Basic elements -----------*/
.button {}
.button img {vertical-align: middle;}
.button[type="submit"] {
}
.button[type="submit"]:hover {
}
.gr-button {
}
.gr-button.small {
}
.gr-button:hover {
}
.gr-button img {
}

.highlight {}

#ajax-spinner {
}

.tooltip {
}

ul.messages {
}

ul.messages.general {
}

.messages li {
}
.messages li.error {}
.messages li.ok {}

.box {
}

.entry-controls {
}
.entry-controls .gr-button {
}
/* -------------------------------------------------------- */
/* -------------- Post  -----------*/
.post, .article {
}
.post.last {
}
.post h4, .post.editor .title {
}
.post .content {
}
.post .info {
}
.post .controls, .article .controls, .box .controls {
}
.post:hover .controls, .article:hover .controls, .box:hover .controls {
}
.post .comments {
}

/* -------------------------------------------------------- */
/* -------------- Gallery  -----------*/

.galleries {
}
.galleries td {
}
.galleries h4 {
}
.gallery {
}
.gallery h4 {
}
.gallery h4 a {
}
.gallery .thumb {
}
.gallery .thumb a {
}
.gallery .thumb a strong {
}
.gallery .thumb a:hover strong {
}
.gallery .thumb a img {
}
.gallery .thumb a:hover img {
}
.gallery .title {
}
.gallery .photosCount {
}
.gallery .created {
}
.gallery .description {
}
.gallery .controls {
}
.gallery:hover .controls {
}

/* -------------------------------------------------------- */
/* -------------- Editor  -----------*/
.editor {
}
.editor table, .editor table td, .editor table th {
}

.editor label {
}
.editor .title input {
}
.editor .content {
}
.editor .submit {
}
.editor .controls {
}

/* -------------------------------------------------------- */
/* -------------- Dialog  -----------*/
.dialog {
}
.dialog .d-header {
}
.dialog .d-header h4 {
}
.dialog .d-header h4 img {
}
.dialog .d-close {
}
.dialog .d-close a {
}
.dialog .d-close a:hover {
}
.dialog .d-close span {
}
.dialog .d-content {
}
.dialog th, .dialog td {
}

/* -------------------------------------------------------- */
/* -------------- Lang selector  -----------*/

#lang-selector {
    position: fixed;
    right: 0px;
    top: 220px;
}

#lang-selector ul{

}

#lang-selector ul li:first-child{
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

#lang-selector ul li:last-child{
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

#lang-selector ul, li {
    margin: 0;
    padding: 0;
}

#lang-selector li {
    background-color: #cccacb;
    display: block;
    float: none;
    margin: 0;
}

#lang-selector li a {
    display: block;
    padding: 10px;
    width:20px;
    height: 20px;
    color:white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

#lang-selector li.active{
    background-color: #878888;
}

#lang-selector ul li.active a{
    color:black;
}

/* ---------------------------------------------------------- */
/* -------------- leftRightHrefHair  -----------*/
#hair-href {
    position: fixed;
    left: 0px;
    top: 220px;
}

/* ---------------------------------------------------------- */
/* -------------- Main page  -----------*/

.main-page-bigblock{
    width: 835px;
    background: url(../images/hp_block-new.png) no-repeat;
    height: 325px;
    padding: 50px 0px 25px 25px;
}

.main-page-bigblock h1{
    font-size: 4em;//5em;
    margin-bottom: 0px;
    opacity: 0.7;
}

.main-page-bigblock h2{
    font-size: 2em;
    margin-bottom: 25px;
    opacity: 0.7;
}

.main-page-bigblock div p{
    color:#f3f3f2;
    width:570px;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 10px;
}

.main-page-bigblock-bigwhitetext{
    font-size: 24px;
    color:#f3f3f2;
}

.main-page-bigblock-morehref{
    float: right;
    //padding-top: 9px;
    padding-right: 60px;

}

.main-page-bigblock-morehref a{
    color:black;
    text-transform: uppercase;
    font-weight: bold;
}

.main-page-text{
    display: none;
    padding: 0px 35px;
}

.main-page-text{
    padding-bottom: 18px
}

.main-page-text p{
    font-size: 13px;
    line-height: 18px;    
}

.tiles-row {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.tiles-row a {
    width: 48%;
    padding: 0;
    display: inline-block;
    position: relative;
}
.tiles-row a:hover {
    transform: scale3d(0.96,0.96,0.96);
    opacity: 0.9;
}
.tiles-row a.triggered {
    width: 48%;
    padding: 0;
    display: inline-block;
    position: relative;
}
.tiles-row a:hover {
    transform: scale3d(0.96,0.96,0.96);
    opacity: 0.9;
}
.tiles-row a:first-child {
    float: left;
}
.tiles-row a:nth-child(2) {
    float: right;
}
.tiles-row a img {
    width: 100%;
    border-radius: 8px;
}
.tiles-row a h3 {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 50px;
    margin: 0;
    color: black;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
}
.tiles-row a h3.s-bottom {
    line-height: 45px;
    bottom: -2px; 
    left:0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.tiles-row a h3.s-top {
    line-height: 50px;
    top: -2px; 
    border-top-left-radius: 8px;
    left:0;
    border-top-right-radius: 8px;
}
.tiles-row a.blue h3 {
    background-color: #70c6e6;
    border-top: 2px solid #369abf;
}
.tiles-row a.orange h3 {
    background-color: #ff7300;
    border-top: 2px solid #c75a00;
}
.tiles-row a.yellow h3 {
    background-color: #ffca11;
    border-bottom: 2px solid #d7ac17;
}
.tiles-row a.green h3 {
    background-color: #c3e61f;
    border-bottom: 2px solid #a5bf2e;
}
.tiles-row a .l-number {
    position: absolute;
    color: rgba(255,255,255,0.4);
    font-size: 24px;
}
.tiles-row a.blue .l-number {
    top: 10px;
    right: 10px;
}
.tiles-row a.orange .l-number {
    top: 10px;
    left: 10px;
}
.tiles-row a.yellow .l-number {
    bottom: 10px;
    right: 10px;
}
.tiles-row a.green .l-number {
    bottom: 10px;
    left: 10px;
}


.white-main-block {
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-bottom: 60px;
}

.white-main-block-number{
    font-size: 72px;
    padding-left: 32px;
    padding-top: 32px;
    font-family: Didot;
}

.white-main-block-blueline{
    margin-top: 40px;
    background-color: #70c6e6;
    height: 5px;
    width:  185px;
}

.main-colored{    
    font-size: 36px;
    line-height: 75px;
    text-transform: lowercase;
    border-bottom: 1px solid rgba(183, 183, 183, 0.35);
    margin: 20px 20px 0 30px;
}

.main-colored.no-border{
    border: 0;
}

.no-lowercase{
    text-transform: inherit !important;
}

.main-colored span:first-child{
    font-size: 30px;
    opacity: 0.3;
}

.main-colored span:nth-child(2){
    color: #75a639;
    font-weight: 600;
    margin: 0 -10px;
}

.main-colored h1{
    font-size: 36px;
    display: inline-block;
}

.white-main-block h2{
    color: #75a639;
    font-size: 1.6em;
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0 10px 0;
    border-left: 3px solid #75a639;
    //text-indent: 12px;
    padding-left: 12px;
}

#problems h2 {
    text-align: right;
    border-bottom: 1px solid rgba(183, 183, 183, 0.35);
    padding-bottom: 5px;
    margin: 20px 20px 0 20px;
    font-size: 20px;
    font-family: 'Sansita', sans-serif;
    color: #000;
    text-transform: none;        
    border-left: none;
    padding-left: 0;
}

.white-main-block strong {
    //text-transform: uppercase;
    font-weight: 600;
}

.white-main-block-content {
    padding: 15px 30px;
}

.white-main-block-content h3 {
    font-weight: 500;
    color: #75a639;
    font-size: 1.3em;
}

/** Before + after */
#before_and_after h2 {
    text-align: right;
    border-bottom: 1px solid rgba(183, 183, 183, 0.35);
    padding-bottom: 5px;
    margin: 20px 20px 0 20px;
    font-size: 20px;
    font-family: 'Sansita', sans-serif;    
    color: #000; 
    text-transform: none;    
    border-left: none;
}

#before_and_after h2 strong {
    text-transform: uppercase;
    font-weight: 600;
}

/** METHODS OF TREATMENT -- **/


/** about us - team */
/*.white-main-block h3 {
    color: #75a639;
    font-size: 1.6em;
    text-transform: uppercase;
    margin: 30px 0 10px 0;
    border-left: 3px solid #75a639;
    //text-indent: 12px;
    padding-left: 12px;
}*/

div.people-grid {
    width: 795px;
    float: none;
}

div.people-grid .portrait-large {
    width: 375px;
    float: left;
    margin: 0 20px 0 0;
}

div.people-grid .portrait-fullwidth {
    width: 100%;
    margin: 0 20px 0 0;
}

div.people-grid .portrait-large p {
    text-align: justify;
}

div.people-grid .portrait-large h4 {
    font-weight: 500;
    color: #75a639;
    font-size: 1.3em;
}

div.people-grid .portrait-large img {
    width: 170px;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

div.people-grid div.portrait {
    width: 170px;
    margin: 20px 26px 0 0;
    float: left;
}

div.people-grid div.portrait img {
    width: 100%;
}

div.people-grid div.portrait p {
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin: 7px 0;
    font-size: 1.1em;
}

div.people-grid div.portrait p.specialization {
    font-weight: normal;
    font-size: 1em;
}

div.before-after-switch {
    position: absolute;
    display: table;
    top: 25px;
    right: 5px;
    width: 65%;
    text-align: right;
}
/* IE 8, 9, 10 hack*/
@media screen\0{ 
    div.before-after-switch{
        position: inherit;
        float: right;
    }
}

div.before-after-switch img{
    width: 100%;
    margin-right: 10px;
    margin-bottom: 5px;
}
div.before-after-switch ul{
    list-style-type: none;
    margin-right: 20px;
}
div.before-after-switch li{
    display: table-cell;
    filter: grayscale(100%);
    transition: .5s ease-in-out;
    width: 20%;
    margin-right: 1%;
    vertical-align: top;
}
div.before-after-switch li:hover{
    filter: grayscale(0%);
}
div.before-after-switch .image-description{
    text-transform: uppercase;
    float: left;
    text-align: left;
    padding-top: 8px;
    font-size: 10px;
}
div.before-after-switch .image-description span {
    font-size: 12px;
    font-weight: bold;
}
div.before-after-switch a,
div.before-after-switch a:hover {
    text-decoration: none;
}
div.before-after-switch a img {
    transition: .4s;
}
div.before-after-switch a{
    text-decoration: none;
    color: #000;
}

div.before-after-image-pair a {
    margin-right: 10px;
}
.before-after-sign{
    height: 125px;
    border-bottom: 0 !important;
}


div.before-after-image-pair a {
    float: left;
    display: block;
    width: 48%;
    margin: 10px 0 20px;
    height: auto;
}
div.before-after-image-pair a img {
    width: 100%;
}
div.before-after-image-pair a:nth-child(2) {
    float: right;
}
a.image-lightbox img {
    transition: .4s;
}
a.href:hover,
a.image-lightbox:hover img,
.before-after-switch a:hover img {
    transform: scale3d(0.95,0.95,0.95);
}

.white-main-block-content-right-text{
    width: 390px;
    float: right;
}

.content-padding{
    padding-top: 0;
    padding-bottom: 0;
}

/** sub_transplantation **/
.image-box {
    float: left;
    width: 180px;
    height: 135px;
    margin-right: 15px;
    margin-bottom: 65px;
    text-align: center;
}

.image-box span {
    display: block;
    padding: 0 8px;
}

.image-box img {
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

.step-image{
    clear:right;
    margin: 10px 0 15px 20px;
    width: 140px;
}

/* 2017 */
.in-viewport {
    transition: .5s linear;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-delay: .0s;
}
.in-viewport:not(.triggered) {
    opacity: 0;
}
.in-viewport.anim-from-right:not(.triggered) {
    -webkit-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}
.in-viewport.anim-from-left:not(.triggered) {
    -webkit-transform: translate3d(-100px, 0, 0);
    -o-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}
.in-viewport.anim-from-bottom:not(.triggered) {
    -webkit-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}
.in-viewport.anim-from-top:not(.triggered) {
    -webkit-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

.delay-1 {
    transition-delay: 0s;
}
.delay-1 {
    transition-delay: .2s;
}
.delay-2 {
    transition-delay: .3s;
}
.delay-3 {
    transition-delay: .4s;
}
.delay-4 {
    transition-delay: .5s;
}

.no-border {
    border: 0;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.content-box {
    margin-top: 25px;
    width: 100%;
    float: left;
}
.contact-box{
    width:50%;
}
.contact-box.left{
    float: left;
}
.contact-box.right{
    float: right;
}
.cite{
    text-align: center;
    font-style: italic;
}
/* °°°°° COMPARSION °°°°° */
.comparsion-table{
    width:90%;
    margin: 0 auto;
}
.comparsion-table thead td h2{
    border-left: none;
    padding: 0;
    text-align: center;   
}
.comparsion-table tbody tr{
    border-bottom: 1px solid rgba(183, 183, 183, 0.35);
}
.comparsion-table tbody tr td{
    padding: 10px 15px;
}
.comparsion-table tbody tr td:last-of-type{
    border-left: 1px solid rgba(183, 183, 183, 0.35);
}
.comparsion-image{
    width: 60%;
    margin: 40px auto 10px;
    display: block;
}
.comparsion-image + em{
    margin-left: 20%;
}
