﻿.body {
    color: #939299 !important;
}

html, body {
    height: 100%;
}

.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

section {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    text-align: left;
}

.language-selector-container {
    position: fixed;
    max-width: 1920px;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99999;
    /*right: 0;*/
    text-align: right;
    padding-right: 45px;
    padding-left: 45px;
}

    .language-selector-container a {
        text-decoration: none;
    }

.no-padding {
    padding: 0;
}

.first-content-on-page {
    margin-top: 50px;
}

a {
    color: #939299;
}

    a:hover {
        color: #000;
    }

h1, h2, h3, h4, h5, h6 {
    margin-top: 0 !important;
    font-weight: 500;
}

h1 {
    font-size: 2.091145854245em;
}

h3 {
    font-size: 1.2546875125469998em;
    margin-bottom: 0;
}

p {
    font-size: 1.2546875125469998em;
}

.company-info-text label,
.company-info-text label a {
    color: #b4bd34;
    float: none;
    display: block;
    font-weight: 400;
    cursor: text;
    margin-bottom: 0;
    font-size: 1.2546875125469998em;
}

.margin-space {
    margin-top: 40px;
}

#map-canvas {
    width: 100%;
    height: 400px;
    background-color: #CCC;
}

.map-container {
    position: relative;
    overflow: hidden;
}

    .map-container:before, .map-container:after, .map:before, .map:after {
        content: '';
        position: absolute;
        box-shadow: none !important;
        z-index: 1;
    }

    .map-container:before {
        top: -5px;
        left: 0;
        right: 0;
        height: 5px;
    }

    .map-container:after {
        right: -5px;
        top: 0;
        bottom: -5px;
        width: 5px;
    }

.map:before {
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
}

.map:after {
    left: -5px;
    top: 0;
    bottom: -5px;
    width: 5px;
}

.news-container {
    margin: 0 0 80px 0;
    /*font-size: 1.2546875125469998em;*/
}

.read-more {
    margin-top: 1.2em;
}

    .read-more a {
        color: #b4bd34;
        margin-top: 1.2em;
        font-size: 1.2546875125469998em;
    }

.news-archive {
    width: 100%;
}

    .news-archive a {
        color: #939299;
        font-size: 1.2546875125469998em;
    }

/**************************** Gallery Grid ******************************/
.responsive-background {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: 100% 100%;*/
    image-rendering: auto;
    /*transition: background-size .4s ease-in-out;
    -moz-transition: background-size .4s ease-in-out;
    -ms-transition: background-size .4s ease-in-out;
    -o-transition: background-size .4s ease-in-out;
    -webkit-transition: background-size .4s ease-in-out;
    -ms-transition: background-size .4s ease-in-out;*/
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    /*transition: background-size .2s linear;
    -moz-transition: background-size .2s linear;
    -ms-transition: background-size .2s linear;
    -o-transition: background-size .2s linear;
    -webkit-transition: background-size .2s linear;
    -ms-transition: background-size .2s linear;*/
    /*transition: background-size .2s ;
    -moz-transition: background-size .2s all;
    -ms-transition: background-size .2s all;
    -o-transition: background-size .2s all;
    -webkit-transition: background-size .2s all;
    -ms-transition: background-size .2s all;*/
}

    .responsive-background.active {
        /*background-size: 150% 150%;*/
        -moz-transform: scale(2,2);
        -webkit-transform: scale(2,2);
        transform: scale(2,2);
        /*image-rendering: pixelated !important;*/
    }

.gallery-wrapper {
    overflow: hidden;
    /*max-height: 450px;*/
}

.limit-height {
    max-height: 450px;
}

.test-image-size {
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 25px;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
}

.zoom-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.zoom-center {
    position: absolute;
    top: 50%;
    color: #fff;
    text-align: center;
    width: 100%;
}

.group-mobile {
    display: none;
}

.group:after {
    visibility: hidden;
    /*display: block;*/
    content: "";
    clear: both;
    height: 0;
}

* html .group {
    zoom: 1;
}
/* IE6 */
*:first-child + html .group {
    zoom: 1;
}
/* IE7 */

.image-block {
    height: 310px;
}

    .image-block img {
        height: 310px;
    }

/**************************** Navigation ********************************/

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    height: 180px;
    border-bottom: 1px solid #8b8b8b;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 1000;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #000 !important;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-nav > li > a {
        color: #939299;
        font-size: 1.2546875125469998em;
    }

        .navbar-nav > li > a:hover {
            color: #000;
        }


/***************************** Projects *********************************/
.fade-in-content label {
    float: none;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.2546875125469998em;
    text-align: right;
}

.project-block:hover .fade-in-container {
    -webkit-animation: fadeIn .4s ease-in-out;
    -moz-animation: fadeIn .4s ease-in-out;
    -o-animation: fadeIn .4s ease-in-out;
    animation: fadeIn .4s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 1;
    display: block;
}

.fade-in-container {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    opacity: 0;
    -webkit-animation: fadeOut .4s ease-in-out;
    -moz-animation: fadeOut .4s ease-in-out;
    -o-animation: fadeOut .4s ease-in-out;
    animation: fadeOut .4s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-iteration-count: 1;
    display: none;
}

.fade-in-block {
    position: relative;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}

.fade-in-content {
    padding: 25px;
    color: #fff;
}

.plus-container {
    position: absolute;
    bottom: 0;
    left: 0px;
    background-color: #fff;
    padding: 15px;
}

#plus-sign {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.fade-in-container:hover #plus-sign {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.margin-top-after-nav {
    margin-top: 180px;
    padding-top: 0 !important;
    position: relative;
    display: block;
}

.client-details label {
    color: #000;
    float: none;
    display: block;
    font-weight: 400;
    cursor: text;
    margin-bottom: 0;
    font-size: 1.2546875125469998em;
}

.nav.navbar-nav li:first-child a {
    /*padding-right: 0;*/
}

.mobile-show {
    display: none;
}

.mobile-hide {
    display: block;
}

/******************** End *******************************/
@media(min-width:768px) {
    .nav.navbar-nav li:first-child a {
        padding-right: 15px !important;
    }

    .navbar-collapse {
        padding-left: 0 !important;
    }

    .nav.navbar-nav li:first-child a {
        padding-right: 15px !important;
        -webkit-appearance: none;
        outline: none !important;
    }

    .navbar-brand {
        padding: 0 !important;
        float: right;
    }

    .newspaper {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }
}

/*@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .navbar-collapse.navbar-collapse {
        margin-top: 30px !important;
        background-color: transparent !important;
    }
}*/

@media (max-width:768px) {
    .logo-size {
        max-width: 70%;
        padding-top: 10px;
    }

    .footer {
        height: 245px;
        margin-top: 100px;
    }

    .mobile-show {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .language-selector-container {
        padding-right: 20px;
        padding-left: 12px;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar.navbar-default > .container {
        padding-top: 0 !important;
        padding-left: 0;
    }

    .footer .container .row:last-child {
        margin-top: 80px;
    }

    .company-info-text {
        text-align: center;
    }

    .navbar-default {
        height: 100px;
    }

    .navbar-collapse.navbar-collapse {
        margin-top: 99px;
        background-color: #fff;
        margin-right: -16px;
    }

    .navbar-brand {
        padding: 15px 0px;
    }

    .nav {
        padding-bottom: 25px;
        padding-left: 15px;
    }

    .group {
        display: none !important;
    }

    .group-mobile {
        padding-bottom: 25px;
        display: block;
    }

        .group-mobile:after {
            visibility: hidden;
            display: block;
            content: "";
            clear: both;
            height: 0;
        }

    * html .group-mobile {
        zoom: 1;
    }
    /* IE6 */
    *:first-child + html .group-mobile {
        zoom: 1;
    }

    .margin-top-after-nav {
        margin-top: 100px;
    }

    .responsive-background {
        max-height: 350px;
    }
}


.navbar.navbar-default > .container {
    padding-top: 60px;
}


/****************************** Footer ***********************************/

.footer {
    height: 245px;
    margin-top: 245px;
}

    .footer .container .row:last-child {
        margin-top: 160px;
    }

.center-block .navbar-nav {
    float: none;
}

.footer-right-side {
    text-align: right;
}

.footer-left-side {
    text-align: left;
}

@media (max-width:768px) {
    .footer-right-side,
    .footer-left-side {
        text-align: center;
    }

    /*.image-block {
        height: auto;
    }*/

    .image-block img {
        height: auto;
    }
}

@media (max-width: 1366px) {
    .fade-in-container {
        bottom: 0 !important;
        max-height: 35%;
        left: 0;
        top: inherit;
        font-size: 12px !important;
        visibility: visible;
        opacity: 1 !important;
        -webkit-animation: fadeIn .4s ease-in-out !important;
        -moz-animation: fadeIn .4s ease-in-out !important;
        -o-animation: fadeIn .4s ease-in-out !important;
        animation: fadeIn .4s ease-in-out !important;
        animation-fill-mode: forwards !important;
        -webkit-animation-fill-mode: forwards !important;
        -o-animation-fill-mode: forwards !important;
        animation-iteration-count: 1 !important;
        display: block !important;
    }

    .fade-in-content {
        padding: 0;
        color: #fff;
        padding-right: 10px;
        padding-top: 5px;
    }
}

@media (max-device-width: 1366px) {
     .fade-in-container {
        bottom: 0 !important;
        max-height: 35%;
        left: 0;
        top: inherit;
        font-size: 12px !important;
        visibility: visible;
        opacity: 1 !important;
        -webkit-animation: fadeIn .4s ease-in-out !important;
        -moz-animation: fadeIn .4s ease-in-out !important;
        -o-animation: fadeIn .4s ease-in-out !important;
        animation: fadeIn .4s ease-in-out !important;
        animation-fill-mode: forwards !important;
        -webkit-animation-fill-mode: forwards !important;
        -o-animation-fill-mode: forwards !important;
        animation-iteration-count: 1 !important;
        display: block !important;
    }

    .fade-in-content {
        padding: 0;
        color: #fff;
        padding-right: 10px;
        padding-top: 5px;
    }
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
