/* Minification failed. Returning unminified contents.
(26,20): run-time error CSS1039: Token not allowed after unary operator: '-tint-color-var'
(111,31): run-time error CSS1039: Token not allowed after unary operator: '-glow-color-var'
 */
.flexpage button{font-family:'Muli',sans-serif;font-weight:500;}.flexpage .btn-orange{background:#e6981a !important;color:#fff;padding:5px 25px;margin-bottom:25px;font-family:'Roboto',sans-serif;font-weight:bold;}.flexpage .btn-orange:hover{color:#fff;}.flexpage .btn-transparent{background:transparent;color:#979797;padding:5px 25px;margin-bottom:25px;font-family:'Roboto',sans-serif;font-weight:bold;border:none;box-shadow:none;}.flexpage .btn-transparent:hover{color:#979797;}.flexpage .btn-blue{background:transparent;color:#23598e;padding:5px 25px;margin-bottom:25px;font-family:'Roboto',sans-serif;font-weight:bold;border:none;box-shadow:none;}.flexpage .btn-blue:hover{color:#23598e;}.flexpage .btn-blue-fullcolor-radius{background:#23598e;color:#fff;padding:5px 25px;font-family:'Roboto',sans-serif;font-weight:400;border:none;box-shadow:none;border-radius:15px;margin-top:30px;}.flexpage .btn-blue-fullcolor-radius:hover{color:#fff;}.flexpage .btn-blue-fullcolor-radius:active{color:#fff;}.flexpage .btn-blue-fullcolor-radius:visited{color:#fff;}.flexpage .btn-blue-fullcolor-radius:focus{color:#fff;}.flexpage .btn.pull-right{margin-left:10px;}.flexpage{display:contents;}.flexpage .fa-trash-alt{color:#e6981a;}.flexpage .dropdown-icons-menu{padding:15px;}.flexpage .dropdown-icons-menu img.flexpage-icon-menu{width:15px;margin:10px 0;}.flexpage-blockWrapper{position:relative;display:inline-block;width:100%;min-height:70px;}.flexpage-blockWrapper.admin{min-height:70px;}.flexpage-blockWrapper.admin:hover{outline:2px solid rgba(35,89,142,.6);}.flexpage-blockWrapper:hover>.flexpage-blockControls{display:block;}.flexpage-blockWrapper:hover>.flexpage-blockInfo{display:block;z-index:-1;}.flexpage-blockWrapper:hover>.flexpage-blockAddIcon{display:block;}.user-icon{width:25px;border-radius:50%;}.flexpage-blockControls{display:none;position:absolute;top:5px;right:0;width:150px;z-index:100;}.flexpage-blockInfo{display:none;position:absolute;top:5px;z-index:100;}.flexpage-blockAddIcon{display:none;position:absolute;bottom:5px;right:0;z-index:99;}.flexpage-blockAddIcon .btn{margin-top:0;}@media screen and (max-width:540px){.flexpage-blockAddIcon{position:relative;margin-top:10px;}}
body {
}

.picture-block {
    position: relative;
    text-align: center;
}

.picture-block .picture-effect--tint {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.picture-block .picture-effect--tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--tint-color-var);
  transition: all .3s linear;
}

.picture-block .picture-effect--blur {
    -webkit-filter: blur(1px); /* Safari */
    filter: blur(1px);
}

.picture-block .picture-effect--black-and-white {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}

.text-position--bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.text-position--top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top left text */
.text-position--top {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%);
}

/* Top right text */
.text-position--top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.text-position--bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Bottom right text */
.text-position--bottom {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%);
}

/* Centered text */
.text-position--centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-position--center-left {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
}

.text-position--center-right {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
}

.text-effect--shadow {
    text-shadow: 2px 2px #808080;
}

.text-effect--glow {
    text-shadow: 0 0 3px var(--glow-color-var);
}

body {
}

.advertisementImage {
    width:100%;
    height:100%;
}

.news-with-tabs .tabbed-news-record .btn-khaki {
    background: #656f2b !important;
    color: #fff;
    padding: 5px 25px;
    margin-bottom: 25px;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border-radius: 0;
}

    .news-with-tabs .tabbed-news-record .btn-khaki:hover {
        color: #fff;
    }

.news-with-tabs .news-container.tabbed-news-record {
    margin: 20px;
}

.news-with-tabs .tabbed-news-record .news-record-image {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 25px;
}

    .news-with-tabs .tabbed-news-record .news-record-image .LOG-image {
        width: 250px;
        height: 250px;
    }

.news-with-tabs .tabbed-news-record .news-record-text-content {
    border: 2px solid #b58b63;
    padding: 50px 50px 25px 110px;
    min-height: 200px;
    max-width: 700px;
    margin-left: 150px;
    margin-top: 80px;
}

    .news-with-tabs .tabbed-news-record .news-record-text-content .title {
        font-size: 20px;
        font-weight: bold;
        margin: 5px 0;
    }

    .news-with-tabs .tabbed-news-record .news-record-text-content .sub-title {
        font-size: 16px;
        font-weight: bold;
        margin: 5px 0;
    }


.news-with-tabs .nav-pills {
    margin-left: 150px;
}
.news-with-tabs .nav-pills > li > a {
    color: grey;
    font-weight: bold;
}

.news-with-tabs .nav-pills > li.active > a, 
.news-with-tabs .nav-pills > li.active > a:hover, 
.news-with-tabs .nav-pills > li.active > a:focus {
	color: black;
	background-color: white;
}

.news-with-tabs .numb:before {
    content: none !important;
}


