* {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #fafafa;
    overflow-x: hidden;
}

html, body, p, ol, ul {
    font-family: 'Poppins', sans-serif;
    color: #aaaaaa;
    font-size: 0.98em;
    font-weight: 300;
    line-height: 28px;
}

@media (max-width: 767px) {
    html, body, p, ol, ul {
        font-size: 90%;
        line-height: 24px;
    }
}

h1, h2, h3, h4, h5 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    margin: 0;
}

h1, h2 {
    font-size: 3.35em;
    margin-bottom: 80px;
    line-height: 60px;
}

@media (max-width: 767px) {
    h1, h2 {
        font-size: 250%;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    h1 {
        margin-bottom: 38px;
    }
}

@media (max-width: 767px) {
    h2 {
        margin-bottom: 38px;
    }
}

h1, h3, h4 {
    color: #4c5356;
}

h2 {
    color: #fff;
}

h3 {
    font-size: 2.45em;
    line-height: 44px;
    margin-bottom: 30px;
}

h4 {
    font-size: 1.8em;
    line-height: 34px;
    margin-bottom: 13px;
}

@media (max-width: 767px) {
    h3 {
        font-size: 190%;
        line-height: 29px;
        margin-bottom: 14px;
    }
}

p {
    margin-bottom: 30px;
}

.btn {
    margin: 0;
    padding: 0;
    border-radius: 500px;
    border: 1px solid;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: .85em;
    display: table;
    background: transparent;
}

.btn.center {
    margin: 0 auto;
}

.btn:hover, .btn:active, .btn:focus, .btn:visited {
    text-decoration: none;
    outline: none;
}

.btn-default {
    border-color: #7f8486;
    color: #7f8486;
    padding: 6px 40px 4px 40px;
}

.btn-default:hover, .btn-default:focus {
    background: #7f8486;
    color: #fff;
}

.btn-default:focus {
    padding-top: 8px;
    padding-bottom: 2px;
}

.btn-header, .btn-hairline, .btn-form {
    padding: 12px 45px 10px 45px;
}

.btn-header {
    background: #f8c255;
    border-color: #f8c255;
    color: #fff;
    margin: 0 auto;
    margin-top: 50px;
}

.btn-header:hover, .btn-header:focus {
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(248, 194, 85, 0.75);
    -moz-box-shadow: 0px 10px 30px 0px rgba(248, 194, 85, 0.75);
    box-shadow: 0px 10px 30px 0px rgba(248, 194, 85, 0.75);
}

.btn-header:focus, .btn-hairline:focus, .btn-form:focus {
    padding-top: 14px;
    padding-bottom: 8px;
}

.btn-hairline {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-hairline:hover, .btn-hairline:focus {
    background: #fff;
    border-color: #fff;
}

.btn-hairline.yellow:hover, .btn-hairline.yellow:focus {
    color: #f8c255;
}

.btn-hairline.green:hover, .btn-hairline.green:focus {
    color: #7dd5c9;
}

.btn-hairline.purple:hover, .btn-hairline.purple:focus {
    color: #4f4d60;
}

.btn-hairline.light-blue:hover, .btn-hairline.light-blue:focus {
    color: #94d6f9;
}

.btn-hairline.turquoise:hover, .btn-hairline.turquoise:focus {
    color: #30b9c5;
}

.btn-form {
    background: #fff;
    color: #7f8486;
    border-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-form:hover, .btn-form:focus {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.75);
}

.btn-back {
    background: url(../img/icon-back-button.png) center left no-repeat;
    background-size: 28px auto;
    padding: 8px 0 8px 40px;
}

.btn-back, .btn-back:hover, .btn-back:focus {
    border: none;
    color: #7f8486;
    float: right;
    margin-right: -50px;
}

@media (max-width: 767px) {
    .btn-back, .btn-back:hover, .btn-back:focus {
        margin-right: 0;
    }
}

.btn-back:hover, .btn-back:focus {
}

a {
    color: #7dd5c9;
    text-decoration: underline;
}

header .header {
    background: url(../img/thumb/header-background-image.png) #0f4b63 center center no-repeat;
    background-size: cover;
    padding: 0 0 175px 0;
}

@media (max-width: 767px) {
    header .header {
        padding-bottom: 110px;
    }
}

.container.active {
    padding-top: 127px;
}

header h1 {
    color: #fff;
}

header p {
    font-size: 1.11em;
}

body:not(.homepage) nav.navigation-float {
    top: 0;
    transition: none;
}

nav.navigation-float {
    background: #4f4d60;
    position: fixed;
    top: -90px;
    width: 100%;
    height: 58px;
    display: block;
    opacity: 1;
    z-index: 100;
    transition: all .5s ease-in-out;
}

nav.navigation-float.active {
    top: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

@media (max-width: 991px) {
    nav.navigation-float {
        top: 0;
    }
}

@media (max-width: 991px) {
    nav.navigation-float.stick {
        height: 77px;
    }
}

nav.navigation-float .logo {
    margin-top: -17px;
}

nav.navigation-float .menu {
    margin-top: 45px;
    transition: all .5s ease-in-out;
}

nav.navigation-float .hamburger {
    z-index: 999999;
}

nav ul {
    position: relative;
}

.hamburger-overlay {
    position: absolute;
    right: 0;
    top: 0;
}

.hamburger-overlay div {
    width: 80px;
    height: 20px;
    margin: 0;
    top: 0;
    right: 90px;
    position: absolute;
    cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hamburger-overlay div {
        right: -15px;
    }
}

@media (max-width: 991px) {
    .hamburger-overlay div {
        display: none;
    }
}

nav .menu {
    margin-right: 80px;
}

.menu p {
    color: #fafafa;
}

@media (max-width: 767px) {
    nav .menu {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .navitation-top {
        display: none;
    }
}

.hamburger {
    display: none !important;
}

.logo {
    display: table;
    margin: 0 auto;
}

.logo img.logo-full {
    display: block;
}

.logo img.logo-scroll {
    display: none;
}

nav.active .logo {
    margin-top: -17px;
}

.logo a {
    display: block;
    margin: 0;
}

.navitation-top .logo img {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

​
.navigation-float .logo img, .navigation-float .logo img {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}

​
.navigation-items, .navigation-items {
    display: block;
    opacity: 0;
}

.navigation-items {
    position: absolute;
    width: 1170px;
    left: 50%;
    margin-left: -585px;
    margin-top: -100px;
    opacity: 1;
    text-align: center;
    transition: all .5s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation-items {
        width: 970px;
    }
}

@media (max-width: 991px) {
    .navigation-items {
        background: transparent;
        position: fixed;
        width: 100%;
        left: 0;
        margin: 0;
        top: 0;
        padding: 0;
        list-style: none;
        opacity: 1;
        margin-left: 3px;
        margin-top: 17px;
        z-index: 9999999;
    }
}

.navigation-items .left, .navigation-items .right {
    display: inline-block;
}

.navigation-items .left {
    margin-left: 250px;
    float: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation-items .left {
        margin-left: 290px;
    }
}

.navigation-items .right {
    float: right;
    margin-right: 290px;
}

@media (max-width: 991px) {
    .navigation-items .left {
        margin-left: 0;
        float: none;
        margin-right: 40px;
    }
}

@media (max-width: 991px) {
    .navigation-items .right {
        margin-right: 0;
        float: none;
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .navigation-items .right li:first-child {
        margin-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation-items .right {
        margin-right: 125px;
    }
}

.navigation-items li {
    display: inline-block;
    margin-left: 55px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation-items li {
        margin-left: 45px;
    }
}

@media (max-width: 991px) {
    .navigation-items li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navigation-items li {
        font-size: 100%;
    }
}

@media (max-width: 767px) {
    .navigation-items li a {
        font-size: 13px;
    }
}

.navigation-items li a {
    text-decoration: none;
    color: #fafafa;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .navigation-items li {
        padding-top: 3px;
        padding-bottom: 3px;
        margin: 0 10px;
    }
}

.navigation-items li a:hover {
    color: #f8c255;
}

.navigation-items.active {
    display: block;
    opacity: 1;
}

.navigation-items.stick, body:not(.homepage) .navigation-items, body .navigation-items.stick {
    position: fixed;
    top: 0;
    z-index: 99999;
    margin-top: 23px;
}

@media (max-width: 991px) {
    .navigation-items.stick, body:not(.homepage) .navigation-items, body .navigation-items.stick {
        margin-top: 17px;
        margin-left: 3px;
    }
}

@media (max-width: 991px) {
    body .navigation-items.stick {
        margin-top: 17px;
    }
}

body:not(.homepage) .navigation-items, body .navigation-items.stick {
    opacity: 1;
}

body:not(.homepage) .menu {
    display: none;
}

.navigation-items li.portfolio a {
    cursor: pointer;
}

.navigation-items li.menu-dropdown:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -6px;
    left: 44%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid #fafafa;
}

.navigation-items li.menu-dropdown.active:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    z-index: -1;
}

.navigation-items li.menu-dropdown {
    position: absolute;
    background: #fafafa;
    opacity: 0;
    border-radius: 4px;
    margin: 0 0 0 -120px;
    padding: 5px 0;
    top: -150px;
    width: 160px;
    transition: all .2s ease-in-out;
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) { body.mac .navigation-items li.menu-dropdown {margin-left:0;} }*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) { @media (max-width:991px) {  body.mac .navigation-items li.menu-dropdown {margin-left:-47px;} } } */
body.pc .navigation-items li.menu-dropdown {
    margin-left: 0;
}

@media (max-width: 991px) {
    body.pc .navigation-items li.menu-dropdown {
        margin-left: -47px;
    }
}

.navigation-items li.menu-dropdown.active {
    top: 34px;
    opacity: 1;
    width: 160px;
}

.navigation-items li.menu-dropdown li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

.navigation-items li.menu-dropdown li:hover {
    background: #4f4d60;
}

.navigation-items li.menu-dropdown li:hover a {
    color: #fff;
}

.navigation-items li.menu-dropdown li:last-child {
    border-bottom: none;
}

.navigation-items li.menu-dropdown a {
    color: #aaaaaa;
    display: block;
    padding: 6px 20px;
}

.navigation-items li.language-selector {
    position: absolute;
    right: 30px;
    margin: 0;
    top: 0;
}

@supports (-ms-ime-align:auto) {
    .navigation-items li.language-selector {
        margin: 0;
    }
}

_:-ms-lang(x), .navigation-items li.language-selector {
    margin: 0;
}

.language-selector ul {
    list-style: none;
}

.language-selector ul li {
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
}

.language-selector ul li a {
    color: #fafafa;
    cursor: pointer;
    opacity: .5;
}

.language-selector ul li a.active {
    opacity: 1;
}

.hamburger {
    text-transform: uppercase;
    float: right;
    margin-top: -100px;
    cursor: pointer;
    position: relative;
}

.hamburger p {
    font-size: .88em;
    top: -4px;
    font-weight: 500;
    padding-right: 5px;
}

.hamburger div {
    margin-top: 5px;
}

.hamburger p, .hamburger div {
    display: inline-block;
    position: relative;
}

.hamburger span {
    display: block;
    background: #f4f6f6;
    border-radius: 50px;
    height: 1px;
    width: 15px;
    margin-bottom: 4px;
}

/* Mobile Navigation */
@media (max-width: 560px) {
    body .navigation-items {
        background: #4f4d60;
        opacity: 0 !important;
        width: 100%;
        top: -50% !important;
        display: block;
        margin: 0 !important;
        padding: 10px 0;
    }
}

@media (max-width: 560px) {
    body .navigation-items.stick {
        top: 59px !important;
        opacity: 1 !important;
    }
}

@media (max-width: 560px) {
    body nav.navigation-float.stick {
        height: 58px;
    }
}

@media (max-width: 560px) {
    body .navigation-items li {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 560px) {
    body .navigation-items li.left, .navigation-items li.right {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 560px) {
    body .navigation-items li a {
        display: block;
        padding: 5px 0;
        font-size: 15px;
    }
}

@media (max-width: 560px) {
    body .navigation-items li.language-selector {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        right: auto;
    }
}

@media (max-width: 560px) {
    body .navigation-items li.language-selector li {
        display: inline-block;
        width: 45%;
    }
}

@media (max-width: 560px) {
    body .navigation-items li.language-selector li:first-child {
        text-align: right;
    }
}

@media (max-width: 560px) {
    body .navigation-items li.language-selector li:last-child {
        text-align: left;
    }
}

@media (max-width: 560px) {
    body .navigation-items .menu-dropdown {
        margin: 0 !important;
        top: 81px !important;
        z-index: -10;
        width: 100%;
    }
}

@media (max-width: 560px) {
    body .navigation-items .menu-dropdown.active {
        z-index: 99999;
        width: 100%;
    }
}

@media (max-width: 560px) {
    body .navigation-items .menu-dropdown:before {
        left: 48%;
    }
}

@media (max-width: 560px) {
    nav.navigation-float .menu {
        display: block !important;
    }
}

@media (max-width: 560px) {
    nav.navigation-float .menu .hamburger {
        display: block !important;
    }
}

@media (max-width: 560px) {
    nav.navigation-float.stick .menu .hamburger span {
        position: relative;
    }
}

@media (max-width: 560px) {
    nav.navigation-float.stick .menu .hamburger span:nth-child(2) {
        opacity: 0;
    }
}

@media (max-width: 560px) {
    nav.navigation-float.stick .menu .hamburger span:nth-child(1) {
        top: 6px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media (max-width: 560px) {
    nav.navigation-float.stick .menu .hamburger span:nth-child(3) {
        top: -4px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.cta {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .cta {
        padding-top: 100px;
    }
}

.header-image-overlay {
    height: 28px;
    background: url(../img/header-image-overlay.png) top center no-repeat;
    background-size: auto 28px;
    margin-top: -28px;
}

.header-image-overlay-left {
    height: 28px;
    width: 50%;
    background: #fafafa;
    position: absolute;
    margin-top: -28px;
    margin-left: -30px;
}

.header-image-overlay-right {
    height: 28px;
    width: 50%;
    background: #fafafa;
    margin-top: -28px;
    position: absolute;
    right: 0;
    margin-right: -30px;
}

header, .yellow, .green, .purple, footer,
header p, .yellow p, .green p, .purple p, .blue p, .turquoise p, .light-blue p, footer p {
    color: #fff;
}

.introduction {
    padding-top: 100px;
    padding-bottom: 125px;
}

body:not(.homepage) .introduction {
    padding-top: 215px;
}

body:not(.homepage) .introduction.article {
    padding-top: 240px;
}

@media (max-width: 767px) {
    body:not(.homepage) .introduction, body:not(.homepage) .introduction.article {
        padding-top: 150px;
    }
}

body:not(.homepage) .introduction.project:nth-child(1) {
    padding-bottom: 0;
}

body:not(.homepage) .introduction:not(:nth-child(1)) {
    padding-top: 0;
}

@media (max-width: 767px) {
    body:not(.homepage) .introduction:not(:nth-child(1)) {
        padding-bottom: 60px;
    }
}

.introduction.article {
    text-align: left;
}

.introduction.article p {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
}

@media (max-width: 767px) {
    .introduction {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

.introduction p {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    text-align: left;
}

@media (max-width: 767px) {
    .introduction p {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        text-align: left;
    }
}

.introduction .columns-2 p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    width: 66%;
    float: left
}

@media (max-width: 767px) {
    .introduction .columns-2 p {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        text-align: left;
        width: 100%;
    }
}

.introduction.project h2 {
    color: #4c5356;
    text-align: left;
}

nav.active .navigation-image-overlay, nav.active .navigation-image-overlay-left, nav.active .navigation-image-overlay-right {
    display: block;
}

.navigation-image-overlay {
    background: url(../img/navigation-image-overlay.png) top center no-repeat;
    background-size: auto 13px;
    height: 13px;
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
}

.navigation-image-overlay-left {
    height: 13px;
    width: 50%;
    background: #4f4d60;
    position: absolute;
    bottom: -13px;
    left: 0;
    margin-left: -15px;
}

.navigation-image-overlay-right {
    height: 13px;
    width: 50%;
    background: #4f4d60;
    position: absolute;
    bottom: -13px;
    right: 0;
    margin-right: -15px;
}

.center {
    text-align: center;
}

.full-width {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .full-width {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

footer .container .full-width {
    padding-top: 125px;
    padding-bottom: 125px;
}

@media (max-width: 767px) {
    footer .container .full-width {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

.full-width.purple {
    background-color: #4f4d60;
}

.full-width .image-container {
}

.full-width .image-container .col {
    flex: auto;
    overflow: hidden;
    height: 310px;
}

.full-width .image-container .col img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .full-width .image-container .col:nth-child(1) {
        margin-bottom: 15px;
    }
}

.full-width .image-container .col:nth-child(2) img {
    width: auto;
    height: 100%;
}

.full-width .image-container .col:nth-child(4) img {
    width: auto;
    height: 100%;
}

.full-width .image-container .col:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}

.full-width .image-container .col:nth-child(4) {
    padding-left: 0;
}

.pointer-top:after, .pointer-right:after, .pointer-bottom:after, .pointer-left:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
}

.pointer-top.purple:after {
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    border-bottom: 24px solid #4f4d60;
    border-top: none;
    left: 50%;
    margin-left: -24px;
    bottom: 0;
}

.pointer-top.grey:after {
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    border-bottom: 24px solid #fafafa;
    border-top: none;
    left: 50%;
    margin-left: -24px;
    bottom: 0;
}

.pointer-right.yellow:after {
    border-right: none;
    border-left: 24px solid #f8c255;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    left: 50%;
}

.pointer-right.purple:after {
    border-right: none;
    border-left: 24px solid #4f4d60;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    left: 50%;
}

@media (max-width: 991px) {
    .pointer-right.purple:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #4f4d60;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .pointer-right.purple:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #4f4d60;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

.pointer-left.purple:after {
    border-right: 24px solid #4f4d60;
    border-left: none;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
    left: 50%;
}

@media (max-width: 991px) {
    .pointer-left.purple:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #4f4d60;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .pointer-left.purple:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #4f4d60;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

@media (max-width: 991px) {
    .pointer-right.yellow:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #f8c255;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .pointer-right.yellow:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #f8c255;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

.pointer-left.yellow:after {
    border-right: 24px solid #f8c255;
    border-left: none;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
    left: 50%;
}

@media (max-width: 991px) {
    .pointer-left.yellow:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #f8c255;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .pointer-left.yellow:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #f8c255;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

.pointer-left.green:after {
    border-right: 24px solid #7dd5c9;
    border-left: none;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
    left: 50%;
}

@media (max-width: 991px) {
    .pointer-left.green:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #7dd5c9;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .pointer-left.green:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #7dd5c9;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

@media (max-width: 991px) {
    .contact .pointer-left.green:after {
        border-bottom: 24px solid #7dd5c9;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 0;
        margin-left: -24px;
        top: 350px;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .contact .pointer-left.green:after {
        border-bottom: 24px solid #7dd5c9;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 0;
        margin-left: -24px;
        top: 350px;
        bottom: 277px;
    }
}

.pointer-right.green:after {
    border-right: none;
    border-left: 24px solid #7dd5c9;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    left: 50%;
}

@media (max-width: 991px) {
    .pointer-right.green:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #7dd5c9;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .pointer-right.green:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #7dd5c9;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

.pointer-left.blue:after {
    border-right: 24px solid #124b63;
    border-left: none;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
    left: 50%;
}

@media (max-width: 991px) {
    .pointer-left.blue:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #124b63;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .pointer-left.blue:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #124b63;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

.pointer-right.blue:after {
    border-right: none;
    border-left: 24px solid #124b63;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    left: 50%;
}

@media (max-width: 991px) {
    .pointer-right.blue:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #124b63;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .pointer-right.blue:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #124b63;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

.pointer-left.turquoise:after {
    border-right: 24px solid #30b9c5;
    border-left: none;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
    left: 50%;
}

@media (max-width: 991px) {
    .pointer-left.turquoise:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #30b9c5;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .pointer-left.turquoise:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #30b9c5;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

.pointer-right.turquoise:after {
    border-right: none;
    border-left: 24px solid #30b9c5;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    left: 50%;
}

@media (max-width: 991px) {
    .pointer-right.turquoise:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #30b9c5;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .pointer-right.turquoise:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #30b9c5;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

.pointer-right.light-blue:after {
    border-right: none;
    border-left: 24px solid #94d6f9;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    left: 50%;
}

@media (max-width: 991px) {
    .pointer-right.light-blue:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #94d6f9;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .pointer-right.light-blue:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #94d6f9;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

.pointer-left.light-blue:after {
    border-right: 24px solid #94d6f9;
    border-left: none;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
    left: 50%;
}

@media (max-width: 991px) {
    .pointer-left.light-blue:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #94d6f9;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .pointer-left.light-blue:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #94d6f9;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

.oasis-city-almere .col:last-child {
    background: url(../img/oasis-city-almere.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .oasis-city-almere .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .oasis-city-almere .col:last-child {
        padding: 150px;
    }
}

.oasis-beach-1 .col:last-child {
    background: url(../img/oasis-beach-1.png) right center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .oasis-beach-1 .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .oasis-beach-1 .col:last-child {
        padding: 150px;
    }
}

.oasis-beach-2 .col:last-child {
    background: url(../img/oasis-beach-2.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .oasis-beach-2 .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .oasis-beach-2 .col:last-child {
        padding: 150px;
    }
}

.oasis-beach-3 .col:last-child {
    background: url(../img/oasis-beach-3.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .oasis-beach-3 .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .oasis-beach-3 .col:last-child {
        padding: 150px;
    }
}

.oasis-beach-villa .col:last-child {
    background: url(../img/oasis-beach-villa.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .oasis-beach-villa .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .oasis-beach-villa .col:last-child {
        padding: 150px;
    }
}

.oasis-beach-4 .col:last-child {
    background: url(../img/oasis-beach-4.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .oasis-beach-4 .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .oasis-beach-4 .col:last-child {
        padding: 150px;
    }
}

.oasis-beach-5 .col:last-child {
    background: url(../img/oasis-beach-5.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .oasis-beach-5 .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .oasis-beach-5 .col:last-child {
        padding: 150px;
    }
}

body.homepage .oasis-beach-5 .col:last-child {
    background: url(../img/oasis-beach-4-5.png) center center no-repeat;
    background-size: cover;
}

.grachtenhuys .col:last-child {
    background: url(../img/grachtenhuys.png) center center no-repeat;
    background-size: cover;
}

.oasis-villa-type-i .col:last-child {
    background: url(../img/ov-type-i.jpg) center center no-repeat;
    background-size: cover;
}

.oasis-villa-type-ii .col:last-child {
    background: url(../img/ov-type-ii.jpg) center center no-repeat;
    background-size: cover;
}

.oasis-villa-type-iii .col:last-child {
    background: url(../img/ov-type-iii.jpg) center center no-repeat;
    background-size: cover;
}
.oasis-villa-type-iv .col:last-child {
    background: url(../img/ov-type-iv.jpg) center center no-repeat;
    background-size: cover;
}

.oasis-villa-type-v .col:last-child {
    background: url(../img/ov-type-v.jpg) center center no-repeat;
    background-size: cover;
}

.oasis-villa-type-vi .col:last-child {
    background: url(../img/ov-type-vi.jpg) center center no-repeat;
    background-size: cover;
}

.oasis-villa-type-vii .col:last-child {
    background: url(../img/ov-type-vii.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .grachtenhuys .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .grachtenhuys .col:last-child {
        padding: 150px;
    }
}

.oasis-water-villa .col:last-child {
    background: url(../img/oasis-water-villa.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .oasis-water-villa .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .oasis-water-villa .col:last-child {
        padding: 150px;
    }
}

.oasis-beach-villa-2 .col:last-child {
    background: url(../img/oasis-beach-villa-2.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .oasis-beach-villa-2 .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .oasis-beach-villa-2 .col:last-child {
        padding: 150px;
    }
}

.villa-cascade .col:last-child {
    background: url(../img/villa-cascade.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .villa-cascade .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .villa-cascade .col:last-child {
        padding: 150px;
    }
}

.de-stadspaleizen .col:last-child {
    background: url(../img/de-stadspaleizen.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .de-stadspaleizen .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .de-stadspaleizen .col:last-child {
        padding: 150px;
    }
}

.makassar .col:last-child {
    background: url(../img/makassar.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .makassar .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .makassar .col:last-child {
        padding: 150px;
    }
}

.het-pallet-fase-1-2-3 .col:last-child {
    background: url(../img/het-pallet-fase-1-2-3.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .het-pallet-fase-1-2-3 .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .het-pallet-fase-1-2-3 .col:last-child {
        padding: 150px;
    }
}

.het-pallet-fase-1 .col:last-child {
    background: url(../img/het-pallet-fase-1.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .het-pallet-fase-1 .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .het-pallet-fase-1 .col:last-child {
        padding: 150px;
    }
}

.strand-appartementen-fase-1 .col:last-child {
    background: url(../img/strand-appartementen-fase-1.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .strand-appartementen-fase-1 .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .strand-appartementen-fase-1 .col:last-child {
        padding: 150px;
    }
}

.strand-appartementen-fase-2 .col:last-child {
    background: url(../img/strand-appartementen-fase-2.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .strand-appartementen-fase-2 .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .strand-appartementen-fase-2 .col:last-child {
        padding: 150px;
    }
}

.hanze-kwartier-fase-1 .col:last-child {
    background: url(../img/hanze-kwartier-fase-1.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .hanze-kwartier-fase-1 .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .hanze-kwartier-fase-1 .col:last-child {
        padding: 150px;
    }
}

.hanze-kwartier-fase-2 .col:last-child {
    background: url(../img/hanze-kwartier-fase-2.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .hanze-kwartier-fase-2 .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .hanze-kwartier-fase-2 .col:last-child {
        padding: 150px;
    }
}

.indische-toren .col:last-child {
    background: url(../img/indische-toren.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .indische-toren .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .indische-toren .col:last-child {
        padding: 150px;
    }
}

.almeerplant .col:last-child {
    background: url(../img/almeerplant.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .almeerplant .col:last-child {
        padding: 200px;
    }
}

@media (max-width: 767px) {
    .almeerplant .col:last-child {
        padding: 150px;
    }
}

.homepage .oasis-beach-5 .col:first-child {
    order: 2;
}

.homepage .oasis-beach-5 .col:last-child {
    order: 1;
}

.homepage .pointer-right.turquoise:after {
    z-index: 2;
    border-right: 24px solid #30b9c5;
    border-left: none;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
    left: 50%;
}

@media (max-width: 991px) {
    .homepage .pointer-right.turquoise:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #30b9c5;
        margin-left: -24px;
        top: auto;
        bottom: 377px;
    }
}

@media (max-width: 767px) {
    .homepage .pointer-right.turquoise:after {
        border-bottom: 0;
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 24px solid #30b9c5;
        margin-left: -24px;
        top: auto;
        bottom: 277px;
    }
}

.sale-label {
    position: absolute;
    background: #fff;
    z-index: 2;
    padding: 10px 20px;
    top: 40px;
    right: auto;
    width: auto;
    text-align: center;
    font-weight: 500;
    color: #23527c;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .2);
    left: 40px;
    border-radius: 2px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .sale-label {
        position: relative;
        top: 40px;
        right: auto;
        left: 65px;
    }
}

@media (max-width: 767px) {
    .sale-label {
        position: relative;
        top: 20px;
        right: auto;
        left: 30px;
        padding: 5px 13px;
    }
}

.sweden-palace .col:last-child {
    background: url(../img/overzicht-project-sweden-palace.png) center center no-repeat;
    background-size: cover;
}

.germany-villa .col:last-child {
    background: url(../img/overzicht-project-germany-villa.png) center center no-repeat;
    background-size: cover;
}

.the-main-europe .col:last-child {
    background: url(../img/overzicht-project-the-main-europe.png) center center no-repeat;
    background-size: cover;
}

.eiland-st-petersburg .col:last-child {
    background: url(../img/overzicht-project-eiland-st-petersburg.png) center center no-repeat;
    background-size: cover;
}

.sohba-villas .col:last-child {
    background: url(../img/sohba-villa.png) center center no-repeat;
    background-size: cover;
}

.sohba-appartementen .col:last-child {
    background: url(../img/sohba-appartementen.png) center center no-repeat;
    background-size: cover;
}

.floor-plans .plan-image img {
    width: 100%;
    height: auto;
}

.floor-plans .plan-content {
    padding: 20px;
}

.floor-plans .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.floor-plans .row > .col {
    height: auto;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    flex-basis: 33%;
    -webkit-flex-basis: 33%;
    display: flex;
    margin: 0 0 30px 0;
}

@media (max-width: 991px) {
    .floor-plans .row > .col {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
    }
}

@media (max-width: 600px) {
    .floor-plans .row > .col {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }
}

.floor-plans .col {
    padding: 0;
}

.floor-plans .col .col {
    background: #f2f2f2;
    position: relative;
    height: 100%;
    margin: 0 15px;
}

.contact .pointer-left .col:first-child {
    padding: 0;
}

@media (max-width: 767px) {
    .contact .pointer-left .col:first-child {
        height: 350px;
    }
}

.contact .pointer-left .col:last-child {
    background: none;
    padding: 0;
    position: relative;
}

.address-container {
    padding: 70px;
}

@media (max-width: 767px) {
    .address-container {
        padding: 45px;
    }
}

@media (max-width: 991px) {
    .contact .row .col {
        display: block;
        width: 100%;
        float: none;
    }
}

@media (max-width: 991px) {
    .contact .maps-container {
        padding: 0;
        position: relative;
    }
}

@media (max-width: 991px) {
    .contact .maps-container #map {
        position: relative;
        overflow: inherit;
        width: 100%;
        padding: 0;
        height: 350px;
    }
}

.full-portfolio {
    padding-top: 60px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .full-portfolio {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

.full-portfolio h2 {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .full-portfolio h2 {
        margin-bottom: 40px;
    }
}

.portfolio-recap {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .portfolio-recap {
        margin-bottom: 0;
    }
}

body.homepage .portfolio-recap .row {
    display: none;
}

body.homepage .portfolio-recap .row:nth-child(1) {
    display: flex;
}

@media (max-width: 991px) {
    body.homepage .portfolio-recap .row:nth-child(1) {
        display: block;
    }
}

body.homepage .portfolio-recap .row:nth-child(2) {
    display: flex;
}

@media (max-width: 991px) {
    body.homepage .portfolio-recap .row:nth-child(2) {
        display: block;
    }
}

body.homepage .portfolio-recap .row:nth-child(4) {
    display: flex;
    flex-direction: row-reverse;
}

/* Home portfolio */
@media (min-width: 992px) {
    body.homepage .portfolio-recap .row:nth-child(4) .col:first-child {
        float: right;
        left: 0;
    }
}

@media (min-width: 992px) {
    body.homepage .portfolio-recap .row:nth-child(4) .col:last-child {
        float: right;
        right: 0;
    }
}

@media (max-width: 991px) {
    body.homepage .portfolio-recap .row:nth-child(4) {
        display: block;
    }
}

@media (max-width: 991px) {
    body.homepage .portfolio-recap .row:nth-child(4) {
        display: block;
    }
}

.portfolio-recap .col {
    padding: 65px;
}

@media (max-width: 767px) {
    .portfolio-recap .col {
        padding: 30px;
    }
}

.portfolio-recap h2 {
    margin-bottom: 30px;
}

.portfolio-recap .btn {
    margin-left: -10px;
    margin-top: 30px;
}

.contact .address {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px;
}

.contact p {
    margin-bottom: 0;
}

.contact .address p span {
    font-weight: 600;
}

.contact .address a {
    color: #fff;
}

.contact .btn-default {
    border-color: #fff;
    color: #fff;
}

.contact .btn-default:hover, .contact .btn-default:focus {
    background: #fff;
    color: #7dd5c9;
}

#map {
    position: relative;
    width: 100%;
    height: 100%;
}

.maps-container {
    width: 100%;
    height: 100%;
    position: absolute;
}

.project-slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin-left: -30px;
}

.project-slideshow .row {
    overflow: hidden;
}

.project-slideshow .row {
    width: 500%;
    padding: 100px 0 50px 0;
}

@media (max-width: 767px) {
    .project-slideshow .row {
        width: 800%;
        padding-top: 50px;
    }
}

.project-slideshow .row .col a {
    display: block;
    float: left;
    margin: 0 10px;
}

@media (max-width: 767px) {
    .project-slideshow .row .col a {
        margin: 0 5px;
    }
}

.project-slideshow .row .col a img {
    width: 250px;
    height: auto;
}

@media (max-width: 767px) {
    .project-slideshow .row .col a img {
        width: 200px;
    }
}

.return-to {
    padding: 0 0 50px 0;
}

.row {
    position: relative;
    display: flex;
}

@media (max-width: 767px) {
    .row {
        display: block;
    }
}

.row.no-flex {
    display: block;
    float: left;
}

.image {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .image {
        margin-bottom: 40px;
    }
}

.image img, .inner-image-container img {
    width: 100%;
    height: auto;
}

.inner-image-container {
    padding-top: 80px;
    padding-bottom: 90px;
}

.inner-image-container.custom {
    padding-top: 0;
    padding-bottom: 0;
    height: 365px;
    overflow: hidden;
    margin: 15px 0;
}


.inner-image-container .col {
}

.inner-image-container .col:nth-child(2) {
    padding-left: 0;
}

@media (max-width: 991px) {
    .portfolio-recap .row {
        display: block;
    }
}

.row .col {
    flex: 1;
}

.row.yellow {
    background-color: #f8c255;
}

.row.green {
    background-color: #7dd5c9;
}

.row.purple {
    background-color: #4f4d60;
}

.row.blue {
    background-color: #124b63;
}

.row.light-blue {
    background-color: #94d6f9;
}

.row.turquoise {
    background-color: #30b9c5;
}

.news-recap .inner {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    .news-recap .row {
        display: block;
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .news-recap .row .col {
        padding: 0 !important;
    }
}

.news-recap .row .col:nth-child(1) {
    padding-right: 30px;
    padding-left: 0;
}

.news-recap .row .col:nth-child(2) {
    padding-right: 20px;
    padding-left: 20px;
}

.news-recap .row .col:nth-child(3) {
    padding-left: 30px;
    padding-right: 0;
}

@media (max-width: 991px) {
    .news-recap .row .col:nth-child(2), .news-recap .row .col:nth-child(3) {
        margin-top: 50px;
    }
}

.news-recap .btn {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .news-recap .btn {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .news-recap p {
        margin-bottom: 18px;
    }
}

.date {
    color: #bfc2c3;
}

.article .date {
    font-size: 1.11em;
    padding-left: 25px;
    margin-bottom: 10px;
    background: url(../img/icon-clock.png) center left no-repeat;
    background-size: 18px auto;
}

.video-container {
    display: table;
    width: 100%;
}

@media (max-width: 991px) {
    .video-container {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .video-container {
        padding-top: 30px;
    }
}

.video-container div {
    display: table-cell;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .video-container div {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .video-container div {
        display: table;
        width: 100%;
        text-align: center;
    }
}

.video-container div iframe {
    width: 100%;
    height: 191px;
}

@media (max-width: 1199px) {
    .video-container div iframe {
        height: 152px;
    }
}

@media (max-width: 991px) {
    .video-container div iframe {
        height: 123px;
    }
}

@media (max-width: 767px) {
    .video-container div iframe {
        width: 337px;
        height: 187px;
    }
}

footer .contact {
    background: url(../img/thumb/contact-background-image.png) center center no-repeat;
    background-size: cover;
}

footer .full-width {
    padding: 0;
}

footer .full-width .container {
    position: relative;
}

@media (max-width: 767px) {
    footer .full-width .container .row {
        display: block;
    }
}

footer .footer {
    padding: 50px 0;
}

@media (max-width: 767px) {
    footer .footer {
        padding: 30px 0;
    }
}

footer .footer p, footer .menu ul li {
    font-size: .78em;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    footer .footer p {
        text-align: center;
    }
}

footer .menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

@media (max-width: 767px) {
    footer .menu ul {
        display: none;
        float: none;
        margin: 0 auto;
    }
}

footer .menu ul li {
    display: inline-block;
    margin-left: 25px;
}

@media (max-width: 767px) {
    footer .menu ul li {
        display: block;
        text-align: center;
        margin: 0;
    }
}

footer .menu ul li:first-child {
    margin-left: 0;
}

footer .menu a {
    color: #fff;
    text-decoration: none;
}

footer form {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

input, textarea {
    border-radius: 500px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .10);
    color: #fff;
    font-size: .92em;
    padding: 11px 20px;
    position: relative;
}

input {
    display: table-cell;
}

textarea {
    line-height: 1;
    width: 315px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 19px;
    padding-bottom: 3px;
    margin-right: -25px;
    resize: none;
    transition: all .5s ease-in-out;
    position: relative;
}

.textarea-container {
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .textarea-container {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .textarea-container {
        width: 100%;
    }
}

textarea.expand {
    padding-top: 19px;
    padding-bottom: 60px;
    border-radius: 25px;
    transition: all .5s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991px) {
    textarea {
        width: 336px;
        margin-right: 160px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    textarea {
        border-radius: 500px;
        width: 70%;
        margin: 0 0 10px 0;
    }
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

input[type="text"], input[type="email"] {
    width: 230px;
    display: table-cell;
    vertical-align: top;
}

@-moz-document url-prefix() {
    input[type="text"], input[type="email"] {
        top: -14px;
    }
}

input[type="email"] {
    margin: 0 16px;
}

@media (max-width: 767px) {
    input[type="text"], input[type="email"] {
        top: 0;
        width: 70%;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    input {
        width: 70%;
    }
}

input:focus, textarea:focus {
    outline: none;
}

.contact .btn-form {
    float: right;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact .btn-form {
        margin-top: -62px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact .btn-form {
        top: 0;
        right: 127px;
        position: absolute;
        margin-top: 77px;
    }
}

@media (max-width: 767px) {
    .contact .btn-form {
        border-radius: 500px;
        float: none;
        margin: 0 auto;
    }
}

input.error, textarea.error {
    border-color: #ec5555;
}

@media all and (-ms-high-contrast: none) {
    input[type="text"], input[type="email"], .textarea-container {
        float: left;
    }

    /* IE10 */
    *::-ms-backdrop, input[type="text"], input[type="email"], .textarea-container {
        float: left;
    }

    /* IE11 */
    textarea {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    /* IE10 */
    *::-ms-backdrop, textarea {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    /* IE11 */
    input[type="text"], input[type="email"] {
        padding-top: 12px;
        padding-bottom: 16px;
    }

    /* IE10 */
    input[type="text"], input[type="email"] {
        padding-top: 12px;
        padding-bottom: 16px;
    }

    /* IE11 */
}

.popup, .lightboxOverlay {
    background-color: rgba(79, 77, 96, 0.8);
    display: none;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.popup.visible {
    display: block;
}

.popup-body, .lb-outerContainer {
    background: #fafafa;
    padding: 60px;
    margin-top: 100px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.popup p {
    color: #aaaaaa;
}

.popup .btn-default {
    border-color: #7f8486;
    color: #7f8486;
    padding: 6px 40px 4px 40px;
    margin: 0 auto;
    margin-top: 30px;
}

.popup .btn-default:hover, .popup .btn-default:focus {
    background: #7f8486;
    color: #fff;
}

.popup .btn-default:focus {
    padding-top: 8px;
    padding-bottom: 2px;
}

.developed-by-ophirah {
    clear: both;
}

@media (max-width: 767px) {
    .developed-by-ophirah {
        text-align: center;
    }
}

.developed-by-ophirah a {
    text-decoration: none;
    display: block;
    outline: none;
    color: #fff;
    font-size: 12px;
    opacity: 1
}

@media (max-width: 767px) {
    .developed-by-ophirah a {
        font-size: .78em;
    }
}

.developed-by-ophirah a img {
    text-decoration: none;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

@media (max-width: 767px) {
    .developed-by-ophirah a img {
        height: 13px;
    }
}

.developed-by-ophirah a:hover, .developed-by-ophirah a:focus {
    opacity: .8;
    outline: none;
}

.lb-outerContainer {
    border-radius: 0;
    padding: 0;
}

.lb-data .lb-number {
    display: none !important;
}

.lb-next, .lb-prev {
    opacity: 1 !important;
}

.lb-next:after, .lb-prev:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin-top: -15px;
    top: 50%;
}

.lb-next:after {
    right: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}

.lb-prev:after {
    left: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}



