/* START OF DEMO CSS - NOT NEEDED */

html,
body {
    width: 100%;
    height: 100%;
    font-family: Montserrat;
}
/* BODY BACKGROUND IMAGE DOESNT ALWAYS REACH THE BOTTOM OF THE BROWSER*/

body {
    background-color: rgb(100, 100, 100);
    background-image: url(../images/backgound.jpg);
    background-repeat: repeat;
    color: rgb(255, 255, 255);
    height: 80%!important;
    background-size: 100% 100%;
}
.white-background {
    border-radius: 4px;
    color: hsl(0, 0%, 20%);
    margin-left: 39.1%;
}
.title {
    font-size: 3em;
    font-weight: 700;
    text-shadow: 0px 0px 5px rgb(51, 51, 51);
    text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.8);
    text-align: center;
}
#fullscreen {
    position: fixed;
    top: 10px;
    right: 10px;
}
/* END OF DEMO CSS */

.home {
    position: absolute;
    top: 24.8%;
    width: 100%;
    z-index: 999;
}
.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-fixed-left {
    top: 0px;
    left: 0px;
    border-radius: 0px;
    position: fixed;
}
.navbar-minimal {
    background-color: #fff;
    border-width: 0;
    margin-bottom: 0;
    z-index: 1000;
    padding: 0
}
.navbar-minimal > .navbar-toggler {
    position: relative;
    padding: 10%;
    z-index: 100;
    cursor: pointer;
}
.navbar-minimal.open > .navbar-toggler,
.navbar-minimal > .navbar-toggler:hover {} .navbar-minimal > .navbar-toggler > .menu-icon {
    background-image: url("../images/picture.png");
    background-position: -1 95%;
    background-repeat: no-repeat;
    height: 16px;
    left: 5%;
    margin: -8px -8px 0 0;
    position: absolute;
    top: 50%;
    transform: rotate(0deg);
    transition: transform 0.3s ease-out 0s;
    width: 16px;
}
.menu-text {
    position: absolute;
    color: #000;
    top: 53%;
    left: 3%;
    font-size: 10px;
    font-weight: bold;
	margin-top: 5px;
}
.navbar-minimal > .navbar-toggler > img {
    display: inline-block;
    width: 100%;
	margin-left: 10px;
}
.navbar-minimal > .navbar-menu {
    background-color: hsla(0, 0%, 0%, 0.81);
    list-style: outside none none;
    margin: 0;
    padding: 30% 10% 4.1%;
    position: absolute;
    top: -1000px;
    z-index: 50;
}
.navbar-minimal > .navbar-menu > li {
    border-width: 0;
    margin: 0;
    padding: 0;
    line-height: 40px;
}
.navbar-minimal > .navbar-menu >.last {
    padding-bottom: 25%;
}
.navbar-minimal > .navbar-menu >.info {
    line-height: 32px !important;
}
.navbar-minimal > .navbar-menu >.info > ul {
    list-style: outside none none;
    padding: 0;
}
.navbar-minimal > .navbar-menu >.info i {
    padding-left: 0;
    padding-right: 20px;
}
.social-icon i {
    font-size: 15px;
    padding-left: 0 !important;
    padding-right: 45px !important;
    color: #605c59;
}
.navbar-minimal > .navbar-menu > li > a {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid rgb(81, 81, 81);
    width: 100%;
    text-decoration: none;
    margin: 0px;
}
.navbar-minimal > .navbar-menu > li > a:last-child {
    border-bottom-width: 0px;
}
.navbar-minimal > .navbar-menu > li > a:hover {} .navbar-minimal > .navbar-menu > li > a > .glyphicon {
    float: right;
}
.navbar-minimal.open {} .navbar-minimal.open > .navbar-toggler > .menu-icon {
    background-position: -1px 95%;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.navbar-minimal.open > .navbar-menu {
    height: 130vh;
    top: 100%;
    width: 100%;
    left: 0;
}

@media (min-width: 768px) {
    .navbar-minimal.open {} .navbar-minimal.open > .navbar-menu {
        overflow: visible;
    }
    .navbar-minimal > .navbar-menu > li > a > .desc {
        border-width: 0 !important;
        color: hsl(0, 0%, 60%);
        display: inline-block;
        left: 42px;
        opacity: 1;
        text-align: left;
        white-space: nowrap;
    }
    .navbar-minimal > .navbar-menu > li > a > .active {
        color: #fff;
    }
    .navbar-minimal > .navbar-menu > li > a > .desc:after {} .navbar-minimal > .navbar-menu > li > a:hover > .desc {}
}
.menu-title::after {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 20px;
}
.menu-title {
    display: inline-block;
    line-height: 25px;
    margin-bottom: 60px;
    position: relative;
}
.menu-title > span {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-left: 40px;
}
.background {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 3% 1.8%;
}
.transbox {
    background-color: hsla(0, 0%, 100%, 0.82);
    padding: 7% 3.6% 5.6% 14.6%;
    text-align: right;
}
.info {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.copy {
    font-size: 10px;
    margin-bottom: 32px;
}
.slogan {
    color: hsl(0, 0%, 0%);
    display: inline-block;
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    text-align: right;
    width: 100%;
}
.slogan p {
    margin: 0;
}
.p1 {
    color: #333;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 5%;
    padding-top: 5%;
    margin: 0;
}
.button-title::after {
    background: #000;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    top: 10px;
    width: 70px;
}
.button-title {
    display: inline-block;
    line-height: 25px;
    position: relative;
}
.button-title > span {
    color: hsl(0, 0%, 0%);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-right: 92px;
}
/*Page about*/

#about {
    background: hsl(0, 0%, 91%) url("../images/sub_bg.png") repeat scroll 0 0;
    text-align: center;
}
.about {
    position: absolute;
    top: 19.6%;
    width: 100%;
    z-index: 999;
}
.slogan1 {
    color: hsl(0, 0%, 0%);
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: right;
}
.slogan1 p {
    margin: 0
}
.p2 {
    color: hsl(0, 0%, 0%);
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
    text-align: left;
}
.background1 {
    background-color: hsla(0, 0%, 100%, 0.6);
    padding: 1.3% 1.5%;
}
.transbox1 {
    background-color: hsla(0, 0%, 100%, 0.82);
    display: inline-block;
    padding: 4% 2.9% 4.2% 2.7%;
    text-align: right;
}
.top-row ul li {
    list-style: none;
}
.bottom-row ul li {
    list-style: none;
}
.top-row > ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.bottom-row > ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.top-row li {
    float: left;
}
.bottom-row li {
    float: left;
}
.hover {
    opacity: 0;
    position: absolute;
}
.top-row ul li:hover .hover {
    opacity: 1;
}
.bottom-row ul li:hover .hover {
    opacity: 1;
}
/*Page services*/

.icon {
    display: inline-block
}
#services {
    background: hsl(0, 0%, 91%) none repeat scroll 0 0;
    text-align: center;
}

.services {
    position: absolute;
    top: 19.6%;
    width: 100%;
    z-index: 999;
}
.ser-block1 {
    text-align: right;
    padding: 5px 30px;
}
.ser-block2 {
    text-align: left;
    padding: 5px 30px;
}
.headline {
    color: hsl(0, 0%, 0%);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.description {
    color: #333;
    font-size: 13px;
    line-height: 25px;
    font-family: Helvetica;
}
/*Page references*/

#references {
    background: hsl(0, 0%, 91%) none repeat scroll 0 0;
    text-align: center;
}
.references {
    position: absolute;
    top: 19.6%;
    width: 100%;
    z-index: 999;
}
.ref-block {
    display: inline-block;
    width: 100%;
    padding: 25px 30px;
}
.ref-img {
    display: inline-block;
    float: left;
}
.des-ref {
    display: inline-block;
    float: left;
    margin-left: 30px;
    text-align: left;
    width: 53%;
    padding-bottom: 16px;
    padding-top: 22px;
}
.headline-ref {
    color: hsl(0, 0%, 0%);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.description-ref {
    color: hsl(0, 0%, 20%);
    font-size: 12px;
    font-style: italic;
    padding-bottom: 20px;
    padding-top: 25px;
}
}
.ref-img {
    display: inline-block;
    float: left;
}
.des-ref .button-read {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color hsl(0, 0%, 60%) hsl(0, 0%, 60%) hsl(240, 100%, 25%);
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    color: hsl(0, 0%, 20%);
    font-size: 12px;
    margin: 0;
    padding-bottom: 8px;
    padding-right: 30px;
    text-transform: uppercase;
    padding-left: 0
}
.des-ref .button-read:hover {
    border-color: red;
}
/*Page contact*/

#contact {
    background: hsl(0, 0%, 91%) none repeat scroll 0 0;
    text-align: center;
}
.contact {
    position: absolute;
    top: 19.6%;
    width: 100%;
    z-index: 999;
}
.transbox2 {
    background-color: hsla(0, 0%, 100%, 0.82);
    padding: 20px;
    text-align: center;
}
.contact-us {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.heading {
    color: hsl(0, 0%, 0%);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.address-contact {
    color: hsl(0, 0%, 20%);
    font-size: 12px;
    line-height: 25px;
    list-style: outside none none;
    padding: 0;
}
.call-us,
.email-us {
    color: hsl(0, 0%, 0%);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    list-style: outside none none;
    padding: 0;
}
.contact1,
.contact2,
.contact3 {
    display: inline-block;
    width: 100%;
}
/*Page projects*/

.projects {
    height: 80%;
    position: absolute;
    top: 19.6%;
    width: 100%;
    z-index: 999;
}
#projects {
    background: hsl(0, 0%, 91%) none repeat scroll 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.carousel {
    margin-bottom: 0;
    padding: 0 40px;
    text-align: left;
}
.carousel h2 {
    color: hsl(0, 0%, 0%);
    font-size: 14px;
    font-weight: bold;
}
.des-project {
    color: #333;
    font-size: 12px;
}
/* The controlsy */

.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */

.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}
@media (min-width: 320px)and (max-width: 640px) {} @media (min-width: 320px)and (max-width: 640px) {
    .des-ref {
        margin-left: 0;
        width: 100%;
    }
    .transbox {
        padding-left: 5px;
        padding-right: 5px;
    }
    .white-background {
        border-radius: 4px;
        color: hsl(0, 0%, 20%);
        margin-top: 17%;
        margin-left: 0
    }
    .slogan {
        font-size: 30px;
        line-height: 30px;
    }
    .slogan1 {
        margin-top: 35%;
    }
    .white-background {
        border-radius: 4px;
        color: hsl(0, 0%, 20%);
        margin-top: 50%;
    }
    .transbox1 {
        background-color: hsla(0, 0%, 100%, 0.82);
        padding: 55px 30px !important;
        text-align: right;
    }
    .slogan1 {
        font-size: 30px;
        line-height: 30px;
    }
    .navbar-fixed-left {
        border-radius: 0;
        left: 0;
        position: absolute;
        top: 0;
    }
}
@media (min-width: 480px)and (max-width: 640px) {
    .slogan1 {
        margin-top: 35%;
    }
}
@media (min-width: 768px)and (max-width: 980px) {
    .white-background {
        border-radius: 4px;
        color: hsl(0, 0%, 20%);
        margin-top: 55%;
    }
    .slogan1 {
        margin-top: 30%;
    }
}
@media (min-height: 1024px) and (max-height: 1300px) {
    .navbar-minimal > .navbar-menu > li {
        border-width: 0;
        line-height: 70px;
        margin: 0;
        padding: 0;
    }
    .home {
        top: 0;
    }
    .white-background {
        margin-left: 0;
        margin-top: 55%;
    }
    .about,
    .contact,
    .references,
    .projects,
    .services {
        top: 0%;
    }
}
@media (min-height: 957px) and (max-height: 981px) {
    .navbar-minimal > .navbar-menu > li {
        line-height: 60px;
    }
    iframe {
        height: 350px;
    }
}
@media (min-height: 767px) and (max-height: 956px) {
    .slogan1 {
        color: hsl(0, 0%, 0%);
        font-size: 40px;
        font-weight: bold;
        line-height: 40px;
        margin-bottom: 10px;
        text-align: right;
    }
    .description {
        color: hsl(0, 0%, 20%);
        font-size: 12px;
        line-height: 20px;
    }
    .headline {
        color: hsl(0, 0%, 0%);
        font-size: 13px;
        font-weight: bold;
        padding-bottom: 0;
        padding-top: 0;
        text-transform: uppercase;
    }
    .navbar-minimal > .navbar-menu > li {
        line-height: 52px;
    }
    .navbar-minimal > .navbar-menu {
        padding: 20% 10% 4.1%;
    }
    .navbar-minimal > .navbar-menu > .last {
        padding-bottom: 20%;
    }
}
@media (min-height: 600px) and (max-height: 767px) {
    .navbar-minimal > .navbar-menu {
        background-color: hsla(0, 0%, 0%, 0.81);
        list-style: outside none none;
        margin: 0;
        padding: 20% 10% 4.1%;
        position: absolute;
        top: -1000px;
        z-index: 50;
    }
    .headline {
        color: hsl(0, 0%, 0%);
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 5px;
        padding-top: 5px;
        text-transform: uppercase;
    }
    .description {
        font-size: 12px;
        line-height: 20px;
    }
    .services {
        top: 9.6%;
    }
    .transbox1 {
        padding: 2% 2.9% 2.2% 2.7%;
    }
    .slogan1 {
        color: hsl(0, 0%, 0%);
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: right;
    }
    .navbar-minimal > .navbar-menu > .last {
        padding-bottom: 10%;
    }
    .references {
        top: 12.6%;
    }
	.contact {
        top: 17.6%;
    }
    .ref-img .img-responsive {
        width: 90%;
    }
    .description-ref {
        font-size: 12px;
        padding-bottom: 10px;
        padding-top: 15px;
    }
    .ref-block {
        padding: 15px 0;
    }
}
@media screen and (min-height: 460px) and (max-height: 581px) {
    @media screen and (min-width: 1024px) {
        .slogan1 {
            font-size: 30px;
            font-weight: bold;
            line-height: 30px;
            margin-bottom: 10px;
        }
        .heading {
            font-size: 10px;
            font-weight: bold;
            letter-spacing: 3px;
            padding-bottom: 5px;
            padding-top: 5px;
        }
        .address-contact {
            font-size: 10px;
            line-height: 15px;
        }
        .address-contact {
            font-size: 12px;
            line-height: 20px;
        }
        .navbar-minimal > .navbar-menu {
            padding: 10% 10% 4.1%;
        }
        .navbar-minimal > .navbar-menu > .last {
            padding-bottom: 10%;
        }
        .transbox1 {
            padding: 2% 2.9% 2.2% 2.7%;
        }
        .services {
            top: 2.6%;
        }
        .headline {
            font-size: 12px;
            padding-bottom: 5px;
            padding-top: 5px;
        }
        .description {
            font-size: 12px;
            line-height: 15px;
        }
        .projects {
            top: 13.6%;
        }
        .references {
            top: 11.6%;
        }
        .ref-img .img-responsive {
            display: inline-block;
            width: 70%;
        }
        .description-ref {
            font-size: 10px;
            padding-bottom: 10px;
            padding-top: 15px;
        }
        .ref-block {
            padding: 15px 0;
        }
        .des-ref {
            display: inline-block;
            float: left;
            margin-left: 10px;
            padding-bottom: 0;
            padding-top: 0;
            text-align: left;
            width: 48%;
        }
        .headline-ref {
            font-size: 12px;
        }
        .navbar-minimal > .navbar-menu > li {
            line-height: 25px;
        }
        .social-icon i {
            color: hsl(26, 4%, 36%);
            font-size: 15px;
            padding-left: 0 !important;
            padding-right: 35px !important;
        }
        .navbar-minimal > .navbar-menu > .info {
            line-height: 25px !important;
        }
        .home {
            top: 5.8%;
        }
        .slogan1 {
            font-size: 20px;
            font-weight: bold;
            line-height: 20px;
            margin-bottom: 5px;
        }
        .p2 {
            color: hsl(0, 0%, 0%);
            font-size: 10px;
            font-weight: bold;
            line-height: 16px;
            margin: 0;
            text-align: left;
        }
        .headline {
            font-size: 10px;
            padding-bottom: 0;
            padding-top: 0;
        }
        .description {
            font-size: 10px;
            line-height: 11px;
        }
        #gallery1 img,
        #gallery2 img,
        #gallery3 img,
        #gallery4 img,
        #gallery5 img,
        #gallery6 img,
        #gallery7 img,
        #gallery8 img,
        #gallery9 img,
        #gallery10 img,
        #gallery11 img,
        #gallery12 img,
        #gallery13 img,
        #gallery14 img,
        #gallery15 img,
        #gallery16 img,
        #gallery17 img {
            width: 100%;
            height: 200px!important;
        }
        .contact {
            top: 14.6%;
        }
        .carousel h2 {
            color: hsl(0, 0%, 0%);
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 0;
            margin-top: 5px;
        }
        .address-contact {
            font-size: 10px;
            line-height: 12px;
        }
    }
}
@media screen and (min-height: 582px) and (max-height: 599px) {
    @media screen and (min-width: 1000px) {
        .slogan1 {
            font-size: 30px;
            font-weight: bold;
            line-height: 30px;
            margin-bottom: 10px;
        }
        .heading {
            font-size: 10px;
            font-weight: bold;
            letter-spacing: 3px;
            padding-bottom: 5px;
            padding-top: 5px;
        }
        .address-contact {
            font-size: 10px;
            line-height: 15px;
        }
        .address-contact {
            font-size: 12px;
            line-height: 20px;
        }
        .navbar-minimal > .navbar-menu {
            padding: 10% 10% 4.1%;
        }
        .navbar-minimal > .navbar-menu > .last {
            padding-bottom: 10%;
        }
        .transbox1 {
            padding: 2% 2.9% 2.2% 2.7%;
        }
        .services {
            top: 10.6%;
        }
        .headline {
            font-size: 12px;
            padding-bottom: 5px;
            padding-top: 5px;
        }
        .description {
            font-size: 12px;
            line-height: 15px;
        }
        .projects {
            top: 19.6%;
        }
        .references {
            top: 19.6%;
        }
        .ref-img .img-responsive {
            display: inline-block;
            width: 70%;
        }
        .description-ref {
            font-size: 10px;
            padding-bottom: 10px;
            padding-top: 15px;
        }
        .ref-block {
            padding: 15px 0;
        }
        .des-ref {
            display: inline-block;
            float: left;
            margin-left: 10px;
            padding-bottom: 0;
            padding-top: 0;
            text-align: left;
            width: 48%;
        }
        .headline-ref {
            font-size: 12px;
        }
        .navbar-minimal > .navbar-menu > li {
            line-height: 40px;
        }
        .social-icon i {
            color: hsl(26, 4%, 36%);
            font-size: 15px;
            padding-left: 0 !important;
            padding-right: 35px !important;
        }
        .navbar-minimal > .navbar-menu > .info {
            line-height: 25px !important;
        }
        .home {
            top: 5.8%;
        }
        .slogan1 {
            font-size: 20px;
            font-weight: bold;
            line-height: 20px;
            margin-bottom: 5px;
        }
        .p2 {
            color: hsl(0, 0%, 0%);
            font-size: 14px;
            font-weight: bold;
            line-height: 16px;
            margin: 0;
            text-align: left;
        }
        .headline {
            font-size: 12px;
            padding-bottom: 0;
            padding-top: 0;
        }
        .description {
            font-size: 12px;
            line-height: 15px;
        }
        #gallery1 img,
        #gallery2 img,
        #gallery3 img,
        #gallery4 img,
        #gallery5 img,
        #gallery6 img,
        #gallery7 img,
        #gallery8 img,
        #gallery9 img,
        #gallery10 img,
        #gallery11 img,
        #gallery12 img,
        #gallery13 img,
        #gallery14 img,
        #gallery15 img,
        #gallery16 img,
        #gallery17 img {
            width: 100%;
            height: 200px!important;
        }
        .contact {
            top: 19.6%;
        }
        .carousel h2 {
            color: hsl(0, 0%, 0%);
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 0;
            margin-top: 5px;
        }
        .address-contact {
            font-size: 10px;
            line-height: 12px;
        }
    }
}
@media screen and (min-height: 1079px) {
    .white-background {
        margin-left: 0;
        margin-top: 30%;
    }
    .navbar-minimal > .navbar-menu > li {
        line-height: 78px;
    }
    .about,
    .contact,
    .references,
    .projects,
    .services {
        top: 19.6%;
    }
}