/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, sass/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, sass/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 42, sass/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 53, sass/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, sass/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, sass/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 80, sass/normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 92, sass/normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 103, sass/normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, sass/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 126, sass/normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 135, sass/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, sass/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 152, sass/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, sass/normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, sass/normalize.scss */
small {
  font-size: 80%;
}

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

/* line 187, sass/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, sass/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 202, sass/normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 210, sass/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 225, sass/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 234, sass/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, sass/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 260, sass/normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, sass/normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 279, sass/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 289, sass/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 302, sass/normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 313, sass/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 325, sass/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 333, sass/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 346, sass/normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, sass/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 369, sass/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 379, sass/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, sass/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 398, sass/normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 406, sass/normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 416, sass/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

@font-face {
  font-family: 'AvantGardeGothicITC Dm';
  src: url("fonts/AvantGardeGothicITC-Dm.eot");
  src: url("fonts/AvantGardeGothicITC-Dm.eot?#iefix") format("embedded-opentype"), url("fonts/AvantGardeGothicITC-Dm.woff") format("woff"), url("fonts/AvantGardeGothicITC-Dm.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'AvantGardeGothicITC Md';
  src: url("fonts/AvantGardeGothicITC-Md.eot");
  src: url("fonts/AvantGardeGothicITC-Md.eot?#iefix") format("embedded-opentype"), url("fonts/AvantGardeGothicITC-Md.woff") format("woff"), url("fonts/AvantGardeGothicITC-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* line 24, sass/layout.scss */
html {
  height: 100%;
  box-sizing: border-box;
}

/* line 29, sass/layout.scss */
body {
  min-width: 1024px;
  margin: 0 auto;
  height: 100%;
  font-weight: 500;
  font-style: normal;
  font-family: 'Times New Roman';
  box-sizing: border-box;
  position: relative;
}
/* line 38, sass/layout.scss */
body h1 {
  font-size: 38px;
  margin: 10px 0;
}
/* line 42, sass/layout.scss */
body p {
  font-size: 18px;
  line-height: 21px;
  margin: 16px 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #666;
}
/* line 50, sass/layout.scss */
body ul li {
  text-align: left;
  font-size: 18px !important;
  font-weight: 300;
  line-height: 21px;
}
/* line 56, sass/layout.scss */
body ul {
  padding: 0px 0 10px 0;
  margin: 0 0 15px 15px;
}
/* line 59, sass/layout.scss */
body ul li {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #666;
  line-height: 21px;
  padding: 10px 0;
}
/* line 68, sass/layout.scss */
body ol {
  padding: 0px 0 10px 40px;
  margin: 0 0 15px 15px;
}
/* line 71, sass/layout.scss */
body ol li {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #666;
  line-height: 21px;
  padding: 10px 0;
}

/* line 81, sass/layout.scss */
.loaded #loader-wrapper {
  opacity: 0 !important;
}

/* line 85, sass/layout.scss */
#loader-wrapper {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  background-color: black;
}

/* line 92, sass/layout.scss */
.click #loader-wrapper {
  display: none;
}

/* line 96, sass/layout.scss */
.clear {
  float: none;
  clear: both;
}

/* line 105, sass/layout.scss */
svg:not(:root) {
  overflow: visible !important;
}

/* line 109, sass/layout.scss */
.home h1 {
  font-size: 30px;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
  color: #666;
}

/* line 117, sass/layout.scss */
.home h2 {
  font-size: 30px;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
  color: #666;
}

/* line 125, sass/layout.scss */
#wrapper {
  min-height: 100%;
  position: relative;
}

/* line 131, sass/layout.scss */
.home .royalSlider {
  max-height: 600px !important;
  min-height: 400px !important;
  height: 52vh !important;
}
/* line 136, sass/layout.scss */
.home .infoBlockHolder {
  position: absolute;
  width: 1024px;
  padding: 0px;
  height: auto;
  z-index: 100000000;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
}
/* line 145, sass/layout.scss */
.home .infoBlockHolder .infoBlock {
  width: 600px;
}
/* line 147, sass/layout.scss */
.home .infoBlockHolder .infoBlock p.title {
  text-align: center;
  background-color: rgba(84, 84, 84, 0.5);
  color: white;
  padding: 20px 30px;
  border: 2px solid white;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  font-family: 'Crimson Text', serif;
}
/* line 159, sass/layout.scss */
.home .infoBlockHolder #content-cont {
  background-color: #f1f2f2;
}
/* line 161, sass/layout.scss */
.home .infoBlockHolder #content-cont #content {
  width: 1014px;
  margin: 0 auto;
  padding: 20px 0 20px;
  z-index: 10;
}

/* line 172, sass/layout.scss */
.contact main {
  padding-top: 350px;
  position: relative;
  min-height: 565px;
}
/* line 176, sass/layout.scss */
.contact main #content-cont {
  background-color: transparent;
}
/* line 180, sass/layout.scss */
.contact footer {
  position: relative !important;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 185, sass/layout.scss */
.contact footer p {
  color: white;
}
/* line 188, sass/layout.scss */
.contact footer li {
  color: white !important;
}
/* line 190, sass/layout.scss */
.contact footer li a {
  color: white !important;
}
/* line 197, sass/layout.scss */
.contact #contact-cont h2 {
  padding: 0px;
  margin: 0px 0 10px;
  color: white;
  font-size: 18px;
  text-transform: none;
}
/* line 204, sass/layout.scss */
.contact #contact-cont p {
  color: white;
  font-size: 14px;
  clear: both;
  float: left;
}
/* line 210, sass/layout.scss */
.contact #contact-cont .divider {
  background-color: #0c9ad6;
  height: 2px;
  float: left;
  width: 30px;
}
/* line 216, sass/layout.scss */
.contact #contact-cont #contact-left {
  width: 22%;
  float: left;
  margin-right: 1%;
}
/* line 220, sass/layout.scss */
.contact #contact-cont #contact-left p.email {
  padding: 4px 0 4px 25px;
  margin: 0;
  background: transparent url("images/email.svg") no-repeat 0px 4px;
  background-size: 20px 20px;
}
/* line 226, sass/layout.scss */
.contact #contact-cont #contact-left p.phone {
  padding: 4px 0 4px 25px;
  margin: 0;
  background: transparent url("images/phone.svg") no-repeat -1px 3px;
  background-size: 22px 22px;
}
/* line 233, sass/layout.scss */
.contact #contact-cont #contact-middle {
  width: 50%;
  float: left;
  margin-right: 1%;
}
/* line 238, sass/layout.scss */
.contact #contact-cont #contact-right {
  float: left;
  width: 26%;
  padding-top: 34px;
}
/* line 242, sass/layout.scss */
.contact #contact-cont #contact-right p.pin {
  padding-left: 35px;
  background: transparent url("images/pin.svg") no-repeat 3px 7px;
  background-size: 22px 22px;
  font-size: 90%;
  padding: 6px 0px 10px 35px;
}
/* line 248, sass/layout.scss */
.contact #contact-cont #contact-right p.pin a {
  color: white;
}
/* line 255, sass/layout.scss */
.contact #contact-form .col {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 10px;
}
/* line 261, sass/layout.scss */
.contact #contact-form label {
  display: none;
}
/* line 264, sass/layout.scss */
.contact #contact-form .error {
  color: red;
  font-size: 12px;
}
/* line 268, sass/layout.scss */
.contact #contact-form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px;
  width: 100%;
  background-color: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
/* line 278, sass/layout.scss */
.contact #contact-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px;
  width: 98%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  min-height: 120px;
  color: white;
}
/* line 289, sass/layout.scss */
.contact #contact-form input[type="submit"] {
  background-color: #0c9ad6;
  width: 120px;
  margin-top: 12px;
  color: white;
  border: none;
  transition: .3s background-color ease-in-out;
  -webkit-transition: .3s background-color ease-in-out;
}
/* line 297, sass/layout.scss */
.contact #contact-form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #007aad;
}
/* line 302, sass/layout.scss */
.contact #contact-form ::-webkit-input-placeholder {
  color: white;
  font-size: 14px;
}
/* line 307, sass/layout.scss */
.contact #contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-size: 14px;
}
/* line 312, sass/layout.scss */
.contact #contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-size: 14px;
}
/* line 317, sass/layout.scss */
.contact #contact-form :-ms-input-placeholder {
  color: white;
  font-size: 14px;
}

/* line 327, sass/layout.scss */
.general .royalSlider {
  overflow: hidden;
  max-height: 300px !important;
}
/* line 330, sass/layout.scss */
.general .royalSlider .infoBlockHolder.Off {
  border: none;
  display: none;
}
/* line 335, sass/layout.scss */
.general #video-cont {
  background-color: #f3f3f4;
  padding: 50px 0;
}
/* line 338, sass/layout.scss */
.general #video-cont #video {
  width: 1024px;
  margin: 0 auto;
}
/* line 343, sass/layout.scss */
.general #c-left {
  width: 70%;
  float: left;
}
/* line 346, sass/layout.scss */
.general #c-left #contact_form {
  width: 100%;
  float: left;
}
/* line 350, sass/layout.scss */
.general #c-left #contact_form .row input {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #cecece;
}
/* line 358, sass/layout.scss */
.general #c-left #contact_form .row textarea {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #cecece;
}
/* line 366, sass/layout.scss */
.general #c-left #contact_form .row input[type="submit"] {
  width: 200px;
  background-color: #262261;
  color: white;
  border: none;
  padding: 10px;
}
/* line 376, sass/layout.scss */
.general #c-right {
  width: 25%;
  margin-left: 5%;
  float: left;
}
/* line 380, sass/layout.scss */
.general #c-right p:first-child {
  padding-top: 0px;
  margin-top: 0px;
}
/* line 385, sass/layout.scss */
.general #content-cont {
  background-color: white;
}
/* line 387, sass/layout.scss */
.general #content-cont #content {
  min-height: 200px;
  padding-top: 20px;
}
/* line 390, sass/layout.scss */
.general #content-cont #content a {
  background: none;
  padding: 0px;
  color: black;
  text-transform: none;
  color: #666;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  margin: 16px 0;
}
/* line 401, sass/layout.scss */
.general #content-cont #content a:hover {
  background-color: transparent;
  text-decoration: underline;
}
/* line 406, sass/layout.scss */
.general #content-cont #content .content-left.split {
  width: 495px;
  margin-right: 17px;
  float: left;
}
/* line 410, sass/layout.scss */
.general #content-cont #content .content-left.split h1 {
  text-align: left !important;
  padding: 3px 0 4px;
}
/* line 415, sass/layout.scss */
.general #content-cont #content .content-right {
  width: 450px;
  float: left;
}
/* line 421, sass/layout.scss */
.general #dark-cont-cont {
  background-color: #f3f3f4;
}
/* line 423, sass/layout.scss */
.general #dark-cont-cont #dark-cont {
  width: 1014px;
  margin: 0 auto;
  padding: 40px 0;
}
/* line 427, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box {
  width: 240px;
  margin-right: 18px;
  display: inline-block;
  margin-bottom: 30px;
}
/* line 428, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box a {
  text-decoration: none;
  color: black;
}
/* line 436, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box .image {
  width: 240px;
  overflow: hidden;
  height: 220px;
  position: relative;
}
/* line 441, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box .image:hover {
  cursor: pointer;
}
/* line 444, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box .image:hover > .bar {
  opacity: 1;
}
/* line 447, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box .image:hover > .mag {
  opacity: 1;
}
/* line 450, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box .image img {
  position: absolute;
  -webkit-transition: all 2s ease;
  /* Safari and Chrome */
  -moz-transition: all 2s ease;
  /* Firefox */
  -o-transition: all 2s ease;
  /* IE 9 */
  -ms-transition: all 2s ease;
  /* Opera */
  transition: all 2s ease;
}
/* line 458, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box .image img:hover {
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -moz-transform: scale(1.05);
  /* Firefox */
  -ms-transform: scale(1.05);
  /* IE 9 */
  -o-transform: scale(1.05);
  /* Opera */
  transform: scale(1.05);
}
/* line 465, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box .image .bar {
  position: absolute;
  bottom: 0px;
  height: 5px;
  width: 100%;
  background-color: #1f9bde;
  z-index: 101;
  opacity: 0;
  -webkit-transition: all 2s ease;
  /* Safari and Chrome */
  -moz-transition: all 2s ease;
  /* Firefox */
  -o-transition: all 2s ease;
  /* IE 9 */
  -ms-transition: all 2s ease;
  /* Opera */
  transition: all 2s ease;
}
/* line 479, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box .image .mag {
  background: transparent url("images/mag.png") no-repeat center center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 101;
  opacity: 0;
  -webkit-transition: all 2s ease;
  /* Safari and Chrome */
  -moz-transition: all 2s ease;
  /* Firefox */
  -o-transition: all 2s ease;
  /* IE 9 */
  -ms-transition: all 2s ease;
  /* Opera */
  transition: all 2s ease;
}
/* line 496, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box .info h3 {
  padding: 10px 0 0 0;
  margin: 0px;
  font-size: 18px;
}
/* line 501, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box .info p {
  padding: 3px 0 0 0px;
  margin: 0px;
  font-size: 15px;
}
/* line 508, sass/layout.scss */
.general #dark-cont-cont #dark-cont .dark-box:nth-child(4n) {
  margin-right: 0px;
}
/* line 513, sass/layout.scss */
.general #dark-cont-cont.Off {
  display: none;
}

/* line 519, sass/layout.scss */
.pid-6 #dark-cont-cont {
  background-color: white;
}

/* line 525, sass/layout.scss */
#contact-support input {
  border: 1px solid black;
  padding: 5px 10px 7px;
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  /* or `border-box` */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 7px 0px;
}
/* line 535, sass/layout.scss */
#contact-support input[type="submit"] {
  background-color: #0c9ad6;
  width: 120px;
  margin-top: 12px;
  color: white;
  margin: 7px 0;
  border: none;
  transition: .3s background-color ease-in-out;
  -webkit-transition: .3s background-color ease-in-out;
}
/* line 545, sass/layout.scss */
#contact-support textarea {
  border: 1px solid black;
  padding: 5px 10px;
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  /* or `border-box` */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 554, sass/layout.scss */
#contact-support ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 11px;
}
/* line 557, sass/layout.scss */
#contact-support :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 11px;
}
/* line 560, sass/layout.scss */
#contact-support ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 11px;
}
/* line 563, sass/layout.scss */
#contact-support :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 11px;
}

/* line 568, sass/layout.scss */
.ow-box {
  display: inline-block;
  width: 328px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  color: black;
  height: 330px;
}
/* line 576, sass/layout.scss */
.ow-box img {
  transition: all .3s ease-in-out;
}
/* line 579, sass/layout.scss */
.ow-box:hover > img {
  opacity: 0.8;
}

/* line 584, sass/layout.scss */
.ow-box:nth-child(3n) {
  margin-right: 0px;
}

/* line 588, sass/layout.scss */
#covid19 {
  background: #262261;
  padding: 15px 0 15px 0;
  margin: 0 auto;
}
/* line 592, sass/layout.scss */
#covid19 #content-container {
  width: 1166px;
  margin: 0 auto;
  padding: 0px;
}
/* line 596, sass/layout.scss */
#covid19 #content-container h2 {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 0 0 0 0;
}
/* line 603, sass/layout.scss */
#covid19 #content-container p {
  font-size: 18px;
  line-height: 21px;
  margin: 16px 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #fff;
}
/* line 610, sass/layout.scss */
#covid19 #content-container p a {
  color: #fff;
  text-decoration: none;
}
/* line 613, sass/layout.scss */
#covid19 #content-container p a:hover {
  color: #27a9e1;
}
/* line 618, sass/layout.scss */
#covid19 #content-container a.moreinfo {
  color: white;
  background-color: #27a9e1;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-decoration: none;
  margin: 10px 0;
  transition: all .3s ease-in-out;
  display: inline-block;
}
/* line 630, sass/layout.scss */
#covid19 #content-container a.moreinfo:hover {
  background-color: #514e81;
}

/* line 637, sass/layout.scss */
#boxes {
  text-align: center;
  padding: 40px 0;
}
/* line 640, sass/layout.scss */
#boxes .bx {
  display: inline-block;
  vertical-align: top;
  padding-right: 170px;
  background: transparent url(images/blue-arrow.svg) no-repeat 85% 85px;
}
/* line 646, sass/layout.scss */
#boxes .bx:nth-child(3n) {
  padding-right: 0px;
  background-image: none;
}

/* line 652, sass/layout.scss */
#content-cont {
  width: 1024px;
  margin: 0 auto;
  padding: 30px 0 50px;
}
/* line 657, sass/layout.scss */
#content-cont #content a {
  color: white;
  background-color: #27a9e1;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 15px;
  text-decoration: none;
  margin: 10px 0;
  transition: all .3s ease-in-out;
  display: inline-block;
}
/* line 667, sass/layout.scss */
#content-cont #content a:hover {
  background-color: #514e81;
}

/* line 675, sass/layout.scss */
#box-holder h2 {
  text-align: left;
}
/* line 678, sass/layout.scss */
#box-holder .service-one {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  margin: 25px 15px 0;
}
/* line 683, sass/layout.scss */
#box-holder .service-one h3 {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 23px;
}
/* line 689, sass/layout.scss */
#box-holder .service-one p {
  text-align: center;
  font-size: 14px;
  padding: 0px;
  margin: 0;
}
/* line 695, sass/layout.scss */
#box-holder .service-one object {
  display: block;
  margin: 0 auto;
}
/* line 699, sass/layout.scss */
#box-holder .service-one img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 14px 0 20px;
}
/* line 706, sass/layout.scss */
#box-holder .service-one .line {
  width: 40px;
  height: 4px;
  background-color: #0c9ad6;
  margin: 0 auto;
  margin-top: 15px;
  opacity: 0;
  transition: all .3s ease-in-out;
}
/* line 715, sass/layout.scss */
#box-holder .service-one:hover > .line {
  opacity: 1;
}
/* line 718, sass/layout.scss */
#box-holder .service-one:hover {
  cursor: pointer;
}
/* line 722, sass/layout.scss */
#box-holder .industries {
  width: 502px;
  float: left;
  background-size: cover;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
/* line 731, sass/layout.scss */
#box-holder .industries .industries-bg {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
}
/* line 737, sass/layout.scss */
#box-holder .industries .industries-bg h3 {
  color: white;
  text-align: left;
  font-size: 11px;
  padding: 0 0 20px;
  margin: 0;
}
/* line 744, sass/layout.scss */
#box-holder .industries .industries-bg h2 {
  color: white;
  text-align: left;
  font-size: 21px;
  padding: 0 0 15px;
  max-width: 60%;
  text-transform: none;
  line-height: 22px;
  margin: 0;
}
/* line 754, sass/layout.scss */
#box-holder .industries .industries-bg p {
  color: white;
  text-align: left;
  max-width: 70%;
  font-size: 13px;
  padding: 5px 0;
  opacity: 0.7;
  margin: 0;
}
/* line 763, sass/layout.scss */
#box-holder .industries .industries-bg a.button {
  text-decoration: none;
  border: 2px solid white;
  float: left;
  text-transform: uppercase;
  color: white;
  padding: 4px 15px;
  font-size: 14px;
  letter-spacing: 3px;
  position: absolute;
  bottom: 76px;
  display: block;
  left: 25px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* line 778, sass/layout.scss */
#box-holder .industries .industries-bg a.button:hover {
  border: 2px solid #0c9ad6;
  color: #0c9ad6;
}
/* line 785, sass/layout.scss */
#box-holder .industries:nth-child(2n) {
  margin-right: 0px;
}
/* line 788, sass/layout.scss */
#box-holder .about-us {
  float: left;
  width: 240px;
  position: relative;
  height: 240px;
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 795, sass/layout.scss */
#box-holder .about-us .bg {
  position: relative;
}
/* line 798, sass/layout.scss */
#box-holder .about-us .info {
  position: absolute;
  opacity: 0;
  top: 15px;
  left: 15px;
  width: 210px;
  height: 210px;
  background-color: rgba(12, 154, 214, 0.8);
  transition: all .3s ease-in-out;
}
/* line 807, sass/layout.scss */
#box-holder .about-us .info h3 {
  color: white;
  margin: 0;
  padding: 0;
  padding-left: 12px;
  padding-top: 100px;
  text-align: left;
  font-size: 18px;
}
/* line 816, sass/layout.scss */
#box-holder .about-us .info p {
  color: white;
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-left: 12px;
}
/* line 823, sass/layout.scss */
#box-holder .about-us .info p span {
  clear: both;
  float: left;
  width: 100%;
  font-size: 12px;
}
/* line 829, sass/layout.scss */
#box-holder .about-us .info p a {
  font-size: 12px;
  text-decoration: none;
  color: white;
}
/* line 834, sass/layout.scss */
#box-holder .about-us .info p span.tel {
  padding-top: 20px;
}
/* line 839, sass/layout.scss */
#box-holder .about-us:hover > .info {
  opacity: 1;
}
/* line 842, sass/layout.scss */
#box-holder .about-us:hover {
  cursor: pointer;
}
/* line 846, sass/layout.scss */
#box-holder .about-us:nth-child(4n) {
  margin-right: 0px;
}
/* line 850, sass/layout.scss */
#box-holder .support {
  float: left;
  width: 240px;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 856, sass/layout.scss */
#box-holder .support .info {
  position: relative;
  transition: all .3s ease-in-out;
}
/* line 859, sass/layout.scss */
#box-holder .support .info h3 {
  color: #161616;
  margin: 0 0px 10px 0;
  padding: 0;
  text-align: left;
  line-height: 19px;
  font-size: 19px;
}
/* line 867, sass/layout.scss */
#box-holder .support .info h4 {
  text-align: left;
  color: #0c9ad6;
  font-size: 14px;
  padding: 0;
  margin: 10px 0;
}
/* line 874, sass/layout.scss */
#box-holder .support .info p {
  color: #161616;
  font-size: 13px;
  text-align: left;
  margin: 0;
  padding: 0;
}
/* line 880, sass/layout.scss */
#box-holder .support .info p span {
  clear: both;
  float: left;
  width: 100%;
  font-size: 12px;
}
/* line 886, sass/layout.scss */
#box-holder .support .info p span.tel {
  padding-top: 20px;
}
/* line 891, sass/layout.scss */
#box-holder .support:hover {
  cursor: pointer;
}
/* line 895, sass/layout.scss */
#box-holder .support:nth-child(4n) {
  margin-right: 0px;
}

/* line 900, sass/layout.scss */
#second-cont {
  width: 100%;
  background-color: #cecece;
}
/* line 903, sass/layout.scss */
#second-cont #second-content {
  width: 1014px;
  margin: 0 auto;
  min-height: 20px;
  padding: 20px 0;
}
/* line 908, sass/layout.scss */
#second-cont #second-content #logos {
  text-align: center;
}
/* line 910, sass/layout.scss */
#second-cont #second-content #logos .logo-image {
  height: 70px;
  display: inline-block;
  margin: 15px 23px;
}
/* line 914, sass/layout.scss */
#second-cont #second-content #logos .logo-image .holder {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 919, sass/layout.scss */
#second-cont #second-content #logos .logo-image img {
  vertical-align: middle;
}

/* line 930, sass/layout.scss */
#map {
  width: 100%;
  height: 212px;
  margin: 0;
  padding: 0;
}

/* line 937, sass/layout.scss */
header {
  position: relative;
  z-index: 101;
  top: 0px;
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  min-width: 1024px;
}
/* line 945, sass/layout.scss */
header #header {
  float: left;
}
/* line 948, sass/layout.scss */
header #logo-wrapper {
  z-index: 101;
  margin: 20px 0;
}
/* line 951, sass/layout.scss */
header #logo-wrapper a {
  display: block;
}
/* line 953, sass/layout.scss */
header #logo-wrapper a object {
  pointer-events: none;
}
/* line 957, sass/layout.scss */
header #logo-wrapper #obturateur1 {
  transition: all .3s ease-in-out;
  padding-bottom: 20px;
}
/* line 962, sass/layout.scss */
header #header-info {
  float: right;
  margin-top: 24px;
}
/* line 965, sass/layout.scss */
header #header-info a {
  text-decoration: none;
  color: #27a9e1;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  border-right: 2px solid #27a9e1;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 16px;
  transition: all .3s ease-in-out;
}
/* line 975, sass/layout.scss */
header #header-info a:hover {
  color: #514e81;
}
/* line 979, sass/layout.scss */
header #header-info a:last-child {
  margin-right: 0px;
  border-right: none;
}
/* line 984, sass/layout.scss */
header nav {
  padding: 0px 0;
  float: right;
}
/* line 988, sass/layout.scss */
header nav .navbar ul {
  text-align: right;
  padding: 0px;
  margin: 0px;
}
/* line 992, sass/layout.scss */
header nav .navbar ul li {
  display: inline-block;
  margin: 0px 0px;
  position: relative;
}
/* line 996, sass/layout.scss */
header nav .navbar ul li a {
  color: #514e81;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 15px !important;
  position: relative;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
/* line 1008, sass/layout.scss */
header nav .navbar ul li a:hover > li {
  display: block;
}
/* line 1012, sass/layout.scss */
header nav .navbar ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #27a9e1;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 1026, sass/layout.scss */
header nav .navbar ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 1031, sass/layout.scss */
header nav .navbar ul li ul {
  position: absolute;
  margin: 0;
  padding: 3px 0;
  margin-left: 0px;
  width: 100%;
  min-width: 190px;
  text-align: left;
}
/* line 1039, sass/layout.scss */
header nav .navbar ul li ul li {
  background-color: #0c9ad6;
  width: 100%;
  text-align: left;
  text-indent: 3px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
/* line 1048, sass/layout.scss */
header nav .navbar ul li ul li a {
  color: white;
  font-weight: 400;
  font-size: 13px !important;
}
/* line 1053, sass/layout.scss */
header nav .navbar ul li ul li a:before {
  height: 0px;
}
/* line 1058, sass/layout.scss */
header nav .navbar ul li:hover > ul li {
  visibility: visible;
  opacity: 1;
}

/* line 1068, sass/layout.scss */
footer {
  position: relative;
  background-color: #262261;
}
/* line 1071, sass/layout.scss */
footer #footer {
  padding: 10px 0 10px 0;
  width: 1014px;
  margin: 0 auto;
}
/* line 1075, sass/layout.scss */
footer #footer p {
  color: white;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  padding: 5px 0;
  margin: 0;
}
/* line 1085, sass/layout.scss */
footer #footer p a {
  color: white;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 1094, sass/layout.scss */
footer #footer p.right {
  float: right;
}

/* line 1099, sass/layout.scss */
.post {
  border-top: 2px solid black;
  padding-top: 20px;
  padding-bottom: 14px;
  height: 100%;
}
/* line 1104, sass/layout.scss */
.post .post-left {
  float: left;
  width: 45%;
  margin-right: 3%;
}
/* line 1108, sass/layout.scss */
.post .post-left img {
  width: 100%;
  height: auto;
}
/* line 1113, sass/layout.scss */
.post .post-right {
  float: left;
  width: 52%;
  height: 100%;
  min-height: 280px;
  position: relative;
}
/* line 1120, sass/layout.scss */
.post .date {
  font-size: 13px;
}
/* line 1123, sass/layout.scss */
.post .entry {
  padding: 20px 0;
}
/* line 1126, sass/layout.scss */
.post p {
  margin: 0px;
  padding: 0px;
}
/* line 1130, sass/layout.scss */
.post .post-info {
  margin-top: 5px !important;
}
/* line 1133, sass/layout.scss */
.post h2 {
  text-transform: none !important;
  padding: 18px 0px 15px 0 !important;
  margin: 0px !important;
  line-height: 24px;
  border-bottom: 2px solid #cecece;
  width: 100%;
}
/* line 1141, sass/layout.scss */
.post .social-cont {
  position: absolute;
  bottom: 0px;
}
/* line 1145, sass/layout.scss */
.post .social {
  background: url("images/ss.png");
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -1000px;
}
/* line 1154, sass/layout.scss */
.post .list-inline {
  list-style: outside none none;
  margin-left: -5px;
  padding-left: 0;
}
/* line 1160, sass/layout.scss */
.post .list-inline > li {
  display: inline-block;
  padding-left: 5px;
}
/* line 1165, sass/layout.scss */
.post .facebook {
  background-position: 0px 0px;
}
/* line 1169, sass/layout.scss */
.post .linkedin {
  background-position: 0px -42px;
}
/* line 1173, sass/layout.scss */
.post .twitter {
  background-position: 0px -84px;
}
/* line 1177, sass/layout.scss */
.post .googleplus {
  background-position: 0px -126px;
}

/* line 1183, sass/layout.scss */
.hero a#bbtn {
  color: #0c9ad6;
  border: 2px solid #0c9ad6;
  text-decoration: none;
  padding: 7px 15px;
  margin: 20px 0;
  display: inline-block;
  font-size: 80%;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
}
/* line 1193, sass/layout.scss */
.hero a#bbtn:hover {
  border: 2px solid black;
  color: black;
}

/* line 1200, sass/layout.scss */
p.title {
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

/* line 1212, sass/layout.scss */
#news-cont {
  padding-top: 30px;
}

/* line 1216, sass/layout.scss */
.pageNav {
  padding: 10px 0 30px;
}
/* line 1218, sass/layout.scss */
.pageNav li {
  list-style: none;
  display: block;
  float: left;
  margin-right: 4px;
}
/* line 1223, sass/layout.scss */
.pageNav li a {
  background-color: #202020;
  color: white;
  padding: 5px 15px;
  margin: 0px;
  text-decoration: none;
  font-weight: normal;
}
/* line 1231, sass/layout.scss */
.pageNav li a.active {
  background-color: #0c9ad6;
}

/* line 1237, sass/layout.scss */
svg * {
  fill-opacity: 0;
  transition: fill-opacity 1s, stroke-opacity 1s;
  z-index: 101;
  stroke: #fff;
}

/* line 1244, sass/layout.scss */
svg.finished * {
  fill-opacity: 1;
  stroke-opacity: 0;
}

/*-- loaded animation --*/
/* line 1252, sass/layout.scss */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* line 1260, sass/layout.scss */
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 90px;
  margin: -75px 0 0 -25px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

/* line 1278, sass/layout.scss */
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

/* line 1293, sass/layout.scss */
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

/* line 1308, sass/layout.scss */
.parallax-window {
  min-height: 400px;
  background: transparent;
  position: relative;
}
/* line 1312, sass/layout.scss */
.parallax-window #par-box, .parallax-window #par-box2 {
  width: 480px;
  height: 200px;
  border: 7px solid white;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -512px;
  top: 50%;
  margin-top: -100px;
}
/* line 1324, sass/layout.scss */
.parallax-window #par-box2 {
  margin-left: 12px;
}
/* line 1328, sass/layout.scss */
.parallax-window .par-box h3 {
  color: white;
  font-size: 30px;
  text-align: left;
  width: 100%;
  float: left;
  padding: 20px 0 0 20px;
  margin: 0;
}
/* line 1337, sass/layout.scss */
.parallax-window .par-box p {
  font-style: 20px;
  color: white;
  margin: 0;
  padding: 10px 20px 0 20px;
  float: left;
  text-align: left;
  width: auto;
}
/* line 1346, sass/layout.scss */
.parallax-window .par-box a {
  display: block;
  float: right;
  padding: 5px 30px;
  text-align: center;
  background-color: white;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: 'AvantGardeGothicITC Dm';
  font-weight: 500;
  font-style: normal;
}

/* line 1365, sass/layout.scss */
video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(images/contact-bg.jpg) no-repeat;
  background-size: cover;
}

@-webkit-keyframes spin {
  /* line 1383, sass/layout.scss */
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  /* line 1388, sass/layout.scss */
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  /* line 1395, sass/layout.scss */
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  /* line 1400, sass/layout.scss */
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

/* line 1407, sass/layout.scss */
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222222;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

/* line 1419, sass/layout.scss */
#loader-wrapper .loader-section.section-left {
  left: 0;
}

/* line 1423, sass/layout.scss */
#loader-wrapper .loader-section.section-right {
  right: 0;
}
