* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #616161;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

a,
a:hover {
    color: inherit;
}

img {
    max-width: 100%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding {
    padding: 0;
}

.text-justify {
    text-align: justify;
}

.btn {
    display: inline-block;
    border: none;
    line-height: 47px;
    height: 47px;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.btn-outline {
    background: transparent;
    border: solid 1px #02378f;
    color: #02378f;
}

.btn.btn-block {
    display: block;
    width: 100%;
    text-align: left;
}

.btn.btn-block .fa {
    float: right;
    margin-top: 17px;
}

.btn.btn-blue {
    background: #02378f;
}

.btn.btn-blue:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.btn.btn-light-blue {
    background: #4897e7;
}

.btn.btn-light-blue:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.btn.btn-light-blue-outline {
    border: solid 1px #4897e7;
    color: #4897e7;
}

.btn .fa {
    margin-left: 8px;
}

header {
    background: #f4f4f4;
    padding: 16px 0;
}

header a.logo {
    background: url(../img/logo.png);
    display: inline-block;
    width: 150px;
    height: 53px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

header .banner {
    float: left;
}

header form input[type=text] {
    height: 47px;
    background: #fff;
    border: none;
    width: 350px;
    display: inline-block;
    padding: 0 20px;
    color: #cccccc;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
header form input[type=text]:focus {
    outline: none;
}

header form button {
    font-size: 18px;
}

header form button.btn .fa {
    margin: 0;
}

header a.btn {
    float: right;
    font-size: 10px;
    margin-left: 6px;
}

#mobile-menu {
    display: none;
    position: absolute;
    top: 25px;
    left: 10px;
    width: 68%;
    color: #fff;
    text-transform: uppercase
}

#mobile-menu span {
    float: right;
    margin-top: 4px;
}

.slicknav_menu {
    display: none;
    background-color: #02378f;

    background-position: 10px 30px;
    padding: 0;
}

.slicknav_menu .mega article {
    display: none;
}

.slicknav_btn {
    float: right;
    margin: 0;
    border-radius: 0;
    display: block;
    background-color: #4897e7;
    height: 80px;
    padding: 0 30px;
    padding-top: 30px;
}

.slicknav_nav {
    background: #4897e7;

}

.slicknav_nav a {
    color: #fff;
    padding: 5px 0;
}

.slicknav_nav a:hover {
    background: none;
    font-weight: 700;
}

nav {
    position: relative;
    padding: 7px 0;
}

nav ul.nav li {
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
    color: #747474;
    height: 55px;
    text-align: center;
    min-width: 144px;
    border-right: solid 1px #e2e2e2;
}

nav ul.nav li a {
    display: block;
    line-height: 55px;
    margin-right: 3px;
}

nav ul.nav li.active > a {
    color: #4897e7;
    font-weight: 700;
}

nav ul.social-media li {
    margin-top: 14px;
    float: right;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 26px;
    margin-left: 12px;
}

nav ul.nav li div.mega {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    text-align: left;
    background: #f5f5f5;
    z-index: 9999999;
    padding: 28px 35px;
    margin: 0 15px;
    border-bottom: solid 1px #4897e7;
}

nav ul.nav li div.mega ul li {
    text-transform: none;
    display: block;
    text-align: left;
    height: auto;
    min-width: inherit;
    font-size: 14px;
    color: #02378f;
    line-height: 32px;
    padding-left: 24px;
    background: url(../img/mega-list.png) no-repeat left center;
}

nav ul.nav li div.mega ul li a {
    border-right: none;
    display: block;
    line-height: inherit;
}

nav ul.nav li div.mega article img {
    float: left;
    margin-right: 20px;
}

nav ul.nav li div.mega article h1 {
    color: #333333;
    font-size: 14px;
    padding-top: 14px;
    margin-bottom: 35px;
}

nav ul.nav li div.mega article p {
    color: #616161;
    font-size: 12px;
    text-transform: none;
}

nav ul.nav li.has-mega a:hover,
nav ul.nav li a:hover{
    background: #f5f5f5;
    text-decoration: none;
}

nav ul.nav li.has-mega:hover div.mega {
    display: block;
}

ul.social-media li.facebook {
    background: #02378f;
}

ul.social-media li.youtube {
    background: #c80e0e;
}

ul.social-media li.twitter {
    background: #34b1f8;
}

ul.social-media li.x-twitter {
    background: #000000;
}

ul.social-media li.vimeo {
    background: #479fd1;
}

ul.social-media li.threads {
    background: #000000;
}

ul.social-media li.bluesky {
    background: #0a7aff;
}

.highlight-bar {
    line-height: 60px;
    border-bottom: solid 1px #eaeaea;
}

.highlight-bar ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 28px;
}

.highlight-bar ul li.icn-tv {
    background: url(../img/icn-tv.png) no-repeat left center;
}

.highlight-bar ul li.icn-radio {
    background: url(../img/icn-radio.png) no-repeat left center;
}

.highlight-bar ul li + li {
    margin-left: 80px;
}

.highlight-bar ul li i {
    margin-right: 10px;
}

i.icn-tv {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icn-tv.png);
}

i.icn-radio {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/icn-radio.png);
}

.highlight-bar ul li p {
    display: inline-block;
}

.highlight-bar ul li a {
    color: #02378f;
    font-weight: 400;
}

section.content {
    padding: 30px 0;
}

section.no-padding-top {
    padding-top: 0;
}

section.content.border {
    border-top: solid 1px #eaeaea;
}

section.content h1 {
    margin: 0 0 10px 0;
    color: #02378f;
    font-size: 20px;
}

section.content h2 {
    margin: 0 0 20px 0;
    color: #02378f;
    font-weight: 400;
    font-size: 19px;
    font-weight: bold;
}

section.content h3 {
    margin: 0;
    color: #333;
    font-weight: 400;
    font-size: 17px;
    font-weight: bold;
}

section.content p {
    margin-bottom: 20px;
}

section.content p a {
    color: #4897e7;
}

section.content form.contact {
    margin: 0 -15px;
}

section.content form.post-comment {
    margin: 0 -15px;
}

section.content form.contact label {
    display: block;
    color: #02378f;
    margin-bottom: 10px;
}

section.content form.contact input {
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

section.content form input.field-error {
    border: solid 1px #c80e0e;
}

section.content form span.field-error-message {
    font-style: italic;
    position: absolute;
    color: #c80e0e;
    margin-top: -18px;
}

section.content form span.field-error-message-clear {
    font-style: italic;
    display: block;
    color: #c80e0e;
    margin-top: -3px;
    margin-bottom: 12px;
}

section.content form.tip .field-error {
    margin-bottom: 5px;
}

section.content form.tip span.field-error-message {
    position: relative;
    margin-bottom: 25px;
    margin-top: 0;
    display: block;
}

section.content form.contact textarea,
section.content form.post-comment textarea{
    display: block;
      width: 100%;
      height: 115px;
      line-height: 1;
      padding: 20px;
      border: solid 1px #cccccc;
      margin-bottom: 25px;
}

section.content form.post-comment input,
section.content form.post-comment textarea{
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
}

section.content form.contact label span {
    color: #4897e7;
}

section.content span.phone {
    display: block;
    font-size: 24px;
    color: #02378f;
    font-weight: 700;
}

section.content .list-articles {
    margin: 0 -15px;
    margin-bottom: 30px;
}

section.content .list-articles .col-md-4 {
    padding: 0 10px;
}

section.content .list-articles article {
    margin-bottom: 35px;
}

section.content .list-articles article a:hover {
    text-decoration: none;
}

section.content .list-articles article figure,
section.article-photos figure{
    position: relative;
}

section.content .list-articles article figure img {
    width: 100%;
}

section.content .list-articles article figure .icn-container,
section.article-photos figure .icn-container {
    position: absolute;

    z-index: 9999;
    right: 0;
    left: 0;
    text-align: right;
    bottom: 0;
    color: #fff;
}

section.article-photos figure .icn-container {

}

section.content .list-articles article figure .icn-container span,
section.article-photos figure .icn-container span {
    padding: 9px 7px;
    background: #02378f;
    color: #fff;
    float: right;
}

section.content .list-articles article figure .icn-container span + span {
    margin-right: 4px;
}

section.content .list-articles article figure span .fa,
section.article-photos figure .icn-container span .fa {
    border: solid 1px #fff;
    padding: 3px 7px;
}

span.date {
    text-transform: uppercase;
    color: #4897e7;
    margin-bottom: 10px;
    display: block;
}

section.content .list-articles article figure {
    margin-bottom: 20px;
}

section.content .list-articles article h1 {
    color: #616161;
    line-height: 22.8px;
    margin-bottom: 30px;
    display: block;
    font-size: 16px;
}
section.content .list-articles article p {
    font-size: 14px;
}

.module-poll strong {
    display: block;
    font-size: 12px;
    color: #02378f;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.module-poll strong + p {
    display: block;
    font-size: 12px;
    color: #333333;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.module-poll form section {
    background: #f2f2f2;
    padding: 22px;
    padding-bottom: 0;
    margin-bottom: 4px;
}

.module-poll .btn {
    margin-bottom: 4px;
}

.module-poll a.btn {
    margin-bottom: 30px;
}

.module-poll form input[type=radio] {
    display: inline-block;
    float: left;
    line-height: 32px;
    margin-top: 10px;
}

.module-poll form label {
    display: inline-block;
    float: right;
    width: 85%;
    color: #747474;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 22px;
}

.weather { margin-bottom: 30px;  }
.weather .title { font-size: 12px; text-transform: uppercase; margin-bottom: 20px; color: #02378f;}
.weather .days { display: inline-block; width: 100%; }
.weather .day { display: inline-block; width: 25%; text-align: center; float: left; }
.weather .day p { font-size: 12px; margin: 0; line-height: 1.5; }
.weather .day p.bold { font-weight: bold; font-size: 15px; }
.weather .day img { margin-top: 10px; }

.module-articles {
    margin-bottom: 45px;
}

.module-articles .module-articles-nav {
    margin-bottom: 20px;
}

.module-articles .module-articles-nav ul li {
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
    color: #747474;
}

.module-articles .module-articles-nav ul li a.active {
    color: #02378f;
}

.module-articles .module-articles-nav ul li .fa {
    margin-left: 10px;
    color: #4897e7;
}

.module-articles .module-articles-nav ul li + li {
    margin-left: 10px;
}

.module-articles .module-articles-list article {
    margin-bottom: 8px;
}

.module-articles .module-articles-list article span.date {
    float: left;
    width: 18%;
    font-size: 13px;
}

.module-articles .module-articles-list article h1 {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #747474;
    line-height: 18.8px;
    width: 82%;
    margin: 0;
    text-transform: none;
}

.module-articles .module-articles-list article h1:hover {
    text-decoration: underline;
}

.module-highlight {
    margin-top: 30px;
}

.module-highlight ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 30px;
}

.module-highlight ul li i {
    float: left;
}

.module-highlight ul li p a {
    color: #02378f;
    font-weight: 700;
}

.module-highlight ul li p {
    float: right;
    width: 90%;
}

section.videos {
    border-top: solid 2px #4897e7;
    border-bottom: solid 1px #e9e9e9;
}

section.videos img,
section.albums img {
    width: 100%;
    height: 100%;
}

section.videos .video {
    position: relative;
}

section.videos .video span.play {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    color: #fff;
    font-size: 18px;
    margin-left: -20px;
    margin-top: -20px;
    border: solid 4px #fff;
    padding: 4px 9px;
}

section.videos .video h1 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 80%;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
}

section.videos .video span.title {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

section.videos .col-md-9 .video {
    height: 534px;
}

section.videos .col-md-3 .video {
    height: 178px;
    overflow: hidden;
}

section.shows {
    padding: 32px 0;
}

section.shows .list-shows {
    margin: 0 11px;
}

section.shows .col-md-3 {
    padding: 0 5px;
}

section.shows .show img {
    width: 100%;
}

section.shows .show a:hover {
    text-decoration: none;
}

section.content .list-sponsors {
    line-height: 70px;
    margin-bottom: 20px;
}

section.content .list-sponsors .bx-prev {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 15px;
    background: url(../img/carousel-prev.png) no-repeat;
    width: 6px;
    height: 9px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

section.content .list-sponsors .bx-next {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    background: url(../img/carousel-next.png) no-repeat;
    width: 6px;
    height: 9px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

section.shows .show .show-details {
    padding: 21px 17px;
    border: solid 1px #f2f2f2;
    background:url(../img/play.png) no-repeat 90% center;
}

section.shows .show .show-details h1 {
    font-size: 12px;
    color: #4897e7;
    text-transform: uppercase;
    margin: 0;
}

section.shows .show .show-details p {
    font-size: 10px;
}

section.slider {
    position: relative;
}

section.slider .bxslider li img {
    width: 100%;
}

section.slider .bx-prev {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-image: url(../img/slider-prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #02378f;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
    text-align: center;
    color: #fff;
    margin-top: -35px;
}

section.article-photos .bx-wrapper {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

section.article-photos .col-md-4.slide {
    padding: 0;
}

section.article-photos .bx-prev {
    position: absolute;
    z-index: 9999;
    left: 5px;
    top: 50%;
    height: 40px;
    width: 40px;
    line-height: 70px;
    background-image: url(../img/slider-prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #4897e7;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
    text-align: center;
    color: #fff;
    margin-top: -20px;
    margin-left: 10px;
}

section.slider .bx-next {
    position: absolute;
    z-index: 9999;
    right: 0px;
    top: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-image: url(../img/slider-next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #02378f;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
    text-align: center;
    color: #fff;
    margin-top: -35px;
}


section.article-photos .bx-next {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 50%;
    height: 40px;
    width: 40px;
    line-height: 70px;
    background-image: url(../img/slider-next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #4897e7;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
    text-align: center;
    color: #fff;
    margin-top: -20px;
    margin-right: 10px;
}

section.slider .slider-box {
    position: absolute;
    bottom: 30px;
    color: #fff;
    max-width: 70%;
    z-index: 2;
}

section.content section.slider {
    margin-bottom: 30px;
}

section.content section.slider .slider-box {
    position: absolute;
    bottom: 50px;
    left: 100px;
    color: #fff;
    padding-right: 80px;
}

section.content section.slider .bx-viewport {
    /*height: 485px !important;*/
}

section.content section.slider .bxslider li img {
    min-height: 485px;
}

section.slider .bx-pager {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -30px;
    color: #fff;
}

section.slider .bx-pager .bx-pager-item {
    display: inline-block;
}

section.slider .bx-pager .bx-pager-item + .bx-pager-item {
    margin-left: 6px;
}

section.slider .bx-pager a {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 2px #fff;
    border-radius: 50%;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

section.slider .bx-pager a.active {
    background: #fff;
}

section.slider .bx-pager {
    position: absolute;
}

section.slider .slider-box span.date {
    display: block;
    float: none;
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 1;
    height: auto;
}

section.slider .slider-box h1 {
    font-size: 36px;
    display: block;
    margin: 0;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
}

section.content section.slider .slider-box h1 {
    color: #fff;
}

section.slider .slider-box i.fa {
    padding: 4px 9px;
}

section.slider .slider-box span {
    height: 38px;
    line-height: 38px;
    float: left;
    margin-left: 10px;
}

section.slider .slider-box i.fa {
    border: solid 2px #fff;
    padding: 4px 9px;
    font-size: 23px;
}

section.slider .slider-box .btn {
    height: 38px;
    line-height: 38px;
    float: left;
    padding: 0 45px;
}

form input[type=text],
form input[type=email],
form input[type=password] {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 1;
    padding: 0 20px;
    border: solid 1px #cccccc;
    margin-bottom: 3px;
    font-family: 'Montserrat', sans-serif;
    color: #b6b5b5;
    font-weight: 400;
}

.module-newsletter {
    margin-top: 12px;
}

.module-newsletter p {
    margin-bottom: 12px;
}

.module-newsletter p span {
    color: #02378f;
    font-weight: 700;
}

.link-block {
    display: block;
    margin-bottom: 12px;
}

.link-block img {
    width: 100%;
}

.link-block small {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 8px;
    margin-bottom: 6px;
}

.link-block:hover {
    text-decoration: none;
}

.share-like {
    display: inline-block;
}

.share-like .fb-like {
    display: inline-block;
    float: left;
    margin-right: 20px;
}


footer {
    background: #f4f4f4;
    padding: 35px 0;
}

footer strong {
    display: block;
    color: #747474;
    margin-bottom: 10px;
}

footer ul.social-media li,
section.content ul.social-media li {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 26px;
    margin-left: 12px;
}

section.content ul.social-media li {
    margin-left: 0;
}

section.content ul.social-media li + li {
    margin-left: 12px;
}

footer .boxed {
    float: left;
    width: 20%;
}

footer .boxed ul li {
    list-style-type: none;
    line-height: 26px;
}

section.copyright {
    line-height: 71px;
    color: #a7a7a7;
}

section.copyright img {
    margin-left: 18px;
}

section.google-maps {
    margin-bottom: -4px;
}

section.google-maps iframe {
    width: 100%;
    height: 450px;
}

section.google-maps.large iframe {
    width: 100%;
    height: 625px;
}

section.news article h1 {
    color: #333;
    font-size: 14px;
    margin-top: 22px;
}

section.news .list-articles {
    margin: 0;
    margin-bottom: 35px;
}

section.news .list-news ul {
    border-top: solid 1px #eaeaea;
}

section.news .list-news + .pagination {
    margin-bottom: 30px;
}

section.news .list-news ul li {
    list-style-type: none;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: solid 1px #eaeaea;
}

section.news .list-news ul li span.date {
    color: #4897e7;
    font-size: 12px;
    margin: 0;
}

section.news .list-news ul li h1 span {
    margin-left: 6px;
    font-size: 16px;
}

section.news .list-news ul li span.video {
    color: #000;
    font-size: 9px;
    border: solid 2px #000;
    display: inline;
    margin-left: 6px;
    float: right;
    line-height: normal;
    margin-top: 14px;
    padding: 2px 4px;
}

section.news .list-news ul li a:hover {
    text-decoration: none;
}

section.news .list-news ul li h1 {
    display: inline-block;
    font-size: 14px;
    color: #616161;
    margin: 0;
    font-weight: 400;
}

.pagination {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 12px;
    color: #616161;
}

.pagination ul li {
    list-style-type: none;
    display: inline-block;
}

.pagination ul li + li {
    margin-left: 25px;
}

.pagination ul li.active {
    color: #4897e7;
    font-weight: 700;
}

.pagination .fa {
    color: #4897e7;
}

.pagination .fa.fa-caret-left {
    margin-right: 12px;
}

.pagination .fa.fa-caret-right {
    margin-left: 12px;
}

.filter-news-map label {
    display: inline-block;
    min-width: 80px;
    color: #b6b5b5;
    line-height: 30px;
}

.carousel figure img {
    width: 100%;
}

.filter-news-map button,
.filter-agenda button {
    line-height: 28px;
    border: solid 1px #b6b5b5;
    color: #b6b5b5;
    background: #fff;
    padding: 0 10px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.filter-news-map button.selected,
.filter-agenda button.selected{
    border: solid 1px #02378f;
    color: #fff;
    background: #02378f;
}

section.videos .video-large span.date {
    margin-bottom: 0;
}

section.videos .video-large {
    margin-bottom: 30px;
}

section.videos .video-large h1 {
    font-size: 24px;
    color: #333333;
    margin: 0 0 14px 0;
}

section.videos .video-large figure {
    position: relative;
}

section.videos .video-large figure div {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 15px;
    background: #4897e7;
    color: #fff;
    margin-top: -30px;
    margin-left: -34px;
}

section.videos .video-large figure div i {
    border: solid 4px #fff;
    padding: 5px 10px;
}

section.albums .list-albums {
    margin-bottom: 20px;
}

section.albums .list-videos {
    margin-bottom: 0px;
}

section.videos .list-videos article,
section.albums .list-albums article {
    border: solid 1px #e2e2e2;
    min-height: 355px;
    margin-bottom: 20px;
}

section.albums section.slider .slider-box h1 {
    margin-bottom: 5px;
}

section.albums .list-albums article {
    min-height: inherit;
}

section.videos .list-videos article a:hover {
    text-decoration: none;
}

section.albums .list-albums article a:hover {
    text-decoration: none;
}

section.videos .list-videos article h1 {
    color: #616161;
    font-size: 14px;
    margin: 20px 0 0 0;
}

section.albums .list-albums article span.date {
    font-weight: 400;
}

section.albums .list-albums article h1 {
    color: #616161;
    font-size: 14px;
    margin: 10px 0 0 0;
}

section.videos .list-videos article figure,
section.albums .list-albums article figure {
    position: relative;
}

section.videos .list-videos article figure div {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 50%;

    color: #fff;
    margin-top: -37px;
    text-align: center;
    display: none;
}

section.albums .list-albums article:hover figure div {
    display: block;
}

section.albums .list-albums article:hover figure div div {
    display: inline-block;
}
section.albums .list-albums article:hover figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .1;
}
section.albums .list-albums article figure > div {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    text-align: center;
    display: none;
    font-weight: 700;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

section.albums .list-albums article figure > div div {
    line-height: 48px;
    width: 48px;
    background: #02378f;

    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 18px;
    left: auto;
    top: auto;
    margin-bottom: 12px;
}

section.videos .list-videos article:hover figure div {
    display: block;
}

section.videos .list-videos article:hover figure div div {
    display: inline-block;
}

section.videos .list-videos article figure div div {
    position: relative;
    display: inline-block;
    margin: 0;
    left: auto;
    top: auto;
    padding: 10px;
    margin-bottom: 12px;
    background: #4897e7;
}

section.videos .list-videos article figure div div i {
    border: solid 2px #fff;
    padding: 5px 10px;
}

section.videos .list-videos article figure + div,
section.albums .list-albums article figure + div {
    padding: 0 22px;
}

section.videos .list-videos article figure + div p {
    text-align: justify;
}

form input[type=checkbox] + p, form input[type=checkbox] {
    float: left;
}

form input[type=checkbox] {
    margin-right: 8px;
}

.g-recaptcha {
    margin-bottom: 25px;
}

.col-md-4 section.videos {
    border-top: none;
    border-bottom: none;
}

.col-md-4 section.videos article {
    min-height: inherit;
}

.col-md-4 section.videos  article figure div {
    display: block;
    margin-top: -29px;
    margin-left: -26px;
}

span.blue {
    display: block;
    text-transform: uppercase;
    color: #4897e7;
}

article p.lead {
    text-transform: uppercase;
}

section.cover {
    background: url('../img/cover.jpg');
    background-size: cover !important;
    color: #fff;
}

section.cover h1 {
    margin: 370px 0 0 0;
    font-size: 36px;
    display: block;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
}

section.cover span.date {
    margin-bottom: 50px;
    color: #fff;
}

.article-details {
    margin-top: 45px;
}

.article-details span {
    min-width: 110px;
    display: inline-block;
}

.article-details .tag {
    color: #fff;
    background: #02378f;
    display: inline-block;
    margin-right: 6px;
    line-height: 20px;
    padding: 0 6px;
}

.article-details .doc {
    display: inline-block;
    margin-right: 16px;
    line-height: 20px;
}

.article-details .doc .fa {
    color: #02378f;
    font-size: 1.4em;
    margin-right: 8px;
}

section.grey {
    background: #ddd;
    padding: 25px 0;
}

section.content .comments {
    color: #d3d3d3;
}

section.content .comments h1 {
    line-height: 32px;
    padding: 0 10px;
    background: #f2f2f2;
    margin: 20px 0;
    font-size: 14px;
    color: #4897e7;
}

section.content .comments p {
    margin-bottom: 0;
    color: #616161;
}

section.content .comments strong {
    display: inline-block;
    font-weight: 400;
    color: #333333;
}

section.content .comments span.date {
    display: inline-block;
    color: #d3d3d3;
}

section.content .comments + .pagination {
    margin-top: 45px;
    margin-bottom: 40px;
}

.list-agenda .agenda-item + hr,
.list-tv .tv-item + hr {
    margin-left: 15px;
    margin-right: 15px;
}

.list-agenda .agenda-item span.date {
    float: left;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    width: 10%;
    padding: 10px;
    text-transform: uppercase;
    background: #4897e7;
}

.list-tv .tv-item span.date {
    float: left;
    min-width: 10%;
    color: #4897e7;
    text-transform: uppercase;
}

.list-tv .tv-item span.date + img {
    float: right;
    width: 76%;
}

.list-tv .tv-item.large span.date {
    min-width: 7%;
}

.list-tv .tv-item.large span.date + img {
    float: right;
    width: 93%;
}

.list-agenda .agenda-item span.date + img {
    float: left;
    width: 85%;
}

.list-agenda .agenda-item span.date i {
    font-style: normal;
    display: block;
}

.list-agenda .agenda-item h1 {
    font-size: 18px;
    color: #616161;
    font-weight: 400;
    margin-bottom: 18px;
}

.list-tv .tv-item h1 {
    font-size: 14px;
    color: #616161;
    margin-bottom: 12px;
}

.list-tv .tv-item.large h1 {
    font-size: 24px;
}

.list-tv .tv-item p {
    margin-bottom: 12px;
}

.list-tv .tv-item.large p {
    min-height: 172px;
}

.list-agenda .agenda-item h1 span {
    color: #4897e7;
}

.list-agenda .agenda-item strong,
.list-tv .tv-item.large strong {
    display: inline-block;
    width: 52px;
    line-height: 32px;
    margin-bottom: 6px;
}

.list-agenda .agenda-item span.blue,
.list-tv .tv-item.large span.blue {
    color: #02378f;
    line-height: 32px;
    display: inline-block;
    text-transform: none;
}

.list-tv .tv-item span.blue {
    color: #02378f;
}

.list-agenda .agenda-item .tag,
.list-tv .tv-item.large .tag{
    color: #b6b5b5;
    margin-right: 12px;
}

.mfp-content {
    padding: 20px;
    margin-top: -40px;
}

.mfp-content .share-like {
    position: absolute;
    margin-top: 30px;
    padding-left: 15px;
}

.mfp-content .share-like .tw-share {
    float: left;
    width: 90px;
}

.mfp-bottom-bar {
    margin-top: -40px;
    background: #fff;
    color: #000;
    padding: 0 35px 20px 35px;
}

.mfp-figure:after {
    background: #fff;
}

.mfp-title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 0;
}

.mfp-details {
    position: relative;
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}

.mfp-details div {
    line-height: 44px;
    margin-top: 25px;
}

.mfp-details .download {
    background: #02378f;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 18px;
    line-height: 40px;
    float: right;
}

.mfp-figure > button.mfp-close {
    display: none;
}

button.mfp-close {
    display: inline-block;
    border: none;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center !important;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #4897e7;
    right: auto !important;
    opacity: 1 !important;
    padding-right: 0 !important;
    width: auto !important;
    position: relative;
    top: auto !important;
    font-size: 34px;
    color: #fff;
    padding: 0 10px !important;
    float: right;
    margin-left: 8px;
    cursor: pointer;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.mfp-close.btn.btn-light-blue:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

button.mfp-arrow {
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-image: url(../img/slider-prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #02378f;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
    text-align: center;
    color: #fff;
    opacity: 1;
}

button.mfp-arrow-right {
    background-image: url(../img/slider-next.png);
}

.list-agenda .agenda-item strong.share,
.list-tv .tv-item strong.share,
.article-details span.share {
    float: left;
    margin-top: 3px;
    line-height: normal;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before,
.mfp-arrow-right:after,
.mfp-arrow-right:before{
    border: none;
    display: none;
}

nav ul.nav li.has-mega > a {

border-bottom: solid 7px white;

}

nav ul.nav li.has-mega > a:hover {

border-bottom: solid 7px #f5f5f5;

background: #f5f5f5;

}

.gm-style h1 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    line-height: 23px;
    color: #616161;
}

.gm-style p {
    line-height: 23px;
    font-size: 12px;
}

.gm-style p a {
    color: #02378f;
}

.gm-style img {
    max-width: 100% !important;
}

section.breaking-news {
    padding: 21px 0;
    background: #e74848;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    left: 0;
    right: 0;
    font-size: 16px;
}

section.breaking-news strong {
    text-transform: uppercase;
}

section.breaking-news a {
    display: block;
}

section.breaking-news a span {
    text-decoration: underline;
    float: right;
}

section.breaking-news a.close {
    position: absolute;
    right: 15px;
    z-index: 2;
}

section.breaking-news a.close:hover {
    cursor: pointer;
}

.replay { display: flex; width: 100%; margin: 10px 0; }
.replay .img { float-left: left; width: 60px; padding: 15px 0; }
.replay .img i { font-size: 35px; color: #616161; }
.replay .write { width: calc(100% - 60px); background: #f5f5f5; padding: 10px; min-height: 65px; display: flex; align-items: center; }
.replay .write a { font-size: 19px; font-weight: 700; line-height: 25px; display: inline-block; }
.replay .write a:hover { text-decoration: none; }
.replay .write a span { display: block; font-size: 12px; line-height: 1.3; color: #616161; }


@media (min-width: 992px) and (max-width: 1199px) {

    section.content .list-articles .btn.btn-light-blue-outline {
        font-size: 9px;
    }

    section.videos .col-md-9 img {
        min-height: 417px;
    }

    section.videos .col-md-3 .video {
        height: 139px;
    }

}

@media (min-width: 1200px) and (max-width: 1319px) {
    header form input[type=text] {
        width: 250px;
    }

    section.slider .slider-box {
        margin-left: 65px;
    }

    .carousel .slide {
        width: 280px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    header form input[type=text] {
        width: 240px;
    }

    nav ul.nav li {
        min-width: 110px;
    }

    .highlight-bar {
        line-height: 30px;
        padding-top: 8px;
    }

    .highlight-bar ul li + li {
        margin-left: 0;
    }

    .module-weather figure {
        float: none;
        margin: 0 0 5px 0;
    }

    .module-weather .weather-details {
        float: none;
        width: 100%;
    }

    .module-articles .module-articles-list article span.date {
        float: none;
        width: 100%;
    }

    .module-articles .module-articles-list article h1 {
        float: none;
        width: 100%;
    }

    section.videos .col-md-9.no-padding-right {
        padding-right: 15px;
    }

    section.videos .col-md-3.no-padding-left {
        padding-left: 15px;
    }

    section.videos .col-md-3.no-padding-left .video {
        float: left;
        width: 33.33%;
    }

    section.shows .show {
        margin-bottom: 12px;
    }

    section.content form.contact {
        margin-bottom: 30px;
    }

    section.content .fb-like {
        display: none;
    }

    section.content section.slider .slider-box h1 {
        font-size: 22px;
    }

    section.content section.slider .bx-viewport {
        height: auto !important;
    }

    section.content section.slider .bxslider li img {
        min-height: 350px;
    }

    section.cover h1 {
        font-size: 30px;
    }

    .article-details {
        margin-bottom: 20px;
    }

    .list-agenda .agenda-item span.date {
        display: none;
    }

    .list-agenda .agenda-item span.date + img {
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {

    header {
        text-align: center;
    }

    header a.logo {
        margin-bottom: 20px;
    }

    header a.btn {
        width: 100%;
        margin-top: 8px;
    }

    header form input[type=text] {
        width: 75%;
        float: left;
        margin: 0;
    }

    header form button {
        float: left;
        width: 25%;
    }

    nav {
        border-bottom: solid 1px #eaeaea;
    }

    nav ul.nav,
    nav ul.social-media {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    .highlight-bar {
        line-height: 30px;
        padding-top: 8px;
    }

    .highlight-bar ul li + li {
        margin-left: 0;
    }

    section.content .list-articles article img {
        width: 100%;
    }

    section.content .list-articles article h1 {
        margin-bottom: 12px;
    }

    section.videos .col-md-9.no-padding-right {
        padding-right: 15px;
    }

    section.videos .col-md-3.no-padding-left {
        padding-left: 15px;
    }

    section.videos .col-md-3.no-padding-left .video {
        float: left;
        width: 33.33%;
    }

    section.videos .col-md-3.no-padding-left .video span.title {
        display: none;
    }

    section.videos .video h1 {
        top: 65%;
        font-size: 12px;
    }

    footer .boxed {
        width: 100%;
        margin-bottom: 20px;
    }

    footer strong {
        margin-bottom: 15px;
        font-size: 15px;
    }

    footer {
        padding: 40px 0;
    }

    footer .boxed ul li {
        float: left;
        width: 50%;
    }

    section.videos .col-md-3 .video {
        height: auto;
    }

    section.shows .show {
        margin-bottom: 12px;
    }

    footer .text-center {
        text-align: left;
    }

    footer ul.social-media li {
        margin-left: 0;
        margin-right: 12px;
    }

    section.copyright,
    section.copyright .text-right {
        line-height: 42px;
        text-align: center;
    }

    section.content form.contact {
        margin-bottom: 30px;
    }

    section.news .list-news ul li {
        line-height: normal;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    section.news .list-news ul li h1 {
        font-size: 12px;
    }

    .filter-news-map label {
        display: block;
    }

    .filter-news-map button {
        padding: 0 8px;
    }

    section.content section.slider {
        display: none;
    }

    section.cover h1 {
        margin-top: 50px;
        font-size: 18px;
    }

    .article-details {
        margin-bottom: 20px;
    }

    .article-details span {
        display: block;
    }

    .list-agenda .agenda-item {
        margin-left: 0;
    }

    .list-agenda .agenda-item span.date {
        display: none;
    }

    .list-tv .tv-item span.date {
        display: block;
        float: none;
        width: 100%;
    }

    .list-tv .tv-item.large span.date {
        display: block;
        float: none;
        width: 100%;
    }

    .list-tv .tv-item span.date + img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .list-tv .tv-item.large span.date + img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .list-agenda .agenda-item span.date + img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }



    .list-agenda .agenda-item + hr {
        margin-left: 15px;
    }

    section.slider .bx-viewport, section.slider .bxslider li img {
        height: 250px !important;
        max-width: none;
    }

    section.slider .bx-controls-direction {
        display: none;
    }

    section.slider .slider-box h1 {
        font-size: 22px;
    }

    section.slider .slider-box span.date {
        font-size: 15px;
    }

    header {
        display: none;
    }

    #mobile-menu {
        display: block;
    }
}
