/*----------------------------------------------------------------*/
* {
  outline: none; }

.site {
  overflow-x: hidden; }

@media (min-width: 1630px) {
  .container {
    width: 1600px; } }
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Titillium Web', sans-serif;
  color: #000; }

.small-footer {
  background: #006085;
  color: #fff;
  font-size: 13px;
  padding: 20px 0 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.ns-link {
  float: right;
  color: #fff; }

.ns-link:hover {
  color: #fff;
  text-decoration: underline; }

.ns-logo-svg {
  margin: 0 0 -3px 3px; }

.ns-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff; }

@media screen and (max-width: 768px) {
  .small-footer {
    text-align: center; }

  .ns-link {
    margin-top: 5px;
    float: none;
    display: block; } }
/*-------------------- typography START --------------------*/
h1 {
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  margin-top: 0; }

h2 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  padding-left: 22px;
  padding-bottom: 22px; }

h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 24px;
  background: #006085; }

@media (max-width: 767px) {
  h2 {
    font-size: 30px; }

  h2:before {
    top: 5px;
    height: 22px; } }
h3 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px; }

h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000; }

h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 13px; }

p {
  line-height: 1.8;
  margin-bottom: 28.8px; }

a {
  color: #006085;
  text-decoration: none; }

a:hover {
  color: #004a66;
  text-decoration: underline; }

.vc_toggle_content ul,
.vc_toggle_content ol,
.wpb_text_column ul,
.wpb_text_column ol {
  line-height: 1.8;
  margin-bottom: 28.8px;
  padding-left: 20px; }

.vc_toggle_content p + ul,
.vc_toggle_content p + ol,
.wpb_text_column p + ul,
.wpb_text_column p + ol {
  margin-top: -28.8px; }

/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #dcdcdc;
  border-radius: 0;
  height: 40px;
  padding: 8px;
  background: #fff; }

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover {
  border: 1px solid #cdcdcd; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border: 1px solid #bdbdbd;
  outline: none; }

textarea {
  border: 1px solid #dcdcdc;
  border-radius: 0;
  padding: 8px;
  height: 120px;
  outline: none;
  resize: none; }

.fw {
  width: 100%;
  display: block; }

.table-responsive-container {
  position: relative;
  overflow: auto;
  margin-bottom: 35px; }

table {
  min-height: .01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0; }

table td {
  border: 1px solid #dcdcdc;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top; }

/*-------------------- UI elements END --------------------*/
/*-------------------- bootstrap classes START --------------------*/
.btn,
#jquery-cookie-law-script a.cookie-law-button {
  border-radius: 0;
  border: none;
  margin: 0;
  text-transform: normal;
  box-shadow: none;
  text-shadow: none;
  line-height: 1; }

.btn-xs,
#jquery-cookie-law-script a.cookie-law-button {
  padding: 6px 9.6px;
  font-size: 11px; }

.btn-sm {
  padding: 10px 11.1px;
  font-size: 14px; }

.btn-md {
  padding: 11px 16.5px;
  font-size: 16px;
  font-weight: 500; }

.btn-lg {
  padding: 15px 21.45px;
  font-size: 18px;
  font-weight: 700; }

#jquery-cookie-law-script a#cookie-law-button-ok,
#jquery-cookie-law-script a#cookie-law-button-ok:visited,
.btn-primary,
.btn-primary:visited {
  color: #fff;
  background: #006085;
  border: 1px solid #006085; }

#jquery-cookie-law-script a#cookie-law-button-ok:hover,
.btn-primary:hover {
  color: #f0f0f0;
  border: 1px solid #004a66;
  background: #004a66; }

#jquery-cookie-law-script a#cookie-law-button-ok:active,
#jquery-cookie-law-script a#cookie-law-button-ok:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #e0e0e0;
  border: 1px solid #003448;
  background: #003448;
  box-shadow: none;
  outline: none; }

#jquery-cookie-law-script a#cookie-law-button-more,
#jquery-cookie-law-script a#cookie-law-button-more:visited,
.btn-default,
.btn-default:visited {
  color: #fff;
  background: #0096d2;
  border: 1px solid #0096d2; }

#jquery-cookie-law-script a#cookie-law-button-more:hover,
.btn-default:hover {
  color: #f0f0f0;
  border: 1px solid #0080b3;
  background: #0080b3; }

#jquery-cookie-law-script a#cookie-law-button-more:active,
#jquery-cookie-law-script a#cookie-law-button-more:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #e0e0e0;
  border: 1px solid #006a95;
  background: #006a95;
  box-shadow: none;
  outline: none; }

.btn-transparent,
.btn-transparent:visited {
  color: #006085;
  background: transparent;
  border: none;
  padding: 0; }

.btn-transparent:hover {
  color: #004a66;
  background: transparent;
  border: none; }

.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:active:focus,
.btn-transparent:active:hover {
  color: #003448;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none; }

.btn img {
  margin-left: 10px;
  margin-top: -4px; }

.btn-up {
  text-transform: uppercase; }

.table-responsive {
  border: 0;
  margin: 0; }

/*-------------------- bootstrap classes END --------------------*/
/*------------------- VC default START ---------------------*/
/* tabs */
.vc_tta-tabs .vc_tta-panels {
  background: transparent !important;
  border: none !important;
  padding: 20px 0px !important; }

.vc_tta-tabs .vc_tta-panel-body {
  border: none !important;
  padding: 0 !important; }

.vc_tta-tabs .vc_tta-tabs-list {
  margin: 0 -8px !important;
  display: table !important; }

.vc_tta-tabs .vc_tta-tab {
  width: 1%;
  margin: 0 !important;
  display: table-cell !important;
  padding: 0 8px !important; }

.vc_tta-tabs .vc_tta-tab,
.vc_tta-tabs .vc_tta-tab a,
.vc_tta-tabs .vc_tta-tab span {
  border-bottom: none !important; }

.vc_tta-tabs .vc_tta-tab > a {
  background: #e1ecf0 !important;
  border: none !important;
  color: #006085 !important;
  font-weight: 700;
  padding: 15px 20px 14px 20px !important;
  text-align: center;
  overflow: hidden; }

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:last-child > a {
  margin-right: 0; }

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child > a {
  margin-left: 0; }

.vc_tta-tabs .vc_tta-tab > a:hover {
  background: #d0e1e8 !important; }

.vc_tta-tabs .vc_tta-tab.vc_active > a,
.vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #006085 !important;
  color: #fff !important;
  font-weight: 700; }

.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
  -webkit-transition: none !important;
  transition: none !important; }

.vc_tta-tabs .vc_active .vc_tta-panel-heading {
  background: #006085 !important; }

.vc_tta-tabs .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #fff !important; }

@media (max-width: 767px) {
  .vc_tta-tabs .vc_tta-panel-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: #fff !important; }

  .vc_tta-tabs .vc_tta-panel-heading {
    border-radius: 0 !important;
    border: none !important;
    background: #0096d2 !important; }

  .vc_tta-tabs .vc_tta-panel-heading:hover {
    background: #0080b3 !important; }

  .vc_tta-tabs .vc_active .vc_tta-panel-heading:hover {
    background: #006085 !important; }

  .vc_tta-tabs .vc_active .vc_tta-title-text {
    color: #fff; }

  .vc_tta-tabs .vc_tta-title-text {
    font-size: 16px;
    color: #006085;
    text-transform: uppercase; } }
/* acordion */
.vc_tta-accordion .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panel-body {
  background: none !important;
  border: 0 !important; }

.vc_tta-panels {
  margin-bottom: 35px; }

.vc_tta-accordion .vc_tta-panel-body {
  padding: 5px 20px 14px 20px !important; }

.vc_tta-accordion .vc_tta-title-text {
  font-size: 14px;
  color: #0096d2;
  font-weight: 400;
  text-transform: uppercase; }

.vc_tta-accordion .vc_active .vc_tta-title-text {
  color: #006085;
  font-weight: 500; }

.vc_tta-accordion .vc_tta-controls-icon {
  left: 0 !important;
  background: #0096d2;
  width: 10px !important;
  height: 10px !important;
  border: 5px solid #0096d2;
  padding: 5px; }

.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background: #006085;
  border: 5px solid #006085; }

.vc_tta-accordion .vc_tta-controls-icon:before,
.vc_tta-accordion .vc_tta-controls-icon:after {
  color: #fff !important;
  border-color: #fff !important; }

.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
  padding-left: 30px !important; }

/* FAQ */
.vc_toggle {
  margin-bottom: 10px !important; }

.vc_toggle + *:not(.vc_toggle) {
  margin-top: 30px; }

.vc_toggle_title {
  background: #e1ecf0;
  padding: 15px 40px !important;
  color: #006085; }

.vc_toggle_content {
  padding: 0 15px !important;
  margin-bottom: 0 !important; }

.vc_toggle_icon {
  background: #006085 !important;
  margin-left: 15px !important;
  border: none !important;
  width: 14px !important; }

.vc_toggle_icon::after {
  display: none !important; }

.vc_toggle_icon::before {
  background: #006085 !important;
  border: none !important;
  height: 14px !important; }

.error-404 {
  margin-top: 150px;
  margin-bottom: 150px; }

/*------------------- VC default END ---------------------*/
#jquery-cookie-law-script, #jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none; }

#cookie-law-mobile path {
  fill: #fff; }

#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #F1F1F3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px; }

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85); }

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px; }

#jquery-cookie-law-script.absolute {
  position: absolute; }

#jquery-cookie-law-script a {
  color: #3B89C7; }

/* ---------- Cookie law main message ---------- */
#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8); }

#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #F9FAFC; }

#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px; }

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  padding-bottom: 10px; }

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #006085;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s; }

#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #004a66;
  color: #f0f0f0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s; }

#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #0096d2; }

#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #0080b3; }

/* ---------- Cookie law more info ---------- */
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify; }

#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #EAEDF1;
  border-top: 1px solid #F0F2F5; }

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px; }

#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%; }

#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px; }

#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3B89C7; }

@media (max-width: 767px) {
  #cookie-law-mobile {
    display: block; }

  #cookie-law-container {
    display: none; }

  #jquery-cookie-law-script.active {
    max-width: 230px; }

  #jquery-cookie-law-script.active #cookie-law-container {
    display: block; }

  #jquery-cookie-law-script {
    max-width: 50px; } }
/*------------------- include VC elements START ---------------------*/
.ns-cwi-container {
  display: table; }

.ns-cwi-icon {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  min-width: 18px; }

.ns-cwi-icon-inner {
  padding: 0;
  display: block; }

.ns-cwi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle; }

.ns-cwi-content-inner {
  display: block; }

.title-banner {
  background-size: cover;
  background-position: center center;
  padding-top: 38px;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
  margin-bottom: 60px; }

.title-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 150, 210, 0.5); }

.title-banner h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin: 16px 0 0 0;
  z-index: 1;
  position: relative;
  border: none;
  padding: 0;
  text-transform: uppercase; }

.title-banner h2:before {
  display: none; }

.breadcrumbs-container {
  padding: 10px 0 7px 0;
  position: relative; }

.ns-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff; }

.ns-breadcrumbs li {
  display: inline-block;
  margin-right: 7px;
  position: relative; }

.ns-breadcrumbs li:last-child {
  margin-right: 0;
  font-weight: 700; }

.ns-breadcrumbs li:after {
  content: '\f105';
  font-family: fontAwesome;
  margin-left: 9px; }

.ns-breadcrumbs li:last-child:after {
  display: none; }

.ns-breadcrumbs a {
  color: #fff; }

.ns-breadcrumbs a:hover {
  color: #fff;
  text-decoration: none; }

.ns-gallery {
  float: left; }

.nsg-p2 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 33px;
  width: calc(100% + 4px); }

.nsg-p5 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  width: calc(100% + 10px); }

.nsg-p10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  width: calc(100% + 20px); }

.nsg-p15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  width: calc(100% + 30px); }

.nsg-p2 .nsg-gitem {
  padding: 2px; }

.nsg-p5 .nsg-gitem {
  padding: 5px; }

.nsg-p10 .nsg-gitem {
  padding: 10px; }

.nsg-p15 .nsg-gitem {
  padding: 15px; }

.nsg-c10 {
  width: 10%; }

.nsg-c6 {
  width: 16.666%; }

.nsg-c5 {
  width: 20%; }

.nsg-c4 {
  width: 25%; }

.nsg-c3 {
  width: 33.333%; }

@media (min-width: 992px) and (max-width: 1199px) {
  .nsg-c10 {
    width: 10%; }

  .nsg-c6 {
    width: 16.666%; }

  .nsg-c5 {
    width: 20%; }

  .nsg-c4 {
    width: 25%; }

  .nsg-c3 {
    width: 33.333%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .nsg-c10 {
    width: 20%; }

  .nsg-c6 {
    width: 25%; }

  .nsg-c5 {
    width: 33.333%; }

  .nsg-c4 {
    width: 25%; }

  .nsg-c3 {
    width: 33.333%; } }
@media (max-width: 767px) {
  .nsg-c10 {
    width: 50%; }

  .nsg-c6 {
    width: 50%; }

  .nsg-c5 {
    width: 50%; }

  .nsg-c4 {
    width: 50%; }

  .nsg-c3 {
    width: 100%; } }
.nsg-r1-1 {
  padding-bottom: 100%; }

.nsg-r4-3 {
  padding-bottom: 75%; }

.nsg-r3-2 {
  padding-bottom: 66.666%; }

.nsg-r16-9 {
  padding-bottom: 56.25%; }

.nsg-gitem {
  float: left; }

.nsg-img-container {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: block; }

.nsg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%; }

.main-nav {
  margin-bottom: 0;
  border: none;
  min-height: 0;
  float: right;
  clear: both;
  margin-top: 45px; }

.main-nav .collapse {
  padding: 0; }

.main-nav .nav li {
  padding: 0;
  position: relative; }

.main-nav .nav li:last-child {
  padding-right: 0; }

.main-nav .nav li a {
  color: #000;
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  margin-left: 45px;
  padding-bottom: 9px; }

.main-nav .nav li a:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #006085;
  position: absolute;
  bottom: 0;
  display: none; }

.main-nav .nav li a:hover,
.main-nav .nav li a:focus {
  color: #000;
  background: transparent; }

.main-nav .nav li a:hover:before,
.main-nav .nav li a:focus:before {
  display: block; }

.main-nav .nav li.current-menu-item > a,
.main-nav .nav li.current-menu-item > a:hover,
.main-nav .nav li.current-menu-item > a:focus,
.main-nav .nav li.current-page-ancestor > a,
.main-nav .nav li.current-page-ancestor > a:hover,
.main-nav .nav li.current-page-ancestor > a:focus {
  color: #000; }

.main-nav .nav li.current-menu-item > a:before,
.main-nav .nav li.current-menu-item > a:hover:before,
.main-nav .nav li.current-menu-item > a:focus:before,
.main-nav .nav li.current-page-ancestor > a:before,
.main-nav .nav li.current-page-ancestor > a:hover:before,
.main-nav .nav li.current-page-ancestor > a:focus:before {
  display: block; }

.main-nav .nav li a i {
  margin-left: 10px; }

.main-nav .sub-menu-container {
  /*padding-top: 15px;
  width: 345px;
  left: 50%;
  margin-left: -172px;*/
  float: left;
  width: 100%;
  position: absolute;
  display: none;
  z-index: 10; }

.main-nav .nav li:hover .sub-menu-container,
.main-nav .nav li:focus .sub-menu-container {
  display: block; }

.main-nav .sub-menu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.main-nav .sub-menu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.main-nav .sub-menu li {
  float: left;
  width: 100%;
  padding: 15px !important;
  display: block;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.main-nav .sub-menu li a {
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
  text-transform: none; }

.main-nav .sub-menu li a:hover {
  text-decoration: none; }

@media (min-width: 1200px) and (max-width: 1629px) {
  .main-nav .nav li a {
    margin-left: 35px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav {
    margin-top: 40px; }

  .main-nav .nav li a {
    margin-left: 25px;
    font-size: 18px; } }
@media (max-width: 991px) {
  .nav-section {
    position: absolute !important;
    top: 0; }

  .main-nav {
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    float: none; }

  .main-nav-col > .vc_column-inner {
    display: block !important; }

  .main-nav .navbar-header {
    float: none; }

  .main-nav .navbar-toggle {
    display: block;
    top: -77px;
    position: absolute;
    right: 0;
    margin: 0; }

  .main-nav .icon-bar {
    background: #006085; }

  .main-nav .navbar-collapse {
    box-shadow: none;
    padding: 0; }

  .main-nav .navbar-collapse.collapse {
    display: none !important; }

  .main-nav .nav {
    float: none !important;
    margin: 10px 0 10px 0;
    padding: 0; }

  .main-nav .nav li {
    padding: 0;
    margin: 0;
    border: none;
    float: none; }

  .main-nav .nav li a {
    padding: 13px;
    color: #000;
    border-bottom: none;
    margin-left: 0; }

  .main-nav .nav li a:hover {
    border-bottom: none;
    color: #006085; }

  .main-nav .nav li.current-menu-item a,
  .main-nav .nav li.current-menu-item a:hover,
  .main-nav .nav li.current-menu-item a:focus {
    background: none;
    color: #006085;
    border-bottom: none; }

  .main-nav .nav li a:before {
    display: none !important; }

  .main-nav .collapse.in {
    display: block !important; } }
/*----- sidenav -----*/
.sidenav {
  margin-bottom: 35px;
  width: 100%;
  float: left;
  border-top: 1px solid #dcdcdc; }

.sidenav .sidenav-title {
  border-bottom: 1px solid #0096d2;
  text-transform: uppercase;
  width: 100%;
  padding: 28px 0 22px 0; }

.sidenav-title:before {
  display: none; }

.sidenav-title h2 {
  color: #fff;
  font-size: 18px;
  padding: 0;
  margin: 0;
  border-bottom: none; }

.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%; }

.sidenav li {
  border-bottom: 1px solid #dcdcdc;
  float: left;
  width: 100%;
  padding: 12px 0; }

/*.sidenav li:last-child {
	border-bottom: none;
}*/
.sidenav .page_item_has_children.current-menu-item,
.sidenav .page_item_has_children.current-page-ancestor {
  padding-bottom: 0; }

.sidenav a {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  color: #006085;
  float: left;
  line-height: 1.3;
  text-transform: uppercase;
  padding-left: 13px;
  padding-right: 10px; }

.sidenav a:hover {
  color: #000;
  text-decoration: none; }

.sidenav li.current-menu-item,
.sidenav li.current-page-ancestor {
  background: #e1ecf0; }

.sidenav li.current-menu-item > a,
.sidenav li.current-page-ancestor > a {
  color: #000; }

/*.sidenav a:before {
	content: '\f1db';
	font-family: fontAwesome;
	font-size: 9px;
	font-weight: bold;
	float: left;
	width: 20px;
	margin-top: 5px;
	margin-left: -20px;
}

.sidenav a:hover:before {
	content: '\f111';
}

.sidenav li.current-menu-item>a:before,
.sidenav li.current-page-ancestor>a:before {
	content: '\f111';
}*/
ul[class^="sub-menu-"] {
  padding-left: 13px;
  display: none; }

.sidenav .current-menu-item > ul[class^="sub-menu-"],
.sidenav .current-page-ancestor > ul[class^="sub-menu-"] {
  display: block; }

.sidenav .sub-menu-1 {
  padding-top: 10px;
  padding-bottom: 10px; }

.sidenav .sub-menu-1 li {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px; }

.sidenav .sub-menu-1 a {
  text-transform: none;
  font-weight: 400;
  font-size: 16px; }

.sidenav .sub-menu-2 {
  padding-top: 8px;
  padding-bottom: 8px; }

.sidenav .sub-menu-2 li {
  border-bottom: none;
  padding-top: 8px;
  padding-bottom: 8px; }

.sidenav .sub-menu-2 a {
  text-transform: none;
  font-weight: 400;
  font-size: 15px; }

.sidenav .sub-menu-3 {
  padding-top: 6px;
  padding-bottom: 6px; }

.sidenav .sub-menu-3 li {
  border-bottom: none;
  padding-top: 6px;
  padding-bottom: 6px; }

.sidenav .sub-menu-3 a {
  text-transform: none;
  font-weight: 400;
  font-size: 14px; }

.sidenav .sub-menu-4 {
  padding-top: 4px;
  padding-bottom: 4px; }

.sidenav .sub-menu-4 li {
  border-bottom: none;
  padding-top: 4px;
  padding-bottom: 4px; }

.sidenav .sub-menu-4 a {
  text-transform: none;
  font-weight: 400;
  font-size: 13px; }

.sidenav .sub-menu-1 {
  padding-left: 0;
  padding-bottom: 0; }

.sidenav .sub-menu-1 > li {
  padding-left: 13px;
  border-top: 1px solid #dcdcdc;
  padding-right: 20px; }

.sidenav .sub-menu-1 li.current-menu-item,
.sidenav .sub-menu-1 li.current-page-ancestor {
  background: #ebf2f5; }

.sidenav .sub-menu-1 > li > a {
  font-weight: 700; }

.sidenav .sub-menu-1 > li > a:before {
  content: '\f105';
  font-family: fontAwesome;
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 13px;
  margin-top: 1px;
  margin-left: -13px;
  font-weight: 400; }

.sidenav .sub-menu-2 {
  padding-left: 0; }

.post-img-cover {
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.post-img-cover-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.vc-pagination {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 35px; }

.page-numbers {
  padding: 10px 15px;
  border: 1px solid #0096d2;
  font-weight: bold;
  color: #0096d2;
  text-decoration: none;
  display: inline-block; }

.page-numbers:hover {
  text-decoration: none; }

.page-numbers.current {
  border: 1px solid #006085;
  background: #006085;
  color: #fff; }

.page-numbers.next {
  float: right; }

.page-numbers.prev {
  float: left; }

.page-numbers.next,
.page-numbers.prev {
  border: 1px solid #0096d2; }

.page-numbers.next:hover,
.page-numbers.prev:hover {
  border: 1px solid #006085; }

.vc_ns_content-slider-container .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  box-shadow: none;
  text-shadow: none; }

.vc_ns_content-slider-container .slick-arrow:hover {
  opacity: 1;
  box-shadow: none; }

.vc_ns_content-slider-container .slick-prev {
  left: 0;
  opacity: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.vc_ns_content-slider-container .slick-next {
  right: 0;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.vc_ns_content-slider-container .slick-prev:before,
.vc_ns_content-slider-container .slick-next:before {
  color: #006085;
  font-family: FontAwesome; }

.vc_ns_content-slider-container .slick-dots li {
  cursor: default;
  height: 14px;
  width: 14px;
  margin: 0 3px; }

.vc_ns_content-slider-container .slick-dots li button {
  box-shadow: none;
  cursor: default;
  padding: 7px;
  height: 14px;
  width: 14px; }

.vc_ns_content-slider-container .slick-dots li button:before {
  font-size: 10px;
  line-height: 17px;
  height: 14px;
  width: 14px;
  opacity: 1;
  color: #ccc; }

.vc_ns_content-slider-container .slick-dots li button:hover:before,
.vc_ns_content-slider-container .slick-dots li button:focus:before {
  color: #999; }

.vc_ns_content-slider-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333; }

.vc_ns_content-slider-container .vc_tta-panel-heading {
  display: none; }

/*-------------------------------------------------------------------*/
footer {
  background: #006085;
  color: #fff;
  padding-top: 100px;
  overflow: hidden; }

footer a,
footer a:hover {
  color: #fff; }

.big-footer {
  padding-bottom: 70px; }

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 25px 0; }

.footer-nav li {
  margin-bottom: 8px; }

.footer-nav a {
  color: #fff; }

.flogo {
  margin-top: 12px;
  padding-bottom: 3px; }

.footer-row {
  padding-right: 28px !important; }

@media (max-width: 767px) {
  footer {
    padding-top: 50px; }

  .footer-row {
    padding-right: 0 !important; } }
.star-logo img {
  position: absolute;
  left: -66px;
  right: -66px;
  top: -18px;
  max-width: none !important; }

.btn-social,
.btn-social:visited {
  background: transparent;
  border: none;
  padding: 0; }

.btn-social:hover {
  border: none;
  background: transparent; }

.btn-social:active,
.btn-social:focus,
.btn-social:active:focus,
.btn-social:active:hover {
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none; }

.white-btn,
.white-btn:hover,
.white-btn:active,
.white-btn:focus,
.white-btn:active:focus,
.white-btn:active:hover {
  border-color: #fff !important; }

.footer-social {
  font-size: 30px;
  margin-top: 25px;
  margin-right: 23px; }

.left {
  float: left; }

.right {
  float: right; }

.half-container {
  width: 800px; }

.half-container.right {
  padding-right: 30px; }

@media (min-width: 1200px) and (max-width: 1629px) {
  .half-container {
    width: 570px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .half-container {
    width: 470px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .half-container {
    width: 360px; } }
@media (max-width: 767px) {
  .half-container {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }

  .half-container.right {
    padding-right: 15px; } }
.bnet-right {
  background: #cee0e8;
  padding-top: 90px; }

.bnet-left > .vc_column-inner {
  padding-top: 135px !important;
  padding-bottom: 98px;
  background-position: center center;
  background-size: cover; }

@media (max-width: 767px) {
  .bnet-left > .vc_column-inner {
    padding-top: 85px !important;
    padding-bottom: 38px; }

  .bnet-right {
    padding-bottom: 50px;
    padding-top: 40px; } }
.special-link {
  background: #fff;
  position: relative;
  padding: 29px 100px 29px 50px;
  width: 100%;
  float: left;
  color: #000; }

.special-link:hover {
  color: #000;
  text-decoration: none; }

.special-link:hover .special-link-arrow-icon {
  -webkit-animation: move 1.5s;
  animation: move 1.5s;
  animation-delay: 500ms;
  animation-iteration-count: 1; }

@keyframes move {
  0% {
    left: 10px; }
  30% {
    left: 20px; }
  100% {
    left: 10px; } }
.special-link .big-text {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  float: left; }

.special-link .small-text {
  font-size: 18px;
  margin-top: 3px;
  float: left;
  width: 100%; }

.special-link-arrow {
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #0096d2; }

.special-link-arrow-icon {
  width: 13px;
  height: 11px;
  background: url(../images/puscica.png) center center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 10px; }

.bnet-slink {
  margin-bottom: 40px; }

.bnet-section {
  font-size: 18px; }

.bnet-section h2 {
  border-color: #c8c8c8; }

.about-section {
  background: #cee0e8;
  background: -moz-linear-gradient(top, #cee0e8 0%, white 100%);
  background: -webkit-linear-gradient(top, #cee0e8 0%, white 100%);
  background: linear-gradient(to bottom, #cee0e8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee0e8', endColorstr='#ffffff',GradientType=0 );
  font-size: 18px; }

.about-section h2 {
  border-color: #c8c8c8;
  margin-top: 92px; }

@media (max-width: 767px) {
  .about-section h2 {
    margin-top: 52px; } }
.about-stat-box {
  border-left: 1px solid #006085;
  border-bottom: 1px solid #006085;
  border-right: 1px solid #006085;
  height: 650px; }

.about-stat-box + .about-stat-box {
  border-left: none; }

.stat-box-icon {
  padding-top: 160px;
  padding-bottom: 90px; }

@media (max-width: 767px) {
  .about-stat-boxs {
    padding-left: 35px;
    padding-right: 35px; }

  .about-stat-box {
    border: 1px solid #006085;
    margin-top: 25px;
    height: 450px; }

  .about-stat-box + .about-stat-box {
    border-left: 1px solid #006085; }

  .stat-box-icon {
    padding-top: 90px;
    padding-bottom: 20px; }

  .note {
    text-align: center; } }
.stat-box-st {
  font-size: 25px; }

.stat-box-bt {
  font-size: 65px; }

.stat-box-bt sup {
  top: -.6em;
  font-size: 50%;
  margin-left: -6px; }

.stat-box-bt p {
  line-height: 1; }

.about-stat-box .vc_single_image-wrapper {
  height: 115px; }

.note {
  color: #818181;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 61px !important; }

.programs-section {
  padding-bottom: 142px;
  margin-top: 40px; }

.programs-section h2 {
  color: #fff;
  border-color: #fff;
  margin-bottom: 120px !important;
  margin-top: 56px; }

.programs-section h2:before {
  background: #fff; }

.programs-section .special-link {
  padding: 39px 88px 29px 38px;
  min-height: 188px; }

.programs-section .special-link .big-text {
  font-size: 40px; }

@media (min-width: 768px) and (max-width: 991px) {
  .programs-section .special-link {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .programs-section {
    padding-bottom: 35px; }

  .programs-section h2 {
    margin-bottom: 35px !important;
    margin-top: 15px; }

  .programs-section .special-link {
    margin-bottom: 20px; }

  .programs-section .special-link .big-text {
    font-size: 30px; } }
.top-header {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 6px;
  padding-bottom: 6px; }

@media (max-width: 767px) {
  .top-header {
    padding-bottom: 8px; }

  .top-header-left {
    display: none; } }
.top-nav {
  float: right;
  margin-right: 5px;
  margin-top: 3px; }

.top-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.top-nav li {
  float: left;
  margin-right: 36px; }

.top-nav a {
  color: #656565; }

.top-nav a:hover {
  color: #000;
  text-decoration: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .top-nav li {
    float: left;
    margin-right: 20px; } }
@media (max-width: 991px) {
  .top-nav {
    float: left;
    margin: 0;
    width: 100%;
    padding-left: 13px;
    margin-bottom: 35px; }

  .top-nav li {
    float: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 8px; } }
.top-header .wpb_text_column {
  margin-bottom: 0; }

.main-slider-section {
  position: relative;
  margin-bottom: 45px; }

.main-slider-section:before {
  content: '';
  background: #0096d2;
  position: absolute;
  display: block !important;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 40px; }

.vc_ns_content-slider-container {
  margin-bottom: 0 !important; }

.main-slider-section .vc_tta-panel-body {
  background: #006085;
  position: relative;
  color: #fff; }

.main-slider-section .vc_tta-panel-body:before {
  content: '';
  border: 25px solid rgba(0, 150, 210, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none; }

.main-slider-section .wpb_single_image {
  margin-bottom: 0 !important;
  height: 650px; }

.vc_column_container.slide-text-section > .vc_column-inner {
  padding-left: 45px;
  padding-right: 80px; }

.slide-text-section {
  font-size: 20px;
  padding-top: 87px; }

.main-slider-section .slick-dots {
  width: 33.333%;
  right: 0;
  padding-left: 45px;
  text-align: left;
  bottom: 40px; }

.slick-dots li button:before {
  display: none; }

.slick-dots li button {
  background: #dcdcdc;
  width: 12px;
  height: 12px;
  border-radius: 50%; }

.slick-dots li.slick-active button {
  background: #006085; }

.main-slider-section .slick-dots li button {
  background: #fff;
  opacity: 0.5; }

.main-slider-section .slick-dots li button:hover {
  opacity: 0.7; }

.main-slider-section .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1; }

@media (min-width: 1200px) and (max-width: 1629px) {
  .main-slider-section .wpb_single_image {
    position: relative;
    overflow: hidden; }

  .main-slider-section img {
    height: 650px !important;
    width: auto !important;
    position: absolute;
    max-width: none !important; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .slide-text-section {
    font-size: 16px;
    padding-top: 27px; }

  .vc_column_container.slide-text-section > .vc_column-inner {
    padding-left: 65px;
    padding-right: 65px; }

  .main-slider-section .wpb_single_image {
    height: auto; }

  .main-slider-section h1 {
    font-size: 34px; }

  .main-slider-section .btn {
    margin-bottom: 40px; }

  .main-slider-section .slick-dots {
    padding-left: 0; } }
@media (max-width: 767px) {
  .main-slider-section .vc_tta-panel-body:before {
    border: 15px solid rgba(0, 150, 210, 0.25); }

  .slide-text-section {
    font-size: 16px;
    padding-top: 27px; }

  .vc_column_container.slide-text-section > .vc_column-inner {
    padding-left: 45px;
    padding-right: 45px; }

  .main-slider-section .wpb_single_image {
    height: auto; }

  .main-slider-section h1 {
    font-size: 34px; }

  .main-slider-section .btn {
    margin-bottom: 40px; }

  .main-slider-section .slick-dots {
    padding-left: 0; } }
.search-form-wrap {
  width: 100%;
  position: fixed;
  background: rgba(0, 150, 210, 0.9);
  padding: 20px;
  top: 0;
  z-index: 100;
  left: 0;
  bottom: 0;
  display: none; }

.search-form-wrap.open {
  display: block; }

.search-close {
  width: 42px;
  height: 42px;
  float: right;
  text-align: center; }

.search-close:before {
  content: '\f00d';
  font-family: fontAwesome;
  font-size: 32px;
  color: #fff; }

.search-form-holder {
  top: 50%;
  position: absolute;
  left: 22px;
  right: 20px;
  margin-top: -88px; }

@media (max-width: 767px) {
  .search-form-holder {
    margin-top: 0; } }
.search-form {
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

.search-submit {
  float: right;
  width: 52px;
  height: 52px;
  background: #006085;
  color: #fff;
  border: none;
  padding: 0; }

.search-field-wrap {
  overflow: hidden; }

.search-field {
  width: 100%;
  height: 52px;
  border: none;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  font-size: 18px; }

.search-opener {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  right: 15px;
  background: #006085;
  top: -6px;
  padding-top: 7px; }

.search-opener:before {
  content: '\f002';
  font-family: fontAwesome;
  color: #fff;
  font-size: 16px;
  margin-top: 8px; }

.search-form-title {
  font-size: 30px;
  color: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px; }

.search-list ul {
  margin-bottom: 40px;
  list-style: none;
  padding-left: 22px; }

.search-list li {
  padding-top: 10px; }

.btn.header-social,
.btn.header-social:visited {
  color: #656565;
  float: right;
  margin-right: 20px;
  margin-top: 6px; }

.btn.header-social:hover {
  color: #000; }

@media (min-width: 1200px) and (max-width: 1629px) {
  .btn.header-social {
    display: none; }

  .top-header-left p {
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .btn.header-social {
    display: none; }

  .top-header-left p {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px; } }
@media (max-width: 991px) {
  .btn.header-social {
    display: none; } }
.top-header-right > .vc_column-inner > .wpb_wrapper {
  padding-right: 50px; }

.logo {
  margin-bottom: 26px !important; }

.logo img {
  max-height: 95px;
  width: auto; }

@media (min-width: 768px) and (max-width: 991px) {
  .logo img {
    max-height: 70px;
    width: auto; } }
@media (max-width: 767px) {
  .logo img {
    max-height: 70px;
    width: auto; } }
.main-header {
  padding-top: 24px; }

.page-title {
  color: #000;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 25px; }

.file-wrap {
  background: #e1ecf0;
  margin-bottom: 12px;
  padding: 12px 120px 12px 20px;
  width: 100%;
  position: relative;
  display: inline-block; }

@media (max-width: 767px) {
  .file-wrap {
    padding: 12px 110px 12px 10px; } }
.file-wrap + *:not(.file-wrap) {
  margin-top: 20px; }

.file-wrap:last-of-type {
  margin-bottom: 35px; }

.file-wrap a {
  font-weight: 700;
  color: #000;
  float: left; }

a.file-dl-btn {
  float: right;
  background: #006085;
  color: #fff;
  position: absolute;
  padding: 12px 15px;
  font-weight: 400;
  top: 0;
  right: 0;
  bottom: 0;
  display: block; }

a.file-dl-btn:hover {
  background: #004a66;
  text-decoration: none; }

.file-dl-text {
  float: left; }

.file-dl-icon {
  width: 11px;
  height: 13px;
  background: url(../images/bpuscica.png) no-repeat;
  margin-left: 10px;
  float: left;
  margin-top: 5px; }

.blue-box {
  background: #e1ecf0;
  border-radius: 3px;
  font-size: 20px;
  color: #656565;
  padding: 25px 40px;
  font-style: italic; }

.blue-box p {
  line-height: 1.5; }

@media (max-width: 767px) {
  .blue-box {
    font-size: 18px;
    padding: 25px; } }
.vc_tta.vc_general .tta-predmetnik .vc_tta-panel-heading {
  background: #e1ecf0 !important;
  position: relative;
  margin-bottom: 14px; }

/*.tta-predmetnik:last-of-type .vc_tta-panel-heading {
	margin-bottom: 35px !important;
}*/
.vc_tta.vc_general .tta-predmetnik .vc_tta-panel-heading .vc_tta-panel-title > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 !important; }

.vc_tta .tta-predmetnik .vc_tta-controls-icon {
  display: none; }

.vc_tta .tta-predmetnik .vc_tta-panel-body {
  padding-bottom: 35px !important; }

.ns-tta-main-section {
  width: 80%;
  padding-left: 115px;
  display: inline-block; }

.ns-tta-points {
  width: 10%;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px; }

.ns-tta-more {
  width: 10%;
  display: inline-block;
  vertical-align: top;
  background: #006085;
  text-align: center;
  height: 100%;
  position: absolute;
  pointer-events: none;
  padding-top: 8px; }

.vc_tta.vc_general .tta-predmetnik .vc_tta-panel-heading:hover .ns-tta-more {
  background: #004a66; }

.ns-tta-moretext {
  display: inline-block;
  color: #fff; }

.ns-tta-more-icon {
  width: 11px;
  height: 13px;
  background: url(../images/bpuscica.png) no-repeat;
  margin-left: 10px;
  display: inline-block;
  margin-top: 5px; }

.ns-tta-predmetnik-content {
  display: none; }

.vc_tta .tta-predmetnik .ns-tta-predmetnik-content {
  display: block; }

.ns-tta-long-title {
  font-weight: 700;
  margin-top: 8px; }

.tta-predmetnik .vc_tta-title-text {
  font-weight: 700 !important;
  color: #000 !important;
  font-size: 16px !important;
  margin-top: 11px;
  display: block;
  margin-left: 20px; }

.ns-tta-person {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .ns-tta-main-section {
    width: 75%;
    padding-left: 60px; }

  .ns-tta-more {
    width: 15%; } }
.post-img-cover {
  position: relative; }

.post-img-cover:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6) url(../images/logo.png) center center no-repeat;
  opacity: 0;
  transition: 0.2s; }

.post-img-cover:hover:before {
  opacity: 1; }

.vc_column_container.side-col > .vc_column-inner {
  padding-right: 0; }

.vc_column_container.content-col > .vc_column-inner {
  padding-left: 40px; }

@media (max-width: 767px) {
  .vc_column_container.side-col > .vc_column-inner {
    padding-right: 15px; }

  .vc_column_container.content-col > .vc_column-inner {
    padding-left: 15px; } }
.event-date-wrap {
  color: #006085;
  position: relative;
  float: left;
  width: 115px; }

.event-date {
  background: url(../images/koledar.png) no-repeat;
  position: relative;
  width: 73px;
  height: 71px;
  text-align: center;
  padding-top: 19px; }

.event-date.has-end-date:before {
  content: '';
  position: absolute;
  width: 73px;
  height: 67px;
  top: 4px;
  left: 0;
  z-index: -1;
  box-shadow: 2px 2px 2px rgba(214, 214, 214, 0.7); }

.event-date-day {
  font-size: 35px;
  display: block;
  font-weight: 700;
  line-height: 0.7; }

.event-date-month {
  font-size: 18px;
  display: block; }

.event-end-date {
  background: url(../images/koledar.png) no-repeat;
  position: absolute;
  width: 73px;
  height: 71px;
  text-align: center;
  padding-top: 52px;
  font-size: 12px;
  top: 21px;
  left: 15px;
  z-index: -2; }

.language-selector {
  float: right;
  margin-top: 3px;
  margin-left: 15px;
  margin-right: 19px; }

.language-selector a {
  text-decoration: none; }

@media (max-width: 767px) {
  .language-selector {
    float: left;
    margin-left: 0; } }
.person-img {
  margin-bottom: 35px; }

.news h3 {
  border-bottom: none;
  font-size: 20px;
  margin-bottom: 0; }

.news h3 a {
  color: #000; }

.post-date {
  color: #636363;
  font-size: 15px;
  margin-bottom: 35px;
  display: block; }

.single-news-img {
  margin-bottom: 20px; }

.fb-share-button {
  margin-bottom: 40px; }

.event-item > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 35px;
  margin-bottom: 35px;
  float: left;
  width: 100%; }

.person-title {
  font-weight: 700;
  background: #e1ecf0;
  padding: 10px 15px;
  margin-top: 0; }

.person-title .academic-title {
  font-weight: 400; }

.program-span {
  font-weight: 700;
  font-size: 14px;
  display: block; }

.program-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.program {
  background: #e1ecf0;
  margin-bottom: 35px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

.program-title-box {
  background: #006085;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  display: block;
  padding: 15px; }

.program-title-box:hover {
  background: #004a66;
  color: #fff; }

.short-title {
  display: block;
  font-size: 22px; }

.long-title {
  display: block;
  font-size: 15px; }

.program-content {
  padding: 15px;
  padding-bottom: 75px; }

.level,
.time,
.type {
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.program-person-title {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.structure-value {
  font-size: 15px; }

.program .btn {
  margin-top: 20px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px; }

.program-boxes-section.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.error-404 h1 {
  color: #006085; }

.single-event-date-col {
  max-width: 130px; }

.project-item .wpb_wrapper {
  margin-bottom: 15px;
  padding: 1px 15px 15px 15px;
  background: #e1ecf0; }

.projects-list {
  margin-bottom: 35px; }

.hide {
  display: none !important; }

.site-content {
  min-height: 660px; }

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