/*------------------------------------*\
	MAPS
\*------------------------------------*/

.maps {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*------------------------------------*\
	HEADER
\*------------------------------------*/

.container-fluid {
    padding-left: 0px;
}

.fa-tree {
    color: #2ecc71;
}

#headerContainer {
    position: relative;
}

.header__ban {
    position: absolute;
    bottom: 0px;
    background-color: #3498db;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
}


/*------------------------------------*\
	COMMONS CLASSES
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.1em;
}

.features, .blog, .gallery, .clients, .prefooter .container-fluid {
    padding-top: 3.3em;
    padding-bottom: 4.2em;
}

span.typcn::before, i.typcn::before {
    font-size: 2em;
}

span.x2:before, i.x2:before {
    font-size: 3.4em;
}

span.x3:before, i.x3:before {
    font-size: 4.4em;
}

span.x4:before, i.x4:before {
    font-size: 6em;
}


/*@media (min-height:846px) {
    header .container-fluid {
        height: 100vh;
    }
}*/


/*------------------------------------*\
	HEADER
\*------------------------------------*/

header .container-fluid {
    /*background-image: url('images/lavender.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*height: 100vh;*/
    min-height: 720px;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    padding-top: 36px;
}

header .jumbotron {
    position: relative;
    z-index: 1;
}

#bg {
    position: absolute;
    top: 0;
    left: 0;
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}

#example .container .row {
    vertical-align: middle;
    text-align: center;
}

#home {
    overflow: hidden;
}

.colone {
    background-image: url('images/granules2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 50;
    padding-top: 36px;
}

.logohomeo {
    margin: 0px ! important;
}

.logohomeo img {
    max-height: 150px;
}

.hamburger {
    font-size: 2.3em;
    color: #000;
}

.hamburger:hover {
    color: #FFF;
    cursor: pointer;
}

.logo {
    background: none;
    height: 40%;
    border: 0px;
}

.jumbotron {
    background: none;
    text-align: center;
}

.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6, .jumbotron small {
    color: #EED113;
}

.jumbotron p {
    color: #FFFFFF;
    margin-bottom: 5%;
}


/*------------------------------------*\
	SECTIONS
\*------------------------------------*/

.number .container-fluid {
    background-image: url('https://unsplash.it/3000/2000?image=685');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.opaline {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: rgba(128, 215, 247, 0.660);
}

.opaline h1, .opaline h2, .opaline h3, .opaline h4, .opaline h5, .opaline h6, .opaline p {
    color: #FFFFFF;
}

.opaline .boxes {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
}

.boxes .odometer.odometer-theme-default {
    font-family: 'Roboto Slab', serif;
}

.story .container-fluid {
    background-image: url('https://unsplash.it/3000/2000?image=531');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery {
    background-color: #dddddd;
}

.prefooter .container-fluid {
    background: linear-gradient( rgba(33, 37, 43, 0.6), rgba(33, 37, 43, 0.6)), url(https://unsplash.it/4000/3000?image=528);
}

.prefooter h1, .prefooter h2, .prefooter h3, .prefooter h4, .prefooter h5, .prefooter h6, .prefooter p {
    color: #FFFFFF;
}


/*------------------------------------*\
	FOOTER
\*------------------------------------*/

footer {
    background-color: rgba(36, 50, 59, 1);
    padding-top: 2em;
    padding-bottom: 1.2em;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p {
    color: #FFFFFF;
}

.social {
    padding-top: 50px;
}

.social-link {
    color: white;
}

link {
    color: white;
}


/*------------------------------------*\
	IOS
\*------------------------------------*/


/* fix iOS bug not displaying 100vh correctly */


/* ipad */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    header .container-fluid {
        height: 768px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    header .container-fluid {
        height: 1024px;
    }
}


/* iphone5 */

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    header .container-fluid {
        height: 320px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    header .container-fluid {
        height: 568px;
    }
}


/* iPhon100vh
