@import 'https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i';
.top nav .menulist {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 77px;
  vertical-align: top; }

.top nav .menulist > li {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin-right: 15px;
  padding: 5px 0;
  position: relative;
  top: -3px; }

.top nav .menulist > li > a {
  padding: 10px 15px;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px; }

@media (min-width: 1024px) {
  .top nav .menulist > li .menulist {
    display: none; }
  .top nav .menulist > li.currentpage a,
  .top nav .menulist > li.currentpage a:hover,
  .top nav .menulist > li.currentpage:hover > a {
    background-color: #00aca7;
    color: #ffffff; }
  .top nav .menulist > li a:hover,
  .top nav .menulist > li:hover > a {
    color: #00aca7; }
  /*

   .top nav .menulist > li:last-child a {
      background-color:#ece924;
      padding:15px 25px 13px 25px;
      font-family:'Kroppen Round W01 Regular', sans-serif;
      font-size:22px;
      color:#000000;
   }
   .top nav .menulist > li:last-child a:hover {
      background-color:#00aca7;
      color:#ffffff;
   }
   .top nav .menulist > li:last-child {
      padding:0;
      top:0;
      margin-right:0;
   }*/
  /* sub */
  .top nav .menulist > li > ul {
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 0;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden; }
  .top nav .menulist > li:hover > ul {
    opacity: 1;
    visibility: visible; }
  .top nav .menulist > li > ul > li {
    position: relative; }
  .top nav .menulist > li > ul > li:first-child:before {
    display: block;
    content: "";
    width: 1px;
    height: 1px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -5px; }
  .top nav .menulist > li > ul > li > a,
  .top nav .menulist > li.currentpage > ul > li > a {
    display: block;
    padding: 10px 15px;
    background-color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #666666;
    font-size: 14px; }
  .top nav .menulist > li > ul > li:hover > a,
  .top nav .menulist > li.currentpage > ul > li:hover > a {
    background-color: #ffffff;
    color: #00b0ab; }
  .top nav .menulist > li > ul > li:first-child > a {
    border-top: none; } }

@media (max-width: 1199px) {
  .top .logo {
    width: 130px; }
  .top .logo img {
    width: 100%;
    height: auto; }
  .top nav .menulist > li {
    margin-right: 5px; }
  .top nav .menulist > li > a {
    padding: 10px 15px;
    font-size: 14px; }
  .top nav .menulist {
    padding-top: 60px; } }

@media (max-width: 1023px) {
  .top nav .menulist > li > a {
    color: #fff; }
  .top nav .menulist {
    padding-top: 0;
    width: 100%;
    overflow: hidden;
    height: 0;
    /*-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
         transition:         all 600ms cubic-bezier(0.77, 0, 0.175, 1);*/
    margin-bottom: 0; }
  .top nav .menulist.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-bottom: 30px; }
  .top nav .menulist li {
    display: block;
    margin-right: 0;
    padding: 0;
    text-align: center;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7) !important;
    /*-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
         transition:         all 600ms cubic-bezier(0.77, 0, 0.175, 1);*/ }
  .top nav .menulist.active li {
    opacity: 1;
    visibility: visible; }
  .top nav .menulist li a {
    padding: 10px 35px;
    /*border-bottom:3px solid #00aca7;*/
    margin-bottom: 0; }
  .top nav > .menulist > li.sub {
    position: relative; }
  .top nav > .menulist > li.sub .toggle {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("/theme/lafitstudiocomau/img/icon/submenu-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto; }
  .top nav > .menulist > li.sub.open .toggle {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  .top nav .menulist li:first-child a {
    /*border-top:3px solid #00aca7;*/ }
  /*.top nav .menulist li:nth-child(6) a {
         border-bottom:3px solid #00aca7;
      }
      .top nav .menulist li:last-child a {
         border-top:0;
      }*/
  .top nav .menulist li.currentpage a,
  .top nav .menulist li.currentpage a:hover {
    background: none; }
  .top nav .menulist > li > ul {
    display: block;
    margin: 0;
    padding: 0; }
  .top nav .menulist li {
    margin-bottom: 1px; }
  .top nav .menulist li ul {
    padding-bottom: 10px;
    display: none; }
  .top nav .menulist li.open ul {
    display: block; }
  .top nav .menulist li ul li {
    margin-bottom: 0;
    font-size: 14px;
    background-color: transparent !important; }
  .top nav .menulist li ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 5px;
    padding-bottom: 5px; }
  .top nav .menulist > li:last-child {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767px) {
  /*.top nav .menulist > li:last-child {
         position:static;
      }*/
  /*.top nav .menulist li:nth-child(6) a {
         border-bottom:none;
      }*/
  .top nav .menulist.active {
    height: auto; }
  .top nav .menulist > li:last-child {
    /*position:absolute;
         top: 60px;
         right: 70px;*/
    opacity: 1;
    visibility: visible;
    display: block; } }

/* ==========================================================================
      HTML5 display definitions
      ========================================================================== */
/* Box Sizing */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
    * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
    */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
    * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
    */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
    * Prevent modern browsers from displaying `audio` without controls.
    * Remove excess height in iOS 5 devices.
    */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
    * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
    * Known issue: no IE 6 support.
    */
[hidden] {
  display: none; }

/* ==========================================================================
      Base
      ========================================================================== */
/**
    * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
    *    `em` units.
    * 2. Prevent iOS text size adjust after orientation change, without disabling
    *    user zoom.
    */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
    * Address `font-family` inconsistency between `textarea` and other form
    * elements.
    */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
    * Address margins handled incorrectly in IE 6/7.
    */
body {
  margin: 0; }

/* ==========================================================================
      Links
      ========================================================================== */
/**
    * Address `outline` inconsistency between Chrome and other browsers.
    */
a:focus {
  outline: none; }

/**
    * Improve readability when focused and also mouse hovered in all browsers.
    */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
      Typography
      ========================================================================== */
/**
    * Address font sizes and margins set differently in IE 6/7.
    * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
    * and Chrome.
    */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
    * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
    */
abbr[title] {
  border-bottom: 1px dotted; }

/**
    * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
    */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
    * Address styling not present in Safari 5 and Chrome.
    */
dfn {
  font-style: italic; }

/**
    * Address differences between Firefox and other browsers.
    * Known issue: no IE 6/7 normalization.
    */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
    * Address styling not present in IE 6/7/8/9.
    */
mark {
  background: #ff0;
  color: #000; }

/**
    * Address margins set differently in IE 6/7.
    */
p,
pre {
  margin: 1em 0; }

/**
    * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
    */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
    * Improve readability of pre-formatted text in all browsers.
    */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
    * Address CSS quotes not supported in IE 6/7.
    */
q {
  quotes: none; }

/**
    * Address `quotes` property not supported in Safari 4.
    */
q:before,
q:after {
  content: '';
  content: none; }

/**
    * Address inconsistent and variable font size in all browsers.
    */
small {
  font-size: 80%; }

/**
    * Prevent `sub` and `sup` affecting `line-height` in all browsers.
    */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
      Lists
      ========================================================================== */
/**
    * Address margins set differently in IE 6/7.
    */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
    * Address paddings set differently in IE 6/7.
    */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
    * Correct list images handled incorrectly in IE 7.
    */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
      Embedded content
      ========================================================================== */
/**
    * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
    * 2. Improve image quality when scaled in IE 7.
    */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
    * Correct overflow displayed oddly in IE 9.
    */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
      Figures
      ========================================================================== */
/**
    * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
    */
figure {
  margin: 0; }

/* ==========================================================================
      Forms
      ========================================================================== */
/**
    * Correct margin displayed oddly in IE 6/7.
    */
form {
  margin: 0; }

/**
    * Define consistent border, margin, and padding.
    */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
    * 1. Correct color not being inherited in IE 6/7/8/9.
    * 2. Correct text not wrapping in Firefox 3.
    * 3. Correct alignment displayed oddly in IE 6/7.
    */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
    * 1. Correct font size not being inherited in all browsers.
    * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
    *    and Chrome.
    * 3. Improve appearance and consistency in all browsers.
    */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
    * Address Firefox 3+ setting `line-height` on `input` using `!important` in
    * the UA stylesheet.
    */
button,
input {
  line-height: normal; }

/**
    * Address inconsistent `text-transform` inheritance for `button` and `select`.
    * All other form control elements do not inherit `text-transform` values.
    * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
    * Correct `select` style inheritance in Firefox 4+ and Opera.
    */
button,
select {
  text-transform: none; }

/**
    * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
    *    and `video` controls.
    * 2. Correct inability to style clickable `input` types in iOS.
    * 3. Improve usability and consistency of cursor style between image-type
    *    `input` and others.
    * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
    *    Known issue: inner spacing remains in IE 6.
    */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
    * Re-set default cursor for disabled elements.
    */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
    * 1. Address box sizing set to content-box in IE 8/9.
    * 2. Remove excess padding in IE 8/9.
    * 3. Remove excess padding in IE 7.
    *    Known issue: excess padding remains in IE 6.
    */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
    * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
    * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
    *    (include `-moz` to future-proof).
    */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
    * Remove inner padding and search cancel button in Safari 5 and Chrome
    * on OS X.
    */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
    * Remove inner padding and border in Firefox 3+.
    */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
    * 1. Remove default vertical scrollbar in IE 6/7/8/9.
    * 2. Improve readability and alignment in all browsers.
    */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
      Tables
      ========================================================================== */
/**
    * Remove most spacing between table cells.
    */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
      Base styles: opinionated defaults
      ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
    * Remove text-shadow in selection highlight: h5bp.com/i
    * These selection rule sets have to be separate.
    * Customize the background color to match your design.
    */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
    * A better looking default horizontal rule
    */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
    * Remove the gap between images, videos, audio and canvas and the bottom of
    * their containers: h5bp.com/i/440
    */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
    * Remove default fieldset styles.
    */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
    * Allow only vertical resizing of textareas.
    */
textarea {
  resize: vertical; }

/* ==========================================================================
      Browse Happy prompt
      ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
      Helper classes
      ========================================================================== */
/*
    * Image replacement
    */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
    * 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; }

/*
    * Clearfix: contain floats
    *
    * For modern browsers
    * 1. The space content is one way to avoid an Opera bug when the
    *    `contenteditable` attribute is included anywhere else in the document.
    *    Otherwise it causes space to appear at the top and bottom of elements
    *    that receive the `clearfix` class.
    * 2. The use of `table` rather than `block` is only necessary if using
    *    `:before` to contain the top-margins of child elements.
    */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
      EXAMPLE Media Queries for Responsive Design.
      These examples override the primary ('mobile first') styles.
      Modify as content requires.
      ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
      Print styles.
      Inlined to avoid required HTTP connection: h5bp.com/r
      ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  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; } }

/* Preffered Styles */
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 20px; }

p {
  margin-bottom: 15px; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: auto; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    /* width: 1170px; */
    width: 1140px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

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

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

/*
    * jQuery FlexSlider v2.2.0
    * http://www.woothemes.com/flexslider/
    *
    * Copyright 2012 WooThemes
    * Free to use under the GPLv2 license.
    * http://www.gnu.org/licenses/gpl-2.0.html
    *
    * Contributing author: Tyler Smith (@mbmufffin)
    */
/* Browser Resets
   *********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
   *********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
   *********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100% !important;
  height: auto !important;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
    * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
   *********************************/
.flexslider {
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  /*-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;*/ }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/* file(layout.css) */
/*@font-face {
      font-family: 'Neutra';
      src: url('../fonts/neutratext-demisc-webfont.eot');
      src: url('../fonts/neutratext-demisc-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/neutratext-demisc-webfont.woff2') format('woff2'),
          url('../fonts/neutratext-demisc-webfont.woff') format('woff'),
          url('../fonts/neutratext-demisc-webfont.ttf') format('truetype'),
          url('../fonts/neutratext-demisc-webfont.svg#neutra_textdemi_sc') format('svg');
      font-weight: normal;
      font-style: normal;
   }*/
/*@font-face {
      font-family: 'Kroppen Round W01 Regular';
      src: url('../fonts/veneer-webfont.eot');
      src: url('../fonts/veneer-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/veneer-webfont.woff2') format('woff2'),
          url('../fonts/veneer-webfont.woff') format('woff'),
          url('../fonts/veneer-webfont.ttf') format('truetype'),
          url('../fonts/veneer-webfont.svg#veneerregular') format('svg');
      font-weight: normal;
      font-style: normal;
   }*/
body {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #444;
  /*background-image:url('/theme/lafitstudiocomau/img/bg/bg-banner.jpg');*/ }

a {
  text-decoration: none;
  color: #00b2ac; }

a:hover {
  text-decoration: none;
  color: #009c97; }

hr {
  margin: 25px 0px;
  border-color: #ddd; }

/* icons */
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center; }

.btn {
  display: inline-block;
  height: 44px;
  padding: 0 30px;
  padding-top: 15px;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Raleway', sans-serif !important;
  text-transform: uppercase; }
  .btn.lg {
    padding: 24px 48px;
    font-size: 20px;
    height: auto; }

.btn-sm {
  font-size: 12px; }

input.btn {
  padding-top: 0;
  border: 0px solid #ffffff; }

.btn.gray {
  background-color: #3d3d3d;
  color: #e3e01b; }

.btn.gray:hover {
  background-color: #e3e01b;
  color: #3d3d3d; }

.btn.yellow {
  background-color: #ece924;
  color: #000000;
  font-family: "Kroppen Round W01 Regular",sans-serif;
  /*font-size: 16px;*/
  line-height: normal;
  padding: 15px 25px;
  height: auto; }

.btn.yellow:hover {
  background-color: #00aca7;
  color: #ffffff; }

.btn.yellow-2 {
  background-color: #ece924;
  color: #000000; }

.btn.yellow-2:hover {
  background-color: #00aca7;
  color: #ffffff; }

.btn.green {
  background-color: #00aca7;
  color: #fff; }

.btn.green:hover {
  background-color: #e3e01b;
  color: #3d3d3d; }

/* ----- */
/* forms */
/* ----- */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea, select {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px; }

select {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); }

/* top */
.top {
  /*background-image:url('/theme/lafitstudiocomau/img/bg/bg-banner.jpg');*/
  background-image: url("/theme/lafitstudiocomau/img/bg/bg-section.jpg");
  background-position: top left; }

.top header {
  position: relative; }

.top header .logo {
  float: left;
  padding-top: 15px;
  display: inline-block;
  padding-bottom: 15px; }

/* banner */
.banner .flexslider {
  margin-bottom: 60px;
  position: relative; }

.banner .flex-control-nav {
  bottom: -45px; }

.banner .flex-control-paging li a {
  width: 10px;
  height: 10px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #000000; }

.banner .flex-control-paging li a:hover {
  background: #000000; }

.banner .flex-control-paging li a.flex-active {
  background: #e7e41f;
  cursor: default; }

.banner .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 39px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  /*-webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease; */
  background-repeat: no-repeat;
  background-position: 0px 0px;
  text-indent: -999em; }

.banner .flex-direction-nav .flex-prev {
  left: -90px;
  background-image: url("/theme/lafitstudiocomau/img/icon/icon-arrow-prev.png"); }

.banner .flex-direction-nav .flex-next {
  right: -90px;
  text-align: left;
  background-image: url("/theme/lafitstudiocomau/img/icon/icon-arrow-next.png"); }

.banner .flex-direction-nav .flex-prev:hover {
  background-position: 0 -70px; }

.banner .flex-direction-nav .flex-next:hover {
  background-position: 0 -70px; }

.banner .flexslider:hover .flex-prev {
  opacity: 1;
  left: -90px; }

.banner .flexslider:hover .flex-next {
  opacity: 1;
  right: -90px; }

.banner .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.banner .flex-direction-nav a:before {
  display: none; }

/* section */
.section {
  padding: 40px 0 25px 0;
  text-align: center;
  background: #fff; }

.section.alt {
  background-image: url("/theme/lafitstudiocomau/img/bg/bg-section.jpg"); }

.promos.section.alt {
  background-image: url("/theme/lafitstudiocomau/img/bg/bg-internal.jpg");
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .promos.section.alt img {
    height: auto !important;
    width: 100% !important; }

.section h2 {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  color: #000;
  margin-bottom: 20px; }

.section h3 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center; }

/* lagree-intro */
.benefits {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.benefits .icon {
  width: 96px;
  height: 96px;
  background-color: #00b0ab;
  border-radius: 96px;
  background-image: url("/theme/lafitstudiocomau/img/icon/icon-large-benefits.png"); }

@media (min-width: 992px) {
  .benefits li {
    width: 20%; } }

.benefits li .icon {
  margin-bottom: 10px; }

.benefits li .icon.srength {
  background-position: 17px center; }

.benefits li .icon.body {
  background-position: -193px center; }

.benefits li .icon.cardio {
  background-position: -399px center; }

.benefits li .icon.flex {
  background-position: -608px center; }

.benefits li .icon.endurance {
  background-position: -815px center; }

/* todays-classes */
.todays-classes .sched {
  margin-bottom: 30px; }

.todays-classes .sched img {
  width: 100%; }

/* testimonials */
.testimonial .profile-pic {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.testimonial .statement {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.testimonial .statement:before {
  display: block;
  content: "";
  width: 1px;
  height: 1px;
  border: 15px solid transparent;
  border-top-color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -30px; }

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

.quoteslider {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px; }

.quoteslider .flex-control-nav {
  bottom: 0; }

.main .testimonial {
  margin: 30px 0; }

.main .testimonial .statement {
  /*-webkit-box-shadow: none;
      -moz-box-shadow:    none;
      box-shadow:         none;
      background: #fff;
      text-align: center;*/ }

.main .testimonial .statement:before {
  /*border-top-color:#fff;*/ }

/* get-started */
#home .get-started {
  background-image: url("/theme/lafitstudiocomau/img/bg/bg-get-started.jpg");
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300; }

#home .get-started .container {
  background-image: url("/theme/lafitstudiocomau/img/bg/image-get-started.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 750px; }

.get-started h2 {
  font-size: 30px;
  color: #00b1ab;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px; }

/* footer */
footer {
  background-image: url("/theme/lafitstudiocomau/img/bg/bg-banner.jpg");
  background-position: top center;
  color: #FFFFFF;
  position: relative; }

footer p {
  margin-bottom: 15px;
  color: #b8b8b8; }

footer strong {
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-top: 10px; }

.studio-logo {
  float: left;
  margin-right: 20px; }

footer .studio-address {
  margin-top: 15px; }

footer .pin {
  display: inline-block;
  margin-top: 5px;
  padding-left: 15px;
  background-image: url("/theme/lafitstudiocomau/img/icon/pin-yellow.png");
  background-repeat: no-repeat;
  background-position: left center; }

footer .credentials {
  list-style: none;
  margin: 30px 0 15px 0;
  padding: 0;
  text-align: right; }

footer .credentials li {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 15px;
  vertical-align: middle; }

footer .sitemap {
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #2e2e2e; }

footer .footer-nav {
  background: #222;
  background-image: url("/theme/lafitstudiocomau/img/bg/bg-get-started.jpg");
  padding: 40px; }

footer .menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }

footer .menu li {
  display: inline-block;
  margin-right: 30px;
  line-height: 30px; }

footer .socials {
  margin-top: 5px;
  margin: 0;
  padding: 0;
  text-align: right; }

footer .socials li {
  display: inline-block;
  margin-right: 5px;
  float: none;
  width: auto; }

footer .socials li a {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url("/theme/lafitstudiocomau/img/icon/icon-socials.png");
  background-size: cover;
  text-indent: 999em;
  overflow: hidden;
  background-size: 120px 60px; }

footer .socials li.facebook a {
  background-position: 0px 0px; }

footer .socials li.instagram a {
  background-position: -30px 0px; }

footer .socials li.youtube a {
  background-position: -60px 0px; }

footer .socials li.linkedin a {
  background-position: -90px 0px; }

/*footer ul {
      padding:0;
      margin:0 0 15px 0;
      list-style:none;
      line-height:24px;
      font-size:14px;
   }
   footer ul li {
      float: left;
      width: 50%;
   }*/
footer a {
  color: #ffffff; }

footer a:hover {
  color: #00aca7; }

footer h3 {
  color: #bbbbbb;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px; }

footer .copyright {
  border-top: 1px solid #474747;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 13px;
  color: #bbbbbb; }

footer .copyright a {
  color: #bbbbbb; }

footer .copyright .author {
  text-align: right; }

footer .scroll.up {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  background-image: url("/theme/lafitstudiocomau/img/bg/bg-get-started.jpg");
  background-position: 0px 26px;
  border-radius: 60px; }

footer .scroll.up a {
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("/theme/lafitstudiocomau/img/icon/icon-arrow-up.png");
  background-repeat: no-repeat;
  background-position: center 13px; }

/* main */
.main {
  background-color: #ffffff;
  background-image: url("/theme/lafitstudiocomau/img/bg/bg-internal.jpg");
  padding: 40px 0 60px 0; }

.main h1 {
  font-size: 40px;
  line-height: normal;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #000; }

.main h2 {
  font-size: 24px;
  line-height: normal;
  color: #00aca7; }

.main h4 {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  line-height: 28px; }

.main .content {
  padding: 0 10px; }

.main img {
  max-width: 100% !important;
  height: auto !important; }

.content .col-md-9 {
  margin-bottom: 25px; }

/* sidebar */
.sidebar h2 {
  color: #000;
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 20px; }

.sidebar .submenu ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ddd;
  display: block; }

.sidebar .submenu ul li {
  line-height: normal;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase; }

.sidebar .submenu ul li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 12px 3px;
  color: #666666; }

.sidebar .submenu ul li.subPageSelected a {
  color: #00aca7; }

.sidebar .submenu ul li a:hover {
  color: #00aca7; }

.sidebar .susbscribe h3 {
  margin-bottom: 5px;
  color: #00b2ac; }

/* social-sticky */
.social-sticky {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -175px;
  z-index: 999; }

.social-sticky li {
  width: 40px;
  height: 40px;
  margin-bottom: 5px; }

.social-sticky li a {
  text-align: left;
  text-indent: -999em;
  background-image: url("/theme/lafitstudiocomau/img/icon/icon-socials.png");
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0px -41px; }

.social-sticky li.facebook a {
  background-position: 0px -40px; }

.social-sticky li.instagram a {
  background-position: -40px -40px; }

.social-sticky li.youtube a {
  background-position: -80px -40px; }

.social-sticky li.linkedin a {
  background-position: -120px -40px; }

/* phone icon */
.top .phone {
  display: none; }

/*account buttons*/
.top .tools {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  text-transform: uppercase; }

.top .tools ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left; }

.top .tools ul li {
  float: left;
  margin-right: 30px; }

.top .tools ul li a {
  padding: 5px 0px 5px 15px;
  display: block;
  text-transform: none;
  color: #fff;
  background-image: url("/theme/lafitstudiocomau/img/icon/pin-green.png");
  background-repeat: no-repeat;
  background-position: 0 center; }

.top .tools > div {
  float: left;
  margin-left: 10px; }

.top .tools > div a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 10px 5px 30px;
  display: block; }

.top .tools > div a:hover {
  background-color: #000; }

.top .tools div.start a {
  background-color: #00aca7;
  background-image: url("/theme/lafitstudiocomau/img/icon/icon-heart-yellow@2x.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 14px 14px; }

.top .tools div.account a {
  background-image: url("/theme/lafitstudiocomau/img/icon/icon-account-yellow.png");
  background-repeat: no-repeat;
  background-position: 10px center; }

.top .tools div.cart a {
  background-image: url("/theme/lafitstudiocomau/img/icon/icon-cart-yellow.png");
  background-repeat: no-repeat;
  background-position: 10px center; }

.top .tools div.referral a {
  background-color: rgba(0, 172, 167, 0.4);
  background-image: url("/theme/lafitstudiocomau/img/icon/icon-heart-yellow@2x.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px 16px;
  color: #fff; }

.top .tools div.referral a:hover {
  background-color: #00aca7; }

/* book button */
.top .book {
  float: right;
  margin-top: 75px;
  margin-left: 15px; }

.top .book a {
  background-color: #ece924;
  padding: 10px 15px 10px 15px;
  font-family: 'Kroppen Round W01 Regular', sans-serif;
  font-size: 18px;
  color: #000000;
  display: block;
  line-height: normal;
  text-transform: uppercase; }

.top .book a:hover {
  background-color: #00aca7;
  color: #ffffff; }

.mobile-subnav {
  display: none;
  margin-bottom: 20px; }

.mobile-subnav label {
  display: block;
  margin-bottom: 5px; }

.mobile-subnav .select {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  background: url(/theme/lafitstudiocomau/img/icon/select-arrow.png) no-repeat 98% center;
  background-color: #fff; }

.mobile-subnav select {
  background-color: transparent;
  background-image: none;
  border: medium none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #393939;
  padding: 0.5em 10% 0.5em 0.5em;
  position: relative;
  width: 115%;
  z-index: 2;
  font-weight: bold; }

/*Formula*/
.quicklink {
  background-image: url("/theme/lafitstudiocomau/img/bg/bg-banner.jpg");
  background-position: top left;
  color: #fff;
  margin-bottom: 25px;
  text-align: center; }

#home .quicklink {
  background: #1a1a1a; }

#home .quicklink .desc {
  padding: 0; }

.quicklink p {
  padding: 0 20px 20px 20px;
  margin-bottom: 0; }

.quicklink img {
  width: 100% !important;
  height: auto !important;
  display: block; }

.quicklink .desc {
  padding: 20px 20px 1px 20px; }

.quicklink h3 {
  color: #fff;
  font-weight: bold;
  font-size: 15px; }

.quicklink .desc p {
  /*margin-bottom: 19px;*/
  text-align: center;
  font-size: 13px;
  color: #b6b6b6; }

.quicklink .btn {
  text-align: center;
  width: 100%; }

/*Formula*/
.formula {
  margin-bottom: 25px; }

.formula {
  display: table; }

.formula p {
  display: table-cell;
  vertical-align: middle; }

.formula p.plus,
.formula p.equals {
  padding: 0 15px; }

@media (min-width: 768px) and (max-width: 920px) {
  .formula p.factor img {
    width: 100px !important;
    height: auto !important; }
  .formula p.result img {
    width: 130px !important;
    height: auto !important; } }

@media (max-width: 767px) {
  .formula {
    display: block; }
  .formula p {
    display: block;
    text-align: center; }
  .block > p {
    text-align: center; } }

/*Pricing Table*/
.pricing-block {
  padding: 14px 14px 0px 14px;
  background: #FFF;
  margin-bottom: 25px;
  border: 1px solid #e5e5e5; }

.pricing-block h2 {
  color: #fff;
  background: #00aca7;
  margin: -15px -15px 15px -15px;
  padding: 10px 15px;
  text-align: center; }

.pricing-block p {
  text-align: center; }

@media (max-width: 1023px) {
  .pricing-block {
    height: auto !important; } }

.pricing-block-auto {
  padding: 14px 14px 0px 14px;
  background: #FFF;
  margin-bottom: 25px;
  border: 1px solid #e5e5e5; }

.pricing-block-auto h2 {
  color: #fff;
  background: #00aca7;
  margin: -15px -15px 15px -15px;
  padding: 10px 15px;
  text-align: center; }

.pricing-block-auto p {
  text-align: center; }

.pricing-block-auto .or {
  padding-top: 21px; }

.pricing-block .terms,
.pricing-block-auto .terms {
  font-size: 14px;
  color: #666; }

@media (min-width: 1200px) {
  .pricing-block-auto {
    position: relative; }
  .pricing-block-auto .terms {
    /*position: absolute;
         left: 0;
         bottom: 10px;
         margin-bottom: 0;
         width: 100%;
         padding: 0 14px;
         height: 50px;*/ } }

.table.pricing {
  width: 100%;
  border-bottom: 0px solid #e5e5e5; }

.table.pricing td {
  vertical-align: middle;
  padding: 14px 0;
  border-top: 1px solid #e5e5e5;
  line-height: 16px; }

/*.table.pricing tr:first-child td {
      border-top: 0;
   }*/
/*.table.pricing tr:nth-child(odd) td {
      background: #f5f5f5;
   }

   .table.pricing tr:nth-child(even) td {
      background: #fff;
   }*/
.table.pricing td.class {
  font-weight: bold;
  /*width: 40%;*/ }

.table.pricing td.class .perclass {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  display: block; }

.table.pricing td.price {
  text-align: right;
  padding: 0 15px 0 10px;
  color: #00aca7; }

.table.pricing td.price .perclass {
  font-size: 12px;
  color: #999;
  display: block; }

.table.pricing td.action {
  width: 100px; }

.table.pricing td a.btn {
  font-size: 14px;
  padding: 10px 0px;
  width: 100%;
  text-align: center; }

.pricing-block-auto .btn.yellow {
  font-size: 14px;
  padding: 10px 25px; }

.main .socials {
  margin: -10px 0 15px 0;
  padding: 0;
  list-style: none; }

.main .socials li {
  width: 40px;
  height: 40px;
  display: inline-block; }

.main .socials li a {
  text-align: left;
  text-indent: -999em;
  background-image: url("/theme/lafitstudiocomau/img/icon/icon-socials.png");
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0px -41px; }

.main .socials li.facebook a {
  background-position: 0px -40px; }

.main .socials li.instagram a {
  background-position: -40px -40px; }

.main .socials li.youtube a {
  background-position: -80px -40px; }

.main .socials li.linkedin a {
  background-position: -120px -40px; }

.map {
  margin-bottom: 15px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  margin-bottom: 30px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#hero .videoWrapper {
  padding-bottom: 48.19%;
  margin-bottom: 0px; }

.videoWrapper .ribbon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 220px;
  height: 220px;
  overflow: hidden;
  text-indent: -999em;
  background-image: url("/theme/lafitstudiocomau/img/icon/video-ribbon2.png"); }

.tandc div {
  margin: 1em 0;
  font-weight: normal; }

.tandc > ol > li {
  font-weight: bold; }

.tandc > ol > li ol li {
  font-weight: normal; }

/*#landing .logo {
   padding-top: 15px;
   padding-bottom: 15px;
}*/
#landing header .cta {
  float: right; }

#landing header .cta p {
  /*color: #fff;*/
  font-size: 24px;
  line-height: 49px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-top: 73px;
  float: left; }

#landing header .cta .btn {
  margin-left: 20px; }

#landing .main {
  background-image: url("/theme/lafitstudiocomau/img/bg/bg-section.jpg");
  text-align: center;
  padding: 60px 0 40px 0; }

#landing .main .benefits {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0 0 30px 0;
  list-style: none;
  font-size: 16px; }

#landing .main h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px; }

#landing .social-sticky {
  display: none; }

#landing .get-started {
  background: #fff;
  padding: 60px 0 40px 0; }

#landing .get-started p {
  margin-bottom: 20px;
  font-size: 18px; }

#landing .get-started .terms {
  color: #b3b3b3;
  font-size: 14px; }

#landing .get-started .btn.yellow {
  font-size: 30px;
  padding: 12px 25px 7px 25px; }

#landing .banner .flexslider {
  margin-bottom: 40px;
  background: #fff; }

#landing .banner .flexslider .promo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999; }

#landing .banner .flexslider img {
  width: 100% !important;
  height: auto !important; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend, .forgot {
  display: none; }

.members-login ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.members-login li {
  margin-bottom: 10px; }

.members-login label {
  display: block; }

#hero .promos {
  padding: 30px 0;
  color: #000;
  text-align: center; }

#hero .promos h1 {
  font-size: 30px;
  font-family: "Kroppen Round W01 Regular",sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: normal; }

.shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }

p + .row {
  margin-top: 30px; }

span.lead {
  font-size: 48px;
  line-height: normal;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #000; }
  @media (max-width: 600px) {
    span.lead {
      font-size: 32px; } }

.white-bg {
  background-color: #fff; }

.magic-box {
  padding: 2rem 0; }
  @media (min-width: 600px) {
    .magic-box {
      position: relative;
      left: -15px;
      top: 15px; } }

.img-responsive {
  width: 100% !important;
  height: auto !important; }

@media (min-width: 1450px) {
  /* open-soon */
  .open-soon {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    width: 210px;
    height: 210px;
    overflow: hidden;
    text-indent: -999em; }
  .open-soon a {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    width: 210px;
    height: 210px;
    overflow: hidden;
    text-indent: -999em;
    background-image: url("/theme/lafitstudiocomau/img/icon/open-sign.png"); } }

@media (max-width: 1449px) {
  /* open-soon */
  .open-soon {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-transform: uppercase; }
  .open-soon span {
    color: #ece924; } }

@media (max-width: 767px) {
  /* open-soon */
  .open-soon {
    font-size: 13px; } }

@media (max-width: 1340px) {
  .banner .flex-direction-nav .flex-next {
    right: 15px; }
  .banner .flex-direction-nav .flex-prev {
    left: 15px; }
  .banner .flexslider:hover .flex-prev {
    opacity: 1;
    left: 15px; }
  .banner .flexslider:hover .flex-next {
    opacity: 1;
    right: 15px; } }

@media (max-width: 1199px) {
  #landing .logo {
    padding-top: 15px;
    padding-bottom: 15px; }
  #landing header .cta {
    padding-top: 0px; }
  #landing .banner .flexslider {
    margin-bottom: 20px; }
  .top .logo img {
    width: 100% !important;
    height: auto !important; }
  .get-started .container {
    padding-left: 600px; }
  #landing .get-started .container {
    padding-left: 15px; }
  .testimonial .statement {
    min-height: 156px; }
  footer .logo img {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
  .banner .flex-direction-nav a {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  .studio-info > .col-md-4 {
    margin-bottom: 30px; }
  .banner .flex-direction-nav .flex-next {
    right: 5px; }
  .banner .flex-direction-nav .flex-prev {
    left: 5px; }
  .banner .flexslider:hover .flex-prev {
    left: 5px; }
  .banner .flexslider:hover .flex-next {
    right: 5px; }
  #landing header .cta p {
    font-size: 18px;
    margin-top: 57px; }
  .top .book {
    margin-top: 62px; }
  .top .book a {
    padding: 8px 10px 8px 10px;
    font-size: 16px; }
  footer .credentials {
    margin-top: 10px; }
  footer .credentials img {
    max-width: 100% !important;
    height: auto !important; }
  footer .menu {
    text-align: center;
    margin-bottom: 25px; }
  footer .menu li {
    margin: 0 10px; }
  footer .socials {
    text-align: center; }
  footer .socials li {
    margin: 0 5px; }
  .mobile-subnav {
    display: block; }
  .sidebar .submenu {
    display: none; } }

@media (max-width: 1023px) {
  .social-sticky {
    display: none; }
  .top header {
    height: 160px;
    -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    position: relative; }
  .top header.active {
    height: auto; }
  .top nav {
    position: relative; }
  .top .tools ul {
    display: none; }
  .nav-toggle {
    padding: 2px 0px;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 60px;
    right: 0;
    cursor: pointer;
    background: none; }
  .nav-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #00aca7;
    margin: 7px auto; }
  .nav-toggle.active {
    /*background-color:#00aca7;*/ }
  .nav-toggle.active span {
    background-color: #000; }
  .top .book {
    margin-right: 60px; }
  .top .tools {
    right: 200px;
    top: 63px;
    font-size: 12px; }
  .top .tools div.referral a,
  .top .tools div.referral a:hover {
    background-color: transparent; }
  #landing .main,
  #landing .get-started {
    padding: 40px 0 20px 0; } }

@media (max-width: 992px) {
  .testimonials .container > p > br {
    display: none; }
  .testimonial .statement {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }
  .testimonial {
    margin-bottom: 30px; }
  .get-started .container {
    padding-left: 30px;
    padding-right: 30px; }
  footer .logo img {
    width: 120px; }
  footer .credentials {
    text-align: left; }
  footer .credentials li {
    margin-left: 0;
    margin-right: 30px; }
  footer .socials li a {
    text-align: left; }
  .get-started {
    position: relative; }
  .get-started .container {
    background-position: top center;
    z-index: 998; }
  #home .get-started .container:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0; }
  .get-started .container .details {
    position: relative;
    z-index: 999; }
  .banner .flex-direction-nav a {
    transform: scale(0.6);
    -webkit-transform: scale(0.6); }
  #landing .main .benefits br {
    display: none; } }

@media (max-width: 768px) {
  .get-started-list {
    text-align: center; }
  .get-started-list img {
    margin-bottom: 10px; }
  #landing header .cta p {
    color: #fff;
    float: none;
    text-align: center;
    line-height: normal;
    margin: 0; }
  #landing header .cta .btn {
    display: block;
    margin: 10px auto 0 auto;
    max-width: 150px; }
  .studio-logo {
    float: none;
    margin-right: 0;
    text-align: center; }
  .studio-address {
    text-align: center; }
  footer .credentials {
    text-align: center; }
  footer .credentials li {
    margin: 0 0 25px;
    display: block; }
  footer {
    text-align: center; }
  footer .sitemap .row .col-md-4.col-sm-6:nth-child(2) {
    text-align: center; }
  #home .get-started .container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 119px;
    padding-bottom: 119px;
    background-position: 65% top; }
  footer .copyright .author {
    text-align: center; }
  .banner .flex-direction-nav a {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); }
  .banner .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 0; }
  .banner .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 0; }
  .banner .flexslider:hover .flex-prev {
    left: 10px;
    opacity: 0; }
  .banner .flexslider:hover .flex-next {
    right: 10px;
    opacity: 0; }
  .banner .container {
    width: 100%;
    /*padding:0;
         margin:0;*/ }
  .banner .flexslider {
    /*padding-bottom:0;*/
    margin-bottom: 40px; }
  .testimonial .statement {
    height: auto !important; }
  .banner .flex-control-nav {
    bottom: -30px; }
  #landing .main .benefits li {
    padding-top: 20px; }
  #landing .main .benefits li:first-child {
    padding-top: 0px; } }

@media (max-width: 767px) {
  .top .tools {
    position: static;
    right: 200px;
    top: 63px;
    font-size: 12px;
    float: left;
    width: 100%; }
  .top .tools > div {
    width: 50%;
    margin: 0; }
  .top .tools > div.start {
    width: 100%;
    margin-bottom: 1px; }
  .top .tools > div a {
    line-height: normal;
    text-align: center;
    padding: 10px 0px 10px 0px;
    background-image: none !important; }
  .top .tools > div a:hover {
    background: #000; }
  .top .cta {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
  .top .tools div.referral a,
  .top .tools div.referral a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none !important; }
  .top .tools div.account a {
    background-image: none !important; }
  .top .tools div.cart a {
    background-image: none !important;
    margin-left: 1px; }
  .top .book {
    position: static;
    float: none;
    margin: 0 0 10px 0; }
  .top .book a {
    margin-right: 1px; }
  /*.top .book a, .top .book a:hover {
         font-family:'Neutra', sans-serif;
         font-size: 12px;
         text-transform: uppercase;
         color: #fff;
         padding: 10px 0px 10px 0px;
         line-height: normal;
         text-align: center;
         background-color: rgba(0, 0, 0, 0.3);
      }*/
  .top .book a, .top .book a:hover {
    text-align: center; }
  .top .phone {
    display: block;
    position: absolute;
    width: 35px;
    height: 41px;
    right: 0px;
    top: 45px; }
  .top .phone a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -999em;
    background-image: url("/theme/lafitstudiocomau/img/icon/phone-green.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto; }
  .testimonial .statement {
    min-height: 0; }
  .top header .logo {
    width: 100px;
    display: block;
    float: none;
    margin: 0 auto; }
  .top header {
    height: 130px; }
  .nav-toggle {
    top: 45px;
    left: 0px; }
  footer ul li {
    float: none;
    width: auto; }
  .sitemap .row div {
    padding: 10px 0; }
  .sitemap .row div ul.clearfix {
    display: none; }
  .main {
    padding-top: 30px; }
  .main .content {
    padding: 0 0px; }
  .main .content h1 {
    /*text-align: center;*/
    font-size: 32px; }
  .breadcrumbs {
    display: none; }
  .videoWrapper .ribbon {
    width: 90px;
    height: 90px;
    background-size: 90px auto; }
  footer .menu li {
    display: block; } }

/*   @media
   screen and (-webkit-min-device-pixel-ratio: 1.5),
   screen and (-moz-min-device-pixel-ratio: 1.5),
   screen and (min-device-pixel-ratio: 1.5) {

      .benefits .icon {
         background-image:url('/theme/lafitstudiocomau/img/icon/icon-large-benefits-2x.png');
         background-size:888px auto;
      }
      footer .socials li a {
         background-image:url('/theme/lafitstudiocomau/img/icon/icon-socials@2x.png');
         background-size:160px auto;
      }
      footer .scroll.up a {
         background-image:url('/theme/lafitstudiocomau/img/icon/icon-arrow-up@2x.png');
         background-size:23px auto;
      }

      .main .socials li a {
         background-image:url('/theme/lafitstudiocomau/img/icon/icon-socials@2x.png');
         background-size:160px auto;
      }

      .top .phone a {
         background-image:url('/theme/lafitstudiocomau/img/icon/phone@2x.png');
         background-size:24px auto;
      }

      .lagree-intro {
      }
      .top, footer, footer .scroll.up, body {
      }

      .mobile-subnav .select {
         background-image: url(/theme/lafitstudiocomau/img/icon/select-arrow@2x.png);
         background-size:20px auto;
      }

      .top .tools div.account a {
         background-image:url('/theme/lafitstudiocomau/img/icon/icon-account-yellow@2x.png');
         background-size:16px auto;
      }

   .top .tools div.cart a {
         background-image:url('/theme/lafitstudiocomau/img/icon/icon-cart-yellow@2x.png');
         background-size:16px auto;
      }

   }
*/
@media (min-width: 480px) {
  .top .tools > div br {
    display: none; } }

#lafit {
  margin-bottom: 1em; }

#lafit .classname a,
#lafit .trainer a {
  color: #777;
  text-decoration: none;
  cursor: default; }

#lafit div.healcode .header h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  color: #00aca7;
  text-transform: none; }

#home #lafit div.healcode .header {
  /*display: none;*/ }

#lafit div.healcode a.action_icon {
  /*display: none;*/ }

#lafit div.healcode .header h1 .healcode-title-text {
  color: #333; }

#lafit div.healcode .header select {
  font-size: 13px; }

#lafit div.healcode.schedule .filters .filter_days {
  border-top: 0; }

#lafit div.healcode .filters .checkboxes {
  font-size: 13px; }

#lafit div.healcode .filters .checkboxes input {
  margin-right: 2px; }

#lafit div.healcode .header .date_links .week_links {
  border-top: 0px; }

#lafit div.healcode .hc_availability {
  display: none; }

#lafit div.healcode .week_links a,
#lafit div.healcode .week_links a:visited,
#lafit div.healcode .healcode-date-links-area a,
#lafit div.healcode .healcode-date-links-area a:visited,
#lafit div.healcode .day_links a,
#lafit div.healcode .day_links a:visited {
  background: #00aca7;
  font-size: 13px;
  letter-spacing: normal;
  /*line-height: normal;*/ }

#lafit div.healcode .week_links a:hover,
#lafit div.healcode .healcode-date-links-area a:hover,
#lafit div.healcode .day_links a:hover {
  color: #fff;
  background: #009c97;
  text-decoration: none; }

#lafit div.healcode .header .date_links .healcode-jump-to-date input {
  font-size: 13px; }

#lafit div.healcode table.schedule,
#lafit div.healcode table.enrollments,
#lafit div.healcode table.healcode-appointments,
#lafit div.healcode ol.enrollment_list li.cancelled div {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
   -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.1);
   box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.1);*/
  background: #fff; }

#lafit div.healcode table.schedule tr td,
#lafit div.healcode table.schedule tr th,
#lafit div.healcode table.enrollments tr td,
#lafit div.healcode table.enrollments tr th,
#lafit div.healcode table.healcode-appointments tr td,
#lafit div.healcode table.healcode-appointments tr th,
#lafit div.healcode ol.enrollment_list li.cancelled div tr td,
#lafit div.healcode ol.enrollment_list li.cancelled div tr th {
  background-color: transparent;
  border: medium none;
  border-collapse: collapse;
  font-size: 15px;
  padding: 12px 15px 10px 15px;
  text-align: left;
  vertical-align: middle; }

#lafit div.healcode table.schedule tr th,
#lafit div.healcode table.enrollments tr th,
#lafit div.healcode table.healcode-appointments tr th,
#lafit div.healcode ol.enrollment_list li.cancelled div tr th {
  background: #262626;
  border-bottom: 1px solid #262626;
  border-top: 1px solid #262626;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: normal;
  padding: 12px 15px 10px 15px;
  text-transform: uppercase;
  z-index: 2; }

#lafit div.healcode table.schedule tr.odd td,
#lafit div.healcode table.enrollments tr.odd td,
#lafit div.healcode table.healcode-appointments tr.odd td,
#lafit div.healcode ol.enrollment_list li.cancelled div tr.odd td {
  background-color: #f5f5f5; }

#lafit div.healcode table.schedule tr td,
#lafit div.healcode table.enrollments tr td,
#lafit div.healcode table.healcode-appointments tr td,
#lafit div.healcode ol.enrollment_list li.cancelled div tr td {
  border-top: 1px solid #e5e5e5;
  color: #333;
  font-size: 15px;
  z-index: 1; }

#lafit div.healcode .location {
  color: #777;
  font-size: 15px; }

#lafit .hc_footer {
  display: none !important; }

#lafit div.healcode.schedule a.hc-button,
#lafit div.healcode.schedule input.hc-button {
  background: #ece924;
  border-radius: 0px;
  color: #000000;
  display: inline-block;
  font-family: "Kroppen Round W01 Regular",sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: normal;
  height: auto;
  margin: 0 1px 0 0;
  min-width: 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none; }

#lafit div.healcode a.hc-button:hover,
#lafit div.healcode input.hc-button:hover {
  background-color: #00aca7;
  color: #ffffff; }

#home .healcode-title-text {
  display: none; }

@media (min-width: 1024px) {
  /*#home #lafit div.healcode table {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
   }*/ }

@media (max-width: 767px) {
  #lafit div.healcode .header h1 {
    font-size: 18px;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0; } }

#lafit div.list_view .week_links span.next_week,
#lafit div.list_view .healcode-date-links-area span.healcode-next {
  margin-right: 0px;
  padding-bottom: 9px; }

#lafit div.list_view .week_links span,
#lafit div.list_view .healcode-date-links-area span {
  width: 33.33%; }

#lafit div.list_view .date_links {
  text-align: center; }

#lafit div.list_view div.filters select,
#lafit div.list_view div.pre-filters select {
  width: 100%;
  display: none; }

#lafit div.list_view div.filters .checkboxes input,
#lafit div.list_view div.pre-filters .checkboxes input {
  margin: 0 .25em 0 .25em; }

#lafit div.list_view div.header h1 {
  margin: 0;
  padding-bottom: 4px; }

#lafit div.list_view .week_links span {
  min-width: 32%; }

#lafit div.list_view .week_links span.next_week {
  margin-right: 0; }

#lafit div.list_view table,
#lafit div.list_view ol {
  margin: 0 !important;
  padding: 0 !important; }

#lafit div.list_view ol {
  list-style: none; }

#lafit div.list_view li {
  position: relative;
  border-top: 0px solid #E5E5E5;
  padding: .5em 75px .5em 5px;
  margin: 0;
  text-align: left;
  list-style: none !important;
  font-size: 14px !important; }

#lafit div.list_view li div.signup {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -11px; }

#lafit div.list_view li.odd {
  background: whiteSmoke; }

#lafit div.list_view li.schedule_header {
  font-weight: bold;
  background: #262626;
  color: #fff;
  font-size: 14px;
  padding-left: 13px; }

#lafit div.list_view li.schedule_date {
  font-size: 14px;
  /*padding-top: 3px;
    padding-bottom: 3px;*/ }

#lafit div.list_view li.no_classes {
  text-align: left;
  padding-left: 13px;
  /*padding: .5em 75px .5em 5px;*/ }

#lafit div.list_view a.hc-button,
#lafit div.list_view input.hc-button {
  margin-right: 10px; }

.semantic-content .modal-close {
  font-family: 'Raleway', sans-serif !important; }

@media (max-width: 767px) {
  .semantic-content .modal-content {
    margin: 0px !important; } }

#lafit div.healcode .hc_prospect table.stacked {
  width: 100%; }

#lafit div.healcode .hc_prospect table.stacked tr th {
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  padding-bottom: 5px;
  padding-top: 6px; }

#lafit div.healcode .hc_prospect table.stacked p {
  margin: 0px; }

#lafit div.healcode .hc_prospect table.stacked input[type="text"],
#lafit div.healcode .hc_prospect table.stacked textarea,
#lafit div.healcode .hc_prospect table.stacked select {
  max-width: 100% !important;
  width: 95%;
  margin-bottom: 5px; }

#lafit div.healcode .hc_prospect table.stacked input.submit {
  display: inline-block;
  height: 44px;
  padding: 0 30px;
  padding-top: 15px;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  padding-top: 0;
  border: 0px solid #ffffff;
  background-color: #3d3d3d;
  color: #e3e01b; }

#lafit div.healcode .hc_prospect table.stacked input.submit:hover {
  background-color: #e3e01b;
  color: #3d3d3d; }

#lafit div.healcode .hc_prospect table.stacked .prospects_emailformError {
  position: static !important; }

#lafit div.healcode .hc_prospect table.stacked .formError .formErrorContent {
  background: none;
  border: 0px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  min-width: 120px;
  padding: 0;
  position: relative;
  width: 100%;
  color: #ee0101; }

#lafit div.healcode .hc-prospect-field.hc-prospect-email-opt_in {
  font-size: 14px;
  margin: 15px 0; }

#lafit div.healcode a.action_icon.my_account_version {
  margin-top: 17px; }

#lafit div.healcode.appointments .ui-widget {
  font-family: 'Raleway', sans-serif; }

#lafit div.healcode.appointments .ui-datepicker {
  width: auto; }

#lafit div.healcode.appointments {
  font-size: inherit; }

#lafit div.healcode.appointments #appointment-datepicker-div {
  font-size: 13px; }

#lafit div.healcode.appointments .ui-datepicker {
  padding: 5px; }

#lafit div.healcode.appointments a.hc-button {
  border-radius: 0px;
  font-size: inherit;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  background-color: #3d3d3d;
  border: 0 solid #ffffff;
  color: #e3e01b;
  display: inline-block;
  font-family: "Raleway",sans-serif;
  font-size: 15px;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none; }

#lafit div.healcode.appointments a.hc-button:hover, div.healcode input.hc-button:hover {
  background-color: #e3e01b;
  color: #3d3d3d;
  text-decoration: none; }

#lafit div.healcode.appointments #hc-appointment_form a.hc-button {
  display: block;
  margin: auto;
  width: 160px; }

#lafit div.disabled-form::before {
  background-color: black;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%; }

#lafit div.healcode.appointments #hc-find-appt-spinner {
  display: block;
  margin: auto; }

#lafit div.healcode.appointments .healcode-appointments.filtered_collection h1 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase; }

#lafit div.healcode.appointments .healcode-appointments.filtered_collection .healcode-trainer {
  padding: 15px 0 0 0; }

#lafit div.healcode.appointments .trainer-label {
  font-size: 1em;
  margin-bottom: 10px; }

#lafit div.healcode.appointments .trainer-label a {
  color: #666; }

#lafit div.healcode.appointments .appointment.button a.hc-button {
  border-radius: 3px;
  font-size: inherit;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-align: center;
  background-color: #00b2ac;
  border: 0 solid #ffffff;
  color: #fff;
  display: inline-block;
  font-family: "Raleway",sans-serif;
  font-size: 15px;
  height: 30px;
  line-height: 31px;
  padding: 0 10px;
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none;
  width: 100px; }

#lafit div.healcode.appointments .appointment.button a.hc-button:hover {
  background-color: #e3e01b;
  color: #3d3d3d;
  text-decoration: none; }

.bw-widget button.bw-widget__cta, .bw-widget a.bw-widget__cta {
  background: #ece924 !important;
  background-color: #ece924 !important;
  border-radius: 0px !important;
  color: #000000 !important;
  display: inline-block !important;
  font-family: "Kroppen Round W01 Regular",sans-serif !important;
  font-size: 16px  !important;
  letter-spacing: 1px;
  line-height: normal;
  height: auto;
  margin: 0 1px 0 0;
  min-width: 0;
  padding: 10px 15px !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: none !important;
  transition: none !important; }
  .bw-widget button.bw-widget__cta:hover, .bw-widget button.bw-widget__cta:focus, .bw-widget a.bw-widget__cta:hover, .bw-widget a.bw-widget__cta:focus {
    background-color: #00aca7 !important;
    color: #ffffff !important; }

/* file(formbuilder.css) */
.grouped-form > div:last-child {
  position: relative; }

.validate-summary {
  background: #f2dede;
  border: 1px solid #eed3d7;
  margin: 2em 0;
  padding: 15px;
  color: #b94a48 !important;
  border-radius: 4px; }

.validate-summary ul {
  /*margin-top: 1em;
   margin-bottom: 0px;
   margin-left: 30px;
   list-style-type: disc;*/ }

.validate-summary ul li {
  /*padding-left: 0px;
   background: none;*/ }

.grouped-form fieldset[class*="clmn"] {
  margin-left: 0; }

.grouped-form fieldset[class*="clmn"] + fieldset[class*="clmn"] {
  margin-left: 30px; }

.formbuilder {
  margin-bottom: 1em; }

.formbuilder label {
  color: #404040;
  /*float:left;*/
  line-height: 18px;
  padding-top: 0px;
  text-align: left;
  margin-bottom: 5px;
  display: block;
  font-weight: bold; }

.formbuilder .input input,
.formbuilder .input textarea,
.formbuilder .input select {
  display: inline-block;
  width: 220px;
  width: 100%;
  max-width: 100% !important; }

.formbuilder .input textarea {
  width: 100%;
  height: 130px; }

.formbuilder input[type="checkbox"],
.formbuilder input[type="radio"] {
  border: medium none;
  height: auto;
  line-height: normal;
  margin: 3px 0;
  padding: 0;
  width: auto !important; }

.formbuilder input[type="file"] {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none; }

.formbuilder div.clearfix {
  margin-bottom: 10px; }

.formbuilder div.label-header {
  background: #f5f5f5;
  margin-bottom: 18px;
  padding: 17px 20px 18px;
  border-bottom: 1px solid #ddd;
  border-radius: 3px; }

.formbuilder .help-block {
  font-size: 11px;
  line-height: 18px;
  color: #bfbfbf;
  display: block; }

.formbuilder .input,
.formbuilder .actions {
  /*margin-left: 125px;*/ }

.formbuilder .input label {
  font-weight: normal; }

.formbuilder .input label input + span,
.formbuilder .input label span + input {
  margin-left: 3px; }

.clmn9 .formbuilder .actions {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  margin: 18px 0;
  padding: 17px 20px 18px;
  border-radius: 0 0 3px 3px; }

.formbuilder .actions input.back {
  margin-right: 6px; }

.formbuilder .actions input[disabled] {
  display: none; }

/* ----------- */
/* input lists */
/* ----------- */
.formbuilder .inputs-list {
  margin: 0 0 5px;
  width: 100%; }

.formbuilder .inputs-list li {
  display: block;
  padding: 0;
  width: 100%; }

.formbuilder .inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal; }

.formbuilder .inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0; }

.formbuilder .inputs-list:first-child {
  /*margin-top: 6px;*/ }

.formbuilder .inputs-list li + li {
  padding-top: 2px; }

.formbuilder .inputs-list input[type=radio],
.formbuilder .inputs-list input[type=checkbox] {
  margin-bottom: 0; }

.formbuilder .inputs-list.horz li {
  float: left;
  width: auto; }

.formbuilder .inputs-list.horz li + li {
  padding-top: 0;
  padding-left: 10px; }

.formbuilder table.inputs-list.text input {
  width: 50%; }

.formbuilder table.inputs-list.text td {
  padding-bottom: 6px; }

.formbuilder .inputs-list.repeat-2 td {
  width: 50%; }

.formbuilder .inputs-list.repeat-3 td {
  width: 33.333%; }

.formbuilder .inputs-list.repeat-4 td {
  width: 25%; }

.formbuilder .inputs-list.repeat-5 td {
  width: 10%; }

.formbuilder .inputs-list.text input {
  width: 50px; }

/* ----------- */
/* form shield */
/* ----------- */
.formbuilder div.formshield .input input {
  width: 170px; }

.formbuilder div.formshield .input div {
  clear: none !important; }

.formbuilder div.formshield .input div img {
  width: 180px;
  height: 36px;
  margin-bottom: 5px; }

.formbuilder div.formshield .Error + .Error {
  top: 0;
  right: 0; }

/* ------------ */
/* table matrix */
/* ------------ */
.formbuilder .tbl label {
  float: none;
  text-align: left;
  width: auto; }

.formbuilder .tbl .input {
  margin-left: 0; }

.formbuilder table[class*="table"] {
  width: 100%;
  margin: 10px 0 5px;
  border: 1px solid #ddd;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-radius: 4px; }

.formbuilder table[class*="table"] th, .formbuilder table[class*="table"] td {
  padding: 4px 5px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; }

.formbuilder table[class*="table"] th {
  font-weight: normal; }

.formbuilder table[class*="table"] tbody:first-child tr:first-child th,
.formbuilder table[class*="table"] tbody:first-child tr:first-child td {
  border-top: 0; }

.formbuilder table[class*="table"] tbody:first-child tr:first-child td:first-child {
  border-radius: 4px 0 0 0; }

.formbuilder table[class*="table"] tbody:first-child tr:first-child td:last-child {
  border-radius: 0 4px 0 0; }

.formbuilder table[class*="table"] tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 4px; }

.formbuilder table[class*="table"] tbody:last-child tr:last-child td:last-child {
  border-radius: 0 0 4px 0; }

.formbuilder table[class*="table"] tbody tr:nth-child(odd) td, .formbuilder table[class*="table"] tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.formbuilder table[class*="table"] tbody tr:hover td, .formbuilder table[class*="table"] tbody tr:hover th {
  background-color: #f5f5f5; }

/* ------------------ */
/* error highlighting */
/* ------------------ */
/*
.formbuilder div.clearfix.error>label,
.formbuilder div.clearfix.error span.help-inline,
.formbuilder div.clearfix.error span.help-block,
.formbuilder div.clearfix.error span.error {
   color: #9d261d;
}
.formbuilder div.clearfix.error input,
.formbuilder div.clearfix.error textarea {
   border-color: #c87872;
   -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
      -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
           box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
.formbuilder div.clearfix.error input:focus,
.formbuilder div.clearfix.error textarea:focus {
   border-color: #b9554d;
   -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
      -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
           box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}

.formbuilder div.clearfix.error span.error {
   display: none !important;
}*/
.formbuilder div.clearfix.error span.error {
  clear: left;
  float: left; }

/* ----------- */
/* date picker */
/* ----------- */
.formbuilder .clearborders input[type="image"] {
  display: none; }

.formbuilder .clearborders .calendarDateInput,
.formbuilder .clearborders input[type="image"],
.formbuilder table input[type="checkbox"],
.formbuilder table input[type="radio"] {
  width: auto;
  margin: 0px 3px 0 0; }

.formbuilder .clearborders td {
  padding-right: 3px; }

.formbuilder .clearborders td input + input + input {
  height: 0;
  line-height: 0; }

.formbuilder .clearborders td a {
  display: block;
  float: left; }

.formbuilder .clearborders input[type="image"]:hover {
  background: #f7f7f7; }

.formbuilder #date * {
  font-family: sans-serif !important; }

.formbuilder #date {
  color: #333; }

.formbuilder #date img {
  width: auto;
  height: auto;
  margin: 0; }

.formbuilder #date input, #date select {
  margin: 0;
  font-size: 11px;
  letter-spacing: normal; }

.formbuilder td.calendarDateInput {
  border: none !important; }

.formbuilder .ajax__calendar_body {
  height: 160px !important; }

.formbuilder .ajax__calendar_days,
.formbuilder .ajax__calendar_months,
.formbuilder .ajax__calendar_years {
  width: 250px !important; }

.formbuilder .ajax__calendar_container table {
  float: none !important;
  background: #fff; }

.formbuilder .ajax__calendar_container {
  display: block !important;
  visibility: visible !important;
  width: auto !important;
  height: 220px !important; }

#contentControl_dcPageContent_MintoxPlaceHolder_1_lvGroupped_ctrl0_lvField_ctrl11_datePicker table th, #contentControl_dcPageContent_MintoxPlaceHolder_1_lvGroupped_ctrl0_lvField_ctrl11_datePicker table td {
  padding: 0px !important; }

table.formbuilder {
  margin-bottom: 0px;
  width: 100%; }

table.formbuilder td {
  padding: 5px 0 0 0px; }

table.formbuilder .leftcolumn {
  vertical-align: middle;
  width: 110px; }

table.formbuilder textarea {
  height: 150px;
  width: 400px; }

.enquiry-form .process-button {
  margin-left: 110px; }

@media (max-width: 540px) {
  table.formbuilder textarea {
    width: 100%; } }

@media (min-width: 600px) {
  .fullform .formbuilder .grouped-form > div {
    width: 50%;
    float: left; }
  .fullform .formbuilder .input input,
  .fullform .formbuilder .input textarea,
  .fullform .formbuilder .input select {
    display: inline-block;
    width: 100%;
    max-width: 100% !important; } }

@media (max-width: 600px) {
  .formbuilder .input input,
  .formbuilder .input textarea,
  .formbuilder .input select {
    width: 100%; } }

.screening {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px; }

.screening .formbuilder .input ul {
  padding-left: 0px; }

.screening .formbuilder div.clearfix {
  margin: 0 0 20px 0;
  position: relative; }

.screening .formbuilder div.clearfix:nth-child(9) {
  border-bottom: 1px solid #efefef;
  padding-bottom: 1em; }

.screening .formbuilder div.clearfix:nth-child(9) .input span:first-child {
  position: absolute;
  left: 0;
  top: 0; }

.screening .formbuilder div.clearfix:nth-child(9) .input span:first-child input {
  margin-top: 0px; }

.screening .formbuilder div.clearfix:nth-child(9) label {
  margin-left: 20px; }

.screening .formbuilder .error {
  /*float: left;
   clear: left;*/ }

.screening .conditions {
  padding: 15px;
  background: #efefef;
  border: 1px solid #ddd;
  border-radius: 4px; }

#home .news .paging {
  display: none; }

#home .news {
  margin: 30px 0 20px 0; }

#home .news .item {
  padding: 0 15px;
  border: 0;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    #home .news .item h3, #home .news .item .description {
      height: auto !important; } }

.news .pagingTop {
  border-bottom: 1px solid #ddd; }

.news .item {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 30px 0; }

.news .item .img {
  margin-bottom: 15px; }

.news .item .img img {
  display: block;
  width: 100%;
  height: auto; }

.news .item .no-image {
  display: none; }

.news .item .txt {
  position: relative; }

.news .item .shortdesc p {
  margin-bottom: 20px; }

.news .item h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal; }

.news .item .date {
  color: #888;
  margin-bottom: 10px; }

.news .item .more {
  margin-bottom: 0px; }

.news .item .more a,
.news .item a.btn-more {
  padding: 5px 15px;
  font-size: 12px;
  display: inline-block;
  height: 44px;
  padding: 0 30px;
  padding-top: 15px;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Raleway', sans-serif !important;
  text-transform: uppercase;
  background-color: #3d3d3d;
  color: #e3e01b; }

.news .item .more a:hover,
.news .item a.btn-more:hover {
  background-color: #e3e01b;
  color: #3d3d3d; }

.news .article .newsCategory {
  display: none; }

.news .article .date {
  color: #888;
  margin-bottom: 1em; }

.news .article .category-data {
  margin-bottom: 15px; }

@media (max-width: 560px) {
  .news .item .more a,
  .news .item a.btn-more {
    width: 100%;
    text-align: center; } }

/* ------- */
/* filters */
/* ------- */
.newsFilters {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase; }

.newsFilters ul,
.newsFilters li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none; }

.newsFilters ul {
  margin-bottom: 30px; }

.newsFilters li.filterHeader {
  font-size: 20px;
  line-height: normal;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-left: 0px; }

.newsFilters li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 12px 3px;
  color: #666666; }

.newsFilters li.selected > a {
  color: #00aca7; }

.newsFilters li a:hover {
  color: #00aca7; }

.newsFilters li ul {
  margin-bottom: 5px;
  display: none; }

.newsFilters li.selected ul {
  display: block; }

.newsFilters li.selected ul li a {
  padding-left: 20px; }

.social-share {
  margin-top: 30px;
  margin-bottom: 20px; }

.social-share h3 {
  margin-top: 0px; }

.social-share span {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.social-share > span {
  display: inline-block;
  margin-bottom: 10px; }

/* file(members.css) */
/* breadcrumbs */
.breadcrumbs {
  font-size: 13px;
  margin-bottom: 10px;
  color: #888;
  padding: 0 10px; }

.breadcrumbs a {
  color: #888;
  display: inline-block;
  padding: 0 3px; }

.paging {
  zoom: 1;
  font-size: 13px; }

.paging:before,
.paging:after {
  content: " ";
  display: table; }

.paging:after {
  clear: both; }

.paging {
  *zoom: 1; }

.paging .rss {
  float: left;
  margin-right: 5px; }

.pagingTop {
  padding-bottom: 20px; }

.pagingBtm {
  padding-top: 20px; }

.pagerSummary {
  line-height: 25px;
  float: left; }

ul.pager {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right; }

ul.pager li {
  display: inline-block;
  line-height: 25px;
  margin: 0 3px;
  background: none;
  padding: 0px; }

ul.pager a, ul.pager li.selected {
  padding: 0 10px;
  display: inline-block;
  background: #fff;
  color: #00aca7;
  border: 1px solid #00aca7; }

ul.pager a:hover, ul.pager li.selected {
  background: #00aca7;
  border-color: #00aca7;
  color: #fff;
  text-decoration: none; }

ul.pager li.disabled {
  display: none; }

@media (max-width: 560px) {
  .pagerSummary {
    float: none; }
  ul.pager {
    float: none; } }
