/**
 * Global
 */
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #222222;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}

a {
    color: #BE2948;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit;
}

/**
 * Fonts
 */
.font-heading {
    font-family: 'Montserrat', sans-serif;
}

.font-text {
  font-family: 'Open Sans', sans-serif;
}

.display {
    font-size: 5rem;
}

.display-4{
  font-size: 3.5rem !important;
}

/**
 * Colors
 */
.color-brand {
    color: #BE2948;
}

.color-brand-v2 {
    color: #5a74dc;
}

.color-secondary {
    color: #040F58;
}

.color-light {
    color: #ffffff;
}

.color-dark {
    color: #222222;
}

.whiteC {
    color: #fff;
}

.whiteC a {
    color: #fff;
}

.color-blue {
    color: #040f58;;
}

/**
 * Typography utility
 */
.wt-light {
    font-weight: 300;
}

.wt-regular {
    font-weight: 400;
}

.wt-semibold {
    font-weight: 500;
}

.wt-bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

/**
 * Buttons
 */
.register {
    padding: 10px 0;
    border: 1px solid #BE2948;
    border-radius: 25px;
    font-size: 1.6rem;
    position: absolute;
    bottom: 23%;
    left: 0;
    right: 0;
    width: 225px;
    text-align: center;
    margin: auto;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 3;
    color: #fff;
}

.register:hover, .register:active, .register:focus {
    color: #ffffff;
    background: #BE2948;
}

/**
 * Spacing
 */
.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mt-5 {
    margin-top: 5rem;
}

.mb-0 {
    margin-bottom: 0;
}

/* -------- */
/* OLD */
/* -------- */

.fbLink {
  color: #f2fc84;
}
.regLink.isVisible {
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.hide {
  display: none;
}
.countBtn {
  top: 0;
  bottom: 0;
  display: none;
  height: 45px;
  color: #fff!important;
}
.countBtn:hover {
  color: #fff!important;
}
.countDone {
  display: block;
}

.darkBlueB {
  background-color: #BE2948;
}
.darkBlueBO {
  background-color: rgba(28, 65, 119, 0.9);
  min-height: 100%;
}
.lightBlueB {
  background-color: #e4254f;
}
.footBlueB {
  background-color: rgb(28, 65, 119);
}
.counterYellowB {
  background-color: #f2fc84;
}
.whiteB {
  background-color: #fff;
}
.lightB {
  background-color: #eeeeee;
}
.lightGreyB {
  background-color: #e6e6e6;
}
.lightBlueC {
  color: #040F58;
}
.footBlueC {
  color: #040F58;
}
.counterYellowC {
  color: #f2fc84;
}

nav {
  position: fixed;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
}
nav a {
  z-index: 100;
}
.mailSent {
  background: #BE2948;
}

.parallax {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 400px;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.homeParallax {
  background-position: center;
  background-size: cover;
}

.homeParallax._locale-hr {
    background-image: url('/img/cross19-cover-HR-mobile.jpg');
}

.homeParallax._locale-en {
    background-image: url('/img/cross19-cover-EN-mobile.jpg');
}

.newsParallax,
.crossParallax,
.historyParallax,
.genInfoParallax,
.summitVenueParallax,
.orgCommitteeParallax,
.invLetterParallax,
.donatorsParallax,
.sponsorsParallax,
.crossRegParallax,
.rosParallax,
.contactParallax {
  background-image: url('/img/cross19-cover-parallax-mobile.jpg');
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
    .newsParallax,
    .crossParallax,
    .historyParallax,
    .genInfoParallax,
    .summitVenueParallax,
    .orgCommitteeParallax,
    .invLetterParallax,
    .donatorsParallax,
    .sponsorsParallax,
    .crossRegParallax,
    .rosParallax,
    .contactParallax {
        background-image: url('/img/cross19-cover-parallax-desktop.jpg');
    }

    .homeParallax._locale-hr {
        background-image: url('/img/cross19-cover-HR-desktop.jpg');
    }

    .homeParallax._locale-en {
        background-image: url('/img/cross19-cover-EN-desktop.jpg');
    }
}

/* @media (max-width: 719px) { */
    .homeParallax:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
    }
/* } */

.parallaxTitleHome h1 {
    font-size: 7rem;
}

.parallaxTitleHome h2 {
    font-size: 40px;
}

.parallaxTitleHome h3 {
    font-size: 30px;
}

.parallaxTitleHome h4 {
    font-size: 24px;
}

.header-img {
  width: 250px;
  margin: 20px auto;
}
.header-date {
  text-align: center;
  margin: 0;
  font-size: 2.2rem;
}

.socialParallax {
  background-image: url('/img/zagreb-umjetnicki-paviljon.jpg');
}

.logo {
  width: 80px;
  margin-left: 75px;
  float: left;
  z-index: 100;
}
.menu {
  float: right;
  margin-right: 75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 100;
}
.menu li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu li:first-of-type {
  margin-left: 0;
}
.menu li a {
  text-transform: uppercase;
  color: #222;
}
.menu li:hover.toggleDropdown > .dropdownBox {
  height: 50px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: rgba(255, 255, 255, .85);
  position: fixed;
}
.menu li .dropdownBox:hover {
  height: 50px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: rgba(255, 255, 255, .85);
}
.menu li a + .dropdownBox {
  position: absolute;
  top: 80px;
  left: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.dropMenu {
  height: 50px;
  position: absolute;
  right: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}
.dropMenu li a {
    color: #222;
}
.langs {
  border-left: 1px solid rgba(255, 255, 255, .3);
  padding-left: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.menu li a.active {
  font-weight: 700;
  color: #BE2948;
}
.dropMenu li a.active {
  font-weight: 700;
  color: #BE2948;
}
.parallaxTxt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 2;
}


.sectionPadding {
  padding: 150px 0;
}

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

.sectionPaddingTop {
  padding: 150px 0 0 0;
}

.sectionMiniPadding {
  padding: 50px 0;
}
.homeTitle {
  margin: 0;
  font-size: 5rem;
}
.homeTxt {
  margin-top: 100px;
  padding: 25px 15px 25px 50px;
  border-left: 1px solid #BE2948;
}
.timerBg {
  background: url('/img/cross19-cover-parallax-desktop.jpg') 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  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;
   position: relative;
   z-index: 0;
}

.timerBg::before {
    content: '';
    z-index: -1;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(90, 116, 220, .2);
}

.timerTitle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.timerInfo {
  display: block;
  margin-top: 70px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.z0 {
  z-index: 0;
}
.timerInfo a, .timerInfo a:hover, .timerInfo a:focus {
  text-decoration: underline;
  color: #e4254f;
}
.news {
  width: 100%;
  background: #eeeeee;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.newsTxt {
  padding: 25px 25px;
  border: 1px solid #cfcfcf;
  border-top: 0;
  margin-top: auto;
}
.news h4 {
  font-size: 1.6rem;
}
.news p {
  margin-top: 25px;
  color: #686868;
}
.news img {
  width: 100%;
}
.newsStretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.newsStretch2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.newsStretch .col-sm-4 {
    display: flex;
}
.newsStretch2 .news figure {
    padding: 20px;
    text-align: center;
}
.newsStretch2 .news img {
    width: auto;
    margin-right: auto;
    margin-left: auto;
}
.newsStretch2.img-limited .news img {
    max-height: 250px;
}
.crossDateBg {
  width: 100%;
  background: #5a74dc;
  padding: 12.5px 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;
}
.crossDateBg .register {
  position: static;
  margin: 0;
  margin-left: 15px;
  z-index: 0;
}
.crossDate {
  margin: 15px 0;
}
.footerStretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainFootBg {
  background: #040F58;
  padding: 20px 0;
}
.footLogoCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer img {
    max-height: 50px;
}
.footLogosMargin {
  margin-top: 15px;
}
.footLogosMargin img {
    max-height: 50px;
    margin-right: auto;
    margin-left: auto;
}
.footLinks {
  list-style: none;
  color: #686868;
}
.footLinks li {
    line-height: 1.4;
}
.footLinks li + li {
    margin-top: 0.4em;
}
.footLinks a {
    color: #ffffff;
}
.logoFooter {
  max-width: 150px;
  float: left;
  z-index: 0;
}
.copyFootBg {
  background: #1a1a1b;
  color: #ffffff;
  padding: 10px 0;
  width: 100%;
  font-size: 1.3rem;
}
.notusFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
}
.notusLogo {
  margin-left: 7.5px;
  height: 20px;
}
.blueRegister {
  width: 100%;
  background: #BE2948;
  padding: 25px 0;
}
.blueRegisterCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.registerRemind {
  font-size: 2.2rem;
}
.blueRegister > .container > .row > .col-xs-12 > .register {
  position: static;
  margin: 0;
  margin-left: 10px;
}
.pTxt {
  padding-left: 50px;
}

.social {
  font-size: 16px;
}

.borderRight {
  border-right: 1px solid #BE2948;
  padding-bottom: 100px;
}
.borderRightShort {
  border-right: 1px solid #BE2948;
}
.margin150 {
  margin-top: 150px;
}
.margin50 {
  margin-top: 50px;
}
.middleParallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  height: 400px;
  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;
  text-align: center;
}
.middleParallax h2 {
  font-size: 5rem;
}
.historyMidBg {
  background-image: url('/img/cross14-povijest-krozGodine.jpg');
}
.contactName {
  margin: 40px 0 30px;
}
.imgCenter {
  margin: 0 auto;
}
.block {
  display: block;
}
.conIconMail {
  height: 25px;
  margin-right: 20px;
}
.conIconLocation {
  height: 33px;
  margin-right: 23px;
}
.conCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.conIconWidth {
  width: 320px;
}
.conMargin {
  margin-top: 20px;
}
.conTxt {
  font-size: 1.6rem;
}
.vCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gMap {
  width: 100%;
  height: 600px;
}
#map_summit {
  width: 100%;
  height: 600px;
}
.link {
  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;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.linkBg1 {
  background-image: url('/img/c13-generalInfo-howto.jpg');
}
.linkBg2 {
  background-image: url('/img/c13-generalInfo-registration.jpg');
}
.noMargin {
  margin: 0;
}
.imgAboutParallax {
  background-image: url('/img/cross14-sto_je_cross.jpg');
}
.partCongresParallax {
    background-image: url('/img/CROSS-18-index-banner.jpg');
}

.donators img {
  display: block;
  margin: 20px auto;
}

.sponsors img {
  display: block;
  margin: 20px auto;
}

.pPad {
  padding-left: 50px;
}
.gInfoImg {
  height: 100px;
}
.gInfoImgTitle {
  margin-top: 35px;
  margin-bottom: 40px;
}
.gInfoImg .st0 {
  fill: #777777;
}
.rules {
  list-style: none;
}
.rules li {
  text-indent: -2.2em;
  margin-bottom: 10px;
}
.rules li:before {
  content: "\002022";
  font-size: 2rem;
  margin-right: 1em;
  margin-top: 5px;
  color: #BE2948;
}
.guidelines li {
  margin-bottom: -5px;
}
.margin25 {
  margin-top: 25px;
}
.numberList {
  margin-left: -1em;
  counter-reset: item;
  list-style: none;
}
.numberList li {
  padding-left: .8em;
  counter-increment: item;
  text-indent: -1.8em;
}
.numberList li:before {
  margin-right: 1em;
  content: counter(item)".";
  font-weight: 600;
  color: #BE2948;
}
.instructTitle {
  width: 100px;
  display: inline-block;
}
.instructTitleMax {
  width: 190px;
}
.rulesInstruct {
  margin-left: 2.2em;
}
.rulesInstructInfo {
  display: inline-block;
  text-align: center;
  position: absolute;
}

.openModal {
  display: block;
  padding: 10px 50px;
  margin: 20px auto 0 auto;
  border: 1px solid #BE2948;
  border-radius: 25px;
  background: transparent;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.openModal:hover,.openModal:focus {
  background: #BE2948;
  color: #fff;
  outline: 0;
}
.closeModal {
  padding: 10px 20px;
  border: 1px solid #e4254f;
  color: #ffffff;
  border-radius: 15px;
  background: transparent;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: absolute;
  top: 50px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
.closeModal:hover,.closeModal:focus {
  background: #BE2948;
  border: 1px solid #BE2948;
  outline: 0;
}
.closeModal img {
  margin-left: 10px;
  height: 20px;
}
.modal-open .modal {
  padding: 0!important;
}
.modalTitle h2 {
  margin: 0;
  font-size: 4.5rem;
}
.modalDivider {
  margin: 30px 0;
  width: 20%;
  height: 1px;
  background: #686868;
}
.zagrebParallax {
  background-image: url('/img/cross14-zagreb.jpg');
}
.homeDivider {
  display: none;
}
.crossRegParallax {
  height: 45vh;
  background-color: #BE2948;
}
.cross65 {
  height: 45vh;
  z-index: 10;
}
.cross65 .parallaxTxt {
  height: 45vh;
}

.cross100 {
  height: 100vh;
  z-index: 0;
}
.cross100 .parallaxTxt {
  height: 100vh;
}
.crossRegParallax .parallaxTxt {
  height: 45vh;
}
.crossRegParallax .mouse-icon {
  display: none;
}
.form-control {
  border-radius: 20px;
  padding: 0 35px;
  height: 60px;
  color: #BE2948;
  font-size: 1.6rem;
}
.form-control:focus {
  border-color: #BE2948;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
  color: #686868;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  color: #686868;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
  color: #686868;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  color: #686868;
}
.select2-container--default .select2-selection--single {
  height: 60px;
  border-radius: 20px;
}
.select2-container--default .select2-selection--single:focus {
  outline: 0;
  border-color: #BE2948;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding: 0 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  right: 35px;
  font-size: 1.6rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-style: italic;
  color: #686868;
  font-size: 1.6rem;
}
input[type=submit].form-control, input[type=button].form-control, .submit-button {
  width: 200px;
  text-align: center;
  margin: 0 auto;
  color: #BE2948;
  border-color: #BE2948;
  font-weight: 700;
  -webkit-transition: .4s all;
  transition: .4s all;
}
input[type=submit].form-control:hover, input[type=button].form-control:hover {
  color: #fff;
  border-color: #BE2948;
  background: #BE2948;
  font-weight: 700;
}

.submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* input file start */
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile ~ label.file-label {
    width: 100%;
    font-size: 1.6rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}
.no-js .inputfile ~ label.file-label {
    display: none;
}
.inputfile:focus ~ label.file-label,
.inputfile.has-focus ~ label.file-label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile ~ label.file-label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}
.inputfile ~ label.file-label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
.inputfile-2 ~ label.file-label {
    color: #BE2948;
    border: 1px solid currentColor;
    border-radius: 20px;
    height: 60px;
    text-align: center;
    line-height: 45px;

}
.inputfile-2:focus ~ label.file-label,
.inputfile-2.has-focus ~ label.file-label,
.inputfile-2 ~ label.file-label:hover {
    color: #722040;
    outline: 0;
}
/* input file end  */
.formTitle {
  color: #BE2948;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
  height: 30px;
}
.formTitle:after {
  content: "";
  border-top: 1px solid #e4254f;
  position: absolute;
  overflow: hidden;
  top: 15px;
  width: 100%;
}
.mb15 {
  margin-bottom: 15px;
}
.mb50 {
  margin-bottom: 50px;
}
textarea.form-control {
  height: 200px;
  resize: none;
  padding: 25px 35px;
}
.help-block {
  color: #BE2948;
  margin-left: 50px;
  font-style: italic;
  font-size: 1.3rem;
}
.blockNum {
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #BE2948;
  font-weight: 700;
}
.mb30 {
  margin-bottom: 30px;
}
.formToFill .col-sm-11:last-of-type h3 {
  display: none;
}
.abstract {
  height: 250px!important;
}
.select2-container {
  width: 100%!important;
}
.form-control.preview {
  font-weight: 400!important;
  font-style: italic;
}
.form-control.submit {
  background: #BE2948!important;
  font-style: italic;
  color: #fff!important;
  border-color: #fff!important;
}
.form-control.submit:hover {
  background: #fff!important;
  color: #BE2948!important;
  border-color: #BE2948!important;
}
.tableTitle {
  text-align: center;
  font-size: 16px;
  margin: 0;
}
.tableBottom {
  border-bottom: 1px solid #E0E0E0;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tableBottom .pdf a {
  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;
  text-align: center;
}

.tableBottom .pdf a img {
  width: 35px;
  margin-right: 5px;
}

.partnerLogo {
  width: 150px;
}
.footerFb {
  vertical-align: middle;
  width: 25px;
}
.footerFb .st0 {
    fill: #ffffff;
}
.socket {
  width: 100px;
}
.linkText, .linkText:hover, .linkText:focus {
  text-decoration: underline;
  color: #BE2948;
}
.disable {
  pointer-events: none;
  color: rgba(255, 255, 255, .5) !important;
}
.menu .disable {
  pointer-events: none;
  color: rgba(0, 0, 0, .25) !important;
}
.disable.register {
  pointer-events: none;
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .5);
}
.countDoneContainer {
  height: 30px;
}
@media screen and (max-height: 1170px) {
  .register {
    bottom: 20%;
  }
}
@media screen and (max-width: 1025px) {
  .parallax {
    background-attachment: scroll;
  }
  .middleParallax {
    background-attachment: scroll;
  }
  .timerBg {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 1170px) {
  .menu {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    padding-top: 65px;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 30;
    background-color: rgba(255, 255, 255, 0.95);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
  }
  #nav-icon1 {
    width: 25px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: 5px;
    right: 50px;
    z-index: 1000;
    cursor: pointer;
  }

  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #BE2948;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }

  #nav-icon1 span:nth-child(2) {
    top: 8px;
  }

  #nav-icon1 span:nth-child(3) {
    top: 16px;
  }

  #nav-icon1.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  #nav-icon1.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .hamburgler-active .menu {
    opacity: 1;
    pointer-events: initial;
  }
  .menu li {
    height: auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 0;
    margin: 0;
    font-size: 1.2rem;
  }
  .menu li a {
    border-bottom: 1px solid rgba(0,0,0,0.125);
    width: 250px;
    text-align: left;
    padding-bottom: 2.5px;
  }
  .menu li a + .dropdownBox {
    position: relative;
    top: 0;
  }
  .menu li:hover.toggleDropdown > .dropdownBox {
    height: 250px;
    background: none;
    position: relative;
  }
  .menu li:hover.toggleDropdown {
    color: #e4254f;
    font-weight: 700;
  }
  .menu li:hover.toggleDropdown >.dropdownBox > .dropMenu li a {
    font-weight: 400;
  }
  .menu li .dropdownBox:hover {
    background: none;
  }
  .dropMenu {
    height: auto;
    display: block;
    right: 0;
    left: 7.5px;
    top: 10px;
    color: #fff;
  }
  .menu li a {
    margin: 0 auto;
  }
  .langs {
    border: 0;
    height: auto;
    padding-left: 0;
  }
  .langs a {
    border-bottom: 0!important;
  }
}
@media screen and (max-width: 992px) {
  .header-img {
    width: 200px;
    margin: 10px auto;
  }
  .sectionPadding {
    padding: 100px 0;
  }
  .footerStretch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footLogoCenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footCopy {
    text-align: center;
  }
  .pncFlex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footImgCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footLinks {
    text-align: center;
    margin: 25px 0;
  }
  .newsTxt {
    padding: 15px;
  }
  .homeTxt {
    margin-top: 20px;
    padding: 0;
    border: 0;
  }
  .homeDivider {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 200px;
    height: 1px;
    background: #BE2948;
  }
  .timerBg {
    height: 120vh;
  }
  .timerInfo {
    margin-top: 40px;
  }
  .timerTitle {
    margin-bottom: 40px;
  }
  .pTxt {
    padding: 0;
  }
  .borderRight {
    border: 0;
    padding-bottom: 0;
  }
  .margin150 {
    margin-top: 100px;
  }
  .margin50 {
    margin-top: 40px;
  }
  .gInfoImg {
    margin-top: 25px;
  }
  .gInfoImgTitle {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .zgImgMargin {
    margin-top: 20px;
  }
  .borderRightShort {
    border: 0;
  }
  .closeModal {
    right: 15px;
  }
  .tableTitle {
    margin-bottom: 7.5px;
  }
  .crossDate {
    margin-bottom: 15px;
  }
  .crossDateBg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .crossDateBg .register {
    margin: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:767px) {
  .tableBottom {
    -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;
  }
  .sectionPadding {
    padding: 50px 0;
  }
  .margin150 {
    margin-top: 50px;
  }
  .margin50 {
    margin-top: 25px;
  }
  .timerTitle {
    margin-bottom: 20px;
  }
  .timerInfo {
    margin-top: 100px;
  }
  .newsTxt {
    height: auto;
  }
  .newsStretch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logo {
    margin-left: 20px;
  }
  .newsMargin {
    margin-top: 50px;
  }
  .news p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .news h4 {
    font-size: 1.6rem;
  }
  .news h3 {
    font-size: 2.2rem;
  }
  .newsTxt {
    padding: 10px;
  }
  .blueRegisterCenter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blueRegister > .container > .row > .col-xs-12 > .register {
    margin-left: 0;
    margin-top: 10px;
  }
  .gInfoImg {
    height: 75px;
  }
  .modalTitle h2 {
    font-size: 3rem;
  }
  .closeModal {
    top: 10px;
  }
  .flexColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .conIconMail {
    margin: 0;
    margin-bottom: 10px;
  }
  .conIconLocation {
    margin: 0;
    margin-bottom: 10px;
  }
}
/* mouse icon scroll start */
.mouse-icon {
  border: 2px solid red;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  display: block;
  z-index: 10;
  opacity: 0.7;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: red;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
/* mouse icon scroll end */

/*Responsive css start here*/
@media only screen and (max-width: 640px) {
  .menu li:hover.toggleDropdown > .dropdownBox {
    height: 300px;
    background: none;
  }
  .register {
    bottom: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .menu li {
    padding: 1px 0;
  }
  .menu li:hover.toggleDropdown > .dropdownBox {
    height: 230px;
    background: none;
  }

  .register {
    bottom: 50px;
  }
}
@media only screen and (max-width: 429px) {
  .register {
    bottom: 75px;
  }
}
/*Responsive css end here*/
@media screen and (orientation : landscape) and (max-width: 767px) {
  .header-date {
    display: none;
  }
  .land {
    display: none;
  }
  .timerBg {
    height: 140vh;
  }
  .timerInfo {
    margin-top: 5px;
  }
  .menu {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    z-index: 99;
    display: block;
    padding-top: 150px;
  }
  .menu > li {
    width: 49%;
  }
  .menu li:hover.toggleDropdown > .dropdownBox {
    height: 300px;
  }
  .rightMenu {
    /*float: right;*/
  }
}

.noPadding {
  padding: 0;
}

.holdGeoButton {
  margin-top: 100px;
  background: #f5f5f5;
  height: 50px;
  outline: 0;
  border: 0;
  width: 100%;
  padding: 0;
  pointer-events: none;
}
.geo {
    background: url('/img/pin.png') no-repeat 50% 50%, #BE2948;
    background-size: contain;
    height: 50px;
    width: 50px;
    float: left;
}
.geoText {
    text-align: center;
    height: 50px;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    margin: 0 auto;
    font-size: 16px;
    color: #797979;
}
.geoRed {
    color: #BE2948;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-radius: 0!important;
    border-top: 0!important;
    border-bottom: 0!important;
    border: 1px solid #040F58!important;
    background: #040F58!important;
    color: #fff!important;
    height: 120px;
    margin: 100px 0 0 0!important;
}
.nav > li.active > img {
    display: block;
}
.nav-tabs > li > a {
    background: #BE2948;
    border-radius: 0!important;
    border-top: 0!important;
    border-bottom: 0!important;
    border: 1px solid #BE2948!important;
    margin: 100px 0 0 0!important;
    height: 120px;
    color: #fff!important;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: #040F58!important;
}
.nav > li > a {
    padding: 0!important;
    border-top: 0!important;
    border-bottom: 0!important;
}
.nav-tabs > li > a:hover {
    border-top: 0!important;
    border-bottom: 0!important;
}
.dayProg {
    font-size: 30px;
}
.dateProg {
    font-size: 20px;
}
.dayNum {
    font-weight: bold;
}
.progAlign {
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    text-align: center;
}
.nav > li > img {
    margin: 0 auto;
    vertical-align: top;
    display: none;
}
.progBG {
    background: #f5f5f5;
    margin-top: -21px;
    margin-bottom: 100px;
}
.separator {
    border-color: #d7d7d7;
    margin-top: 0;
    margin-bottom: 15px;
}
.progText {
    margin-left: 150px;
    font-size: 16px;
    color: #797979;
    margin-bottom: 50px;
    font-weight: 500;
}
.progText ul {
    margin-top: 10px;
}
.progText ul li {
    list-style-type: disc;
    margin-left: 20px;
}
.progText ul li span {
    color: #BE2948;
}
.gMap {
    margin-top: 100px;
}
.profesor {
    height: 150px;
    background: #d7d7d7;
    margin-top: 10px;
    margin-bottom: 15px;
}
.profesor img {
    float: left;
}
.profesorMargin {
    margin-top: 40px;
}
.profNameTitle {
    margin-left: 50px;
    font-size: 20px;
    color: #797979;
    margin-top: 5px;
    display: inline-block;
}
.profName {
    font-weight: 600;
    color: #BE2948;
}
.profTitleSpec {
    margin-left: 90px;
    font-size: 16px;
    color: #797979;
    margin-top: 5px;
    display: inline-block;
}
.subject {
    font-size: 16px;
    margin-left: 50px;
    color: #797979;
    margin-top: 5px;
    display: inline-block;
}
.subName {
    color: #BE2948;
}
.profAlign {
    transform: translateY(40%);
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
}
.workshop {
    margin-top: 40px;
}
.workshop h2 {
    margin-top: 10px;
    margin-bottom: 10px!important;
}
.lecturers-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}
.workLi {
  margin-bottom: 35px;
}
.workLi li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 16px;
}

@media (max-width: 1025px) {
    .holdGeoButton {
        margin-top: 90px;
    }
    .progAlign {
        transform: translateY(30%);
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        -o-transform: translateY(30%);
    }
}

@media (max-width: 991px) {

  .geo {
        height: 60px;
    }
    .holdGeoButton {
        margin-top: 60px;
        height: 60px;
    }
    .geoText {
        font-size: 16px;
        transform: translateY(40%);
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        -ms-transform: translateY(40%);
        -o-transform: translateY(40%);
    }
    .geoCon {
        height: 60px;
    }
    .holdGeoButtonCon {
        height: 60px;
    }
    .geoTextCon {
        font-size: 16px;
        transform: translateY(40%);
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        -ms-transform: translateY(40%);
        -o-transform: translateY(40%);
    }
    .locations div {
        margin-left: 10px;
    }

}
@media (max-width: 644px) {
    .geoText {
        transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
    }
    .geoTextCon {
        transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
    }
    .profNameTitle {
        margin-left: 10px;
        font-size: 18px;
    }
    .profTitleSpec {
        margin-left: 10px;
        font-size: 14px;
    }
    .subject {
        font-size: 14px;
        margin-left: 10px;
    }
}

@media (max-width:491px) {
    .profesor img {
        display: none;
    }
    .profNameTitle {
        margin-left: 10px;
        margin-right: 5px;
        font-size: 16px;
    }
    .profTitleSpec {
        margin-left: 10px;
        margin-right: 5px;
        font-size: 14px;
    }
    .subject {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 5px;
    }
    .profAlign {
        transform: translateY(5%);
        -webkit-transform: translateY(5%);
        -moz-transform: translateY(5%);
        -ms-transform: translateY(5%);
        -o-transform: translateY(5%);
    }
}
@media (max-width: 481px) {
  .geo {
        height: 60px;
    }
    .holdGeoButton {
        margin-top: 60px;
        height: 60px;
    }
    .geoText {
        font-size: 16px;
        transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
    }
    .geoCon {
        height: 60px;
    }
    .holdGeoButtonCon {
        height: 60px;
    }
    .geoTextCon {
        font-size: 16px;
        transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
    }
    .progText {
        margin-left: 20px;
    }
    .progAlign {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

@media (max-width: 321px) {
  .geo {
        height: 70px;
    }
    .holdGeoButton {
        margin-top: 30px;
        height: 70px;
    }
    .geoText {
        font-size: 14px;
        transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
    }
    .geoCon {
        height: 70px;
    }
    .holdGeoButtonCon {
        height: 70px;
    }
    .geoTextCon {
        font-size: 14px;
        transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
    }
    .progText {
        margin-left: 20px;
    }
}

.error {
  color: red;
  font-size: 16px;
}

.organizer + .organizer {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .organizer:nth-of-type(2) {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .organizer:nth-of-type(3) {
    margin-top: 0 !important;
  }

  .organizer:nth-of-type(4) {
    margin-top: 0 !important;
  }
}

.pdf-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdf-link {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.pdf-link img {
  max-width: 30px;
  margin-right: 5px;
}

.ml-1 {
  margin-left: 5px;
}

.pt-0 {
  padding-top: 0;
}

.pl-20 {
    padding-left: 20px;
}
