/* site styles */


/* basic layout */
html, body {height: 100%;}
body {margin: 0; padding: 0; min-height: 100%; min-width: 360px; position: relative; }
.box {max-width: 1200px; margin:auto; padding-left: 15px; padding-right: 15px;}
.main {padding-top: 10px; padding-bottom: 120px;}

#codeigniter_profiler, #codeigniter_profiler legend {font-size: 13px !important;}
#codeigniter_profiler code {background: none !important;}
.block_info {position: relative; width: 0; height: 0;}
.block_info div, .page_info {padding: 1px; text-align: left; color: black; font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 1em;}
.block_info div {position: absolute; z-index: 10000; padding-right: 25px; opacity: 0.4;}
.block_info div:hover {opacity: 1;}
.block_info div span {white-space: nowrap;}
.block_info .edit, .page_info .edit {margin-right: 4px; float: left;}
.block_info span, .page_info span {display: block;}
.page_info {padding-bottom: 5px;}
.icon16 {display: inline-block; width: 20px; height: 20px; margin: 0px; background-position: center; background-repeat: no-repeat; vertical-align: middle; background-color: #F5F5F5; border-radius: 3px;}
a.icon16:hover {background-color: #EEEEEE;}
.icon16.edit {background-image: url(../admin/images/edit16.png);}
.grecaptcha-badge {bottom: 100px !important;}

/* common */
body {font-family: 'Roboto', sans-serif; font-weight: normal; font-size: 17px; line-height: 1.5; color: #323232;}
.clearfix::before, .clearfix::after, .clear::before, .clear::after {content: ""; clear: both; display: table;}
.noContent {color: #999999; margin: 15px 0;}
.hidden { display: none !important;}
*.waitForAjax {cursor: progress;}
.fancybox img {cursor: zoom-in;}
img {max-width: 100%; border-radius: 10px;}
a, a.link  {color: #48a8a4; text-decoration: underline;}
a:focus {color: #48a8a4;}
a:hover {color: #438c89;}
h1, h2, h3, h4, h5, h6 {margin: 1.2em 0 0.8em; line-height: 1.2; font-weight: bold; word-wrap: break-word;} 
h1 {font-size: 36px;} 
h2 {font-size: 28px;}
h2 a {text-decoration: none;}
h3 {font-size: 26px;}
h3 a {text-decoration: none;}
h4 {font-size: 21px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
p {margin: 0 0 10px;}
.home h2 {text-align: center; margin: 1.8em 0 1.4em;}
ol, ul {margin: 0.5em 0 2em; padding-left: 1.8em;}
th {text-align: left;}
td {padding: 8px 8px 8px 0;}
.center {text-align: center;}
.block {position: relative;}
.blockInfo {position: relative; width: 0; height: 0;}
.blockInfo div {position: absolute; z-index: 10000; padding: 1px; text-align: left; background: white; color: black; font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 1em; opacity: 0.7;}
.blockInfo div span {white-space: nowrap;}
.wait, .wait input, .wait textarea, .wait button, .wait label {cursor: wait;}
.loading {background: url(../images/loading.gif) center no-repeat;}
.anchor {position: relative;}
.anchor * {position: absolute; top: -80px;}
.button {display: inline-block; padding: 10px 20px; border-radius: 5px; background-color: #48a8a4; font-size: 18px; color: white; font-weight: normal; text-decoration: none; border: 0; line-height: normal; cursor: pointer;}
.button:hover, .button:focus {color: white; background-color: #438c89; text-decoration: none;}
.button.button_1 {background-color: #438c89;}
.button.button_1:hover {background-color: #053328;}
.button.button_2 {background-color: #053328;}
.button.button_2:hover {background-color: #438c89;}
.button.button_3 {background-color: transparent; border: 1px solid #053328; color: #053328;}
.important_message {padding: 15px 0; background: #438c89; color: white; text-align: center;}
.important_message a {color: white;}
.important_message_2 {background: #fbefe7; border: 2px solid #438c89; color: black; position: relative;}
.important_message_2 img, .important_message_2 span, .important_message_2 .button {vertical-align: middle; margin: 0 7px;}
.accordion h3 {cursor: pointer; padding-right: 40px; background: url(../images/arrow_down_2.png) right no-repeat; background-size: 20px;}
.accordion h3.open {background-image: url(../images/arrow_up_2.png);}
.rollup_next {cursor: pointer; padding-right: 16px; background: url(../images/arrow_down_2.png) right 60% no-repeat; background-size: 8px;}
.rollup_next.open {background-image: url(../images/arrow_up_2.png);}
.icon16 {display:inline-block; width:20px; height:20px; margin: 0px; background-position: center; background-repeat: no-repeat;}
a.icon16:hover {background-color: #F5F5F5; border-radius: 3px;}
.fa.icon16 {font-size: 18px; color: #337ab7; text-decoration: none;}
.fa.icon16.yellow {color: #f0ad4e;}
.block_info .icon16, .page_info .icon16 {margin-right: 4px; float: left;}
.icon16.delete {background-image: url(../admin/images/cross16.png);}
.image_cover {position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1;}
.image_cover img {width: 100%; height: 100%; object-fit: cover; object-position: top center;}
.sticky_element {position: absolute; top: 0; left: 0; right: 0; z-index: -1; opacity: 0;}
.sticky_element.sticky_active {position: fixed; z-index: 1000; opacity: 1;}
.fade_in, .button {-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.fade_in:hover, .button:hover {-webkit-transform: scale(1.07, 1.07); -ms-transform: scale(1.07,1.07); transform: scale(1.07, 1.07);}

/* system messages */
.sysmessage {background: black;}
.alert {font-size: 15px; line-height: normal; margin: 10px 0;}

/* common forms */
.form_item {margin: 0 0 24px; }
.form_item label, .form_item.plain {display: block; font-size: 16px; font-weight: normal;}
.form_item .fieldBox label {display: block; width: auto; margin: 0; padding: 0;}
.form_item.text label, .form_item.password label, .form_item.select label {padding-top: 3px;} 
.form_item input[type=text], .form_item input[type=password], .form_item textarea, .form_item select, .form_item .dropzone {font-family: inherit; font-size: inherit; width: 100%; border: 1px solid #cbd6e2; border-radius: 5px; padding: 7px 15px; line-height: normal; height: 2.6em; color: #323232;}
.form_item textarea {resize: vertical; height: 100px;}
.form_item input[type=checkbox], .form_item input[type=radio] {margin: 4px 10px 0 0; float: left; vertical-align: baseline; position: relative; top: 1px;}
.form_item span label {margin: 0 10px 0 0;}
.fieldBox .fileInputBox div { margin: 0 0 3px;}
.form_error, .help-block {display: block; margin: 3px 0; font-size: 90%; color: red;}
.fieldBox span.form_error, .fieldBox span.help-block {margin: 3px 0;}
.form_item .imageThumbs {margin: 0 0 3px;}
.form_item .imageThumbs > span {display: inline-block; text-align: center; padding: 0 0 5px;}
.form_item .imageThumbs img {display: block; margin: 0 0 3px;}
.form_item .imageThumbs input[type=checkbox] {display: inline; vertical-align: middle; top: 0; margin: 0 2px 0 0;}
.form_item .imageThumbs label .icon16 {display: inline-block; vertical-align: middle;}
.form_item.plain .fieldBox {padding-top: 4px;}
.form_item.plain .fieldBox p {margin-top: 0;}
.form_item.radio label {padding-left: 0;}
.form_item.radio .fieldBox span {display: inline-block;}
.form_item.radio .fieldBox label {margin-right: 15px; padding-left: 25px;}
.form_item.protection {display: none;}
.form_item.captcha input {width: 140px; text-transform: uppercase;}
.form_item.captcha img {margin: 0 0 3px 0; vertical-align: top;}
.dropzone {background: linear-gradient(180deg, #F5F5F5 0%, #DDDDDD 100%) !important; font-size: 22px !important; min-height: 190px !important;}
.dropzone .dz-message {margin: 70px 0 0 !important;}
.dropzone .dz-message .dz-button {color: #c1c1c1 !important;  font-weight: bold !important;}
.dropzone .dz-preview.dz-image-preview {background: transparent !important;}
.dropzone .dz-preview .dz-error-message {margin-top: 13px;}
.form_item.buttons {margin: 28px 0 10px;}
.form_item.required label:after {content: " *";}
.form_item input:disabled, .form_item select:disabled {background: #EEEEEE;}
.calender input[type=text] {background-image: url(../admin/images/calendar16.png); background-position: right 5px center; background-repeat: no-repeat;}

/* fadeInUp animation */
@keyframes fadeInUp {
  from {
    transform: translate3d(0,300px,0)
  }
  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0,300px,0)
  }
  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
.fadeInUp {opacity: 0;}
.fadeInUpActive {opacity: 0; animation-duration: 0.7s; animation-fill-mode: both; -webkit-animation-duration: 0.7s; -webkit-animation-fill-mode: both; animation-name: fadeInUp; -webkit-animation-name: fadeInUp; transition-timing-function: ease-out;}

/* fixed icons */
.fixed_icons {position: fixed; bottom: 100px; right: 15px; z-index: 1000;}
.fixed_icons .item {display: block; position: relative; margin-bottom: 10px;}
.fixed_icons .item a {display: inline-block; width: 50px; height: 50px; vertical-align: middle; margin-left: 5px;}
.fixed_icons .instagram a {background: url(../images/icon_instagram_green.png); background-size: cover;}
.fixed_icons .youtube a {background: url(../images/icon_youtube_green.svg); background-size: cover;}
.fixed_icons .facebook a {background: url(../images/icon_facebook_green.png); background-size: cover;}
.fixed_icons .text {z-index: 10; position: absolute; top: 50%; left: -220px; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; border-radius: 10px; background-color: #438c89; color: #fff; font-size: 15px; font-weight: 600; width: 230px; min-height: 20px; height: auto; padding: 10px; opacity: 0; visibility: hidden; transition: all .2s ease-in-out;}
.fixed_icons .item:hover .text {left: -240px; opacity: 1; visibility: visible;}

/* header */
.header {position: absolute; left: 0; right: 0; z-index: 2;}
.header .logo {display: inline-block; margin: 85px 0 20px; text-decoration: none; color: black; width: 250px; max-width: 100%;}
.header_right {text-align: right; margin: 40px 0 20px;}
.header_right .phone {text-decoration: none; padding: 0 0 0 24px; background: url(../images/phone.png) left no-repeat; background-size: 14px;}
.header_right .phone:hover {text-decoration: underline;}
.header_right .facebook, .language_menu_mobile .facebook {display: inline-block; width: 35px; height: 35px; background: url(../images/icon_facebook_green.png); background-size: cover; vertical-align: middle; margin-left: 15px;}
.header_right .facebook:hover, .language_menu_mobile .facebook:hover {background-image: url(../images/icon_facebook_green_hover.png);}
.header_right .instagram, .language_menu_mobile .instagram {display: inline-block; width: 35px; height: 35px; background: url(../images/icon_instagram_green.png); background-size: cover; vertical-align: middle; margin-left: 5px;}
.header_right .instagram:hover, .language_menu_mobile .instagram:hover {background-image: url(../images/icon_instagram_green_hover.png);}
.header_right .block_info {display: inline-block; vertical-align: top;}

.header.sticky_active {background: #fbefe7EE; transition: background 1s;}

.contact_button {padding: 7px 20px 7px 15px; background-color: #053328; margin: 0; box-sizing: border-box;}
.contact_button:before {content: ""; display: inline-block; width: 24px; background: url(../images/icon_contact.png) no-repeat; background-size: 24px; margin-right: 10px; height: 24px; vertical-align: text-bottom;}
.phone_button {padding: 7px 20px 7px 15px; background-color: #438c89; box-sizing: border-box; margin-right: 7px;}
.phone_button:before {content: ""; display: inline-block; width: 24px; background: url(../images/icon_phone.png) no-repeat; background-size: 24px; margin-right: 10px; height: 24px; vertical-align: text-bottom;}
.phone_rollup_holder {position: relative;}
.phone_rollup {display: none; position: absolute; margin-top: 5px; left: 0; width: 270px; text-align: left; background: white; padding: 3px 7px; font-size: 16px; line-height: 1.8em; z-index: 1;}
body.contact .phone_rollup, body.contact .phone_rollup a {color: #053328;}
.phone_rollup.open {display: block;}
.phone_rollup span {color: #48a8a4; margin-right: 0.5em;}
.language_menu_desktop {display: inline-block;}
.language_menu_desktop .language_menu {display: inline-block; position: relative; width: 40px; height: 40px; box-sizing: border-box; margin-left: 10px; vertical-align: middle; overflow: hidden;}
.language_menu_desktop .language_menu_rollup_button {display: inline-block; width: 12px; height: 40px; background: url(../images/arrow_down_1.png) 0 15px no-repeat; background-size: contain; vertical-align: top;}
.language_menu_desktop .language_menu ul {position: absolute; z-index: 100; top: -1px; left: -1px; list-style: none; margin: 1px 0 0; padding: 1px 0 0; box-sizing: border-box; text-align: center; border-radius: 5px;}
.language_menu_desktop .language_menu ul li a {display: block; box-sizing: border-box; height: 26px; margin: 4px; color: #323232; text-decoration: none; text-transform: uppercase;}
.language_menu_desktop .language_menu.open {overflow: visible;}
.language_menu_desktop .language_menu.open ul {background: white;}
.language_menu_desktop .language_menu.open ul li a {color: #323232 !important;}

/* footer */
.footer {background: #053328; color: white; padding-top: 30px; padding-bottom: 10px; font-size: 16px;}
.footer a {color: white; text-decoration: none;}
.footer a:hover {text-decoration: underline;}
.footer .logo_footer {display: inline-block; width: 250px;}
.footer_1_middle {text-align: center;}
.footer_1_right {text-align: right;}
.footer_1_right img {margin-right: 15px;}
.footer_1_right a:last-child img {margin-right: 0;}
.footer_2_top {text-align: center; font-size: 23px; margin: 30px 0 40px; line-height: 0.8em;}
.footer_2_top span {display: inline-block; padding: 0 35px 0 25px; border-right: 2px solid white;}
.footer_2_top span:last-child {border: none;}
.footer_2_middle a {display: inline-block; margin: 8px 20px 20px 0;}
.footer_2_bottom {margin: 40px 0 20px;}
.footer_certificates {text-align: center; margin: -10px 0 50px;}
.footer_certificates h3 {margin-top: 0;}
.footer_certificates img {width:140px; max-width: 28%; margin: 0.5%;}

/* menu */
.menu_horizontal {padding-left: 0;}
.menu_horizontal li {list-style: none; display: inline;}
.menu_horizontal li a, ul.menu_horizontal li span {display: inline-block;}
.menu_horizontal li a {text-decoration: none; color: inherit;}
.menu ul {padding: 0; margin: 0;}
.menuButton {display: none; height: 40px; text-decoration: none; color: white; text-transform: uppercase; position: absolute; top: 20px; right: 15px; z-index: 3;}
.menuButton:before {content: "☰"; display: inline-block; height: 40px; width: 40px; background: #053328; text-align: center; font-size: 26px; line-height: 40px; border-radius: 5px;}
.menuButton.open:before {content: "╳"; font-size: 17px; font-weight: bold;}
.menuButton:hover, .menuButton:focus {color: white; text-decoration: none;}
.main_menu {padding: 0; font-size: 16px; margin: 10px -5px 10px 0;}
.main_menu .second_level_menu_button {display: none;}
.main_menu li {display: inline-block; list-style: none;}
.main_menu li a {display: inline-block; text-decoration: none; color: #323232; text-shadow: 1px 1px 4px white; padding: 10px 10px;}
.main_menu li a.active, .main_menu li a:hover {color: #48a8a4;}
.main_menu ul li {position: relative;}
.main_menu ul ul {opacity: 0; transform: translateY(-15px); position: absolute; z-index: 1; left: 0; width: 300px; background: white; text-align: left; margin: 0 -7px; box-shadow: 7px 7px 7px #6d5a5a7a; pointer-events: none; transition: opacity 1s ease, transform 1s ease;}
.main_menu ul ul.open {opacity: 1; transform: translateY(0); pointer-events: auto;}
.main_menu ul ul li {display: block;}
.main_menu ul ul li a {display: block; padding: 10px 20px; color: #494949 !important;}
.main_menu ul ul li a:hover {color: #48a8a4 !important; background: #f4eae3;}
.main_menu .has_submenu {padding-right: 20px; background: url(../images/arrow_down_1.png) top 19px right 8px no-repeat; background-size: 12px; position: relative;}
.main_menu.desktop .has_submenu:hover {background-image: url(../images/arrow_up_1.png);}

.sub_menu {margin: 30px 0 10px;}
.sub_menu ul {background: #48a8a4; border-radius: 5px; font-size: 0px;}
.sub_menu li {font-size: 17px; display: inline-block; list-style: none; border-left: 1px solid white;}
.sub_menu li:first-child {border: none;}
.sub_menu li a {display: inline-block; text-decoration: none; color: white; padding: 10px 20px; border-radius: 5px;}
.sub_menu li.active a, .sub_menu li:hover a {background: #438c89;}
.sub_menu li.active a {cursor: default;}

.sub_menu ul ul li {display: block; position: relative; display: none; position: absolute; z-index: 1; left: 0; width: 300px; background: white; border: 1px solid #eeeeee; border-top: none; text-align: left; margin: 0 -5px;}
.sub_menu ul ul li a {display: block; padding-top: 7px; padding-bottom: 7px;}
.sub_menu ul ul.open {display: block;}
.sub_menu .title:after {content: "▾";}

/* sticky menus */
.sticky_ {position: absolute; top: 0; left: 0; right: 0; z-index: 1000; opacity: 0; display: none; margin: 0;}
.sticky_.sticky_Active {position: fixed; opacity: 1; display: inherit;}
.sticky_ .box {position: relative;}
.sticky_ .main_menu_side {position: absolute; right: 22px; top: 0;}
.sticky_ .main_menu_side a {display: block; white-space: nowrap;}
.sticky_ .main_menu_side .button {margin: 5px 0 0;}
.sticky_ .main_menu_side .phone, .sticky_ .main_menu_side .phone_button {display: none;}

/* page header */
.page_header {height: 935px; box-sizing: border-box; position: relative;}
.page_header.visual_small {height: 635px;}
.page_header h1 {font-family: 'Judson', serif; color: #053328; font-size: 57px; font-weight: bold; font-style: normal; line-height: 1.1; margin: 250px 0 30px; padding: 0;}
.page_header.visual_small h1 {margin-top: 150px;}
.page_header h2 {color: #053328; font-style: normal; font-weight: normal; line-height: normal; font-size: 24px; margin: 20px 0 30px;}
.page_header .content {position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1;}
.page_header .content {padding-top: 150px; z-index: 1;}
.page_header .content {text-shadow: 2px 2px 10px white;}
.breadcrumbs {margin: 30px 0 20px; padding: 0; color: #1d8e8a;}
.breadcrumbs a {color: #9e9d9d; text-decoration: none;}
.breadcrumbs li {display: inline; list-style: none; margin: 0; padding: 0;}
.breadcrumbs li:not(:last-child):after {content: ">"; display: inline-block; margin: 0 0.3em 0 0.7em; color: #9e9d9d;}
.page_header:before, .home_visual:before {content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-image: -moz-linear-gradient(-90deg, #fbefe7CC, #fbefe700 300px); background-image: -ms-linear-gradient(-90deg, #fbefe7CC, #fbefe700 300px); background-image: -o-linear-gradient(-90deg, #fbefe7CC, #fbefe700 300px); background-image: linear-gradient(180deg, #fbefe7CC, #fbefe700 300px);}

/* home visual (slider) */
.home_visual {font-size: 0.7em; overflow: hidden; position: relative; margin-bottom: 0;}
.home_visual .button {text-shadow: none;}
.home_visual .nav {position: absolute; top: 50%; margin-top: -30px; opacity: 0; cursor: pointer; font-size: 80px; line-height: 1em; color: #053328; z-index: 1;}
.home_visual .nav.prev, .home_visual .nav.next {opacity: 0;}
.home_visual:hover .nav {opacity: 1; color: #1d8e8a;}
.home_visual .nav.prev {left: 30px;}
.home_visual .nav.next {right: 30px;}
.home_visual .nav.prev:before {content: "‹";}
.home_visual .nav.next:before {content: "›";}
.home_visual .nav_icons {position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; z-index: 1;}
.home_visual .nav_icons span {display: inline-block; cursor: pointer; border-radius: 50%; width: 15px; height: 15px; background-color: #48a8a4; margin: 0 5px;}
.home_visual .nav_icons span.active {background-color: #053328;}
.home_visual_banner {position: relative; margin-bottom: 180px;}
.home_visual_banner .home_visual_banner_cont {position: absolute; top: -180px; width: 100%; z-index: 1; overflow: hidden;}
.home_visual_banner .slide {position: relative; padding: 45px 30px; text-align: left;}
.home_visual_banner .home_visual_banner_cont, .home_visual_banner .slide {height: 360px;}
.home_visual_banner .image_cover img {border-radius: 10px; border: 2px solid white;}
.home_visual_banner h2 {font-family: 'Judson', serif; text-align: left; margin: 0 0 15px;}
.home_visual_banner .button {margin: 15px 0 0;}
.home_visual_banner .nav_icons {position: absolute; bottom: -170px; left: 0; right: 0; text-align: center; z-index: 1;}
.home_visual_banner .nav_icons span {position: relative; display: inline-block; width: 10px; height: 10px; background-color: #48a8a4; cursor: pointer; margin: 10px 5px; border-radius: 10000px;}
.home_visual_banner .nav_icons span.active {background: #053328;}

/* home */
.home h2, .home h2 a {color: #323232;}
.more {text-transform: uppercase; margin: 30px 0 0;}
.more a {display: inline-block; padding: 13px 0; text-decoration: none;}
.more a:hover {opacity: 0.9;}
.homeArticle {padding-top: 0; padding-bottom: 20px;}
.home_news {padding: 1px 0 20px; color: #6D6F70;}
.home .home_news {padding: 1px 0 60px;}
.home_news h2 {text-align: center;}
.pageHome {padding-top: 20px; padding-bottom: 40px;}
.home_content {padding: 40px 0 100px; text-align: justify;}
.home_content .col-md-7 {padding-right: 55px; margin-bottom: 30px;}
.home_content .button {float: right; margin: 30px 0 0;}
.top_services {padding: 20px 0 20px; text-align: center;}
.home .top_services {padding: 20px 0 70px;}
.top_services .item {background: white; border-radius: 10px; position: relative; display: block; text-align: left;}
.top_services .item h3 {font-size: 24px; position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 50px 10px 10px 20px; background-image: linear-gradient(#fbefe700, #fbefe7FF); border-radius: 0 0 10px 10px;}
.top_services img {border-radius: 10px;}
.top_services a {color: inherit;}
.top_services a:hover {text-decoration: none;}
.benefits {background: #fbefe7; font-size: 20px; padding: 50px 0 10px; line-height: normal;}
.box .benefits {border-radius: 10px;}
.page_top_treatment .benefits {margin: 80px 0;}
.benefits .col-md-4, .benefits .col-md-6 {margin-bottom: 40px;}
.benefits a {color: #053328; text-decoration: none;}
.benefits a img {max-width: 58px; margin-right: 12px; float: left;}
.benefits a span {position: relative; display: inline-block; padding: 10px 20px 10px 0; background: url(../images/arrow_right_1.png) right no-repeat; background-size: 11px;}
.benefits a span:after {content: ""; position: absolute; bottom: 0; left: 0; right: 30px; height: 1px; background: #053328;}
.home_clinics {padding: 20px 0 40px; text-align: center;}
.home_clinics .item {background: white; position: relative; display: block; text-align: left; margin-bottom: 15px;}
.home_clinics .item h3 {position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 80px 10px 35px 45px; background-image: linear-gradient(#fbefe700, #fbefe7FF); border-radius: 0 0 10px 10px; font-size: 28px;}
.home_clinics img {border-radius: 10px;}
.home_clinics a {color: inherit;}
.home_clinics a:hover {text-decoration: none;}
.clinics {padding: 20px 0 40px;}
.clinics .item {position: relative; display: block; text-align: left; margin-bottom: 15px;}
.clinics .item .content {position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 80px 10px 20px 20px; background-image: linear-gradient(#fbefe700, #fbefe7FF); border-radius: 0 0 10px 10px; font-size: 17px;}
.clinics .item .content, .clinics .item .content h3 {color: #323232;}
.clinics .item .content h3 {margin: 0 0 0.7em;}
.clinics .item .content p {margin: 0.3em 0;}
.clinics img {border-radius: 10px;}
.clinics a {color: inherit;}
.clinics a:hover {text-decoration: none;}
.item img {display: block;}

/* home reference slider */
.homeReference {position: relative; padding: 30px 0 80px; background: #fbefe7; text-align: center; margin: 80px 0; overflow: hidden;}
.home .homeReference {margin: 0;}
.homeReference > .box {position: relative; padding: 1px 60px 0;}
.homeReference:before {content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 500px; height: 700px; background: url(../images/icon_star_white.png) no-repeat; background-size: auto 700px; opacity: 0.4;}
.homeReference h2 {margin: 1.8em 0 1.4em !important;}
.homeReference .slide {padding: 0 12px 12px;}
.homeReference .slide .item {display: block; background: white; border-radius: 10px; min-height: 385px;}
.homeReference .slide .text {margin: 20px; text-align: center;}
.homeReference .slide .perex {font-style: italic; font-weight: normal;}
.homeReference .slide a {text-decoration: none; color: #323232;}
.homeReference .name {display: block; font-size: 18px; font-style: normal; margin-top: 20px; line-height: normal;}
.homeReference img {border-radius: 10px 10px 0 0;}
.homeReference .more_all {text-align: right; margin: 5px 0 0; }
.homeReference .more_all .more  {font-size: 16px; color: black;}
.homeReferenceSlider {position: relative; overflow: hidden; height: 390px;}
.homeReferenceSlider .strip {position: absolute; left: 0; width: 100000px;}
.homeReferenceSlider .slide {float: left; width: 100%;}
.homeReference .navigation {position: absolute; top: 50%; left: 0; right: 0;}
.homeReference .slide .item, .homeReference .prev, .homeReference .next {box-shadow: 7px 7px 5px #f7e0d1;}
.homeReference .prev, .homeReference .next {position: absolute; width: 50px; height: 50px; top: -25px; margin: auto; cursor: pointer; border-radius: 10000px; background: white;}
.homeReference .prev:hover, .homeReference .next:hover {opacity: 0.85;}
.homeReference .prev.disabled, .homeReference .next.disabled {opacity: 0.3;}
.homeReference .prev::before, .homeReference .next::before {display: block; font-size: 45px; line-height: 1em; color: #1d8e8a; text-align: center;}
.homeReference .prev::before {content: "‹";}
.homeReference .next::before {content: "›";}
.homeReference .nav_icons {position: absolute; bottom: 70px; left: 0; right: 0; text-align: center;}
.homeReference .nav_icons span {position: relative; display: inline-block; width: 18px; height: 18px;  background-color: white; cursor: pointer; margin: 10px 5px; border-radius: 10000px;}
.homeReference .nav_icons span.active {background: black;}
.homeReference .prev, .homeReference .next {top: -25px;}
.homeReference .prev {left: -40px;}
.homeReference .next {right: -40px;}
.sidebar .homeReference {border: 1px solid #438c89; border-radius: 10px;}
.sidebar .homeReference, .sidebar .homeReference:before {background: none;}
.sidebar .homeReference > .box {padding: 0;}
.sidebar .homeReference .slide {padding: 0;}
.sidebar .homeReference img {border-radius: 0;}
.sidebar .homeReference.cont {padding: 0; margin: 0 0 40px;}
.sidebar .homeReference h2 {margin: 1.2em 0 1em !important;}
.sidebar .homeReference .col-md-3 {text-align: center;}
.sidebar .homeReference .text {padding-right: 15px;}
.sidebar .homeReference .text p {font-size: 1rem; text-align: left;}
.sidebar .homeReference .navigation {top: 40%;}
.sidebar .homeReference .prev, .sidebar .homeReference .next {width: 40px; height: 40px; top: -20px;}
.sidebar .homeReference .prev::before, .sidebar .homeReference .next::before {font-size: 35px;}
.sidebar .homeReference .next {right: 5px;}
.sidebar .homeReference .prev {left: 5px;}
.sidebar .homeReference .slide .item {box-shadow: none;} 
.sidebar .homeReference .prev, .homeReference .next {box-shadow: 7px 7px 5px #f7e0d166;}

/* external reference */
.externalReference {text-align: center;}
.page .externalReference h2 {margin: 40px 0 40px;}
.externalReference .item {display: block; border: 1px solid #1d8e8a; border-radius: 10px; margin-bottom: 30px; padding: 30px 15px 30px; box-sizing: border-box; min-height: 200px; text-decoration: none; color: black;}
.externalReference h3 {font-size: 21px; margin: 0 0 -5px !important; padding: 0 !important;}
.externalReference .logo {margin: 30px 0 5px; min-height: 50px;}
.externalReference .logo img {max-height: 50px; margin: auto;}
.externalReference .score {font-weight: bold; font-size: 21px; margin-right: 0.5em;}
.externalReference .stars {display: inline-block; width: 80px; height: 15px; background: url(../images/stars_50.svg) center no-repeat; background-size: contain;}
.externalReference .stars.stars_40 {background-image: url(../images/stars_40.svg);}
.externalReference .stars.stars_45 {background-image: url(../images/stars_45.svg);}
.externalReference .stars.stars_50 {background-image: url(../images/stars_50.svg);}

/* external reference slider */
.externalReferenceSlider {position: relative; padding: 30px 0 80px; background: #fbefe7; text-align: center; margin: 80px 0 20px; overflow: hidden;}
.externalReferenceSlider > .box {position: relative; padding: 1px 60px 0;}
.externalReferenceSlider:before {content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 500px; height: 700px; background: url(../images/icon_star_white.png) no-repeat; background-size: auto 700px; opacity: 0.4;}
.externalReferenceSlider h2 {margin: 1.8em 0 1.4em !important;}
.externalReferenceSlider .slide {padding: 0 12px 12px;}
.externalReferenceSlider .slide .item {display: block; background: white; border-radius: 10px; min-height: 385px; padding: 30px 15px 20px;}
.externalReferenceSlider .slide .perex {margin: 30px; font-style: italic; text-align: center; font-weight: normal;}
.externalReferenceSlider .slide a {text-decoration: none; color: #323232;}
.externalReferenceSlider .name {display: block; font-size: 18px; font-style: normal; margin-top: 20px; line-height: normal;}
.externalReferenceSlider img {border-radius: 10px 10px 0 0;}
.externalReferenceSlider .more_all {text-align: right; margin: 5px 0 0; }
.externalReferenceSlider .more_all .more  {font-size: 16px; color: black;}
.externalReferenceSlider .holder {position: relative; overflow: hidden; height: 390px;}
.externalReferenceSlider .strip {position: absolute; left: 0; width: 100000px;}
.externalReferenceSlider .slide {float: left; width: 100%;}
.externalReferenceSlider .navigation {position: absolute; top: 50%; left: 0; right: 0;}
.externalReferenceSlider .slide .item, .externalReferenceSlider .prev, .externalReferenceSlider .next {box-shadow: 7px 7px 5px #f7e0d1;}
.externalReferenceSlider .prev, .externalReferenceSlider .next {position: absolute; width: 50px; height: 50px; top: -25px; margin: auto; cursor: pointer; border-radius: 10000px; background: white;}
.externalReferenceSlider .prev:hover, .externalReferenceSlider .next:hover {opacity: 0.85;}
.externalReferenceSlider .prev.disabled, .externalReferenceSlider .next.disabled {opacity: 0.3;}
.externalReferenceSlider .prev::before, .externalReferenceSlider .next::before {display: block; font-size: 45px; line-height: 1em; color: #1d8e8a; text-align: center;}
.externalReferenceSlider .prev::before {content: "‹";}
.externalReferenceSlider .next::before {content: "›";}
.externalReferenceSlider .nav_icons {position: absolute; bottom: 70px; left: 0; right: 0; text-align: center;}
.externalReferenceSlider .nav_icons span {position: relative; display: inline-block; width: 18px; height: 18px;  background-color: white; cursor: pointer; margin: 10px 5px; border-radius: 10000px;}
.externalReferenceSlider .nav_icons span.active {background: black;}
.externalReferenceSlider .prev, .externalReferenceSlider .next {top: -25px;}
.externalReferenceSlider .prev {left: -40px;}
.externalReferenceSlider .next {right: -40px;}
.externalReferenceSlider .text {font-style: italic; margin: 20px 0 30px; min-height: 12em;}
.externalReferenceSlider .logo {margin: 30px 0 5px; min-height: 50px;}
.externalReferenceSlider .logo img {max-height: 50px;}
.externalReferenceSlider .score {font-weight: bold; font-size: 21px; margin-right: 0.5em;}
.externalReferenceSlider .stars {display: inline-block; width: 100px; height: 15px; background: url(../images/stars_50.svg) center no-repeat; background-size: contain;}
.externalReferenceSlider .stars.stars_top {width: 120px; height: 20px;}
.externalReferenceSlider .stars.stars_40 {background-image: url(../images/stars_40.svg);}
.externalReferenceSlider .stars.stars_45 {background-image: url(../images/stars_45.svg);}
.externalReferenceSlider .stars.stars_50 {background-image: url(../images/stars_50.svg);}

/* price */
.price h2 {color: #48a8a4; font-weight: normal;}
.price h5 {color: #48a8a4;}
.price strong {color: #48a8a4; padding-left: 25px; position: relative;}
.price strong:before {content: "•"; position: absolute; left: 0; top: 0; color: #48a8a4; font-size: 150%; line-height: 95%; }
.price strong.plus:before {content: "+"; font-size: 100%; line-height: 120%; }
.price ul {list-style: none; padding-left: 25px; margin: 0;}
.comparison {border-collapse: collapse; border: none;}
.comparison th {background: #48a8a4; color: white; font-weight: normal; padding: 20px 10px;}
.comparison td {padding: 10px; background: #fbefe7; text-align: center;}
.comparison td * {vertical-align: middle;}
.comparison td:first-child {text-align: left;}
.comparison tr:nth-child(2n) td {background: #f9f5f1;}
.comparison tr.green td {background: #c3e4d1;}
.comparison span.circle {display: inline-block; width: 30px; height: 30px; background: #48a8a4; border-radius: 10000px; color: white; text-align: center; line-height: 30px;}
.comparison span.tick {display: inline-block; width: 20px; height: 20px; background: url(../images/icon_star_green_sm.png) center no-repeat;}

/* pages */
.page {padding-top: 30px; padding-bottom: 60px;}
.page.page_404 {padding-top: 230px;}
.page > .box > .row > .col-md-8 {margin-bottom: 60px;}
.page h2 {margin-top: 0;}
.pageListItem h3 {font-size: 19px; color: black; margin: 10px 0 10px; text-transform: none;}
.pageListItem h3 a {text-decoration: none; color: black; display: block;}
.pageListItem .image, .pageListItem .noImage {float: left; margin: 0 0 10px 0; }
.pageListItem img {border-radius: 10px;}
.pageListNonTop .image {width: 150px;}
.pageListItemRight {margin-left: 180px;}
.motto {padding: 15px; border: 1px solid #cccccc; border-radius: 10px; margin: 15px 0;}
.fastInfo {padding: 0 30px 15px; border: 1px solid #cccccc; border-radius: 10px; margin: 30px 0;}
.fastInfo ul {padding-left: 15px;}
.videoBox iframe, .videoBoxMobile iframe {max-width: 100%;}
.videoBoxMobile {display: none;}
.gallery img {margin-bottom: 30px; border: 1px solid #999; padding: 4px;}
.gallery_small {margin-bottom: 10px;}
.gallery_small img {margin-bottom: 30px; border-radius: 3px;}
.gallery_small a {position: relative; display: block;}
.gallery_small_more {position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #FFFFFFAA; font-size: 24px; color: #053328; text-decoration: none; line-height: normal; text-align: center; padding-top: calc(32% - 16px);}
.perex {font-weight: bold; margin-bottom: 0.8em;}
.pageListTreatment {background: #e5f5f4; color: black;}
.pageListTop {margin-bottom: 40px;}
.pageListTop h3 {margin: 1em 0 0.5em; min-height: 4.5em; font-size: 21px; font-weight: bold; position: relative; padding-bottom: 45px;}
.pageListTop a, .top_services h3 a {text-decoration: none; color: inherit;}
.pageListTop, .homeReference, .top_services {font-size: 16px;}
.pageListTop .col-md-4, .homeReference .col-md-4, .top_services .col-md-4 {margin-bottom: 30px;}
.pageListTop img {border-radius: 10px;}
.pageListTop h3:after {content: ""; position: absolute; bottom: 0; right: 0; width: 50%; height: 50px; border-radius: 0 0 10px 0; border-right: 1px solid #1d8e8a; border-bottom: 1px solid #1d8e8a;}
.pageListTop .pageListItem {border-radius: 3px; background: white; color: #6D6F70;}
.pageListTop img {display: block; width: 100%; height: auto; float: none;}
.page .more {text-align: left; margin-top: 10px;}
.pageListTop .more {text-align: center; margin-top: 20px;}
.pageListTop .more a {background: #00d1c1; padding: 10px 20px; color: white; border-radius: 5px; text-transform: none; font-weight: bold; text-decoration: none;}
.pageListNonTop .pageListItem {margin-bottom: 30px;}
.pageListNonTop .pageListItem a {text-decoration: none; color: inherit;}
.image.video {position: relative;}
.image.video:after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/icon_video_play.svg) center no-repeat; background-size: 22%; opacity: 0.8;}
.relatedPages {margin: 40px 0 20px; border-top: 2px solid #f39b9c; border-bottom: 2px solid #f39b9c;}
.relatedPages h2 {margin: 30px 0 30px;}
.relatedPages h3 {font-size: 19px; color: black; margin: 10px 0 10px; text-transform: none;}
.relatedPages h3 a {text-decoration: none; color: black;}
.relatedPages h3 a:hover {text-decoration: underline;}
.relatedPages .relatedPagesTop {margin: 20px -15px 20px;}
.relatedPages .relatedPagesSmall {padding: 15px 0; border-top: 1px solid #fce7e7;}
.relatedPages .relatedPagesSmall h3 {margin: 0;}
.doctor_list {text-align: center;}
.doctor_list .col-md-3 {margin-bottom: 20px;}
.doctor_list h2 {text-align: left; margin: 80px 0 30px;}
.doctor_list h2:first-child {margin-top: 0;}
.doctor_list h3 {text-transform: none !important; font-size: 20px; margin: 25px 0 0.4em;}
.doctor_list h3, .doctor_list h3 a {color: black;}
.doctor_list img {border-radius: 10000px; width: 160px; box-shadow: 3px 3px 10px -3px #CCCCCC;}
.doctor_list .doctor_list_rollup {padding-top: 20px;}
.doctorJob {color: #1d8e8a; margin: 0 0 5px;}
.box_video {display: block; border: 1px solid #921e9a; text-align: center; padding: 60px; background: url(../images/box_video_bgr.png) no-repeat 80px center; background-size: 105px; font-size: 105%; color: black; text-decoration: none; margin: 20px 0;}
.box_list_1 {padding: 0  0 0 2em; margin: 1.5em 0;}
.box_list_1 li {margin: 5px 0; padding-left: 0.5em;}
.top_methods {padding: 20px 0 40px;}
.top_methods .col-md-4 {margin-bottom: 40px;}
.top_methods .item {background: white; border-radius: 10px; position: relative; display: block;}
.top_methods h2 {text-align: center;}
.top_methods .item h3 {position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 50px 10px 10px 20px; background-image: linear-gradient(#fbefe700, #fbefe7FF); border-radius: 0 0 10px 10px;}
h2.reference_other {margin: 60px 0 30px;}
.top_methods img {border-radius: 10px;}
.top_methods a {color: inherit;}
.top_methods a:hover {text-decoration: none;}
.top_doctors .col-md-4 {margin-bottom: 40px;}
.top_doctors .item {background: white; border-radius: 10px; position: relative; display: block;}
.doctor_list .top_doctors img {border-radius: 10px; width: 100%; box-shadow: none;}
.top_doctors h2 {text-align: center;}
.top_doctors .item h3 {position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 50px 10px 30px 30px; background-image: linear-gradient(#fbefe700, #fbefe7FF); border-radius: 0 0 10px 10px; text-align: left;}
h2.reference_other {margin: 60px 0 30px; text-align: center;}
.top_doctors img {border-radius: 10px;}
.top_doctors a {color: inherit;}
.top_doctors a:hover {text-decoration: none;}
.highlight_box {position: relative; min-height: 500px; box-sizing: border-box; padding: 80px;}
.highlight_box, .highlight_box .image_cover img {border-radius: 10px;}
.highlight_box .image_cover img {object-position: top right;}
.highlight_box h2 {font-size: 35px; color: #438c89; margin: 30px 0 40px;}
.highlight_box h2 span {display: block; color: #053328;}
.highlight_box .button {margin: 30px 0 20px;}
.faq {padding: 20px 0 0; list-style: none;}
.faq li {border-bottom: 1px solid #AAAAAA;}
.faq h3 {margin: 20px 0;}
.faq li > div {margin: 0 0 20px;}
.lorem_ipsum {background: #fbefe7; font-size: 20px; padding: 50px 0 10px; line-height: normal; text-align: center; color: #053328;}
.page .lorem_ipsum {margin: 80px 0;}
.lorem_ipsum a {color: #053328;}
.lorem_ipsum .col-md-3, .lorem_ipsum .col-md-4 {margin-bottom: 40px;}
.lorem_ipsum img {height: 80px; margin-bottom: 20px;}
.lorem_ipsum span {display: block;}
.lorem_ipsum h3 {font-size: 32px; margin: 0; padding: 55px 0 0;}
.lorem_ipsum.narrow h3 {padding-top: 0;}
.lorem_ipsum .col-md-3:first-child:after {content: ""; position: absolute; right: -15px; top: 50%; margin-top: -14px; width: 15px; height: 30px; background: url(../images/arrow_right_1.png) no-repeat; background-size: 15px;}
.lorem_ipsum .col-md-3:nth-child(3):after, .lorem_ipsum .col-md-3:nth-child(4):after, .lorem_ipsum .col-md-4:nth-child(3):after, .lorem_ipsum .col-md-4:nth-child(4):after {content: ""; position: absolute; left: 0; top: 30px; bottom: 30px; border-left: 1px solid #053328;}
.page_clinics {margin: 60px 0 40px;}
.page_clinics h2 {margin: 40px 0 20px; padding-bottom: 20px; border-bottom: 1px solid #053328;}
.page_clinics .address, .page_clinics .phone, .page_clinics .contact, .page_clinics .detail {padding-left: 80px; position: relative; margin: 20px 0 25px; font-size: 20px;}
.page_clinics .address img, .page_clinics .phone img, .page_clinics .contact img, .page_clinics .detail img {position: absolute; height: 50px; left: 0; top: 5px;}
.dark_green {color: #053328;}
.icon_tick {padding-left: 40px; background: url(../images/icon_tick.svg) no-repeat; color: #053328; padding-top: 2px;}

.timeline h2 {text-align: center; margin-bottom: 60px;}
.timeline > .row > .col-md-8, .timeline > .row > .col-md-12 {padding-left: 65px; padding-top: 30px; position: relative; margin: 0 0 15px;}
.timeline > .row > .col-md-8:after, .timeline > .row > .col-md-12:after {content: ""; position: absolute; top: 0; bottom: 0; left: 15px; border-left: 1px solid #438c89;}
.timeline h3 {position: relative;}
.timeline h3:after {content: ""; width: 25px; height: 25px; border-radius: 10000px; background: #438c89; position: absolute; left: -62px; top: 2px;}
.timeline .rollup {padding: 10px 0;}
.box_yellow_2 {background: #fbefe7; border-radius: 10px; padding: 20px 30px 30px; margin-bottom: 15px; text-align: center; position: relative;}
.box_yellow_2.divider:before {content: ""; position: absolute; left: 50%; top: 50px; bottom: 70px; border-left: 1px dashed #aaaaaa;}
.box_yellow_2 .number {color: #e0bea6; font-size: 28px; font-weight: bold; line-height: 1; position: absolute; top: 18px; left: 20px;}
.title_top {font-size: 18px; font-weight: bold; min-height: 30px; margin: 0 0 15px; color: #48a8a4;}
.box_yellow_2 img {height: 90px; display: block; margin: 0 auto 5px;}
.box_yellow_2 .title_icon {font-size: 16px;}
.box_yellow_2 h3 {font-size: 24px; margin: 15px 0 0; color: #053328; font-weight: bold;}

body.contact {background: #fbefe7;}
body.contact h2 {font-family: 'Judson', serif; font-size: 55px;}
body.contact .sub_menu li.active a, .sub_menu li:hover a {background: #053328;}
body.contact .page_header {height: auto;}
body.contact .page_header h1 {margin: 100px 0 50px;}
body.contact .page_header .content {position: static; padding: 200px 0 0;}
body.contact .page_header:before {background-image: none;}

/* course_slider */
.course_slider {position: relative;}
.course_slider .slide {width: 100%; min-height: 280px; float: left; margin-right: 15px;}
.course_slider .item .icon {position: static;}
.course_slider .frame {position: relative; overflow: hidden; height: 365px; margin-right: -1000px; width: calc(100% + 15px);}
.course_slider .strip {position: absolute; left: 0; width: 100000px;}
.course_slider .box_yellow_2 h3 {min-height: 2.4em;}
.course_slider  .nav {position: absolute; top: 50%; margin-top: -20px; cursor: pointer; color: #999999; font-size: 40px; font-weight: normal; line-height: 0.5em; font-family: Times, serif;}
.course_slider .nav.prev, .course_slider .nav.next {z-index: 1; pointer-events: none;}
.course_slider .nav.prev.prev.disabled, .course_slider .nav.next.disabled {opacity: 0.3;}
.course_slider .nav.prev {left: 0;}
.course_slider .nav.next {right: 0;}
.course_slider .nav.prev::before, .course_slider .nav.next::before {display: inline-block; -webkit-transform: scale(0.5, 1.0); -moz-transform: scale(0.5, 1.0); -ms-transform: scale(0.5, 1.0); -o-transform: scale(0.5, 1.0); transform: scale(0.5, 1.0);}
.course_slider .nav.prev::before {content: "<";}
.course_slider .nav.next::before {content: ">";}

/* tabs */
.tabs_menu {text-align: center; font-size: 0px;}
.tabs_menu .button {margin-right: 10px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; max-width: calc(50% - 5px); padding-left: 10px; padding-right: 10px;}
.tabs_menu .button:last-child {margin-right: 0;}
.tabs_menu .button.active {background: #438c89;}
.tabs_content {padding: 15px 15px 0; border: 1px solid #438c89; border-radius: 5px;}

/* contact form */
.contact_form .personal_consult_type span {display: block; float: left; margin: 0 30px 5px 0;}
.contact_form .personal_consult_type.form_item.radio .fieldBox label {padding: 0; margin: 0;}
.contact_form label h4 {margin: 10px 0 15px;}
.contact_form .button {padding: 15px 30px; font-size: 22px; margin-top: 25px;}
.contact_form_bottom {background: #fbefe7;}
.contact_form_bottom {padding: 40px 0 80px;}

/* newsletter */
.newsletter {padding: 50px 20px 50px; margin-bottom: 40px; border: 1px solid #438c89; border-radius: 10px;}
.newsletter:after {content: ""; clear: both; display: table;}
.newsletter .form_item input[type=text] {color: black;}
.newsletter label[for=email] {display: none;}
.newsletter label[for=newsletter_rules] {font-size: 13px;}
.newsletter p {margin: 0 0 25px;}
.newsletter h4 {margin: 0 0 15px; font-size: 23px;}
.newsletter .checkbox {text-align: left;}
.newsletter .button {float: right;}
body.contact .newsletter {border: 1px solid white;}

.footer .newsletter {background: none; border: none; color: white; padding: 0; font-size: 16px; text-align: left; border: none !important;}
.footer .newsletter a {color: white; display: inline; margin: 0;}
.footer .newsletter .form_item.text {position: relative; float: left; width: 65%; margin-top: 0;}
.footer .newsletter .form_item.checkbox {float: left; width: 35%; padding-left: 15px; box-sizing: border-box; margin-top: 9px;}
.footer .newsletter input[type=text], .footer .newsletter .button {box-sizing: border-box; height: 41px;}
.footer .newsletter input[type=text] {border: none;}
.footer .newsletter .button {position: absolute; right: 0; top: 0;}

/* banner sidebar */
.banner_sidebar1 {padding: 50px 20px 50px; margin: 0 0 40px; border: 1px solid #438c89; border-radius: 10px;}
.banner_sidebar1:after {content: ""; clear: both; display: table;}
.banner_sidebar1 h4 {margin: 0 0 15px; font-size: 23px; text-transform: none;}
.banner_sidebar1 p {margin: 10px 0 20px;}
.banner_sidebar1 .button {float: right;}
body.contact .banner_sidebar1 {border: 1px solid white;}

/* pagination */
.pagination {display: block; text-align: center; margin-top: 25px;}
.pagination a, .pagination a:visited {display: inline-block; padding: 1px 8px; background-color: #F2F2F2; border-radius: 3px; text-decoration: none; color: black; margin-right: 2px;}
.pagination {display: block; text-align: center; list-style: none; margin: 25px 0 15px;}
.pagination li {display: inline;}
.pagination .active a, .pagination a:hover {background-color: #48a8a4; color: white;}

/* cookie consent */
#c-bns button:first-child, #s-bns button:first-child {background: #48a8a4 !important;}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {background: #48a8a4 !important;}
.cc_div a {color: inherit !important;}

/* additional site styles for Tigris 2.0 */

/* common */
.icon16 {display:inline-block; width:20px; height:20px; margin: 0px; background-position: center; background-repeat: no-repeat;}
a.icon16:hover {background-color: #F5F5F5; border-radius: 3px;}
.fa.icon16 {font-size: 18px; color: #337ab7; text-decoration: none;}
.fa.icon16.yellow {color: #f0ad4e;}
.block_info .icon16, .page_info .icon16 {margin-right: 4px; float: left;}
.clearfix:before, .clearfix:after {display: table; content: " ";}
.clearfix:after {clear: both;}

/* common forms */
.help-block {display: block; margin: 3px 0; font-size: 90%; color: red;}

/* sysmessage */
.alert {padding: 15px; margin: 10px 0; border: 1px solid transparent; border-radius: 5px;}
.alert-dismissable {padding-right: 35px;}
.alert-dismissable .close {position: relative; right: -21px; color: inherit; -webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0; float: right; font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2;}
.alert-success {color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6;}
.alert-info {color: #31708f; background-color: #d9edf7; border-color: #bce8f1;}
.alert-warning {color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc;}
.alert-danger {color: #a94442; background-color: #f2dede; border-color: #ebccd1;}

/* page IVF for singles */
.box_pink {background-color: #c58587;padding: 30px 30px 10px; margin: 30px 0; color: white;}
.box_pink .item {margin-bottom: 30px; position: relative;}
.box_pink .item .col-md-6:nth-child(2):before {content: ""; position: absolute;  top: 0.3em; bottom: 0.4em; left: 0px; border-left: 1px solid white;}
.box_pink img {float: left;width: 55px;margin: 0 15px 15px 0;}
.box_pink h2 {padding-bottom: 10px; border-bottom: 1px solid white; margin: 0 0 40px; color: white;}
.box_pink h3 {margin: 0 0 10px; font-size: 18px;}
.box_pink h4 {margin: 0 0 20px; font-size: 15px; font-weight: normal;}
.box_green {background-color: #438c89;padding: 20px 30px 10px;margin: 30px 0;color: white;text-align: center;}
.box_green .flex {display: flex;justify-content: space-between;}
.box_green .item {position: relative;min-height: 150px; padding: 0 5px;}
.box_green .item:after {content: ">";position: absolute;left: -8px;top: 23px;font-size: 25px;-webkit-transform:scale(0.5, 1.0);-moz-transform:scale(0.5, 1.0);-ms-transform:scale(0.5, 1.0);-o-transform:scale(0.5, 1.0);transform:scale(0.5,1.0);}
.box_green .item:first-child:after {display: none;}
.box_green .item img {display: inline-block;margin: 0 auto;}
.box_green .title {margin: 20px 0 10px;position: relative;}
.box_green .title:after {content: "";position: absolute;top: -15px;left: 0;right: 0;height: 7px;border: 1px solid white;border-top: none;}
.box_yellow {background: #fbefe7; padding: 30px 30px 10px;margin: 30px 0;}
.box .box_yellow {border-radius: 10px;}
.box_yellow .image {display: inline-block;width: 30%; margin-right: 5%; float: left; text-align: center;color: #438c89;font-size: 16px;line-height: 1.2;height: 100%;}
.box_yellow .image img {margin: 15px auto 10px;width: 60px;}
.box_yellow .item {margin-bottom: 25px;}
.box_yellow .text {text-align: center; font-size: 15px; width: 65%; float: left;}
.box_yellow .number {font-size: 50px;font-weight: bold}
.box_yellow .note {font-size: 13px; margin-top: 12px; padding-top: 10px; position: relative;}
.box_yellow .note:after {content: ""; position: absolute; border-top: 1px solid #00000033; top: 0; left: 15%; right: 15%;}
.box_white {background: white;padding: 20px 20px 10px;margin: 20px 0 0; border-radius: 10px;}
.box_white .image {display: inline-block;width: 45%; margin-right: 5%; float: left; text-align: center;color: #438c89;font-size: 15px;line-height: 1.2;height: 100%;}
.box_white .image img {margin: 5px auto 10px;width: 60px;}
.box_white .item {margin-bottom: 15px;}
.box_white .text {text-align: center; font-size: 14px; width: 50%; float: left;}
.box_white .number {font-size: 35px;font-weight: bold}
.box_white .note {font-size: 13px; margin-top: 12px; padding-top: 10px; position: relative;}
.box_white .note:after {content: ""; position: absolute; border-top: 1px solid #00000033; top: 0; left: 15%; right: 15%;}


/* responsive design */
@media only screen and (min-width: 992px) 
{
  .mobile {display: none !important;}
}
@media only screen and (max-width: 991px) 
{
  /* common */
  .desktop {display: none !important;}
  .anchor {top: 0;}
  iframe {max-width: 100%;}
  h1 {font-size: 24px;} 
  h2 {font-size: 22px;}
  h3 {font-size: 20px;}
  h4 {font-size: 18px;}
  h5 {font-size: 16px;}
  h6 {font-size: 14px;}
  .mobile_x_scroll {width: 100%; overflow-x:scroll;}
  
  /* header, main menu */
  .header .logo {margin: 20px 0 30px;}
  .header_right {position: static; text-align: center; margin: 10px 0 0;}
  .menuButton {display: block;}
  .rollUpMenu {display: none;}
  .rollUpMenu.open {display: block;}
  .main_menu {margin: 0;}
  .main_menu ul {padding: 230px 0 15px;}
  .main_menu li, .sub_menu li {display: block;}
  .main_menu li {padding: 0 15px;}
  .main_menu li a {display: block; padding: 10px 0;}
  .main_menu ul ul {padding: 0; box-shadow: none; position: static; text-align: inherit; width: auto; margin: 0 -50px 0 -15px; background: none; display: none; transform: none; transition: none; pointer-events: auto;}
  .main_menu ul ul.open {display: block;}
  .main_menu ul ul li {background: #91c2bf; border-bottom: 1px solid #6ea5a2;}
  .main_menu ul ul li a {padding-left: 0; padding-right: 0;}
  .main_menu .second_level_menu_button {display: block; content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 50px; height: 45px;}
  .main_menu.mobile .has_submenu {background-position: top 19px right 20px; padding-right: 50px;}
  .main_menu.mobile .has_submenu.open {background-image: url(../images/arrow_up_1.png);}
  .language_menu_mobile {text-align: center;}
  .main_menu ul .language_menu_mobile ul {display: block; margin: 15px 0 10px; opacity: 1;}
  .main_menu ul .language_menu_mobile ul li {display: inline-block; position: relative; padding: 0; background: none; border: none;}
  .main_menu ul .language_menu_mobile ul li:after {content: ""; position: absolute; top: 9px; bottom: 10px; right: -3px; border-right: 1px solid black;}
  .main_menu ul .language_menu_mobile ul li:last-child:after {display: none;}
  .main_menu ul .language_menu_mobile ul li a {text-transform: uppercase; padding: 5px; font-size: 15px;}
  .page_header {height: 600px;}
  .page_header.visual_small {height: 460px;}
  .page_header .content {position: absolute; bottom: 0; top: auto; padding-top: 0;}
  .page_header h1 {font-size: 30px; margin: 0 0 20px;}
  .page_header h2 {font-size: 18px;}
  .page_header h3 {margin-top: 10px; margin-bottom: 10px;}
  .page_header h3:before {margin-bottom: 10px;}
  .page_header h3:after {margin-top: 10px;}
  
  .contact_button, .phone_button {display: block; margin: 0 0 10px;}
  .contact_button.sticky_element {margin-left: 15px; margin-right: 15px;}
  .phone_rollup {position: static; width: 100%; margin: 0 0 10px;}
  .phone_rollup.open {display: inline-block;}
  /*
  .header_right .button:before {display: none;}
  .header_right {padding: 0 1px; margin: 1px 0 0; font-size: 0;}
  .header_right .button {display: inline-block; width: calc((100% - 1px) / 2); box-sizing: border-box; text-align: center; vertical-align: top; margin-bottom: 1px;}
  .header_right .contact_button {margin: 0 0 0 1px;}
  .phone_rollup {position: static; width: 100%; margin: 0 0 10px;}
  .phone_rollup.open {display: inline-block;}
  */
  
  /* sticky bottom contact button on mobile */
  /*
  .contact_button_bottom_sticky {display: none; position: fixed; bottom: 0; left: 15px; right: 15px; padding-top: 15px; padding-bottom: 15px; margin: 0 0 5px;}
  .contact_button_bottom_sticky.sticky_active {display: block;}
  */
  
  /* submenu */
  .sub_menu {padding: 0;}
  .sub_menu li {margin-bottom: 0; display: block; border: none;}
  .sub_menu li, .sub_menu li, .subtreatmentSubMenu li, .bunchSubMenu li {display: block; float: none;}
  .sub_menu li a, .sub_menu li a, .subtreatmentSubMenu li a, .bunchSubMenu li a {display: block; padding: 10px 15px; border-radius: 0; border-bottom: 1px solid white;}
  .sub_menu li:first-child a, .sub_menu li:first-child a, .subtreatmentSubMenu li:first-child a, .bunchSubMenu li:first-child a {border-radius: 5px 5px 0 0;}
  .sub_menu li:last-child a, .sub_menu li:last-child a, .subtreatmentSubMenu li:last-child a, .bunchSubMenu li:last-child a {border-radius: 0 0 5px 5px; border: none;}
  
  /* footer */
  .footer .newsletter {margin: 40px 0 20px;}
  .footer .newsletter a {color: #48a8a4;}
  .footer .newsletter .form_item.text {float: none; width: auto;}
  .footer .newsletter .form_item.checkbox {float: none; width: auto; padding-left: 0;}
  .footer_2_top span {padding: 0 15px 0 5px;}
  .footer_2_bottom {margin: 10px 0 30px;}
  .footer_2_middle a {display: block; margin: 0 0 10px;}
  .footer_1_right {margin: 25px 0 0; text-align: center;}
  
  /* home visual */
  .home_visual .box {padding-top: 5%; padding-bottom: 5%;}
  .page_header.home_visual h1 {z-index: 1; margin: 140px 0 40px;}
  .home_visual h2 {font-size: 26px; font-weight: bold; color: #38a5b2; margin: 0; background: none; border: none;}
  .home_visual .cont {position: static;}
  .home .main_menu {background-image: -webkit-linear-gradient(-90deg, #13162399, #13162333 30%); background-image: -moz-linear-gradient(-90deg, #13162399, #13162333 30%); background-image: -ms-linear-gradient(-90deg, #13162399, #13162333 30%); background-image: -o-linear-gradient(-90deg, #13162399, #13162333 30%); background-image: linear-gradient(180deg, #13162399, #13162333 30%);}
  .home .main_menu li a {color: #323232;}
  .home_visual_banner {position: relative; margin: -40px 0 0;}
  .home_visual_banner .home_visual_banner_cont {position: static;}
  .home_visual_banner .slide {padding: 135px 15px 30px;}
  .home_visual_banner h2 {margin-bottom: 5px;}
  .home_visual_banner .button {margin: 0;}
  .home_visual_banner .nav_icons {bottom: 0px;}
  
  /* home */
  .home_content {text-align: left; padding: 20px 0 50px;}
  .home_content .col-md-7 {padding-right: 15px;}
  .home_content .img_text_1, .home_content .img_text_2 {position: relative; top: -50px; float: left;}
  .home_map .icons {right: 5%; font-size: 13px;}
  .home_map .icons span {width: 30px;}
  .top_services .item:after, .home_clinics .item:after, .top_methods .item:after {content: ""; position: absolute; right: 15px; bottom: 15px; width: 40px; height: 40px; background: url(../images/arrow_right_2.png); background-size: 40px;} 
  .top_services .item h3 {padding: 50px 20px 20px;}
  .home_clinics .item h3 {padding: 40px 20px 20px;}
  .top_methods .item h3 {padding: 40px 20px 20px; font-size: 24px;}
  
  /* home reference slider */
  .homeReference.cont{padding: 0 0 30px;}
  .homeReference h2 {margin: 0;}
  .homeReference .col-md-3 {text-align: center;}
  .homeReference .text {padding-right: 15px;}
  .homeReference .text p {font-size: 1rem; text-align: left;}
  .homeReference .prev, .homeReference .next {width: 40px; height: 40px; top: -20px;}
  .homeReference .prev::before, .homeReference .next::before {font-size: 35px;}
  .homeReference .next {right: 15px;}
  .homeReference .prev {left: 15px;}
  
  /* external reference slider */
  .externalReferenceSlider .prev, .externalReferenceSlider .next {width: 40px; height: 40px; top: -20px;}
  .externalReferenceSlider .prev::before, .externalReferenceSlider .next::before {font-size: 35px;}
  .externalReferenceSlider .next {right: 15px;}
  .externalReferenceSlider .prev {left: 15px;}
  
  /* team mobile slider */
  .doctor_list h2 {text-align: center; font-size: 24px;}
  .touchswipe_slider {height: 300px; overflow: hidden; position: relative;}
  .touchswipe_slider .strip {float: left; display: inline; padding: 0; margin: 0; width: 100000px; height: 100%; transition-property: transform; transition-duration: 0.5s; transition-timing-function: ease-out; transform: translate(0, 0);}
  .touchswipe_slider .slide {float: left; width: 100%; height: 100%; transform: translate(0, 0);}
  
  .touchswipe_slider .nav {position: absolute; top: 50%; margin-top: -20px; cursor: pointer; color: #999999; font-size: 40px; font-weight: normal; line-height: 0.5em; font-family: Times, serif;}
  .touchswipe_slider .nav.prev {left: 0;}
  .touchswipe_slider .nav.next {right: 0;}
  .touchswipe_slider .nav.prev:before , .touchswipe_slider .nav.next:before {display: inline-block; -webkit-transform:scale(0.5, 1.0); -moz-transform:scale(0.5, 1.0); -ms-transform:scale(0.5, 1.0); -o-transform:scale(0.5, 1.0); transform:scale(0.5,1.0);}
  .touchswipe_slider .nav.prev:before {content: "<";}
  .touchswipe_slider .nav.next:before {content: ">";}
  
  /* pages */
  .pageList h3, .home_news h3, .homeReference h3, .top_services h3 {min-height: 0; padding-bottom: 15px; margin-bottom: 10px;}
  .pageListItem {min-height: 0 !important;}
  .pageListItem .image, .pageListItem .noImage {float: none; width: auto; height: auto;}
  .pageListItemRight {margin-left: 0;}
  .lorem_ipsum {font-size: 17px;}
  .lorem_ipsum h3 {font-size: 28px; padding: 0;}
  .lorem_ipsum .col-md-3:first-child:after {display: none;}
  .page .lorem_ipsum {margin: 20px 0;}
  .benefits {font-size: 15px; text-align: center;}
  .benefits .image {display: table-cell; height: 75px; text-align: center; vertical-align: middle;}
  .benefits a img {float: none; margin: 0 0 15px;}
  .benefits a span {display: block; background: none; padding: 0;}
  .benefits a span:after {display: none;}
  .highlight_box {padding-left: 15px;}
  .highlight_box:before {content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 10px; background-image: -webkit-linear-gradient(90deg, #053328FF, #05332800 60%); background-image: -moz-linear-gradient(90deg, #fbefe7FF, #fbefe700 100%); background-image: -ms-linear-gradient(90deg, #fbefe7FF, #fbefe700 100%); background-image: -o-linear-gradient(90deg, #fbefe7FF, #fbefe700 100%); background-image: linear-gradient(90deg, #fbefe7FF, #fbefe700 100%);}
  
  /* contact form */
  .contact_form textarea {height: 200px;}
  .contact_form .submit {width: 100%;}
  .contact_form .phone_prefix {margin-bottom: 5px;}
  body.contact .page_header h1 {margin-top: 40px;}
  
  /* sidebar */
  .sidebar {padding-right: 0;}
  
  /* video */
  .videoBox {display: none;}
  .videoBoxMobile {display: block;}
  
  /* colorbox */
  #cboxTitle {position: static !important; width: 100%; background-color: black !important;}
  #colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent {max-width: 100% !important;}
  
  /* page IVF for singles */
  .box_green .flex {display: block;}
  .box_green .item {min-height: 0;}
  .box_green .item:after {display: none;} 
  .box_green .col-md-9 {margin-top: 40px;}
  .box_green .title {margin-top: 60px;}
}
