.breadcrumb {
    margin-bottom: 5px;
}

.page-title {
    margin-top: 11px;
    margin-bottom: 11px;
}

.page-body {

}

@media (min-width: 992px) {
	.page-body {
		min-height: 50vh;
	}
}

.row-full {
/*    margin-top: 15px;
    margin-bottom: 15px;
*/    
    position: relative;
    width: calc(100vw - 15px);
    margin-left: calc(-50vw + 6px);
    left: 50%;
}

.row-full-xxxxxx{
      width: 100vw !important;
      position: relative;
      margin-left: -50vw;
      left: 50%;
}


@media (min-width: 768px) {
    .page-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .page-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .page-container {
        width: 1170px;
    }
}

.page-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}



.news-list-item-text {
    height: 6.4rem;
}

.news-list-item-title {
    font-weight: bold;
    line-height: 1.8rem;
    color: #558CC9;
    font-size: 1.5rem;
    max-height: 5.4rem;
    overflow-y: hidden;
}

.news-list-item-date {
    font-weight: normal;
    line-height: 2rem;
    color: #666666;
    font-size: 1rem;
}

.news-list-item-body {
    color: #333333;
    font-size: 1rem;
    height: 2rem;
}

.news-list .news-list-item-image > .embed-responsive-item {
    /*background-size: contain;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #aaaaaa;*/
}

.news-list .news-list-item {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

.news-list .embed-responsive-news-item-1by1 {
  padding-bottom: 100%;
}

.news-list .embed-responsive-news-item-16by9 {
  padding-bottom: 56.25%;
}

.news-images-large {
    margin-bottom: 5px;
}

.news-thumbnails img {
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
    -webkit-filter: brightness(100%);
}

.news-thumbnails img:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.file-list-item-text {
    height: 10.5rem;
}

.file-list-item-title {
    font-weight: bold;
    line-height: 1.8rem;
    color: #558CC9;
    font-size: 1.5rem;
    max-height: 5.4rem;
    overflow-y: hidden;
}

.file-list-item-description {
    font-weight: normal;
    line-height: 1.2rem;
    color: #666666;
    font-size: 1rem;
    max-height: 3.6rem;
    overflow-y: hidden;
}

.file-list-item-body {
    color: #333333;
    font-size: 1rem;
    height: 2rem;
}

.file-list .file-list-item-image > .embed-responsive-item {
    /*background-size: contain;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #aaaaaa;*/
}

.file-list .file-list-item {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

.file-list .embed-responsive-file-item-1by1 {
  padding-bottom: 100%;
}

.file-list .embed-responsive-file-item-16by9 {
  padding-bottom: 56.25%;
}

.file-images-large {
    margin-bottom: 5px;
}

.file-thumbnails img {
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
    -webkit-filter: brightness(100%);
}

.file-thumbnails img:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.tag-link-btn {
    margin-bottom: 15px; 
}








.subpage-item-text {
    height: 6.4rem;
}

.subpage-item-title {
    font-weight: bold;
    line-height: 1.8rem;
    color: #558CC9;
    font-size: 1.5rem;
    max-height: 5.4rem;
    overflow-y: hidden;
}


.subpage-item .subpage-item-image > .embed-responsive-item {
    /*background-size: contain;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #aaaaaa;*/
}

.subpage-item {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

.subpage-item .embed-responsive-news-item-1by1 {
  padding-bottom: 100%;
}

.subpage-item .embed-responsive-news-item-16by9 {
  padding-bottom: 56.25%;
}

.btn-subpage-item {
	margin-bottom: 5px;
}



.loader_spinner {
  width: 40px;
  height: 40px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  border-bottom: 8px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#page-widgets-bottom2 > .cms-html > div {
	margin-bottom: 0;
}


.pagination > li > a, .pager > li > a, .pagination > li > span, .pager > li > span {
    font-size: 1.2rem;
}

.cms-html .table-bordered > thead > tr > th
, .cms-html .table-bordered > tbody > tr > th
, .cms-html .table-bordered > tfoot > tr > th
, .cms-html .table-bordered > thead > tr > td
, .cms-html .table-bordered > tbody > tr > td
, .cms-html .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}