@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* BUTTON */
/*====================================================*/
/* Bootstrap Grid 12 */
/*====================================================*/
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@-ms-viewport {
  width: device-width;
}
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
  content: " ";
  display: table;
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.no-gutters-padding {
  padding-right: 0;
  padding-left: 0;
}

.small {
  font-size: 85%;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.fa-15x {
  font-size: 1.5em;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.square-button {
  border: 1px solid #fff;
  padding: 5px;
}

.ml-50 {
  margin-left: auto;
}

.mr-50 {
  margin-right: auto;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* WEB FONTS */
@font-face {
  font-family: "Cocogoose Regular";
  src: url("../fonts/Regular/Cocogoose.eot");
  src: url("../fonts/Regular/Cocogoose.eot?#iefix") format("embedded-opentype"), url("../fonts/Regular/Cocogoose.woff") format("woff"), url("../fonts/Regular/Cocogoose.ttf") format("truetype"), url("../fonts/Regular/Cocogoose.svg#Cocogoose Regular") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Cocogoose Light";
  src: url("../fonts/Light/Cocogoose-Light.eot");
  src: url("../fonts/Light/Cocogoose-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Light/Cocogoose-Light.woff") format("woff"), url("../fonts/Light/Cocogoose-Light.ttf") format("truetype"), url("../fonts/Light/Cocogoose-Light.svg#Cocogoose Light") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Cocogoose SemiLight";
  src: url("../fonts/Semilight/Cocogoose-SemiLight.eot");
  src: url("../fonts/Semilight/Cocogoose-SemiLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Semilight/Cocogoose-SemiLight.woff") format("woff"), url("../fonts/Semilight/Cocogoose-SemiLight.ttf") format("truetype"), url("../fonts/Semilight/Cocogoose-SemiLight.svg#Cocogoose SemiLight") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Cocogoose UltraLight";
  src: url("../fonts/Ultralight/Cocogoose-UltraLight.eot");
  src: url("../fonts/Ultralight/Cocogoose-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Ultralight/Cocogoose-UltraLight.woff") format("woff"), url("../fonts/Ultralight/Cocogoose-UltraLight.ttf") format("truetype"), url("../fonts/Ultralight/Cocogoose-UltraLight.svg#Cocogoose UltraLight") format("svg");
  font-style: normal;
  font-weight: normal;
}
.bold {
  font-family: "Montserrat Bold", sans-serif;
}

.light {
  font-family: "Cocogoose Light", sans-serif;
}

.sl {
  font-family: "Cocogoose SemiLight", sans-serif;
}

.ul {
  font-family: "Cocogoose UltraLight", sans-serif;
}

.regular {
  font-family: "Cocogoose Regular", sans-serif;
}

.italic {
  font-family: "Cover Sans Italic", sans-serif;
}

.heavy {
  font-family: "Cover Sans Heavy", sans-serif;
}

/**
 * Mixin start
 **/
body {
  font-size: 17px;
  line-height: 1.45;
}
@media screen and (max-width: 360px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 360px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 400px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 425px) {
  body {
    font-size: 17px;
  }
}

h1 {
  font-size: 60px;
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 15px;
  }
}
@media screen and (min-width: 360px) {
  h1 {
    font-size: 15px;
  }
}
@media screen and (min-width: 400px) {
  h1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 425px) {
  h1 {
    font-size: 17px;
  }
}

h2 {
  font-size: 56px;
}
@media screen and (max-width: 360px) {
  h2 {
    font-size: 15px;
  }
}
@media screen and (min-width: 360px) {
  h2 {
    font-size: 15px;
  }
}
@media screen and (min-width: 400px) {
  h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 425px) {
  h2 {
    font-size: 17px;
  }
}

h3 {
  font-size: 50px;
}
@media screen and (max-width: 360px) {
  h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 360px) {
  h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 400px) {
  h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 425px) {
  h3 {
    font-size: 17px;
  }
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.6em;
}

.lighter {
  font-weight: 300;
}

.mc {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

@media (max-width: 767px) {
  .mc-sm {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 4px;
  }
  .mr-xs {
    margin-right: 4px;
  }
  .mb-xs {
    margin-bottom: 4px;
  }
  .ml-xs {
    margin-left: 4px;
  }
  .mt-sm {
    margin-top: 8px;
  }
  .mr-sm {
    margin-right: 8px;
  }
  .mb-sm {
    margin-bottom: 8px;
  }
  .ml-sm {
    margin-left: 8px;
  }
  .mt-md {
    margin-top: 11px;
  }
  .mr-md {
    margin-right: 11px;
  }
  .mb-md {
    margin-bottom: 11px;
  }
  .ml-md {
    margin-left: 11px;
  }
  .mt-lg {
    margin-top: 23px;
  }
  .mr-lg {
    margin-right: 23px;
  }
  .mb-lg {
    margin-bottom: 23px;
  }
  .ml-lg {
    margin-left: 23px;
  }
  .mt-xl {
    margin-top: 38px;
  }
  .mr-xl {
    margin-right: 38px;
  }
  .mb-xl {
    margin-bottom: 38px;
  }
  .ml-xl {
    margin-left: 38px;
  }
  .pt-xs {
    padding-top: 4px;
  }
  .pr-xs {
    padding-right: 4px;
  }
  .pb-xs {
    padding-bottom: 4px;
  }
  .pl-xs {
    padding-left: 4px;
  }
  .pt-sm {
    padding-top: 8px;
  }
  .pr-sm {
    padding-right: 8px;
  }
  .pb-sm {
    padding-bottom: 8px;
  }
  .pl-sm {
    padding-left: 8px;
  }
  .pt-md {
    padding-top: 11px;
  }
  .pr-md {
    padding-right: 11px;
  }
  .pb-md {
    padding-bottom: 11px;
  }
  .pl-md {
    padding-left: 11px;
  }
  .pt-lg {
    padding-top: 23px;
  }
  .pr-lg {
    padding-right: 23px;
  }
  .pb-lg {
    padding-bottom: 23px;
  }
  .pl-lg {
    padding-left: 23px;
  }
  .pt-xl {
    padding-top: 38px;
  }
  .pr-xl {
    padding-right: 38px;
  }
  .pb-xl {
    padding-bottom: 38px;
  }
  .pl-xl {
    padding-left: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mc-md {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 4px;
  }
  .mr-xs {
    margin-right: 4px;
  }
  .mb-xs {
    margin-bottom: 4px;
  }
  .ml-xs {
    margin-left: 4px;
  }
  .mt-sm {
    margin-top: 8px;
  }
  .mr-sm {
    margin-right: 8px;
  }
  .mb-sm {
    margin-bottom: 8px;
  }
  .ml-sm {
    margin-left: 8px;
  }
  .mt-md {
    margin-top: 11px;
  }
  .mr-md {
    margin-right: 11px;
  }
  .mb-md {
    margin-bottom: 11px;
  }
  .ml-md {
    margin-left: 11px;
  }
  .mt-lg {
    margin-top: 23px;
  }
  .mr-lg {
    margin-right: 23px;
  }
  .mb-lg {
    margin-bottom: 23px;
  }
  .ml-lg {
    margin-left: 23px;
  }
  .mt-xl {
    margin-top: 38px;
  }
  .mr-xl {
    margin-right: 38px;
  }
  .mb-xl {
    margin-bottom: 38px;
  }
  .ml-xl {
    margin-left: 38px;
  }
  .pt-xs {
    padding-top: 4px;
  }
  .pr-xs {
    padding-right: 4px;
  }
  .pb-xs {
    padding-bottom: 4px;
  }
  .pl-xs {
    padding-left: 4px;
  }
  .pt-sm {
    padding-top: 8px;
  }
  .pr-sm {
    padding-right: 8px;
  }
  .pb-sm {
    padding-bottom: 8px;
  }
  .pl-sm {
    padding-left: 8px;
  }
  .pt-md {
    padding-top: 11px;
  }
  .pr-md {
    padding-right: 11px;
  }
  .pb-md {
    padding-bottom: 11px;
  }
  .pl-md {
    padding-left: 11px;
  }
  .pt-lg {
    padding-top: 23px;
  }
  .pr-lg {
    padding-right: 23px;
  }
  .pb-lg {
    padding-bottom: 23px;
  }
  .pl-lg {
    padding-left: 23px;
  }
  .pt-xl {
    padding-top: 38px;
  }
  .pr-xl {
    padding-right: 38px;
  }
  .pb-xl {
    padding-bottom: 38px;
  }
  .pl-xl {
    padding-left: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mc-lg {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 5px;
  }
  .mr-xs {
    margin-right: 5px;
  }
  .mb-xs {
    margin-bottom: 5px;
  }
  .ml-xs {
    margin-left: 5px;
  }
  .mt-sm {
    margin-top: 10px;
  }
  .mr-sm {
    margin-right: 10px;
  }
  .mb-sm {
    margin-bottom: 10px;
  }
  .ml-sm {
    margin-left: 10px;
  }
  .mt-md {
    margin-top: 15px;
  }
  .mr-md {
    margin-right: 15px;
  }
  .mb-md {
    margin-bottom: 15px;
  }
  .ml-md {
    margin-left: 15px;
  }
  .mt-lg {
    margin-top: 30px;
  }
  .mr-lg {
    margin-right: 30px;
  }
  .mb-lg {
    margin-bottom: 30px;
  }
  .ml-lg {
    margin-left: 30px;
  }
  .mt-xl {
    margin-top: 50px;
  }
  .mr-xl {
    margin-right: 50px;
  }
  .mb-xl {
    margin-bottom: 50px;
  }
  .ml-xl {
    margin-left: 50px;
  }
  .pt-xs {
    padding-top: 5px;
  }
  .pr-xs {
    padding-right: 5px;
  }
  .pb-xs {
    padding-bottom: 5px;
  }
  .pl-xs {
    padding-left: 5px;
  }
  .pt-sm {
    padding-top: 10px;
  }
  .pr-sm {
    padding-right: 10px;
  }
  .pb-sm {
    padding-bottom: 10px;
  }
  .pl-sm {
    padding-left: 10px;
  }
  .pt-md {
    padding-top: 15px;
  }
  .pr-md {
    padding-right: 15px;
  }
  .pb-md {
    padding-bottom: 15px;
  }
  .pl-md {
    padding-left: 15px;
  }
  .pt-lg {
    padding-top: 30px;
  }
  .pr-lg {
    padding-right: 30px;
  }
  .pb-lg {
    padding-bottom: 30px;
  }
  .pl-lg {
    padding-left: 30px;
  }
  .pt-xl {
    padding-top: 50px;
  }
  .pr-xl {
    padding-right: 50px;
  }
  .pb-xl {
    padding-bottom: 50px;
  }
  .pl-xl {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .mc-xl {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 8px;
  }
  .mr-xs {
    margin-right: 8px;
  }
  .mb-xs {
    margin-bottom: 8px;
  }
  .ml-xs {
    margin-left: 8px;
  }
  .mt-sm {
    margin-top: 15px;
  }
  .mr-sm {
    margin-right: 15px;
  }
  .mb-sm {
    margin-bottom: 15px;
  }
  .ml-sm {
    margin-left: 15px;
  }
  .mt-md {
    margin-top: 23px;
  }
  .mr-md {
    margin-right: 23px;
  }
  .mb-md {
    margin-bottom: 23px;
  }
  .ml-md {
    margin-left: 23px;
  }
  .mt-lg {
    margin-top: 45px;
  }
  .mr-lg {
    margin-right: 45px;
  }
  .mb-lg {
    margin-bottom: 45px;
  }
  .ml-lg {
    margin-left: 45px;
  }
  .mt-xl {
    margin-top: 75px;
  }
  .mr-xl {
    margin-right: 75px;
  }
  .mb-xl {
    margin-bottom: 75px;
  }
  .ml-xl {
    margin-left: 75px;
  }
  .pt-xs {
    padding-top: 8px;
  }
  .pr-xs {
    padding-right: 8px;
  }
  .pb-xs {
    padding-bottom: 8px;
  }
  .pl-xs {
    padding-left: 8px;
  }
  .pt-sm {
    padding-top: 15px;
  }
  .pr-sm {
    padding-right: 15px;
  }
  .pb-sm {
    padding-bottom: 15px;
  }
  .pl-sm {
    padding-left: 15px;
  }
  .pt-md {
    padding-top: 23px;
  }
  .pr-md {
    padding-right: 23px;
  }
  .pb-md {
    padding-bottom: 23px;
  }
  .pl-md {
    padding-left: 23px;
  }
  .pt-lg {
    padding-top: 45px;
  }
  .pr-lg {
    padding-right: 45px;
  }
  .pb-lg {
    padding-bottom: 45px;
  }
  .pl-lg {
    padding-left: 45px;
  }
  .pt-xl {
    padding-top: 75px;
  }
  .pr-xl {
    padding-right: 75px;
  }
  .pb-xl {
    padding-bottom: 75px;
  }
  .pl-xl {
    padding-left: 75px;
  }
}
/* FONTS */
/*====================================================*/
/* MAIN */
/*====================================================*/
html {
  color: #000;
}

html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1.5;
}

body {
  background-color: #fff;
  font-family: "Cocogoose UltraLight", sans-serif;
}

a:link,
a:visited {
  color: #414141;
  text-decoration: none;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}

a:hover,
a:focus {
  color: #ddd;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

/*====================================================*/
/* Animation */
/*====================================================*/
.animated-2 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-2.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*====================================================*/
/* Main Nav */
/*====================================================*/
/* HEADER NAV */
/* Phone number bg */
/* HEADER NAV STICKY*/
#main-nav:after,
#main-nav:before,
.container:after,
.container:before {
  display: table;
  content: " ";
}

#main-nav:after,
.container:after {
  clear: both;
}

nav#main-nav {
  display: block;
  letter-spacing: 1px;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 0 20px 0;
  margin: auto;
  text-align: right;
  width: 100%;
  z-index: 100;
  position: fixed !important;
}

nav#main-nav a:link,
nav#main-nav a:visited {
  color: #000;
  text-decoration: none;
}

nav#main-nav a:link.sb-toggle-left,
nav#main-nav a:visited.sb-toggle-left {
  opacity: 1;
}

nav#main-nav a:link.logo img,
nav#main-nav a:visited.logo img {
  width: 90px;
}

nav#main-nav a:hover,
nav#main-nav a:focus {
  color: #000;
}

nav#main-nav .left,
nav#main-nav .right {
  float: left;
  display: inline-block;
  list-style: none;
  padding: 0.3em 0 0.3em;
}

nav#main-nav .left {
  margin-top: 0.3em;
  text-align: left;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  nav#main-nav .left {
    width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  nav#main-nav .left {
    width: 12%;
  }
}
@media only screen and (min-width: 1200px) {
  nav#main-nav .left {
    width: 20%;
  }
}
nav#main-nav .right {
  margin: 0;
  text-align: right;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  nav#main-nav .right {
    margin: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  nav#main-nav .right {
    margin: 0;
    width: 88%;
  }
}
@media only screen and (min-width: 1200px) {
  nav#main-nav .right {
    margin: 15px 0 0 0;
    width: 80%;
  }
}
nav#main-nav .right ul {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  float: right;
  line-height: 4.5em;
}

@media only screen and (min-width: 768px) {
  nav#main-nav .right ul {
    line-height: 4.5em;
  }
}
@media only screen and (min-width: 992px) {
  nav#main-nav .right ul {
    line-height: 3.5em;
  }
}
@media only screen and (min-width: 1200px) {
  nav#main-nav .right ul {
    line-height: 2.5em;
  }
}
nav#main-nav .right ul.list-menu {
  display: none;
}

@media only screen and (min-width: 992px) {
  nav#main-nav .right ul.list-menu {
    display: inline;
  }
}
.navbar {
  background-color: rgb(255, 255, 255);
}

.sticky-2 {
  background-color: rgb(255, 255, 255);
}

.navbar img {
  height: 45px;
}

.navbar-right li a {
  padding-top: 29px;
  padding-bottom: 27px;
}

.navbar-right li a.header-menu-contact {
  padding-right: 30px;
  padding-left: 25px;
}

.nav-social i {
  color: #000;
}

@media (max-width: 1200px) {
  nav#main-nav {
    display: none;
  }
  nav#main-nav-2 {
    display: none;
  }
}
@media (min-width: 1201px) {
  .hamburger {
    display: none;
  }
}
/*====================================================*/
/* Main Nav # 1 */
/*====================================================*/
a {
  text-decoration: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h2,
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

p {
  margin: 0 0 10px;
}

.small {
  font-size: 85%;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.collapse {
  display: none;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.collapse.in {
  display: block;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 0 solid transparent;
}

.navbar-toggle:focus {
  outline: 0;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: -30px;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.contact-button {
  background: #EA6338;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}

.left-nav {
  position: absolute;
  left: 0;
  text-align: center;
  margin: 0 auto;
}

.nav-right {
  position: absolute;
  right: 0;
  top: 83px;
  text-align: center;
  margin: 0 auto;
}

.cb {
  padding: 5px 10px !important;
  margin-top: 10px;
  margin-right: 10px;
  background: #EA6338;
}

a.cb {
  color: #fff !important;
}

a.cb:hover {
  background: #252E3D !important;
}

.wbg {
  background: #fff;
  min-height: 60px;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
}

.fl {
  float: left;
}

/* ==========================================================================
HAMBURGER
========================================================================== */
@media (min-width: 1200px) {
  #toggle {
    display: none;
  }
  .hamburger-overlay {
    display: none;
  }
}
.hamburger-button_container {
  position: fixed;
  top: 1.7%;
  right: 5%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.05s ease;
}
.hamburger-button_container:hover {
  opacity: 0.7;
}
.hamburger-button_container.active .top-hamburger {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #000 !important;
}
.hamburger-button_container.active .middle-hamburger {
  opacity: 0;
  background: #FFF;
}
.hamburger-button_container.active .bottom-hamburger {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #000 !important;
}
.hamburger-button_container span {
  background: #000;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.hamburger-button_container span:nth-of-type(2) {
  top: 11px;
}
.hamburger-button_container span:nth-of-type(3) {
  top: 22px;
}

.hamburger-overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.hamburger-overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
  z-index: 99;
}
.hamburger-overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.hamburger-overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.hamburger-overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.hamburger-overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.hamburger-overlay nav {
  position: relative;
  height: 70%;
  top: 45%;
  transform: translateY(-50%);
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
}
.hamburger-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.hamburger-overlay ul li {
  display: block;
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.hamburger-overlay ul li a {
  display: block;
  position: relative;
  color: #000 !important;
  text-decoration: none;
  overflow: hidden;
}
.hamburger-overlay ul li a:hover:after, .hamburger-overlay ul li a:focus:after, .hamburger-overlay ul li a:active:after {
  width: 100%;
}
.hamburger-overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #000 !important;
  transition: 0.35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.mt-80 {
  margin-top: 70px;
}

.hamburger-overlay ul li.li {
  display: inline-block !important;
}

#hamburger {
  min-height: 55px;
}

#hamburger img {
  max-height: 55px;
  padding: 10px 0;
}

/* HEADER */
/*====================================================*/
/*  Header Autopromo Class  */
/*====================================================*/
header {
  height: 800px;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
}

@media (max-width: 800px) {
  header {
    height: 450px;
  }
}
header h1 {
  color: #fff;
}

header .autopromo {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: block;
  text-align: center;
}

header .autopromo.bg1 {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../images/bg/header/bg-header.jpg") no-repeat scroll center center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 100%;
  position: relative;
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
}

@media only screen and (min-width: 1920px) {
  header .autopromo.bg1 {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../images/bg/header/bg-header-xl.jpg") no-repeat scroll center center;
  }
}
@media only screen and (max-width: 600px) {
  header .autopromo.bg1 {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../images/bg/header/bg-header-sm.jpg") no-repeat scroll center center;
  }
}
header .autopromo .container-slider {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 0;
  width: 100%;
  vertical-align: middle;
  z-index: 1;
}

header .autopromo .container-slider .scrolldown {
  bottom: 14px;
  display: none;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 2;
}

header .autopromo .container-slider .scrolldown a {
  color: #fff;
}

header .autopromo .container-slider .scrolldown span {
  display: block;
}

@media only screen and (min-width: 768px) {
  header .autopromo .container-slider .scrolldown {
    display: inline;
  }
}
header .autopromo .container-slider .text {
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  z-index: 1;
  height: 100%;
}

header .autopromo .container-slider .text img {
  margin: 0 0 1em;
  max-width: 260px;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  header .autopromo .container-slider .text img {
    margin: 0 2em;
    max-width: 340px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  header .autopromo .container-slider .text img {
    margin: 0 0 1em;
    max-width: 450px;
    width: 100%;
  }
}
header .autopromo .container-slider .text h2 {
  color: #fff;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.2px;
}

header .autopromo .container-slider .text h2 {
  margin: 0.2em auto 1.8em;
  font-weight: 100;
  padding: 0 1em;
}

@media only screen and (min-width: 992px) {
  header .autopromo .container-slider .text h2 {
    margin: 0 auto 2em;
  }
}
@media only screen and (min-width: 1200px) {
  header .autopromo .container-slider .text h2 {
    padding-top: 0.5em;
    margin: 0 auto 1.6em;
  }
}
header .autopromo .container-slider .text a.button:link,
header .autopromo .container-slider .text a.button:visited {
  color: #000;
  padding: 1em 1em 0.7em 1em;
  letter-spacing: 0.5px;
  font-weight: 600;
  border-radius: 2px;
}

.header-menu-num {
  padding: 100% 30px 30px 30px;
}

@media only screen and (max-width: 1200px) {
  .header-menu-contact {
    padding: 100% 30px 22px 30px;
  }
  .header-menu-blog {
    padding: 100% 30px 22px 30px;
  }
}
.Aligner-item {
  position: relative;
  top: 150px;
}

@media (min-width: 801px) {
  .Aligner-item {
    position: relative;
    top: 350px;
  }
}
/* CTA */
/*====================================================*/
/* CTA */
/*====================================================*/
.cta {
  max-width: 150px;
}

#triple-cta i {
  font-size: 3em;
}

/*====================================================*/
/* Success page class */
/*====================================================*/
body#confirmation section.confirmation {
  background: url("../images/bg/bg-header.jpg") no-repeat scroll center center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

section.confirmation a {
  text-decoration: underline;
}

/* AMBIENT */
/*====================================================*/
/* AMBIENT VIDEO BACKGROUND */
/*====================================================*/
#ambient {
  position: relative;
  max-height: 1080px;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#ambient-content {
  position: relative;
  top: -800px;
  height: 0;
  color: #fff;
}

.ambient-text-bg {
  background: rgba(0, 0, 0, 0.5);
}

/* SOCIAL */
/*====================================================*/
/* SOCIAL MEDIAS Class */
/*====================================================*/
#social-media-a {
  -moz-box-shadow: 0 -16px 24px rgba(0, 0, 0, 0.32);
  /* drop shadow */
  -webkit-box-shadow: 0 -16px 24px rgba(0, 0, 0, 0.32);
  /* drop shadow */
  box-shadow: 0 -16px 24px rgba(0, 0, 0, 0.32);
  /* drop shadow */
}

section#social-media-a {
  background-image: url("../images/bg/bg-social.jpg");
  background: #6BC2DB;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto 100%;
  color: #fff;
  text-align: center;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  section#social-media-a {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
  }
}
section#social-media-a h2.title {
  color: #fff;
}

section#social-media-a ul.list-inline {
  display: inline-block;
  margin: 0;
}

section#social-media-a ul.list-inline li {
  margin: 0;
  padding: 0;
}

section#social-media-a ul.list-inline li a {
  line-height: 1;
  text-align: center;
}

section#social-media-a ul.list-inline li a i {
  color: #fff;
}

section#social-media-a a.button {
  display: inline-block;
  margin: 30px 10px 0 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  section#social-media-a a.button {
    margin: 30px 20px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  section#social-media-a a.button {
    text-align: center;
  }
}
section#social-media-a a.button:hover {
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

section#social-media-a a.button.last {
  margin-right: 0;
}

section#social-media-a a.facebook,
section#social-media-a a.linkedin {
  padding: 1em 0;
  min-width: 75px;
}

section#social-media-a a.facebook:hover,
section#social-media-a a.linkedin:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  section#social-media-a a.facebook,
  section#social-media-a a.linkedin {
    /* padding: 1.2em 0; */
    width: 115px;
  }
}
section#social-media-a a.facebook {
  border: 2px solid none;
  color: #fff;
}

section#social-media-a a.facebook:hover {
  background-color: none;
}

section#social-media-a a.linkedin {
  border: 2px solid none;
  color: #fff;
}

section#social-media-a a.linkedin:hover {
  background-color: none;
}

/* SERVICE */
/* ==========================================================================
SERVICES Class
========================================================================== */
.service-title-color h2 {
  color: #ef414c;
}

.bg-service-color {
  background: #ddd;
}

/* FOR : service 2 */
@media (min-width: 990px) {
  .float-service-p-1 {
    position: relative;
    margin-top: 100px;
    top: 90px;
    left: 100px;
    z-index: 999999;
    text-align: right;
    font-size: 0.8em;
  }
}
@media (min-width: 1200px) {
  .float-service-p-1 {
    top: 80px;
  }
}
@media (min-width: 990px) {
  .float-service-p-2 {
    position: relative;
    top: 160px;
    right: 100px;
    z-index: 999999;
    text-align: left;
    font-size: 0.8em;
  }
}
@media (min-width: 1200px) {
  .float-service-p-2 {
    top: 240px;
  }
}
@media (min-width: 1200px) {
  .float-service-p-3 {
    top: 160px;
  }
}
@media (min-width: 1200px) {
  .float-service-p-4 {
    top: 160px;
  }
}
@media (max-width: 790px) {
  .float-service-img-2 {
    position: relative;
    margin-left: -100px;
    margin-top: 100px;
  }
}
@media (min-width: 990px) {
  .float-service-img {
    position: relative;
    margin-right: -150px;
  }
}
#service2 h2 {
  font-size: 1.6em;
}

@media (min-width: 500px) {
  #service2 h2 {
    font-size: 1.9em;
  }
}
#service2 p {
  font-size: 1em;
}

@media (min-width: 899px) {
  #service2 h2 {
    font-size: 2.9em;
  }
  #service2 p {
    font-size: 1.2em;
  }
}
/* FOR : service 3 */
.service-square-bg {
  background: #fff;
}

.service-outline-square:before {
  border: 4px solid #ef414c;
  content: "";
  position: absolute;
  top: 15px;
  bottom: -15px;
  left: 15px;
  right: -15px;
}

.service-outline-square-2:before {
  border: 4px solid #ef414c;
  content: "";
  position: absolute;
  top: 15px;
  bottom: -15px;
  left: -15px;
  right: 15px;
}

@media only screen and (min-width: 600px) {
  .allign-service1 {
    padding: 10% 0;
  }
  .allign-service2 {
    padding: 10% 0;
  }
}
@media (min-width: 990px) {
  #service-2, #service-4 {
    margin-top: 175px;
  }
  .mb-service {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .pl-1200 {
    padding-left: 120px;
  }
  .pr-1200 {
    padding-right: 120px;
  }
}
/*====================================================*/
/* CONTACT Class */
/*====================================================*/
#contact-section h2 {
  font-weight: 600;
  color: #fff;
}

#contact-section h3 {
  font-weight: 300;
  color: conntact-h3-color;
}

/* CONTACT FORM*/
/*====================================================*/
/* CONTACT FORM CLASSES */
/*====================================================*/
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: Hind, sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: Hind, sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
}

/* Firefox 18- */
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: Hind, sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
}

/* Firefox 19+ */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: Hind, sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
}

section .contact-form-a {
  color: rgba(0, 0, 0, 0.5);
  font-family: Hind, sans-serif;
  font-size: 14px;
  padding: 0 2em;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  section .contact-form-a {
    padding: 0;
    width: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  section .contact-form-a {
    width: 80%;
  }
}
section .contact-form-a textarea {
  min-height: 234px;
}

section input[type=text],
section textarea,
section select {
  border: none;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 1em 1em 0.8em 1em;
  outline: none;
  font-family: Hind, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}

section input[type=text]:hover,
section textarea:hover,
section select:hover {
  background: none;
  color: rgba(0, 0, 0, 0.5);
}

section input[type=text]:focus,
section textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

section input[type=submit] {
  background-color: #EA6338;
  border: 1px solid #EA6338;
  color: #fff;
  padding: 1.2em 1em 0.8em 1em;
  outline: none;
  font-weight: 500;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-appearance: none;
  letter-spacing: 1px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}

section input[type=submit]:hover {
  background-color: none;
  border: 1px;
}

section input[type=submit]:active {
  background-color: form-bg-buton-hover;
  border: 1px solid form-border-button-hover;
}

section input[type=submit] {
  margin: 1em 0 1.5em 0;
}

@media only screen and (min-width: 992px) {
  section input[type=submit] {
    margin: 1.2em 0 0 0;
  }
}
section .submit {
  background-color: #EA6338;
  border: 1px solid #F89624;
  border-radius: 0;
  color: #fff;
  padding: 1.2em 1em 0.8em 1em;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-appearance: none;
  letter-spacing: 1px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}

section .submit:hover {
  background-color: none;
}

section .submit:active {
  background-color: form-bg-buton-hover;
  border: 1px solid form-border-button-hover;
}

section .submit {
  margin: 1em 0 1.5em 0;
}

@media only screen and (min-width: 992px) {
  section .submit {
    margin: 0 0 0 0;
  }
}
.dropcontainer {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  margin-bottom: 2em;
  width: 100%;
}

.dropcontainer ul {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top: none;
  background: rgba(0, 0, 0, 0);
  list-style-type: none;
  padding: 13px;
  margin: 0;
  width: 100%;
  z-index: 100;
}

.dropcontainer ul li {
  padding: 5px;
  transition: 0.5s 0.35s ease;
  -webkit-transition: 0.5s 0.35s ease;
  -moz-transition: 0.5s 0.35s ease;
}

.dropcontainer ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

.dropcontainer ul li:hover {
  outline: none;
}

.dropcontainer ul li:first-child {
  display: none;
}

.dropcontainer ul li:last-child {
  border-bottom: none;
}

.dropcontainer .dropdownhidden {
  display: none;
}

.dropcontainer .dropdownvisible {
  height: auto;
}

.trigger {
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 1.4em 1em 1.1em 1em;
  width: 50%;
  letter-spacing: 0.2px;
  background: rgba(0, 0, 0, 0) url(../images/dropdown/select-arrow-open.png) 98% center no-repeat;
  display: block;
  transition: 0.5s 0.35s ease;
  -webkit-transition: 0.5s 0.35s ease;
  -moz-transition: 0.5s 0.35s ease;
  text-align: left;
  width: 100%;
  margin: 0;
  text-decoration: none;
}

.trigger:hover {
  color: rgba(0, 0, 0, 0.5);
  background: url(../images/dropdown/select-arrow-open.png) 98% center no-repeat;
  background-color: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.activetrigger {
  color: rgba(0, 0, 0, 0.5);
  padding: 1.4em 1em 1.1em 1em;
  letter-spacing: 0.2px;
  width: 50%;
  background: url(../images/dropdown/select-arrow-close.png) 98% center no-repeat;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-align: left;
  width: 100%;
  margin: 0;
  text-decoration: none;
}

.activetrigger:hover {
  background: url(../images/dropdown/select-arrow-close.png) 98% center no-repeat;
  color: rgba(0, 0, 0, 0.5);
}

.activetrigger:active {
  background: url(../images/dropdown/select-arrow-close.png) 98% center no-repeat;
  color: Hind, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

section .contact-form-a {
  color: rgba(0, 0, 0, 0.5);
  font-family: Hind, sans-serif;
  padding: 0 2em;
  margin: 0 auto;
  width: 100%;
}

#contact-section a {
  color: rgba(0, 0, 0, 0.5);
}

/* TEMOIGNAGE*/
/*====================================================*/
/* TESTIMONIOALS + BOX SLIDER LOGO*/
/*====================================================*/
.bx-wrapper {
  max-width: 100% !important;
}

#temoignage {
  background: #ddd;
}

#temoignage .bx-viewport {
  background: #ddd;
}

/*====================================================*/
/** RESET AND LAYOUT
/*====================================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/*====================================================*/
/** THEME */
/*====================================================*/
.bx-wrapper {
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/*====================================================*/
/* LOADER */
/*====================================================*/
.bx-wrapper .bx-loading {
  min-height: 100px;
  background: url("../images/icons/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/*====================================================*/
/* PAGER */
/*====================================================*/
.bx-wrapper .bx-pager {
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/icons/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/icons/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  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/icons/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,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  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/icons/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,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  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;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  padding: 10px;
}

blockquote {
  display: block;
  -webkit-margin-before: 2em;
  -webkit-margin-after: 2em;
  -webkit-margin-start: 70px;
  -webkit-margin-end: 70px;
}

/* TEAM */
/*====================================================*/
/* TEAM */
/*====================================================*/
.bg-ddd {
  background: rgba(255, 255, 255, 0.9);
}

/*====================================================*/
/* Parallax */
/*====================================================*/
.paraxify {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.parallax-2 {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/bg/about/bg-banner-1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 799px) {
  .parallax-4 {
    width: 100%;
    background: url(../images/bg/bg-location.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 800px) {
  .parallax-4 {
    width: 100%;
    background: url(../images/bg/bg-location.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 800px) {
  .parallax-5 {
    width: 100%;
    background: url(../images/bg/bg-team.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
/* LOCATION */
/*====================================================*/
/* LOCATION */
/*====================================================*/
#location h2 {
  color: #fff;
}

#location p {
  color: #fff;
}

#location a {
  color: #fff;
}

/* FOOTER */
/*====================================================*/
/* FOOTER */
/*====================================================*/
#copyright {
  background: #414141;
}

#copyright img {
  margin-bottom: 4px;
}

#copyright p,
#copyright a,
#copyright span {
  color: #fff;
}

/* MIDDLE NAV BAR */
/*====================================================*/
/* Middle nav bar */
/*====================================================*/
.middle-bar {
  z-index: 9999;
  background: #fff;
  max-height: 70px;
  width: 100%;
}

.middle-bar a {
  color: #000;
  font-size: 15px;
}

.nv1:hover,
.nv2:hover,
.nv3:hover,
.nv4:hover,
.nv5:hover {
  background: #ddd;
  padding: 23px;
}

.middle-bar {
  -moz-box-shadow: 0 16px 24px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0 16px 24px rgba(0, 0, 0, 0.32);
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.32);
}

section#breadcrumb {
  width: 100%;
}

.breadcrumb {
  width: 100%;
}

.is-sticky ul {
  margin: 6px 0 0 0;
  padding: 1px 0 6px 0;
}

/* Middle navbar going to the right position */
.section-info:before {
  content: "";
  display: block;
  height: 90px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */
}

#breadcrumb-sticky-wrapper.sticky-wrapper.is-sticky section#breadcrumb a:hover,
#breadcrumb-sticky-wrapper.sticky-wrapper.is-sticky section#breadcrumb a:link.nav-active,
#breadcrumb-sticky-wrapper.sticky-wrapper.is-sticky section#breadcrumb a:visited.nav-active {
  color: #000;
  background: #00deff;
  padding: 10px 25px 9px 25px;
}

#breadcrumb-sticky-wrapper.sticky-wrapper.is-sticky section#breadcrumb a:hover {
  background: #000;
}

.breadcrumb {
  background: none;
}

.breadcrumb > li + li:before {
  content: none;
}

#breadcrumb-sticky-wrapper .hide-breadcrumb {
  opacity: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}

/*====================================================*/
/* Custom */
/*====================================================*/
.mt-27 {
  margin-top: 27px;
}

#decouvrez, #decouvrez .fa-star {
  color: #fff;
}

.title-social {
  font-size: 3em;
}

.fa-25x {
  font-size: 2.5em;
}

.autopromo {
  overflow: hidden !important;
}

.navbar-2 .logo-nav-2 img {
  height: 25px;
}

nav#main-nav-2 {
  background: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  margin: auto;
  text-align: right;
  width: 100%;
  z-index: 9999999;
  position: fixed !important;
  max-height: 77px;
}

.display-none {
  display: none !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.no-wrap, .nowrap {
  white-space: nowrap;
}

.mt-23 {
  margin-top: 22px !important;
}

.mt-4 {
  margin-top: 4px;
}/*# sourceMappingURL=style.css.map */