body {
    font-family: 'Open Sans', sans-serif;
}

/* Navbar, container, row & col override */
.navbar {
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-toggler {
    padding: 0;
    font-weight: 700;
    color: #333A44;
    border: none;
    border-radius: 0;
}
.navbar-toggler-icon {
    width: 22px;
    height: 22px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #1A64AD;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
    padding-left: 20px;
    padding-right: 20px;
}

/* Button override */
.btn-primary {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ffffff;
    background: #0087CD;
    border-radius: 0;
    border: none;
}
.btn-primary:hover, .btn-primary:active {
    background: #8598B2 !important;
}
.btn-span {
    cursor: auto !important;
    background: #8598B2 !important;
}

/* Bootstrap form override */
.form-group {
    margin-bottom: 32px;
}
.form-control {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 32px;
    color: #333A44;
    border: none;
    border-radius: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333A44;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #333A44;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #333A44;
}
:-moz-placeholder { /* Firefox 18- */
    color: #333A44;
}

ul.compiled li {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    color: #333A44;
}

/* Header */
header {
    position: relative;
    z-index: 0;
    padding: 72px 0;
    background-size: cover;
}
header h1 {
    position: relative;
    z-index: 10;
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
}
header p {
    position: relative;
    z-index: 10;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}
header .cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(26, 100, 173, 0.7) , rgba(26, 100, 173, 0));
    background-size: cover;
}
#home header {
    background: url(../img/header/home.jpg) no-repeat center center;
    background-size: cover;
}
#services header {
    background: url(../img/header/services.jpg) no-repeat center center;
    background-size: cover;
}
#software header {
    background: url(../img/header/software.jpg) no-repeat center center;
    background-size: cover;
}
#solutions header {
    background: url(../img/header/solutions.jpg) no-repeat center center;
    background-size: cover;
}
#about header,
#family header {
    padding: 0;
}
#blog header, #article header {
    background: url(../img/header/blog.jpg) no-repeat center 40%;
    background-size: cover;
}

/* Section */
.section {
    position: relative;
    z-index: 0;
    padding: 72px 0;
}
#services .section {
    padding: 32px 0;
}
#solutions .section {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
#solutions .section-light {
    background-position: right center;
}
.section h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #FFFFFF;
}
.section p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}
.section.section-static {
    padding: 32px 0;
}
.section.section-static h3 {
    margin-bottom: 0.5rem;
}
.section.section-static p {
    margin-bottom: 1rem;
}
.section .spacer {
    padding-top: 32px;
}
.section .spacer-lg {
    padding-top: 72px;
}
.section .spacer-lg img {
    max-width: 100%;
}
.section .graphic {
    padding-bottom: 32px;
    text-align: center;
}
.section .graphic img {
    max-width: 50%;
    margin: 0 auto;
}
.section .image-slides, .section .image-slide, .section .image-slide-img {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.section .image-slides .image-slide-img {
    z-index: 20;
    background-color: #333A44;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.15;
}
.section .text-slide {
    padding-top: 72px;
}
.section .image-slides .slick-list,
.section .image-slides .slick-track
{
    height: 100%;
}
.section .container {
    position: relative;
    z-index: 50;
}
.section .icons {
    padding-top: 64px;
}
.section .icons img {
    max-width: 100%;
}
.section .dots {
    position: relative;
    padding-top: 32px;
}
.section.pb-0 .dots {
    padding-bottom: 32px;
}
.section .dots .cover {
    position: absolute;
    top: 0;
    height: 100%;
}
.section.section-light {
    background: #ffffff;
}
.section.section-light h2 {
    color: #1A64AD;
}
.section.section-light p {
    color: #333A44;
}
.section.section-article {
    padding: 42px 0 0 0;
    background: #d8d8d8;
}

/* Advisor section */
.section-advisor {
    padding: 32px 0;
}
.section-advisor img {
    max-width: 165px;
    margin-bottom: 32px;
}
.section-advisor h2 {
    margin-bottom: 16px;
}
.section-advisor h4 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 32px;
}

/* Panorama */
#panorama {
    position: relative;
    width: 100%;
    max-height: 297px;
    overflow-x: hidden;
}

/* Customer section */
#customers {
    position: relative;
    z-index: 10;
    padding: 72px 0;
    background: #FFFFFF;
}
#customers img {
    max-width: 100%;
}

/* Chyron */
.chyron {
    position: relative;
    z-index: 10;
    padding: 44px 0;
    font-size: 14px;
    line-height: 24px;
    color: #333A44;
    background-color: #F4F4F5;
}
.chyron strong {
    font-weight: 600;
}

/* Excellence */
.excellence {
    position: relative;
    z-index: 10;
    padding: 44px 0;
    font-size: 14px;
    line-height: 24px;
    color: #333A44;
    background-color: #F4F4F5;
}
.excellence a {
    display: inline-block;
    height: 70px;
}
.excellence img {
    height: 70px;
}

/* Contact form */
#contact-form {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 72px 0;
    background: #1A64AD;
}
#contact-form .container h2 {
    z-index: 100;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #FFFFFF;
}
#contact-form .container {
    position: relative;
    z-index: 100;
}
#contact-form .square {
    z-index: 10;
    top: 70px;
    left: 50%;
    opacity: 0.04;
    margin-left: -243px;
}
#contact-form .square-md {
    top: -20px;
    margin-left: -181px;
}
#contact-form .message {
    text-align: center;
    color: #FFFFFF;
}
#contact-form .invalid-feedback {
    color: #FFFFFF;
}

/* About */
#mission {
    background: #FFFFFF url(../img/about/background.png) no-repeat top left !important;
}
#mission ol {
    list-style: none;
    counter-reset: mission-counter;
    padding-top: 32px;
    padding-left: 50px;
}
#mission ol li {
    position: relative;
    margin-bottom: 32px;
    counter-increment: mission-counter;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}
#mission ol li:before {
    position: absolute;
    left: -50px;
    content: counter(mission-counter) '. ';
    color: #1A64AD;
    font-weight: 600;
}

/* Contact page */
#contact-body {
    padding: 32px 0;
    background: #ffffff;
}
#contact-body .map {
    position: relative;
    z-index: 0;
    height: 600px;
}
#contact-body .map .cover {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.2;
}
#contact-body .map .address {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 112px;
    font-size: 32px;
    font-weight: 300;
    line-height: 48px;
    color: #333A44;
}
#contact-body .map .address h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    color: #1A64AD;
}
#contact-body .container {
    position: relative;
    z-index: 100;
}
#contact-body .gmap {
    position: relative;
    z-index: 100;
}
#contact-body #prague {
    margin-bottom: 32px;
}
#contact-body #prague .cover {
    background: url(../img/contact/prague.jpg) no-repeat center center;
    background-size: cover;
}
#contact-body #prague .gmap .map {
    padding-right: 0;
}
#contact-body #ns .cover {
    background: url(../img/contact/ns.jpg) no-repeat center center;
    background-size: cover;
}
#contact-body #ns .gmap .map {
    padding-left: 0;
}

/* Social */
#social {
    padding: 16px 0;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    background: #545F6E;
}

/* Family page */
#family-page {
    padding: 112px 0;
    background: #FFFFFF;
}
#family-page .container {
    position: relative;
    /*max-width: 1000px;*/
    padding: 0;
}
#family-page #grid {
    width: 100% !important;
}
#family-page #grid .member {
    width: 100%;
    /*padding: 0 20px;*/
    background-color: #FFFFFF;
    background-image: none !important;
}
#family-page #grid .member.expanded {
    width: 100%;
    min-height: 500px;
    background-color: #FFFFFF;
    background-image: none !important;
}
#family-page #grid .member .image {
    display: block;
    float: left;
    width: 165px;
    height: 165px;
    margin: 0 30px 0 20px;
}
#family-page #grid .member.expanded .image {
    display: block;
    float: left;
}
#family-page #grid .member .image .info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 65px;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}
#family-page #grid .member .member-details {
    display: block;
    padding: 0 20px;
}
#family-page #grid .member.expanded .member-details {
    display: block;
}
#family-page #grid .member .member-details img {
    display: none;
    float: left;
    margin: 0 30px;
}
#family-page #grid .member .member-details h4 {
    color: #1A64AD;
}
#family-page #grid .member .member-details h5 {
    margin-bottom: 1.5rem;
}
#family-page #grid .member .member-details .close {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1rem;
    right: 10px;
    cursor: pointer;
}
#family-page #grid .member.expanded .member-details .close {
    display: block;
}
#family-page #grid .member .member-details .close::before,
#family-page #grid .member .member-details .close::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #1A64AD;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#family-page #grid .member .member-details .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#family-page #grid .member .member-details .close:hover::before,
#family-page #grid .member .member-details .close:hover::after {
    background: #000000;
}

/* Isotope */
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* Footer */
footer {
    padding: 72px 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF;
}
footer p {
    margin: 0;
}
footer a {
    color: #FFFFFF;
}
footer a:hover,
footer a:active,
footer a:focus {
    color: #FFFFFF;
}

/* Style guide: squares */
.square {
    position: absolute;
    width: 300px;
    height: 300px;
    transform: rotate(315deg);
    background-color: #D8D8D8;
}
.square-md {
    width: 362px;
    height: 362px;
}
.square-lg {
    width: 486px;
    height: 486px;
}
.square-grey-light {
    background-color: #F4F4F5;
}
.square-blue {
    background-color: #1A64AD;
}
.square-blue-light {
    background-color: #0087CD;
}

/* Style guide: font sizes */
.fs-16 { font-size: 16px; }
.fs-24 { font-size: 24px; }
.fs-32 { font-size: 32px; }
.fs-92 { font-size: 92px; }

/* Style guide: font weights */
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

/* Style guide: colors */
.c-grey { color: #333A44; }
.c-grey-mid { color: #545F6E; }
.c-grey-blue { color: #8598B2; }
.c-blue { color: #1A64AD; }
.c-blue-light { color: #0087CD; }
.c-white { color: #FFFFFF; }
.c-white-grey { color: #DDE1E4; }
.c-white-dust { color: #F4F4F5; }

/* Style guide: background colors */
.bc-grey { background-color: #333A44; }
.bc-grey-mid { background-color: #545F6E; }
.bc-grey-blue { background-color: #8598B2; }
.bc-blue { background-color: #1A64AD; }
.bc-blue-light { background-color: #0087CD; }
.bc-white { background-color: #FFFFFF; }
.bc-white-grey { background-color: #DDE1E4; }
.bc-white-dust { background-color: #F4F4F5; }

/* reCaptcha */
.grecaptcha-badge {
    z-index: 100;
}

/* Blog */
#articles {
    padding: 0 20px 42px 20px;
    background: #d8d8d8;
}
.section.section-article .container {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
}
.section.section-article .image {
    margin-bottom: 16px;
}
.section.section-article .content {
    padding-bottom: 66px;
}
.section.section-article h2 {
    margin-bottom: 16px;
}
.section.section-article h2 a {
    font-weight: 600;
    color: #1A64AD;
}
.section.section-article .excerpt {
    font-size: 24px;
    font-weight: 300;
    line-height: 42px;
}
.section.section-article .author {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    padding-left: 66px;
    font-size: 16px;
    color: #333A44;
}
.section.section-article .author img,
#article .article .article-body .container .author img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: 0 0;
}
#article .article {
    position: relative;
    padding: 42px 20px;
    z-index: 1;
    background: #d8d8d8;
}
#article .article .article-body {
    position: relative;
}
#article .article .article-body .container {
    padding: 16px 32px 32px 32px;
    background: #ffffff;
    border: none;
}
#article .article .article-body .container h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
    color: #1A64AD;
}
#article .article .article-body .container .author {
    position: relative;
    margin-bottom: 32px;
    padding-left: 66px;
    font-size: 16px;
}
#article .article .article-body .container .content {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
#article .article .article-body .container .content p {
    margin-bottom: 32px;
}

/* Media queries */
@media (min-width: 576px) {
    header, .section, #customers, #contact-form {
        padding: 112px 0;
    }
    header h1 {
        font-size: 56px;
        line-height: 72px;
    }
    header p {
        font-size: 32px;
        font-weight: 300;
        line-height: 56px;
    }
    #services .section {
        padding: 48px 0;
    }
    .section h2 {
        font-size: 32px;
        line-height: 56px;
    }
    .section p {
        font-size: 24px;
        font-weight: 300;
        line-height: 48px;
    }
    .section.section-static p {
        margin-bottom: 1rem;
        font-size: 18px;
        line-height: 36px;
    }
    .section.pb-0 .dots {
        padding-bottom: 48px;
    }
    .section .spacer {
        padding-top: 72px;
    }
    .section .text-slide {
        padding-top: 112px;
    }
    .section-advisor {
        padding: 32px 0;
    }
    .section-advisor p {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 32px;
    }
    #mission ol li {
        font-size: 24px;
        font-weight: 300;
        line-height: 48px;
    }
    .chyron {
        font-size: 24px;
        font-weight: 300;
        line-height: 48px;
    }
    #contact-form .container h2 {
        font-size: 32px;
        font-weight: bold;
        line-height: 56px;
    }
    footer {
        padding: 64px 0;
        font-size: 16px;
        line-height: 32px;
    }
    #family-page .container {
        /*max-width: 499px;*/
    }
    #family-page #grid .member.expanded .image {
        /*display: block;*/
        /*float: left;*/
    }
    #family-page #grid .member.expanded .member-details img {
        /*display: none;*/
    }
    #articles {
        padding: 0 0 42px 0;
        background: #d8d8d8;
    }
    #article .article {
        padding: 42px 0;
    }
    #article .article .article-body .container h2 {
        font-size: 32px;
        line-height: 56px;
    }
    #article .article .article-body .container .content {
        font-size: 24px;
        line-height: 42px;
    }
}
@media (min-width: 768px) {
    header, #contact-form {
        padding: 136px 0;
    }
    header h1 {
        margin-bottom: 24px;
        font-size: 72px;
        line-height: 96px;
    }
    header p {
        font-size: 28px;
    }
    .section {
        padding: 120px 0;
    }
    #services .section {
        padding: 120px 0 48px 0;
    }
    .section h2 {
        margin-bottom: 32px;
    }
    .section p {
        font-size: 28px;
    }
    .section.section-static {
        padding: 60px 0;
    }
    .section.section-static h3 {
        margin-bottom: 1rem;
    }
    .section.section-static p {
        margin-bottom: 1rem;
        font-size: 18px;
        line-height: 36px;
    }
    .section .spacer {
        padding-top: 80px;
    }
    .section .graphic img {
        max-width: 100%;
    }
    .section .text-slide {
        padding-top: 120px;
    }
    .section-advisor {
        padding: 64px 0;
    }
    .section-advisor h2 {
        margin-bottom: 8px;
    }
    .section-advisor h4 {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 48px;
    }
    .section-advisor p {
        font-size: 24px;
        line-height: 48px;
    }
    .btn-primary {
        display: inline-block;
        width: 248px;
    }
    #mission ol {
        padding-top: 64px;
    }
    #customers {
        padding: 96px 0;
    }
    #family-page .container {
        max-width: 666px;
    }
    #family-page #grid .member {
        cursor: pointer;
        float: left;
        width: 165px;
        height: 165px;
        border: 1px solid #FFFFFF;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    #family-page #grid .member .image {
        margin: 0 30px 0 0;
    }
    #family-page #grid .member.expanded {
        height: auto;
    }
    #family-page #grid .member.expanded .image {
        display: none;
    }
    #family-page #grid .member .member-details {
        display: none;
    }
    #family-page #grid .member.expanded .member-details {
        display: block;
        padding-top: 2rem;
    }
    #family-page #grid .member.expanded .member-details img {
        display: block;
    }
}
@media (min-width: 992px) {
    header {
        padding: 344px 0;
    }
    header h1 {
        font-size: 92px;
        font-weight: 400;
        line-height: 104px;
    }
    header p {
        font-size: 32px;
    }
    .section {
        padding: 136px 0;
    }
    #services .section {
        padding: 136px 0 48px 0;
    }
    .section .spacer {
        padding-top: 96px;
    }
    .section .image-slides .image-slide-img {
        background-size: auto 100%;
        background-position: left top;
        opacity: 1;
    }
    .section-advisor {
        padding: 72px 0;
    }
    .section.pb-0 .dots {
        padding-bottom: 64px;
    }
    .section .text-slide {
        padding-top: 136px;
    }
    .section .text-slide, .section .dots .cover {
        background: #333A44;
    }
    #mission ol {
        padding-top: 128px;
    }
    #customers {
        padding: 80px 0;
    }
    #family-page .container {
        max-width: 1000px;
    }
}
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
    header {
        padding: 172px 0;
    }
    .section.section-article .image {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    #articles {
        padding: 70px 0 112px 0;
    }
    #article header {
        height: 720px;
    }
    #article .article {
        padding: 0;
    }
    #article .article .article-body {
        top: -360px;
        margin-bottom: -300px;
    }
    #article .article .article-body .container {
        padding: 108px 120px 120px 120px;
    }
}
