/*! RadheEnterprise v1.0.0 | 20-07-2018-08:23:23
 * Copyright (c) 2018 Rakesh Sompura | Licensed MIT license
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@font-face {
    font-family: "GothamBook";
    src: url("../fonts/GothamBook.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.svg#GothamBook") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.otf") format("opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"),
        url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.otf") format("opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"),
        url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
html,
body {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h3,
h4,
h5,
h6,
p,
form {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
}
@font-face {
    font-family: "c_icons";
    src: url("../fonts/c_icons-bc36c0061b2f4815c92938bf98af885d.eot");
    src: url("../fonts/c_icons-bc36c0061b2f4815c92938bf98af885d.eot?#iefix") format("embedded-opentype"), url("../fonts/c_icons-bc36c0061b2f4815c92938bf98af885d.woff") format("woff"),
        url("../fonts/c_icons-bc36c0061b2f4815c92938bf98af885d.ttf") format("truetype"), url("../fonts/c_icons-bc36c0061b2f4815c92938bf98af885d.svg?#c_icons") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="c_icons-"]:before,
[class*=" c_icons-"]:before {
    font-family: "c_icons";
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c_icons-clock:before {
    content: "\f101";
}
body [class^="c_icons-"].c_icons-clock,
body [class*="c_icons-"].c_icons-clock {
    width: auto;
    height: auto;
}
.c_icons-email:before {
    content: "\f102";
}
body [class^="c_icons-"].c_icons-email,
body [class*="c_icons-"].c_icons-email {
    width: auto;
    height: auto;
}
.c_icons-facebook:before {
    content: "\f103";
}
body [class^="c_icons-"].c_icons-facebook,
body [class*="c_icons-"].c_icons-facebook {
    width: auto;
    height: auto;
}
.c_icons-googleplus:before {
    content: "\f104";
}
body [class^="c_icons-"].c_icons-googleplus,
body [class*="c_icons-"].c_icons-googleplus {
    width: auto;
    height: auto;
}
.c_icons-menu:before {
    content: "\f105";
}
body [class^="c_icons-"].c_icons-menu,
body [class*="c_icons-"].c_icons-menu {
    width: auto;
    height: auto;
}
.c_icons-phone:before {
    content: "\f106";
}
body [class^="c_icons-"].c_icons-phone,
body [class*="c_icons-"].c_icons-phone {
    width: auto;
    height: auto;
}
.c_icons-twitter:before {
    content: "\f107";
}
body [class^="c_icons-"].c_icons-twitter,
body [class*="c_icons-"].c_icons-twitter {
    width: auto;
    height: auto;
}
.c_button {
    background: #012b72;
    border-radius: 4px;
    display: inline-block;
    padding: 12px 25px;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.c_button strong {
    font-size: inherit;
}
.c_button:hover {
    background: #000;
}
.c_button.c_button--highlight {
    background: #ed973e;
}
.c_button.c_button--highlight:hover {
    background: #012b72;
}
@media only screen and (max-width: 767px) {
    .c_header {
        position: relative;
        z-index: 2;
    }
}
.c_header .container {
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .c_header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }
}
.c_header-top {
    background: #a0aecec2;
    position: relative;
}
.c_header-top .c_header-mobileMenu {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
}
.c_header-top .c_header-mobileMenu .c_icons-menu {
    font-size: 32px;
}
@media only screen and (min-width: 768px) {
    .c_header-top .c_header-mobileMenu {
        display: none;
    }
}
.c_header-top__info {
    margin: 0;
    padding: 14px 0 30px;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .c_header-top__info {
        text-align: right;
        padding: 14px 0;
    }
}
.c_header-top__info li {
    list-style: none;
    display: none;
    vertical-align: middle;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 25px;
    color: #fff;
    text-align: left;
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .c_header-top__info li {
        display: inline-block;
    }
}
.c_header-top__info li:first-child,
.c_header-top__info li:last-child {
    border-left: 0;
}
.c_header-top__info li:first-child {
    display: inline-block;
    padding: 5px 0;
}
@media only screen and (min-width: 768px) {
    .c_header-top__info li:first-child {
        padding: 5px 25px;
    }
}
.c_header-top__info li:last-child {
    padding-right: 0;
}
.c_header-top__info li span {
    display: block;
}
.c_header-top__info li strong {
    font-weight: normal;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 13px;
}
.c_header-top__info li a {
    color: #fff;
    text-decoration: none;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
}
.c_header-top__info li a:hover {
    text-decoration: underline;
}
.c_header-top__info li a.c_button {
    font-size: 16px;
    text-decoration: none;
}
.c_header-top__info li a.c_button strong {
    font-size: inherit;
}
.c_header-top__info li i {
    font-size: 16px;
}
.c_header-main {
    background: #012b72;
    border-bottom: 7px solid #a6b4d0;
}
@media only screen and (max-width: 767px) {
    .c_header-main {
        position: relative;
        width: 100%;
        min-height: 50px;
    }
}
.c_header-main .container {
    position: relative;
}
.c_header-main .c_header-logoWrapper {
    position: absolute;
    background: #fff;
    width: 220px;
    height: 100px;
    top: -25px;
    border-bottom: 5px solid #5bb8a5;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    text-align: center;
}
@media only screen and (min-width: 768px) {
.c_header-main .c_header-logoWrapper {
    position: absolute;
    background: #fff;
    width: 220px;
    height: 100px;
    top: -25px;
    border-bottom: 5px solid #012b72;
    box-shadow: 0 0 50px rgb(0 0 0 / 30%);
    text-align: center;
}
}
.c_header-main .c_header-logoWrapper a {
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
@media only screen and (max-width: 767px) {
    .c_header-main .c_header-logoWrapper a {
        width: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .c_header-main .c_header-logoWrapper a img {
        display: block;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .c_header-main .c_header-navigation {
        display: none;
    }
}
.c_header-main .c_header-navigation ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .c_header-main .c_header-navigation ul {
        text-align: left;
        padding: 100px 0 0;
    }
}
.c_header-main .c_header-navigation ul li {
    list-style: none;
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .c_header-main .c_header-navigation ul li {
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
}
.c_header-main .c_header-navigation ul li a {
    border-top: 7px solid transparent;
    display: inline-block;
    padding: 15px 0 17px;
    margin-right: 40px;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.c_header-main .c_header-navigation ul li a:hover {
    color: #a0aece;
}
.c_header-main .c_header-navigation ul li a.active {
    border-top: 7px solid #fff;
}
@media only screen and (max-width: 767px) {
    .c_header-main .c_header-navigation ul li a {
        display: block;
        margin: 0;
    }
}
.c_header-main .c_header-navigation ul li:last-child a {
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    .c_header--navigationVisible .c_header-main {
        height: auto;
    }
}
.c_media {
    display: block;
}
.c_media .c_media-image {
    width: 100%;
}
.c_bannerModule {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .c_bannerModule {
        min-height: 419px;
        max-height: 419px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1280px) {
    .c_bannerModule {
        min-height: 524px;
        max-height: 524px;
    }
}
@media only screen and (min-width: 1440px) {
    .c_bannerModule {
        min-height: 590px;
        max-height: 590px;
    }
}
@media only screen and (min-width: 768px) {
    .c_bannerModule .c_media {
        position: absolute;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .c_bannerModule .c_media-image {
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        position: absolute;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .c_bannerModule .owl-item {
        min-height: 419px;
        max-height: 419px;
    }
}
@media only screen and (min-width: 1280px) {
    .c_bannerModule .owl-item {
        min-height: 524px;
        max-height: 524px;
    }
}
@media only screen and (min-width: 1440px) {
    .c_bannerModule .owl-item {
        min-height: 590px;
        max-height: 590px;
    }
}
.c_bannerModule .c_bannerModule-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.c_bannerModule .c_bannerModule-shadow {
    background: url("../img/dark-gradient.png") repeat-x bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 248px;
}
@media only screen and (max-width: 767px) {
    .c_bannerModule .c_bannerModule-shadow {
        display: none;
    }
}
.c_bannerModule .c_bannerModule-dots {
    width: 100%;
    padding: 0 15px;
    bottom: 15px;
    position: absolute;
    z-index: 12;
    box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
    .c_bannerModule .c_bannerModule-dots {
        bottom: 40px;
        position: relative;
    }
}
@media only screen and (min-width: 1280px) {
    .c_bannerModule .c_bannerModule-dots {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0;
    }
}
.c_bannerModule .c_bannerModule-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    border: 0;
    box-sizing: border-box;
    padding: 0;
    margin: 0 5px 0 0;
    outline: none;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .c_bannerModule .c_bannerModule-dots .owl-dot {
        width: 12px;
        height: 12px;
    }
}
.c_bannerModule .c_bannerModule-dots .owl-dot.active {
    background: #fff;
}
.c_bannerModule .c_bannerModule-container {
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    width: 100%;
    padding: 0 15px;
    left: 50%;
    bottom: 0;
    z-index: 12;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}
@media only screen and (min-width: 1280px) {
    .c_bannerModule .c_bannerModule-container {
        display: block;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0;
    }
}
.c_bannerModule .c_bannerModule-content {
    background: #a0aece;
    color: #fff;
    padding: 40px;
    max-width: 550px;
    float: right;
    box-sizing: border-box;
}
.c_bannerModule .c_bannerModule-content h2 {
    font-size: 38px;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
.c_bannerModule .c_bannerModule-content p {
    font-size: 16px;
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    line-height: 20px;
    padding: 0 0 0 2px;
}
.c_whatWeDo {
    background: url("../img/bg-buildings.jpg") no-repeat right top;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .c_whatWeDo {
        background: none;
    }
}
.c_whatWeDo-introCopy {
    float: left;
    width: 50%;
    padding-top: 100px;
    padding-bottom: 60px;
    padding-right: 45px;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .c_whatWeDo-introCopy {
        float: none;
        width: 100%;
        padding: 0;
        padding-top: 30px;
    }
}
.c_whatWeDo-introCopy h2 {
    color: #000;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: -2px;
    margin-bottom: 40px;
}
.c_whatWeDo-introCopy h2 span {
    display: block;
    font-size: 14px;
    color: #012b72;
    letter-spacing: 0;
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
}
.c_whatWeDo-introCopy p {
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
    margin-bottom: 30px;
}
.c_whatWeDo-introCopy p.lead {
    font-size: 16px;
    line-height: 24px;
}
.c_whatWeDo-featureTeaser {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 35px;
}
@media only screen and (max-width: 767px) {
    .c_whatWeDo-featureTeaser {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-bottom: 70px;
    }
}
.c_whatWeDo-featureTeaser .c_whatWeDo-fakeBorder {
    max-width: 550px;
    padding-top: 12px;
    border-bottom: 15px solid #a0aece;
}
@media only screen and (max-width: 767px) {
    .c_whatWeDo-featureTeaser .c_whatWeDo-fakeBorder {
        display: none;
    }
}
.c_whatWeDo-featureTeaser ul {
    margin: 0;
    padding: 0;
    margin-top: 120px;
}
@media only screen and (max-width: 767px) {
    .c_whatWeDo-featureTeaser ul {
        margin-top: 0;
    }
}
.c_whatWeDo-featureTeaser ul li {
    list-style: none;
    display: inline-block;
    width: calc(50% - 22px);
    border: 1px solid #e5e5e5;
    white-space: nowrap;
    margin-bottom: 35px;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 14px;
}
.c_whatWeDo-featureTeaser ul li:nth-child(even) {
    margin-left: 40px;
}
@media only screen and (max-width: 767px) {
    .c_whatWeDo-featureTeaser ul li:nth-child(even) {
        margin: 0 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    .c_whatWeDo-featureTeaser ul li {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }
}
.c_whatWeDo-featureTeaser ul li span {
    display: block;
    margin-top: 5px;
}
.c_ourServices {
    margin-top: -30px;
    margin-bottom: -140px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .c_ourServices {
        margin-bottom: -40px;
    }
}
.c_ourServices-container {
    background: #012b72;
}
.c_ourServices-abstractTop {
    background: url("../img/services-abstract-top.svg") no-repeat top left;
    height: 140px;
}
@media only screen and (max-width: 767px) {
    .c_ourServices-abstractTop {
        height: 40px;
    }
}
.c_ourServices-abstractBottom {
    background: url("../img/services-abstract-bottom.svg") no-repeat top left;
    height: 140px;
}
@media only screen and (max-width: 767px) {
    .c_ourServices-abstractBottom {
        height: 40px;
    }
}
.c_ourServices-title {
    padding: 25px 0;
}
.c_ourServices-title h2 {
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -2px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .c_ourServices-title h2 {
        font-size: 36px;
    }
}
.c_ourServices-content {
    padding: 25px 0 50px;
}
@media only screen and (max-width: 767px) {
    .c_ourServices-content {
        padding: 0 0 25px;
    }
}
.c_ourServices-content .c_ourServices-blockTop {
    background: url("../img/services-triangle.svg") no-repeat top left;
    height: 80px;
}
.c_ourServices-content .c_ourServices-blockBottom {
    background: url("../img/services-triangle-reverse.svg") no-repeat top left;
    height: 80px;
}
.c_ourServices-content .c_ourServices-blockContainer {
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .c_ourServices-content .c_ourServices-blockContainer > img {
        max-width: 100px;
    }
}
.c_ourServices-content .c_ourServices-block {
    display: inline-block;
    vertical-align: middle;
    margin: -4px;
    width: 28%;
    box-sizing: border-box;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .c_ourServices-content .c_ourServices-block {
        width: 100%;
        margin: 15px 0;
    }
}
.c_ourServices-content .c_ourServices-block h3 {
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: -1px;
    margin: 15px 0;
}
.c_ourServices-content .c_ourServices-block p {
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 22px;
    max-width: 230px;
    margin: 0 auto;
}
.c_ourServices-content .c_ourServices-block p strong {
    font-weight: normal;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    display: block;
    margin: 10px 0 8px;
}
.c_ourServices-content .c_ourServices-block.c_ourServices-block--large {
    width: calc(44% - 60px);
    margin: 0 30px;
}
@media only screen and (max-width: 767px) {
    .c_ourServices-content .c_ourServices-block.c_ourServices-block--large {
        width: 100%;
        margin: 0;
    }
}
.c_ourServices-content .c_ourServices-block.c_ourServices-block--large .c_ourServices-blockTop,
.c_ourServices-content .c_ourServices-block.c_ourServices-block--large .c_ourServices-blockBottom {
    height: 100px;
}
.c_ourServices-content .c_ourServices-block.c_ourServices-block--large p {
    max-width: 80%;
}
.c_heroVisual {
    position: relative;
    z-index: 1;
}
.c_pageHeader {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.c_pageHeader-mask {
    background: url("../img/page-header.svg") no-repeat bottom left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 142px;
    z-index: 3;
}
@media only screen and (max-width: 767px) {
    .c_pageHeader-mask {
        height: 30px;
    }
}
.c_pageHeader-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.c_pageHeader-shadow {
    background: url("../img/dark-gradient.png") repeat-x top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 30%;
}
.c_pageHeader-content {
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    left: 50%;
    bottom: 0;
    z-index: 12;
    box-sizing: border-box;
    overflow: hidden;
}
@media only screen and (min-width: 1280px) {
    .c_pageHeader-content {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0;
    }
}
.c_pageHeader-content h2 {
    position: absolute;
    right: 0;
    bottom: 100px;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 42px;
    color: #fff;
    text-align: right;
    letter-spacing: -2px;
}
@media only screen and (max-width: 767px) {
    .c_pageHeader-content h2 {
        bottom: 40px;
        font-size: 22px;
        right: 15px;
    }
}
.c_pageHeader-content p {
    background: #a0aece;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 32px;
    color: #fff;
    padding: 50px 30px;
    position: absolute;
    left: 0;
    top: 175px;
    max-width: 285px;
    box-sizing: border-box;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .c_pageHeader-content p {
        display: none;
    }
}
.c_pageContent {
    overflow: hidden;
    padding-bottom: 100px;
}
.c_pageContent-content {
    float: right;
    width: calc(100% - 285px);
    padding: 40px 100px 0;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .c_pageContent-content {
        float: none;
        width: 100%;
        padding: 20px 0;
    }
}
.c_pageContent-content h2 {
    color: #000;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: -2px;
    margin-bottom: 40px;
}
.c_pageContent-content h2 span {
    display: block;
    font-size: 14px;
    color: #012b72;
    letter-spacing: 0;
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
}
.c_pageContent-content h3 {
    color: #012b72;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
.c_pageContent-content p {
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
    margin-bottom: 30px;
}
.c_pageContent-content p.lead {
    font-size: 16px;
    line-height: 24px;
}
.c_pageContent-content p strong {
    font-weight: normal;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
}
.c_pageContent-content p span.inline {
    display: inline-block;
    width: 40%;
}
.c_pageContent-content p a {
    color: #012b72;
    text-decoration: none;
}
.c_pageContent-content p a:hover {
    text-decoration: underline;
}
.c_pageContent-content ol {
    margin: 0;
    padding: 0;
}
.c_pageContent-content ol li {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}
.c_pageContent-content ol li:last-child {
    border-bottom: 0;
}
.c_pageContent-content .c_pageContent-servicesItem {
    margin-bottom: 60px;
    padding-left: 200px;
    min-height: 200px;
}
@media only screen and (max-width: 767px) {
    .c_pageContent-content .c_pageContent-servicesItem {
        padding-left: 0;
        padding-top: 200px;
        margin-bottom: 30px;
    }
}
.c_pageContent-content .c_pageContent-servicesItem.c_pageContent-servicesItem--foundation {
    background: url("../img/ico-foundation-services-dark.png") no-repeat top left;
}
.c_pageContent-content .c_pageContent-servicesItem.c_pageContent-servicesItem--essential {
    background: url("../img/ico-essential-services-dark.png") no-repeat top left;
}
.c_pageContent-content .c_pageContent-servicesItem.c_pageContent-servicesItem--finishing {
    background: url("../img/ico-finishing-services-dark.png") no-repeat top left;
}
.c_pageContent-content .c_pageContent-servicesItem h4 {
    margin: 0;
    padding: 30px 0 15px 0;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 22px;
}
.c_pageContent-content .c_pageContent-servicesItem ul {
    margin: 0;
    padding: 0;
}
.c_pageContent-content .c_pageContent-servicesItem ul li {
    list-style: none;
    padding: 6px 0;
    padding-left: 20px;
    background: url("../img/ico-bullete.png") no-repeat left 8px;
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
}
.c_pageContent-sidebar {
    float: left;
    width: 285px;
    box-sizing: border-box;
    padding-top: 5px;
}
@media only screen and (max-width: 767px) {
    .c_pageContent-sidebar {
        float: none;
        width: 100%;
    }
}
.c_pageContent-sidebar .c_pageContent-fakeBorder {
    padding-top: 12px;
    border-bottom: 15px solid #012b72cc;
}
@media only screen and (max-width: 767px) {
    .c_pageContent-sidebar .c_pageContent-fakeBorder {
        display: none;
    }
}
.c_pageContent-sidebar ul {
    margin: 0;
    padding: 0;
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
    .c_pageContent-sidebar ul {
        margin-top: 20px;
    }
}
.c_pageContent-sidebar ul li {
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 10px 0;
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    font-size: 14px;
}
.c_pageContent-sidebar ul li:first-child {
    border-top: 0;
}
.c_pageContent-sidebar ul li a {
    color: #012b72;
    text-decoration: none;
}
.c_pageContent-sidebar ul li a:hover {
    color: #0f3c42;
}
.c_assets {
    margin-top: -30px;
    margin-bottom: -140px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .c_assets {
        margin-bottom: -45px;
    }
}
.c_assets-container {
    background: #012b72;
}
.c_assets-abstractTop {
    background: url("../img/services-abstract-top.svg") no-repeat top left;
    height: 140px;
}
@media only screen and (max-width: 767px) {
    .c_assets-abstractTop {
        height: 50px;
    }
}
.c_assets-abstractBottom {
    background: url("../img/services-abstract-bottom.svg") no-repeat top left;
    height: 140px;
}
@media only screen and (max-width: 767px) {
    .c_assets-abstractBottom {
        height: 50px;
    }
}
.c_assets-title {
    padding: 25px 0;
}
.c_assets-title h2 {
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -2px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .c_assets-title h2 {
        font-size: 36px;
    }
}
.c_assets-content {
    padding: 25px 0 50px;
}
.c_assets-content .c_assets-blockTop {
    background: url("../img/services-triangle.svg") no-repeat top left;
    height: 80px;
}
.c_assets-content .c_assets-blockBottom {
    background: url("../img/services-triangle-reverse.svg") no-repeat top left;
    height: 80px;
}
.c_assets-content ul {
    margin: 0 0 30px 0;
    padding: 0;
}
.c_assets-content ul li {
    list-style: none;
    padding: 16px 50px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    font-size: 16px;
    color: #fff;
}
.c_assets-content ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.c_assets-content ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .c_assets-content ul li span {
        width: auto;
        text-align: left;
    }
}
.c_assets-content ul li span:first-child {
    width: calc(100% - 310px);
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .c_assets-content ul li span:first-child {
        width: 100%;
        display: block;
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .c_assets-content ul li span:last-child {
        display: inline-block;
    }
}
.c_assets-content p {
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 0 50px;
}
.c_projects {
    overflow: hidden;
    padding-bottom: 100px;
}
.c_projects-container {
    float: right;
    width: calc(100% - 185px);
    max-width: 788px;
    padding: 40px 0;
    box-sizing: border-box;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .c_projects-container {
        float: none;
        width: 100%;
    }
}
.c_projects-container h2 {
    color: #000;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: -2px;
    margin-bottom: 40px;
}
.c_projects-container h2 span {
    display: block;
    font-size: 14px;
    color: #012b72;
    letter-spacing: 0;
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
}
.c_projects-container h3 {
    color: #012b72;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 20px;
    font-weight: normal;
}
.c_projects-container p {
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
    margin-bottom: 30px;
}
.c_projects-container p.lead {
    font-size: 16px;
    line-height: 24px;
}
.c_projects-container p strong {
    font-weight: normal;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
}
.c_projects-container p span.inline {
    display: inline-block;
    width: 40%;
}
.c_projects-container .c_projects-cityTitle {
    clear: both;
    margin-top: 30px;
}
.c_projects-container .c_projects-cityTitle h4 {
    color: #ff6600;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}
.c_projects-container .c_projects-items {
    float: left;
    width: calc(50% - 39px);
    margin-bottom: 45px;
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}
@media only screen and (max-width: 767px) {
    .c_projects-container .c_projects-items {
        float: none;
        width: 100%;
    }
}
.c_projects-container .c_projects-items strong {
    font-weight: normal;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
}
.c_projects-container .c_projects-items:nth-child(even) {
    margin-left: 78px;
}
@media only screen and (max-width: 767px) {
    .c_projects-container .c_projects-items:nth-child(even) {
        margin-left: 0;
    }
}
.c_projects-container .c_projects-items:nth-child(odd) {
    clear: both;
}
.c_projects-container .c_projects-items .c_project-itemTitle h5 {
    font-size: 14px;
}
.c_projects-container .c_projects-items .c_project-itemTitle span {
    font-size: 12px;
}
.c_projects-container .c_projects-items .c_project-itemStatus {
    color: #012b72;
}
.c_projects-container .c_projects-items .c_project-itemArchitect,
.c_projects-container .c_projects-items .c_project-itemConsultant {
    color: rgba(0, 0, 0, 0.7);
}
.c_projects-container .c_projects-items .c_project-itemImage {
    margin: 13px 0;
    position: relative;
}
.c_projects-container .c_projects-items .c_project-itemImage img {
    display: block;
}
.c_projects-container .c_projects-items .c_project-itemShadow {
    background: url("../img/projects/bg-shadow.png") repeat-x bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.c_projects-container .c_projects-items .c_project-itemArea {
    position: absolute;
    left: 25px;
    bottom: 20px;
    z-index: 2;
    font-size: 20px;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    color: #fff;
}
.c_projects-container .c_projects-items .c_project-itemArea span {
    font-size: 12px;
}
.c_projects-container .c_projects-items .c_project-itemMedia {
    overflow: hidden;
    margin-bottom: 10px;
}
.c_projects-container .c_projects-items .c_project-itemMedia ul {
    margin: 0;
    padding: 0;
}
.c_projects-container .c_projects-items .c_project-itemMedia ul li {
    list-style: none;
    float: left;
    margin-left: 8px;
}
.c_projects-container .c_projects-items .c_project-itemMedia ul li:first-child {
    margin-left: 0;
    margin-right: 2px;
}
.c_projects-container .c_projects-items .c_project-itemMedia ul li:nth-child(7n) {
    margin-left: 0;
}
.c_projects-sidebar {
    float: left;
    width: 285px;
    box-sizing: border-box;
    padding-top: 5px;
}
@media only screen and (max-width: 767px) {
    .c_projects-sidebar {
        float: none;
        width: 100%;
    }
}
.c_projects-sidebar .c_projects-fakeBorder {
    padding-top: 12px;
    border-bottom: 15px solid #012b72cc;
}
@media only screen and (max-width: 767px) {
    .c_projects-sidebar .c_projects-fakeBorder {
        display: none;
    }
}
.c_footer {
    margin-top: -80px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .c_footer {
        margin-top: -45px;
    }
}
.c_footer .container {
    overflow: hidden;
}
.c_footer-abstract {
    background: url("../img/footer-abstract.svg") no-repeat top left;
    height: 100px;
}
@media only screen and (max-width: 767px) {
    .c_footer-abstract {
        height: 50px;
    }
}
.c_footer-content {
    background: #012b72;
    padding: 25px 0 0;
}
.c_footer-content div {
    box-sizing: border-box;
}
.c_footer-contentIntro {
    float: left;
    width: 33%;
}
@media only screen and (max-width: 767px) {
    .c_footer-contentIntro {
        width: 100%;
        float: none;
        margin-bottom: 50px;
        text-align: center;
    }
}
.c_footer-contentIntro h3 {
    font-size: 30px;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    color: #fff;
    margin-bottom: 15px;
}
.c_footer-contentIntro p {
    max-width: 330px;
    font-size: 14px;
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    line-height: 18px;
}
@media only screen and (max-width: 767px) {
    .c_footer-contentIntro p {
        max-width: inherit;
    }
}
.c_footer-contentContact {
    float: left;
    width: 33%;
}
@media only screen and (max-width: 767px) {
    .c_footer-contentContact {
        width: 100%;
        float: none;
        margin-bottom: 50px;
        text-align: center;
    }
}
.c_footer-contentContact h3 {
    font-size: 30px;
    font-family: "Gotham-Bold", "Arial Unicode MS", sans-serif;
    color: #fff;
    margin-bottom: 15px;
}
.c_footer-contentContact p {
    max-width: 330px;
    font-size: 14px;
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    line-height: 18px;
}
@media only screen and (max-width: 767px) {
    .c_footer-contentContact p {
        max-width: inherit;
    }
}
.c_footer-contentContact a {
    font-size: 14px;
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    line-height: 18px;
    text-decoration: none;
}
.c_footer-contentContact a:hover {
    text-decoration: underline;
}
.c_footer-logo {
    float: left;
    width: 33%;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .c_footer-logo {
        width: 100%;
        float: none;
        text-align: center;
    }
}
.c_footer-copyright {
    clear: both;
    padding: 50px 0 40px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .c_footer-copyright {
        padding: 20px 0;
    }
}
.c_footer-legal {
    float: left;
    width: 60%;
    font-family: "GothamBook", "Arial Unicode MS", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 15px;
}
@media only screen and (max-width: 767px) {
    .c_footer-legal {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}
.c_footer-social {
    float: right;
    width: 40%;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .c_footer-social {
        float: none;
        width: 100%;
        text-align: center;
    }
}
.c_footer-social a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    display: inline-block;
}
.c_footer-social a:hover {
    color: #fff;
}
.c_footer-social a i {
    font-size: 32px;
}
