/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@font-face {
    font-family: 'Poppins';
    src: url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Bold.eot');
    src: url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Bold.woff2') format('woff2'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Bold.woff') format('woff'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Bold.ttf') format('truetype'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Medium.eot');
    src: url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Medium.woff2') format('woff2'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Medium.woff') format('woff'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Medium.ttf') format('truetype'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Regular.eot');
    src: url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Regular.woff2') format('woff2'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Regular.woff') format('woff'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Regular.ttf') format('truetype'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-SemiBold.eot');
    src: url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-SemiBold.woff') format('woff'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('https://www.vzc.sk/wp-content/themes/enfold-child/fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/***************************************************** GENERAL STYLING ****************************************************/
p {
  font-family: 'Poppins';
	font-size: 18px;
	font-weight: 400;
	color: #626d6f;
	line-height: 1.4em;
	margin: 1em 0 !important;
}

p a {
    color: #3ea548 !important;
    text-decoration: underline !important;
}

li {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  color: #626d6f;
  padding-bottom: 10px !important;
}
ul li::marker {
  color: #3ea548;
}
strong {
    color: inherit !important;
}
h1 {
 	font-family: 'Poppins';
  	font-size: 48px;
  	font-weight: 700 !important;
  	color: #2a3032 !important;
  	line-height: 1.3em;
    text-transform: none !important;
}
h2 {
 	font-family: 'Poppins';
  	font-size: 29px;
  	font-weight: 700 !important;
  	color: #2a3032 !important;
  	line-height: 1.3em;
  	text-transform: none !important;
    letter-spacing: 0px !important;
}
.alt h2 {
  	color: #ffffff !important;
}
h3 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 700 !important;
    color: #2a3032 !important;
    line-height: 1.3em;
    text-transform: none !important;
}
h4 {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700 !important;
    color: #2a3032 !important;
    line-height: 1.3em;
    text-transform: uppercase; !important;
}
.avia-button {
  	font-family: 'Poppins';
  	font-size: 16px !important;
  	font-weight: 700 !important;
  	color: #fff !important;
  	text-transform: uppercase;
  	background-color: #3ea548 !important;
  	border: 1px solid #3ea548 !important;
  	border-radius: 5px !important;
  	padding: 11px 15px !important;
  	min-width: 150px !important;
  	margin-top: 15px !important;
}

.avia-button.avia-size-small {
    color: #3ea548 !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0px !important;
    min-width: auto !important;
    margin-top: 0px !important;
    text-decoration: underline !important;
}

.av-special-heading {
    margin-top: 30px;
}

.avia_image {
    border-radius: 5px;
}

/********************************************************* HEADER ********************************************************/
.logo img, .logo svg {
    /*max-width: 150px;*/
    max-width: 180px;
    /*margin-top: 10px;*/
}
#header_main_alternate {
    background-color: #3ea548 !important;
}
.av-main-nav > li > a > span {
    font-family: 'Poppins',sans-serif;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-transform: uppercase;
}
.av-main-nav > li > a {
    padding: 0 64px 0 5px;
}
.av-main-nav li:hover .avia-menu-fx, .current-menu-item > a > .avia-menu-fx, .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
    display: none;
}
body #header_main > .container{
	display:flex;
	flex-wrap:wrap;
}
body #menu-item-165,
body #menu-item-166,
body #menu-item-167,
body #menu-item-427 {
	display:none;
}
body #header_main #custom_html-2 {
	order:2;
	margin:0px;
	padding:0px;
	flex:0 0 calc( 100% - 200px );
	max-width:calc( 100% - 200px );	
}
body #header_main #custom_html-2 .custom-html-widget {
	display:flex;
	flex-wrap:wrap;
	margin:0px -15px 0 -15px;
	justify-content:right;
}
body #header_main #custom_html-2 .col {
	flex:0 0 auto;	
	padding:0 0 0 15px;
}
body #header_main #custom_html-2 .col p {
	display:block;
	/*color:#7f7e7e !important;*/
    color:#979797 !important;
	font-size:12px;
	line-height:14px;
	text-align:right;
	margin:0px !important;
}
body #header_main #custom_html-2 .col.phone p {
	/*background:url('/wp-content/uploads/2023/03/vzc-menu-tel.svg') no-repeat left center transparent;*/
    background:url('/wp-content/uploads/2024/06/vzc-menu-tel2.svg') no-repeat left center transparent;
	background-size: auto 35px;
    background-position: 0px 20px;
}
body #header_main #custom_html-2 .col.email p {
	/*background:url('/wp-content/uploads/2023/03/vzc-menu-mail.svg') no-repeat left center transparent;*/
    background:url('/wp-content/uploads/2024/06/vzc-menu-mail-2.svg') no-repeat left center transparent;
	background-size: auto 25px;
    background-position: 10px 25px;
}
body #header_main #custom_html-2 .col p a {
	/*color:#313131 !important;*/
    color: #d7d7d7 !important;
	font-size:18px;
	line-height:24px;
	display:block;
}
body #header_main #custom_html-2 .col.btn {
	padding-right:0px;
	margin-left:100px;
}
body #header_main #custom_html-2 .col.btn a{
	display:block;
	background-color:#3ea548;
	padding:0 25px 0 25px;
	color:#f7f6f6;
	font-size:16px;
	font-weight:600;
	border-radius:7.5px;
	max-height:45px;
	line-height:45px;
	text-transform:uppercase;
	margin-top:10px;
    text-align: center;
}
body #header_main #custom_html-2 .col.phone {
	margin-left:100px;
}
body #header_main #custom_html-2 .col.email p,
body #header_main #custom_html-2 .col.phone p {
	padding-top:17px;
	padding-left:60px;
}
body #header_main #custom_html-2 .col.phone p {
	padding-left:30px;
}
body #header_main .av-logo-container {
	order:1;
	flex:0 0 130px;
	max-width:130px;
	margin:0px;
	height:70px !important;
	min-height:70px !important;
	padding:0px;
}
body #header_main .av-logo-container .av-contains-svg,
body #header_main .av-logo-container svg {
	height:70px !important;
	min-height:70px !important;
} 
body #header_main #header_main_alternate {
	order:3;
	flex:0 0 100%;
}
.logo svg {
    max-width: 170px !important;
}
body #header_main .logo,
body #header_main .logo svg,
body #header_main .logo a,
body #header_main > .container {
	height: 70px !important;
	min-height: 70px !important;
}
body #header_main .logo img {
	height: auto !important;
	max-height: 70px !important;
}

#top #wrap_all #header #avia-menu .sub-menu li > a {
    /*background-color: #b2b2b2 !important;*/
    background-color: #fbfbfb !important;
    color: #666;
}
.html_header_top .header_color .main_menu ul:first-child > li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: #3ea548;
}
.header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
    font-size: 13px;
}
.av-main-nav ul li,
.av-main-nav > li {
    padding-bottom: 0px !important;
}
/*.header_color .main_menu ul ul {
    color: #0f0f0f;
}*/

#top #header .avia_mega_div > .sub-menu > li > ul > li a .menu-item-description {
  display: block;
  margin: 0px;
    margin-bottom: 0px;
  padding: 0px;
    padding-left: 0px;
  color: #b6b8be !important;
  font-size: 10px !important;
  margin-bottom: 10px !important;
  font-family: 'Poppins',sans-serif;
  padding-left: 43px !important;
  line-height: 1.6em;
  font-weight: 400 !important;
}
/*************************** MEGA MENU ***************************/
.av-main-nav ul li, .av-main-nav > li {
    overflow: visible !important;
}
/*#header .avia_mega_div {
    opacity: 1 !important;
    display: block !important;
}*/
#header .nine.units {
    width: 1050px !important;
}
#menu-item-193 .avia_mega_div:before {
  content: "";
  margin-left: 39.5%;
  border-style: solid;
  border-width: 12px 12px 12px 12px;
  border-color: transparent transparent #fbfbfb transparent;
  position: absolute;
  top: -20px;
}
.header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
    background-color: #fbfbfb !important;
}
#top #header .avia_mega_div > .sub-menu {
    display: flex;
}
#top #header .avia_mega_div > .sub-menu > li {
    flex: 0 0 33.33%;
}
#top #header .avia_mega_div > .sub-menu {
    padding: 20px 20px 30px;
}
#top #header .avia_mega_div > .sub-menu > li {
    padding-top: 0px;
}
.menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above {
    width: 60px;
    height: 60px;
    object-fit: cover;
    position: absolute;
}
.menu-image-title-after.menu-image-title {
    font-size: 11px;
    font-weight: 400;
    padding-left: 5px;
    line-height: 1.4em;
    color: #666768;
}
#top #header .mega_menu_title a:hover {
    text-decoration: none !important;
}
.menu-image-title-after.menu-image-title:hover {
    text-decoration: none !important;
}
.menu-image-title-after.menu-image-title strong {
    font-size: 13px;
    color: #313234 !important;
    line-height: 1.9em;
}
.menu-image-title-after.menu-image-title strong:hover {
    text-decoration: underline !important;
    color: #3ea548 !important;
}
span.menu-image-title-after.menu-image-title {
    margin-left: 70px;
    display: table;
}

#top #header .avia_mega_div > .sub-menu.avia_mega_hr {
    border-top-width: 0px;
}
#header .avia_mega_div .units {
    border-right-width: 0px;
}
#top #header .avia_mega_div > .sub-menu.avia_mega_hr {
    padding-top: 10px;
}
.avia_mega_div .avia-bullet {
    display: none;
}
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
    padding: 3px 0px 3px 0px;
}
/********************************************************** HOME **********************************************************/
/*#top .main_color.home-banner {
  background-repeat: no-repeat;
  background-image: url('/wp-content/uploads/2023/03/vzc-home-background.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}
#top .home-grid-1 {
	width: 60% !important;
	padding: 0px 0px 0px 18%;
}
#top .home-grid-2 {
	padding: 120px 10% 0px 0px;
}*/
#top .home-banner .content {
    padding-bottom: 0px;
}
#top .home-banner .entry-content-wrapper {
    display: flex;
    align-items: center;
}
#top .home-banner-text p {
    font-size: 20px;
    line-height: 1.6em;
}
#top .home-banner-button .avia-button {
  	background-color: #3ea548 !important;
  	border: 1px solid #3ea548 !important;
}
#top .poistovne .flex_column_table {
    background-color: #fff;
    width: 58%;
    padding: 45px 20px;
    position: absolute;
    bottom: 3em;
    box-shadow: 0 2px 6px 0 rgba(138, 138, 138, 0.37), 0 6px 20px 0 rgba(138, 138, 138, 0.37);
}
#top .poistovne img {
    max-height: 35px;
}
/*#top .vyhody-ico img {
  	filter: invert(100%) sepia(2%) saturate(621%) hue-rotate(216deg) brightness(112%) contrast(100%);
  	max-width: 75px;
  	max-height: 70px;
}
#top .vyhody-text p {
	font-size: 19px;
	color: #ffffff;
}
#top .vyhody-1-column-1-2 {
  	border-bottom: 1px solid #879ab3;
  	border-right: 1px solid #879ab3;
  	padding: 30px 6% 70px 6%;
}
#top .vyhody-1-column-3 {
  	border-bottom: 1px solid #879ab3;
  	padding: 30px 6% 70px 6%;
}
#top .vyhody-2-column-1-2 {
  	border-right: 1px solid #879ab3;
  	padding: 100px 6% 10px 6%;
}
#top .vyhody-2-column-3 {
  	padding: 100px 7% 10px 7%;
}*/
#top .home-vyhody .iconbox_content {
    display: flex;
}
#top .home-vyhody .iconbox_content_container {
    display: flex;
    align-items: center;
}
#top .home-vyhody .iconbox .iconbox_content p {
    font-weight: 700;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 45px !important;
}
#top .home-vyhody .iconbox_icon {
    font-size: 55px;
    line-height: 60px !important;
}
#top .home-o-nas-text h2 {
    margin-bottom: 20px;
}
#top .one-half-text,
#top .one-half-text-1 {
  background-color: #fff;
  padding: 60px 55px 40px 110px;
  width: 60%;
  position: absolute;
  float: right;
  left: 33em;
  bottom: 7em;
  z-index: -1;
}
/*.av-subheading p {
  color: #2a3032;
  margin-top: -15px !important;
}*/
/*#top .zubny-lekar .av-special-heading {
  margin-top: 17px;
}
#top .zubny-lekar h3, h3 a {
    font-size: 18px;
    padding-left: 17px;
}
#top .zubny-lekar p {
    font-size: 17px;
    margin-top: 0.2em !important;
    padding-left: 17px;
}*/

#top .zoznam-sluzby p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/******* tim slider ********/
#wpcpro-wrapper-324 #sp-wp-carousel-pro-id-324.wpcp-carousel-section.sp-wpcp-324.detail-with-overlay .wpcp-all-captions {
    background: rgb(255, 255, 255);
    padding: 15px !important;
}
#wpcpro-wrapper-324 #sp-wp-carousel-pro-id-324.sp-wpcp-324 .wpcp-all-captions .wpcp-image-caption {
    font-size: 18px;
    text-align: left;
}
/*#wpcpro-wrapper-324 #sp-wp-carousel-pro-id-324.sp-wpcp-324 .wpcp-all-captions .wpcp-image-caption span {
    font-size: 17px;
    font-weight: 400 !important;
}*/
h2.wpcp-image-caption span {
    font-size: 17px;
    font-weight: 400 !important;
    color: #626d6f !important;
}

#top .kontakt-box .flex_column_table {
    background-color: #f6f6f6;
    padding: 0 60px;
    border-radius: 10px;
}
#top .kontakt-box-1 h3, h3 a,
#top .kontakt-box-3 h3, h3 a {
    font-size: 24px;
}
#top .kontakt-box-tel p {
    font-size: 30px;
    font-weight: 700 !important;
    color: #2a3032 !important;
    margin-top: 0.2em !important;
    margin-bottom: 0em !important;
}
#top .kontakt-box-tel a {
    color: inherit !important;
}
#top .kontakt-box-form-text p {
    font-size: 14px;
    margin-top: 0.5em !important;
}
#top .kontakt-box-1 {
    width: 37%;
}
#top .kontakt-box-2 {
    width: 24%;
}
#top .kontakt-box-3 {
    width: 33%;
    padding-left: 60px;
}
#top .kontakt-box-3 .avia-button {
    margin-top: 0px !important;
}
#top .kontakt-box-1 p {
    margin-bottom: 0em !important;
}

#top .title-without-subheading h2, h2 a {
    margin-bottom: 25px !important;
}
#top .tim-section .content {
    padding-top: 70px !important;
    padding-bottom: 110px !important;
}
#top .tim-section .column-top-margin {
    margin-top: 35px !important;
}

/***** faq section *****/

.main_color .toggler:hover,
.main_color .toggler.activeTitle:hover {
    background: #f5f6f6;
}
p.toggler {
    font-family: 'Poppins';
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #3c2f27 !important;
    text-transform: none !important;
    line-height: 1.2em !important;
}
.single_toggle {
    margin: 0 0 5px 0;
}
.js_active .toggler {
    border-width: 0px !important;
    border-radius: 5px !important;
    padding: 15px 55px 15px 20px;
    background-color: #f5f6f6;
    margin: 0px !important;
}
.toggle_icon {
    right: 18px;
    margin-top: -8px;
    left: auto;
    border-color: #3c2f27 !important;
    width: 22px;
    height: 22px;
    top: 44%;
    border-width: 1.5px;
}
.toggle_icon .hor_icon {
    border-top-width: 2px;
    left: 2.5px;
    top: 8.5px;
    width: 14px;
    border-color: #3c2f27;
}
.toggle_icon .vert_icon {
    border-left-width: 2px;
    left: 8.5px;
    top: 2.5px;
    height: 14px;
    border-color: #3c2f27;
}
.toggle_content {
    border-width: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f5f6f6 !important;
    position: relative;
    bottom: 2px;
    border-top: 1px solid #ddd !important;
}
.toggle_content p,
.toggle_content li {
    font-size: 15px;
    color: #4f4f4f;
}
.toggle_content h3, h3 a {
    font-family: 'Poppins';
    font-size: 20px !important;
    color: #002e53 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}
.toggle_content h4, h4 a {
    font-family: 'Poppins';
    font-size: 18px !important;
    color: #002e53 !important;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 25px;
}

/*********** TABULKA CASY *************/

#top .main_color .avia-data-table.avia_pricing_minimal td {
    color: #626d6f;
    font-family: 'Poppins';
}

.avia-data-table.avia_pricing_minimal td {
    text-align: left;
    padding: 0px 0px 10px 0px;
}

tr:first-child th, tr:first-child td {
    border-top-style: solid;
    border-top-width: 0px;
}

tr th:first-child, tr td:first-child {
    border-left-style: solid;
    border-left-width: 0px;
}

td {
    font-size: 14px;
    border-style: solid;
    border-width: 0px;
}

.casy-table {
    margin-top: 15px !important;
    margin-bottom: 25px !important;
}

.km-1 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.km-2 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.main_color table {
    background: transparent;
}      

.main_color .avia-data-table .avia-highlight-col {
    background: transparent;
}

.avia-highlight-col {
    font-weight: 700;
}

/******************** NOVI PACIENTI *******************/
#top .prijimame-pacientov.flex_column {
    background-color: #3ea548;
    padding: 20px 40px;
    border-radius: 7px;
}
#top .prijimame-pacientov p {
    color: #f7f6f6;
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 !important;
}
#top .prijimame-pacientov p a {
    color: inherit !important;
}
/************************************************************* SUBPAGE ***********************************************************/

#top .subpage-banner .content {
    padding-bottom: 80px;
}

#top .poistovne-subpage .flex_column_table {
    background-color: #eff7ff;
}
#top .subpage-bottom-banner-text-1 p {
    font-size: 53px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 0.4em !important;
}
#top .subpage-bottom-banner-text-2 p {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3em;
}
#top .subpage-image-text-position .content {
    padding-top: 80px !important;
}
#top .one-half-text-2 {
    padding: 60px 110px 40px 55px !important;
    width: 60% !important;
}
#top .one-half-image-2 {
    position: absolute;
    left: 45em;
    bottom: 10.5em;
}
#top .subpage-image-text-position-2 .content {
    padding-bottom: 100px !important;
}

span.iconlist-char {
  color: #ffffff;
  font-size: 16px;
}
#top .av-iconlist-small .iconlist_icon {
  background-color: #3ea548;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  line-height: 22px;
  margin-right: 0.75em;
}
.avia-icon-list .iconlist_content p {
  margin-top: 0px !important;
}
.avia-icon-list-container {
  margin-bottom: 0px;
}

#top .sluzby-vyhody .flex_column {
  padding: 50px 30px 30px 30px;
  border-radius: 10px;
}
#top .sluzby-vyhody img {
  height: 50px;
  width: auto;
  margin-bottom: 30px;
}
#top .sluzby-vyhody h3 {
  font-size: 20px;
  font-weight: 600 !important;
}
#top .sluzby-vyhody p {
  font-size: 16px;
}
/************************************************************ SUBPAGE O NÁS ******************************************************/
#top .o-nas-image-text-position .content {
    padding-top: 230px !important;
    padding-bottom: 80px !important;
}
#top .one-half-image-o-nas {
    position: absolute;
    left: 45em;
    bottom: 9em;
}
#top .kontakt-box-o-nas .flex_column_table {
    background-color: #f8fbfe;
    padding: 0 60px;
    box-shadow: rgba(64,63,63,0.41) 0px 4px 50px -16px,rgba(9,30,66,0.08) 0px 0px 0px 0px;
    margin-top: 150px !important;
}
#top .kontakt-box-o-nas .content {
    padding-bottom: 0px !important;
    padding-top: 130px !important;
}

/************************************************************ SUBPAGE KONTAKT *****************************************************/
#top .kontakt h3, h3 a {
    font-size: 17px;
    font-weight: 500 !important;
    color: #3ea548 !important;
}
#top .kontakt-1 p {
    font-size: 27px;
    font-weight: 700;
    color: #2a3032;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}
#top .kontakt-1 p a {
    color: #2a3032 !important;
    text-decoration: none !important;
}
#top .kontakt-1 p a:hover {
    color: #2a3032;
}
#top .kontakt-2 p {
    font-size: 15px;
    color: #868686;
    margin-top: 3px !important;
    text-transform: uppercase;
}
#top .kontakt-ico img {
    max-width: 75px;
    max-height: 70px;
}
#top .kontakt-mail img {
    margin-top: 9px;
    margin-bottom: 8px;
}
#top .kontakt-sms img {
    margin-top: 1px;
}
#top .kontakt-button-position {
    position: relative;
    top: 38px;
    margin-bottom: 20px !important;
}
#top .kontakt-button {
    margin-top: 30px !important;
}
#top .kontakt-subpage-section .content {
    padding-top: 0px !important;
}
#top .kontakt-subpage-section-bottom .content {
    padding-bottom: 25px !important;
}
#top .kontakt-subpage-section-bottom .flex_column {
    min-height: 360px;
}

/*********************************************************** SUBPAGE CENNIK ******************************************************/
#top .cennik-grid-1 {
    padding: 30px 1% 60px 19%;
}
#top .cennik-grid-2 {
    padding: 30px 19% 60px 1%;
}
#top .cennik-h2 h2, h2 a {
    font-size: 24px;
    font-weight: 500 !important;
    padding-left: 20px;
}
#top .cennik-h2.av-special-heading-h2 .av-subheading p {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px !important;
}
#top .cennik-table td.avia-highlight-col {
    width: 25%;
    font-family: 'Poppins';
    font-weight: 400;
    color: #2a3032;
    font-size: 15px;
    padding: 13px 12px;
    border-left: 1px solid #e8e8e8;
}
#top .cennik-table td {
    width: 75%;
    font-family: 'Poppins';
    font-weight: 400;
    color: #2a3032;
    font-size: 15px;
    padding: 13px 12px;
    padding-left: 20px;
}
#top .cennik-table tr {
    background: transparent;
    border-bottom: 1px solid #e8e8e8;
}
#top .cennik-table .avia-data-table-wrap {
    padding-right: 20px;
    padding-left: 20px;
}
#top .cennik-table tr:last-child {
    border: none;
}
#top .cennik .flex_column {
    border-radius: 10px !important;
}
#top .cennik .avia-button {
    margin-left: 20px;
    margin-top: 0px !important;
}
#top .cennik-table tr.avia-heading-row th.avia-highlight-col,
#top .cennik-table tr.avia-heading-row th {
    font-family: 'Poppins';
    text-transform: none;
    line-height: 1.2em !important;
    color: #2a3032;
    background: #fff;
    border-color: #e8e8e8 !important;
    letter-spacing: 0px;
}
#top .cennik-table tr.avia-heading-row th:last-child {
    border-right: none !important;
}
#top .cennik-table-new tr.avia-heading-row th {
    padding-left: 20px;
    width: 48%;
}
#top .cennik-table-new tr.avia-heading-row th.avia-highlight-col {
    padding-left: 12px;
    width: 26%;
}
/***************** BEFORE AFTER NEW *******************/
.avia-image-diff-container {
    margin: 0px !important;
}

/*************************** SUBPAGE KARIERA ****************************/
#top .form-kariera {
    float: initial;
    margin: 0px auto;
}

/*************************** SUBPAGE ZACHRANA ZUBA *************************/
#top .rizika-trhanie h3.iconbox_content_title {
    font-size: 20px;
}
#top .rizika-trhanie .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 44px;
    background-color: #3ea548;
    color: #fff;
    border: 0px;
}
#top .rizika-trhanie .iconbox {
    background-color: #fff;
    padding: 15px 15px 0px 15px;
    border-radius: 7px;
    border-left: 3px solid #3ea548;
}
#top .rizika-trhanie .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 25px;
}
/*#top .rizika-trhanie .column-top-margin:last-child {
    margin-top: 25px;
}*/
#top .rizika-cta p {
    font-size: 22px;
}

#top .priznaky-trhanie .av-iconlist-small .iconlist_icon {
    background-color: transparent;
    margin-top: 1px;
}
#top .priznaky-trhanie span.iconlist-char {
    color: #e80404;
    font-size: 18px;
}
#top .zachrana-postup h2 {
    margin-bottom: 0px !important;
}
#top .zachrana-postup .av-special-heading-h2 .av-subheading p {
    margin-top: 8px !important;
    font-size: 21px;
    font-weight: 500;
}
#top .zachrana-postup .avia-timeline .av-milestone-date span {
    display: none !important;
}
#top .zachrana-postup .avia-timeline-vertical .av-milestone-date {
    padding: 0 0px 0 0;
}
#top .zachrana-postup h4.av-milestone-title {
    font-size: 20px;
    text-transform: none;
}
#top .zachrana-postup .av-milestone-content ul {
    margin: 17px 0 5px 18px !important;
}
#top .zachrana-postup .av-milestone-content li {
    line-height: 1.4em;
}
#top .zachrana-postup .av-milestone-contentbox {
    background-color: white;
    border-radius: 10px;
    padding: 25px 25px 10px 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.07);
}
#top .zachrana-postup .avia-timeline .milestone_icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
}
#top .zachrana-postup .av-milestone-icon-wrap::after {
    display: none;
}
#top .zachrana-postup .avia-timeline-vertical .av-milestone-content-wrap {
    padding: 30px 0 30px 0px;
}
#top .zachrana-postup .avia-timeline .milestone_inner {
    background-color: #3ea548;
}
span.avia-single-number.__av-single-number,
span.avia-no-number {
    color: #3ea548;
    font-family: Poppins;
    font-weight: 800;
    font-size: 55px;
}

#top .zachrana-pripady .av_one_third {
    background-color: white;
    border-radius: 10px;
    padding: 15px 25px 15px 25px;
}
#top .zachrana-pripady .av_one_third h3 {
    margin-bottom: 10px;
    min-height: 58px;
}
#top .zachrana-pripady .av_one_third p {
    font-size: 17px;
}
#top .zachrana-pripady .avia-fold-unfold-section .av-fold-unfold-container::after {
    background: none;
}
#top .zachrana-pripady .avia-fold-unfold-section .av-fold-button-container {
    font-size: 17px;
    margin-top: 5px;
    color: #3ea548 !important;
}
/*#top .pripad-label.av_textblock_section {
    background-color: #3ea548;
    border-radius: 25px;
    width: 30%;
    position: absolute;
    top: -10px;
}*/
#top .pripad-label p {
    color: #ffffff;
    font-size: 14px !important;
    padding: 3px 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0px !important;
    background-color: #3ea548;
    border-radius: 25px;
    width: 30%;
    position: absolute;
    top: -10px;
}

#top .form-zachrana .input-text,
#top .form-zachrana input[type="text"],
#top .form-zachrana input[type="input"],
#top .form-zachrana input[type="password"],
#top .form-zachrana input[type="email"],
#top .form-zachrana input[type="number"],
#top .form-zachrana input[type="url"],
#top .form-zachrana input[type="tel"],
#top .form-zachrana input[type="search"],
#top .form-zachrana textarea,
#top .form-zachrana select {
    margin-top: 2px;
    padding: 9px 10px;
}
#top .form-zachrana textarea {
    height: 130px;
}
#top .form-zachrana p {
    margin: 0.7em 0 1em 0 !important;
}
#top .form-zachrana h3 {
    text-align: left;
}

/************** AMBULANTNE BIELENIE NEW **************/
#top .bielenie-new-4-boxes img {
    height: 50px;
    width: auto;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(47%) sepia(49%) saturate(514%) hue-rotate(75deg) brightness(103%) contrast(103%);
}
#top .subpage-banner-with-img .content {
    padding-bottom: 0px;
}

/************** POHOTOVOST NEW **************/
#top .pohotovost-highlight p {
    background-color: #e8f5e9;
    border-left: 3px solid #3ea548;
    padding: 17px;
    margin: 20px 0;
    border-radius: 8px;
}

/************* BLOG SEKCIA **************/
#top .clanky-banner .content {
    padding-top: 80px;
}
#top .clanky-banner .av-special-heading-h1 .av-subheading p {
    font-size: 22px;
    margin-top: 10px !important;
    color: #4e4e4e;
}
#top .clanky-content .av-special-heading {
    margin-top: 50px;
}
#top .clanky-table tr.avia-heading-row {
    background: #d2d2d2;
}
#top .clanky-table td {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    color: #626d6f;
    line-height: 1.4em;
    background-color: #f7f7f7;
    border: 1px solid #d2d2d2;
    padding: 14px 12px;
}
#top .clanky-table th {
    border: 1px solid #acacac;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: #2a3032;
    line-height: 1.4em;
    text-transform: none;
    letter-spacing: 0px;
    padding: 14px 12px;
}
h3.slide-entry-title.entry-title {
    line-height: 1.2em;
    margin-top: 20px;
}
h3.slide-entry-title.entry-title a {
    color: #2a3032 !important;
    font-family: 'Poppins';
    font-weight: 600 !important;
    font-size: 20px !important;
    text-transform: none;
    line-height: 1.2em !important;
}
.slide-entry-excerpt.entry-content {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    color: #626d6f;
    line-height: 1.4em;
}
a.more-link {
    color: #3ea548;
    font-weight: 500;
    margin-top: 10px;
}
a.more-link:hover {
    color: #3ea548;
    text-decoration: underline !important;
}
.avia-content-slider .slide-meta time {
    font-family: 'Poppins';
}
#top .clanky-zoznam .av_one_third {
    margin-left: 3% !important;
    width: 31.333% !important;
}
#top .clanky-zoznam .av_one_third.first {
    margin-left: 0 !important;
}
/********************************************************** FOOTER + SOCKET *******************************************************/
span.form-label {
    font-family: 'Poppins';
    color: #2a3032;
    font-weight: 600;
    font-size: 17px;
}
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    font-size: 14px;
    color: #626d6f !important;
    margin-bottom: 15px;
    margin-top: 10px;
    background-color: #ffffff !important;
    border-color: #a1a2a2 !important;
    padding: 13px 10px;
    border-radius: 5px !important;
}
input[type="submit"], #submit, .button {
    font-family: 'Poppins';
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #3ea548 !important;
    border: 1px solid #3ea548 !important;
    border-radius: 5px !important;
    padding: 11px 15px !important;
    min-width: 150px !important;
    margin-top: 15px !important;
}
.wpcf7-list-item {
    margin-top: 10px !important;
}
span.wpcf7-list-item-label {
    margin-right: 30px;
    font-size: 16px;
}
#top .footer-section p {
    color: #ffffff;
    font-size: 16px;
}
#top .footer-section p a {
    color: #ffffff !important;
}
/*#top .footer-section {
    border-top: 1px solid #ffffff !important;
}*/
#top .copyright-info p {
    font-size: 14px;
}
#top .navigovat-button .avia-button {
    margin-top: -5px !important;
    margin-bottom: 10px;
}
#top .podnadpis-formular p {
    margin-top: 0em !important !important;
}
#top .formular-nadpis.av-special-heading-h2 .av-subheading p {
    margin-top: 10px !important;
}
#top .next-contact-form-column-mobile.flex_column_table_cell {
    display: none !important;
}
/*#top .columns-tablet .flex_column_table {
    display: none;
}*/

body.page-id-224 div#footer-page,
body.page-id-1737 div#footer-page,
body.page-id-1905 div#footer-page {
    display: none;
}

span.wpcf7-list-item-label a {
    color: #3ea548;
    text-decoration: underline;
}
.wpcf7-list-item {
    margin: 0;
}
.main_color .required {
    color: #3a3a3a;
}

#top .next-contact-form-column .av-special-heading-h3 .av-subheading p,
#top .next-contact-form-column-mobile .av-special-heading-h3 .av-subheading p,
#top .parkovanie-text p {
    font-size: 15px;
}

#top .eurotrading-text {
    border-top: 1px solid #d2d2d2;
    margin-top: 20px !important;
}
#top .eurotrading-text p {
    font-size: 13px;
}
/*********** scroll top ***********/
#scroll-top-link.avia_pop_class {
    opacity: 1;
}
#scroll-top-link,
#scroll-top-link:hover {
    color: #fff;
    border: 1px solid #3ea548;
    border-radius: 5px;
    background-color: #3ea548;
    font-size: 20px;
    line-height: 46px;
}

#top .grecaptcha-badge {
    display:none !important;
}

/********************** COOKIE BANNER ************************/
.cmplz-cookiebanner .cmplz-links .cmplz-link {
    display: none;
}

/*************** POPUP FORM ***************/
#top .popup-form p {
    text-align: left !important;
    margin-bottom: 0px !important;
}
#top .popup-form .input-text,
#top .popup-form input[type="text"],
#top .popup-form input[type="input"],
#top .popup-form input[type="password"],
#top .popup-form input[type="email"],
#top .popup-form input[type="number"],
#top .popup-form input[type="url"],
#top .popup-form input[type="tel"],
#top .popup-form input[type="search"],
#top .popup-form textarea,
#top .popup-form select {
    margin-bottom: 5px;
}
#top .popup-form .wpcf7-list-item {
    margin-top: 0px !important;
}
.wpcf7-not-valid-tip {
    font-size: 15px;
    position: relative;
    bottom: 20px;
}
#top .contact-form-7 + .wpcf7-response-output {
    border:0px solid transparent;
    color:black;
    font-weight:400;
    font-family: 'Poppins';
    border-radius:10px;
    padding-top:15px;
    padding-bottom:15px;
    text-transform:uppercase;
}
#top .contact-form-7 .wpcf7-not-valid-tip {
    display:none;
}
#top .contact-form-7 .wpcf7-not-valid {
    border:1px solid red !important;
}
#top .invalid .contact-form-7 + .wpcf7-response-output {
    background-color:#fe676b;
    color:white;    
}
#top .sent .contact-form-7 + .wpcf7-response-output {
    background-color:#1cac2d;
    color:white;    
}

/************ cookies ***********/
#top .cookies-text td,
#top .cookies-text tr,
#top .cookies-text th {
    background-color: #fff !important;
    border: 1px solid #d2d2d2 !important;
    color: #000 !important;
}

/************************************************************** RESOLUTIONS **************************************************************/
@media only screen and (max-width: 1728px) {
    #top .home-grid-1 {
        padding: 0px 0px 0px 15%;
    }
    #top .cennik-grid-1 {
        padding: 30px 1% 60px 15%;
    }
    #top .cennik-grid-2 {
        padding: 30px 15% 60px 1%;
    }
}
@media only screen and (max-width: 1600px) {
    #top .home-grid-1 {
        padding: 0px 0px 0px 12%;
    }
    #top .cennik-grid-1 {
        padding: 30px 1% 60px 12%;
    }
    #top .cennik-grid-2 {
        padding: 30px 12% 60px 1%;
    }
}
@media only screen and (max-width: 1536px) {
    #top .home-grid-1 {
        padding: 0px 0px 0px 11%;
    }
    #top .cennik-grid-1 {
        padding: 30px 1% 60px 11%;
    }
    #top .cennik-grid-2 {
        padding: 30px 11% 60px 1%;
    }
}
@media only screen and (max-width: 1440px) {
    #top .home-grid-1 {
        padding: 0px 0px 0px 8%;
    }
    #top .cennik-grid-1 {
        padding: 30px 1% 60px 8%;
    }
    #top .cennik-grid-2 {
        padding: 30px 8% 60px 1%;
    }
}
@media only screen and (max-width: 1366px) {
    #top .home-grid-1 {
        padding: 0px 0px 0px 6%;
    }
    #top .cennik-grid-1 {
        padding: 30px 1% 60px 6%;
    }
    #top .cennik-grid-2 {
        padding: 30px 6% 60px 1%;
    }
/*************** POPUP FORM ***************/
    #top .popup-form textarea {
        height: 160px;
    }
    .ays-pb-modal.ays-pb-modal_2.ays-popup-box-main-box.ays-pb-bg-styles-mobile_2.ays-pb-border-mobile_2.slideInUp {
        width: 60% !important;
    }
}
@media only screen and (max-width: 1280px) {
	body #header_main #custom_html-2 .col.phone {
		margin-left:15px;
	}
	body #header_main #custom_html-2 .col.btn {  
  		margin-left: 30px;
	}
    .av-main-nav > li > a {
        padding: 0 60px 0 5px;
    }
    #top .home-grid-1 {
        padding: 0px 0px 0px 4%;
    }
    #top .home-grid-2 {
        padding: 100px 6% 0px 0px;
    }
    h1, h1 a {
        font-size: 45px;
        line-height: 1.2em;
    }
    #top .one-half-text,
    #top .one-half-text-1 {
        left: 32em;
        bottom: 8em;
        z-index: -1;
    }
    #top .subpage-bottom-banner-text-1 p {
        font-size: 45px;
    }
    #top .subpage-bottom-banner-text-2 p {
        font-size: 26px;
    }
    #top .one-half-image-2 {
        position: absolute;
        left: 44em;
        bottom: 9.5em;
    }
    #top .one-half-image-o-nas {
        position: absolute;
        left: 44em;
        bottom: 8.5em;
    }
    #top .o-nas-image-text-position .content {
        padding-top: 160px !important;
    }
    #top .cennik-grid-1 {
        padding: 30px 1% 60px 4%;
    }
    #top .cennik-grid-2 {
        padding: 30px 4% 60px 1%;
    }
/****** subpage new ******/
    #top .sluzby-vyhody .flex_column {
        padding: 50px 20px 30px 20px;
    }
}

@media only screen and (max-width: 1194px) {
    .av-main-nav > li > a {
        padding: 0 54px 0 0px;
    }
/*************** POPUP FORM ***************/
    .ays-pb-modal.ays-pb-modal_2.ays-popup-box-main-box.ays-pb-bg-styles-mobile_2.ays-pb-border-mobile_2.slideInUp {
        width: 65% !important;
    }
}

@media only screen and (max-width: 1180px) {
/*********** zachrana zuba ************/
    #top .rizika-trhanie .iconbox {
        padding: 15px 45px 0px 15px;
    }
}

@media only screen and (max-width: 1080px) {
    #header .nine.units {
        width: 1020px !important;
    }

    .av-main-nav > li > a {
        padding: 0 40px 0 0px;
    }
    #top .home-vyhody .iconbox .iconbox_content p {
        font-size: 16px;
        margin-left: 30px !important;
    }
    #top .home-vyhody .iconbox_icon {
        font-size: 45px;
        line-height: 53px !important;
    }
    #top .kontakt-box-3 {
        padding-left: 35px;
    }
/****** subpage new ******/
    #top .sluzby-vyhody h3 {
        font-size: 18px;
    }

    #top .kontakt-1 p {
        font-size: 23px;
    }
/******* dotaznik *******/
    #top .dotaznik {
        width: 85% !important;
    }
/*************** POPUP FORM ***************/
    .ays-pb-modal.ays-pb-modal_2.ays-popup-box-main-box.ays-pb-bg-styles-mobile_2.ays-pb-border-mobile_2.slideInUp {
        width: 70% !important;
        height: 650px !important;
    }
/************* trhanie zuba **************/
    #top .rizika-trhanie .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
        width: 35px;
        height: 35px;
        font-size: 17px;
        line-height: 35px;
        margin-right: 17px;
    }
    #top .rizika-trhanie .iconbox {
        padding: 15px 35px 0px 15px;
    }
    #top .pripad-label p {
        width: 33%;
    }
}

@media only screen and (max-width: 1024px) {
    #header .nine.units {
        width: 960px !important;
    }
    .menu-image-title-after.menu-image-title {
        font-size: 10px;
    }
    .av-main-nav > li > a > span {
        font-size: 15px !important;
    }
    .av-main-nav > li > a {
        padding: 0 32px 0 5px;
    }
    h1, h1 a {
        font-size: 38px;
    }
    #top .home-banner-text p {
        font-size: 18px;
    }
    #top .home-grid-2 {
        padding: 80px 4% 0px 0px;
    }
    #top .image-text-position .content {
        padding-top: 160px !important;
        padding-bottom: 170px !important;
    }
    #top .one-half-text,
    #top .one-half-text-1 {
        padding: 40px 45px 30px 80px;
        width: 57%;
        left: 26em;
        bottom: 5em;
    }
    h2, h2 a {
        font-size: 25px;
    }
    p, li {
        font-size: 16px;
        line-height: 1.5em;
    }
    h3, h3 a {
        font-size: 21px;
    }
    .avia-button {
        font-size: 15px !important;
    }
    /*#top .zubny-lekar h3, h3 a {
        font-size: 16px;
    }
    #top .zubny-lekar p {
        font-size: 15px;
    }*/
    #top .kontakt-box-1 h3, h3 a, #top .kontakt-box-3 h3, h3 a {
        font-size: 21px;
    }
    #top .kontakt-box-tel p {
        font-size: 27px;
        margin-top: 0em !important;
    }
    #top .kontakt-box-3 {
        padding-left: 40px;
    }
    h4, h4 a {
        font-size: 16px;
    }
    #top .ulica p {
        margin-top: 0.4em !important;
    }
    #top .vyhody-text p {
        font-size: 18px;
    }
    #top .vyhody-ico img {
        max-width: 70px;
        max-height: 65px;
    }
    #top .subpage-bottom-banner-text-1 p {
        font-size: 38px;
    }
    #top .subpage-bottom-banner-text-2 p {
        font-size: 22px;
    }
    #top .subpage-image-text-position .content {
        padding-top: 130px !important;
    }
    #top .one-half-text-2 {
        padding: 40px 80px 30px 45px !important;
        width: 57% !important;
    }
    #top .one-half-image-2 {
        position: absolute;
        left: 33em;
        bottom: 14.5em;
    }
    #top .o-nas-image-text-position .content {
        padding-top: 110px !important;
        padding-bottom: 65px !important;
    }
    #top .one-half-image-o-nas {
        position: absolute;
        left: 33em;
        bottom: 10em;
    }
    #top .cennik-grid-1 {
        padding: 30px 1% 60px 5%;
    }
    #top .cennik-grid-2 {
        padding: 30px 5% 60px 1%;
    }
/****** subpage new ******/
    #top .sluzby-vyhody .flex_column {
        padding: 50px 20px 10px 20px;
    }
/****** zachrana zuba *******/
    #top .rizika-trhanie h3.iconbox_content_title {
        font-size: 18px;
    }
/****** ambulantne bielenie zubov ******/
    #top .bielenie-new-4-boxes .flex_column {
        padding-bottom: 30px;
    }
    #top .bielenie-new-4-boxes img {
        margin-bottom: 0px;
    }
/****** blog clanky ******/
    #top .clanky-table th {
        font-size: 17px;
    }
    #top .clanky-table td {
        font-size: 16px;
    }
}

/************************************************************** TABLET ***************************************************/
@media only screen and (max-width: 989px) {
	body #menu-item-165,
	body #menu-item-166,
	body #menu-item-167,
    body #menu-item-427 {
		display:block;
	}
    .header_color .header_bg {
        background-color: #b2b2b2;
    }
	/*body #header_main #custom_html-2 {
		display:none !important;
	}*/
    body #header_main #custom_html-2 {
        order: 1;
        margin: 0px;
        padding: 0px;
        flex: 0 0 calc( 100% - 0px );
        max-width: calc( 100% - 0px );
        /*background: #ffffff;*/
        background: #313234;
        border-bottom: 1px solid #8f8f8f;
    }
	body #header_main .av-logo-container {
		flex:0 0 100%;
		max-width:100%;
	}

    body #header_main .logo, body #header_main .logo svg, body #header_main .logo a, body #header_main > .container {
        height: 115px !important;
        min-height: 115px !important;
        padding: 0px;
    }
    body #header_main .logo svg {
        height: 61px !important;
        min-height: 61px !important;
        padding: 0px;
    }
    .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a {
        height: 61px !important;
        line-height: 61px !important;
        padding-right: 40px;
    }
    body #header_main .logo {
        height: 60px !important;
        min-height: 60px !important;
        padding-left: 50px;
    }
    body #header_main .logo img {
        margin-top: 10px;
        /*width: 125px;*/
        width: 150px;
    }
    body #header_main #custom_html-2 .col.btn {
        padding-right: 50px;
    }
    body #header_main #custom_html-2 .col.btn a {
        background-color: #3ea548;
        padding: 0 20px 0 20px;
        font-size: 14px;
        max-height: 40px;
        line-height: 40px;
        margin-top: 6px;
    }
    body #header_main #custom_html-2 .col.email p, body #header_main #custom_html-2 .col.phone p {
        padding-top: 6px;
        padding-bottom: 10px;
    }
    body #header_main #custom_html-2 .col.phone p {
        background-position: 0px 9px;
        background-size: auto 33px;
    }
    body #header_main #custom_html-2 .col.email p {
        background-position: 15px 15px;
        background-size: auto 24px;
    }
    body #header_main #custom_html-2 .col p a {
        font-size: 15px;
        font-weight: 600;
    }
    body #header_main #custom_html-2 .col p {
        font-size: 11px;
        text-align: left;
    }
    #header_main {
        background-color: #313234;
    }
    .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
        background-color: #dddddd;
    }
    .html_av-overlay-side #top .av-burger-overlay-scroll {
        background: #f7f7f7;
    }
    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: #3c3c3c;
        font-size: 18px;
        font-weight: 500;
    }
    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
        border-color: #dbdbdb;
        padding: 15px 30px 15px 30px;
    }
    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        background-color: #e1e1e1 !important;
    }
    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
        display: none;
    }
    .responsive #top .av-burger-overlay .av-burger-overlay-inner #av-burger-menu-ul .menu-item-167 a > span {
        background: #3ea548;
        padding: 12px 20px 14px;
        border-radius: 5px;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
    }
    .responsive #top .av-burger-overlay .av-burger-overlay-inner #av-burger-menu-ul .menu-item-167 a {
        border: 0px solid transparent !important;
    }
    .responsive #top .av-burger-overlay .av-burger-overlay-inner #av-burger-menu-ul .menu-item-165 a > span,
    .responsive #top .av-burger-overlay .av-burger-overlay-inner #av-burger-menu-ul .menu-item-166 a > span {
        color: #3ea548;
        font-weight: 600;
    }
    .html_av-submenu-hidden .av-submenu-indicator {
        font-size: 14px;
        opacity: 1;
        color: #3ea548;
        font-weight: bold;
    }
    .html_av-overlay-side #top .av-burger-overlay li {
        padding-bottom: 0px !important;
    }

    .responsive #top .sm-flex-column-reverse-tablet .flex_column_table {
        display:flex !important;
        flex-wrap:wrap;
        flex-direction:column-reverse;
    }

    h1, h1 a {
        font-size: 36px;
    }
    /*#top .vyhody-ico img {
        max-width: 65px;
        max-height: 60px;
    }
    #top .vyhody-text p {
        font-size: 17px;
    }*/
    #top .tablet-img img {
        width: 962px;
        height: 500px;
        object-fit: cover;
        object-position: 0 10%;
        margin-bottom: 30px;
    }
    #top .one-half-text,
    #top .one-half-text-1 {
        padding: 40px 35px 30px 40px;
    }
    h2, h2 a {
        font-size: 23px;
        line-height: 1.2em;
    }
    h3, h3 a {
        font-size: 19px;
    }
    /*#top .zubny-lekar img {
        width: 400px !important;
        margin-top: 10px;
    }*/
    #top .kontakt-box-2 {
        width: 29%;
    }
    #top .kontakt-box .flex_column_table,
    #top .kontakt-box-o-nas .flex_column_table {
        padding: 0 40px;
    }
    #top .kontakt-box-3 {
        padding-left: 20px;
    }
    #top .next-contact-form-column {
        display: none !important;
    }
    #top .next-contact-form-column-mobile.flex_column_table_cell {
        display: table-cell !important;
    }
    #top .next-contact-form-column-mobile {
        padding: 40px 30px 10px 30px !important;
    }
    #top .columns-tablet .flex_column_table {
        margin-top: 0px !important;
    }
    .av-minimum-height-60:not(.av-slideshow-section) .container, .av-cell-min-height-60 > .flex_cell {
        height: auto !important;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    #top .home-grid-1 {
        padding: 30px 0px 50px 4%;
    }
    #top .home-grid-2 {
        padding: 110px 4% 0px 0px;
    }
    .av-minimum-height-100:not(.av-slideshow-section) .container {
        height: auto !important;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #top .one-half-text-2 {
        padding: 40px 40px 30px 35px !important;
        width: 57% !important;
    }
    #top .one-half-image-2 {
        position: absolute;
        left: 32.5em;
        bottom: 14.5em;
    }
    #top .subpage-image-text-position-2 .content {
        padding-top: 100px !important;
    }
    #top .before-after-section .content {
        padding-top: 90px !important;
        padding-bottom: 70px !important;
    }
    #top .o-nas-image-text-position .content {
        padding-top: 90px !important;
        padding-bottom: 65px !important;
    }
    #top .one-half-image-o-nas {
        position: absolute;
        left: 32.5em;
        bottom: 10em;
    }
    #top .kontakt-grid {
        padding: 200px 0 !important;
    }
    .html_av-submenu-hidden .av-submenu-indicator {
        font-size: 13px;
        opacity: 1;
    }
    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        background-color: #0a2668;
    }
/***** subpage new *****/
    .sluzby-vyhody .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        margin-top: 20px !important;
    }
    .sluzby-vyhody .flex_column_table .flex_column {
        width: 48%;
        flex: 0 0 48%;
        margin-top: 10px;
    }
    .av-minimum-height-40:not(.av-slideshow-section) .container, .av-cell-min-height-40 > .flex_cell {
        height: auto !important;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    #top .kontakt-button-position {
        position: initial;
    }
    #top .kontakt-subpage-section-bottom .flex_column {
        min-height: 345px;
    }
/******* dotaznik *******/
    #top .dotaznik {
        width: 100% !important;
    }
/*************** POPUP FORM ***************/
    .ays-pb-modal.ays-pb-modal_2.ays-popup-box-main-box.ays-pb-bg-styles-mobile_2.ays-pb-border-mobile_2.slideInUp {
        width: 80% !important;
        height: 580px !important;
    }
    #top .popup-form span.form-label {
        font-size: 16px;
    }
    #top .popup-form .input-text,
    #top .popup-form input[type="text"],
    #top .popup-form input[type="input"],
    #top .popup-form input[type="password"],
    #top .popup-form input[type="email"],
    #top .popup-form input[type="number"],
    #top .popup-form input[type="url"],
    #top .popup-form input[type="tel"],
    #top .popup-form input[type="search"],
    #top .popup-form textarea,
    #top .popup-form select {
        margin-bottom: 3px;
        margin-top: 5px;
        padding: 11px 10px;
    }
/******** zachrana zuba **********/
    #top .rizika-trhanie .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 0px;
    }
    #top .rizika-trhanie h2 {
        margin-bottom: 45px !important;
    }
    #top .rizika-cta p {
        font-size: 20px;
    }
    #top .zachrana-postup .av-special-heading-h2 .av-subheading p {
        font-size: 18px;
    }
    #top .zachrana-postup .av-milestone-content li {
        padding-left: 0px !important;
    }
    #top .zachrana-postup .avia-timeline-vertical .av-milestone-icon-wrap {
        padding-top: 30px !important;
    }
    #top .zachrana-postup .av-no-preview ul.avia-timeline-vertical li {
        overflow: visible !important;
    }
    .av-no-preview .zachrana-postup ul.avia-timeline-vertical li {
        overflow: visible !important;
    }
    #top .zachrana-pripady .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        margin-top: 10px !important;
    }
    #top .zachrana-pripady .flex_column_table .flex_column {
        width: 48%;
        flex: 0 0 48%;
        margin-top: 30px;
    }
    #top .zachrana-pripady .av_one_third h3 {
        min-height: 50px;
    }
    #top .zachrana-pripady .av_one_third p {
        font-size: 16px;
    }
/***** ambulantne bielenie zubov new *****/
    #top .subpage-banner-with-img.av-minimum-height-40:not(.av-slideshow-section) .container {
        padding-bottom: 0px !important;
    }
    #top .banner-text-col {
        padding-bottom: 40px;
    }
}	

@media only screen and (max-width:834px) {
    #top .home-banner .entry-content-wrapper {
        display: flex;
        align-items: normal;
    }
    h1, h1 a {
        font-size: 31px;
    }
    #top .home-banner-text p {
        font-size: 17px;
        line-height: 1.5em;
    }
    #top .home-vyhody .iconbox .iconbox_content p {
        font-size: 15px;
    }
    /*#top .vyhody-text p {
        font-size: 16px;
    }
    #top .vyhody-1-column-1-2 {
        padding: 30px 4% 50px 4%;
    }
    #top .vyhody-1-column-3 {
        padding: 30px 4% 50px 4%;
    }
    #top .vyhody-2-column-1-2 {
        padding: 70px 4% 10px 4%;
    }
    #top .vyhody-2-column-3 {
        padding: 70px 4% 10px 4%;
    }*/
    #top .image-text-position .content {
        padding-top: 66px !important;
        padding-bottom: 520px !important;
    }
    #top .one-half-text {
        padding: 120px 25px 30px 35px;
        width: 100%;
        left: -5em;
        bottom: 4em;
    }
    #top #wrap_all .sm-col-one-half {
        width: 48%;
        margin-left: 4%;
    }
    #top #wrap_all .sm-col-one-half.sm-first {
        clear: none;
        margin-left: 0px;
    }
    #top #wrap_all .sm-col-one-half.first {
        clear: none;
    }
    #top .sluzby-3column-tablet {
        margin-top: 30px;
    }
    /*#top .zubny-lekar img {
        width: 355px !important;
        margin-top: 0;
    }*/
    #wpcpro-wrapper-324 #sp-wp-carousel-pro-id-324.sp-wpcp-324 .wpcp-all-captions .wpcp-image-caption {
        font-size: 16px;
        text-align: left;
    }
    h2.wpcp-image-caption span {
        font-size: 15px;
    }
    #top .kontakt-box-1 h3, h3 a, #top .kontakt-box-3 h3, h3 a {
        font-size: 18px;
    }
    #top .kontakt-box .flex_column_table,
    #top .kontakt-box-o-nas .flex_column_table {
        padding: 0 20px;
    }
    #top .kontakt-box-3 {
        padding-left: 5px;
    }
    #top .kontakt-box-tel p {
        font-size: 25px;
    }
    #top .footer-section p {
        font-size: 15px;
    }
    #top .copyright-info p {
        font-size: 12px;
    }
    #top .poistovne .flex_column_table {
        width: 67%;
        padding: 35px 20px;
        position: absolute;
        bottom: 4em;
    }
    #top .one-half-text-1 {
        width: 57%;
        left: 22em;
        bottom: 5em;
    }
    #top .one-half-image-2 {
        position: absolute;
        left: 27.5em;
        bottom: 18.5em;
    }
    #top .subpage-image-text-position .content {
        padding-top: 170px !important;
        padding-bottom: 200px !important;
    }
    #top .o-nas-image-text-position .content {
        padding-top: 80px !important;
    }
    #top .one-half-image-o-nas {
        position: absolute;
        left: 27.5em;
        bottom: 15em;
    }
    #top .cennik-table td.avia-highlight-col {
        width: 28%;
        font-size: 15px;
    }
    #top .cennik-table td {
        font-size: 15px;
    }

    #top .detsky-zubar-sluzby p {
        min-height: 96px;
    }

    #top .kontakt-button-position {
        position: relative;
        top: 36px;
    }
    #top .kontakt-subpage-section-bottom .flex_column {
        min-height: 360px;
    }
/*************** POPUP FORM ***************/
    .ays-pb-modal.ays-pb-modal_2.ays-popup-box-main-box.ays-pb-bg-styles-mobile_2.ays-pb-border-mobile_2.slideInUp {
        width: 90% !important;
    }
/******** zachrana zuba *********/
    #top .rizika-trhanie .iconbox_content_container p {
        margin-top: 10px !important;
    }
    #top .rizika-cta p {
        font-size: 18px;
    }
    #top .zachrana-postup h4.av-milestone-title {
        font-size: 19px;
    }
    #top .zachrana-postup .avia-timeline-vertical .av-milestone-content-wrap {
        padding: 30px 0 0px 0px;
    }
    span.avia-single-number.__av-single-number,
    span.avia-no-number {
        font-size: 50px;
    }
/******* blog clanky ********/

}

@media only screen and (max-width:820px) {
    #top .home-vyhody .iconbox .iconbox_content p {
        font-size: 14px;
        margin-left: 20px !important;
    }
    #top .home-vyhody .iconbox_icon {
        font-size: 40px;
        line-height: 49px !important;
    }
/******** zachrana zuba *********/
    #top .zachrana-pripady .av_one_third h3 {
        min-height: 47px;
        font-size: 18px;
    }
    #top .zachrana-pripady .avia-fold-unfold-section .av-fold-button-container {
        font-size: 15px;
    }
}

@media only screen and (max-width:810px) {
    #top .kontakt-box-1 h3, h3 a, #top .kontakt-box-3 h3, h3 a {
        font-size: 17px;
    }
    #top .subpage-image-text-position .content {
        padding-top: 230px !important;
        padding-bottom: 230px !important;
    }
    #top .one-half-text-1 {
        width: 57%;
        left: 21em;
        bottom: 7em;
    }
    #top .one-half-image-2 {
        position: absolute;
        left: 26.5em;
        bottom: 18.5em;
    }
    #top .one-half-image-o-nas {
        position: absolute;
        left: 26.5em;
        bottom: 16em;
    }
/*************** POPUP FORM ***************/
    #top .popup-form textarea {
        height: 140px;
    }
    .ays_content_box {
        padding: 0px !important;
    }
}

@media only screen and (max-width:768px) {
    h1, h1 a {
        font-size: 30px;
    }
    #top .kontakt-box-tel p {
        font-size: 23px;
    }
    #top .copyright-info-column {
        width: 49.4% !important;
    }
    #top .image-text-position .content {
        padding-bottom: 590px !important;
    }
    #top .poistovne .flex_column_table {
        width: 67%;
        padding: 25px 20px;
        position: absolute;
        bottom: 5em;
    }
    #top .one-half-text-1 {
        width: 57%;
        left: 20em;
        bottom: 6em;
    }
    #top .one-half-image-2 {
        position: absolute;
        left: 25em;
        bottom: 18.5em;
    }
    #top .zoznam-sluzby p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    #top .subpage-bottom-banner-text-1 p {
        font-size: 33px;
    }
    #top .one-half-image-o-nas {
        position: absolute;
        left: 25em;
        bottom: 16em;
    }
    #top .cennik-table td.avia-highlight-col {
        width: 32%;
    }
/***** subpage new *****/
    #top .subpage-kontakt-box .content {
        padding-top: 20px !important;
    }
    #top .kontakt-box .flex_column_table, #top .kontakt-box-o-nas .flex_column_table {
        padding: 20px 20px;
    }

    #top .detsky-zubar-sluzby p {
        min-height: 120px;
    }

    #top .prijimame-pacientov.flex_column {
        padding: 20px 20px;
    }
/***** ambulantne bielenie zubov new *****/
    #top .bielenie-new-4-boxes .content {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    #top .bielenie-dolezite-info .content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*************************************************************** MOBIL *******************************************************/
@media only screen and (max-width:767px) {
    /****** sticky menu mobil *******/
    .responsive #top #wrap_all #header {
        position: fixed;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 115px !important;
    }
  /****** sticky menu mobil *******/
    .responsive div .avia_responsive_table .avia-data-table table, .responsive div .avia_responsive_table .avia-data-table tbody, .responsive div .avia_responsive_table .avia-data-table tr, .responsive div .avia_responsive_table .avia-data-table td, .responsive div .avia_responsive_table .avia-data-table th {
        display: revert;
    }
    .responsive .avia_responsive_table .avia-data-table {
        border-style: solid;
        border-width: 0px;
    }
    #top .main_color .avia-data-table.avia_pricing_minimal td {
        text-align: left;
    }

    body #header_main .logo img {
        margin-top: 0px;
        /*width: 125px;*/
        width: 160px;
        position: relative;
        bottom: 5px;
    }
    .responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {
        height: 65px !important;
        line-height: 65px !important;
        margin: 0 !important;
        max-width: 100%;
    }
    #top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
        width: 100% !important;
        max-width: 100% !important;
    }
    body #header_main .logo a, body #header_main > .container {
        height: 60px !important;
        min-height: 60px !important;
    }
    .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a {
        height: 70px !important;
        line-height: 70px !important;
    }
    .col.email {
        display: none;
    }
    .responsive #top .logo {
        padding-left: 40px;
        height: 70px !important;
    }

    #top .home-banner .entry-content-wrapper {
        display: block;
    }
    #top .home-banner-col-img {
        margin-bottom: 0px !important;
    }
    #top .home-vyhody .iconbox_content_container {
        min-height: 40px;
    }
    #top .home-vyhody .flex_column {
        margin-bottom: 40px !important;
    }
    /*#top .home-grid-1 {
        width: 100% !important;
        padding-top: 70px !important;
    }
    #top .home-grid-2 {
        padding-top: 50px !important
    }*/
    /*#top .vyhody-1-column-1-2 {
        border-right: none;
        padding: 10px 18% 20px 18%;
        margin-bottom: 40px !important;
    }
    #top .vyhody-1-column-3 {
        padding: 10px 18% 20px 18%;
        margin-bottom: 40px !important;
    }
    #top .vyhody-2-column-1-2 {
        padding: 10px 18% 20px 18%;
        border-bottom: 1px solid #879ab3;
        border-right: none;
        margin-bottom: 40px !important;
    }
    #top .vyhody-2-column-3 {
        padding: 10px 22% 0px 22%;
        margin-bottom: 0px !important;
    }*/
    #top .hr.hr-invisible.av-lfcywigi-8edd28336e21ec1fa626eb018d592eb2 {
        height: 40px !important;
    }
    .content {
        padding-top: 65px !important;
    }
    #top .one-half-text {
        padding: 50px 25px 30px 25px;
        width: 100%;
        left: 0;
        bottom: 0;
        position: initial;
    }
    #top .image-text-position .content {
        padding-bottom: 30px !important;
    }
    #top .image-above-text-mobile {
        margin-bottom: 0px !important;
    }

    #top #wrap_all .zoznam-sluzby .sm-col-one-half {
        width: 48% !important;
        margin-left: 4% !important;
    }
    #top #wrap_all .zoznam-sluzby .sm-col-one-half.sm-first {
        clear: none !important;
        margin-left: 0px !important;
    }
    #top .zoznam-sluzby p {
        display: none;
    }
    #top .zoznam-sluzby .av_one_fourth,
    #top .zoznam-sluzby .av_one_third {
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(168, 168, 168, 0.28), 0 6px 20px 0 rgba(168, 168, 168, 0.28);
        border-radius: 5px;
        padding-bottom: 12px;
    }
    #top .zoznam-sluzby .av_one_fourth img,
    #top .zoznam-sluzby .av_one_third img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    #top .zoznam-sluzby .av_one_fourth .av-special-heading,
    #top .zoznam-sluzby .av_one_third  .av-special-heading {
        margin-top: 20px;
        padding: 0 15px;
    }
    #top .zoznam-sluzby .av_one_fourth h3,
    #top .zoznam-sluzby .av_one_third h3 {
        font-size: 18px;
        min-height: 47px;
    }
    #top .zoznam-sluzby .avia-button.avia-size-small {
        padding-left: 15px !important;
        margin-top: 15px !important;
        text-transform: none;
    }

    /*#top .sluzby-border-bottom-mobile {
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 20px;
        margin-bottom: 40px !important;
    }*/
    /*#top .tim-section .content {
        padding-top: 70px !important;
        padding-bottom: 10px !important;
    }*/
    #top .kontakt-box .flex_column_table,
    #top .kontakt-box-o-nas .flex_column_table {
        padding: 40px 40px 0px 40px;
    }
    #top .kontakt-box-1 {
        padding: 0px 20px 10px 20px;
    }
    #top .kontakt-box-3 {
        padding: 20px 20px 5px 20px;
    }
    #top .kontakt-box-1 h3, h3 a, #top .kontakt-box-3 h3, h3 a {
        font-size: 22px;
    }
    #top .kontakt-box-tel p {
        font-size: 31px;
    }

    #top .google-reviews.flex_column {
        padding-top: 40px;
    }
    #top .contact-form-7 .flex_column {
        margin-bottom: 10px !important;
    }
    #top .contact-form-column {
        padding: 40px 25px 10px 25px !important;
    }
    #top .contact-form-7 p {
        margin: 0px !important;
    }
    #top .next-contact-form-column-mobile.flex_column_table_cell {
        display: block !important;
    }
    #top .copyright-info p {
        font-size: 15px;
    }
    #top .copyright-info-column {
        width: 100% !important;
    }
    #top .footer-section p {
        text-align: left !important;
        margin: 0.5em 0 !important;
    }
    #top .tim-section .column-top-margin {
        margin-top: 0px !important;
    }
    #top .avia-smallarrow-slider-heading {
        display: none;
    }
    #top .logo-partner .content {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }
    #top .av-partner-fake-img {
        background-position: center;
        padding-bottom: 17% !important;
        padding-top: 17% !important;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    #top .av-border-deactivate.avia-logo-element-container img, .av-border-deactivate .av-partner-fake-img {
        max-height: 37px !important;
    }
    #top .avia-content-slider .avia-slideshow-dots {
        bottom: 5px;
    }
    #top .before-after-section .content {
        padding-bottom: 50px !important;
    }
    #top .subpage-bottom-banner-text-1 p {
        font-size: 28px;
    }
    #top .subpage-bottom-banner-text-2 p {
        font-size: 18px;
    }
    #top .one-half-text-1 {
        position: initial;
        padding: 50px 25px 30px 25px;
    }
    #top .one-half-image-2 {
        position: initial;
    }
    #top .one-half-text-2 {
        padding: 50px 25px 30px 25px !important;
        width: 100% !important;
    }
    #top .subpage-image-text-position .content {
        padding-top: 70px !important;
        padding-bottom: 40px !important;
    }
    #top .subpage-image-text-position-2 .content {
        padding-top: 70px !important;
        padding-bottom: 40px !important;
    }
    .responsive #top .sm-flex-column-reverse .flex_column_table {
        display:flex;
        flex-wrap:wrap;
        flex-direction:column-reverse;
    }
    /*.html_av-submenu-hidden .av-submenu-indicator {
        font-size: 13px;
        opacity: 1;
    }
    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        background-color: #0a2668;
    }*/
    #top .one-half-image-o-nas {
        position: initial;
    }
    #top .o-nas-image-text-position .content {
        padding-top: 70px !important;
        padding-bottom: 40px !important;
    }
    #top .cennik-table td {
        text-align: left;
    }
    #top .cennik-grid-1 {
        padding: 60px 1% 0px 5%;
    }
    #top .cennik-grid-2 {
        padding: 0px 5% 30px 1%;
    }
    #top .cennik-h2 h2, h2 a {
        font-size: 21px;
    }
/***** subpage new *****/
    .av-minimum-height-40:not(.av-slideshow-section) .container, .av-cell-min-height-40 > .flex_cell {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .avia-section-large .content {
        padding-bottom: 30px;
    }
    #top .tim-section .content {
        padding-bottom: 70px !important;
    }
    #top .sluzby-vyhody .flex_column {
        margin-bottom: 5px !important;
    }
    #top .korunky-druhy .av_one_third,
    #top .korunky-druhy .av_one_fourth,
    #top .korunky-druhy .av_one_half {
        border-bottom: 1px solid #d2d2d2;
        padding: 0px 12% 10px 12%;
        margin-bottom: 50px !important;
    }
    #top .korunky-druhy .av_one_third:last-child,
    #top .korunky-druhy .av_one_fourth:last-child,
    #top .korunky-druhy .av_one_half:last-child {
        border-bottom: 0px solid #d2d2d2;
        padding: 0px 12% 0px 12%;
        margin-bottom: 20px !important;
    }

    #top .detsky-zubar-sluzby p {
        min-height: auto;
    }

    #top .cennik .flex_column {
        margin-bottom: 40px !important;
    }

    #top .kontakt-button-position {
        position: initial;
        margin-bottom: 0px !important;
    }
    #top .kontakt-subpage-section-bottom .flex_column {
        min-height: auto;
    }

    #top .col-sms {
        display: none !important;
    }
     #top .next-contact-form-column-mobile-miesto.flex_column_table_cell {
        display: none !important;
    }
/****** dotaznik ******/
    /*.wpcf7-list-item {
        margin-bottom: 15px !important;
    }*/
    #top .dotaznik-form input[type="email"] {
        margin-bottom: 0px;
    }
    #top .dotaznik-form .flex_column {
        margin-bottom: 30px !important;
    }
/*************** POPUP FORM ***************/
    #top .popup-form .flex_column {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .ays_content_box {
        padding: 0px !important;
    }
    #top .popup-form .input-text,
    #top .popup-form input[type="text"],
    #top .popup-form input[type="input"],
    #top .popup-form input[type="password"],
    #top .popup-form input[type="email"],
    #top .popup-form input[type="number"],
    #top .popup-form input[type="url"],
    #top .popup-form input[type="tel"],
    #top .popup-form input[type="search"],
    #top .popup-form textarea,
    #top .popup-form select {
        margin-bottom: 1px;
        margin-top: 0px;
        padding: 8px 10px;
    }
    #top .popup-form span.form-label {
        font-size: 15px;
    }
    #top .popup-form textarea {
        height: 120px;
    }
    .ays-pb-modal.ays-pb-modal_2.ays-popup-box-main-box.ays-pb-bg-styles-mobile_2.ays-pb-border-mobile_2.slideInUp {
        height: 590px !important;
    }
    #top .popup-form span.wpcf7-list-item-label {
        font-size: 12px;
        line-height: 0em;
    }
/******* zachrana zuba ********/
    #top .zachrana-postup h4.av-milestone-title {
        font-size: 18px;
    }
    #top .zachrana-postup .av-special-heading-h2 .av-subheading p {
        font-size: 17px;
    }
    #top .zachrana-postup .avia-timeline .milestone_icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    #top .zachrana-postup .avia-timeline-vertical .av-milestone-icon-wrap {
        width: 50px;
    }
    .av-no-preview .zachrana-postup ul.avia-timeline-vertical li {
        padding: 0 0 0 70px;
    }
    #top .zachrana-vysledky .content {
        padding-top: 30px !important;
        padding-bottom: 60px !important;
    }
    span.avia-single-number.__av-single-number,
    span.avia-no-number {
        font-size: 45px;
    }
    #top .zachrana-pripady .flex_column_table .flex_column {
        width: 100%;
        flex: 0 0 100%;
    }
    #top .pripad-label p {
        width: 25%;
    }
    #top .zachrana-pripady .av_one_third {
        padding: 15px 60px 15px 60px;
        margin-bottom: 40px !important;
    }
    #top .zachrana-pripady .av_one_third h3 {
        min-height: auto;
    }
/***** ambulantne bielenie zuboc new *****/
    #top .banner-text-img {
        margin-bottom: 0px !important;
    }
/***** cennik new *****/
    .responsive .avia_responsive_table .avia-data-table tr:first-child th {
        display: revert;
        text-align: left;
        border-right: 1px solid #e8e8e8;
    }
    .avia-table-1 .cennik-table-new td:nth-of-type(1)::before,
    .avia-table-1 .cennik-table-new td:nth-of-type(2)::before,
    .avia-table-1 .cennik-table-new td:nth-of-type(3)::before {
        content: none !important;
    }
    #top .cennik-table-new td,
    #top .cennik-table-new tr.avia-heading-row th {
        width: 48%;
    }
    #top .cennik-table-new td.avia-highlight-col,
    #top .cennik-table-new tr.avia-heading-row th.avia-highlight-col {
        width: 26% !important;
    }
/***** blog clanky ******/
    /*#top .clanky-table .avia-table-1 td:nth-of-type(1)::before {
        content: none !important;
    }*/
    .responsive .avia_responsive_table .clanky-table.avia-data-table td::before {
        display: none;
    }
    #top .clanky-table td {
        text-align: left;
    }
    #top .avia-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    #top .avia-table th,
    #top .avia-table td {
        white-space: normal;
        min-width: 180px;
    }

    #top .avia-table th:first-child,
    #top .avia-table td:first-child {
        min-width: 180px;
    }
}

@media only screen and (max-width:500px) {
    body #header_main #custom_html-2 .col.phone {
        margin-left: 0px;
    }
    body #header_main #custom_html-2 .col.phone {
        flex: 0 0 55%;
        padding: 0 0 0 22px;
    }
    body #header_main #custom_html-2 .col.btn {
        flex: 0 0 45%;
        margin-left: 0px;
        padding: 0 20px 0 0;
    }
    body #header_main #custom_html-2 .custom-html-widget {
        margin: 0px;
        justify-content: right;
    }
    body #header_main #custom_html-2 .col.btn a {
        font-size: 13px;
        max-height: 35px;
        line-height: 35px;
        padding: 0 13px 0 13px;
        margin-top: 4px;
    }
    .responsive #top .logo {
        padding-left: 20px;
    }
    .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a {
        padding-right: 20px;
    }

    #top .tablet-img img {
        width: auto;
        height: auto;
    }
    body #header_main #custom_html-2 .col.phone p {
        padding-top: 2px;
        padding-bottom: 4px;
        padding-left: 25px;
        background-position: 0px 6px;
    }
    #top .home-vyhody .content {
        padding-bottom: 0px;
    }
    #top .home-o-nas-text h2 {
        margin-bottom: 0px;
    }
    #top .home-o-nas-text .avia_textblock {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    #top .zoznam-sluzby .av_one_fourth h3,
    #top .zoznam-sluzby .av_one_third h3 {
        font-size: 16px;
        min-height: 63px;
    }
    #top .tim-section .content {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    #top .kontakt-box .content {
        padding-bottom: 0px;
    }
    #top .kontakt-box .flex_column_table, #top .kontakt-box-o-nas .flex_column_table {
        padding: 40px 0px 0px 0px;
    }
    span.form-label {
        font-size: 15px;
    }
    #top .contact-form-7 .flex_column {
        margin-bottom: 5px !important;
    }
    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
        margin-bottom: 10px;
        margin-top: 5px;
    }
/***** subpage new ******/
    .sluzby-vyhody .flex_column_table .flex_column {
        width: 100%;
        flex: 0 0 100%;
    }
    #top .sluzby-vyhody img {
        height: 40px;
        margin-bottom: 20px;
    }
    #top .sluzby-vyhody .flex_column {
        padding: 30px 20px 10px 20px;
    }

    #top .korunky-druhy .av_one_third,
    #top .korunky-druhy .av_one_fourth,
    #top .korunky-druhy .av_one_half {
        border-bottom: none;
        padding: 0px;
        margin-bottom: 30px !important;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(168, 168, 168, 0.28), 0 6px 20px 0 rgba(168, 168, 168, 0.28);
        border-radius: 10px;
        padding-bottom: 12px;
    }
    #top .korunky-druhy .av_one_third:last-child,
    #top .korunky-druhy .av_one_fourth:last-child,
    #top .korunky-druhy .av_one_half:last-child {
        padding: 0px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(168, 168, 168, 0.28), 0 6px 20px 0 rgba(168, 168, 168, 0.28);
        border-radius: 10px;
        padding-bottom: 12px;
    }
    #top .korunky-druhy .av_one_third img,
    #top .korunky-druhy .av_one_fourth img,
    #top .korunky-druhy .av_one_half img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    #top .korunky-druhy .av_one_third h3,
    #top .korunky-druhy .av_one_fourth h3,
    #top .korunky-druhy .av_one_half h3 {
        padding: 0 15px;
    }
    #top .korunky-druhy .av_one_third p,
    #top .korunky-druhy .av_one_fourth p,
    #top .korunky-druhy .av_one_half p {
        padding: 0 15px;
    }
    #top .korunky-druhy .av_one_third .avia-button,
    #top .korunky-druhy .av_one_fourth .avia-button,
    #top .korunky-druhy .av_one_half .avia-button {
        padding: 0 15px !important;
    }

    #top .kontakt-box-without-faq .flex_column_table {
        margin-bottom: 60px;
    }

    #top .prijimame-pacientov p {
        font-size: 20px;
    }
    #top .prijimame-pacientov.flex_column {
        margin-bottom: 0px !important;
        margin-top: 40px !important;
    }
/****** dotaznik ******/
    /*.wpcf7-list-item {
        margin-bottom: 15px !important;
    }*/
    #top .dotaznik-form input[type="email"] {
        margin-bottom: 0px;
    }
    #top .dotaznik-form .flex_column {
        margin-bottom: 30px !important;
    }
/************ zachrana zuba *************/
    #top .rizika-trhanie .iconbox_left_content .iconbox_icon {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
        margin-right: 14px;
    }
    #top .rizika-trhanie h3.iconbox_content_title {
        font-size: 17px;
    }
    #top .zachrana-postup .avia-timeline .milestone_icon {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    #top .zachrana-postup .avia-timeline .milestone_icon {
        font-size: 26px;
    }
    .av-no-preview .zachrana-postup ul.avia-timeline-vertical li {
        padding: 0 0 0 50px;
    }
    #top .zachrana-pripady .av_one_third {
        padding: 15px 20px 15px 20px;
    }
    #top .pripad-label p {
        width: 32%;
    }
/***** ambulantne bielenie zuboc new *****/
    #top .bielenie-new-4-boxes img {
        margin-bottom: 0px !important;
    }
    #top .bielenie-new-4-boxes .flex_column {
        padding-bottom: 30px !important;
    }
/***** cennik new *****/
    #top .cennik-table-new td,
    #top .cennik-table-new tr.avia-heading-row th {
        width: 40%;
    }
    #top .cennik-table-new td.avia-highlight-col,
    #top .cennik-table-new tr.avia-heading-row th.avia-highlight-col {
        width: 30% !important;
    }
}

@media only screen and (max-width:414px) {
    body #header_main #custom_html-2 .col.phone {
        flex: 0 0 53%;
    }
    body #header_main #custom_html-2 .col.btn {
        flex: 0 0 47%;
        margin-left: 0px;
    }
/*************** POPUP FORM ***************/
    #top .popup-form textarea {
        height: 100px;
    }
}

@media only screen and (max-width:396px) {
    body #header_main #custom_html-2 .col.phone {
        flex: 0 0 51%;
    }
    body #header_main #custom_html-2 .col.btn {
        flex: 0 0 49%;
        margin-left: 0px;
    }
    #top .zoznam-sluzby .avia-button.avia-size-small {
        font-size: 14px !important;
        margin-top: 10px !important;
    }
    #top .zoznam-sluzby .av_one_fourth,
    #top .zoznam-sluzby .av_one_third {
        padding-bottom: 5px;
    }
    #top .zoznam-sluzby .av_one_fourth .av-special-heading,
    #top .zoznam-sluzby .av_one_third .av-special-heading {
        margin-top: 12px;
    }
    #top .zoznam-sluzby .av_one_fourth,
    #top .zoznam-sluzby .av_one_third {
        margin-bottom: 13px !important;
    }
/***** dotaznik *****/
    span.wpcf7-list-item-label {
        margin-right: 25px;
        font-size: 15px;
    }
/******* zachrana zuba *******/
    #top .rizika-trhanie .iconbox {
        padding: 15px 20px 0px 15px;
    }
    #top .rizika-cta p {
        font-size: 17px;
    }
    #top .zachrana-postup .av-milestone-contentbox {
        padding: 25px 20px 10px 20px;
    }
}

@media only screen and (max-width:385px) {
    body #header_main #custom_html-2 .col.phone {
        flex: 0 0 49%;
    }
    body #header_main #custom_html-2 .col.btn {
        flex: 0 0 51%;
        margin-left: 0px;
    }
/******* zachrana zuba *******/
    #top .rizika-trhanie .iconbox_left_content .iconbox_icon {
        width: 25px;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
        margin-right: 11px;
    }
    #top .rizika-trhanie .iconbox {
        padding: 15px 20px 0px 10px;
    }
    #top .zachrana-postup .av-milestone-contentbox {
        padding: 15px 15px 5px 15px;
    }
    #top .zachrana-postup h4.av-milestone-title {
        font-size: 17px;
    }
/***** cennik new ******/
    #top .cennik-table-new tr.avia-heading-row th.avia-highlight-col,
    #top .cennik-table-new tr.avia-heading-row th {
        font-size: 12px;
    }
    #top .cennik-table-new td,
    #top .cennik-table-new td.avia-highlight-col {
        font-size: 14px;
    }
}

@media only screen and (max-width:380px) {
    #top .zachrana-postup .avia-timeline .milestone_icon {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    #top .zachrana-postup .avia-timeline-vertical .av-milestone-icon-wrap {
        width: 36px;
    }
    #top .zachrana-postup .avia-timeline .milestone_icon {
        font-size: 23px;
    }
    .av-no-preview .zachrana-postup ul.avia-timeline-vertical li {
        padding: 0 0 0 45px;
    }
}

@media only screen and (max-width:375px) {
    body #header_main #custom_html-2 .col p {
        font-size: 10px;
    }
    #top .zoznam-sluzby .av_one_fourth h3,
    #top .zoznam-sluzby .av_one_third h3 {
        font-size: 15px;
    }
}

@media only screen and (max-width:370px) {
    body #header_main #custom_html-2 .col.btn a {
        font-size: 12px;
        padding: 0 10px 0 10px;
        margin-top: 4px;
    }
    #top .prijimame-pacientov.flex_column {
        padding: 20px 15px;
    }
}

@media only screen and (max-width:360px) {
    #top .cennik-table td.avia-highlight-col {
        width: 36%;
    }
    .avia-button {
        min-width: 130px !important;
    }
/****** dotaznik ******/
    span.wpcf7-list-item-label {
        margin-right: 100px;
    }
/***** cennik new *****/
    #top .cennik-table-new tr.avia-heading-row th.avia-highlight-col {
        padding-left: 9px;
    }
}

@media only screen and (max-width:360px) {
    #top .copyright-info p,
    #top .footer-section p {
        font-size: 14px;
    }
}

@media only screen and (max-width:355px) {
    #top .zoznam-sluzby .av_one_fourth .av-special-heading,
    #top .zoznam-sluzby .av_one_third .av-special-heading {
        padding: 0 10px;
    }
    #top .zoznam-sluzby .avia-button.avia-size-small {
        margin-top: 7px !important;
        padding-left: 10px !important;
    }

/***** cennik new ******/
    #top .cennik-table-new tr.avia-heading-row th.avia-highlight-col {
        padding-left: 6px;
    }
}

@media only screen and (max-width:345px) {
    body #header_main #custom_html-2 .col p {
        font-size: 0px;
    }
    body #header_main #custom_html-2 .col.phone p {
        background-size: auto 18px;
        padding-top: 7px;
        padding-bottom: 4px;
        padding-left: 15px;
        background-position: 0px 10px;
        display: flex;
        align-items: center;
    }
    body #header_main #custom_html-2 .col.btn a {
        margin-top: 2px;
        margin-bottom: 3px;
    }

    #top .pripad-label p {
        width: 37%;
    }
/***** cennik new ******/
    #top .cennik-table-new tr.avia-heading-row th.avia-highlight-col, #top .cennik-table-new tr.avia-heading-row th {
        font-size: 11.5px;
    }
}

@media only screen and (max-width:340px) {
    body #header_main #custom_html-2 .col p a {
        font-size: 14px;
    }
    body #header_main #custom_html-2 .col.btn a {
        padding: 0 8px 0 8px;
    }
}

@media only screen and (max-width:330px) {
    body #header_main #custom_html-2 .col.btn a {
        padding: 0 6px 0 6px;
    }
    #top .zoznam-sluzby .av_one_fourth h3,
    #top .zoznam-sluzby .av_one_third h3 {
        font-size: 14px;
    }
    #top .zoznam-sluzby .avia-button.avia-size-small {
        font-size: 13px !important;
    }
}

@media only screen and (max-width:325px) {
    #top .kontakt-box-tel p {
        font-size: 28px;
    }
    body #header_main #custom_html-2 .col.btn a {
        font-size: 11px;
    }
}