body {
    font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #EAEAEA;
    color: #000;
    font-size: 16px;
    /*padding-top: 50px;*/
}


h2 { font-size: 24px; }
@media (min-width: 768px) {
    h2 { font-size: 30px; }
}




.navbar-default {
    background-color: #EAEAEA;
    border-color: transparent;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #D7E023;
}



.txt-light {
    font-size: 14px;
    font-weight: 300;
}
.txt-green {
    color: #bbc314;
}
.btn {
    border-radius: 1px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
.btn-circle.btn-xxl {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    padding: 50px 10px;
    font-size: 20px;
    line-height: 1.33;
}
.btn-purple {
    color: #fff;
    background-color: #5b5576;
}
.btn-pink {
    color: #fff;
    background-color: #9f265f;
}
.btn-green {
    color: #fff;
    background-color: #BBC314;
}



.row-flexbox {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    text-align: center;
}
.row-revers {
    flex-direction: row-reverse;
}
.row-flexbox > [class^="col-"] {

}





.header {
    background-color: #fff;
}
.main-top-module {
    width: 100%;
    max-width: 1075px;
    background-color: #fff;
    background-image: url('../img/main-top-module.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.site .logo {
    background-color: #fff;
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: right;
    width: 15%;
}
.site .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.site .logo:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    border-top: 77px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 77px solid transparent;
}

.module-1 {
    width: 100%;
    max-width: 1075px;
    background-color: #fff;
    background-image: url('../img/module-1.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu-top,
.front .logo {
    background-color: #fff;
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: right;
    width: 40%;
}
.front .logo {
    min-width: 356px;
}
.front .logo:after {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    border-top: 125px solid transparent;
    border-left: 60px solid #fff;
    border-bottom: 125px solid transparent;
}
.menu-top {
    min-width: 300px;
    text-align: left;
}
.menu-top > ul {
    list-style-type: none;
    padding-left: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.menu-top > ul > li {
    margin-bottom: 5px;
}
.menu-top > ul > li > a {
    font-size: 18px;
    color: #333;
    background-color: #d7e023;
    padding: 0 5px;
}

.module-2 {
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    background-image: url('../img/module-2.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.module-3 {
    flex-grow: 1;
    height: 240px;
    background-color: #fff;
    background-image: url('../img/module-3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




.grey,
.grey .section-icon {
    background-color: #EAEAEA;
}
.darkgrey,
.darkgrey .section-icon {
    background-color: #D8D7D7;
}
.green,
.green .section-icon {
    background-color: #BBC314;
}
.pink,
.pink .section-icon {
    color: #fff;
    background-color: #9f265f;
}
.black,
.black .section-icon {
    color: #fff;
    background-color: #000;
}
.purple {
    color: #fff;
    background-color: #5b5576;
}

.section-first,
.section-first section {
    padding-top: 0;
}
.section-first .section-icon {
    top: -10px;
}
section {
    position: relative;
    margin-left: 20px;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-left: 6px solid #fff;
}
section .section-icon {
    position: absolute;
    top: 19px;
    left: -25px;
    color: #fff;
    font-size: 20px;
    background-color: inherit;
    border: 5px solid #fff;
    border-radius: 100px;
    padding: 2px 4px;
}
section .section-title {
    font-weight: 700;
    margin-bottom: 30px;
}
.section-title + .section-description {
    margin-top: -30px;
}
@media (min-width: 768px) {
    section {
        margin-left: 37px;
        padding-left: 60px;
    }
    section .section-icon {
        top: 19px;
        left: -32px;
        font-size: 30px;
    }
}
section .section-description {
    font-size: 14px;
}
section .section-description a {
    color: inherit;
}
section.content h3 {
    font-size: 18px;
}
section.content p.citation {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0;
}
section.content p.signature {
    text-align: right;
    font-size: 16px;
    margin: 30px 0;
}

article {
    margin-top: 15px;
}
article h2 {
    font-weight: 700;
    font-size: 24px;
}
article h2:first-child {
    margin-top: 15px;
    margin-bottom: 15px;
}
article p {
    text-align: justify;
}
article p.readmore {
    text-align: right;
}






.calendar-page {
    /*display: flex;
    align-items: center;*/
    font-weight: 300;
    margin-bottom: 30px;
    width: 100%;
    color: #fff;
    background: #9f265f;
    padding: 0 15px;
}
.calendar-page:after,
.calendar-page:before {
    display: table;
    content: " ";
}
.calendar-page:after {
    clear: both;
}
.calendar-page .calendar-image {
    float: left;
    margin-left: -15px;
    margin-right: 15px;
}
.calendar-page h4 {
    font-size: 21px;
    font-weight: 300;
    margin-top: 15px;
}
.calendar-page ul {
    font-size: 13px;
}
h4.tytul-onas{
    color:#000;
    text-align:center;
    margin: 15px 0;
}

ul.universities {
    padding: 0;
    list-style-type: none;
    margin: 30px 0;
    text-align: center;
}
ul.universities li {
    display: inline-block;
    margin: 10px 20px;
}







.content .about-us,
.content .mentore {
    margin-top: 10px;
    margin-bottom: 50px;
}
.content .about-us img,
.content .mentore img {
    margin-left: auto;
    margin-right: auto;
}
.content .mentore img {
    border: 4px solid #5b5576;
}
.content .about-us img {
    border: 4px solid #BBC314;
}
.content .about-us h2,
.content .mentore h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.content .about-us p,
.content .mentore p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.content .mentore p {
    text-align: left;
}
.content .mentore p.text-center {
    text-align: center;
}
.content .about-us > p > .btn,
.content .mentore > p.text-center > .btn {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    padding-left: 36px;
    padding-right: 36px;
}




.modal-backdrop {
    background-color: rgba(0,0,0,0.9) !important;
}
.modal-content {
    background-color: rgba(255,255,255,0.96);
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}









.contacts h3 {
    text-transform: uppercase;
}
.contacts article,
.contacts p {
    text-align: center;
    font-weight: 400;
}
.contacts .fa-stack {
    font-size: 100px;
    color: #bbc314;
}
.contacts .fa-inverse {
    font-size: 80px;
}







.organizers {
    margin: 15px 0;
    text-align: center;
}
.organizers img {
    margin: 15px ;
}






footer {
    text-align: center;
    margin: 15px 0;
}
footer img {
    margin: 10px;
}













.container-hex {
    position: relative;
    padding-left: 30px;
}
.hex {
    width: 190px;
    margin-right: 10px;
}
.list-hex-grid {
    margin-top: 55px;
    margin-bottom: 55px;
    font-size: 0px;
    word-spacing: 1px;
    word-spacing: 0;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.list-hex-grid.with-labels {
    margin-bottom: 200px;
}
.list-hex-grid img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}
.list-hex-grid div.hex {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    position: relative;
    z-index: 10;

    transform: rotate(-90deg);
    margin-right: 170px;
}
.list-hex-grid div.hex>a,
.list-hex-grid div.hex>div {
    height: 110px;
    line-height: 220px;
}
.list-hex-grid div.hex .inner {
    top: -55px;
}
.list-hex-grid div.hex .hex-1:before,
.list-hex-grid div.hex .hex-2:before {
    height: 220px;
    width: 220px;
}
.list-hex-grid div.hex .hex-1:before {
    -moz-transform: rotate(-60deg) translate(-110px, 0);
    -ms-transform: rotate(-60deg) translate(-110px, 0);
    -webkit-transform: rotate(-60deg) translate(-110px, 0);
    transform: rotate(-60deg) translate(-110px, 0);
}
.list-hex-grid div.hex .hex-2:before {
    -moz-transform: rotate(60deg) translate(40px, 40px);
    -ms-transform: rotate(60deg) translate(40px, 40px);
    -webkit-transform: rotate(60deg) translate(40px, 40px);
    transform: rotate(60deg) translate(40px, 40px);
}
.list-hex-grid div.hex>a,
.list-hex-grid div.hex>div {
    font-size: 18px;
    word-spacing: 1px;
    -moz-transition: none 1s;
    -o-transition: none 1s;
    -webkit-transition: none 1s;
    transition: none 1s;
    background-color: #F5F5F5;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: auto 220px;
    -o-background-size: auto 220px;
    -webkit-background-size: auto 220px;
    background-size: auto 220px;
    text-align: center;
    display: block;
    border: none;
    -webkit-backface-visibility: hidden;
}
.list-hex-grid div.hex p {
    font-size: 16px;
    font-weight: 400;
}
.list-hex-grid div.hex .inner {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: normal;
    z-index: 20;
    position: relative;
    max-width: 80%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 22px;

    transform: rotate(90deg);
    color: #333 !important;
}
.list-hex-grid div.hex .inner img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
.list-hex-grid div.hex .hex-1,
.list-hex-grid div.hex .hex-2 {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -2;
    top: 0;
    left: 0;
    overflow: hidden;
    background: inherit;
    -webkit-backface-visibility: hidden;
}
.list-hex-grid div.hex .hex-1:before,
.list-hex-grid div.hex .hex-1 .after,
.list-hex-grid div.hex .hex-2:before,
.list-hex-grid div.hex .hex-2 .after {
    z-index: -1;
}
.list-hex-grid div.hex .hex-1:before,
.list-hex-grid div.hex .hex-2:before {
    content: '';
    position: absolute;
    background: inherit;
    left: 0;
    background: inherit;
}
.list-hex-grid div.hex .hex-1 {
    z-index: -1;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.list-hex-grid div.hex .hex-1:before {
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.list-hex-grid div.hex .hex-2 {
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.list-hex-grid div.hex .hex-2:before {
    bottom: 0;
}
.list-hex-grid div.hex .after {
    -moz-transition: none 1s;
    -o-transition: none 1s;
    -webkit-transition: none 1s;
    transition: none 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background: #fff;
}
.list-hex-grid div.hex.invert .after,
.list-hex-grid div.hex.invert .inner {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: none 1s;
    -o-transition: none 1s;
    -webkit-transition: none 1s;
    transition: none 1s;
}
.list-hex-grid div.hex.inline-bg img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
}
.list-hex-grid div.hex.full-img img {
    max-height: 140%;
    width: auto;
}
.list-hex-grid.large div.hex {
    margin-top: 37px;
    margin-bottom: 37px;
    margin-top: 47px;
    margin-bottom: 47px;
}
.list-hex-grid.large div.hex>a,
.list-hex-grid.large div.hex>div {
    height: 150px;
    line-height: 300px;
}
.list-hex-grid.large div.hex .inner {
    top: -75px;
}
.list-hex-grid.large div.hex .hex-1:before,
.list-hex-grid.large div.hex .hex-2:before {
    height: 300px;
    width: 300px;
}
.list-hex-grid.large div.hex .hex-1:before {
    -moz-transform: rotate(-60deg) translate(-150px, 0);
    -ms-transform: rotate(-60deg) translate(-150px, 0);
    -webkit-transform: rotate(-60deg) translate(-150px, 0);
    transform: rotate(-60deg) translate(-150px, 0);
}
.list-hex-grid.large div.hex .hex-2:before {
    -moz-transform: rotate(60deg) translate(55px, 55px);
    -ms-transform: rotate(60deg) translate(55px, 55px);
    -webkit-transform: rotate(60deg) translate(55px, 55px);
    transform: rotate(60deg) translate(55px, 55px);
}
.list-hex-grid.large div.hex>a,
.list-hex-grid.large div.hex>div {
    -moz-background-size: auto 300px;
    -o-background-size: auto 300px;
    -webkit-background-size: auto 300px;
    background-size: auto 300px;
}
.list-hex-grid.mid div.hex {
    margin-top: 37px;
    margin-bottom: 37px;
    width: 220px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.list-hex-grid.mid div.hex>a,
.list-hex-grid.mid div.hex>div {
    height: 127px;
    line-height: 254px;
}
.list-hex-grid.mid div.hex .inner {
    top: -63.5px;
}
.list-hex-grid.mid div.hex .hex-1:before,
.list-hex-grid.mid div.hex .hex-2:before {
    height: 254px;
    width: 254px;
}
.list-hex-grid.mid div.hex .hex-1:before {
    -moz-transform: rotate(-60deg) translate(-127px, 0);
    -ms-transform: rotate(-60deg) translate(-127px, 0);
    -webkit-transform: rotate(-60deg) translate(-127px, 0);
    transform: rotate(-60deg) translate(-127px, 0);
}
.list-hex-grid.mid div.hex .hex-2:before {
    -moz-transform: rotate(60deg) translate(47px, 47px);
    -ms-transform: rotate(60deg) translate(47px, 47px);
    -webkit-transform: rotate(60deg) translate(47px, 47px);
    transform: rotate(60deg) translate(47px, 47px);
}
.list-hex-grid.mid div.hex>a,
.list-hex-grid.mid div.hex>div {
    -moz-background-size: auto 260px;
    -o-background-size: auto 260px;
    -webkit-background-size: auto 260px;
    background-size: auto 260px;
}
.list-hex-grid.modal-active div.hex>a,
.list-hex-grid.modal-active div.hex>div {
    -webkit-backface-visibility: visible;
}
.list-hex-grid.modal-active div.hex>a .hex-1,
.list-hex-grid.modal-active div.hex>a .hex-2,
.list-hex-grid.modal-active div.hex>div .hex-1,
.list-hex-grid.modal-active div.hex>div .hex-2 {
    -webkit-backface-visibility: visible;
}
.no-csstransforms .list-hex-grid>br {
    display: none!important;
}
.no-csstransforms .list-hex-grid div.hex {
    margin-top: 10px;
    margin-bottom: 10px;
}
.no-csstransforms .list-hex-grid div.hex .hex-1,
.no-csstransforms .list-hex-grid div.hex .hex-2,
.no-csstransforms .list-hex-grid div.hex .hex-1:before,
.no-csstransforms .list-hex-grid div.hex .hex-2:before {
    display: none!important;
}
.no-csstransforms .list-hex-grid div.hex>a,
.no-csstransforms .list-hex-grid div.hex>div {
    padding: 50px 0;
}
.no-csstransforms .list-hex-grid div.hex.inline-bg {
    overflow: hidden;
}
.no-csstransforms .list-hex-grid div.hex.inline-bg>a,
.no-csstransforms .list-hex-grid div.hex.inline-bg>div {
    overflow: hidden;
}
.no-csstransforms .list-hex-grid div.hex.inline-bg img {
    top: 9%;
    left: 12%;
    max-width: 75%;
}
.list-hex-grid {
    *zoom: 1;
}
.list-hex-grid:after {
    content: "";
    display: table;
    clear: both;
}
.position-relative {
    position: relative!important;
}
.position-absolute {
    position: absolute!important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.no-touch.js .interactive div.hex {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}


.hex-content {
    text-align: center;
    display: table;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 40px; /* what you want, but table resizes larger if needed*/
    border: none;
    background-color: transparent;
    left: -10px;
}

.hex-content:after {
    content: '';
    width: 40px;
    position: absolute;
    z-index: -1;
    left: 50%;
    top:0;
    bottom: 0;
    margin-left: -20px;
}


.list-hex-grid div.hex.first-in-row {
    margin-left: 180px;
}
.visible-ss-inline {
    display: none;
}

.row-about {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.grid-about {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    justify-items: center;
}

.grid-about-cell {
    width: 15em;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 606px) {
    .list-hex-grid {
        width: 370px;
        padding-left: 0;
    }
    .visible-ss-inline {
        display: inline;
    }
    .hex:nth-of-type(2n+2) {
        margin-left: 180px;
        margin-right: 0 !important;
    }
}
@media screen and (min-width: 606px) and (max-width: 768px) {
    .container-hex {
        padding-left: 10px;
    }
    .list-hex-grid {
        width: 550px;
        padding-left: 0;
    }
    .visible-xs-inline:nth-of-type(3) + .hex,
    .visible-xs-inline:nth-of-type(8) + .hex {
        margin-left: 180px;
    }
    .list-hex-grid .hex:nth-of-type(2),
    .list-hex-grid .hex:nth-of-type(3),
    .list-hex-grid .hex:nth-of-type(5),
    .list-hex-grid .hex:nth-of-type(8) {
        margin-right: 0;
    }

}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .container-hex {
        padding-left: 0;
    }
    .list-hex-grid {
        width: 730px;
    }
    .visible-sm-inline + .hex {
        margin-left: 180px;
    }
    .list-hex-grid .hex:nth-of-type(4),
    .list-hex-grid .hex:nth-of-type(8) {
        margin-right: 0;
    }
}
@media screen and (min-width: 992px) {
    .list-hex-grid .hex:nth-of-type(3),
    .list-hex-grid .hex:nth-of-type(5),
    .list-hex-grid .hex:nth-of-type(8) {
        margin-right: 0;
    }
    .visible-lg-inline:nth-of-type(5) + .hex {
        margin-left: 180px;
    }
}

@media screen and (max-width: 768px) {
    .row-about {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .grid-about {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
  
@media screen and (min-width: 768px) and (max-width: 992px) {
    .grid-about {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .grid-about {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}





.carousel {
    margin-bottom: 15px;
}