@import url(../../bootstrap/css/bootstrap.min.css);
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot?bfsnd7');
  src: url('../../fonts/icomoon.eot?bfsnd7#iefix') format('embedded-opentype'), url('../../fonts/icomoon.woff2?bfsnd7') format('woff2'), url('../../fonts/icomoon.ttf?bfsnd7') format('truetype'), url('../../fonts/icomoon.woff?bfsnd7') format('woff'), url('../../fonts/icomoon.svg?bfsnd7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e906";
}
.icon-nav-arrow-left:before {
  content: "\e900";
}
.icon-nav-arrow-right:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-file:before {
  content: "\e903";
}
.icon-logod:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e905";
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: currentColor;
  letter-spacing: 0.1em;
  line-height: 1.32;
  font-family: "Titillium Web", "Work Sans", Arial, Helvetica, sans-serif;
  margin-top: 0;
}
h1.thin,
h2.thin,
h3.thin,
h4.thin,
h5.thin {
  font-weight: 200;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  font-weight: 600;
  font-size: 0.6em;
  display: block;
  margin-bottom: 0.7em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 1.7em;
  font-weight: 700;
}
small.very {
  font-size: 1.10rem;
}
nav hr {
  display: inline-block;
  width: 3px;
  height: 3px;
  vertical-align: middle;
  margin: 0 10px 0 10px;
  border: none;
  position: relative;
}
nav hr:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 40px;
  background: white;
  opacity: 0.3;
}
hr.line {
  margin: 0;
  height: 1px;
  background: #d9d9d9;
  max-width: 50px;
  min-width: 50px;
  margin-bottom: 5px;
  display: inline-block;
}
p a {
  background: transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
}
p a:hover {
  color: #fff !important;
  background: #c41230;
}
a {
  color: #c41230;
}
a:not(.listed-element):hover,
a:not(.listed-element):focus,
a:not(.listed-element):active {
  color: #c41230;
  text-decoration: none;
  opacity: 1;
}
.reg-wrap {
  position: relative;
}
.reg-wrap.spaced .head-wrap {
  top: 75px;
}
@media screen and (min-width: 991px) {
  .reg-wrap:hover .head-wrap h2 {
    color: #c41230;
  }
  .reg-wrap:hover .head-wrap h2 a {
    color: #c41230 !important;
  }
  .reg-wrap:hover .head-wrap h2:before {
    width: 170px;
    background: #c41230;
    opacity: 1;
    height: 1px;
  }
}
.reg-wrap .head-wrap {
  position: absolute;
  right: calc(100% + 55px);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  top: 0;
}
.reg-wrap .head-wrap h2 {
  -webkit-transition: color .2s;
  transition: color .2s;
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
  position: relative;
}
.reg-wrap .head-wrap h2 a {
  color: #4c4d4f;
}
.reg-wrap .head-wrap h2:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + 20px);
  background: #4c4d4f;
  opacity: 0.3;
  width: 70px;
  height: 2px;
}
p {
  font-weight: 300;
  line-height: 1.4;
}
p.narrow {
  padding-right: 90px;
}
.btn {
  background: #c41230;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  -webkit-transition: all .15s;
  transition: all .15s;
  display: inline-block;
  padding: 11px 20px;
}
.btn:hover,
.btn:active,
.btn:focus {
  background: #4c4d4f;
  color: #fff;
}
.listed-real {
  position: relative;
}
.listed-real .thumb {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  box-shadow: 0px 0px 33px -3px rgba(0, 0, 0, 0.2);
}
.listed-real .thumb img {
  width: 100%;
}
.listed-real .thumb .more {
  position: absolute;
  bottom: 40px;
  right: -40px;
  -webkit-transition: right 0.4s ease-out, background 0.1s ease-out;
  transition: right 0.4s ease-out, background 0.1s ease-out;
}
.listed-real:hover .more {
  right: 30px;
}
.listed-real:hover h3 small:before {
  width: 100%;
}
.listed-real h3 {
  max-width: 45%;
}
.listed-real h3 span {
  display: block;
}
.listed-real h3 small {
  position: relative;
  display: inline-block;
}
.listed-real h3 small:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  content: "";
  width: 0;
  top: 50%;
  left: calc(100% + 15px);
  height: 2px;
  background: #c41230;
}
.list-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .listed-products [class*=col]:nth-child(odd) {
    clear: left;
  }
}
.listed-element {
  display: block;
  margin-bottom: 30px;
  color: #25211e;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 33px -3px rgba(0, 0, 0, 0.1);
}
.listed-element.with-desc {
  box-shadow: 0px 0px 33px -3px rgba(0, 0, 0, 0.2);
}
.listed-element.special-hover:hover:before {
  background: #c41230;
  opacity: 1;
  height: 100%;
  mix-blend-mode: multiply;
}
.listed-element.special-hover:hover h2 small {
  color: #fff;
}
.listed-element.special-hover:hover .plus-wrap span {
  color: #c41230;
  background: #fff;
}
.listed-element:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  opacity: 0.2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColiorstr='#007db9e8', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.listed-element h2,
.listed-element p {
  color: #25211e;
}
.listed-element h2 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 0;
}
.listed-element h2.main {
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  padding: 30px;
  width: 100%;
  z-index: 100;
  color: #fff;
}
.listed-element img {
  width: 100%;
}
.listed-element .plus-wrap {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  padding: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.listed-element .plus-wrap .plus {
  border-radius: 50%;
  background: #c41230;
  height: 50px;
  width: 50px;
  text-align: center;
  display: block;
  font-size: 40px;
  font-weight: 200;
  color: #fff;
  line-height: 50px;
}
@media (min-width: 991px) {
  .listed-element:hover .plus-wrap {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .listed-element:hover:not(.with-desc):not(.special-hover) h2 {
    color: #c41230;
  }
  .listed-element:hover.with-desc {
    box-shadow: 0px 0px 33px -3px rgba(0, 0, 0, 0);
  }
  .listed-element:hover.with-desc:before {
    display: none;
  }
  .listed-element:hover.with-desc .plus-wrap {
    display: none;
  }
  .listed-element:hover.with-desc .main {
    opacity: 0;
  }
  .listed-element:hover.with-desc .desc-wrap {
    opacity: 1;
    top: 0px;
  }
  .listed-element:hover.with-desc img {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .listed-element {
    box-shadow: none!important;
  }
  .listed-element:before {
    display: none;
  }
  .listed-element h2.main {
    display: none;
  }
  .listed-element:hover {
    text-decoration: none;
  }
  .listed-element .desc-wrap {
    position: initial!important;
    top: initial!important;
    left: initial!important;
    opacity: 1!important;
  }
}
.listed-element .desc-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 25px;
  opacity: 0;
}
.listed-element .desc-wrap h2 {
  margin-bottom: 20px;
}
.listed-element .desc-wrap hr {
  height: 1px;
  margin-bottom: 15px;
}
.nav-cats {
  font-family: "Titillium Web", "Work Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  list-style-type: none;
  padding: 20px 0;
}
.nav-cats li {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .nav-cats li {
    display: inline-block;
    margin-right: 15px;
  }
}
.nav-cats li a {
  display: inline-block;
  padding: 7px 0;
}
.nav-cats li a:hover {
  color: #25211e;
}
.nav-cats li.active a {
  color: #fff;
  position: relative;
}
.nav-cats li.active a:before {
  position: absolute;
  content: "";
  top: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 100%;
  z-index: -1;
  background: #c41230;
}
.columns {
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.columns li {
  padding: 0;
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .columns {
    padding: 20px 0!important;
  }
  .columns li {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 768px) {
  .columns {
    -webkit-column-count: 1!important;
       -moz-column-count: 1!important;
            column-count: 1!important;
  }
}
.listed-logos {
  padding: 0;
  list-style: none;
}
.listed-logos img {
  max-width: 200px;
}
.listed-logos li {
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}
.listed-logos li img {
  margin-bottom: 15px;
}
.listed-logos li p {
  text-transform: uppercase;
  font-size: 0.7em;
  color: #4c4d4f;
  font-weight: 400;
}
@media (min-width: 991px) {
  .listed-reals [class*="col"]:first-child {
    display: none;
  }
}
form {
  margin-top: 30px;
}
form input {
  width: 100%;
  display: block;
  font-size: 0.9em;
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #ddd9d5;
  color: #25211e;
  font-weight: 500;
  background: none;
}
form input:focus ~ .focus {
  width: 100%;
}
form input [type="file"] {
  border: none;
  opacity: 0;
}
form .file-wrap {
  position: relative;
  margin-bottom: 20px;
}
form .file-wrap.ok .focus {
  width: 100%;
  background: #6a9405;
}
form .file-wrap.ok i {
  color: #6a9405;
}
form .file-wrap [type='file'] {
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: 2;
}
form .file-wrap [type=text] {
  width: calc(100% - 30px);
}
form .file-wrap i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  z-index: 1;
  color: #c41230;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
form textarea {
  border: 1px solid #d9d9d9;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 0.9em;
  background: none;
  border-radius: none;
  -webkit-appearance: none;
}
form .input-wrap,
form .file-wrap {
  margin-bottom: 20px;
  position: relative;
}
form .input-wrap .focus,
form .file-wrap .focus {
  display: block;
  height: 1px;
  background: #c41230;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
form .input-wrap ::-webkit-input-placeholder,
form .file-wrap ::-webkit-input-placeholder {
  font-weight: 300;
  color: #808080;
}
form .input-wrap :-moz-placeholder,
form .file-wrap :-moz-placeholder {
  font-weight: 300;
  color: #808080;
}
form .input-wrap ::-moz-placeholder,
form .file-wrap ::-moz-placeholder {
  font-weight: 300;
  color: #808080;
}
form .input-wrap :-ms-input-placeholder,
form .file-wrap :-ms-input-placeholder {
  font-weight: 300;
  color: #808080;
}
form .input-wrap ::-ms-input-placeholder,
form .file-wrap ::-ms-input-placeholder {
  font-weight: 300;
  color: #808080;
}
form .input-wrap :placeholder-shown,
form .file-wrap :placeholder-shown {
  font-weight: 300;
  color: #808080;
}
form .input-wrap :valid ~ .focus {
  width: 100%;
  background: #6a9405;
}
form .input-wrap :valid:not(.btn) {
  color: #6a9405;
}
body {
  font-size: 16px;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  color: #4c4d4f;
  fontborder: 20px solid #fff;
  -webkit-font-smoothing: antialiased;
}
body * {
  outline: none!important;
  -webkit-font-smoothing: antialiased;
}
body:not(.home) .menu-toggle {
  color: #c41230 !important;
}
#main-wrap {
  position: relative;
  min-height: calc(100vh - 40px);
  border: 0px solid #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#main-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  z-index: -1;
}
#main-wrap:not(.content):before {
  top: calc(100vh - 100px);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5a6a7+0,ffffff+100 */
  background: #a5a6a7;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a5a6a7 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a5a6a7 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a6a7', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
#main-wrap.content:before {
  height: 1000px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,ffffff+100 */
  background: #e2e2e2;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e2e2e2 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.spaced {
  padding-top: 75px;
  padding-bottom: 75px;
}
.light-spaced {
  padding-top: 40px;
  padding-bottom: 40px;
}
.equalize {
  margin-top: 20px;
}
.bottom-spaced {
  margin-bottom: 70px;
}
[class*="col"] > img {
  width: 100%;
}
body.nav-opened menu.nav {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  left: calc(100% - 940px);
}
body.nav-opened menu.nav .wrap {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: .30s;
          transition-delay: .30s;
}
menu button {
  color: #c41230;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
  padding: 10px 0 10px 38px;
  margin-left: 15px;
  border: none;
}
menu button#menu-toggle {
  position: absolute;
  top: 60px;
  right: 100px;
}
menu button:before {
  position: absolute;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e905";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 1.1em;
}
menu.nav {
  opacity: 1;
  position: fixed;
  top: -20px;
  left: 100%;
  height: calc(100vh + 40px);
  z-index: 500;
  background: #fff;
  width: 940px;
  padding: 200px 100px 100px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
menu.nav button:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e906";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
menu.nav .wrap {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
menu.nav ul {
  margin-bottom: 5px;
  list-style: none;
  padding: 0;
  *zoom: 1;
}
menu.nav ul:before,
menu.nav ul:after {
  display: table;
  content: "";
}
menu.nav ul:after {
  clear: both;
}
menu.nav ul li {
  float: left;
  width: 50%;
  margin-bottom: 70px;
}
menu.nav ul li.active a {
  color: #c41230;
}
menu.nav ul li a {
  color: #4c4d4f;
  font-size: 1.55em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Titillium Web", "Work Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
menu.nav .col {
  float: left;
  width: calc(100% / 2);
}
header {
  background: none;
  padding-top: 65px;
  color: #25211e;
}
header nav {
  color: #4c4d4f;
}
header.home {
  background: #262728;
  min-height: calc(100vh - 20px);
  max-height: calc(100vh - 20px);
  overflow: hidden;
  color: #fff;
}
header.home nav {
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 103;
}
header nav {
  text-align: right;
}
header nav .logo {
  display: block;
  float: left;
}
header nav menu {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
header nav menu a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125em;
  margin: 0 0 0 20px;
  color: currentColor;
  font-weight: 400;
  opacity: 1;
}
header nav menu i {
  display: block;
  vertical-align: middle;
  font-size: 1.3em;
}
header nav menu hr {
  margin-left: 20px;
}
header nav menu button {
  vertical-align: middle;
  color: #c41230;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
  padding: 10px 0 10px 38px;
  position: relative;
  margin-left: 15px;
  border: none;
}
.home-carousel {
  min-height: calc((100vh - 20px) - 85px - 100px);
  max-height: calc((100vh - 20px) - 85px - 100px);
  position: relative;
  margin-top: 145px;
  z-index: 101;
}
.home-carousel .bg {
  pointer-events: none;
  position: absolute;
  top: -230px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  width: calc(100% + 400px);
  height: calc(100vh - 0px);
  z-index: -1;
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: left 0.7s ease-out, opacity 0.7s ease-out;
  transition: left 0.7s ease-out, opacity 0.7s ease-out;
}
.home-carousel .bg.off-start {
  opacity: 0;
  left: 0px!important;
}
.home-carousel .bg.display {
  opacity: 1;
  left: -200px !important;
}
.home-carousel .bg.off-end {
  opacity: 0;
  left: -400px !important;
}
.home-carousel p {
  color: #dbdbdb;
}
.home-carousel h2 {
  margin: 0;
  font-weight: 700;
}
.home-carousel.transition nav {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(40px);
      -ms-transform: translateX(-50%) translateY(40px);
          transform: translateX(-50%) translateY(40px);
}
.home-carousel.transition .top {
  bottom: calc(64%);
  opacity: 0;
}
.home-carousel.transition .bottom {
  top: calc(64%);
  opacity: 0;
}
.home-carousel.transition .slide-progress {
  background: rgba(0, 0, 0, 0);
}
.home-carousel .top {
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  position: absolute;
  bottom: calc(50% + 25px);
  width: 650px;
  opacity: 1;
}
.home-carousel .bottom {
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  position: absolute;
  top: calc(50% + 35px);
  width: 450px;
  opacity: 1;
}
.home-carousel .slide-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  display: block;
  border: none;
  width: 1140px;
  height: 2px;
  background: rgba(165, 166, 167, 0.8);
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.home-carousel .slide-progress hr {
  position: absolute;
  margin: 0;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0%;
  height: 6px;
  background: #c41230;
}
.home-carousel nav {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.home-carousel nav hr {
  margin: 0 20px;
}
.home-carousel nav i {
  color: #c41230;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 1.4em;
}
.home-carousel nav i:hover {
  cursor: pointer;
  color: #a5a6a7;
}
.gallery.spaced {
  margin-top: 200px;
}
.gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  *zoom: 1;
}
.gallery ul:before,
.gallery ul:after {
  display: table;
  content: "";
}
.gallery ul:after {
  clear: both;
}
.gallery ul li {
  float: left;
  width: 33.33333333%;
  margin-left: 33.33333333%;
  position: relative;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.gallery ul li a:before {
  position: absolute;
  content: "";
  opacity: 0;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 10px solid #fff;
}
.gallery ul li:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 33px -3px rgba(0, 0, 0, 0.9);
}
.gallery ul li:hover a:before {
  opacity: 1;
}
.gallery ul li:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.gallery ul li img {
  width: 100%;
}
.relative {
  position: relative;
}
.ddionne-wrap {
  min-height: 1660px;
}
.ddionne-wrap.right .ddionne {
  top: 0px;
  left: calc(100% - 110px);
}
.ddionne {
  width: 1330px;
  height: 175px;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  background: url(/assets/img/bigddionne.png) no-repeat;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0.7;
  position: absolute;
  top: -100px;
  left: calc(50% - 80px);
}
iframe {
  width: 100%;
}
#map {
  min-height: 400px;
}
.featured {
  margin-bottom: 50px;
}
.featured img {
  width: 100%;
}
.fiche-content {
  margin-bottom: 70px;
}
.fiche-content img {
  box-shadow: 0px 0px 33px -3px rgba(0, 0, 0, 0.1);
}
.fiche-content .legend {
  *zoom: 1;
  padding-top: 30px;
  font-size: 0.9em;
  margin: 30px 0;
  text-align: left;
  vertical-align: middle;
}
.fiche-content .legend:before,
.fiche-content .legend:after {
  display: table;
  content: "";
}
.fiche-content .legend:after {
  clear: both;
}
.fiche-content .legend img {
  float: left;
  margin-right: 30px;
}
.fiche-content .legend span {
  display: block;
  float: left;
  margin-top: 30px;
  font-weight: 400;
}
table {
  width: 100%;
  font-weight: 300;
}
footer .logo {
  display: block;
}
footer .logo img {
  width: 160px;
}
footer h4 {
  font-size: 0.9em;
  color: #a5a6a7;
  margin-bottom: 1.5em;
}
footer p {
  font-size: 0.8em;
}
footer .wrap {
  text-align: right;
  position: relative;
}
footer .wrap hr {
  position: absolute;
  right: 0;
  top: -20px;
}
footer ul {
  padding: 0;
  font-size: 0.8em;
  list-style: none;
  margin: 0;
}
footer .coords {
  margin-bottom: 80px;
}
footer .copyright {
  font-size: 0.9em;
}
footer .copyright .rbq {
  float: left;
}
footer .copyright .credits {
  float: right;
}
footer .copyright a {
  font-weight: 600;
}
.modal-backdrop.in {
  opacity: 0.6;
}
.modal-header {
  border: none;
}
.modal-content {
  text-align: center;
  padding: 40px!important;
}
.modal-body {
  padding-top: 0;
}
#login {
  text-align: center;
}
#login .btn {
  display: inline-block;
  margin-bottom: 15px;
  width: auto!important;
}
#loginLabel {
  display: none;
  font-size: 1.3em;
  margin-bottom: 2em;
}
#loginLabel br {
  display: none;
}
@media screen and (max-width: 990px) {
  body {
    border: 10px solid #fff;
  }
  header:not(.home) nav menu {
    top: 50px!important;
    right: 50px!important;
  }
  .spaced {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }
  .narrow {
    padding-right: 0!important;
  }
  .ddionne {
    opacity: 0.2!important;
  }
  .head-wrap {
    position: relative!important;
    -webkit-transform: none!important;
        -ms-transform: none!important;
            transform: none!important;
    top: inherit!important;
    -webkit-transform-origin: inherit!important;
        -ms-transform-origin: inherit!important;
            transform-origin: inherit!important;
    left: inherit!important;
    right: inherit!important;
    margin-bottom: 2em;
    font-size: 1.3em;
  }
  .head-wrap h2 {
    display: inline-block;
  }
  .head-wrap h2:before {
    left: calc(100% + 30px) !important;
  }
  .gallery {
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
  }
  .container {
    width: 90%;
  }
  .slide-progress {
    width: calc(90% - 30px) !important;
    -webkit-transform: none!important;
        -ms-transform: none!important;
            transform: none!important;
    left: 0!important;
    position: relative!important;
  }
  .slide-progress hr {
    height: 2px!important;
  }
  header {
    min-height: 0!important;
    max-height: auto!important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header nav {
    width: 100%;
    text-align: left;
  }
  header nav .logo {
    display: inline-block;
    float: none;
  }
  header nav .logo img {
    width: 120px;
  }
  header nav menu {
    display: block;
    margin-top: 40px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 40px;
    margin: 0;
  }
  header nav menu button {
    font-size: 1.3em;
    font-weight: 600!important;
    color: #fff;
  }
  header nav menu a,
  header nav menu hr {
    display: none;
  }
  header .home-carousel {
    margin-top: 0px;
    padding-top: 100px;
  }
  header .home-carousel .bg {
    top: -95px;
  }
  header .home-carousel .bg.display {
    opacity: 0.3!important;
  }
  header .home-carousel h2 {
    font-size: 1.4em;
  }
  header .home-carousel .top {
    width: 80%;
    left: 0;
    top: 0;
    position: relative;
    margin: 30px 0;
  }
  header .home-carousel .bottom {
    width: 80%;
    left: 0;
    top: 0;
    position: relative;
    margin: 30px 0;
  }
  header .home-carousel nav.container {
    top: inherit;
    bottom: 20px;
  }
  .listed-real h3 {
    max-width: 100%!important;
  }
  footer .col-logo {
    margin-bottom: 50px;
    text-align: center;
  }
  footer .wrap {
    text-align: center!important;
  }
  footer .wrap hr {
    display: none;
  }
  #main-wrap {
    overflow-x: hidden;
  }
  #main-wrap.content .featured {
    margin-bottom: 0;
  }
  .fiche-content .legend {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  footer .col-logo {
    margin-bottom: 40px!important;
  }
  footer [class*="col"] {
    width: 100%!important;
    margin-bottom: 20px;
  }
  footer .wrap {
    width: 100%!important;
  }
  footer .coords {
    margin: 0;
  }
  footer .copyright *,
  footer .rbq {
    text-align: center!important;
    float: none!important;
  }
}
@media screen and (min-width:320px) and (max-width:479px) {
  body {
    position: relative;
  }
  body:before {
    display: none;
    position: fixed;
    content: "XXS";
    top: 0;
    left: 0;
    background: black;
    color: white;
    text-align: center;
    min-width: 40px;
    z-index: 1000000;
    opacity: 0.8;
    padding: 10px 7px;
    font-weight: 600;
  }
  #main-wrap:not(.content):before {
    top: 300px!important;
    opacity: 0.5;
  }
  header .logo img {
    width: 100px!important;
  }
  header menu {
    right: 20px!important;
  }
  header menu button {
    font-size: 1em!important;
  }
  .home-carousel {
    min-height: 280px!important;
    max-height: 280px!important;
  }
  .home-carousel .bg {
    min-height: 360px!important;
    max-height: 360px!important;
    top: -30px !important;
  }
  .home-carousel .top,
  .home-carousel .bottom {
    width: 100%!important;
    margin: 20px 0!important;
  }
  .home-carousel h2 {
    font-size: 1.1em!important;
  }
  .home-carousel .bottom {
    display: none;
  }
}
@media screen and (min-width:480px) and (max-width:767px) {
  body {
    position: relative;
  }
  body:before {
    display: none;
    position: fixed;
    content: "XS";
    top: 0;
    left: 0;
    background: black;
    color: white;
    text-align: center;
    min-width: 40px;
    z-index: 1000000;
    opacity: 0.8;
    padding: 10px 7px;
    font-weight: 600;
  }
  .home-carousel {
    min-height: 450px!important;
    max-height: 450px!important;
  }
  .home-carousel .bg {
    min-height: 510px!important;
    max-height: 510px!important;
    top: -30px !important;
  }
  .home-carousel .top,
  .home-carousel .bottom {
    margin: 20px 0!important;
  }
  #main-wrap:not(.content):before {
    top: 500px!important;
    opacity: 0.5;
  }
  header nav menu .menu-toggle {
    padding-left: 50px;
  }
}
@media screen and (min-width:768px) and (max-width:990px) {
  body {
    position: relative;
  }
  body:before {
    display: none;
    position: fixed;
    content: "SM";
    top: 0;
    left: 0;
    background: black;
    color: white;
    text-align: center;
    min-width: 40px;
    z-index: 1000000;
    opacity: 0.8;
    padding: 10px 7px;
    font-weight: 600;
  }
  .home-carousel {
    min-height: 500px!important;
    max-height: 500px!important;
  }
  .home-carousel .bg {
    min-height: 560px!important;
    max-height: 560px!important;
    top: -30px !important;
  }
  #main-wrap:not(.content):before {
    top: 500px!important;
    opacity: 0.5;
  }
  header nav menu .menu-toggle {
    padding-left: 50px;
  }
  header.home h2 {
    font-size: 2em;
  }
  span.slide-progress {
    width: 100%!important;
  }
}
@media screen and (min-width:991px) and (max-width:1199px) {
  body {
    position: relative;
  }
  body:before {
    display: none;
    position: fixed;
    content: "MD";
    top: 0;
    left: 0;
    background: black;
    color: white;
    text-align: center;
    min-width: 40px;
    z-index: 1000000;
    opacity: 0.8;
    padding: 10px 7px;
    font-weight: 600;
  }
  header.home {
    min-height: 0!important;
    max-height: auto!important;
  }
  .home-carousel {
    min-height: 700px!important;
    max-height: 700px!important;
  }
  .home-carousel .bg {
    min-height: 1000px!important;
    max-height: 1000px!important;
    top: -210px !important;
  }
  .home-carousel .top,
  .home-carousel .bottom {
    margin: 20px 0!important;
  }
  .home-carousel .slide-progress {
    width: 940px !important;
  }
  .listed-real h3 {
    max-width: 100%!important;
  }
  menu.nav {
    padding-top: 140px!important;
  }
  menu.nav ul {
    margin-bottom: 50px!important;
  }
}
@media screen and (min-width:1200px) and (max-width:1499px) {
  body {
    position: relative;
  }
  body:before {
    display: none;
    position: fixed;
    content: "LG";
    top: 0;
    left: 0;
    background: black;
    color: white;
    text-align: center;
    min-width: 40px;
    z-index: 1000000;
    opacity: 0.8;
    padding: 10px 7px;
    font-weight: 600;
  }
}
@media screen and (min-width:1500px) {
  body {
    position: relative;
  }
  body:before {
    display: none;
    position: fixed;
    content: "XLG";
    top: 0;
    left: 0;
    background: black;
    color: white;
    text-align: center;
    min-width: 40px;
    z-index: 1000000;
    opacity: 0.8;
    padding: 10px 7px;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  body.nav-opened menu.nav {
    left: calc(100% - (100vw - 40px));
  }
  menu.nav {
    width: calc(100vw - 40px);
    padding-top: 15vh;
    padding: 12vh 40px;
  }
  menu.nav #menu-toggle {
    top: 30px!important;
    right: 30px!important;
  }
  menu.nav ul {
    margin: 0 0 30px;
  }
  menu.nav ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  menu.nav ul li a {
    font-size: 1.3em;
  }
  menu.nav .col {
    width: 100%!important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body.nav-opened menu.nav {
    left: calc(100% - (100vw - 130px));
  }
  menu.nav {
    width: calc(100vw - 130px);
  }
}
/*# sourceMappingURL=main.css.map */