@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
ul.other_langs > li > a {
    position: relative;
	font-family: Neue Montreal, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
	padding: .75rem;
}
ul.other_langs > li > a.active {
	color: #3DE22B;
}
ul.other_langs > li:nth-child(1) > a:before {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;    
    top: 25%;
    left: 0;
    background-color: #fff;
}
ul.other_langs > li:nth-child(2) > a:before {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;    
    top: 25%;
    right: 0;
    background-color: #fff;
}
/*@media screen and (min-width: 992px) {
    body > section:nth-child(3) > div.container {
        padding: 3rem 1.5rem 1.5rem !important;
    }
    body > section:nth-child(3) > div.container > div.row {
        padding: 3rem 1.5rem 1.5rem !important;
    }
    body > section:nth-child(3) > div.container > div.row > div > h3 {
        padding: 0 !important;
        margin-bottom: 2rem !important;
    }
    body > section:nth-child(3) > div.container > div.row > div > p {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    body > section:nth-child(4) > div.container {
        padding: 1.5rem !important;
    }
    body > section:nth-child(4) > div.container > div.row {
        padding: 1.5rem !important;
    }
    body > section:nth-child(4) > div.container > div.row > div > h3 {
        padding: 0 !important;
        margin-bottom: 2rem !important;
    }
    body > section:nth-child(4) > div.container > div.row > div > p {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    body > section:nth-child(5) > div.container {
        padding: 1.5rem !important;
    }
    body > section:nth-child(5) > div.container > div.row {
        padding: 1.5rem !important;
    }
    body > section:nth-child(5) > div.container > div.row > div > h3 {
        padding: 0 !important;
        margin-bottom: 2rem !important;
    }
    body > section:nth-child(5) > div.container > div.row > div > p {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
}*/


@font-face {
    font-family: Neue Montreal;
    src: url("/theme/fonts/NeueMontreal/Regular/NeueMontreal-Regular.eot");
    src: url("/theme/fonts/NeueMontreal/Regular/NeueMontreal-Regular.eot?#iefix") format("embedded-opentype"),
    url("/theme/fonts/NeueMontreal/Regular/NeueMontreal-Regular.woff") format("woff"),
    url("/theme/fonts/NeueMontreal/Regular/NeueMontreal-Regular.woff2") format("woff"),
    url("/theme/fonts/NeueMontreal/Regular/NeueMontreal-Regular.ttf") format("truetype"),
    url("/theme/fonts/NeueMontreal/Regular/NeueMontreal-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: Neue Montreal Medium;
    src: url("/theme/fonts/NeueMontreal/Medium/NeueMontreal-Medium.eot");
    src: url("/theme/fonts/NeueMontreal/Medium/NeueMontreal-Medium.eot?#iefix") format("embedded-opentype"),
    url("/theme/fonts/NeueMontreal/Medium/NeueMontreal-Medium.woff") format("woff"),
    url("/theme/fonts/NeueMontreal/Medium/NeueMontreal-Medium.woff2") format("woff"),
    url("/theme/fonts/NeueMontreal/Medium/NeueMontreal-Medium.ttf") format("truetype"),
    url("/theme/fonts/NeueMontreal/Medium/NeueMontreal-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: Neue Montreal Bold;
    src: url("/theme/fonts/NeueMontreal/Bold.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}
h1 {
    font-family: Neue Montreal Bold, Neue Montreal Medium, sans-serif;
}
h2, h3, h4, h5, h6, p, div, span, a, input {
    font-family: Neue Montreal, sans-serif;
}
h3 {
    font-family: Neue Montreal Medium, sans-serif;
}
p {
    font-size: 18px;
}
p.medium {
    font-family: Neue Montreal Medium, sans-serif;
    font-weight: 500;
    line-height: 34px;
}
p.bold {
    font-family: Neue Montreal Bold, Neue Montreal Medium,, sans-serif;
    font-weight: 500;
    line-height: 34px;
}
.subtitle {
    font-family: Neue Montreal Medium, sans-serif;
    line-height: 1.5;
    color: #000;
    font-size: 1.5rem;
}
.description  {
    font-weight: 600;
}
.btn-outline {
    font-family: Neue Montreal Bold, Neue Montreal Medium,, sans-serif;
}

@media screen and (min-width: 991px) {
    h1 {
        font-size: 64px;
    }
    h3 {
        font-size: 36px;
    }
    p.medium {
        font-size: 24px;
    }
    p.bold {
        font-size: 24px;
    }
    .subtitle {
        font-size: 36px;
    }
    .description  {
        font-size: 22px;
    }
    .btn-outline {
        font-size: 15px;
    }
}
.bg-light {
    background-color: #E5E5E5 !important;
}
.bg-dark {
    background-color: #161616 !important;
}
@media screen and (max-width: 991px) {
    nav {
        background-color: rgba(0,0,0,.5);
        position: fixed !important;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}
.navbar-dark .navbar-nav .nav-link {
    font-family: Neue Montreal, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
nav ul > li.nav-item.active > a {
    position: relative;
}
nav ul > li.nav-item.active > a:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3DE22B;
}
nav > a.navbar-brand > img {
    width: 100px;
    height: auto;
    max-width: none;
}
@media screen and (max-width: 991px) {
    nav > a.navbar-brand > img {
        width: 75px;
        height: auto;
        max-width: none;
    }
}
.marker-title {
    font-family: Neue Montreal Medium, sans-serif;
    font-size: 16px;
    position: relative;
    color: #3DE22B;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 64px;
}
.marker-title:before {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    background-color: #3DE22B;
    left: -64px;
    top: calc(50% - 2px);
}
@media screen and (min-width: 992px) {
    .marker-title  {
        font-family: Neue Montreal Bold, Neue Montreal Medium,, sans-serif;
        font-size: 20px;
    }
}
.btn-outline {
    color: #3DE22B;
    border-color: #3DE22B;
    border-radius: 0;
    text-transform: uppercase;
    padding-left: 2rem;
    padding-right: 2rem;
}
.btn-outline:hover {
    color: #fff;
    background-color: #3DE22B;
    border-color: #3DE22B;
}
.btn-outline:active {
    color: #fff;
    background-color: #3DE22B;
    border-color: #3DE22B;
}
@media screen and (min-width: 991px) {
    .row.two-col > div:nth-child(1) {
        padding-right: 3rem;
    }
    .row.two-col > div:nth-child(2) {
        padding-left: 3rem;
    }
}
@media screen and (min-width: 991px) {
    .row.content:nth-child(even) > div:nth-child(2) {
        padding-right: 3rem;
        order: 1;
    }
    .row.content:nth-child(even) > div:nth-child(1) {
        order: 2;
    }
    .row.content:nth-child(odd) > div:nth-child(2) {
        padding-left: 3rem;
    }
}
.input-group-prepend span{
    min-width: 42px;
}
.input-group-prepend input{
    padding: 17px;
}
#ModalForm span.error {
	position: absolute;
    bottom: -6px;
    left: 0;
    padding: 0 6px;
    line-height: 2;
    color: red;
    font-size: 12px;
}
#FeedbackForm span.error {
    position: absolute;
    top: 0;
    right: 6px;
    padding: 0 6px;
    line-height: 4;
    font-size: 12px;
    color: red;
}

footer div.card h5 {
    font-size: 24px;
    text-align: center;
}
@media screen and (min-width: 992px) {
    footer div.card h5 {
        font-family: Neue Montreal Medium, sans-serif;
        font-size: 36px;
        text-align: left;
    }
}

/* Force logo left on mobile */
@media screen and (max-width: 991px) {
    .navbar {
        justify-content: flex-start !important;
    }
    .navbar-brand {
        margin-right: auto;
    }
}

@media screen and (max-width: 991px) {
    .card-img-overlay .container {
        margin-bottom: 145px !important;
    }
}
.team-card {
    background-color: #fff;
    box-shadow: 7px 13px 11px #ccc;
    margin-bottom: 2rem;
}