@charset "UTF-8";
/*
Theme Name: Akademia
Author: the Westerlike team
Author URI: https://www.westerlike.com/
Description: Affidea Academy
Version: 1.3
*/
* html {
  visibility: visible;
}

body {
  font-family: "Roboto", "Open Sans", Arial, sans-serif !important;
  color: #333;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
}

h1, h2 {
  font-size: 36px;
}

h3, h4, h5, h6 {
  font-size: 14px;
}

section {
  float: left;
  width: 100%;
  background: #fff;
}

html, body, p {
  margin: 0 !important;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
  display: block;
}

/* Slide Out Menu */
.o-wrapper {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #397FD1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 100%;
  height: 100%;
  /*  overflow-y: scroll;*/
}

@media all and (min-width: 320px) {
  .c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
    width: 300px;
  }
}
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}

.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child,
.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child {
  border-top: none;
}

.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child,
.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child {
  border-bottom: none;
}

.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}

.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
  display: block;
  /*  padding: 7px 24px;*/
  width: 100%;
}

.c-menu__close {
  background: none;
  border: none;
  height: 1px;
}

.c-menu--slide-right,
.c-menu--push-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media all and (min-width: 320px) {
  .c-menu--slide-right,
.c-menu--push-right {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}
.c-menu--slide-right.is-active,
.c-menu--push-right.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#c-button--push-right {
  display: none;
}

.closeBtn {
  float: right;
  position: absolute;
  top: 0px;
  left: 270px;
}
.closeBtn i {
  color: #fff;
  font-size: 22px;
}

.closeBtn:hover {
  text-decoration: none !important;
}

.closeSection {
  float: left;
  width: 100%;
  position: relative;
}

#header {
  position: fixed;
  background: #397FD1;
  z-index: 10;
}
#header .navbar {
  height: 91px;
  z-index: 4;
  padding: 0 0 0.5rem 0;
}
#header .navbar.scrolling {
  -webkit-box-shadow: 0 4px 4px -2px #999;
  -moz-box-shadow: 0 4px 4px -2px #999;
  box-shadow: 0 4px 4px -2px #999;
}
#header .navTop {
  float: left;
  width: 100%;
  background: #3574C0;
  color: #fff;
  text-align: right;
}
#header .navTop ul {
  margin-bottom: 0;
  margin-top: 0;
}
#header .navTop ul li a {
  color: #fff;
  font-size: 12px;
}
#header .logo {
  float: left;
  width: 230px;
  margin-right: 20px;
  margin-top: 7px;
  position: absolute;
  top: 10px;
  left: 0;
}
#header .logo img {
  width: 100%;
}
#header .navbar-collapse {
  float: left;
  width: 80%;
  text-align: center;
}
#header ul {
  padding-left: 0;
  margin-top: 33px;
}
#header ul li {
  list-style: none;
  display: inline;
}
#header ul li a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 6px 15px;
}
#header ul li a:hover {
  background: #397FD1;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#header ul li a:focus {
  border: none;
  outline: none;
}
#header ul.userPanel {
  position: absolute;
  top: 0px;
  right: 1%;
}
#header ul.userPanel li {
  display: inline;
  float: right;
}
#header ul.userPanel li a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 6px 15px;
}
#header ul.userPanel li a:hover {
  background: #397FD1;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#header ul.userPanel li a:focus {
  border: none;
  outline: none;
}
#header ul.userPanel li img {
  display: inline-block;
  margin-right: 5px;
}
#header #c-button--push-right {
  cursor: pointer;
  float: right;
  position: absolute;
  top: 41px;
  right: 24px;
  z-index: 8;
}
#header #c-button--push-right i {
  color: #397FD1;
  font-size: 30px;
}

.placeholder {
  float: left;
  width: 100%;
  height: 90px;
  clear: both;
}

#c-menu--push-right {
  padding: 20px 0;
}
#c-menu--push-right ul {
  padding-left: 0;
}
#c-menu--push-right ul li {
  list-style: none;
}
#c-menu--push-right ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 6px 15px;
}
#c-menu--push-right ul li a:hover {
  background: #87B5E9;
  color: #fff;
}

.gridContainer {
  float: left;
  width: 100%;
  height: 100%;
}
.gridContainer a {
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
}
.gridContainer a:hover .more {
  background: #fff !important;
  color: #397FD1 !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.gridContainer a:hover img {
  opacity: 0.9;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.gridContainer a .bgImage {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.gridContainer a .bgImage img {
  width: 100%;
  overflow: hidden;
  min-height: 300px;
}
.gridContainer a .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.gridContainer a .content .contentMiddle {
  display: table;
  height: 100%;
  width: 100%;
}
.gridContainer a .content .contentMiddle .contentCenter {
  display: table-cell;
  vertical-align: middle;
}
.gridContainer a .content .contentMiddle .category {
  letter-spacing: 3px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.gridContainer a .content .contentMiddle .mainTitle {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  width: 100%;
  display: block;
}
.gridContainer a .content .contentMiddle .excerpt {
  font-size: 16px;
  width: 100%;
  display: block;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 8px;
  line-height: 1.4em;
}
.gridContainer a .content .contentMiddle .more {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  border: 1px solid white;
  padding: 2px 25px;
  color: #fff;
  margin-top: 12px;
  display: inline-block;
}
.gridContainer a .content .contentMiddle em {
  color: #fff;
  font-style: normal;
  display: block;
  margin-bottom: 4px;
}
.gridContainer a.big {
  float: left;
  width: 50%;
  height: 65%;
  text-align: left !important;
}
.gridContainer a.big .content .contentMiddle .contentCenter {
  padding: 20px 5%;
}
.gridContainer a.medium {
  float: left;
  width: 50%;
  height: 45%;
  text-align: left !important;
}
.gridContainer a.medium .content .contentMiddle .contentCenter {
  padding: 20px 5%;
}
.gridContainer a.medium.firstrow {
  height: 55%;
}
.gridContainer a.medium.firstrow .content .contentMiddle .contentCenter {
  padding: 90px 5% 20px 5%;
}
.gridContainer a.small {
  float: left;
  width: 25%;
  height: 35%;
}
.gridContainer a.small .content .contentMiddle {
  text-align: center;
}
.gridContainer a.small .content .contentMiddle .contentCenter .mainTitle {
  font-size: 18px;
  text-transform: uppercase;
}
.gridContainer a.equal {
  float: left;
  width: 50%;
  height: 45%;
  text-align: left !important;
}
.gridContainer a.equal .content .contentMiddle .contentCenter {
  padding: 20px 5%;
}
.gridContainer a.equal.firstrow {
  height: 55%;
}
.gridContainer a.equal.firstrow .content .contentMiddle .contentCenter {
  padding: 90px 5% 20px 5%;
}
.gridContainer a.equal:nth-child(1) {
  border-right: 4px solid white;
  border-bottom: 4px solid white;
}
.gridContainer a.equal:nth-child(2) {
  border-left: 4px solid white;
  border-bottom: 4px solid white;
}
.gridContainer a.equal:nth-child(3) {
  border-top: 4px solid white;
  border-right: 4px solid white;
}
.gridContainer a.equal:nth-child(4) {
  border-top: 4px solid white;
  border-left: 4px solid white;
}
.gridContainer a .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(images/mask.png) center center repeat;
  width: 100%;
  height: 100%;
}
.gridContainer a .date {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 3;
  color: #fff;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
}
.gridContainer a .date strong {
  width: 100%;
  font-size: 19px;
  display: block;
}

#fullpage .gridContainer a:first-child .mask {
  background: url(images/mask2.png) center center no-repeat;
  background-size: auto 100%;
}
#fullpage .gridContainer a.big .content .contentMiddle .contentCenter {
  vertical-align: bottom;
}
#fullpage .gridContainer a.big .content .contentMiddle .contentCenter .more {
  margin-bottom: 40px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  border-radius: 120px;
  background: #fff;
  color: #397FD1;
  border: none;
}
#fullpage .gridContainer a.big .content .contentMiddle .contentCenter .more:hover {
  background: #397FD1;
  color: #fff;
}
#fullpage .gridContainer a.big .content .contentMiddle .contentCenter .mainTitle {
  font-size: 35px;
  font-weight: 300;
}
#fullpage .gridContainer a.big .content .contentMiddle .contentCenter .mainTitle strong {
  font-weight: bold;
  display: block;
  text-transform: lowercase;
}
#fullpage .gridContainer a.big .content .contentMiddle .contentCenter .mainTitle span {
  font-weight: bold;
}
#fullpage .gridContainer a.big.second .content .contentMiddle .contentCenter {
  vertical-align: bottom;
}
#fullpage .gridContainer a.big.second .content .contentMiddle .contentCenter .more {
  background: #397FD1;
  color: #fff;
}
#fullpage .gridContainer a.big.second .content .contentMiddle .contentCenter .more:hover {
  background: #397FD1;
  color: #fff;
}
#fullpage .gridContainer a.small .content .contentMiddle .contentCenter .mainTitle {
  font-size: 24px;
  font-weight: bold;
}

.gridContainer a.small .content .contentMiddle .contentCenter .mainTitle .gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
  width: 100% !important;
}

.container-fluid {
  max-width: 1380px;
  clear: both;
}

.breadBar {
  float: left;
  width: 100%;
  padding: 12px 0;
  background: #87B5E9;
  clear: both;
  margin-bottom: 20px;
}
.breadBar h1, .breadBar h2 {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
  margin-right: 8px;
  margin-bottom: 0;
  margin-top: 9px;
}
.breadBar .breadcrumbs {
  display: inline-block;
  font-size: 11px;
}
.breadBar .breadcrumbs ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 9px;
}
.breadBar .breadcrumbs ul li {
  display: inline;
  list-style: none;
  color: white;
}
.breadBar .breadcrumbs ul li a {
  color: #fff;
  text-decoration: underline;
}
.breadBar .archive {
  float: right;
}
.breadBar .delim {
  color: #fff;
  display: inline-block;
  margin: 0 6px 0 0;
  font-size: 10px !important;
}

.nice-select {
  height: 32px !important;
  line-height: 30px !important;
  background: none !important;
  background-color: transparent !important;
  min-width: 210px;
}
.nice-select .current {
  color: white !important;
}
.nice-select:after {
  border-bottom: 2px solid white !important;
  border-right: 2px solid white !important;
}
.nice-select:focus {
  border-color: #efefef !important;
}

#menu-primary-menu {
  display: block;
}

.newsItem {
  float: left;
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 20px;
}
.newsItem .bgImage {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.newsItem .bgImage img {
  width: 100%;
  overflow: hidden;
  min-height: 400px;
}
.newsItem .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.newsItem .content .contentMiddle {
  display: table;
  height: 100%;
  width: 100%;
}
.newsItem .content .contentMiddle .contentCenter {
  display: table-cell;
  vertical-align: middle;
}
.newsItem .content .contentMiddle .category {
  letter-spacing: 3px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.newsItem .content .contentMiddle .mainTitle {
  color: #fff;
  font-weight: normal;
  font-size: 25px;
  width: 100%;
  display: block;
}
.newsItem .content .contentMiddle .excerpt {
  font-size: 14px;
  width: 100%;
  display: block;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 8px;
  line-height: 1.4em;
}
.newsItem .content .contentMiddle .more {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 30px;
  border: 1px solid white;
  padding: 2px 25px;
  color: #fff;
  margin-top: 12px;
  display: inline-block;
}
.newsItem .content .contentMiddle .theDate {
  color: #fff;
  font-size: 13px;
}
.newsItem .content .contentMiddle em {
  font-style: normal;
  font-size: 12px;
}
.newsItem .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(images/mask.png) center center repeat;
  width: 100%;
  height: 100%;
}
.newsItem .maskWhite {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: url(images/maskWhite.png) top right no-repeat;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
}
.newsItem .date {
  position: absolute;
  top: 5%;
  left: 3%;
  z-index: 4;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}
.newsItem .date strong {
  width: 100%;
  font-size: 15px;
  display: block;
}
.newsItem.featured .content {
  width: 50%;
  padding: 20px 3%;
}
.newsItem.featured .content em {
  color: #fff;
}
.newsItem.standard .content {
  width: 65%;
  left: auto;
  top: auto;
  background: #fff;
  height: 60%;
  color: #333;
  padding: 20px 4%;
}
.newsItem.standard .content .category {
  color: #999;
  display: inline;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 12px;
}
.newsItem.standard .content .mainTitle {
  color: #333;
  font-size: 20px;
}
.newsItem.standard .content .excerpt {
  color: #333;
  font-size: 13px;
}
.newsItem.standard .content .more {
  color: #333;
  padding: 2px 0 !important;
  border-bottom: 3px solid #87B5E9;
  margin-top: -5px;
}
.newsItem.standard .content .theDate {
  color: #999;
  display: inline;
  font-size: 12px;
}
.newsItem:hover .more {
  background: #fff !important;
  color: #397FD1 !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.newsItem:hover img {
  opacity: 0.9;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.featuredImage {
  float: left;
  width: 100%;
  height: 350px;
  position: relative;
  margin-bottom: 20px;
}
.featuredImage img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.featuredImage .maskWhite {
  background: url(images/maskWhite.png) top right no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.featuredImage .mask {
  background: url(images/maskb.png) top right repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.pageTitle {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.pageTitle h1 {
  font-size: 27px;
  font-weight: normal;
  color: #397FD1;
}
.pageTitle h2 {
  font-size: 20px;
  color: #397FD1;
  font-weight: normal;
  color: #87B5E9;
}

.cms-content {
  font-size: 13px;
  clear: both;
}
.cms-content h2 {
  font-size: 18px;
  color: #397FD1;
  margin-top: 22px;
}
.cms-content h3 {
  font-size: 17px;
  color: #87B5E9;
  margin-top: 8px;
}
.cms-content h4 {
  font-size: 16px;
  color: #777;
  margin-top: 8px;
}
.cms-content p {
  margin-bottom: 15px !important;
  display: block;
  text-align: justify;
  font-size: 16px;
}
.cms-content .alignleft {
  float: left;
  max-width: 33%;
  margin: 10px 10px 10px 0;
}
.cms-content .alignright {
  float: right;
  max-width: 33%;
  margin: 10px 0px 10px 10px;
}
.cms-content .aligncenter {
  float: left;
  width: 100%;
  margin: 10px 0px 10px 0;
}
.cms-content ul, .cms-content ol {
  margin-bottom: 15px;
  font-size: 16px;
  margin-top: 15px;
}

.rightArchive {
  float: left;
  width: 100%;
  font-size: 13px;
  background: #eee;
  color: #333;
  padding: 20px 3%;
}
.rightArchive h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.rightArchive ul {
  padding-left: 17px;
}

h2.programTitle {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #efefef;
  font-size: 25px;
}

.program {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 25px;
  margin-bottom: 25px;
}
.program .programItem {
  float: left;
  width: 100%;
  margin-bottom: 8px;
  padding: 20px 5%;
}
.program .programItem:nth-child(odd) {
  background: #efefef;
}
.program .programItem .programLeft {
  float: left;
  width: 25%;
  margin-right: 5%;
  font-size: 16px;
}
.program .programItem .programRight {
  float: left;
  width: 70%;
  font-size: 18px;
}
.program .programItem .programRight strong {
  font-size: 18px;
  display: block;
}
.program .programItem .programRight small {
  font-size: 14px;
  display: block;
}

.galeriaItem {
  float: left;
  width: 100%;
  text-decoration: none;
}
.galeriaItem:hover {
  opacity: 0.9;
}
.galeriaItem .bgImage {
  float: left;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 8px;
}
.galeriaItem .bgImage img {
  width: 100%;
}
.galeriaItem .mainTitle {
  color: #397FD1;
  font-size: 14px;
  text-transform: uppercase;
}
.galeriaItem .more {
  color: #333;
  padding: 2px 0 !important;
  border-bottom: 3px solid #87B5E9;
  margin-top: -5px;
}

.fileList li {
  list-style: none;
  margin-bottom: 10px;
}
.fileList li a {
  float: left;
  width: 87%;
  padding-left: 13%;
  text-decoration: none;
  margin-bottom: 10px;
}
.fileList li a:hover * {
  color: #005DCA;
}
.fileList li a strong {
  display: block;
  font-size: 14px;
  color: #444;
  font-weight: normal;
}
.fileList li a small {
  color: #B4B4B4;
  font-size: 10px;
  float: left;
  word-break: break-all !important;
}
.fileList li a span {
  width: 12px;
  height: 7px;
  float: left;
  margin: 4px 0 0 15px;
}
.fileList li a em.meta {
  float: left;
}
.fileList .kategoria a {
  color: #999;
  font-size: 11px;
}

.kategoria {
  text-align: center;
}
.kategoria a {
  color: #999;
  font-size: 11px !important;
}

.small, small {
  word-break: break-all !important;
}

.aviIcon {
  background: url(images/file-avi.png) top left no-repeat;
}

.cssIcon {
  background: url(images/file-css.png) top left no-repeat;
}

.csvIcon {
  background: url(images/file-csv.png) top left no-repeat;
}

.docIcon, .docxIcon {
  background: url(images/file-doc.png) top left no-repeat;
}

.emlIcon {
  background: url(images/file-eml.png) top left no-repeat;
}

.epsIcon {
  background: url(images/file-eps.png) top left no-repeat;
}

.htmlIcon, .xhtmlIcon {
  background: url(images/file-html.png) top left no-repeat;
}

.jpgIcon {
  background: url(images/file-jpg.png) top left no-repeat;
}

.movIcon {
  background: url(images/file-mov.png) top left no-repeat;
}

.mp3Icon {
  background: url(images/file-mp3.png) top left no-repeat;
}

.pdfIcon {
  background: url(images/file-pdf.png) top left no-repeat;
}

.pngIcon {
  background: url(images/file-png.png) top left no-repeat;
}

.pptIcon, .pptxIcon {
  background: url(images/file-ppt.png) top left no-repeat;
}

.rarIcon {
  background: url(images/file-rar.png) top left no-repeat;
}

.rawIcon {
  background: url(images/file-raw.png) top left no-repeat;
}

.ttfIcon {
  background: url(images/file-ttf.png) top left no-repeat;
}

.txtIcon {
  background: url(images/file-txt.png) top left no-repeat;
}

.wavIcon {
  background: url(images/file-wav.png) top left no-repeat;
}

.xlsIcon, .xlsxIcon {
  background: url(images/file-xls.png) top left no-repeat;
}

.zipIcon {
  background: url(images/file-zip.png) top left no-repeat;
}

.tml.tml-profile input, .tml.tml-profile textarea {
  border: 1px solid #ccc !important;
  padding: 5px;
}

.cms-content #downloads th {
  text-align: center;
  background-color: #003D8D !important;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}

.js .tmce-active .wp-editor-area {
  color: #444 !important;
}

#af-wrapper .highlight-admin, #af-wrapper .highlight-admin a {
  color: #397FD1 !important;
}

.cms-content #af-wrapper .title-element {
  background-color: #87B5E9 !important;
}

table.dataTable thead:first-child {
  text-align: left !important;
}
table.dataTable td a {
  text-decoration: none;
  font-size: 18px;
  float: left;
  width: 92%;
  padding-left: 8%;
}
table.dataTable td a span {
  width: 12px;
  height: 7px;
  float: none;
  display: inline-block;
  margin: 0px 0 0 10px;
}
table.dataTable td strong {
  font-weight: normal;
  margin-bottom: 0;
  padding: 0;
}
table.dataTable td em {
  font-size: 10px !important;
  color: #444;
  display: block;
  margin-top: -2px;
}
table.dataTable .publishDate {
  font-size: 14px;
  color: #003D8E;
  text-align: center;
}
table.dataTable .fileSize {
  font-size: 10px;
  color: #545454;
  text-align: center;
}
table.dataTable .postDate {
  font-size: 10px;
  color: #545454;
  text-align: center;
}
table.no-footer {
  border-bottom: 2px solid #003D8D !important;
}

.dataTables_length {
  float: right;
  top: 0;
  right: 280px;
  margin-top: -53px;
  position: absolute;
}
.dataTables_length label {
  font-size: 12px;
  color: #999;
}

.dataTables_filter {
  float: right;
  top: 0;
  right: 0;
  position: absolute;
  margin: -60px 0 0 0;
  width: 250px;
  overflow: hidden;
}
.dataTables_filter label {
  font-size: 11px;
  color: #999;
}
.dataTables_filter input {
  border: 1px solid #ccc;
  background: url(images/icon-search-2.png) 165px 8px no-repeat;
  padding: 10px 35px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666;
}

.dataTables_info {
  font-size: 12px;
  color: #999;
  font-style: italic;
}

.dataTables_wrapper {
  margin-bottom: 50px;
}

.galeriaItem {
  text-align: center;
  text-decoration: none;
}
.galeriaItem .bgImage {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 10px;
}
.galeriaItem .bgImage img {
  width: 100%;
}
.galeriaItem .mainTitle {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}
.galeriaItem:hover {
  text-decoration: none;
}

.contactForm {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.contactForm li {
  background: none !important;
}
.contactForm label {
  display: none !important;
}
.contactForm.loginForm label {
  display: block !important;
}
.contactForm input[type=password] {
  border: 1px solid #737373;
  padding: 15px 20px !important;
}
.contactForm input[type=text] {
  border: 1px solid #999;
  padding: 15px 20px !important;
}
.contactForm input[type=email] {
  border: 1px solid #999;
  padding: 15px 20px !important;
}
.contactForm textarea {
  border: 1px solid #999;
  padding: 15px 20px !important;
}
.contactForm .gform_wrapper label.gfield_label {
  font-weight: normal !important;
}
.contactForm input[type=submit] {
  border: none;
  background: #397FD1;
  color: #fff;
  text-decoration: none;
  float: right;
  clear: both;
  margin: 15px 0;
  padding: 15px 50px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  width: 300px;
}
.contactForm input[type=submit]:hover {
  background: #87B5E9;
}
.contactForm input[type=submit]:focus {
  background: #87B5E9;
}
.contactForm [type=checkbox]:not(:checked),
.contactForm [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.contactForm [type=checkbox]:not(:checked) + label,
.contactForm [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.contactForm [type=checkbox]:not(:checked) + label:before,
.contactForm [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #737373;
  background: #fff;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.contactForm [type=checkbox]:not(:checked) + label:after,
.contactForm [type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0.1em;
  left: 0.45em;
  font-size: 14px;
  line-height: 1.3em;
  color: #737373;
  transition: all 0.2s;
}
.contactForm [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.contactForm [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.contactForm [type=checkbox]:disabled:not(:checked) + label:before,
.contactForm [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #737373;
  background-color: #ddd;
}
.contactForm [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.contactForm [type=checkbox]:disabled + label {
  color: #aaa;
}
.contactForm [type=checkbox]:checked:focus + label:before,
.contactForm [type=checkbox]:not(:checked):focus + label:before {
  border: 2px dotted #737373;
}
.contactForm label:hover:before {
  border: 2px solid #87B5E9 !important;
}

.loginPage {
  background: #397FD1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.loginPage .loginBox {
  background: white;
  width: 450px;
  padding: 3%;
  position: absolute;
  top: 50%;
  margin-top: -25%;
  left: 50%;
  margin-left: -225px;
}
.loginPage .tml {
  max-width: 100%;
}
.loginPage .contactForm {
  margin-top: 0;
}
.loginPage .contactForm input[type=submit] {
  width: 100%;
}
.loginPage .cms-content h1 {
  font-size: 28px;
  display: block;
  margin-bottom: 12px;
  color: #397FD1;
}
.loginPage .loginLogo {
  width: 250px;
  margin: -270px auto 0 auto;
}

.tml-login .tml-rememberme-submit-wrap, .cms-content p.tml-user-pass-wrap, .tml-login .tml-rememberme-wrap, .tml-login .tml-submit-wrap {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1230px) {
  #header .navbar-collapse {
    width: 65%;
  }
}
@media screen and (max-width: 990px) {
  #menu-primary-menu {
    display: none;
  }

  #c-button--push-right {
    display: block;
  }

  #header ul.userPanel {
    right: 10%;
  }

  #header #c-button--push-right {
    top: 32px;
  }

  #header #c-button--push-right i {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .loginPage {
    position: static;
    float: left;
    width: 100%;
  }

  .loginPage .loginBox {
    top: auto;
    position: static;
    margin: 130px auto 0 auto;
    left: auto;
    background: none;
    padding: 0;
  }

  .loginPage .loginBox .loginForm {
    padding: 5%;
    background: white;
  }

  #loginPage {
    background: #397FD1;
  }

  .loginPage .loginLogo {
    widtH: 220px;
    margin-top: -180px;
  }
}
@media screen and (max-width: 700px) {
  .gridContainer a.big, .gridContainer a.equal {
    width: 100%;
    height: 600px !important;
  }

  .gridContainer a.equal {
    border: 4px solid white !important;
  }

  .gridContainer a.medium, .gridContainer a.medium.firstrow {
    width: 100%;
    height: 600px;
  }

  .gridContainer a.small {
    width: 50%;
    height: 300px;
  }
}
@media screen and (max-width: 570px) {
  .gridContainer a.big {
    width: 100%;
    height: 400px;
  }

  .gridContainer a.small {
    width: 100%;
    height: 400px;
  }

  .gridContainer a.equal {
    width: 100%;
    height: 400px !important;
  }

  .newsItem.featured .content {
    width: 100%;
  }

  .newsItem.featured .maskWhite, .featuredImage .maskWhite {
    display: none;
  }

  .featuredImage .maskWhite {
    height: 250px;
  }

  .loginPage .loginBox {
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .newsItem.standard .content {
    width: 100%;
  }

  .breadBar .archive {
    width: 100%;
    margin-top: 6px;
  }
}

/*# sourceMappingURL=style.css.map */
