/*** CSS File: /themes/cms/css/formcode.css ***/
 input[name=xreply_email]{display:none!Important}


/*** CSS File: /themes/szvt_new/css/content.css ***/
/*-----------------------------------------------------------------------------------------------------
Content.css
Default css settings for CMS editor
Author     : Szincsák András <andras@szincsak.hu>
------------------------------------------------------------------------------------------------------*/
/* main elements*/
html {
    margin: 0px;
    padding: 0px;
    background: transparent;
}

body,
.body {
    font: 18px "Glegoo", Sans-serif;
    font-size: 20px ! Important;
    font-weight: 200 !Important;
    line-height: 28px ! Important;
    text-align: left;
    margin: 0px;
    padding: 0px;
    background: #345667 ! Important;
    color:#dcdcdc ! Important
}
body.noscroll {  overflow-y:hidden }

h1,
h2,
h3 {
    font-weight: 100 !Important;
    text-align: center;


}
b, strong {
    font-weight: 400!Important;
    color: #fff;
}
hr {
    border-top: 1px solid #ffffff !Important
}

a {
    color: #fff!Important;
}

 a:hover {
    color: #ccc !Important;
    text-decoration:none !Important;
}


div.centered {
    text-align: center
}

div.block-btn {
    text-align: center;
    margin: 35px 0 0
}

.thumbnails {
    display: block;
    height: auto;
    overflow: hidden;
}

.img-hover {
    transition: all .7s ease-in-out;
}

.img-hover:hover {
    transform: scale(1.7);

}

.btn-primary {
    color: #fff !important;
    background-color: #3a4f5d !important;
    border-color: #96a8b0 !important;
    border-radius: 5px!important;
}
.btn-primary.active {
     background-color: #597588 !important;
    border-color: #a66d34 !important;
  
}

.btn-primary:hover {
    opacity: .7;
    border-color: #7da890 !important;

}

.btn-large {
    padding: 15px 0 !Important;
    font-size: 1.2em ! Important;
    color: #fff !important;
    background-color: #597954 !important;
    border-color: #586267 !important;

}


@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
    }
}

.row-equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-equal>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.col-middle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.col-bottom {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.img-card {
    float: left;
    width: 30vw;
    border: 1px solid #385c34;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
}

.img-right {
    float: right;
    padding: 0 0 20px 20px;
}

.img-left {
    float: left;
    padding: 0 20px 20px 0;
}

.img-right-30 {
    float: right;
    padding: 0 0 20px 20px;
    width: 30vw;
    height: auto;
}

.img-right-50 {
    float: right;
    padding: 0 0 20px 20px;
    width: 50%;
    height: auto;
}

.img-left-30 {
    float: left;
    padding: 0 20px 20px 0;
    width: 30vw;
    height: auto;
}

.img-left-50 {
    float: left;
    padding: 0 20px 20px 0;
    width: 50%;
    height: auto;
}

a.popup{
    border-bottom: 2px dotted #aaa;
    font-weight: 300;
    color: #aaa ! Important;
    position: relative;
    padding-right: 14px;
}
a.popup:after{
    content: "(?)";
    position: absolute;
    top: -7px;
    right: 0px;
    font-size: .5em;
}

@media (max-width:579px) {

    .img-right-30,
    .img-right-50,
    .img-left-30,
    .img-left-50 {
        width: 100%;
        padding: 0;
        float: none;
        margin: 20px 0;
    }

    .img-left,
    .img-right {
        padding: 0;
        float: none;
    }

    .link-top {
        display: none;
    }
}

.link-top {
    color: #385c34 !Important;
    text-decoration: none;
    padding-left: 20px
}

.link-top:hover {
    color: #dfcf94 ! Important;
    text-decoration: none;

}
#swal2-html-container strong {
    color:#000
}

/*** CSS File: /themes/szvt_new/css/sections.css ***/
section#main {

  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background: url(/images/carousel4k/szvtweboldalterv2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  background-position-y: top;
  background-position-x: center;

}

section#main h1 {
  position: absolute;
  min-width: 70vw;
  font-size: 60px;
  font-weight: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0px 0px 17px #000000;
}

section#content {
  min-height: 80vh;
  margin: 0px 0 50px 0;
  padding: 20px 0;
}

section#contentHeader {
  width: 100%;
  margin-bottom: 40px;
  background: url(/images/carousel4k/szvtweboldalterv2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 35vh;
  max-height: 350px;
  padding: 15vh 0 0 0;
  background-position-y: top;
  background-position-x: center;
}

section#contentHeader h1 {
  font-size: 2.6em;
  line-height:1em;
  font-weight: 300 !Important;
  color: #fff;
  text-shadow: 0px 0px 17px #000000;
}

section#services {
  padding: 20px 0
}

section#about {
  background: #768992;
  padding: 60px 0;
  margin: 0;
  min-height: 20vh;
  text-align: center;
}

section#events {
  background: #fff;
  padding: 60px 0;
  margin: 0;
  min-height: 20vh;
  text-align: center;
}

section#events h2 {
  color: #4a6774;
  margin-bottom: 40px;
}

#sectionVideo {
  background-color: #000;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  background-position: center center;
  background-size: cover;

}

#sectionVideo iframe {
  display: block;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 60vw;
  margin: 0;
  transition: opacity .2s ease-in-out;
}

#sectionVideo .payer2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

#sectionVideo .hero {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

section#pageHeader {
  height: 55vh;
  overflow: hidden;
  position: relative;
}
.body section#pageHeader {
  height: 25vh;
}

section#pageHeader picture {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

section#pageHeader h1  small{
  font-size: .6em;
  font-weight: 200;
  display:block
}
  section#pageHeader h1 {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #bdd4e0;
    padding: 10px 15px 20px 15px;
    color: #0e364a;
    opacity: .8;
    border-radius: 20px;
    line-height: 1em;
}

section#charHeader {
  height: 70vh;
  overflow: hidden;
  position: relative;
}
section#charHeader .backlink{
  position:fixed;
  top:10px;
  left:10px;
  z-index: 100;
}

section#charHeader picture {
  position: absolute;
  left: 0;
  right: 0;

}

section#charHeader .block {
  position: absolute;
  top: 15vh;
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 6px #000;
  line-height: 1em;
  font-size: 1.5em;
}

section#charHeader h1 {
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 600 !Important;
}

section#charHeader h2 {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 300 !Important;
}

section#char {

  position: relative;
  padding:60px 0
}
section#char .block {
  position: absolute;
  top: 50%;
  left:50%;
  width:100%;
  padding: 20px;
  transform: translate(-50%,-50%);
  color: #fff;
  text-shadow: 0px 0px 6px #000;
  text-align: center;
 
}
section#char h2 {
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 600 !Important;
}

section#char h3 {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 300 !Important;
}

section#blogContent {
 min-height: 30vh; 
  margin: 0px 0 50px 0;
  padding: 20px 0;
}

@media (min-width:1199px) {
  section#pageHeader {
    height: 60vh;
  }
}
@media (max-width:979px) {
  section#pageHeader {
    height: 45vh;
  }

  section#charHeader {
    height: 60vh;
  }

  section#charHeader .block {
    top: 10vh;
  }

  section#charHeader h1 {
    font-size: 2.5em;

  }

  section#charHeader h2 {
    font-size: 2.3em;

  }

}

@media (max-width:579px) {
  section#contentHeader {
    padding-top: 5vh;

  }
  section#pageHeader {
    height: 35vh;

  }

  section#charHeader {
    height: 40vh;
  }

  section#charHeader .block {
    top: 5vh;
    font-size:1em;
  }

  section#charHeader h1 {
    font-size: 2em;

  }

  section#charHeader h2 {
    font-size: 1.3em;

  }

}




section#popular {
  padding: 40px 0;
  background: #eee
}

section#popular a {
  text-decoration: none;
  color: #000
}

/*sectionPartners slider*/
#sectionPartners {
  padding: 40px 0;
  margin: 0;
  min-height: 20vh
}

#sectionPartners .imageContainer {
  padding: 20px 20px 20px 0;

}

#sectionPartners img {
  max-height: 150px
}

#sectionPartners .image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px
}

#sectionPartners .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) contrast(1);
  color: transparent
}

#sectionPartners .slick-next {
  right: -50px
}

#sectionPartners .slick-prev {
  left: -60px
}

main#infoblock {
  background: #edf0ed;
}

.infotable {
  background: #b6c5af;
  padding: 10px 0;
}

main#infoblock .lead {
  background: #fff;
  padding: 20px 0 40px 0
}

.scrolled #infoTab {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  background: #eeeee2;
  z-index: 3
}

.scrolled #info-tab {
  padding: 2px 0;
  margin: 0 auto;
}

section#news {
  padding: 40px 0;
  margin: 0;
  min-height: 20vh;
  background: #444;
  color: #fff
}

div.green {
  background: #395c34;
  color: #fff;
  padding: 0;
  margin: 5vh auto;
}

section#overview .green h2 {
  text-align: left;
  padding: 30px 30px 0 30px;

}

section#overview h2 {
  text-align: left;


}

section#overview .highlight {
  display: flex;
  padding: 0 20px 10px 4px;

}

section#huntingperiod {
  padding: 40px 0;
  background: #fafafa
}

section#territories {
  padding: 40px 0
}

section#prices {
  padding: 40px 0
}

section#info {
  padding: 40px 0;
  background: #fff
}

section#gallery {
  padding: 40px 0 0 0;
}

section#inquiry {
  padding: 60px 0;
}

section#searchresult {
  background: #eee;
  padding: 0;
}

section#searchresult .container {
  padding: 40px 0;
}

#sectionReviews {
  padding: 60px 0;
  margin: 0;
  min-height: 20vh;
  text-align: center;
  background: #eee;
}

#sectionReviews .review {
  font-size: 1.3em;

  margin-bottom: 20px;
  color: #4d4d4d;
  font-weight: 200;
  font-style: italic;
  min-height: 80px;
}

#sectionReviews img {
  max-width: 200px
}

#sectionReviews .image {
  height: 200px;
  width: 200px;
  padding: 0;
  display: block;
  margin: auto;
  overflow: hidden;
  border-radius: 100%;
}

#sectionReviews h3 {
  font-family: "Shadows Into Light", cursive;
  margin-top: 15px;
}

section#event{
     margin: 40px 0;
    padding: 20px;
}
section#photos{
  margin: 40px 0;
  background: #3c6275;
  padding: 20px;
}
section#videos {
  padding: 40px 0 40px 0;
  background: #4d7183;
}
section#videos img{
  border: 1px solid #aaa;
}
section#videos .galleryImg {
  margin-bottom: 20px;
  padding: 10px;
}
section#videos .galleryImg:hover {
  opacity:.6
}
section#videos .galleryImg b{
text-align:center;
display:block
}

/*** CSS File: /themes/szvt_new/css/menu.css ***/
/* HEADER elements*/
header#main {
    position: fixed;
    top: 0;
    background: transparent;
    width: 100%;
    z-index: 5;
    transition: all ease-in-out .3s
}

header#main.stickyNav {
    box-shadow: 1px 1px 3px #ababab91;
    background: #4a6774;
}

header#main.stickyNav #banner {
    max-height: 0;
    padding: 0
}


header#main .nav-inner {
    display: block;
    width:100%;
   text-align:center
}

/*logo*/
header#main .logo {
    display: inline-block;
    align-items: center;
    width: 200px;
}

header#main .logo h1 {
    margin: 0px;
    padding-top: 7px;
    font-size: 1.2em;
    padding: 0;
    color: #4EAF46
}

header#main .logo small {
    display: block;
    font-size: .6em;
    color: #0f84a1
}

header#main .logo img {
    width: 200px
}

header#main .navbar {
    padding: 5px 0;
    margin: 0;
    transition: padding ease-in-out .5s;
    width: 100%;
}

header#main.stickyNav .navbar {
    padding: 5px 0;
    width: auto;
}

#banner {
    background: #54cee7;
    color: #fff;
    padding: 15px 0px;
    font-size: 15px;
    transition: padding ease-in-out .5s
}

#banner a,
#banner a:hover {
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    margin-right: 5%
}

#banner a:hover {
    color: #dfcf94;
}

.icon-link {
    list-style: none;
    /*  float: right; */
    margin: 0;
    padding: 0
}

.icon-link li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 1.3em
}

@media (max-width:399px) {
    #banner .link-text {
        display: none
    }
    .language-selector{
    position: unset;
    }
}
@media (max-width:1079px) {
header#main.stickyNav .navbar {
    padding: 0;
}
}

#menu {
    background: #fff;
    color: #1e1e1e;
    padding: 20px 0px
}

#language-selector {
    display: block;
    right: 0;
    top: 19px;
    position: absolute;

}

.langlink {
    display: inline-flex;
    width: 35px;
    height: 19px;
    border: #e9e9e9 1px solid;
    overflow: hidden;
    margin-right: 5px;
}

  
  .langlink > img {
    flex: 1;
    width: 100%;
    height: 100%;
  }


.langlink.sel {
    display: none
}

/*topMenu*/
#topMenu {
    display: inline-block;
    color: #056f98;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-left: 50px
}

#topMenu li {
    display: inline-block;
    list-style: none;
    color: #fff;
    margin: 0 10px 0 0
}

#topMenu li a {
    font-weight: 200;
    font-size: 20px;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 10px 20px;
    transition: all ease-in-out .2s;
    border: 1px solid #767676;
    border-radius: 20px;
    background: #55514e99;

}



#topMenu li:hover a,
#topMenu li.activ a{
    background: #0b212a5e;
    border: 1px solid #6c6a6a;

}


#topMenu li.hasSubmenu {
    position: relative
}

#topMenu li.hasSubmenu:after {
    content: "▼";
    width: 12px;
    font-size: 10px;
    position: absolute;
    top: 12px;
    right: 5px;
}

#topMenu li.hasSubmenu:hover:after {
    content: "▲";
}


#topMenu>li.hasSubmenu:hover>ul {
    visibility: visible;
    max-height: 300px;
}

#topMenu li.hasSubmenu ul {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    z-index: 9;
    background: #0b212a5e;
    border: 1px solid #6c6a6a;
    left: 14;
    right: 0;
    min-width: 250px;
    top: 86%;
    margin: 0;
    padding:5px 0;
    transition: all ease-in-out .3s
}

#topMenu li.hasSubmenu ul li {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 1.2;
    display: block
}

#topMenu li.hasSubmenu ul li a {
    display: block;
    text-transform: none;
    padding: 20px;
    border-radius:0;
    border: none;
}



#topMenu li.hasSubmenu ul li a:after {
    display: none
}

#topMenu li.hasSubmenu li.hasSubmenu:after {
    display: none;
}

#topMenu>li.hasSubmenu.type-services:hover>ul {
    max-height: 80vh;
    min-width: 600px;
    width: 675px;
    padding: 20px;
    height: 60vh;
    background: #3a5836e0;
    color: #fff
}

#topMenu>li.hasSubmenu.type-services:hover>ul li {
    overflow: unset;
    display: inline-block;
    min-width: 200px;
    padding: 0;
}

#topMenu>li.hasSubmenu.type-services:hover>ul li a {
    font-size: 1.2em;
    text-align: left;
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px dotted #aaa;
}


#topMenu>li.hasSubmenu.type-services:hover>ul li.hasSubmenu ul {
    max-height: 80vh;
    width: 200px;
    padding: 10px 0;
    visibility: visible;
    background: none;

}

#topMenu>li.hasSubmenu.type-services:hover>ul li.hasSubmenu ul li {
    max-height: 80vh;
    width: 200px;
    visibility: visible;

}

#topMenu>li.hasSubmenu.type-services:hover>ul li.hasSubmenu ul li a {
    font-size: 1em;
    font-weight: 200;
    color: #fff;
    border: none;
    padding-left: 20px;
    position: relative;
}

#topMenu>li.hasSubmenu.type-services:hover>ul li.hasSubmenu ul li a::before {
    content: "➛";
    width: 10px;
    width: 10px;
    left: 0;
    position: absolute;
}



#topMenu .menu-image {
    display: none
}

#topMenu .floatmenu.level-1 {
    background: #fff;
    margin: 15px -5px;
    padding: 0px 15px;
    text-align: center;
}

#topMenu .floatmenu.level-1 .label {
    padding: 20px 0;
}

#topMenu .floatmenu.level-2 {
    display: block;
    position: relative;
    width: 300px;
    margin-bottom: 5px;
    overflow: hidden
}

#topMenu .floatmenu.level-2 .menu-image {
    display: block;
    transition: all ease-in-out .3s
}

#topMenu .floatmenu.level-2:hover .menu-image {
    display: block;
    transform: scale(1.9);
}

#topMenu .floatmenu.level-2 .label {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    z-index: 9999;
    font-size: 1.2em;
    line-height: 1em;
    text-shadow: 0px 0px 1px #000;
}

@media (max-width:1199px) {
    #topMenu li {
        margin-right: 5px;
    }

    #topMenu li a {
        padding: 10px 5px;
    }
}

footer {
    background: #3a4f5d;
    color: #fff;
    text-align: left;
    padding: 50px 20px 10px 20px;
}


footer ul,
footer li {
    list-style: none;
    padding: 0;
    margin: 0
}

footer a {
    color: inherit;
    overflow-wrap: break-word;
}

footer a:hover {
    color: #e7b833 !Important;
    text-decoration: none;
}

.fMenu {
    text-align: center
}

.fMenu li a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: .9em;
}

.fMenu li li a {
    text-transform: none;
    font-weight: 200;
    font-size: 1em;
    padding-left: 15px;
    color: #7fd072;
}

@media (max-width:1199px) {
    .fMenu {
        text-align: center
    }
    footer [class*='col-'] {
        margin-bottom: 20px
    }
}

div#sitemap {
    padding: 40px 0px;
    background: #eee;

}

div#sitemap a {
    color: #597954;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 2px 0;
    display: block
}

div#sitemap li {
    list-style: none;
    ;

}

div#sitemap li li a {
    list-style: none;
    font-size: 1.1em;

}

div#sitemap li li li a {
    list-style: circle;
    text-transform: none;
    font-size: 1em;

}

#infoTab ul {
    padding: 0;
    max-width: 1140px;
    margin: 20px auto 0 auto
}

#infoTab a {
    color: #597954;
    padding: 20px;
    margin: 0 5px;
}

#infoTab a:hover {
    background-color: #fff;

}

#infoTab .nav-link.active,
#infoTab .show>.nav-link {
    color: #fff;
    background-color: #465e43;
}

#infoTab .nav-link.active:hover {
    background-color: #486443;
}

#infoTab {
    background: #edf0ed
}

#infoTab .tab-content {
    padding: 0px;
    background: #edf0ed
}

/*NewsFilter*/
.filterblock{
    display: block;
    width: 100%;
    height: 45px;
    position: relative;
}
#filter_button {
    display: block;
    float:right;
    padding: 5px 20px;
    max-width: 360px;
    width: 100%;
    background-color: #597954;
    position: relative;
    color: #fff!Important;
    border-radius: 5px;
    text-decoration: none;
}

#filter_button:after {
    content: "▼";
    width: 16px;
    height:16px;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0;
      }
    
    #filter_button.open:after {
    content: "▲";
}
#news_filter {
    position: absolute;
    right: 0;
    top: 35px;
    background: #fff;
    z-index:9;
    padding: 0;
    margin: 0 0 20px 0;
    display:none;
    width: 360px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px #574e4e;
}

#news_filter li {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 5px 20px;
    min-width: 150px;
    cursor: pointer;
}

#news_filter li:hover {
    background: #597954;
    color: #fff;
}

#news_filter li.active {
    background: #597954;
    color: #fff;
 
}

ul.keywords {
    display: none
}



/*** CSS File: /themes/szvt_new/css/forms.css ***/
.iti{ width:100% }
input:disabled{
    opacity: .6;
    background: #fff;
    border: 1px dotted #ccc;
}
input[type="radio"]:disabled  +label ,
input[type="checkbox"]:disabled  +label 
 {
     color:#e5e5e5;
 } 
#sectionSearch{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background:#597954da;
    padding:10px 20px 20px;
    text-align:center;
    
}
#sectionSearch #searchBtn{
    position: relative;
     width: 90px;
    height: 90px;
    float: right;

}
#sectionSearch #searchBtn .searchBg{
 width:90px;
 height: 90px;
 float: right;
 border: 2px dotted #fff;
 border-radius: 100%;
 background: #cea839;


}
#sectionSearch #searchBtn img{
 height:90px;
display:none

}
#sectionSearch #searchBtn.loading .searchBg{
    animation: rotating 2s linear infinite;
    filter: hue-rotate(10deg);
 
    border: 3px dashed #fff;
}
#sectionSearch  .searchBg.zero{
    background: #a22c2c!Important;
}


#sectionSearch #searchBtn  .text{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0px;
    font-size: 18px;
    font-weight: 200;
    
}
#sectionSearch #searchBtn  .result{
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    line-height: 1em;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stickyNav #sectionSearch{
    position: absolute;
}


@media (max-width:599px) {
    #sectionSearch{
        position: unset!Important;
    }
}

.form-horizontal {
    max-width: 100%;
    margin: 0 auto;
    background:#fff;
    padding: 40px 60px;
    border-radius: 5px;
    box-shadow: 2px 2px 7px #597954;
    color: #aaa;
}

.form-horizontal .control-group{
    width:50%; padding:5px
}
.form-horizontal .full-row {
    width:100%;
}
.form-horizontal .full-row .control-group{
    width:100%; padding:5px
}
.form-horizontal blockquote{
    font-weight: 200;
    text-align:center;
    color: #aaa;
}

.form-horizontal label.control-label{
    margin-bottom:2px;
    font-weight: 500;
    color:#597954
    
}
.form-horizontal label.control-label.error,
.form-horizontal .control-group.error label.control-label{
    color:#e9372d
    
}

.form-horizontal .controls input[type="checkbox"],
.form-horizontal .controls input[type="radio"]{
margin-right:5px;
}
.form-horizontal .controls input,
.form-horizontal textarea,
.form-horizontal .controls select{
    border:1px solid #aaa;
    border-radius: 5px;
    padding: 8px;
}
.form-horizontal  textarea{
    min-height: 200px;
}

.form-horizontal .controls input.error,
.form-horizontal .control-group.error input,
.form-horizontal .controls textarea.error,
.form-horizontal .controls select.error,
.form-horizontal textarea.error{
    border-color:#e9372d
}
.form-horizontal span.required{
    color:#e9372d
}

.form-horizontal label.radio,
.form-horizontal label.checkbox{
    margin-right:10px;

}
.form-horizontal .checkrow{
    display:inline-block;
    margin-right:10px;

}
.form-horizontal .help-inline{
    font-size: 0.7em;
    color: #ce3f23;
    font-style: italic;
    font-weight: 200;
    display: block;
    padding: 0;
}
.form-horizontal .form-actions{
    padding: 40px 0 0;
    text-align: center;
}
.form-horizontal hr{
    display: block;
    width: 100%;
    margin-top: 20px;
}
.form-horizontal .checkbox-row label{
    font-size: .7em;
    color: #345667 ! Important;
    margin-left: 5px;
}

.form-horizontal .checkbox-row label a{
    color: #345667 ! Important;
    font-weight: 900;
    text-decoration: underline;
}
.form-horizontal label.radio:first-of-type {
    margin-top: 20px;
}
.form-horizontal label.radio {
    display: block;
    font-size: .8em;
    color: #444;
    margin-bottom: 0;
    line-height: 1em;

}

.hidden-validate{
    opacity: 0;
    width: 0;
    padding: 0;
}
.errorMessage{
    font-size:.6em;
font-style: italic;
color:#e9372d;
margin-top: 10px;
}



/*** CSS File: /themes/szvt_new/css/media.css ***/
@media (max-width:579px) {
    #sectionPartners .slick-next {
        right: -12px
    }

    #sectionPartners .slick-prev {
        left: -12px
    }

    #infoTab a {
        padding: 12px 2px;
        margin: 0 3px;
        font-size: 0.8em;
    }
    #topMenu>li.hasSubmenu.type-services:hover>ul{
        background: none;
         width: auto;
        height: auto;
        max-height: unset;
        padding: 0;
        box-shadow: unset;
        min-width: unset;
}
#topMenu>li.hasSubmenu.type-services>li {
    display:block;
}
#topMenu>li.hasSubmenu.type-services:hover>ul li a{
    color: #bbb;
    
}
}

@media (max-width:979px) {
    section#main {
        margin-top: 0px;

    }

    header#main .navbutton {
        display: block!Important;
        float: right
    }

    header#main .nav-inner {
        text-align: center;
        background: #3434344d;
        z-index: 2;
        overflow: auto;
        height: auto;
        visibility: hidden;
        bottom: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        transition: all ease-in-out .5s
    }

    header#main .nav-inner.opened {
        height: auto;
        visibility: visible;
    }

    header#main .headerMenu {
        height: 0
    }

    header#main #topMenu {
        overflow: hidden;
        transition: all ease-in-out .5s;
        padding: 0px 1rem 0 1rem;
        max-height: 0;
        margin: 0 !Important;
        display: block !Important;
        background: #354c55;
        box-shadow: 0 0 16px 0 rgba(190, 190, 190, 0.2), 0 16px 32px 0 rgba(0, 0, 0, 0.11);
    }

    header#main .nav-inner.opened #topMenu {
        max-height: 500%;
        padding: 60px 1rem 10px 1rem;
    }

    header#main #topMenu li {
        display: block;
        width: 100%;
        margin: 0;
        text-align: left;
        border-top: 1px solid #ccc;
    }

    header#main #topMenu li a {
        font-size: 26px;
        display: block;
        width: 100%;
        white-space: normal !important;
        line-height: 1em;
        padding: 20px 10px;
    }

    header#main #topMenu li:after {
        content: "";
        display: none;
    }

    #topMenu li.hasSubmenu ul {
        visibility: visible;
        max-height: 100%;
        height: auto;
        position: unset;
    }

    #topMenu li.hasSubmenu ul li a {
        font-size: .9em ! Important;
        color: #888;
        padding: 15px ! Important;
    }

    #topMenu li ul ul {
        display: none;
    }

    #language-selector {
        display: block;
        position: fixed;
        top: 20px;
        width: auto;
        left: 50%;
        /* z-index: 999; */
        visibility: visible;
    }

    .form-horizontal .control-group {
        width: 100%;
    }
}

header#main .navbutton {
    display: none;
    text-align: right;
    position: relative;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
}

header#main .nav-close {
    display: none
}

/*Hamburger*/
header#main .hamburger {
    overflow: hidden;
    transition: all ease-in-out .3s;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9998;
    cursor: pointer;
    transition: all .5s ease-in-out;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #ffffff;
}

header#main.stickyNav .hamburger {
    top: 0px;
}


header#main .hamburger span {
    position: absolute;
    display: block;
    height: 3px;
    width: 29px;
    top: 10px;
    right: 3px;
    background-color: #847d75;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;

}

header#main .hamburger span:nth-child(2) {
    top: 17px;
    -moz-transition: ease .15s .15s;
    -o-transition: ease .15s .15s;
    -webkit-transition: ease .15s;
    transition: all ease .15s .15s;
    -moz-animation: fade 1s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    -webkit-animation: fade 1s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    animation: fade 1s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    transform: translateX(0x);
}

header#main .hamburger span:nth-child(3) {
    top: 24px;
    -moz-transition: top .2s ease .2s, -moz-transform .2s ease-out .1s;
    -o-transition: top .2s ease .2s, -o-transform .2s ease-out .1s;
    -webkit-transition: top .2s ease, -webkit-transform .2s ease-out;
    transition: top .2s ease .2s, transform .2s ease-out .1s;
    -moz-animation: mrotl 1s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    -webkit-animation: mrotl 1s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    animation: mrotl 1s cubic-bezier(0.5, 0.2, 0.2, 1.01);
}

header#main .hamburger.opened span:nth-child(1) {
    top: 17px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: top .2s ease .1s, -moz-transform .2s ease-out .2s;
    -o-transition: top .2s ease .1s, -o-transform .2s ease-out .2s;
    -webkit-transition: top .2s ease, -webkit-transform .2s ease-out;
    transition: top .2s ease .1s, transform .2s ease-out .2s;

}

header#main .hamburger.opened span:nth-of-type(2) {
    transform: translateX(-50px);
}

header#main .hamburger.opened span:nth-child(3) {
    top: 17px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: top .2s ease .1s, -moz-transform .2s ease-out .2s;
    -o-transition: top .2s ease .1s, -o-transform .2s ease-out .2s;
    -webkit-transition: top .2s ease, -webkit-transform .2s ease-out;
    transition: top .2s ease .1s, transform .2s ease-out .2s;
}

/*** CSS File: /themes/szvt_new/css/table.css ***/
.eventInfo  {
padding:10px;
background:#657a84;
border-radius: 4px;
    margin-bottom: 20px;
}
.eventTable{
    width:100%;

    font-size:.8em
}
.eventTable td {
  padding:  1px 5px 1px 10px;
  line-height: 1.1em;
  vertical-align: middle;
}
.eventTable td:nth-child(2) {
    font-weight: 400;
    padding:  1px 5px 1px 5px
}

.eventTable .date{
        line-height: 1em;
        text-align: center;
        padding: 5px 1px ! Important;
}
.eventTable .date small {
    display: block;
    line-height: 1em;
    color: #aaa;
}


/*** CSS File: /themes/szvt_new/css/box.css ***/
.box-services {
    font-size: 16px;
    line-height: 1em;
    border-bottom: 2px solid #345667;
    transition: border-color .7s ease-in-out
}

.boxInfo {
    background: #2e4c5c;
    padding: 10px;
    text-align: center;
}

.box-services h2 {
    font-size: 1.4em;
    font-weight: 400 !Important;
    text-align: left;
    line-height: 1em
}

.box-services a,
.box-services a:hover {
    color: #fff;
    float: left;
    margin: 0 10px 20px 0;
    min-height: 65px;

}

.box-services:hover {
    opacity: .6;
    border-color: #fff
}

.boxCard a {
    border: 1px solid #fff
}

.boxCard h3 {
    font-size: .9em;
    font-weight: 400 !Important;
    line-height: 1.2em;
    text-align: center;
    padding: 10px 0;

}

.boxCard .text {
    font-size: .8em;
    line-height: 1.2em;
    text-align: center;
}

.boxEvent:hover {
    opacity: .6
}

.boxEvent {
    padding: 10px;
    background: #688491;
    margin-bottom: 20px;
    text-align: left;
}

.boxEvent:nth-child(2n) {
    background: #4a6775
}

.boxEvent a.thumbnails {
    margin: -10px 10px -10px -15px;
}

.boxEvent img {
    aspect-ratio: 4 / 3;
}

.boxEvent .datum {
    margin: -16px -10px;
}

.boxEvent p {
    margin-bottom: 10px;
    font-size: .8em;
    line-height: 1.2em;
}

.boxEvent .summary {
    line-height: 1em;

}

.boxEvent h3 {
    text-align: left;
    margin-bottom: 10px;
}

.boxEvent .text {
    font-size: .8em;
    line-height: 1.2em;
}

.boxEvent a.subscribe {
    margin: 20px auto 0 auto;
    position: absolute;
    bottom: 5px;
    width: fit-content;
    right: 0px;
    padding: 5px 20px;

}

.boxEvent .icons {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: .8em;

}

.boxNews:hover {
    opacity: .8;
}

.boxNews .inner {
    padding: 0 10px;
    background: #fff;
    color: #aaa;
    margin-bottom: 30px;
}

.boxNews .thumbnails {
    margin: 0px -10px;
}

.boxNews img {
    margin-top: -2px;
}

.boxNews h2 {
    color: #345667;
    font-size: 1.5em;
    font-weight: 300 !Important;
    line-height: 1.1em;
}
.boxNews h2 small{
    color: #7dbddd;
    display: block;
}
.boxNews .newsText {
    min-height: 28vh;
    font-size: .9em;
    line-height: 1.2em;
    text-align: center;
    padding: 10px 0;
}
.boxNews strong,
.boxNews b{
   color:#3a4f5d
}

.datum {
    float: right;
    text-align: center;
    background: #fff;
    padding: 3px 10px 3px 10px;
    color: #345667;
    margin: -3px -10px;
    border-radius: 5px;
    font-size: 20px;
}

.datum span {
    display: block;
    line-height: .9em;
}

.datum .year {
    font-size: .7em;
    color: #fff;
    background: #d30909;
    margin: -5px -10px 2px;
    border-radius: 5px 5px 0 0;
    padding: 3px;
}

.emptyText {
    text-align: center;
    font-size: 1.4em;
    padding: 25px 0;
    font-weight: 300;
    font-style: italic;

    border: 1px solid #aaa;
    border-width: 1px 0;
    margin: 40px 0;
}

/*listDocuments*/
.list_documents {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list_documents .list {
    padding: 0px;
    position: relative
}

.list_documents .list a {
    font-weight: 200;
    min-height: 50px;
    text-decoration: none;
    padding: 10px 40px;
    display: block;
    color: #4ca3bb;
    background: url('../themes/szvt_new/css/../images/pdf.png') left 10px no-repeat
}

.list_documents .list a:hover {
    color: #000;
    text-decoration: none !Important
}

.list_documents .list a span {
    font-weight: normal;
    font-style: italic;
    font-size: .9em;
    display: block;
    color: #aaa
}

.list_documents .list-pdf a {
    font-weight: 200;
    font-size: .9em;
    text-decoration: none;
    padding: 10px 40px;
    display: block;
    color: #4ca3bb;
    background: url('../themes/szvt_new/css/../images/pdf.png') left 10px no-repeat;
    background-size: 26px;
}

.galleryImg {
    margin-bottom: 20px;
    padding: 0px 10px ! Important;
}

.galleryImg a.thumbnails {
    display: block;
    height: auto;
    overflow: hidden;
    box-shadow: 3px 3px 5px #3a4f5d;
    border: 1px solid #3a4f5d;
    margin: 0px;
}

.galleryImg a.thumbnails:hover {
    border-color: #7c97a9
}

.galleryImg .img-title {
    position: relative;
    margin-top: -24px;
    font-size: .5em;
    padding: 0 5px;
    height: 24px;
    width: 100%;
    text-align: center;

}




/*** CSS File: /themes/szvt_new/css/colorbox/colorbox.css ***/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#333;}
#colorbox{outline:0;}
    #cboxContent{margin-bottom:20px;background:transparent;padding:10px}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:1px solid #ccc; border-radius:5px;box-shadow: 4px 4px 5px rgba(100,100,100,0.69);background:#fff;}
        #cboxTitle{position:absolute; bottom:-15px; left:10px; font-size:.7em}
        #cboxCurrent{position:absolute; bottom:-15px; right:10px; font-size:.7em}
        #cboxLoadingGraphic{border:1px solid #ccc; border-radius:5px;background:url(../themes/szvt_new/css/colorbox/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:11px; margin-top:-32px; background:url(../themes/szvt_new/css/colorbox/images/themes.gif) no-repeat top left;opacity:.6; width:38px; height:61px; text-indent:-9999px;}
        #cboxPrevious:hover{opacity:.4}
        #cboxNext{position:absolute; top:50%; right:11px; margin-top:-32px; background:url(../themes/szvt_new/css/colorbox/images/themes.gif) no-repeat top right; opacity:.6; width:38px; height:61px; text-indent:-9999px;}
        #cboxNext:hover{opacity:.4}
        #cboxClose{position:absolute; top:-4px; right:-5px; display:block; background:url(../themes/szvt_new/css/colorbox/images/close.png) no-repeat top left; width:41px; height:40px; text-indent:-9999px;}
        #cboxClose:hover{background-position:top left;}

