/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Main Configuration file

 1. LOADER CONFIGURATION
   - Import preload elements
   - Import secondary modules

 2. COLOR CONFIGURATION
   - base colors
   - input
   - radio, checkbox
   - buttons
   - notifications
   - table
   - slider

 3. VARIABLES CONFIGURATION
   - document, body, canvas settings
   - navigation confihuration
   - typography configuration
       - headlings
       - paragraph
       - font-weights
       - colors
   
   - gridsystem configuration
       - helpers
       - media queries breakpoints
       - padding for grid
       - grid widths
       - commons (fixed) col widths
       - frame width (grid wrapper)
    
   - elements configuration
       - forms
       - select
    
   - other variables
 */
/* 1. LOADER CONFIGURATION */
/* 2. COLORS CONFIGURATION */
/* 3. VARIABLES CONFIGURATION */
/* transitons */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Helpers / Helpers, Mixins

 */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Preload.scss

 */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Main Configuration file

 1. LOADER CONFIGURATION
   - Import preload elements
   - Import secondary modules

 2. COLOR CONFIGURATION
   - base colors
   - input
   - radio, checkbox
   - buttons
   - notifications
   - table
   - slider

 3. VARIABLES CONFIGURATION
   - document, body, canvas settings
   - navigation confihuration
   - typography configuration
       - headlings
       - paragraph
       - font-weights
       - colors
   
   - gridsystem configuration
       - helpers
       - media queries breakpoints
       - padding for grid
       - grid widths
       - commons (fixed) col widths
       - frame width (grid wrapper)
    
   - elements configuration
       - forms
       - select
    
   - other variables
 */
/* 1. LOADER CONFIGURATION */
/* 2. COLORS CONFIGURATION */
/* 3. VARIABLES CONFIGURATION */
/* transitons */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Helpers / Helpers, Mixins

 */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Normalize.css


 * Made With normalize.css v3.0.3
 * Documentation: http://github.com/necolas/normalize.css
 */
/**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS and IE text size adjust after device orientation change,
     *    without disabling user zoom.
     */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
     * Remove default margin.
     */
body {
  margin: 0;
}

/* HTML5 display definitions
       ========================================================================== */
/**
     * Correct `block` display not defined for any HTML5 element in IE 8/9.
     * Correct `block` display not defined for `details` or `summary` in IE 10/11
     * and Firefox.
     * Correct `block` display not defined for `main` in IE 11.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
     * 1. Correct `inline-block` display not defined in IE 8/9.
     * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
     */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
     * Address `[hidden]` styling not present in IE 8/9/10.
     * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
     */
[hidden],
template {
  display: none;
}

/* Links
       ========================================================================== */
/**
     * Remove the gray background color from active links in IE 10.
     */
a {
  background-color: transparent;
}

/**
     * Improve readability of focused elements when they are also in an
     * active/hover state.
     */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
     */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari, and Chrome.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Embedded content
       ========================================================================== */
/**
     * Remove border when inside `a` element in IE 8/9/10.
     */
img {
  border: 0;
}

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

/* Grouping content
       ========================================================================== */
/**
     * Address differences between Firefox and other browsers.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
     * Contain overflow in all browsers.
     */
pre {
  overflow: auto;
}

/**
     * Address odd `em`-unit font size rendering in all browsers.
     */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
       ========================================================================== */
/**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */
/**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
     * Address `overflow` set to `hidden` in IE 8/9/10/11.
     */
button {
  overflow: visible;
}

/**
     * 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 Firefox, IE 8/9/10/11, and Opera.
     * Correct `select` style inheritance in Firefox.
     */
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.
     */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
     * It's recommended that you don't attempt to style these elements.
     * Firefox's implementation doesn't respect box-sizing, padding, or width.
     *
     * 1. Address box sizing set to `content-box` in IE 8/9/10.
     * 2. Remove excess padding in IE 8/9/10.
     */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Fix the cursor style for Chrome's increment/decrement buttons. For certain
     * `font-size` values of the `input`, it causes the cursor style of the
     * decrement button to change from `default` to `text`.
     */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
     * Remove inner padding and search cancel button in Safari and Chrome on OS X.
     * Safari (but not Chrome) clips the cancel button when the search input has
     * padding (and `textfield` appearance).
     */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 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 8/9/10/11.
     * 2. Remove padding so people aren't caught out if they zero out fieldsets.
     */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Remove default vertical scrollbar in IE 8/9/10/11.
     */
textarea {
  overflow: auto;
}

/**
     * Don't inherit the `font-weight` (applied by a rule above).
     * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
     */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Helpers / Document settings

 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

section {
  display: block;
  background-color: #FFFFFF;
  margin: 0 auto;
}

section.first {
  padding-top: 70px !important;
}

footer .copy, footer .made {
  width: auto !important;
  padding: 10px 0;
  font-size: 13px !important;
}

footer .copy a, footer .made a {
  font-weight: 700 !important;
}

footer .copy {
  float: left;
}

footer .made {
  float: right;
}

@media screen and (max-width: 720px) {
  footer .copy, footer .made {
    display: block;
    width: 100% !important;
    float: left;
    clear: both;
    text-align: center;
  }
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Lemonade grid system (our favourite)
 

 * Made With Joe Richardson's (@joericho) Lemonade grid v2
 * Documentation: http://lemonade.im
 */
.gridContainer {
  margin: 0 auto;
}

.gridContainer:after {
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  float: left;
  padding: 0.6em;
}

[class*='col-'].no-pad-h {
  padding-right: 0;
  padding-left: 0;
}

[class*='col-'].no-pad-v {
  padding-top: 0;
  padding-bottom: 0;
}

[class*='col-'].no-pad {
  padding: 0;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33333333%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.col-6 {
  width: 16.66666667%;
}

.col-7 {
  width: 14.28571429%;
}

.col-8 {
  width: 12.5%;
}

.col-9 {
  width: 11.11111111%;
}

.col-10 {
  width: 10%;
}

.col-11 {
  width: 9.09090909%;
}

.col-12 {
  width: 8.33333333%;
}

.col-25 {
  width: 25%;
}

.col-35 {
  width: 35%;
}

.col-50 {
  width: 50%;
}

.col-65 {
  width: 65%;
}

.col-75 {
  width: 75%;
}

@media (max-width: 30em) {
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .gridContainer {
    max-width: 90%;
  }
}

@media (min-width: 30em) and (max-width: 52em) {
  .col-2,
  .col-4,
  .col-6,
  .col-8,
  .col-10 {
    width: 50%;
  }
  .col-1,
  .col-3,
  .col-5,
  .col-7,
  .col-11 {
    width: 100%;
  }
  .col-9,
  .col-12 {
    width: 33.33333333%;
  }
  .gridContainer {
    max-width: 91%;
  }
}

@media (min-width: 52em) and (max-width: 68.75em) {
  .col-11 {
    width: 100%;
  }
  .col-2,
  .col-4,
  .col-8,
  .col-10 {
    width: 50%;
  }
  .col-6,
  .col-9,
  .col-12 {
    width: 33.33333333%;
  }
  .gridContainer {
    max-width: 93%;
  }
}

@media (min-width: 68.75em) {
  .gridContainer {
    width: 93%;
    max-width: 1296px;
  }
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Bootstrap grid system


 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Documentation: http://getbootstrap.com
 */
/* Light Framework 4.0
 * Copyright 2014-2016 Graphworks Creative Ltd.
 **********************************************

 Module: Header
 
 */
header {
  width: 100%;
  height: 70px;
  display: block;
  position: absolute;
  top: 40px;
  background: rgba(0, 0, 0, 0);
  z-index: 999999999;
}

header a.logo {
  position: relative;
  z-index: 3;
  display: block;
  float: left;
  display: block;
  float: left;
}

header a.logo figure {
  position: relative;
  overflow: hidden;
}

header a.logo figure .logo-txt {
  position: absolute;
  text-indent: -999999px;
}

header a.logo figure .logo-img {
  vertical-align: middle;
  padding-top: 0px;
}

header.nav-up {
  top: -70px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

header.nav-down {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

header nav {
  width: auto;
  display: block;
  height: 70px;
}

header nav a {
  text-decoration: none;
  color: #FFFFFF !important;
}

header nav ul {
  width: auto;
  float: right !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  *zoom: 1;
}

@media screen and (max-width: 720px) {
  header nav ul {
    display: none;
  }
  header nav ul.active {
    display: block;
  }
}

header nav ul:before, header nav ul:after {
  content: " ";
  display: table;
}

header nav ul:after {
  clear: both;
}

header nav ul > li:hover a {
  background-color: #151515;
}

header nav ul li {
  display: block;
  float: left;
  position: relative;
  z-index: 999999999;
}

header nav ul li a {
  display: block;
  height: 70px;
  line-height: 70px;
}

header nav ul li a.current {
  background-color: #111111;
  border-bottom: 3px solid #53acd2;
}

header nav ul li ul,
header nav ul li ul li ul {
  display: none;
  position: absolute;
  z-index: 99999999;
  top: 70px;
  width: auto;
  min-width: 300px;
  background: #151515;
}

header nav ul li ul li ul,
header nav ul li ul li ul li ul {
  top: 0 !important;
  right: 300px;
}

header nav ul li ul > li:hover a,
header nav ul li ul li ul > li:hover a {
  background-color: black;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

header nav ul li ul li,
header nav ul li ul li ul li {
  display: block;
  float: left;
  position: relative;
}

header nav ul li ul li a,
header nav ul li ul li ul li a {
  display: block;
  width: 100%;
  min-width: 300px;
  height: 50px;
  line-height: 50px;
}

header nav ul li ul li a.current,
header nav ul li ul li ul li a.current {
  background-color: #000000;
  color: #53acd2 !important;
  border-bottom: none !important;
}

header nav ul li ul li ul,
header nav ul li ul li ul li ul {
  display: none;
}

header nav ul li ul li ul > li:hover a,
header nav ul li ul li ul li ul > li:hover a {
  background-color: black;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

header nav ul li ul li ul li a.current,
header nav ul li ul li ul li ul li a.current {
  background-color: #111111;
}

header nav ul li ul li ul li a:hover,
header nav ul li ul li ul li ul li a:hover {
  background-color: black;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

header nav ul li.sub {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

header nav ul li.sub ul,
header nav ul li.sub ul li ul {
  visibility: hidden;
  position: absolute;
  top: -9999px;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: all 0.1s 0.5s;
  transition: all 0.1s 0.5s;
  /* delay of 1 seconds on hover off */
}

header nav ul li.sub:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  top: 70px;
}

header nav ul li.sub:hover ul {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  /* react immediately on hover */
}

.hamburger {
  display: inline-block;
  text-align: right;
}

@media screen and (max-width: 720px) {
  .hamburger {
    display: block !important;
  }
  #navigation {
    display: none !important;
  }
}

@media screen and (min-width: 720px) {
  .hamburger {
    display: none !important;
  }
  #navigation {
    display: block !important;
  }
}

@media screen and (min-width: 720px) {
  nav ul li a {
    padding: 0 5px;
    font-size: 14px;
  }
}

@media screen and (min-width: 960px) {
  nav ul li a {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  nav ul li a {
    padding: 0 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 720px) {
  header {
    height: auto;
  }
  header.active {
    height: 100%;
    overflow-y: scroll;
  }
  nav {
    width: 100%;
    height: auto !important;
  }
  nav ul,
  nav ul li {
    width: 100% !important;
  }
  nav ul {
    position: absolute !important;
    top: 70px !important;
    left: 0;
    background: rgba(0, 0, 0, 0);
  }
  nav ul li a {
    padding: 0 5%;
  }
  nav ul li,
  li.sub ul,
  li.sub ul li {
    position: relative !important;
  }
  li.sub ul {
    top: 0 !important;
  }
  li.sub ul li.sub ul {
    width: 95%;
    display: block;
    position: relative !important;
    left: 5%;
  }
  header nav ul li.sub ul,
  header nav ul li.sub ul li ul {
    display: none !important;
  }
  header nav ul li.sub ul.active,
  header nav ul li.sub ul li ul.active {
    display: block !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    visibility: visible;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 20px 0px 16px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 25px;
  display: inline-block;
  position: relative;
  margin-top: 3px !important;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -11px;
}

.hamburger-inner::after {
  bottom: -11px;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -22px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -11px, 0) rotate(-45deg);
          transform: translate3d(0, -11px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Typography
 
 * Made With HugoGIRAUDEL's Ultimate PX/REM mixin
 * Documentation: http://hugogiraudel.com
 */
html {
  font-size: 62.5%;
  /* 1 */
}

body {
  font-family: "Open Sans", sans-serif;
  color: #575757;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rajdhani", sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 700 !important;
  color: #53acd2;
}

h2 {
  font-weight: 700 !important;
  color: #1e8585;
}

h3 {
  font-weight: 700 !important;
  color: #53acd2;
}

h4 {
  font-weight: 700 !important;
  color: #4cc0a6;
}

h5 {
  font-weight: 700 !important;
  color: #888888;
}

h6 {
  font-weight: 700 !important;
  color: #888888;
}

ul {
  margin: 0;
  padding-left: 30px;
  color: #575757;
}

ul li {
  line-height: 1.8;
  color: #575757;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.underline {
  text-decoration: underline !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.ultralight {
  font-weight: 100 !important;
}

.light {
  font-weight: 200 !important;
}

.normal {
  font-weight: 300 !important;
}

.bold, b, strong {
  font-weight: 700 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

a:link {
  color: #888888;
  text-decoration: none;
}

a:visited {
  color: #888888;
  text-decoration: none;
}

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

a:active {
  color: #888888;
  text-decoration: none;
}

@media only screen and (max-width: 30em) {
  h1 {
    font-size: 42.075px;
    font-size: 4.2075rem;
    line-height: 47.685px;
    line-height: 4.7685rem;
  }
  h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
  h3 {
    font-size: 25.256px;
    font-size: 2.5256rem;
    line-height: 39.4625px;
    line-height: 3.94625rem;
  }
  h4 {
    font-size: 21.321px;
    font-size: 2.1321rem;
    line-height: 35.535px;
    line-height: 3.5535rem;
  }
  h5 {
    font-size: 16.8815px;
    font-size: 1.68815rem;
    line-height: 26.655px;
    line-height: 2.6655rem;
  }
  h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

@media only screen and (min-width: 30em) {
  h1 {
    font-size: 47.685px;
    font-size: 4.7685rem;
    line-height: 56.1px;
    line-height: 5.61rem;
  }
  h2 {
    font-size: 47.6px;
    font-size: 4.76rem;
    line-height: 64.4px;
    line-height: 6.44rem;
  }
  h3 {
    font-size: 28.413px;
    font-size: 2.8413rem;
    line-height: 41.9881px;
    line-height: 4.19881rem;
  }
  h4 {
    font-size: 21.321px;
    font-size: 2.1321rem;
    line-height: 35.535px;
    line-height: 3.5535rem;
  }
  h5 {
    font-size: 16.8815px;
    font-size: 1.68815rem;
    line-height: 26.655px;
    line-height: 2.6655rem;
  }
  h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

@media only screen and (min-width: 52em) {
  h1 {
    font-size: 50.49px;
    font-size: 5.049rem;
    line-height: 72.93px;
    line-height: 7.293rem;
  }
  h2 {
    font-size: 50.4px;
    font-size: 5.04rem;
    line-height: 74.48px;
    line-height: 7.448rem;
  }
  h3 {
    font-size: 28.413px;
    font-size: 2.8413rem;
    line-height: 47.355px;
    line-height: 4.7355rem;
  }
  h4 {
    font-size: 21.321px;
    font-size: 2.1321rem;
    line-height: 37.904px;
    line-height: 3.7904rem;
  }
  h5 {
    font-size: 16.8815px;
    font-size: 1.68815rem;
    line-height: 26.655px;
    line-height: 2.6655rem;
  }
  h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

@media only screen and (min-width: 68.75em) {
  h1 {
    font-size: 67.32px;
    font-size: 6.732rem;
    line-height: 67.32px;
    line-height: 6.732rem;
  }
  h2 {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 74.48px;
    line-height: 7.448rem;
  }
  h3 {
    font-size: 31.57px;
    font-size: 3.157rem;
    line-height: 47.355px;
    line-height: 4.7355rem;
  }
  h4 {
    font-size: 23.69px;
    font-size: 2.369rem;
    line-height: 37.904px;
    line-height: 3.7904rem;
  }
  h5 {
    font-size: 17.77px;
    font-size: 1.777rem;
    line-height: 26.655px;
    line-height: 2.6655rem;
  }
  h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

@media only screen and (min-width: 87.5em) {
  h1 {
    font-size: 72.93px;
    font-size: 7.293rem;
    line-height: 67.32px;
    line-height: 6.732rem;
  }
  h2 {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 74.48px;
    line-height: 7.448rem;
  }
  h3 {
    font-size: 31.57px;
    font-size: 3.157rem;
    line-height: 47.355px;
    line-height: 4.7355rem;
  }
  h4 {
    font-size: 23.69px;
    font-size: 2.369rem;
    line-height: 37.904px;
    line-height: 3.7904rem;
  }
  h5 {
    font-size: 17.77px;
    font-size: 1.777rem;
    line-height: 26.655px;
    line-height: 2.6655rem;
  }
  h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Buttons

 */
.button, .btn, button, input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border: 0;
  width: auto;
  display: inline-block;
  outline: none;
  margin: 0 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  padding: 0 30px !important;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

.button:hover, .btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  background: #e6e5e5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.button.small, .btn.small, button.small, input[type="button"].small, input[type="submit"].small {
  height: auto !important;
  line-height: auto !important;
  padding: .25em 1em !important;
  font-size: 11.9px;
}

.button.normal, .btn.normal, button.normal, input[type="button"].normal, input[type="submit"].normal {
  height: auto !important;
  line-height: auto !important;
  padding: .85em 2em  !important;
  font-size: 14px;
}

.button.large, .btn.large, button.large, input[type="button"].large, input[type="submit"].large {
  height: 60px;
  line-height: 60px;
  font-size: 16.8px;
}

.button.huge, .btn.huge, button.huge, input[type="button"].huge, input[type="submit"].huge {
  padding: 1.2em 2.4em !important;
  font-size: 1.25em !important;
  font-size: 25.2px;
}

.button.primary, .btn.primary, button.primary, input[type="button"].primary, input[type="submit"].primary {
  background: #53acd2;
  color: #FFFFFF;
}

.button.primary:hover, .btn.primary:hover, button.primary:hover, input[type="button"].primary:hover, input[type="submit"].primary:hover {
  background: #84c3df;
  border-color: #84c3df;
}

.button.primary.inv, .btn.primary.inv, button.primary.inv, input[type="button"].primary.inv, input[type="submit"].primary.inv {
  background: none;
  border: 1px solid #53acd2;
  color: #53acd2;
}

.button.primary.inv:hover, .btn.primary.inv:hover, button.primary.inv:hover, input[type="button"].primary.inv:hover, input[type="submit"].primary.inv:hover {
  background: #53acd2;
  color: #FFFFFF;
}

.button.secondary, .btn.secondary, button.secondary, input[type="button"].secondary, input[type="submit"].secondary {
  background: #4cc0a6;
  color: #FFFFFF;
}

.button.secondary:hover, .btn.secondary:hover, button.secondary:hover, input[type="button"].secondary:hover, input[type="submit"].secondary:hover {
  background: #79d0bd;
  border-color: #79d0bd;
}

.button.secondary.inv, .btn.secondary.inv, button.secondary.inv, input[type="button"].secondary.inv, input[type="submit"].secondary.inv {
  background: none;
  border: 1px solid #4cc0a6;
  color: #4cc0a6;
}

.button.secondary.inv:hover, .btn.secondary.inv:hover, button.secondary.inv:hover, input[type="button"].secondary.inv:hover, input[type="submit"].secondary.inv:hover {
  background: #4cc0a6;
  color: #FFFFFF;
}

.button.success, .btn.success, button.success, input[type="button"].success, input[type="submit"].success {
  background: #1ae180;
  color: #FFFFFF;
}

.button.success:hover, .btn.success:hover, button.success:hover, input[type="button"].success:hover, input[type="submit"].success:hover {
  background: #4eeb9e;
  border-color: #4eeb9e;
}

.button.success.inv, .btn.success.inv, button.success.inv, input[type="button"].success.inv, input[type="submit"].success.inv {
  background: none;
  border: 1px solid #1ae180;
  color: #1ae180;
}

.button.success.inv:hover, .btn.success.inv:hover, button.success.inv:hover, input[type="button"].success.inv:hover, input[type="submit"].success.inv:hover {
  background: #1ae180;
  color: #FFFFFF;
}

.button.danger, .btn.danger, button.danger, input[type="button"].danger, input[type="submit"].danger {
  background: #e66959;
  color: #FFFFFF;
}

.button.danger:hover, .btn.danger:hover, button.danger:hover, input[type="button"].danger:hover, input[type="submit"].danger:hover {
  background: #ee998e;
  border-color: #ee998e;
}

.button.danger.inv, .btn.danger.inv, button.danger.inv, input[type="button"].danger.inv, input[type="submit"].danger.inv {
  background: none;
  border: 1px solid #e66959;
  color: #e66959;
}

.button.danger.inv:hover, .btn.danger.inv:hover, button.danger.inv:hover, input[type="button"].danger.inv:hover, input[type="submit"].danger.inv:hover {
  background: #e66959;
  color: #FFFFFF;
}

.button.warning, .btn.warning, button.warning, input[type="button"].warning, input[type="submit"].warning {
  background: #fdc347;
  color: #FFFFFF;
}

.button.warning:hover, .btn.warning:hover, button.warning:hover, input[type="button"].warning:hover, input[type="submit"].warning:hover {
  background: #fed784;
  border-color: #fed784;
}

.button.warning.inv, .btn.warning.inv, button.warning.inv, input[type="button"].warning.inv, input[type="submit"].warning.inv {
  background: none;
  border: 1px solid #fdc347;
  color: #fdc347;
}

.button.warning.inv:hover, .btn.warning.inv:hover, button.warning.inv:hover, input[type="button"].warning.inv:hover, input[type="submit"].warning.inv:hover {
  background: #fdc347;
  color: #FFFFFF;
}

.button.info, .btn.info, button.info, input[type="button"].info, input[type="submit"].info {
  background: #88cceb;
  color: #FFFFFF;
}

.button.info:hover, .btn.info:hover, button.info:hover, input[type="button"].info:hover, input[type="submit"].info:hover {
  background: #bce2f4;
  border-color: #bce2f4;
}

.button.info.inv, .btn.info.inv, button.info.inv, input[type="button"].info.inv, input[type="submit"].info.inv {
  background: none;
  border: 1px solid #88cceb;
  color: #88cceb;
}

.button.info.inv:hover, .btn.info.inv:hover, button.info.inv:hover, input[type="button"].info.inv:hover, input[type="submit"].info.inv:hover {
  background: #88cceb;
  color: #FFFFFF;
}

.button.grey, .btn.grey, button.grey, input[type="button"].grey, input[type="submit"].grey {
  background: #bbbbbb;
  color: #FFFFFF;
}

.button.grey:hover, .btn.grey:hover, button.grey:hover, input[type="button"].grey:hover, input[type="submit"].grey:hover {
  background: #dadada;
  border-color: #dadada;
}

.button.grey.inv, .btn.grey.inv, button.grey.inv, input[type="button"].grey.inv, input[type="submit"].grey.inv {
  background: none;
  border: 1px solid #bbbbbb;
  color: #bbbbbb;
}

.button.grey.inv:hover, .btn.grey.inv:hover, button.grey.inv:hover, input[type="button"].grey.inv:hover, input[type="submit"].grey.inv:hover {
  background: #bbbbbb;
  color: #FFFFFF;
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Carousel, partners plugin


 * Made With Owl Graphic Owl carousel Plugin v1.3.3
 * Documentation: http://owlgraphic.com/owlcarousel/
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../image/AjaxLoader.gif) no-repeat center center;
}

/* 
     * 	Core Owl Carousel CSS File
     *	v1.3.3
     */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(../image/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

#owl .item {
  padding: 20px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}

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

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Elements
 1. Basic inputs, textarea
 2. Radio and checkboxes
 3. Custom Select dropdown
 4. Notification

 */
input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
button,
textarea {
  width: 100%;
  float: left;
  display: block;
  outline: none;
  height: 60px;
  line-height: 60px;
  padding: 0 15px !important;
  margin: 0 0 20px 0;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400 !important;
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

input:focus, input:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:focus,
input[type="button"]:active,
button:focus,
button:active,
textarea:focus,
textarea:active {
  background-color: #FFFFFF;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

input:required,
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="submit"]:required,
input[type="button"]:required,
button:required,
textarea:required {
  font-weight: 700 !important;
}

textarea {
  min-height: 80px;
  line-height: 25.2px;
  padding: 15px !important;
}

.w_full {
  width: 100% !important;
}

.form-group input,
.form-group textarea,
.form-group .btn {
  float: left !important;
  display: inline-block;
}

.form-group input.w_50,
.form-group textarea.w_50,
.form-group .btn.w_50 {
  width: 48% !important;
  margin: 0 4% 20px 0 !important;
}

.form-group input.w_50:last-child,
.form-group textarea.w_50:last-child,
.form-group .btn.w_50:last-child {
  margin: 0 0 20px !important;
}

.form-group input.w_33,
.form-group textarea.w_33,
.form-group .btn.w_33 {
  width: 30.666666% !important;
  margin: 0 4% 20px 0 !important;
}

.form-group input.w_33:last-child,
.form-group textarea.w_33:last-child,
.form-group .btn.w_33:last-child {
  margin: 0 0 20px !important;
}

@media only screen and (max-width: 52em) {
  input,
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="submit"],
  input[type="button"],
  button,
  textarea {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
  input.w_50, input.w_33,
  input[type="text"].w_50,
  input[type="text"].w_33,
  input[type="email"].w_50,
  input[type="email"].w_33,
  input[type="password"].w_50,
  input[type="password"].w_33,
  input[type="submit"].w_50,
  input[type="submit"].w_33,
  input[type="button"].w_50,
  input[type="button"].w_33,
  button.w_50,
  button.w_33,
  textarea.w_50,
  textarea.w_33 {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
}

input.placeholder,
textarea.placeholder {
  color: #6d6d6d;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6d6d6d;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6d6d6d;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6d6d6d;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6d6d6d;
}

input:active.placeholder,
input:focus.placeholder,
textarea:active.placeholder,
textarea:focus.placeholder {
  color: #eaeaea;
}

input:active:-moz-placeholder,
input:focus:-moz-placeholder,
textarea:active:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #eaeaea;
}

input:active::-moz-placeholder,
input:focus::-moz-placeholder,
textarea:active::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #eaeaea;
}

input:active:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
textarea:active:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #eaeaea;
}

input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #eaeaea;
}

input:hidden, input.hidden, input[type="hidden"] {
  display: none !important;
  visibility: hidden !important;
}

input[type="submit"], input[type="button"], button {
  background-color: #53acd2 !important;
  color: #FFFFFF !important;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover {
  background-color: #3295c0 !important;
}

.custom-form {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  padding-left: 33px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio & checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Show the check when checked */
  /* Create a custom radio & checkbox */
  /* Create a custom radio & checkbox */
  /* Create the checkbox check indicator */
  /* Create the radio check indicator */
}

.custom-form.np {
  padding-left: 0 !important;
}

.custom-form label {
  padding-left: 35px;
}

.custom-form input[type="radio"],
.custom-form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.custom-form input[type="radio"]:checked ~ .check,
.custom-form input[type="checkbox"]:checked ~ .check,
.custom-form input[type="radio"]:checked ~ .check:hover,
.custom-form input[type="checkbox"]:checked ~ .check:hover {
  background-color: #53acd2;
  border: 1px solid #53acd2;
}

.custom-form input[type="radio"]:checked ~ .check:after,
.custom-form input[type="checkbox"]:checked ~ .check:after,
.custom-form input[type="radio"]:checked ~ .check:hover:after,
.custom-form input[type="checkbox"] ~ .check:hover:after {
  opacity: 1;
}

.custom-form input[type="radio"] ~ .check,
.custom-form input[type="checkbox"] ~ .check {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

.custom-form input[type="radio"] ~ .check,
.custom-form input[type="checkbox"] ~ .check {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.custom-form input[type="radio"] ~ .check:hover,
.custom-form input[type="checkbox"] ~ .check:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.custom-form input[type="radio"] ~ .check {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.custom-form input[type="radio"] ~ .check:hover:after {
  opacity: 1;
  background: white;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.custom-form input[type="checkbox"] ~ .check {
  height: 25px;
  width: 25px;
}

.custom-form input[type="checkbox"] ~ .check:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 9px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-form input[type="radio"] ~ .check:after {
  content: "";
  opacity: 0;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

select.custom {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  outline: 0 !important;
  background: url("../image/base/icon-ddown.png") no-repeat 98% center;
  background-size: 20px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

select.custom {
  width: 100% !important;
  float: left;
  display: block;
  padding: 0 15px !important;
  height: 60px;
  line-height: 60px;
  outline: none;
  font-size: 14px;
  font-weight: 700 !important;
  font-family: "Open Sans", sans-serif;
  color: #6d6d6d !important;
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  outline: none;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

label {
  float: left;
  text-align: left;
  font-size: 1.333rem;
  font-style: italic;
}

form label {
  display: block;
  width: 100%;
}

form .error {
  color: #e66959;
}

form .okay {
  color: #1ae180;
}

/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: FullPage.js


 * Made With Alvaro Trigo fullPage 2.7.5
 * Documentation: https://github.com/alvarotrigo/fullPage.js
 */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Lightbox


 * Made With Lokesh Dhakar Lightbox 2 plugin
 * Documentation: http://lokeshdhakar.com/projects/lightbox2/
 */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: PopUp

 */
/* Light Framework 4.0
 * Copyright 2014-2016 Graphworks Creative Ltd.
 **********************************************

 Module: Responsive Table

    /*
     * Made With Filament Group's (@filamentgroup) RWD Table
     * Documentation: https://github.com/filamentgroup/tablesaw
     */
/* Lighty Framework 1.0
 * Copyright 2018- Giant Advertising Ltd.
 ****************************************

 Module: Helpers / Correction

 */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

@supports not (-moz-appearance: none) {
  img,
  object {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@-moz-document url-prefix() {
  img,
  object {
    max-width: 100%;
    display: table-cell !important;
    height: auto;
  }
}

.fl_r {
  float: right !important;
  margin-right: 0 !important;
}

.fl_l {
  float: left !important;
  margin-left: 0 !important;
}

.pos_rel {
  position: relative !important;
}

.pos_abs {
  position: absolute !important;
}

.disp_n {
  display: none;
}

.disp_b {
  display: block;
}

.cleaner {
  width: 100%;
  clear: both;
}

.cleaner.h5 {
  height: 5px;
}

.cleaner.h10 {
  height: 10px;
}

.cleaner.h15 {
  height: 15px;
}

.cleaner.h20 {
  height: 20px;
}

.cleaner.h30 {
  height: 30px;
}

.cleaner.h40 {
  height: 40px;
}

.cleaner.h50 {
  height: 50px;
}

.cleaner.h60 {
  height: 60px;
}

.cleaner.h80 {
  height: 80px;
}

figure.logo {
  padding: 0 !important;
  margin: 0 !important;
}

.embedContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embedContainer iframe, .embedContainer object, .embedContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p, ul li {
  color: #58595b;
}

.logo {
  width: 350px;
  margin: 40px 0 0 0;
}

@media screen and (min-width: 1400px) {
  .logo {
    width: 450px;
  }
}

@media screen and (max-width: 765px) {
  .logo {
    margin-top: 20px;
    width: 250px;
  }
}

@media screen and (max-width: 425px) {
  .logo {
    margin-top: 50px;
  }
}

.topBar {
  width: 100%;
  padding: 15px 0;
  font-size: 12px;
  color: #FFFFFF;
  text-align: right;
  background: #e4a0c0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #e4a0c0), to(#a286a8));
  background: linear-gradient(to right, #e4a0c0 1%, #a286a8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4a0c0', endColorstr='#a286a8',GradientType=1 );
  /* IE6-9 */
}

@media screen and (max-width: 765px) {
  .topBar {
    text-align: center;
  }
}

.home-hero {
  background: url(../image/home-hero.png) no-repeat right center;
  position: relative;
  display: block;
  height: 550px;
}

.home-hero:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  background: #f7cfd9;
  z-index: -999;
}

.home-hero .gridContainer {
  position: relative;
  height: 100%;
  min-height: 100%;
  display: block;
}

.home-hero .gridContainer h2 {
  position: absolute;
  bottom: 5px;
  color: #b26c96;
  font-weight: 300 !important;
}

.home-hero .gridContainer h2 span {
  font-size: 130%;
  line-height: 130%;
}

.home-hero .hearts {
  position: absolute;
  right: 500px;
  top: 40%;
  width: 300px;
}

.home-hero .inofolicBadge {
  position: absolute;
  right: 630px;
  top: 40px;
  width: 140px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}

.home-hero .shopNow {
  position: absolute;
  bottom: -80px;
  right: 400px;
  display: block;
  width: 180px;
  height: 180px;
  text-align: center;
  font-weight: 700 !important;
  color: #FFFFFF;
  padding-top: 46px;
  background: url(../image/icon-cart.svg) no-repeat center 96px #ee8fa7;
  background-size: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.home-hero .shopNow a {
  display: block;
  width: 100%;
  height: auto;
  min-height: 50px;
  line-height: 50px;
  color: #FFFFFF !important;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-size: 20px !important;
  text-decoration: none !important;
}

.home-hero .shopNow a.first {
  margin-top: 20px;
}

.home-hero .shopNow:hover {
  background-color: #e76384;
  background-image: none;
  width: 300px;
  height: auto;
  min-height: 180px;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  padding-top: 10px;
  font-size: 12px;
}

.home-hero .shopNow:hover a {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

.home-hero .shopNow:hover a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1160px) {
  .home-hero .inofolicBadge {
    top: 220px;
    left: 5%;
  }
}

@media screen and (min-width: 1024px) {
  .home-hero {
    background-size: auto 100%;
    min-height: 550px;
  }
}

@media screen and (max-width: 1024px) {
  .home-hero {
    background-size: auto 380px;
    background-position: top right;
  }
  .home-hero:before {
    z-index: 9;
    height: 170px;
  }
  .home-hero .gridContainer {
    z-index: 99;
  }
  .home-hero .hearts {
    right: 400px;
    top: auto;
    bottom: 200px;
    width: 220px;
  }
  .home-hero .shopNow {
    z-index: 99;
    right: 5%;
    bottom: -40px;
  }
}

@media screen and (max-width: 765px) {
  .home-hero:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 300px;
    z-index: 9;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
  }
  .home-hero .inofolicBadge {
    left: auto;
    right: 5%;
    top: 20px;
    z-index: 99;
  }
}

@media screen and (max-width: 540px) {
  .home-hero .shopNow {
    width: 130px;
    height: 130px;
    font-size: 14px;
    padding-top: 30px;
    background-size: 40px;
    background-position: center 76px;
    bottom: 130px;
    left: 5%;
    right: auto;
  }
  .home-hero .hearts {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .home-hero .inofolicBadge {
    display: none;
  }
}

.mainContent {
  padding: 40px 0;
}

.mainContent .col-2 {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 540px) {
  .mainContent .col-2 {
    display: block;
    width: 100%;
    min-height: auto;
    float: left;
  }
}

.mainContent .col-2 img {
  max-width: 440px;
}

.mainContent .col-2 .vcenter {
  padding-top: 40px;
}

.mainContent .col-2 .vcenter h4 {
  font-weight: 400 !important;
  color: #b26c96;
}

.mainContent .col-2 .vcenter h4 b {
  font-weight: 700 !important;
}

.mainContent .col-2 .vcenter ul {
  padding-left: 0;
  margin-left: 10px;
}

.mainContent .col-2 .vcenter ul li {
  list-style: none;
  background: url(../image/icon-tick.svg) no-repeat top left;
  background-size: 30px;
  padding-left: 44px;
  margin-bottom: 10px;
}

.mainContent .col-2 .vcenter p {
  margin-left: 54px;
  color: #b26c96;
}

.mainContent .col-2 .vcenter .btn {
  color: #FFFFFF !important;
  background: #c794b3 !important;
  margin: 20px 0 0 54px;
}

.mainContent .col-2 .vcenter .btn:hover {
  background-color: #b26c96 !important;
}

.disclaimer {
  background: #f7cfd9;
}

.disclaimer h5 {
  width: 100%;
  text-align: center;
  font-weight: 300 !important;
  color: #b26c96;
  padding: 20px 0;
}

footer {
  padding: 10px 0 0 0;
  background-color: #a286a8;
}

footer .gridContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Magic begins */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Allow multiple lines */
}

footer .col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 300px;
          flex: 1 300px;
  /* Initial width of 600px/2
                      Grow to fill remaining space */
  min-width: 0;
  /* No minimal width */
  -ms-flex-item-align: end;
      align-self: flex-end;
}

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

footer ul li {
  float: left;
  position: relative;
}

footer ul li:after {
  position: absolute;
  content: '|';
  right: 10px;
  top: 0;
  color: #FFFFFF;
}

footer ul li:last-child:after {
  content: ' ';
}

footer ul li a {
  padding-right: 30px;
}

footer h3, footer a, footer p, footer ul li a {
  font-weight: 300 !important;
  color: #ffffff !important;
}

footer a, footer p, footer ul li a {
  font-size: 14px;
}

footer p.lined {
  position: relative;
  width: auto !important;
  float: left;
}

footer p.lined:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: 3px;
  display: block;
  background-color: #ffffff;
}

footer p.address {
  text-align: right;
}

footer picture {
  display: block;
  max-width: 180px;
  float: right;
}

footer .bottom {
  padding: 0;
  background-color: #906e97;
}

footer .bottom .copy {
  color: #eaeaea !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0;
  padding: 0;
}

footer .bottom .copy a {
  color: #FFFFFF !important;
}

/*# sourceMappingURL=main.css.map*/