body {
    font: 100%/1.35 "_DIN Next Regular","Open Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500 !important;
    color: #000;
    background-color: #ffffff;
    /* background: url(/images/bodybg.png) top left; */
    /* background-repeat: repeat-x; */
    /* border-top: 3px solid #ccc; */
}

html,body {
    min-height: 100vh;
}

*{
    -webkit-text-stroke: 0px rgba(0,0,0,0.1);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    text-shadow: none;
    }

.margin-auto {
    margin: auto !important;
    float: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
    /* font-family: "Open Sans",Arial,Helvetica,sans-serif; */
    /* color: #000000; */
}

abbr {
    border: none !important;
    text-decoration: none;
}
a {
    color: #337ab7;
}
    
a:focus, a:hover {
    color: #000;
    text-decoration: underline;
}
hr {clear: both;}
s {
    padding-right:0;
    padding-left:0;
}

.font-normal {
    font-size:95%;
    line-height:130%;
}

.c-box {
    background: #d7d7d7;
    min-height: 170px !important;
    padding-top: 0px;
    border-right: 1px solid #fff;
    border-radius: 8px;
	margin-bottom:1px;
}

.c-box *{
    -webkit-text-stroke: 0;
    text-shadows:none;
    line-height:135%;
}

.no-margin {
    margin:0 !important;
}
.no-padding {
    padding:0 !important;
}
.no-border {
    border: none !important;
}
.padding10 {
    padding: 10px;
}

.img100 {
    margin-right: -65px;
    margin-left: -65px;
    width: 112.3%;
    width: calc(100% + 130px);
    margin: 25px -65px;
}
.a100.img100 {
    margin-right: auto;
    width: 114.92%;
    width: calc(100% + 105px);
}

.img100 img {
	width:100%;
}

.float-right {
    float:right !important;
}

.border-radius-null {
    border-radius:0px !important;
}


*{
    box-sizing: border-box;
}

#wrapper{
    /* padding:15px; */
    margin:15px auto 15px auto;
    background: transparent;
    max-width: 100%;
    }

.wrapper {
    z-index:1000;
	-webkit-box-shadow: 0px 0px 38px 10px rgba(61,61,61,0.23);
	-moz-box-shadow: 0px 0px 38px 10px rgba(61,61,61,0.23);
	box-shadow: 0px 0px 38px 10px rgba(61,61,61,0.23);
	}



.main-shadows{
    /* -webkit-box-shadow: 0px 0px 15px 5px rgba(212,212,212,0.27); */
    -moz-box-shadow: 0px 0px 15px 5px rgba(212,212,212,0.27);
    /* box-shadow: 0px 0px 15px 5px rgba(212,212,212,0.27); */
    }



/*LOGO*/
#logo-small {
    /* overflow: hidden; */
    width: 100%;
    height: 130px;
    position: relative;
    text-align: center;
    max-width: 100%;
    /* padding-left: 20px; */
}
#logo-small a {
    display:block;
    width:100%;
    position:relative;
    text-align: left;
    height: 100%;
    padding-right: 5px;
}
#logo-small img {
    top: 40px;
    z-index:10000;
    overflow:visible;
    margin-top: 36.5px;
    opacity: 1;
    width: 100%;
    max-width: 200px;
    text-align: center;
    left: auto;
    right: auto;
    margin-right: 0px;
}
 
 
/*MENU*/
.navbar-brand{/* background:#9b9b9b; */color: #575757 !important;}
    
nav.navbar.navbar-default.border-radius-null {background: transparent;border: none;margin: auto;position: relative;display: flex;flex: 0 0 100%;height: 100%;}

.navbar-default .navbar-nav>li>a {
    color: #000000;
    font-size: 85%;
    font-weight: 600;
}
/*
.head-fr .navbar-default .navbar-nav>li>a,
.head-fr .navbar-toggle[data-target="#mainmenu"] + .navbar-brand {
    font-size: 18px;
}
*/
#mainmenu .nav>li {
    /* max-width: 107px; */
    text-align: center;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: stretch;
    align-content: center;
    height: 100%;
    width: auto;
}


#mainmenu .nav li a{
    border-right: 0px solid rgb(201 202 202 / 50%);
    padding:0px;
    padding-right: 12px;
    padding-left: 12px;
   }

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: unset;
    color: #ececec;
}

#mainmenu .nav li:not(:last-child,.open) a:after{
    display:flex;
    content:'';
    border-right: 1px solid rgb(201 202 202 / 50%);
    height:40px;
    position:absolute;
    right:0;
   }

#mainmenu .nav .dropdown-menu li a:after{display:none;}

#mainmenu .nav li:hover:not(:last-child) a:after{
    display:none;
   }



#mainmenu .nav>li:last-child,#mainmenu .nav li:last-child a {
    border-right: none;
}

#mainmenu .nav>li.dropdown.open>a {
    /* border-bottom: 1px solid #fff; */
    max-width: 100%;
}

button#countrys-selector {
    background: #2d6bb4;
    border-color: #2d6bb4;
    font-size: 90%;
    text-align: left;
}

.posfixed {
    /* position: sticky; */
    /* border: 1px solid #2d6bb4; */
    /* z-index: 10000; */
    /* top: 20px; */
    padding: 0;
    border-radius: 4px;
}

.country-selector {
    background: #d4d4d4;
    color: #494b4c;
    /* line-height: 44px; */
    padding: 5px 5px 2px 0;
    font-weight: bold;
    padding: 0;
    border-radius: 5px;
}


#jp-country-link {
    width:100%;
    margin: 0px !important;
    margin-top: 42px !important;
    border:0px;
    padding:0px !important;
    background:#2d6bb4;
    border:1px solid #2d6bb4;
    border-radius:0 0 2px 2px;
    list-style: none !important;
    }
#jp-country-link li {
    background:#2d6bb4;
    margin: 1px 0 !important;
    border-width:0;
    line-height: 132%;
    padding: 0px !important;
    list-style: none !important;
    list-style-type: none !important;
    }
.dropdown.open #countrys-selector {border-radius:4px 4px 0 0 !important;}
.dropdown #countrys-selector .caret{right:10px; position:absolute; top:20px;}

#jp-country-link li:first-child,#jp-country-link li:last-child {
    margin:0px
    }


#mainmenu .nav>li.dropdown.open ul.dropdown-menu li,
#language-choiser .nav>li.dropdown.open ul.dropdown-menu li {
    border-bottom: 1px solid #dedede;
    background-color: white;
    list-style: none;
    line-height: 132%;
    padding: 0;
    margin: 0;
    list-style-type: none !important;
    }

#mainmenu .nav>li.dropdown.open ul.dropdown-menu li{
    border-bottom: 1px solid #ffffff7a;
    background-color: transparent;
    }


#language-choiser .nav>li.dropdown.open ul.dropdown-menu li.special-one {
    border-bottom:2px dashed #fff;
    background:#034390;
}

#mainmenu .nav>li.dropdown.open ul.dropdown-menu li a,
#language-choiser .nav>li.dropdown.open ul.dropdown-menu li a {
    /* line-height: 150%; */
    font-size: 100%;
    padding: 13px 10px;
    margin: 0;
}
#mainmenu .nav>li.dropdown.open ul.dropdown-menu li:last-child,#language-choiser .nav>li.dropdown.open ul.dropdown-menu li:last-child {
    border-bottom: none !important;
    margin-bottom: 0px;
    border-radius: 0 0 5px 5px;
}

#mainmenu .nav>li:last-child {min-width: 123px;}
















.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    margin-left: 0px;
    border-radius: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    border: 1px solid #e4e4e4;
    padding: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: none;
}
#language-choiser .navbar-nav>li> .dropdown-menu .dropdown-submenu .dropdown-menu li {
    background: #ffffff;
    }

#language-choiser .navbar-nav>li> .dropdown-menu .dropdown-submenu .dropdown-menu li a {
    padding-bottom:3px !important;
    background:transparent;
    color: #000;
    }

#language-choiser .navbar-nav>li> .dropdown-menu .dropdown-submenu .dropdown-menu li:hover a {
    background:#fdfdfd;
    color:#000;
    }

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #b3b3b3;
    margin-top: 10px;
    margin-right: 0px;
}

.dropdown-submenu:hover>a:after {
    border-color: transparent;
    border-left-color: #747474 !important;

}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.navbar-toggle[data-target="#mainmenu"] + .navbar-brand {
    height: 138px;
    line-height: 120px;
    padding:10px 24px;
    font-size: 22px;
    border-right: 1px dotted rgb(201, 202, 202);
    margin: 4px 0 0 0;
}
.navbar-toggle[data-target="#mainmenu"] + .navbar-brand:hover {
    border-bottom: 1px solid #fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover,.nav>li:hover,.nav>li.dropdown.open {
    background: #2d6bb4;
    color: #fff !important;
}

.navbar-default .navbar-nav>li:hover>a {
    color: #ffffff;
}

ul.nav.navbar-nav {
    margin: 4px 0 0 0;
}

#mainmenu ul.nav.navbar-nav {
    margin: 0px auto 0 auto;
    /* float: none; */
    display: flex;
    height: 100%;
    /* flex: 0 0 100%; */
}

ul.dropdown-menu {
    border-left: 7px solid #2d6bb4;
}
#mainmenu ul.dropdown-menu {
    background: rgb(45,107,180);
    background: linear-gradient(180deg, rgba(45,107,180,1) 0%, rgba(42,100,168,1) 100%);
    /*background:repeating-conic-gradient(rgb(42 106 168) 0% 5%, rgb(82 100 168) 0% 10%) 50% / 20px 40px;*/
    border-left: 1px solid #2d6bb4;
    border-top: 1px solid #fff;
    border: 1px solid #ccc;
    left: -1px;
    padding: 0px;
    border-radius: 0 0 5px 5px;
    padding: 0px 0px;
}


ul.dropdown-menu li, ul.dropdown-menu li a {
    color: #fff;
    font-size: 105%;
}

ul.dropdown-menu.textcomplete-dropdown li:not(:last-child){
    color: #232323;
    font-size:114%;
    border-bottom:1px solid #ccc !important;
}

ul.dropdown-menu.textcomplete-dropdown li:not(.active) a {
    color: #232323 !important;
    font-size:114%;
}


ul.dropdown-menu li{margin-bottom:1px;/* padding:10px 5px; */}

/* GRID FRAMEWORK*/
.row{
    margin-left:0px;
    margin-right:0px;
}

.flexbox {
    display: flex !important;
    flex-wrap: wrap;
    }


.flex-v-center {
    display: flex;
    align-items: center;
    justify-content: center;
    }

.flex-center {
    align-items: center;
    justify-content: center;
    }

.flex-column {
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    }

.flex-t-center {
    align-items: flex-start;
    justify-content: start;
    /* flex: 0 0 100%; */
}
.flex-autoh{
    flex-grow:unset;

    }
/*MAIN CONTENT*/
.jumbotron {
    padding: 0px !important;
    margin: 0;
}

.jumbotron .container {











    padding: 0px !important;
    margin: 0px;
    width: 100%;
    /* height: 820px; */
}

.container-full {
  margin: 0 auto;
  width: 100%;
  overflow:hidden;
}

h3.special-text {
    font-size: 38px;
}

h3.special-text.a1 {
    font-size: 28px;
    color: #737373;
    margin-bottom: 0px;
}

h3.special-text.a2 {
    background: #000;
    font-size: 18px;
    color: #fff;
    padding: 4px;
    display: inline-block;
    margin: 8px 0px;
}

p.special-text.a3 {
    font-size: 17px;
    color: #000;
    line-height: 22px;
}

h1.big-text {
    font-size: 90px;
}

.main-text-separator {
    height: 300px;
}

#main-content-slider h3,#main-content-slider h1 {
    word-wrap: break-word;
}


.section-bg1,.section-bg2,.section-bg3,.section-bg4{
    background:#9b9b9b;
    position: relative;
    overflow: hidden;
    border: 6px solid #d7d7d7;
    border-right: 0;
    border-left: 0;
    }

.section-bg2{
    background:#898989;
    }

.section-bg3{
    background:#777777;
    }

.section-bg4{
    background:#646464;
    }
.col-lg-1.col-lg-10p.text-center.col-centered h4 a {
    text-transform: uppercase;
    font-size: 110%;
    display: flex;
    font-weight: bold;
    min-height: 45px;
    vertical-align: middle;
    align-items: center;

    justify-content: center;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #666666;
    border-color: #666666;
}

.btn.btn-success.btn-lg.btn-more-news {
    position: absolute;
    bottom: -100px;
    width: 100%;
    margin: 0px;
    left: 0px;
    border-radius: 0px;
    background: #535353;
    border: none;
    -webkit-transition: bottom 2s ease;
    -moz-transition: bottom 2s ease;
    transition: bottom 2 ease;
    text-align: right;
  }

.section.archives .section-title.title {
    min-height: auto;
}


.section.archives .entry-morelink a {
    position: relative !important;
    width: 98%;
    width: calc(100% - 20px);
}

.row-eq-height .media:hover .btn.btn-success.btn-lg.btn-more-news {
    -webkit-transition: bottom 0.5 ease;
    -moz-transition: bottom 0.5 ease;
    transition: bottom 0.5 ease;
    bottom:0;
    height:100%;
    line-height:200px;
    opacity:.9;
}

.btn.btn-success.btn-lg.btn-more-news.btn-video {
    background: #000;
}

.row.row-eq-height .media {
    display: block;
    overflow: hidden;
    max-height: 360px;
    height: 360px;
}

h2.media-heading {
    color: #ffffff;
    font-size: 20px;
    padding: 10px 0px;
    height: 85px !important;
}

.media-body {
    color: #ffffff;
    font-size: 13px;
    padding-bottom: 10px !important;
}
.media-body a {
    color: #fff;
    background: #898989;
    padding: 1px 4px;
    border-radius: 2px;
    border: 1px solid #988f8f;
    border-bottom: 1px dashed #c9c9c9;
    margin:2px 0px;
    display: inline-block;
}

.enty-media-box {
    margin-bottom: 25px;
}

.enty-media-box .entry-thumbnail.special{
    border-radius:5px;
}

.enty-media-box:after {
    content:"";
    display:block;
    margin-top:10px;
    border-bottom:8px solid #ccc;
    border-radius:5px;
    clear: left;
}

.section-head {
    background: #000;
    color: #fff;


    font-size: 250%;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 15px;




    box-sizing: content-box;
    line-height: 120%;
}

.section-head a {
    color: #fff;
}

.section-head.greey {
    background: #2a496d;
    font-weight: bold;
}

.section-head.blue,.section-head.braun {
    background: #3566C7;




    margin-bottom:10px;

    padding-left: 15px;
    border-radius: 3px;
}
.section-head.braun {
    background: #615a5a;

    }

.label-spec {
    font-family: Arial;
    font-weight: normal;
    -webkit-text-stroke: 0px !important;
    text-shadow: none !important;
    font-size: 100%;
    margin-right: 4px !important;
}

div#InformationM {
    z-index: 100000;
    }

.modal.modal-wide .modal-dialog {
  width: 80%;
}

.modal-wide .modal-body {
  overflow-y: hidden;
}

.main-about,.main-help,.main-media,.main-consultation,.main-contact{
    font-size:22px;
    background:#4f86b9;
    color:#FFFFFF;
    text-align:center;
    min-height:180px;
    height:180px;
    line-height:180px;
    }

.main-about a,.main-help a,.main-media a,.main-consultation a,.main-contact a{
    color:#FFFFFF;
    }

.main-help,.main-help a{
    background:#fee39a;
    color:#68655f;
    }

.main-media, .main-media a{
    background:#d5d5d5;
    color:#68655f;
    }

.main-consultation,.main-consultation a{
    background:#a0cf95;
    }

.main-contact,.main-contact a{
    background:#cb9ab9;
    }

.positive-things {
    background: #646464;
    padding: 10px;
    color: #fff;
}

.positive-things a {
    color: #fff;
}
.positive-things a:hover {
    text-decoration: none;
}

.positive-things:hover{
    background: #9a8484;
}

.flip-container a{
    text-decoration: none;
    }


/*tile animation*/
.flip-container {
    margin:0px;
    width:100% !important;
    width:calc(100%) !important;
    position:absolute;
    top:0;
    left:0;

    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;

    perspective: 1000px;
}

.row .flip-container {
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: 5;
    -webkit-animation-timing-function:ease-out;

    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: 5;
    -moz-animation-timing-function:ease-out;

    animation-duration: 6s;
    animation-iteration-count: 5;
    animation-timing-function:ease-out;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
	-ms-transform:rotateY(0);
}

.row .col-sm-15:nth-child(1) .flip-container {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.row .col-sm-15:nth-child(2) .flip-container {
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    animation-delay: 7s;
}

.row .col-sm-15:nth-child(3) .flip-container {
    -webkit-animation-delay: 13s;
    -moz-animation-delay: 13s;
    animation-delay: 13s;
}

.row .col-sm-15:nth-child(4) .flip-container {
    -webkit-animation-delay: 19s;
    -moz-animation-delay: 19s;
    animation-delay: 19s;
}

.col-sm-15:nth-child(5) .flip-container {
    -webkit-animation-delay: 25s;
    -moz-animation-delay: 25s;
    animation-delay: 25s;
}
 .slideanim {visibility:hidden;}


@keyframes rotateA {
    0%   {width:20%;}
    100% {width:102%; width:calc(100% + 20px);}
}

.slideItems {
  -webkit-animation-name: slide;
  -moz-animation-name: slide;
  animation-name: slide;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;

  visibility: visible;
}

@keyframes slide {
    0% {


      opacity: 0;
      -webkit-transform: translateY(70%);
      -moz-transform: translateY(70%);
      transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
      -moz-transform: translateY(70%);
      transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      transform: translateY(0%);
    }
}

.row-xs-flex-center {
     display: -webkit-inline-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;

}


.flip-container:hover .flipper, .flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg) !important;

    -moz-transform: rotateY(180deg) !important;
    transform: rotateY(180deg) !important;
}


.flip-container, .front, .back {
    width: 100%;
    width: calc(100%);
    height: 180px;
}

.flip-container .front h2, .flip-container .back h2 {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    width: 100%;
    height: 180px;
    margin: 0;
    padding: 0;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-container .back h2s {
    line-height: 24px;
    font-size:20px;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
	width: 100%;
    -ms-transform: none !important;
	}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px 0px 33px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: inset 0px 0px 33px 7px rgba(0,0,0,0.09);
    box-shadow: inset 0px 0px 33px 7px rgba(0,0,0,0.09);
    -ms-transform: none !important;
}

.back .row-xs-flex-center:after {
    content:"";
    font-size: 50% !important;

    line-height: 100%;
    left:0;
    position:absolute;
    bottom:0px;
    padding:5px;
    color: #646464 !important;
    background:#fff;
    width:100%;
    border:1px solid transparent;
    display:block;
}

.flip-container:hover .back {
    -ms-transform: rotateY(360deg) !important;
}

.flip-container:hover .front {
    display: none;
}

.flip-container:hover {
    -ms-transform: rotateY(180deg);
}

.front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.back {
    -webkit-box-shadow: 0 8px 16px -10px black;
    -moz-box-shadow: 0 8px 16px -10px black;
    box-shadow: 0 8px 16px -10px black;
    border:1px solid #fff !important;

    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg) !important;
}




/*FONT AWESOME*/
.fa-2 {
    font-size: 2em
}

.fa-3 {
    font-size: 4em
}

.fa-4 {
    font-size: 7em
}

.fa-5 {
    font-size: 12em
}

.fa-6 {
    font-size: 20em
}

.fa-1,.fa-2,.fa-3,.fa-4,.fa-5,.fa-6 {
    margin-right: .07142857em
}


/*animation end*/



/* Flexible iFrame */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
   /* padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */

    -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}



/*social buttons*/
a.btn.btn-social-icon {
    border: 1px solid #ccc;
    border-radius: 0px;
    margin: 0px !important;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    color: #ccc;
    float: left;
    font-size: 16px;
}
a.btn.btn-social-icon:hover {
    color:#4f86b9;

}

a.btn.btn-social-icon {
    border-right: 0px;
}


a.btn.btn-social-icon:last-child {
    border-right: 1px solid #ccc;
}





/*FOOTER*/
.up-arrow {
    position: absolute;
    right: 0;
}

.footer-block-one{
    background:#d7d7d7;
    padding: 0 25px 5px 25px;
    color: #727272;
    box-shadow: none;
    margin-bottom: 1px;
    }

.footer-bg,.footer-bg-alt{
    background: #ffffff;
    color: #565656;
    height: 180px;
    }

.footer-bg-alt{
    /* background:#434343; */
    }

.footer-bg h5,.footer-bg-alt h5{
    color:#fff;
    }

.up-arrow{
    color:#ccc;
    font-size:28px;
    padding: 5px 10px;
    }

.footer-bg i.fa,.footer-bg-alt i.fa {
    margin-right: 4px;
    /* width: 25px; */
    /* text-align: right; */
}

footer.footer-end {
    background: #222;
    color: #ccc;
    padding-right: 30px;
}

footer.footer-end a{
    color: #fff;
}

footer.footer-end hr {
    border-top-color: #6c6c6c !important;
}

/*carousal*/
.container.carouselmain {
    background: #f8f9f9;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #626262;
}

.carousel-indicators li {
    border-color: #777777;
}

.carousel-indicators li.active {
    background-color: #777777;
}

.carousel-caption {
    right: 0;
    left: 0;
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
    background: rgba(101,101,101, 0.55);
    bottom: 70px;
    /*font-family:"Open Sans";*/
    font-weight:700 !important;
}
.carousel-caption h1{font-size:500%;font-weight: 600;}
.carousel-caption h3{font-size:200%;/*font-family: 'Open Sans';*/}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li,.carousel-indicators li.active {
    width: 17px;
    height: 17px;
    margin: 5px;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 17px;
}

.carousel-indicators li.active {
    background-color: #fff;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}


/*CONTENT CATEGORY*/
.category-short-desc {
    /* font-size: 120%; */
    line-height: 140%;
    text-align: justify;
    border: 0;
    padding-left: 0;
}

.category-short-desc h3 {
    margin: 30px auto 10px auto;
    }


blockquote.category-short-desc.pres {
border:none;
}


.category-short-desc h3 {
    font-size: 140%;
    line-height: 140%;
    text-align:justify;
    color:#3c3c3c;
    font-weight: 700;
}


.category-long-desc {
    font-size: 100%;
}

#category {
    padding-bottom: 40px !important;
    position: relative;
    width: 100%;
    padding: 5px;
    min-height: calc(100vh - 552px);
}

/*Bootstrap plus*/
blockquote{background: #fdfdfd;}
blockquote p:before {
    font-family:Arial;
    content: open-quote;
    font-weight: bold;
    font-size:2em;
    margin:.2em;
    color:#666;
} 
blockquote p:after { 
    font-family:Arial;
    content: close-quote;
    font-weight: bold;
    font-size:2em;
    margin:.2em;
    color:#666;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {



    width: 20%;
    float: left;
}

.col-xs-25 {
    width: 40%;
    float: left;
}

.col-xs-35 {
    width: 60%;
    float: left;
}

.col-xs-45 {
    width: 80%;
    float: left;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.alert-default {
    padding-top: 0;
    border: 0;
    padding-bottom: 0;
    background: transparent;
    position: relative;
    border-radius: 0;
    padding: 0;
}

.alert-default .close {
    position:absolute;
    right: 15px;
    top: 8px;
}


span.glyphicon.glyphicon-heart.logo-small {
  -webkit-animation: burst 5s linear infinite;
  -webkit-transform-origin: 50% 50%;

  -moz-animation: burst 5s linear infinite;
  -moz-transform-origin: 50% 50%;


  animation: burst 5s linear infinite;
  transform-origin: 50% 50%;
}

.btn-black{
    color: #fff;
    background-color: #666;
    border-color: #fff;
    padding: 10px;
    font-size: 110%;
}

.btn-black:hover{
    color: #fff;
    background-color: #ccc;
    border-color: #fff;
    
}



@keyframes burst {
  0% { opacity:1 }
  39.9996% { -webkit-transform:scale(1.8); -moz-transform:scale(1.8); transform:scale(1.8); opacity:.8 }
  40% { -webkit-transform:scale(1.8); -moz-transform:scale(1.8);  transform:scale(1.8); opacity:.8 }
  42% { -webkit-transform:scale(1.4); -moz-transform:scale(1.4);  transform:scale(1.4); opacity:.8 }
  44% { -webkit-transform:scale(2); -moz-transform:scale(2);  transform:scale(2); opacity:.8 }
  80% { -webkit-transform:scale(1); -moz-transform:scale(1);  transform:scale(1); opacity:.4 }
  100% { -webkit-transform:scale(1); -moz-transform:scale(1);  transform:scale(1); opacity:0 }
}



/*NEWS BOX*/

.entry-thumbnail.special {
    background-size: contain;
    max-height: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    max-width: 100%;
}

.palyazatok .entry-thumbnail.special{display:flex;flex-direction:column;/* height: 800px; */max-height: 100%;width: 100%;}


.entry-content-desc{font-size: 110%;/* background: #eaeaea; */padding: 15px;margin: 0;margin-top: auto;font-weight: 700;text-align: left;}


.entry-thumbnail.special img.img-responsive {
    display: none;
    visibility: hidden;
}

.section-title.title h3 a {
    color: #000000;
    font-weight: 800;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;








    text-shadow: none;
    -webkit-text-stroke-width: 0;
    -moz-text-stroke-width: 0;
    text-stroke-width: 0;
    font-size: 100%;
}

.section-title.title h3 {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.section-title.title h3.main-title {font-size: 200%;/* border-bottom: 1px solid #cccccc; */padding-bottom: 20px;}


div:not(.palyazatok) > .list-item .section-title.title {
    padding: 5px 0px;
    margin-top: 0px;
    min-height: 85px;
}


.row-flex .list-item {
    border-right: 0px solid #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    /* padding-bottom: 10px; */
    padding-top: 10px;
}

.world-news{
    align-items:
    stretch;
    flex-direction: column;
    display: flex;
    height: 100%;
    justify-content: space-between;
    }


.world-news {
    padding:15px 5px 0 5px;
    background: #fff;
    box-shadow: 0 0 10px #7777772e;
    margin-bottom: 30px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    }
div.palyazatok > .list-item .world-news {justify-content: stretch; margin-bottom:0px}

div:not(.palyazatok) > .list-item > .world-news:before {
    display:block;
    content:"";
    width: 70%;
    margin:auto;
    height: 80%;
    position:absolute;
    bottom: 0px;
    z-index:-100;
    box-shadow: 0 0 17px #c5c5c5;
    background: #fff;
    border: none;
    border-radius: 50px;
    left: 15%;
    }


.grayscale:hover,.entry-content img:hover {
/*    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;

    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
*/}

.grayscale,.entry-content img {
    /*    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%); 
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%); 
    -o-transition: .5s ease-in-out;
    transition: all 0.5s ease-in-out;
*/
    max-width: 100%;
    height: auto;
    }
.entry-morelink {
    position: relative;
    width: 100%;
    float: left;
    height: 75px;
    bottom: 0px;
    display: none;
}
.entry-morelink a {
    position: absolute !important;
    bottom: 15px !important;
    margin-top: 20px;
    padding: 0px 10px;
    width: calc(100% - 20px);
    line-height: 40px;
    background: #2d6bb4;
    color:#fff;
    top: 0;
    margin-left: 0;
    border-radius:3px 0px 0px 3px;
    display: block;
}

.entry-morelink a:after,.entry-morelink a:hover:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #2d6bb4;
    position: absolute;
    top: 30px;
    margin-top: -30px;
    left: 100%;
    z-index: 2;
}   

.entry-morelink a:hover {
    background: #2a496d;
}

.entry-morelink a:hover:after {
    border-left-color: #2a496d;
}

.entry-morelink a.relative {
    position: relative !important;
}

.list-item.special-news-box {
    background: #e8e8e8;
    border: 1px solid #ffffff;
}
.entry-content {
    color: #000;
    font-size: 100%;
    line-height: 140%;
    padding: 5px 0px;
    text-align: justify;
    text-decoration: none !important;
}

.entry-content ul{
    line-height: 180%;
    list-style-position: outside;
    margin: 25px auto 25px 35px !important;
    padding: inherit !important;
    list-style: inherit !important
    }

.entry-content ul li{
    padding: inherit !important;
    list-style: inherit !important;
    margin: inherit !important;
    margin-left: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    }

.category-short-desc ul:not(.dropdown-menu) li::marker,
.category-short-desc ol li::marker,
.category-long-desc-desc ul:not(.dropdown-menu) li::marker,
.category-long-desc-desc ol li::marker,
.entry-content ul li::marker{
    content: "\2713" "  " !important;
    display: list-item;
    }

#countrys-selector+ul.dropdown-menu li::marker{content:"" !important;}

.entry-content table td{
    line-height: 160% !important;
    padding:10px !important;
    text-align: center;
    vertical-align: middle !important;
}
.table-normal td{border:none !important;}

article b, article strong {
    color: #000;
}


article.p-content .entry-content ul li,
article.p-content .entry-content ol li {
    margin-bottom: 7px;
    font-size: 100%;
    line-height: 140%;
    color: #000;
}

article ol ,article ul {
    display: flow-root;
    margin-left: -13px;
}

h2.entry-title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: left;
    color: #000000;
    font-size: 30px;
    font-weight: 800;
    margin: 20px 0 40px;
}



h2.entry-summary {
	font-size: 130%;
	line-height: 150%;
	background: #f7f7f7;
	margin: 0px -50px;
	padding: 10px 50px 10px 50px;
	color: #666;

	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 5px;
	/* border-left: 8px solid #9b9b9b; */
}

article .entry-content h3{
    line-height: 130%;
    /* font-size: 140%; */
    /* margin-top: 17px; */
    /* background: #2d6bb4; */
    /* display: flex; */
    /* padding: 15px; */
    /* font-weight: bold; */
    /* color: #fff; */
    /* cursor:pointer; */
    /* border:1px solid #fff; */
    -/*webkit-box-shadow: 10px rgba(61, 61, 61, 0.10);*/
    -/*moz-box-shadow: 10px rgba(61,61,61,0.10);*/
    /* box-shadow: 0px 0px 15px 2px rgba(61,61,61,0.10); */
    margin: 40px auto 20px auto;
    font-size: 20px;
    font-weight: 700;
}


article .entry-content h3 {
    margin: 40px auto 20px auto;
    font-size: 20px;
    font-weight: 400;
}


article .img-left-content h3{cursor:pointer;}

article .entry-content h3.doc-box-header{
    background: #2a496d;
    color:#fff;
    margin: 0 auto -1px auto;
    display: block;
    padding: 10px;
    border-radius: 7px;
}

article .entry-content h3.doc-box-header:hover{
    background: #2d6bb4;
}

article .entry-content .docbox{
    padding:1px !important;
    float: none;
    margin: auto;
}


.entry-content h3.doc-box-header a{
    color:#fff;
    text-decoration:none;
}



article .entry-content h3.country {
    margin-top: 20px;
    background: #2d6bb4;
    padding: 8px 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
    border:1px solid #fff;
    -webkit-box-shadow: 10px rgba(61, 61, 61, 0.10);
    -moz-box-shadow: 10px rgba(61,61,61,0.10);
    box-shadow: 0px 0px 15px 2px rgba(61,61,61,0.10);
}

article .entry-content h3 + p,article .entry-content h3 + p + p{
    line-height: 160%;
    margin: 10px auto 10px auto;
    font-size: 100%;
    color: #000;
    }

 article > div:not(.palyazatok) .entry-content  p{
    line-height: 160%;
    margin: 10px auto 20px auto;
    }


.category-short-desc h3 + p,.category-short-desc h3 + p + p{
    display:block;
    font-size: 110% !important;
    color: #000;
    margin-left: unset !important;
    padding: 10px 0 !important;
    }

article .entry-content h3 + p strong,article .entry-content h3 + p + p strong{
    display: contents;
    }
article .entry-content .category-short-desc h3 + p a{
    display: contents!important;
    }


article .entry-content h3 + ul{

    }

h2.entry-summary a,h2.entry-summary a:hover {
    color: #000000;
    text-decoration: none;
}

h2.entry-summary a:hover {
    color: #3566c7;
}

article.hentry {
    padding: 20px;
    padding-bottom: 0;
}

time.published {
    font-size: 85%;
    color: #ccc;
    text-align: right;
}

article.hentry.p-content {
    padding-top: 0px;
    padding-right: 0px;
}

.hentry.p-content .entry-content {
    padding-top: 0px;
}

.entry-content a {
    font-weight: bold;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    text-shadow: none !important;

    -webkit-text-stroke: 0px !important;
    -moz-text-stroke: 0px !important;
    text-stroke: 0px !important;
}

article * {
    text-shadow: none !important;
    -webkit-text-stroke: 0px !important;
    line-height: 160%;
    /* height: -webkit-fill-available; */
    flex-direction: row;
}

article .category-short-desc h4{font-size:100%;}

#category article .table-responsive table{width:100%;}
#category article .table-responsive table td{vertical-align:top;display: flex;float: left;width: 50%;}
#category article .table-responsive table td ul{margin:0px; padding:0px;}


article ul li{
    line-height: 170%;
    margin-left: 30px;
    }

article sup{font-size:60%;}
article hr{color:#fff !important;border-color:#fff;}
#category article hr{color: #eee!important;border-color: #eee;}

article hr.normal{
    color:#fff !important;
    border-bottom: 1px solid #ffffff;
    margin:20px auto 20px auto !important;
    clear:left;
    padding-top: 38px !important;
    border: 1px dotted #dcdcdc;
    background: #fff;
    border-width:0 0 3px 0;
    }


.h-100 {
    height: 100%!important;
}

.w-100 {
    width: 100%!important;
}

span.col-12.img-content {
    display: block;
    width:100%;
    overflow:hidden;
    position:relative;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    padding: 5px 10px 0 10px;
    line-height: 1.35;
    height: 46px;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 0 #fff;
    -ms-transform: inset 0 0 0 #fff;
    -o-transform: inset 0 0 0 #fff;
    box-shadow: inset 0 0 0 #fff;
    border: 1px solid #dbdbdb;
    margin-bottom:8px;
    }

textarea {
    min-height: 40px;
    height: auto;
    padding-top: 14px;
    padding-left: 10px !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 100%;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
}

.btn.btn-details, .btn.btn-details:hover {
    background-color: #184891;
    border-color: #184891;
    border-radius: 3px;
    color: #fff;
}

span.col-12.img-content:before{
    content:"\f00e";
    font-family:"Font Awesome 5 Pro";
    font-weight:600;
    font-size:35px;
    display:block;
    position:absolute;
    right:-20px;
    bottom:-10px;
    z-index:100;
    width:80px;
    height:80px;
    color:#2a496d;
}


span.col-12.img-content img {
    display: block;
    margin: 4px 0 0 0;
    width:
    calc(100% + 62px);
    border: 1px solid #2a496d;
    border-radius: 6px;
}

.position-absolute{position:absolute!important;}
.position-relative{position:relative!important;}


/*BREADCRUMP*/
.breadcrumb {
    padding: 0px 10px;
    background: #f0f0f0;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 0;
    max-height: 40px;
    width: 100%;
    text-overflow: ellipsis;
    height: 40px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*min-width: 500px;*/
    border-bottom: 1px solid #eee7e7;
    /* max-width: 1170px; */
    margin: auto !important;
    /* font-size: 15px; */
    /* font-weight: 100; */
}

.breadcrumb.pres-special{height: unset !important;max-height: unset;background: #2d6cb4;display: flex;min-height: 80px;}


.breadcrumb li {
    float: left;
    white-space:
    nowrap;
    position: relative;
    padding: 0 5px 0 0;
}


.breadcrumb.pres-special{
    justify-content: center;
    align-items: center;
    overflow:hidden
    }

.breadcrumb.pres-special li {
    background: transparent;
    padding: 0px;
    text-align: left;
}

.breadcrumb li.active:last-child a {
    /* font-weight:bold; */
}

.breadcrumb li:after,.breadcrumb li:before {
    z-index: 1;
    position: absolute;
    display: block;
    -moz-transition: all 0.43s ease 0s;
    -webkit-transition: all 0.43s ease 0s;
    -ms-transition: all 0.43s ease 0s;
    -o-transition: all 0.43s ease 0s;
    transition: all 0.43s ease 0s
}

.breadcrumb li:before {
    border-color: transparent transparent transparent #ffffff;
    border-width: 7.5px 0 7.5px 10px;
    right: -10px;
    top: 30%;
    display: none;
}



.breadcrumb li:after {
    right: -12px;
    top: 24%;
    content: '/';
    }
.breadcrumb>li+li:last-child:after {
    border: none;
    display: none;
}

.breadcrumb li.completed a:after {
    border-left: 52px solid #9a9a9a;
} 

.breadcrumb li a {
    color: black;
    text-decoration: none;
    padding: 10px 1px 15px 21px;
    position: relative;
    display: block;
    float: left;
}

.breadcrumb.pres-special li a {
    width: calc(100% - 35px);
    font-weight:600;
    white-space: pre-line;
    padding: 0;
    padding-left: 10px;
    text-align:center;
    font-size:140%;
    line-height:100%;
    }

.breadcrumb li a:after {
    content: " ";
    display: none;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
    overflow: visible;
}   

.breadcrumb li a:before {
    content: " ";
    display: none;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
    overflow: visible;
}   
.breadcrumb.pres-special li a:hover:before {left:calc(100% - 0px);}
.breadcrumb.pres-special li a:hover:after{/* left:calc(100% - 5px); */border-left-color: #2d6cb4 !important;}

.breadcrumb.pres-special li a:before {left:calc(100% - 0px);}
.breadcrumb.pres-special li a:after{left:calc(100% - 5px);}



.breadcrumb li:first-child a {
    padding-left: 0;
}

.breadcrumb li a:hover {/* background: #2a496d; */}
.breadcrumb li a:hover:after {border-left-color: #2a496d   !important;}

.breadcrumb span.glyphicon {
    font-size: 95%;
}

/* LANGUAGE CHOISER*/
div#language-choiser {
    /* position: absolute; */
    /* top: 5px; */
    /* z-index: 10000; */
    width: auto;
    /* left: calc(50% + 350px); */
    /* padding: 0px; */
    /* background: #2d6bb4; */
    border: none;
    margin-top: 48px;
    /* margin-left: 15px; */
 }

#language-choiser nav {
    background: transparent;
	}

#language-choiser .nav a{
    background: transparent;
    color: #040404;
    padding: 7px 12px !important;
 }

#language-choiser .nav .dropdown-menu a{
    padding: 7px 3px !important;
 }


#language-choiser .nav>li>a{
    color:#fff;
 }
#language-choiser .nav>li.dropdown.open ul.dropdown-menu li a.active{
    /* background: #3f51b5 !important; */
    font-weight: 600;
    color: #000;
    border: none;
    /* padding-left: 10px !IMPORTANT; */
    /* border-radius: 5px; */
    /* margin: 0px 0 9px 0px; */
 }


#language-choiser nav>div>ul,
#language-choiser nav>div>ul>li,
#lg-ul-choiser{
    width: 150px;
    display:
    block;
    float: left;
    border:
    none;
    list-style: none;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
    list-style-type: none;
    padding:0px;
    margin:0px;
    background: #2d6bb4;
 }
#language-choiser nav>div>ul>li,
#lg-ul-choiser li{
    background: #2d6bb4;
    width: 100%;
    list-style:none !important;
    padding:0px;
    margin:0px;
 }

#language-choiser nav>div>ul, #language-choiser nav>div>ul:first-child{margin-right:1px;border: 1px solid #808080;border-radius: 3px;}
#language-choiser nav>div>ul:first-child{border-color:#2d6bb4;}

#language-choiser span.caret,#mainmenu span.caret {
    border: none;
    background: url(/images/menu-li-arr-down.png) center center;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    float: right;
	}

#mainmenu span.caret {
    position: absolute;
    bottom: calc(50% - 10px);
    background: url(/images/menu-li-arr-down-g.png) center center;
    background-repeat: no-repeat;
    left: -12px;
 }

#language-choiser .navbar-nav>li>.dropdown-menu{
    border:1px solid #fff;
    left: -1px;
    width: 150px !important;
    min-width: unset;
    list-style: none;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
    list-style-type: none;
    margin: 0;
    padding: 8px;
    white-space: nowrap;
    }
#language-choiser .navbar-nav>li>.dropdown-menu ul.dropdown-menu li{padding:0px;margin:0px}

#mainmenu li:hover span.caret,#mainmenu li:active span.caret,#mainmenu li.dropdown.open span.caret {
    background: url(/images/menu-li-arr-down.png) center center;
    background-repeat: no-repeat;
	}

#language-choiser .nav .dropdown-menu li:hover a{
    /* background: #f3f3f3; */
    color: #838383;
 }

#mainmenu .navbar-nav>li>a {
    height: 100%;
    line-height: 120%;
    display: flex;
    align-items: center;
    width: min-content;
    /* min-width: 109px; */
    justify-content: center;
 }

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background:#2d6bb4;
    color:#fff;
	}

#mainmenu .navbar-nav>li:hover>a {/* border-bottom:1px solid #fff; */}


#language-choiser .collapse.navbar-collapse {
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    /* width: 100%; */
 }

.row-centered {
    width: 100%;
    display: flex;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    margin: 0;

	}
.col-lg-10p .text-left,.col-lg-10p .text-center{
    text-align:center;
    padding:10px;
    background:#2d6bb4;
    color:#fff;
    }

.col-lg-10p .text-left h4 a,.col-lg-10p .text-center h4 a{
    color:#fff;
    }

.col-centered {
    align-content: center;
    line-height: 160%;
	}

.navbar-default .navbar-toggle {
    border-color: #fff;
    background: #2d6bb4 !important;
    color: #fff;
    border:none;
    }
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    }


.table-responsive .table thead tr:first-child th,
.table-responsive .table thead tr:first-child td {
    text-align:center;
    }
.table-responsive .table thead tr:first-child :not(:first-child) {/* border:1px solid #ddd; */background:#fff;border-bottom: 2px solid #ddd;border: none;}

.table-responsive .table thead>tr>td {background: #2a496d;color: #fff;border-right:1px solid #ddd;font-weight: bold;text-align: center;}

.table-responsive .table thead>tr:nth-child(2)>th,
.table-responsive .table thead>tr>td,
.table-responsive .table.table-r-list thead>tr:nth-child(1)>th {
    background: #2a496d;
    color: #fff;
    border-right:1px solid #ddd;
    font-weight: normal;
    text-align: center;
    font-weight: bold;
    border-bottom: 5px solid #ccc;
    border-top: 5px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}
.table-responsive .table thead>tr:nth-child(2)>th a,
.table-responsive .table thead>tr:nth-child(2)>th a strong,
.table-responsive .table thead>tr:nth-child(2)>td a,
.table-responsive .table thead>tr:nth-child(2)>td a strong {text-decoration:none;color:#fff;}


.table-responsive .table thead>tr>td strong {color:#fff}
.table-responsive .table thead>tr:nth-child(2)>th strong {color:#fff}

.table-responsive .table tbody tr td{border-right:1px solid #ddd;vertical-align: middle;}

.table-responsive .table tbody tr td:first-child{width: 240px !important;text-align:left;background:#2d6bb4;color:#fff;min-width: 240px !important;}
.table-responsive .table tbody tr td:not(:nth-child(0)){min-width: 250px !important;max-width: 250px;}
.table-responsive .table.table-r-list tbody tr td:not(:nth-child(0)){min-width: 70px !important;max-width: 70px;text-align:center;}

.table-responsive .table.table-r-list tbody tr td:nth-child(1):not(:empty):after{content:'.'}
.table-responsive .table.table-r-list tbody tr td:nth-child(1):empty:after{content:' ¬'}

.table-responsive .table.table-r-list tbody tr td:nth-child(2){background-color:#2a496d;color:#fff; width:350px !important; max-width:350px;}

/*.table-responsive .table tbody tr{width: 240px !important;min-width: 240px !important;}*/

.table-responsive .table {border-bottom:1px solid #ccc;max-width: calc(100% - 1px);margin-bottom: 0;border-collapse: inherit;}
.table-responsive .table {table-layout: auto;}
.table-responsive .table.table-r-list tr td:nth-child(2){font-weight: 600;}



.table-responsive table_{box-shadow: 0 0 10px #7777772e;border: 1px solid #ffffff;background:#fff; border-radius:5px;padding:0px}
.table-responsive_:before {
    display:block;
    content:"";
    width: 70%;
    margin:auto;
    height: 80%;
    position:absolute;
    bottom: -1px;
    z-index:-100;
    box-shadow: 0 0 17px #c5c5c5;
    background: #fff;
    border: none;
    border-radius: 50px;
    left: 15%;
    }

.table-responsive .table tbody tr td:first-child strong{color:#fff;}


.download-text.text-center.col-sm-6.col-xs-12 {
    font-size: 45px;
    line-height: 100px;
}

.l-gallery{cursor:pointer;}
.col-sm-6.col-xs-12.text-center {display:flex;}
.btn-download{width:100%;/* line-height:100% */}

.section-head.greey.section-download,
.section-head.greey.section-map {
    background: #2a496d;
    text-transform: uppercase;
    FONT-WEIGHT: bold;
}

img.partner-logo {
    max-width: 100%;
    height: auto;
}

.logos-container{margin-bottom: 30px;padding: 0px;}

.pi-block {
    /*border-right: 1px solid #d4d4d4;*/
    padding: 5px 10px;
    background:#ffffff;
}

.pi-block .partner-logo-title,
.pi-block .partner-logo-link {
    text-align: left;
    font-weight:bold;
    font-size:80%;
    font-weight:bold;
    line-height:140%;
    color:#464646;
    display:block;
    padding:5px 0 0 5px;
    }

.pi-block .partner-logo-link{font-size:80%;font-weight:normal;color:#ccc;}

.logos-container .pi-block:last-child{border-right-width:0px}



.download-text.text-center.col-sm-6.col-xs-12 {
    font-size: 45px;
    line-height: 80px;
}

.text-center {text-align: center;}
.btn-download{width: 618px;line-height: 60px;font-size:40px;background: #2d6bb4;border:none;margin: 50px;}
.btn-download:hover,.btn-download:focus,.btn-download:active:hover{background: #2a496d;}

.btn-download:hover{background: #2a496d;}
.row.row-centered.download-border {
    /* margin: 20px 20px 20px 20px; */
    float: left;
    /* width: calc(100% - 40px); */
    background: #ffffff;
    display: flex;
    padding: 0px 0px 20px 0px;
}

.col-xs-12.catalogue-standard-image img{border:1px solid #ccc;margin: 0;width: auto;max-width: 100%;height: auto;margin-bottom: 20px;}
.download-text h1,.main-section-text h1{margin: 50px;padding:0px;}

/* MAP */
    .mapcontainer{margin:auto; float:none;}
    .mapael .map {
            background-color: #ffffff;
            margin-bottom: 10px;
            position: relative;
            /* border: 1px solid #ccc; */
        }
        /* For all zoom buttons */
        .mapael .zoomButton {
            background-color: #fff;
            border: 1px solid #ccc;
            color: #2a496d;
            width: 25px;
            height: 25px;
            line-height: 24px;
            text-align: center;
            border-radius: 2px;
            cursor: pointer;
            position: absolute;
            top: 0;
            font-weight: bold;
            left: 10px;
            -webkit-user-select: none;
            -khtml-user-select : none;
            -moz-user-select: none;
            -o-user-select : none;
            user-select: none;
            font-size: 110%;
        }
        /* Reset Zoom button first */
        .mapael .zoomReset {
            top: 10px;
        }
        /* Then Zoom In button */

        .mapael .zoomIn {
            top: 34px;
        }
        /* Then Zoom Out button */
        .mapael .zoomOut {
            top: 58px;
        }
        .mapael .mapTooltip {
            position: absolute;
            background-color: #004a9b;
            opacity: 0.99;
            border-radius: 4px;
            border: 1px solid #cccccc00;
            padding: 0px;
            z-index: 1000;
            max-width: 350px;
            min-width: 300px;
            display: none;
            color: #fff;
            -webkit-box-shadow: 0px 10px 38px 10px rgba(61, 61, 61, 0.60);
            -moz-box-shadow: 0px 10px 38px 10px rgba(61,61,61,0.60);
            box-shadow: 0px 10px 38px 10px rgba(61,61,61,0.60);
        }
    #category .mapael .mapTooltip {min-width:auto;}

    .map-container-box{background:#fff;padding:5px 10px;color:#004a9b;font-weight:bold;font-size:120%;line-height:120%;border-radius: 2px;border: 2px solid #f2f2f2;}
    .map-container-content{padding:5px 10px;font-size:90%;line-height:130%;}

	
	
	
	


/* preseason offers*/

a.item-add-to-cart {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #2d6bb4;
}

.pres-category-head{
    }

.pres-normal-list li{
    font-size:110%;
    line-height:150%;
    font-weight:500;
    color:#000000;
}

.pres-special-strong,.pres-normal-list li strong{
    font-size:115%;
    font-weight:600;

}

ul#textcomplete-dropdown-1 {
    border: 1px solid #ccc;
    padding: 0px;
	}

.pres-offers-block .entry-price{
    border-radius: 4px;
    font-size: 280%;
    font-weight:600;
    color: #feffff;
    /* border: 1px solid #ccc; */
    padding: 18px 10px;
    background: #184891;
    }

.pres-offers-block .entry-oldprice{
    margin-top:-10px;
    margin-bottom:15px;
    text-decoration:line-through;
    font-size:120%;
    color: #ae2d2b;
    font-weight: 600;
    }


.pres-offers-block .section-title.title h3 a{
    font-weight:600;
    font-size:85%;
    }

.pres-category-s-title{
    margin:30px 0 40px 0;
    font-weight:bold;
    font-size:120%;
    /* line-height: 100%; */
    }

.pres-category-s-title.col-xs-4{
    line-height: 200%;
    font-size: 140%;
    }


.pres-main-title{
    font-size:300%;
    }


.pres-main-description{
    font-size:140%;
    line-height: 110%;
    }


.preseason-block {
    background: #2d6bb4;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding-bottom:15px
    }

.preseason-block h1 {
    font-weight:600;
    font-size:300%;
    }

.preseason-block h1.percent {
    font-size: 570%;
    }

.preseason-block h2 {
    font-weight:300;
    font-size:200%;
    }

.preseason-block .pay-icon {
    padding-top:20px;
    color:#fff100;
    font-size:720%
    }

.preseason-block a {
    color:#fff;
    }

button.btn.btn-black.btn-download.m0.w-100 {
    margin: 0px;
}


.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}


/* all media query*/
@media only screen and (min-width : 320px) {
    #wrapper {
        width: 320px;
        margin:auto;
    	}
	}

@media only screen and (min-width : 480px) {
    #wrapper {
        width: 480px;
        margin:auto;
 		}
	}

@media only screen and (min-width : 768px) {

#mainmenu .nav>li.dropdown {padding-left: 16px;}
ul#shop-menu.dropdown-menu,
ul#product-menu.dropdown-menu{
    min-width:400px;
    max-width:100%
    }
ul#product-menu.dropdown-menu{
    min-width: 560px;
    max-width:100%
    }

ul#shop-menu.dropdown-menu li,
ul#product-menu.dropdown-menu li{
    float:left;
    width:50%
    }

ul#product-menu.dropdown-menu li{
    float:left;
    width:50%;
    }


ul#shop-menu.dropdown-menu li:nth-child(odd),
ul#product-menu.dropdown-menu li:nth-child(odd){
    border-right:1px solid #ffffff7a;
    width:50%
    }


ul#shop-menu.dropdown-menu li:nth-last-child(2),
ul#product-menu.dropdown-menu li:nth-last-child(2){
    border-bottom: 0px !important;
    }

ul#product-menu.dropdown-menu li:nth-last-child(2){
    border-bottom: 0px solid #ffffff7a !important;
    }

ul#product-menu_.dropdown-menu li:nth-last-child(1){
    border-bottom: 1px !important;
    border-right: none !important;
    width:100% !important;
    }



    
    #wrapper {
        width: 100%;
        margin:
        auto;
     }
    
    #mainmenu{
        padding-left: 0px;
        float: left;
        margin: 0 auto;
        padding: 0px;
     }
    
    .col-sm-15 {
        width: 50%;
        float: left;
    	}
    
    .is-table-row {
        margin-top: 15px;
        }
        
    .is-table-row [class*="col-"] {
        flex-direction: column;
        position: relative;
        /* height: 520px; */
        overflow: visible;
        display: flex;
        align-items: stretch;
        overflow: hidden;
        }
    
        
    div:not(.palyazatok) > .list-item .post {
        overflow: hidden;
        min-height: calc(100% - 85px);
        display: flex;
        justify-content: space-between;
        /* align-items: stretch; */
        flex-flow: column nowrap;
        }

    }


@media (min-width: 992px){
    #wrapper {
        width: 100%;
        margin:auto;
     }
    #head{padding-right:0px;padding-left: 0px;/* width:22%; *//* min-width: 140px; */}
    .col-md-15 {
        width: 20%;
        float: left;
    	}
	}


@media (max-width: 1200px){
    .head-hu,.head-en{min-width:unset !important;}
}
@media (min-width: 1200px){
    .img-left-content {min-height: 800px;padding: 0;}
    #wrapper {
        width: 100%;
        max-width: 100%;
        }

	.col-lg-10p {
		width: 33.33333333333334%;
		border-right: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		padding: 0;
		}

	.col-lg-10p:last-child,.col-lg-10p:nth-child(3)  {
		border-right: none;
		}
    
	.col-lg-10p:nth-child(1n+5)  {
		border-bottom: none !important;
		}
    
    .col-lg-15 {
        width: 20%;
        float: left;
    	}
    
    .row-flex .list-item:not(:last-child) {
        border-right-width:1px;
    	}
    
    .row-flex .list-item:nth-of-type(4n+4) {
        border-right-width:0;
    	}
    
    .pres-offers-block .list-item:nth-of-type(4n+4) {
        border-right-width:1px;
    	}

    .pres-offers-block .list-item:nth-of-type(6n+6) {
        border-right-width:0px;
     }
    
    div:not(.palyazatok) > .news-item .post .entry-content {
        -webkit-transition: all .0s ease;
        -moz-transition: all .0s ease;
        transition: all .0s ease;
        height: 90px;
        overflow:hidden;
        text-overflow:ellipsis;
        display: block;
        text-decoration: none;
        /* white-space: pre-wrap; */
        /* align-items: inherit; */
        /* align-content: inherit; */
        flex-wrap: wrap;
        }
    
    .news-item .post .entry-content p {
        /* text-overflow:ellipsis; */
        }

    .news-item .post .entry-content p:empty,.news-item .post .entry-content br {
        display:none;
        }
    .news-item_:hover .section-title.title,.news-item_:hover .entry-header{display:none;}
    .news-item_:hover .post .entry-content {
        position: relative;
        top:0px;
        left:0px;
        width:100%;
        padding: 5px 0px;
        /*  -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        transition: all .1s ease;**/
        height: 475px;
        background:#fff;
        opacity:1;
        border-top:10px solid #ccc;
        font-size: 90%;
    }
}


@media only screen and (max-width : 480px) {
    .row.row-eq-height .media, h2.media-heading,.footer-bg, .footer-bg-alt{
        height:auto !important;
        }
    }


@media (min-width: 992px) and (max-width: 1200px){
    .preseason-block h1 {
        font-weight:600;
        font-size:200%;
        }

    .preseason-block h1.percent {
        font-size: 570%;
        }

    .preseason-block h2 {
        font-weight:300;
        font-size:160%;
        }
        

    .pres-category-s-title.col-xs-4{
        line-height: 150%;
        font-size: 120%;
        }

    .news-item .post .entry-content {
        }
    .news-item_:hover .section-title.title,.news-item_:hover .entry-header{display:none;}
    .news-item .post .entry-content p:empty,.news-item .post .entry-content br {
        display:none;
        }


    .news-item_:hover .post .entry-content {
        position: relative;
        /* top:0px; */
        /* left:0px; */
        width:100%;
        text-decoration:none;
        padding: 5px 0px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        /* height:418px; */
        background:#fff;
        opacity:1;
        border-top:10px solid #ccc;
        display: block;
        font-size: 90%;
        }


    .is-table-row .list-item{
        /* height:460px; */

        }

    div#language-choiser {
        /* right: 100px; */
        float: left;
        }
    
    #mainmenu .navbar-nav>li:not(:last-child)>a {
        padding-right: 11px;
        padding-left: 11px;
        font-size: 80%;
        }
        
    .row-flex .list-item{
        border-right-width:0px;
        }

    .row-flex .list-item:nth-of-type(odd){
        /*border-right-width:1px;*/
        }

    .row-flex .list-item{
        border-right-width:1px;
        }
 
     .row-flex .list-item:nth-of-type(3n+0),.row-flex .list-item:last-child {
        border-right-width: 0;
        }       

    .entry-thumbnail.special {
        max-height: 250px;
        height: 250px;
        }

        .carousel-caption h1{font-size:300%;}
        .carousel-caption h3{font-size:200%;}
    }



@media (max-width: 991px) and (min-width: 768px){
    .breadcrumb.pres-special li a {
        font-size: 100%;
        line-height: 100%;
        }
    
    .col-xs-12.p10 label[for='accept-delivery']:not(:first-child),
    .col-xs-12.p10 label[for='accept-agp']:not(:first-child) {
        width: calc(100% - 55px);
         padding-top: 0;
        }

    .col-xs-12.p10 label[for='accept-delivery']:first-child,
    .col-xs-12.p10 label[for='accept-agp_']:first-child {
        margin-top: -25px;
        }



    .preseason-block h1 {
        font-weight:600;
        font-size:200%;
        }

    .preseason-block h1.percent {
        font-size: 370%;
        }

    .preseason-block h2 {
        font-weight:300;
        font-size:140%;
        }
    
    .news-item{/* flex-wrap:nowrap; */}
    .news-item .post .entry-content {
        /*-webkit-transition: all .0s ease;
        -moz-transition: all .0s ease;
        transition: all .0s ease;*/
        flex:1;
        }

    .pres-category-s-title.col-xs-4{
        line-height: 130%;
        font-size: 100%;
        }

    .news-item_:hover .post .entry-content {
        position:relative;
        text-decoration:none;
        display: block;
        width:100%;
        padding: 5px 0;
        height:100%;
        background:#fff;
        opacity:1;
        border-top:10px solid #ccc;
        } 

    .news-item_:hover .section-title.title,.news-item_:hover .entry-header{display:none;}
    .news-item .post .entry-content p:empty,.news-item .post .entry-content br {
        display:none;

        }
    
    .row-fluid.row-flex.is-table-row{display:flex;width:100%;align-items: end;flex-wrap: wrap;}

    div#language-choiser {
        right: -10px;
        float: unset;
        top: -38px;
        position: absolute;
        display: block;
        left: unset;
        width: auto;
        }
     header .col-sm-9{padding:0px}

    .navbar-header{
        margin-top:5px;
        /*height:100px;*/
        }
	
    #mainmenu {

/* margin-top:5px; */

width: 100%;

/* float:

left; */

/* margin-bottom:5px; */

/* margin-right: 0px; */

margin: auto;

height: 100% !important;

display: flex !important;

}
	
    .navbar-toggle[data-target="#mainmenu"] + .navbar-brand{
        font-size: 94%;
        padding: 10px;
        }

    #mainmenu .navbar-nav>li>a {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 80%;
        max-width: 95px;
        height: 140px;
        }

    #mainmenu .navbar-nav>li:last-child>a {
        padding-right: 52px;
        max-width:
        inherit;
        }
	
    
    .footer-bg, .footer-bg-alt{
        height:auto !important;
        }
	
    .list-item {
        border-right-width:0px;
        flex: 50%;
        }
	
    .list-item:nth-of-type(odd) {
        border-right-width:1px !important;
        }
	
    .entry-thumbnail.special {
        max-height: 300px;
        height: 300px;
        }
    .menu-content.row{padding:0px;margin: auto;}
    #logo-small{
        width: 80%;
        padding: 0px;
        margin: 0;
        max-width: 180px;
        float: left;
        }

    .menu-content.row{display: block !important;}
    
    #logo-small img{
        margin-top: 50px;
        width: 100%;
        max-width: 100%;
        }
	.carousel-caption h1{font-size:300%;}
	.carousel-caption h3{font-size:200%;}

    }


@media (min-width: 268px) and (max-width: 767px){
    .logos-container{display: block;}

#eu-tamogatas,#eu-tamogatas-2,#bisnode-certification{
	top:unset !important;
	position:relative !important;
	right: 0px !important;
	left: 0px !important;
	display: block;
	margin-left: auto;
	border-top: none !important;
	}

#bisnode-certification{
	position:relative !important;
	margin-top:10px;
	margin: auto;
	}



    
    .breadcrumb{padding-left:5px}
    .navbar-default .navbar-toggle {
    /* padding-top:0px; */
    margin-top: -6px;
    padding: 9px;
    margin-right: 13px;
    }

    .head,
    .head-hu,
    .head-en,
    .head-fr,
    .head-pl,
    .head-es,
    .head-pt,
    .head-sk,
    .head-de
    .head-dk,
    .head-se
    .head-nl,
    nav.navbar.navbar-default.border-radius-null,
    #mainmenu ul.nav.navbar-nav
    {display: block !important;min-width: unset !important;}

    .entry-content ul, article ol, article ul {
        margin:5px !important;
        padding: 20px;
        }
    
    .menu-content.row{
        display:block !important;
        justify-content: inherit !important;
        }

    #wrapper .container-fluid{padding:0px;border: 0;}

    
    .pres-category-head,.pres-category-head ul {
        padding:0px 15px;
        text-align:left;
        }
    
    .col-xs-12.p10 label[for='accept-delivery']:not(:first-child),
    .col-xs-12.p10 label[for='accept-agp']:not(:first-child) {
        width: calc(100% - 55px);
         padding-top: 0;
        }
    
    .pres-category-s-title{margin-bottom:0px;font-size: 160%;line-height: 120%;}

    .col-xs-12.p10 label[for='accept-delivery']:first-child,
    .col-xs-12.p10 label[for='accept-agp']:first-child {
        margin-top: -25px;
        }

    .col-xs-12.p10 label[for='accept-delivery']:first-child {
        margin-top: -45px;
        }

    .pres-main-title {
        font-size: 200%;
        }
    
    .preseason-block h1 {
        font-weight:600;
        font-size:200%;
        }

    .preseason-block h1.percent {
        font-size: 470%;
        text-align:center;
        }

    .preseason-block h2 {
        font-weight:300;
        font-size:100%;
        }

    .pres-category-s-title.col-xs-4{
        line-height: 120%;
        font-size: 80%;
        overflow:hidden;
        text-overflow:ellipsis;
        }

    .vmax-100{
        max-width:100% !important;
        }

    .download-text h1, .main-section-text h1{padding:0px;margin:0 0 15px 0;font-size:130%}
    .mapcontainer{float:left;padding:0px;margin:0px;width: 100%;}
    .mapcontainer .map{width:100%;}
    .col-xs-12.country-selector{padding:5px;}
    .distributor-title{line-height:200%;font-size:82%;padding-bottom:5px}
    .breadcrumb li:not(.completed):not(.active){display:none;}
    .breadcrumb li.active{max-width: calc(100% - 31px);width: calc(100% - 31px);/* background: transparent; /* min-width: calc(100% - 38px); ); */overflow: hidden;text-overflow: ellipsis;}
    .breadcrumb li.active a{overflow: hidden;white-space: nowrap;max-width: calc(100% - 12px);text-overflow: ellipsis;padding-right: 15px;}

    .breadcrumb.pres-special{display: none;max-height:unset;}
    .breadcrumb.pres-special li:not(.completed):not(.active){display:none;}
    .breadcrumb.pres-special li{float:none;clear:left;max-width: 100%;width: 100%;/* background: transparent; /* min-width: calc(100% - 38px); ); */overflow: unset;text-overflow: unset;}
    .breadcrumb.pres-special li a{overflow: visible;white-space: nowrap;max-width: calc(100% - 12px);text-overflow: unset;padding-right: 15px;}



    .category-short-desc > .container,
    .category-short-desc > .container .container,
    .category-short-desc > .container .main-section-text,
    .category-short-desc .row.row-centered{padding:0px;width: 100%;}
    .col-xs-12.catalogue-standard-image img{width:100%}
    .btn-download{width:100%;padding: 0;margin: 20px auto;}
    .category-short-desc .pi-block{padding:10px;border:none;}
    .category-short-desc .pi-block:not(:last-child):nth-child(odd){border-right:1px solid #ccc !important;}
    
    
    #language-choiser .nav .dropdown-submenu li:not(:last-child) {border-top:1px solid #ccc;}
    #language-choiser .nav .dropdown-submenu li a {padding-left:50px !important;}
    #language-choiser .nav .dropdown-submenu li a:before {margin-left:15px !important;background:#ccc;}
    
    #language-choiser nav>div>ul, #language-choiser nav>div>ul:first-child{border-radius:0px;width:100%;background: #fff;border-color:#fff; border-width:0 0 1px 0;height:32px;margin: 0;}
    #language-choiser nav>div>ul>li{background:#2d6bb4;}
    #language-choiser .navbar-nav>li>.dropdown-menu{width: 100% !important;background: #fff !important;}

    
    
    article .col-md-6.col-sm-12{padding:0px}
    article .entry-content h3{border-bottom:2px solid #ccc;}
    article .entry-content h3 + p{padding:7px;border:0;}
    h1.entry-title{margin-bottom: 15px;}


    footer.footer-end .padding10.row{font-size:80%;}
    .col-lg-1.col-lg-10p.text-center.col-centered h4 a{line-height:140%;}
    .row.row-centered.download-border {
        display: block;
        padding: 15px 5px;
        }
     
    .category-short-desc,.category-short-desc h3{margin: 0px 0 15px 0px;padding: 0px 5px;border: none;}
     
     .section-head.greey {
        font-size:160%;
        }

     .row.row-centered.download-border .download-text {
         font-size:130%;
         text-align:center;
         display:block;
         font-weight:bold;
        }
    
    .col-sm-9.head-hu,
    .col-sm-9.head-de,
    .col-sm-9.head-en,
    .col-sm-9.head-fr,
    .col-sm-9.head-at,
    .col-sm-9.head-pl,
    .col-sm-9.head-es{
        width:100%;
        padding:0px;
        }
    header{z-index:1;}
    .wrapper{z-index:0;}
    .col-sm-9.head-hu .navbar,
    .col-sm-9.head-de .navbar,
    .col-sm-9.head-en .navbar,
    .col-sm-9.head-fr .navbar,
    .col-sm-9.head-at .navbar,
    .col-sm-9.head-pl .navbar,
    .col-sm-9.head-es .navbar{
        width: calc(100% + 30px);
        margin: 0 -15px 0 -15px !important;
        }

    .col-sm-9.head-hu #mainmenu,
    .col-sm-9.head-de #mainmenu,
    .col-sm-9.head-en #mainmenu,
    .col-sm-9.head-fr #mainmenu,
    .col-sm-9.head-at #mainmenu,
    .col-sm-9.head-pl #mainmenu,
    .col-sm-9.head-es #mainmenu{
        width:100%;
        padding:0px;
        background: #fff;
        }
       
    .navbar-brand.fa.fa-home.fa-2.visible-xs{padding-bottom: 3px;color: #2d6bb4 !important;font-size: 220%;margin-top: -8px;padding-top: 0px;}
    
    div#language-choiser {
        right: unset;
        z-index: 100000;
        left: unset;
        top: -55px;
        margin-left: 0;
        margin-top: 1px;
        overflow: visible;
        position: absolute;
        /* background: #fff; */
        border: none;
        padding: 0;
        display: block;
        width: 100%;
        }
    
    .col-lg-10p {
        width: 100%;
        padding: 0;
        border:none;
        }
     
    .table-responsive{position:relative;}
    .category-short-desc >.table-responsive {
        border: none;
        }
    div:not(.category-short-desc) > .table-responsive:before{
        display:block;
        width:100%;
        float:left;
        top:0px;
        bottom:unset;
        left:0px;
        border-bottom:1px solid #fff;
        border:0;
        position:sticky;
        color:#fff;
        padding-left: 53px;
        line-height:50px;
        background:#21436b;
        height:50px;
        margin-bottom:1px;
        background-repeat:no-repeat;
        background-position: 2px 2px;
        background-size: 45px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgZmlsbD0iI0ZGRkZGRiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik04My42MzksNjEuNDY3Yy0wLjAwNi0wLjAxNi0wLjAwOC0wLjAzMi0wLjAxNC0wLjA0OGwtNy42NzYtMTkuMjYzYy0xLjQ5OC0zLjc4OC01LjYwNS01LjcyOS05LjE2MS00LjMyOCAgYy0xLjQxOSwwLjU2MS0yLjUzMywxLjQ5Mi0zLjI4NywyLjYzN2MtMS43NTQtMy4wNjYtNS4zLTQuNDYzLTguNTIyLTMuMTg5Yy0xLjQ0NywwLjU3NC0yLjU2OSwxLjU4Ny0zLjMwMiwyLjgzNSAgYy0xLjg2OS0yLjU0Ni01LjA5Mi0zLjYyMS04LjA1My0yLjQ1NmMtMS4zNSwwLjUzNS0yLjQxNywxLjQyLTMuMTUsMi41MTZsLTcuNTg4LTE5LjIxM2MtMS40ODgtMy43NjgtNS40NTMtNS42MTUtOS4wMjgtNC4yMDggIGMtMS42NzQsMC42NTktMi45ODUsMS45MTctMy42OTEsMy41NDJjLTAuNzY5LDEuNzY5LTAuNzc3LDMuNzkyLTAuMDIzLDUuNjk5bDEyLjEwNiwzMC42NmMtMi43NjItMi4wNTUtNS4yMS0zLjM0Ni01LjM2NC0zLjQyNiAgYy0zLjU4MS0xLjkxMi02Ljg3OC0xLjM0MS05LjI4OCwxLjYxNmMtMi40NTYsMy4wMjctMS44OTksNy4yNzMsMS4yOTQsOS44NzdsMC4yMTgsMC4xNzZsMC4yNjIsMC4wODYgIGMwLjA3NCwwLjAyNCw3LjQwMywyLjUyNywxMi4wNDIsMTAuNjUxYzAuNywxLjIyNCwxLjMxMiwyLjMxNSwxLjg2OSwzLjMxYzEuNTg1LDIuODI5LDIuNzMsNC44NzMsNC4xOTYsNi45MDVsMi4xNSwyLjMyMyAgYzAuMDEsMC4wMTMsMC4wMTYsMC4wMjYsMC4wMjYsMC4wMzhjMi4wMjQsMi4zNjcsNi44MjYsNi42MTcsMTUuMTg4LDYuNjE2YzMuNDIxLDAsNy40MzgtMC43MTEsMTIuMTAzLTIuNTUzbDMuNDU3LTEuMzYxICBjNS44ODctMi4zMjYsMTAuNDkyLTYuMjQ2LDEyLjk2OC0xMS4wMzZDODYuMTY0LDc0LjQ3MSw4Ni4yNTYsNjguMTA3LDgzLjYzOSw2MS40Njd6IE04MC43MDYsNzguNDk1ICBjLTIuMTQzLDQuMTQ2LTYuMTkzLDcuNTY0LTExLjQwNCw5LjYyNGwtMy40NTYsMS4zNmMtOS43NCwzLjg0Ny0xOC4yMTgsMi44NDgtMjMuNDE0LTIuNjkzYy0wLjAwNC0wLjAwNC0wLjAwNS0wLjAxLTAuMDA5LTAuMDE0ICBsLTIuNTY1LTIuNzU3Yy0xLjM0MS0xLjg3LTIuNDQxLTMuODM1LTMuOTU4LTYuNTQxYy0wLjU2MS0xLjAwMS0xLjE3Ny0yLjEwMi0xLjg4MS0zLjMzM2MtNC43NDEtOC4zMDItMTEuODU4LTExLjMyNy0xMy40MTctMTEuOTA4ICBjLTEuNzM4LTEuNTUtMi4wMy0zLjgzLTAuNjc2LTUuNTAxYzEuNDgyLTEuODE4LDMuMjQ1LTIuMDkzLDUuNTU4LTAuODU1YzAuMDU4LDAuMDMsNS43MDMsMy4wMTcsOS4yMiw2Ljk4OGwxLjI1MiwzLjE3MiAgYzAuMjMzLDAuNTksMC43OTgsMC45NDksMS4zOTYsMC45NDljMC4xODMsMCwwLjM3LTAuMDMzLDAuNTUtMC4xMDRjMC43NzEtMC4zMDUsMS4xNDgtMS4xNzYsMC44NDQtMS45NDZMMjIuOTMzLDI0Ljg4OCAgYy0wLjQ1Mi0xLjE0NC0wLjQ1OC0yLjM4My0wLjAxNS0zLjQwMWMwLjM5Mi0wLjkwMiwxLjA5Ny0xLjU3NSwyLjAzOS0xLjk0NWMyLjA0NC0wLjgwNCw0LjI1NSwwLjI3Nyw1LjE0LDIuNTE4bDkuNzkzLDI0Ljc5NyAgYzAuMDA2LDAuMDE1LDAuMDEsMC4wMzEsMC4wMTYsMC4wNDZsMi4xODgsNS41MzZsMi41MDMsNi4zMzljMC4zMDQsMC43NzEsMS4xNzQsMS4xNDgsMS45NDYsMC44NDUgIGMwLjc3MS0wLjMwNSwxLjE0OC0xLjE3NiwwLjg0NC0xLjk0NmwtMS4zMTItMy4zMjNjLTAuMDAyLTAuMDA2LTAuMDAzLTAuMDEyLTAuMDA1LTAuMDE4bC0xLjc3Ni00LjQ5MmwtMS42MDUtNC4wNjMgIGMtMC44NzUtMi4yMzQtMC4wMDEtNC41MjYsMi4wMzktNS4zMzRjMi4wNC0wLjgwNSw0LjI0NSwwLjI4Myw1LjEzNCwyLjUyM2wxLjM4NiwzLjUxMmMwLjAwNSwwLjAxMywwLjAwOSwwLjAyNiwwLjAxNCwwLjA0ICBsMC45OTcsMi41MjJsMi4yOTIsNS44MDdjMC4zMDUsMC43NzEsMS4xNzksMS4xNDcsMS45NDYsMC44NDVjMC43NzEtMC4zMDUsMS4xNDgtMS4xNzYsMC44NDUtMS45NDZsLTEuMzE1LTMuMzM0ICBjLTAuMDAyLTAuMDAzLTAuMDAyLTAuMDA2LTAuMDAzLTAuMDA5bC0wLjQ1Ni0xLjE1NGwtMS41MjUtMy44NjRjLTAuODYxLTIuMjMzLDAuMDExLTQuNTE3LDIuMDQxLTUuMzIxICBjMi4wMzYtMC44MDMsNC4yMzksMC4yOCw1LjEyNiwyLjUxOWwxLjY2Myw0LjIxNGMwLjAxOSwwLjA1MSwwLjAzMSwwLjEwMywwLjA1MiwwLjE1NGwxLjg5Miw0Ljc4MSAgYzAuMzA0LDAuNzcsMS4xNzksMS4xNDksMS45NDYsMC44NDNjMC43NzEtMC4zMDUsMS4xNDctMS4xNzYsMC44NDMtMS45NDZsLTEuNjE0LTQuMDgxYy0wLjAwOC0wLjAyMy0wLjAxMS0wLjA0Ni0wLjAyLTAuMDY5ICBsLTAuMjgtMC43MTFjLTAuODA2LTIuMTY1LDAuMTA2LTQuMzIsMi4yMDEtNS4xNDljMi4wMTYtMC43OTUsNC4zNzksMC4zOSw1LjI3MSwyLjY0NWw3LjY2OCwxOS4yNDUgIGMwLjAwMywwLjAwOSwwLjAwNCwwLjAxOSwwLjAwOCwwLjAyOEM4My4xMzksNjguMzU4LDgzLjA5NCw3My44NzcsODAuNzA2LDc4LjQ5NXoiLz48cGF0aCBkPSJNMzMuNjQ2LDExLjAwOWMtMC4wMTQsMC4wNDgtMC4wMjksMC4wOTQtMC4wMzksMC4xNDNzLTAuMDEzLDAuMDk2LTAuMDE3LDAuMTQ1Yy0wLjAwNCwwLjA0OC0wLjAxLDAuMDk1LTAuMDEsMC4xNDMgIGMwLDAuMDQ4LDAuMDA2LDAuMDk2LDAuMDExLDAuMTQ0YzAuMDA1LDAuMDQ3LDAuMDA4LDAuMDk1LDAuMDE4LDAuMTQyYzAuMDEsMC4wNDcsMC4wMjQsMC4wOTIsMC4wMzgsMC4xMzggIGMwLjAxNCwwLjA0NiwwLjAyNywwLjA5MiwwLjA0NSwwLjEzN3MwLjA0MiwwLjA4NywwLjA2NCwwLjEyOWMwLjAyMiwwLjA0MywwLjA0NCwwLjA4NiwwLjA3LDAuMTI2ICBjMC4wMjcsMC4wNDIsMC4wNiwwLjA3OSwwLjA5MSwwLjExOGMwLjAzLDAuMDM4LDAuMDU5LDAuMDc1LDAuMDkzLDAuMTFjMC4wMzcsMC4wMzcsMC4wNzgsMC4wNjksMC4xMTgsMC4xMDMgIGMwLjAyOSwwLjAyMywwLjA1MywwLjA1MSwwLjA4NCwwLjA3M2w0LjcxNCwzLjMzMmMwLjI2MywwLjE4NiwwLjU2NSwwLjI3NSwwLjg2NCwwLjI3NWMwLjQ3MSwwLDAuOTM0LTAuMjIxLDEuMjI3LTAuNjM0ICBjMC40NzgtMC42NzYsMC4zMTctMS42MTItMC4zNTktMi4wOTFsLTEuOTcyLTEuMzk0YzIxLjE2Ni0zLjczLDMxLjU0LDkuNTA0LDMxLjk4LDEwLjA4M2MwLjI5NSwwLjM4OSwwLjc0MywwLjU5NCwxLjE5NiwwLjU5NCAgYzAuMzE0LDAsMC42MzItMC4wOTksMC45MDItMC4zMDNjMC42NjEtMC40OTksMC43OTMtMS40MzksMC4yOTQtMi4xMDFDNzIuNTc4LDE5Ljc4Miw2MS4yNDMsNS4xOCwzOC4yODksOS4xNzFsMS4xNS0xLjgxNSAgYzAuNDQzLTAuNywwLjIzNi0xLjYyNi0wLjQ2NC0yLjA3Yy0wLjcwMS0wLjQ0NC0xLjYyNy0wLjIzNS0yLjA3LDAuNDY0bC0zLjA5NCw0Ljg4MmMtMC4wMjEsMC4wMzMtMC4wMzMsMC4wNjktMC4wNTEsMC4xMDMgIGMtMC4wMjQsMC4wNDUtMC4wNDksMC4wODktMC4wNjgsMC4xMzZDMzMuNjczLDEwLjkxNiwzMy42NiwxMC45NjIsMzMuNjQ2LDExLjAwOXoiLz48L3N2Zz4=");
        }

        
    #logo-small {
        width:100%;
        max-width: 236px;
        float:
        none;
        margin:
        auto;
        height: 54px;
        padding-bottom: 30px;
        }
    
    #logo-small img {
        top: 30px;
        opacity: 1;
        width:100%;
        margin-top: 38px;
        }
    
    #logo-small a {
        text-align:
        center;
        display: block;
        /* margin-top: 30px; */
        }

    #mainmenu .nav>li{
        border:
        none;
        border-bottom: 1px solid #ccc;
        display: block;
        height: inherit;
        align-items: inherit;
        justify-content: inherit;
        align-content: inherit;
        max-width: none;
        max-width: inherit !important;
        }

    .navbar-collapse{
        padding:0px !important;
        }
    
    #mainmenu .nav>li:first-child{
        /* border-bottom: none; */
        max-width: unset;
        }

    .basket-article, .basket-item-count:before {
        right: 55px !important;
        top: 1px !important;
        }
    
    #mainmenu .navbar-nav>li>a {
        height: auto;
        line-height: 48px !important;
        width: unset;
        justify-content: flex-start;
     }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        padding-left: 35px !important;
        text-overflow: ellipsis;
        white-space: pre-wrap;
        }
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff !important;
    background-color: #2c6ab2;
}    
        #language-choiser .nav .dropdown-menu a,#language-choiser .nav>li.dropdown.open ul.dropdown-menu li a.active {
            padding-left: 25px !important;
            line-height: 120%;
        }
    
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:before {
        content:'';
        position:absolute;
        display:block;
        width:10px;
        height:10px;
        background: #ffffff;
        left:15px;
        margin-top: 4px;
        }	

    #language-choiser .navbar-nav .open .dropdown-menu>li>a:before {
        background: #2d6bb4;
        }	

    #language-choiser .navbar-nav .open .dropdown-menu>li>a.active:before {
        background: #2a496d;
        }	

    
    #language-choiser{
        /* right: 0px !important; */
        /* display:none; */
     }

    article.hentry {
        margin: 0 0px;
        padding: 0px;
        padding-bottom: 0;

        }

    .jumbotron{
        background-size:inherit;
        }

    .container.carouselmain #myCarousel{height: 300px;/* max-height: 250px; */overflow: hidden;}
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{max-width: unset;/* max-height:100%; */min-height: 300px;width: unset;min-width: 100%;max-height: 300px;}
        
    .row.row-eq-height .media, h2.media-heading,.footer-bg, .footer-bg-alt{
        height:auto !important;
        padding: 0px 0 15px 0;
        border-bottom: 1px solid #ccc;
        }
	
    #wrapper {
        width: 100%;

        margin:auto;
        /* overflow: hidden; */
        z-index: 1;
        }
	
    .entry-thumbnail.special{
        height:300px;
        max-height: 300px;
   		}
	
    .entry-morelink a {
        position: relative !important;
		width:97%;
        width: calc(100% - 20px);
    	}
	
    .row-flex .list-item {
        border-right-width: 0px;
        padding: 0px;
     }

    .category-short-desc table tr{width: 100% !important;display:block;clear: left;float: left;height: inherit !important;}
    .category-short-desc table tr td{width: 100% !important;display:block;clear: left;float: left;height: inherit !important;}
    
    #mainmenu span.caret {
        bottom:calc(50% - 10px);
        left:calc(100% - 30px);
        }

    .carousel-caption h1{font-size: 141%;line-height: 154%;}
    .carousel-caption h3{font-size:100%;margin-top: 5px;line-height: 120%;}
    .carousel-caption{top:0;padding: 6%;min-height:85px;height: auto;max-height: fit-content;}
	}

@media (min-width: 420px) and (max-width: 520px){
    .carousel-caption h1{/* font-size:150%; */}
    .carousel-caption h3{/* font-size:200%; */}
       
}
@media (min-width: 520px) and (max-width: 767px){
    .carousel-caption h1{font-size: 176%;}
    .carousel-caption h3{font-size: 179%;}
       
}

.carousel-inner>.item>img{min-width:100%}

li.two-line {
}

#mainmenu .navbar-nav>li.two-line a {
    /* line-height: 30px; */
}

.basket-article,.basket-item-count:before {
    display: block;
    width: 0px;
    height: 21px;
    content: "\f07a";
    font-size: 141%;
    color: #444444;
    font-family: "Font Awesome 5 Pro";
    top: auto;
    position: absolute;
    right: 6px;
    font-weight:400;
}


li:hover .basket-item-count:before,
.dropdown.open .basket-item-count:before{
    color: #fff;
}


a.basket-item-count.dropdown-toggle {
    /* margin-right: 10px; */
    padding-right: 48px;
}

.head-hu,.head-en {/* min-width: 1170px; */}
.menu-content.row {
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 0;
    margin: auto;
    align-items: stretch;
}

article .entry-content h3.entry-title {
    background: transparent;
    box-shadow: none;
    margin-bottom: 0px;
    padding-left: 0px;
    font-weight: 800;
    text-transform: none;
    text-align: left;
    font-size: 28px;
    color: #434343;
    margin: 0 0 8px;
}

span.e-category.e-shopname {
    padding: 0 0 21px 0px;
    display: block;
    color: #2196F3;
}

.non-active {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .4;
}

#contact-footer {
    background: #2a496d;
}

#contact-footer a,#contact-footer {
    color: #fff;
}

#contact-footer a {
    /* font-size:90%; */
}



.l-gallery {
    padding: 0px;
    padding-right: 20px;
}

.row-fluid.static-data-table {
    max-width: 1170px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.row-fluid.static-data-table .col-xs-12:not(input,textarea,select,button,.distributor-title){
    padding:0px;
}

footer#footer-content .container,footer#footer-content .container .col-md-2 {
    padding: 0;
    flex: 1;
}



.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}


h2.entry-title + .col-xs-12 {
    padding: 0;
}

.distributor-title {
    line-height: 230%;
}
.legend-data {
    background: #ccc0;
    padding: 5px;
    border: 1px solid #2a496d;
    margin: 0px 1px;
}

.flag-img-in-tooltip {padding: 0px;position: absolute;right: 5px;bottom: 4px;/* border: 1px solid #fff0; */width: 27px !important;border-radius: 2px;}

.totheshop {
    padding: 2px !important;
    /* font-size: 160%; */
    /* line-height: 150%; */
    /* border-radius: 16px !important; */
    line-height: 179%;
    font-size: 130%;
    background: #184891;
    color: #f7f7f7;
    border-radius: 6px !important;
    font-family: "Open Sans";
    font-weight: 700 !important;
}

strong.h1.orderonline {
    line-height: 158%;
    font-weight: 800;
    /* font-size: 150%; */
    text-align: center;
    justify-content: center;
    display: flex;
}

.text-greey {
    color: #ccc;
}

.totheshop .fa-shopping-cart {
    font-weight: 100;
    font-size: 90%;
}

#wrapper>header {
    border-top: 5px solid #2d6bb4;
    background: #fff;
    border-bottom: 5px solid #ccc;
}

.article-order-box {
    border: 3px dotted #ccc;
    padding-left: 15px !important;
    border-radius: 15px;
    background: #fbfbfb;
}

.distributor-title {
    padding-top: 5px;
}

#eu-tamogatas,#eu-tamogatas-2,#bisnode-certification{
	background-repeat:no-repeat;
	background-position: right top;
	background-size: 109%;
	width: 260px;
	height:220px;
	position: fixed;
	top: 0px;
	right:0px;
	z-index: 999;
	background-image:url(/images/szechenyi-terv-eu-tamogatas.webp);
	border-top: 5px solid #2d6bb4;
	}

#eu-tamogatas-2{
	background-image:url(https://elpumps.hu/admin/u/i/2024/eu-logo-v2.webp);
	top: 30px;
	right:auto;
	left:15px;
	border-top: 0px solid #2d6bb4;
}

#bisnode-certification{
	top:unset;
	bottom:2px;
	border: 1px solid #2d6bb4;
	height:94px;
	width: 340px;
	right:2px;
	position:fixed;
	overflow: hidden;
	border-radius: 4px;
	}

span.entry-short-title {
    line-height: 120%;
}

div.kereskedo.active-megye {
    border-left: 1px solid #ccc;
    padding: 0px 10px;
    font-size: 90%;
    text-align: left;
}