.content {
    padding-right: 0;
    padding-left: 0
}

.content .row {
    margin-left: 0;
    margin-right: 0
}

.content .row:after {
    content: " ";
    display: block;
    background-color: #b1cdf5;
    height: 8px;
    border-radius: 16px;
    margin: 16px 0
}

.content .row:last-of-type:after {
    content: none
}

.content [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px
}

.content #quicklinks {
    width: 100%;
    height: 166px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .content #quicklinks {
        height: 216px
    }
}

.content #quicklinks .pic {
    width: 150px;
    height: 150px;
    float: left;
    padding: 25px
}

.content #quicklinks .target,
.content #quicklinks .links {
    float: left
}

@media (max-width:767px) {
    .content #quicklinks .target,
    .content #quicklinks .links {
        width: 50%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .content #quicklinks .target {
        width: 40%
    }
    .content #quicklinks .links {
        width: 60%
    }
}

@media (max-width:767px) {
    .content #quicklinks .target {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .content #quicklinks .target {
        width: 40%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .content #quicklinks .target {
        width: calc(40% - 75px)
    }
}

@media (min-width:1200px) {
    .content #quicklinks .target {
        width: calc(50% - 75px)
    }
}

.content #quicklinks .target ul {
    margin: 0;
    padding: 0;
    position: relative
}

.content #quicklinks .target ul li {
    height: 50px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    z-index: 200;
    position: relative
}

@media (max-width:767px) {
    .content #quicklinks .target ul li {
        display: block;
        float: left;
        width: 33%
    }
}

.content #quicklinks .target ul li:hover {
    background-color: rgba(154, 184, 216, 0.3)
}

.content #quicklinks .target ul li img {
    height: 40px;
    padding: 5px;
    display: block;
    float: left
}

@media (max-width:767px) {
    .content #quicklinks .target ul li img {
        display: none
    }
}

.content #quicklinks .target ul li span {
    padding-top: 12px;
    display: block
}

.content #quicklinks .target ul li.moving_bg {
    background-color: rgba(185, 199, 219, 0.9);
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 190;
    top: 50px;
    background-position: bottom left;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .content #quicklinks .target ul li.moving_bg {
        display: none;
        width: 33%;
        top: 0
    }
}

.content #quicklinks .links {
    padding-left: 8px;
    overflow: hidden;
    height: 150px
}

@media (max-width:767px) {
    .content #quicklinks .links {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .content #quicklinks .links {
        width: 60%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .content #quicklinks .links {
        width: calc(60% - 75px)
    }
}

@media (min-width:1200px) {
    .content #quicklinks .links {
        width: calc(50% - 75px)
    }
}

.content #quicklinks .links ul {
    margin: 0;
    padding: 0;
    margin-top: -150px
}

.content #quicklinks .links ul li a {
    display: block;
    height: 30px;
    border-bottom: 1px dotted;
    color: black;
    overflow: hidden
}

.content #quicklinks .links ul li a:hover {
    background-color: rgba(187, 201, 219, 0.34);
    text-decoration: none
}

.content #quicklinks li {
    list-style-type: none;
    display: block;
    margin: 0
}

.content .intro img {
    width: 100%
}

.content .odod,
.content .adress {
    overflow: hidden
}

.content .odod ul,
.content .adress ul {
    list-style: none;
    padding-left: 0
}

.content .photolinks div {
    position: relative;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin-bottom: 16px;
    border: 8px solid #b1cdf5
}

.content .photolinks div#videoblog {
    background-image: url(/images/main/blog-plain.jpg)
}

.content .photolinks div#calendar {
    background-image: url(/images/main/calendar.jpg)
}

.content .photolinks div a {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(204, 225, 255, 0.9);
    color: #00418b;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 13px 0;
    transition: all .3s ease
}

.content .photolinks div:hover a {
    background: #9ab8d8;
    padding: 30px 0;
    transition: all .3s ease
}

.content #achivements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.content #achivements div {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 16px
}

.content #achivements div:hover {
    background-color: #b1cdf5
}

.content #achivements div img {
    width: 80%;
    max-width: 110px
}

.content #achivements div a {
    border-bottom: none
}

.content #partners a {
    display: block;
    float: left;
    width: calc(50% - 4px);
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
    margin-bottom: 8px;
    border-bottom: none
}

@media screen and (max-width:767px) {
    .content #partners a:nth-of-type(even) {
        margin-right: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .content #partners a {
        width: 170px;
        height: 85px
    }
    .content #partners a:nth-of-type(3n) {
        margin-right: 0
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .content #partners a {
        width: 167px;
        height: 83px
    }
    .content #partners a:nth-of-type(4n) {
        margin-right: 0
    }
}

@media screen and (min-width:1200px) {
    .content #partners a {
        width: 162px;
        height: 81px
    }
    .content #partners a:nth-of-type(5n) {
        margin-right: 0
    }
}

.content #reception {
    text-align: center
}

.content #reception .btn {
    padding: 15px
}

.content #reception span {
    font-style: italic
}

.content #announcement {
    text-align: center
}

.content #announcement .btn {
    padding: 15px;
    margin-bottom: 8px
}

.content #announcement img {
    width: 48%
}


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