body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
}

a {
    color: inherit;
    -webkit-transition: ease-out 0.25s;
    -moz-transition: ease-out 0.25s;
    -ms-transition: ease-out 0.25s;
    -o-transition: ease-out 1.25s;
    transition: ease-out 0.25s;
    outline: none;
}

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

:hover,
:focus, {
    outline: 0;
}

img {
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/**************************************
    03. Typography
***************************************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    line-height: 1.3;
}

.font-style-normal {
    font-style: normal;
}

.font-style-italic {
    font-style: italic;
}

.font-style-oblique {
    font-style: oblique;
}

.font-style-initial {
    font-style: initial;
}

.font-style-inherit {
    font-style: inherit;
}

.font-extralight {
    font-weight: 200;
}

.font-extralight-italic {
    font-weight: 200;
    font-style: italic;
}

.font-light {
    font-weight: 300;
}

.font-light-italic {
    font-weight: 300;
    font-style: italic;
}

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

.font-regular-italic {
    font-weight: 400;
    font-style: italic;
}

.font-medium {
    font-weight: 500;
}

.font-medium-italic {
    font-weight: 500;
    font-style: italic;
}

.font-semibold {
    font-weight: 600;
}

.font-semibold-italic {
    font-weight: 600;
    font-style: italic;
}

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

.font-bold-italic {
    font-weight: 700;
    font-style: italic;
}

.font-extra-bold {
    font-weight: 800;
}

.font-extra-bold-italic {
    font-weight: 800;
    font-style: italic;
}

.font-black {
    font-weight: 900;
}

.font-black-italic {
    font-weight: 900;
    font-style: italic;
}

.font-size-small {
    font-size: 12px;
}

.font-size-base {
    font-size: 13px;
}

.font-size-normal {
    font-size: 14px;
}

.font-size-medium {
    font-size: 15px;
}

input[type="text"], input[type="button"], button,
.form-control, .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.form-control {
    height: 38px;
}

textarea {
    resize: none;
    height: auto !important;
}

input[type="text"]::-webkit-input-placeholder, .form-control::-webkit-input-placeholder,
input[type="text"]::-moz-placeholder, .form-control::-moz-placeholder,
input[type="text"]::-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #484848;
    opacity: 1;
}

.reset-grid-space {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.reset-grid-space > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

a.bang-button {
    background-color: #0067da;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    padding: 20px 25px;
}

a.bang-button:hover {
    background-color: #0d7fff;
}


.header-section {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 45%, #e4e9eb 70%, #ffffff 71%, #e4e9eb 100%, #ffffff 100%, #e4e9eb 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 45%,#e4e9eb 70%,#ffffff 71%,#e4e9eb 100%,#ffffff 100%,#e4e9eb 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 45%,#e4e9eb 70%,#ffffff 71%,#e4e9eb 100%,#ffffff 100%,#e4e9eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e9eb',GradientType=0 );
}

.header-section .header-logo {
    text-align: center;
    position: relative;
}

.header-section .header-logo:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    background-color: #000;
    width: 100%;
    height: 1px;
}

.header-section .header-logo a {
    background: url("../img/logo.png") no-repeat #fff;
    background-size: cover;
    display: inline-block;
    width: 254px;
    height: 64px;
    position: relative;
    z-index: 50;
    color: transparent;
    border-left: 22px solid #fff;
    border-right: 22px solid #fff;
    margin: 22px 0;
}

.header-section .header-navigate {
    background: url("../img/grad_opac_line.png") no-repeat center bottom;
    width: 100%;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}

.header-section .header-navigate li {
    display: block;
}

.header-section .header-navigate li a {
    display: block;
    color: #373d45;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 19px;
}

.header-section .header-navigate li:hover a {
    color: #000;
}

.promotion {
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.promotion .promo-image {
    width: 70%;
    margin-bottom: 20px;
}

.promotion .promo-list li {
    background-color: #275f19;
    margin-bottom: 9px;
    color: #fff;
    font-size: 15px;
    padding: 12px;
    text-align: left;
}

.certificate-section {
    padding-top: 35px;
    padding-bottom: 10px;
    text-align: center;
}

.certificate-section .cerf-content {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.certificate-section .certificate-list .item {
    background-color: #f7f7f7;
    border: 1px solid #275f19;
    display: block;
    padding: 10px;
    margin-bottom: 25px;
    text-align: center;
}

.certificate-section .certificate-list {
    margin-top: 25px;
}

.certificate-section .certificate-list .item img {
    display: inline-block;
}

.gallery-section {
    background-color: #e4e9eb;
    text-align: center;
    padding: 40px 0;
}

.gallery-section .video-promo {
    background: url("../img/imac_bg.png") no-repeat;
    background-size: cover;
    display: inline-block;
    width: 95%;
    height: 548px;
    position: relative;
    text-align: left;
}

.gallery-section .video-promo iframe {
    width: 92%;
    height: 69%;
    margin: 4%;
}

.gallery-section .gallery {
    margin-top: 25px;
}

.gallery-section .gallery a {
    display: inline-block;
    width: 240px;
    height: 180px;
    border: 5px solid #ececec;
    margin: 12px;
}

.footer-maps {
    margin: 15px 0;
    height: 485px;
    position: relative;
}

.footer-maps iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 0;
}

.footer-maps .absolute-link {
    display: inline-block;
    float: right;
    background-color: rgba(0, 0, 0, .75);
    padding: 40px 45px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-right: 8px;
    margin-top: 40px;
}

.footer-maps .absolute-link span {
    display: block;
    padding-top: 35px;
}

.footer-contact {
    background-color: #e4e9eb;
    padding: 25px 0 30px;
    text-align: center;
}

.footer-contact .contact-info {
    padding: 20px 0;
}

.footer-contact .contact-info p {
    font-size: 15px;
    margin-bottom: 20px;
}

.footer-contact .contact-info p a.www {
    color: #275f19;
}

.footer-copyright {
    padding: 20px 0 30px;
}

.footer-copyright a {
    display: inline-block;
    padding-top: 28px;
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.modal-content .modal-body {
    padding: 20px;
}

.modal-content .modal-header,
.modal-content .modal-footer {
    padding: 20px;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}


@media (min-width: 768px) {

    a.bang-button {
        padding: 25px 50px;
    }

    .header-section .header-logo:before {
        top: 70px;
    }

    .header-section .header-logo a {
        width: 300px;
        border-left: 45px solid #fff;
        border-right: 45px solid #fff;
        margin: 45px 0;
    }

    .header-section .header-navigate {
        width: 760px;
        padding-bottom: 35px;
    }

    .header-section .header-navigate li,
    .header-section .header-navigate li a {
        display: inline-block;
    }

    .promotion .promo-image {
        width: auto;
        margin-bottom: 0;
    }

    .promotion .promo-list li {
        font-size: 18px;
        padding: 18px;
    }

    .certificate-section .cerf-content {
        padding-top: 35px;
        padding-bottom: 50px;
    }

    .certificate-section .certificate-list {
        margin-top: 45px;
    }

    .certificate-section .certificate-list .item {
        padding: 30px 35px;
    }

    .gallery-section {
        padding: 80px 0 95px;
    }

    .gallery-section .video-promo {
        width: 650px;
    }

    .gallery-section .gallery a {
        margin: 20px 15px;
    }

    .footer-maps .absolute-link {
        padding: 65px 80px 90px;
    }

    .footer-contact {
        padding: 35px 0 65px;
    }

    .footer-contact .contact-info {
        padding: 13px 0;
    }

    .footer-copyright {
        padding: 30px 0 60px;
        text-align: center;
    }

    .modal-content .modal-body {
        padding: 30px;
    }

}

@media (min-width: 992px) {

    .promotion {
        padding: 35px 70px 75px 100px;
        text-align: left;
    }

    .promotion .promo-image {
        float: left;
        margin-right: 25px;
        width: auto;
    }

    .promotion .promo-list {
        padding: 80px 0 80px 20px;
    }

    .certificate-section .container {
        padding-left: 150px;
        padding-right: 150px;
    }

}

@media (max-width: 576px) {

    .header-section .header-logo a {
        width: 210px;
        height: 50px;
    }

    .gallery-section .video-promo {
        background: none;
        height: 300px;
    }

    .gallery-section .video-promo iframe {
        margin: 0;
        width: 100%;
        height: 100%;
    }

}