/*
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme
Author:         Marius C
Author URI:     http://example.com/about/
Theme Name: OBI Theme Child
Template: twentytwelve
Version: 1.0
*/

@import url("../twentytwelve/style.css");

@import url("/wp-content/themes/ochelari/font/fontello/css/fontello.css");

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html-------------------------------------------------------------- */

@font-face {
	font-family: 'Open Sans', sans-serif;
    src: url('/font/OpenSans.eot');
    src: url('/font/OpenSans.eot?#iefix') format('embedded-opentype'),
         url('/font/OpenSans.woff') format('woff'),
         url('/font/OpenSans.ttf') format('truetype'),
         url('/font/OpenSans.svg#OpenSans') format('svg');
    font-weight: 400;
}

@font-face {
	font-family: 'Open Sans', sans-serif;
    src: url('/font/OpenSans-Semibold.eot');
    src: url('/font/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('/font/OpenSans-Semibold.woff') format('woff'),
         url('/font/OpenSans-Semibold.ttf') format('truetype'),
         url('/font/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
}

.clear {
    clear: both;
    border: none !important;
}

a {
    text-decoration: none;
    color:#0078b9;
}

a:hover {
    text-decoration: underline;
}

body {
    background-color: #e6e6e6;
    font-family: 'Open Sans', sans-serif;
}

a,
p {
    font-family: 'Open Sans', sans-serif;
}
body p, .custom__left__list, .entry-content ul, .comment-content ul, .mu_register ul {
    color: #000!important;
}
.site-info p {
    color:#fff!important;
}
body .site {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    color: #7b7b7c;
}

#main {
    max-width: 1170px;
    width: auto;
    margin: 0 auto;
}

.site-content {
    margin-top: 30px;
    float: left;
}

.row{width:100%; clear: both;}
.col{
	width:98%; 
	float: left; 
	padding: 0 1%;
}
.col-6{
	width:48%; 
	float: left; 
	padding: 0 1%;
}
@media screen and (min-width: 1px) and (max-width: 920px) {
	.col-6{
		width:98%; 
	}
}
.col-3{
	width:30%; 
	float: left; 
	padding: 0 1%;
}
@media screen and (min-width: 1px) and (max-width: 920px) {
	.col-3{
		width:98%; 
	}
}

.citem{
	float:left;
}
.post-1748 .entry-content span{
	padding:0px 15px;
	margin:0;
	position:relative;
	padding-left:17px;
	display:block;
	text-align: left;
	margin-left:10px;
}
.post-1748 .entry-content span:hover{
	color: #9b9c9d;
}
.post-1748  .entry-content span:after{
    content: "\f105";
    font-family: "fontello";
    color: #0085cb;
    margin-right: 5px;
    font-size: 20px;
	left:0px;
	top:0px;
	position: absolute;
}
.post-1748 br{
	display:none;
}
.post-1748 .entry-title span{ 
	text-align:center;
}
.post-1748 .entry-title span:after{ 
	display:none;
}


.page-id-2058 br{
	display:none;
}
.List{
	margin-bottom:15px !important;
	padding:0px 15px;
	margin:0;
	position:relative;
	padding-left:17px;
	display:block;
	text-align: left;
	margin-left:10px;
}
.List:hover{
	color: #9b9c9d;
}
.List:after{
    content: "\f105";
    font-family: "fontello";
    color: #0085cb;
    margin-right: 5px;
    font-size: 20px;
	left:0px;
	top:0px;
	position: absolute;
}


/* header */

a#logo {
    /*background: url('/wp-content/themes/ochelari/img/sprite.png') no-repeat 0 -1918px;*/
    background-image:url("/wp-content/themes/ochelari/img/logo2023.png");
    background-position: center;
    background-size: contain;
    background-repeat:no-repeat;
    width: 341px;
    height: 109px;
    display: block;
    float: left;
    /*margin-top: -28px;
    margin-left: 3px;*/
}

a#logo:hover,
a#linkedin-top:hover {
    text-decoration: none;
}

#searchform,
#searchformcustom {
    float: left;
    position: relative;
    margin-top: 5px;
    margin-right: 5px;
}

.Icon__yt {
    font-size: 30px;
    transition: .8s;
}

.Icon__fb {
    font-size: 30px;
    transition: .8s;
}

.Icon__li {
    font-size: 30px;
    transition: .8s;
}

#searchform input[type="text"] {
    width: 100%;
    height: 34px;
    padding: 0px;
    padding-left: 13px;
    line-height: 21px;
}

#searchform input[type="submit"] {
    position: absolute;

    top: 0px;
    right: 0px;
    padding: 11px 11px;
    margin-right: -73px;
    font-size: 13px;
    color: #fff;
    background: #0085cb;
    border: none;

}

#searchformcustom input[type="submit"] {
    font-size: 13px;
    color: #fff;
    background: #0085cb;
    padding: 8px 11px;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid  gray;
    transition: .8s;
}

#searchformcustom input[type="submit"]:hover {
    background: #0f3647;;
}

#searchformcustom input[type="text"] {
    width: 300px;
    height: 34px;
    padding: 0px;
    padding-left: 13px;
    line-height: 21px;
    position: relative;
}

div.social_top {
    float: right;
    margin-top: 4px;
}

.site-header {
    padding: 28px 0px;
    /*width: 1170px;*/ /*ODD*/
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}


.menu-main_menu-container {
    float: left;
    display: block;
    width: 100%;
}

.main-navigation {
    margin-top: 20px;
    float: left;
    text-align: left;
    width: 100%;
    border-top: 1px solid #f2f2f2;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0px;
    margin-top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  
  .sticky + .slider_wrapper {
    padding-top: 60px;
  }

.main-navigation ul {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.main-navigation ul li {
    background: url('/wp-content/themes/ochelari/img/separator.png') no-repeat center right;
    text-align: center;
    width: auto;
    margin-right: 2px;
    float: left;
    border-top: 1px solid #f2f2f2;
}

.main-navigation ul li:last-child {
    background: #fff;
    margin-right: 0px;
}

.main-navigation ul li a {
    font-size: 20px;
    color: #474647;
    line-height: 20px;
    padding: 18px 15px;
    display: block;
    letter-spacing: -1px;
}

.main-navigation li a:hover {
    color: #0085cb;
    border-top: 1px solid #0085cb;
}

.main-navigation ul li:hover {
    border-top: 1px solid #9ec2dd;
}

.main-navigation ul li:first-child a:hover {
    border-top: 1px solid #0085cb;
    color: #0085cb;
}

.main-navigation .current-menu-ancestor{
    border-top: 1px solid #0085cb;
}
.main-navigation .current-menu-ancestor a{
    font-weight: 400;
    color: #0085cb;
}

.main-navigation .current-menu-item {
    border-top: 1px solid #9ec2dd;
}

.main-navigation .current-menu-item > a {
    color: #0085cb;
    font-weight: 400;
    border-top: 1px solid #0085cb;
}
.current-menu-ancestor ul.sub-menu li a {
    color: #666666;
}

.main-navigation li ul {
    border-top: 4px solid #0085cb;
    z-index: 50;
}

ul.sub-menu {
    box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
    display: block;
}

ul.sub-menu li {
    width: 100%;
    margin-right: 0px;
    border-left: 1px solid #e6e7ea;
    border-right: 1px solid #e6e7ea;
    border-top: none;
}

ul.sub-menu li.current-menu-item {
    border-top: none;
}
ul.sub-menu li.current-menu-item a {
    border-top: none !important;
    color: #0085cb;
}

ul.sub-menu li:first-child {
    border-top: 1px solid #e6e7ea;
    border-bottom: none;
}

ul.sub-menu li:last-child {
    border-bottom: 1px solid #e6e7ea;
}

ul.sub-menu li a {
    border: none;
}

.main-navigation li ul li {
    background: #fff;
}

.main-navigation li ul li a {
    padding: 10px 0px;
    margin: 0px 24px;
    color: #666666;
    font-size: 15px;
    line-height: 15px;
    background: #fff;
    width: calc(100% - 48px);
    border: none;
    border-bottom: 1px solid #e6e7ea;
}

.main-navigation li ul li:last-child a {
    border-bottom: none;
}

.main-navigation li ul li:hover {
    border-top: none !important;
}

.main-navigation li ul li:first-child:hover {
    border-top: 1px solid #e6e7ea !important;
}

.main-navigation li ul li a:hover {
    border-top: none !important;
    background: #fff;
    color: #0085cb;
}


/* end header */


/* slider */

.img_content img{width: 100% !important;}

div.slider_wrapper {
    width: 100%;
    display: block;
    float: left;
}

div#slider_top {
    background: url('/wp-content/themes/ochelari/img/bg-slider-top.jpg') repeat-x;
    height: 3px;
}

div#slider {
    width: 100%;
    height: 350px;
    position: relative;
}

div.flexslider {
    width: 100%;
    border: none;
    background: url('/wp-content/themes/ochelari/img/slider/background_slider.jpg') no-repeat center center;
}

ul.slides {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

ul.slides li {
    position: relative;
    margin-top: 0px;
}

.flexslider .slides img {
    float: right;
    margin-right: 0px;
    width: auto!important;
    height: 350px!important;
}

div.slide_text {
    width: 650px;
    position: absolute;
    left: 25px;
    top: 40px;
}

div.slide_text h2 {
    font-size: 40px;
    line-height: 42px;
    color: #0078b9;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 35px;
    letter-spacing: -2px;
}

div.slide_text h3 {
    font-size: 27px;
    line-height: 32px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    letter-spacing: -2px;
    width: 500px;
}

div.slide_text p {
    font-size: 19px;
    line-height: 26px;
    color: #666666;
    width: 500px;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

div.slide_text a.more {
    background: url('/wp-content/themes/ochelari/img/sprite.png') no-repeat 0 -1118px;
    cursor: pointer;
    width: 265px;
    height: 55px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    line-height: 55px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

div.slide_text a.more:hover {
    text-decoration: none;
    background: url('/wp-content/themes/ochelari/img/sprite-new.png') no-repeat 0 -1014px;
    display: block;
}

.slide_text a {
    text-decoration: none !important;
    border-bottom: none !important;
}

.slide_text a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

.flex-direction-nav a {
    z-index: 100;
    position: absolute;
    display: block;
    top: 45%;
}

.flex-direction-nav li a.flex-prev {
    width: 18px;
    height: 18px;
    background: url("/wp-content/themes/ochelari/img/left.png") no-repeat;
}

.flex-direction-nav li a.flex-next {
    width: 18px;
    height: 18px;
    background: url("/wp-content/themes/ochelari/img/right.png") no-repeat;
}

.flex-direction-nav li a.flex-prev:hover{
    width: 18px;
    height: 36px;
}

.flex-direction-nav li a.flex-next:hover {
    width: 18px;
    height: 36px;
}

.flex-control-nav {
    display: none;
}

div#nav_left {
    display: none;
    position: absolute;
    width: 106px;
    height: 499px;
    background: url('/wp-content/themes/ochelari/img/slider/bg_nav.png') repeat-x;
    top: 0px;
    left: 0px;
    z-index: 10;
}

div#nav_right {
    display: none;
    position: absolute;
    width: 106px;
    height: 499px;
    background: url('/wp-content/themes/ochelari/img/slider/bg_nav.png') repeat-x;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.flex-direction-nav .flex-prev {
    left: 38px !important;
}

.flex-direction-nav .flex-next {
    right: 38px !important;
}


/* end slider */


/* footer */

footer[role="contentinfo"] {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #0085cb;
    height: 99px;
}

div#footer_top {
    /*background: url('/wp-content/themes/ochelari/img/bg-footer-top.jpg') repeat-x;*/
    /*start ------------*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.43, #ffffff), color-stop(1, #0078b9));
    background: -moz-linear-gradient(top, transparent 43%, #0078b9 100%);
    background: -webkit-linear-gradient(top,  transparent 43%, #0078b9 100%);
    background: -o-linear-gradient(top,  transparent 43%, #0078b9 100%);
    background: -ms-linear-gradient(top,  transparent 43%, #0078b9 100%);
    background: linear-gradient(top,  transparent 43%, #0078b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#0078b9', gradientType=0);
    height: 4px;
}

footer .site-info {
    max-width: 1170px;
    width: 100%;
    margin: 15px auto;
    color: #fff;
	display:block;
}

footer .site-info .adresa {
    float: right;
   
}
 
  
footer .site-info .adresa p {
    display:  block;
    padding-left: 10px;
    font-size: 14px;
}

ul#menu-menu_footer {
    display: block;
    margin-left: 0px;
    margin-top: 5px;
    float: left;
    margin-bottom: 35px;
    width: 60%;
}

ul#menu-meniu-engleza-2 {
    display: block;
    margin-left: 0px;
    margin-top: 5px;
    float: left;
    margin-bottom: 5px;
    width: 90%;
}

 ul#menu-meniu-engleza{
	display: block;
    margin-left: 0px;
    margin-top: 5px;
    float: left;
    margin-bottom: 5px; 
    width: 60%;
 }

 

ul#menu-menu_footer li {
    margin-right: 25px;
    margin-bottom: 5px;
    float: left;
}

ul#menu-meniu-engleza-2 li {
    margin-right: 25px;
    margin-bottom: 5px;
    float: left;
}
ul#menu-meniu-engleza li{
	margin-right: 25px;
     margin-bottom: 5px;
    float: left;
}
.right-sect {
    float: right;
    border-top: 1px solid #fff;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin:0 auto;
}

 

ul#menu-menu_footer li:last-child {
    margin-right: 0px;
}

ul#menu-meniu-engleza-2 li:last-child {
    margin-right: 0px;
}

ul#menu-meniu-engleza li:last-child{
	margin-right: 0px;
}

ul#menu-menu_footer li a{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

ul#menu-meniu-engleza-2 li a{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}
ul#menu-meniu-engleza li a {
	    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

div.social_bottom {
    float: right;
    margin-top: 14px;
    margin-right: 0px;
}

a#fb-bottom {
    /*background: url('/wp-content/themes/ochelari/img/fb_small.png') no-repeat;*/
    background: url('/wp-content/themes/ochelari/img/sprite.png') no-repeat 0 -1422px;
    width: 38px;
    height: 38px;
    display: block;
    float: left;
    margin-right: 9px;
    opacity: 0.6;
}

a#yt-bottom {
    /*background: url('/wp-content/themes/ochelari/img/youtube_small.png') no-repeat;*/
    background: url('/wp-content/themes/ochelari/img/sprite.png') no-repeat -428px -134px;
    width: 38px;
    height: 38px;
    display: block;
    float: left;
    margin-right: 0px;
    opacity: 0.6;
}

a#fb-bottom:hover,
a#yt-bottom:hover {
    text-decoration: none;
    opacity: 1;
}

div#copyright {
    margin-left: 0px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 14px;
    float: left;
    font-family: 'Open Sans', sans-serif;
}

div#development {
    float: right;
    margin-right: 0px;
    margin-top: 14px;
}

div#development ul {
    display: block;
    float: right;
}

div#development ul li {
    float: left;
    margin-right: 6px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

div#development ul li:last-child {
    margin-right: 0px;
    margin-top: -4px;
}

div#development ul li a {
    /*color:#fff;*/
}


#evonomix{
    padding-right: 0px;
    float: right;
    height: 22px;
    line-height: 22px;
    display: block;
    padding-bottom: 10px;
}

#evonomix a:hover span,
#evonomix a:hover, 
#evonomix a{
    color: #fff;
}

#evonomix i{
    font-size: 22px;
    background-image: url('/wp-content/themes/ochelari/img/XEvx.png');
    width: 19px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    color: #452d9d;
    margin-left: 5px;
    float: left;
}

#evonomix span{
    max-height: 22px;
    word-wrap: normal;
    word-break: keep-all;
    float: left;
    overflow: hidden;
    opacity: 0;
    display: inline-block;
    text-decoration: none;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    transition: transform 0.3s ease-in .2s, -webkit-transform 0.3s ease-in .2s,  opacity 0.6s ease-out .1s, color;
}

#evonomix em{
    color: #452d9d;
    font-style: normal;
}

#evonomix a:hover span{
    opacity: 1;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

.copyright p, .copy-text a{
    font-size: 13px;
    margin: 0;
    color: #8f8f8f;
}

.copyright {
    padding: 10px 0;
}

.copy-text{
    margin: 2px 0;
}

/* end footer */


/* homepage */

div#top_pages_prev {
    margin-top: 30px;
    float: left;
    display: flex;
    justify-content: center;
    width: 100%;
}

div#top_pages_prev div {
    width: 350px;
    height: 523px;
    position: relative;
    padding: 10px;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #ebedef;
    padding-bottom: 45px;
}

div#top_pages_prev h3 {
    font-size: 28px;
    line-height: 30px;
    color: #0085cb;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
    letter-spacing: -1px;
}

div#top_pages_prev h4 {
    font-size: 20px;
    line-height: 21px;
    color: #7b7b7c;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-top: 25px;
    letter-spacing: 1px;
    height: 42px;
}

div#top_pages_prev p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
    height: auto;
    color: #9b9c9d;
}

div#top_pages_prev a {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    float: none;
    display: block;
    color: #0085cb;
    padding-bottom: 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

div#top_pages_prev a:before {
    content: '\e805';
    font-family: 'fontello';
    margin-right: 5px;
}

div#astigmatism,
div#miopie,
div#hipermetropie {
    margin-right: 30px;
}


div#bottom_pages_prev {
    margin-top: 120px;
    float: left;
}

div#miopie span {
    /*background: url('/wp-content/themes/ochelari/img/Miopia_icon.png') no-repeat;*/
    background: url('/wp-content/themes/ochelari/img/sprite.png') no-repeat -638px -1460px;
    width: 170px;
    height: 92px;
    display: block;
    margin-left: 101px;
}

div#hipermetropie span {
    /*background:  url('/wp-content/themes/ochelari/img/Hipermetropia_icon.png') no-repeat;*/
    background: url('/wp-content/themes/ochelari/img/sprite.png') no-repeat -639px -1183px;
    width: 149px;
    height: 92px;
    display: block;
    margin-left: 101px;
}

div#astigmatism span {
    /*background: url('/wp-content/themes/ochelari/img/Astigmatism_icon.png') no-repeat;*/
    background: url('/wp-content/themes/ochelari/img/sprite.png') no-repeat -667px -1708px;
    width: 139px;
    height: 92px;
    display: block;
    margin-left: 101px;
}

div#presbiopia span {
	background: url('/wp-content/themes/ochelari/img/presbiopia.png') no-repeat;
	background-size: cover;
	width: 139px;
    height: 92px;
    display: block;
	background-position: center;
	justify-content: center;
}

div#bottom_pages_prev div {
    width: 370px;
    float: left;
    background-color: #fff;
    position: relative;
}

div#schedule,
div#consulting {
    margin-right: 30px;
}

div#bottom_pages_prev {
    margin-top: 30px;
    float: left;
    margin-bottom: 30px;
}

div#bottom_pages_prev div {
    width: 370px;
    float: left;
    border-bottom: 1px solid #ebedef;
}

div#bottom_pages_prev div:last-child {
    margin-right: 0px;
}

div#bottom_pages_prev h3 {
    font-size: 24px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 22px;
    letter-spacing: 1px;
    text-align: center;
}

div#bottom_pages_prev p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 21px;
    height: 65px;
    padding: 0 10px;
}

div#bottom_pages_prev a {
    font-size: 16px;
    line-height: 20px;
    width: 170px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    float: none;
    padding-left: 25px;
    color: #0085cb;
    padding-bottom: 20px;
    margin-left: 100px;
    padding-left: 0;
}

div#bottom_pages_prev a:before {
    content: '\e805';
    font-family: 'fontello';
    margin-right: 5px;
}

div#schedule span {
    /*background: url('/wp-content/themes/ochelari/img/Programari_Pic.jpg') no-repeat;*/
    background: url('/wp-content/themes/ochelari/img/sprite.png') no-repeat 0px -545px;
    width: 370px;
    height: 213px;
    display: block;
    margin-left: 0px;
}

div#consulting span {
    /*background: url('/wp-content/themes/ochelari/img/Consultatii_Pic.jpg') no-repeat;*/
    background: url('/wp-content/themes/ochelari/img/sprite.png') no-repeat 0 0;
    width: 370px;
    height: 213px;
    display: block;
    margin-left: 0px;
}

div#investigation span {
    /*background: url('/wp-content/themes/ochelari/img/Investigatii_Pic.jpg') no-repeat;*/
    background: url('/wp-content/themes/ochelari/img/sprite.png') no-repeat 0 -273px;
    width: 370px;
    height: 213px;
    display: block;
    margin-left: 0px
}

#content a:hover {
    color: #0f3647;
    text-decoration: none;
}

.site-content article {
    border: none;
    float: left;
    margin: 0px;
    padding: 0px;
}


/* end homepage */


/*pagina statica */

div#content {
    float: left;
    display: block;
    background: #f0f2f4;
}

div#static_img {
    display: block;
    width: 100%;
}

div#img_content {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

div#img_content img {
    object-fit: cover;
    object-position: center;
}

body.page .site-content,
body.error404 .site-content {
    margin-top: 0px;
    position: relative;
    background-color: #fff;
    float: left;
}

body.page .site-content article {
    float: left;
    max-width: 1170px;
    width: 100%;

}

body.page .entry-header {
    float: left;
    background-color: #f0f2f4;
    margin-bottom: 50px;
    position: relative;
}

div#img_top_border {
    margin-top: 30px;
    background: url('/wp-content/themes/ochelari/img/separator.jpg') repeat-x;
    width: 100%;
    height: 1px;
}

div.title_top_border {
    margin-top: 0px;
    background: url('/wp-content/themes/ochelari/img/separator.jpg') repeat-x;
    width: 100%;
    height: 1px;
}

hr {
    border-bottom: 1px solid#0078b9;
    width: 100%;
    height: 1px;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}

div#static_img {
    /*background: url('/wp-content/themes/ochelari/img/pages/bg_slider.jpg') repeat-x;*/
    background: rgba(0, 120, 185, .6);
    /*height: 471px;*/
    height: auto;
    width: 100%;
    display: block;
    border-top: 2px solid #0078b9;
    border-bottom: 2px solid #0078b9;
}

body.page #main,
body.search #main,
body.error404 #main {
    margin: 0px auto;
}

body.page h1.entry-title,
body.search h1.page-title,
body.search-no-results h1.entry-title,
body.error404 h1.entry-title {
    font-size: 38px;
    line-height: 38px;
    max-width: 1116px;
    width: 100%;
    color: #0078b9;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 54px;
    margin-top: 28px;
    margin-bottom: 10px;
}

body.page .entry-content h2 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 35px;
    margin-top: 0px;
    color: #0078b9;
}

body.page .entry-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #9b9c9d;
    float: left;
}

body.page .entry-content h4 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-weight: 600;
}

ul.bullet {
    display: block;
    margin-bottom: 20px;
    float: left;
}

ul.bullet li {
    padding-left: 30px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 0;
}

ul.bullet li:before {
    content: "\f105";
    font-family: "fontello";
    color: #0085cb;
    margin-right: 5px;
    font-size: 20px;
}

img.left-image {
    float: left;
    margin: 0px;
    margin-right: 40px;
}

img.right-image {
    float: right;
    margin: 0px;
    margin-left: 40px;
}

div.right-content {
    float: left;
    width: auto;
}

body.page img {
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: none;
}

body.page div.image-content {
    margin-bottom: 30px;
    display: block;
    float: left;
}

body.page div.image-content br {
    display: none;
}

span.shadow-top {
    margin: 0px;
    background: url('/wp-content/themes/ochelari/img/border-top.png') no-repeat center center;
    width: 540px;
    height: 15px;
    display: block;
    float: left;
}

span.shadow-bottom {
    margin: 0px;
    background: url('/wp-content/themes/ochelari/img/border-bottom.png') no-repeat center center;
    width: 540px;
    height: 15px;
    display: block;
    float: left;
}

body.search #content {
    margin-top: 0px;
    position: relative;
    float: left;
    background-color: #fff;
}

body.search .page-header {
    float: left;
    background-color: #fff;
    border-bottom: none;
    margin-bottom: 30px;
}

body.search-no-results .entry-header,
body.error404 .entry-header {
    float: left;
    background-color: #fff;
    border-bottom: none;
    margin-bottom: 50px;
    width: 100%;
}

body.search h1.page-title {
    text-transform: capitalize;
    font-weight: 400;
}

body.search article,
body.search-no-results article {
    float: left;
    margin-left: 50px;
    margin-right: 30px;
}

body.search-no-results article {
    margin-bottom: 50px;
}

body.search-no-results article input[type='text'] {
    margin-left: 50px;
    width: 450px;
}

body.search article footer.entry-meta {
    display: none;
}

body.error404 h2 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}

body.error404 p {
    font-size: 16px;
}

img.right-image.move-right {
    margin-right: 100px;
}

img.left-image.move-left {
    margin-left: 100px;
}

body.page img.no-bottom {
    margin-bottom: 0px;
}

body.page .entry-content .left_content {
    float: left;
    width: 540px;
    margin-right: 90px;
}

body.page .entry-content .right_content {
    width: 540px;
    float: left;
}

body.page .entry-content h1.subtitle,
h2.subtitle {
    font-size: 26px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    color: #464444!important;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

body.page .entry-content .header_description h1.subtitle,
body.page .entry-content .header_description h2.subtitle {
    margin-top: 0;
    margin-bottom: 0;
    width: 1170px;
    margin: 0 auto;
    padding-bottom: 30px;
}

body.page .entry-content span.highlight {
    font-size: 24px;
    color: #5c5e5f;
    line-height: 26px;
}

body.page .entry-content span.highlight.attention {
    font-size: 16px;
    color: #5c5e5f;
    line-height: 24px;
    font-weight: 600;
    background: #f0f2f4 url('/wp-content/themes/ochelari/img/attention.png') no-repeat 10px center;
    padding: 10px;
    padding-left: 50px;
    display: block;
    border-left: 3px solid #ff503f;
}

body.page .entry-content h3 {
    font-size: 22px;
    line-height: 23px;
    margin: 0px 0px 35px 0px;
}

body.page .entry-content h2.small_title {
    float: left;
    width: 580px;
}

ul.bullet.small {
    width: 580px;
    float: left;
}

div.right_small {
    float: right;
}

div.left_small {
    float: left;
    width: 590px;
}


/*end pagina statica */


/* BGN HEADER SUBSCRIBE TO NL */

#subscribe_nl {
    float: right;
    margin-right: 28px;
    margin-top: -7px;
    display: block;
}

#subscribe_newsletter,
#subscribe_newsletter-footer {
    border: 1px solid #ccc;
    border-radius: 3px;
}

#subscribe_nl h3,
#subscribe_nl-footer h3 {
    font-size: 16px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
}

#valid-email-nsl,
#valid-email-nsl-footer {
    margin: 0;
    padding: 0;
    border: none;
    width: 130px;
    padding-left: 32px;
    padding-right: 15px;
    height: 34px;
    line-height: 21px;
    background: url('/wp-content/themes/ochelari/img/sprite.png') no-repeat -102px -1233px;
    font-size: 12px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    outline: none;
}

#nsl_submit,
#nsl_submit-footer {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    background-color: #00cdff;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    height: 35px;
    line-height: 35px;
    width: 92px;
    text-align: center;
    border-radius: 0;
}

#nsl_submit:hover,
#nsl_submit-footer:hover {
    background-color: #9b9c9c;
    cursor: pointer;
}

#subscribe_nl-footer {
    float: right;
    margin-left: 17px;
}

#subscribe_nl-footer h3 {
    line-height: 16px;
    color: #fff;
    margin-top: 3px;
    margin-bottom: 2px;
    font-size: 15px;
}

div#development {
    margin-top: 10px;
    margin-right: 10px;
}

footer[role="contentinfo"] {
    float: left;
    height: auto;
}

#valid-email-nsl-footer {
    color: #fff;
    background: #3394c7 url('/wp-content/themes/ochelari/img/sprite.png') no-repeat -102px -1264px;
    float: left;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 35px;
}

#valid-email-nsl-footer::-webkit-input-placeholder {
    font-size: 12px!important;
    color: #fff!important;
    font-family: 'Open Sans', sans-serif;
}

#valid-email-nsl-footer:-moz-placeholder {
    font-size: 12px!important;
    color: #fff!important;
    font-family: 'Open Sans', sans-serif;
}

#valid-email-nsl-footer::-moz-placeholder {
    font-size: 12px!important;
    color: #fff!important;
    font-family: 'Open Sans', sans-serif;
}

#valid-email-nsl-footer:-ms-input-placeholder {
    font-size: 12px!important;
    color: #fff!important;
    font-family: 'Open Sans', sans-serif;
}

#subscribe_newsletter-footer {
    border: 1px solid #006aa3;
}

#nsl_submit-footer {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/* END HEADER SUBSCRIBE TO NL */

img.slider4 {
    width: 100%!important;
}

#comments.comments-area {
    display: none;
}

#content_page.homepage {
    width: 100%;
    display: block;
    background-color: #f0f2f4;
}

#content_page.is_page header.entry-header {
    background-color: #f0f2f4;
    margin: 0;
}

#content_page.is_page .header_description {
    position: relative;
    background-color: #f0f2f4;
    margin-bottom: 50px;
}

#content_page.is_page header.entry-header:before,
.header_description:before {
    background-color: #f0f2f4;
    position: absolute;
    width: 100%;
    height: 110px;
    color: #fff;
    left: 0;
    z-index: -1;
    content: "";
}

#content_page.is_page.is_special_page header.entry-header,
#content_page.is_page .header_description.special_page,
#content_page.is_page.is_special_page header.entry-header h1.entry-title span {
    background-color: #f0f2f4;
}

#content_page.is_page.is_special_page .header_menu {
    width: 100%;
    background-color: #f0f2f4;
    height: 228px;
}

#content_page.is_page.is_special_page .header_special_page {
    background: url('/wp-content/themes/ochelari/img/banner_header.png') no-repeat;
    display: block;
    width: 1170px;
    margin: 0 auto;
    height: 228px;
}

#content_page.is_page.is_special_page ul.header_right_side {
    width: 370px;
    margin-right: 30px;
    padding-top: 15px;
}

#content_page.is_page.is_special_page ul.header_right_side.last {
    margin-right: 0;
}

#content_page.is_page.is_special_page ul.header_right_side li a {
    font-size: 16px;
    line-height: 22px;
}

#content_page.is_page.is_special_page ul.header_right_side li {
    margin-left: 0;
    margin-bottom: 8px;
}


/*body.page #content_page.is_page.is_special_page .entry-content .left_content,body.page #content_page.is_page.is_special_page .entry-content .right_content{    width: 570px;}body.page #content_page.is_page.is_special_page .entry-content .left_content{    margin-right:30px;    }*/

#content_page.is_page header.entry-header h1.entry-title {
    padding-left: 0;
    text-align: center;
    width: 1170px;
    margin: 0 auto;
    color: #464444;
    font-size: 32px;
    line-height: 62px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-top: 40px;
    padding-bottom: 10px;
}

#content_page.is_page header.entry-header h1.entry-title:before {
    content: "";
    position: absolute;
    width: 99.9%;
    z-index: 0;
    top: 50%;
    left: 0;
    border-bottom: 1px solid#0078b9;
}

#content_page.is_page header.entry-header h1.entry-title span {
    z-index: 1;
    background-color: #f0f2f4;
    position: relative;
    padding: 0 20px;
    color:#0078b9;
}

div#bottom_pages_prev p.details_sdo {
    background-color: rgba(0, 120, 185, .5);
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 65px;
    color: #fff!important;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 147px;
}

.header_menu {
    margin: 0 auto;
    display: block;
    width: 1170px;
}

.img_miopie {
    background: url('/wp-content/themes/ochelari/img/myopia-ochi-miop.png') no-repeat;
    display: block;
    float: left;
    width: 670px;
    height: 320px;
    margin-bottom: 50px;
}

.img_miopie:hover {
    background: url('/wp-content/themes/ochelari/img/myopia-normala.png') no-repeat;
}

.img_hiper {
    background: url('/wp-content/themes/ochelari/img/hipermetropia-ochi-hiper.png') no-repeat;
    display: block;
    float: left;
    width: 670px;
    height: 320px;
    margin-bottom: 50px;
}

.img_hiper:hover {
    background: url('/wp-content/themes/ochelari/img/hipermetropia-normal.png') no-repeat;
}

.img_astigmatism {
    background: url('/wp-content/themes/ochelari/img/astigmatism_ochi-bolnav.png') no-repeat;
    display: block;
    float: left;
    width: 670px;
    height: 320px;
    margin-bottom: 50px;
}

.img_astigmatism:hover {
    background: url('/wp-content/themes/ochelari/img/astigmatism-normal.png') no-repeat;
}

.img_pres {
    background: url('/wp-content/themes/ochelari/img/presbiopie-ochi.png') no-repeat;
    display: block;
    float: left;
    width: 670px;
    height: 320px;
    margin-bottom: 50px;
}

/*.img_pres:hover{    background: url('/wp-content/themes/ochelari/img/presbiopie-normal.png') no-repeat;}*/

.img_anzio {
    background: url('/wp-content/themes/ochelari/img/ANIZOMETROPIA_-ochi-bolnav.png') no-repeat;
    display: block;
    float: left;
    width: 669px;
    height: 320px;
    margin-bottom: 50px;
}

.img_anzio:hover {
    background: url('/wp-content/themes/ochelari/img/ANIZOMETROPIA_ochi-sanatos.png') no-repeat;
}

.img_prk {
    background: url('/wp-content/themes/ochelari/img/PRKLasek.png') no-repeat;
    display: block;
    float: left;
    width: 647px;
    height: 198px;
    margin-bottom: 50px;
}

.img_zeiss {
    background: url('/wp-content/themes/ochelari/img/FEMTOLASIK.png') no-repeat;
    display: block;
    float: left;
    width: 647px;
    height: 198px;
    margin-bottom: 50px;
}

.img_relex {
    background: url('/wp-content/themes/ochelari/img/relex-smile02.png') no-repeat;
    display: block;
    float: left;
    width: 647px;
    height: 198px;
    margin-bottom: 50px;
}

.img_implant {
    background: url('/wp-content/themes/ochelari/img/IMPLANT-SCOP-REFRACTIV.png') no-repeat;
    display: block;
    float: left;
    width: 647px;
    height: 198px;
    margin-bottom: 50px;
}

.img_implant_en {
    background: url('/wp-content/uploads/2016/12/implant-in-scop-refractiv-eng-1.png') no-repeat;
    display: block;
    float: left;
    width: 647px;
    height: 198px;
    margin-bottom: 50px;
}
.Presbyond_img {
    background: url('/wp-content/themes/ochelari/img/Presbyond.jpg') no-repeat;
    display: block;
    float: left;
    width: 670px;
    height: 460px;
    margin-bottom: 50px;
	background-size: cover;
}


ul.header_right_side {
    float: left;
    width: 42%;
    margin: 0;
}

ul.header_right_side li {
    float: left;
    display: block;
    /* background: url('/wp-content/themes/ochelari/img/link_bul.png') no-repeat 0 1px; */
    margin-bottom: 10px;
    width: 100%;
}

ul.header_right_side li a {
    padding-left: 30px;
    font-size: 19px;
    line-height: 24px;
    /* color: #0085cb; */
    float: left;
}

/* ul.header_right_side li a:before {
    content: '\e805';
    font-family: 'fontello';
    margin-right: 5px;
} */

.Static__link {
    color: #0085cb !important;
}

.Static__link:hover {
    color: #0f3647 !important;
}

.Static__link:before {
    content: '\e805';
    font-family: 'fontello';
    margin-right: 5px;
}

.right_content .image-content,
.right_content .image-content img {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 0!important;
}

ul.header_right_side li a:hover {
    text-decoration: none!important;
}

.scrollup {
    width: auto;
    height: 40px;
    position: fixed;
    bottom: 230px;
    right: 70px;
    display: none;
    background-color: #0085cb;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    z-index: 2;
    transition: 0.8s;
}

.scrollup:hover {
    background-color: #0f3647;

}
.entry-content a:visited,
.comment-content a:visited {
    color: #5c5e5f;
}
.blue-links, .blue-links:visited, .blue-links:hover{
    color: #0085cb !important;
}

.open_popup img {
    max-width: 100%;
    height: auto;
    display: block;
}

p.ama-info {
	padding-left: 0px!important;
	display: block!important;
}

/* homepage design update box wrapper*/

.box_wrapper {
	display: block;
	width: 100%; 
	height: auto;
	/*border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;*/
	overflow: hidden;
	/*background-color: #0085cb; OldColor*/
    background-color: #f0f2f4; /*New Color*/
}


.box_wrapper ul {
	max-width: 1170px;
    width: 100%;
	margin: 50px auto;
}

.box_wrapper ul li {
	display: inline-block;
	width: 32%;
	height: auto;
    margin-bottom: 25px;
    /*border-right: 1px solid #66afd5;
    border-bottom: 1px solid #66afd5;*/
}

.box_wrapper ul li a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	float: left;
    height: 100%;
    padding: 35px 0;
    width: 45%;
}
.box_wrapper ul li:nth-child(1) a {
    /*padding: 35px 0;*/
}

.box_wrapper ul li:last-child {
	border:none;
}
.box_wrapper ul li:nth-child(3) {
	border-right:none;
}


.box_wrapper ul li:after {
	content: "";
	margin: 10px 0px;
	color: red;
	height: auto;
	width: 1px;
}

.box_wrapper ul li a:hover {
	text-decoration: none;
}

.bw-text {
    background: #fff;
    display: block;
    width: 90%;
    margin:0 auto;
    height: 100px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 10px 1px #ccc;
    box-shadow: 1px 1px 10px 1px #ccc;
}
.bw-text span {
	display: inline-block;
	width: 100px;
	height: 100px;
	float: left;
    margin-left: 20%;
}

span.bw-icon1 {
	background: url('/wp-content/themes/ochelari/img/icons/ReLEx_SMILE_icon_new.png') no-repeat;
    background-size: 75%;
    background-position-y: 14px;
}

span.bw-icon2 {
	background: url('/wp-content/themes/ochelari/img/icons/FentoLASIK.png') no-repeat;
    background-size: 75%;
    background-position-y: 14px;
}

span.bw-icon3 {
	background: url('/wp-content/themes/ochelari/img/icons/LASEK.png') no-repeat;
    background-size: 75%;
    background-position-y: 14px;
}
span.bw-icon4 {
	background: url('/wp-content/themes/ochelari/img/icons/PRESBYOND.png') no-repeat;
    background-size: 75%;
    background-position-y: 14px;
}

span.bw-icon5 {
	background: url('/wp-content/themes/ochelari/img/icons/VISIAN.png') no-repeat;
    background-size: 85%;
    background-position-y: 24px;
}

span.bw-icon6 {
	background: url('/wp-content/themes/ochelari/img/icons/implant-refractiv.png') no-repeat;
    background-size: 85%;
    background-position-y: 24px;
}







/* homepage video */
  
#page_video > .container {
        height: 623px;
        width: 100%;
        background: url('/wp-content/themes/ochelari/img/video-background.jpg') top center no-repeat;
        background-size: cover;
        text-align: center;
        position: relative;
      }



#page_video a#chirurgie_modal_trigger {
	color: #fff;
    font-size: 24px;
    width: 78px;
    height: 78px;
    position:absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
    text-decoration: none!important;
    outline: none!important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #0085cb;
    border: 4px solid #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .8s;
}

#page_video a#chirurgie_modal_trigger:hover {
    background-color: #0078b9;
}

#page_video h2 {
	color: #fff;
	font-size: 40px;
	line-height: 42px;
	font-weight: 600;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 120px;
	left: 33%;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #fff;
    display: none;
}

#chirurgie_modal, #campanie_modal {
	width: 900px;
	display: none;
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
	padding: 2px;
	padding-bottom: 0px;
	top: 10%!important;
}

span.modal_close {
    font-size: 23px;
    font-weight: 600;
    float: right;
    margin-top: -5px;
}

/* end of homepage video */

.here {
    background-color: #3898c3;
    cursor: pointer;
    width: 70px;
    height: 35px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    text-transform: uppercase;
}
	
.here:hover {
	text-decoration: none;
	background: #19658d;
}

#cookie_bar {
    background-color: #666666;
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding: 10px 100px;
    z-index: 1000;
}

#cookie_bar p {
    float: left;
    font-size: 12px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    margin-right: 100px;
}

#cookie_bar p a {
	color: #00cdff;
}

#cookie_bar p a:hover {
	color: #0085cb;
}

#cookie_bar .actions .btn {
    margin-top: 0px;
    font-weight: 400;
    padding: 3px 10px;
    margin-bottom: 0px;
    background: #00cdff;
    color: #fff;
    text-transform: uppercase;
}

#evonomix{
    padding-right: 0px;
    float: right;
    height: auto;
    line-height: 22px;
    display: block;
}

#evonomix a:hover{
    color: #fff;
}

#evonomix i{
    font-size: 22px;
    width: 19px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    color: #452d9d;
    margin-left: 5px;
    float: left;
}

#evonomix span{
    max-height: 22px;
    word-wrap: normal;
    word-break: keep-all;
    float: left;
    overflow: hidden;
    opacity: 0;
    display: inline-block;
    text-decoration: none;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    transition: transform 0.3s ease-in .2s, -webkit-transform 0.3s ease-in .2s,  opacity 0.6s ease-out .1s, color;
}

#evonomix em{
    color: #452d9d;
    font-style: normal;
}

#evonomix a:hover span{
    opacity: 1;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

.copyright p, .copy-text a{
    font-size: 13px;
    margin: 0;
    color: #8f8f8f;
}

.copyright {
    padding: 10px 0;
}

.copy-text{
    margin: 2px 0;
}


a#request_btn:hover {
    opacity: 1;
}
a#request_btn {
    position: fixed;
    right: 0;
    top: 123px;
    z-index: 10000;
    opacity: 0.85;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.languages{
    float: right;
    position: absolute;
    right: 0;
    top:2px;
}
.languages li{
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    float: left;
}
.languages li a{
    padding: 0 5px;
    display: inline-block;
}
.languages li:first-child a{
    border-right: 1px solid #0078b9;
}
.languages li.active a{
    color:#000000;
}
.menu-menu_footer-container {
	width: 100%;
	float: left;
}
ul#menu-menu_footer {
	width: 100%;
}
footer .site-info .adresa {
	width: 30%;
}
.disclaimer {
	font-size: 16px;
	line-height: 16px;
	border: 1px solid #fff;
	display: block;
	float: left;
	padding: 7px;
}

.leftside_footer {
	width: 66%;
	float: left;
}

.img_content img {
		width: 100%;
		max-width: 100%;
	}

header.entry-header {
    width: 100%;
    max-width: 100%;
}

.entry-content td, .comment-content td {
	padding: 10px !important;
	border-top: 1px solid black;
	min-width: 100px !important;
}

table {
	overflow-x: auto;
}

/* Icons unders search */

.Social__icons {
    height: 100%;
    clear: right;
    float: right;
    display: inline-block;
    margin-top: 15px;
}

/* End Icons unders search */

.Header__Sticky {
    position: fixed;
    z-index: 10;
    top: 0;
    display: flex;
    background: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
}

.Header__img {
    width: 20%;
    padding: 10px 0;
    padding-left: 15px;
    text-align: left;
}

.Header__programare {
    width: 60%;
    text-align: center;
}

.Header__menu {
    width: 20%;
    padding-right: 15px;
    text-align: right;
}

.Header__img img {
    width: 60px !important;
    height: auto;
}

.Header__button {
    background: #fff;
    padding: 7px 10px;
    color: #0078b9;
    border: 1px solid #0078b9;
    border-radius: 16px;
}

.Header__button:hover, .Header__button:active {
    color: white;
}

.Header__trigger {
    font-size:30px;
    cursor:pointer;
    margin-top: 40px;
    background: #0078b9;
    padding: 0 2px;
}

.social__icons-overlay {
    display: flex;
    float: none;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.social__icons-overlay a i {
    font-size: 32px;
    color: #fff;
    background: #0085cb;
    border-radius: 100%;
    padding: 2px;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    body.mobile_portrait #searchform input[type="text"] {
        width: 100%;
        padding: 2px 8px;
    }
}

@media screen and (min-width: 768px) {
    .Header__Sticky {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #logo {
        display: none !important;
    }

    .Search__field {
        display: none !important;
    }

    .Social__icons {
        margin-top: 40px;
    }

    .languages {
        margin-top: 20px;
    }

    .menu-main_menu-container {
        float: none !important;
    }

    #site-navigation {
        display: none;
    }

    .Social__icons {
        display: none;
    }

    #subscribe_nl {
        padding-top: 80px;
    }
}

.main_menu li a {
    font-size: 25px;
    color: white;
}

#menu-item-45 a {
    color: #0085cb;
    font-weight: bold;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    right: 5px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
    font-size: 40px;
    right: 35px;
    }
}

.fixedPosition {
    position: fixed;
}

.Icon__calendar {
    font-size: 20px;
    padding-right: 5px;
}

.Search__form {
    position: absolute;
    top: 12px;
    left: 20px;
}

.Icon__menu {
    color: #fff;
}

.Slider__more {
    background: #0085cb !important;
    border-radius: 25px !important;
    padding: 0 15px;
    transition: .8s;
}

.Slider__more:hover {
    background: #0f3647 !important;
}

.Header__programareDesktop {
    display: inline;
    position: absolute;
    right: 0;
    margin-right: 360px;
    margin-top: 7px;
    font-size: 18px;
    border: 1px solid #0078b9;
    border-radius: 16px;
    padding: 8px;
}

@media ( max-width: 1024px ) {
    .Header__programareDesktop {
        display: none;
    }
}

.Header__buttonDesktop:hover {
    color: #0085cb;
    text-decoration: none;
}

.Header__button:hover {
    color: #0085cb;
    text-decoration: none;
}

/* Sticky CTA */ 

#call_us_now {
    position: fixed;
    z-index: 99999;
    background: #095d96;
    left: -185px;
    top: 30%;
    color: #fff;
    -webkit-transition-property: left, border-radius, background-color!important;
    transition-property: left, border-radius, background-color!important;
    -webkit-transition-duration: .2s!important;
    transition-duration: .2s!important;
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955)!important;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)!important;
}

#call_us_now i {
    font-size: 20px;
    padding: 10px;
}

#call_us_now>* {
    float: left;
}

#call_us_now .mobile {
    display: none;
}

#call_us_now i {
    padding: 0 0 0 10px;
    font-weight: 700;
    line-height: 40px;
}

@media ( min-width: 768px ) {
    #call_us_now {
        display: none;
    }
}

.languages__overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.languages__overlay span {
    color: #fff;
    font-size: 15px;
}

.overlay a {
    color: #fff;
    font-size: 23px;
}

.Icon__calendar {
    display: none;
}

@media (min-width: 370px) {
    .Icon__calendar {
        display: inline-block;
    }
}



/* BGN OLD CORONA POPUP */

#popup-corona {
    overflow-y: scroll;
    width: 102%;
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
#popup-corona:target {
  visibility: visible;
  opacity: 1;
}

#popup-corona .popup {
  margin: 20px auto;
  background: #fff;
  border-radius: 5px;
  width: 500px;
  position: relative;
  transition: all 5s ease-in-out;
} 

#popup-corona .popup a{
  position: absolute;
  max-height: 30px;
  right: 17px;
}

#popup-corona .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  opacity:1;
}
#popup-corona .popup .close:hover {
  color: #000;
}
#popup-corona .popup .content {
  max-height: 30%;
  overflow: auto;
}
#popup-corona .popup .content img {
  width: 100%;
  margin-bottom: -8px;
}

@media screen and (max-width: 700px){
  #popup-corona .popup{
    width: 90%;
  }
}

/* END OLD CORONA POPUP */
/* BGN NEW CORONA POPUP */

#popup-corona {
    z-index: 99999;
}

#popup-corona .popup h2 {
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 10px;
}

#popup-corona .popup {
    padding: 25px;
    background-color: #006CA6;
    color: #fff;
}

#popup-corona .popup .content a {
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    position: relative;
    right: auto;
    font-size: 14px;
    padding: 0;
}

#popup-corona .popup .close {
    color: #fff;
    z-index: 2;
}

#popup-corona .popup p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 20px !important;
}

#popup-corona .popup p strong {
    font-weight: 600;
}


/* END NEW CORONA POPUP */

.popup-content {
    position: relative;
}
.popup-content .regulament {
    width: 50%;
    height: 18vh;
    background: transparent;
    display: block;
    position: absolute;
    bottom: 20%;
    left: 0;
}
.popup-content .programare {
    width: 50%;
    height: 18vh;
    background: transparent;
    display: block;
    position: absolute;
    bottom: 20%;
    right: 0;
}
.memebru {
    width: calc(100% / 4);
    float: left;
    display: block;
    margin-bottom: 15px;
}
.memebru p{
    width: 100%;
    display: block;
    margin: 0px 15px!important;
}
.memebru img {
    width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
    border: 1px solid #0085cb;
    margin-bottom: 10px!important;
}
.memebru .membru_nume {
    font-weight: 900;
    color:#0085cb!important;
}
.Testimonial__text{
    display: flex;
    justify-content: center;
    /* text-align: center; */
    font-size: 32px;
    color: #fff;
    padding: 15px 0;
    width: auto;
    border: 1px solid white;
    background: #0085cb;
}

.Testimonial__text:hover,
.Testimonial__text a{
    background: #fff;
    color: #0085cb;
}

.Testimonial__text a{
    padding: 5px 10px;
}

.Testimoniale{
    margin-bottom: -45px;
}

.Testimoniale__container{
    display: flex;
    justify-content: center;
    margin: 15px 0 25px 0;
}

.Testimoniale__title{
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #0078b9;
}

.Testimoniale__btn {
    display: inline-block;
    border: 2px solid #0085cb8a;
    color: #0085cbce;
    font-weight: 500;
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    box-shadow: 0px 10px 23px -10px rgba(0,0,0,0.35);
    transition: all .3s;
    margin: 30px auto;
}

.Testimoniale__btn:hover {
    color: #fff !important;
    background: #0085cb;
    text-decoration: none;
    box-shadow: 0px 9px 10px -10px rgba(0,0,0,0.75);
}

.text-center{
    text-align: center;
}
html a {
    outline: none !important;
}
.box_affections {
    width: 20%!important;
}
.box_affections .icon{
    margin: 0 auto!important;
}
.testimonial__excerpt span{
    color:#0085cb!important;
}
body.pagina-echipa header.entry-header h1.entry-title, body.pagina-team header.entry-header h1.entry-title {
    padding-left: 0;
    text-align: center;
    width: 1170px;
    margin: 0 auto;
    color: #464444;
    font-size: 32px;
    line-height: 62px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-top: 40px;
    padding-bottom: 10px;
}

body.pagina-echipa header.entry-header h1.entry-title span, body.pagina-team header.entry-header h1.entry-title span {
    z-index: 1;
    background-color: #f0f2f4;
    position: relative;
    padding: 0 20px;
}

body.pagina-echipa header.entry-header h1.entry-title:before, body.pagina-team header.entry-header h1.entry-title:before {
    content: "";
    position: absolute;
    width: 99.9%;
    z-index: 0;
    top: 50%;
    left: 0;
    border-bottom: 1px solid#0078b9;
}
body.pagina-echipa .title_top_border{
    display: none;
}
@media screen and (max-width: 1024px) {
    div#top_pages_prev div {
        height: 480px;

    }
    div#top_pages_prev p {
        height:243px;
        overflow: hidden;
    }
    div#top_pages_prev a {
        left:10px;
        padding-left: 0;
    }
}

.stats-container .testimonial__title, .Testimoniale__btn {
    color: #0078b9!important;
}
.Testimoniale__btn {
    border: 2px solid #0078b9!important;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color:#474647!important;
}

@media only screen and (max-width: 600px) {
    .Header__Sticky {
        position: relative;
    }
    .box_wrapper ul li, div#bottom_pages_prev{
        width: 100%;
    }
    .box_affections, #schedule, #consulting, #investigation, div#schedule span, div#consulting span, div#investigation span, div.slide_text p, div.slide_text, footer .site-info .adresa {
        width: 100%!important;
    }
    div#schedule, div#consulting, div#investigation{
        margin: 10px 15px;
    }
    div#top_pages_prev {
        display: block!important;
    }
    .testimonial__card {
        margin-bottom: 10px;
    }
    .leftside_footer{
        width: 100%;
        float: none;
        display: block;
        margin: 15px;
    }
    .footer .site-info .adresa {
        width: 100%;
        float: none;
        display: block;
        margin: 0;
    }
    .scrollup {
        bottom:15px;
        right: 35px;
    }
    body.page .site-content, body.error404 .site-content, div#img_content img, body.page .site-content article {
        max-width:100%!important;
    }
    body.page h1.entry-title, body.search h1.page-title, body.search-no-results h1.entry-title, body.error404 h1.entry-title {
        max-width: 100%!important;
    }
    div#content, body.page .entry-content .header_description h1.subtitle, body.page .entry-content .header_description h2.subtitle {
        width: 100%;
    }
    .img_miopie, .header_menu, ul.header_right_side, body.page .entry-content p {
        width: 100%;
    }
    body.page .entry-content .left_content , body.page .entry-content .right_content, .img_hiper, .img_astigmatism, .img_pres, .img_anzio, .single-item{
        width: 100%;
        padding: 15px;
    }
    .languages {
        display: none;
    }
    .overlay .closebtn {
        right: 5px;
    }
    .header_right_side li {
        margin-left:0px;
    }
    html {
        overflow-y: none!important;
    }
    #content_page.is_page.is_special_page ul.header_right_side, #content_page.is_page.is_special_page .header_special_page {
        width: 100%;
        padding: 15px;
    }
    body.page .entry-content .left_content, body.page .entry-content .right_content, .img_hiper, .img_astigmatism, .img_pres, .img_anzio, .single-item {
        width: 100%!important;
    }
    #content_page.is_page header.entry-header h1.entry-title {
        font-size: 24px;
    }
    
}
.full {
    display: block;
    overflow: hidden;
    width: 100%;
    
}