@import url(reset.css);
@import url(text.css);
body {
  background: #ffffff;
  color: #333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  color: #004687;
  text-transform: uppercase; }

h3 {
  margin-bottom: 0; }

h4 {
  font-weight: bold;
  color: #d41217;
  font-size: 18px;
  margin-bottom: 10px; }

h5 {
  font-weight: bold;
  margin-bottom: 8px; }

a {
  color: #000000;
  transition: all .2s;
  cursor: pointer; }

a:hover {
  color: #d41217; }

small {
  font-size: 11px; }

/* `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*/
.clear {
  clear: both; }

.header {
  background-color: #19242a;
  position: relative;
  color: #ffffff;
  padding: 30px 0 30px 0; }
  .header .logo img {
    width: 310px;
    height: auto; }
  .header .topmenu {
    text-align: right;
    line-height: 24px;
    margin-top: 6px; }
    .header .topmenu a {
      color: #ffffff;
      text-decoration: none;
      transition: all .2s;
      display: inline-block; }
      .header .topmenu a .round {
        border: 1px solid #fff;
        border-radius: 50%;
        line-height: 24px;
        width: 24px;
        height: 24px;
        text-align: center;
        font-size: 12px;
        display: inline-block; }
        .header .topmenu a .round .fa {
          line-height: 24px; }
      .header .topmenu a:hover {
        color: #f00000; }

.banners {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .banners .slide {
    visibility: hidden; }
    .banners .slide img {
      width: 100%;
      height: auto; }
    .banners .slide .container_12 {
      /*height: 470px; */ }
      .banners .slide .container_12 .legend {
        position: absolute;
        bottom: 100px;
        color: #ffffff;
        font-size: 45px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
        line-height: 1.2;
        z-index: 555; }
    .banners .slide .alpha {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      width: 42%;
      left: 0;
      bottom: 0; }
      .banners .slide .alpha:after {
        content: '';
        position: absolute;
        right: -200px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 800px 0 0 200px;
        border-color: transparent transparent transparent rgba(0, 0, 0, 0.5); }
  .banners .sq {
    z-index: 5000;
    position: absolute;
    top: 74px;
    left: 86px; }

.section, .relative {
  position: relative; }

.opp {
  padding: 30px 0 30px 0; }
  .opp.odd {
    background-color: #ebebeb; }

.grayline {
  background-color: #19242a; }
  .grayline .container_12 .mainmenu {
    margin: 0 auto;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    width: 98%; }
    .grayline .container_12 .mainmenu li {
      display: inline-block;
      margin: 0;
      position: relative; }
      .grayline .container_12 .mainmenu li a {
        color: #ffffff;
        height: 44px;
        line-height: 44px;
        display: inline-block;
        padding: 0 6px 0 6px;
        font-size: 14px;
        text-transform: uppercase; }
        .grayline .container_12 .mainmenu li a:hover, .grayline .container_12 .mainmenu li a.current {
          color: #da2128; }
      .grayline .container_12 .mainmenu li.stretch {
        width: 100%;
        display: inline-block;
        font-size: 0;
        line-height: 0; }
      .grayline .container_12 .mainmenu li.mlang {
        display: none; }
    .grayline .container_12 .mainmenu.sf-menu li:hover ul, .grayline .container_12 .mainmenu.sf-menu li.sfHover ul {
      top: 44px; }
    .grayline .container_12 .mainmenu.sf-menu ul {
      position: absolute;
      background-color: #a49da3;
      display: block;
      top: -999em;
      z-index: 999999;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
      min-width: 150px; }
      .grayline .container_12 .mainmenu.sf-menu ul li {
        display: block;
        line-height: 40px;
        height: 40px;
        padding: 0 0 0 0; }
        .grayline .container_12 .mainmenu.sf-menu ul li a {
          text-transform: none;
          color: #ffffff;
          display: block;
          padding-left: 12px; }
          .grayline .container_12 .mainmenu.sf-menu ul li a:hover {
            color: #da2128; }
    .grayline .container_12 .mainmenu.sf-menu .sf-sub-indicator {
      display: none; }

a {
  text-decoration: none;
  transition: all .2s;
  color: #004687; }
  a:hover {
    color: #f00000; }

.page {
  padding: 30px 0 0 0; }
  .page.home {
    background: transparent none repeat-y center bottom;
    background-size: 100%; }

.separator {
  height: 58px; }

.texts.hsm {
  padding: 0 0 30px 30px; }
.texts img {
  max-width: 100%;
  height: auto; }

.boxes .box0 {
  border: 1px solid #bfbfbf;
  text-transform: uppercase;
  cursor: pointer; }
  .boxes .box0 .title {
    padding: 10px;
    background: #575555 url(/images/bgTitle.png) repeat-x left top;
    color: #ffffff;
    text-align: center;
    font-size: 22px; }
  .boxes .box0 .descr {
    padding: 16px;
    text-align: center;
    color: #d41217;
    font-size: 18px; }
    .boxes .box0 .descr img {
      max-width: 100%;
      height: auto; }
    .boxes .box0 .descr p:last-of-type {
      margin-bottom: 0; }
.boxes .box1 {
  margin-bottom: 36px; }
  .boxes .box1 .title {
    display: none; }
  .boxes .box1 .descr {
    text-align: center; }
.boxes h1 {
  font-size: 40px;
  font-weight: bold;
  color: #000000; }

.gallery {
  position: relative; }
  .gallery .thumb {
    float: left;
    width: 25%; }
    .gallery .thumb a {
      width: 90%;
      display: block;
      box-shadow: 0 0 5px rgba(55, 55, 55, 0.8);
      margin: 0 auto 20px auto;
      position: relative; }
      .gallery .thumb a img {
        width: 100%;
        height: auto; }
      .gallery .thumb a .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        opacity: 0; }
      .gallery .thumb a:hover .overlay {
        opacity: .4;
        transition: all .2s; }

.submenu {
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  padding: 6px 10px 6px 10px;
  margin-bottom: 0; }
  .submenu li {
    margin: 4px 0 4px 0; }
    .submenu li a {
      padding: 4px 8px 4px 8px;
      display: block;
      color: #333333; }
      .submenu li a:hover, .submenu li a.current {
        background-color: #004687;
        color: #ffffff; }
    .submenu li ul {
      margin-left: 12px;
      margin-bottom: 6px; }
      .submenu li ul a {
        padding: 3px 8px 3px 8px;
        font-size: 14px; }
      .submenu li ul .fa {
        font-size: 12px; }

.dispo table {
  border-collapse: collapse;
  width: 100%; }
  .dispo table.desktopVersion {
    margin: 20px 0 20px 0; }
  .dispo table.mobileVersion {
    display: none; }
  .dispo table th, .dispo table td {
    text-align: center;
    font-size: 10px;
    border: 1px solid #ffffff;
    padding: 2px; }
  .dispo table th {
    text-align: center;
    font-size: 10px;
    border: 1px solid #ffffff;
    padding: 2px;
    background-color: #e2dccf; }
  .dispo table td {
    color: #000000;
    background-color: #8FE8FF;
    border: 1px solid #ffffff;
    min-width: 19px; }
    .dispo table td.weDay {
      background-color: #A4B944; }
    .dispo table td.wDay {
      background-color: #C3D273; }
.dispo a {
  color: #333333;
  background-color: #e2dccf;
  width: 100px;
  padding: 4px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #ffffff;
  text-decoration: none;
  cursor: pointer;
  text-align: center; }
  .dispo a:hover, .dispo a.selected {
    background-color: #004687;
    color: #ffffff;
    text-decoration: none; }
.dispo .yearsAlternativeMenu {
  text-align: center; }
.dispo .last_update {
  text-align: center;
  font-style: italic;
  margin-top: 8px;
  font-size: 12px; }
.dispo .legende {
  height: 20px; }
  .dispo .legende td {
    background-color: #e9e9e9;
    border-width: 0px;
    font-weight: bold;
    color: #333333;
    width: auto;
    padding: 6px;
    width: 25%;
    text-align: center; }

.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 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 select.error {
        background-color: #d41217 !important;
        color: #ffffff; }
    .fieldset .field .it.hit {
      width: 29%; }
      .fieldset .field .it.hit:nth-of-type(1) {
        margin-right: 1%; }
    .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: #d41217;
        color: #ffffff; }

.services {
  position: relative; }
  .services .service {
    float: left;
    width: 25%; }
    .services .service .wrapper {
      padding: 10px 25px 10px 25px;
      border-right: 1px solid #818181; }
      .services .service .wrapper .picto {
        text-align: center;
        margin-bottom: 32px; }
      .services .service .wrapper .title {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 24px; }
      .services .service .wrapper .description {
        text-align: justify; }
    .services .service:nth-of-type(4) .wrapper {
      border-right: none; }

.footer {
  background: #19242a;
  color: #ffffff;
  padding: 16px; }
  .footer .baseline {
    margin: 0; }
  .footer .bottommenu {
    overflow: hidden;
    margin: 0 auto;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    width: 98%; }
    .footer .bottommenu li {
      display: inline-block;
      margin: 0; }
      .footer .bottommenu li a {
        color: #ffffff;
        display: inline-block;
        padding: 0 20px 0 20px; }
        .footer .bottommenu li a:hover {
          color: #d41217; }
      .footer .bottommenu li.stretch {
        width: 100%;
        display: inline-block;
        font-size: 0;
        line-height: 0; }

.imgtxt {
  margin-bottom: 20px; }
  .imgtxt p {
    margin-bottom: 10px; }
  .imgtxt .col1 {
    float: left;
    width: 25%;
    height: 135px;
    background: transparent none no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative; }
    .imgtxt .col1::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 22px 22px 0;
      border-color: transparent #ffffff transparent transparent;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      content: ''; }
    .imgtxt .col1 img {
      display: none; }
  .imgtxt .col2 {
    float: right;
    width: 70%; }

.imgtxt2 {
  margin-bottom: 20px; }
  .imgtxt2 p {
    margin-bottom: 10px; }
  .imgtxt2 .col1 {
    float: left;
    width: 30%;
    height: 135px;
    background: transparent none no-repeat center center;
    position: relative;
    border: 1px solid #cbcbcb; }
    .imgtxt2 .col1::after {
      width: 22px;
      height: 22px;
      position: absolute;
      background: transparent url(/images/corner.png) no-repeat center center;
      top: -1px;
      right: -1px;
      z-index: 10;
      content: ''; }
    .imgtxt2 .col1 img {
      display: none; }
  .imgtxt2 .col2 {
    float: right;
    width: 65%; }

.tags {
  margin-bottom: 20px;
  text-align: center; }
  .tags span {
    font-weight: bold;
    color: #004687;
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    cursor: pointer; }
    .tags span:hover {
      color: red; }

.portal .entry {
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 16px;
  cursor: pointer; }
  .portal .entry .img {
    background: transparent none no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 134px;
    position: relative; }
    .portal .entry .img.cats {
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain; }
    .portal .entry .img::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 22px 22px 0;
      border-color: transparent #ffffff transparent transparent;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      content: ''; }
  .portal .entry a {
    display: block;
    padding: 8px;
    background-color: #004687;
    color: #ffffff;
    text-align: center; }
    .portal .entry a .tb {
      display: table;
      width: 100%; }
      .portal .entry a .tb .cell {
        display: table-cell;
        vertical-align: middle; }
  .portal .entry img {
    display: none; }

.brands {
  margin-bottom: 20px; }
  .brands .brand {
    float: left;
    width: 18%;
    margin-right: 2%; }
    .brands .brand .inner {
      margin-bottom: 12px;
      height: 84px;
      background: #ffffff none no-repeat center center;
      position: relative;
      border: 1px solid #cbcbcb;
      background-size: 80%; }
      .brands .brand .inner::after {
        width: 22px;
        height: 22px;
        position: absolute;
        background: transparent url(/images/corner.png) no-repeat center center;
        top: -1px;
        right: -1px;
        z-index: 10;
        content: ''; }
      .brands .brand .inner a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .brands .brand .inner img {
        display: none; }

.odd .brands .inner::after {
  background: transparent url(/images/corner_grey.png) no-repeat center center; }

.button1 {
  display: inline-block;
  background-color: #004687;
  color: #ffffff;
  padding: 12px 24px 12px 24px;
  text-transform: uppercase;
  transition: all .2s;
  font-size: 18px;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }
  .button1:hover {
    background-color: #9bc31c; }

.red {
  color: #d41217; }

.gray {
  color: #5e5e5e; }

.green {
  color: #004687; }

.hide {
  display: none !important; }

.fleft {
  float: left !important; }

.fright {
  float: right !important; }

img.fright {
  margin: 0 0 16px 16px; }

img.fleft {
  margin: 0 16px 16px 0; }

.mobileMenuSwitch {
  display: none; }

.slider {
  width: 90%;
  position: relative;
  margin: 0 auto;
  height: 88px; }
  .slider .bx-prev {
    background: transparent url(/images/prev.png) no-repeat center center;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
    margin-top: -14px;
    left: -40px;
    text-indent: -10000px;
    z-index: 17000; }
  .slider .bx-next {
    background: transparent url(/images/next.png) no-repeat center center;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
    margin-top: -14px;
    right: -40px;
    z-index: 15000;
    text-indent: -10000px;
    z-index: 17000; }

.bx-wrapper .bx-pager {
  text-align: center;
  color: #666;
  position: absolute;
  bottom: 20px;
  z-index: 2900;
  right: 66px; }
  .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block; }
    .bx-wrapper .bx-pager .bx-pager-item a {
      background: #83909b;
      text-indent: -9999px;
      display: block;
      width: 10px;
      height: 10px;
      margin-left: 5px;
      outline: 0;
      border-radius: 50%; }
      .bx-wrapper .bx-pager .bx-pager-item a.active, .bx-wrapper .bx-pager .bx-pager-item a:hover {
        background: #d41217; }

.fourcols .col {
  width: 23%;
  float: left;
  margin-right: 2%; }

.sitemap ul {
  margin-bottom: 0;
  margin-left: 30px; }
  .sitemap ul li {
    margin: 0;
    list-style-type: none; }

.catalog {
  position: relative; }
  .catalog .product {
    float: left;
    width: 33%;
    font-size: 14px; }
    .catalog .product.p50 {
      width: 50%; }
    .catalog .product .brd {
      border: 1px solid #bfbfbf;
      padding: 8px 12px 0 12px;
      margin: 10px;
      position: relative;
      /*.less10{  
          background: transparent url("/images/less10.png") no-repeat center center;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          background-size: contain;
          width: 60px;
          height: 60px;
          z-index: 1000;
          position: absolute;
      }*/ }
      .catalog .product .brd::after {
        width: 22px;
        height: 22px;
        position: absolute;
        background: transparent url(/images/corner.png) no-repeat center center;
        top: -1px;
        right: -1px;
        z-index: 10;
        content: ''; }
      .catalog .product .brd .productLabel {
        color: #5e5e5f;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
        position: relative;
        padding-right: 24px;
        height: 44px; }
      .catalog .product .brd .plus {
        width: 50%;
        margin: 18px auto 0 auto;
        background-color: #e30615;
        border-radius: 15px;
        line-height: 30px;
        height: 30px;
        text-align: center;
        color: #ffffff; }
      .catalog .product .brd .productPrice {
        margin-top: 17px;
        text-align: center;
        background-color: #004687;
        color: #ffffff;
        font-size: 18px; }
      .catalog .product .brd .img {
        text-align: center;
        background: transparent none no-repeat center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        height: 210px;
        margin-bottom: 10px; }
        .catalog .product .brd .img img {
          display: none; }
      .catalog .product .brd li {
        list-style-type: disc;
        line-height: 1.1;
        margin-left: 18px; }
      .catalog .product .brd .lnk {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 800; }
      .catalog .product .brd .cashback {
        background: transparent url("/images/cashback.jpg") no-repeat center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        width: 64px;
        height: 64px;
        z-index: 1000;
        position: absolute;
        right: 14px;
        top: 37px; }
      .catalog .product .brd .less10 {
        color: #004687;
        background-color: #ffffff;
        border: 4px solid #004687;
        position: absolute;
        right: 10px;
        top: 167px; }
        .catalog .product .brd .less10 .b1 {
          border: 2px solid #ffffff;
          display: block; }
          .catalog .product .brd .less10 .b1 .b2 {
            border: 1px solid #004687;
            display: block;
            width: 60px;
            height: 60px;
            text-align: center;
            font-weight: 700;
            font-family: "Oswald";
            letter-spacing: 0;
            line-height: 1; }
            .catalog .product .brd .less10 .b1 .b2 .pc {
              font-size: 12px;
              vertical-align: middle;
              display: block; }
              .catalog .product .brd .less10 .b1 .b2 .pc .big {
                font-size: 24px;
                vertical-align: middle; }
      .catalog .product .brd .promo {
        background: transparent url("/images/promo.png") no-repeat center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        width: 103px;
        height: 55px;
        z-index: 1000;
        position: absolute;
        left: 2px;
        top: 33px; }

.contestresults {
  margin-top: 20px;
  margin-bottom: 30px; }
  .contestresults .col {
    width: 50%;
    float: left; }

.mytable1 {
  width: 90%;
  margin: 0 auto; }
  .mytable1 tr {
    border-top: 1px solid black;
    border-bottom: 1px solid black; }
    .mytable1 tr td {
      font-weight: bold;
      padding: 8px; }

.mytable2 {
  width: 90%;
  margin: 0 auto; }
  .mytable2 tr td {
    padding: 8px;
    border: 1px solid #eeeeee;
    text-align: center; }

.ifsplash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000; }
  .ifsplash iframe {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 0;
    height: 100%;
    width: 100%; }

/*# sourceMappingURL=master.css.map */
