<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    font-variant: normal;
    color: #1e1e1e;
    background-color: #F4F4F4;
}

h1 {
    font-size: 33px;
    font-weight: 700;
    word-break: break-word;
}

h2 {
    font-size: 30px;
    font-weight: 600;
}

h3 {
    font-size: 27px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

h5 {
    font-size: 14px;
    font-weight: 700;
}

.accent-button {
    border-radius: 3px;
    background-color: #007793;
    color: #FFF;
    padding: 10px 60px;
    margin-top: 10px;
    border: 0px;
    font-weight: 400;
    font-size: 11px;
}

/* ================================= */
.navbar {
    min-height: 95px;
    margin-bottom: 0;
}

.navbar-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.navbar-brand {
    padding: 0;
}

.nav-heading {
    font-size: 16px;
    font-weight: 700;
}

#mynavbar {

}

#mynavbar ul {
    background-color: #FFF;
}

#mynavbar ul.dropdown-menu {
    background-color: #1e1e1e;
    font-size: 12px;
    text-align: center;
    border-radius: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#mynavbar ul.dropdown-menu a {
    color: #FFF;
}

#mynavbar a {
    color: #1e1e1e;
}

.navbar-nav &gt; li &gt; a {
    padding: 31px 10px;
    line-height: 18px;
    font-size: 12px;
}

.nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:active {
    background-color: transparent;
}

.nav .open &gt; a, .nav .open &gt; a:focus, .nav .open &gt; a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #1e1e1e;
}

.mydivider {
    position: absolute;
    right: 0;
    top: 30px;
    width: 1px;
    height: 45px;
    background: #CACACA;
}

.mycaret {
    position: absolute;
    bottom: 0;
    left: 43%;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-bottom: 12px dashed;
    border-top: 12px solid \9;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

/* ================================= */

.carousel-caption {
    top: 55%;
    bottom: auto;
    left: auto;
    right: auto;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px 25px 25px 25px;
    color: #1e1e1e;
    text-align: left;
    font-size: 18px;
    text-shadow: none;
    max-width: 450px;
    line-height: 1;
}

.carousel-caption h3 {
    font-size: 27px;
    font-weight: 700;
}

/* ================================= */

main h1.start {
    margin-top: 70px;
    margin-bottom: 70px;
}

main h1 {
    margin-top: 50px;
    margin-bottom: 50px;
}

main ul,
main ol {
    padding-left: 40px;
    list-style: none;
}

li {
    list-style-type: none !important;
}

main li:before,
footer li:before {
    font-family: 'FontAwesome';
    /* fa-check */
    content: "\f00c";
    margin: 0 20px 0 -15px;
}

#main-right-boxes {
    margin-top: 30px;
}

#main-right-boxes a {
    text-decoration: none;
}

#main-right-boxes a:hover div, #main-right-boxes a:active div {
    color: #FFF;
    background-color: #000;
}

.main-wrapper {
    padding: 0px;
}

.main-left {
    padding-left: 0px;
    overflow: hidden;
}

div.main-left &gt; img {
    width: 100%;
}

.main-right {
    padding-right: 0px;
    overflow: hidden;
}

.main-margin-fix {
    height: 30px;
}

.main-right-inner {
    background-color: #FFF;
    padding: 20px;
}

.main-right-box-outer {
    position: relative;
    padding: 20px;
    background: #000;
    overflow: hidden;
    margin-top: 10px;
}

.main-right-box-outer:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
    background-image: url('../images/structure/team-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.main-right-box {
    position: relative;
    font-size: 12px;
    padding: 20px;
    color: #000;
    background: #FFF;
    opacity: 1;
    text-align: center;
}

/* ================================= */

#breadcrumb-outer {
    background-color: #e2e2e2;
}

.breadcrumb {
    padding: 5px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: inherit;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

ol.breadcrumb li:before {
    content: none;
    margin: unset;
}

ol.breadcrumb li a {
    color: #8e8e8e;
}

ol.breadcrumb li a:focus, ol.breadcrumb li a:hover {
    color: #8e8e8e;
    text-decoration: none;
}

ol.breadcrumb li.active {
    color: #4e4e4e;
}

ol.breadcrumb &gt; li + li:before {

}

/* ================================= */

.content-offset-wrapper {
    background-color: white;
}

.content-offset-wrapper + .content-offset-wrapper {
    margin-top: 40px;
}

.content-position-fix {
    position: relative;
}

.content-offset {
    z-index: 10;
    background-color: #fff;
    padding: 30px;
}

.overlay-fix {
    background-color: #F4F4F4;
    height: 100%;
    width: 10000px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.overlay-fix-left {
    left: -10000px;
}

.overlay-fix-right {
    right: -10000px;
}

/* ================================= */

.content-box h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.content-box h4 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.service-item {
    padding: 10px 40px 40px 40px;
    color: #FFF;
    background-color: #2c2c2c;
    margin-bottom: 30px;
    line-height: 1.1;
    background-image: url('../images/structure/content-box-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;

    height: 95%;
}

/* ================================= */

#contact {
    background-color: #FFF;
    padding: 30px;
}

.contact-adress {
    font-size: 12px;
    line-height: 1.2;
}

#contact-form textarea.form-control {
    resize: none;
}

/* ================================= */

#team {
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
    margin-top: 130px;
    background-image: url('../images/structure/team-bg.jpg');
    background-size: cover;
}

#team h2 {
    color: #FFF;
    margin-top: 30px;
}

#team div.container {
    padding-left: 35px;
    padding-right: 35px;
}

#team div.col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.team-item {
    position: relative;
    margin-top: 40px;
    opacity: 1;
}

.overlay-icon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #757575;
    font-size: 20px;
    padding: 5px 10px;
}

.overlay-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 40px 10px 40px;
    line-height: 1;
    font-size: 12px;
    color: #000;
}

.overlay-text p {
    margin: 0 0 5px;
}

.team-heading {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

/* ================================= */

#map-outer {
    position: relative;
}

#map-inner-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-boxes {

}

.footer-box {
    position: relative;
    padding: 10px 20px 20px 20px;
    margin-bottom: 12px;
    background-color: #FFF;
}

.footer-box p {
    margin: 0;
}

.footer-heading {
    font-size: 14px;
    font-weight: 700;
}

#footer-links {
    padding-left: 15px;
}

#footer-links a {
    color: #000;
    text-decoration: none;
}

#footer-links i {
    margin-right: 10px;
}

.footer-box-logo {
    position: absolute;
    left: -34px;
    top: 0px;
}

.footer-logo {
    width: 34px;
    height: 48px;
}

@media (max-width: 1500px) {
    #main-right-boxes &gt; .row &gt; div {
        width: 50%;
    / / or better set the width to 1000 px
    }
}
/* fix navbar */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav&gt;li {
        float: none;
    }
    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
@media (max-width: 1000px) {

}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    h1{
        font-size: 23px !important;
    }
}</pre></body></html>