@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kanit:300,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,800");
.deskOnly {
  display: block; }

.mobOnly {
  display: none; }

.nomar {
  margin: 0 !important; }

.nomarl {
  margin-left: 0 !important; }

.nopad {
  padding: 0 !important; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

b, strong {
  font-weight: 600; }

/* ==========================================================================   GRID   ========================================================================== */
.ink_col {
  display: block;
  float: left;
  margin: 0 0 0 1.6%; }

/* Remove the margin on the first column. Works on all browsers incl. IE7+ */
.ink_col:first-child {
  margin-left: 0; }

.ink_row, .inkform form.form .fields {
  clear: both;
  margin: 0 auto;
  *zoom: 1; }

.ink_row:before,
.inkform form.form .fields:before,
.ink_row:after, .inkform form.form .fields:after {
  content: "";
  display: table; }

.ink_row:after, .inkform form.form .fields:after {
  clear: both; }

.grid_12_of_12 {
  width: 100%; }

.grid_11_of_12 {
  width: 91.53%; }

.grid_10_of_12 {
  width: 83.06%; }

.grid_9_of_12 {
  width: 74.6%; }

.grid_8_of_12 {
  width: 66.13%; }

.grid_7_of_12 {
  width: 57.66%; }

.grid_6_of_12 {
  width: 49.2%; }

.grid_5_of_12 {
  width: 40.73%; }

.grid_4_of_12 {
  width: 32.26%; }

.grid_3_of_12 {
  width: 23.8%; }

.grid_2_of_12 {
  width: 15.33%; }

.grid_1_of_12 {
  width: 6.866%; }

/* Apply a natural box layout model to all elements - http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================   Non-semantic helper classes from HTML5 Boilerplate   Please define your styles before this section.   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================   Print styles from HTML5 Boilerplate   Inlined to avoid required HTTP connection: h5bp.com/r   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/* ==========================================================================   General styles   ========================================================================== */
a:link, a:visited, a:hover, a:active, a:focus,
li:link, li:visited, li:hover, li:active, li:focus,
input:link, input:visited, input:hover, input:active, input:focus,
span:link, span:visited, span:hover, span:active, span:focus,
textarea:link, textarea:visited, textarea:hover, textarea:active, textarea:focus,
select:link, select:visited, select:hover, select:active, select:focus {
  outline: none !important;
  text-decoration: none; }

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

body {
  font-family: "Open Sans", sans-serif, Verdana;
  color: #333333; }

h1, h2, h3, h4, h6, small {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  color: #37557c;
  line-height: normal; }

h1 {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 30px; }

h2 {
  font-size: 28px;
  margin-bottom: 15px; }

h3 {
  font-size: 24px;
  margin-bottom: 10px; }

h4 {
  font-size: 20px;
  margin-bottom: 5px; }

small {
  font-size: 14px;
  padding-bottom: 2px;
  border-bottom: 1px solid; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

p {
  margin-bottom: 10px; }

a {
  color: #5fb4e5; }

blockquote {
  border-left: 5px solid #cccccc;
  padding-left: 20px;
  margin-bottom: 20px;
  font-style: italic; }

.cont ul li:before {
  font-family: 'FontAwesome';
  speak: none;
  vertical-align: middle;
  content: " ";
  color: #12ad43;
  font-size: 8px;
  padding-right: 5px; }

/* ==========================================================================   Basic page styles & helpers   ========================================================================== */
.trans *,
.moreLink *,
#dealersmap svg#canusamap *,
.ink_listall .allwrapper figure .wraper .desc .icons a *,
.bedcoportfolio figure .wraper .desc .icons a *,
.trans2, .ink_btn, .inkform form.form .submit input, .bedcoAdminPage .usersblock ul.uluserliste li {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.easeOutQuad,
.easeOutQuadAll * {
  -webkit-transition: 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.clear {
  clear: both;
  height: 0;
  overflow: hidden; }

.be_relative {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block; }

.be_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  display: block;
  top: 0;
  left: 0; }

.site_w {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.mainpad {
  padding: 0 10px; }

.m_succes {
  margin-top: 20px;
  color: #139B13; }

.m_fail {
  margin-top: 20px;
  color: #B01313; }

.ink_lang {
  text-transform: uppercase; }

.icon_socs .fa {
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px; }

.icon_socs .fa-facebook {
  border: 1px solid #3b5998;
  color: #3b5998; }
  .icon_socs .fa-facebook:hover {
    background: #3b5998;
    color: #fff; }

.icon_socs .fa-twitter {
  border: 1px solid #00aced;
  color: #00aced; }
  .icon_socs .fa-twitter:hover {
    background: #00aced;
    color: #fff; }

.icon_socs .fa-linkedin {
  border: 1px solid #007bb6;
  color: #007bb6; }
  .icon_socs .fa-linkedin:hover {
    background: #007bb6;
    color: #fff; }

.icon_socs .fa-google-plus {
  border: 1px solid #dd4b39;
  color: #dd4b39; }
  .icon_socs .fa-google-plus:hover {
    background: #dd4b39;
    color: #fff; }

.icon_socs .fa-at {
  border: 1px solid #333333;
  color: #333333; }
  .icon_socs .fa-at:hover {
    background: #333333;
    color: #fff; }

.icon_socs .fa-youtube-play,
.icon_socs .fa-youtube {
  border: 1px solid #bb0000;
  color: #bb0000; }
  .icon_socs .fa-youtube-play:hover,
  .icon_socs .fa-youtube:hover {
    background: #bb0000;
    color: #fff; }

.easeshow {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden; }

.moreLink {
  color: inherit;
  display: inline-block; }
  .moreLink i {
    color: inherit; }
  .moreLink:hover i {
    padding-left: 5px; }

.boxshad, .inkform form.form .fields span input[type=text], .inkform form.form .fields span input[type=email], .inkform form.form .fields span input[type=tel], .inkform form.form .fields span select, .inkform form.form .fields span textarea, .sec-portfolio-content .prodbot .l .cont, .sec-library .docs section.connexion .forms {
  background: #fff;
  border: 1px solid #e6e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); }

.imgzoom {
  overflow: hidden; }
  .imgzoom img {
    width: 100%;
    height: auto; }

.ink_btn, .inkform form.form .submit input {
  display: inline-block;
  border-radius: 4px; }
  .ink_btn .l, .inkform form.form .submit input .l, .ink_btn .r, .inkform form.form .submit input .r {
    background: #37557c;
    width: 12px;
    height: 48px;
    float: left; }
  .ink_btn .l, .inkform form.form .submit input .l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .ink_btn .r, .inkform form.form .submit input .r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: -1; }
  .ink_btn a, .inkform form.form .submit input a {
    display: inline-block;
    float: left;
    background: #5fb4e5;
    color: #fff;
    padding: 0 5px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Kanit", sans-serif;
    border-radius: 3px;
    margin: 4px -8px 0 -8px;
    z-index: 2;
    position: relative;
    min-width: 215px;
    text-align: center;
    letter-spacing: 1px;
    padding: 0 10px; }
    .ink_btn a i, .inkform form.form .submit input a i {
      margin-left: 1px;
      color: #fff; }
  .ink_btn:hover, .inkform form.form .submit input:hover {
    background: #37557c; }

.btn_light .l, .btn_light .r {
  background: #fff; }

.btn_light:hover {
  background: #fff; }

.btn_simple, .exopagination .prev-posts-link a, .exopagination .next-posts-link a, form#bedco_login p.login-submit input, .subscribeform form.form .submitbtn {
  display: inline-block;
  text-transform: uppercase;
  min-width: 100px;
  margin: 5px;
  padding: 5px;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #5fb4e5;
  color: #5fb4e5;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  text-align: center; }
  .btn_simple:hover, .exopagination .prev-posts-link a:hover, .exopagination .next-posts-link a:hover, form#bedco_login p.login-submit input:hover, .subscribeform form.form .submitbtn:hover {
    background: #5fb4e5;
    color: #fff; }

.exopagination {
  margin-top: 40px;
  text-align: center; }
  .exopagination .prev-posts-link, .exopagination .next-posts-link {
    display: inline-block; }

.pagetop {
  padding: 15px 10px;
  background: #37557c; }
  .pagetop .cont {
    max-width: 800px; }
    .pagetop .cont h1 {
      margin: 0;
      font-size: 26px;
      line-height: 26px;
      color: #fff; }
    .pagetop .cont p {
      color: #fff;
      margin-bottom: 0; }

.animateIn {
  animation: accordionIn 0.45s normal ease-in-out both 1; }

.animateOut {
  animation: accordionOut 0.45s alternate ease-in-out both 1; }

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg); } }

/* ==========================================================================   Partials Pret a porter   ========================================================================== */
.svghov, .svgclick {
  fill: #12ad43 !important; }

#tooltip {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  color: #37557c;
  border-radius: 3px;
  min-width: 50px;
  text-align: center; }
  #tooltip:after {
    top: -10px;
    left: 26px;
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid rgba(255, 255, 255, 0.8) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    margin-left: -13px;
    position: absolute;
    width: 0; }

#dealersmap {
  height: 701px; }
  #dealersmap svg#canusamap text {
    cursor: pointer;
    font-size: 14px; }
  #dealersmap svg#canusamap .tag {
    cursor: pointer; }
    #dealersmap svg#canusamap .tag:hover {
      fill: #12ad43; }
      #dealersmap svg#canusamap .tag:hover .st0, #dealersmap svg#canusamap .tag:hover .st4, #dealersmap svg#canusamap .tag:hover .st5 {
        fill: #12ad43; }
  #dealersmap svg#canusamap #hi text {
    fill: #fff !important; }

#ajax_output {
  color: #b30808;
  font-size: 14px;
  text-align: center; }
  #ajax_output .loading {
    padding: 10px; }
    #ajax_output .loading .fa {
      font-size: 20px;
      color: #333; }

.msg_s {
  padding: 10px;
  background: #1dc75a;
  border: 1px solid #26d866;
  width: 95%;
  max-width: 700px;
  margin: 10px auto;
  color: #fff; }

.msg_f {
  padding: 10px;
  background: #f53333;
  border: 1px solid #ff6868;
  width: 95%;
  max-width: 700px;
  margin: 10px auto;
  color: #fff; }

.inkform form.form .fields span {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 5px 10px; }
  .inkform form.form .fields span input[type=text], .inkform form.form .fields span input[type=email], .inkform form.form .fields span input[type=tel], .inkform form.form .fields span select, .inkform form.form .fields span textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    background: #ffffff; }
    .inkform form.form .fields span input[type=text]:focus, .inkform form.form .fields span input[type=email]:focus, .inkform form.form .fields span input[type=tel]:focus, .inkform form.form .fields span select:focus, .inkform form.form .fields span textarea:focus {
      background: rgba(255, 255, 255, 0.85);
      border-bottom: 1px solid #5fb4e5; }
  .inkform form.form .fields span textarea {
    height: 100px; }

.inkform form.form .radios label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px; }

.inkform form.form .radios input[type=radio] {
  opacity: 0;
  width: 1px; }

.inkform form.form .radios label:before {
  border-radius: 8px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #aaa;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8); }

.inkform form.form .radios input[type=radio]:checked + label:before {
  content: "\2022";
  color: #f3f3f3;
  font-size: 31px;
  text-align: center;
  line-height: 13px; }

.inkform form.form .submit {
  padding: 10px; }

.inkform form.form .full_c2 span {
  width: 50%; }

.inkform form.form .full_c3 span {
  width: 33.333%; }

.inkform form.form .full_c4 span {
  width: 25%; }

.inkform form.form .full_c5 span {
  width: 33.33%; }

.inkform form.form .full_c5 .states-prov {
  height: 44px;
  background: #ffffff; }

.filteractif {
  background: #37557c !important;
  color: #fff !important; }

.ink_listall {
  background: #eee; }
  .ink_listall .allwrapper .top {
    padding: 45px 10px;
    background: #7388a4;
    color: #fff;
    text-align: center; }
    .ink_listall .allwrapper .top h1 {
      color: #fff;
      margin-bottom: 0; }
  .ink_listall .allwrapper .bot {
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 1220px; }
    .ink_listall .allwrapper .bot .filter {
      margin-bottom: 20px;
      padding: 0 10px; }
      .ink_listall .allwrapper .bot .filter span.til {
        width: 100px;
        float: left;
        color: #646464;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 18px; }
        .ink_listall .allwrapper .bot .filter span.til .fa {
          color: #37557c; }
      .ink_listall .allwrapper .bot .filter ul {
        width: calc(100% - 100px);
        float: left; }
        .ink_listall .allwrapper .bot .filter ul li {
          display: inline-block;
          cursor: pointer;
          text-transform: none;
          background: #fff;
          padding: 5px 10px;
          margin: 4px;
          font-size: 15px;
          color: #37557c;
          border: 1px solid #e4e4e4; }
          .ink_listall .allwrapper .bot .filter ul li:hover {
            background: #37557c;
            color: #fff; }
  .ink_listall .allwrapper figure .wraper .img {
    padding-bottom: 3px; }
  .ink_listall .allwrapper figure .wraper .desc {
    background: #fff;
    padding: 10px;
    color: #fff;
    margin-right: -40px; }
    .ink_listall .allwrapper figure .wraper .desc h4 {
      color: #313131;
      font-size: 16px;
      font-weight: 400; }
    .ink_listall .allwrapper figure .wraper .desc .icons {
      float: right; }
      .ink_listall .allwrapper figure .wraper .desc .icons a {
        color: #37557c;
        font-size: 20px;
        padding-left: 5px; }
        .ink_listall .allwrapper figure .wraper .desc .icons a:hover i {
          color: #37557c; }
    .ink_listall .allwrapper figure .wraper .desc .dp {
      color: #313131;
      width: calc(100% - 40px);
      font-size: 14px;
      max-width: 325px;
      display: block;
      margin-bottom: 5px; }

.bedcoportfolio {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto; }
  .bedcoportfolio figure {
    width: 33.333%;
    float: left;
    padding: 5px; }
    .bedcoportfolio figure .wraper {
      border-radius: 10px;
      overflow: hidden; }
      .bedcoportfolio figure .wraper .img {
        background: #37557c;
        display: inline-block;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        line-height: 0; }
        .bedcoportfolio figure .wraper .img img {
          width: 100%;
          height: auto;
          margin: 0;
          padding: 0;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
      .bedcoportfolio figure .wraper .desc {
        margin-top: -5px;
        background: #5fb4e5;
        padding: 10px;
        color: #fff;
        margin-right: -60px; }
        .bedcoportfolio figure .wraper .desc h4 {
          color: #fff;
          font-size: 16px;
          font-weight: 300;
          line-height: 18px;
          text-align: left;
          float: left;
          margin: 0;
          width: calc(100% - 55px);
          max-width: 325px;
          max-height: 20px;
          overflow: hidden; }
        .bedcoportfolio figure .wraper .desc .icons {
          float: right; }
          .bedcoportfolio figure .wraper .desc .icons a {
            color: #fff;
            font-size: 20px;
            padding-left: 5px; }
            .bedcoportfolio figure .wraper .desc .icons a:hover i {
              color: #37557c; }
      .bedcoportfolio figure .wraper:hover img {
        opacity: .60; }
      .bedcoportfolio figure .wraper:hover .desc {
        margin-right: 0; }

/* ==========================================================================   Main Navigation   ========================================================================== */
#maincontentcontainer {
  padding: 76px 0 0px 0; }

.headOnscroll {
  background: rgba(255, 255, 255, 0.97) !important; }

#headercontainer {
  border-bottom: 1px solid #e5e5e5; }
  #headercontainer .tier {
    word-spacing: -2px; }
    #headercontainer .tier:hover {
      color: #FAA21B !important; }
  #headercontainer header {
    position: fixed;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    /*border-bottom: 2px solid $green-color;        box-shadow: 0 1px 2px rgba(0,0,0,.06);*/ }
    #headercontainer header .linkproduct {
      cursor: pointer; }
    #headercontainer header .wrapmegamenu {
      position: relative; }
    #headercontainer header .megamenu {
      display: none;
      background: rgba(255, 255, 255, 0.95);
      width: 100%;
      z-index: 2000;
      position: absolute;
      max-width: 1200px;
      margin: 0px auto 0 auto;
      box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3);
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      padding: 5px; }
      #headercontainer header .megamenu .wraproduct {
        margin: 0; }
        #headercontainer header .megamenu .wraproduct .prod {
          padding: 5px;
          min-height: auto; }
          #headercontainer header .megamenu .wraproduct .prod .top {
            text-align: center;
            background: #eeeeee; }
            #headercontainer header .megamenu .wraproduct .prod .top img {
              max-width: 100px; }
          #headercontainer header .megamenu .wraproduct .prod .bot {
            display: block; }
            #headercontainer header .megamenu .wraproduct .prod .bot a {
              margin: 0; }
  #headercontainer .site_logo {
    float: left; }
    #headercontainer .site_logo a {
      margin-top: 5px;
      display: inline-block;
      text-align: center; }
      #headercontainer .site_logo a img {
        max-width: 260px;
        display: inline-block;
        margin-bottom: -9px; }
      #headercontainer .site_logo a span {
        font-size: 12px;
        color: #37557c;
        font-family: "Kanit", sans-serif; }
  #headercontainer .site_nav {
    float: right;
    padding: 5px 0px 0 0;
    text-align: right; }
    #headercontainer .site_nav ul.top-menu * {
      color: #37557c; }
    #headercontainer .site_nav ul.top-menu li {
      display: inline-block;
      margin-left: 10px;
      font-size: 14px;
      font-family: "Kanit", sans-serif;
      font-weight: 300; }
      #headercontainer .site_nav ul.top-menu li a:hover {
        color: #12ad43; }
    #headercontainer .site_nav ul.top-menu li.phone a {
      font-weight: 400;
      color: #12ad43; }
    #headercontainer .site_nav ul.top-menu form#searchform {
      padding: 2px 5px;
      border: 1px solid #d7d7d7;
      border-radius: 20px;
      width: 40px;
      text-align: left; }
      #headercontainer .site_nav ul.top-menu form#searchform i {
        color: #37557c;
        padding-left: 2px; }
      #headercontainer .site_nav ul.top-menu form#searchform input {
        border: none;
        width: calc(100% - 30px);
        font-size: 14px;
        background: transparent; }
      #headercontainer .site_nav ul.top-menu form#searchform:hover i {
        color: #5fb4e5; }
    #headercontainer .site_nav ul.top-menu .fa-linkedin {
      color: #007bb6;
      font-size: 16px; }
    #headercontainer .site_nav ul.top-menu .fa-youtube {
      color: #bb0000;
      font-size: 16px; }
  #headercontainer .tgleMenu {
    float: right;
    margin-top: 15px;
    padding-right: 6px; }
    #headercontainer .tgleMenu i {
      color: #b1b1b1;
      font-size: 35px;
      border: 1px solid #b1b1b1;
      border-radius: 2px;
      padding: 2px 5px; }
  #headercontainer .main-navigation {
    margin: 0 auto; }
    #headercontainer .main-navigation li {
      display: inline-block;
      position: relative;
      margin: 0 0 0 0px;
      /* Margin on the left side of each top level menu item (since it's floated right) */ }
      #headercontainer .main-navigation li:hover > a {
        color: #12ad43;
        /* Nav bar link color on hover */ }
    #headercontainer .main-navigation a {
      display: block;
      text-decoration: none;
      color: #37557c;
      /* Nav bar link color */
      font-size: 15px;
      text-transform: uppercase;
      font-family: "Kanit", sans-serif; }
    #headercontainer .main-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #headercontainer .main-navigation ul a {
        padding: 10px 0px 10px 10px;
        /* Padding around each top level menu option (if needed) */ }
      #headercontainer .main-navigation ul li:hover > ul {
        display: block; }
      #headercontainer .main-navigation ul ul {
        display: none;
        width: 220px;
        position: absolute;
        right: 0;
        margin: 0 -20px 0 0;
        z-index: 99999;
        background-color: #f9f9f9;
        /* Nav bar dropdown background color */
        box-shadow: 0 12px 50px rgba(0, 0, 0, 0.1); }
        #headercontainer .main-navigation ul ul:hover > a {
          color: #5fb4e5;
          /* Nav bar dropdown link color on hover */ }
        #headercontainer .main-navigation ul ul li {
          margin: 0;
          width: 100%; }
          #headercontainer .main-navigation ul ul li:first-child a {
            border-top: 1px solid #dedede !important; }
        #headercontainer .main-navigation ul ul a {
          color: #37557c;
          /* Nav bar dropdown link color */
          line-height: 0;
          padding: 20px 20px 20px 10px;
          /* Padding around each dropdown menu option */
          border-top: 1px solid #dedede;
          word-wrap: break-word;
          text-align: right; }
          #headercontainer .main-navigation ul ul a:hover {
            background: #5fb4e5;
            color: #fff !important; }
        #headercontainer .main-navigation ul ul ul {
          left: 100%;
          top: 0; }
    #headercontainer .main-navigation li.menu-parent-item > a:after {
      /* If you don't want the arrows on the top level drop down, simply remove this style */
      /*font-family: 'FontAwesome';            font-weight: normal;            font-style: normal;            speak: none;            vertical-align: middle;            font-size: 9px;            font-size: 0.5625rem;            content: " \f078";            width: calc(100% - 20px);            display: block;            position: absolute;*/ }
    #headercontainer .main-navigation .current-menu-item > a,
    #headercontainer .main-navigation .current-menu-ancestor > a,
    #headercontainer .main-navigation .current_page_item > a,
    #headercontainer .main-navigation .current_page_ancestor > a,
    #headercontainer .main-navigation .current_page_parent > a {
      color: #5fb4e5;
      /* Nav bar link color for current menu item or ancestor */ }

.wraproduct {
  margin-top: 10px; }
  .wraproduct .prod {
    display: block;
    float: left;
    width: 33.333%;
    min-height: 327px; }
    .wraproduct .prod .top {
      padding: 10px 20px 10px 20px;
      position: relative;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      .wraproduct .prod .top h4 {
        text-transform: uppercase;
        margin-bottom: 0; }
      .wraproduct .prod .top:after {
        border-radius: 20px;
        content: "";
        height: 2px;
        bottom: 0;
        left: 0;
        background: #12ad43;
        position: absolute;
        width: 0%; }
    .wraproduct .prod .bot {
      display: none;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      text-align: left; }
      .wraproduct .prod .bot a {
        padding: 0px;
        display: block;
        font-size: 15px;
        color: #37557c;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
        padding: 2px 10px;
        margin-bottom: 5px;
        background: #e6e4e4;
        font-family: "Kanit", sans-serif; }
        .wraproduct .prod .bot a i, .wraproduct .prod .bot a .txt {
          color: #37557c; }
        .wraproduct .prod .bot a:hover {
          color: #fff; }
          .wraproduct .prod .bot a:hover .txt {
            font-weight: 600;
            padding-left: 8px; }
        .wraproduct .prod .bot a:last-child {
          border-bottom: none;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }
    .wraproduct .prod:hover .top {
      background: #eeeeee; }
      .wraproduct .prod:hover .top:after {
        width: 100%; }
    .wraproduct .prod:hover .bot {
      display: block; }
      .wraproduct .prod:hover .bot a {
        margin-bottom: 0; }

/* ==========================================================================   Home   ========================================================================== */
.sec-home section {
  padding: 60px 10px; }

.sec-home .silderz {
  background: transparent; }
  .sec-home .silderz .rev_title {
    font-family: "Kanit", sans-serif;
    text-align: center;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.7); }
    .sec-home .silderz .rev_title span {
      color: #12ad43 !important;
      text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6); }
  .sec-home .silderz .rev_tagline {
    text-align: center;
    text-transform: uppercase;
    font-family: "Kanit", sans-serif;
    font-weight: 600 !important;
    color: #37557c !important; }
  .sec-home .silderz .tp-dottedoverlay {
    background: rgba(0, 0, 0, 0.2) !important; }

.sec-home section.productline {
  text-align: center;
  padding: 20px 10px 20px 10px; }
  .sec-home section.productline .desc {
    max-width: 900px;
    margin: 0 auto; }

.sec-home section.portfolio {
  background: #7388a4;
  padding: 80px 10px; }
  .sec-home section.portfolio .top {
    text-align: center; }
    .sec-home section.portfolio .top h1 {
      color: #fff;
      font-weight: 300; }
  .sec-home section.portfolio .bot {
    margin-top: 40px;
    text-align: center; }

.sec-home section.dealerslocator {
  padding: 80px 10px; }
  .sec-home section.dealerslocator .wrap {
    background: #eee;
    border: 1px solid #e2e2e2;
    min-height: 530px;
    height: 530px;
    padding-left: 5%;
    border-radius: 40px;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 450px) {
      .sec-home section.dealerslocator .wrap {
        height: 700px; } }
    .sec-home section.dealerslocator .wrap .desc {
      margin-top: 16%;
      width: 35%;
      vertical-align: middle; }
      .sec-home section.dealerslocator .wrap .desc .btn {
        margin-top: 40px; }
    .sec-home section.dealerslocator .wrap #dealersmap {
      width: 60%;
      right: 3%;
      top: -125px;
      position: absolute; }

/* ==========================================================================   Locator   ========================================================================== */
.sec-locator .pagetop {
  padding: 15px 10px;
  border-bottom: 2px #7388a4 solid; }
  .sec-locator .pagetop .cont h1 {
    margin: 0;
    font-size: 26px;
    line-height: 26px; }

.sec-locator .locators {
  padding: 0 10px;
  overflow: hidden; }
  .sec-locator .locators .wraper {
    margin: 0 auto 50px auto; }
    .sec-locator .locators .wraper .loc {
      width: calc(100% - 720px);
      margin: 45px 0;
      float: left; }
      .sec-locator .locators .wraper .loc .dealercard .head {
        background: #37557c;
        padding: 10px 10px;
        color: #ffffff;
        text-align: right; }
        .sec-locator .locators .wraper .loc .dealercard .head span {
          text-transform: uppercase;
          font: 300 18px/19px "Kanit", sans-serif;
          letter-spacing: 3px; }
      .sec-locator .locators .wraper .loc .dealercard .cont {
        padding: 10px;
        background: #eee;
        color: #37557c;
        font-size: 16px;
        line-height: 30px;
        padding: 20px;
        border: 1px solid #e6e5e5;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.04); }
        .sec-locator .locators .wraper .loc .dealercard .cont p {
          display: inline-block;
          margin-bottom: 0; }
        .sec-locator .locators .wraper .loc .dealercard .cont a {
          color: #333333;
          color: #37557c; }
          .sec-locator .locators .wraper .loc .dealercard .cont a:hover {
            color: #12ad43; }
        .sec-locator .locators .wraper .loc .dealercard .cont h2 {
          line-height: 28px;
          font-size: 26px;
          color: #12ad43; }
          .sec-locator .locators .wraper .loc .dealercard .cont h2 span {
            font-weight: 300;
            font-size: 16px;
            color: #12ad43; }
        .sec-locator .locators .wraper .loc .dealercard .cont h3 {
          line-height: 21px;
          font-size: 23px; }
        .sec-locator .locators .wraper .loc .dealercard .cont span {
          display: block;
          line-height: 24px;
          color: #37557c; }
        .sec-locator .locators .wraper .loc .dealercard .cont .town {
          font-size: 20px; }
      .sec-locator .locators .wraper .loc .dealercard #gmap {
        width: 100%;
        height: 230px;
        border: 1px solid #e6e5e5;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.04);
        margin-top: 20px; }
    .sec-locator .locators .wraper #dealersmap {
      width: 720px;
      float: right;
      margin-top: -130px; }

/* ==========================================================================   sec-product   ========================================================================== */
.sec-product .pagetop {
  text-align: center;
  padding: 0; }
  .sec-product .pagetop .top {
    padding: 10px 10px; }
    .sec-product .pagetop .top h1 {
      font-weight: 200;
      font-size: 18px;
      color: #fff;
      text-transform: uppercase;
      margin: 0;
      line-height: normal; }
  .sec-product .pagetop .bot {
    width: 100%;
    min-height: 460px;
    height: 460px;
    display: table;
    background-position: center center;
    background-size: cover; }
    .sec-product .pagetop .bot .cont {
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      background: rgba(0, 0, 0, 0.2); }
      .sec-product .pagetop .bot .cont h2 {
        color: #fff;
        font-size: 48px;
        font-weight: 400;
        text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8); }

.sec-product .prod {
  background: #eee;
  padding: 0 0 40px 0; }
  .sec-product .prod nav ul li {
    width: 20%;
    float: left;
    background: #f6f6f6;
    text-align: center;
    border: 1px solid #efebeb;
    border-top: none; }
    .sec-product .prod nav ul li a {
      padding: 15px 1px;
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      font-family: "Kanit", sans-serif; }
    .sec-product .prod nav ul li:hover {
      background: #5fb4e5; }
      .sec-product .prod nav ul li:hover a {
        color: #efefef; }
  .sec-product .prod nav ul li.curentPage {
    background: #12ad43 !important; }
    .sec-product .prod nav ul li.curentPage a {
      color: #fff; }
  .sec-product .prod .content {
    background: #fff;
    padding: 50px; }
    .sec-product .prod .content h2 {
      font-size: 26px;
      line-height: 26px; }
    .sec-product .prod .content .cont {
      padding: 0 70px 0 0;
      width: 58%;
      float: left; }
    .sec-product .prod .content .r-col {
      width: 42%;
      float: left; }
      .sec-product .prod .content .r-col .docu {
        text-align: center;
        background: #f6f6f6;
        padding: 20px; }
        .sec-product .prod .content .r-col .docu p {
          margin: 0 0 30px 0; }
      .sec-product .prod .content .r-col .logos {
        margin: 0 0 0 20px; }
        .sec-product .prod .content .r-col .logos img {
          width: 250px;
          margin: 10px 0 10px 0; }
      .sec-product .prod .content .r-col h4 {
        color: #999999;
        font-weight: 300; }
  .sec-product .prod .gallery {
    margin: 50px 0 50px 0;
    background: #ffffff; }
    .sec-product .prod .gallery .photo {
      float: left;
      position: relative;
      width: 32%;
      margin-right: 1%;
      border-radius: 10px; }
      .sec-product .prod .gallery .photo h3 {
        position: absolute;
        font: 300 16px/17px "Kanit", sans-serif;
        text-align: center;
        width: 100%;
        background: #5fb4e5;
        color: #ffffff;
        padding: 10px;
        bottom: 0;
        margin: 0;
        z-index: 10;
        border-radius: 0 0 10px 10px; }
        .sec-product .prod .gallery .photo h3 span {
          font: 500 20px/22px "Kanit", sans-serif; }
      .sec-product .prod .gallery .photo .gradient {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9;
        border-radius: 10px; }
      .sec-product .prod .gallery .photo .bkgd {
        display: block;
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center center;
        border-radius: 10px; }
      .sec-product .prod .gallery .photo:hover {
        overflow: hidden; }
        .sec-product .prod .gallery .photo:hover .gradient {
          background: rgba(55, 85, 124, 0.3); }
  .sec-product .prod .tests-certif .box {
    display: inline-block; }
    .sec-product .prod .tests-certif .box img {
      display: block;
      max-width: 200px;
      max-height: 70px;
      height: auto;
      width: auto;
      margin: 0 30px 0 0; }
  .sec-product .prod .ctcus {
    text-align: center;
    margin-top: 40px; }

/* ==========================================================================   sec-portfolio-content   ========================================================================== */
.sec-portfolio-content .prodtop {
  background: #5fb4e5; }
  .sec-portfolio-content .prodtop .l {
    width: 35%;
    float: left;
    display: table;
    height: 340px; }
    .sec-portfolio-content .prodtop .l .txt {
      display: table-cell;
      vertical-align: middle;
      padding: 20px;
      color: #fff; }
      .sec-portfolio-content .prodtop .l .txt h1 {
        color: #fff;
        margin-bottom: 10px; }
  .sec-portfolio-content .prodtop .r {
    width: 65%;
    float: left;
    height: 340px;
    background-size: cover;
    background-position: center center; }

.sec-portfolio-content .prodbot {
  background: #eee;
  padding: 40px 10px; }
  .sec-portfolio-content .prodbot .l {
    width: 50%;
    float: left; }
    .sec-portfolio-content .prodbot .l h2 {
      font-size: 18px;
      text-transform: uppercase;
      margin-left: 20px;
      margin-bottom: 5px;
      border-bottom: 2px solid #dcdcdc; }
    .sec-portfolio-content .prodbot .l h3 {
      font-size: 18px; }
    .sec-portfolio-content .prodbot .l .cont {
      background: #fff;
      margin-bottom: 20px;
      padding: 40px; }
    .sec-portfolio-content .prodbot .l .testimonial {
      border-top: 1px solid #eeeeee;
      border-bottom: 1px solid #eeeeee;
      margin: 20px 0 20px 0;
      padding: 20px 0 20px 0; }
    .sec-portfolio-content .prodbot .l .logos {
      margin: 20px 0 20px 0; }
      .sec-portfolio-content .prodbot .l .logos img {
        width: 250px;
        margin: 10px 0 10px 0; }
  .sec-portfolio-content .prodbot .r {
    width: 50%;
    float: left;
    padding: 0 20px 20px 20px; }
    .sec-portfolio-content .prodbot .r h2 {
      font-size: 26px;
      margin-left: 5px; }
      .sec-portfolio-content .prodbot .r h2 span {
        font-size: 20px; }
    .sec-portfolio-content .prodbot .r ul#galerie li {
      float: left;
      width: 33.33%;
      padding: 5px; }
      .sec-portfolio-content .prodbot .r ul#galerie li a {
        background: #37557c;
        border-radius: 12px;
        line-height: 0;
        margin: 0;
        padding: 0;
        display: block; }
        .sec-portfolio-content .prodbot .r ul#galerie li a img {
          line-height: 0;
          width: 100%;
          height: auto;
          border-radius: 10px; }
        .sec-portfolio-content .prodbot .r ul#galerie li a:hover img {
          opacity: .5; }
  .sec-portfolio-content .prodbot .testimonial {
    padding-top: 15px;
    border-top: 1px solid #dadada; }
    .sec-portfolio-content .prodbot .testimonial h2 {
      border-bottom: 0;
      font-size: 18px;
      margin-bottom: 0px;
      text-transform: none; }

.sec-portfolio-content section.portfolio {
  padding: 60px 10px;
  text-align: center; }
  .sec-portfolio-content section.portfolio h1 {
    font-size: 24px; }
  .sec-portfolio-content section.portfolio .bedcoportfolio figure {
    width: 25%; }
  .sec-portfolio-content section.portfolio .bot {
    margin-top: 20px; }

/* ==========================================================================   sec-news   ========================================================================== */
.sec-news .wraper {
  padding: 40px 10px; }
  .sec-news .wraper article {
    margin: 15px 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background: #eee;
    border-left: 8px solid #37557c; }
    .sec-news .wraper article .l {
      height: 185px;
      float: left;
      width: 280px;
      background: #fff;
      text-align: center;
      background: #7388a4;
      background-size: cover;
      background-position: center center; }
      .sec-news .wraper article .l i {
        line-height: 180px;
        font-size: 120px;
        color: #fff; }
      .sec-news .wraper article .l:hover {
        opacity: .8; }
    .sec-news .wraper article .r {
      width: calc(100% - 280px);
      float: left;
      padding: 20px; }
      .sec-news .wraper article .r h2 {
        margin-bottom: 0px;
        font-size: 24px; }
        .sec-news .wraper article .r h2 a {
          color: #37557c; }
          .sec-news .wraper article .r h2 a:hover {
            color: #5fb4e5; }

.single-publications .pagetop .cont {
  max-width: 100% !important; }

.single-publications .post-news .content .l {
  float: left;
  width: 45%; }
  .single-publications .post-news .content .l img {
    width: 100%;
    height: auto;
    padding: 0 !important; }

.single-publications .post-news .content .r {
  padding-left: 20px;
  float: left;
  width: 55%; }

/* ==========================================================================   sec-library   ========================================================================== */
.hovertitle, .sec-library .docs section.docsection .masterTitle {
  cursor: pointer;
  background: #37557c;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 5px 5px 15px;
  margin: 0;
  color: #fff;
  font-weight: 200;
  font-size: 24px; }
  .hovertitle img, .sec-library .docs section.docsection .masterTitle img {
    width: 25px;
    vertical-align: middle; }
  .hovertitle:hover, .sec-library .docs section.docsection .masterTitle:hover {
    padding-left: 25px;
    background: rgba(55, 85, 124, 0.9); }

form#bedco_login p {
  width: 25%;
  float: left;
  padding: 5px;
  margin: 0; }
  form#bedco_login p input {
    width: 100%;
    max-width: 100%;
    padding: 7px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e6e5e5; }
  form#bedco_login p label {
    font-size: 14px;
    color: #37557c; }

form#bedco_login p.login-remember {
  display: none; }

form#bedco_login p.login-submit input {
  margin-top: 23px;
  width: auto !important; }

.subscribeform form.form .fields span {
  padding: 5px; }
  .subscribeform form.form .fields span input {
    padding: 8px; }

.subscribeform form.form .submitbtn {
  width: auto !important;
  margin-top: 10px;
  display: inline-block; }

.subscribeform .radios span.til {
  font-weight: bold; }

.subscribeform .radios span {
  width: auto !important;
  color: #37557c;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  vertical-align: middle; }

.docsContainer {
  margin-bottom: 10px; }
  .docsContainer h3 {
    background: #37557c;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 5px 5px 20px;
    margin: 0;
    color: #fff;
    font-weight: 200;
    font-size: 24px; }
  .docsContainer .masterTitle {
    border-radius: 6px; }
  .docsContainer .docsWraper {
    padding: 10px 10px 0 10px;
    border: 1px solid #e4e4e4;
    border-top: none; }
    .docsContainer .docsWraper h4 {
      line-height: 16px;
      font-size: 18px;
      padding: 10px;
      background: #12ad43;
      display: inline-block;
      margin: 0 0 0 13px;
      color: #fff;
      font-weight: 200;
      border-radius: 6px 6px 0 0; }
    .docsContainer .docsWraper ul.docImtems {
      padding: 5px 0;
      margin: 0px;
      border-top: 2px solid #12ad43; }
      .docsContainer .docsWraper ul.docImtems li {
        width: 50%;
        float: left;
        padding: 5px; }
        .docsContainer .docsWraper ul.docImtems li a {
          padding: 8px;
          color: #656565;
          display: block;
          border: 1px solid #e4e4e4;
          font-family: "Kanit", sans-serif;
          background: #eee;
          border-radius: 6px; }
          .docsContainer .docsWraper ul.docImtems li a i {
            color: #ccc; }
          .docsContainer .docsWraper ul.docImtems li a:hover {
            color: #37557c;
            padding-left: 15px;
            background: #d5f1ff;
            border: 1px solid #bae5fb; }
            .docsContainer .docsWraper ul.docImtems li a:hover i {
              color: #37557c; }
          .docsContainer .docsWraper ul.docImtems li a span.preview {
            float: right;
            font-family: "Open Sans", sans-serif, Verdana;
            font-size: 14px;
            color: #5fb4e5; }
            .docsContainer .docsWraper ul.docImtems li a span.preview i {
              color: #5fb4e5; }
  .docsContainer .disable * {
    cursor: not-allowed !important; }
  .docsContainer .disable a:hover {
    padding: 8px !important; }
    .docsContainer .disable a:hover i {
      color: #ccc !important; }
  .docsContainer .disable span.preview i {
    color: #ccc !important; }
  .docsContainer .disable .musbelogtxt {
    color: #ff0000;
    font-size: 13px; }

.sec-library #tooltip {
  width: 280px;
  background: #7388a4;
  color: #fff;
  z-index: 5000; }
  .sec-library #tooltip img {
    float: left;
    width: 45px;
    height: auto;
    margin-right: 10px; }
  .sec-library #tooltip .desc {
    min-width: 140px;
    font-size: 14px;
    text-align: left; }
  .sec-library #tooltip:after {
    border-bottom: solid #7388a4 10px; }

.sec-library .docs section.connexion {
  padding: 40px 0 20px 0; }
  .sec-library .docs section.connexion .forms {
    padding: 10px;
    background: #eeeeee;
    border-radius: 6px; }
    .sec-library .docs section.connexion .forms .top {
      color: #37557c; }
      .sec-library .docs section.connexion .forms .top .l {
        width: calc(100% - 315px);
        float: left; }
        .sec-library .docs section.connexion .forms .top .l p {
          padding: 0;
          margin: 0; }
      .sec-library .docs section.connexion .forms .top .r {
        width: 315px;
        float: right;
        text-align: right; }
        .sec-library .docs section.connexion .forms .top .r span.or {
          background: #c7c7c7;
          display: inline-block;
          border-radius: 50%;
          line-height: 35px;
          width: 35px;
          text-align: center;
          font-family: "Kanit", sans-serif; }
        .sec-library .docs section.connexion .forms .top .r .btn_simple, .sec-library .docs section.connexion .forms .top .r .exopagination .prev-posts-link a, .exopagination .prev-posts-link .sec-library .docs section.connexion .forms .top .r a, .sec-library .docs section.connexion .forms .top .r .exopagination .next-posts-link a, .exopagination .next-posts-link .sec-library .docs section.connexion .forms .top .r a, .sec-library .docs section.connexion .forms .top .r form#bedco_login p.login-submit input, form#bedco_login p.login-submit .sec-library .docs section.connexion .forms .top .r input, .sec-library .docs section.connexion .forms .top .r .subscribeform form.form .submitbtn, .subscribeform form.form .sec-library .docs section.connexion .forms .top .r .submitbtn {
          border: 2px solid #c7c7c7; }
          .sec-library .docs section.connexion .forms .top .r .btn_simple:hover, .sec-library .docs section.connexion .forms .top .r .exopagination .prev-posts-link a:hover, .exopagination .prev-posts-link .sec-library .docs section.connexion .forms .top .r a:hover, .sec-library .docs section.connexion .forms .top .r .exopagination .next-posts-link a:hover, .exopagination .next-posts-link .sec-library .docs section.connexion .forms .top .r a:hover, .sec-library .docs section.connexion .forms .top .r form#bedco_login p.login-submit input:hover, form#bedco_login p.login-submit .sec-library .docs section.connexion .forms .top .r input:hover, .sec-library .docs section.connexion .forms .top .r .subscribeform form.form .submitbtn:hover, .subscribeform form.form .sec-library .docs section.connexion .forms .top .r .submitbtn:hover {
            background: #c7c7c7; }
    .sec-library .docs section.connexion .forms h3 {
      margin-bottom: 5px;
      background: #7388a4;
      color: #fff;
      display: inline-block;
      margin: 0 0 0 15px;
      padding: 0 10px;
      font-size: 20px;
      font-weight: 200; }
    .sec-library .docs section.connexion .forms #loginform, .sec-library .docs section.connexion .forms #otherform {
      margin-top: 10px;
      display: none; }
      .sec-library .docs section.connexion .forms #loginform form, .sec-library .docs section.connexion .forms #otherform form {
        border-top: 2px solid #7388a4; }
    .sec-library .docs section.connexion .forms span.statut {
      display: inline-block;
      float: right;
      font-size: 15px;
      line-height: 25px; }
      .sec-library .docs section.connexion .forms span.statut:before {
        font-family: 'FontAwesome';
        speak: none;
        vertical-align: middle;
        content: "  ";
        color: #43da42;
        font-size: 12px; }

.sec-library .docs section.docsection {
  padding: 0 0 40px 0;
  position: relative; }
  .sec-library .docs section.docsection .masterTitle {
    vertical-align: middle; }
    .sec-library .docs section.docsection .masterTitle span {
      line-height: normal;
      vertical-align: middle; }
    .sec-library .docs section.docsection .masterTitle .locked {
      float: right;
      padding-right: 10px; }
      .sec-library .docs section.docsection .masterTitle .locked img {
        max-width: 20px; }
  .sec-library .docs section.docsection .secure {
    background: #bfc9d5 !important; }
  .sec-library .docs section.docsection .with2level .docsContainer .docsWraper {
    display: none; }
  .sec-library .docs section.docsection .with3level {
    margin-bottom: 10px; }
    .sec-library .docs section.docsection .with3level .with3levelwrap {
      display: none; }
      .sec-library .docs section.docsection .with3level .with3levelwrap .docsContainer {
        margin: 0; }
        .sec-library .docs section.docsection .with3level .with3levelwrap .docsContainer h3 {
          line-height: 4px;
          font-size: 18px;
          padding: 10px;
          background: #37557c;
          display: inline-block;
          margin: 0 0 0 30px;
          color: #fff;
          font-weight: 200; }
        .sec-library .docs section.docsection .with3level .with3levelwrap .docsContainer h4 {
          margin: 0; }

/* ==========================================================================   default page   ========================================================================== */
.sec-default .wraper {
  padding: 40px 10px;
  background: #eee; }
  @media only screen and (max-width: 1100px) {
    .sec-default .wraper {
      padding: 0; } }
  .sec-default .wraper .content {
    background: #fff;
    padding: 20px; }
    .sec-default .wraper .content img {
      float: left;
      padding-right: 15px;
      padding-bottom: 10px; }
  .sec-default .wraper h2 {
    line-height: 24px;
    display: block;
    font-size: 24px;
    border-bottom: 2px solid #37557c;
    display: inline-block;
    padding-bottom: 6px; }
  .sec-default .wraper h3, .sec-default .wraper h4 {
    color: #5fb4e5;
    margin-top: 15px;
    margin-bottom: 0px; }

.sec-default .cont-job {
  background: #ffffff; }
  .sec-default .cont-job .job-description {
    background: #eeeeee;
    border-radius: 10px;
    padding: 30px; }
    @media only screen and (max-width: 450px) {
      .sec-default .cont-job .job-description {
        padding: 20px; } }
    .sec-default .cont-job .job-description .label {
      color: #999999;
      font: 300 14px/15px "Open Sans", sans-serif, Verdana; }
    .sec-default .cont-job .job-description .masthead {
      display: table;
      width: 100%; }
      .sec-default .cont-job .job-description .masthead .title {
        display: table-cell;
        vertical-align: top;
        width: 90%;
        background: #5fb4e5;
        border-radius: 6px 0 0 6px;
        min-height: 100px;
        padding: 20px; }
        .sec-default .cont-job .job-description .masthead .title h1 {
          color: #ffffff;
          margin: 13px 0 0 0; }
        .sec-default .cont-job .job-description .masthead .title .label {
          color: #37557c; }
      .sec-default .cont-job .job-description .masthead .icon {
        display: table-cell;
        vertical-align: middle;
        width: 10%;
        background: #7388A4;
        padding: 10px;
        border-radius: 0 6px 6px 0;
        text-align: center; }
        .sec-default .cont-job .job-description .masthead .icon img {
          height: auto;
          width: 70px; }
        .sec-default .cont-job .job-description .masthead .icon .label {
          color: #ffffff;
          margin-top: -2px; }
    .sec-default .cont-job .job-description .details {
      border-radius: 6px;
      border: 1px solid #37557c;
      margin: 18px 0 0 0;
      text-align: center;
      font: 500 18px/22px "Kanit", sans-serif;
      background: #ffffff; }
      .sec-default .cont-job .job-description .details li {
        display: inline-block;
        width: 25%;
        color: #37557c;
        border-left: 1px solid #37557c;
        padding: 15px 0; }
        @media only screen and (max-width: 1100px) {
          .sec-default .cont-job .job-description .details li {
            width: 25%; } }
        @media only screen and (max-width: 800px) {
          .sec-default .cont-job .job-description .details li {
            width: 50%; } }
        @media only screen and (max-width: 450px) {
          .sec-default .cont-job .job-description .details li {
            width: 100%; } }
        .sec-default .cont-job .job-description .details li:nth-child(1) {
          border: none; }
          @media only screen and (max-width: 800px) {
            .sec-default .cont-job .job-description .details li:nth-child(1) {
              border-bottom: 1px solid #37557c; } }
        @media only screen and (max-width: 800px) {
          .sec-default .cont-job .job-description .details li:nth-child(2) {
            border-bottom: 1px solid #37557c; } }
        @media only screen and (max-width: 450px) {
          .sec-default .cont-job .job-description .details li:nth-child(2) {
            border: none;
            border-bottom: 1px solid #37557c; } }
        @media only screen and (max-width: 800px) {
          .sec-default .cont-job .job-description .details li:nth-child(3) {
            border: none; } }
        @media only screen and (max-width: 450px) {
          .sec-default .cont-job .job-description .details li:nth-child(3) {
            border-bottom: 1px solid #37557c; } }
        @media only screen and (max-width: 450px) {
          .sec-default .cont-job .job-description .details li:nth-child(4) {
            border: none; } }
    .sec-default .cont-job .job-description .desc-wrap {
      display: table;
      padding: 15px 0 0 0;
      width: 100%; }
      .sec-default .cont-job .job-description .desc-wrap .desc-box {
        width: 49.25%;
        border: 1px solid #37557c;
        border-radius: 6px;
        padding: 20px 40px 40px 40px;
        background: #ffffff;
        display: table-cell;
        vertical-align: top; }
        @media only screen and (max-width: 800px) {
          .sec-default .cont-job .job-description .desc-wrap .desc-box {
            width: 100%;
            margin: 20px 0 0 0; } }
        @media only screen and (max-width: 450px) {
          .sec-default .cont-job .job-description .desc-wrap .desc-box {
            padding: 20px; } }
        .sec-default .cont-job .job-description .desc-wrap .desc-box .label {
          text-align: center; }
        .sec-default .cont-job .job-description .desc-wrap .desc-box ul {
          list-style-type: circle;
          padding: 20px 0 0 0; }
          .sec-default .cont-job .job-description .desc-wrap .desc-box ul li {
            margin: 0 0 15px 20px;
            color: #37557c; }
    .sec-default .cont-job .job-description .download {
      text-align: center;
      margin: 50px 0 20px 0; }
      @media only screen and (max-width: 450px) {
        .sec-default .cont-job .job-description .download {
          width: 100%; } }
      .sec-default .cont-job .job-description .download a {
        display: inline-block;
        background: url("http://localhost:8888/bedcolab/wp-content/themes/exocore/images/download.png") no-repeat 30px 50%;
        background-size: 25px auto;
        padding: 15px 30px 15px 65px; }
        @media only screen and (max-width: 1100px) {
          .sec-default .cont-job .job-description .download a {
            background: url("http://localhost:8888/bedcolab/wp-content/themes/exocore/images/download.png") no-repeat 30px 50% #ffffff;
            background-size: 25px auto;
            border-radius: 100px; } }
        .sec-default .cont-job .job-description .download a:hover {
          color: #12ad43;
          background: url("http://localhost:8888/bedcolab/wp-content/themes/exocore/images/download.png") no-repeat 30px 50% #ffffff;
          background-size: 25px auto;
          padding: 15px 30px 15px 65px;
          border-radius: 100px; }
  .sec-default .cont-job .inkform {
    margin: 50px 0 50px 0;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    background: #eeeeee; }
    .sec-default .cont-job .inkform h2 {
      margin-top: 0;
      width: 100%;
      text-align: center;
      border-bottom: none;
      color: #12ad43;
      font-weight: 500; }
    .sec-default .cont-job .inkform .form input, .sec-default .cont-job .inkform .form textarea {
      background: #ffffff !important; }
    .sec-default .cont-job .inkform .form .submit {
      text-align: right; }
    .sec-default .cont-job .inkform .form textarea {
      height: 300px; }
    .sec-default .cont-job .inkform #cvfileupload {
      width: 100%; }
    .sec-default .cont-job .inkform .boxed {
      padding: 10px;
      background: #ffffff !important; }
      .sec-default .cont-job .inkform .boxed p {
        font-size: 14px; }
        .sec-default .cont-job .inkform .boxed p span {
          font-style: italic; }

/* ==========================================================================   sec-career   ========================================================================== */
.back-link {
  padding: 0 0 10px 35px; }
  .back-link a:hover {
    color: #12ad43; }

.page-template-ink-career .mobile {
  display: none; }
  @media only screen and (max-width: 800px) {
    .page-template-ink-career .mobile {
      display: block; } }

.page-template-ink-career #maincontentcontainer {
  padding-top: 0; }

@media only screen and (max-width: 800px) {
  .page-template-ink-career .forcefullwidth_wrapper_tp_banner {
    height: 500px !important; } }

@media only screen and (max-width: 450px) {
  .page-template-ink-career .forcefullwidth_wrapper_tp_banner {
    height: 580px !important;
    height: inherit !important; } }

@media only screen and (max-width: 800px) {
  .page-template-ink-career .tp-fullwidth-forcer {
    height: 500px !important; } }

@media only screen and (max-width: 450px) {
  .page-template-ink-career .tp-fullwidth-forcer {
    height: 450px !important; } }

@media only screen and (max-width: 800px) {
  .page-template-ink-career .rev_slider_wrapper {
    height: 500px !important;
    margin-top: 75px; } }

@media only screen and (max-width: 450px) {
  .page-template-ink-career .rev_slider_wrapper {
    height: 450px !important;
    margin-top: 60px; } }

.page-template-ink-career .rev_slider_wrapper .tp-bgimg {
  background-position: center top !important; }
  @media only screen and (max-width: 800px) {
    .page-template-ink-career .rev_slider_wrapper .tp-bgimg {
      background-position: left top !important; } }
  @media only screen and (max-width: 450px) {
    .page-template-ink-career .rev_slider_wrapper .tp-bgimg {
      background-position: center top !important; } }

@media only screen and (max-width: 1100px) {
  .page-template-ink-career .rev_slider_wrapper .tp-leftarrow {
    margin-left: -25px; } }

@media only screen and (max-width: 1100px) {
  .page-template-ink-career .rev_slider_wrapper .tp-rightarrow {
    margin-right: -25px; } }

.page-template-ink-career .rev_slider_wrapper h1 {
  color: #ffffff;
  font-size: 52px;
  line-height: 52px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 1100px) {
    .page-template-ink-career .rev_slider_wrapper h1 {
      margin-left: 30px; } }
  @media only screen and (max-width: 800px) {
    .page-template-ink-career .rev_slider_wrapper h1 {
      font-size: 75px;
      line-height: 75px; } }
  @media only screen and (max-width: 450px) {
    .page-template-ink-career .rev_slider_wrapper h1 {
      font-size: 30px !important;
      line-height: 30px !important; } }

.page-template-ink-career .rev_slider_wrapper .careers {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important; }
  @media only screen and (max-width: 1100px) {
    .page-template-ink-career .rev_slider_wrapper .careers {
      margin-left: 30px; } }

.page-template-ink-career .rev_slider_wrapper .sub-title {
  font-size: 23px !important;
  font-weight: 600 !important;
  line-height: 29px !important; }
  @media only screen and (max-width: 1100px) {
    .page-template-ink-career .rev_slider_wrapper .sub-title {
      margin-left: 30px; } }
  @media only screen and (max-width: 800px) {
    .page-template-ink-career .rev_slider_wrapper .sub-title {
      display: none; } }

.page-template-ink-career .rev_slider_wrapper .job-btn-1, .page-template-ink-career .rev_slider_wrapper .job-btn-2, .page-template-ink-career .rev_slider_wrapper .job-btn-3 {
  z-index: 10000;
  background: #5fb4e5 !important;
  color: #ffffff !important; }
  @media only screen and (max-width: 1100px) {
    .page-template-ink-career .rev_slider_wrapper .job-btn-1, .page-template-ink-career .rev_slider_wrapper .job-btn-2, .page-template-ink-career .rev_slider_wrapper .job-btn-3 {
      margin: 50px 0 0 30px; } }
  @media only screen and (max-width: 800px) {
    .page-template-ink-career .rev_slider_wrapper .job-btn-1, .page-template-ink-career .rev_slider_wrapper .job-btn-2, .page-template-ink-career .rev_slider_wrapper .job-btn-3 {
      font-size: 20px !important;
      margin: 20px 0 0 30px; } }
  @media only screen and (max-width: 450px) {
    .page-template-ink-career .rev_slider_wrapper .job-btn-1, .page-template-ink-career .rev_slider_wrapper .job-btn-2, .page-template-ink-career .rev_slider_wrapper .job-btn-3 {
      display: none; } }
  .page-template-ink-career .rev_slider_wrapper .job-btn-1:hover, .page-template-ink-career .rev_slider_wrapper .job-btn-2:hover, .page-template-ink-career .rev_slider_wrapper .job-btn-3:hover {
    background: #12ad43 !important;
    color: #ffffff !important; }

@media only screen and (max-width: 450px) {
  .page-template-ink-career .rev_slider_wrapper .careerwrap {
    margin-top: -120px;
    margin-left: 20px; } }

@media only screen and (max-width: 450px) {
  .page-template-ink-career .rev_slider_wrapper .titlewrap {
    margin-top: -80px;
    margin-left: 20px; } }

@media only screen and (max-width: 450px) {
  .page-template-ink-career .rev_slider_wrapper .jobbtn1 {
    padding-top: 50px !important; } }

@media only screen and (max-width: 450px) {
  .page-template-ink-career .rev_slider_wrapper .jobbtn2 {
    padding-top: 90px !important; } }

@media only screen and (max-width: 450px) {
  .page-template-ink-career .rev_slider_wrapper .jobbtn3 {
    padding-top: 130px !important; } }

.page-template-ink-career .sec-career {
  /* 	Cacher bouton Our Employees... */ }
  .page-template-ink-career .sec-career .wraper {
    margin: 0;
    padding: 0; }
  .page-template-ink-career .sec-career .title-wrap {
    background: #37557c;
    padding: 30px; }
    .page-template-ink-career .sec-career .title-wrap h2 {
      font-size: 40px;
      line-height: 40px;
      width: 100%;
      margin: 0;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase; }
    .page-template-ink-career .sec-career .title-wrap p {
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      color: #ffffff;
      margin: 0 auto 0 auto; }
  .page-template-ink-career .sec-career .available {
    background: #5fb4e5; }
    .page-template-ink-career .sec-career .available .cols {
      display: table; }
      .page-template-ink-career .sec-career .available .cols .l-col, .page-template-ink-career .sec-career .available .cols .r-col {
        display: table-cell;
        vertical-align: top;
        width: 48%;
        background: #eeeeee;
        padding: 20px 0 20px 0; }
        @media only screen and (max-width: 800px) {
          .page-template-ink-career .sec-career .available .cols .l-col, .page-template-ink-career .sec-career .available .cols .r-col {
            display: block;
            width: 100%;
            padding-bottom: 50px; } }
      .page-template-ink-career .sec-career .available .cols .c-col {
        width: 4%;
        background: #5fb4e5; }
        @media only screen and (max-width: 800px) {
          .page-template-ink-career .sec-career .available .cols .c-col {
            display: none; } }
    .page-template-ink-career .sec-career .available .head {
      text-align: center;
      padding: 20px 0 20px 0; }
      .page-template-ink-career .sec-career .available .head .icon {
        width: 120px;
        height: auto; }
        @media only screen and (max-width: 800px) {
          .page-template-ink-career .sec-career .available .head .icon {
            width: 200px; } }
      .page-template-ink-career .sec-career .available .head h3 {
        font-weight: 300;
        font-size: 30px;
        color: #37557c;
        margin: 0; }
    .page-template-ink-career .sec-career .available .loop {
      border-bottom: 1px solid #ffffff; }
      .page-template-ink-career .sec-career .available .loop a {
        display: block;
        color: #333333;
        padding: 20px 80px 20px 40px;
        background: url("../images/write-blue.svg") no-repeat 93% 50%;
        background-size: 30px auto; }
        .page-template-ink-career .sec-career .available .loop a .label {
          color: #5fb4e5;
          font-size: 16px;
          font-weight: 300;
          margin: 0 0 5px 0; }
        .page-template-ink-career .sec-career .available .loop a .title, .page-template-ink-career .sec-career .available .loop a .title2 {
          font-size: 16px;
          line-height: 24px;
          font-weight: 300;
          color: #37557c; }
        .page-template-ink-career .sec-career .available .loop a .title2 {
          font-size: 18px;
          color: #37557c;
          font-weight: 700; }
        .page-template-ink-career .sec-career .available .loop a:hover {
          background: url("../images/write-green.svg") no-repeat 93% 50% #dddddd;
          background-size: 30px auto; }
    .page-template-ink-career .sec-career .available:first-child a {
      border-top: 1px solid #ffffff; }
  .page-template-ink-career .sec-career .employees {
    display: none; }
    .page-template-ink-career .sec-career .employees .image {
      position: relative;
      float: left;
      width: 33%;
      height: 450px;
      background-size: cover;
      background-position: center center;
      cursor: pointer; }
      @media only screen and (max-width: 1400px) {
        .page-template-ink-career .sec-career .employees .image {
          height: 300px; } }
      @media only screen and (max-width: 1100px) {
        .page-template-ink-career .sec-career .employees .image {
          height: 270px; } }
      @media only screen and (max-width: 800px) {
        .page-template-ink-career .sec-career .employees .image {
          width: 50%;
          cursor: default; } }
      @media only screen and (max-width: 450px) {
        .page-template-ink-career .sec-career .employees .image {
          width: 100%;
          height: 270px; } }
      .page-template-ink-career .sec-career .employees .image h3 {
        position: absolute;
        bottom: 0;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        margin: 0;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400; }
      .page-template-ink-career .sec-career .employees .image:hover {
        filter: saturate(60%); }
        @media only screen and (max-width: 800px) {
          .page-template-ink-career .sec-career .employees .image:hover {
            filter: inherit; } }
        .page-template-ink-career .sec-career .employees .image:hover h3 {
          background: #12ad43; }
          @media only screen and (max-width: 800px) {
            .page-template-ink-career .sec-career .employees .image:hover h3 {
              background: rgba(0, 0, 0, 0.6); } }
    .page-template-ink-career .sec-career .employees .modal {
      position: fixed;
      background: rgba(0, 0, 0, 0.9);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 1000; }
      .page-template-ink-career .sec-career .employees .modal .photo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto; }
      .page-template-ink-career .sec-career .employees .modal .close {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 50px;
        margin-top: 50px;
        padding: 10px;
        border-radius: 40px;
        cursor: pointer; }
        .page-template-ink-career .sec-career .employees .modal .close img {
          display: block;
          margin: 0;
          padding: 0;
          opacity: 0.6; }
          .page-template-ink-career .sec-career .employees .modal .close img:hover {
            opacity: 1.0; }
  .page-template-ink-career .sec-career .spontaneous .sponform {
    padding: 80px 0 80px 0; }
    @media only screen and (max-width: 800px) {
      .page-template-ink-career .sec-career .spontaneous .sponform {
        padding: 80px 20px 80px 20px; } }
    .page-template-ink-career .sec-career .spontaneous .sponform .submit {
      padding: 10px 20px 10px 10px;
      float: right; }
  .page-template-ink-career .sec-career .spontaneous .boxed {
    padding: 10px;
    background: #ffffff !important; }
    .page-template-ink-career .sec-career .spontaneous .boxed p {
      font-size: 14px; }
      .page-template-ink-career .sec-career .spontaneous .boxed p span {
        font-style: italic; }
  .page-template-ink-career .sec-career .ask-info {
    padding: 40px 0 40px 0;
    background: #ffffff; }
    .page-template-ink-career .sec-career .ask-info h3 {
      text-align: center;
      color: #37557c;
      font-weight: 300; }
    .page-template-ink-career .sec-career .ask-info a {
      text-decoration: underline; }
  .page-template-ink-career .sec-career .job-btn-2 {
    display: none !important; }

/* ==========================================================================   sec-contact   ========================================================================== */
.sec-contact .wraper {
  padding: 40px 0 100px 40px; }
  @media only screen and (max-width: 1100px) {
    .sec-contact .wraper {
      padding: 40px 0 0 40px; } }
  @media only screen and (max-width: 450px) {
    .sec-contact .wraper {
      padding: 20px 0 0 20px; } }
  @media only screen and (max-width: 800px) {
    .sec-contact .wraper .full_sw {
      width: 100% !important; } }
  .sec-contact .wraper .col-l, .sec-contact .wraper .col-r {
    float: left;
    width: 48%; }
    @media only screen and (max-width: 800px) {
      .sec-contact .wraper .col-l, .sec-contact .wraper .col-r {
        float: none;
        width: 100%; } }
  .sec-contact .wraper .col-r {
    float: right; }
  .sec-contact .wraper .contbox {
    min-height: 510px;
    border-radius: 20px 20px 0 0; }
    @media only screen and (max-width: 800px) {
      .sec-contact .wraper .contbox {
        width: 95% !important;
        padding: 0 !important; } }
    .sec-contact .wraper .contbox .visual {
      padding: 0;
      height: 300px;
      width: 100%;
      background-size: cover !important;
      background-position: center center;
      margin-bottom: 15px; }
    .sec-contact .wraper .contbox .map {
      margin-bottom: 15px; }
    .sec-contact .wraper .contbox h3 {
      font: 500 22px/26px "Kanit", sans-serif; }
  .sec-contact .wraper .inkform {
    padding: 10px !important;
    background: #eee;
    border-radius: 5px; }
    @media only screen and (max-width: 800px) {
      .sec-contact .wraper .inkform {
        margin-bottom: 40px; } }
    .sec-contact .wraper .inkform h2 {
      margin-left: 12px;
      font-size: 24px;
      margin-bottom: 5px; }
    .sec-contact .wraper .inkform .submit {
      text-align: center; }
  .sec-contact .wraper .addrbox {
    padding: 0 0 0 20px; }
    .sec-contact .wraper .addrbox img {
      width: 200px;
      height: auto; }
    .sec-contact .wraper .addrbox .bot {
      margin-top: 20px; }
      .sec-contact .wraper .addrbox .bot a {
        display: block;
        margin-bottom: 5px; }
    .sec-contact .wraper .addrbox .loc {
      margin: 25px 0 50px 0; }
  .sec-contact .wraper .privacy {
    font-size: 12px;
    color: #aaaaaa;
    padding: 50px 0 0 20px; }

/* ==========================================================================   sec-contact   ========================================================================== */
.sec-about .bigwrap_top {
  background: #e6e6e6; }
  .sec-about .bigwrap_top .wraptop {
    padding: 30px;
    background: #fff; }
    .sec-about .bigwrap_top .wraptop .imgbed {
      margin-bottom: 5px;
      display: block; }
    .sec-about .bigwrap_top .wraptop .hh {
      position: relative;
      min-height: 245px;
      color: #eee;
      font-size: 15px; }
      .sec-about .bigwrap_top .wraptop .hh h2, .sec-about .bigwrap_top .wraptop .hh h3 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 22px; }
      .sec-about .bigwrap_top .wraptop .hh .l {
        background: #7388a4;
        min-height: 270px;
        overflow: hidden;
        width: calc(40% - 5px);
        margin-right: 5px;
        float: left;
        padding: 20px;
        position: absolute;
        z-index: 5; }
      .sec-about .bigwrap_top .wraptop .hh .r {
        background: #37557c;
        min-height: 270px;
        width: 60%;
        margin-left: 40%;
        padding: 20px;
        position: absolute;
        z-index: 5; }
  .sec-about .bigwrap_top .bkgreen {
    width: 100%;
    margin-top: -80px;
    background: url(../images/bedcolab-green-by-design.jpg) center center;
    background-size: cover; }
    .sec-about .bigwrap_top .bkgreen .filter {
      background: rgba(0, 0, 0, 0.35); }
    .sec-about .bigwrap_top .bkgreen .wrapgreen {
      padding: 280px 20px 30px 20px;
      font-size: 14px;
      color: #fff; }
      .sec-about .bigwrap_top .bkgreen .wrapgreen h3, .sec-about .bigwrap_top .bkgreen .wrapgreen h2 {
        color: #fff; }
      .sec-about .bigwrap_top .bkgreen .wrapgreen .l {
        width: calc(40% - 5px);
        margin-right: 5px;
        float: left;
        display: table; }
        .sec-about .bigwrap_top .bkgreen .wrapgreen .l img {
          margin-top: 85px; }
      .sec-about .bigwrap_top .bkgreen .wrapgreen .r {
        width: 60%;
        float: left;
        padding: 20px; }

.sec-about .bogwrap_bot {
  background: #e6e6e6; }
  .sec-about .bogwrap_bot .box {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px; }
    .sec-about .bogwrap_bot .box .l {
      width: calc(40% - 5px);
      margin-right: 5px;
      float: left; }
      .sec-about .bogwrap_bot .box .l img {
        width: 100%; }
    .sec-about .bogwrap_bot .box .r {
      width: 60%;
      float: left;
      padding-left: 20px;
      font-size: 15px; }
      .sec-about .bogwrap_bot .box .r ul li:before {
        font-family: 'FontAwesome';
        speak: none;
        vertical-align: middle;
        content: " ";
        color: #12ad43;
        font-size: 8px;
        padding-right: 5px; }

/* ==========================================================================   bedcoAdminPage   ========================================================================== */
.fgtPwd {
  padding-left: 5px;
  font-size: 14px;
  text-decoration: underline !important; }
  .fgtPwd:hover {
    font-weight: bold; }

.bedcoAdminPage .msg_f, .bedcoAdminPage .msg_s {
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  color: #36547a !important; }

.bedcoAdminPage .modal-content {
  padding-bottom: 0 !important; }

.bedcoAdminPage .infosRight .wrap {
  max-width: 400px; }

.bedcoAdminPage .infosLeft .top {
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 10px;
  text-align: right; }
  .bedcoAdminPage .infosLeft .top p.block {
    font-size: 14px;
    margin: 0; }
    .bedcoAdminPage .infosLeft .top p.block span {
      display: block;
      line-height: normal; }
      .bedcoAdminPage .infosLeft .top p.block span i {
        min-width: 25px;
        display: inline-block; }

.bedcoAdminPage .infosLeft .actions {
  text-align: right;
  margin-top: 10px; }
  .bedcoAdminPage .infosLeft .actions .filterbtn {
    background-color: #37557c; }
  .bedcoAdminPage .infosLeft .actions .resetbtn {
    background-color: #9da5af; }

.bedcoAdminPage .usersblock .notFound li {
  background-color: #ffebcd; }
  .bedcoAdminPage .usersblock .notFound li span, .bedcoAdminPage .usersblock .notFound li i {
    vertical-align: middle; }

.bedcoAdminPage .usersblock ul.uluserliste span.wrap {
  display: block;
  border-bottom: 1px solid #e0e0e0; }

.bedcoAdminPage .usersblock ul.uluserliste li {
  padding: 0; }
  .bedcoAdminPage .usersblock ul.uluserliste li h6 {
    margin: 0;
    vertical-align: middle; }
    .bedcoAdminPage .usersblock ul.uluserliste li h6 span, .bedcoAdminPage .usersblock ul.uluserliste li h6 i {
      vertical-align: middle; }
  .bedcoAdminPage .usersblock ul.uluserliste li p {
    font-size: 14px;
    margin: 0; }
    .bedcoAdminPage .usersblock ul.uluserliste li p span {
      display: block;
      line-height: normal; }
  .bedcoAdminPage .usersblock ul.uluserliste li:hover {
    background: #f3f3f3; }
  .bedcoAdminPage .usersblock ul.uluserliste li .top {
    padding: 10px;
    cursor: pointer; }
  .bedcoAdminPage .usersblock ul.uluserliste li .bottom {
    display: none;
    padding: 0 10px 10px 10px; }
    .bedcoAdminPage .usersblock ul.uluserliste li .bottom .actions {
      text-align: right;
      margin-top: 42px; }
      .bedcoAdminPage .usersblock ul.uluserliste li .bottom .actions .btns p {
        margin: 5px 0;
        display: inline-block; }
    .bedcoAdminPage .usersblock ul.uluserliste li .bottom .acceptbtn {
      background-color: #388e3c; }
    .bedcoAdminPage .usersblock ul.uluserliste li .bottom .refusebtn {
      background-color: #d32f2f; }
    .bedcoAdminPage .usersblock ul.uluserliste li .bottom .delbtn {
      background-color: #3e2723; }
    .bedcoAdminPage .usersblock ul.uluserliste li .bottom .realDelete p {
      font-size: 13px;
      line-height: 14px;
      font-weight: bold; }
    .bedcoAdminPage .usersblock ul.uluserliste li .bottom .messages span, .bedcoAdminPage .usersblock ul.uluserliste li .bottom .messages i {
      vertical-align: middle;
      font-size: 14px;
      color: #388e3c; }

.bedcoAdminPage .messagemodal {
  max-width: 620px; }

/* ==========================================================================   Tier One Call to Action Home page   ========================================================================== */
.bedco-cif {
  border: 2px solid #FAA21B;
  border-radius: 10px; }
  .bedco-cif img {
    float: left;
    display: block;
    height: 100px;
    width: auto;
    border-radius: 10px 0 0 10px;
    padding: 20px; }
  .bedco-cif h2 {
    float: left;
    color: #38557A;
    padding: 30px 0 0 40px;
    width: 55%;
    font-size: 24px;
    text-align: center; }
  .bedco-cif a {
    float: right;
    background: #24AC49;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    margin: 30px 30px 0 0;
    border-radius: 6px; }
  .bedco-cif a:hover {
    background: #38557A; }

@media (max-width: 500px) {
  .bedco-cif {
    border: none;
    text-align: center; }
  .bedco-cif img {
    float: none;
    margin: 0 auto;
    height: auto; }
  .bedco-cif h2 {
    width: 100%;
    padding-left: 0;
    line-height: 22px;
    margin-bottom: 30px; }
  .bedco-cif a {
    float: none; } }

/* ==========================================================================   Tier One Lab Environments Page   ========================================================================== */
.page-id-956 .hero, .page-id-1388 .hero {
  background: url("https://www.bedcolab.com/wp-content/themes/exocore/images/tier-one-lab-header.jpg") no-repeat 0 0;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  background-size: cover;
  background-position: left center; }
  @media only screen and (max-width: 800px) {
    .page-id-956 .hero, .page-id-1388 .hero {
      height: 300px; } }
  @media only screen and (max-width: 450px) {
    .page-id-956 .hero, .page-id-1388 .hero {
      height: 180px; } }

.page-id-956 .pagetop, .page-id-1388 .pagetop {
  display: none; }

.page-id-956 .sec-default .wraper, .page-id-1388 .sec-default .wraper {
  padding-top: 0; }

.page-id-956 .content, .page-id-1388 .content {
  padding: 50px !important;
  color: #777777; }
  @media only screen and (max-width: 450px) {
    .page-id-956 .content, .page-id-1388 .content {
      padding: 20px !important; } }
  .page-id-956 .content h2, .page-id-1388 .content h2 {
    display: block;
    color: #FAA21B;
    border: none !important;
    padding: 20px 0 0 0;
    margin: 0 0 7px 0;
    font-size: 30px !important;
    line-height: 32px;
    text-transform: uppercase; }
    .page-id-956 .content h2:first-child, .page-id-1388 .content h2:first-child {
      padding-top: 0; }
  .page-id-956 .content h3, .page-id-1388 .content h3 {
    color: #51534A;
    font-weight: 400;
    border: none !important;
    font-size: 24px !important;
    line-height: 26px;
    padding: 0 0 0 0;
    margin: 0 0 7px 0; }
  .page-id-956 .content strong, .page-id-1388 .content strong {
    color: #51534A; }
  .page-id-956 .content .wp-image-963, .page-id-1388 .content .wp-image-963 {
    margin: 40px 0 40px 0; }
    @media only screen and (max-width: 800px) {
      .page-id-956 .content .wp-image-963, .page-id-1388 .content .wp-image-963 {
        margin: 40px 0 40px 0; } }
    @media only screen and (max-width: 450px) {
      .page-id-956 .content .wp-image-963, .page-id-1388 .content .wp-image-963 {
        margin: 20px 0 20px 0; } }
  .page-id-956 .content img, .page-id-1388 .content img {
    padding-right: 0 !important;
    padding-bottom: 0 !important; }
  .page-id-956 .content .wp-image-1345, .page-id-956 .content .wp-image-1335, .page-id-1388 .content .wp-image-1345, .page-id-1388 .content .wp-image-1335 {
    float: right !important;
    margin: 10px 0 50px 20px;
    border-radius: 12px; }
    @media only screen and (max-width: 800px) {
      .page-id-956 .content .wp-image-1345, .page-id-956 .content .wp-image-1335, .page-id-1388 .content .wp-image-1345, .page-id-1388 .content .wp-image-1335 {
        width: 100%;
        float: none; } }
  .page-id-956 .content .col-l, .page-id-956 .content .col-r, .page-id-1388 .content .col-l, .page-id-1388 .content .col-r {
    float: left;
    width: 47%;
    margin: 0 0 40px 0; }
    @media only screen and (max-width: 800px) {
      .page-id-956 .content .col-l, .page-id-956 .content .col-r, .page-id-1388 .content .col-l, .page-id-1388 .content .col-r {
        float: none;
        width: 100%; } }
    .page-id-956 .content .col-l ul, .page-id-956 .content .col-r ul, .page-id-1388 .content .col-l ul, .page-id-1388 .content .col-r ul {
      list-style-type: circle;
      list-style-position: outside;
      margin: 0 0 0 40px; }
      @media only screen and (max-width: 450px) {
        .page-id-956 .content .col-l ul, .page-id-956 .content .col-r ul, .page-id-1388 .content .col-l ul, .page-id-1388 .content .col-r ul {
          line-height: 19px; } }
      .page-id-956 .content .col-l ul li, .page-id-956 .content .col-r ul li, .page-id-1388 .content .col-l ul li, .page-id-1388 .content .col-r ul li {
        margin: 0 0 5px 0;
        /*					&:before {						content: '•';						color: #FAA21B;						font-weight: 400;						margin:0 15px 0 0;										}*/ }
  .page-id-956 .content .col-r, .page-id-1388 .content .col-r {
    float: right; }
  .page-id-956 .content .members, .page-id-1388 .content .members {
    padding: 20px 0 20px 0;
    width: 100%;
    list-style-type: none;
    margin-left: 0; }
    .page-id-956 .content .members li, .page-id-1388 .content .members li {
      width: 24.5%;
      margin: 0 0.5% 5px 0;
      float: left;
      background: #f6f6f6;
      border-radius: 8px; }
      @media only screen and (max-width: 800px) {
        .page-id-956 .content .members li, .page-id-1388 .content .members li {
          width: 49%; } }
      @media only screen and (max-width: 450px) {
        .page-id-956 .content .members li, .page-id-1388 .content .members li {
          width: 100%; } }
  .page-id-956 .content .box, .page-id-1388 .content .box {
    height: 200px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    float: left;
    width: 33.33%;
    border-left: 1px solid #cccccc;
    margin: 80px 0 60px 0;
    padding: 40px;
    text-align: center; }
    @media only screen and (max-width: 450px) {
      .page-id-956 .content .box, .page-id-1388 .content .box {
        height: 100px;
        width: 100%;
        border: none;
        margin: 50px 0 20px 0; } }
    .page-id-956 .content .box a img, .page-id-1388 .content .box a img {
      float: none;
      display: block;
      max-width: 170px;
      max-height: 110px;
      height: auto;
      width: auto;
      margin: 0 auto;
      padding: 0; }
    .page-id-956 .content .box a h3, .page-id-1388 .content .box a h3 {
      text-align: center;
      color: #FAA21B;
      line-height: 24px;
      padding-top: 10px; }
      @media only screen and (max-width: 800px) {
        .page-id-956 .content .box a h3, .page-id-1388 .content .box a h3 {
          margin-top: -20px; } }
      .page-id-956 .content .box a h3 .mtop, .page-id-1388 .content .box a h3 .mtop {
        margin-top: -20px; }
    .page-id-956 .content .box a:hover h3, .page-id-1388 .content .box a:hover h3 {
      color: #51534A; }
    .page-id-956 .content .box a:hover img, .page-id-1388 .content .box a:hover img {
      opacity: 0.7; }
    .page-id-956 .content .box .wrap, .page-id-1388 .content .box .wrap {
      width: 100%;
      padding: 0; }
  .page-id-956 .content .circle a img, .page-id-1388 .content .circle a img {
    height: 60px;
    width: auto; }
  .page-id-956 .content .nobor, .page-id-1388 .content .nobor {
    border: 0; }

.page-id-956 ul#galerie, .page-id-1388 ul#galerie {
  margin-bottom: 40px; }
  .page-id-956 ul#galerie li, .page-id-1388 ul#galerie li {
    float: left;
    width: 25%;
    padding: 5px; }
    @media only screen and (max-width: 800px) {
      .page-id-956 ul#galerie li, .page-id-1388 ul#galerie li {
        width: 33%; } }
    @media only screen and (max-width: 450px) {
      .page-id-956 ul#galerie li, .page-id-1388 ul#galerie li {
        width: 100%; } }
    .page-id-956 ul#galerie li a, .page-id-1388 ul#galerie li a {
      background: #37557c;
      border-radius: 12px;
      line-height: 0;
      margin: 0;
      padding: 0;
      display: block;
      height: 250px;
      background-size: cover; }
      @media only screen and (max-width: 1100px) {
        .page-id-956 ul#galerie li a, .page-id-1388 ul#galerie li a {
          height: 200px; } }
      .page-id-956 ul#galerie li a img, .page-id-1388 ul#galerie li a img {
        line-height: 0;
        width: 100%;
        height: auto;
        border-radius: 10px; }
      .page-id-956 ul#galerie li a:hover, .page-id-1388 ul#galerie li a:hover {
        opacity: .9; }
        .page-id-956 ul#galerie li a:hover img, .page-id-1388 ul#galerie li a:hover img {
          opacity: .5; }

.page-id-1388 .hero {
  background: url("https://www.bedcolab.com/wp-content/themes/exocore/images/tier-one-lab-header-fr.jpg") no-repeat 0 0; }

/* ==========================================================================   Footer   ========================================================================== */
#infolettre {
  padding: 40px 10px;
  background: #49aae1; }
  #infolettre .inkform {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto; }
    #infolettre .inkform h3 {
      text-align: center;
      color: #fff;
      margin-bottom: 30px; }
  #infolettre .submit {
    text-align: center;
    padding: 0 !important; }
  #infolettre .radios span.til {
    color: #fff; }
  #infolettre .radios span {
    width: auto !important;
    color: #37557c;
    text-transform: uppercase;
    font-family: "Kanit", sans-serif;
    font-size: 15px;
    vertical-align: middle; }

#footercontainer footer {
  background: #eee; }
  #footercontainer footer a {
    color: #333333; }
  #footercontainer footer h3 {
    color: #5fb4e5; }
  #footercontainer footer .footer_nap {
    color: #fff; }
    #footercontainer footer .footer_nap .bot {
      margin-top: 20px; }
      #footercontainer footer .footer_nap .bot a {
        display: block;
        color: #fff; }
  #footercontainer footer nav.nav {
    padding: 30px;
    background: #eee;
    width: 70%;
    float: left; }
    #footercontainer footer nav.nav .sub-menu {
      padding-left: 20px;
      font-size: 14px;
      margin: 0 0 15px 0; }
      #footercontainer footer nav.nav .sub-menu a {
        font-weight: normal; }
    #footercontainer footer nav.nav a {
      font-weight: 600; }
      #footercontainer footer nav.nav a:hover {
        color: #12ad43; }
  #footercontainer footer .addrbox {
    width: 30%;
    float: left;
    background: #7388a4;
    padding: 30px;
    min-height: 370px; }
    #footercontainer footer .addrbox b {
      font-family: "Kanit", sans-serif;
      font-weight: 300;
      font-weight: 400; }
    #footercontainer footer .addrbox img {
      margin-bottom: 20px; }
    #footercontainer footer .addrbox .socs {
      margin-top: 15px; }
      #footercontainer footer .addrbox .socs li {
        display: inline-block;
        font-size: 24px;
        margin-right: 5px;
        /*.fa-linkedin{color: $linkedin;}                    .fa-youtube{color: $youtube;}*/ }
        #footercontainer footer .addrbox .socs li i {
          color: #fff; }
        #footercontainer footer .addrbox .socs li:hover i {
          color: #fff; }
  #footercontainer footer .bottom {
    padding: 10px;
    background: #fff; }
    #footercontainer footer .bottom p {
      margin: 0;
      font-size: 14px;
      line-height: 20px; }
    #footercontainer footer .bottom .icons {
      text-align: right;
      margin-bottom: -5px; }

/* ==========================================================================   Media Queries   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .sec-home section.dealerslocator {
    padding: 0; }
    .sec-home section.dealerslocator .wrap {
      border-radius: 0;
      min-height: 500px;
      padding-left: 10px;
      border: none; }
      .sec-home section.dealerslocator .wrap #dealersmap {
        width: 65%;
        top: -115px;
        right: 10px; }
  .bedcoportfolio figure .wraper .desc {
    margin-right: 0; }
  #footercontainer footer nav.nav, #footercontainer footer .addrbox {
    padding: 25px 10px !important; }
  .ink_listall .allwrapper .top {
    padding: 25px 10px; }
  .ink_listall .allwrapper .bot {
    margin-top: 25px;
    margin-bottom: 25px; }
    .ink_listall .allwrapper .bot .filter {
      margin-bottom: 25px; } }

@media only screen and (max-width: 768px) {
  .deskOnly {
    display: none !important; }
  .mobOnly {
    display: block; }
  .full_w, .inkform form.form .fields span, form#bedco_login p {
    display: block;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
    clear: both !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .full_sw {
    display: block;
    width: 50% !important; }
  .grid_1_of_12,
  .grid_2_of_12,
  .grid_3_of_12,
  .grid_4_of_12,
  .grid_5_of_12,
  .grid_6_of_12,
  .grid_7_of_12,
  .grid_8_of_12,
  .grid_9_of_12,
  .grid_10_of_12,
  .grid_11_of_12,
  .grid_12_of_12 {
    width: 100% !important; }
  .ink_col {
    margin: 0; }
  #headercontainer header {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #headercontainer .site-header {
    width: 100%; }
  #headercontainer .site_logo {
    padding-left: 10px; }
  #headercontainer .site_socs {
    float: none;
    max-width: 100%;
    text-align: center; }
  #headercontainer .site_nav, #headercontainer .megamenu {
    max-height: calc(100vh - 61px);
    overflow-y: scroll; }
  #headercontainer .site_nav {
    display: none;
    float: none;
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid #ccc;
    background: #fff; }
    #headercontainer .site_nav .top-menu {
      padding: 5px 0 10px 0; }
    #headercontainer .site_nav .main-navigation {
      float: none;
      margin: 0;
      text-align: center; }
      #headercontainer .site_nav .main-navigation ul {
        text-align: left; }
        #headercontainer .site_nav .main-navigation ul li {
          float: none !important;
          padding: 0;
          margin: 0;
          width: 100%; }
          #headercontainer .site_nav .main-navigation ul li a {
            padding: 8px 0;
            color: #37557c;
            border-top: 1px solid #eee !important; }
      #headercontainer .site_nav .main-navigation .sub-menu {
        display: block !important;
        position: relative !important;
        border: none;
        box-shadow: none !important;
        background: transparent;
        text-align: left; }
        #headercontainer .site_nav .main-navigation .sub-menu li a {
          width: 100%;
          padding: 8px 0;
          color: #37557c;
          line-height: normal;
          border-top: 1px solid #eee !important; }
      #headercontainer .site_nav .main-navigation li.menu-parent-item > a:after {
        content: none; }
  .sec-home section.dealerslocator .wrap {
    min-height: 375px; }
    .sec-home section.dealerslocator .wrap #dealersmap {
      width: 68%;
      top: -90px; }
  .megamenu .wraproduct .prod {
    width: 100%; }
    .megamenu .wraproduct .prod .top {
      text-align: left !important; }
      .megamenu .wraproduct .prod .top img {
        display: none; }
  .wraproduct {
    margin: 0; }
    .wraproduct .prod {
      padding: 5px;
      min-height: auto; }
      .wraproduct .prod .top {
        text-align: center;
        background: #eeeeee; }
        .wraproduct .prod .top img {
          max-width: 100px; }
        .wraproduct .prod .top h4 {
          font-size: 17px;
          line-height: normal; }
      .wraproduct .prod .bot {
        display: block; }
        .wraproduct .prod .bot a {
          margin: 0; }
  .sec-about .bigwrap_top .wraptop {
    padding: 10px; }
    .sec-about .bigwrap_top .wraptop .hh .l, .sec-about .bigwrap_top .wraptop .hh .r {
      position: relative;
      min-height: auto;
      margin-bottom: 5px;
      padding-left: 10px !important;
      padding-right: 10px !important; }
  .sec-about .bigwrap_top .bkgreen .wrapgreen {
    padding: 10px; }
  .sec-about .bogwrap_bot .box {
    padding-left: 10px !important;
    padding-right: 10px !important; }
    .sec-about .bogwrap_bot .box .l {
      margin-right: 0; }
  .sec-library .docs section.connexion .forms .top .r {
    text-align: left;
    margin-top: 10px; }
  .sec-contact .wraper .contbox {
    width: 32%;
    margin-left: 1%;
    float: left;
    padding: 20px 40px 40px 40px; } }

@media only screen and (max-width: 580px) {
  .full_sw {
    display: block;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
    clear: both !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #maincontentcontainer {
    padding: 62px 0 80px 0; }
  #dealersmap {
    height: 310px; }
  .wraproduct .prod {
    width: 100%; }
  .sec-home section {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .sec-home section.dealerslocator {
    padding: 0 !important; }
    .sec-home section.dealerslocator .wrap {
      min-height: auto;
      padding: 0;
      display: block; }
      .sec-home section.dealerslocator .wrap .desc {
        width: 100%;
        padding: 20px 10px; }
      .sec-home section.dealerslocator .wrap #dealersmap {
        position: static;
        width: 100%;
        top: -40px; }
  .sec-home section.portfolio {
    /*a{                width: 100%;                padding: 5px;                text-align: left;                border-radius: 5px !important;                background: #eee;                margin-bottom: 10px;                img{                    max-width: 50px;                    margin-right: 5px;                    vertical-align: middle;                }                h4{                    vertical-align: middle;                    display: inline-block;                    font-size: 16px;                }            }*/ }
  #headercontainer .tgleMenu {
    margin: 10px 0; }
  #headercontainer .site_logo a {
    text-align: left; }
    #headercontainer .site_logo a img {
      margin-top: 6px;
      max-width: 200px; }
    #headercontainer .site_logo a span {
      display: none; }
  #footercontainer footer nav.nav {
    width: 100%;
    float: none; }
  #footercontainer footer .addrbox {
    width: 100%;
    float: none; }
  .bedcoportfolio figure {
    width: 100% !important;
    padding: 5px; }
    .bedcoportfolio figure .wraper .desc {
      width: 100%;
      padding: 5px; }
      .bedcoportfolio figure .wraper .desc h4 {
        line-height: 17px;
        font-size: 15px;
        padding-right: 2px; }
  .sec-news .wraper article .r {
    width: 100%;
    padding: 10px; }
  .sec-locator .locators .wraper #dealersmap {
    margin-top: -50px; }
  .sec-library .docs section.connexion .forms span.statut {
    float: none; }
  .sec-contact .wraper .addrbox {
    margin-top: 25px; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**       * Remove all paddings around the image on small screen       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

form#bedco_login p input[type="text"] {
  color: transparent; }
