body {
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	/*height: 100%;*/
	min-height: 100vh;
}

.main-header__logo {
	height: 42px;
	width: auto;
	display: flex;
	float: left;
	align-items: center;
	}

.logo-name {
	/* float: left; */
	color: #fff;
	margin-left: 10px;
	margin-top: 0;
	font-size: 14px;
	line-height: 1.1;
	text-transform: capitalize;
	text-shadow: none;
	}

.logo-abbr {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1;
	}

.u-push-left {
		float: left;
}

.modal--overlay--hidden {
		display: none;
}

#content .btn-link {
		color: #2b62ae;
}

.blue-text {
	color: #1c4f96;
}


li {
		line-height: 1.5;
		font-weight: 300;
}


.txt-2 + .txt-2, p + p {margin-top: 1.2rem;}

h1.title1 {
		margin-bottom: 1.5rem;
}
.list-team li figure img {
		height: 90%;
		width: auto;
		margin: 0;
}


.lead {
		margin-top: 2rem;
		font-size: 1rem;
		line-height: 1.5;
		font-weight: 400;
		text-align: center;
		margin-bottom: 2rem;
}


html {
		height: 100%;
}

#content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
}

#content > aside a {
		color: #1c4f96 !important;
		border-bottom: 1px solid transparent;
		-webkit-transition: border-bottom 0.3s ease;
		-o-transition: border-bottom 0.3s ease;
		transition: border-bottom 0.3s ease;
}

#content > aside a:hover {
		border-bottom-color: inherit;
}

#content > .row-7 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.list li {
		padding-left: 1.7rem;
		margin-top: 0.7rem;
		color: #666;
		position: relative;
}

.list {
		margin-left: 0;
		margin: 1.5rem 0 2rem;
}

.list li:before {
		content: '';
		position: absolute;
		top: 0.5em;
		left: 0;
		width: 6px;
		height: 6px;
		display: block;
		background-color: #1c4f96;
}

#content ul.list-posts.zakon-base .post-body ul{
    list-style: outside square;
}


.news-detail ul {
		margin-left: 0;
		margin: 1.5rem 0 2rem;
}

.news-detail ul > li {
		padding-left: 1.7rem;
		margin-top: 0.7rem;
		color: #666;
		position: relative;
}

.news-detail ul > li:before {
		content: '';
		position: absolute;
		top: 0.5em;
		left: 0;
		width: 6px;
		height: 6px;
		display: block;
		background-color: #1c4f96;
}

.post-body .txt-2 {
		font-size: 1rem;
		margin-bottom: 0.5rem;
}

.post-body .btn {
		margin-top: 1rem;
		/* display: inline-block; */
}

.list-posts figure a {
		display: block;
}

.list-posts figure img {
		width: 100%;
		/* min-height: 140px; */
		/* object-fit: contain; */
		height: auto;
		margin-bottom: 1rem;
}


.headtop:after {
		content: '';
		height: 5px;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #0e2844;
		position: absolute;
}

.accordion-heading .accordion-toggle {
		color: #fff !important;
		font-size: 1rem;
		padding: 0.7rem 1rem;
		display: block;
		background-color: #1c4f96;
		-webkit-transition: background-color 0.3s ease;
		-o-transition: background-color 0.3s ease;
		transition: background-color 0.3s ease;
}

.accordion-heading .accordion-toggle.collapsed {
}

.accordion-heading .accordion-toggle:hover {
		background-color: #09294a;
}

.accordion-body > * {padding: 1rem 1rem 0 1rem;margin: 0;}

.accordion-body > *:nth-child(2) {/* padding-top: 0; font-size: 1rem;*/}

.accordion-body > *:last-child {
		padding-bottom: 1rem;
}

.nav-collapse_ .nav ul li a.active {
		color: #1c4f96;
		/* pointer-events: none; */
		/* cursor: default; */
		font-weight: 400;
}

.accordion-body > *:first-child {
		/* float: left; */
		padding-bottom: 1rem;
		padding-right: 1.5rem;
}

.txt5 {
		display: inline-block;
		margin-top: 0.5rem;
}

.u-bottom-margin {
	margin-bottom: 1rem;
}
.u-top-margin {
	margin-top: 1rem;
}

.link>img.prev {
		padding-left: 2px;
		padding-right: 9px;
}

div.news-detail img.detail_picture {
		margin-bottom: 1.5rem;
}

div.news-detail {
		margin-bottom: 1.5rem;
}
.tile {
		padding: 1.5rem;
		background-color: #c8d6e0;
}

.tile h2.title2 {margin-top: 0;line-height: 1.2;}

.tile *:last-child {
		margin-bottom: 0;
}

.row--tiles {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* margin-right: -1rem; */
		margin-left: -1rem;
}

.row--tiles > .span-auto {
		margin-left: 1rem;
		float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.333%;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
}

@media only screen and (max-width: 767px) {
	.row--tiles {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.row--tiles > .span-auto {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		margin-bottom: 1rem;
	}
}

.span-auto > .tile {
		height: calc(100% - 3rem);
}

li iframe {
		margin: 1.5rem 0;
		display: block;
		width: 100%;
}

.news-detail span.news-date-time {
		width: 100%;
		font-weight: 400;
		font-style: italic;
		color: #8f8f8f;
}

.document-top > div {
		margin: 2rem 0 3rem;
}

.accordion--bods .accordion-body > p:first-child {
		float: left;
}

ol.list {
		margin-left: 1rem;
}

ol.list > li {
		padding-left: 0;
}

ol.list > li:before {
		content: none;
}
.list-posts>li:last-of-type {
		margin-bottom: 2rem;
}

.list-posts>a, .list-posts>b {
		display: inline-block;
		width: 1rem;
		height: 1.5rem;
		text-align: center;
		line-height: 1.5rem;
		font-size: 1rem;
		font-weight: 300;
		margin-left: 0.1rem;
		margin-right: 0.1rem;
}

.list-posts>b {
		color: #1c4f96;
		font-weight: 600;
}

.members-slider {
    margin-bottom: 1rem;
}

.members-slider--main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.8rem;
}

.span-auto--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.carousel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel .item {
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.members-slider__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.members-slider__img {position: absolute;margin: auto;height: 100%;width: 100%;object-fit: contain;}

.row--tiles:before {
    content: none;
}

.carousel-control {
    top: auto;
    bottom: 0;
    width: 1.3rem;
    height: 1.3rem;
    border: none;
    background: none;
    margin-top: auto;
    font-size: 2.3rem;
    color: #194f95;
    line-height: 1rem;
    font-weight: 500;
}

.carousel-control.left {
    left: 0;
}

.carousel-control:hover {
    color: #194f95;
}

.carousel-control.right {
    right: auto;
    left: 1.5rem;
}

@media (max-width: 767px) {
  .members-slider {
      min-height: 140px;
  }
  .row--tiles {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .row--tiles > .span-auto {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  }
}

.key-topics-main img{
	height: 60px;
	width: 60px;
	display: inline-block;
	margin: 0;
}
.key-topics-main h2{
	padding-top: 5px;
}


.main-header__logo--image {
/*    height: 80%;*/
    height: 65%;
    float: none;
    padding-top: 10px;
}

.row-1 .row .span3 {
    margin-top: 2rem;
    position: relative;
}

.row-1 .row .span3 > figure {
    margin: 0;
}


.row-1 .row article input {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem 0 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    min-height: 35px;
    padding: 0 0.8rem;
}

	.key-topics-main {
		background-color: #fff;
		padding: 2rem 2rem 0 2rem;
		margin: 2rem 0 1rem;
	}

.key-topics-main  h2.news-main-category__title{
	font-size: 23px;
}
.nearest-events h3 {
    font-size: 1rem;
    padding: 0;
    font-weight: bold;
}

.news-main__img img{
    position: relative;
    margin: auto;
    height: 100%;
    max-width: inherit;
/*    width: 100%;*/
    object-fit: contain;
}
.news-main__img{
    min-height: 150px;
    overflow: hidden;
}

.list_carousel li a img {
    position: absolute;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.list_carousel li a {
    display: block;
    position: relative;
    height: 75px;
    background-color: #fff;
}

.caroufredsel_wrapper {
    transform: translateY(-25%);
}

#carousel-single .slide {
    width: auto;
    padding-left: 0;
}

.list_carousel--content {
    margin-top: 2rem;
    padding-left: 45px;
    padding-right: 45px;
}

.list_carousel--content .caroufredsel_wrapper {
    transform: none !important;
        -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
.list_carousel--content #prev, .list_carousel--content #next {
    top: 50%;
    margin-top: -10px;
}

#carousel-single .slide:before {
    content: none;
}

.list_carousel--blue {
    background-color: #2b62ae;
    color: #fff;
    padding: 5px 50px;
}

.list_carousel--blue p, .list_carousel--blue span, .list_carousel--blue a,
.list_carousel--images p, .list_carousel--images span, .list_carousel--images a {
    color: #fff;
}

.list_carousel--blue #prev:after, .list_carousel--blue #next:after,
.list_carousel--images #prev:after, .list_carousel--images #next:after {
    content: none;
}

.list_carousel--blue #next,
.list_carousel--images #next {
    right: 15px;
    background: url(../img/controll-white.png) no-repeat right bottom;
}

.list_carousel--blue #prev,
.list_carousel--images #prev {
    left: 15px;
    background: url(../img/controll-white.png) no-repeat 0 0;
}
.list_carousel--images:before {
    content: '';
    position: absolute;
    background-color: #2c63ad;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
}

.list_carousel--images {
    padding-top: 5px;
    padding-bottom: 5px;
    background-size: cover;
}

#carousel-triple > li a {
    height: 200px;
    background: none;
}

.news-detail + div > .list_carousel .caroufredsel_wrapper ~ #prev, .news-detail + div > .list_carousel .caroufredsel_wrapper ~ #next {
    top: 50%;
    margin-top: -10px;
}

.news-detail + div > .list_carousel .caroufredsel_wrapper {
    transform: none;
}

.news-detail + div > .list_carousel li a img {
    height: auto;
    transform: translateY(-50%);
    top: 50%;
}
.key-topics-main img {
    height: 30px;
    width: 150px;
    margin-top: 10px;
}

.key-topics-main.key-topics-main-second img {
    height: 64px;
    width: 64px;
    margin-top: 10px;
}
.key-topics-main.key-topics-main-second{
    text-align: center;
    padding: 0;
}


span.big-digits {
    font-size: 2.5rem;
    color: #999;
    font-family: 'Roboto Condensed';
    text-align: center;
    width: 100%;
    display: inline-block;
    height: 60px;
    padding-top: 1rem;
}

.tegamod .mob_nav {
	display:none;
}

.tega_wrapper #prev, .tega_wrapper #next {
	display:none;
}

.mm-wrapper {
	display: none;
}

.menu-lines {
	display: none;
}

.mobile-menu {
	display: none;
}

#mobile-menu-container {
	display: none;
}


@media (max-width: 767px) {
.tegamod .maxheight2 {
	display: none !important;
}	

.tegamod.list-team li figure {
	margin: 0px;
}

.tegamod.list-team li .thumbnail-1 {
	padding: 10px;
}

.tegamod.list-team li figure img {
  height: auto !important;
  max-height: 100%;
}

.tegamod.list-team li {
	flex-basis: auto;
	flex: initial;
}

.tega_wrapper .mob_nav {
	display:block;
  width: calc(100% + 2em);
  margin-left: -1em;

}

.tega_wrapper {
	position: relative;
}
.tega_wrapper:after {
	content: '';
	display: block;
	clear:both;
}
.tega_wrapper .caroufredsel_wrapper {
  transform: translateY(0%);
  margin-left: -11px !important;
}

.tega_wrapper #prev, .tega_wrapper #next {
    top: calc(50% - 25px);
  }

.tega_wrapper #prev2, .tega_wrapper #next2 {
    top: calc(50% - 25px);
  }


.tega_wrapper #prev {
    left: -10px;
  }

.tega_wrapper #next {
    right: -10px;
  }

.tega_wrapper #prev2, .tega_wrapper #next2 {
    top: calc(50% - 25px);
  }

.tega_wrapper #prev2 {
    left: -10px;
  }

.tega_wrapper #next2 {
    right: -10px;
  }


.mob_hide {
	display:none !important;
}

.accordion-body.tegamod > :first-child {
  padding-left: 20px;
  padding-right: 20px;
}


  .mm-wrapper {
    display: block;
    float: right;
    margin-top: 15px;
    margin-right: 5px;
  }
/*
  .menu-lines {
    display: block;
    width: 23px;
    height: 20px;
    position: relative;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    transition: all .5s;
    cursor: pointer;
    overflow: hidden;
  }

 .menu-lines::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    transition: all .5s;
  }

  .menu-lines::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    transition: transform .5s, width 2s;
  }
*/


  .menu-lines {
    display: block;
    width: 23px;
    height: 20px;
    position: relative;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    transition: all .5s;
    cursor: pointer;
    overflow: hidden;
    }
    .menu-lines:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      content: "";
      display: block;
      height: 2px;
      background: #fff;
      transition: all .5s;
    }

    .menu-lines:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      content: "";
      display: block;
      height: 2px;
      background: #fff;
      transition: transform .5s, width 2s;
    }

    .menu-lines_close {
      border: 0;
}
      .menu-lines_close:before {
        content: "";
        display: block;
        width: 100%;
        transform: rotate(45deg);
        background: #fff;
        top: 100%;
        margin-top: -55%;
        left: 0;
        margin-left: -0%;
      }

      .menu-lines_close:after {
        content: "";
        display: block;
        width: 100%;
        transform: rotate(-45deg);
        background: #fff;
        top: 100%;
        margin-top: -55%;
        left: 0;
        margin-left: 0%;
      }

  .mobile-menu {
    display: block;
    position: absolute;
    top: 0px;
    right: -286px;
    width: 286px;
    background-color: #fff;
/*     min-height: 100vh;*/
    z-index: 999;
    box-shadow: 0px 2px 6px rgba(0, 51, 79, 0.3);
    padding-bottom: 53px;
    transition: right ease 0.3s;
    }
    .mobile-menu_show {
      right: 0px;
    }
    

.mobile-menu__logo {
	float: left;
	width: 70%;
	padding-left: 11px;
	padding-top: 5px;
	padding-bottom: 12px;

}

.mobile-menu__logoclosewrapper {
	display: block;
	border-bottom: 1px solid #777877;
}

.mobile-menu__logoclosewrapper:after {
	content: '';
	display: block;
	clear:both;
}

.mobile-menu__close {

    display: block;
    width: 20px;
    height: 17px;
    position: relative;
    border: 0;
    box-sizing: border-box;
    transition: all .5s;
    cursor: pointer;
    overflow: hidden;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

      .mobile-menu__close:before {
        content: "";
	position: absolute;
        display: block;
        width: 100%;
        transform: rotate(45deg);
        background: #777877;
        top: 100%;
        margin-top: -55%;
        left: 0;
        margin-left: -0%;
	height: 2px;
      }

      .mobile-menu__close:after {
        content: "";
	position: absolute;
        display: block;
        width: 100%;
        transform: rotate(-45deg);
        background: #777877;
        top: 100%;
        margin-top: -55%;
        left: 0;
        margin-left: 0%;
	height: 2px;
      }

#mobile-menu-container {
	display: block;
	margin-top: 16px;

}
#mobmenutocopy.sf-menu {
    display: block !important; 
    float: none !important;
}

#mobmenutocopy:after {
	content: '';
	display: block;
	clear:both;

}

#mobmenutocopy.sf-menu > li ul {
	display: none;
}

#mobmenutocopy.sf-menu > li ul > li {
	display: block;
	color: #989898;
	font-family: Roboto Condensed;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px;
}
#mobmenutocopy.sf-menu > li ul > li > a {
	color: #989898;
	margin-top: 4px;
	display: block;
	margin-bottom: 10px;
}
#mobmenutocopy.sf-menu > li ul > li > ul > li > a {

	color: #989898;
	font-family: Roboto Condensed;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 13px; 

}

#mobmenutocopy.sf-menu > li ul.ul-opened {
	display:block;
	opacity: 1;
	animation: fadeInFromNone 0.3s ease-in-out;
	margin-left: 11px;
}

#mobmenutocopy.sf-menu > li ul.ul-opened ul.ul-opened {
	margin-left: 0px;
}


#mobmenutocopy.sf-menu li li > a[target="_blank"]::after {
    margin: 1px 0 0 8px;
}


#mobmenutocopy.sf-menu > li {
	display: block;
	float: none;
	text-align: left;
        font-family: 'Roboto Condensed',sans-serif;
	color: #777877;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

#mobmenutocopy.sf-menu > li > a {
    padding: 6px 31px 6px 11px;
}

.nav__opened, .active {
	font-weight: 600 !important; 	
}

.navbar_ .brand {
	float: left !important;
}

#mobmenutocopy br {
	display: none;
}

#mobmenutocopy .sf-sub-indicator {
	display: inline-block;
	cursor: pointer;
	width: 16px;
	height: 15px;
        background: url(../img/up.svg) no-repeat center;
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: middle;
}

#mobmenutocopy .sf-sub-indicator.sf-sub-indicator-opened {
	transform: rotate(180deg);
}

html, body {
	overflow-x: hidden;
	width: 100%;
	position:relative;
}  


}


@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

a, a:active, a:focus {
   outline: none !important;
}