@font-face {
    font-family: Innfoo2;
    src: url("fonts/Innfoo2-Book.eot");
    src: url("fonts/Innfoo2-Book.eot?#iefix") format('embedded-opentype'), url("fonts/Innfoo2-Book.woff") format('woff'), url("fonts/Innfoo2-Book.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Innfoo2SB;
    src: url("fonts/Innfoo2-SemiBold.eot");
    src: url("fonts/Innfoo2-SemiBold.eot?#iefix") format('embedded-opentype'), url("fonts/Innfoo2-SemiBold.woff") format('woff'), url("fonts/Innfoo2-SemiBold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Innfoo2b;
    src: url("fonts/Innfoo2-Bold.eot");
    src: url("fonts/Innfoo2-Bold.eot?#iefix") format('embedded-opentype'), url("fonts/Innfoo2-Bold.woff") format('woff'), url("fonts/Innfoo2-Bold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

body {
    background-color: #fff;
    color: #000;
    font-family: Innfoo2, Innfoo2SB, Innfoo2B, Arial Narrow, Calibri, Tahoma, Helvetica, Arial, sans-serif;
    line-height: 18px;
}

.enabled {
    display: block;
}

.disabled {
    display: none;
}

a {
    text-decoration: none;
    color: #444;
}

/* BASE */
b {
    font-family: Innfoo2B;
    font-weight: normal !important;
}

a:hover {
    color: #888;
}

.left,
.center {
    float: left;
}

.right {
    float: right;
}

/* // BASE */

/* HEADER */
#logo {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 220px;
    height: 50px;
    margin: 13px 0;
    text-indent: -9999px;
    display: block;
    margin-right: 30px;
}

#logo:hover {
    background-image: url("../img/logo-hover.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

#header h1 {
    font-family: Innfoo2;
    color: #000;
    margin-top: 13px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 5px solid #005ea8;
    border-bottom: 1px solid #b7bbc4;
    background-color: #fff;
    z-index: 9999;
}

#header .navbar-default {
    background: none;
    border: 0;
}

#header #bs-navbar-collapse {
    position: relative;
    padding: 0px;
    float: right;
    /*width: 850px;*/
}

#header #menu {
    margin-top: 28px;
    margin-right: 25px;
}

#header #menu li a {
    font-size: 14px;
    color: #575e63;
    padding: 3px 22px;
    font-family: Innfoo2;
}

#header #menu li a#video {
    color: #ec312e;
}

#header #menu li a:hover,
#header #menu li a:focus {
    background: none;
}

#header #menu {
    float: left;
}

#header .menu-icons {
    float: right;
    display: inline-block;
    margin: 30px 0;
}

#header .menu-icons .menu-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#header .menu-icons .menu-icon:not(:first-child) {
    margin-left: 3px;
}

#header .menu-icons .menu-icon-fb {
  background: url("../img/fb-icon.png") no-repeat top left;
}

#header .menu-icons .menu-icon-ig {
  background: url("../img/ig-icon.png") no-repeat top left;
}

#header .menu-icons .menu-icon-yt {
  background: url("../img/yt-icon.png") no-repeat top left;
}

#header .menu-icons .menu-icon {
    background-size: contain;
}

#header #login {
    float: right;
    margin-top: 24px;
    margin-left: 10px;
}

#header #login .btn {
    padding: 6px 20px;
    border: 2px solid #005ea8;
    border-radius: 0px;
}

#header #login .btn.registration {
    background-color: #005ea8;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#header #login .btn.login {
    background-color: #fff;
    color: #575e63;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* // HEADER */
#main {
    width: 100%;
    margin-top: 88px;
}

/* FRONT PAGE */
/* FRONT PAGE: Section 1 */

#main .section1 .top-bg {
    top: 0;
    left: 37%;
    position: absolute;
    height: 500px;
    width: 63%;
    -webkit-transition: background-color 1.2s; /* Safari */
    transition: background-color 1.2s;
}

#main .section1 .top-bg.yellow {
    background-color: #fff200;
}

#main .section1 .top-bg.ping {
    background-color: #ec85b6;
}

#main .section1 .top-bg.turquise {
    background-color: #00d1b6;
}

#main .section1 p {
    font-family: Innfoo2;
    color: #000;
    font-size: 21px;
    margin-bottom: 50px;
    padding-bottom: 0;
}

#main .section1 img {
    width: auto;
}

#main .section1 .bxslider li:nth-child(1) img {
    margin-top: 15px;
}

#main .section1 .bxslider li:nth-child(2) img {
    margin-top: 25px;
}

#main .section1 .bxslider li:nth-child(3) img {
    margin-top: 40px;
}

#main .section1 .btn {
    font-family: Innfoo2;
    background-color: #f47f6c;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 33px;
    cursor: pointer;
}

#main .section1 .btn:hover {
    background-color: #ff8670;
}

#main .section1 .keypoints {
    font-family: Innfoo2b;
    margin-top: 80px;
    margin-bottom: 50px;
    line-height: 20px;
    color: #000;

}

#main .section1 .keypoints > div > div {
    background: url("../img/keypoints_sprite.png") no-repeat 0 0;
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 23px;
    margin-bottom: 10px;
}

#main .section1 .keypoints div span {
    font-family: Innfoo2;
    display: block;
    font-size: 13px;
}

#main .section1 .keypoints .point-1 {
    background-position: -6px 0;
}

#main .section1 .keypoints .point-2 {
    background-position: -7px -156px;
}

#main .section1 .keypoints .point-3 {
    background-position: -10px -350px;
}

#main .section1 .keypoints .point-4 {
    background-position: -4px -72px;
}

#main .section1 .keypoints .point-5 {
    background-position: 0 -248px;
}

#main .section1 .keypoints .point-6 {
    background-position: 0 -440px;
}

/* FRONT PAGE: Section 2 */
#main .section2 .content {
    position: relative;
    margin-bottom: 5px;
}

#main .section2 h2 {
    text-align: center;
}

#main .section2 .top {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    width: 800px;
    margin: 0 auto;
}

#main .section2 .left,
#main .section2 .right {
    width: 49.75%;
}

#main .section2 .center {
    width: 100%;
}

#main .section2 .point {
    position: relative;
    margin-top: 5px;
}

#main .section2 .point p {
    font-family: Innfoo2;
    color: #fff;
    font-size: 18px;
}

#main .section2 .point > div {
    padding-left: 5px;
    padding-right: 5px;
}

#main .section2 .point .clear-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
}

#main .section2 .point .clear-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
}

#main .section2 .point h3 {
    font-family: Innfoo2SB;
    font-size: 35px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

#main .section2 .point h3 span {
    font-family: Innfoo2;
    display: block;
    font-size: 20px;
}

#main .section2 .point h3 span.red {
    color: #FE4D6C;
}

#main .section2 .point img {
    z-index: 1;
}

#main .section2 .point .title-divider {
    margin: 15px 0 15px -50px;
    width: 125px;
    border-bottom: 5px solid;
}

#main .section2 .point .title-divider.yellow {
    border-color: #FFF200;
}

#main .section2 .point .title-divider.blue {
    border-color: #0066B3;
}

#main .section2 .point .title-divider.red {
    border-color: #FE4D6C;
}

#main .section2 .point.block-1 {
    float: right;
    border: 2px solid #FF7F7F;
    margin-top: 75px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#main .section2 .point.block-1 p {
    color: #000;
    font-size: 15px;
    padding: 10px 0 0 0;
    margin: 0;
}

#main .section2 .point.block-1 img {
    display: block;
    margin: 0 auto;
}

#main .section2 .point.block-2 {
    padding-top: 20px;
    padding-bottom: 40px;
    float: right;
    background-color: #00A3E6;
}

#main .section2 .point .inner {
    float: right;
    width: 88%;
    padding-right: 15%;
}

#main .section2 .point.block-2 p label {
    color: #fff200;
}

#main .section2 .about-2 {
    margin-top: 5px;
}

#main .section2 .point.block-3 {
    float: left;
    background-color: #EC85B6;
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: right;
}

#main .section2 .point.block-3 h3,
#main .section2 .point.block-3 p {
    text-align: left;
    padding-right: 30px;
}

#main .section2 .point.block-3 img {
    position: relative;
    padding: 0;
    margin-left: 15px;
}

#main .section2 .point.block-4 {
    float: right;
    background-color: #FF4574;
    height: 170px;
    width: 100%;
}

#main .section2 .point.block-4 img {
    margin: 15px 0 0 -55px;
}

#main .section2 .point.block-5 {
    float: right;
    background-color: #F6C500;
    padding-top: 20px;
    padding-bottom: 60px;
}

#main .section2 .point.block-6 {
    float: right;
    background-color: #00AAAD;
    padding-top: 20px;
    padding-bottom: 40px;
}

#main .section2 .point.block-7 {
    float: right;
    background-color: #9B72B2;
    height: 380px;
    width: 100%;
}

#main .section2 .point.block-7 img {
    margin: 70px 0 0 -100px;
}

#main .section2 .point.block-8 {
    float: left;
    background-color: #00A3E6;
    padding-top: 20px;
    padding-bottom: 40px;
}

#main .section2 .point.block-8 p {
    padding-right: 50px;
}

#main .section2 .point.block-8 p label {
    color: #fff200;
}

#main .section2 .point.block-9 {
    float: right;
    background-color: #F57F32;
    padding-top: 20px;
    padding-bottom: 80px;
}

#main .section2 .point.block-9 a {
    color: #fff;
    text-decoration: underline;
}

#main .section2 .point.block-10 {
    background-color: #B3D455;
    height: 280px;
}

#main .section2 .point.block-10 img {
    padding: 20px;
}

#main .section2 .point.block-11 {
    background-color: #EC85B6;
    height: 360px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    margin-bottom: 5px;
}

#main .section2 .point.block-11 img {
    margin: -80px 0 0 50px;
}

#main .section2 .point.block-11 .underline {
    border-bottom: 5px solid #B3D455;
}

#main .section2 ul, #main .section2 ol {
    margin-left: 60px;
}

#main .section2 .btn.registration {
    font-size: 20px;
    padding: 10px 40px;
    background-color: #005ea8;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    border: 0;
    position: absolute;
    bottom: 105px;
    right: 307px;
}

/* // FRONT PAGE */
.content {
    color: #005ca9;
    font-size: 15px;
}

.content h1 {
    font-size: 72px;
    color: #000;
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.1em;
    font-family: Innfoo2B;
}

.content h2 {
    font-size: 26px;
    color: #005ea8;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: Innfoo2SB;
}

.content h3 {
    font-family: Innfoo2SB;
}

.content p {
    padding-bottom: 20px;
    color: #575e63;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    font-family: Innfoo2;
}

.content ul {
    list-style-position: inside;
    list-style-type: disc;
    color: #005ea8;
}

.content ol {
    list-style-position: inside;
    color: #005ea8;
}

.content ul li {
    margin-left: 0px;
    font-size: 18px;
    line-height: 24px;
    font-family: Innfoo2;
}

.content ol li {
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-family: Innfoo2;
}

.content .blue {
    color: #005ea8;
}

.content .grey {
    color: #575e63;
}

#mc-embedded-subscribe-form {
    background-color: #fff;
    border-radius: 15px;
    width: 650px;
    margin: 20px auto;
    box-shadow: inset 0px 0px 1px 1px #005ea8;

}

#mc-embedded-subscribe-form input {
    float: left;
}

#mce-EMAIL,
#mc-embedded-subscribe {
    margin: 0;
    border: 0px;
}

#mce-EMAIL {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 15px;
    width: 398px;
    margin: 1px;
}

#mc-embedded-subscribe {
    background-color: #005ea8;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 15px;
    width: 190px;
    cursor: pointer;
}

/* FOOTER */
#footer {
    font-family: Innfoo2;
    background: no-repeat top center #00AAAD;
    min-height: 160px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

#footer h2 {
    font-size: 22px;
    font-family: Innfoo2SB;
    line-height: 30px;
    margin-bottom: 10px;
}

#footer .contacts {
    font-family: Innfoo2;
    padding: 30px 0;
}
#footer .contact {
    margin-bottom: 30px;
    padding: 0 10px;
}
#footer .contact img {
    width: 105px;
    height: 105px;
    margin-right: 15px;
    float: left;
}
#footer .contact p {
    padding: 1em 0;
}
#footer .contact a {
    padding-left: 5px;
    color: #fff;
}

#footer .menu {
    padding: 30px 0;
}

#footer .menu li a {
    padding: 10px 24px;
    background-color: transparent;
    color: #fff;
    font-family: Innfoo2;
}

/* // FOOTER */
/* MODAL */
.modal {
    top: 10% !important;
}

.modal-content {
    font-family: Innfoo2;
}

#modal-vob ol > li {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-bottom: 10px;
    padding-left: 20px;
}

#modal-vob ol > li {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-bottom: 10px;
    padding-left: 20px;
}

#modal-vob ol > li li {
    list-style-type: lower-roman;
    list-style-position: inside;
    margin-bottom: 10px;
}

#modal-vob h2 {
    font-size: 22px;
}

#modal-vob h3 {
    font-size: 18px;
}

#modal-vob ul > li {
    list-style-type: none;
}

#modal-vob p.last {
    padding-top: 20px;
    padding-left: 20px;
}

.modal-title {
    font-weight: normal;
    font-family: Innfoo2;
    color: #005ea8;
    font-size: 18px;
}

.modal-body .list a {
    float: left;
    width: 167px;
    text-align: center;
}

.modal-body .list a.list-h {
    background: url("../img/cert-H.png") no-repeat top center;
    padding-top: 70px;
}

.modal-body .list a.list-a {
    background: url("../img/cert-A.png") no-repeat top center;
    padding-top: 70px;
}

.modal-body .list a.list-v {
    background: url("../img/cert-V.png") no-repeat top center;
    padding-top: 70px;
}

.modal-body .list a.list-p {
    background: url("../img/cert-P.png") no-repeat top center;
    padding-top: 70px;
}

.modal-body .currentNum {
    margin-top: 10px;
    margin-right: 20px;
    float: right;
}

#modal-parents {
    font-family: Innfoo2;
    padding: 35px;
}

#modal-parents h2 {
    font-size: 28px;
    color: #0066b2;
}

#modal-parents h2.smaller {
    font-size: 22px;
}

.blue {
    color: #0066b2;
    font-weight: bold;
}

/* // MODAL */

/* FOR PARENTS */
#fp-teaser {
    background: url("../img/fP_bg.png") center top no-repeat;
    min-height: 355px;
}

#fp-content {
    background: url("../img/fP-footer-bg.png") no-repeat center bottom #f1f8fe;
    min-height: 1190px;
}

#fp-content #bee {
    width: 410px;
    margin-top: 40px;
    margin-left: -80px;
}

#fp-content .text {
    padding-top: 20px;
    padding-left: 32px;
    background: url("../img/sprite.png") no-repeat 0 -250px;
    font-weight: 700;
}

#fp-content .info {
    display: block;
    color: #005ea8;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 500;
}

.course, .group {
    min-height: 450px;
}

.course .title {
    text-align: center;
    margin: 40px 0;
}

.course .pdf {
    text-align: center;
    margin: 40px 0;
}

.course img {
    cursor: pointer;
    max-width: 100%;
}

.course .images a {
    display: block;
    width: 30%;
    margin: 10px auto;
}

/* //FOR PARENTS */
/* RESPONSIVE */

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
    #header .col-lg-12 {
        padding: 0;
    }

    #header #bs-navbar-collapse {
        position: relative;
        padding: 0px;
        float: right;
        /*  width: 710px;*/
    }

    #header #menu li a {
        padding: 3px 10px;
    }

    #header #login .btn {
        padding: 6px 17px;
    }

    #main .section1 .top-bg {
        height: 425px;
    }

    #main .section1 h1 {
        font-size: 48px;
    }

    #main .section1 p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    #main .section1 img {
        width: 350px;
    }

    #main .section1 .btn {
        font-size: 16px;
        padding: 8px 20px;
    }

    #main .section1 .keypoints > div > div {
        padding-left: 83px;
    }

    #main .section2 .left,
    #main .section2 .right {
        width: 49.75%;
    }

    #main .section2 img {
        height: auto;
    }

    #main .section2 .point.block-10 {
        height: 280px;
    }

    #main .section2 .point.block-10 img {
        padding: 20px;
        margin-top: 0;
    }

    #main .section2 .btn.registration {
        right: 210px;
    }

    #footer .menu li a {
        padding: 10px 7px;
    }

    #fp-content {
        background: url("../img/fP-footer-md.png") no-repeat center bottom #f1f8fe;
        min-height: 1180px;
    }
}

/* Small devices (tablets, 768px and up) */

@media (max-width: 992px) {
    #header .menu-icons {
        margin: 15.5px 0;
    }
    #header #login {
        float: right;
        margin-top: 10px;
        margin-left: 5px;
    }

    #header .fb {
        float: right !important;
        margin: 12px 12px 16px 0 !important;
    }

    #header .navbar-toggle {
        margin: 27px 0;
        padding: 0;
    }

    #header #bs-navbar-collapse {
        width: 100%;
    }

    #header #login li {
        float: left;
    }

    #header #menu {
        margin-top: 10px;
        float: none;
        margin-left: 0px;
        background-color: #f1f8fe;
        border: 1px solid #005ea8;
    }

    #header .fb {
        margin: 10px 0;
        position: relative;
        float: none;
        display: block;
    }

    #header #menu {
        margin: 0;
    }

    #header .navbar-nav {
        margin: 0;
    }

    #header .navbar-collapse {
        border: 0px;
    }

    #header .navbar-collapse li a {
        border-bottom: 1px solid #005ea8;
        padding: 6px 15px !important;
        font-size: 16px !important;
    }

    #header .navbar-collapse li.last a {
        border-bottom: 0;
    }

    #header .navbar-default .navbar-toggle {
        background-color: transparent;
        border: 0px;
        border-radius: 0;
    }

    #header .navbar-default .navbar-toggle .name {
        float: left;
        color: #005ea8;
        line-height: 28px;
        margin-right: 15px;
    }

    #header .navbar-default .navbar-toggle .icon {
        float: left;
        display: block;
        width: 28px;
        height: 26px;
        background: url("../img/sprite.png") no-repeat bottom right;
    }

    #header .navbar-default .navbar-toggle .icon-bar {
        background-color: #005ea8;
    }

    #header #bs-navbar-collapse {
        float: none;
    }

    .content h1 {
        font-size: 42px;
    }

    #main .top,
    #main .left,
    #main .right,
    #main .center {
        float: left !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    #main img {
        display: block;
        float: none !important;
        /*margin: 0 auto !important;*/
    }

    #main .section1 .top-bg {
        height: 375px;
    }

    #main .section1 h1 {
        font-size: 38px;
    }

    #main .section1 p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 25px !important;
    }

    #main .section1 img {
        width: 250px;
        height: auto;
    }

    #main .section1 .btn {
        font-size: 16px;
        padding: 8px 20px;
    }

    #main .section1 .keypoints {
        margin-top: 40px;
    }

    #main .section2 .point {
        padding: 15px;
    }

    #main .section2 .point .title-divider {
        margin: 15px 0;
    }

    #main .section2 .point h3 {
        margin-top: 22px !important;
    }

    #main .section2 .about-2 {
        margin-top: 10px;
    }

    #main .section2 .point.block-1,
    #main .section2 .point.block-2,
    #main .section2 .point.block-3,
    #main .section2 .point.block-4,
    #main .section2 .point.block-5,
    #main .section2 .point.block-6,
    #main .section2 .point.block-7,
    #main .section2 .point.block-8,
    #main .section2 .point.block-9,
    #main .section2 .point.block-10,
    #main .section2 .point.block-11 {

        float: left;
        margin-top: 5px;
        width: 100%;
        height: auto;
    }

    #main .section2 .point.block-1 img {
        float: left !important;
        width: auto;
    }

    #main .section2 .point.block-4 img,
    #main .section2 .point.block-7 img,
    #main .section2 .point.block-10 img {
        margin: 15px auto;
    }

    #main .section2 .point.block-11 {
        margin-left: 0;
    }

    #main .section2 .point.block-11 img {
        width: 500px;
        margin: -70px 0 0 100px;
    }

    #footer .nav {
        text-align: center;
    }

    #footer .nav-pills > li {
        display: inline-block;
        float: none;
    }

    #fp-content #bee {
        width: 340px;
        margin-top: 50px !important;
        margin-left: -110px !important;
    }

    #fp-content {
        background: url("../img/fP-footer-md.png") no-repeat center bottom #f1f8fe;
        min-height: 1340px;
    }
}

/* Extra-Small devices (mobile, 320px and up) */
@media (max-width: 768px) {
    #main img {
        width: 100%;
        height: auto;
    }

    .container {
        width: 460px;
    }

    .content h1 {
        font-size: 48px;
        margin-top: 40px;
    }

    #main .section1 .top-bg {
        height: 375px;
    }

    #main .section1 h1 {
        font-size: 38px;
    }

    #main .section1 p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 25px !important;
    }

    #main .section1 .btn {
        font-size: 16px;
        padding: 8px 20px;
    }

    #main .section1 .keypoints {
        margin-top: 70px;
    }
    #main .section2 .point {
        padding: 15px;
    }

    #main .section2 .point .title-divider {
        margin: 15px 0;
    }

    #main .section2 .point.block-1 img {
        float: left !important;
        width: auto;
    }

    #main .section2 .point.block-4 {
        height: auto;
    }

    #main .section2 .point.block-4 img {
        margin: 30px auto;
    }

    #main .section2 .point.block-7 {
        height: auto;
    }

    #main .section2 .point.block-7 img {
        margin: 30px auto;
    }

    #main .section2 .point.block-10 img {
        margin: 30px auto;
    }

    #main .section2 .point.block-10 {
        height: auto;
    }

    #main .section2 .point.block-11 {
        height: auto;

    }

    #main .section2 .point.block-11 img {
        width: 320px;
        margin: 20px;
    }

    #main .section2 img {
        width: 320px;
        height: auto;
        margin: 20px 0 0 0;
    }

    #fp-content {
        background: url("../img/fP-footer-sm.png") no-repeat center bottom #f1f8fe;
        min-height: 2060px;
    }
}

@media (max-width: 480px) {
    body {
        min-width: 360px;
    }

    .container {
        width: 300px !important;
    }

    .content h1 {
        margin-top: 20px;
        font-size: 20px;
    }

    #header .navbar-default .navbar-toggle .name {
        display: none;
    }

    #main .section1 p.top {
        font-size: 12px;
    }

    #main .section1 .top-bg {
        height: 340px;
    }

    #main .section1 h1 {
        font-size: 34px !important;
    }

    #main .section1 p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 25px !important;
    }

    #main .section1 .keypoints {
        margin-top: 50px;
    }

    #main .section2 img {
        width: 200px;
        height: auto;
        margin-top: 20px;
    }

    #main .section2 .point p {
        padding-left: 0 !important;
        padding-bottom: 15px !important;
    }

    #main .section2 .point .inner {
        width: 100%;
        margin: 0;
    }

    #main .section2 .point .title-divider {
        margin: 15px 0 15px 0;
        width: 125px;
        border-bottom: 5px solid;
    }

    #main .section2 .about-1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #main .section2 .point h3 {
        background: none;
        padding: 0 !important;
        margin-top: 25px;
        margin-bottom: 10px;
        font-size: 22px;
    }

    #main .section2 .top {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }

    #main .section2 .point h3 {
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }

    #main .section2 .point p {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    #main .section2 .about-1 {
        margin-top: 10px;
    }

    #main .section2 .point.block-1 {
        padding: 10px;
    }

    #main .section2 .point.block-1 img {
        margin: 5px 10px 5px 0;
        width: auto;
    }

    #main .section2 .point {
        padding: 15px;
    }

    #main .section2 .point.block-4 {
        height: 130px;
    }

    #main .section2 .point.block-4 img {
        width: 250px;
        margin: 15px auto;
    }

    #main .section2 .point.block-7 {
        height: 170px;
    }

    #main .section2 .point.block-7 img {
        margin: 15px auto
    }

    #main .section2 .point.block-10 {
        height: 120px;
    }

    #main .section2 .point.block-10 img {
        width: 150px;
        margin: 5px auto;
        padding: 0;
    }

    #main .section2 .point.block-11 {
        height: auto;
    }

    #main .section2 .point.block-11 img {
        margin: 0 auto;
        width: 225px;
    }

    #footer .col-xs-6 {
        width: 100%;
    }

    #fp-content {
        background: url("../img/fP-footer-xs.png") no-repeat center bottom #f1f8fe;
        min-height: 2600px;
    }

    #main .section2 ul, #main .section2 ol {
        margin-left: 0;
    }
}

#lectors-page {
    background: #fff;
    padding-bottom: 400px;
    padding-top: 50px;
}

#lectors-page h3 {
    color: #000;
    font-size: 16px;
}

#lectors-page h4 {
    color: #000;
}

.lector {
    text-align: center;
    margin: 0px 14px 50px 14px;
    width: 167px;
    float: left;
    height: 220px;
}

.lector img {
    border: 1px solid #e7edf3;
    border-top: none;
    -webkit-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.3);
}

.lector:nth-child(odd) h4 {
    color: #f78a7c;
}

.lector:nth-child(even) h4 {
    color: #6dc5d4;
}

.lector h4 {
    color: #f78a7c;
}

.lector h6 {
    color: #000;
    line-height: 1.2;
}

.info-red {
    font-family: Innfoo2;
    font-weight: 100;
    text-align: center;
    color: red;
    font-size: 15px;
    line-height: 16px;
}

.side-box {
    zoom:0.7;-ms-zoom:0.7;
    width: 250px;
    padding: 0px 5px 20px 0px;
    position: fixed;
    left: 0;
    top: 60%;
    background-color: #ffffff;
    z-index: 100;
    box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.2);
    border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    border-top: 1px #bdbfba solid;
}

.side-box img {
    margin-top: -108px;
    width: 95%;
    margin-left: 5%;
}

.side-box p {
    font-family: Innfoo2;
    position: relative;
    top: -15px;
    text-align: center;
    color: #0072bb;
    font-size: 23px;
    margin: 0px;
}

.side-box p span {
    color: #00a8ab;
}

.side-box .btn-order-submit {
    font-family: Innfoo2;
    font-size: 15px;
    padding: 14px 20px;
    margin-top: 0px;
    display: inline-block;
    background-color: #0072bb;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 25px;
    width: 90%;
    margin-left: 5%;
}

.btn-order-submit {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #ffffff;
    border: 0;
    padding: 15px;
    margin-top: 40px;
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2);
    outline: none;
    text-align: center;
}

.btn-order-submit:active, .btn-order-submit:hover {
    outline: none;
    text-decoration: none;
}

.btn-order-submit:hover {
    background-color: #00a8ab;
    color: #ffffff;
    transition: all .2s;
}

.side-box .side-box__hide {
    position: absolute;
    top: -12px;
    right: -12px;
    border-radius: 100px;
    background-color: #005ca9;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .2s;
}

.side-box .side-box__hide:hover {
    background-color: #00a8ab;
    transition: all .2s;
}

p strong {
    font-family: Innfoo2B;
}

.page-gdpr h2 {
    font-size: 40px;
}

.page-gdpr ul {
    list-style: disc outside none;
    margin-left: 15px;
}

.page-gdpr .preferential-cookies {
    padding-left: 15px;
}
