/*
Theme Name: Candock
Theme URI: http://lubie.co
Author: Lubie Team
Author URI: http://lubie.co/
Description: Candock website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: candock
*/
/*Bootstrap 4 - Grid only */
.container {
  box-sizing: border-box;
}
.container div,
.container div:before,
.container div:after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  border: 1px solid #000;
  padding: 5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .row {
    width: 100%;
  }
}

/*!
   * Hamburgers
   * @description Tasty CSS-animated hamburgers
   * @author Jonathan Suh @jonsuh
   * @site https://jonsuh.com/hamburgers
   * @link https://github.com/jonsuh/hamburgers
   */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent;
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent;
}
.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent;
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent;
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s linear 0.22s;
  opacity: 0;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}
.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      BODY
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
body {
  background: #f8f8f8;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 10px;
  height: 12px;
}
::-webkit-scrollbar-thumb {
  background: #25b0fc;
}
::-webkit-scrollbar-thumb:hover {
  background: #25b0fc;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      TYPOGRAPHY
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
small {
  font-size: 80%;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.biglines {
  font-size: 18px;
  line-height: 26px;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: color 0.2s ease; /* FF4+ */
  -o-transition: color 0.2s ease; /* Opera 10.5+ */
  transition: color 0.2s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  color: #1a171b;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
}
h1 strong em,
h2 strong em,
h3 strong em,
h4 strong em,
h5 strong em,
h6 strong em {
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
}
h1 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}
h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 10px;
}
h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
h4 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 30px;
}
h5 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}
h6 {
  font-size: 14px;
  line-height: 17px;
}
h2.with-border {
  border: 4px solid #00aaff;
  padding: 20px;
  font-size: 25px;
  display: block;
  text-align: center;
  color: #00aaff;
  text-transform: uppercase;
}
.relatedItem_title {
  color: #0f99d8;
  position: relative;
  width: 100%;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
}
.relatedItem_title:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #c7cbd0;
  top: 50%;
  left: 0;
}
.relatedItem_title span {
  display: inline-block;
  padding: 4px 20px;
  background: #f8f8f8;
  position: relative;
  z-index: 3;
}
.spacer {
  width: 100%;
  clear: both;
  height: 1px;
}
.spacer30 {
  width: 100%;
  clear: both;
  height: 30px;
}
/* ajax loader */
#ajax-loader {
  background: rgba(255, 255, 255, 0.98);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  display: none;
}
#ajax-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 130px;
  margin-top: -100px;
  margin-left: -100px;
  opacity: 0.9;
}
/* uploader */
#myuploaderButton {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  width: 50%;
  padding: 20px;
  color: #25b0fc;
  background-color: #e9e9e9;
  border: 2px solid #25b0fc;
}
#myuploaderButton:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #e9e9e9;
  background-color: #25b0fc;
}
.AjaxUploaderCancelAllButton {
  width: 200px;
  padding: 5px;
}
table tr.AjaxUploaderQueueTableRow {
  background-color: transparent !important;
}
.satisfaction input.first {
  margin-left: 0px;
}
table.AjaxUploaderQueueTable {
  margin: 10px auto;
}
.satisfaction input {
  margin: 0px 10px 0px 30px;
}
.satisfaction strong {
  font-size: 12px;
}
.satisfaction strong.high {
  margin-left: 220px;
}
.satisfaction-text {
  max-width: 100%;
  height: 300px;
  padding: 10px;
}
.ui-widget-header {
  background: #041931 !important;
  border: #fff;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #fff;
}
.underlined {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.underlined:after {
  content: "";
  height: 1px;
  width: 15%;
  position: absolute;
  background: #00aaff;
  bottom: 0;
  left: 0;
}
.lined {
  border-bottom: 1px solid #9bd2eb;
  padding-bottom: 10px;
}
#home-textslider {
  border-top: 1px solid #dfe1e4;
  padding-top: 50px;
}
#home-textslider .content {
  margin: 0 auto;
}
.text_slide {
  width: 100% !important;
  text-align: center;
  padding-bottom: 40px;
}
.text_slide h3 {
  text-align: center;
  color: #0e93d6;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
.text_slide h3 a {
  color: #0e93d6;
}
.text_slide h3 a:hover {
  color: #04192e;
}
.text_slide p {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  color: #9a9a9a;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 1px solid #9e9e9e;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  outline: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 1px solid #0e93d6;
  background: #0e93d6;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.sloganBlue {
  display: inline-block;
  font-size: 48px;
  line-height: 60px;
  color: #0f99d8 !important;
  margin-bottom: 20px !important;
}
.buttonCan {
  background: #25b0fc;
  border: 2px solid #25b0fc;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 35px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
}
.buttonCan:hover {
  background: #fff;
  border: 2px solid #25b0fc;
  color: #25b0fc;
}
.buttonCan.aligncenter {
  display: inline-block;
  margin: 0 auto;
}
.list_style li {
  padding-left: 20px;
  background: url(../images/list_style.png) no-repeat left 4px;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      TOP BAR
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#topBar {
  background: #041931;
  color: #fff;
  -webkit-transition: none; /* Saf3.2+, Chrome */
  -moz-transition: none; /* FF4+ */
  -o-transition: none; /* Opera 10.5+ */
  transition: none;
}
#topBar li a {
  color: #fff;
}
#topBar a:hover {
  color: #25b0fc !important;
}
#top_nav {
  float: right;
}
#top_nav li {
  display: inline-block;
  font-size: 12px;
  line-height: 36px;
  font-weight: bold;
}
#top_nav li a {
  display: block;
  padding: 0 10px;
}
#top_nav li.current-menu-item a {
  color: #25b0fc !important;
}
#top_nav .create {
  border: 1px solid #fff;
  border-width: 0 1px 0 1px;
}
#top_nav .create a {
  padding: 0 20px;
}
.menu-item-language-current a {
  display: inline !important;
}
.menu-item-language-current > a {
  display: inline !important;
  color: #25b0fc;
}
.menu-item-language-current ul {
  display: inline-block !important;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      HEADER
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#header {
  background: #fff;
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  z-index: 10000;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  -webkit-transition: all 0.2s ease-in-out; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease-in-out; /* FF4+ */
  -o-transition: all 0.2s ease-in-out; /* Opera 10.5+ */
  transition: all 0.2s ease-in-out;
}
#header.sticky {
}
#header .content {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
#header a {
  color: #04192e;
  text-decoration: none;
}
#header a:hover {
  color: #25b0fc;
}
.sectionPart .content.quote {
  padding-top: 80px;
  padding-bottom: 80px;
}
#header #header_logo {
  float: left;
  padding: 10px 0 0px 20px;
  -webkit-transition: all 0.2s ease-in-out; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease-in-out; /* FF4+ */
  -o-transition: all 0.2s ease-in-out; /* Opera 10.5+ */
  transition: all 0.2s ease-in-out;
}
#header.sticky #header_logo {
  padding: 10px 0 0px 20px;
}
#header #navigation {
  float: right;
  padding: 10px 10px 0 0;
  -webkit-transition: all 0.2s ease-in-out; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease-in-out; /* FF4+ */
  -o-transition: all 0.2s ease-in-out; /* Opera 10.5+ */
  transition: all 0.2s ease-in-out;
}
#header.sticky #navigation {
  padding: 10px 10px 0 0;
}
#top_nav li.menulang a {
  text-transform: uppercase;
  color: #007bbe;
  padding: 0px 4px;
}
li.menulang {
}
#header #navigation li {
  display: inline-block;
  font-size: 13px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 80px;
  margin-left: 20px;
  position: relative;
}
#header #navigation li.current-menu-item > a,
#header #navigation > ul > li.current-page-parent > a {
  border-bottom: 3px solid #25b0fc;
  color: #25b0fc;
}
#header #navigation .sub-menu li.current-menu-item > a,
#header #navigation .sub-menu li.current-page-parent > a {
  border-bottom: none;
}
#header #navigation li a {
  display: block;
  line-height: 30px;
  padding-top: 19px;
}
#header #navigation ul ul {
  display: none;
  width: 260px;
  position: absolute;
  top: 100%;
  overflow: hidden;
  z-index: 9000;
  margin-left: -30px;
}
#header .quote-cta a {
  background: #25b0fc;
  color: #fff !important;
  padding: 0 10px 0 10px !important;
  border-bottom: none !important;
}

#mobileMenu .quote-cta-mobile {
  margin-left: 0px !important;
  padding: 10px 0 10px 0;
}

#mobileMenu .quote-cta-mobile a {
  border-left: none;
  padding: 10px;
  background: #25b0fc;
  text-align: center;
  color: white;
  font-weight: bold;
}

#usefull_links .product-cta {
  background: #25b0fc;
  color: white !important;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

#usefull_links .product-cta a {
  color: white !important;
  display: block;
}
.content ul {
  /*list-style: disc;*/
}
ul.flex-direction-nav {
  list-style: none;
}
#header #navigation ul li:hover ul {
  display: block;
}
#header #navigation ul ul li {
  display: block;
  width: 100%;
  background: #fff;
  margin-top: 1px;
}
#header #navigation ul ul li:hover {
  background: #fefefe;
}
#header #navigation ul ul li:last-child {
  margin-bottom: 0px;
}
#header #navigation ul ul li a {
  display: block;
  padding: 8px 10px;
  line-height: 30px;
  font-size: 12px;
  color: #04192e;
  font-weight: bold;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
#header #navigation ul ul a:hover {
  padding-left: 20px;
  color: #00aaff;
}
#header #navigation li.current-menu-item ul a {
  border-bottom: none;
  color: #04192e;
}
.bodyGap {
  height: 126px !important;
}
/*
  ---------------------- [ MOBILE NAVIGATION
  */
.mobileNav {
  background: #041931;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 11000;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.navlang {
  color: #fff;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 4px;
}
.navlang:first-child {
  margin-left: 6px;
}
.mobileMenu_tool {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 300;
}
.mobileMenu_tool .opener {
  background: url(../images/menu.png) no-repeat center 8px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0px;
  margin-top: 0px;
  float: right;
}
.mobileMenu_tool .opener.active {
}
.header_cta {
  position: absolute;
  top: 8px;
  right: 10px;
  list-style: none;
}
.header_cta li {
  float: left;
}
.header_cta li span {
  color: #fff;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 16px 0 4px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.header_cta li span:after {
  content: " ";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #505e6f;
  position: absolute;
  top: 12px;
  right: 0px;
}
.header_cta li.line {
  border-right: 1px solid #505e6f;
  padding-right: 10px;
}
.top-menu-icon {
  margin-top: -4px;
}
.top-menu-icon svg {
  height: 26px;
  width: 26px;
  fill: #fff;
  display: inline-block;
  position: relative;
  top: 8px;
}
.mobi_top {
  background: #007bbe;
  position: fixed;
  width: 100%;
  top: 50px;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}
.mobi_top li {
  padding: 10px 20px;
}
#mobile_contact ul,
#mobile_lang ul {
  list-style: none;
}
#mobile_lang ul {
  background: transparent url(../images/shadowline.png) top center no-repeat;
}
#mobile_lang ul li {
  float: left;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
#mobile_contact li {
  float: left;
  box-sizing: border-box;
}
#mobile_contact li.find_dist {
  padding-left: 60px;
  height: 60px;
  background: transparent url(../images/location_pin.png) 10px 10px no-repeat;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1em;
  padding-top: 20px;
  width: 50%;
}
#mobile_contact li.find_dist a {
  color: #fff;
}
#mobile_contact li.top_mail,
#mobile_contact li.top_phone {
  width: 25%;
  text-align: center;
  position: relative;
}
#mobile_contact li.top_mail:before,
#mobile_contact li.top_mail:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 20px;
  height: 100%;
  background: transparent url(../images/shadowline.png) top left no-repeat;
}
#mobile_contact li.top_mail:before {
  left: -20px;
}
#mobile_contact li.top_mail:after {
  right: 0px;
}
#mobile_contact li.top_mail a {
  height: 32px;
  width: 48px;
  margin-top: 10px;
  display: inline-block;
  background: transparent url(../images/top_mail.png) top left no-repeat;
}
#mobile_contact li.top_phone a {
  height: 36px;
  width: 36px;
  margin-top: 8px;
  display: inline-block;
  background: transparent url(../images/top_phone.png) top left no-repeat;
}
#mobileMenu {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #c9ecfd;
  background: rgba(201, 236, 253, 0.98);
  top: 0px;
  clear: both;
  min-height: 0px;
  z-index: 999;
  overflow-y: scroll;
}
.oHidden {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
#mobileMenu ul {
  top: auto;
  margin: 20px 0 0 0;
  padding: 0 0 0px 0;
  list-style: none;
}
#mobileMenu ul ul {
  display: none;
  margin: 0 0 0px 0;
  padding: 0 0 0px 0;
  list-style: none;
  position: inherit;
}
/* #header #mobileMenu > ul li:first-child{
      -webkit-box-shadow: 0px 2px 5px 0px  rgba(0, 0, 0, 0.2) inset;
         -moz-box-shadow: 0px 2px 5px 0px  rgba(0, 0, 0, 0.2) inset;
           -o-box-shadow: 0px 2px 5px 0px  rgba(0, 0, 0, 0.2) inset;
              box-shadow: 0px 2px 5px 0px  rgba(0, 0, 0, 0.2) inset;
  }*/
#mobileMenu li {
  position: relative;
  display: block;
}
#mobileMenu > li {
  text-transform: uppercase;
}
#mobileMenu ul li ul li {
  display: block;
  font-size: 13px;
}
#mobileMenu li.dropper.active {
  background: #041931;
  border-bottom: 1px solid #123760;
}
#mobileMenu li.dropper.active li {
  background: #133357;
  border-bottom: 1px solid #041931;
}
#mobileMenu li li.dropper.active {
  background: #041931;
}
#mobileMenu li li.dropper.active li {
  background: #133357;
}
#mobileMenu li li li.dropper.active {
  background: #041931;
}
#mobileMenu li li li.dropper.active li {
  background: #133357;
}
#mobileMenu li li li li.dropper.active {
  background: #041931;
}
#mobileMenu li li li li.dropper.active li {
  background: #133357;
}
#mobileMenu ul li a {
  padding: 0px 10px 8px 20px;
  display: block;
  line-height: 40px;
  font-size: 17px;
  text-transform: uppercase;
}
#mobileMenu .dropper span {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 37px;
  font-size: 20px;
  color: #999;
  background: url(../images/menu_rarrow.png) no-repeat center center;
}
#mobileMenu .dropper.active > span {
  background: url(../images/droppyDarkactive.png) no-repeat center center !important;
}
#mobileMenu .dropper.active span li span {
  background: url(../images/droppyDark.png) no-repeat center center;
}
#mobileMenu li.dropper.active a {
  color: #fff;
}
#mobileMenu li.dropper {
  border-bottom: 1px solid #8fbad2;
  margin-bottom: 20px;
  margin-left: 0px;
}
#mobileMenu li.dropper:last-child {
  margin-bottom: 20px;
}
#mobileMenu li.dropper a {
  font-weight: 900;
  border: none;
}
#mobileMenu li > a {
  border-left: 4px solid #8fbad2;
}
#mobileMenu li {
  margin-left: 20px;
}
#mobileMenu li a br {
  display: none;
}
#mobileMenu a:hover {
  color: #fff;
}
#second_menu_mobile {
  background: #6ccafd;
  background: rgba(108, 202, 253, 0.98);
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 9999;
}
#second_menu_mobile ul {
  list-style: none;
  padding: 40px 20px;
}
#second_menu_mobile a {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}
#second_menu_mobile .main-link {
  margin-top: 30px;
  padding: 20px;
  border-bottom: 1px solid #56a6d3;
}
#second_menu_mobile .main-link ul {
  display: none !important;
}
#second_menu_mobile .main-link a {
  color: #041931;
  display: block;
  line-height: 36px;
  background: url(../images/menu_rarrow.png) no-repeat top right;
  padding-right: 50px;
  margin: 0px;
  font-weight: bold;
}
#mobileMenu .close,
#second_menu_mobile .back {
  padding-left: 40px;
  margin-top: 20px;
  color: #1e6a97;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  background: url(../images/mobi_back.png) no-repeat top left;
  display: inline-block;
  margin-left: 20px;
  line-height: 28px;
  cursor: pointer;
}
#mobileMenu .close {
  background: url(../images/close_top.png) no-repeat top left;
}
/*
  ---------------------- [ SUB NAVIGATION
  */
#sub_navigation {
  background: #f3f4f4;
  border-top: 1px solid #d2d4d7;
  display: block;
  text-align: center;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
}
#sub_navigation ul {
  padding: 0 0px;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  font-size: 0;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
#sub_navigation li {
  display: inline-block;
  font-size: 12px;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
#sub_navigation li:hover,
#sub_navigation li.current_page_item,
#sub_navigation li.current-menu-item {
  background: rgb(212, 215, 218); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDdkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2YzZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(
    top,
    rgba(212, 215, 218, 1) 0%,
    rgba(243, 244, 244, 1) 99%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(212, 215, 218, 1)),
    color-stop(99%, rgba(243, 244, 244, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(212, 215, 218, 1) 0%,
    rgba(243, 244, 244, 1) 99%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(212, 215, 218, 1) 0%,
    rgba(243, 244, 244, 1) 99%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(212, 215, 218, 1) 0%,
    rgba(243, 244, 244, 1) 99%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(212, 215, 218, 1) 0%,
    rgba(243, 244, 244, 1) 99%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d7da', endColorstr='#f3f4f4',GradientType=0 ); /* IE6-8 */
}
#sub_navigation li a {
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  padding: 20px 5px 20px 75px;
  max-width: 80px;
  text-align: left;
  text-transform: uppercase;
}
#sub_navigation li:hover a,
#sub_navigation li.current_page_item a,
#sub_navigation li.current-menu-item a {
  color: #25b0fc;
}
#sub_navigation .icon_1 a {
  background: url(../images/sub_icon_1.png) no-repeat 10px center;
}
#sub_navigation .icon_2 a {
  background: url(../images/sub_icon_2.png) no-repeat 10px center;
}
#sub_navigation .icon_3 a {
  background: url(../images/sub_icon_3.png) no-repeat 10px center;
}
#sub_navigation .icon_4 a {
  background: url(../images/sub_icon_4.png) no-repeat 10px center;
}
#sub_navigation .icon_5 a {
  background: url(../images/sub_icon_5.png) no-repeat 10px center;
}
#sub_navigation .icon_6 a {
  background: url(../images/sub_icon_6.png) no-repeat 10px center;
}
#sub_navigation .icon_7 a {
  background: url(../images/candock-icon-edge-line-2.png) no-repeat 10px center;
}
#sub_navigation .icon_8 a {
  background: url(../images/sub_icon_8.png) no-repeat 10px center;
}
#sub_navigation li.moreProducts:hover {
  background: none; /* IE6-8 */
}
#sub_navigation .moreProducts a {
  border: 3px solid #25b0fc;
  background: none;
  color: #25b0fc;
  padding: 8px 10px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  max-width: 100%;
  top: -10px;
  position: relative;
}
#sub_navigation .moreProducts a:hover {
  background: #25b0fc;
  color: #fff;
}
#sub_navigation .subnav_catalog li a.active {
  color: #04192e;
}
#sub_navigation .subnav_catalog li {
  margin-right: 20px;
}
#blog_navigation {
  background: #f3f4f4;
  border-top: 1px solid #d2d4d7;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
}
#blog_navigation .container {
  padding: 0 0px;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  position: relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
#blog_navigation ul.catBlog {
  padding: 0 0px;
  float: left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
#blog_navigation ul.catBlog li {
  display: inline-block;
  padding: 30px 0;
  margin-right: 5px;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
#blog_navigation ul.filterBlog {
  padding: 0 20px;
  float: right;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
#blog_navigation ul.filterBlog li {
  display: inline-block;
  padding: 30px 0;
  margin-left: 5px;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
#blog_navigation ul li a:hover {
  color: #129ce8;
}
#blog_navigation ul li a {
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
#blog_navigation ul li.current-menu-item a,
#blog_navigation ul li.current-menu-item a:hover {
  color: #129ce8;
}
.catBlog {
  padding-left: 20px !important;
}
.recentFilter_icon a {
  background: url(../images/filterBlog_icon_recent.png) no-repeat left top;
  padding-left: 30px;
}
.recentFilter_icon a:hover {
  background: url(../images/filterBlog_icon_recent.png) no-repeat left bottom;
}
.popularFilter_icon a {
  background: url(../images/filterBlog_icon_popular.png) no-repeat left top;
  padding-left: 30px;
}
.popularFilter_icon a:hover {
  background: url(../images/filterBlog_icon_popular.png) no-repeat left bottom;
}
.archivesFilter_icon a {
  background: url(../images/filterBlog_icon_archives.png) no-repeat left top;
  padding-left: 30px;
}
.archivesFilter_icon a:hover {
  background: url(../images/filterBlog_icon_archives.png) no-repeat left bottom;
}
.searchFilter_icon a {
  background: url(../images/filterBlog_icon_search.png) no-repeat left top;
  padding-left: 30px;
}
.searchFilter_icon a:hover {
  background: url(../images/filterBlog_icon_search.png) no-repeat left bottom;
}
.blog_Post .wp-post-image {
  margin-top: 100px;
}
.searchPop {
  display: none;
  background: #fff;
  height: 50px;
  width: 300px;
  position: absolute;
  bottom: -30px;
  right: 10px;
  z-index: 900;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.searchPop:after {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  right: 20px;
}
.searchPop .field {
  width: 250px;
  border: none;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-left: 10px;
}
.searchPop .go {
  background: url(../images/searchIcon.png) no-repeat center center;
  border: none;
  display: block;
  width: 34px;
  height: 50px;
  cursor: pointer;
  text-indent: -9999px;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      SLIDER
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#slider {
  background: #e0e0e0;
  text-align: center;
  position: relative;
  z-index: 1;
}
#slider .tparrows {
  -webkit-transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.tp-caption.modern_medium_fat_white,
.modern_medium_fat_white {
  line-height: 1.2em !important;
}
.tp-leftarrow.default {
  background: url(../images/slider-arrows.gif) no-repeat center bottom;
  width: 60px;
  height: 60px;
}
.tp-rightarrow.default {
  background: url(../images/slider-arrows.gif) no-repeat center top;
  width: 60px;
  height: 60px;
}
.rs-layer.bigButton a {
  display: block;
  border: 4px solid #ffffff;
  padding: 15px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}
#section404 {
  position: relative;
  background: url(../images/404-bg.png) repeat-x;
  height: 443px;
  overflow: hidden;
}
#section404 h1 {
  color: white;
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  /*text-shadow: rgb(0, 123, 190) 2px 3px 4px;*/
  padding-top: 60px;
}
#section404 h2,
#section404 h3 {
  color: #0e93d6;
  text-align: center;
}
#section404 h2 {
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
}
#section404 h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
}
#section404 .wStrokeLink {
  display: block;
  width: 200px;
  font-size: 16px;
  text-align: center;
  margin: 40px auto 0;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      TITLE PAGE
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#title_page {
  margin-top: 80px;
}
#title_page {
  text-align: center;
  position: relative;
  padding: 60px 0 40px 0;
}
#title_page .content {
  margin: 0 auto;
}
#title_page h1 {
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
}
#title_page .sublines {
  font-size: 19px;
  color: #a8a8a8;
  max-width: 480px;
  display: block;
  margin: 20px auto 0 auto;
}
.lineTop {
  border-top: 1px solid #e8e8e8;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      HOMEBOXES
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#homeBoxes {
}
#homeBoxes .content {
  margin: 0 auto;
 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
#homeBoxes .col {
  position: relative;
  overflow: hidden;
}
#homeBoxes .col .strokeLink {
  display: inline-block;
}
#homeBoxes h3 {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.1em;
}
#homeBoxes h3:after {
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  background: #00aaff;
  bottom: 0;
  left: 0;
}
#homeBoxes p {
  font-weight: lighter;
  font-weight: 100;
  margin-bottom: 30px;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      HOMECALLS
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#homecalls {
  background: #c7c7c7;
}
#homecalls.blue {
  background: #122b44;
}
#homecalls .content {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  max-width: 920px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.homecallsBox {
  float: left;
  width: 50%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 40px;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.homecallsBox:nth-child(odd) {
  border-right: 1px solid #fff;
}
.homecallsBox * {
  color: #fff;
}
.homecallsBox:hover {
  background: #0292e1;
}
.homecallsBox h4 {
  font-size: 30px;
  font-weight: 900;
}
.homecallsBox h4 span {
  display: block;
  clear: both;
  font-size: 18px;
  margin-bottom: 10px;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      PostBOX
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#postBOX {
}
#postBOX .content {
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
  max-width: 960px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.postBoxItem .text_post {
  /* padding-top: 80px; */
  position: relative;
  width: 60%;
  float: left;
}
.postBoxItem h3 {
  background: #fff;
  font-size: 36px;
  line-height: 38px;
  padding: 0 20px 20px 0;
  font-weight: bold;
  color: #050505;
  display: block;
  /* position:absolute;
      z-index: 990;
      top: 0; */
}
.postBoxItem h3 a {
  color: #222;
}
.home .postBoxItem h3 {
  background: #f8f8f8;
}
.postBoxItem_date {
  color: #129ce8;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
.postBoxItem_date a {
  color: #25b0fc;
}
.post_excerpt {
  font-size: 18px;
  margin-bottom: 40px;
}
.preview_post {
  background: #000;
  float: right;
  width: 40%;
  margin-left: 0px;
}
.postSliderMaster {
  position: relative;
  min-height: 280px;
}
#postSlider .postSlider_article {
  display: none;
  position: relative;
  top: 0;
}
#postSlider .postSlider_article:first-child {
  display: block;
}
.postSliderMaster .next {
  width: 50px;
  height: 50px;
  background: #041931 url(../images/news-arrows.png) no-repeat center top;
  display: block;
  position: absolute;
  bottom: 150px;
  right: 0;
  text-indent: -9999px;
}
.postSliderMaster .previous {
  width: 50px;
  height: 50px;
  background: #041931 url(../images/news-arrows.png) no-repeat center bottom;
  display: block;
  position: absolute;
  bottom: 98px;
  right: 0;
  text-indent: -9999px;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      BLOG
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.blogSection {
  background: #e4ecf4 url(../images/blog_bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blogSection .content {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}
.blog_item {
  background: #fff;
  border-bottom: 3px solid #fff;
  float: left;
  margin: 0 10px 20px 10px;
  width: 300px;
  padding: 0;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 3px 0px 0px transparent;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 3px 0px 0px transparent;
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
}
.blog_item:hover {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 3px 0px 0px #25b0fc;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px #25b0fc;
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px #25b0fc;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px #25b0fc;
}
.blog_item .text_post {
  padding: 20px;
  position: relative;
}
.blog_item h3 {
  background: #fff;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0px 10px 0;
  font-weight: bold;
  color: #050505;
  display: inline-block;
  position: relative;
  z-index: 990;
  top: 0;
}
.blog_item h3 a {
  color: #050505;
}
.blog_item h3 a:hover {
  color: #25b0fc;
}
.blog_item .postBoxItem_date {
  color: #129ce8;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.blog_item .post_excerpt {
  font-size: 13px;
  margin-bottom: 0px;
}
.blog_item .post_excerpt p {
  margin-bottom: 0px;
}
.blog_item .preview_post {
  background: #000;
  float: none;
  width: 100%;
  margin-left: 0px;
}
.cartouche {
  border-top: 1px solid #e0e0e0;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}
.cartouche .comments {
  background: url(../images/comment_icon.png) no-repeat left 6px;
  color: #aaa;
  padding-left: 24px;
  float: right;
}
.cartouche .readmore {
  color: #25b0fc;
  font-weight: bold;
  float: left;
}
.single_post {
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.single_post .text_post {
  position: relative;
  padding: 60px 60px !important;
}
.single_post .single_preview {
  min-height: 60px;
  margin-bottom: 60px;
}
.single_post .text_post h1 {
  background: #fff;
  font-size: 36px;
  line-height: 38px;
  padding: 0 30px 20px 0;
  font-weight: bold;
  color: #050505;
  display: inline-block;
  position: absolute;
  z-index: 990;
  top: 55px;
}

.single_post_content iframe {
  width: 100% !important;
  height: 400px;
}

.single_post_content {
  float: left;
  width: 70%;
}
.single_post_content ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.single_post_content ul li {
  margin-bottom: 8px;
  line-height: 1.5em;
}
.post_options {
  float: right;
  width: 20%;
  max-width: 160px;
}
.post_options a {
  color: #25b0fc;
}
.sharePost {
  text-align: center;
}
.sharePost a {
  display: block;
}
.sharePost li {
  margin: 0 5px 10px 5px;
}
.sharePost .post_share_fb {
  background: url(../images/post_share_fb.png) no-repeat center center;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
.sharePost .post_share_tw {
  background: url(../images/post_share_tw.png) no-repeat center center;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
.sharePost .post_share_pin {
  background: url(../images/post_share_pin.png) no-repeat center center;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
.nav_post {
  line-height: 50px;
  border-bottom: 1px solid #d8dcdf;
  position: relative;
  font-weight: bold;
  font-weight: 900;
  text-transform: uppercase;
}
.nav_post .previous_link {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #d8dcdf;
  padding: 0 20px;
  color: #c7c7c7;
}
.nav_post .next_link {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #d8dcdf;
  padding: 0 20px;
  color: #c7c7c7;
}
.nav_post .previous_link:hover,
.nav_post .next_link:hover {
  background: #129ce8;
  color: #fff;
}
.nav_post .category_name {
  color: #129ce8;
  text-align: center;
  width: 100%;
  display: block;
}
.nav_post .category_name a {
  color: #129ce8;
}
.nav_post .category_name a:hover {
  color: #c7c7c7;
}
.single_post .text_post {
  padding: 40px;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      COMMENTS
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.commentBox {
  border-top: 1px solid #e0e0e0;
  padding: 60px;
}
.commentBox h3 {
  color: #25b0fc;
  font-size: 24px;
}
#comments_listing {
  margin-left: 100px;
}
#comments_listing li {
  border: 1px solid #e0e0e0;
  padding: 0px;
  position: relative;
  margin-bottom: 40px;
}
#comments_listing li:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 20px;
  left: -12px;
  border-top: 12px solid transparent;
  border-right: 12px solid #e0e0e0;
  border-bottom: 12px solid transparent;
  z-index: 2;
}
#comments_listing li:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 20px;
  left: -11px;
  border-top: 12px solid transparent;
  border-right: 12px solid #fff;
  border-bottom: 12px solid transparent;
  z-index: 3;
}
#comments_listing li .commentItem {
  padding: 20px 30px;
  position: relative;
}
#comments_listing li .userInfos {
  margin-bottom: 20px;
}
#comments_listing li .userInfos h4 {
  margin-bottom: 5px !important;
  font-size: 22px;
}
#comments_listing li .userInfos_date {
  color: #25b0fc;
}
#comments_listing li .userInfos_date a {
  color: #25b0fc;
}
#comments_listing li .avatar_Box {
  position: absolute;
  top: 0;
  left: -100px;
  max-width: 80px;
}
#comments_listing li .commentBodyText {
  margin-bottom: 30px;
}
#comments_listing li .comment-reply-link {
  display: inline-block;
  padding: 2px 14px;
  color: #fff;
  background: #25b0fc;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
#comments_listing .children {
  margin-top: -41px;
}
#comments_listing .children .children {
  margin-top: 0px;
}
#comments_listing .children .children {
  margin-left: 80px;
}
#comments_listing .children li {
  background: #f8f8f8;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding-left: 80px;
  font-size: 12px;
  margin-bottom: -1px;
}
#comments_listing .children li:nth-child(even) {
  background: #fff !important;
}
#comments_listing .children li:nth-child(even) li {
  background: #f8f8f8 !important;
}
#comments_listing .children li:before,
#comments_listing .children li:after {
  content: "";
  display: none;
}
#comments_listing .children li .avatar_Box {
  position: absolute;
  top: 20px;
  left: -50px;
  max-width: 60px;
}
#comments_listing .children li .userInfos {
  margin-bottom: 10px;
}
#comments_listing .children li .commentBodyText {
  margin-bottom: 20px;
}
#replyBox {
  border-top: 1px solid #e0e0e0;
  padding: 60px;
}
#replyBox form {
}
#replyBox .field_reply {
  border: 1px solid #e0e0e0;
  height: 40px;
  line-height: 40px;
  height: 4em;
  width: 30%;
  margin-right: 20px;
  margin-bottom: 30px;
  padding: 0 20px;
  color: #25b0fc;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
#replyBox .textarea_reply {
  border: 1px solid #e0e0e0;
  height: 120px;
  line-height: 30px;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px;
  color: #25b0fc;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
#replyBox .field_reply:focus,
#replyBox .textarea_reply:focus {
  color: #333;
  border: 1px solid #25b0fc;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      ELEMENTS
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.strokeLink {
  border: 3px solid #25b0fc;
  background: none;
  color: #25b0fc;
  padding: 8px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
.strokeLink.big {
  padding: 12px 30px;
  font-size: 16px;
  letter-spacing: 1px;
}
.strokeLink:hover {
  background: #25b0fc;
  color: #fff;
}
.strokeLinkGrey {
  border: 3px solid #999;
  background: none;
  color: #999;
  padding: 8px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
.strokeLinkGrey:hover {
  border: 3px solid #25b0fc;
  background: #25b0fc;
  color: #fff;
}
.wStrokeLink {
  border: 3px solid #fff;
  background: none;
  color: #fff;
  padding: 8px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
.wStrokeLink:hover {
  background: #fff;
  color: #25b0fc !important;
}
.hoverMore {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.hoverMore span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: #0579f9 url(../images/hover-more.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-more.png) no-repeat
    center center;
  width: 100%;
  height: 100%;
}
.hoverMore span.en {
  background: #0579f9 url(../images/hover-more.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-more.png) no-repeat
    center center;
}
.hoverMore span.fr {
  background: #0579f9 url(../images/hover-plus.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-plus.png) no-repeat
    center center;
}
.hoverMore span.es {
  background: #0579f9 url(../images/hover-mas.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-mas.png) no-repeat
    center center;
}
.hoverMore:hover span.en {
  background: #0579f9 url(../images/hover-more.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-more.png) no-repeat
    center center;
}
.hoverMore:hover span.fr {
  background: #0579f9 url(../images/hover-plus.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-plus.png) no-repeat
    center center;
}
.hoverMore:hover span.es {
  background: #0579f9 url(../images/hover-mas.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-mas.png) no-repeat
    center center;
}
.langue_en .hoverMore span {
  background: #0579f9 url(../images/hover-more.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-more.png) no-repeat
    center center;
}
.langue_fr .hoverMore span {
  background: #0579f9 url(../images/hover-plus.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-plus.png) no-repeat
    center center;
}
.langue_es .hoverMore span {
  background: #0579f9 url(../images/hover-mas.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-mas.png) no-repeat
    center center;
}
.langue_en .hoverMore:hover span {
  background: #0579f9 url(../images/hover-more.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-more.png) no-repeat
    center center;
}
.langue_fr .hoverMore:hover span {
  background: #0579f9 url(../images/hover-plus.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-plus.png) no-repeat
    center center;
}
.langue_es .hoverMore:hover span {
  background: #0579f9 url(../images/hover-mas.png) no-repeat center center;
  background: rgba(5, 121, 249, 0.8) url(../images/hover-mas.png) no-repeat
    center center;
}
.anchor_icon {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  z-index: 8000;
  display: block;
  background: url(../images/anchor_icon.png);
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      Reviews
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#review_panel {
  display: none;
  text-align: center;
}
#review_panel h5 {
  font-size: 54px;
  line-height: 1em;
  color: #00aaff;
  margin: 0px;
  line-height: 100px;
  font-weight: bold;
}
#review_panel hr {
  border-color: #e9e9e9;
  background: #e9e9e9;
  margin: 30px 0px;
  border: none;
  height: 1px;
}
#review_panel .first-part {
  padding-bottom: 10px;
}
#review_panel .share-icon {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#review_panel .share-icon:hover {
  opacity: 0.8;
  color: #1a171b;
}
#review_panel .share-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: inline-block;
}
#review_panel .rating {
  border: 1px solid #00aaff;
  border-radius: 100%;
  display: inline-block;
  height: 100px;
  width: 100px;
}
#review_panel h3 {
  font-size: 24px;
}
#review_panel h2.advantages {
  color: #04192e;
  margin-bottom: 30px;
}
#review_panel h2.advantages span {
  display: block;
  margin-top: 20px;
  font-weight: normal;
  font-size: 0.65em;
}
.shadow-separator {
  position: relative;
  padding: 30px 0px;
}
.shadow-separator:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 20px;
  height: 100%;
  background: transparent url(../images/shadowline.png) center left no-repeat;
}
ul.stars {
  margin-top: 20px;
  list-style: none;
  display: inline-block;
}
ul.stars li {
  float: left;
  margin: 0px 1px;
}
ul.stars img {
  width: 24px;
  height: 24px;
}
.text-c {
  text-align: center;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      DEALERS
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#dealers_header {
  background: url(../images/dealers_map.jpg) no-repeat center center;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  position: relative;
}
#dealers_header.fullsize_banner {
  background-position: bottom center !important;
  height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
  box-sizing: border-box;
}
#dealers_header h1 {
  color: #fff;
  font-size: 72px;
  line-height: 70px;
  font-weight: 900;
  max-width: 700px;
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
  padding-bottom: 30px;
  display: inline-block;
  text-shadow: #041931 0px 2px 15px;
  text-shadow: rgba(4, 25, 49, 0.35) 0px 2px 15px;
}
#dealers_header p {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  margin: 0 auto 30px auto;
  max-width: 700px;
  text-shadow: #041931 0px 2px 5px;
  text-shadow: rgba(4, 25, 49, 0.35) 0px 2px 5px;
}
.centrered_actions {
  font-size: 0;
  text-align: center;
}
.country_list {
  color: #fff;
  display: inline-block;
  width: 320px;
  margin: 0 30px 0 0;
  position: relative;
  text-align: left;
}
.country_list ul {
  display: none;
  width: 320px;
  position: absolute;
  top: 100%;
  max-height: 400px;
  overflow: auto;
  overflow-x: none;
  z-index: 9000;
}
.country_list ul li {
  display: block;
  width: 100%;
  background: #00aaff;
  background: rgba(0, 170, 255, 0.8);
  margin-top: 1px;
}
.country_list ul li:hover {
  background: #00aaff;
  background: rgba(0, 170, 255, 0.9);
}
.country_list ul li:last-child {
  margin-bottom: 0px;
}
#footer .country_list ul li a,
.country_list ul li a {
  display: block;
  padding: 8px 10px;
  line-height: 1.3em;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
.country_list ul li a:hover {
  padding-left: 20px;
}
label {
  font-size: 13px;
}
.label_country_list {
}
.label_country_list .label_country_text {
  background: #00aaff;
  background: rgba(0, 170, 255, 0.8);
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 900;
  width: 220px;
  text-transform: uppercase;
}
.label_country_list .label_country_button {
  background: #0182c9 url(../images/drop_arrow.png) no-repeat center top;
  background: rgba(1, 130, 201, 0.8) url(../images/drop_arrow.png) no-repeat
    center top;
  display: inline-block;
  width: 60px;
  height: 54px;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
.label_country_list .label_country_button:hover {
  background: #5ebcf0 url(../images/drop_arrow.png) no-repeat center top;
  background: rgba(94, 188, 240, 0.8) url(../images/drop_arrow.png) no-repeat
    center top;
}
.label_country_list .label_country_button.active {
  background: #0182c9 url(../images/drop_arrow.png) no-repeat center bottom;
  background: rgba(1, 130, 201, 0.8) url(../images/drop_arrow.png) no-repeat
    center bottom;
}
.label_country_list .label_country_button.active:hover {
  background: #5ebcf0 url(../images/drop_arrow.png) no-repeat center bottom;
  background: rgba(94, 188, 240, 0.8) url(../images/drop_arrow.png) no-repeat
    center bottom;
}
.become_button {
  margin: 0;
  display: inline-block;
}
.become {
  display: block;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.loading_countries {
  background: #e0e0e0;
  display: none;
}
.flag {
  border-bottom: 1px solid #00aaff;
  padding-bottom: 20px;
  padding-left: 60px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #00aaff;
  font-weight: bold;
}
.contactTitle {
  border-bottom: 1px solid #dfe1e4;
  padding: 50px 0px;
  margin-bottom: 40px;
  text-transform: normal;
  font-size: 35px;
  color: #00aaff;
  font-weight: bold;
  text-align: center;
}
#fullmap img {
  max-width: none;
}
h2.twolines {
  border-top: 1px solid #9bd2eb;
  border-bottom: 1px solid #9bd2eb;
  padding: 20px 0px;
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #0f99d8;
  font-weight: bold;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      REGISTER v2
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.term_and_conditions_container h3,
.term_and_conditions_container h2 {
  color: #25b0fc;
}
.term_and_conditions_container h3 {
  font-size: 16px;
}
.term_and_conditions_container h2 {
  font-size: 20px;
}
.term_and_conditions_container button {
  margin: 40px 0px;
}
div.term_and_conditions {
  height: 320px;
  overflow: auto;
  padding: 30px;
  background: #f6f6f6;
  border: 1px solid #c6c6c6;
  margin: 20px 0px 40px 0px;
}
.term_and_conditions_container input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.term_and_conditions_container label {
  font-size: 15px;
}
.term_and_conditions_container .middle_part {
  margin-bottom: 0px;
  padding: 60px 10px;
}
.term_and_conditions_container .error-msg {
  padding: 12px 20px;
  color: #fff;
  background: #e50000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      QUOTE v2
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#ajax_content * {
  box-sizing: border-box;
}
#ajax_content .error-field {
  border-color: #e50000;
}
label.error-field {
  color: #e50000 !important;
}
#ajax_content span.required_field {
  font-size: 10px;
  color: #e50000;
}
.qq-edit-filename-icon {
  display: none !important;
}
h6.error_msg {
  color: #e50000;
  font-weight: bold;
  font-style: italic;
  margin: 0px;
}
.shoreline_right {
  padding-top: 40px !important;
}
h3.already_uploaded {
  color: #24b0fd;
  font-size: 20px;
}
.uploaded_img_block {
  max-height: 80px;
  overflow: hidden;
  margin-bottom: 30px;
}
#ajax_content .strokeLinkGrey,
#ajax_content .strokeLink {
  padding: 15px 30px;
  letter-spacing: 1px;
}
#ajax_content .b-col {
  margin-bottom: 10px;
  padding: 0px 10px;
}
.list-radio label {
  margin-right: 30px;
}
#ajax_content .submitButton,
#ajax_content .prevStepButton {
  display: inline-block;
}
#content_quote textarea {
  max-width: 100%;
  min-height: 200px;
}
.dock-dimensions-container label {
  margin-bottom: 10px;
  display: inline-block;
}
.dimension_diagram ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dimension_diagram h4 {
  text-align: center;
  margin-bottom: 10px !important;
  font-weight: bold;
}
.dimension_diagram ul li {
  display: none;
}
.dimension_diagram ul li img {
  display: inline-block;
}
.dimension_diagram ul li.active {
  display: block;
  text-align: center;
}
.shadow_box_error {
  background: #fff;
  -webkit-box-shadow: 0px 0px 29px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 29px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 29px 1px rgba(0, 0, 0, 0.3);
  padding: 30px;
  text-align: left;
  margin-bottom: 40px;
}
.shadow_box {
  /*background: #fff;
      -webkit-box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.3);
      -moz-box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.3);
      box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.3);*/
  padding: 40px 0px;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
}
.shadow_box .col {
  margin-left: 0;
}
.shadow_box h2 {
  font-size: 22px;
  text-transform: uppercase;
}
.shadow_box h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
}
.separator {
  background: #c1c1c1;
  height: 1px;
  display: block;
  clear: both;
  margin: 30px 0px;
}
#ajax_content h3 {
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
}
#ajax_content h3:after {
  content: "";
  height: 1px;
  width: 33%;
  position: absolute;
  background: #00aaff;
  bottom: 0;
  left: 0;
}
#ajax_content h4 {
  font-size: 16px;
  margin-bottom: 50px;
}
input[type="checkbox"].img_button,
input[type="radio"].img_button {
  display: none;
}
label.img_button {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.28);
  color: #a1a1a1;
  cursor: pointer;
  width: 100%;
}
label.img_button span {
  padding: 10px;
  display: inline-block;
}
.img_button img {
  min-width: 100%;
  pointer-events: none;
}
.img_button:not(.color) img {
  opacity: 0.9;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
input[type="checkbox"] ~ label.img_button:after,
input[type="radio"] ~ label.img_button:after {
  content: "";
  background-image: url("../images/radio.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -7px;
  left: -7px;
  background-color: rgba(255, 255, 255, 1);
  width: 25px;
  height: 25px;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
input[type="checkbox"] ~ label.img_button:after {
  background-image: url("../images/checkbox.png");
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="radio"] ~ label.img_button.error-field:after {
  background-image: url("../images/radio-error.png");
}
input[type="checkbox"]:checked ~ label,
input[type="radio"]:checked ~ label {
  color: #2daff9;
}
input[type="checkbox"]:checked ~ label.img_button img,
input[type="radio"]:checked ~ label.img_button img {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
input[type="checkbox"]:checked ~ label.img_button:after {
  background-image: url("../images/checkbox_checked.png");
}
input[type="radio"]:checked ~ label.img_button:after {
  background-image: url("../images/radio_checked.png");
}
.button_holder {
  text-align: center;
  padding: 30px 20px;
  margin-top: 30px;
}
ul.shape-list li {
  float: left;
  margin: 10px 30px 10px 0px;
  text-align: center;
}
ul.shape-list label.img_button {
  padding: 15px;
}
ul.shape-list li img {
  max-height: 80px;
}
ul.img-list li {
  float: left;
  margin: 10px 0px;
  text-align: center;
}
ul.img-list li img {
  display: inline-block;
  width: 100%;
}
ul.img-list li span {
  display: block;
}
ul.radio li {
  float: left;
  margin-right: 20px;
}
ul.radio li label {
  font-weight: normal;
  margin-left: 4px;
}
input.show_if {
  display: none;
}
input.show_if.active {
  display: inline-block;
  margin-top: 10px;
}
input.show_if.active.no-margin-top {
  margin-top: 0px;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      QUOTE
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#quote_header {
  background: url(../images/quoteBG.jpg) no-repeat center top;
  padding: 80px 0 50px 0;
  text-align: center;
  color: #fff;
  position: relative;
}
#quote_header h1 {
  color: #fff;
  font-size: 72px;
  line-height: 70px;
  font-weight: 900;
  max-width: 700px;
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
  padding-bottom: 30px;
  display: inline-block;
}
#quote_header p {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  margin: 0 auto 30px auto;
}
.step_headings {
  display: none;
  color: #24b0fd;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
}
.step_headings.active {
  display: block;
}
.step_headings span {
  color: #bdbdbd;
}
.step_box {
  display: inline-block;
  position: relative;
  margin-top: -40px;
  margin-bottom: 60px;
  z-index: 90;
  color: #24b0fd;
  text-align: center;
  width: 30%;
  max-width: 180px;
}
.step_box h4 {
  color: #24b0fd;
  font-size: 16px;
}
.step_box_counter {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 9px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
  /* CSS3 ROUND CORNER */
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.step_1 {
  background: url(../images/step_1.jpg) no-repeat center center;
}
.step_2 {
  background: url(../images/step_2.jpg) no-repeat center center;
}
.step_3 {
  background: url(../images/step_3.jpg) no-repeat center center;
}
.step_box_counter span {
  background: #fff;
  display: inline-block;
  font-size: 40px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  color: #24b0fd;
  font-weight: 900;
  text-align: center;
  /* CSS3 ROUND CORNER */
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.step_box_counter.active span {
  background: #24b0fd;
  color: #fff;
}
.middle_part {
  padding: 20px 0;
  margin-bottom: 40px;
  background: #f0f0f0 url(../images/quotegrid.jpg) repeat center center;
  border-top: 1px solid #cfcfcf;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1) inset;
}
.step_form .middle_part {
  margin-bottom: 0px;
}
.middle_part .content {
  padding: 20px 0 0px 0 !important;
}
.prevStepButton {
  display: none;
  margin-right: 10px;
}
.submitButton {
  display: none;
}
.fixheight {
  min-height: 165px;
}
.pagin {
  padding: 20px 0 80px 0;
  display: none;
  clear: both;
  color: #24b0fd;
  font-weight: bold;
}
.pagin em {
  font-weight: normal;
}
.pagin.active {
  display: block;
}
.fieldBox {
  display: inline-block;
  width: 20%;
  margin: 0 1%;
  /*	overflow: hidden;	*/
  position: relative;
}
.relativor {
  position: relative;
}
.step_form .labelCell {
  display: table;
  vertical-align: middle;
  height: 44px;
  padding-right: 20px;
}
.step_form .labelCell label {
  line-height: 19px;
  display: table-cell;
  vertical-align: middle;
}
.step_form label {
  font-weight: bold;
}
.step_form label.textarea-label {
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 20px;
  display: inline-block;
}
span.dimension_label,
span.measure_unit {
  padding: 10px;
  display: inline-block;
  float: left;
  font-weight: bold;
  font-size: 13px;
}
span.dimension_label {
  text-transform: uppercase;
}
.field {
  background: #fff;
  border: 1px solid #dbdcdb;
  width: 100%;
  padding: 12px 10px;
  color: #24b0fd;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.field-row {
  margin-bottom: 10px;
}
.field:focus {
  color: #797979;
  border: 1px solid #24b0fd;
}
.select_bg.error-field {
  border-color: #e50000;
}
.select_bg {
  background: #fcfcfc url(../images/arrow_droppy.png) no-repeat right center;
  border: 1px solid #d9d9d9;
  color: #999;
  font-size: 12px !important;
  line-height: 24px !important;
  padding: 0px 0 0px 10px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.4s ease; /* FF4+ */
  -o-transition: all 0.4s ease; /* Opera 10.5+ */
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.select_bg select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent !important;
  width: 100%;
  font-size: 13px !important;
  line-height: 42px !important;
  border: none;
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  padding-right: 40%;
  color: #24b0fd;
  padding: 0px 5px;
  cursor: pointer;
}
body.ie .select_bg {
  background: none !important;
  border: none !important;
}
body.ie .select_bg select {
  background-color: #fff !important;
  width: 100%;
  padding: 10px 0px 10px 20px;
}
.mozilla .select_bg select,
.gecko .select_bg select {
  padding-top: 10px;
  padding-right: 15px;
  width: 150%;
  outline: none;
}
.mozilla .select_bg select:focus {
  outline: none;
}
.select_bg select option {
  padding: 10px;
}
/* Hack for mozilla firefox */
.mozilla .select_bg {
  border: 1px solid #d9d9d9;
  color: #999;
  font-size: 12px !important;
  line-height: 24px !important;
  padding: 0px 0 0px 10px;
  width: 200%;
  -webkit-transition: all 0.4s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.4s ease; /* FF4+ */
  -o-transition: all 0.4s ease; /* Opera 10.5+ */
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.mozilla .select_bg select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent !important;
  width: 120%;
  font-size: 13px !important;
  line-height: 42px !important;
  border: none;
  height: 39px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  overflow: hidden;
  color: #24b0fd;
  padding: 10px 0 0 0px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
/* /Hack for mozilla firefox */
.dealer-form .step_form.active {
  display: block !important;
}
.dealer-form .step_form {
  display: none;
}
.step_form .error {
  display: none;
  position: absolute;
  background: #fc2525;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 8px;
  left: 0px;
  bottom: -20px;
  line-height: normal;
}
.fieldDiv {
  position: relative;
}
#contactForm .error {
  display: none;
  position: absolute;
  background: #fc2525;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 8px;
  left: 0px;
  bottom: -20px;
  line-height: normal;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      FOOTER
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#footer {
  background: #041931;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease-in-out; /* FF4+ */
  -o-transition: all 0.2s ease-in-out; /* Opera 10.5+ */
  transition: all 0.2s ease-in-out;
}
#footer .content {
  margin: 0 auto;
  padding: 40px 0 15px 0;
  width: 100%;
  max-width: 960px;
}
#newsletter-subscribe p {
  margin-bottom: 30px;
}
#mc-embedded-subscribe-form {
  width: 90%;
}
#mce-EMAIL {
  display: block;
  float: left;
  height: 46px;
  width: 60%;
  border: none;
  font-size: 16px;
  color: #007bbe;
  padding: 0 15px;
  border: 1px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mce-responses .response {
  font-size: 11px;
}
#mc-embedded-subscribe {
  display: block;
  float: left;
  height: 46px;
  width: 39%;
  background: #25b0fc;
  border: none;
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
#usefull_links h4 {
  margin-bottom: 20px;
}
#usefull_links .one-third {
  margin-bottom: 0;
  margin-left: 3%;
}
#usefull_links .first {
  margin-left: 0;
}
#usefull_links li,
#usefull_links a {
  font-size: 12px;
  line-height: 18px;
}
.footer-sep {
  border: none;
  border-top: 1px solid #1e3046;
  margin: 20px 0 40px;
}
#footer h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
#footer h4:after {
  content: "";
  height: 3px;
  width: 20px;
  position: absolute;
  background: #fff;
  bottom: -10px;
  left: 0;
}
#footer a {
  color: #7fa4cd;
}
#footer a:hover {
  color: #fff;
}
#footer .wStrokeLink:hover {
  color: #25b0fc !important;
}
.ft_network li {
  display: inline-block;
  text-indent: -9999px;
  margin-right: 6px;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
.ft_network li:hover {
  opacity: 0.3;
}
.network_phone {
  display: block;
  background: url(../images/ft_phone.png) no-repeat center center;
  width: 42px;
  height: 42px;
}
.network_mail {
  display: block;
  background: url(../images/ft_mail.png) no-repeat center center;
  width: 42px;
  height: 42px;
}
.network_fb {
  display: block;
  background: url(../images/ft_network_fb.png) no-repeat center center;
  width: 42px;
  height: 42px;
}
.network_youtube {
  display: block;
  background: url(../images/ft_network_youtube.png) no-repeat center center;
  width: 42px;
  height: 42px;
}
.network_tw {
  display: block;
  background: url(../images/ft_network_tw.png) no-repeat center center;
  width: 42px;
  height: 42px;
}
.network_insta {
  display: block;
  background: url(../images/ft_network_insta.png) no-repeat center center;
  width: 42px;
  height: 42px;
}
.icon_leaf {
  background: url(../images/leaf_icon.png) no-repeat left center;
  padding-left: 35px;
  min-height: 35px;
  line-height: 35px;
}
.icon_eco {
  background: url(../images/eco-icon.png) no-repeat left center;
  padding-left: 80px;
  min-height: 66px;
  line-height: 66px;
  display: block;
  color: #fff !important;
  margin-bottom: 30px;
}
.icon_pin {
  background: url(../images/pin_icon.png) no-repeat left center;
  padding-left: 35px;
  font-size: 12px;
  line-height: 24px;
}
#footer .copyright {
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
}
#footer .copyright a {
  color: #7fa4cd;
}
#footer .copyright a:hover {
  color: #25b0fc;
}
/*block quote */
.bchoice {
  display: block;
  height: 89px;
  width: 89px;
  background-repeat: no-repeat;
  background-position: 0px -89px;
  cursor: pointer;
  margin: 0 auto;
}
.bchoice-col {
  width: 23%;
  float: left;
  margin-right: 2%;
  border-right: 1px solid #c4c3c3;
  padding: 30px 0px;
  min-width: 160px;
}
.bchoice_en .bchoice-col {
  background: transparent url(../images/candock_unit_en.png) top center
    no-repeat;
}
.bchoice_fr .bchoice-col {
  background: transparent url(../images/candock_unit_fr.png) top center
    no-repeat;
}
.bchoice_es .bchoice-col {
  background: transparent url(../images/candock_unit_es.png) top center
    no-repeat;
}
.bchoice-col.last {
  margin-right: 0px;
  border: none;
}
.bchoice.chosen,
.bchoice:hover {
  background-position: 0px 0px;
}
#block-quotation {
  background-color: #fff;
  padding: 30px 0px;
  width: 100%;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      SECTIONS
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.wrap-advantages {
  padding: 40px 0;
  border-bottom: 1px solid #dfe1e4;
  width: 100%;
}
h2.advantages {
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #00aaff;
  max-width: 960px !important;
  margin: 0 auto;
  padding: 0 15px !important;
}
h2.advantages span {
  display: block;
  font-size: 0.8em;
  font-style: italic;
}
.sectionPart {
  background: #f8f8f8;
}

.page-template-template-childrenList .sectionPart {
  overflow: hidden;
}

.sectionPart .content {
  margin: 0 auto;
  padding: 40px 0 30px 0;
  width: 100%;
  max-width: 960px;
}
.sectionPart .biglines {
  /*margin-bottom: 40px;*/
}
.sectionPart .one-third h3 {
  font-size: 19px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
.sectionPart.dark {
  background: #041931;
  color: #fff;
  position: relative;
}
.sectionPart.dark * {
  color: #fff;
}
.sectionPart.dark_slide {
  background: #0f253b;
  color: #fff;
  position: relative;
}
.sectionPart.dark_slide:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -1px;
  left: 50%;
  margin-left: -30px;
  border-right: 30px solid transparent;
  border-top: 25px solid #f8f8f8;
  border-left: 30px solid transparent;
  z-index: 999;
}
.sectionPart.dark * {
  color: #fff;
}
.sectionPart.blue {
  background: #0f99d8;
  color: #fff;
}
.sectionPart.blue * {
  color: #fff;
}
.sectionPart.dark:before {
  display: block;
  content: "";
  position: relative;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  margin-left: -30px;
  border-right: 30px solid transparent;
  border-top: 30px solid #f8f8f8;
  border-left: 30px solid transparent;
}
.sectionPart.blue.warranty {
  background: url(../images/20-years-candock.jpg) no-repeat center center;
  padding: 120px 0px;
  position: relative;
}
.sectionPart.blue.warranty h2 {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  z-index: 999;
  position: relative;
  letter-spacing: 1px;
}
.sectionPart.blue.warranty img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 232px;
  height: 232px;
  margin-left: -116px;
  margin-top: -116px;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      WHY CANDOCK page
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.tp-bullets.simplebullets.round .bullet {
  background-image: url(../images/bullest.png);
}
#why_header {
  background: url(../images/dealers_map.jpg) no-repeat center center;
  padding: 180px 0;
  text-align: center;
  color: #fff;
  position: relative;
}
#why_header h1 {
  color: #fff;
  font-size: 72px;
  line-height: 70px;
  font-weight: 900;
  max-width: 700px;
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  padding-bottom: 30px;
  display: inline-block;
  text-shadow: #041931 0px 2px 15px;
  text-shadow: rgba(4, 25, 49, 0.35) 0px 2px 15px;
}
#why_header p {
  font-weight: bold;
  font-size: 28px;
  margin: 0 auto 30px auto;
  max-width: 700px;
  text-shadow: #041931 0px 2px 5px;
  text-shadow: rgba(4, 25, 49, 0.35) 0px 2px 5px;
}
.why_four_block {
  padding: 60px 0px;
}
.why_four_block h4 {
  font-size: 16px;
  font-weight: bold;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      WHY CANDOCK SLIDER
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.why_phone {
  text-align: center;
  color: #0e93d6;
  text-transform: uppercase;
  border-top: 1px solid #e5e8ea;
  position: relative;
}
.why_phone:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 1px;
  background: #e5e8ea;
}
.why_phone .label {
  font-weight: 600;
  font-weight: 14px;
  letter-spacing: 2px;
}
.why_phone .phone {
  font-size: 30px;
  font-weight: 600;
}
.sectionPart.contact_us {
  text-align: center;
  font-size: 19px;
  color: #050505;
  padding: 40px 0px;
}
.sectionPart.contact_us a {
  color: #0e93d6;
  font-size: 20px;
  border-bottom: 1px solid #a5cdeb;
}
.sectionPart.rowing {
  background: url(../images/rowing_bg.jpg) top center;
  padding: 60px;
}
.sectionPart.rowing p {
  font-size: 21px;
  font-style: italic;
  margin: 40px 0px 0px 0px;
}
.sectionPart.rowing img {
  display: inline-block;
}
.sectionPart.rowing .content {
  text-align: center;
  color: #fff;
}
.bgcover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.sectionPart.top-border {
  border-top: 1px solid #c7cbd0;
  text-align: center;
}
.one-half-np {
  width: 50%;
  float: left;
}
.quotation-asterisk {
  padding: 30px 20px;
  font-weight: bold;
  text-align: center;
}
.sectionPart .content.quote.no-pad-bottom {
  padding-bottom: 0px;
}
.like-np {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  padding: 30px;
}
.like-np .text,
.one-half-np .text {
  padding: 40px;
  text-align: center;
  position: relative;
  min-height: 300px;
}
.like-np .text h2,
.one-half-np .text h2 {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding-top: 30px;
}
.like-np .text h2:after,
.one-half-np .text h2:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 50px;
  height: 3px;
  background: #00aaff;
  margin-left: -25px;
}
.like-np .text .button_hold,
.one-half-np .text .button_hold {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 60px;
  bottom: 0px;
}
.like-np .text .button_hold {
  height: 30px;
}
.one-half-np.right-sep .text {
  position: relative;
}
.one-half-np.right-sep .text:after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0px;
  height: 70%;
  width: 1px;
  background: #c7cbd0;
}
.bigtitle {
  font-size: 52px;
  color: #0e94d1;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
}
.bigtitle span {
  display: block;
  font-weight: normal;
  font-size: 18px;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      PRODUCT TABLE
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.products_table {
}
.products_table li {
  border-top: 1px solid #9bd2eb;
  padding: 8px 0;
}
.products_table .products_table_left_col {
  float: left;
  width: 36%;
  font-weight: bold;
  color: #0f99d8;
  font-size: 16px;
  margin-right: 2%;
}
.products_table .products_table_right_col {
  float: right;
  width: 62%;
}
.top_line {
  border-top: 1px solid #9bd2eb;
  padding: 8px 0;
}
.top_line h5 {
  color: #0f99d8;
  text-transform: uppercase;
}
.lined_small_text {
  border-top: 1px solid #9bd2eb;
  padding-top: 8px;
  text-align: right;
  font-style: italic;
  display: block;
}
.dock_color_sample {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  width: 50%;
  float: left;
}
.dock_color_sample.grey {
  background: url(../images/dock_color_sample_grey.jpg) no-repeat center top;
  padding-top: 120px;
}
.dock_color_sample.beige {
  background: url(../images/dock_color_sample_beige.jpg) no-repeat center top;
  padding-top: 120px;
}
.dock_color_sample.orange {
  background: url(../images/dock_color_sample_orange.jpg) no-repeat center top;
  padding-top: 120px;
}
.dock_color_sample.blue {
  background: url(../images/dock_color_sample_blue.jpg) no-repeat center top;
  padding-top: 120px;
}
.product_list {
  padding: 20px 0;
}
.product_list span.avantage {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.product_list h3 {
  display: block;
  position: relative;
  font-size: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.product_list h3:after {
  content: "";
  height: 3px;
  width: 80px;
  position: absolute;
  background: #00aaff;
  bottom: 0;
  left: 0;
}
.product_list .underlined {
  /*border-bottom: 1px solid #fff;
      padding-bottom: 40px;
      margin-bottom: 40px;*/
}
.product_list .underlined:after {
  display: none;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      GALLERY
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.gallerySection {
  padding: 40px 0;
}
.gallerySection .content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.gallery_list {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.gallerySection_detail {
  width: 740px;
  margin-right: 20px;
  float: left;
}
.gallerySection_aside {
  width: 200px;
  float: left;
}
.gallerySection_aside a {
  color: #222;
}
.gallerySection_aside a:hover {
  color: #25b0fc;
}
.gallery_item {
  background: #fff;
  float: left;
  margin: 0 10px 20px 5px;
  /*width: 225px;*/
  padding: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.gallery_item_go {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  display: block;
}
.otherhidden {
  margin-top: 20px;
  display: none;
}
::-webkit-input-placeholder {
  color: #a8a8a8;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #a8a8a8;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8a8a8;
}
:-ms-input-placeholder {
  color: #a8a8a8;
}
.placeholder-style::-webkit-input-placeholder {
  font-weight: bold;
}
.placeholder-style:-moz-placeholder {
  font-weight: bold;
}
.placeholder-style::-moz-placeholder {
  font-weight: bold;
}
.placeholder-style:-ms-input-placeholder {
  font-weight: bold;
}
.placeholder-style:focus::-webkit-input-placeholder {
  color: #545454;
}
.placeholder-style:focus:-moz-placeholder {
  color: #545454;
}
.placeholder-style:focus::-moz-placeholder {
  color: #545454;
}
.placeholder-style:focus:-ms-input-placeholder {
  color: #545454;
}
textarea:focus::-webkit-input-placeholder {
  color: #ddd;
}
textarea:focus:-moz-placeholder {
  color: #ddd;
}
input:focus::-webkit-input-placeholder {
  color: #ddd;
}
input:focus:-moz-placeholder {
  color: #ddd;
}
.gallery_item_infos {
  background: #25b0fc;
  background: rgba(37, 176, 252, 0.85);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  display: block;
  padding: 10px 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
.gallery_item_infos h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.gallery_item_infos span {
  display: none;
}
.gallery_item_infos em {
  display: inline-block;
}
.gallery_item_bg {
  background: #25b0fc;
  background: rgba(37, 176, 252, 0.85);
  width: 100%;
  height: 1%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
}
.gallery_item:hover .gallery_item_infos {
  background: none;
  padding: 10px 10px 30px 10px;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      PRODUCTS
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.product_section_box {
  float: left;
  margin: 0 1% 20px 1%;
  position: relative;
  width: 48%;
  background: #000;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.product_section_box .infos {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product_section_box .primary {
  color: #fff;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
.product_section_box .primary h2 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
.product_section_box .primary h3 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 2px;
}
.product_section_box .secondary {
  display: none;
}
.product_section_box .secondary p {
  padding: 0 20px;
}
.product_section_box .overlay {
  background: #25b0fc;
  background: rgba(37, 176, 252, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
}
.article_catalog_item {
  float: left;
  margin: 0 10px 40px 10px;
  width: 220px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.flexslider .article_catalog_item {
  float: left;
  margin: 0 10px 40px 10px;
  width: auto !important;
  text-align: center;
}
.article_catalog_item h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0px;
}
.article_catalog_item a {
  color: #222;
  display: block;
}
.article_catalog_item a:hover {
  color: #25b0fc;
}
.article_catalog_item em {
  font-style: normal;
  color: #909090;
}
.subnav_catalog {
  background: #1e91f2;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset;
}
.subnav_catalog li {
  display: inline-block;
  line-height: 38px !important;
}
#sub_navigation .subnav_catalog li a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 38px;
  display: block;
  padding: 12px 5px !important;
  max-width: 100% !important;
  text-align: left;
  text-transform: uppercase;
}
.product_sub li {
  vertical-align: top;
}
#product-toggle {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  display: none;
}
#product-toggle:after {
  content: "";
  border-top: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  position: relative;
  right: -10px;
  top: 15px;
}
h3#product-toggle.active:after {
  content: "";
  border-bottom: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: none;
  right: -10px;
  top: -15px;
}
.subnav_catalog li:hover {
  background: none !important;
}
.subnav_catalog li a:hover {
  color: #dff0ff !important;
}
.catalog_viewer {
  margin-bottom: 40px;
  margin-right: 2%;
  width: 95%;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.4s ease; /* Saf3.2+, Chrome */
  -moz-transition: height 0.4s ease; /* FF4+ */
  -o-transition: height 0.4s ease; /* Opera 10.5+ */
  transition: height 0.4s ease;
}
.catalog_thumb_list {
  margin-bottom: 40px;
}
.catalog_thumb_list li {
  display: inline-block;
  width: 30%;
  margin-right: 2%;
}
.catalog_thumb_list li a {
  display: block;
}
.catalog_thumb_list li .active {
  -webkit-box-shadow: 0px 0px 0px 3px #1e91f2;
  -moz-box-shadow: 0px 0px 0px 3px #1e91f2;
  -o-box-shadow: 0px 0px 0px 3px #1e91f2;
  box-shadow: 0px 0px 0px 3px #1e91f2;
}
.candock_lightbox {
  display: none;
  background: #041931;
  background: rgba(4, 25, 49, 0.94);
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.candock_lightbox_container {
  display: block;
  height: 100%;
  position: relative;
}
.candock_lightbox .image_copyright {
  color: #1e91f2;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px;
  display: inline-block;
  clear: both;
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 3000;
  width: 100%;
  text-align: center;
}
.candock_lightbox .close {
  cursor: pointer;
  color: #1e91f2;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px;
  display: inline-block;
  clear: both;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3000;
}
.candock_lightbox_container .next {
  background: #1e91f2 url(../images/arrow_carrousel_r.png) no-repeat center
    center;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  text-indent: -9999px;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
.candock_lightbox_container .next:hover {
  width: 80px;
}
.candock_lightbox_container .previous {
  background: #1e91f2 url(../images/arrow_carrousel_l.png) no-repeat center
    center;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  text-indent: -9999px;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* FF4+ */
  -o-transition: all 0.2s ease; /* Opera 10.5+ */
  transition: all 0.2s ease;
}
.candock_lightbox_container .previous:hover {
  width: 80px;
}

.candock_lightbox_container img {
  display: block !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      COLUMNS
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.col {
  float: left;
  margin-bottom: 20px;
  -webkit-transition: width 0.4s ease; /* Saf3.2+, Chrome */
  -moz-transition: width 0.4s ease; /* FF4+ */
  -o-transition: width 0.4s ease; /* Opera 10.5+ */
  transition: width 0.4s ease;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.one-full {
  float: none !important;
}
.one-full,
.one-half,
.one-third,
.two-third,
.one-fourth,
.two-fourth,
.three-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth {
  float: left;
  margin-left: 2%;
  margin-right: 0%;
}
.col.last {
  margin-right: 0% !important;
}
.one-full {
  width: 100%;
}
.one-half {
  width: 47.5%;
}
.one-third {
  width: 22%;
}
.two-third {
  width: 61%;
}
.one-fourth {
  width: 22.5%;
}
.two-fourth {
  width: 49%;
}
.three-fourth {
  width: 72.5%;
}
.one-fifth {
  width: 18.4%;
}
.two-fifth {
  width: 38.6%;
}
.three-fifth {
  width: 59.4%;
}
.four-fifth {
  width: 79.3%;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      TEAM MEMBERS
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
#homeBoxes .team-member-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
#homeBoxes .team-member-block h3 {
  font-size: 16px;
  color: #0f99d8;
  margin: 30px 0px 0px 0px;
  padding: 0;
}
#homeBoxes .team-member-block h3:after {
  display: none;
}
#homeBoxes .team-member-block h4 {
  color: #14273d;
  font-weight: 300;
  font-size: 16px;
  margin: 0px 0px 30px 0px;
  height: 50px;
}
#homeBoxes .team-member-block p {
  color: #14273d;
  font-weight: 600;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  color: #14273d;
}
#homeBoxes .team-member-block p a {
  border-bottom: 2px solid #b9bcc0;
}
.wrap-advantages.top {
  padding: 40px 0;
  border-top: 1px solid #dfe1e4;
  width: 100%;
}
.wrap-advantages.top .buttonCan {
  margin-top: 50px;
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      ANIMATIONS
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.cssanimations .animz4,
.cssanimations .animz3,
.cssanimations .animz2,
.cssanimations .animz {
  opacity: 0;
}
.touchevents.cssanimations .animz4,
.touchevents.cssanimations .animz3,
.touchevents.cssanimations .animz2,
.touchevents.cssanimations .animz {
  opacity: 1;
}
.openTitle {
  position: relative;
  -webkit-animation: openTitle 0.5s 1 ease-in-out; /* Chrome, Safari 5 */
  -moz-animation: openTitle 0.5s 1 ease-in-out; /* Firefox 5-15 */
  -o-animation: openTitle 0.5s 1 ease-in-out; /* Opera 12+ */
  animation: openTitle 0.5s 1 ease-in-out; /* Chrome, Firefox 16+, IE 10+, Safari 5 */
  margin-top: 70px;
}
@-webkit-keyframes openTitle {
  0% {
    opacity: 0;
    top: -40px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-moz-keyframes openTitle {
  0% {
    opacity: 0;
    top: -40px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-o-keyframes openTitle {
  0% {
    opacity: 0;
    top: -40px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes openTitle {
  0% {
    opacity: 0;
    top: -40px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
.subTitle {
  -webkit-animation: subTitle 1s 1 ease-in-out; /* Chrome, Safari 5 */
  -moz-animation: subTitle 1s 1 ease-in-out; /* Firefox 5-15 */
  -o-animation: subTitle 1s 1 ease-in-out; /* Opera 12+ */
  animation: subTitle 1s 1 ease-in-out; /* Chrome, Firefox 16+, IE 10+, Safari 5 */
}
@-webkit-keyframes subTitle {
  0% {
    opacity: 0;
    transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px); /* IE 9 */
    -webkit-transform: translate(0px, 100px); /* Safari and Chrome */
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari and Chrome */
  }
}
@-moz-keyframes subTitle {
  0% {
    opacity: 0;
    transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px); /* IE 9 */
    -webkit-transform: translate(0px, 100px); /* Safari and Chrome */
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari and Chrome */
  }
}
@-o-keyframes subTitle {
  0% {
    opacity: 0;
    transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px); /* IE 9 */
    -webkit-transform: translate(0px, 100px); /* Safari and Chrome */
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari and Chrome */
  }
}
@keyframes subTitle {
  0% {
    opacity: 0;
    transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px); /* IE 9 */
    -webkit-transform: translate(0px, 100px); /* Safari and Chrome */
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari and Chrome */
  }
}
.videoLightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200000;
  width: 100%;
  height: 100%;
  background: #fff;
}
.videoLightbox .videoBox {
  position: relative;
  top: 50%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(4, 25, 49, 0.2);
  -moz-box-shadow: 0px 1px 15px 0px rgba(4, 25, 49, 0.2);
  -o-box-shadow: 0px 1px 15px 0px rgba(4, 25, 49, 0.2);
  box-shadow: 0px 1px 15px 0px rgba(4, 25, 49, 0.2);
}
.videoLightbox .closeLightbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #041931 url(../images/cross_white.png) no-repeat center center;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  display: block;
  text-indent: -9999px;
}
.videoLightbox .closeLightbox:hover {
  background: #25b0fc url(../images/cross_white.png) no-repeat center center;
}
a {
  color: #04192e;
  text-decoration: none;
}
a:hover {
  color: #25b0fc;
}
label.check-label {
  float: left;
  width: 170px;
  text-align: left;
  font-weight: normal;
  margin: 0px;
}
.info-details-pop {
  display: none;
  margin-top: 20px;
  color: #fc2525;
  font-size: 13px;
}
.ie-alert {
  position: static;
  width: 100%;
  background-color: #24b0fd;
  text-align: center;
}
.ie-alert a {
  color: #fff;
}
label.main-label {
  margin: 10px 0px 5px 0px;
  display: block;
  text-align: left;
}
h3.section-title {
  font-size: 14px;
  text-align: left;
  color: #24b0fd;
}
input.radio-left {
  float: left;
  margin: 4px 10px;
}
h3.facility {
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  width: 50%;
  margin: 0 auto;
  display: block;
}
.no-left {
  margin-left: 0px !important;
}
/* FAQ */
.answer {
  display: none;
  margin-bottom: 20px;
}
.question {
  margin-bottom: 20px;
  color: #04192e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  background: transparent url("../images/arrows.png") 30px 8px no-repeat;
}
.question.active {
  background: transparent url("../images/arrows.png") 30px -144px no-repeat;
}
.question,
.answer {
  padding-left: 60px;
}
.answer ul {
  list-style: disc;
}
.answer ul li {
  margin-left: 20px;
}
h2.faq-title:first-child {
  margin-top: 0px;
}
.faq-title {
  border-bottom: 1px solid #00aaff;
  padding-bottom: 20px;
  margin-bottom: 40px;
  padding-left: 30px;
  text-transform: uppercase;
  color: #00aaff;
  margin-top: 40px;
  font-weight: bold;
}
#faq_header {
  background: url(../images/quoteBG.jpg) no-repeat center top;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  position: relative;
}
#faq_header h1 {
  color: #fff;
  font-size: 72px;
  line-height: 70px;
  font-weight: 900;
  max-width: 700px;
  margin: 0 auto 30px auto;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
  display: inline-block;
  text-shadow: #041931 0px 2px 15px;
  text-shadow: rgba(4, 25, 49, 0.35) 0px 2px 15px;
}
/* MOBILE NAV */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix ul:before,
.clearfix ul:after {
  content: " ";
  display: table;
}
.clearfix ul:after {
  clear: both;
}
.clearfix ul {
  *zoom: 1;
}
nav.mobile {
  height: 40px;
  width: 100%;
  background: #041931;
  font-size: 13px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
nav.mobile ul {
  padding: 0;
  margin: 0;
  height: 40px;
}
nav.mobile li {
  display: inline;
  float: left;
  z-index: 99999;
}
nav.mobile a {
  color: #fff !important;
  display: inline-block;
  width: 100px;
  text-align: center;
  text-decoration: none;
  padding: 9px 0;
}
nav.mobile a.navlang {
  display: inline;
  background: transparent;
  padding: 2px 10px;
  line-height: 35px;
  text-transform: uppercase;
  border: none;
}
nav.mobile div#pull {
  display: none;
}
.content-btn-center {
  display: block;
  text-align: center;
}
.content-btn-center.more-padding {
  padding-top: 40px;
  padding-bottom: 60px;
}
.content-btn-center.no-padding-t {
  padding-top: 0;
}
.content-btn-center .wStrokeLink {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.container-banner-video {
  width: 100%;
  position: relative;
  min-height: 300px;
}
.container-banner-video .bg-fallback-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.container-banner-video h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2em;
  margin-bottom: 40px;
  color: #fff;
  text-transform: uppercase;
}
.container-banner-video .content-text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-56%);
  -webkit-transform: translateX(-50%) translateY(-56%);
  -o-transform: translateX(-50%) translateY(-56%);
  -ms-transform: translateX(-50%) translateY(-56%);
  transform: translateX(-50%) translateY(-56%);
}
.container-banner-video .container-c {
  width: 960px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container-banner-video .container-c img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 90%;
}
.container-banner-video .container-c .wStrokeLink {
  display: inline-block;
}
.container-banner-video .anchor_icon {
  bottom: 20px;
}
.video-full-background.full-width {
  width: 100vw;
}
.video-full-background.full-height {
  height: 100vh;
}
.content-slider {
  margin-left: 0 !important;
}
.tag-product-new {
  position: absolute;
  right: -55px;
  top: -55px;
  width: 110px;
  height: 110px;
  z-index: 8;
  text-align: center;
  background-color: #e5631c;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  line-height: 185px;
}
.tag-product-new:before {
  content: " ";
  position: absolute;
  top: 70px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #efae8a;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tag-product-new .text-tag {
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
}
.tag-product-new img {
  width: 100%;
  height: auto;
  display: none;
}
.modern_medium_fat_white .hr-white {
  margin-bottom: 20px !important;
}
.revolution-show .sectionPart.dark_slide {
  display: block !important;
}

#contactForm.sending {
  opacity: 0.5;
  cursor: wait;
  position: relative;
}

#contactForm.sending:before {
  display: block;
  width: 64px;
  height: 64px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/loading.svg") no-repeat center center;
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 1050px) {
  .icon_eco {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .container-banner-video {
    padding-top: 75px;
    padding-bottom: 100px;
  }

  .container-banner-video video {
    display: none;
  }

  .container-banner-video .content-text {
    position: relative;
    left: 0;
    top: 0;
    -moz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    width: 100%;
  }

  .container-banner-video .bg-fallback-image {
    display: block;
  }

  #homeBoxes h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .icon_eco {
    font-size: 9px;
  }
}
@media screen and (max-width: 850px) {
  .container-banner-video {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  #homeBoxes h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  #dealers_header.fullsize_banner {
    height: calc(90vh - 200px);
  }

  .col-tn-24 {
    float: none !important;
    display: block;
    width: auto !important;
  }
  label.img_button {
    margin-bottom: 30px;
    width: 100%;
  }
  h2.advantages {
    font-size: 22px !important;
    line-height: 1.4em;
  }

  .sectionPart.blue.warranty {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectionPart.blue.warranty h2 {
    font-size: 22px;
    line-height: 1.1em;
  }

  .bigtitle {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  .icon_eco {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .container-banner-video {
    padding-bottom: 0;
  }

  #dealers_header {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 480px) {
  .question {
    font-size: 13px;
  }
  h2.faq-title {
    font-size: 23px;
    line-height: 26px;
  }
  #blog_navigation {
    display: none;
  }
  body.single-post {
    word-wrap: break-word;
  }
  .single_post .text_post h1 {
    font-size: 22px;
  }
  #replyBox {
    display: none;
  }
  .single_post_content {
    width: 100%;
  }
  .post_options {
    display: none;
  }
  .sectionPart.dark_slide {
    display: none;
  }

  .container-banner-video .container-c img {
    margin-bottom: 30px;
  }

  .container-banner-video .become {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .one-half-np {
    width: 100%;
  }
  #why_header h1 {
    font-size: 42px;
    line-height: 1.2em;
  }
  h2.advantages {
    font-size: 28px;
  }
  .bigtitle {
    font-size: 36px;
  }
  .why_four_block {
    padding: 20px;
  }
  .one-half-np .text .button_hold {
    position: relative;
  }
  .why_phone:after,
  .one-half-np.right-sep .text:after {
    display: none;
  }
  #navigation {
    display: none;
  }
  #header_logo {
    margin-top: 50px;
  }
  nav.mobile {
    display: block;
    height: auto;
    border-bottom: 0;
  }
  nav.mobile ul {
    display: none;
    height: auto;
  }
  nav.mobile li {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #bdbdbd;
  }
  nav.mobile a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
    background: #24b0fd;
  }
  nav.mobile a:hover {
    background: #041931;
  }
  nav.mobile div#pull {
    display: block;
    background: #041931 !important;
    width: 100%;
    height: 40px;
    position: relative;
  }
  nav.mobile div#pull:after {
    content: "";
    background: url(../images/menu.png) no-repeat;
    width: 30px;
    height: 30px;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
  }
}
/*
  //////////////////////////////////////////////////////////////////////////////////////////////
      WooCommerce
  //////////////////////////////////////////////////////////////////////////////////////////////
  */
.woocommerce-orders-table__cell .blue-btn {
  padding: 5px 10px !important;
  margin: 2px !important;
}
.blue-btn,
.woocommerce-Button.button {
  background: #2291f2 !important;
  border-radius: 0 !important;
  padding: 10px 40px !important;
  color: #fff !important;
  text-align: center;
  transition: background 0.3s;
}
.blue-btn:hover,
.woocommerce-Button.button:hover {
  background: #31a4e2 !important;
  transition: background 0.3s;
}
.hide-me {
  display: none !important;
}
.hidden-desktop {
  display: none;
}
.hidden-mobile {
  display: block;
}
.menu-need-parts a,
.woocommerce #top_nav li.current-menu-item a {
  background: #fff;
  color: #2291f2 !important;
  padding: 0px 40px !important;
}
#topBar .menu-need-parts a:hover,
.woocommerce #top_nav li.current-menu-item a:hover {
  color: #041931 !important;
}
#topBar .desktop-cart-menu a {
  text-indent: -9999px;
}
#topBar .desktop-cart-menu a.no-indent,
#top_nav li.current-menu-item a.no-indent {
  text-indent: 0;
  color: #fff !important;
}
#topBar .desktop-cart-menu {
  background: url(../images/icon/cart-icon.svg) center left no-repeat;
  width: 75px;
  height: 30px;
  line-height: 30px;
}
#topBar .desktop-cart-menu span {
  float: right;
  margin-right: 15px;
  margin-top: -30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #topBar .desktop-cart-menu span {
    float: right;
    margin-right: 0;
    margin-top: -30px;
  }
}
.woocommerce #blog_navigation {
  display: none;
}
.woocommerce .woocommerce-products-header__title.page-title {
  text-align: center;
  margin: 40px 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce-page .cat_title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.woocommerce-page .cat_title .hamburger {
  display: none;
}
.woocommerce-page .cat_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-page .cat_list li {
  display: block;
}
.woocommerce-page .cat_list li a {
  text-transform: uppercase;
}
.woocommerce-page .cat_list li.current a {
  color: #2291f2;
}
.woocommerce-message {
  width: 100%;
}
.woocommerce nav.woocommerce-pagination {
  text-align: left;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  text-align: center;
  border-right: 1px solid #000;
  color: #007bbe;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-weight: bold;
  padding: 0.5em;
}
.woocommerce nav.woocommerce-pagination ul li:last-of-type {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:active,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: none;
  color: #007bbe;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  color: #007bbe;
}
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover {
  color: #007bbe;
}
.woocommerce-product-gallery {
  opacity: 1 !important;
}

/* POPUP */
.outsideCountryPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99999;
}
.outsideCountryPopup #outsideCountry {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  background: #2391f2;
  color: #fff;
  text-align: center;
  padding: 25px;
  text-transform: uppercase;
  font-size: 18px;
}
.outsideCountryPopup #outsideCountry .stroke {
  border: 2px solid #000;
}
.outsideCountryPopup #outsideCountry h3 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-top: 40px;
}
.outsideCountryPopup #outsideCountry p {
  margin: 50px 0;
}
.outsideCountryPopup #outsideCountry .close {
  text-align: right;
}
.outsideCountryPopup #outsideCountry .close span {
  background: #000;
  padding: 2px 9px 7px;
  cursor: pointer;
}
.outsideCountryPopup #outsideCountry ul {
  margin: 60px 0;
}
.outsideCountryPopup #outsideCountry ul li {
  display: inline-block;
  margin: 0 15px;
}
.outsideCountryPopup #outsideCountry ul li a {
  border: 2px solid #fff;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: border 0.5s linear, color 0.5s linear;
}
.outsideCountryPopup #outsideCountry ul li a:hover {
  border: 2px solid #ccc;
  color: #ccc;
  transition: border 0.5s linear, color 0.5s linear;
}

/* Archive page */
.woocommerce.archive .loop-title {
  margin: -10px 0 !important;
  font-size: 16px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.woocommerce.archive .loop-title-sku {
  text-transform: uppercase;
  color: #909090;
  font-size: 14px;
  display: block;
  margin: 5px 0;
}
.woocommerce.archive .woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.woocommerce.archive .add_to_cart_button {
  display: none !important;
}
.woocommerce.archive .page-title {
  margin-top: 0;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .items_per_page select {
  border: 1px solid #000;
  padding: 5px;
}
.safari.woocommerce .woocommerce-ordering {
  margin-top: 4px !important;
}
.imagewrapper {
  position: relative;
}
.imagewrapper .plus-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(37, 176, 252, 0.2);
  opacity: 0;
  transition: opacity 0.3s linear;
}
.imagewrapper:hover .plus-icon {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.imagewrapper .plus-icon img {
  width: 25% !important;
  height: 25% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce.archive .items_per_page {
  display: block;
  float: right;
  margin-right: 15px;
}
/* Single product */

.single-product .cat_menu {
  background: #2291f2;
}
.single-product .sub_menu_cat {
  list-style: none;
  margin: 0;
  text-align: center;
}
.single-product .sub_menu_cat li {
  display: inline-block;
}
.single-product .sub_menu_cat li a {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.single-product .sub_menu_cat li a:hover {
  color: #ddd;
}
.single-product .product {
  margin: 40px 0;
}
.single-product .posted_in {
  display: none;
}
.single-product .sku_wrapper,
.single-product .up-sells .loop-title-sku {
  text-transform: uppercase;
  color: #909090;
  font-size: 14px;
  display: block;
  margin: 5px 0;
}
.woocommerce-page div.product div.images {
  width: 100%;
}
.img-gallery {
  margin: 0 -1%;
  overflow: hidden;
}
.woocommerce-product-gallery__image,
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 23%;
  margin: 2% 1% 0% 1%;
  display: inline-block;
}
.product_title.entry-title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
.single-product .woocommerce-Price-amount.amount {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.single-product div.product form.cart div.quantity {
  float: none;
  overflow: hidden;
}
.single-product .quantity .screen-reader-text {
  clip-path: none !important;
} /* Override the contact-form-7 pluhin weird class behavior */
.single-product .quantity .screen-reader-text {
  width: auto;
  height: auto;
  overflow: none;
  text-transform: uppercase;
  font-weight: bold;
  position: relative !important;
  color: #fff;
  padding: 5px 20px 4px 20px;
  background: #000;
  float: left;
}
.single-product div.product form.cart input.qty {
  float: left;
  border: 1px solid #000;
  padding: 5px 0 4px;
}
.single-product div.product form.cart .button {
  float: none;
  clear: both;
  display: block;
  margin-top: 20px;
}
.single-product button.single_add_to_cart_button {
  background: #2291f2 !important;
  border-radius: 0;
  padding: 10px 40px;
  transition: background 0.3s;
}
.single-product button.single_add_to_cart_button:hover {
  background: #31a4e2 !important;
  transition: background 0.3s;
}
.single-product .up-sells h2 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 20px 0;
}
.single-product .up-sells h3.loop-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 18px;
}
.single-product .up-sells .add_to_cart_button,
.single-product .up-sells .woocommerce-Price-amount.amount {
  display: none;
}
.cross-sells h2 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.single-product ul.products li.product h3 {
  line-height: 20px !important;
}
/* My account */
.myaccount-nav ul li {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  text-align: center;
}
.myaccount-nav ul li:first-of-type {
  border-bottom: 0;
}
.myaccount-nav ul li:last-of-type {
  border-bottom: 1px solid #000;
}
.myaccount-nav ul li a {
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  background: #fff;
  transition: color 0.5s, background 0.3s;
}
.myaccount-nav ul li a:hover {
  background: #2291f2;
  color: #fff;
  transition: background 0.3s, color 0.5s;
}
/* Cart */
.woocommerce .shop_table thead {
  background: #041a31;
  color: #fff;
}
.woocommerce table.shop_table {
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #c9c9c9;
  border-radius: 0;
}
.woocommerce table.shop_table th {
  font-weight: normal;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #c9c9c9;
  padding: 10px 0;
}
.woocommerce .shop_table .remove {
  font-size: 48px;
  font-weight: lighter;
  color: #2291f2 !important;
}
.woocommerce .shop_table .remove:hover {
  background: rgba(0, 0, 0, 0);
  color: #cc0000 !important;
}
.woocommerce .shop_table img {
  max-width: 150px !important;
  width: 150px !important;
}
.woocommerce table.shop_table .product-name,
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-quantity,
.woocommerce table.shop_table .product-subtotal,
.woocommerce table.shop_table .product-total {
  font-weight: bold;
}
.woocommerce-cart table.cart td.actions .coupon .input-text[type="text"],
.woocommerce table.cart input[type="number"] {
  border: 1px solid #000;
}
.woocommerce-cart #dealers_header {
  display: none;
}
.woocommerce table.cart input[type="number"] {
  width: 50px;
  height: 40px;
}
.woocommerce .cart_totals .shop_table td {
  text-align: right;
}
/* Checkout */
.woocommerce form.checkout_coupon {
  border: 0;
}
.woocommerce form.woocommerce-checkout {
  width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  border: 1px solid #000;
  padding: 5px;
}
.woocommerce .woocommerce-checkout-review-order-table td {
  text-align: right;
}
.woocommerce .woocommerce-checkout-review-order-table td.product-name {
  text-align: left;
  padding: 9px 12px;
}
.woocommerce .woocommerce-checkout-review-order-table th.product-total {
  text-align: right;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
  display: none;
}
/* Order */
.woocommerce .woocommerce-customer-details address {
  border: 0;
}
.woocommerce .payment_method_elavon_converge_credit_card img {
  display: inline-block;
}

.woocommerce-Price-currencySymbol {
  white-space: nowrap;
}
.shipping-calculator-button {
  color: #2daff9 !important;
}

.shipping_location {
  background: #2391f2;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
}
.shipping_location p {
  background: -webkit-linear-gradient(#bbb, #fff, #bbb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .container {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .woocommerce {
    margin-top: 15px;
  }
  .woocommerce.archive .items_per_page {
    clear: both;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .mobile-wooMenu {
    display: block !important;
    overflow: hidden;
    position: relative !important;
    background: #04192e;
    margin-bottom: 15px !important;
  }
  .mobile-wooMenu li {
    display: inline-block;
  }
  .mobile-wooMenu li.wooMenu-cart {
    float: left;
    width: 45%;
  }
  .mobile-wooMenu li.wooMenu-cart span {
    display: block;
    overflow: hidden;
    float: left;
  }
  .mobile-wooMenu li.wooMenu-cart span img {
    float: left;
    margin-top: 5px;
  }
  .mobile-wooMenu li.wooMenu-shop {
    position: absolute !important;
    right: 0;
    top: 0;
    width: 55%;
  }
  .mobile-wooMenu li.wooMenu-shop a {
    background: #25b0fc;
    text-align: center;
    margin-right: 15px;
    padding-right: 5% !important;
    padding-left: 5% !important;
    white-space: nowrap !important;
  }
  .mobile-wooMenu li a {
    border-left: 0 !important;
    color: #fff !important;
    padding: 5px 15px !important;
  }
  #mobileMenu ul.mobile-currency-switcher {
    display: block !important;
    position: absolute !important;
    top: -10px;
    right: 15px;
  }
  #mobileMenu ul.mobile-currency-switcher li {
    display: inline-block !important;
    margin-left: 0 !important;
  }
  #mobileMenu ul.mobile-currency-switcher li a {
    border-left: 0 !important;
  }
  .woocommerce-page .cat_title {
    border-bottom: 2px solid #2391f2;
  }
  .woocommerce-page .cat_title .hamburger {
    display: block;
    float: right;
    padding: 0;
  }
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    width: 24px;
  }
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    top: -14px;
  }
  .hamburger--collapse .hamburger-inner:after {
    top: -7px;
  }
  .woocommerce .cat_list {
    display: none;
  }
  .single-product .cat_menu {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .hidden-mobile {
    display: none;
  }
  #wc-elavon-converge-credit-card-csc_field,
  #wc-elavon-converge-credit-card-expiry_field {
    float: none;
    width: 100%;
    display: block;
  }

  .woocommerce ul.order_details li {
    float: none;
    border-right: 0;
    padding: 5px 0;
  }
  .woocommerce-customer-details h2 {
    margin-top: 20px;
  }
}
