@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600');

html,

/* viewport values for height/width % */
body {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    color: rgba(87, 87, 87, .6);
    margin-top: 0;
    overflow-x: hidden;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    color: #588082;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    line-height: 1.1;
    color: inherit;
    font-size: 40px;
}

p,
ul {
    font-weight: 300;
    font-style: normal;
    line-height: 28px;
    font-size: 21px;
    text-transform: none;
    text-decoration: none;
    margin: 0 0 1em;
}

/* Red page */

/*body.page-node-1,
.page-node-1 div.main-container {
    background-color: #ed1b24 !important;
}*/

.page-node-1 .region-content {
    padding: 15px;
}

/*.page-node-1 .region-content .bg-white {
    background: url(/themes/custom/energi/images/bg-red.png) !important;
}*/

/*.page-node-1 div.main-container p,
.page-node-1 div.main-container h2,
.page-node-1 ul {
    color: #550000;
}*/

header {
}

/* NAVBAR */
ul.menu--main {
    float: right;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    margin-top: 3px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #111;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #000;
    background-color: transparent;
}

a.logo img {
    height: auto;
    display: block;
    max-width: 200px;
}

@media (min-width:768px) {
    a.logo img {
        max-width: 300px;
    }

}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    background: url(/themes/custom/energi/images/bg-header.png);
    background: #9ad7d8;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 999;
}

.navbar .logo {
    float: left;
}

/*.navbar-toggle {
    margin-top: 28px;
}*/
.navbar-collapse {
    border: none;
}

.dropdown-menu {
    background: url(/themes/custom/energi/images/dropdown.png);
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 156px;
    font-size: 15px;
}

.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #333333;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #333333;
    outline: 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #464646;
    text-decoration: none;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: url(/themes/custom/energi/images/dropdown.png);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

@media (min-width:768px) and (max-width:1199px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

}

/* MAIN */
.main-container {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.region-content,
aside {
    margin-top: 20px;
    padding: 15px;
}

.region-content .bg-white {

    /*background: url(/themes/custom/energi/images/bg-white.png);*/
    padding: 15px;
}

.region-content .bg-white p,
.region-content .bg-white ul {

    /*font-size: 18px;*/
}

@media (min-width:992px) {
    .region-content,
    aside {
        margin-top: 100px;
        padding: 0;
    }

    .main-container .col-sm-12 {
        padding-right: 0;
    }

}

ul.tabs--primary {
    margin: 50px 0;
}

.field--name-body h2 {
    margin-bottom: 30px;
    margin-top: 15px;
}

.path-frontpage footer,
.page-node-27 footer {
    margin-top: 0;
}

.path-frontpage .main-container,
.page-node-27 .main-container {
    padding: 15px;
}

/* FRONT */
.fullscreen {

    /*  height: 100vh;*/
}

#block-frontpage h2 {
    margin-top: 30%;
}

.recent-projects,
.photography {

    /*  background: #dd0506;*/
    min-height: 300px;
}

.recent-projects,
.recent-projects a,
.recent-projects p,
.photography {
    color: #fff !important;
    text-decoration: none;
}

.recent-projects .container {
    background: #dd0506 url(/themes/custom/energi/images/bg-recent.jpg) no-repeat right;
    min-height: 340px;
}

.recent-projects h2 {
    margin-top: 100px;
}

,
.why-different {
    padding: 50px 0 0 0;
}

.why-different h2 {
    color: #ed1b24;
}

.why-different .container {
    padding-top: 80px;
    margin-bottom: 20px;
}

.bottom-text {
    padding: 0 0 80px 0;
}

.bottom-text a {
    text-decoration: none;
    color: rgba(87, 87, 87, .6);
}

.bottom-text p {
    font-size: 21px;
    line-height: 26px;
}

.photography {

    /*background: #ed1b24;*/
}

.photography .container {
    min-height: 300px;    /*background: #ed1b24 url(/themes/custom/energi/images/bg-photography.jpg) no-repeat center left;*/
}

.photography h2 {
    margin-top: 10px;
    color: #ed1b24;
}

/* MASONRY */
#views-bootstrap-galleries-design {
    margin: 30px auto !important;
}

#views-bootstrap-galleries-design .col {
    margin: 15px 0;
}

.masonry-layout {
    margin: 15px auto !important;
}

.masonry-layout .masonry-item {
    width: 30.5%;
    background-color: transparent;
    border: none;
    margin: 0.5%;
    padding: 0.7%;
}

.our-production {
    background: url(../images/bg-production.jpg);
    height: 500px;
    color: #000;
    font-size: 16px;
}

.our-production p {
    font-size: 22px;
}

.bottom-text h2 {
    color: #ed1b24;
}

/* FOOTER */
.footer {
    background: url(/themes/custom/energi/images/bg-header.png);
    background: #fff;
    color: #9ad7d8;
    font-size: 13px;
    border-top: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

address {
    margin-bottom: 0;
}

footer .logo {
    margin-bottom: 20px;
}

/* Contact */
.row.form {
    margin-top: 40px;
}

.block-region-map {
    margin-top: 50px;
}

address {
 
    font-size: 18px;
}
@media (min-width:768px) {
    footer .logo {
    margin-bottom: 40px;
}

address {
    float: left;
    font-size: 18px;
}

}
.btn-primary {
    color: #fff;
    background-color: #588082;
    border-color: #588082;
}

h1.page-header {
    margin-top: 40px;
}

a.instagram {
    display: inline-block;
    float: right;
}

img.img-instagram {
    width: 40px;
    height: auto;
}

/* NEW DESIGN */

/* Photo Grid */
.view-display-id-block_5 .view-header {
    display: none;
}

.view-display-id-block_5 {
    margin-top: 15px;
}

.views-view-grid {

    /*  margin-bottom: 50px;*/

    /* height: 100vh;*/
}

.views-view-grid .col {
    margin-bottom: 15px;
}

.mfp-figure figcaption {
    display: none;
}

.block-views-blockprojects-detail-page img {
    margin-bottom: 15px;
}

.our-clients {
    margin-top: 0;
    display: none;
}

.page-node-3 .our-clients {
    display: block;
}

.our-clients h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}

.our-clients img {
    margin: 0 auto;
}

.map a img {
    width: 100%;
}

@media (min-width:1200px) {
    .our-clients {

        /*padding-top: 200px;*/
    }

}

/* PAGE - CONTACT */
.page-node-4 .main-container {
    padding-bottom: 0;
    min-height: auto;
}

.page-node-4 footer {
    margin-top: 0;
}

/* FORMS */
.form-control {
    border-radius: 0;
}

#map {
    width: 100%;
    height: 500px;
}

/* container overrides */
@media (min-width:1200px) {
    .container {
        width: 1200px !important;
    }

}

/* new front */
.path-frontpage .view-display-id-block_4,
.page-node-27 .view-display-id-block_4 {
    margin-top: 15px;
    overflow: hidden;
}

.path-frontpage .view-display-id-block_4 .view-header,
.page-node-27 .view-display-id-block_4 .view-heade {
    padding-bottom: 50px;
}

/* new revisions */
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
    margin: 0;
}

.views-view-grid .col-md-4,
.views-view-grid .col-lg-4,
.views-view-grid .col-sm-6,
.views-view-grid .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

/* 5 column grid */
@media (min-width:992px) {
    .col-md-1-5 {
        width: 20%;
    }

    .col-md-2-5 {
        width: 40%;
    }

    .col-md-3-5 {
        width: 60%;
    }

    .col-md-4-5 {
        width: 80%;
    }

    .col-md-5-5 {
        width: 100%;
    }

}

@media (min-width:1200px) {
    .col-lg-1-5 {
        width: 20%;
    }

    .col-lg-2-5 {
        width: 40%;
    }

    .col-lg-3-5 {
        width: 60%;
    }

    .col-lg-4-5 {
        width: 80%;
    }

    .col-lg-5-5 {
        width: 100%;
    }

}

/* NEW REVISIONS */
.front-block {
    margin-bottom: 15px;
}

.front-block>.inner {
    background: #9ad7d8;
    padding: 35px 50px;
}

.front-block h2 {
    color: #588082;
    margin-top: 0;
}

.front-block p {
    color: #fff;
}

.front-block .icon img {
}

.slider {
    padding-top: 100px;
}

.slider h2 {
    margin-bottom: 35px;    /*  text-align: center;*/
    font-size: 29px;
}

.owl-item a,
h2 a {
    color: #588082 !important;
}

@media (min-width:768px) {
    .slider h2 {
        font-size: 49px;
    }

}

.navbar .container {
}

/*@media (min-width:992px) {
    header {
padding-left: 130px;
    }

}*/

/*.fuk {
height: 100vh;
background: url(/sites/default/files/2019-04/home-page-image-2_0.png) no-repeat center center;
background-size: 100% 100%;
overflow: hidden;
border: 2px solid red;

}*/
.navbar-nav>li>.dropdown-menu,
.navbar-nav>li.dropdown {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 170px;
}

.container.special {
    max-width: 1000px;
}

/* IMAGE BACKGROUND PAGE */
.row.img-bg {
    margin-top: 0;
}

.bg-white {
    margin: 0 0 0 0;
    background-color: #fff;
}

.row.img-bg {
    background-image: none;
}

.view-display-id-block_2 {
    display: block;
}

@media (min-width:1200px) {
    .region-content,
    aside {
        margin-top: 100px;
        padding: 15px;
    }

    .row.img-bg {

        /*      margin-top: -150px;*/
        display: block;
    }

    .bg-white {

        /*      margin: 100px 0 0  60px;*/
        background-color: transparent;
    }

    .our-clients {
        margin-left: 60px;
    }

    #views-bootstrap-logos-block-1 {
        margin: 0 160px;
    }

    .view-id-content.view-display-id-block_2 {
        display: none;
    }

}

@media (min-width:979px) {
    ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block;
    }

}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #333333 !important;
    outline: 0;
}

footer ul.socials {
    margin-top: 20px;
    padding-left: 0px;
    list-style: none;
}

footer ul.socials>li {
    display: inline-block;
}

footer ul.socials>li>a>img {
    width: 40px;
}

footer ul.socials>li>a>img.instagram {
    margin-left: 0;
    margin-right: 10px;
}

footer ul.socials>li>a>img.linkedin {
    margin-top: -27px;
}

@media (min-width:768px) {
    footer ul.socials {
    padding-left: 20px;
    list-style: none;
}
    footer ul.socials>li>a>img.instagram {
        margin-left: 20px;
        margin-right: 10px;
    }

    footer ul.socials>li>a>img.linkedin {
        margin-top: -27px;
    }

}

/* 5 column */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width:768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

}

@media (min-width:992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

}

@media (min-width:1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }

}

#views-bootstrap-news-block-1 .views-field-created,
.view-display-id-block_3 .views-field-created,
#block-views-block-news-block-2 h4 {
    margin-top: 20px;
    font-size: 13px;
}

#views-bootstrap-news-block-1 .views-field-title h2 {
    margin-top: 0;
}

#block-views-block-news-block-2 h2,
.view-display-id-block_2 h1 {
    color: #ec2127;
}

.view-display-id-block_3 h2 {
    margin-top: 0;
    font-size: 21px;
}

@media (max-width:769px) {
    .aside.view-display-id-block_3 {
        padding: 20px 80px;
    }

}

@media (min-width:992px) {
    .xxxxxx {
        height: 740px;
    }

    /*  .aside.view-display-id-block_3 {
        padding-top: 70px;*/
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/* Customize arrow placement */
.owl-prev,
.owl-next {
    position: absolute !important;
}

.owl-prev {
    left: -5px;
    top: 25%;
}

.owl-next {
    right: -5px;
    top: 25%;
}

/**/
.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {

    /*background: url(nav-icon.png) no-repeat scroll 0 0;*/
    left: -33px;
}

.owl-carousel .next-slide {

    /*background: url(nav-icon.png) no-repeat scroll -24px 0px;*/
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

span.img-text:hover {
    color: #2caae1;
}

.fa-angle-left,
.fa-angle-right {
    font-size: 20px;
    color: #ccc;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #000;
    color: inherit;
    border: none;
    font: inherit;
    padding: 14px 10px !important;
}

div.date {
    margin-top: 10px;
    font-size: 13px;
}

.owl-item h4 {
    font-size: 20px;
}

@media (min-width:769px) {
    .aside.view-display-id-block_3 {
        padding: 20px 80px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {

        /*    display: none;*/
    }

    .owl-item h4 {
        font-size: 40px;
    }

    .fa-angle-left,
    .fa-angle-right {
        font-size: 80px;
        color: #ccc;
    }

    .owl-prev {
        left: -5px;
        top: 24%;
    }

    .owl-next {
        right: -5px;
        top: 24%;
    }

}

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
}

/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.page-node-46 .flip-container:hover .flipper,
.page-node-46 .flip-container.hover .flipper {
    transform: none;
}

.flip-container,
.front,
.back {
    width: 100%;
    height: 320px;
}

@media (min-width:768px) {
    .flip-container,
    .front,
    .back {
        height: 345px;
    }

}

@media (min-width:992px) {
    .flip-container,
    .front,
    .back {
        height: 580px;
    }

}

/* flip speed goes here */
.flipper {
    transition: 2s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front,
.back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;    /* for firefox 31 */
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

footer > .container {
    padding: 0 50px;
}

.footer-bottom {
    background: #9ad7d8;
    padding: 10px;
}

footer .logo img {
    width: 200px;
    height: auto;
}

@media (min-width:992px) {
    footer .logo img {
        width: auto;
    }

}
.map { -webkit-filter: grayscale(100%); }