@charset "UTF-8";

/*
* For Front Page Extension Style
*/

/* Table of contents */

body #content .cvk-gallery .entry-content.entry-gallery {
    float: none;
    margin: 0;
    width: 100%;
}

body .entry-title {
    text-align: center;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

.margin-bottom-10{
	margin-bottom: 10px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.margin-bottom-40{
	margin-bottom: 40px;
}

.mfp-wrap {
    z-index: 9991043;
}

.image-popup{
    cursor: pointer;
}
.mfp-close:hover, .mfp-close:focus {
    background: transparent;
}

.gallery-content{
    margin: 20px 0;
    justify-content: center;
}

.gallery-content li{
    margin: 0;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
    list-style-type: none;
    text-align: center;
    min-width: 300px;
    font-family: RobotoRegular;
    margin-bottom: 30px
}

.gallery-content li img{
    width: auto;
    height: auto;
}

.gallery-content li a {
    color: #333;
}

.entry-gallery-prev-title, .entry-gallery-prev-date{
    display: block;
}
.entry-calendar{
  /* margin: 40px 20px; */
  font-family: RobotoMedium;
  overflow: hidden;
}

.entry-calendar ul {
  padding: 0;
}

.entry-calendar ul li a {
  color: #0071bc;
}

.entry-calendar ul li a:hover {
  color: #535353;
  text-decoration: none;
}
.calendar-list{
    /* margin:0 0 20px 40px; */
}
.calendar-list dt{
  font-size: 24px;
  margin: 20px 5px 10px;
  color: #535353;
}
.calendar-list dd{
  width: 14.6%;
  font-size: 18px;
  font-family: RobotoMedium;
  color: #0071bc;
  margin: 0 0 0px 5px;
	display: inline-table;
	padding: 10px 15px;
}

.cl-show-all {
  margin-top: 30px;
  display: block;
  padding: 10px 25px;
  border: 1px solid #dadada;
  border-radius: 3px;
  color: #535353;
  margin-bottom: 60px;
  cursor: pointer;
  text-align: center;
}

.calendar-list dd a {
  color: #0071bc;
}

.calendar-list dd a:hover {
  color: #0071bc;
  text-decoration: none;
}

.asd {
  border: 1px solid #dadada;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.calendar-list dd.old-cal a{
	color: #808082;
}

.calendar-list dd.cur-cal{
	background: #0071bc;
}
.calendar-list dd.cur-cal a{
	color: #fff;
	cursor: auto;
}
.calendar-list dd.cur-cal a:hover{
	text-decoration: none;
	color: #fff;
}

.cl-pdf-ico{
	float: left;
	display: inline-block;
	margin-right: 20px;
}
.entry-calendar li{
	list-style-type: none;
	list-style: none;
	overflow: hidden;
	margin: 0 0 40px;
}

#carbon_fields_container_cvk_akts_options .carbon-attachment{
	width: 100%;
}
#carbon_fields_container_cvk_akts_options .carbon-attachment .button{
	/*display: none;*/
}

.entry-header{
	margin-bottom: 40px;
}

.calendar{
	width: 200px;
	background: #fff;
}
.calendar tbody td {
    border: 0;
}
.calendar tbody td.selected{
	color: #000;
	font-weight: bold;
}

.ptexts{
	margin-top: 5px;
}

/*******************Link Icon***************************/



/*******************Act Accordion***************************/
/*atach-html-open act-acc-arr act-acc-inp atach-html-content*/
.no-select, .atach-html-open {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.atach-html-content {
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;

  /*padding: 30px;
  box-sizing: border-box;*/
}

.atach-html-text{
	background: #f9f9f9;
	padding: 30px;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
/*******************Act Accordion***************************/


