/************** GLOBAL **************/
/************************************/
.modal-dialog {
  max-width: 1000px !important;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

html, body {
  position: relative;
  overflow-x: hidden;
}

a {
  color: #F9A91E;
  -webkit-transition: .3s all;
  transition: .3s all;
}

a:hover {
  color: #003156;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.pop {
  cursor: pointer;
}

.opaque {
  opacity: 0 !important;
}

::-moz-selection {
  background-color: #003156;
  color: #fff;
}

::selection {
  background-color: #003156;
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          min-height: 0;
          min-width: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

ul {
  padding-left: 18px;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden!important;
  font-family: "Myriad Pro", sans-serif;
  color: #000;
}

.img-shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}

@media (max-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}

p {
  font-size: 1rem;
  line-height: auto;
}

.content {
  padding: 150px 0;
}

.header-image {
  margin-top: 165px;
  width: 100%;
  height: 28vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .header-image {
    margin-top: 110px;
  }
}

.header-image .breadcrumb-default {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E6E6E6;
  padding: 5px 0;
}

.header-image .breadcrumb-default span {
  font-size: 1rem;
}

.header-image .breadcrumb-default span a {
  color: #000;
}

.section-head {
  margin-bottom: 75px;
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  position: relative;
  margin-left: 15px;
}

.section-head::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -600px;
  width: calc(100% + 600px);
  height: 3px;
  background-color: #003156;
}

.section-head a {
  color: #000;
}

.section-head a:hover {
  text-decoration: none;
  color: inherit;
}

.full-display {
  opacity: 1 !important;
  display: block !important;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.full-hide {
  opacity: 0 !important;
  display: none !important;
  -webkit-transition: .5s all;
  transition: .5s all;
}

/** HEADER / NAV **/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  z-index: 999 !important;
}

.header #burger {
  position: fixed;
  top: 45px;
  left: 20px;
  width: 40px;
  display: none;
  z-index: 1000 !important;
  -webkit-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
}

.header #burger div {
  width: 40px;
  height: 4px;
  margin-bottom: 5px;
  background-color: #003156;
}

.header #burger div:nth-child(3) {
  margin: 0;
}

.header .move-full {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.header .move-full div {
  background-color: #fff !important;
}

.header .move-full div:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .move-full div:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}

.header .move-full div:nth-child(2) {
  display: none;
}

.header .top-nav {
  margin-top: 20px;
}

.header .top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .top-nav ul li {
  margin-right: 40px;
}

.header .top-nav ul li a {
  color: #003156;
  font-size: .9rem;
}

.header .top-nav ul li:last-child {
  display: none;
}

.header .main-nav {
  margin-top: 50px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.header .main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .main-nav ul li {
  position: relative;
}

.header .main-nav ul li:first-child a {
  margin-left: -35px;
}

.header .main-nav ul li:first-child a::before {
  position: absolute;
  content: '';
  top: 0;
  left: -600px;
  width: 1200px;
  height: 100%;
  background-color: #003156;
  z-index: -1;
}

.header .main-nav ul li:last-child a::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: 0;
  width: 0px;
  height: 100%;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  border-bottom: 74px solid #003156;
  z-index: -1;
  transition: .3s all;
  -webkit-transition: .3s all;
}

.header .main-nav ul li:last-child a:hover::after {
  border-bottom-color: #F9A91E;
  transition: .3s all;
  -webkit-transition: .3s all;
}

.header .main-nav ul li a {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  padding: 25px 35px;
  background-color: #003156;
  display: block;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.header .main-nav ul li a.active {
  background-color: #F9A91E;
}

.header .main-nav ul li:last-child a.active::after {
  border-bottom-color: #F9A91E;
}

.header .main-nav ul li a:hover {
  background-color: #F9A91E;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.header .branding {
  position: absolute;
  right: 100px;
  top: 20%;
}

.header .branding .branding-container div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.header .branding .branding-container div::after {
  position: absolute;
  content: '';
  bottom: 31px;
  left: 0;
  width: 300%;
  height: 3px;
  background-color: #F9A91E;
}

.header .branding .branding-container div span {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 10px;
  color: #003156;
  display: inline-block;
  margin-top: 1rem;
}

/* @media (max-width: 2050px) {
  .header .branding .branding-container div span {
    display: none !important;
  }
} */

@media (min-width: 2050px) {
  .header .branding {
    right: 260px;
  }
}

@media (max-width: 1360px) {
  .header .branding {
    display: none !important;
  }
  .header .top-nav ul li:last-child {
    display: block !important;
    margin-left: auto;
  }
}

@media (max-width: 1500px) {
  .header .branding {
    right: 60px;
  }

  .header .branding .branding-container div span,
  .header .branding .branding-container div::after {
    display: none;
  }
}

@media (max-width: 1200px) {
  .sponsor-divider {
    width: 100%!important;
    margin-left: 0!important;
  }
}

@media (max-width: 992px) {
  .main-nav .container {
    max-width: 100%;
    padding: 0;
  }
  .main-nav .container ul {
    width: 100%;
    background-color: #003156;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-nav .container ul li:first-child {
    margin-left: 25px;
  }
}

@media (max-width: 768px) {
  #burger {
    display: block !important;
  }
  .top-nav {
    margin: 0 !important;
    padding: 30px 0;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .top-nav ul li {
    display: none;
    margin-left: auto;
  }
  .main-nav {
    margin: 0 !important;
    display: none;
    opacity: 0;
    -webkit-transition: .5s all;
    transition: .5s all;
  }
  .main-nav .container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .main-nav .container ul {
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .main-nav .container ul li:last-child a {
    background-color: #003156;
  }
  .main-nav .container ul li:last-child a:hover {
    background-color: #F9A91E;
  }
  .main-nav .container ul li a {
    font-size: 1.5rem;
    background-color: none;
    padding: 0;
    padding: 25px 0;
  }
}

/** SLICK SLIDE **/
.sliderContainer {
  margin-top: 168px;
  position: relative;
}

.slick, .slick-wrapper {
  width: 100%;
}

.slick-slider {
  display: block!important;
}

@media (max-width: 768px) {
  .sliderContainer {
    margin-top: 110px;
  }
}

.slider {
  width: 100%;
  margin: 0 auto;
  cursor: -webkit-grab;
  cursor: grab;
}

.slider div {
  height: 28vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: -30px;
}

.progressBarContainer {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.progressBarContainer h3 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
}

.progressBarContainer div {
  display: block;
  width: 200px;
  padding: 0;
  cursor: pointer;
  margin-right: 2%;
  float: left;
  color: white;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: white;
  width: 0%;
  height: 4px;
}

@media (max-width: 768px) {
  .progressBarContainer {
    display: none !important;
  }
}

.mouse-scroll {
  -webkit-animation: scrollAnimation 3s infinite ease-in-out;
          animation: scrollAnimation 3s infinite ease-in-out;
}

@-webkit-keyframes scrollAnimation {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes scrollAnimation {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

#intro-area {
  padding: 100px 0;
}

#intro-area h1 {
  font-size: 4rem;
  color: #000;
  opacity: .2;
  margin-bottom: 25px;
  font-weight: bold;
}

#intro-area h2 {
  color: #000;
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 40px;
  font-weight: normal;
}

#intro-area p {
  font-size: 1.1rem;
  line-height: 2rem;
  margin: 25px 0;
}

.conference h1 {
  font-size: 4rem;
  color: #000;
  opacity: .2;
  margin-bottom: 25px;
  font-weight: bold;
}

.conference h2 {
  color: #000;
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 40px;
  font-weight: normal;
}

.conference p {
  font-size: 1.1rem;
  line-height: 2rem;
  margin: 25px 0;
}

.arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.arrow-link a {
  color: #000;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  width: auto;
  margin-bottom: 25px;
}

.arrow-link a:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.arrow-link img {
  margin-left: 20px;
  margin-top: 4px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.grey-bg {
  position: relative;
  padding: 50px 0 25px 0;
  width: 100%;
  height: auto;
  background-color: #F2F2F2;
}

/** EVENT BLOCK **/
.event-section {
  padding: 150px 0;
}

.event-section .event-tab {
  margin-top: 75px;
}

.event-item {
  position: relative;
  padding: 10px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}

.event-item .event-name {
  position: relative;
  font-size: 1.75rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.event-item .event-name .event-icon {
  position: absolute;
  top: -8px;
  left: -20px;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #003156;
  -webkit-box-shadow: 0 0 0 0 #003156;
          box-shadow: 0 0 0 0 #003156;
  -webkit-transition: .75s all;
  transition: .75s all;
}

.event-item .event-name span {
  position: relative;
  -webkit-transition: .8s;
  transition: .8s;
  text-transform: uppercase;
}

.event-item p {
  position: relative;
  margin: 25px 0 25px 0;
  line-height: 1.8rem;
  -webkit-transition: .8s;
  transition: .8s;
}

.event-item a {
  position: relative;
  color: #000000;
  text-decoration: none;
  height: 100%;
  width:100%;
  display:block;
}

/*.event-item a::after {
  content: '';
  position: absolute;
  left: -10px;
  bottom: -3px;
  width: calc(100% + 20px);
  height: 2px;
  background-color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.event-item a:hover::after {
  left: 29px;
  width: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
}*/

.event-tab .even-item:nth-child(even) .event-icon {
  background: #003156;
  -webkit-box-shadow: 0 0 0 0 #003156;
          box-shadow: 0 0 0 0 #003156;
  -webkit-transition: .75s all;
  transition: .75s all;
}

.event-tab .event-item:nth-child(odd) .event-icon {
  background: #F9A91E;
  -webkit-box-shadow: 0 0 0 0 #F9A91E;
          box-shadow: 0 0 0 0 #F9A91E;
  -webkit-transition: .75s all;
  transition: .75s all;
}

.event-tab .event-item:nth-child(even):hover .event-icon {
  background: #003156;
  -webkit-box-shadow: 0 0 0 550px #003156;
          box-shadow: 0 0 0 550px #003156;
  -webkit-transition: .75s all;
  transition: .75s all;
}

.event-tab .event-item:nth-child(odd):hover .event-icon {
  background: #F9A91E;
  -webkit-box-shadow: 0 0 0 550px #F9A91E;
          box-shadow: 0 0 0 550px #F9A91E;
  -webkit-transition: .75s all;
  transition: .75s all;
}

.event-item:hover p, .event-item:hover span {
  color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.slick-dots li button:before {
  font-size: 1rem;
  color: #003156;
}

.slick-dots li.slick-active button:before {
  color: #003156;
}

/*** NEWS SECTION ***/
.news-article {
  padding: 200px 0 100px 0;
  margin-top: -100px;
}

.news-block .news-text h2 {
  font-size: 2.2rem;
  margin: 0;
}

.news-block .news-text span {
  font-size: 1rem;
  color: #F9A91E;
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
}

.news-block .news-text p {
  font-size: 1rem;
  line-height: 1.8rem;
  margin: 25px 0;
}

.news-block .news-divider {
  /* margin: 100px 0; */
  border-color: #B1B1B1;
  width: 100%;
}

.news-block .news-pagination {
  margin: 100px 0;
}

.news-block .news-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-block .news-pagination ul li {
  margin: 0 25px;
}

.news-block .news-pagination ul li a {
  color: #003156;
  font-size: 1.3rem;
}

.news-block .news-pagination ul li a.active {
  color: #F9A91E;
}

.news-block .news-pagination ul li a:hover {
  text-decoration: none;
}

.news-block .news-pagination ul li:first-child {
  margin-right: 75px;
  margin-left: 0;
}

.news-block .news-pagination ul li:last-child {
  margin-left: 75px;
  margin-right: 0;
}

.news-divider {
  width: 100%;
  border: 1px solid rgba(0,0,0,.1);
}

.news-divider-start {
  width: 94%;
  margin-left: 15px;
  border: 1px solid rgba(0,0,0,.1);
}

@media (min-width: 992px) {
  .news-block .news-bild {
    text-align: right;
  }
}



/** EVENT PAGE **/
.current-events {
  margin-bottom: 250px;
}

.event-block {
  margin-bottom: 225px;
}

.timeline h3 {
  font-size: 2rem;
  font-weight: bold;
}

.events .event .event-img {
  margin-right: 50px;
  width: 122px;
  height: 122px;
}

.events .event .event-text h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.events .event .event-text p {
  margin-bottom: 10px;
}

.events .event .event-text .arrow-link {
  margin-top: -3px;
  font-weight: bold;
  font-size: 1.1rem;
}

.events .event hr {
  margin-left: -15px;
  margin-top: 35px;
  border: 1px solid #000;
}

.past-events .event-pos {
  position: relative;
}

.past-events .event-pos div {
  position: absolute;
  left: -50px;
  bottom: 86px;
  width: 30px;
  height: 30px;
  background-color: #003156;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .past-events .event-pos div {
    right: 75px!important;
    left: auto;
  }
}

.past-events .event-pos div span {
  position: absolute;
  left: 8px;
  bottom: 13px;
  width: 15px;
  height: 3px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.past-events .event-pos div span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.past-events .collapse {
  margin-bottom: 200px;
}

.past-events .section-head.show::after {
  content: 'show';
}

.past-events .section-head::after {
  content: 'hide';
  position: absolute;
  bottom: -22px;
  left: -7px;
  font-size: 9rem;
  color: #000;
  opacity: .05;
  z-index: -1;
}

/*** About Area ***/
.whatwedo {
  margin: 150px 0;
  padding: 100px 0 150px 0;
  width: 100%;
  height: auto;
  background-color: #BCC4D5;
}

.whatwedo .service p {
  margin-top: 25px;
  font-size: 1.8rem;
  color: #003156;
}

.organization img {
  margin-bottom: 20px;
}

.organization hr {
  border-color: #000;
}

.organization span {
  font-size: 1.1rem;
}

@media (max-width: 992px) {
  .organization {
    margin-top: 75px;
  }
  .organization hr {
    width: 200px;
  }
}

.member-logos div {
  margin: 25px;
}

.member-logos div img {
  max-width: 200px;
  height: auto;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.member-logos div img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.member-block {
  margin-top: 150px;
}

.member-contacts {
  margin-top: 150px;
  margin-bottom: 150px;
}

.member-contacts .contact-card {
  position: relative;
  padding: 25px;
  background-color: #F3F3F3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  min-height: 280px;
}

@media (max-width: 768px) {
  .member-contacts .contact-card {
    height: auto;
  }
}

.member-contacts .contact-card h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.member-contacts .contact-card a {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
}

.member-contacts .contact-card a:hover {
  text-decoration: none;
}

.member-contacts .contact-card a i {
  font-size: .8rem;
  margin-left: 3px;
  opacity: .5;
}

.member-contacts .contact-card .address-block {
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
}

.member-contacts .contact-card .address-block p {
  font-size: 1.1rem;
  margin: 10px 0;
}

.member-contacts .contact-card .address-block div:nth-child(2) {
  margin-left: auto;
}

.member-contacts .contact-card .address-block a {
  font-weight: normal;
  font-size: inherit;
  text-decoration: underline;
}

.member-contacts .contact-card .paperclip {
  position: absolute;
  top: 0;
  right: 0;
}

/** CONFERENCE AREA **/

.accomodation-block .accomodation-cards {
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
}

.accomodation-block .accomodation-cards .booking-card {
  padding: 25px;
  background-color: #BCC4D5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.accomodation-block .accomodation-cards .booking-card hr {
  margin: 50px 0;
  border: 1px solid #003156;
}

.accomodation-block .accomodation-cards .booking-card h3 {
  font-size: 1.6rem;
  color: #003156;
  font-weight: bolder;
  margin-bottom: 50px;
}

.accomodation-block .accomodation-cards .booking-card p {
  margin: 8px 0;
  font-size: 1.1rem;
  color: #003156;
}

.accomodation-block .accomodation-cards .booking-card .arrow-link {
  margin: 15px 0;
}

.accomodation-block .accomodation-cards .booking-card a {
  color: #003156;
}

.accomodation-block .accomodation-cards .booking-card a:not(.arrow-link) {
  text-decoration: underline;
}

.programme-block, .get-there-block, .sponsoring-block, .download-block, .registration-block, .accomodation-block {
  padding: 150px 15px 75px 15px;
}

.programme-block .programme-item {
  padding: 25px;
}

.programme-block .programme-item h5 {
  font-weight: normal;
  margin-top: 25px;
  font-size: 1.2rem;
  color: #F9A91E;
}

.programme-block .programme-item ul {
  margin-bottom: 10px;
}

.programme-block .programme-item hr {
  border-color: #000;
  opacity: .5;
}

.download-gallery {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rel-image {
  position: relative;
}

.image-desc {
  position: absolute;
  top: 0px;
  left: 15px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: calc(100% - 30px);
  text-align: center;
  font-size: 1.2rem;
  color: #003156;
}

.newStyle {
  position: relative;
}

.newStyle::after {
  content: '';
  position: absolute;
  left: 75px;
  top: -55px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f4f4f4;
  opacity: 1;
}

@media (max-width: 768px) {
  .newStyle::after {
    display: none;
  }
}

/** SPONSORING **/
.sponsor-item a {
  margin-right: 40px;
}

.sponsor-item a:last-child {
  margin: 0;
}

.sponsor-item a img {
  max-width: 150px;
  height: auto;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.sponsor-item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.sponsor-divider {
  margin-left: -15px;
  border: 1px solid #000;
  width: calc(100% + 15px);
}

/** CONTACT **/
.contact {
  width: 100%;
}

.contact #contact-form {
  width: 600px;
  margin: 75px 0;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .contact #contact-form {
    width: 100%;
    padding: 0 30px;
  }
}

.contact #contact-form .form__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.contact #contact-form input {
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 1rem;
  padding: 5px;
  border: 1px solid #003156;
  border-radius: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.contact #contact-form input::-webkit-input-placeholder {
  color: #003156;
  opacity: .6;
  font-size: 1.1rem;
}

.contact #contact-form input:-ms-input-placeholder {
  color: #003156;
  opacity: .6;
  font-size: 1.1rem;
}

.contact #contact-form input::-ms-input-placeholder {
  color: #003156;
  opacity: .6;
  font-size: 1.1rem;
}

.contact #contact-form input::placeholder {
  color: #003156;
  opacity: .6;
  font-size: 1.1rem;
}

.contact #contact-form label {
  color: rgba(0,0,0,.6);
}

.contact #contact-form textarea {
  height: 250px;
  border: 1px solid #003156;
  border-radius: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  resize: none;
  font-size: 1rem;
  padding: 5px;
}

.form--success--message {
  font-size: 1.5rem;
  margin-top: 50px;
  color: #F9A91E;
  font-weight: bold;
}

.form--error--message {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
}

#Inputfield_submit {
  border: none;
  padding: 8px 0;
  background-color: #003156;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  width: 100%;
  height: auto;
  outline: none;
  transition: .3s all;
}

#Inputfield_submit:hover {
  background-color: #F9A91E;
  transition: .3s all;
}

#wrap_Inputfield_scf-website {
  display: none!important;
}

.contact-span {
  font-size: 1.3rem;
  width: 860px;
  text-align: center;
}

.contact-heading {
  font-size: 2.6rem;
  text-align: center;
  position: relative;
  padding: 15px 65px;
  border: 3px solid #000;
}

.contact-heading::before {
  content: '';
  position: absolute;
  top: 29px;
  left: -12px;
  width: 20px;
  height: 40px;
  background-color: #fff;
}

.contact-heading::after {
  content: '';
  position: absolute;
  top: 29px;
  right: -12px;
  width: 20px;
  height: 40px;
  background-color: #fff;
}

/** FOOTER **/

@media (max-width: 768px) {
  .footer .lower-footer {
    flex-direction: column;
    height: 200px;
    text-align: center;
  }

  .footer .lower-footer ul li {
    margin: 0 0 5px 0!important;
  }
}

.footer {
  width: 100%;
  background-color: #003156;
  padding-bottom: 100px;
}

.footer .active {
  color: white !important;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .upper-footer img {
  margin-top: 100px;
}

.footer .upper-footer ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.footer .upper-footer ul li {
  margin-right: 50px;
}

.footer .upper-footer ul li:last-child {
  margin: 0;
}

.footer .upper-footer ul li a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.footer .upper-footer ul li a:hover {
  color: white;
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.footer .lower-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
}

.footer .lower-footer .copyright, .footer .lower-footer .phone-contact {
  color: rgba(255, 255, 255, 0.6);
}

.footer .lower-footer .phone-contact img {
  opacity: .6;
  margin-right: 15px;
  margin-top: -5px;
}

.footer .lower-footer ul li {
  margin-right: 50px;
}

.footer .lower-footer ul li:last-child {
  margin-right: 0;
}

.footer .lower-footer ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: .9rem;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.footer .lower-footer ul li a:hover {
  color: white;
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.footer .footer-divider {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 75px 0;
}

.slick-news .slick-list .slick-track .slick-slide img {
  height: 375px !important;
  width: 100%;
}

@media (max-width: 768px) {
  .slick-news .slick-list .slick-track .slick-slide img {
    height: auto !important;
    width: auto;
  }
}

.slick-news-nav {
  margin-top: 20px;
}

.slick-news-nav .slick-dots {
  bottom: -45px;
}

.slick-news-nav img {
  cursor: pointer;
}

.slick-news-nav .slick-list .slick-track .slick-slide {
  margin-right: 10px;
}

.slick-news-nav .slick-list .slick-track .slick-slide img {
  opacity: .7;
  height: 96px !important;
}

.membership-block {
  margin-bottom: 150px;
}

.useful-item img {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.useful-item img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.anchor-menu {
  margin-top: 50px;
}

.anchor-menu a {
  font-size: 1.3rem; 
  color: #000; 
  border-bottom: 2px solid #003156;
  margin-right: 25px;
  transition: .3s all;
}

.anchor-menu a:hover {
  text-decoration: none;
  color: #F9A91E;
  transition: .3s all;
}

.anchor-menu a:last-child {
  margin: 0;
}

#back-to-top {
  position: fixed;
  display: none;
  bottom: 7%;
  right: 7%;
  width: 60px;
  height: 60px;
  z-index: 99;
  background-color: #003156;
  border: 1px solid #fff;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s all;
}

@media (max-width: 768px) {
  #back-to-top {
    bottom: 20px; right: 20px;
  }

  .footer ul {
    flex-direction: column;
  }

  .footer .upper-footer ul li {
    margin-right: 0;
    margin-top: 30px!important;
    font-size: 1.2rem;
  }

  .top-nav ul li a img {
    height: 50px;
  }

  .header .top-nav ul li {
    margin-right: 10px;
  }
}

#back-to-top img {
  width: 40px;
  height: auto;
}

#back-to-top:hover {
  background-color: #F9A91E;
  transition: .3s all;
}

.log-btn {
  padding: 10px 25px;
  border: 2px #003156 solid;
  transition: .3s all;
}

.log-btn:hover {
  background-color: #003156;
  transition: .3s all;
  color: #fff!important;
  text-decoration: none;
}

.chevron::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}

.chevron.right:before {
	left: -12px;
  top: 8px;
  transform: rotate(45deg);
}

@media (max-width: 992px) {
  .content {
    padding: 75px 0!important;
  }
}
@media (min-width: 1500px) {

}
button {
  cursor: pointer;
}



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