/****** PLACE YOUR CUSTOM STYLES HERE ******/

img.logo {
    max-height: 55%;
}

.menu > li ul li {
    line-height: 130%;
}

.intro-text p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: #333;
    letter-spacing: 1px;
    padding: 0 32px;
    margin-bottom: 0 !important;
}

.main-content h4 {
    letter-spacing: 4px;
    margin-right: -4px;
    margin-bottom: 64px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    font-size: 26px;
    line-height: 32px;
}

.news-list-title a {
    font-weight: inherit;
}

.col-sm-4.home-col-1 h4 a,
.col-sm-4.home-col-2 h4 a,
.col-sm-4.home-col-3 h4 a,
.col-sm-4.home-col-4 h4 a {
    font-weight: 300;
}

.main-content ul {
    margin-left: 50px;
}

    .main-content ul li {
        list-style-type: disc;
        font-size: 17px;
        font-weight: 300;
        letter-spacing: .5px;
        line-height: 160%;
        color: #333;
    }

    .main-content ol li {
        list-style-type: decimal;
        list-style-position: inside;
        font-size: 17px;
        font-weight: 300;
        letter-spacing: .5px;
        line-height: 160%;
        color: #333;
        margin-bottom: 26px;
    }

table.table.table-responsive.mb0.timetable td p {
    margin-bottom: 0;
}

.p0.image-bg .container .p-training h4 {
    letter-spacing: 4px;
    margin-right: -4px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 300;
}

.p0.image-bg .container .p-training p {
    padding: 0 32px;
    margin-bottom: 40px;
}

.p-training a {
    display: inline-block;
    color: #fff;
    border-color: #fff;
    margin-right: 0;
    margin-bottom: 0 !important;
    border: 1px solid;
    padding: 0 26px;
    height: 50px;
    min-width: 150px;
    line-height: 46px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

    .p-training a:hover {
        background: #fff;
        color: #222;
    }

li.language a {
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 30px;
    margin-right: 20px;
    border-right: 1px solid #DDD;
}

li.language:first-child a {
    padding-right: 0;
    margin-right: 10px;
    border-right: 0;
}

li.language.active a {
    color: #acacac;
}

@media screen and (max-width: 480px) {
    li.language a {
        margin-right: 0px;
        padding-right: 15px;
    }
    li.language:first-child a {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
}

.pagination {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    width: inherit;
    height: inherit;
    border: 1px solid #DDD;
    line-height: 100%;
    padding: 8px 12px;
}

.map-holder #mapid-d6057371-bcef-4164-9abf-2506ab2c2d49 {
  border: none;
  position: absolute;
  width: 100%;
  height: 150%;
  top: -25%;
  left: 0;
  z-index: 1;
}
#gmapid-d6057371-bcef-4164-9abf-2506ab2c2d49 {
    width: 100% !important;
    height: 100% !important;
}
.map-holder:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.map-holder.interact:before {
  width: 0;
}
.map-holder.inline {
  height: 400px;
  overflow: hidden;
}

.fb-share-button {
    display: none !important;
}

@media screen and (max-width: 767px){
    br {
        display: inherit;
    }
}

.djangocms-video video {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 30px;
}

.djangocms-video iframe {
    width: 100% !important;
    height: 380px !important;
    margin-bottom: 30px;
}