body {
    background-position: center 463px;
    background-size: 100% auto;
}

@media screen and (max-width:1280px) {
    body {
        background-size: 1280px auto;
        /* fixed width under 1280px */
    }
}

.region-navbar {
    max-width: 1150px;
    margin: 0 auto;
}

#navbar{
    background-color: #fff;

}

.navbar-menu .menu a,
.navbar-account-menu .menu a:before,
#navbar,
.navbar-title a,
.navbar-item .navbar-icon{
    color:rgba(0, 0, 0, 0.87)!important;
}



.navbar-menu .menu a:hover{
    border-color: rgba(0, 0, 0, 0.87)!important;
}

#navbar-menu-toggle a{
    padding:12px 0!important;
    width:24px;
}

.navbar-logo a {
    padding: 0;
}

.navbar-logo a img {
    height: 48px;
}

#header-content{
    padding:0 16px;
}

.header-bg-image #header,
.header-bg-image.navbar-fixed #header-bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 64px), url(../images/header-bg.jpg) top center;
    background-size: auto, cover;
}

.hero-home {
    color: #fff;
    height: 42vw;
    background-size: cover;
    background-position: center center;
    margin-bottom: -5vw;
    position: relative;
    z-index: -1;
    min-height: 420px;
}

.hero-home .text-container {
    position: absolute;
    bottom: 9vw;
    width: 100%;
}

.hero-home .text {
    max-width: 944px;
    margin: 0 auto;
    text-align: center;
    padding: 0 24px;
    font-family: Quicksand;
    font-weight: bold;
    text-shadow: 0 0 30px rgba(0, 0, 0, 1), 1px 1px 2px rgba(0, 0, 0, .6);
    /*
    text-shadow: 2px 2px 0 #ef6c00, 2px -2px 0 #ef6c00, -2px 2px 0 #ef6c00, -2px -2px 0 #ef6c00, 2px 0px 0 #ef6c00, 0px 2px 0 #ef6c00, -2px 0px 0 #ef6c00, 0px -2px 0 #ef6c00, 2px 2px 2px rgba(239,88,116,0);
    */
}

.hero-home h1 {
    font-weight: bold;
    color: #fff;
    font-size: 3.5vw;
    line-height: 3.7vw;
}

.home-content {
    max-width: 944px;
    margin: 0 auto;
    text-align: center;
    padding:0 16px;
}

.float-clear{
    clear:both;
}

@media only screen and (min-width: 1440px) {
    .home-content {
        max-width: 1170px;
    }
}

.home-block-header {
    margin: 80px 0 50px;
}

.hero-home-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.hero-home-cols h1,
.hero-home-cols h2,
.hero-home-cols h3,
.hero-home-cols h4,
.hero-home-cols h5,
.hero-home-cols a,
.hero-home-cols {
    color: #3a3a3a;
}

.hero-home-cols a {
    text-decoration: underline;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hero-home-cols a:hover {
    text-decoration: none;
}

.feature {
    background: #fff;
    position: relative;
    padding: 5px 15px 20px;
    min-height: 394px;
    box-sizing: border-box;
}

.feature-icon-bg {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    border-radius: 50px;
    background: #f7f7f7;
    padding:18px;
}

.feature-icon{
    width:64px;
    height:64px;
}

.feature-icon1 {
    background: url(../images/research.png);
}

.feature-icon2 {
    background: url(../images/browser.png);
}

.feature-icon3 {
    background: url(../images/stationery.png);
}

.hero-home-col {
    width: 33.3%;
    text-align: center;
    padding: 15px;
}

@media only screen and (max-width: 767px) {
    .hero-home-col {
        width: 100% !important;
    }

    .hero-home h1 {
        font-size: 28px;
        line-height: 32px;
    }
}

.drop-shadow:after {
    background-image: url(../images/shadow.png);
    bottom: -18px;
    content: "";
    height: 19px;
    position: absolute;
    right: -10px;
    width: 220px;
    background-repeat: no-repeat;
    background-position: right;
}

.hero {
    height: 320px;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .hero {
        height: 120px;
    }

    .hero h1 {
        font-size: 24px;
    }
}

.hero h1,
.hero h2,
.hero h3,
.hero h4 {
    color: #fff;
}

.home-grid {
/*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
    */
}

.home-grid .grid-item {
    max-width: 800px;
    text-align: left;
    padding: 0 0 40px;
    margin:0 auto;
}

@media only screen and (max-width: 767px) {
    .home-grid .grid-item {
        width: 100%;
    }

    .home-grid .second-item {
        padding-bottom: 0 !important;
    }
}

.grid-picture1 {
    background: url(../images/3.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 320px;
}

.grid-picture2 {
    background: url(../images/4.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 320px;
}

@media only screen and (max-width: 767px) {

    .grid-picture1,
    .grid-picture2 {
        min-height: 400px;
    }
}

.hero-teal {
    background: url(../images/hero-teal.jpg);
    background-size: cover;
    background-position: center center;
}

.hero-blue {
    background: url(../images/hero-blue.jpg);
    background-size: cover;
    background-position: center center;
}

.hero-green {
    background: url(../images/hero-green.jpg);
    background-size: cover;
    background-position: center center;
}

.hero-orange {
    background: url(../images/hero-orange.jpg);
    background-size: cover;
    background-position: center center;
}

.pic-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*animation*/

    animation: slideShow 27s linear infinite 0s;
    -o-animation: slideShow 27s linear infinite 0s;
    -moz-animation: slideShow 27s linear infinite 0s;
    -webkit-animation: slideShow 27s linear infinite 0s;
}

.pic-1 {
    opacity: 1;
    background: url(../images/1-2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pic-2 {
    animation-delay: 9s;
    -o-animation-delay: 9s;
    -moz--animation-delay: 9s;
    -webkit-animation-delay: 9s;
    background: url(../images/2-2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pic-3 {
    animation-delay: 18s;
    -o-animation-delay: 18s;
    -moz--animation-delay: 18s;
    -webkit-animation-delay: 18s;
    background: url(../images/3-2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    1% {
        opacity: 1
    }

    34% {
        opacity: 1;
    }

    35% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }

    1% {
        opacity: 1
    }

    34% {
        opacity: 1;
    }

    35% {
        opacity: 0;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -o-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }

    1% {
        opacity: 1
    }

    34% {
        opacity: 1;
    }

    35% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -moz-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }

    1% {
        opacity: 1
    }

    34% {
        opacity: 1;
    }

    35% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}

#block-contactblock {
    max-width: 460px;
    margin: 0 auto;
}

#block-contactblock h2 {
    font-size: 34px;
    line-height: 40px;
    margin-top: 16px;
    margin-bottom: 50px;
    font-weight: 400;
    text-align: center;
}

#block-contactblock #edit-actions{
    text-align:center;
}

.path-contact #main-content .region-content {
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
}

#block-contactblock .form-item-copy {
    text-align: left;
}

.page-node-type-location .fotorama {
    margin-top: 24px;
}

#work {
    margin-bottom: 70px;
}

#portfolio {
    padding: 1px 0 70px;
}

#block-contactblock .form-type-checkbox {
    text-align: left;
}

#block-contactblock #edit-preview {
    display: none;
}

#header{
    background-image:url(../images/1-dark.jpg)!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
}

.region-header h1,
.region-header h2{
    margin-bottom:10px;
    line-height:110%;
}

.region-header h3,
.region-header h4{
    margin-top:0;
    font-size:18px;
}

#contact-message-feedback-form .form-item-name label:after,
#contact-message-feedback-form .form-item-mail label:after{
	content: '*';
}

#contact-message-feedback-form .field--name-field-service{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
}

.pie-cols .pie-col img{
    width:100%;
    display: block;
}

.pie-cols .pie-col{
    float: left;
    display:inline-block;
    width:200px;
    box-sizing: border-box;
    padding:0 12px;
    text-align:center;
}

@media only screen and (max-width: 767px) {
    .pie-cols .pie-col{width:50%; min-height: 248px;}
}