/* Fonts */

/* Aileronregular */

@font-face {
    font-family: "aileronregular";
    src: url("../fonts/Aileron-Regular-webfont.eot");
    src: url("../fonts/Aileron-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aileron-Regular-webfont.woff2") format("woff2"), url("../fonts/Aileron-Regular-webfont.woff") format("woff"), url("../fonts/Aileron-Regular-webfont.ttf") format("truetype"), url("../fonts/Aileron-Regular-webfont.svg#aileronregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Aileronbold */

@font-face {
    font-family: "aileronbold";
    src: url("../fonts/Aileron-Bold-webfont.eot");
    src: url("../fonts/Aileron-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aileron-Bold-webfont.woff2") format("woff2"), url("../fonts/Aileron-Bold-webfont.woff") format("woff"), url("../fonts/Aileron-Bold-webfont.ttf") format("truetype"), url("../fonts/Aileron-Bold-webfont.svg#aileronbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Override bootstrap */

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

:focus {
    outline: 0;
}

body {
    font-family: "aileronregular";
}

legend {
    border-bottom: 0;
}

fieldset.formFieldset legend {
    font-size: 26px;
    text-transform: uppercase;
    text-indent: 10px;
}

#contact-wrapper fieldset.formFieldset {
    margin-bottom: 10px;
    border: 1px solid gainsboro;
    padding: 50px;
}

.rsform-block textarea,
.rsform-block input[type="text"],
.rsform-block input[type="number"],
.rsform-block input[type="email"],
.rsform-block input[type="tel"],
.rsform-block input[type="url"],
.rsform-block input[type="password"] {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 0;
    box-shadow: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    height: 40px;
    background: #fff;
    padding: 5px 10px;
    width: 100%;
}

.formError {
    color: #CF4D4D;
    /* font-weight: bold; */
    font-size: 12px;
}

/* Contact */

.formError {
    font-weight: normal;
    font-size: 14px;
}

#contact-wrapper .formTableLayout td {
    display: block;
}

#contact-wrapper #userForm {
    /* padding: 50px; */
    /* border: 1px solid #fafafa; */
    /* background: #fff; */
}

#contact-wrapper #userForm textarea {
    resize: none;
    height: 200px;
}

#contact-wrapper .rsform-block-captcha img {
    margin-bottom: 20px;
}

.body-cont {
    min-height: 500px;
    padding: 50px;
    background: #fff;
    margin-bottom: 50px;
}

/* Header */

.site-main-menu {
    float: right;
    margin-top: 20px;
}

ul.nav.menu.site-main-menu li a {
    color: #000;
    padding: 0;
    border-bottom: 3px solid #fafafa;
}

.site-main-menu li {
    display: inline-block;
    margin-left: 30px;
}

ul.nav.menu.site-main-menu li.current.active a {
    border-bottom: 3px solid #04bbee;
}

header.header {
    padding: 20px 0;
}

#homelside .slide-desc-bg-default {
    background: transparent;
}

#homelside .slide-desc-text span {
    font-size: 30px;
    font-family: "aileronregular";
    color: rgb(234, 89, 6);
    font-weight: bold;
    line-height: 2.167;
    text-align: left;
}

#homelside .slide-desc-text h1 {
    font-size: 100px;
    font-family: "aileronbold";
    color: rgb(250, 250, 250);
    line-height: 0.8;
    text-shadow: 22.924px 23.738px 55.8px rgba(31, 31, 31, 0.5);
    margin: 0;
}

#homelside .djslider-default .slide-desc {
    position: absolute;
    top: 50%;
    margin-top: -113px;
    left: 5% !important;
}

.block-cta .block-banner>div {
    float: right;
    width: 300px;
    height: 200px;
    background: red;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

.block-cta .block-banner>div span {
    font-size: 22px;
    font-family: "aileronregular";
    color: rgb(255, 255, 255);
    line-height: 2.045;
}

.block-cta .block-banner>div h4 {
    font-size: 36px;
    font-family: "aileronbold";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.333;
}

.block-cta .block-banner .c-block {
    background: black;
}

.block-cta .block-banner .p-block {
    background: #16c1f3;
}

.block-cta .block-banner a:hover {
    text-decoration: none;
}

.p-block::after {
    background: url(../images/ard.png) no-repeat;
    position: absolute;
    content: '.';
    width: 30px;
    font-size: 0;
    height: 30px;
    right: 55px;
    bottom: 37px;
}

.c-block::after {
    background: url(../images/ar.png) no-repeat;
    position: absolute;
    content: '.';
    width: 30px;
    font-size: 0;
    height: 30px;
    right: 55px;
    bottom: 37px;
}

.block-cta .block-banner>div a {
    display: block;
}

.block-banner {
    /* position: absolute; */
    /* top: -50px; */
    /* right: 0; */
    margin-top: -50px;
}

.block-cta {
    position: relative;
    margin-bottom: 50px;
    /* overflow: hidden; */
}

.content-block-2-trans-wrap {
    background: url(../images/images02.jpg) no-repeat left;
    background-size: cover;
    padding: 80px;
    padding-bottom: 80px;
    margin-top: 160px;
}

.content-block-2-trans-wrap .container {
    position: relative;
}

.content-block-2-trans {
    width: 470px;
    background: #16c1f3;
    padding: 60px;
    float: right;
    color: #fff;
    margin-top: -140px;
}

.content-block-2-trans span {
    font-size: 20px;
    font-family: "aileronregular";
    color: rgb(255, 255, 255);
    line-height: 2.045;
}

.content-block-2-trans h4 {
    font-size: 40px;
    font-family: "aileronbold";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

.content-block-2-trans p {
    font-size: 16px;
    line-height: 34px;
}

a.btn-org,
#contact-wrapper .rsform-submit-button {
    font-size: 20px;
    font-family: "Aileron";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.8;
    border: 0;
    text-align: center;
    background: #ea5906;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 15px;
}

.content-block-1-proj {
    width: 45%;
    margin-bottom: 50px;
    position: relative;
}

.content-block-1-proj h4 {
    font-size: 40px;
    font-family: "aileronbold";
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #ea5906;
}

.content-block-1-proj p {
    font-size: 16px;
    line-height: 34px;
}

.content-block-1-proj a.btn-org {
    background: #000;
}

.container.block-cta::after {
    content: "Scroll down for more information";
    position: absolute;
    bottom: 0;
    font-size: 18px;
    height: 10px;
}

.img-01-50 {
    background: url(../images/images01.jpg) no-repeat right;
    background-size: cover;
}

/* Footer */

footer.footer {
    background-color: #04bbee;
    padding-top: 70px;
    padding-bottom: 70px;
}

.footer-block-1,
.footer-block-2 a,
.site-main-menu a {
    font-size: 16px;
    color: rgb(250, 250, 250);
    font-weight: bold;
    line-height: 1.818;
    text-align: left;
}

.footer-block-2 li {
    margin: 10px 0;
}

.footer-block-2 li:first-child {
    margin-top: 0;
}

.footer-block-2 li a {
    padding: 0;
}

.footer-block-2 li a:hover {
    background: none;
}

.footer-block-2.text-right a {
    text-align: right;
}

a.footer-logo {
    display: block;
    float: right;
}
.header .nav li.item-389{
    display: none;
}