/* custom css */
.display-none {
    display: none;
}

/* bg fix */
html, body,
.mfp-iframe-scaler iframe, iframe {
    background-color: #fff;
}

#top .av-video-slide .avia-slide-wrap {
    background: transparent;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.html_stretched #wrap_all {
    background: #fff;
}

html, body,
.mfp-iframe-scaler iframe, iframe {
    background-color: #fff;
}

.container_wrap { border: 0; }

/* fonts */

@font-face {
    font-family: 'CC-Regular';
    src: url('../font/CC-Regular.eot');
    src: url('../font/CC-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/CC-Regular.woff') format('woff'),
         url('../font/CC-Regular.woff2') format('woff2'),
         url('../font/CC-Regular.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CC-Light';
    src: url('../font/CC-Light.eot');
    src: url('../font/CC-Light.eot?#iefix') format('embedded-opentype'),
         url('../font/CC-Light.woff') format('woff'),
         url('../font/CC-Light.woff2') format('woff2'),
         url('../font/CC-Light.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CC-Heavy';
    src: url('../font/CC-Heavy.eot');
    src: url('../font/CC-Heavy.eot?#iefix') format('embedded-opentype'),
         url('../font/CC-Heavy.woff') format('woff'),
         url('../font/CC-Heavy.woff2') format('woff2'),
         url('../font/CC-Heavy.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, #top .title_container .main-title, .av-special-font {
    font-family: 'CC-Heavy';
}

/* helpers */

.column_centered,.col_centered,.col_center {
    float:none !important;
    margin: 0 auto !important;
    max-width: 860px;
}

.mt-100  { margin-top:  -100px !important;}
.mt100  { margin-top:  100px !important; }
.mt50  { margin-top:  50px !important; }
.mt40  { margin-top:  40px !important; }
.mt30  { margin-top:  30px !important; }
.mt20  { margin-top:  20px !important; }
.mt10  { margin-top:  10px !important; }

.mb100 { margin-bottom: 100px !important; }
.mb90  { margin-bottom:  90px !important; }
.mb80  { margin-bottom:  80px !important; }
.mb70  { margin-bottom:  70px !important; }
.mb60  { margin-bottom:  60px !important; }
.mb50  { margin-bottom:  50px !important; }
.mb40  { margin-bottom:  40px !important; }
.mb30  { margin-bottom:  30px !important; }
.mb20  { margin-bottom:  20px !important; }
.mb10  { margin-bottom:  10px !important; }

.pt100 { padding-top:  100px !important; }
.pt50  { padding-top:   50px !important; }
.pt40  { padding-top:   40px !important; }
.pt30  { padding-top:   30px !important; }
.pt20  { padding-top:   20px !important; }
.pt10  { padding-top:   10px !important; }
.pt0   { padding-top:    0px !important; }

.section_pt0 .content { padding-top:  0px !important; }
.section_pt20 .content { padding-top:  20px !important; }

@media only screen and (min-width: 768px) {
    .desktop_ml_100 {
        margin-left: 100px
    }
}

@media only screen and (min-width: 1680px) { /*desktop*/
.mt100-d  { margin-top:  100px !important; }
.mt50-d  { margin-top:  50px !important; }
.mt40-d  { margin-top:  40px !important; }
.mt30-d  { margin-top:  30px !important; }
.mt20-d  { margin-top:  20px !important; }
.mt10-d  { margin-top:  10px !important; }
}

@media only screen and (min-width: 768px) { /*tablet*/
.mt100-t  { margin-top:  100px !important; }
.mt50-t  { margin-top:  50px !important; }
.mt40-t  { margin-top:  40px !important; }
.mt30-t  { margin-top:  30px !important; }
.mt20-t  { margin-top:  20px !important; }
.mt10-t  { margin-top:  10px !important; }
}

.text-normal,.text-normal * { text-transform: none !important; }

.text-bold,.text-bold * { font-weight: 700 !important; }

.av-subheading.av_custom_color {
	opacity: 1;
}

#top .main_color a,
#top  .main_color .avia-button {
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

#top .main_color a:hover {
    color: #30539D;
}

#top .main_color .avia-button:hover,
#top .main_color input[type="submit"]:hover {
    color: #fff;
    background: #30539D;
    opacity: 1;
}

#top .header_color .phone-info,
#top .header_color .phone-info a {
    color: #9ecdf2;
    font-size: 14px;
}

.av_header_border_disabled #header_main {
    border: 0;
}

.header_color .header_bg {
    background: rgba(255,255,255,0.88);
}

#header {
    background-color: #fff !important;
    opacity: 1 !important;
}

.html_av-overlay-side-minimal .av-burger-overlay-bg {
    opacity: 0;
}

/* flags */

.av-main-nav > li.wpml-ls-menu-item > a {
    padding: 0 0 0 10px;
}

.av-main-nav > li.wpml-ls-menu-item > a .avia-menu-fx {
    display: none;
}

.av-main-nav > li.av-language-switch-item {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    
.responsive #top #header .sub_menu {
    float: right;
    width: 20%;
}

.responsive #top #header .phone-info {
    float: left;
    width: 80%;
    clear: none;
}

.responsive #top .avia_wpml_language_switch,
.responsive #top .avia_wpml_language_switch li {
    padding: 0 !important;
}

}


/*
.av-main-nav > li.wpml-ls-menu-item img {
    opacity: 0.5;
    -webkit-filter: brightness(90%) contrast(95%) grayscale(75%) saturate(50%);
    filter: brightness(90%) contrast(95%) grayscale(75%) saturate(50%);
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
*/

.responsive .av-burger-overlay-inner {
    background: #fff;
}

.av-main-nav > li.wpml-ls-menu-item:hover,
.av-main-nav > li.wpml-ls-menu-item a:hover {
    background: none;
}

.av-main-nav > li.wpml-ls-menu-item a:hover img {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.av-main-nav > li.wpml-ls-menu-item.menu-item-language-current a img {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

#av-burger-menu-ul .wpml-ls-menu-item {
    float: left;
}

#av-burger-menu-ul .wpml-ls-menu-item a {
    padding-right: 0 !important;
    border-bottom: 0 !important;
}

/* menu */

.header_color .main_menu ul ul {
    background: transparent;
    border: 0;
}

.av-main-nav ul {
    width: 320px;
}

.header_color .main_menu .menu ul li a {
    background: #fff;
    border: 0;
}
.header_color .main_menu .menu ul li a:hover {
    background: #f8f8f8;
}

.header_color .main_menu li {
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

#top #header .av-main-nav li a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "CC-Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#top .sidebar .nested_nav li a {
    font-family: "CC-Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 16px;
    padding: 8px 0;
}

body {
    font-family: "CC-Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
}

@media only screen and (min-width: 768px) {
    #top #header .av-main-nav > li > a {
        display: flex;
        align-items: center;
    }
    #top #header .av-main-nav > li > a span.avia-menu-text {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    #top #header .av-main-nav > li > a span.avia-menu-text span {
        line-height: 18px;
    }
}


#top #header .av-main-nav li li a {
    text-transform: none;
}


/*
#top.home #header.av_header_transparency .av-main-nav li a {
    text-shadow: 0 0 8px rgba(0,0,0,0.7)
}
*/
#top #header .av-main-nav > li.current_page_ancestor > a,
#top #header .av-main-nav > li.current-page-ancestor > a,
#top #header .av-main-nav > li.current-menu-ancestor > a,
#top #header .av-main-nav li.current_page_item > a,
#top #header .av-main-nav li.current-page-item > a {
    font-weight: 600;
    color: #30539d;
}

.header_color .main_menu li:not(.wpml-ls-menu-item):hover {
    color: #222;
}

.header_color .avia-menu-fx {
    height: 0;
}

.header_color .avia-menu-fx .avia-arrow-wrap {
    top: -12px;
    visibility: visible;
}

.header_color .avia-menu-fx .avia-arrow-wrap .avia-arrow {
    top: 8px;
}

/*
#av-burger-menu-ul .current_page_item:not(.current_page_ancestor) .avia-menu-text {
    font-weight: 600;
    color: #222;    
}
*/

.avia-menu.av_menu_icon_beside {
    border: 0;
}
.cart_dropdown {
    border: 0;
}

#menu-item-shop {
    /* display: none; */
}

#menu-item-shop .cart_dropdown_link {
    padding: 0 15px;
}

.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
    background: #30539d;
}

/* logo  */
.av-logo-container .logo,
.av-logo-container .logo a {
    padding: 4px 0px;
}

@media only screen and (max-width: 480px) {
    .av-logo-container .logo:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 90px;
        height: 90px;
        background: #fff;
        border-radius: 50%;
    }
}

/* nadpis default */
#top #main .title_container {
    background-color: #30539d;
    color: #ffffff;
    
}


#top #main .title_container .container {
    min-height: 180px;
    display: flex;
}

#top #main .title_container h1 {
    color: #ffffff;
    margin-left: calc(27% + 50px);
    text-align: left;
    line-height: 1.2em;
    align-self: flex-end;
}
@media only screen and (max-width: 767px) {
    #top #main .title_container h1 {
        margin-left: 0;
    }
}


#top #main .title_container .main-title-custom_background {
    width: calc(25% + 50px); 
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    opacity: 100%;
}

@media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .title_container .container {
        width: 100%;
        max-width: 100%;
    }
    #top #main .title_container .main-title-custom_background {
        width: auto;
        left: 0;
        right: 0;
        bottom: inherit;
        height: 180px;
    }

    .responsive #top #wrap_all .title_container .main-title {
        padding: 200px 7.5% 20px;
    }
}

#top #main .title_container {
    background-image: url(/wp-content/themes/assets/images/head_bg_svg.svg);
    background-position: calc(50% + 750px) 0;
    background-repeat: no-repeat;
}
/*
#top #footer {
    background-image: url(/wp-content/themes/assets/images/head_bg_svg.svg);
    background-position: 0 100wh;
    background-repeat: no-repeat;
}
*/



#top #main .title_container .main-title-no-parent {
    font-weight: 500;
}

#top #main .title_container .parent-title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}


#top main img {
    max-width: 460px;
    margin: 50px 0;
}

.widget_nav_menu ul:first-child > .current-menu-item > a,
.widget_nav_menu ul:first-child > .current_page_item > a {
    padding:  6px 0 7px 0; 
}


/* home */
#slideshow_home {
    background: #30539d;
}
#slideshow_home .avia-slideshow {
    max-width: 1280px;
    margin:  0 auto;

}


.av-rotator-text-single.av-rotator-text-single-1,
.av-rotator-text-single.av-rotator-text-single-2,
.av-rotator-text-single.av-rotator-text-single-3,
.av-rotator-text-single.av-rotator-text-single-4,
.av-rotator-text-single.av-rotator-text-single-5
{
    background: transparent !important;
    text-shadow: 0 0 8px #000;
}

#section_home_video {
    overflow: hidden;
}

#top .avia-slideshow-inner .avia-slide-wrap video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#top .avia-slideshow-inner,
#top .avia-slideshow-inner li  {
    margin: 0 !important;
    padding: 0 !important;
}

#section_home_video .avia-slideshow-inner {
    position: relative;
}

#section_home_video .av-rotator-container {
    max-width: 900px;
    margin: 0 auto !important;
}

@media screen and (max-width: 768px) {
    #top .av-rotator-container-inner,
    #top .av-rotator-text {
        font-size: 48px;
        line-height: 52px;
    }

    #section_home_video .av-rotator-container {
        max-width: 520px;
    }

}

@media screen and (max-width: 580px) {
    #top .av-rotator-container-inner,
    #top .av-rotator-text {
        font-size: 34px;
        line-height: 32px;
        text-align: center;
    }
}

/* about  */

@media only screen and (max-width:  480px) {
    .hp_about_logo {
        max-width: 220px;
    }
}




/* images */
.avia_image {
    border-radius: 0;
}

.avia-image-container.avia-align-center.avia-builder-el-no-sibling.jmb_image {
    margin-bottom: 60px;
}

/* sections */
.section_narrowed .container {
    padding: 0 150px;
}

.section_mt0 .container {
    margin-top: 0!important;
}

.section_pb0 .content {
    padding-bottom: 0;
}

.section_boxed .container {
    max-width: 1170px;
    float: none;
    margin: 100px auto;
    position: relative;
    background: #fff;
    padding: 0 100px;
}

.section_contact_form .container {
    max-width: 960px;
    float: none;
    margin: 100px auto;
    position: relative;
    background: #fff;
    padding: 0 100px;
}

@media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .section_boxed .container {
        width: 100%;
        max-width: 100%;
        padding: 0 7.5%;
    }
}


body, body .avia-tooltip {
    font-size: 15px;
    font-weight: 400;
}

#top article.post-entry {
    min-height: 600px;
}

#top .header_color input[type="search"],
#top .main_color tr:nth-child(2n+1) {
    background-color: #ffffff;
}


#top #footer {
    font-size: 12px;
    font-weight: 400;
}


#top main ul {
    list-style: none;
    padding-left: 0;
}

#top main ul li {
    padding-left: 2em;
    margin: 1em 0.5em;
    position: relative;
}

#top main ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check-circle' class='svg-inline--fa fa-check-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%2330539d' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'></path></svg>");
}

#top main .entry-content {
    padding-bottom: 100px;
}

#top main h1, #top main h2 {
    font-weight: 700;
    letter-spacing: normal;
    margin-top: 2em;
}

#top main .avia-section h1, #top main .avia-section h2 {
    margin-top: 0;
}

#top .av-special-heading {
    margin-top: 0;
}

#top main .entry-content h1:first-child, #top main .entry-content h2:first-child {
    margin-top: 0;
}

/* reset type */
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: normal;
}

h1 span, h2 span, h3, h4, h5, h6,
.av-thin-font .av-special-heading-tag,
.modern-quote .av-special-heading-tag {
    font-weight: 700
}

#top h1 { font-size: 36px; margin-bottom: 10px; margin-top: 25px; }
#top h2 { font-size: 24px; margin-bottom: 15px; margin-top: 25px; }
#top h3 { font-size: 22px; margin-bottom: 10px; margin-top: 25px; }
#top h4 { font-size: 18px; margin-bottom: 10px; margin-top: 25px; }
#top h5 { font-size: 15px; }
#top h6 { font-size: 14px; }

/*h1, h2, h3, h4, h5, h6 {
    font-style: normal;
}*/

#top .section_heading .av-special-heading,
#top #wrap_all .section_heading .flex_column {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#top .section_heading .av-special-heading-tag { 
    font-size: 48px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.85);
}

/* smaller h1 on mobiles */
@media only screen and (max-width:  420px) {
    #top .section_heading .av-special-heading-tag {
        font-size: 26px;
    }
}

/* bigger h1 padding on desktop */
@media only screen and (min-width:  768px) {
    #top .section_heading .content {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

#top .section_heading .av-subheading p { 
    font-size: 20px;
}

#top .special-heading-border {
    display: none;
}


#top .heading_spacing h2 {
    font-size: 20px;
    font-weight: 400;
    color: #999;
    letter-spacing: 8px;
    margin-bottom: 2em;
}


.block_desc {
    margin-bottom: 50px;
} 

@media only screen and (min-width: 767px) {
    .block_desc_narrow {
        max-width: 340px;
    }
}




.main_color strong {
    color: #333;
    font-weight: 700;
}

.main_color.strong_color strong,
.strong_color strong {
    color: #122F77;
}


.main_color p a {
    font-weight: 700;
    text-decoration: underline;
}


#top a.link_nounderline {
    font-weight: inherit;
    text-decoration: none;
}

#top a.link_nounderline:hover {
    text-decoration: underline;
}

.main_color a.more_link {
    padding-right: 70px;
    display: inline-block;
    margin-top: 50px;

    background: url('more-link.png') no-repeat 95% center ;
    letter-spacing: 2px;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.main_color a.more_link:hover {
    background-position: right center ;
    color: #555555;
}

/* layout fix * /
.content, .sidebar {
    padding-top: 100px;
    padding-bottom: 100px;
}
*/


/* list style */

#top #main .entry-content-wrapper .avia_textblock li {
    background: url('./li.png') left 7px no-repeat transparent;
    padding-left: 20px;
    list-style: none;
    position: relative;
    z-index: 10;
    margin-left: -6px;
}


#top #main .alternate_color .entry-content-wrapper .avia_textblock li {
    background: url('./li-white.png') left 7px no-repeat transparent;
}

/* sections */
@media only screen and (max-width: 767px) { 
    .content, .sidebar {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

body div .avia-button {
    font-weight: 600;
}

body div .avia-button.avia-size-x-large .avia_button_icon_left,
body div .avia-button.avia-size-large .avia_button_icon_left {
    margin-right: 10px;
    font-size: 24px;
}

body div .avia-button.avia-size-x-large .avia_button_icon_right,
body div .avia-button.avia-size-large .avia_button_icon_right {
    margin-left: 10px;
    font-size: 24px;
}


body div .avia-button .avia_iconbox_title {
    top: -2px;
    position: relative;
}



/* contact form */

.av-google-badge-message {
    display: none;
}


/* footer */
#footer {
    /* background: #555555;
    background: linear-gradient(0deg, #555555 0%, #555555 90%); */
}

#footer .av_one_fourth:nth-child(1) {
    padding-top: 0px;
    padding-left: 0px;
    width: 27%;
}

#footer .av_one_fourth:nth-child(2) {
    margin-left: 4%;
    width: 20%;
}

#footer .av_one_fourth:nth-child(3) {
    margin-left: 4%;
    width: 20%;
}

#footer .av_one_fourth:nth-child(4) {
    margin-left: 4%;
    width: 20%;
}

#footer .av_one_fourth:nth-child(1) img {
    max-width: 160px !important;
    padding-right: 0px;
    float: right;
}

@media only screen and (max-width: 767px) {
    #footer .av_one_fourth:nth-child(1) img {
        float: none;
    }
}

@media only screen and (max-width: 599px) {
    #footer .av_one_fourth {
        text-align: center;
    }
}


#footer .widget {
	margin-top: 0;
}

#footer h4.widgettitle {
    border-bottom: 1px dotted #ffffff;
    padding-bottom: 8px;
    text-transform: none;
    color: #ffffff;
}

#top #footer .widget_nav_menu li {
	border: 0;
}

#top #footer .widget_nav_menu li a {
	color: #ffffff;
	padding: 3px 0px;
    font-size: 11px;
	font-weight: 700;
    text-transform: uppercase;
}

#footer .template-page.content {
	margin: 0;
}

#footer .wpml-ls-item {
    width: 32px;
    clear: none !important;
    float: left;
}

#footer .wpml-ls-item,
#footer .wpml-ls-item a,
#footer .wpml-ls-item a:hover,
#footer .wpml-ls-item a:visited {
    background: transparent !important;
}


@media only screen and (max-width: 767px) {

    .sort_by_cat .text-sep {
        display: none;
    }

    /* home slider */
    #full_slider_1 ul.avia-slideshow-inner {
        /*height: 500px !important;*/
    }

    .avia-slide-wrap img {
        object-fit: cover;
        /* height: 500px; */
    }

    #top .avia-slideshow-arrows a {
        /* top: 88%; */
    }
}

@media only screen and (min-width: 768px) {
    #full_slider_1 .avia-caption-title {
        font-size: 52px;
        text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.85);
    }  

    #full_slider_1 .avia-caption-content {
        text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.85);
    }
}

#full_slider_1 .avia-caption-content p {
    text-align: justify;
}  





/* mobile menu */
@media only screen and (max-width: 990px) {

    .responsive.html_cart_at_menu #top .main_menu .menu > li:last-child {
    	margin-right: 0;
    	padding-right: 0;
    }

    #top #av-burger-menu-ul {
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle;
    }

    .html_av-overlay-side #top .av-burger-overlay-scroll {
        opacity: 1;
        background-color: transparent;
        /*background-image: url(/wp-content/uploads/2020/12/triangle_raster.png);*/
        background-repeat: no-repeat;
        background-size: cover;
    }
    /*
    .html_av-overlay-side #top .av-burger-overlay-scroll ul {
        background-color: #eee;
        padding: 0 !important;
        margin-top: 80px !important;
    }
    */

    .html_av-overlay-side #top #wrap_all #av-burger-menu-ul li {
        line-height: 1.4em;
        padding: 0;
    }
    
    .html_av-overlay-side #top #wrap_all #av-burger-menu-ul li a {
        font-size: 16px;
        font-weight: 400;
        padding: 10px 40px;
        text-transform: uppercase;
        background-color: #ffffff
    }

    .html_av-overlay-side #top #wrap_all #av-burger-menu-ul li.current_page_item > a,
    .html_av-overlay-side #top #wrap_all #av-burger-menu-ul li.current-menu-item > a {
        font-weight: 600;
        color: #555555;
    }

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: #222;
    }

    .html_av-overlay-side #av-burger-menu-ul li a:hover,
    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        opacity: 1;
        background: #ddd;
    }

    .header_color .av-subnav-menu a:hover, 
    .header_color .main_menu ul:first-child > li a:hover,
    .header_color .main_menu ul:first-child > li.current-menu-item > a, 
    .header_color .main_menu ul:first-child > li.current_page_item > a, 
    .header_color .main_menu ul:first-child > li.active-parent-item > a
    /*,
    #av-burger-menu-ul .current_page_item:not(.current_page_ancestor) .avia-menu-text */ {
        /*background-color: #fff;*/
        color: #555555;
    }

    .html_av-overlay-side #top #wrap_all .av-burger-overlay li ul {
        border-top: 0;
    }

    .html_av-overlay-side #top #wrap_all .av-burger-overlay li li a {
        padding-left: 55px !important;
        font-size: 14px !important;
    }

    .html_av-overlay-side #top #wrap_all .av-burger-overlay li li a .avia-bullet {
        display: none;
    }

}



/* contact icons */

#top p .av_font_icon {
    float: none;
    clear: both;
    display: inline-block;
}

/* social icons */


#top #wrap_all .social_bookmarks li {
    margin-left: 5px;
}

#top #wrap_all .social_bookmarks .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
}

#top #wrap_all .social_bookmarks .av-social-link-instagram a {
    color: #fff;
    background-color: #FF8D1C;
}

#top #wrap_all .social_bookmarks .av-social-link-youtube a {
    color: #fff;
    background-color: #dd0000;
}



@media only screen and (max-width: 1279px) {
    #top nav .social_bookmarks {
        display: none;
    }
}

@media only screen and (max-width: 989px) {
    .avia-menu.av_menu_icon_beside {
        padding-right: 0;
        margin-right: 0;
        margin-left: 25px;
    }
    .av-main-nav-wrap {
        float: right;
    }
    .responsive.html_mobile_menu_tablet #top .av-logo-container .main_menu .social_bookmarks {
        float: right;
    }
}

/* sluzby */

.section_sluzby_bottom_buttons .content {
    padding-bottom: 130px;
}

@media only screen and (min-width:  768px) {
    .section_sluzby_bottom_buttons .col_left .avia-button {
        float: right;
    }
    .section_sluzby_bottom_buttons .col_right .avia-button {
        float: left;
    }
}







/* Footer */

#socket .container {
    text-align: center;
}
#socket .created,
#socket .created a {
    color: #888;
}
#socket .created {
    display: inline-block;
    display: none;
    min-width: 320px;
}

/* Footer WPML flags*/

#socket #lang_sel_list {
    float: right;
    border: 0;
    padding: 0;
    clear: none;
    margin-left: 36px;
}

/* photos title */
.mfp-title {
    display: none;
}

/* o nas gallery + noborder */

#top div .avia-gallery.gallery_noborder img {
    border: 0 none;
}

@media only screen and (max-width: 767px) {
    #top div .avia-gallery .avia-gallery-thumb a {
        width: 100% !important;
        clear: both;
        float: none !important;
    }
}





/* home icons */

.col_home_iconbox {
	margin-bottom: 25px;
}

.col_home_iconbox .home_iconbox_image {
	width: 18%;
	float: left;	
}

#top .col_home_iconbox .home_iconbox_title {
	width: 78%;
	margin-top: 0;
	margin-left: 4%;
	float: left;
	clear: none;
}

#top .col_home_iconbox .home_iconbox_title .av-special-heading-tag {
	font-size: 24px !important;
	font-weight: 600;
	margin-bottom: 0;
	color: #222;

}

.col_home_iconbox .home_iconbox_text {
	float: left;
	color: #555;
}


/* logo grid */
#top main .logo_grid .avia-content-slider-inner {
    display: flex;
    flex-direction: column;
}

#top main .logo_grid .slide-entry-wrap {
    display: flex;
    flex-direction: row;
}

#top main .logo_grid .slide-entry {
    padding: 30px;
}

#top main .logo_grid .slide-entry span {
    padding-bottom: 70% !important;
    background-size: contain;
    background-position: center;
}

/* logo grid home */
#top .logo_grid_home .avia-content-slider-inner {
    display: flex;
    flex-direction: column;
}

#top .logo_grid_home .slide-entry-wrap {
    display: flex;
    flex-direction: row;
}

#top .logo_grid_home .slide-entry {
    padding: 0px 30px;
}

#top .logo_grid_home .slide-entry span {
    padding-bottom: 70% !important;
    background-size: contain;
    background-position: center;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: .5;
}

@media only screen and (max-width: 767px) {
    #top .logo_grid_home .slide-entry {
        padding: 0px 0px;
    }
    
    #top .logo_grid_home .slide-entry span {
        /*padding-bottom: 70% !important;
        background-size: contain;
        background-position: center;
        -webkit-filter: grayscale(100%); 
        filter: grayscale(100%);
        opacity: .5;*/
    }
}








