/* poppins-regular - latin-ext_latin */
@font-face {
	font-family: 'Poppins';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/poppins-v6-latin-ext_latin-regular.woff2?v2') format('woff2');
  }
/* poppins-500 - latin-ext_latin */
@font-face {
	font-family: 'Poppins';
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	src: url('../../fonts/poppins-v6-latin-ext_latin-500.woff2?v2') format('woff2');
}
/* poppins-600 - latin-ext_latin */
@font-face {
	font-family: 'Poppins';
	font-display: swap;
	font-style: normal;
	font-weight: 600;
	src: url('../../fonts/poppins-v6-latin-ext_latin-600.woff2?v2') format('woff2');
}
/* poppins-700 - latin-ext_latin */
@font-face {
	font-family: 'Poppins';
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: url('../../fonts/poppins-v6-latin-ext_latin-700.woff2?v2') format('woff2');
}

body {
    font-family: "Poppins";
    background-color: #f4f4f4;
}

a,
a:hover {
    color: #e20100;
}

::selection {
    background: #e20100; /* WebKit/Blink Browsers */
    color: #fff;
}
::-moz-selection {
    background: #e20100; /* Gecko Browsers */
    color: #fff;
}

.a1cz4axrv {
    width: 181px;
}

.bg-primary {
    background-color: #e20100 !important;
}

.btn-primary {
    background-color: #e20100;
    border: none;
    line-height: 44px;
    border-radius: 0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
    background-color: #ca010f;
    border: none;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}

.btn-lg {
    font-size: 13px;
    font-weight: 600;
}

.fb03yhse2i {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

header {
    margin-bottom: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pt-0 {
    padding-top: 0;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.r9e9t05yg9 {
    height: 250px;
}

.ucz97fqkxd {
    min-height: 250px;
}

.smq2d5 {
    max-width: 95%;
}


@media screen and (min-width: 991px){
	.only-mobile {
		display: none;
	}

	.ptbsc7 .dujl9s.only-mobile {
		aspect-ratio: 400/267;
	}
}

@media (min-width: 768px){
    .w6i943tqt2 .col-md-1,
    .w6i943tqt2 .col-sm-1,
    .w6i943tqt2 .col-lg-1  {
        -ms-flex: 0 0 14.285714285714285714285714285714%;
        flex: 0 0 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714%;
        padding-right: 1px;

    }
    
    /*
    .fipitara2 .col-md-1,
    .fipitara2 .col-sm-1,
    .fipitara2 .col-lg-1  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    */
  }
  @media (min-width: 992px) {
    .w6i943tqt2 .col-md-1,
    .w6i943tqt2 .col-sm-1,
    .w6i943tqt2 .col-lg-1 {
        -ms-flex: 0 0 14.285714285714285714285714285714%;
        flex: 0 0 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714%;
        padding-right: 1px;
    }

    .fipitara2 .col-md-1,
    .fipitara2 .col-sm-1,
    .fipitara2 .col-lg-1 {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
        padding-right: 1px;
    }

    .fipitara2 .col-lg-1:first-child {
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%;
    }
  }
  
  /**
   *  The following is not really needed in this case
   *  Only to demonstrate the usage of @media for large screens
   */    
  @media (min-width: 1200px) {
    .w6i943tqt2 .col-md-1,
    .w6i943tqt2 .col-sm-1,
    .w6i943tqt2 .col-lg-1 {
        -ms-flex: 0 0 14.285714285714285714285714285714%;
        flex: 0 0 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714%;
        padding-right: 1px;
    }

    .fipitara2 .col-md-1,
    .fipitara2 .col-sm-1,
    .fipitara2 .col-lg-1 {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
        padding-right: 1px;
    }

    .fipitara2 .col-lg-1:first-child {
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%;
    }
  }

@media only screen and (max-width: 991px) {
    .pb-15-mobile {
        padding-bottom: 15px;
    }

    .mb-15-mobile-0 {
        margin-bottom: 0;
    }

    .pb-15-only-mobile {
        padding-bottom: 15px;
    }

    .pb-40-only-mobile {
        padding-bottom: 40px;
    }
    
    .r9e9t05yg9 {    
        height: unset;
    }
}

.pejnlst57a {
    margin-bottom: 0 !important;
}

.mwl4x5 h1 {
    color: #fff;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 48px !important;
    margin-bottom: 0;
}

.admin-bar .navbar {
    margin-top: 32px;
}
@media only screen and (max-width:782px) {
    .admin-bar .navbar {
        margin-top: 46px;
    }
}

.navbar {
    height: 80px;
    
    background-color: #e20100;
    background: #e20100; /* Old browsers */
    background: -moz-linear-gradient(left,  #e20100 0%, #e20100 65%, #ca010f 65%, #ca010f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e20100), color-stop(65%,#e20100), color-stop(65%,#ca010f), color-stop(100%,#ca010f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e20100 0%,#e20100 65%,#ca010f 65%,#ca010f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e20100 0%,#e20100 65%,#ca010f 65%,#ca010f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e20100 0%,#e20100 65%,#ca010f 65%,#ca010f 100%); /* IE10+ */
    background: linear-gradient(to right,  #e20100 0%,#e20100 65%,#ca010f 65%,#ca010f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20100', endColorstr='#ca010f',GradientType=1 ); /* IE6-9 */
}

.container {
    max-width: 997px;
}

@media only screen and (min-width:991px) {
    .c0csvmdb39 {
        -ms-flex: 0 0 67.31%;
        flex: 0 0 67.31%;
        max-width: 67.31%;
    }

    .tlju1wk5cg {
        -ms-flex: 0 0 32.69%;
        flex: 0 0 32.69%;
        max-width: 32.69%;
    }
}

button:focus {
    outline: 0;
}

.aos9n4b0pf {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.navbar-brand {
    line-height: 62px;
}

.navbar-nav  {
    line-height: 60px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar .navbar-nav .nav-link img {
    display: block;
    margin: 0 auto;
}

.right-nav {
    align-items: center;
    justify-content: center;
    height: 80px;
    background-color: #ca010f;
    margin-left: 55px;
    padding-left: 10px;
}

.navbar .navbar-nav.right-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    padding-left: 25px;
    padding-right: 0;
}

h2.search-title {
    color: #e20100;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (max-width:991px) {
    .a1cz4axrv {
        width: 131px;
		height: 36px;
    }

    /**
    * MOBILNÉ MENU
    **/
    .navbar-brand {
        line-height: unset;
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        margin: auto;
        top: 7px;
    }

    .navbar {
        background: #ca010f !important;
        height: 60px;
        padding: 0;
    }

    #navbarResponsive,
    #navbarTVEso {
        z-index: 1;
        background: #e20100;
        position: absolute;
        width: 100%;
        top: 60px;
    }

    #navbarTVEso {
        background: #9a00ff;
    }

    .right-nav {
        height: auto;
        background: #e20100;
        align-items: unset;
        justify-content: unset;
        margin-left: unset;
        padding-left: unset;
    }

    .navbar .navbar-nav {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 24px;
        line-height: 40px;
        padding-left: 0;  
    }
    
    .navbar .navbar-nav .nav-link img {
        display: inline-block;
        margin: unset;
        padding-right: 20px;
		width: 46px;
    }

    .navbar .navbar-nav.right-nav .nav-link {
        font-size: 15px;
        line-height: 40px;
        padding-left: 0;
    }

    .navbar-toggler {
        z-index: 1;
        height: 60px;
        width: 60px;
        border-radius: 0;
        color: #fff !important;
        border: none;
    }

    .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler:hover {
        color: #fff !important;
        opacity: 1 !important;
    }

    /**
    * Hamburger
    **/
    .rjnpfa736 {background:#e20100 !important; padding: 15px 15px;display: inline-block;cursor: pointer;transition-property: opacity, filter;transition-duration: 0.15s;transition-timing-function: linear;font: inherit;color: inherit;text-transform: none;background-color: transparent;border: 0;margin: 0;overflow: visible; }
    .rjnpfa736:hover {opacity: 0.7; }
    .rjnpfa736.is-active:hover {opacity: 0.7; }
    .rjnpfa736.is-active .wktmb0tac2,.rjnpfa736.is-active .wktmb0tac2::before,.rjnpfa736.is-active .wktmb0tac2::after {background-color: #fff; }
    .g5khs5zoql {width: 17px;height: 20px;display: inline-block;position: relative; }
    .wktmb0tac2 {display: block;top: 50%;margin-top:0; }
    .wktmb0tac2, .wktmb0tac2::before, .wktmb0tac2::after {width: 16px;height: 3px;background-color: #fff;border-radius: 4px;position: absolute;transition-property: transform;transition-duration: 0.15s;transition-timing-function: ease; }
    .wktmb0tac2::before, .wktmb0tac2::after {content: "";display: block; }
    .wktmb0tac2::before {top: -7px; }
    .wktmb0tac2::after {bottom: -7px; }
    .ojnw9e5xze .wktmb0tac2 {transition-duration: 0.075s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .ojnw9e5xze .wktmb0tac2::before {transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
    .ojnw9e5xze .wktmb0tac2::after {transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .ojnw9e5xze.is-active .wktmb0tac2 {transform: rotate(45deg);transition-delay: 0.12s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .ojnw9e5xze.is-active .wktmb0tac2::before {top: 0;opacity: 0;transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
    .ojnw9e5xze.is-active .wktmb0tac2::after {bottom: 0;transform: rotate(-90deg);transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  
    .i33mp7m2jg .rjnpfa736 {background: #9a00ff !important;}
    .i33mp7m2jg button.tejl8j {display: none;}
    /**
    * VYHLADAVANIE NA MOBILE
    **/
    #navbarSearch {
        background: #ca010f;
        padding: 15px;
        position: absolute;
        width: 100%;
        top: 60px;
    }

    /**
    * MOBILNE MENU FOOTER
    **/
    .menu-footer a {
        color: #fff;
        font-size: 24px;
        padding-right: 15px;
    }

    .menu-footer a:hover {
        text-decoration: none;
    }

    .menu-footer {
        background: #ca010f;
        padding: 15px;
    }

    .menu-footer .links a {
        font-size: 12px;
        font-weight: 500;
    }

}

@media only screen and (min-width:991px){
    .navbar-expand-lg .show-only-on-mobile {
        display: none !important;
    }
}

.cc-window{
    background: #333;
    z-index: 99999;
}
.cc-window span{
    color: #fff;
}
.cc-window span>a{
    color: #e20100;
    font-weight: 600;
}
.cc-window .cc-compliance {
    background: #e20100;
}
.cc-window .cc-compliance a{
    color: #fff;
    border: #e20100;
}
@media (max-width:991px) {
    .cc-window {
        font-size: 12px!important;
    }
    .cc-window .cc-compliance {
        font-size: 14px!important;
    }
}

/**
* FOOTER
**/
footer,
footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.75;
}

footer .oml920tmer .list-inline-item:not(:last-child) {
    margin-right: 30px;
}

footer .s77qaa6b06 .list-inline-item:not(:last-child) {
    margin-right: 20px;
}

.oml920tmer {
    background-color: #19191d;
}

.oml920tmer .row {
    line-height: 100px;
}

.oml920tmer ul li a {
    font-weight: 600;
}

.oml920tmer .udg6fl a {
    font-size: 24px;
    margin-left: 15px;
}

.s77qaa6b06 {
    background-color: #27272c;
}

.s77qaa6b06 .row {
    line-height: 60px;
}

.xg8emq4oyx:hover {
    opacity: 1;
}

.s77qaa6b06 .nrnbv8oua,
.s77qaa6b06 .slogan {
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    margin-bottom: 0;
}

.s77qaa6b06 .r0055k4mnd {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

.oml920tmer ul,
.s77qaa6b06 ul {
    margin-bottom: 0;
    padding-left: 0;
}

@media only screen and (max-width:991px) {
    .oml920tmer .row,
    .s77qaa6b06 .row {
        line-height: 36px;
        padding: 25px 0;
	}
}

@media only screen and (max-width:576px) {
	footer {
		padding-bottom: 40px;	
	}
}


/**
* MAIN
**/
main {
    margin-top: 95px;
    margin-bottom: 60px;
}

main .row {
    position: relative;
}

.bslqruauej {
    position: absolute;
    bottom: 0;
    right: -60px;
    text-align: center;
}

.bslqruauej a {
    display: block;
    width: 60px;
    line-height: 60px;
    background-color: #d8d8d8;
    color: #fff;
}

.pagination {
    width: 100%;
}

.pagination a {
    display: none;
}

.adgk4uv8nx .pagination {
    margin: 0 15px;
}

.adgk4uv8nx .next-posts {
    position: relative;
    width: 100%;
}

.hp-posts {
	margin-bottom: 15px;
	padding-top: 20px;
	background: #e20001;
}

.hp-posts.lnmqxw > h2,
.hp-posts.kyecfn2 > h2 {
	color: #fff;
	margin-bottom: 20px;
    padding-left: 15px;
    font-size: 22px;
}

.hp-posts .hp-posts-loop {
	display: flex;
	overflow-x: auto;
	gap: 15px;
	padding-bottom: 25px;
}

.hp-posts .hp-posts-loop::-webkit-scrollbar {
	height: 8px;
	background: gray;
}

.hp-posts .hp-posts-loop::-webkit-scrollbar-thumb:horizontal {
	background: #ca010f;
}

.hp-posts .hp-posts-loop article:nth-child(1) {
	margin-left: 15px;
}

.hp-posts .hp-posts-loop article:last-child {
	margin-right: 15px;
}

.hp-posts article {
	width: 40%;
	flex: 0 0 auto;
}

@media screen and (max-width: 576px) {
	.hp-posts article {
		width: 65%;
	}
}

.hp-posts.lnmqxw .jbi8a4,
.hp-posts.kyecfn2 .jbi8a4 {
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 100%;
	aspect-ratio: 256/200;
}

.hp-posts.lnmqxw .qdt0pszku0,
.hp-posts.kyecfn2 .qdt0pszku0 {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
}

.hp-posts.lnmqxw .qdt0pszku0 h2,
.hp-posts.kyecfn2 .qdt0pszku0 h2 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 0;
}

@media only screen and (max-width:991px) {
    main {
        margin-top: 60px;
    }

    .xj2xc6c4 main,
    .cfcmqxq main,
    .spz55wz9qy main,
    .page-template-template-edit-advertisement main,
    .page-template-template-edit-advertisement main {
        margin-top: 75px;
    }

    .bslqruauej {
        display: none;
    }
}

/**
* SIDEBAR
**/
.ooy5svt {
    padding-right: 11px;
}

.wihuq16b {
    margin-top: -275px;
}

@media only screen and (max-width:991px) {
    .ooy5svt {
        margin-top: 15px;
        padding-right: 15px;
        padding-left: 15px !important;
    }
}

/**
* PROMO BANNER
**/
.dujl9s {
    margin-bottom: 15px;
    padding: 7px;
    background-color: #fff;
    text-align: center;
}

.dujl9s img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/**
* NAJCITANEJSIE CLANKY
**/
.ovgxfh7vna {
    background-color: #fff;
    border-top: 4px solid #e20100;
    margin-bottom: 15px;
}

.ovgxfh7vna h2 {
    color: #19191d;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}

.ovgxfh7vna .c5u82952qc {
    width: 100%;
}

.ovgxfh7vna .nav-tabs {
    display: block;
    text-align: right;
}

.ovgxfh7vna .dropdown-toggle::after {
    color: #e20100;
    content: "\f078";
    font-family: "Font awesome 5 Free";
    border: none;
    position: absolute;
    right: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs {
    border-color: transparent;
    color: #19191d;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e20100;
}

.nav-tabs .nav-link {
    color: #19191d;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 0;
    margin-right: 20px;
}

.ovgxfh7vna .hcf29k {
    max-width: 40px;
    height: 55px;
    display: block;
    text-align: center;
    background-color: #746e6e;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    font-weight: 700;
}

.ovgxfh7vna .yydsgi {
    padding-left: 15px;
}

.ovgxfh7vna .yydsgi a,
.wv9n3lw6a6 a,
.pp14cvtl2n a {
    display: block;
    color: #19191d;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
}

@media screen and (max-width:360px) {
	.pp14cvtl2n.hp a {
		font-size: 12px;
	}
}

.ovgxfh7vna .cdmq0m62a9 {
    padding: 15px;
    border-bottom: 2px solid #f4f4f4;
}

.pp14cvtl2n li + li {
    margin-top: 10px;
}

/**
* SIDEBAR NAJNOVSIE Z BLOGU
**/
.d5vmagq87u,
.jom8js6g07,
.pp14cvtl2n {
    background-color: #fff;
    border-top: 4px solid #e20100;
    margin-bottom: 15px;
}

.pp14cvtl2n.hp {
	margin-top: 15px;
}

.jom8js6g07 {
    border-top: 4px solid #9a00ff;
}

.jom8js6g07 .skbavx202q {
    padding: 15px;
}

.d5vmagq87u h2,
.jom8js6g07 h2,
.pp14cvtl2n h2,
.wv9n3lw6a6 h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #19191d;
    margin: 15px;
    margin-bottom: 0;
}

.wv9n3lw6a6 h2 {
    margin: 0;
    margin-bottom: 10px;
}

.d5vmagq87u h3 { 
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.d5vmagq87u .r6cwakyn9 {
    padding: 15px;
    border-bottom: 2px solid #f4f4f4;
}

.d5vmagq87u .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.d5vmagq87u .r6cwakyn9 img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.d5vmagq87u .r6cwakyn9 .vsuvayvzk4 {
    left: 15px;
    right: 15px;
    bottom: 10px;
}

.d5vmagq87u .show-more a {
    line-height: 50px;
    font-size: 13px;
    font-weight: 600;
}

.d5vmagq87u .show-more a:hover {
    color: #ca010f;
}

/**
* VYPIS CLANKOV
**/

.v6vkubds39 {
    margin-bottom: 15px;
}

.v6vkubds39 .jbi8a4 {
    display: block;
    width: 100%;
    height: 404px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.v6vkubds39 .qdt0pszku0 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

#main .v6vkubds39 .qdt0pszku0 h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0;
}

@media only screen and (max-width:991px) {
    #main .v6vkubds39 .qdt0pszku0 h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .v6vkubds39 {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -15px;
    }

    .v6vkubds39 .jbi8a4 {
        height: 240px;
    }

    .v6vkubds39 .qdt0pszku0 {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .v6vkubds39 .qdt0pszku0 h2 { 
        font-size: 24px;
        line-height: 30px;
    }

    .qdt0pszku0 .xj2xc6c4 p {
        margin-bottom: 10px;
        font-size: 11px;
    }
}

article .qdt0pszku0 .xj2xc6c4 p,
.qdt0pszku0 .xj2xc6c4 p,
.ftys8l5xwn p,
.wjvn42opyp p,
.dlsgiojiip p {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e20100;
}

.v6vkubds39.ie3p8jq .qdt0pszku0 .xj2xc6c4 p {
	background-color: #fff;
	color: #19191d;
}

.dlsgiojiip p {
    background-color: #f4f4f4;
    color: #19191d;
}

.dlsgiojiip p i {
    margin-right: 10px;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.zh4tn9z0il img {
    display: block;
    width: 100%;
}

@media only screen and (max-width:991px) {
    .zh4tn9z0il img {
        height: auto;
    }
}

.jt3dykrotg .zh4tn9z0il img,
.u0i51g02yp .s90ccvn9k4 .zh4tn9z0il img {
    height: 145px;
}

.u0i51g02yp .s90ccvn9k4 article {
    width: 100%;
}

.z7zrag,
.l63e0iiu8d {
    margin-bottom: 15px;
}

.z7zrag .zh4tn9z0il,
.l63e0iiu8d .zh4tn9z0il {
    -ms-flex: 0 0 35.879%;
    flex: 0 0 35.879%;
    max-width: 35.879%;
}

.z7zrag .l5n2xf297,
.l63e0iiu8d .col-8.l5n2xf297 {
    -ms-flex: 0 0 64.121%;
    flex: 0 0 64.121%;
    max-width: 64.121%;
}

.z7zrag .qdt0pszku0 h2,
.l63e0iiu8d .qdt0pszku0 h2,
.du4i8c .qdt0pszku0 h2 {
    font-size: 16px;
    color: #19191d;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.z7zrag .qdt0pszku0 .xj2xc6c4 p,
.l63e0iiu8d .qdt0pszku0 .xj2xc6c4 p {
    margin-bottom: 8px;
    margin-right: 5px;
}

.z7zrag .qdt0pszku0 .k7emop small,
.l63e0iiu8d .qdt0pszku0 .k7emop small {
    color: #19191d;
    opacity: 0.65;
    font-size: 12px;
    font-weight: 500;
}

.z7zrag .l5n2xf297,
.l63e0iiu8d .l5n2xf297,
.du4i8c .q4jdfn {
    padding: 15px;
    background: #fff;
}

.du4i8c .qdt0pszku0 p {
	color: #19191d;
	font-size: 14px;
	margin-bottom: 5px;
}

.du4i8c .qdt0pszku0 i {
	padding-right: 5px;
	width: 25px;
}

@media only screen and (max-width: 991px) {
    .z7zrag .l5n2xf297,
    .l63e0iiu8d .col-8.l5n2xf297 {
        background: transparent;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .z7zrag .qdt0pszku0 h2,
    .l63e0iiu8d .qdt0pszku0 h2 {
        font-size: 14px;
        line-height: 22px;
    }
}

.z7zrag a:hover,
.o49b4gn1ld a:hover,
.l63e0iiu8d a:hover {
    text-decoration: none;
}

body:not(.uxyk7eaebt) .o49b4gn1ld {
    background-color: #d8d8d8;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

body:not(.uxyk7eaebt) .o49b4gn1ld:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: #f4f4f4 #f4f4f4 #f4f4f4 #e20100;
    right: 0;
    top: 0;
}

.o49b4gn1ld .zh4tn9z0il {
    -ms-flex: 0 0 35.348%;
    flex: 0 0 35.348%;
    max-width: 35.348%;
}

.o49b4gn1ld .l5n2xf297 {
    -ms-flex: 0 0 64.652%;
    flex: 0 0 64.652%;
    max-width: 64.652%;
}

.o49b4gn1ld .article-data-top {
    margin-bottom: 15px;
}

.o49b4gn1ld .xj2xc6c4 {
    margin-right: 5px;
}

.o49b4gn1ld .k7emop small {
    display: block;
    line-height: 28px;
    background-color: #fff;
    color: #e20100;
    font-size: 12px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
}

.o49b4gn1ld .l5n2xf297 {
    padding-left: 15px;
}

.jimha7ulpd.o49b4gn1ld p,
.jimha7ulpd.o49b4gn1ld h3 {
    color: #19191d;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
}

.o49b4gn1ld .l5n2xf297.p3odvvolin {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}


@media only screen and (max-width:991px) {
    .mw7cla article.o49b4gn1ld {
        padding: 0 0 10px 0;
    }

    .u0i51g02yp article.o49b4gn1ld {
        padding: 10px;
    }

    .o49b4gn1ld:after {
        display: none;
    }

    .o49b4gn1ld .k7emop small {
        font-size: 11px;
    }
}

/**
* ARCHIVE
**/
.zfahe45li2 {
    margin-top: -15px;
    background-color: #e20100;
    margin-bottom: 15px;
}

.qoiz30ibk0 {
    padding: 15px 0;
}

.qoiz30ibk0 h1 {
    color: #fff !important;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}

.qoiz30ibk0.dark h1 {
    color: #19191d !important;
}

.zfahe45li2 .right-side {
    padding-right: 12px;
    padding-left: 0;
}

.post-type-archive-kratke-spravy .xj2xc6c4 {
    display: none;
}

.right-side .v6vkubds39:nth-child(1) .jbi8a4 {
    height: 194px;
}

.right-side .v6vkubds39:nth-child(2) .jbi8a4 {
    height: 195px;
}

.right-side .v6vkubds39 .qdt0pszku0 {
    left: 20px;
    right: 20px;
    bottom: 20px;
}

#main .right-side .v6vkubds39 .qdt0pszku0 h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.cfcmqxq .qdt0pszku0 .xj2xc6c4 p,
.ftys8l5xwn p,
.wjvn42opyp p {
    background-color: #f4f4f4;
    color: #19191d;
}

@media only screen and (max-width:991px) {
    .zfahe45li2 .right-side {
        padding-right: 15px;
        padding-left: 15px;
    }

    .right-side .v6vkubds39:nth-child(1) .jbi8a4,
    .right-side .v6vkubds39:nth-child(2) .jbi8a4 {
        height: 240px;
    }

    #main .right-side .v6vkubds39 .qdt0pszku0 h2 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
    }

    .v6vkubds39 {
        margin-top: 0;
    }

    .cfcmqxq .qdt0pszku0 .xj2xc6c4 p,
    .ftys8l5xwn p,
    .wjvn42opyp p {
        background-color: #fff;
        color: #19191d;
    }

    .zfahe45li2.rq6va0n {
        margin-top: 0;
    }

}

@media only screen and (max-width:576px) {
	.dbek6xesiu .qoiz30ibk0 h1 {
		font-size: 32px !important;
	}
}

/**
* DETAIL CLANKU
**/

.mxd3va9ugq {
    margin-bottom: 15px;
}

.vwa8t2f0 {
    margin-bottom: 30px;
}

.vwa8t2f0 img {
    width: 100%;
    display: block;
    height: auto;
}

.mw7cla .scjhp5j81 {
    margin-bottom: 15px;
}

.mw7cla .scjhp5j81 .k7emop small {
    display: block;
    line-height: 28px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.mw7cla .scjhp5j81 .xj2xc6c4 p {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e20100;
    margin-bottom: 5px;
}

.vgtjvtrb5p .scjhp5j81 .xj2xc6c4 p, 
.single-jobs .scjhp5j81 .xj2xc6c4 p {
	margin-bottom: 0;
}

.mw7cla .scjhp5j81 .xj2xc6c4 p:not(:last-child) {
    margin-right: 5px;
}

.mw7cla .f5oparlcec {
    width: 95%;
    margin-bottom: 30px;
}

.vgtjvtrb5p .f5oparlcec,
.single-jobs .f5oparlcec {
	margin-bottom: 20px;
	margin-top: 20px;
}



.mw7cla h1 {
    color: #19191d;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

@media only screen and (max-width:991px) {
    .mw7cla h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

.mw7cla .tuwn99fpet {
    margin-bottom: 30px;
}

.mw7cla .tuwn99fpet p {
    margin-bottom: 0;
    color: #19191d;
    opacity: 0.65;
    font-size: 13px;
    font-weight: 500;
}

.mw7cla .perex,
.mw7cla .content p:first-child strong:first-child,
.page .perex,
.page .content p:first-child strong:first-child {
    color: #19191d;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
}

.mw7cla .content p:not(:first-child) strong,
.page .content p:not(:first-child) strong {
    font-size: 14px; 
}

.mw7cla .content,
.page .content {
    color: #19191d;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.mw7cla .content img,
.page .content img {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.mw7cla .content figure {
    max-width: 100%;
}

.mw7cla .content figure img {
    margin-bottom: 0;
}

.mw7cla .content figure figcaption {
    font-size: 12px;
    text-align: right;
    font-style: italic;
}

.mw7cla .content img.ufiql2c96h,
.page .jbi8a4 img.ufiql2c96h {
    float: right;
    margin-left: 20px;
}

.mw7cla .content img.ov9x57jmu,
.page .jbi8a4 img.ov9x57jmu {
    float: left;
    margin-right: 20px;
}

.mw7cla .content h2,
.page .content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #19191d;
    margin-bottom: 20px;
}

.mw7cla .content h3 {
    color: #19191d;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    background-color: #fff;
    display: block;
    width: 100%;
    border-top: 4px solid #e20100;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.mw7cla .content .fb_iframe_widget {
	text-align: center;
}

.mw7cla .content .fb_iframe_widget,
.mw7cla .content iframe {
    width: 100% !important;
}

.mw7cla .content iframe[src*="youtube.com"] {
	display:block;
	max-width:100%;
	height:auto;
	aspect-ratio:16/9;
}

/* @media only screen and (min-width:996px) {
    .mw7cla .content iframe:not(.wp-embedded-content) {
        height: 360px;
    }
} */

@media only screen and (max-width:996px) {
    .mw7cla .content figure {
        padding: 0 15px;
    }
}

.mw7cla .gallery h3,
.mw7cla .gallery img {
    margin-bottom: 0;
}

.mw7cla .table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}


@media only screen and (max-width:991px) {
    .mw7cla main {
        margin-top: 60px;
    }

    .mxd3va9ugq {
        display: none;
    }

    .mxd3va9ugq.mobile {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .mw7cla .c0csvmdb39 {
        padding: 0;
    }

    .mw7cla .scjhp5j81 {
        padding: 0 15px;
    }

    .mw7cla .content p,
    .mw7cla .content h2,
    .mw7cla .perex,
    .mw7cla .u0i51g02yp {
        padding: 0 15px;
    }

}

/**
* POZRI AJ
**/

.smri2b2t {
    background-color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    border-top: 4px solid #e20100;
}

.smri2b2t .no56inr3rq {
    color: #19191d;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.smri2b2t .nyc2d2q9sj {
    width: 149px;
    height: auto;
    margin-bottom: 0 !important;
}

.smri2b2t .row {
    height: 120px;
}

.smri2b2t .nx5hl59y70 {
    color: #19191d;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    text-decoration: none;
}

.smri2b2t .pozri-aj-title-block {
    padding-left: 0;
}

.smri2b2t .nx5hl59y70:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    .smri2b2t .no56inr3rq {
        padding-left: 0 !important;
        text-align: left !important;
    }

    .smri2b2t .pozri-aj-title-block {
        padding-left: 15px;
    }

    .smri2b2t .row {
        height: 100%;
        padding: 5px 0;
    }
    .smri2b2t .row .row {
        height: auto;
    }

    .smri2b2t .jq6vsazaro {
        padding: 0;
    }

	.smri2b2t .nyc2d2q9sj {
		height: auto;
	}
}

/**
* ZA CONTENTOM
**/
.u0i51g02yp {
    margin-top: 30px;
}

.yfu54qvasb {
    text-align: center;
}

.yfu54qvasb .jbi8a4 {
    display: inline-block;
    padding: 7px;
    background-color: #fff;
	max-width: 100%;
}

.s90ccvn9k4 {
    margin-top: 30px;
    border-top: 4px solid #e20100;
}

.s90ccvn9k4 h2 {
    color: #19191d;
    font-size: 22px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 0;
}

.s90ccvn9k4 .show-all {
    line-height: 65px;
    text-align: right;
}

.s90ccvn9k4 .show-all a {
    background-color: #e20100;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    display: inline-block;
}

/**
* KRATKA SPRAVA
**/

.kratka-sprava article {
    background-color: #d8d8d8;
    padding: 15px;
    position: relative;
}

.kratka-sprava article:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 60px;
    border-color: #f4f4f4 #f4f4f4 #f4f4f4 #e20100;
    right: 0;
    top: 0;
}

@media only screen and (max-width:991px) {
    .kratka-sprava article {
        padding: 0;
        padding-bottom: 1px;
    }

    .kratka-sprava article:after {
        display: none;
    }

    .s90ccvn9k4 .yf5m61hh {
        line-height: 40px;
    }

    .s90ccvn9k4 .vj0nxh img {
        height: auto !important;
    }
}

/**
* PODUJATIA
**/

.f5ppcvbtr,
.knnkdveogv,
.rq6va0n {
    background-color: #ca010f;
}

.onhcqwll {
    background-color: #19191d;
    line-height: 48px;
}

.onhcqwll ul {
    margin-bottom: 0;
    text-align: center;
}

.onhcqwll li:hover,
.onhcqwll li.active {
    border-bottom: 2px solid #e20100;
}

.onhcqwll ul a {
    color: #868688;
    font-size: 12px;
    font-weight: 600;
    padding: 0 20px;
    display: inline-block;
    line-height: 38px;
}

.onhcqwll li:hover a,
.onhcqwll ul li.active a {
    color: #fff;
    text-decoration: none;
}

.gcjqjwk8hk,
.jwqiu975na,
.qnx6eldhp5 {
    padding-right: 0;
}

.gcjqjwk8hk button,
.jwqiu975na button,
.qnx6eldhp5 button {
    width: 100%;
    border-radius: 0;
    background-color: #27272c;
    border: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    padding-left: 15px;
}

.gcjqjwk8hk button:focus,
.jwqiu975na button:focus,
.qnx6eldhp5 button:focus {
    box-shadow: 0 0 0 0 transparent !important;
}

.gcjqjwk8hk button:after,
.jwqiu975na button:after,
.qnx6eldhp5 button:after {
    color: #e20100;
    content: "\f078";
    font-family: "Font awesome 5 Free";
    border: none;
    position: absolute;
    right: 15px;
}

.gcjqjwk8hk .dropdown-item,
.jwqiu975na .dropdown-item,
.qnx6eldhp5 .dropdown-item {
    font-size: 12px;
    padding: 0px 15px;
    line-height: 30px;
}

.gcjqjwk8hk .dropdown-menu,
.jwqiu975na .dropdown-menu,
.qnx6eldhp5 .dropdown-menu {
    min-width: 234px;
    border: none;
    border-radius: 0;
}

.gcjqjwk8hk .dropdown-menu::-webkit-scrollbar-track,
.jwqiu975na .dropdown-menu::-webkit-scrollbar-track,
.qnx6eldhp5 .dropdown-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.gcjqjwk8hk .dropdown-menu::-webkit-scrollbar,
.jwqiu975na .dropdown-menu::-webkit-scrollbar,
.qnx6eldhp5 .dropdown-menu::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.gcjqjwk8hk .dropdown-menu::-webkit-scrollbar-thumb,
.jwqiu975na .dropdown-menu::-webkit-scrollbar-thumb,
.qnx6eldhp5 .dropdown-menu::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e20100;
}

.event-date {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-flow: wrap;
    height: 100%;
    width: 100%;
}

.event-date .p3pup8 {
    color: #fff;
    font-size: 28px;
    line-height: 22px;
    font-weight: 700;
}

.event-date .bhddzf {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.jt3dykrotg .v6vkubds39 {
    margin-bottom: 0;
}

.h6ietaxo9r .f9twss6f5z {
    margin-right: 5px;
}

.i21dgp .qdt0pszku0 h2,
.vj0nxh .qdt0pszku0 h2,
.du4i8c .qdt0pszku0 h2 {
    font-size: 22px;
}

.du4i8c .qdt0pszku0 h2 {
	margin-bottom: 5px;
}

.du4i8c .ml1cx1jmt7 p {
	font-size: 12px;
}

.ody0m0z2wq,
.dl7n5k22k2 {
    position: absolute;
    bottom: 15px;
}

.t3je25jtbm {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.n0tozyptw9 {
    position: relative;
    margin-top: 10px;
}

.ody0m0z2wq p,
.dl7n5k22k2 p,
.t3je25jtbm p,
.n0tozyptw9 p {
    color: #19191d;
    opacity: 0.65;
    font-size: 12px;
    font-weight: 500;
    padding-left: 15px;
    margin-bottom: 0;
    line-height: 16px;
}

.dl7n5k22k2 p,
.n0tozyptw9 p {
    padding-left: 20px;
}

.t3je25jtbm p {
    color: #e20100;
    font-size: 18px;
    opacity: 1;
}

.n0tozyptw9:before,
.ody0m0z2wq:before {
    position: absolute;
    font-family: "Font awesome 5 Free";
    content: "\f3c5";
    color: #19191d;
    opacity: 0.65;
    left: 0;
    font-weight: 900;
    top: -3px;
    font-size: 14px;   
}

.n0tozyptw9:before {
    left: 3px;
}

.dl7n5k22k2:before {
    position: absolute;
    font-family: "Font awesome 5 Free";
    content: "\f015";
    color: #19191d;
    opacity: 0.65;
    left: 0;
    font-weight: 900;
    top: -3px;
    font-size: 14px;
}

.i21dgp .zh4tn9z0il,
.vj0nxh .zh4tn9z0il {
    position: relative;
}

.s8x2qz4rkz {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-flow: wrap;
    height: 100%;
    width: 100%;
    top: 0;
}

.s8x2qz4rkz .sqinon,
.s8x2qz4rkz .p3pup8 {
    font-size: 28px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    text-align: left;
}

.s8x2qz4rkz .vhx3v3,
.s8x2qz4rkz .bhddzf {
    font-size: 16px;
}

.s8x2qz4rkz .sqinon {
    padding-left: 40px;
}

@media only screen and (max-width:991px) {
    .gcjqjwk8hk,
    .jwqiu975na {
        padding-right: 15px;
    }

    .ody0m0z2wq {
        position: relative;
        margin-top: 15px;
        bottom: unset;
    }

    .gcjqjwk8hk .dropdown-menu,
    .jwqiu975na .dropdown-menu {
        min-width: 100%;
        max-width: 100%;
    }

    .f5ppcvbtr .right-side .v6vkubds39 .qdt0pszku0 h2,
    .i21dgp .qdt0pszku0 h2,
    .vj0nxh .qdt0pszku0 h2 {
        font-size: 16px;
    }

    .s8x2qz4rkz .vhx3v3, .s8x2qz4rkz .bhddzf {
        font-size: 14px;
    }

    .s8x2qz4rkz .sqinon {
        padding-left: 0;
    }

    .s8x2qz4rkz .sqinon, .s8x2qz4rkz .p3pup8 {
        font-size: 16px;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .vj0nxh .qdt0pszku0 h2 {
        line-height: 18px;
    }

    .vj0nxh .n0tozyptw9 {
        margin-top: 5px;
    }

    .vj0nxh .dl7n5k22k2 {
        position: relative;
        margin-top: 5px;
        bottom: unset;
    }

    .vj0nxh .t3je25jtbm {
        position: relative;
        margin-top: 7px;
        bottom: unset;
        right: unset;
    }
     
    .vj0nxh .t3je25jtbm p {
        padding-left: 0;
    }
}

/**
* EVENT DETAIL
*/

.sxz5n24a5f {
    background-color: #ca010f;
    padding: 15px;
    margin-bottom: 15px;
}

.sxz5n24a5f .scjhp5j81 .xj2xc6c4 p {
    background-color: #fff;
    color: #e20100;
}

.sxz5n24a5f h1 {
    color: #fff;
}

.qaj1ggshwc p,
.zuwvoykgrz p,
.f9twss6f5z p,
.pyj858k p,
.keb41utoe p {
    color: #19191d;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 28px;
    margin-bottom: 5px;
}

.qaj1ggshwc p a,
.zuwvoykgrz p a,
.f9twss6f5z p a,
.pyj858k p a,
.keb41utoe p a {
    color: #19191d;
}

.qaj1ggshwc p,
.keb41utoe p {
    position: relative;
    padding-left: 30px;
}

.qaj1ggshwc p:before,
.keb41utoe p:before {
    position: absolute;
    font-family: "Font awesome 5 Free";
    content: "\f3c5";
    color: #19191d;
    opacity: 0.65;
    left: 10px;
    font-weight: 900;
    top: -1px;
    font-size: 14px;   
}

@media only screen and (max-width:991px) {
    .sxz5n24a5f {
        padding: 0;
        padding-bottom: 1px;
	}
	
	.single-jobs .pyj858k p {
		line-height: 18px;
		padding: 5px 10px;
	}
}

/**
* DENNE MENU
**/

.ftys8l5xwn {
    margin-right: 5px;
}

.v5gck2 p {
    color: #fff;
    opacity: 0.9;
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}

.th91fdwv8u {
    background-color: #fff;
    border-top: 4px solid #e20100;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

.th91fdwv8u:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: #f4f4f4 #f4f4f4 #f4f4f4 #e20100;
    right: 0;
    top: -4px;
}

.y2rf07jhq0 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #19191d;
    margin-bottom: 20px;
}

.ygnt3ik2jd {
    background-color: #f4f4f4;
    display: inline-block;
    padding: 0 10px;
}

.ygnt3ik2jd p {
    position: relative;
    color: #19191d;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 28px;
    padding-left: 20px;
}

.ygnt3ik2jd p:before {
    position: absolute;
    font-family: "Font awesome 5 Free";
    content: "\f3c5";
    color: #19191d;
    opacity: 0.65;
    left: 0;
    font-weight: 900;
    top: -1px;
    font-size: 14px; 
}

.twu3ll2zwj {
    display: block;
    margin-top: 5px;
}

.twu3ll2zwj a {
    display: inline-block;
    background-color: #f4f4f4;
    color: #e20100;
    font-weight: 500;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    margin-right: 2px;
}

.syn7qxf0yq {
    color: #19191d;
    font-size: 13px;
    margin-top: 15px;
    line-height: 30px;
    font-weight: 500;
}

.uadrbisgnh {
    color: #767373;
    font-size: 12px;
    line-height: 20px;
}

.nd058kidgv {
    float: right;
}

@media only screen and (max-width:991px) {
    .th91fdwv8u:after {
        display: none;
    }

    .nd058kidgv {
        display: none;
    }
}

/**
* BISTRO BANNER
**/
.m7yu5yhik8,
.wv9n3lw6a6 {
    position: relative;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 15px;
}

.m7yu5yhik8:after,
.wv9n3lw6a6:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: #ca010f #ca010f #ca010f #19191d;
    right: 0;
    top: 0;
}

.m7yu5yhik8 h2 {
    color: #19191d;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    width: 95%;
    margin-bottom: 30px;
}

.m7yu5yhik8 .red {
    color: #e20100;
}

.m7yu5yhik8 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.m7yu5yhik8 p a {
    color: #19191d;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.m7yu5yhik8 p span.red {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.m7yu5yhik8 .gkvmgi7a1 {
    display: block;
    margin-bottom: 10px;
}

/**
* POCASIE
**/

.rq6va0n h1 {
    width: 90%;
}

.fek1bf {
    text-align: right;
    font-size: 12px;
    padding-right: 2px;
    padding-top: 5px;
}

.fek1bf a {
    color: #19191d;
}

.r13dhmdtub {
    position: relative;
    margin-left: 30px;
}

.r13dhmdtub span {
    color: #ffffff;
}

.r13dhmdtub .zyqer1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

.r13dhmdtub .q8no6m {
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
}

.r13dhmdtub .jbi8a4 {
    position: absolute;
    top: -30px;
}

.up6rme8c6v {
    margin-top: -28px;
}

.er442ye2yg img {
    max-width: 150px;
}

.m2be907qz6 {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    background-color: #19191d;
    text-align: center;
    line-height: 28px;
}

.m2be907qz6.current {
    background-color: #e20100;
}

.xlbdent604 {
    position: relative;
    background-color: #fff;
    padding: 15px 20px;
    color: #19191d;
    height: 60px;
}

.xlbdent604 .p3pup8 {
    position: absolute;
    right: 20px;
    top: 10px;
    font-weight: 700;
}

.xlbdent604 .edj32q {
    position: absolute;
    right: 20px;
    top: 30px;
}

.xlbdent604 img {
    width: 31px;
}

.w8rpqr5k7q {
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 25px 30px;
}

.w8rpqr5k7q:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: #f4f4f4 #f4f4f4 #f4f4f4 #19191d;
    right: 0;
    top: 0;
}

.w8rpqr5k7q h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #19191d;
}

.w8rpqr5k7q a {
    color: #fff;
    background-color: #e20100;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    display: inline-block;
}

.w8rpqr5k7q .qulefeel6q span {
    display: block;
    color: #19191d;
    font-size: 12px;
    font-weight: 500;
}

.w8rpqr5k7q .qulefeel6q span.agkc79 {
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (max-width:991px) {
    .rq6va0n h1 {
        width: 100%;
    }

    .w8rpqr5k7q .qulefeel6q .r7oribvu,
    .w8rpqr5k7q .qulefeel6q .hgnklm6l1p {
        margin-top: 15px;
    }

    .up6rme8c6v .w6i943tqt2 .col-6:nth-of-type(even) {
        padding-right: 1px;
    }

    .up6rme8c6v .current .xlbdent604 .jbi8a4 {
        width: 45%;
        position: relative;
        margin: 0 auto;
        line-height: 10px;
    }

    .up6rme8c6v .current .xlbdent604 .jbi8a4 .p3pup8 {
        top: 0;
    }

    .up6rme8c6v .current .xlbdent604 .jbi8a4 .edj32q {
        top: 20px;
    }

}

.dlsgiojiip a {
    background-color: #e20100;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    line-height: 28px;
}

.dlsgiojiip a:hover {
    text-decoration: none;
    background-color: #ca010f;
}

.dlsgiojiip img {
    position: absolute;
}

.dlsgiojiip a span {
    padding-left: 10px;
    padding-right: 10px;
}

.mw7cla .dlsgiojiip i { 
    padding-left: 10px;
}

.l9di6qxnnl {
    background-color: #19191d;
    padding: 15px;
    border-top: 4px solid #e20100;
    margin-bottom: 30px;
}

.l9di6qxnnl h4 {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
}

.l9di6qxnnl img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.l9di6qxnnl span {
    color: #ff4544;
    font-size: 14px;
    font-weight: 600;
}

.l9di6qxnnl p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}

@media screen and (max-width: 960px) {
    #wpadminbar {
        position: fixed;
    }
}

/**
* BLOG
**/ 
.imp4s3gh9y {
    position: relative;
    padding: 33px 30px;
    background-color: #f4f4f4; 
}

.imp4s3gh9y:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: #e20100 #e20100 #e20100 #19191d;
    right: 0;
    top: 0;
}

.imp4s3gh9y .yydsgi {
    color: #19191d;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 30px;
}

.imp4s3gh9y p {
    color: #19191d;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.imp4s3gh9y p a {
    color: #e20100;
    text-decoration: underline;
}

.imp4s3gh9y p a:hover {
    text-decoration: none;
}

.imp4s3gh9y .start {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #19191d;
    padding-left: 35px;
    padding-right: 10px;
    line-height: 30px;
}

.imp4s3gh9y .start:before {
    position: absolute;
    font-family: "Font awesome 5 Free";
    content: "\f304";
    color: #fff;
    left: 13px;
    font-weight: 900;
    top: 0;
    font-size: 12px; 
}

.c0csvmdb39 .r6cwakyn9 {
    margin-bottom: 15px;
}

.r6cwakyn9 a:hover {
    text-decoration: none;
}

.r6cwakyn9 .l5n2xf297 {
    padding: 15px;
    background-color: #fff;
}

.r6cwakyn9 .l5n2xf297 h2 {
    color: #19191d;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.r6cwakyn9 .l5n2xf297 .k7emop small {
    opacity: 0.65;
    color: #19191d;
    font-size: 12px;
    font-weight: 500;
}

.o2i5vrbolg .v6vkubds39 .jbi8a4 {
    height: 364px;
}

.o2i5vrbolg #main .v6vkubds39 .yydsgi h2 {
    font-size: 24px;
}

.xujm43u5t {
    display: inline-block;
    font-size: 12px;
    background-color: #f4f4f4;
    line-height: 28px;
    font-weight: 600;
    color: #19191d;
    padding-left: 10px;
    padding-right: 10px;
}

.xujm43u5t:hover {
    color: #fff;
    background-color: #19191d;
    text-decoration: none;
}

.xujm43u5t.current {
    background-color: #19191d;
    color: #fff;
}

@media only screen and (max-width:991px) {
    .xujm43u5t {
        margin-bottom: 5px;
    }

    .imp4s3gh9y:after {
        display: none;
    }

    .col-blog {
        padding: 0;
        margin-bottom: 15px;
    }

    .imp4s3gh9y {
        padding: 20px;
    }

    .o2i5vrbolg .qoiz30ibk0 .text-left {
        margin-top: 15px;
    }

    .o2i5vrbolg .v6vkubds39 .jbi8a4 {
        height: 240px;
    }

    .o2i5vrbolg .v6vkubds39 {
        margin-bottom: 0;
    }
}
/**
**
** GALÉRIA
**
**/
.img-gallery-wrapper .img-gallery-hover {
    background-color: rgb(0,0,0);
    position: relative;
    overflow: hidden;
}

.img-gallery-wrapper .img-gallery-hover img {
    -webkit-transition: opacity 0.3s ease-in-out;
       -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
         -o-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
    backface-visibility: hidden;

}

.img-gallery-wrapper .img-gallery-hover img:hover {
    filter: alpha(opacity=50);
    opacity: 0.9;
}

.img-gallery-wrapper .img-gallery-hover .img-gallery-title {
    text-align: center;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    background-color: #e20100;
    text-decoration: none;
    color: white;
    transition: visibility 0s, opacity 0.2s linear;
    position: absolute;
}

.img-gallery-wrapper .img-gallery-hover:hover .img-gallery-title {
    visibility: visible;
    opacity: 1;
    bottom: initial;
    top: 50%;
    margin-top: -1.25em;
    width: 35%;
    left: 33%;
    font-size: 16px;
    background-color: #e20100;
    text-align: center;
    padding: 1em 2em;
    line-height: 1;
}

@media only screen and (max-width: 576px) {
    .img-gallery-wrapper .img-gallery-hover:hover .img-gallery-title {
        width: 60%;
        left: 20%;
        padding: 1em 0em;
    }
}

/**
* SEARCH FORM
**/
.vfbtc0n8x3 {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.vfbtc0n8x3 input {
    border: none;
    outline: none;
    width: 80%;
}

.vfbtc0n8x3 .gkvmgi7a1 {
    border-left: 1px solid #d8d8d8;
    opacity: 0.5;
    margin: 0 8px;
}

.vfbtc0n8x3 button {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: none;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

#form-add-new input:-webkit-autofill,
#form-add-new input:-webkit-autofill:hover, 
#form-add-new input:-webkit-autofill:focus,
#adv-contact-form input:-webkit-autofill,
#adv-contact-form input:-webkit-autofill:hover, 
#adv-contact-form input:-webkit-autofill:focus,
#search-my-adv input:-webkit-autofill,
#search-my-adv input:-webkit-autofill:hover, 
#search-my-adv input:-webkit-autofill:focus {
    border: 1px solid #ced4da;
}

.kyecfn2 .multiselect-native-select button,
.kyecfn2 .multiselect-native-select button:hover, 
.kyecfn2 .multiselect-native-select button:focus,
.h2e369 .multiselect-native-select button,
.h2e369 .multiselect-native-select button:hover, 
.h2e369 .multiselect-native-select button:focus {
    border: 1px solid #ced4da;
    padding: .48rem .75rem;
    box-shadow: none;
}

.kyecfn2 .multiselect-container,
.h2e369 .multiselect-container {
    border: 1px solid #ced4da !important;
}

.kyecfn2 .form-control,
.h2e369 .form-control {
    padding: .375rem .5rem;
}

.kyecfn2 input[type="radio"],
.h2e369 input[type="radio"] {
    background-color: #ddd;
    border-radius: 10px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8), 0 0 0 1px hsla(0,0%,0%,.6), 0 2px 3px hsla(0,0%,0%,.6), 0 0px 3px hsla(0,0%,0%,.4), 0 0px 0px hsla(0,0%,0%,.2), 0 0px 0px hsla(0,0%,0%,.2);
    cursor: pointer;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 15px;
    position: relative;
}

.kyecfn2 input[type="radio"]:after,
.h2e369 input[type="radio"]:after {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
    0 1px 1px hsla(0,0%,100%,.8);
    content: '';
    display: block;
    position: relative;
    height: 6px;
    width: 6px;
    left: 3px;
    top: 3px;
}

.kyecfn2 input[type="radio"]:checked:after,
.h2e369 input[type="radio"]:checked:after {
    background-color: #e20100;
}

.kyecfn2 .multiselect-container li:hover input[type="radio"]:after,
.h2e369 .multiselect-container li:hover input[type="radio"]:after {
    background-color: #e20100;
} 

.kyecfn2 input[type="radio"]:focus,
.h2e369 input[type="radio"]:focus {
    outline: none;
}

input[type="checkbox"] {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 6px;
	border-radius: 3px;
	display: inline-block;
    position: relative;
}

input[type="checkbox"]:focus {
    outline: none;
}

input[type="checkbox"]:active, input[type="checkbox"]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type="checkbox"]:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
input[type="checkbox"]:checked:after {
	content: '\2714';
	font-size: 10px;
	position: absolute;
	top: -1px;
	left: 2px;
	color: #e20100;
}

.kyecfn2 input[type="checkbox"],
.h2e369 input[type="checkbox"] {
    padding: 7px;
    top: 3px;
	margin-right: 5px;
	line-height: 1;
}

.kyecfn2 input[type="checkbox"]:checked:after,
.h2e369 input[type="checkbox"]:checked:after {
	left: 3px;
	top: 2px;
    font-size: 11px;
}

@media only screen and (max-width:991px) {
    .w1i17ue2k1 .vfbtc0n8x3 {
        margin-bottom: 0;
	}
	
	.form-group.wuqbfx input {
		position: absolute;
	}

	.form-group.wuqbfx label {
		margin-top: 6px;
	}
}

@media only screen and (min-width:992px) {
	.form-group.sk8t3wlg input {
		position: absolute;
	}

	.form-group.sk8t3wlg label {
		margin-top: 6px;
		margin-left: 5px;
	}
}

@media only screen and (max-width:320px) {
    .vfbtc0n8x3 input {
        width: 79%;
    }
}

/**
* LOADER
**/

.c5sg8vpvy {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 10%;
    height: 64px;
}
.c5sg8vpvy span {
    position: absolute;
    left: 6px;
    width: 13px;
    background: #e20100;
    animation: bo-loader 0.8s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.c5sg8vpvy span:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}
.c5sg8vpvy span:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}
.c5sg8vpvy span:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}
@keyframes bo-loader {
    0% {
        top: 6px;
        height: 51px;
    }
    50%, 100% {
        top: 19px;
        height: 26px;
    }
}


.wv9n3lw6a6 img {
    max-width: 100%;
    height: auto;
}

.wv9n3lw6a6 ul {
    padding-left: 25px;
    margin-bottom: 0;
}

.mc9wno0vuz {
    padding: 10px;
    background-color: #e20100;
    margin-bottom: 30px;
}
.mc9wno0vuz a {
    text-decoration: none;
    color: #ffffff;
}

.mc9wno0vuz .row.qaoax3 {
    padding-top: 10px;
    margin: 0;
}

.mw7cla .content .mc9wno0vuz img {
    margin-bottom: 0;
}

.mw7cla .content .mc9wno0vuz .j7rutu1rxi img,
.mw7cla .content .mc9wno0vuz .lbqunqkx3 img {
    max-height: 140px;
}

.mc9wno0vuz .row.qaoax3 .col-sm-4 {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.mc9wno0vuz .row.ro6ek6 {
    margin: 0;
}

.mc9wno0vuz .kdvdwu8ay {
    padding: 0;
}

.mc9wno0vuz .row.qaoax3 .j7rutu1rxi,
.mc9wno0vuz .row.qaoax3 .lbqunqkx3,
.mc9wno0vuz .row.qaoax3 .i1fwoy97fu {
    padding-left: 0;
}

.mc9wno0vuz .row.qaoax3 .i1fwoy97fu {
    padding-right: 0;
    text-align: center;
}

.mc9wno0vuz .row.qaoax3 .i1fwoy97fu span {
    margin: 0 auto;
}

@media only screen and (max-width:576px) {
    .mc9wno0vuz .row.qaoax3 .col-sm-4 {
        width: 33.333%;
    }

    .content ul {
        margin-right: 15px;
        text-align: left !important;
    }
}

.pp14cvtl2n ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.pp14cvtl2n .jbi8a4 {
    padding: 10px 15px;
}

.pp14cvtl2n a {
    line-height: 24px;
}

.pp14cvtl2n a i {
    padding-right: 10px;
}

@media screen and (max-width:991px) {
	.pp14cvtl2n {
		display: none;
	}
	.pp14cvtl2n.hp {
		display: block;
	}
}

@media screen and (min-width:991px) {
	.pp14cvtl2n.hp {
		display: none;
	}
}

@media screen and (max-width:360px) {
	.pp14cvtl2n.hp .col-6 {
		padding-inline: 10px;
	}

	.pp14cvtl2n.hp a i {
		padding-right: 5px;
	}
}

.page .entry-content h3 {
    font-size: 16px;
}

@media screen and (max-width:991px) {
	.ptbsc7 .ooy5svt .dujl9s.hide-on-mobile-home {
		display: none;
	}
}

.ooy5svt .dujl9s:last-child {
    position: sticky;
    top: 100px;
}

.admin-bar .ooy5svt .dujl9s:last-child {
    top: 130px;
}

.zvm-category a {
    background: #fff;
    color: #ca010f;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.kyouwurzx3 h1 {
    color: #19191d;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.i6obgj6j {
    text-align: right;
    margin: 15px 0;
}

.n49j8p897m {
    display: inline-block;
    background: #3b5998;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
}

.n49j8p897m i {
    padding-right: 5px;
}

@media only screen and (max-width:991px) {
    .i6obgj6j {
        padding: 0 15px;
    }
}

.vj0nxh .zh4tn9z0il img {
    max-height: 154px;
}

form label,
.form-control,
.input-group-text,
#form-add-new,
#form-add-new .form-control,
#form-add-new .input-group-text {
    font-size: 14px;
    border-radius: 0;
}

form label,
#form-add-new label {
    margin-bottom: 0.2rem;
}

form li label,
#form-add-new li label {
    margin-bottom: 0;
}

.form-control:focus,
#form-add-new .form-control:focus,
.tdc7lrvph8 .form-control:focus,
.jobs-main-filter .form-control:focus {
    box-shadow: none;
    border-color: #000;
}

#form-add-new #estate-help {
    font-size: 12px;
    position: absolute;
    right: 6px;
    bottom: -18px;
}

.strength {
    height:0px;
    width: 99.5%;
    background: #ccc;
    margin-left: 40px;
    margin-right: 1px;
    margin-top: -8px;
    overflow: hidden;
    transition: height 0.3s;
    z-index: 99;
}

.strength span {
    width:0px;
    height: 7px;
    display: block;
    transition: width 0.3s;
}

.xn02uw {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0;
}

#form-messages {
    display: none;
    margin-top: 15px;
}

.sbmt-panel a {
    line-height: 60px;
}

.sbmt-panel a:first-of-type {
    padding-right: 10px;
}

.alert {
	border-radius: 0;
	font-size: 14px;
}

.form-group .ndrdinye:after {
    content:"*";
    color:red;
    padding-left: 1px;
}

.vtwe7keto9 {
    margin-bottom: 15px;
}

.tdc7lrvph8 .col-form-label,
.jobs-main-filter .col-form-label {
    color: #fff;
    font-size: 16px;
}

.tdc7lrvph8 .form-control,
.jobs-main-filter .form-control {
    border-radius: 0;
    font-size: 14px;
    height: 34px;
    padding: 5px 12px;
}

.tdc7lrvph8 button,
.jobs-main-filter button {
    display: block;
    width: 100%;
}

.tdc7lrvph8 .form-group,
.jobs-main-filter .form-group {
    margin-bottom: 16px;
}

span.multiselect-native-select{position:relative}
span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}
.multiselect-container .input-group{margin:5px}
.multiselect-container .multiselect-reset .input-group{width:93%}
.multiselect-container>li{padding:0}
.multiselect-container>li:focus{outline:none;}
.multiselect-container>li>a.multiselect-all label{font-weight:700}
.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px;height:100%;font-weight:700}
.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}
.multiselect-container>li>a{padding:0;font-size:14px;color:#495057;width:100%;font-weight:400;display:block;}
.multiselect-container>li>a:focus{outline:none}
.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 10px}
.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio{margin:0;width:100%;outline:none;}
.multiselect-container>li>a>label.checkbox:focus,.multiselect-container>li>a>label.radio:focus{margin:0;width:100%;outline:none;}
/*.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:2px;margin-right:5px;transform: scale(1.2);vertical-align: middle;}*/
.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}
.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
.multiselect-native-select .dropdown-toggle::after {right:10px;position:absolute;top:15px;}
.multiselect-native-select button {background:#fff;border-radius:0;font-size:14px;color:#495057;width:100%;text-align:left;}
.multiselect-native-select .btn-group {width:100%;}
.multiselect-native-select .multiselect-container.dropdown-menu{border-radius:0;width:100%;border:none;border-top:1px solid #495057}
.multiselect-native-select li[class*='term_parent'] label {font-weight:600}
.multiselect-native-select li[class*='term_child'] {padding-left:20px}

.q7h9do35ht .nav-links {
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.q7h9do35ht a {
    display: unset;
    padding: 0 2px;
}

.q7h9do35ht .current {
    padding: 0 2px;
}

.q7h9do35ht i {
    font-size: 14px;
}

.t2uvatdr50 {
    background-color: #fff;
    padding: 15px;
    border-top: 4px solid #e20100;
}

@media only screen and (max-width: 991px) {
    .mw7cla .t2uvatdr50 h2 {
        padding-left: 0;
	}
	
	.single-jobs .sxz5n24a5f {
		padding-top: 15px;
		padding-bottom: 10px;
	}
}

.t2uvatdr50 p,
.t2uvatdr50 strong {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.t2uvatdr50 table tr td:nth-of-type(2){
    padding-left: 10px;
}

.t2uvatdr50 label {
    line-height: 21px;
}

.btn-search {
    margin-top: 26px;
    line-height: 22px;
}

.back-to-adv {
	font-size: 14px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 5px 15px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile + label {
    color: #e20100;
    border: 2px solid #e20100;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    color: #ca010f;
}

@media only screen and (max-width: 576px) {
    .o3rx4zyo3t {
        background: #fff;
        border-top: 4px solid #ca010f;
        text-align: center;
    }

    .o3rx4zyo3t a {
        color: #19191d;
        font-size: 14px;
        display: block;
        font-weight: 500;
        line-height: 18px;
    }

    .o3rx4zyo3t .row {
        padding: 3px 0;
    }

    .o3rx4zyo3t i {
        padding: 0 10px;
    }

    .o3rx4zyo3t span {
		font-size: 14px;
		position: relative;
	}
	
	.o3rx4zyo3t span.z7vahk {
		position: absolute;
		right: -10px;
		top: -6px;
		font-size: 6px;
		background: #e20100;
		width: 13px;
		height: 12px;
		border-radius: 50%;
		color: #fff;
		line-height: 13px;
	}
}

@media only screen and (max-width: 320px) {
    .o3rx4zyo3t a {
        font-size: 12px;
    }
}

.praca-widget {
    padding: 5px 15px !important;
}

.praca-widget a {
    font-size: 14px;
    color: #19191d;
    font-weight: 500;
}

.wq_singleQuestionCtr .wq_questionTextCtr h4 {
    font-size: 22px;
    line-height: 34px;
    color: #121010;
    font-weight: 600;
}

@media only screen and (max-width:576px) {
    .wq_singleQuestionCtr .wq_questionTextCtr h4 {
        line-height: 32px;
    }
}

.i33mp7m2jg {
    top: 80px;
    background: #9a00ff !important;
}

.i33mp7m2jg .a1cz4axrv {
    width: 72px;
}

@media only screen and (max-width:576px) {
    .i33mp7m2jg {
        top: 60px;
    }

    .i33mp7m2jg .a1cz4axrv {
        width: 42px;
    }
}

body[class*="tveso"] main {
    margin-top: 175px;
}

body[class*="tveso"] .zfahe45li2 {
    background: #9a00ff !important;
}

.single-tveso .s90ccvn9k4,
.single-tveso_pages .s90ccvn9k4 {
    border-top: 4px solid #9a00ff;
}

.single-tveso .s90ccvn9k4 .show-all a,
.single-tveso_pages .s90ccvn9k4 .show-all a,
.mw7cla.single-tveso .xj2xc6c4 p,
.mw7cla.single-tveso_pages .xj2xc6c4 p,
.mw7cla.single-tveso .scjhp5j81 .xj2xc6c4 p,
.rpjjfbkega .pagination button {
    background-color: #9a00ff;
}

.n59idfqgcd {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wq_questionImage {
	height: auto !important;
}