﻿/* CSS RESET */
html,
body {

  margin:0px;
  padding:0px;
  
}


@font-face {
 font-family:'NespressoLucas';
 src:url('/shared_res/agility/commons/fonts/NespressoLucas-Light.woff');
 font-weight:300;
 font-style:normal
}
@font-face {
 font-family:'NespressoLucas';
 src:url('/shared_res/agility/commons/fonts/NespressoLucas-Regular.woff');
 font-weight:400;
 font-style:normal
}
@font-face {
 font-family:'NespressoLucas';
 src:url('/shared_res/agility/commons/fonts/NespressoLucas-Med.woff');
 font-weight:500;
 font-style:normal
}
@font-face {
 font-family:'NespressoLucas';
 src:url('/shared_res/agility/commons/fonts/NespressoLucas-SemiBd.woff');
 font-weight:600;
 font-style:normal
}
@font-face {
 font-family:'NespressoLucas';
 src:url('/shared_res/agility/commons/fonts/NespressoLucas-Bold.woff');
 font-weight:700;
 font-style:normal
}
@font-face {
 font-family:'NespressoLucas';
 src:url('/shared_res/agility/commons/fonts/NespressoLucas-XtraBd.woff');
 font-weight:900;
 font-style:normal
}

#page-top,
#header2,
[id*="show-table"]{
  font-family: "NespressoLucas", Helvetica, Arial, sans-serif;
}


.body-lead {
  background-color: #fff !important;
}

.nes_free-html {
  line-height: 24px;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
.mb-5 {
  margin-bottom: 1rem !important;
}


.header {
  background-color: #272727;
}

.nes_b2b .nes_bg-content-bloc {
  margin-top: -718px !important;
}

a {
  color: #fdcc52;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover
/* a:focus  */
{
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

h3, .h3 {
  font-size: 28px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin:0px;
  margin-bottom: 20px;
}

hr {
  height: 0;
  overflow: visible;
}



/********************** GRID SYSTEM **********************/

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  clear: both;
}

.row * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row:before {
  content: " ";
  display: table;
  clear: both;
}

.row:after {
  content: " ";
  display: table;
  clear: both;
}

[class*="col_"] {
  padding: 0px 4px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.flexRow {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* justify-content: flex-start; */
  -ms-flex-wrap:wrap;
  flex-wrap: wrap;
  /* width: 100%; */
  /* margin: 0 auto; */
  margin-right: -15px;
  margin-left: -15px;

}

.flexRow * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.flexRow.dirCol {
  flex-direction: column;
}

.flexRow.fullRow {
  justify-content: space-between;
}

.flexRow.around {
  justify-content: space-around;
}

.flexRow.hozEnd {
  justify-content: flex-end;
}
.hozCenter,
.flexRow.hozCenter {
  justify-content: center;
}
.vCenter,
.flexRow.vCenter {
  align-items: center;
  align-content: center;
}

.flexRow.vStart {
  align-items: flex-start;
  align-content: flex-start;
}

.flexRow.vEnd {
  align-items: flex-end;
  align-content: flex-end;
}


.col_12 {
  width: 100%;
  float: none;
}

.col_11 {
  width: 91.66%;
}

.col_10 {
  width: 83.33%;
}

.col_9 {
  width: 75%;
}

.col_8 {
  width: 66.66%;
}

.col_7 {
  width: 58.33%;
}

.col_6 {
  width: 50%;
}

.col_5 {
  width: 41.66%;
}

.col_4 {
  width: 33.33%;
}

.col_3 {
  width: 25%;
}

.col_2 {
  width: 16.66%;
}

.col_1 {
  width: 8.33%;
}

.col_5th_5 {
  width: 100%;
}

.col_5th_4 {
  width: 80%;
}

.col_5th_3 {
  width: 60%;
}

.col_5th_2 {
  width: 40%;
}

.col_5th_1 {
  width: 20%;
}


.order_12 {
  order: 12;
}

.order_11 {
  order: 11;
}

.order_10 {
  order: 10;
}

.order_9 {
  order: 9;
}

.order_8 {
  order: 8;
}

.order_7 {
  order: 7;
}

.order_6 {
  order: 6;
}

.order_5 {
  order: 5;
}

.order_4 {
  order: 4;
}

.order_3 {
  order: 3;
}

.order_2 {
  order: 2;
}

.order_1 {
  order: 1;
}

.order_0 {
  order: 0;
}



.colCenter {
  margin: 0 auto;
  float: none;
}

.colCustom400 {
  width: 100%;
  max-width: 400px;
}


.colLeft_11 {
  margin-left: 91.66%;
}

.colLeft_10 {
  margin-left: 83.33%;
}

.colLeft_9 {
  margin-left: 75%;
}

.colLeft_8 {
  margin-left: 66.66%;
}

.colLeft_7 {
  margin-left: 58.33%;
}

.colLeft_6 {
  margin-left: 50%;
}

.colLeft_5 {
  margin-left: 41.66%;
}

.colLeft_4 {
  margin-left: 33.33%;
}

.colLeft_3 {
  margin-left: 25%;
}

.colLeft_2 {
  margin-left: 16.66%;
}

.colLeft_1 {
  margin-left: 8.33%;
}

.flexBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

[class*="flexCol_"] {
  position: relative;
  padding: 0px 15px;
  width:100%;
  /* flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; */
  max-width: 100%;
}

.flexCol_12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.flexCol_11 {
  -ms-flex: 0 0 91.66%;
  flex: 0 0 91.66%;
  max-width: 91.66%;
}

.flexCol_10 {
  -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
  max-width: 83.33%;
}

.flexCol_9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;;
  max-width: 75%;
}

.flexCol_8 {
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.flexCol_7 {
  -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
  max-width: 58.33%;
}

.flexCol_6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.flexCol_5 {
  -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
  max-width: 41.66%;
}

.flexCol_4 {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.flexCol_3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.flexCol_2 {
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.flexCol_1 {
  -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
  max-width: 8.33%;
}


.noPad {
  padding-left: 0px;
  padding-right: 0px;
}

.noPadLeft {
  padding-left: 0px;
}

.noPadRight {
  padding-right: 0px;
}

.hidden {
  display: none;
}


/************** GRID SYSTEM ******************/

@media (min-width: 320px) {

  .col_xs_12 {
      width: 100%;
  }

  .col_xs_11 {
      width: 91.66%;
  }

  .col_xs_10 {
      width: 83.33%;
  }

  .col_xs_9 {
      width: 75%;
  }

  .col_xs_8 {
      width: 66.66%;
  }

  .col_xs_7 {
      width: 58.33%;
  }

  .col_xs_6 {
      width: 50%;
  }

  .col_xs_5 {
      width: 41.66%;
  }

  .col_xs_4 {
      width: 33.33%;
  }

  .col_xs_3 {
      width: 25%;
  }

  .col_xs_2 {
      width: 16.66%;
  }

  .col_xs_1 {
      width: 8.33%;
  }


  .order_xs_12 {
      order: 12;
  }

  .order_xs_11 {
      order: 11;
  }

  .order_xs_10 {
      order: 10;
  }

  .order_xs_9 {
      order: 9;
  }

  .order_xs_8 {
      order: 8;
  }

  .order_xs_7 {
      order: 7;
  }

  .order_xs_6 {
      order: 6;
  }

  .order_xs_5 {
      order: 5;
  }

  .order_xs_4 {
      order: 4;
  }

  .order_xs_3 {
      order: 3;
  }

  .order_xs_2 {
      order: 2;
  }

  .order_xs_1 {
      order: 1;
  }

  .order_xs_0 {
      order: 0;
  }


  .flexCol_xs_12 {
      -ms-flex: 0 0 100%;
  flex: 0 0 100%;
      max-width: 100%;
  }

  .flexCol_xs_11 {
      -ms-flex: 0 0 91.66%;
  flex: 0 0 91.66%;
      max-width: 91.66%;
  }

  .flexCol_xs_10 {
      -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
      max-width: 83.33%;
  }

  .flexCol_xs_9 {
      -ms-flex: 0 0 75%;
  flex: 0 0 75%;;
      max-width: 75%;
  }

  .flexCol_xs_8 {
      -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
      max-width: 66.66%;
  }

  .flexCol_xs_7 {
      -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
      max-width: 58.33%;
  }

  .flexCol_xs_6 {
      -ms-flex: 0 0 50%;
  flex: 0 0 50%;
      max-width: 50%;
  }

  .flexCol_xs_5 {
      -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
      max-width: 41.66%;
  }

  .flexCol_xs_4 {
      -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
      max-width: 33.33%;
  }

  .flexCol_xs_3 {
      -ms-flex: 0 0 25%;
  flex: 0 0 25%;
      max-width: 25%;
  }

  .flexCol_xs_2 {
      -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
      max-width: 16.66%;
  }

  .flexCol_xs_1 {
      -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
      max-width: 8.33%;
  }


  .colLeft_xs_11 {
      margin-left: 91.66%;
  }
  
  .colLeft_xs_10 {
      margin-left: 83.33%;
  }
  
  .colLeft_xs_9 {
      margin-left: 75%;
  }
  
  .colLeft_xs_8 {
      margin-left: 66.66%;
  }
  
  .colLeft_xs_7 {
      margin-left: 58.33%;
  }
  
  .colLeft_xs_6 {
      margin-left: 50%;
  }
  
  .colLeft_xs_5 {
      margin-left: 41.66%;
  }
  
  .colLeft_xs_4 {
      margin-left: 33.33%;
  }
  
  .colLeft_xs_3 {
      margin-left: 25%;
  }
  
  .colLeft_xs_2 {
      margin-left: 16.66%;
  }
  
  .colLeft_xs_1 {
      margin-left: 8.33%;
  }

  .hidden_xs {
      display: none;
  }

}


@media (min-width: 612px) {

  .col_sm_12 {
      width: 100%;
  }

  .col_sm_11 {
      width: 91.66%;
  }

  .col_sm_10 {
      width: 83.33%;
  }

  .col_sm_9 {
      width: 75%;
  }

  .col_sm_8 {
      width: 66.66%;
  }

  .col_sm_7 {
      width: 58.33%;
  }

  .col_sm_6 {
      width: 50%;
  }

  .col_sm_5 {
      width: 41.66%;
  }

  .col_sm_4 {
      width: 33.33%;
  }

  .col_sm_3 {
      width: 25%;
  }

  .col_sm_2 {
      width: 16.66%;
  }

  .col_sm_1 {
      width: 8.33%;
  }


  .order_sm_12 {
      order: 12;
  }

  .order_sm_11 {
      order: 11;
  }

  .order_sm_10 {
      order: 10;
  }

  .order_sm_9 {
      order: 9;
  }

  .order_sm_8 {
      order: 8;
  }

  .order_sm_7 {
      order: 7;
  }

  .order_sm_6 {
      order: 6;
  }

  .order_sm_5 {
      order: 5;
  }

  .order_sm_4 {
      order: 4;
  }

  .order_sm_3 {
      order: 3;
  }

  .order_sm_2 {
      order: 2;
  }

  .order_sm_1 {
      order: 1;
  }

  .order_sm_0 {
      order: 0;
  }

  .flexCol_sm_12 {
      -ms-flex: 0 0 100%;
  flex: 0 0 100%;
      max-width: 100%;
  }

  .flexCol_sm_11 {
      -ms-flex: 0 0 91.66%;
  flex: 0 0 91.66%;
      max-width: 91.66%;
  }

  .flexCol_sm_10 {
      -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
      max-width: 83.33%;
  }

  .flexCol_sm_9 {
      -ms-flex: 0 0 75%;
  flex: 0 0 75%;;
      max-width: 75%;
  }

  .flexCol_sm_8 {
      -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
      max-width: 66.66%;
  }

  .flexCol_sm_7 {
      -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
      max-width: 58.33%;
  }

  .flexCol_sm_6 {
      -ms-flex: 0 0 50%;
  flex: 0 0 50%;
      max-width: 50%;
  }

  .flexCol_sm_5 {
      -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
      max-width: 41.66%;
  }

  .flexCol_sm_4 {
      -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
      max-width: 33.33%;
  }

  .flexCol_sm_3 {
      -ms-flex: 0 0 25%;
  flex: 0 0 25%;
      max-width: 25%;
  }

  .flexCol_sm_2 {
      -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
      max-width: 16.66%;
  }

  .flexCol_sm_1 {
      -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
      max-width: 8.33%;
  }

  .colLeft_sm_11 {
      margin-left: 91.66%;
  }
  
  .colLeft_sm_10 {
      margin-left: 83.33%;
  }
  
  .colLeft_sm_9 {
      margin-left: 75%;
  }
  
  .colLeft_sm_8 {
      margin-left: 66.66%;
  }
  
  .colLeft_sm_7 {
      margin-left: 58.33%;
  }
  
  .colLeft_sm_6 {
      margin-left: 50%;
  }
  
  .colLeft_sm_5 {
      margin-left: 41.66%;
  }
  
  .colLeft_sm_4 {
      margin-left: 33.33%;
  }
  
  .colLeft_sm_3 {
      margin-left: 25%;
  }
  
  .colLeft_sm_2 {
      margin-left: 16.66%;
  }
  
  .colLeft_sm_1 {
      margin-left: 8.33%;
  }

  .hidden_sm {
      display: none;
  }

}

@media (min-width: 768px) {

  .col_md_12 {
      width: 100%;
  }

  .col_md_11 {
      width: 91.66%;
  }

  .col_md_10 {
      width: 83.33%;
  }

  .col_md_9 {
      width: 75%;
  }

  .col_md_8 {
      width: 66.66%;
  }

  .col_md_7 {
      width: 58.33%;
  }

  .col_md_6 {
      width: 50%;
  }

  .col_md_5 {
      width: 41.66%;
  }

  .col_md_4 {
      width: 33.33%;
  }

  .col_md_3 {
      width: 25%;
  }

  .col_md_2 {
      width: 16.66%;
  }

  .col_md_1 {
      width: 8.33%;
  }



  .order_md_12 {
      order: 12;
  }

  .order_md_11 {
      order: 11;
  }

  .order_md_10 {
      order: 10;
  }

  .order_md_9 {
      order: 9;
  }

  .order_md_8 {
      order: 8;
  }

  .order_md_7 {
      order: 7;
  }

  .order_md_6 {
      order: 6;
  }

  .order_md_5 {
      order: 5;
  }

  .order_md_4 {
      order: 4;
  }

  .order_md_3 {
      order: 3;
  }

  .order_md_2 {
      order: 2;
  }

  .order_md_1 {
      order: 1;
  }

  .order_md_0 {
      order: 0;
  }



  .flexCol_md_12 {
      -ms-flex: 0 0 100%;
  flex: 0 0 100%;
      max-width: 100%;
  }

  .flexCol_md_11 {
      -ms-flex: 0 0 91.66%;
  flex: 0 0 91.66%;
      max-width: 91.66%;
  }

  .flexCol_md_10 {
      -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
      max-width: 83.33%;
  }

  .flexCol_md_9 {
      -ms-flex: 0 0 75%;
  flex: 0 0 75%;;
      max-width: 75%;
  }

  .flexCol_md_8 {
      -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
      max-width: 66.66%;
  }

  .flexCol_md_7 {
      -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
      max-width: 58.33%;
  }

  .flexCol_md_6 {
      -ms-flex: 0 0 50%;
  flex: 0 0 50%;
      max-width: 50%;
  }

  .flexCol_md_5 {
      -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
      max-width: 41.66%;
  }

  .flexCol_md_4 {
      -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
      max-width: 33.33%;
  }

  .flexCol_md_3 {
      -ms-flex: 0 0 25%;
  flex: 0 0 25%;
      max-width: 25%;
  }

  .flexCol_md_2 {
      -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
      max-width: 16.66%;
  }

  .flexCol_md_1 {
      -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
      max-width: 8.33%;
  }



  .colLeft_md_11 {
      margin-left: 91.66%;
  }
  
  .colLeft_md_10 {
      margin-left: 83.33%;
  }
  
  .colLeft_md_9 {
      margin-left: 75%;
  }
  
  .colLeft_md_8 {
      margin-left: 66.66%;
  }
  
  .colLeft_md_7 {
      margin-left: 58.33%;
  }
  
  .colLeft_md_6 {
      margin-left: 50%;
  }
  
  .colLeft_md_5 {
      margin-left: 41.66%;
  }
  
  .colLeft_md_4 {
      margin-left: 33.33%;
  }
  
  .colLeft_md_3 {
      margin-left: 25%;
  }
  
  .colLeft_md_2 {
      margin-left: 16.66%;
  }
  
  .colLeft_md_1 {
      margin-left: 8.33%;
  }

  .hidden_md {
      display: none;
  }
}

@media (min-width: 1024px) {

  .col_lg_12 {
      width: 100%;
  }

  .col_lg_11 {
      width: 91.66%;
  }

  .col_lg_10 {
      width: 83.33%;
  }

  .col_lg_9 {
      width: 75%;
  }

  .col_lg_8 {
      width: 66.66%;
  }

  .col_lg_7 {
      width: 58.33%;
  }

  .col_lg_6 {
      width: 50%;
  }

  .col_lg_5 {
      width: 41.66%;
  }

  .col_lg_4 {
      width: 33.33%;
  }

  .col_lg_3 {
      width: 25%;
  }

  .col_lg_2 {
      width: 16.66%;
  }

  .col_lg_1 {
      width: 8.33%;
  }



  .order_lg_12 {
      order: 12;
  }

  .order_lg_11 {
      order: 11;
  }

  .order_lg_10 {
      order: 10;
  }

  .order_lg_9 {
      order: 9;
  }

  .order_lg_8 {
      order: 8;
  }

  .order_lg_7 {
      order: 7;
  }

  .order_lg_6 {
      order: 6;
  }

  .order_lg_5 {
      order: 5;
  }

  .order_lg_4 {
      order: 4;
  }

  .order_lg_3 {
      order: 3;
  }

  .order_lg_2 {
      order: 2;
  }

  .order_lg_1 {
      order: 1;
  }

  .order_lg_0 {
      order: 0;
  }



  .flexCol_lg_12 {
      -ms-flex: 0 0 100%;
  flex: 0 0 100%;
      max-width: 100%;
  }

  .flexCol_lg_11 {
      -ms-flex: 0 0 91.66%;
  flex: 0 0 91.66%;
      max-width: 91.66%;
  }

  .flexCol_lg_10 {
      -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
      max-width: 83.33%;
  }

  .flexCol_lg_9 {
      -ms-flex: 0 0 75%;
  flex: 0 0 75%;;
      max-width: 75%;
  }

  .flexCol_lg_8 {
      -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
      max-width: 66.66%;
  }

  .flexCol_lg_7 {
      -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
      max-width: 58.33%;
  }

  .flexCol_lg_6 {
      -ms-flex: 0 0 50%;
  flex: 0 0 50%;
      max-width: 50%;
  }

  .flexCol_lg_5 {
      -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
      max-width: 41.66%;
  }

  .flexCol_lg_4 {
      -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
      max-width: 33.33%;
  }

  .flexCol_lg_3 {
      -ms-flex: 0 0 25%;
  flex: 0 0 25%;
      max-width: 25%;
  }

  .flexCol_lg_2 {
      -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
      max-width: 16.66%;
  }

  .flexCol_lg_1 {
      -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
      max-width: 8.33%;
  }


  .colLeft_lg_11 {
      margin-left: 91.66%;
  }
  
  .colLeft_lg_10 {
      margin-left: 83.33%;
  }
  
  .colLeft_lg_9 {
      margin-left: 75%;
  }
  
  .colLeft_lg_8 {
      margin-left: 66.66%;
  }
  
  .colLeft_lg_7 {
      margin-left: 58.33%;
  }
  
  .colLeft_lg_6 {
      margin-left: 50%;
  }
  
  .colLeft_lg_5 {
      margin-left: 41.66%;
  }
  
  .colLeft_lg_4 {
      margin-left: 33.33%;
  }
  
  .colLeft_lg_3 {
      margin-left: 25%;
  }
  
  .colLeft_lg_2 {
      margin-left: 16.66%;
  }
  
  .colLeft_lg_1 {
      margin-left: 8.33%;
  }

  .hidden_lg {
      display: none;
  }

}


@media (min-width: 1200px) {

  .col_xl_12 {
      width: 100%;
  }

  .col_xl_11 {
      width: 91.66%;
  }

  .col_xl_10 {
      width: 83.33%;
  }

  .col_xl_9 {
      width: 75%;
  }

  .col_xl_8 {
      width: 66.66%;
  }

  .col_xl_7 {
      width: 58.33%;
  }

  .col_xl_6 {
      width: 50%;
  }

  .col_xl_5 {
      width: 41.66%;
  }

  .col_xl_4 {
      width: 33.33%;
  }

  .col_xl_3 {
      width: 25%;
  }

  .col_xl_2 {
      width: 16.66%;
  }

  .col_xl_1 {
      width: 8.33%;
  }


  .order_xl_12 {
      order: 12;
  }

  .order_xl_11 {
      order: 11;
  }

  .order_xl_10 {
      order: 10;
  }

  .order_xl_9 {
      order: 9;
  }

  .order_xl_8 {
      order: 8;
  }

  .order_xl_7 {
      order: 7;
  }

  .order_xl_6 {
      order: 6;
  }

  .order_xl_5 {
      order: 5;
  }

  .order_xl_4 {
      order: 4;
  }

  .order_xl_3 {
      order: 3;
  }

  .order_xl_2 {
      order: 2;
  }

  .order_xl_1 {
      order: 1;
  }

  .order_xl_0 {
      order: 0;
  }


  .flexCol_xl_12 {
      -ms-flex: 0 0 100%;
  flex: 0 0 100%;
      max-width: 100%;
  }

  .flexCol_xl_11 {
      -ms-flex: 0 0 91.66%;
  flex: 0 0 91.66%;
      max-width: 91.66%;
  }

  .flexCol_xl_10 {
      -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
      max-width: 83.33%;
  }

  .flexCol_xl_9 {
      -ms-flex: 0 0 75%;
  flex: 0 0 75%;;
      max-width: 75%;
  }

  .flexCol_xl_8 {
      -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
      max-width: 66.66%;
  }

  .flexCol_xl_7 {
      -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
      max-width: 58.33%;
  }

  .flexCol_xl_6 {
      -ms-flex: 0 0 50%;
  flex: 0 0 50%;
      max-width: 50%;
  }

  .flexCol_xl_5 {
      -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
      max-width: 41.66%;
  }

  .flexCol_xl_4 {
      -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
      max-width: 33.33%;
  }

  .flexCol_xl_3 {
      -ms-flex: 0 0 25%;
  flex: 0 0 25%;
      max-width: 25%;
  }

  .flexCol_xl_2 {
      -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
      max-width: 16.66%;
  }

  .flexCol_xl_1 {
      -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
      max-width: 8.33%;
  }


  .colLeft_xl_11 {
      margin-left: 91.66%;
  }
  
  .colLeft_xl_10 {
      margin-left: 83.33%;
  }
  
  .colLeft_xl_9 {
      margin-left: 75%;
  }
  
  .colLeft_xl_8 {
      margin-left: 66.66%;
  }
  
  .colLeft_xl_7 {
      margin-left: 58.33%;
  }
  
  .colLeft_xl_6 {
      margin-left: 50%;
  }
  
  .colLeft_xl_5 {
      margin-left: 41.66%;
  }
  
  .colLeft_xl_4 {
      margin-left: 33.33%;
  }
  
  .colLeft_xl_3 {
      margin-left: 25%;
  }
  
  .colLeft_xl_2 {
      margin-left: 16.66%;
  }
  
  .colLeft_xl_1 {
      margin-left: 8.33%;
  }

  .hidden_xl {
      display: none;
  }

}


@media (min-width: 1440px) {

  .col_xxl_12 {
      width: 100%;
  }

  .col_xxl_11 {
      width: 91.66%;
  }

  .col_xxl_10 {
      width: 83.33%;
  }

  .col_xxl_9 {
      width: 75%;
  }

  .col_xxl_8 {
      width: 66.66%;
  }

  .col_xxl_7 {
      width: 58.33%;
  }

  .col_xxl_6 {
      width: 50%;
  }

  .col_xxl_5 {
      width: 41.66%;
  }

  .col_xxl_4 {
      width: 33.33%;
  }

  .col_xxl_3 {
      width: 25%;
  }

  .col_xxl_2 {
      width: 16.66%;
  }

  .col_xxl_1 {
      width: 8.33%;
  }


  .order_xxl_12 {
      order: 12;
  }

  .order_xxl_11 {
      order: 11;
  }

  .order_xxl_10 {
      order: 10;
  }

  .order_xxl_9 {
      order: 9;
  }

  .order_xxl_8 {
      order: 8;
  }

  .order_xxl_7 {
      order: 7;
  }

  .order_xxl_6 {
      order: 6;
  }

  .order_xxl_5 {
      order: 5;
  }

  .order_xxl_4 {
      order: 4;
  }

  .order_xxl_3 {
      order: 3;
  }

  .order_xxl_2 {
      order: 2;
  }

  .order_xxl_1 {
      order: 1;
  }

  .order_xxl_0 {
      order: 0;
  }


  .flexCol_xxl_12 {
      -ms-flex: 0 0 100%;
  flex: 0 0 100%;
      max-width: 100%;
  }

  .flexCol_xxl_11 {
      -ms-flex: 0 0 91.66%;
  flex: 0 0 91.66%;
      max-width: 91.66%;
  }

  .flexCol_xxl_10 {
      -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
      max-width: 83.33%;
  }

  .flexCol_xxl_9 {
      -ms-flex: 0 0 75%;
  flex: 0 0 75%;;
      max-width: 75%;
  }

  .flexCol_xxl_8 {
      -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
      max-width: 66.66%;
  }

  .flexCol_xxl_7 {
      -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
      max-width: 58.33%;
  }

  .flexCol_xxl_6 {
      -ms-flex: 0 0 50%;
  flex: 0 0 50%;
      max-width: 50%;
  }

  .flexCol_xxl_5 {
      -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
      max-width: 41.66%;
  }

  .flexCol_xxl_4 {
      -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
      max-width: 33.33%;
  }

  .flexCol_xxl_3 {
      -ms-flex: 0 0 25%;
  flex: 0 0 25%;
      max-width: 25%;
  }

  .flexCol_xxl_2 {
      -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
      max-width: 16.66%;
  }

  .flexCol_xxl_1 {
      -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
      max-width: 8.33%;
  }

  .colLeft_xxl_11 {
      margin-left: 91.66%;
  }
  
  .colLeft_xxl_10 {
      margin-left: 83.33%;
  }
  
  .colLeft_xxl_9 {
      margin-left: 75%;
  }
  
  .colLeft_xxl_8 {
      margin-left: 66.66%;
  }
  
  .colLeft_xxl_7 {
      margin-left: 58.33%;
  }
  
  .colLeft_xxl_6 {
      margin-left: 50%;
  }
  
  .colLeft_xxl_5 {
      margin-left: 41.66%;
  }
  
  .colLeft_xxl_4 {
      margin-left: 33.33%;
  }
  
  .colLeft_xxl_3 {
      margin-left: 25%;
  }
  
  .colLeft_xxl_2 {
      margin-left: 16.66%;
  }
  
  .colLeft_xxl_1 {
      margin-left: 8.33%;
  }

  .hidden_xxl {
      display: none;
  }

}


/*********************** COMMON ************************/


.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.mx-auto{
  margin-right:auto;
  margin-left:auto;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}


.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.text-center {
  text-align: center !important;
}



/*********************** PAGE ************************/


#header2{
  color:#000;
}

#header2,
[id*="show-table"]{
  line-height: 1.5;
}

#header2 h3,
[id*="show-table"] h3{
  line-height: 1.2;
  
}

#header2 a{
  text-decoration: none;
}



.mb-5 {
  margin-bottom: -2px important!;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 996px) {
  .mb-5 {
    font-size: 20px;
    text-align: center;
  }
}

.mb-5 h2 {
  margin-bottom: -2px important!;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media (max-width: 996px) {
  .mb-5 h2 {
    font-size: 20px;
    text-align: center;
  }
}

.percentagem_maior {
  color: #fff;
  font-size: 36px;
  padding-right: 8px;
  font-weight: 800;
  text-align: center;
}

.percentagem_menor {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

.percentagem_menor_text {
  font-size: 15px;
  font-weight: 500;
}

.logo-nes img {
  text-align: center;
}

.pausaqualquer h2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 10%;
  margin-bottom: -9%;
}

.bg-main {
  background-color: #272727;
}

.bg-main-white {
  background-color: #fff;
}

.bg-main-big {
  background-color: #fff;
}

.colortext {
  color: white;
}
.colortext h2 {
  font-size: 120px !important;
}

.colortext p {
  margin-top: 35px;
  margin-left: 25px;
  font-size: 20px;
}

.colortext-main h3 {
  font-size: 70px;
  color: #000;
  font-weight: 600;
}

.text-left h3 {
  font-size: 60px;
  color: #b48436;
}

.section {
  padding: 50px 0;
}
.section h2 {
  font-size: 25px;
}
.mloffice {
  margin-top: 150px;
}

.mloffice h2 {
  font-size: 90px;
}

.section.key-services .section-heading {
  margin-bottom: 50px;
}
.section.key-services .section-heading h2 {
  margin-top: 0;
}
.section.key-services .section-heading p {
  margin-bottom: 0;
}

.section.key-services .main-key {
  max-width: 325px;
  margin: 0 auto;
}

.section.key-services .main-key {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.key-services .main-key h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.key-services .main-key p {
  font-size: 12px;
}

.aboutcoffee-main {
  margin-left: 0px;
}

@media (min-width: 992px) {
  .aboutcoffee-main p {
    margin-left: 60px !important;
    text-align: justify !important;
    text-justify: inter-word;
  }
}

@media (max-width: 768px) {
  .aboutcoffee-main {
    margin-left: 0px;
  }
}

.header-content-principal h1 {
  font-weight: 500 !important;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #000;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;

  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #fff;
  width: 10px;
}
#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #fff;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}
#mainNav .navbar-nav > li > a {
  text-transform: uppercase;
  background-color: #b7722b;
  color: #fff;
  text-decoration: none;
  padding: 5% 5% !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 1em;
}

#mainNav .navbar-nav > li > a:hover {
  background-color: #986f38;
  color: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}

#mainNav .navbar-brand img {
  width: 250px;
}

@media (max-width: 400px) {
  #mainNav .navbar-brand img {
    width: 186px !important;
  }
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: #000;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover,
  #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: black;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #000;
  }
  #mainNav.navbar-shrink .navbar-brand:hover,
  #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
  }
}

.header.masthead {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  color: black;
  background: url("https://www.nespresso.com/ecom/medias/sys_master/public/13621536751646/Landing-Page-1032x949px-header.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: left !important;
}

.header.masthead .header-content h1 {
  font-size: 60px;
  text-transform: uppercase;
}

.header.masthead .headerImg img {
  max-height: 350px;
  margin: 0 auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 992px) {
  .section.aboutcoffee.small {
    margin-top: 844px;
  }
  .section.aboutcoffee.small h2 {
    font-size: 110px !important;
    margin-top: 25px;
  }
  .section.aboutcoffee {
    position: relative;
  }

  .section.aboutcoffee h2 {
    font-size: 50px;
    margin-top: 0;
    color: #fff;
  }

  .section.aboutcoffee .badges .badge-link {
    display: block;
    margin-bottom: 25px;
  }
  .section.aboutcoffee .badges .badge-link:last-child {
    margin-bottom: 0;
  }
  .section.aboutcoffee .badges .badge-link img {
    height: 60px;
  }

  .imgresponsive {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .imagem-chavena {
    text-align: center;
  }

  @media (min-width: 768px) {
    .section.aboutcoffee h2 {
      font-size: 70px;
    }
  }

  @media (min-width: 996px) {
  }

  .section.nmore {
    text-align: center;
  }
  .section.nmore h2 {
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff !important;
  }
  .section.nmore h2 i {
    color: #dd4b39;
  }
}

.section.nmore .container h2 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.bg-primary {
  background: #272727;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.btnlead-outline {
  font-size: 12px;
  border-radius: 3px;
  background-color: #b7722b;
  color: #ffffff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  border-collapse: collapse;
  display: inline-block;
  position: relative;
}
.btnlead-outline:hover,
/* .btnlead-outline:focus, */
/* .btnlead-outline:active, */
.btnlead-outline.active {
  background-color: #986f38;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.btnlead {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5;
}

.btnlead-xl {
  align: center;
  font-size: 17px;
  padding: 15px 45px;
  color: #fff !important;
}

.btnlead-more {
  /* align: center; */
  font-size: 1.1em;
  padding: 1% 2%;
  color: #fff !important;
}

.btnlead-xl-principal {
  /* align: center; */
  font-size: 1.1em !important;
  padding: 6% 20%;
}

.btnlead-center {
  text-align: center;
}

@media (max-width: 400px) {
  .btnlead-xl {
    font-size: 14px !important;
    padding: 15px 29px;
  }
}

/* TESTIMONY BLOCK */

.testimony {
  padding: 40px;
  position: relative;
  background: #e4e4e4;
}

.testimony img {
  display: inline-block;

  vertical-align: top;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  max-width: 169px;
}

.testimony blockquote {
  color: #000;
  font-style: italic;
  margin: 0px;
  display: inline-block;
  position: relative;
}

.testimony blockquote:before {
  display: block;
  width: 18px;
  height: 14px;
  background: url("https://www.nespresso.com/ecom/medias/sys_master/public/13621612478494/testimony-quotes-open.png");
  content: "";
  position: absolute;
  left: -40px;
}

.testimony .grey {
  color: #272727;
}

.testimony .default {
  font-style: normal;
}

.testimony .carousel .slick-slide {
  height: auto;
}

.testimony .carousel button.slick-prev,
.testimony .carousel button.slick-next {
  display: none !important;
}

.testimony .carousel ul.slick-dots {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-top: 40px;
}

.testimony .carousel ul.slick-dots li {
  display: inline-block;
  margin: 0px 5px;
  padding: 0px;
}

.testimony .carousel ul.slick-dots li button {
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
  border: none;
  background: none;
}

.testimony .carousel ul.slick-dots li button:after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #474747;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.testimony .carousel ul.slick-dots li.slick-active button:after {
  background: #fff;
}

/* Tabela*/


/* Create three columns of equal width */
.columns {
  padding: 8px;
}

/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  background-color: #cbd3c8;
  width: 100%;
  color:#000;
}

.price:hover {
/*   -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1); */
  -moz-box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.7);
  box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  background: #434343;
  color: #fff !important;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

/* Pricing header */
.price .header {
  background-color: #cbd3c8;
  color: #434343;
  font-size: 25px;
  padding-bottom: 5px !important;
  font-weight: 700;
  line-height: 2rem;
  min-height: 90px;
}

.price:hover .header {
  background-color: #434343;
  color: #fff;
  padding-bottom: 5px !important;
}

/* List items */
.price li {
  font-size:16px;
  font-weight: 700;
  padding: 19px;
  text-align: center;
}

/* Grey list item */
.price .grey {
  font-size: 14px;
  color:#000;
  margin: 10px;
  border: 1px solid #000;
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price:hover .grey{
  color:#fff;
  border-color:#ffff;
}
.price img {
  max-width: 100%;
}
.price .bgArea {
  width: 120px;
  height: 80px;
  background-size: cover;
  margin: 0 auto;
  background-position: top center;
}
.price:hover .bgArea {
  background-position: bottom center;
}

/* Button list item */
.price .buttoncel {
  padding-bottom: 32px;
}
/* The "Sign Up" button */
.button {
  background-color: #434343;
  border: none;
  color: white;
  padding: 6% 12%;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  border-radius: 3px;
  font-weight: normal;
  /* white-space: nowrap; */
}

.price:hover .button {
  background-color: #cbd3c8;
  border: none;
  color: #434343;
  /* padding: 6% 26%; */
  text-align: center;
  text-decoration: none;
  font-size: 1.1em;
  border-radius: 3px;
}
.price.gr:hover .button {
  /* padding: 6% 23%; */
}



@media all and (min-width: 576px){

  .container, .container-sm {
    max-width: 540px;
  }

}



@media all and (min-width: 768px){

  .container, .container-sm, .container-md {
    max-width: 720px;
  }

}

@media all and (min-width: 992px){

  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }

}


@media all and (min-width: 1200px){

  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }

}






@media all and (max-width: 991px){
  .price .header{
    font-size:20px;
  }
}
@media all and (max-width: 600px) {
  .columns {
    width: 90%;
  }
}
@media all and (max-width: 992px) {
  .button {
    padding: 6% 6%;
  }
}



@media all and (max-width: 767px) {
  .carousel-item .flexRow {
    margin:0px;
  }
}



/************* temp ***************/
/* .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}


.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
} */