/* Page */
:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: rgb(74, 85, 96);
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.vjs-theme-forest {
    --vjs-theme-forest--primary: #0399ad !important;
}
.vjs-theme-forest.vjs-big-play-button:focus,.vjs-theme-forest:hover .vjs-big-play-button{
    fill: #0399ad !important;
}

.vjs-theme-forest.vjs-big-play-button:focus,.vjs-theme-forest:hover .vjs-big-play-button {
    background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' fill='%230399ad'%3E%3Cpath fill-rule='evenodd' d='M44 88C19.738 88 0 68.262 0 44S19.738 0 44 0s44 19.738 44 44-19.738 44-44 44zm0-85C21.393 3 3 21.393 3 44c0 22.608 18.393 41 41 41s41-18.392 41-41C85 21.393 66.607 3 44 3zm16.063 43.898L39.629 60.741a3.496 3.496 0 01-3.604.194 3.492 3.492 0 01-1.859-3.092V30.158c0-1.299.712-2.483 1.859-3.092a3.487 3.487 0 013.604.194l20.433 13.843a3.497 3.497 0 01.001 5.795zm-1.683-3.311L37.946 29.744a.49.49 0 00-.276-.09.51.51 0 00-.239.062.483.483 0 00-.265.442v27.685c0 .262.166.389.265.442.1.053.299.118.515-.028L58.38 44.414A.489.489 0 0058.6 44a.49.49 0 00-.22-.413z'/%3E%3C/svg%3E")}

.presentation-img-top {
    display: none;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
    .presentation-img-top {
        display: block;
    }
}

.page-section {
    padding: 3rem 0;
}
@media (min-width: 768px) {
    .page-section {
        padding: 5rem 0;
    }
}


/* Button */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #0399ad;
    border-color: #0399ad;
}
.btn-dark:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-dark:focus, .btn-dark.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-m {
    padding: 0.2rem 2rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    border-radius: 1rem;
}
.btn-xl {
    padding: 1.25rem 2.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 10rem;
}
.btn-social {
    height: 5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
}

@media (max-width: 768px) {
    .btn-xl {
        padding: 0.6em 1.3rem;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1rem;
        font-weight: 600;
        border-radius: 5rem;
    }
}

@media (max-width: 992px) {
    .btn-xl {
        padding: 0.5rem 1.5rem;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1rem;
        font-weight: 600;
        border-radius: 5rem;
    }

    .btn-m {
        padding: 0.2rem 1rem;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1rem;
        border-radius: 1rem;
    }
}

/* Link */
a {
    color: #0399ad;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #e6b301;
    text-decoration: none;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}




.text-muted {
    color:  rgb(74, 85, 96) !important;
    font-size: 1.2rem;
}

.bg-primary {
    background-color: #f0f9fa !important;
}

.section-title h2::before {
    margin: 0 15px 10px 0;
}

.section-title h2::after {
    margin: 0 0 10px 15px;
}

.section-title h2::before, .section-title h2::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #0399ad;
    display: inline-block;
}

/* Navigation */
nav.navibar {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    height: 4rem;
    width: 100%;
    z-index: 5000;
    text-align: right;
}

.nav-logo {
    position: absolute;
    top: 0;
    left:0;
    line-height: 4rem;
    color: rgba(255,255,255,0.8);
    font-size: 1.3rem;
    font-weight: 700;
}

.nav-menu {
    display: none;
    line-height: 4rem;
    vertical-align: center;
}

a#nav-toggle {
   display: inline-block;
   background-color: rgba(255,255,255,0.2);
   color: rgba(255,255,255,1);
    margin: 0px 1rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 0.25rem;
    padding: 0.2rem 0.4rem;
    font-size: 1.5rem;
    font-weight: 700;
}

a#nav-toggle:hover {
    background-color: rgba(255,255,255,0.4);
}

nav ul {
    list-style: none;
    display: inline-block;
}
nav li {
    display: inline-block;
    margin: 0px 1rem;
    line-height: 4rem;
    text-align: center;
}
nav li a{
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
    font-weight: 700;
}
nav li a:hover{
    color: rgba(255,255,255,1);
    font-size: 1rem;
}

.response-menu {
    position: fixed;
    top: 4rem;
    left:0;
    line-height: 4rem;
    color: black;
    font-size: 1.3rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
    z-index: 5000;
    background-color: rgba(0,0,0,0.8);
    margin: 0 !important;
    display: none;
}

ul.response-menu-list {
    list-style: none;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.response-menu-list li {
    display: block;
    margin: 0;
    line-height: 4rem;
    text-align: center;
    border-bottom: 1px rgba(255,255,255,0.4) solid;

}

@media (max-width: 768px) {
    .nav-menu {
        display: inline-block;
        position: absolute;
        top: 0;
        left:10px;
    }
    nav ul {
        display: none;
    }

    .nav-logo {
        position: absolute;
        top: 0;
        left:70px;
    }

}


/* Header */
header.masthead {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
    text-align: left;
    color: #fff;
    background-image: url("../images/robot5.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    min-height: 1000px;
}
header .logo {
    width: 300px;
}
header h1 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 6rem;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    line-height: 5rem;
}
header hr {
    text-align: left;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-left: 0px;
    margin-bottom: 2rem;

}
header p.subtext {
    color: rgb(74, 85, 96);
    margin-bottom: 5rem;
    font-size: 1.2rem;
}


@media (max-width: 576px) {
    header.masthead {
        min-height: 550px;
    }
    header.masthead {
        padding-top: 6rem;
        padding-bottom: 6rem;
        background-image: url("../images/robot5.jpg");
    }

    header .logo {
        width: 200px;
    }
    header h1 {
        margin-top: 30px;
        font-size: 3rem;
        line-height: 2.5rem;
    }

    header hr {
        border-width: 0.3rem;
        margin-top: 1rem;
        margin-left: 0px;
        margin-bottom: 1rem;
    }

    header p.subtext {
        margin-bottom: 2rem;
        font-size: 1rem;
    }
}
@media (max-width: 768px) {

    header.masthead {
        padding-top: 6rem;
        padding-bottom: 6rem;
        background-image: url("../images/robot5.jpg");
    }

    header .logo {
        display: block;
        width: 200px;
    }
    header h1 {
        margin-top: 30px;
        font-size: 3rem;
        line-height: 2.5rem;
    }

    header hr {
        border-width: 0.3rem;
        margin-top: 1rem;
        margin-left: 0px;
        margin-bottom: 1rem;
    }

    header p.subtext {
        margin-bottom: 2rem;
        font-size: 1rem;
    }

}
@media (max-width: 992px) {
    header.masthead {
        min-height: 600px;
    }
}
@media (max-width: 1200px) {
}
@media (max-width: 1400px) {
    header.masthead {
        min-height: 600px;
    }

    header.masthead {
        padding-top: 6rem;
        padding-bottom: 6rem;
        background-image: url("../images/robot5.jpg");
    }

    header .logo {
        width: 200px;
    }
    header h1 {
        margin-top: 30px;
        font-size: 3rem;
        line-height: 2.5rem;
    }

    header hr {
        border-width: 0.3rem;
        margin-top: 1rem;
        margin-left: 0px;
        margin-bottom: 1rem;
    }

    header p.subtext {
        margin-bottom: 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 310px) {
    header.masthead {
        min-height: 700px;
    }

}

/* Actions */
#actions h2 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 3rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}
#actions hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#actions p {
    color: rgb(74, 85, 96);
    margin-bottom: 5rem;
    font-size: 1.2rem;
}

@media (max-width: 992px) {
    #actions h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }
}

/* Videospot */
.prezentation-top {
    display: inline-block;
}
.prezentation-bottom {
    display: none;
}
#videospot h2 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 3rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
    line-height: 2.5rem;
}
#videospot hr {
    text-align: left;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#videospot .video-container{
    width: 100%;
    box-shadow: 0px 0px 10px 5px #dedede;
}

#videospot p {
    color: rgb(74, 85, 96);
    margin-bottom: 3rem;
    font-size: 1rem;
}
#videospot a {
    margin-top: 1rem;
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    .prezentation-top {
        display: none;
    }

    .prezentation-bottom {
        display: inline-block;
        margin-top: 2rem;
    }

    #videospot h2 {
        text-align: center;
    }

    #videospot hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 992px) {
    #videospot h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }

    #videospot hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: 0px;
    }

    #videospot p {
        color: rgb(74, 85, 96);
        margin-bottom: 1rem;
        font-size: 1rem;
    }
}

@media (min-width: 0px) {
    #videospot hr {
        margin-left: auto;
        margin-right: auto;
    }

    .videospot-textbox {
        text-align: center;
    }
}
@media (min-width: 768px) {
    #videospot hr {
        margin-left: 0px;
    }

    .videospot-textbox {
        text-align: left;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    #videospot  img {
        width: 80%;
    }
}

/* Study */

#study h2 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 3rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}
#study hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#study p {
    color: rgb(74, 85, 96);
    margin-bottom: 5rem;
    font-size: 1.2rem;
}

.splist {
    margin-top: 20px;

}

.study-circle {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    line-height: 8rem;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.h-center{
    margin-left: auto;
    margin-right: auto;
}

.study-circle_a {
    background-color: rgb(233,30,99);
}

.study-circle_b {
    background-color: rgb(113,113,113);
}

.study-circle_c {
    background-color: rgb(41,103,118);
}


.study-box {
    background-color: #fff;
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 0px 0px 10px 5px #dedede;
    color: #fff;
    margin-left: auto !important;
    margin-right: auto !important;
}

.study-row {
    margin-top: 3rem;
}

#study a, #study a:visited{
    color: rgb(74, 85, 96);
}

#study a, #study a:visited{
    color: rgb(74, 85, 96);
}

#study a:hover, #study a:focus{
    color: #0399ad;
}

a.studuj-upce, a.studuj-upce:visited {
    color: #0399ad !important;
}

#study h3 {
    margin-top: 1rem;
    color: #0399ad;
    font-size: 1.5rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}


@media (max-width: 992px) {
    #study h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }

    #study .text-center {
        margin-bottom: 2rem;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #study .study-box {
        max-width: 350px;
        margin-left: auto !important;
        margin-right: auto !important;

    }

    .study-row {
        margin-top: 1rem;
    }

}

/* Tour */
#tour h2 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 3rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}
#tour hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#tour p {
    color: rgb(74, 85, 96);
    margin-bottom: 5rem;
    font-size: 1.2rem;
}

.text-arrow {
    font-size: 5rem;
}

@media (max-width: 992px) {
    #tour h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }
}


/* Flyby */
#flyby h2 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 3rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}
#flyby hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#flyby p {
    color: rgb(74, 85, 96);
    margin-bottom: 5rem;
    font-size: 1.2rem;
}

.text-arrow {
    font-size: 5rem;
}

#flyby .video-container{
    margin-top:2rem;
    width: 100%;
    box-shadow: 0px 0px 10px 5px #dedede;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 992px) {
    #flyby h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }
}


/* Laboratory */
#laboratory h2 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 3rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}
#laboratory hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#laboratory p {
    color: rgb(74, 85, 96);
    margin-bottom: 5rem;
    font-size: 1.2rem;
}

#laboratory .video-container{
    margin-top:1rem;
    width: 100%;
    box-shadow: 0px 0px 10px 5px #dedede;
}

.row-videospot {

}

@media (max-width: 992px) {
    #laboratory h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }
}

/* Admission */
#admission h2 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 3rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}
#admission hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#admission p {
    color: rgb(74, 85, 96);
    margin-bottom: 5rem;
    font-size: 1.2rem;
}

#admission img {
    margin-top:1rem;
    width: 100%;
    box-shadow: 0px 0px 10px 5px #dedede;
}

.row-admission {

}

#admission h3 {
    margin-top: 1rem;
    color: #0399ad;
    font-size: 1.5rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.bc-box {
    margin-bottom: 0rem;
}

@media (max-width: 992px) {
    #admission h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }

    .bc-box {
        margin-bottom: 2rem;
    }

}


/* Downloads */
#downloads h2 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 3rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}
#downloads hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#downloads p {
    color: rgb(74, 85, 96);
    margin-bottom: 5rem;
    font-size: 1.2rem;
}

#downloads img {
    margin-top:1rem;
    width: 100%;
    box-shadow: 0px 0px 10px 5px #dedede;
}

.row-downloads {

}

@media (max-width: 992px) {
    #downloads h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }
}

/* Chat */
#chat h2 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 3rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}
#chat hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#chat p {
    color: rgb(74, 85, 96);
    margin-bottom: 5rem;
    font-size: 1.2rem;
}

@media (max-width: 992px) {
    #chat h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }
}

/* Photo */
#photo h2 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 3rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}
#photo hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#photo p {
    color: rgb(74, 85, 96);
    margin-bottom: 5rem;
    font-size: 1.2rem;
}

#photo img {
    margin-top:1rem;
    width: 100%;
    box-shadow: 0px 0px 10px 5px #dedede;
}

.row-photo {

}

@media (max-width: 992px) {
    #photo h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }
}

/* Reference */
#reference h2 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 3rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}
#reference hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#reference p {
    color: rgb(74, 85, 96);
    margin-bottom: 2rem;
    font-size: 1.2rem;
}
#reference p.message {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 3rem;
}

.author-head {
    display: inline-block;
    margin-left: 1rem

}

.slide-item {
    position: relative;
    margin: 0.5rem;
    margin-top: 2rem;
    padding: 1rem;
    padding-right: 50px;
    background-color: #038394;
    transition: .5s ease;
}

.slide-item:before {
    width: 3rem;
    height: 3rem;
    pointer-events: none;
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background: white;
    background: linear-gradient(315deg, #f0f9fa 45%, #016875 50%, #016875 56%, #016875 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

#reference a {
    color: white;
}

.quote {
    position: absolute;
    font-size: 16rem;
    right: 1rem;
    top: -4rem;
    color: #fff;
    opacity: 0.5;
    transition: .5s ease;
}

.icon-left {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 13rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.icon-left::before {
    content: '\201c';
}

.img-box {
    display: inline-block;
    margin-bottom: 1rem
}

@media (max-width: 992px) {
    #reference h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }

    .author-head {
        display: inline-block;
        margin-left: 0;
        margin-top: 1.5rem;

    }

}

@media (max-width: 1200px) {

    .slide-item {
        max-width: 600px;
        margin-top: 2rem;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Contact */
#contact h2 {
    margin-top: 80px;
    color: rgb(74, 85, 96);
    font-size: 3rem;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
}
#contact hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    max-width: 6rem;
    border-width: 0.3rem;
    border-color: #0399ad;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#contact p {
    color: rgb(74, 85, 96);
    margin-bottom: 5rem;
    font-size: 1.2rem;
}

#contact a {
    color: rgb(74, 85, 96);
}

@media (max-width: 768px) {
    #contact .text-center {
        margin-bottom:2rem;
    }
}

@media (max-width: 992px) {
    #contact h2 {
        font-size: 2rem;
        line-height: 1.8rem;
    }
}

    /* Map */
.map {
    height: 400px;
    width: 100%;
}

@media (max-width: 768px) {
    .map {
        height: 250px;
        width: 100%;
    }
}

/* Footer */

a.btn-social {
    height: 4rem;
    width: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    color:  rgb(74, 85, 96) !important;
}

a.btn-social:hover {
    color: #fff  !important;
    background-color:  #0399ad !important;
}

.text-social {
    font-size: 3rem;
}

.copyright {
    color: #fff;
    background-color: rgb(74, 85, 96) !important;
    margin-top: 3rem;
    line-height: 4rem;
    font-size: 1.2rem;
    text-align: center;
}

#footer {
    padding-bottom: 0  !important;
}


/* Resttttttttt */


hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

hr.divider {
    max-width: 3.25rem;
    border-width: 0.2rem;
    border-color: #fff;
}

hr.divider-primary {
    border-color: #0399ad;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.text-center {
    text-align: center !important;
}

small {
    font-size: 80%;
}

.py-5 {
    padding-top: 3rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.d-block {
    display: block !important;
}
/*
.bxs-quote-alt-left:before {
    content: "\ee32";
}

.bxs-quote-alt-right:before {
    content: "\ee33";
}
*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px;
}


.rounded-circle {
    border-radius: 50% !important;
}

.ref-member {
    width: 8rem;
    height: 8rem;
    border: 0.5rem solid rgba(0, 0, 0, 0.1);
}








/* Modal Window (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    text-align: right;
    max-width: 700px;
    position: relative;
}

#busy_indicator_section {
    position: absolute;
    left: 50%;
    display: none;
}

#message_section {
    position: absolute;
    left: 50%;
    display: none;
}

.busy_indicator {

}

#form_section {

}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#addQuestion p {
    margin-bottom: 5px;
    text-align: left
}

#modalForm input, #modalForm textarea {
    border: 1px solid #aeaeae;
    display: block;
    width: 100%;
    height: 2.5rem;
    line-height: 1.2rem;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1rem;
}

#modalForm textarea {
    padding-top: 0.4rem;
    height: 5rem;
    line-height: 1.2rem;
}

#modalForm {
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}


.masthead-chat {
    padding-top:6rem !important;
    padding-bottom: 3rem !important;
}

#chat_window {
    background-color: white;
    border: #0399ad solid 2px;
    padding: 2rem;
    min-height: 150px;
    height: 150px;
    overflow: auto;
    margin-bottom: 2rem
}
#chat_window h5 {
    color: rgb(74, 85, 96);
    font-size: 1rem;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}
#chat_window p {
    color: rgb(74, 85, 96);
    font-size: 1rem;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-style: italic;
    line-height: 1rem;
    margin-bottom: 2rem;
}

@media (max-width: 576px) {
    .masthead-chat {
        padding-top:5rem !important;
        padding-bottom: 1rem !important;
    }

    #chat_window {
        padding: 1rem;
        margin-bottom: 1rem
    }

    #chat_window h5 {
        font-size: 1em;
        line-height: 1rem;
        margin-bottom: 0.3rem;
    }
    #chat_window p {
        font-size: 0.8rem;
        line-height: 0.8rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 992px) {

}
@media (max-width: 1200px) {

}


.videoTitle {
    position: relative;
    float: left;
    margin: 10px 0px;
    font-size: 0.8rem;
    color: rgb(74, 85, 96);
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

@media (min-width: 768px) {
    .videoTitle {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) {
    .videoTitle {
        font-size: 0.8rem;
    }
}