*{
box-sizing: border-box;
-ms-box-sizing: border-box; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
}


@font-face {
    font-family: "OpenSansExtraBold";
    src: url(../fonts/OpenSans-ExtraBold.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSansBold";
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSansSemiBold";
    src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSansRegular";
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSansLight";
    src: url(../fonts/OpenSans-Light.ttf) format("truetype");
}

/* colors
Gris: f6f8fa
Vert: 8de600
Blue: 3e51b5
*/


::-webkit-scrollbar{
  height:0px;
  width:0px;  
  background:transparent;
}

div.table-container {
    display:table;
}

div.table-container-middle {
    width:100%;
    display:table-cell;
    vertical-align: middle;
}

div.table-container-bottom {
    width:100%;
    display:table-cell;
    vertical-align: bottom;
}

/* --------------------------
--------- GENERAL -----------
-------------------------- */

div.uk-grid {
  padding:0;
  margin:0;
}

div[class*=uk-width-] {
  padding:0;
  margin:0;
}

div[class*=uk-align-] {
  padding:0;
  margin-bottom:0;
}

div.uk-vertical-align-middle {
  padding:0;
  margin:0;
  width:100%;
}

p {
    text-align:justify;
}

div.pi-bar {
    height:0;
    width:60px;
    padding-top:20px;
    border:0;
    border-bottom:5px solid #8de600;
}

@media (max-width:767px) {
    div.uk-align-center-small {
        display:inline-block;
    } 
}

/* ----------------------------------
--------------- MENU ----------------
-----------------------------------*/

div.pi-header-topbar {
    height:100px;
    width:100vw;
    background:white;
    border-bottom:1px solid #f6f8fa;
    position:fixed;
}

div.pi-header-topbar div {
    height:100%;
}

img.pi-logo {
    height:80px;
    padding-left:10px; 
}

a.pi-contact {
    text-decoration:none;
    font-family:OpenSansRegular;
    font-size:14px;
    line-height:16px;
    color:#2D333A;
    padding-right:30px;
}

a.pi-contact i {
    font-size:16px;
    color:#8de600;
    padding-left:10px;
}

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

div.pi-header-background {
    height:100vh;
    width:100vw;
    padding-left:100px;
    padding-bottom:100px;
    background-image: url("../img/pi-header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

div.pi-header-maintext {
    margin-bottom:50px;
}

div.pi-header-maintext span {
    font-family:OpenSansExtraBold;
    font-size:80px;
    color:white;
}

div.pi-header-smalltext span {
    font-family:OpenSansLight;
    font-size:45px;
    color:white;
}

@media (max-width:767px) {
    div.pi-header-background {
        padding-left:20px;
        padding-bottom:150px;
    }

    div.pi-header-maintext {
        margin-bottom:20px;
    }

    div.pi-header-maintext span {
        font-family:OpenSansExtraBold;
        font-size:30px;
        color:white;
    }

    div.pi-header-smalltext span {
        font-family:OpenSansLight;
        font-size:20px;
        color:white;
    }
}


/* ----------------------------------
-------------- INTRO ----------------
-----------------------------------*/

div.pi-intro {
    width:100vw;
    padding-top:150px;
    padding-bottom:150px;
}

div.pi-intro-title {
    width:60vw;
    margin-bottom:50px;
}

div.pi-intro-title span {
    font-family:OpenSansRegular;
    font-size:35px;
    line-height:normal;
    color:#2D333A;
}

div.pi-intro-text {
    width:60vw;
}

div.pi-intro-text span {
    font-family:OpenSansLight;
    font-size:16px;
    line-height:30px;
    color:#2D333A;
}

@media (max-width:767px) {
    div.pi-intro {
        padding-top:50px;
        padding-bottom:50px;
    }

    div.pi-intro-title,  div.pi-intro-text {
        width:100vw;
        padding:0 30px;
    }

    div.pi-intro-title span {
        font-size:25px;
    }
}

/* ----------------------------------
------------ MISSION ----------------
-----------------------------------*/

div.pi-mission {
    width:100vw;
    padding-top:150px;
    padding-bottom:150px;
    background:#f6f8fa;
}

div.pi-mission-title {
    padding-left:150px;
}

div.pi-mission-title h2 {
    font-family:OpenSansExtraBold;
    font-size:50px;
    line-height:50px;
    color:#2D333A;
    margin:0!important;
}

div.pi-mission-text {
    padding-right:150px; 
}

div.pi-mission-text p {
    font-family:OpenSansLight;
    font-size:16px;
    line-height:30px;
    color:#2D333A;
    margin-top:10px;
    margin-bottom:10px;
    text-align:left;
}

@media (max-width:767px) {
    div.pi-mission {
        padding-top:50px;
        padding-bottom:50px;
    }

    div.pi-mission-title,  div.pi-mission-text {
        padding:25px 30px;
    }

    div.pi-mission-title h2 {
        font-size:30px;
        line-height:30px;
    }  

    div.pi-mission-text p {
        text-align:center;
    }
}

/* ----------------------------------
------------- BUYING ----------------
-----------------------------------*/

div.pi-buying {
    width:100vw;
    padding-top:150px;
    padding-bottom:150px;
}

div.pi-buying-title {
    padding-left:150px;
    margin-bottom:100px;
}

div.pi-buying-title h2 {
    font-family:OpenSansExtraBold;
    font-size:50px;
    line-height:50px;
    color:#2D333A;
    margin:0!important;
}

div.pi-buying-text {
    width:50vw;
}

div.pi-buying-text span {
    font-family:OpenSansLight;
    font-size:16px;
    line-height:30px;
    color:#2D333A;
}

div.pi-buying-menu {
    width:80vw;
    margin-top:80px;
}

div.pi-buying-menu-item {
    position:relative;
    padding-bottom:20px;
    border-bottom:2px solid #f2f2f2;
    cursor:pointer;
}

div.pi-buying-menu-item.uk-active {
    border-bottom:2px solid #8de600;
}

div.pi-buying-menu-item a {
    font-family:OpenSansLight;
    font-size:16px;
    color:#2D333A;
}

div.pi-buying-menu-item-overlay {
    height:100%;
    width:100%;
    background:rgba(255,255,255,0.7);
    top:0;
    left:0;
    position:absolute;
}

div.pi-buying-menu-item.uk-active > div.pi-buying-menu-item-overlay {
    background:transparent;
}

div.pi-buying-menu-description {
    width:50vw;
    margin-top:70px;
}

div.pi-buying-menu-description span {
    font-family:OpenSansLight;
    font-size:16px;
    line-height:30px;
    color:#2D333A;
}

@media (max-width:767px) {
    div.pi-buying {
        padding-top:50px;
        padding-bottom:50px;
    }

    div.pi-buying-title {
        padding:25px 0;
        margin-bottom:0;
    }

    div.pi-buying-title h2 {
        font-size:30px;
        line-height:30px;
    }

    div.pi-buying-text {
        width:100vw;
        padding:25px 30px;
    }

    div.pi-buying-menu {
        width:95vw;
    }

    div.pi-buying-menu-item a {
        font-family:OpenSansLight;
        font-size:14px;
        color:#2D333A;
    }

    div.pi-buying-menu-description {
        width:90vw;
    }

}

/*-- Items for small window size --*/

div.pi-buying-item-small {
    width:80vw;
    margin-top:50px;
}

div.pi-buying-item-small h3 {
    font-family:OpenSansRegular;
    font-size:16px;
    line-height:16px;
    color:#2D333A;
    margin:0!important;
    padding-bottom:10px;
}

div.pi-buying-item-small-bar {
    height:0;
    width:30px;
    border:0;
    border-bottom:2px solid #8de600;
    display:inline-block;
}

div.pi-buying-item-small p {
    font-family:OpenSansLight;
    font-size:14px;
    line-height:30px;
    color:#2D333A;
    text-align:center;
}

/* ----------------------------------
----------- COMMODITIES -------------
-----------------------------------*/

div.pi-commodities {
    height:50vh;
    width:100vw;
    background-image: url("../img/pi-commodities.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

h2.pi-commodities-title {
    font-family:OpenSansExtraBold;
    font-size:50px;
    line-height:50px;
    color:white;
    margin:0!important;
}

@media (max-width:767px) {
    div.pi-commodities {
        margin-top:50px;
    }

    h2.pi-commodities-title {
        font-size:30px;
        line-height:30px;
    }
}

/* ----------------------------------
-------------- CORE -----------------
-----------------------------------*/

div.pi-core {
    width:100vw;
    padding-top:150px;
    padding-bottom:150px;
    background:#f6f8fa;
}

div.pi-core-title {
    padding-left:150px;
    margin-bottom:100px;
}

div.pi-core-title h2 {
    font-family:OpenSansExtraBold;
    font-size:50px;
    line-height:50px;
    color:#2D333A;
    margin:0!important;
}

div.pi-core-text {
    width:50vw;
}

div.pi-core-text span {
    font-family:OpenSansLight;
    font-size:16px;
    line-height:30px;
    color:#2D333A;
}

div.pi-core-grid {
    width:75vw;
    margin-top:70px;
}

div.pi-core-grid-item {
    padding:20px;
}

div.pi-core-textbox {
    height:50vh;
    width:100%;
    padding:0 30px;
}

div.pi-core-textbox p {
    font-family:OpenSansRegular;
    font-size:22px;
    line-height:30px;
    color:white;
    text-align:left;
}

div.pi-core-picture1 {
    height:50vh;
    width:100%;
    background-image: url("../img/pi-lights.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

div.pi-core-picture2 {
    height:50vh;
    width:100%;
    background-image: url("../img/pi-beans.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

@media (max-width:767px) {
    
    div.pi-core {
        padding-top:100px;
        padding-bottom:50px;
    }

    div.pi-core-title {
        padding:0;
        margin-bottom:50px;
    }

    div.pi-core-title h2 {
        font-size:30px;
        line-height:30px;
    }

    div.pi-core-text {
        width:90vw;
    }

    div.pi-core-grid {
        width:90vw;
        margin-top:50px;
    }

    div.pi-core-textbox p {
        font-size:16px;
        line-height:30px;
    }
}


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

div.pi-footer {
    height:100px;
    width:100vw;
    background:#2D333A;
}

div.pi-footer div span {
    font-family:OpenSansRegular;
    font-size:14px;
    color:white;
}

/* ----------------------------------
------------ CONTACT ----------------
-----------------------------------*/


h2.contact-title {
    font-family:OpenSansRegular;
    font-size:25px;
    color:black;
}

label.contact-label {
    font-family:OpenSansRegular;
    font-size:16px;
    letter-spacing:1px;
    color:black;
}

div.contact-input {
    margin-bottom:3vh;
}

div.contact-input > input {
    width:100%;
    border:0!important;
    border-radius:0!important;
    border-bottom:1px solid #e6e6e6!important;
    font-family:OpenSansLight;
    font-size:16px;
    color:black;
}

div.contact-input > input:focus {
    border-bottom:1px solid #8de600!important;
    background:transparent!important;
}

div.contact-input > textarea {
    width:100%;
    border-radius:0!important;
    border:1px solid #e6e6e6!important;
    font-family:OpenSansLight;
    font-size:16px;
    color:black;
}

div.contact-input > textarea:focus {
    border:1px solid #8de600!important;
    background:transparent!important;
}

button.contact-button {
    height:50px;
    width:150px;
    background:#8de600;
    font-family:OpenSansBold;
    font-size:18px;
    color:white;
    border:0;
    border-radius:5px;
    cursor:pointer;
}

@media (max-width:767px) {
    h2.contact-title {
        font-size:20px;
    }

    label.contact-label {
        font-size:14px;
    }

    div.contact-input > input {
        font-size:14px;
    }

    div.contact-input > textarea {
        font-size:14px;
    }

    button.contact-button {
        font-size:14px;
    }
}


