@import url(reset.css);
@import url(text.css);
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  background: #fff;
  color: #333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1; }

h2 {
  color: #fbb034; }

a {
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
  outline: 0;
  color: #fbb034; }
  a:hover {
    color: red; }

small {
  font-size: 11px; }

h1.through, h2.through {
  background: transparent url(/images/bgh2.png) repeat-x left center;
  text-align: center;
  text-transform: uppercase;
  line-height: 28px;
  color: #2e2e2e;
  font-weight: bold;
  margin-top: 38px;
  margin-bottom: 25px; }
  h1.through span, h2.through span {
    display: inline-block;
    background-color: #ffffff;
    padding: 0 18px 0 18px; }
h1.underline, h2.underline {
  border-bottom: 1px solid #333333;
  padding-bottom: 8px;
  margin-bottom: 16px;
  text-align: center; }

/* `Misc Classes
----------------------------------------------------------------------------------------------------*/
.align_center {
  text-align: center; }

.align_right {
  text-align: right; }

/* `Data Table
----------------------------------------------------------------------------------------------------*/
.data,
.data th,
.data td {
  border-style: solid;
  border-color: #ddd; }

.data {
  border-width: 0 1px 1px;
  width: 100%; }

.data caption {
  padding: 0 10px 5px;
  text-transform: uppercase; }

.data th,
.data td {
  border-top-width: 1px;
  padding: 5px 10px; }

.data th {
  white-space: nowrap; }

.data thead th {
  background: #eee;
  font-weight: bold;
  text-shadow: #fff 0 1px 0; }

.data tbody th {
  width: 1px; }

.data tr th:first-child {
  text-align: right; }

/* `Code
----------------------------------------------------------------------------------------------------*/
pre,
code {
  font-size: 12px;
  font-family: Menlo, Courier, monospace; }

pre,
.notice {
  background: #ffe;
  border: 1px solid;
  border-color: #eed #ccb #bba #ddc;
  overflow: auto;
  padding: 10px 0 10px 10px; }

* html pre {
  overflow: hidden;
  width: 97%; }

code {
  background: #ff9;
  padding: 0 2px; }

/*CUSTOM STYLES*/
.code {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  background-color: #333333;
  color: #ffffff;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 14px; }

.clear {
  clear: both; }

.menupro {
  position: relative;
  background-color: #fbb034;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  z-index: 100000;
  color: #ffffff; }
  .menupro ul {
    display: block;
    margin: 0; }
    .menupro ul li {
      display: inline-block;
      padding: 8px 16px 8px 8px;
      margin: 0; }
      .menupro ul li:nth-of-type(1) {
        background-color: #fca619;
        box-shadow: 1px 0 3px rgba(0, 0, 0, 0.5); }
      .menupro ul li a {
        color: #ffffff; }
        .menupro ul li a:hover {
          color: #333333; }

.header {
  position: relative;
  z-index: 80000; }
  .header .tline {
    position: absolute;
    background-color: #4b4e4b;
    background-color: rgba(75, 78, 75, 0.5);
    color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 600; }
    .header .tline .container_12 {
      height: 125px; }
    .header .tline .slogan {
      position: absolute;
      top: 3px;
      left: 290px;
      z-index: 501;
      font-weight: bold;
      font-size: 16px;
      line-height: 26px; }
      .header .tline .slogan.bk {
        left: 130px;
        top: 2px;
        font-weight: normal;
        font-style: italic; }
    .header .tline .logo {
      position: absolute;
      top: 14px;
      left: 0;
      z-index: 502; }
  .header .topmenu {
    position: absolute;
    top: 3px;
    right: 0;
    line-height: 26px; }
    .header .topmenu a {
      display: inline-block;
      margin-left: 10px;
      color: #ffffff; }
      .header .topmenu a .fa {
        font-size: 22px; }
      .header .topmenu a .fa-sort-down {
        font-size: 14px; }
      .header .topmenu a .flag {
        margin: -8px 4px 0 0; }
  .header .mainmenu {
    position: absolute;
    bottom: 0;
    right: 0;
    /*            overflow: hidden;*/
    margin: 0;
    z-index: 603;
    /*ul.sf-menu {					z-index:	100;}
    ul.sf-menu li {					}
    ul.sf-menu li a {				}
    ul.sf-menu ul {					z-index:	300;}
    ul.sf-menu li ul {				z-index:	300;}
    ul.sf-menu li ul li {			z-index:	400;}
    ul.sf-menu li ul li a{			z-index:	500;}*/ }
    .header .mainmenu li {
      display: inline-block;
      text-transform: uppercase;
      margin: 0 0 0 0;
      line-height: 56px; }
      .header .mainmenu li .obl {
        display: inline-block;
        padding: 0 13px 0 13px;
        color: #ffffff;
        position: relative;
        border-top: 4px solid transparent; }
        .header .mainmenu li .obl:hover, .header .mainmenu li .obl.hover, .header .mainmenu li .obl.current {
          background-color: #fbb034;
          border-top: 4px solid #ffffff; }
    .header .mainmenu.sf-menu li:hover ul, .header .mainmenu.sf-menu li.sfHover ul {
      top: 56px; }
    .header .mainmenu.sf-menu ul {
      position: absolute;
      background-color: #fbb034;
      display: block;
      /*                    top: 106px;*/
      top: -999em;
      /*left: 0;*/
      z-index: 9999999999999999;
      /*                box-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/ }
      .header .mainmenu.sf-menu ul li {
        display: block;
        line-height: 40px;
        height: 40px;
        padding: 0 8px 0 8px; }
        .header .mainmenu.sf-menu ul li a {
          text-transform: none;
          color: #ffffff;
          display: block; }
          .header .mainmenu.sf-menu ul li a:hover {
            color: #4b4e4b; }
    .header .mainmenu.sf-menu .sf-sub-indicator {
      display: none; }
  .header .lightbanner {
    background: transparent url(/images/tmp1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 125px; }
  .header .banner {
    height: 660px;
    overflow: hidden; }
    .header .banner .slide {
      height: 660px;
      background: transparent url(/images/tmp1.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      position: relative;
      /*.trame{
          @include imp-background-cover;
          background: transparent url(/images/trame.png) repeat center center;                
          z-index: 80000;
          height: 660px;
      }*/ }
      .header .banner .slide .announce {
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.6);
        color: #ffffff;
        position: absolute;
        width: 500px;
        left: 50%;
        margin-left: -250px;
        bottom: 95px;
        z-index: 80000; }
        .header .banner .slide .announce p {
          text-align: center;
          padding: 5px;
          font-size: 25px;
          font-weight: bold;
          text-transform: uppercase;
          line-height: 1.1;
          margin: 0; }
  .header .bx-wrapper .bx-pager {
    text-align: center;
    color: #666;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 3800;
    text-align: center; }
    .header .bx-wrapper .bx-pager .bx-pager-item {
      display: inline-block; }
      .header .bx-wrapper .bx-pager .bx-pager-item a {
        background: #ffffff;
        text-indent: -9999px;
        display: inline-block;
        width: 9px;
        height: 9px;
        margin-left: 9px;
        outline: 0;
        border-radius: 50%; }
        .header .bx-wrapper .bx-pager .bx-pager-item a.active, .header .bx-wrapper .bx-pager .bx-pager-item a:hover {
          background: #fbb034;
          border-color: #f9000a; }
  .header .mcc {
    position: absolute;
    top: 170px;
    right: 0;
    z-index: 503;
    /*        .announce{
                background-color: #e21b20;
                box-shadow: 3px 3px 8px #222222;
                width: 338px;
                z-index: 100000;
                margin-top: 20px;
                .label{
                    padding: 8px 15px 15px 15px;
                    color: #ffffff;
                    font-size: 16px;
                    a{
                        font-weight: bold;
                        color: #ffffff;
                        transition: all .2s;
                        &:hover{
                            color: #000000;
                        }
                    }
                } 
            }*/ }
    .header .mcc .mainphone {
      z-index: 100000;
      background-color: #fbb034;
      height: 40px;
      line-height: 40px;
      padding-right: 16px;
      padding-left: 48px;
      color: #ffffff;
      text-shadow: -2px 0 3px rgba(0, 0, 0, 0.6);
      font-size: 20px;
      font-weight: bold;
      text-align: right;
      margin-bottom: 30px;
      float: right;
      position: relative; }
      .header .mcc .mainphone .picto {
        width: 46px;
        height: 46px;
        background: transparent url(/images/pictoPhone.png) no-repeat center center;
        top: -3px;
        left: -12px;
        position: absolute;
        display: block; }
        .header .mcc .mainphone .picto.writeus {
          background-image: url(/images/pictoEnvelope.png); }
      .header .mcc .mainphone .flag {
        margin: -3px 4px 0 0; }
      .header .mcc .mainphone a {
        color: #ffffff; }
    .header .mcc .mccw {
      background-color: #fbb034;
      box-shadow: 3px 3px 8px #222222;
      width: 338px;
      z-index: 100000; }
      .header .mcc .mccw .cc {
        padding: 8px 15px 15px 15px; }
        .header .mcc .mccw .cc .title {
          text-shadow: -2px 0 3px rgba(0, 0, 0, 0.6);
          color: #ffffff;
          font-size: 22px;
          text-align: center; }
        .header .mcc .mccw .cc select {
          width: 100%;
          padding: 8px 0 8px 0;
          text-indent: 8px;
          display: block;
          margin-bottom: 8px; }
  .header .social {
    position: absolute;
    left: 0;
    top: 308px;
    z-index: 20000; }
    .header .social li {
      margin: 0;
      display: block;
      margin-bottom: 13px;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, 0.6);
      width: 75px;
      height: 75px;
      text-align: center;
      transition: all .2s; }
      .header .social li a {
        display: block;
        height: 75px; }
      .header .social li a, .header .social li .fa {
        line-height: 75px;
        color: #000000;
        font-size: 32px; }
      .header .social li:hover {
        background-color: white; }
        .header .social li:hover .fa-facebook {
          color: #3a5795; }
        .header .social li:hover .fa-youtube {
          color: #cc181e; }

.productsShortcutsWrapper {
  position: relative;
  padding: 20px; }
  .productsShortcutsWrapper .productsShortcuts {
    height: 140px; }
    .productsShortcutsWrapper .productsShortcuts .grid_4 .wrap {
      position: relative;
      border: 1px solid #afafaf;
      display: block;
      background-color: #ffffff;
      text-align: center; }
      .productsShortcutsWrapper .productsShortcuts .grid_4 .wrap img {
        max-width: 100%;
        height: auto; }
      .productsShortcutsWrapper .productsShortcuts .grid_4 .wrap .mga {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent url(/images/mga.png) center center;
        opacity: 0;
        transition: all .5s; }
        .productsShortcutsWrapper .productsShortcuts .grid_4 .wrap .mga:hover {
          opacity: 1; }

.team {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 40px; }
  .team .ppl {
    float: left;
    width: 25%;
    position: relative;
    height: 280px;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer; }
    .team .ppl .intro {
      position: absolute;
      left: 10px;
      bottom: 10px;
      right: 10px;
      z-index: 4; }
    .team .ppl .cloud {
      position: absolute;
      height: 100%;
      width: 100%;
      background: transparent url(/images/cloud.png) no-repeat left bottom;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      z-index: 0; }
    .team .ppl .picture {
      background-position: center top; }
    .team .ppl:hover .picture {
      transform: scale(1.05, 1.05); }
  .team h2, .team p {
    font-size: 14px;
    margin: 0; }

.picture {
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent none no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: all .5s;
  backface-visibility: hidden;
  transform: scale(1, 1);
  z-index: -1; }

.page {
  padding-top: 50px; }
  .page.home {
    padding-top: 0; }
  .page ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 40px; }
  .page ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 40px; }

.portal [class^="grid"] {
  position: relative;
  overflow: hidden; }
  .portal [class^="grid"] .wrap {
    border: 1px solid #cbcbcb; }
.portal [class^="grid"] .picture {
  bottom: auto;
  height: 240px; }
.portal .intro {
  margin-top: 250px;
  padding: 10px; }
  .portal .intro h2 {
    font-size: 20px;
    color: #ff9c00; }
  .portal .intro .callpage {
    line-height: 18px;
    display: block;
    color: #ff9c00;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px; }
  .portal .intro .plus {
    display: inline-block;
    width: 18px;
    background: transparent url(/images/plus1.png) no-repeat center center; }
.portal .cloud {
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent url(/images/cloud.png) no-repeat center bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  z-index: 0; }
.portal .olnk {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.videos [class^="grid"] {
  position: relative;
  overflow: hidden; }
  .videos [class^="grid"] .wrap {
    border: 1px solid #cbcbcb; }
.videos .intro {
  margin-top: 250px;
  padding: 10px; }
  .videos .intro h2 {
    font-size: 20px;
    color: #ff9c00; }
  .videos .intro .callpage {
    line-height: 18px;
    display: block;
    color: #ff9c00;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px; }
  .videos .intro .plus {
    display: inline-block;
    width: 18px;
    background: transparent url(/images/plus1.png) no-repeat center center; }
.videos .cloud {
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent url(/images/cloud.png) no-repeat center bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  z-index: 0; }

.footer {
  background-color: #000000; }
  .footer .line1 {
    color: #ffffff;
    padding: 40px 0 40px 0;
    background: transparent url(/images/bgFooter.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.5);
    border-top: 2px solid #ffffff; }
    .footer .line1 .mtitle {
      color: #ffffff;
      padding-bottom: 3px;
      font-weight: bold;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-size: 18px;
      position: relative; }
      .footer .line1 .mtitle::after {
        position: absolute;
        width: 59px;
        height: 1px;
        background-color: #fbb034;
        bottom: 0;
        content: '';
        left: 0; }
    .footer .line1 .bmenu li {
      margin-left: 0;
      margin-bottom: 10px; }
      .footer .line1 .bmenu li a {
        color: #878785;
        text-transform: uppercase;
        font-weight: bold; }
        .footer .line1 .bmenu li a:hover {
          color: #ffffff; }
        .footer .line1 .bmenu li a .fa {
          color: #faaf34;
          margin-right: 5px; }
    .footer .line1 .gline {
      height: 1px;
      margin: 60px 0 60px 0;
      background-color: #818181; }
    .footer .line1 .brands .btitle {
      text-align: center;
      font-weight: bold;
      font-size: 25px;
      text-transform: uppercase;
      margin-bottom: 30px; }
    .footer .line1 .brands li {
      display: block;
      float: left;
      width: 16.6%;
      margin-left: 0; }
      .footer .line1 .brands li a {
        color: #ffffff;
        text-transform: uppercase; }
        .footer .line1 .brands li a:hover {
          color: #faaf34; }
  .footer .line2 {
    background-color: #fbb034;
    padding: 36px 0 36px 0;
    color: #2e2e2e;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .footer .line3 {
    padding: 12px 0 12px 0;
    color: #ffffff;
    text-align: center; }

/***/
.cus {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');*/
  background-color: #ededed;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #777777;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  width: 130px;
  text-decoration: none !important;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff; }

.cus:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');*/
  background-color: #dfdfdf; }

.cus:active {
  position: relative;
  /*top:1px;*/ }

.ffwr {
  position: relative;
  height: 100%; }

.ffwr .wr {
  padding: 12px 12px 12px 18px; }

.bred {
  color: #CC0000;
  font-weight: bold; }

.btnContact2 {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffd781), color-stop(1, #ffae00));
  background: -moz-linear-gradient(center top, #ffd781 5%, #ffae00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd781', endColorstr='#ffae00');
  background-color: #ffd781;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #033333;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  height: 50px;
  line-height: 50px;
  width: 100px;
  text-decoration: none !important;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff; }

.btnContact2:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffae00), color-stop(1, #ffd781));
  background: -moz-linear-gradient(center top, #ffae00 5%, #ffd781 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae00', endColorstr='#ffd781');
  color: #000000 !important;
  background-color: #ffae00; }

.btnContact2:active {
  position: relative;
  top: 1px; }

.btnContact2.rh {
  margin-top: 5px;
  height: 25px;
  line-height: 25px;
  width: 120px; }

.btnContact3 {
  -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
  box-shadow: inset 0px 1px 0px 0px #f29c93;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
  background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
  background-color: #fe1a00;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #d83526;
  display: inline-block;
  color: #ffffff !important;
  font-family: Arial;
  font-size: 12px !important;
  font-weight: bold;
  font-style: normal;
  height: 35px;
  line-height: 35px;
  width: 120px;
  text-decoration: none !important;
  text-align: center;
  text-shadow: 1px 1px 0px #b23e35; }

.btnContact3:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
  background: -moz-linear-gradient(center top, #ce0100 5%, #fe1a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
  background-color: #ce0100 !important; }

.btnContact3:active {
  position: relative;
  top: 1px; }

.car2 h2.ml {
  /*padding-top:3px;*/ }

.car2 h2 span {
  float: left;
  margin-right: 5px; }

.car2 .grid {
  margin-top: 14px;
  position: relative; }

.car2 ul {
  display: block;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 !important; }

.car2 li {
  display: block;
  list-style-position: outside;
  list-style-type: none;
  position: relative;
  /*padding:12px 6px 12px 6px;*/
  height: 38px;
  line-height: 38px;
  margin-bottom: 2px;
  font-size: 14px;
  margin-left: 0; }

.car2 .col1 {
  width: 19%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  float: left; }

.car2 .col2 li {
  margin: 0 0px 2px 0px; }

.car2 .col2 {
  background-color: #ffffff;
  width: 27%;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-radius-top-left: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-radius-bottom-left: 5px;
  float: left; }

.car2 .col2 li {
  margin: 0 1px 2px 2px; }

.car2 .col3 {
  background-color: #ffffff;
  width: 27%;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-radius-top-right: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-radius-bottom-right: 5px;
  float: left; }

.car2 .col3 li {
  margin: 0 2px 2px 1px; }

.car2 .col4 {
  background-color: #ffffff;
  width: 25%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-left: 2%;
  position: relative; }

.car2 .col4 li {
  margin: 0 2px 2px 2px; }

.car2 .a {
  background-color: #373737;
  color: #FFFFFF; }

.car2 .c {
  background-color: #fff9ed; }

.car2 .y {
  background-color: #ffb20c; }

.car2 .g {
  background-color: #e2e2e2; }

.car2 .lg {
  background-color: #eceaeb; }

.car2 .b {
  font-weight: bold; }

.car2 .ac {
  text-align: center; }

.car2 .img {
  height: 190px;
  cursor: pointer;
  text-align: center; }

.car2 .img img {
  width: auto;
  height: 120px;
  margin-top: 30px; }

.car2 .tp {
  line-height: normal;
  height: 126px; }

.car2 .tp .wr {
  font-size: 12px;
  padding: 12px;
  text-align: center; }

.car2 .tuned {
  width: 49%;
  border-right: 1px solid #373737;
  float: left; }

.car2 .gain {
  width: 50%; }

.car2 .tg {
  color: #048f00;
  font-weight: bold; }

.car2 .ty {
  color: #ffb20c; }

.car2 .e {
  height: 14px;
  overflow: hidden;
  line-height: 14px;
  font-size: 12px;
  color: #f10000;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px; }

.car2 .camera {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 18px;
  height: 14px;
  background: transparent url("/images/camera.png") no-repeat center center; }

.car2 .bcontact {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-top: 20px; }

.car2 .bcontactText {
  background-color: #FFFFFF;
  display: block;
  margin-left: 19%;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.car2 .bcontactText .p1 {
  padding: 8px 8px 4px 8px;
  font-size: 16px; }

.car2 .bcontactText .p2 {
  padding: 4px 8px 4px 8px;
  font-size: 20px; }

.car2 .btns {
  display: block; }

.car2 .new {
  width: 49px;
  height: 49px;
  background: transparent url(/images/new.png) no-repeat left top;
  position: absolute;
  top: 15px;
  left: 15px; }

.car2 .plus {
  width: 200px;
  height: 184px;
  background: transparent url(/images/plus2.png) no-repeat left top;
  position: absolute;
  top: 22px;
  left: -29px; }

.gals.stand, .gals.evo, .gals.pedal {
  display: none; }

.gals.stand a {
  display: block;
  float: left; }

.gals.stand a img {
  height: 58px;
  width: auto; }

/*depending of nb cols*/
.car2.oneCol .col2 {
  width: 81%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.car2.oneCol .col2 li {
  margin: 0 2px 2px 2px; }

/*.car2.oneCol .col2 .gals.stand{
        display:block;
        float:right;
        width:50%;
        height:190px;
        overflow:hidden;
}*/
.car2.oneCol .col2 .img img {
  margin-top: 7px;
  height: 180px; }

.car2.twoColsEvo .col2 {
  width: 40%; }

.car2.twoColsEvo .col3 {
  width: 41%; }

.car2.twoColsPedal .col2 {
  width: 54%; }

.car2.twoColsPedal .col2 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.car2.twoColsPedal .col2 li {
  margin: 0 2px 2px 2px; }

.car2.onlyPedal .col4 {
  width: 100%;
  margin-left: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  float: none; }

.car2.onlyPedal .col4 li {
  margin: 0 2px 2px 2px; }

.car2.onlyPedal .col4 .img img {
  margin-top: 7px;
  height: 180px; }

.car2.onlyPedal .bcontactText {
  width: 100%;
  float: none;
  margin-left: 0; }

.car2.onlyEvo .col3 {
  width: 81%;
  margin-left: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.car2.onlyEvo .col3 li {
  margin: 0 2px 2px 2px; }

.car2.onlyEvo .col3 .img img {
  margin-top: 7px;
  height: 180px; }

.car2.evoAndPedal .col3 {
  width: 54%; }

.car2.evoAndPedal .col3 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.car2.evoAndPedal .col3 li {
  margin: 0 2px 2px 2px; }

.mobile, .inlinemobile {
  display: none; }

.fieldset .field {
  margin-bottom: 30px;
  line-height: 28px; }
  .fieldset .field label {
    display: inline-block;
    width: 36%;
    color: #212121;
    font-family: 'ralewaybold', Arial, sans-serif;
    font-weight: normal; }
  .fieldset .field .red {
    display: inline-block;
    width: 20px;
    text-align: left; }
  .fieldset .field .it {
    display: inline-block;
    width: 62%; }
    .fieldset .field .it input[type="text"], .fieldset .field .it input[type="password"], .fieldset .field .it select {
      border: none;
      background-color: #eeeeee;
      height: 28px;
      padding: 0 3% 0 2%;
      width: 90%; }
      .fieldset .field .it input[type="text"].error, .fieldset .field .it input[type="password"].error, .fieldset .field .it select.error {
        background-color: #e72134 !important;
        color: #ffffff; }
    .fieldset .field .it.hit {
      width: 29%; }
      .fieldset .field .it.hit:nth-of-type(1) {
        margin-right: 1%; }
    .fieldset .field .it.ttit {
      width: 45%;
      margin-right: 1%; }
    .fieldset .field .it.otit {
      width: 12%; }
    .fieldset .field .it.tit select {
      width: 30%;
      margin-right: 1%; }
.fieldset .fieldrow {
  margin-bottom: 30px; }
  .fieldset .fieldrow label {
    display: block;
    width: 36%;
    line-height: 28px;
    float: left;
    color: #212121;
    font-family: 'ralewaybold', Arial, sans-serif;
    font-weight: normal; }
  .fieldset .fieldrow .red {
    display: inline-block;
    width: 20px;
    text-align: left; }
  .fieldset .fieldrow .it {
    display: block;
    float: left;
    width: 62%; }
    .fieldset .fieldrow .it textarea {
      border: none;
      background-color: #eeeeee;
      height: 150px;
      padding: 10px 3% 10px 2%;
      width: 90%; }
      .fieldset .fieldrow .it textarea.error {
        background-color: #e72134;
        color: #ffffff; }

.breadcrumbs {
  position: absolute;
  background-color: #4b4e4b;
  background-color: rgba(75, 78, 75, 0.5);
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0; }
  .breadcrumbs ul {
    display: block;
    margin: 0; }
    .breadcrumbs ul li {
      display: inline-block;
      background: transparent url(/images/backslash.png) no-repeat right center;
      padding-right: 17px;
      line-height: 50px;
      height: 50px;
      margin: 0;
      font-size: 16px; }
      .breadcrumbs ul li.last {
        background: none; }
      .breadcrumbs ul li a {
        color: #ffffff; }

.relative {
  position: relative; }

.shadowed {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #ffffff; }

.ribbon {
  position: fixed;
  width: 800px;
  top: -600px;
  left: 50%;
  margin-left: -400px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000000;
  z-index: 99999;
  -moz-box-shadow: 0 0 20px #222;
  -webkit-box-shadow: 0 0 20px #222;
  box-shadow: 0 0 20px #222; }
  .ribbon.wide {
    width: 1200px;
    margin-left: -600px; }
  .ribbon .wrapper {
    padding: 40px; }
  .ribbon .fa-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: #e72134;
    cursor: pointer; }
  .ribbon table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse; }
    .ribbon table tr {
      background-color: rgba(200, 200, 200, 0.5);
      cursor: pointer;
      transition: all .2s; }
      .ribbon table tr:nth-child(even) {
        background: none; }
      .ribbon table tr:hover {
        background-color: #e0e885; }
    .ribbon table th {
      text-align: center;
      padding: 12px;
      background-color: #786567;
      color: #ffffff; }
    .ribbon table td {
      text-align: center;
      padding: 12px; }
  .ribbon .flags li {
    display: inline-block;
    width: 33.33%;
    margin: 4px 0 4px 0; }
    .ribbon .flags li img {
      margin-right: 7px; }
    .ribbon .flags li a {
      color: #000000; }
      .ribbon .flags li a:hover {
        color: red; }
  .ribbon .languages li {
    display: inline-block;
    margin: 4px 20px 4px 0; }
    .ribbon .languages li img {
      margin-right: 8px; }
    .ribbon .languages li a {
      color: #000000; }
      .ribbon .languages li a:hover {
        color: red; }

.productlabel {
  color: #000000;
  background-color: #fbb033;
  font-size: 22px;
  text-align: center;
  display: block;
  padding: 20px;
  position: relative; }
  .productlabel::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fbb033 transparent transparent transparent;
    bottom: -10px;
    margin-left: -5px;
    left: 50%; }

.product_details h1.through {
  margin-top: 18px;
  margin-bottom: 5px; }
.product_details h1 .series {
  color: #848484;
  padding: 0; }
.product_details .montage {
  display: inline-block;
  width: 27px;
  margin-right: 10px;
  background: transparent url(/images/montage.png) no-repeat center center;
  line-height: 40px;
  text-indent: -8000px; }
.product_details .pricecat {
  min-width: 20px;
  height: 30px;
  padding: 0 5px 0 5px;
  display: inline-block;
  border: 2px solid #333333;
  border-radius: 50%;
  line-height: 30px;
  text-align: center; }
.product_details .specifications {
  font-style: italic;
  font-size: 15px;
  text-align: center;
  margin-bottom: 25px; }
.product_details .contactus {
  position: relative;
  height: 234px;
  margin-bottom: 34px;
  background: #f2f2f2 url(/images/hanz.jpg) no-repeat right center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  cursor: pointer;
  border-top: 1px solid #cccccc; }
  .product_details .contactus .finger {
    background: #fbb034 url(/images/finger.png) no-repeat center center;
    position: absolute;
    width: 110px;
    top: 0;
    left: 0;
    bottom: 0; }
    .product_details .contactus .finger:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 20px;
      border-color: transparent transparent transparent #fbb034;
      position: absolute;
      right: -20px;
      top: 50%;
      margin-top: -20px;
      content: ''; }
  .product_details .contactus .info {
    padding: 60px 200px 0 145px;
    font-size: 24px; }
    .product_details .contactus .info strong {
      text-transform: uppercase; }
.product_details .incentives {
  background-color: #f8f8f8;
  padding: 56px 0 86px 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold; }
  .product_details .incentives img {
    margin-bottom: 10px; }
  .product_details .incentives .container_12 {
    /*padding: 28px 0 28px 0;
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;*/ }
    .product_details .incentives .container_12 .grid_2 {
      text-align: center; }
.product_details .ref {
  display: block;
  position: absolute;
  background-color: #636262;
  padding: 6px 12px 6px 12px;
  box-shadow: -3px -3px 4px rgba(0, 0, 0, 0.3);
  bottom: 0;
  right: 0;
  color: #ffffff; }
.product_details .line {
  padding: 20px 0 20px 0;
  text-align: center; }
.product_details .em {
  font-size: 24px; }
.product_details .col {
  font-weight: bold;
  font-size: 17px; }
.product_details .threecols .col {
  display: inline-block;
  width: 32%;
  text-align: center; }
.product_details .twocols .col {
  display: inline-block;
  width: 49%;
  text-align: center;
  line-height: 40px; }
.product_details .mainimg {
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 30px;
  background: transparent none no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }
  .product_details .mainimg img {
    display: none; }
.product_details .pedaldescr {
  line-height: 1.3; }
.product_details .classic, .product_details .pedal, .product_details .evo {
  position: relative; }
  .product_details .classic .boxclassic, .product_details .classic .boxpedal, .product_details .pedal .boxclassic, .product_details .pedal .boxpedal, .product_details .evo .boxclassic, .product_details .evo .boxpedal {
    width: 50%; }
  .product_details .classic .gallery, .product_details .pedal .gallery, .product_details .evo .gallery {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background: transparent url(/images/bgProductDetails.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
.product_details .classicpedal, .product_details .evopedal, .product_details .classicevo {
  position: relative; }
  .product_details .classicpedal .boxclassic, .product_details .classicpedal .boxpedal, .product_details .classicpedal .boxevo, .product_details .evopedal .boxclassic, .product_details .evopedal .boxpedal, .product_details .evopedal .boxevo, .product_details .classicevo .boxclassic, .product_details .classicevo .boxpedal, .product_details .classicevo .boxevo {
    width: 50%;
    float: left; }
  .product_details .classicpedal [class^="box"]:first-of-type .border, .product_details .evopedal [class^="box"]:first-of-type .border, .product_details .classicevo [class^="box"]:first-of-type .border {
    border-left-width: 1px; }
  .product_details .classicpedal .gallery, .product_details .evopedal .gallery, .product_details .classicevo .gallery {
    height: 340px;
    position: relative;
    background: transparent url(/images/bgProductDetails.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
.product_details .classicevopedal {
  position: relative; }
  .product_details .classicevopedal .boxclassic, .product_details .classicevopedal .boxpedal, .product_details .classicevopedal .boxevo {
    width: 33.33%;
    float: left; }
  .product_details .classicevopedal [class^="box"]:first-of-type .border {
    border-left-width: 1px; }
  .product_details .classicevopedal .gallery {
    height: 340px;
    position: relative;
    background: transparent url(/images/bgProductDetails.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
.product_details .border {
  border: 1px solid #cccccc;
  border-width: 1px 1px 1px 0; }

.bggrey {
  background-color: #f2f2f2; }

.bgwhite {
  background-color: #ffffff; }

.yellow {
  color: #fbb034; }

.deepred {
  color: #cc3333; }

.flottantGauche {
  float: left;
  margin: 0 20px 20px 0;
  width: 50%;
  height: auto; }
  .flottantGauche img {
    width: 100%;
    height: auto; }

.flottantDroite {
  float: right;
  margin: 5px 0 20px 20px;
  width: 50%;
  height: auto; }
  .flottantDroite img {
    width: 100%;
    height: auto; }

.twocols img, .threecols img {
  width: 100%;
  height: auto; }

.list1 ul {
  margin: 0;
  padding: 0; }
  .list1 ul li {
    float: left;
    width: 25%;
    display: block;
    margin: 0;
    padding: 0; }
    .list1 ul li a {
      display: block;
      border: 1px solid #cbcbcb;
      padding: 10px;
      display: block;
      color: #000000;
      margin: 10px;
      text-align: center; }
      .list1 ul li a:hover {
        background-color: #ff9c00; }

.car.list .table .headers {
  display: none;
  padding: 10px; }
  .car.list .table .headers div {
    text-shadow: 1px 1px 1px #000000;
    color: #e9e9e9;
    display: inline-block;
    width: 14.27%;
    text-align: center; }
.car.list .table .row {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #666666;
  transition: all .2s; }
  .car.list .table .row:nth-child(odd) {
    background-color: #f9f9f9; }
  .car.list .table .row:hover {
    background-color: #fbb034; }
    .car.list .table .row:hover a {
      color: #000000; }
  .car.list .table .row .cellsgroup {
    display: inline-block;
    text-align: left; }
    .car.list .table .row .cellsgroup.group1 .cell {
      display: inline;
      font-weight: bold; }
    .car.list .table .row .cellsgroup.group2 .cell {
      display: inline-block;
      width: 24%; }
    .car.list .table .row .cellsgroup.group1, .car.list .table .row .cellsgroup.group2, .car.list .table .row .cellsgroup.group3 {
      width: 33%;
      padding: 0; }
    .car.list .table .row .cellsgroup.fourcols {
      width: 66%; }
      .car.list .table .row .cellsgroup.fourcols .cell {
        display: inline-block;
        width: 24%;
        text-align: center; }
    .car.list .table .row .cellsgroup.twocols {
      width: 100%; }
      .car.list .table .row .cellsgroup.twocols .cell {
        display: inline-block;
        width: 49%; }
  .car.list .table .row .cell.link {
    display: none !important; }

.ribbon_contactus {
  position: relative; }
  .ribbon_contactus .col {
    float: left;
    width: 48%;
    margin-right: 4%; }
    .ribbon_contactus .col.last {
      margin-right: 0; }
  .ribbon_contactus .fieldset .field {
    margin-bottom: 10px;
    line-height: 28px; }
    .ribbon_contactus .fieldset .field .it select.aw {
      width: auto; }
  .ribbon_contactus .fieldset .fieldrow .it textarea {
    height: 80px; }

.red {
  color: #ff0000; }

.button1 {
  display: inline-block;
  background-color: #fbb034;
  color: #000000;
  padding: 12px 24px 12px 24px;
  text-transform: uppercase;
  transition: all .2s;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }
  .button1:hover {
    background-color: #000000;
    color: #fbb034; }

.playlist .youtube_channel_playlist {
  margin-bottom: 0; }
  .playlist .youtube_channel_playlist li {
    margin: 0 10px 0 10px;
    padding: 0;
    display: block;
    position: relative;
    overflow: auto;
    zoom: 1;
    float: left;
    width: 460px;
    margin-bottom: 35px; }
    .playlist .youtube_channel_playlist li span, .playlist .youtube_channel_playlist li a {
      display: block; }
      .playlist .youtube_channel_playlist li span.yt_snippet, .playlist .youtube_channel_playlist li a.yt_snippet {
        display: none; }
      .playlist .youtube_channel_playlist li span.yt_thumb, .playlist .youtube_channel_playlist li a.yt_thumb {
        display: block;
        position: relative; }
        .playlist .youtube_channel_playlist li span.yt_thumb img, .playlist .youtube_channel_playlist li a.yt_thumb img {
          width: 100%;
          height: auto; }
      .playlist .youtube_channel_playlist li span.yt_title, .playlist .youtube_channel_playlist li a.yt_title {
        display: none; }
      .playlist .youtube_channel_playlist li span.yt_description, .playlist .youtube_channel_playlist li a.yt_description {
        display: none; }
      .playlist .youtube_channel_playlist li span.yt_link, .playlist .youtube_channel_playlist li a.yt_link {
        background: transparent url(/images/playvideo.png) no-repeat center center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }

.bold {
  font-weight: bold; }

.green {
  color: #14a600; }

.ajresp {
  text-align: center;
  margin-bottom: 8px; }
  .ajresp span {
    display: inline-block;
    padding: 6px;
    color: #ffffff;
    border-radius: 6px; }
  .ajresp.ok span {
    background-color: #14a600; }
  .ajresp.ko span {
    background-color: #bc2130; }

.sekw {
  width: 20px;
  display: inline;
  margin-left: 6px;
  position: relative;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 3px; }
  .sekw input {
    border: none;
    position: relative;
    display: inline;
    width: 100%;
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    padding: 0;
    margin: 0; }
    .sekw input:focus {
      outline: 0; }

.specquote {
  text-align: center;
  font-style: italic;
  margin: 20px 60px 20px 60px;
  font-weight: bold;
  font-size: 24px; }

.simplequote {
  font-style: italic;
  margin: 0 20px 20px 20px; }

table {
  width: 100%; }

.montage2 div {
  position: relative;
  display: inline-block; }
  .montage2 div img {
    width: 100%;
    height: auto; }
  .montage2 div .cpt {
    position: absolute;
    left: 15px;
    top: 15px;
    display: block;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
    font-weight: 700;
    font-size: 24px; }

.separator1 {
  height: 1px;
  background-color: #fbb034;
  width: 60%;
  margin: 50px auto 70px auto; }

.hide {
  display: none; }

.testimonials .separator1 {
  width: 30%; }

.faqfilter {
  text-align: center;
  margin: 20px 20px 40px 20px; }
  .faqfilter input[type=text] {
    padding: 8px;
    border: 1px solid #cccccc;
    border-radius: 16px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    width: 50%;
    margin: 0 auto; }

.hlb1 {
  display: block;
  padding: 20px;
  width: 60%;
  margin: 20px auto 20px auto;
  border: 1px solid #cccccc;
  border-radius: 20px;
  background-color: #eeeeee;
  text-align: center;
  font-weight: bold;
  font-size: 20px; }

.pageGallery {
  position: relative;
  padding: 20px 0 80px 0; }
  .pageGallery .submenu {
    display: block;
    margin: 0 0 50px 0;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    text-align: center; }
    .pageGallery .submenu li {
      display: inline-block;
      *display: inline;
      zoom: 1;
      position: relative;
      line-height: 40px; }
      .pageGallery .submenu li.item a {
        color: #000000;
        text-decoration: none;
        font-size: 14px;
        padding-bottom: 3px;
        /*transition: all .2s;*/ }
        .pageGallery .submenu li.item a:hover {
          border-bottom: 5px solid rgba(92, 84, 84, 0.7); }
        .pageGallery .submenu li.item a.current {
          border-bottom: 4px solid #fbb034;
          font-weight: bold; }
      .pageGallery .submenu li.stretch {
        width: 100%;
        display: inline-block;
        font-size: 0;
        line-height: 0; }
  .pageGallery .thumb {
    float: left;
    width: 25%; }
    .pageGallery .thumb a {
      width: 100%;
      display: block;
      margin: 0;
      position: relative;
      height: 200px;
      background: transparent none no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      .pageGallery .thumb a img {
        display: none; }
      .pageGallery .thumb a .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        opacity: 0; }
      .pageGallery .thumb a:hover .overlay {
        opacity: .1;
        transition: all .2s; }

img {
  max-width: 100%;
  height: auto; }

#simplemap {
  width: 100%;
  height: 350px; }

#virtualTour {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.ibmobile, .imobile, .bmobile {
  display: none !important; }

.alternativeCC {
  margin-bottom: 70px; }
  .alternativeCC .mcc {
    width: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 503; }
    .alternativeCC .mcc .mainphone {
      display: none; }
    .alternativeCC .mcc .mccw {
      background-color: #fbb034;
      box-shadow: 3px 3px 8px #222222;
      width: 100%;
      z-index: 100000; }
      .alternativeCC .mcc .mccw .cc {
        padding: 8px 15px 15px 15px; }
        .alternativeCC .mcc .mccw .cc .title {
          text-shadow: -2px 0 3px rgba(0, 0, 0, 0.6);
          color: #ffffff;
          font-size: 22px;
          text-align: center; }
        .alternativeCC .mcc .mccw .cc select {
          width: 100%;
          padding: 8px 0 8px 0;
          text-indent: 8px;
          display: block;
          margin-bottom: 8px; }

.announce {
  background-color: #e21b20;
  box-shadow: 0 3px 8px #222222;
  width: 100%;
  z-index: 100000; }
  .announce .label {
    padding: 15px 0 15px 0;
    width: 960px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    text-align: center; }
    .announce .label p {
      margin-bottom: 0; }
    .announce .label a {
      font-weight: bold;
      color: #ffffff;
      transition: all .2s; }
      .announce .label a:hover {
        color: #000000; }

.chapeau {
  font-size: 18px; }

/*# sourceMappingURL=master.css.map */
