html,
body {
    width: 100%;
    overflow-x: hidden;
}

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

@media (max-width: 991px) {
    .row-reverse {
        flex-direction: row-reverse;
    }
}

@media (max-width: 767px) {
    .column-reverse {
        flex-direction: column-reverse;
    }
}

/*Text*/
body {
    font-size: 15px;
    line-height: 1.2;
    color: #101e2b;
    font-weight: 300;
}

@media (max-width: 380px) {
    body {
        font-size: 13px;
    }
}

/*Titles*/
h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    margin: 5px 0 15px 0;
}

@media (max-width: 380px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
}

@media (max-width: 380px) {
    h3 {
        font-size: 20px;
    }
}

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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'hypex-fonticons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hy-d-print:before {
    content: "\e900";
}

.hy-angle-bottom:before {
    content: "\e901";
}

.hy-angle-left:before {
    content: "\e902";
}

.hy-angle-right:before {
    content: "\e903";
}

.hy-angle-top:before {
    content: "\e904";
}

.hy-arrow-top-left:before {
    content: "\e905";
}

.hy-arrow-top-right:before {
    content: "\e906";
}

.hy-camera:before {
    content: "\e907";
}

.hy-check:before {
    content: "\e908";
}

.hy-checkbox:before {
    content: "\e909";
}

.hy-checkbox-empty:before {
    content: "\e90a";
}

.hy-close:before {
    content: "\e90b";
}

.hy-download:before {
    content: "\e90c";
}

.hy-edit:before {
    content: "\e90d";
}

.hy-email:before {
    content: "\e90e";
}

.hy-eye:before {
    content: "\e90f";
}

.hy-eye-off:before {
    content: "\e910";
}

.hy-facebook:before {
    content: "\e911";
}

.hy-file:before {
    content: "\e912";
}

.hy-info:before {
    content: "\e913";
}

.hy-minus:before {
    content: "\e914";
}

.hy-phone:before {
    content: "\e915";
}

.hy-plus:before {
    content: "\e916";
}

.hy-reload:before {
    content: "\e917";
}

.hy-save:before {
    content: "\e918";
}

.hy-search:before {
    content: "\e919";
}

.hy-send:before {
    content: "\e91a";
}

.hy-settings:before {
    content: "\e91b";
}

.hy-shopping-bag:before {
    content: "\e91c";
}

.hy-trash:before {
    content: "\e91d";
}

.hy-triangle-bottom:before {
    content: "\e91e";
}

.hy-triangle-left:before {
    content: "\e91f";
}

.hy-triangle-right:before {
    content: "\e920";
}

.hy-triangle-top:before {
    content: "\e921";
}

.hy-twitter:before {
    content: "\e922";
}

.hy-user:before {
    content: "\e923";
}

.hy-world:before {
    content: "\e924";
}

.hy-youtube:before {
    content: "\e925";
}

/*Buttons and links*/
a {
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    color: #5c8894;
}

a:hover, a:active, a:focus {
    color: #101e2b;
}

.btn {
    padding: 9px 28px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    height: 42px;
}

@media (max-width: 380px) {
    .btn {
        font-size: 13px;
        padding-top: 11px;
    }
}

.btn.btn-default {
    border: 1px solid #101e2b;
    color: #101e2b;
    background-color: transparent;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    background-color: #101e2b;
    color: #fff;
}

.btn.btn-secondary {
    border: 1px solid #81b0b6;
    color: #81b0b6;
    background-color: transparent;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
    background-color: #81b0b6;
    color: #101e2b;
}

.btn.btn-lightblue {
    background-color: #81b0b6;
    color: #101e2b;
}

.btn.btn-lightblue:hover, .btn.btn-lightblue:focus, .btn.btn-lightblue:active {
    background-color: #b5d9df;
    color: #101e2b;
}

/*Tables*/
/*Tabs*/
/*Placeholder*/
::-webkit-input-placeholder {
    color: red;
    font-style: italic;
}

::-moz-placeholder {
    color: red;
    font-style: italic;
}

:-ms-input-placeholder {
    color: red;
    font-style: italic;
}

:-moz-placeholder {
    color: red;
    font-style: italic;
}

/*Checkboxes*/
.checkbox {
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-style: normal;
    font-size: 1em;
    cursor: pointer;
    margin: 0;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid gray;
    border-radius: 7px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 11px;
    color: #fff;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    display: none;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: none;
    box-shadow: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
    background-color: #fff;
    content: " ";
    display: block;
    width: 8px;
    height: 15px;
    border: solid blue;
    border-width: 0 4px 4px 0;
    position: absolute;
    left: 8px;
    top: 6px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
    outline: none;
    box-shadow: none;
}

.checkbox input[type="checkbox"]:disabled + label:before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

/*Radios*/
.radio {
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.radio .mp-info {
    position: relative;
    top: 2px;
    color: blue;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    font-style: normal;
    font-size: 1em;
    margin-bottom: 0;
}

.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    margin-left: -20px;
    border: 1px solid gray;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 16px;
    height: 16px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    display: none;
}

.radio input[type="radio"]:focus + label::before {
    outline: none;
    box-shadow: none;
    background-color: blue;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: blue;
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label:before {
    cursor: not-allowed;
}

.radio .radio-inline {
    margin-top: 0;
}

/* Html select box*/
.custom-select {
    background: #fff url(../assets/img/angle-bottom.svg) no-repeat right 0.75rem center;
    background-size: 17px;
    padding-right: 35px;
    border-radius: 3px;
    cursor: pointer;
}

.custom-select:focus {
    border-color: red;
}

/*Js select box*/
.select-box {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 42px;
    text-align: left;
    border: 1px solid gray;
}

.select-box .select {
    cursor: pointer;
    display: block;
    padding: 10px;
}

.select-box .select > i {
    font-size: 15px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
}

.select-box:focus {
    box-shadow: none;
    outline: none;
}

.select-box:active {
    background-color: #f8f8f8;
}

.select-box.active:hover, .select-box.active {
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8;
}

.select-box.active .select > i {
    transform: rotate(180deg);
}

.select-box .select-box-menu {
    position: absolute;
    background-color: #fff;
    width: calc(100% + 2px);
    left: -1px;
    margin-top: -1px;
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
    padding: 0;
    list-style: none;
    border: 1px solid red;
}

.select-box .select-box-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.select-box .select-box-menu li:hover {
    background-color: #f2f2f2;
}

.select-box .select-box-menu li:active {
    background-color: #e2e2e2;
}

/*Header*/
body.disableScroll {
    overflow: hidden !important;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

header {
    height: 60px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    transition: all 0.35s ease-in-out;
}

@media (max-width: 767px) {
    header {
        height: 50px;
    }
}

header.scroll-down {
    background-color: #fff;
}

header .inner {
    padding: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

header .navbar-brand {
    font-weight: 300;
    font-size: 15px;
    color: #101e2b;
    margin-left: 90px;
    padding: 0;
}

header .navbar-brand img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

@media (max-width: 767px) {
    header .navbar-brand {
        margin-left: 75px;
    }

    header .navbar-brand img {
        width: 34px;
    }

    header .navbar-brand span {
        display: none;
    }
}

@media (max-width: 575px) {
    header .navbar-brand {
        margin-left: 70px;
    }
}

header .mail-btn {
    background-color: #101e2b;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-in-out;
}

@media (max-width: 767px) {
    header .mail-btn {
        width: 50px;
        height: 50px;
    }

    header .mail-btn img {
        width: 24px;
        height: auto;
    }
}

header .mail-btn:hover {
    background-color: #000;
}

@media (hover: none) {
    header .mail-btn:hover {
        background-color: #101e2b;
    }
}

/*Languages*/
.languages {
    list-style: none;
    display: inline-flex;
    margin-right: 80px;
    margin-left: auto;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .languages {
        list-style: none;
        display: inline-flex;
        margin-right: 60px;
        padding-left: 0;
    }
}

.languages .nav-link {
    padding: 15px 10px;
    font-size: 15px;
    color: #101e2b;
    cursor: pointer !important;
}

.languages .nav-link.active {
    font-weight: 600;
}

/*Navigation*/
/*Main navigation*/
#main-navigation {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    padding: 60px 0 60px 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: scroll;
}

#main-navigation.hide-nav {
    z-index: 1000;
    opacity: 1;
    background: #101e2b;
}

#main-navigation.show-nav {
    display: flex;
    z-index: 1000;
    background: #101e2b;
    opacity: 1;
}

#main-navigation li {
    list-style: none;
}

#main-navigation li a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 300;
    padding: 5px 0;
    display: block;
}

@media (max-width: 767px) {
    #main-navigation li a {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    #main-navigation li a {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    #main-navigation li a {
        font-size: 18px;
    }
}

#main-navigation ul.about li a {
    color: #81b0b6;
}

#main-navigation ul.about li a:hover {
    color: #b5d9df;
}

#main-navigation ul.services li a {
    color: #fff;
}

#main-navigation ul.services li a:hover {
    color: #b5d9df;
}

.hamburger {
    padding: 19px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: #fff;
    text-transform: none;
    background-color: #101e2b;
    border: 0;
    margin: 0;
    overflow: visible;
    transition: all 0.35s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 60px;
    height: 60px;
}

@media (max-width: 767px) {
    .hamburger {
        width: 50px;
        height: 50px;
        padding: 18px 12px;
    }
}

.hamburger:hover {
    background-color: #000;
}

@media (hover: none) {
    .hamburger:hover {
        background-color: #101e2b;
    }
}

.hamburger.is-active:hover {
    opacity: 1;
}

.hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-box {
    width: 30px;
    height: 21px;
    display: inline-block;
    position: relative;
}

@media (max-width: 767px) {
    .hamburger-box {
        width: 26px !important;
        height: 2px;
    }
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

@media (max-width: 767px) {
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 26px !important;
        height: 2px;
    }
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -9px;
}

.hamburger-inner::after {
    bottom: -9px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -9px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*Side anchors scrollspy*/
#side-anchors {
    z-index: 10;
    position: relative;
}

#side-anchors .nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    transform-origin: 0 100%;
    transform: rotate(90deg);
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
    background: #fff;
    min-width: calc(100vh - 60px);
}

@media (max-width: 767px) {
    #side-anchors .nav {
        height: 50px;
        width: calc(100vh - 50px);
    }
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
    #side-anchors .nav {
        padding-top: 20px;
    }
}

#side-anchors .nav .nav-item .nav-link {
    color: #101e2b;
    position: relative;
    transition: all 0.35s ease-in-out;
    cursor: pointer !important;
}

#side-anchors .nav .nav-item .nav-link span {
    transition: all 0.35s ease-in-out;
}

#side-anchors .nav .nav-item .nav-link span.num {
    transform: rotate(-90deg);
    display: block;
    width: 25px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

#side-anchors .nav .nav-item .nav-link span.title {
    white-space: nowrap;
    margin-left: 10px;
    max-width: 0;
    overflow: hidden;
    display: block;
    transition: all 0.35s ease-in-out;
    color: #fff;
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
    #side-anchors .nav .nav-item .nav-link span.title {
        display: none;
    }
}

#side-anchors .nav .nav-item .nav-link.active span.title {
    max-width: none;
    transition: all 0.35s ease-in-out;
    color: #101e2b;
}

/*Side contacts*/
#side-contacts {
    z-index: 10;
    position: fixed;
    right: 0;
    top: 0;
    transform-origin: 100% 100%;
    transform: rotate(-90deg);
    background: #fff;
    width: calc(100vh - 60px);
}

@media (max-width: 767px) {
    #side-contacts {
        width: calc(100vh - 50px);
    }
}

@media (max-width: 480px) {
    #side-contacts {
        display: none;
    }
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
    #side-contacts {
        display: none;
    }
}

#side-contacts .inner {
    text-align: right;
    height: 60px;
    padding: 20px 30px 20px 20px;
}

@media (max-width: 767px) {
    #side-contacts .inner {
        height: 50px;
        padding: 15px 30px 15px 15px;
    }
}

#side-contacts .inner a {
    color: #101e2b;
    text-decoration: none;
}

#side-contacts .inner img {
    margin-left: 20px;
}

/*Footer*/
footer {
    background-color: #fff;
    color: #101e2b;
    height: 60px;
    width: 100%;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p {
    margin: 0;
}

@media (max-width: 767px) {
    footer {
        height: 50px;
        padding: 15px;
        padding-left: 50px;
    }
}

/*Sections*/
section {
    padding: 90px 105px 90px 105px;
    z-index: 0;
    position: relative;
    min-height: 80vh;
}

@media (max-width: 767px) {
    section {
        padding: 80px 75px 50px 75px;
    }
}

@media (max-width: 480px) {
    section {
        padding: 80px 25px 150px 75px;
    }
}

section .num {
    font-size: 72px;
    font-weight: 600;
    display: block;
}

@media (max-width: 767px) {
    section .num {
        font-size: 60px;
    }
}

@media (max-width: 380px) {
    section .num {
        font-size: 45px;
    }
}

section .container-fluid {
    max-width: 1400px;
}

section p {
    margin-top: 93px;
    margin-bottom: 34px;
    text-align: justify;
}

@media (max-width: 767px) {
    section p {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    section .decoration {
        display: none;
    }
}

#intro {
    padding-top: 0;
    background-image: url(../assets/img/gk.png);
    background-repeat: no-repeat;
    background-position: right 60px top;
    background-color: #fff;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    #intro {
        background-size: 75%;
    }
}

@media (max-width: 767px) {
    #intro {
        background-size: 60%;
    }
}

@media (max-width: 575px) {
    #intro {
        background-image: none;
        display: flex;
        align-items: center;
    }
}

#intro .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#intro img.logo {
    margin-bottom: 100px;
    margin-top: 100px;
}

@media (min-width: 768px) {
    #intro img.logo {
        margin-top: 160px;
    }
}

@media (max-width: 480px) {
    #intro img.logo {
        max-width: 100px;
        margin-bottom: 50px;
        margin-top: 50px;
    }
}

@media (max-width: 380px) {
    #intro img.logo {
        max-width: 90px;
        margin-bottom: 50px;
        margin-top: 50px;
    }
}

#intro .pitch {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 0;
    text-align: left;
}

#intro .pitch strong {
    font-weight: 400px;
    color: #81b0b6;
}

@media (max-width: 991px) {
    #intro .pitch {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    #intro .pitch {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    #intro .pitch {
        font-size: 35px;
    }
}

@media (max-width: 380px) {
    #intro .pitch {
        font-size: 28px;
    }
}

#intro .scroll-btn {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    #intro .scroll-btn {
        right: auto;
        margin-right: 0;
        left: auto;
        padding-left: 30px;
    }
}

#davcno-svetovanje {
    background-image: url(../assets/img/davcno-svetovanje.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#davcno-svetovanje h2 {
    color: #5c8894;
}

#transferne-cene {
    background-image: url(../assets/img/transferne-cene.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#transferne-cene h2 {
    color: #fff;
}

#transferne-cene .num {
    color: #81b0b6;
}

#transferne-cene p {
    color: #fff;
}

#zastopanje {
    background-image: url(../assets/img/zastopanje-v-davcnih-postopkih.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#zastopanje h2 {
    color: #5c8894;
}

#racunovodsko-porocanje {
    background-image: url(../assets/img/racunovodsko-porocanje.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#racunovodsko-porocanje h2 {
    color: #99846d;
}

#poslovno-svetovanje {
    background-image: url(../assets/img/poslovno-svetovanje.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#poslovno-svetovanje h2 {
    color: #5c8894;
}

#o-nas {
    background-image: url(../assets/img/gk-lightblue.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left 60px top 60px;
}

@media (max-width: 991px) {
    #o-nas {
        background-size: 75%;
    }
}

@media (max-width: 767px) {
    #o-nas {
        background-size: 60%;
    }
}

@media (max-width: 575px) {
    #o-nas {
        background-image: none;
        display: flex;
        align-items: center;
    }
}

#o-nas p {
    margin-top: 0;
}

#o-nas #barbara h3 {
    margin-top: 93px;
}

#o-nas #vida {
    margin-top: 100px;
}

#o-nas #maja {
    margin-top: 100px;
}

#o-nas #laura {
    margin-top: 100px;
}

#kontakt {
    background-color: #101e2b;
    padding-top: 100px;
    padding-bottom: 100px;
    align-items: center;
    display: flex;
}

#kontakt p {
    color: #fff !important;
    margin-top: 80px;
    margin-bottom: 80px;
}

#kontakt p a {
    color: #fff;
}

#kontakt a {
    display: inline-block;
}

@media (min-width: 768px) {
    #kontakt br {
        display: none;
    }
}

#map {
    width: 100%;
    padding: 0;
}

/*IE 10 hacks*/
