@charset "UTF-8";
/*
*
* Trunk version 1.2.5
*
*/
/**
* Template Style
*
* [Table of contents]
*   1. Custom styles
*     1.1 Main Styles
*     1.2 Typography
*     1.3 Backgrounds
*     1.4 Colors
*     1.5 Main layout
*
*   2. Components
*     2.1 Icons
*     2.2 Buttons
*     2.3 Forms
*     2.4 Tables
*     2.5 Lists
*     2.6 Post
*     2.7 Thumbnail
*     2.8 Tooltip
*     2.9 Snackbars
*     2.10 Navigation
*     2.11 Preloader
*     2.12 Breadcrumbs
*     2.13 Panel custom
*     2.14 Pagination custom
*
*   3. Helpers
*     3.1 Text-alignment
*     3.2 Text-styling
*     3.3 Visibility responsive
*     3.4 Groups
*     3.5 Context Styling
*     3.6 Sections
*     3.7 Offsets
*
*   4. Modules
*     4.1 Flex grid
*     4.2 Unit-responsive
*
*   5 Plugins
*     5.1 Animate
*     5.2 Isotope
*     5.3 Owl Carousel
*     5.4 RD Navbar
*     5.5 RD Parallax
*     5.6 RD Google-Map
*     5.7 RD Search
*     5.8 To top
*     5.9 Tabs
*     5.10 Photoswipe
*     5.11 Progress-bars
*     5.12 Counter
*     5.13 jquery-circle-progress
*     5.14 Timecircles
*     5.15 Swiper
*
*   6. Fonts
*     6.1 FontAwesome
*     6.2 MDI
**/
/*
*
* Main Styles
* ==================================================
*/
/*
*
* Components
* ==================================================
*/
/*
*
* Typography
* ==================================================
*/
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #9b9b9b;
  background-color: #fff;
}

.font-sec {
  font-family: "Quattrocento Sans", sans-serif;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, [class*=heading-] {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #151515;
}
h1 a, h1 a:focus, h1 a:active, h2 a, h2 a:focus, h2 a:active, h3 a, h3 a:focus, h3 a:active, h4 a, h4 a:focus, h4 a:active, h5 a, h5 a:focus, h5 a:active, h6 a, h6 a:focus, h6 a:active, [class*=heading-] a, [class*=heading-] a:focus, [class*=heading-] a:active {
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class*=heading-] a:hover {
  color: #e27b46;
}

h1,
.heading-1 {
  font-size: 38px;
  line-height: 1.2;
}
@media (min-width: 1470px) {
  h1,
.heading-1 {
    font-size: 65px;
  }
}

h2,
.heading-2 {
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 1470px) {
  h2,
.heading-2 {
    font-size: 48px;
  }
}
h2 .heading-4,
.heading-2 .heading-4 {
  display: block;
  font-weight: 400;
  line-height: 1.2;
}
h2 .heading-main-text,
.heading-2 .heading-main-text {
  display: inline-block;
}
h2 * + .heading-main-text,
.heading-2 * + .heading-main-text {
  margin-top: 5px;
}
@media (min-width: 1200px) {
  h2 * + .heading-main-text,
.heading-2 * + .heading-main-text {
    margin-top: 19px;
  }
}

h3,
.heading-3 {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 1470px) {
  h3,
.heading-3 {
    font-size: 36px;
  }
}

h4,
.heading-4 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 1470px) {
  h4,
.heading-4 {
    font-size: 24px;
  }
}

h5,
.heading-5 {
  line-height: 1.441;
  font-size: 18px;
}

h6,
.heading-6 {
  line-height: 1.2;
  font-size: 16px;
}

.big {
  font-size: 16px;
}

.large {
  font-size: 18px;
}

/*
 Mark
  */
.mark {
  color: #fff;
  background-color: #e27b46;
}

small,
.small {
  display: block;
  font-size: 12px;
}

.heading-group-demo {
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
  margin-left: -30px;
}
* + .heading-group-demo {
  margin-left: 0;
}
/*
* Heading Demo
 */
p + h4.head-demo {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  h2.head-demo + p {
    margin-top: 15px;
  }
  h4.head-demo + p {
    margin-top: 20px;
  }
  h3.head-demo + p {
    margin-top: 30px;
  }
  p + h4.head-demo {
    margin-top: 65px;
  }
}
@media (min-width: 1470px) {
  p + h4.head-demo {
    margin-top: 95px;
  }
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #90959e;
}

.divider {
  line-height: 0;
}
.divider:before {
  content: "";
  display: inline-block;
  width: 60px;
  border-top: 2px solid;
}
* + .divider {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .divider:before {
    border-width: 3px;
  }
  * + .divider {
    margin-top: 20px;
  }
}

.divider-section {
  width: 100%;
  display: block;
  height: 100px;
}
.divider-section-xs {
  height: 40px;
}

.divider-edgewise {
  display: block;
  height: 1px;
  border-top: 1px solid #ebebeb;
}
* + .divider-edgewise, .divider-edgewise + * {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  * + .divider-edgewise, .divider-edgewise + * {
    margin-top: 90px;
  }
}

.divider-default {
  width: 100%;
  height: 1px;
  border-top: 1px solid #ebebeb;
}
* + .divider-default, .divider-default + .range, .divider-default + * {
  margin-top: 25px;
}
.divider-default + .list-lg {
  margin-top: 35px;
}
.bg-gray-bright .divider-default {
  border-color: #4f5c6e;
}

.divider-modern {
  line-height: 0;
  font-size: 0;
  position: relative;
}
.divider-modern:before {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid;
}
.divider-modern:after {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 66px;
  border-top: 1px solid #e27b46;
}
* + .divider-modern {
  margin-top: 15px;
}
.divider-modern + .range, .divider-modern + * {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  * + .divider-modern {
    margin-top: 20px;
  }
  .divider-modern + .range, .divider-modern + * {
    margin-top: 30px;
  }
}

.block-text-width-divider {
  display: flex;
}
.block-text-width-divider:before {
  margin-top: 10px;
  content: "";
  width: 41px;
  height: 4px;
  flex-shrink: 0;
  background-color: #e27b46;
}
.block-text-width-divider-content {
  margin-left: 15px;
}
* + .block-text-width-divider {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  * + .block-text-width-divider {
    margin-top: 35px;
  }
}

.heading-with-aside-divider {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.heading-with-aside-divider .divider {
  height: 0;
  font-size: 0;
  flex-grow: 1;
  min-width: 35px;
  margin-left: 20px;
  flex-shrink: 0;
  margin-top: 0;
}
.heading-with-aside-divider .divider:before {
  content: "";
  width: 100%;
  border-top: 1px solid #e1e1e1;
  display: none;
}
@media (min-width: 480px) {
  .heading-with-aside-divider .divider:before {
    display: inline-block;
  }
}
.heading-with-aside-divider + .owl-carousel {
  margin-top: 30px;
}
.heading-with-aside-divider + .block-classic {
  margin-top: 50px;
}

.cell-sm-10 > .heading-with-aside-divider {
  margin-top: 35px;
}

.heading-aside-divider {
  flex-grow: 1;
  margin-left: 20px;
  min-width: 10%;
  height: 1px;
  border-top: 1px solid #e1e1e1;
}
.heading-divider-modern {
  position: relative;
  padding-left: 22px;
}
.heading-divider-modern:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-left: 4px solid #e27b46;
}

/*
*
* Backgrounds
* ==================================================
*/
.bg-white {
  background-color: #fff;
}
.bg-white + .bg-white {
  padding-top: 0;
}
.bg-white.bg-white-transparent {
  background-color: transparent;
}

.bg-gray-bright {
  background-color: #383838;
}
.bg-gray-bright + .bg-gray-bright {
  padding-top: 0;
}

.bg-secondary {
  background-color: #3d4d66;
}
.bg-secondary + .bg-secondary {
  padding-top: 0;
}

.bg-white-lighter {
  background-color: #f2f3f8;
}
.bg-white-lighter + .bg-white-lighter {
  padding-top: 0;
}

.bg-white-lighter {
  background-color: #f2f3f8;
}
.bg-white-lighter + .bg-white-lighter {
  padding-top: 0;
}
.bg-white-lighter .divider-modern {
  color: #cecece;
}

.bg-primary {
  background-color: #e27b46;
}
.bg-primary + .bg-primary {
  padding-top: 0;
}

.bg-image {
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  html.desktop .bg-fixed {
    background-attachment: fixed;
  }
}

/*
*
* Colors
* ==================================================
*/
.text-gray-darker, .page-actualite_details .block-text-width-divider-content ul, .page-praticien .approche ul,
.page-praticien .formation ul {
  color: #151515;
}
a.text-gray-darker, a.text-gray-darker:focus, a.text-gray-darker:active {
  color: #151515;
}
a.text-gray-darker:hover {
  color: #e27b46;
}

.text-snow {
  color: #b7b7b7;
}
a.text-snow, a.text-snow:focus, a.text-snow:active {
  color: #b7b7b7;
}
a.text-snow:hover {
  color: #e27b46;
}

.text-default {
  color: #9b9b9b;
}
a.text-default, a.text-default:focus, a.text-default:active {
  color: #9b9b9b;
}
a.text-default:hover {
  color: #e27b46;
}

a {
  transition: 0.3s ease-out all;
}
a, a:focus, a:active, a:hover {
  text-decoration: none;
}
a, a:focus, a:active {
  color: #e27b46;
}
a:hover {
  color: #151515;
}
a[href*=callto], a[href*=mailto] {
  white-space: nowrap;
}

.link-demo, .link-demo:focus, .link-demo:active,
.link-hover,
.link-hover:focus,
.link-hover:active,
.link-press,
.link-press:focus,
.link-press:active {
  color: #e27b46;
}
.link-demo:hover,
.link-hover:hover,
.link-press:hover {
  color: #e27b46;
}

.link-default, .link-default:focus, .link-default:active {
  color: #9b9b9b;
}
.link-default:hover {
  color: #e27b46;
}

.link-gray-darker, .link-gray-darker:focus, .link-gray-darker:active {
  color: #151515;
}
.link-gray-darker:hover {
  color: #e27b46;
}

.unit-link-with-icon a {
  font-size: 18px;
  font-family: "Quattrocento Sans", sans-serif;
  color: #151515;
}
.unit-link-with-icon a:hover {
  color: #e27b46;
}

.unit-link-with-icon-1 a {
  display: inline-block;
  max-width: 160px;
  color: #151515;
}
.unit-link-with-icon-1 a:hover {
  color: #e27b46;
}

/**
*
* Images
* =====================================================
*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.image-skew {
  display: block;
  max-width: 600px;
  overflow: hidden;
}
.image-skew-inner {
  overflow: hidden;
  margin-right: -160px;
  margin-left: -160px;
  transform: skewX(44deg);
}
.image-skew-inner-img {
  margin-left: 160px;
  transform: skewX(-44deg);
}

.image-wrap {
  margin-bottom: -10px;
}
.image-wrap > * {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .image-wrap {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .image-wrap {
    position: relative;
    padding-bottom: 60px;
  }
  .image-wrap-item:nth-child(1) {
    position: relative;
    z-index: 2;
    max-width: 70%;
  }
  .image-wrap-item:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
    z-index: 3;
  }
  .image-wrap-item:nth-child(3) {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 1470px) {
  .image-wrap-item:nth-child(1) {
    max-width: 100%;
  }
  .image-wrap-item:nth-child(2) {
    left: 20%;
    top: 70%;
    right: auto;
  }
  .image-wrap-item:nth-child(3) {
    top: 50px;
    right: 70px;
  }
}

.image-wrap-modern {
  margin-bottom: -10px;
}
.image-wrap-modern > * {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .image-wrap-modern {
    position: relative;
    padding-bottom: 55px;
    text-align: right;
  }
  .image-wrap-modern-item:nth-child(1) {
    margin-left: auto;
    max-width: 80%;
  }
  .image-wrap-modern-item:nth-child(2) {
    position: absolute;
    left: 0;
    right: 80px;
    top: 60px;
    bottom: 0;
  }
}
@media (min-width: 1470px) {
  .image-wrap-modern-item:nth-child(1) {
    max-width: 100%;
  }
  .image-wrap-modern-item:nth-child(2) {
    text-align: left;
    position: absolute;
    left: 70px;
    right: 0;
    top: 120px;
    bottom: 0;
  }
}

/*
*
* Main layout
* ==================================================
*/
.page {
  position: relative;
  overflow: hidden;
  min-height: 100vh !important;
}
.page > * {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.ad-footer .shell {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1470px) {
  .ad-footer .shell {
    padding-left: 0;
    padding-right: 0;
  }
}
.ad-footer.bg-gray-bright .p-text {
  color: #616c7b;
  letter-spacing: 0.075em;
}

.page-footer {
  padding: 20px 0;
  background-color: #e4eaf4;
}

.page-footer-full {
  padding: 30px 0;
  background-color: #2d2d2d;
}
.page-footer-full .copyright {
  color: #565656;
}
.page-footer-full a.icon, .page-footer-full a.icon:focus, .page-footer-full a.icon:active {
  color: #fff;
}
.page-footer-full a.icon:hover {
  color: #e27b46;
}

.page-footer-hi {
  background-color: #323942;
}
.page-footer-hi .copyright {
  color: #6a7688;
}

.copyright {
  font-size: 14px;
  letter-spacing: 0;
  color: #90959e;
}
.copyright a {
  text-decoration: underline;
}
.copyright a, .copyright a:focus, .copyright a:active {
  color: inherit;
}
.copyright a:hover {
  color: #e27b46;
}

.vertical-space {
  height: 50px;
  width: 100%;
}

/*
*
* Icons
* --------------------------------------------------
*/
.icon {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
.icon:before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xxs {
  font-size: 13px;
}
.icon-xs {
  font-size: 14px;
}
.icon-md {
  font-size: 18px;
}
.icon-md-biger {
  font-size: 22px;
}
.icon-md-big {
  font-size: 24px;
}
.icon-md-big.icon-circle {
  position: relative;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
.icon-md-big.icon-circle:before {
  line-height: inherit;
}
.icon-md-big.icon-circle:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid;
  border-radius: inherit;
  transform: scale(1);
  opacity: 0;
  transition: 0.3s ease-out all;
}
.icon-md-big.icon-circle:hover:after {
  opacity: 1;
  transform: scale(1.2);
}
.icon-md-big.icon-circle.icon-primary {
  color: #e27b46;
  background-color: #f2f3f8;
}
.icon-xl {
  font-size: 50px;
}
.icon-primary {
  color: #e27b46;
}
.icon-shaft {
  color: #343434;
}
.icon-gray-darker {
  color: #151515;
}
a.icon-gray-darker, a.icon-gray-darker:focus, a.icon-gray-darker:active {
  color: #151515;
}
a.icon-gray-darker:hover {
  color: #e27b46;
}

.icon-white-lighter-block {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.icon-white-lighter-block:before {
  line-height: inherit;
}
.icon-white-lighter-block, .icon-white-lighter-block:focus, .icon-white-lighter-block:active {
  color: #434345;
  background-color: #f2f3f8;
}
.icon-white-lighter-block:hover {
  color: #fff;
  background-color: #e27b46;
}
.icon-circle {
  border-radius: 50%;
}
.icon-block-demo {
  text-align: center;
}
.icon-block-demo-title {
  font-weight: 400;
}

.icon-unit {
  display: flex;
  flex-direction: column;
}
.icon-unit-body {
  margin-top: 15px;
}
.icon-unit h5 + p {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .icon-unit {
    flex-direction: row;
    align-items: center;
  }
  .icon-unit-body {
    margin-top: 0;
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .icon-unit-body {
    margin-left: 15px;
  }
}
@media (min-width: 1470px) {
  .icon-unit-body {
    margin-left: 25px;
  }
}

/*
*
* Buttons
* --------------------------------------------------
*/
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 250ms all ease-in-out;
  font-size: 12px;
  border: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 9px 15px;
  text-transform: uppercase;
  min-width: 180px;
  min-height: 51px;
}
@media (min-width: 480px) {
  .button {
    padding: 9px 30px;
  }
}
.button:focus, .button:active, .button:active:focus {
  outline: none;
}
.button.disabled {
  color: black;
  background-color: gray;
}
.button .caret {
  margin-left: 8px;
}

.button-block {
  display: flex;
  width: 100%;
}

.button-primary, .button-primary:focus, .button-primary:active {
  color: #fff;
  background-color: #e27b46;
}
.button-primary:hover {
  color: #fff;
  background-color: #948a7c;
}

.button-white, .button-white:focus, .button-white:active {
  color: #151515;
  background-color: #fff;
}
.button-white:hover {
  color: #fff;
  background-color: #e27b46;
}

.button-gray-drago-dark, .button-gray-drago-dark:focus, .button-gray-drago-dark:active {
  color: #fff;
  background-color: #2a2a2a;
}
.button-gray-drago-dark:hover {
  color: #fff;
  background-color: #e27b46;
}

.button-albus, .button-albus:focus, .button-albus:active {
  color: #151515;
  background-color: #ebebeb;
}
.button-albus:hover {
  color: #fff;
  background-color: #151515;
}

.button-default-outline {
  border: 3px solid #cccccc;
  color: #151515;
  background-color: transparent;
}
.button-default-outline:hover {
  color: #fff;
  border-color: #151515;
  background-color: #151515;
}

.button-social, .button-social:focus, .button-social:active {
  color: #fff;
  background-color: #e27b46;
}
.button-social:hover {
  color: #fff;
  background-color: #948a7c;
}
.button-social, .button-social.button-icon {
  min-width: 165px;
}

.button-facebook, .button-facebook:focus, .button-facebook:active {
  background-color: #547abb;
}

.button-twitter, .button-twitter:focus, .button-twitter:active {
  background-color: #44c0f3;
}

.button-google, .button-google:focus, .button-google:active {
  background-color: #e75854;
}

.button-effect-ujarak {
  position: relative;
  z-index: 0;
  transition: background 0.4s, border-color 0.4s, color 0.4s;
  border-radius: 0;
}
.button-effect-ujarak::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #e27b46;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-effect-ujarak, .button-effect-ujarak:before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-effect-ujarak:hover {
  background-color: transparent;
}
.button-effect-ujarak:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.button-effect-ujarak.button-ellipse-md:before {
  border-radius: 3px;
}
.button-effect-ujarak.button-ellipse-lg:before {
  border-radius: 10px;
}
.button-effect-ujarak.button-circle:before {
  border-radius: 30px;
}
.button-effect-ujarak.button-social::before, .button-effect-ujarak.button-primary::before {
  background: #948a7c;
}
.button-effect-ujarak.button-gray-drago-dark:before {
  background-color: #e27b46;
}
.button-effect-ujarak.button-default-outline:before {
  background: #151515;
}

.button-shadow {
  box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.15);
}
.button-shadow:hover {
  box-shadow: none;
}

.button-sm {
  font-size: 12px;
  min-width: 140px;
  min-height: 41px;
}

.button-lg {
  font-size: 13px;
  min-width: 180px;
  min-height: 56px;
}
@media (min-width: 992px) {
  .button-lg {
    min-width: 230px;
    min-height: 61px;
  }
}

.button-xl {
  font-size: 14px;
  min-width: 200px;
  min-height: 61px;
}
@media (min-width: 992px) {
  .button-xl {
    min-width: 270px;
    min-height: 76px;
  }
}

.button-circle {
  border-radius: 30px;
}

.button-ellipse-md {
  border-radius: 3px;
}
.button-ellipse-lg {
  border-radius: 10px;
}

.button-icon {
  min-width: 210px;
}
.button-icon > span {
  align-self: center;
}
.button-icon-left .icon {
  order: 0;
  margin-right: 10px;
}
.button-icon-right .icon {
  order: 1;
  margin-left: 10px;
}

.button-group-modern {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: -12px;
}
.button-group-modern, .button-group-modern:last-child {
  margin-bottom: -8px;
}
.button-group-modern > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 12px;
  margin-top: 0;
}
.button-group-modern > *, .button-group-modern > *:last-child {
  margin-bottom: 8px;
}
.button-group-modern > .button {
  display: inline-flex;
  flex-direction: row;
}
.button-group-modern > * + .button {
  margin-top: 0;
}
.button-group-modern > span {
  letter-spacing: 0.05em;
}
.button-group-modern > .button,
.button-group-modern > * {
  margin-top: 0;
}
* + .button-group-modern {
  margin-top: 30px;
}
@media (min-width: 480px) {
  .button-group-modern {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  * + .button-group-modern {
    margin-top: 40px;
  }
}

/*
*
* Form styles
* --------------------------------------------------
*/
.form-divider {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.form-divider:before, .form-divider:after {
  content: "";
  position: absolute;
  width: 33%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  border-top: 1px solid #f5f5f5;
}
.form-divider:before {
  left: 0;
}
.form-divider:after {
  right: 0;
}

.rd-mailform {
  position: relative;
  text-align: left;
}

.rd-mailform-inline.rd-mailform-inline {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.rd-mailform-inline.rd-mailform-inline, .rd-mailform-inline.rd-mailform-inline:last-child {
  margin-bottom: -20px;
}
.rd-mailform-inline.rd-mailform-inline > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 30px;
  margin-top: 0;
}
.rd-mailform-inline.rd-mailform-inline > *, .rd-mailform-inline.rd-mailform-inline > *:last-child {
  margin-bottom: 20px;
}
.rd-mailform-inline.rd-mailform-inline > .button {
  display: inline-flex;
  flex-direction: row;
}
.rd-mailform-inline.rd-mailform-inline > * + .button {
  margin-top: 0;
}
.rd-mailform-inline.rd-mailform-inline .form-wrap {
  flex-grow: 1;
}
@media (min-width: 480px) {
  .rd-mailform-inline.rd-mailform-inline .form-wrap {
    min-width: 282px;
  }
}
.rd-mailform-inline.rd-mailform-inline .button {
  margin-top: 0;
  flex: none;
}
.parallax-container .rd-mailform-inline.rd-mailform-inline .form-input,
.parallax-container .rd-mailform-inline.rd-mailform-inline .form-label,
.parallax-container .rd-mailform-inline.rd-mailform-inline .form-validation {
  color: #fff;
}
.parallax-container .rd-mailform-inline.rd-mailform-inline .form-input {
  background-color: rgba(255, 255, 255, 0.47);
  border: none;
}

.parallax-container-modern .rd-mailform-inline.rd-mailform-inline .form-input,
.parallax-container-modern .rd-mailform-inline.rd-mailform-inline .form-label {
  color: #9b9b9b;
}
.parallax-container-modern .rd-mailform-inline.rd-mailform-inline .form-input {
  background-color: #fff;
  border: none;
}
.parallax-container-modern .rd-mailform-inline.rd-mailform-inline .form-validation {
  color: #d9534f;
}

.recaptcha {
  transform: scale(0.9);
  transform-origin: left center;
}

.form-input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #9b9b9b;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  letter-spacing: 0.075em;
  -webkit-appearance: none;
}
.form-input:focus {
  outline: 0;
}
.form-input:-webkit-autofill ~ label, .form-input:-webkit-autofill ~ .form-validation {
  color: #000 !important;
}

textarea.form-input {
  height: 135px;
  min-height: 108px;
  max-height: 229.5px;
  resize: vertical;
}

.form-wrap {
  position: relative;
}

.form-wrap + .form-wrap {
  margin-top: 15px;
}

* + .form-button,
.form-wrap + .button {
  margin-top: 30px;
}

.form-label {
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #9b9b9b;
  pointer-events: none;
  z-index: 9;
  transition: 0.3s;
  transform: translateY(-50%);
  letter-spacing: 0.075em;
}
.form-label.focus {
  opacity: 0;
}
.form-label.auto-fill {
  color: #9b9b9b;
}

@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    opacity: 1;
    transform: none;
    color: #9b9b9b;
    font-size: 14px;
  }
  .form-label-outside + .form-input + .form-validation {
    top: 32px;
  }
}

.form-validation {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 11px;
  line-height: 11px;
  color: #d9534f;
  margin-top: 3px;
  transition: 0.3s;
  z-index: 11;
}

.form-validation-left .form-validation {
  right: auto;
  top: 100%;
  left: 0;
}

#form-output-global {
  position: fixed;
  bottom: 0;
  visibility: hidden;
  transform: translateY(calc(100% + 30px));
  transition: 0.3s all ease;
  z-index: 9999999;
  margin: 15px;
}
#form-output-global.active {
  transform: translateY(0);
  visibility: visible;
}
@media (min-width: 768px) {
  #form-output-global {
    margin: 30px;
  }
}

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.form-output.active {
  opacity: 1;
  visibility: visible;
}
.form-output.error {
  color: #d9534f;
}
.form-output.success {
  color: #5cb85c;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0;
}
.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-left: -20px;
  margin-top: 5px;
  outline: none;
  cursor: pointer;
}
.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #90959e;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
  position: absolute;
  opacity: 0;
}
.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
  outline: none;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
  border-radius: 50%;
}
.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #151515;
  border-radius: 50%;
}

.checkbox,
.checkbox-inline {
  padding-left: 20px;
}
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  border-radius: 3px;
  margin-left: 0;
  left: 0;
}
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
  content: "\f222";
  font-family: "Material Design Icons";
  font-size: 20px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  color: #151515;
}

* + .rd-mailform {
  margin-top: 20px;
}

* + .rd-mailform-inline {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  * + .rd-mailform {
    margin-top: 30px;
  }
  h4 + .rd-mailform {
    margin-top: 40px;
  }
  * + .rd-mailform-inline {
    margin-top: 30px;
  }
  h4 + .rd-mailform-inline {
    margin-top: 40px;
  }
}
.form-block {
  padding: 40px 20px;
  text-align: center;
  background-color: #f2f3f8;
}
.form-block .form-input {
  background-color: #fff;
}
@media (min-width: 992px) {
  .form-block {
    padding: 50px;
  }
}

.rd-mailform-mini-left + .rd-mailform-mini-right {
  margin-top: 23px;
}
.rd-mailform-mini * + .form-button {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .rd-mailform-mini {
    display: flex;
    justify-content: space-between;
  }
  .rd-mailform-mini-left, .rd-mailform-mini-right {
    display: flex;
    flex-wrap: wrap;
  }
  .rd-mailform-mini-left > *, .rd-mailform-mini-right > * {
    flex-basis: 100%;
    max-width: 100%;
  }
  .rd-mailform-mini-left {
    flex-basis: 52.63%;
    max-width: 52.63%;
  }
  .rd-mailform-mini-right {
    flex-basis: 43.5%;
    max-width: 43.5%;
  }
  .rd-mailform-mini-left + .rd-mailform-mini-right {
    margin-top: 0;
  }
  .rd-mailform-mini textarea.form-input {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}

/**
*
* Blog and Posts
* =====================================================
*/
.blog-aside-item-inner {
  padding: 40px 25px;
  background-color: #f2f3f8;
}
.blog-aside .rd-search .form-wrap {
  position: relative;
}
.blog-aside .rd-search .form-label,
.blog-aside .rd-search .form-input {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.blog-aside .rd-search .form-input {
  height: 70px;
  padding: 12px 30px;
  padding-right: 73px;
  background-color: #f2f3f8;
}
.blog-aside .rd-search .form-label {
  top: 35px;
  left: 30px;
}
.blog-aside .rd-search-form-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 70px;
  font-size: 24px;
  text-align: center;
  outline: none;
  border: none;
  box-shadow: none;
  background-color: transparent;
  transition: 0.3s ease-out all;
}
.blog-aside .rd-search-form-submit, .blog-aside .rd-search-form-submit:focus, .blog-aside .rd-search-form-submit:active {
  color: #151515;
}
.blog-aside .rd-search-form-submit:hover {
  color: #e27b46;
}
.blog-aside .rd-mailform .form-label,
.blog-aside .rd-mailform .form-input {
  color: #9b9b9b;
  text-align: center;
}
.blog-aside .rd-mailform .form-input {
  background-color: #fff;
}
.blog-aside .rd-mailform .form-label {
  left: 0;
  right: 0;
  text-align: center;
}
.blog-aside .rd-mailform * + .button {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .blog-aside {
    padding-left: 20px;
  }
}
@media (min-width: 1470px) {
  .blog-aside {
    padding-left: 90px;
  }
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -9px;
}
.tag-list, .tag-list:last-child {
  margin-bottom: -9px;
}
.tag-list > * {
  margin-left: 9px;
}
.tag-list > *, .tag-list > *:last-child {
  margin-bottom: 9px;
}
* + .tag-list {
  margin-top: 22px;
}

.tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 15px;
  min-width: 77px;
  min-height: 40px;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
}
[class*=ie-] .tag {
  height: 40px;
}
.tag, .tag:focus, .tag:active {
  color: #9b9b9b;
  background-color: #fff;
}
.tag:hover {
  color: #fff;
  background-color: #e27b46;
}

.comment-wrap {
  padding: 9% 7% 9% 5%;
  background-color: #f2f3f8;
}
* + .comment-wrap {
  margin-top: 20px;
}
@media (min-width: 768px) {
  * + .comment-wrap {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  * + .comment-wrap {
    margin-top: 80px;
  }
}
.comment-wrap-title {
  text-align: center;
  overflow: hidden;
}
.comment-wrap-title > span {
  position: relative;
  padding: 0 15px;
  display: inline-block;
}
.comment-wrap-title > span:before, .comment-wrap-title > span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  border-top: 1px solid #d6d6d6;
}
.comment-wrap-title > span:before {
  right: 100%;
}
.comment-wrap-title > span:after {
  left: 100%;
}
.comment-wrap > .comment:not(:last-child) > .comment-inner > .comment-body {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}

.comment-inner {
  margin-left: -10px;
}
.comment-inner, .comment-inner:last-child {
  margin-bottom: -15px;
}
.comment-inner > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 10px;
  margin-top: 0;
}
.comment-inner > *, .comment-inner > *:last-child {
  margin-bottom: 15px;
}
.comment-inner > .button {
  display: inline-flex;
  flex-direction: row;
}
.comment-inner > * + .button {
  margin-top: 0;
}
.comment-body-header {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
}
.comment-body-header, .comment-body-header:last-child {
  margin-bottom: -5px;
}
.comment-body-header > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 10px;
  margin-top: 0;
}
.comment-body-header > *, .comment-body-header > *:last-child {
  margin-bottom: 5px;
}
.comment-body-header > .button {
  display: inline-flex;
  flex-direction: row;
}
.comment-body-header > * + .button {
  margin-top: 0;
}
* + .comment-body-content {
  margin-top: 13px;
}
@media (min-width: 768px) {
  * + .comment-body-content {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  * + .comment-body-content {
    margin-top: 15px;
  }
}
* + .comment-body-content .list-inline {
  margin-top: 13px;
}
@media (min-width: 768px) {
  * + .comment-body-content .list-inline {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  * + .comment-body-content .list-inline {
    margin-top: 25px;
  }
}
.comment-name, .comment-time {
  color: #151515;
}
.comment-name {
  text-transform: uppercase;
  font-weight: 700;
}
.comment-time {
  letter-spacing: 0;
}
* + .comment {
  margin-top: 20px;
}
@media (min-width: 768px) {
  * + .comment {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  * + .comment {
    margin-top: 45px;
  }
}
.comment .comment-body-content > .comment {
  margin-top: 30px;
  margin-left: 4%;
}
.comment .comment-body-content > .comment .comment-left {
  padding-right: 10px;
}
* + .comment .comment-body-content > .comment .list-inline {
  margin-top: 13px;
}
@media (min-width: 768px) {
  * + .comment .comment-body-content > .comment .list-inline {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  * + .comment .comment-body-content > .comment .list-inline {
    margin-top: 15px;
  }
}
.comment .form-input {
  background-color: #fff;
  border: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .comment-inner {
    display: flex;
  }
  .comment-left {
    flex-shrink: 0;
    padding-right: 22px;
  }
  .comment-body {
    flex-grow: 1;
    position: relative;
    top: -5px;
    max-width: 100%;
    width: 100%;
  }
  .comment .comment-body-content > .comment .comment-left {
    padding-right: 10px;
  }
}

/**
*
* Quotes
* =====================================================
*/
.quote-primary .cite {
  font-size: 18px;
  font-weight: 700;
  font-family: "Quattrocento Sans", sans-serif;
  color: #151515;
  letter-spacing: 0.075em;
}
.quote-primary .q {
  color: #151515;
}
* + .quote-primary {
  margin-top: 25px;
}
@media (min-width: 1200px) {
  * + .quote-primary {
    margin-top: 40px;
  }
}

.quote-primary-mark {
  position: relative;
  top: 6px;
  display: block;
  width: 37px;
  height: 27px;
  fill: #e27b46;
  flex-shrink: 0;
}

.quote-primary-body {
  position: relative;
  padding: 25px 0 35px;
  border-top: 1px solid #eaeced;
}
.quote-primary-body:before, .quote-primary-body:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 13px;
  border-style: solid;
  border-color: #eaeced;
}
.quote-primary-body:before {
  left: 0;
  width: 78px;
  border-width: 1px 1px 0 0;
}
.quote-primary-body:after {
  right: 0;
  width: calc(100% - 85px - 5px);
  border-width: 1px 0 0 1px;
  transform-origin: 0 0;
  transform: skew(-45deg);
}

.quote-primary-text {
  padding-top: 20px;
}

.quote-primary-footer {
  padding-left: 5px;
}

* + .quote-primary-footer {
  margin-top: 8px;
}

@media (min-width: 480px) {
  .quote-primary-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 31px 14px 42px 26px;
  }
  .quote-primary-body-custom {
    padding-bottom: 67px;
  }
  .quote-primary-body-pre {
    padding-bottom: 44px;
  }
  .quote-primary-text {
    padding-top: 0;
    padding-left: 20px;
  }
  .quote-primary-footer {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .quote-primary-body-custom {
    padding-right: 10px;
  }
  .quote-primary-body-pre {
    padding-right: 40px;
  }
}
.quote-demo {
  position: relative;
  max-width: 766px;
  margin-left: 7%;
  margin-right: auto;
  padding: 15px 1px 25px;
  text-align: center;
}
.quote-demo-title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  color: #e27b46;
}
.quote-demo:before, .quote-demo:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(217, 217, 217) 50%, rgba(255, 255, 255, 0) 100%);
}
.quote-demo:before {
  top: 0;
}
.quote-demo:after {
  bottom: 0;
}
* + .quote-demo {
  margin-top: 30px;
}
.quote-demo + * {
  margin-top: 30px;
}

.quote-testimonial-title, .quote-testimonial-cite {
  font-family: "Quattrocento Sans", sans-serif;
  letter-spacing: 0.075em;
}
@media (min-width: 1200px) {
  .quote-testimonial-title, .quote-testimonial-cite {
    font-size: 18px;
  }
}
.quote-testimonial-cite {
  font-weight: 700;
  color: #151515;
  position: relative;
  padding-left: 70px;
}
.quote-testimonial-cite:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-top: 4px solid #e27b46;
  width: 52px;
}
.quote-testimonial-title + .quote-testimonial-cite {
  margin-top: 30px;
}
* + .quote-testimonial {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .quote-testimonial-style-2-title, .quote-testimonial-style-2-cite {
    font-family: "Quattrocento Sans", sans-serif;
    letter-spacing: 0.075em;
  }
  .quote-testimonial-style-2-title {
    font-size: 18px;
  }
  .quote-testimonial-style-2-title + * {
    margin-top: 22px;
  }
  .quote-testimonial-style-2-cite {
    font-weight: 700;
    text-transform: uppercase;
  }
  * + .quote-testimonial-style-2-cite {
    margin-top: 22px;
  }
  .quote-testimonial-style-2-divider {
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .quote-testimonial-style-2-divider:before {
    content: "";
    display: inline-block;
    width: 87px;
    height: 2px;
    border-top: 2px solid #fff;
  }
}

/**
*
* Block Custom
* =====================================================
*/
.block-lg, .block-lg-small, .block-md-big, .block-md, .block-xs, .block-center, .block-disclosure-divider, .vip-divider {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .block-sm-center {
    margin-left: auto;
    margin-right: auto;
  }
}

.block-xs {
  max-width: 330px;
}

.block-md {
  max-width: 550px;
}

.block-md-big {
  max-width: 680px;
}

.block-lg-small {
  max-width: 630px;
}

.block-lg {
  max-width: 930px;
}

@media (min-width: 992px) {
  .block-preffix {
    max-width: 470px;
    margin-left: auto;
  }
}

.block-section {
  padding: 35px 15px;
}
@media (min-width: 992px) {
  .block-section {
    padding: 90px 50px;
  }
}

.object {
  display: flex;
  flex-direction: column;
  margin-left: -30px;
}
.object, .object:last-child {
  margin-bottom: -20px;
}
.object > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 30px;
  margin-top: 0;
}
.object > *, .object > *:last-child {
  margin-bottom: 20px;
}
.object > .button {
  display: inline-flex;
  flex-direction: row;
}
.object > * + .button {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .object {
    flex-direction: row;
    align-items: center;
  }
  .object-left {
    min-width: 450px;
  }
}
@media (min-width: 1470px) {
  .object {
    margin-left: -55px;
  }
  .object, .object:last-child {
    margin-bottom: -20px;
  }
  .object > * {
    display: inline-block;
    flex-direction: column;
    margin-left: 55px;
    margin-top: 0;
  }
  .object > *, .object > *:last-child {
    margin-bottom: 20px;
  }
  .object > .button {
    display: inline-flex;
    flex-direction: row;
  }
  .object > * + .button {
    margin-top: 0;
  }
  .object-left {
    min-width: 600px;
  }
}

.object-lg {
  display: flex;
  flex-direction: column;
  margin-left: -30px;
}
.object-lg, .object-lg:last-child {
  margin-bottom: -20px;
}
.object-lg > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 30px;
  margin-top: 0;
}
.object-lg > *, .object-lg > *:last-child {
  margin-bottom: 20px;
}
.object-lg > .button {
  display: inline-flex;
  flex-direction: row;
}
.object-lg > * + .button {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .object-lg {
    flex-direction: row;
    align-items: center;
  }
  .object-lg-left {
    min-width: 450px;
  }
}
@media (min-width: 1470px) {
  .object-lg {
    margin-left: -80px;
  }
  .object-lg, .object-lg:last-child {
    margin-bottom: -30px;
  }
  .object-lg > * {
    display: inline-block;
    flex-direction: column;
    margin-left: 80px;
    margin-top: 0;
  }
  .object-lg > *, .object-lg > *:last-child {
    margin-bottom: 30px;
  }
  .object-lg > .button {
    display: inline-flex;
    flex-direction: row;
  }
  .object-lg > * + .button {
    margin-top: 0;
  }
  .object-lg-left {
    min-width: 652px;
  }
}

/*
* Object Inline
*/
.object-inline {
  display: inline-block;
}
.object-inline > * {
  display: inline-block;
  vertical-align: middle;
}
.object-inline > * + * {
  margin-left: 5px;
}
.object-inline-lg > * + * {
  margin-left: 8px;
}

/*
* Block info
*/
.block-info {
  display: flex;
  padding: 3%;
  background-color: #fff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
}
.block-info-wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.block-info-wrap, .block-info-wrap.shell {
  padding: 60px 30px;
}
.block-info-wrap-inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .block-info-wrap-item + .block-info-wrap-item {
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
  }
  .block-info-wrap-item:not(:last-child) {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .block-info-wrap-inner {
    align-items: flex-start;
  }
  .block-info-wrap-item {
    flex-basis: 50%;
    max-width: 50%;
  }
  .block-info-wrap-item:nth-child(2n+2):not(:last-child) {
    padding-bottom: 45px;
  }
  .block-info-wrap-item + .block-info-wrap-item + .block-info-wrap-item {
    border-top: 1px solid #e0e0e0;
  }
  .block-info-wrap-item + .block-info-wrap-item + .block-info-wrap-item:nth-child(odd):last-child {
    border: none;
  }
  .block-info-wrap-item:nth-child(odd) + .block-info-wrap-item {
    border-left: 1px solid #e0e0e0;
  }
  .block-info-wrap-item:nth-child(n+3) {
    padding-top: 45px;
  }
  .block-info-wrap-item:nth-child(odd) .block-info {
    margin-right: auto;
  }
  .block-info-wrap-item:nth-child(even) .block-info {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .block-info {
    width: 94%;
  }
}
.block-info > .block-info-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 30px;
  border: 1px solid #ebebeb;
}
.block-info > .block-info-inner * {
  max-width: 100%;
}
.block-info > .block-info-inner * + * {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .block-info > .block-info-inner * + * {
    margin-top: 30px;
  }
}
.block-info img.img-circle {
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
}

/*
* Aside
*/
.aside-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -30px;
  justify-content: center;
}
.aside-info, .aside-info:last-child {
  margin-bottom: -50px;
}
.aside-info > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 30px;
  margin-top: 0;
}
.aside-info > *, .aside-info > *:last-child {
  margin-bottom: 50px;
}
.aside-info > .button {
  display: inline-flex;
  flex-direction: row;
}
.aside-info > * + .button {
  margin-top: 0;
}
@media (min-width: 768px) {
  .aside-info {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .aside-info {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .aside-info {
    flex-wrap: wrap;
  }
}
@media (min-width: 1470px) {
  .aside-info {
    justify-content: flex-end;
  }
}
.aside-info-item {
  max-width: 252px;
  width: 100%;
  padding: 46px 10px 22px;
  background-color: #4c4c4c;
}
.aside-info-item > * + * {
  margin-top: 12px;
}
@media (min-width: 1470px) {
  .aside-info-item {
    padding: 46px 35px 22px;
  }
}
.aside-info-item-table {
  background-color: #635a4d;
}
.aside-info-item-call {
  color: #fff;
  background-color: #e6966a;
  padding-bottom: 45px;
}
.aside-info-item-call a {
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.aside-info-item-call p + * {
  margin-top: 12px;
}
.aside-info-item-call > * + * {
  margin-top: 17px;
}
.aside-info-item-img {
  padding: 0;
  background-color: transparent;
}
.aside-info li {
  padding: 22px 0;
}
.aside-info li + li {
  border-top: 1px solid #948a7c;
}
.aside-info a {
  text-transform: uppercase;
  font-weight: 700;
}
.aside-info a, .aside-info a:focus, .aside-info a:active {
  color: #fff;
}
.aside-info a:hover {
  color: #eaeaea;
}
.aside-info dl {
  padding-top: 22px;
}
.aside-info dl:last-child {
  padding-bottom: 22px;
}
.aside-info-solo .aside-info-item {
  padding: 0;
  text-align: center;
}
.aside-info-solo .aside-info-item li {
  padding: 22px 10px;
}

/**
* Block services
**/
.block-services {
  padding: 50px 25px;
  border: 1px solid #ebebeb;
}
* + .block-services {
  margin-top: 65px;
}
.block-services-item {
  padding-bottom: 20px;
}
.block-services .table-custom {
  width: 99%;
  position: relative;
}
.block-services .table-custom-responsive {
  border: none;
}
.block-services .table-custom:before {
  content: "";
  position: absolute;
  left: 0;
  width: 41px;
  top: 0;
  height: 1px;
  border-top: 3px solid #e27b46;
}
.block-services .table-custom tr:first-child td:first-child {
  padding-top: 40px;
}
.block-services .table-custom td {
  padding: 20px 0;
  vertical-align: bottom;
}
.block-services .table-custom td:last-child {
  text-align: right;
}
.block-services .table-custom-responsive {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .block-services {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 60px 50px;
  }
  .block-services-item {
    flex-basis: 50%;
  }
  .block-services-item:nth-child(odd) {
    padding-right: 50px;
    border-right: 1px solid #ebebeb;
  }
  .block-services-item:nth-child(even) {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  * + .block-services {
    margin-top: 100px;
  }
}

/*
* Box custom
*/
.box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: -15px;
}
.box > * {
  padding-bottom: 15px;
}
.box-right * + .button {
  margin-top: 15px;
}
* + .box {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .box {
    flex-direction: row;
    align-items: center;
  }
  .box-right {
    display: flex;
  }
  .box-right .owl-outer-navigation {
    display: inline-flex;
  }
  .box-right * + .button {
    margin-top: 0;
    margin-left: 7px;
  }
}
@media (min-width: 1200px) {
  * + .box {
    margin-top: 95px;
  }
}

/*
* Vip custom block
*/
.vip {
  max-width: 268px;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 479px) {
  .vip {
    margin-left: auto;
    margin-right: auto;
  }
}
.vip a, .vip a:focus, .vip a:active {
  color: #fff;
}
.vip a:hover {
  color: #97abcf;
}
.vip-image-block {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.vip-image-block img {
  transform: scale(1);
  transition: 0.3s ease-out transform;
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.vip-divider {
  width: 142px;
  height: 1px;
  background-color: #7890b8;
  transition: 0.3s ease-out background-color;
}
* + .vip-divider, .vip-divider + * {
  margin-top: 10px;
}
.vip-link > span,
.vip-link > a {
  display: inline-block;
  vertical-align: middle;
}
.vip-link > * + * {
  margin-left: 5px;
}
.vip-content {
  padding: 22px 10px 28px;
  background-color: #4c4c4c;
  transition: 0.3s ease-out background-color;
}
@media (min-width: 768px) {
  .vip-content {
    padding: 22px 10px 40px;
  }
}
.vip-cite {
  color: #e27b46;
  transition: 0.3s ease-out color;
}
* + .vip-cite {
  margin-top: 3px;
}
.vip-cite + * {
  margin-top: 15px;
}
.vip:hover a, .vip:hover a:focus, .vip:hover a:active {
  color: #fff;
}
.vip:hover a:hover {
  color: #324c6c;
}
.vip:hover .icon-primary {
  color: #fff;
}
.vip:hover .vip-image-block img {
  transform: scale(1.1);
}
.vip:hover .vip-cite {
  color: #fff;
}
.vip:hover .vip-divider {
  background-color: #fff;
}
.vip:hover .vip-content {
  background-color: #e27b46;
}
.owl-carousel .vip {
  margin-left: auto;
  margin-right: auto;
}

.block-usually {
  padding: 40px 20px;
  background-color: #f2f3f8;
}
@media (min-width: 992px) {
  .block-usually {
    padding: 50px;
  }
}

.block-fix-height-wrap {
  display: flex;
}

.single-block {
  padding: 40px 20px;
  background-color: #f2f3f8;
}
.single-block .quote-primary-body {
  border-color: #cacbd3;
}
.single-block .quote-primary-body:before {
  border-color: #cacbd3;
}
.single-block .quote-primary-body:after {
  border-color: #cacbd3;
}
@media (min-width: 480px) {
  .single-block .quote-primary-body {
    padding: 24px 14px 29px 7px;
  }
}
.single-block .gallery-list-inline {
  display: flex;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}
.single-block .gallery-list-inline > * {
  padding-left: 5px;
  padding-right: 5px;
}
.single-block .gallery-list-inline a {
  display: inline-block;
}
.single-block .gallery-list-inline a img {
  transform: translateY(0);
  transition: 0.3s ease-out all;
}
.single-block .gallery-list-inline a:hover img {
  transform: translateY(-5px);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
}
.single-block * + .gallery-list-inline {
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .single-block .quote-primary-text {
    font-weight: 400;
    font-family: "Quattrocento Sans", sans-serif;
    letter-spacing: 0.075em;
    position: relative;
    top: -9px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.single-block * + .quote-primary {
  margin-top: 30px;
}
.single-block * + .list-inline {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .single-block {
    padding: 50px;
  }
}
@media (min-width: 1470px) {
  .single-block {
    padding: 64px 79px;
  }
}

/*
** Block modern
*/
.block-modern {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 30px 35px;
  overflow: hidden;
  transition: 0.3s ease-out color;
  transition: 0.3s ease-out all;
}
.block-modern:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #ebebeb;
}
.block-modern .block-modern-title {
  position: relative;
  z-index: 10;
  margin-top: -40px;
  margin-left: -30px;
  padding: 45px 0 20px;
  transition: 0.3s ease-out margin, 0.3s ease-out color;
}
.block-modern .block-modern-title h4 {
  transition: 0.3s ease-out all;
}
.block-modern .block-modern-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 56px;
  background-color: #fff;
  z-index: -1;
  transition: 0.25s ease-out all;
}
.block-modern .work-info dt {
  transition: 0.3s ease-out color;
}
.block-modern .work-info, .block-modern p, .block-modern a, .block-modern div {
  position: relative;
  z-index: 15;
}
.block-modern .form-input {
  background-color: #fff;
  border-color: #ebebeb;
}
.block-modern .select2-container .select2-choice {
  background-color: #fff;
}
.block-modern .block-modern-title + * {
  margin-top: 20px;
}

.block-modern-1,
.block-modern-2,
.block-modern-3 {
  width: 100%;
  max-width: 365px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-modern-1 {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-modern-2 {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .block-modern-3 {
    max-width: 760px;
  }
}

.block-modern:hover {
  color: #fff;
}
.block-modern:hover .block-modern-title h4 {
  margin-left: 30px;
  color: #fff;
}
.block-modern:hover .block-modern-title:before {
  content: "";
  background-color: #e27b46;
  bottom: -350px;
  width: 860px;
}
.block-modern:hover .work-info dt {
  color: #fff;
}
.block-modern:hover .button-albus, .block-modern:hover .button-albus:focus, .block-modern:hover .button-albus:active {
  color: #151515;
  background-color: #ebebeb;
}
.block-modern:hover .button-albus:before, .block-modern:hover .button-albus:focus:before, .block-modern:hover .button-albus:active:before {
  background-color: #fff;
}
.block-modern:hover .button-albus:hover:before {
  background-color: #fff;
}

.html-modern-select .select2-drop {
  background-color: #fff;
}

/*
Block classic
*/
.block-classic {
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 1470px) {
  .block-classic {
    padding: 41px 45px 41px 45px;
  }
}
.block-classic-title + * {
  margin-top: 15px;
}
@media (min-width: 480px) {
  .block-classic-title + * {
    margin-top: 30px;
  }
}
.block-classic-link {
  display: flex;
  align-items: center;
}
.block-classic-link .icon {
  font-size: 24px;
  color: #e27b46;
  margin-right: 18px;
  vertical-align: middle;
}
.block-classic-link a {
  position: relative;
  top: 2px;
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 18px;
}
.block-classic-link a, .block-classic-link a:focus, .block-classic-link a:active {
  color: #151515;
}
.block-classic-link a:hover {
  color: #e27b46;
}
.block-classic-divider {
  width: 100%;
  max-width: 264px;
  height: 1px;
  border-top: 1px solid #ebebeb;
}
.block-classic-divider + *, * + .block-classic-divider {
  margin-top: 20px;
}
.block-classic .work-info dl {
  padding: 17px 0;
}
.block-classic .work-info dl:first-child {
  padding-top: 0;
}
.block-classic .select2-container .select2-choice,
.block-classic .form-input {
  background-color: #fff;
}

.html-classic-select .select2-drop {
  background-color: #fff;
}

.work-info dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin-left: -5px;
}
.work-info dl:first-child {
  padding-top: 0;
}
.work-info dl, .work-info dl:last-child {
  margin-bottom: -5px;
}
.work-info dl > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 5px;
  margin-top: 0;
}
.work-info dl > *, .work-info dl > *:last-child {
  margin-bottom: 5px;
}
.work-info dl > .button {
  display: inline-flex;
  flex-direction: row;
}
.work-info dl > * + .button {
  margin-top: 0;
}
.work-info dl + dl {
  border-top: 1px solid #ebebeb;
}
.work-info dt, .work-info dd {
  font-weight: 400;
}
.work-info dt {
  color: #151515;
}
.work-info dd {
  text-align: right;
}

/*
** Block accent
*/
.block-accent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 238px;
  padding: 30px;
  text-align: center;
  border: 3px solid #ebebeb;
}
.block-accent-inner, .block-accent-title,
.block-accent svg {
  transition: 0.3s ease-out all;
}
.block-accent-title {
  font-weight: 400;
}
.block-accent-inner {
  transform: translateY(0);
}
.block-accent svg {
  fill: #e27b46;
  min-height: 61px;
}
.block-accent:hover {
  background-color: #e27b46;
  border-color: #e27b46;
}
.block-accent:hover .block-accent-title {
  color: #fff;
}
.block-accent:hover .block-accent-inner {
  transform: translateY(-10px);
}
.block-accent:hover svg {
  fill: #fff;
}
.block-accent > * + * {
  margin-top: 15px;
}

/*
** Block
*/
.block-disclosure {
  display: flex;
  flex-direction: column;
  background-color: #f2f3f8;
  overflow: hidden;
}
@media (min-width: 480px) {
  .block-disclosure {
    max-width: none;
    flex-direction: row;
  }
}
.block-disclosure-left {
  position: relative;
  min-height: 250px;
  overflow: hidden;
}
.block-disclosure-left img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 101%;
  height: 101%;
  max-width: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 5%;
     object-position: center 5%;
}
@media (min-width: 480px) {
  .block-disclosure-left {
    min-height: 203px;
    flex-shrink: 0;
    min-width: 36.12%;
  }
}
.ie-11 .block-disclosure .block-disclosure-left img {
  width: auto;
  max-width: none;
}
.block-disclosure-body {
  flex-grow: 1;
}
p + .block-disclosure-title, * + .block-disclosure-title {
  margin-top: 8px;
}
* + .block-disclosure-info {
  margin-top: 3px;
}
.block-disclosure-divider {
  width: 100%;
  height: 1px;
  background-color: #d9dadc;
  transition: 0.3s ease-out background-color;
}
* + .block-disclosure-divider, .block-disclosure-divider + * {
  margin-top: 15px;
}
.block-disclosure-link > span,
.block-disclosure-link > a {
  display: inline-block;
  vertical-align: middle;
}
.block-disclosure-link > * + * {
  margin-left: 5px;
}
.block-disclosure-body {
  padding: 24px 20px;
  transition: 0.3s ease-out background-color;
}
@media (min-width: 1470px) {
  .block-disclosure-body {
    padding-left: 31px;
    padding-right: 50px;
  }
}
.block-disclosure-cite {
  color: #e27b46;
  transition: 0.3s ease-out color;
}
* + .block-disclosure-cite {
  margin-top: 3px;
}
.block-disclosure-quote {
  font-style: italic;
  letter-spacing: 0.04em;
}
* + .block-disclosure-quote {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  * + .block-disclosure-quote {
    margin-top: 45px;
  }
}
.block-disclosure svg {
  fill: #cad6e3;
}
.block-disclosure a, .block-disclosure a:focus, .block-disclosure a:active {
  color: #151515;
}
.block-disclosure a:hover {
  color: #e27b46;
}
.block-disclosure,
.block-disclosure .icon, .block-disclosure-divider, .block-disclosure-quote, .block-disclosure-title, .block-disclosure-info, .block-disclosure-cite {
  transition: 0.3s ease-out all;
}
* + .block-disclosure {
  margin-top: 30px;
}
@media (min-width: 480px) {
  .block-disclosure-xl .block-disclosure-left {
    min-width: 46.1%;
  }
}
.block-disclosure:hover {
  background-color: #e27b46;
}
.block-disclosure:hover a, .block-disclosure:hover a:focus, .block-disclosure:hover a:active {
  color: #fff;
}
.block-disclosure:hover a:hover {
  color: #151515;
}
.block-disclosure:hover .icon-primary {
  color: #923809;
}
.block-disclosure:hover .block-disclosure-divider {
  background-color: #4a8aca;
}
.block-disclosure:hover .block-disclosure-quote {
  color: #fff;
}
.block-disclosure:hover .block-disclosure-title a, .block-disclosure:hover .block-disclosure-title a:focus, .block-disclosure:hover .block-disclosure-title a:active {
  color: #fff;
}
.block-disclosure:hover .block-disclosure-title a:hover {
  color: #151515;
}
.block-disclosure:hover .block-disclosure-info {
  color: #923809;
}
.block-disclosure:hover .block-disclosure-cite {
  color: #fff;
}

/*
** About out
*/
.about-out-item-inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  min-height: 228px;
  width: 100%;
  text-align: center;
  background-color: rgba(76, 68, 56, 0.8);
}
.about-out-item-inner p {
  color: #8591a6;
}
.about-out-item-inner svg {
  fill: #e27b46;
}
.about-out-item-inner svg + * {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .about-out-item + .about-out-item {
    position: relative;
    margin-top: 60px;
  }
  .about-out-item + .about-out-item:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    border-top: 1px solid #847c70;
  }
}
@media (min-width: 768px) {
  .about-out {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .about-out-item {
    flex-basis: 50%;
  }
  .about-out-item-inner {
    max-width: calc(100% - 60px / 2);
    min-height: 250px;
  }
  .about-out-item-inner, .about-out-item-inner:first-child, .about-out-item-inner:last-child {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .about-out-item-inner, .about-out-item-inner:first-child, .about-out-item-inner:last-child {
    max-width: calc(100% - 60px / 2);
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1470px) {
  .about-out-item-inner, .about-out-item-inner:first-child, .about-out-item-inner:last-child {
    max-width: calc(100% - 100px / 2);
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .about-out-item:nth-child(1) .about-out-item-inner, .about-out-item:nth-child(2) .about-out-item-inner {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .about-out-item:nth-child(even) {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .about-out-item:nth-child(odd):not(:first-child) {
    position: relative;
  }
  .about-out-item:nth-child(odd):not(:first-child):before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 30px;
    height: 1px;
    border-top: 1px solid #847c70;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .about-out-item:nth-child(odd):not(:first-child):before {
    top: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1470px) {
  .about-out-item:nth-child(odd):not(:first-child):before {
    top: 50px;
  }
}
@media (min-width: 768px) {
  .about-out-item:nth-child(odd):not(:nth-child(1)) {
    position: relative;
  }
  .about-out-item:nth-child(odd):not(:nth-child(1)):after {
    content: "";
    position: absolute;
    right: 0;
    top: 48px;
    bottom: -12px;
    width: 1px;
    border-left: 1px solid #847c70;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .about-out-item:nth-child(odd):not(:nth-child(1)):after {
    top: 48px;
    bottom: -12px;
  }
}
@media (min-width: 768px) and (min-width: 1470px) {
  .about-out-item:nth-child(odd):not(:nth-child(1)):after {
    top: 80px;
    bottom: -20px;
  }
}
@media (min-width: 768px) {
  .about-out-item:nth-child(1) {
    position: relative;
  }
  .about-out-item:nth-child(1):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: -12px;
    width: 1px;
    border-left: 1px solid #847c70;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .about-out-item:nth-child(1):after {
    bottom: -12px;
  }
}
@media (min-width: 768px) and (min-width: 1470px) {
  .about-out-item:nth-child(1):after {
    bottom: -20px;
  }
}
@media (min-width: 768px) {
  .about-out-item:nth-child(even):not(:last-child) {
    position: relative;
  }
  .about-out-item:nth-child(even):not(:last-child):before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 30px;
    right: 0;
    height: 1px;
    border-top: 1px solid #847c70;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .about-out-item:nth-child(even):not(:last-child):before {
    bottom: -30px;
  }
}
@media (min-width: 768px) and (min-width: 1470px) {
  .about-out-item:nth-child(even):not(:last-child):before {
    bottom: -50px;
  }
}
@media (min-width: 768px) {
  .about-out-item:nth-child(2n+3) .about-out-item-inner-decor {
    position: absolute;
    right: 0;
    top: 30px;
    width: 15px;
    height: 15px;
    transform: translate(50%, -50%);
    background-color: #e27b46;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .about-out-item:nth-child(2n+3) .about-out-item-inner-decor {
    top: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1470px) {
  .about-out-item:nth-child(2n+3) .about-out-item-inner-decor {
    top: 50px;
  }
}
.ie-11 .about-out .about-out-item-inner {
  height: 228px;
}

/*
** About unit
*/
.about-unit {
  padding: 30px;
  background-color: rgba(76, 68, 56, 0.8);
  width: 100%;
  max-width: 100%;
}
.about-unit-title + * {
  margin-top: 18px;
}
.about-unit-quote-body {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
}
.about-unit-quote-title {
  font-weight: 400;
}
.about-unit-quote-cite {
  color: #72b1f0;
}
* + .about-unit-quote-cite {
  margin-top: 5px;
}
.about-unit-quote-divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #747d8e;
}
* + .about-unit-quote-divider, .about-unit-quote-divider + * {
  margin-top: 20px;
}
.about-unit-quote-content {
  display: flex;
  align-items: flex-start;
}
.about-unit-quote-content-body {
  margin-left: 15px;
  font-style: italic;
  color: #8591a6;
  transform: translateY(-5px);
}
.about-unit-quote svg {
  fill: #8ea0bf;
}
* + .about-unit-quote {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .about-unit-quote {
    display: flex;
    align-items: center;
  }
  .about-unit-quote-left {
    flex-shrink: 0;
  }
  .about-unit-quote-body {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .about-unit {
    margin-left: 30px;
    padding: 30px;
  }
}
@media (min-width: 1470px) {
  .about-unit {
    padding: 64px 44px 64px 67px;
  }
  .about-unit-quote-divider + * {
    margin-top: 30px;
  }
}

/*
** Block high tech
*/
.block-high-tech {
  padding: 0 20px;
  color: #fff;
  background-color: #4c4c4c;
  overflow: hidden;
}
.block-high-tech-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.block-high-tech-header-icon {
  padding-right: 30px;
}
.block-high-tech-header-icon .icon {
  font-size: 37px;
  color: #40567a;
}
.block-high-tech-header-title {
  color: #fff;
}
.block-high-tech-header-title > * {
  color: inherit;
}
.block-high-tech-body {
  padding: 0 0 30px;
  background-color: #4c4c4c;
}
.block-high-tech-body > * + * {
  margin-top: 20px;
}
.block-high-tech .work-info dt {
  color: #fff;
}
.block-high-tech .work-info dl + dl {
  border-color: #8c9cb7;
}
.block-high-tech .select2-container .select2-choice,
.block-high-tech .form-input {
  background-color: #fff;
}
.block-high-tech p {
  color: #a6bee5;
}
@media (min-width: 480px) {
  .block-high-tech {
    padding: 0 30px;
  }
  .block-high-tech-header {
    padding: 13px 0;
  }
  .block-high-tech-header-icon {
    padding-right: 60px;
  }
  .block-high-tech-header-title {
    position: relative;
    z-index: 1;
    color: #151515;
  }
  .block-high-tech-header-title:before {
    z-index: -1;
    position: absolute;
    content: "";
    top: -35px;
    bottom: -16px;
    left: -20px;
    right: -900px;
    background-color: #fff;
    transform: skew(17deg);
  }
  .block-high-tech-body {
    padding: 25px 0 30px;
  }
  .block-high-tech-body > * + * {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .block-high-tech {
    padding: 0 50px;
  }
  .block-high-tech-hedaer {
    padding: 13px 0;
  }
  .block-high-tech-body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 0 20px;
  }
  .block-high-tech-body-md {
    padding: 45px 0 20px;
  }
  .block-high-tech-body-left {
    flex-basis: 48.38%;
    max-width: 48.38%;
  }
  .block-high-tech-body-right {
    flex-basis: 40.32%;
    max-width: 40.32%;
  }
  .block-high-tech-body > * + * {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .block-high-tech {
    padding: 0 30px;
  }
}
@media (min-width: 1470px) {
  .block-high-tech {
    padding: 0 50px;
  }
}
.ie-11 .block-high-tech {
  width: 100%;
}
.ie-11 .block-high-tech .rd-mailform {
  width: 100%;
}

/*
** Pod
*/
.pod {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  background-color: #f2f3f8;
}
.pod .vip {
  text-align: left;
}
.pod .vip a {
  color: #151515;
}
.pod .vip h5 {
  color: #2b2c2f;
}
.pod .vip h5 a {
  color: inherit;
}
.pod .vip-content {
  padding-left: 17px;
  padding-right: 17px;
  background-color: #fff;
}
.pod .vip-divider {
  width: 100%;
}
.pod .vip:hover a, .pod .vip:hover a:focus, .pod .vip:hover a:active {
  color: #fff;
}
.pod .vip:hover a:hover {
  color: #324c6c;
}
.pod .vip:hover h5 {
  color: #fff;
}
.pod .vip:hover h5 a {
  color: inherit;
}
@media (min-width: 768px) {
  .pod .owl-carousel .owl-dots {
    margin: 0 !important;
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .pod {
    padding: 50px 25px;
  }
  .pod .list-check {
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.075em;
    margin-left: -30px;
  }
  .pod .list-check, .pod .list-check:last-child {
    margin-bottom: -20px;
  }
  .pod .list-check > * {
    display: inline-block;
    flex-direction: column;
    margin-left: 30px;
    margin-top: 0;
  }
  .pod .list-check > *, .pod .list-check > *:last-child {
    margin-bottom: 20px;
  }
  .pod .list-check > .button {
    display: inline-flex;
    flex-direction: row;
  }
  .pod .list-check > * + .button {
    margin-top: 0;
  }
  .pod .list-check > li {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .pod .list-check > li:before {
    font-size: 16px;
    font-weight: 400;
  }
  .pod h2 + p {
    margin-top: 20px;
  }
}
@media (min-width: 1470px) {
  .pod {
    padding: 80px 47px 100px;
  }
}
.pod-custom {
  padding: 53px 15px;
  position: relative;
}
.pod-custom .owl-arrow-prev,
.pod-custom .owl-arrow-next {
  display: none !important;
  margin: 0 !important;
  border: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.pod-custom .owl-arrow-prev {
  left: 0;
}
.pod-custom .owl-arrow-next {
  right: 0;
}
@media (min-width: 768px) {
  .pod-custom {
    padding: 53px 63px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .pod-custom .owl-arrow-prev,
.pod-custom .owl-arrow-next {
    display: inline-flex !important;
  }
}

/*
** Block departments
*/
.block-departments-content {
  padding: 30px 20px;
  color: #151515;
  background-color: #f2f3f8;
}
.block-departments-list {
  color: #fff;
}
.block-departments-list ul > li {
  display: block;
}
.block-departments-list ul > li > a {
  display: flex;
  align-items: center;
  background-color: #4c4c4c;
  border: 1px solid #718bb4;
}
.block-departments-list ul > li > a:hover {
  background-color: #e27b46;
  border-color: #e27b46;
}
.block-departments-list ul > li > a:hover .svg {
  border-color: #e27b46;
}
.block-departments-list ul > li + li a {
  border-top: none;
}
.block-departments-list ul .svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-height: 49px;
  height: 49px;
  text-align: center;
  border-right: 1px solid #718bb4;
}
.block-departments-list ul svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.block-departments-list ul p {
  padding-left: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.block-departments-list ul * + p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .block-departments {
    display: flex;
    flex-wrap: wrap;
  }
  .block-departments-img {
    height: 289px;
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-departments-img img {
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 35% center;
       object-position: 35% center;
  }
  .block-departments-content {
    flex-basis: 50%;
    max-width: 50%;
  }
  .block-departments-list {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .block-departments {
    background-color: #f2f3f8;
  }
  .block-departments-img {
    position: relative;
    overflow: hidden;
    height: auto;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
  .block-departments-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .block-departments-content {
    flex-basis: 33.33%;
    max-width: 33.33%;
    align-self: center;
  }
  .block-departments-list {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .block-departments-img {
    flex-basis: 40.33%;
    max-width: 40.33%;
    max-width: none;
    flex-grow: 1;
  }
  .block-departments-content {
    padding: 30px 30px;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
  .block-departments-content h2 + p {
    margin-top: 20px;
  }
  .block-departments-list {
    flex-basis: 25.33%;
    max-width: 25.33%;
  }
  .block-departments-list ul .svg {
    min-height: 69px;
    height: 69px;
  }
  .block-departments-list ul svg {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1470px) {
  .block-departments-img {
    flex-basis: 48.6%;
    max-width: 48.6%;
  }
  .block-departments-content {
    padding: 30px 70px;
    flex-basis: 32.24%;
    max-width: 32.24%;
  }
  .block-departments-list {
    flex-basis: 19.11%;
    max-width: 19.11%;
  }
}

/*
** Contact Info
*/
.contact-data dl {
  display: block;
}
.contact-data dl + dl {
  margin-top: 20px;
}
.contact-data dl.address dt, .contact-data dl.address dd {
  vertical-align: text-top;
}
.contact-data dl.address dd {
  line-height: 1.7142857143;
}
.contact-data dt, .contact-data dd {
  display: inline-block;
  vertical-align: middle;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.contact-data dt {
  min-width: 90px;
  padding-right: 15px;
  color: #e27b46;
}
.contact-data .link-call {
  font-size: 16px;
}
.bg-gray-bright .contact-data a, .bg-gray-bright .contact-data a:focus, .bg-gray-bright .contact-data a:active {
  color: #fff;
}
.bg-gray-bright .contact-data a:hover {
  color: #e27b46;
}

/*
** Block bordered
*/
.block-bordered {
  max-width: 870px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10px;
  border: 10px solid rgba(255, 255, 255, 0.21);
}
@media (min-width: 992px) {
  .block-bordered {
    padding: 80px 10px;
  }
}

/*
** Template info
*/
.block-template-info {
  display: flex;
  flex-direction: column;
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -25px;
  text-align: left;
}
.block-template-info > * {
  margin-bottom: 25px;
}
.block-template-info-item {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 309px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 40px;
  overflow: hidden;
}
.block-template-info-item-title + * {
  margin-top: 30px;
}
.block-template-info-item-content {
  position: relative;
  padding-left: 40px;
  padding-right: 15px;
}
.block-template-info-item-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -200px;
  right: 0;
  top: 0;
  border-left: 3px solid #fff;
}
.block-template-info-item:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 0;
  border-top: 3px solid #fff;
}
.block-template-info-item:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.block-template-info-divider {
  width: 100%;
  max-width: 309px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
* + .block-template-info {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .block-template-info {
    flex-direction: row;
    justify-content: space-between;
  }
  .block-template-info-item {
    width: 100%;
    max-width: 309px;
    margin-left: 0;
    margin-right: 0;
  }
  .block-template-info-divider {
    width: 1px;
    margin-left: 15px;
    margin-right: 15px;
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1200px) {
  * + .block-template-info {
    margin-top: 60px;
  }
}

.demo-image-block {
  position: relative;
  overflow: hidden;
  z-index: 1;
  max-width: 268px;
  margin: 0 auto;
}
.demo-image-block img {
  transform: scale(1);
  transition: 0.3s ease-out transform;
}
.demo-image-block-link-text {
  position: absolute;
  bottom: 60px;
  left: 30px;
  right: 30px;
  color: #fff;
}
.demo-image-block-link:hover .heading-4 {
  text-decoration: underline;
}
.demo-image-block .heading-4 {
  display: block;
  margin: 10px 0;
  color: inherit;
}
.demo-image-block:hover img {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .footer-item-custom {
    margin: 0 auto;
    text-align: center;
  }
  .footer-item-custom .post-minimal {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .doctor-profil img {
    margin-bottom: 35px;
  }
}

.docteur--horaires {
  margin-top: 25px;
}

.page-actualite_details .object-left {
  margin-left: auto;
  margin-right: auto;
}

.texte--specialite h2, .texte--specialite h3, .texte--specialite h4 {
  line-height: 1.441;
  font-size: 18px;
}
.texte--specialite h2:before, .texte--specialite h3:before, .texte--specialite h4:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 29px;
  height: 3px;
  background-color: #e27b46;
  margin-right: 13px;
}
.texte--specialite p + h2, .texte--specialite p + h3, .texte--specialite h4 {
  margin-top: 35px;
}

/*
*
* Table custom
*/
.table-custom {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  text-align: left;
  background: #fff;
  border-collapse: collapse;
}
.table-custom th,
.table-custom td {
  color: #000;
  background: #fff;
}
.table-custom th {
  padding: 35px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #f2f3f8;
}
@media (max-width: 767px) {
  .table-custom th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.table-custom td {
  padding: 17px 24px;
}
.table-custom tbody tr:first-child td {
  border-top: 0;
}
.table-custom tr td {
  border-bottom: 1px solid #d9d9d9;
}
.table-custom tfoot td {
  font-weight: 700;
}

/*
* Table Custom Styles
*/
.table-custom.table-custom-primary thead th {
  color: #fff;
  background: #e27b46;
  border: 0;
}
.table-custom.table-custom-primary tbody tr:hover td {
  background: #f2f3f8;
}

.table-custom.table-custom-secondary thead th {
  color: #fff;
  background: #3d4d66;
  border: 0;
}
.table-custom.table-custom-secondary tbody tr:hover td {
  background: #f2f3f8;
}

.table-custom.table-custom-bordered tr td:first-child {
  border-left: 0;
}
.table-custom.table-custom-bordered tr td:last-child {
  border-right: 0;
}
.table-custom.table-custom-bordered td {
  border: 1px solid #d9d9d9;
}
.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
  border-top: 0;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
  background: transparent;
}
.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
  background: #f2f3f8;
}
.table-custom.table-custom-striped tbody td {
  border: 0;
}
.table-custom.table-custom-striped tfoot td {
  border-top: 0;
}
.table-custom.table-custom-striped tfoot td:not(:first-child) {
  border-left: 0;
}

.table-custom.table-custom-outline th, .table-custom.table-custom-outline td {
  width: 20%;
}
.table-custom.table-custom-outline th {
  padding: 28px 19px;
  font-size: 18px;
  letter-spacing: 0;
  background: transparent;
  border-top: 6px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-transform: none;
  font-weight: 400;
}
.table-custom.table-custom-outline tr td {
  padding: 17px 20px;
  color: #9b9b9b;
  border-bottom: 1px solid #ebebeb;
}
.table-custom.table-custom-outline tr td:first-child {
  color: #e27b46;
}

/*
* Table Custom Mods
*/
.table-custom-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
h3 + .table-custom-responsive {
  margin-top: 13px;
}
@media (min-width: 768px) {
  h3 + .table-custom-responsive {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  h3 + .table-custom-responsive {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .table-custom-responsive {
    width: 100%;
    margin-bottom: 10px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d9d9d9;
  }
  .table-custom-responsive > .table-custom > thead > tr > th,
.table-custom-responsive > .table-custom > thead > tr > td,
.table-custom-responsive > .table-custom > tbody > tr > th,
.table-custom-responsive > .table-custom > tbody > tr > td,
.table-custom-responsive > .table-custom > tfoot > tr > th,
.table-custom-responsive > .table-custom > tfoot > tr > td {
    white-space: nowrap;
  }
}

/*
*
* Lists
* --------------------------------------------------
*/
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list > li + li, .page-actualite_details .block-text-width-divider-content ul > li + li, .page-praticien .approche ul > li + li,
.page-praticien .formation ul > li + li {
  margin-top: 7px;
}
.list-md > li + li {
  margin-top: 10px;
}
.list-lg > li + li {
  margin-top: 25px;
}

.list-inline {
  margin-left: -15px;
  margin-bottom: -7px;
  padding: 0;
}
.list-inline > li {
  padding: 0;
  margin-left: 15px;
  margin-bottom: 7px;
}
.list-inline-lg {
  margin-left: -15px;
}
.list-inline-lg > li {
  margin-left: 15px;
}

dl {
  margin: 0;
}

.list-terms {
  margin-top: 35px;
}
.list-terms dt + dd {
  margin-top: 5px;
}
.list-terms dd + dt {
  margin-top: 25px;
}

.list-index {
  counter-reset: li;
}
.list-index li {
  display: flex;
  align-items: center;
}
.list-index li .list-index-counter {
  margin-right: 10px;
  color: #b7b7b7;
}
.list-index li .list-index-counter:before {
  content: counter(li, decimal) ". ";
  counter-increment: li;
}

/*
* List info
*/
.list-info {
  color: #787878;
}
.list-info > li + li {
  margin-top: 20px;
}
.list-info-title:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 29px;
  height: 3px;
  background-color: #e27b46;
  margin-right: 13px;
}
.list-info-title + * {
  margin-top: 12px;
}
* + .list-info {
  margin-top: 13px;
}
@media (min-width: 768px) {
  * + .list-info {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  * + .list-info {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .list-info > li + li {
    margin-top: 42px;
  }
}

.list-spreader {
  margin-left: -10px;
  margin-right: -10px;
}
.list-spreader, .list-spreader:last-child {
  margin-bottom: -7px;
}
.list-spreader > li {
  display: inline-block;
  margin-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .list-spreader {
    margin-left: -25px;
    margin-right: -25px;
  }
  .list-spreader > li {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
  }
  .list-spreader > li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 70%;
    background-color: #9b9b9b;
    transform: translate(50%, -50%);
  }
}
@media (min-width: 1200px) {
  .list-spreader-xl {
    margin-left: -46px;
    margin-right: -46px;
  }
  .list-spreader-xl > li {
    padding-left: 46px;
    padding-right: 46px;
  }
}

.list-marked li, .page-actualite_details .block-text-width-divider-content ul li, .page-praticien .approche ul li,
.page-praticien .formation ul li {
  position: relative;
  left: 0;
  display: flex;
  align-items: center;
  -ms-word-break: break-all;
  word-break: break-all;
  transition: 0.3s ease-out all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.list-marked li:before, .page-actualite_details .block-text-width-divider-content ul li:before, .page-praticien .approche ul li:before,
.page-praticien .formation ul li:before {
  content: "\f105";
  margin-right: 20px;
  font-family: "FontAwesome";
  font-size: 16px;
  letter-spacing: 0.02em;
  display: inline-block;
  color: #b7b7b7;
}
.list-marked-sm li:before {
  margin-right: 15px;
}
.list-marked-primary li:before {
  color: #e27b46;
}

h4 + h4 {
  margin-top: 30px;
}

h4 + .list-marked, .page-actualite_details .block-text-width-divider-content h4 + ul, .page-praticien .approche h4 + ul,
.page-praticien .formation h4 + ul {
  margin-top: 10px;
}

.list-marked + h4, .page-actualite_details .block-text-width-divider-content ul + h4, .page-praticien .approche ul + h4,
.page-praticien .formation ul + h4 {
  margin-top: 30px;
}

.list-marked + h4 + h4, .page-actualite_details .block-text-width-divider-content ul + h4 + h4, .page-praticien .approche ul + h4 + h4,
.page-praticien .formation ul + h4 + h4 {
  margin-top: 30px;
}

h5 + .list-marked, .page-actualite_details .block-text-width-divider-content h5 + ul, .page-praticien .approche h5 + ul,
.page-praticien .formation h5 + ul {
  margin-top: 10px;
}

.list-marked + h5, .page-actualite_details .block-text-width-divider-content ul + h5, .page-praticien .approche ul + h5,
.page-praticien .formation ul + h5 {
  margin-top: 30px;
}

.list-marked + h5 + h5, .page-actualite_details .block-text-width-divider-content ul + h5 + h5, .page-praticien .approche ul + h5 + h5,
.page-praticien .formation ul + h5 + h5 {
  margin-top: 30px;
}

.list-check {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.list-check, .list-check:last-child {
  margin-bottom: -10px;
}
.list-check > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 30px;
  margin-top: 0;
}
.list-check > *, .list-check > *:last-child {
  margin-bottom: 10px;
}
.list-check > .button {
  display: inline-flex;
  flex-direction: row;
}
.list-check > * + .button {
  margin-top: 0;
}
* + .list-check {
  margin-top: 13px;
}
@media (min-width: 768px) {
  * + .list-check {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  * + .list-check {
    margin-top: 30px;
  }
}
.list-check li {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  flex-basis: 43%;
  flex-grow: 1;
  flex-shrink: 0;
}
.list-check li:before {
  content: "\e005";
  margin-right: 10px;
  font-family: "fl-flat-icons-set-2";
  font-size: 13px;
  display: inline-block;
  color: #e27b46;
  align-self: flex-start;
}
* + .list-check + .button {
  margin-top: 20px;
}
@media (min-width: 768px) {
  * + .list-check + .button {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  * + .list-check + .button {
    margin-top: 50px;
  }
}

.list-check-custom {
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-left: -30px;
}
.list-check-custom, .list-check-custom:last-child {
  margin-bottom: -20px;
}
.list-check-custom > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 30px;
  margin-top: 0;
}
.list-check-custom > *, .list-check-custom > *:last-child {
  margin-bottom: 20px;
}
.list-check-custom > .button {
  display: inline-flex;
  flex-direction: row;
}
.list-check-custom > * + .button {
  margin-top: 0;
}
.list-check-custom > li {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.list-check-custom > li:before {
  font-size: 16px;
  font-weight: 400;
}

/*
*
* Posts
* --------------------------------------------------
*/
.post {
  max-width: 719px;
  overflow: hidden;
}
.post-header-inner {
  overflow: hidden;
}
.post-header-inner-img {
  transition: 0.3s ease-out all;
}
@media (min-width: 768px) {
  .post-header-inner {
    margin-right: -70px;
    margin-left: -120px;
    transform: skew(44deg);
  }
  .post-header-inner-img {
    margin-left: 120px;
    transform: skew(-44deg);
  }
  .post-header-inner-img img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.post-meta {
  letter-spacing: 0.05em;
  margin-left: -10px;
  margin-right: -10px;
}
.post-meta a, .post-meta a:focus, .post-meta a:active {
  color: #9b9b9b;
}
.post-meta dl {
  display: inline-block;
}
.post-meta dt {
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #151515;
  transition: 0.3s ease-out all;
}
.post-meta dt:after {
  content: ":";
}
.post-meta dt,
.post-meta dd {
  display: inline-block;
}
.post-meta > dl {
  padding-left: 10px;
  padding-right: 10px;
}
* + .post-meta {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .post-meta {
    margin-left: -20px;
    margin-right: -20px;
  }
  .post-meta > dl {
    position: relative;
  }
  .post-meta > dl:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 70%;
    background-color: #cecece;
    transform: translate(50%, -50%);
    transition: 0.3s ease-out all;
  }
}
@media (min-width: 1470px) {
  .post-meta {
    margin-left: -20px;
    margin-right: -20px;
  }
  .post-meta > dl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post-footer {
  position: relative;
  z-index: 1;
  padding: 25px 20px;
}
.post-footer:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f2f3f8;
  transition: 0.3s ease-out all;
}
@media (min-width: 768px) {
  .post-footer {
    padding: 29px 15px 55px 50px;
  }
  .post-footer:before {
    left: -19px;
    right: -200px;
    transform: skewX(44deg);
  }
}
@media (min-width: 768px) {
  .post:hover .post-header-inner-img {
    transform: scale(1.05) skew(-44deg);
  }
}
.post:hover .post-footer:before {
  background-color: #e27b46;
}
.post:hover .post-footer a, .post:hover .post-footer a:focus, .post:hover .post-footer a:active {
  color: #fff;
}
.post:hover .post-footer a:hover {
  color: inherit;
}
.post:hover .post-footer .post-meta {
  color: #923809;
}
.post:hover .post-footer .post-meta dl:after {
  background-color: #923809;
}
.post:hover .post-footer .post-meta dt {
  color: #923809;
}
.post:hover .post-footer .post-meta a, .post:hover .post-footer .post-meta a:focus, .post:hover .post-footer .post-meta a:active {
  color: #923809;
}
.post:hover .post-footer .post-meta a:hover {
  color: #fff;
}

.post-minimal-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-minimal-wrap, .post-minimal-wrap:last-child {
  margin-bottom: -35px;
}
.post-minimal-wrap > *, .post-minimal-wrap > *:last-child {
  margin-bottom: 35px;
}
* + .post-minimal-wrap {
  margin-top: 35px;
}
.ad-footer .post-minimal-wrap, .ad-footer .post-minimal-wrap:last-child {
  margin-bottom: -25px;
}
.ad-footer .post-minimal-wrap > *, .ad-footer .post-minimal-wrap > *:last-child {
  margin-bottom: 25px;
}

.post-minimal {
  display: inline-block;
  max-width: 272px;
  width: 100%;
  letter-spacing: 0;
  color: #000;
}
.post-minimal span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #9b9b9b;
}
.post-minimal:hover {
  color: #e27b46;
}
.ad-footer .post-minimal {
  max-width: 233px;
}
.ad-footer .post-minimal p {
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.ad-footer .post-minimal span {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.ad-footer.bg-gray-bright .post-minimal {
  color: #fff;
}
.ad-footer.bg-gray-bright .post-minimal span {
  color: #6a7688;
}
.ad-footer.bg-gray-bright .post-minimal:hover {
  color: #e27b46;
}
.post-minimal .unit-left img {
  width: 92px;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
}
.single-post-meta, .single-post-meta:last-child {
  margin-bottom: -10px;
}
.single-post-meta > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 10px;
  margin-top: 0;
}
.single-post-meta > *, .single-post-meta > *:last-child {
  margin-bottom: 10px;
}
.single-post-meta > .button {
  display: inline-flex;
  flex-direction: row;
}
.single-post-meta > * + .button {
  margin-top: 0;
}
* + .single-post-meta {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  * + .single-post-meta {
    margin-top: 35px;
  }
}

/*
** News mini
*/
.news-mini {
  position: relative;
  padding-left: 20px;
}
.news-mini:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 8px;
  left: 0;
  width: 3px;
  border-left: 3px solid #e27b46;
}
.news-mini .news-mini-title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.news-mini-time {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
}
* + .news-mini-time {
  margin-top: 7px;
}
.context-dark .news-mini .news-mini-title, .context-dark .news-mini .news-mini-title:focus, .context-dark .news-mini .news-mini-title:active {
  color: #fff;
}
.context-dark .news-mini .news-mini-title:hover {
  color: #e27b46;
}
.context-dark .news-mini .news-mini-time, .context-dark .news-mini .news-mini-time:focus, .context-dark .news-mini .news-mini-time:active {
  color: #948a7c;
}
.context-dark .news-mini .news-mini-time:hover {
  color: #e27b46;
}

/*
*
* Thumbnails
* --------------------------------------------------
*/
.thumb {
  position: relative;
  display: inline-block;
}
.thumb:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(226, 123, 70, 0.4);
  z-index: 1;
  content: "";
  will-change: opacity;
}
.thumb:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: FontAwesome;
  font-size: 34px;
  content: "\f065";
  z-index: 1;
  will-change: transform, opacity;
}
.thumb:before, .thumb:after {
  transition: 0.3s ease;
  opacity: 0;
}
.thumb:hover:before, .thumb:hover:after {
  opacity: 1;
}

.specialite {
  margin-bottom: 60px;
}

.thumb-default {
  max-width: 267px;
  margin-left: auto;
  margin-right: auto;
}
.thumb-default-title {
  position: relative;
  display: flex;
  padding-right: 20px;
  align-items: center;
  font-weight: 400;
}
.thumb-default-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.thumb-default-title:before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 15%;
  height: 4px;
  margin-right: 9%;
  background-color: #e27b46;
  transition: 0.3s ease-out all;
}
.thumb-default-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 66%);
}
.thumb-default:hover .thumb-default-title:before {
  width: 32%;
}

/*
*
* Tooltip Custom
* --------------------------------------------------
*/
.tooltip-custom {
  color: #b7b7b7;
}
.tooltip-custom .tooltip {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  z-index: 1;
}
.tooltip-custom .tooltip.in {
  opacity: 1;
}
.tooltip-custom .tooltip-inner {
  max-width: 253px;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 0;
  background: #e27b46;
}
.tooltip-custom .tooltip.left .tooltip-arrow {
  border-left-color: #e27b46;
}
.tooltip-custom .tooltip.right .tooltip-arrow {
  border-right-color: #e27b46;
}
.tooltip-custom .tooltip.top .tooltip-arrow {
  border-top-color: #e27b46;
}
.tooltip-custom .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e27b46;
}

/*
*
* Snackbars
* --------------------------------------------------
*/
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background-color: #151515;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.snackbars .icon-xxs {
  font-size: 18px;
}
.snackbars p span:last-child {
  padding-left: 14px;
}
.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}
.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.snackbars-right:hover {
  text-decoration: underline;
}
@media (min-width: 480px) {
  .snackbars {
    max-width: 540px;
    padding: 12px 15px;
    font-size: 15px;
  }
}

/*
*
* Navigation
* --------------------------------------------------
*/
.navigation-pills li a {
  display: inline-block;
  padding: 3px 9px;
  border: 1px solid #e27b46;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.2s;
}
.navigation-pills li a.active, .navigation-pills li a:hover, .navigation-pills li a:focus {
  background-color: #e27b46;
  color: #fff;
}

/*
*
* Page Loaders
* --------------------------------------------------
*/
.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 9999999;
  background: #fff;
  transition: 0.3s all ease;
}
.page-loader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.page-loader.ending {
  display: none;
}
.page-loader .page-loader-body {
  text-align: center;
}
.page-loader .page-loader-body span {
  display: none;
}
@media (min-width: 480px) {
  .page-loader .page-loader-body span {
    display: inline-block;
  }
}
.page-loader .page-loader-body * + span {
  margin-left: 0.45em;
}

@-webkit-keyframes heartbeat {
  0% {
    transform: rotate(45deg) scale(1);
  }
  14% {
    transform: rotate(45deg) scale(1.3);
  }
  28% {
    transform: rotate(45deg) scale(1);
  }
  42% {
    transform: rotate(45deg) scale(1.3);
  }
  70% {
    transform: rotate(45deg) scale(1);
  }
}
@keyframes heartbeat {
  0% {
    transform: rotate(45deg) scale(1);
  }
  14% {
    transform: rotate(45deg) scale(1.3);
  }
  28% {
    transform: rotate(45deg) scale(1);
  }
  42% {
    transform: rotate(45deg) scale(1.3);
  }
  70% {
    transform: rotate(45deg) scale(1);
  }
}
/* Styles for old versions of IE */
.heartbeat {
  font-family: sans-serif;
  font-weight: 100;
}

/* :not(:required) hides this rule from IE9 and below */
.heartbeat:not(:required) {
  -webkit-animation: heartbeat 1300ms ease 0s infinite normal;
  animation: heartbeat 1300ms ease 0s infinite normal;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  transform: rotate(45deg) scale(1);
  transform-origin: 50% 50%;
}

.heartbeat:not(:required):after, .heartbeat:not(:required):before {
  position: absolute;
  content: "";
  background: #e87;
}

.heartbeat:not(:required):before {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  top: 12px;
  left: 0;
  width: 36px;
  height: 24px;
}

.heartbeat:not(:required):after {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
  left: 12px;
  width: 24px;
  height: 12px;
}

/*
*
* Breadcrumbs
* --------------------------------------------------
*/
.breadcrumb-wrapper {
  text-align: center;
}
.breadcrumb-wrapper .parallax-content {
  position: relative;
}
.breadcrumb-wrapper .material-parallax:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(148, 138, 124, 0.5);
  display: block;
  position: absolute;
  top: 0;
}

.page-header + .section-breadcrumb.section-breadcrumb {
  margin-top: 40px;
}

.breadcrumb-custom {
  padding: 15px 5px;
  letter-spacing: 0.02em;
  color: #151515;
  border-bottom: 1px solid #ebebeb;
}
.breadcrumb-custom > li {
  display: inline-block;
}
.breadcrumb-custom > li:not(:last-child):after {
  padding: 0 16px;
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
  font-size: 16px;
  color: #a9adb4;
  letter-spacing: 0.02em;
}

/*
* Panel groups
*/
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel-collapse > .panel-body,
.panel-group .panel-collapse > .list-group {
  border-top: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group-corporate .panel + .panel {
  margin-top: 20px;
}

.panel-custom {
  margin: 0;
  background: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.panel-custom a {
  display: block;
}
.panel-custom .panel-heading {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-custom .panel-body {
  padding: 0;
  border: 0;
}

* + .panel-group-custom {
  margin-top: 35px;
}

/*
* Panel corporate
*/
.panel-corporate {
  text-align: left;
}
.panel-corporate .panel-title a,
.panel-corporate .panel-collapse {
  background: #fff;
}
.panel-corporate .panel-title a {
  position: relative;
  z-index: 1;
  padding: 19px 82px 19px 32px;
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.075em;
  color: #151515;
  transition: 1.3s all ease;
}
.panel-corporate .panel-title a .panel-arrow {
  transition: 0.33s;
}
.panel-corporate .panel-title a.collapsed {
  border-bottom-width: 0;
}
.panel-corporate .panel-title a.collapsed .panel-arrow::before {
  opacity: 1;
}
.panel-corporate .panel-title a.collapsed .panel-arrow::after {
  opacity: 0;
}
.panel-corporate .panel-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 67px;
  z-index: 2;
  background: #e27b46;
  color: #fff;
  transition: 0.33s all ease;
  text-align: center;
}
.panel-corporate .panel-arrow::before, .panel-corporate .panel-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  font-family: "Material Icons";
  font-size: 24px;
  line-height: 1;
  transition: 0.22s;
}
.panel-corporate .panel-arrow::before {
  content: "\e145";
  opacity: 0;
}
.panel-corporate .panel-arrow::after {
  content: "\e15b";
  opacity: 1;
}
.panel-corporate .panel-arrow:hover {
  background: #e27b46;
}
.panel-corporate .panel-collapse {
  position: relative;
  z-index: 1;
  color: #9b9b9b;
}
.panel-corporate .panel-body {
  border-top: 1px solid #ebebeb;
  padding: 25px 44px 25px 32px;
}
@media (max-width: 767px) {
  .panel-corporate .panel-title a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }
  .panel-corporate .panel-arrow {
    width: 30px;
    height: 30px;
  }
  .panel-corporate .panel-arrow::before, .panel-corporate .panel-arrow::after {
    font-size: 18px;
  }
  .panel-corporate .panel-title a,
.panel-corporate .panel-body {
    padding-left: 25px;
  }
}

/*
*
* Pagination custom
* --------------------------------------------------
*/
.pagination-custom,
.pagination {
  font-size: 0;
  text-align: center;
  display: block;
}
.pagination-custom > li,
.pagination > li {
  margin: 0 3px;
}
.pagination-custom > li,
.pagination-custom > li > a,
.pagination-custom > li > span,
.pagination > li,
.pagination > li > a,
.pagination > li > span {
  display: inline-block;
  border: none;
}
.pagination-custom > li > a,
.pagination-custom > li > span,
.pagination > li > a,
.pagination > li > span {
  padding: 5px 5px;
  font-size: 16px;
  line-height: 20px;
}
.pagination-custom > li > a,
.pagination-custom > li > span,
.pagination > li > a,
.pagination > li > span {
  min-width: 30px;
  font-weight: 700;
  transition: 0.3s;
  text-align: center;
  background-color: transparent;
  color: #aaaaaa;
}
.pagination-custom > li:first-child a span, .pagination-custom > li:first-child span span,
.pagination-custom > li:last-child a span,
.pagination-custom > li:last-child span span,
.pagination > li:first-child a span,
.pagination > li:first-child span span,
.pagination > li:last-child a span,
.pagination > li:last-child span span {
  position: relative;
  font-size: 11px;
  line-height: 1;
}
.pagination-custom > li > a:hover, .pagination-custom > li > a:focus, .pagination-custom > li > a:active, .pagination-custom > li > a:active:focus,
.pagination-custom > li > span:not(.no-hover):hover,
.pagination-custom > li > span:not(.no-hover):focus,
.pagination-custom > li > span:not(.no-hover):active,
.pagination-custom > li > span:not(.no-hover):active:focus,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active,
.pagination > li > a:active:focus,
.pagination > li > span:not(.no-hover):hover,
.pagination > li > span:not(.no-hover):focus,
.pagination > li > span:not(.no-hover):active,
.pagination > li > span:not(.no-hover):active:focus {
  color: #fff;
  background-color: #e27b46;
  border-color: #e27b46;
  box-shadow: none;
}
.pagination-custom > .active > a, .pagination-custom > .active > a:hover, .pagination-custom > .active > a:focus, .pagination-custom > .active > a:active, .pagination-custom > .active > a:active:focus,
.pagination-custom > .active > span,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > span:focus,
.pagination-custom > .active > span:active,
.pagination-custom > .active > span:active:focus,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > a:active,
.pagination > .active > a:active:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus,
.pagination > .active > span:active,
.pagination > .active > span:active:focus {
  color: #fff;
  background-color: #e27b46;
  border-color: #e27b46;
  box-shadow: none;
}
* + .pagination-custom,
* + .pagination {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  * + .pagination-custom,
* + .pagination {
    margin-top: 60px;
  }
}

/*
*
* Helpers
* ==================================================
*/
/*
*
* Text Alignment
* --------------------------------------------------
*/
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-middle {
  vertical-align: middle;
}

@media (min-width: 480px) {
  html:not(.lt-ie10) .text-xs-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-xs-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-xs-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-xs-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .text-sm-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-sm-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-sm-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .text-md-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-md-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-md-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .text-lg-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-lg-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-lg-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-lg-justify {
    text-align: justify;
  }
}

/*
*
* Text styling
* --------------------------------------------------
*/
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

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

.text-strike {
  text-decoration: line-through;
}

.text-thin {
  font-weight: 100;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-sbold {
  font-weight: 600;
}

.text-bold, strong {
  font-weight: 700;
}

.text-ubold {
  font-weight: 900;
}

.font-base {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.font-sec {
  font-family: "Quattrocento Sans", sans-serif;
}

.text-spacing-0 {
  letter-spacing: 0;
}

.text-spacing-50 {
  letter-spacing: 0.05em;
}

.text-spacing-75 {
  letter-spacing: 0.075em;
}

.text-spacing-80 {
  letter-spacing: 0.08em;
}

.text-spacing-200 {
  letter-spacing: 0.2em;
}

/*
*
* Visibility Responsive
* --------------------------------------------------
*/
.reveal-block {
  display: block !important;
}

.reveal-inline-block {
  display: inline-block !important;
}

.reveal-inline {
  display: inline !important;
}

.reveal-flex {
  display: flex !important;
}

.veil {
  display: none !important;
}

@media (min-width: 480px) {
  .reveal-xs-block {
    display: block !important;
  }
  .reveal-xs-inline-block {
    display: inline-block !important;
  }
  .reveal-xs-inline {
    display: inline !important;
  }
  .reveal-xs-flex {
    display: flex !important;
  }
  .veil-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .reveal-sm-block {
    display: block !important;
  }
  .reveal-sm-inline-block {
    display: inline-block !important;
  }
  .reveal-sm-inline {
    display: inline !important;
  }
  .reveal-sm-flex {
    display: flex !important;
  }
  .veil-sm {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .reveal-md-block {
    display: block !important;
  }
  .reveal-md-inline-block {
    display: inline-block !important;
  }
  .reveal-md-inline {
    display: inline !important;
  }
  .reveal-md-flex {
    display: flex !important;
  }
  .veil-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .reveal-lg-block {
    display: block !important;
  }
  .reveal-lg-inline-block {
    display: inline-block !important;
  }
  .reveal-lg-inline {
    display: inline !important;
  }
  .reveal-lg-flex {
    display: flex !important;
  }
  .veil-lg {
    display: none !important;
  }
}
@media (min-width: 1470px) {
  .reveal-xl-block {
    display: block !important;
  }
  .reveal-xl-inline-block {
    display: inline-block !important;
  }
  .reveal-xl-inline {
    display: inline !important;
  }
  .reveal-xl-flex {
    display: flex !important;
  }
  .veil-xl {
    display: none !important;
  }
}
/*
*
* Element groups
* --------------------------------------------------
*/
.group {
  margin-left: -15px;
}
.group, .group:last-child {
  margin-bottom: -20px;
}
.group > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 15px;
  margin-top: 0;
}
.group > *, .group > *:last-child {
  margin-bottom: 20px;
}
.group > .button {
  display: inline-flex;
  flex-direction: row;
}
.group > * + .button {
  margin-top: 0;
}
h4 + .group {
  margin-top: 40px;
}

.group-sm {
  margin-left: -8px;
}
.group-sm, .group-sm:last-child {
  margin-bottom: -20px;
}
.group-sm > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 8px;
  margin-top: 0;
}
.group-sm > *, .group-sm > *:last-child {
  margin-bottom: 20px;
}
.group-sm > .button {
  display: inline-flex;
  flex-direction: row;
}
.group-sm > * + .button {
  margin-top: 0;
}

.group-xl {
  margin-left: -20px;
}
.group-xl, .group-xl:last-child {
  margin-bottom: -20px;
}
.group-xl > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 20px;
  margin-top: 0;
}
.group-xl > *, .group-xl > *:last-child {
  margin-bottom: 20px;
}
.group-xl > .button {
  display: inline-flex;
  flex-direction: row;
}
.group-xl > * + .button {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .group-xl {
    margin-left: -40px;
  }
  .group-xl, .group-xl:last-child {
    margin-bottom: -20px;
  }
  .group-xl > * {
    display: inline-block;
    flex-direction: column;
    margin-left: 40px;
    margin-top: 0;
  }
  .group-xl > *, .group-xl > *:last-child {
    margin-bottom: 20px;
  }
  .group-xl > .button {
    display: inline-flex;
    flex-direction: row;
  }
  .group-xl > * + .button {
    margin-top: 0;
  }
}
@media (min-width: 1470px) {
  .group-xl {
    margin-left: -120px;
  }
  .group-xl, .group-xl:last-child {
    margin-bottom: -40px;
  }
  .group-xl > * {
    display: inline-block;
    flex-direction: column;
    margin-left: 120px;
    margin-top: 0;
  }
  .group-xl > *, .group-xl > *:last-child {
    margin-bottom: 40px;
  }
  .group-xl > .button {
    display: inline-flex;
    flex-direction: row;
  }
  .group-xl > * + .button {
    margin-top: 0;
  }
}
* + .group-xl {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  * + .group-xl {
    margin-top: 40px;
  }
}

.group-top > *, .group-top > *:first-child {
  vertical-align: top;
}

.group-middle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.group-center {
  justify-content: center;
}

.group-bottom > *, .group-bottom > *:first-child {
  vertical-align: bottom;
}

/*
*
* Contexts
* --------------------------------------------------
*/
.context-dark h1, .aside-info-item h1, .context-dark h2, .aside-info-item h2, .context-dark h3, .aside-info-item h3, .context-dark h4, .aside-info-item h4, .context-dark h5, .aside-info-item h5, .context-dark h6, .aside-info-item h6, .context-dark [class*=heading-], .aside-info-item [class*=heading-], .context-dark, .aside-info-item {
  color: #fff;
}
.context-dark .link-footer, .aside-info-item .link-footer {
  color: #fff;
}
.context-dark .link-footer:hover, .aside-info-item .link-footer:hover {
  color: #e27b46;
}

.layout-panel-wrap h1, .context-light h1, .layout-panel-wrap h2, .context-light h2, .layout-panel-wrap h3, .context-light h3, .layout-panel-wrap h4, .context-light h4, .layout-panel-wrap h5, .context-light h5, .layout-panel-wrap h6, .context-light h6, .layout-panel-wrap [class*=heading-], .context-light [class*=heading-], .layout-panel-wrap, .context-light {
  color: #000;
}

/*
*
* Sections
* --------------------------------------------------
*/
.section {
  max-width: 1470px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1500px) {
  .section {
    width: 100%;
  }
}
.page-header + .section {
  margin-top: 40px;
}

.section.section-full-width {
  max-width: none;
  width: 100%;
}
.section.section-full-width .shell {
  padding-left: 15px;
  padding-right: 15px;
}

.section-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-md,
.section-lg,
.section-xl {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .section-lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-xl {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.section-relative {
  position: relative;
  z-index: 1;
}

/*
*
* Offsets
* --------------------------------------------------
*/
* + h4 {
  margin-top: 15px;
}

* + p {
  margin-top: 10px;
}

p + p {
  margin-top: 12px;
}

h1 + h2 {
  margin-top: 15px;
}

h2 + h3 {
  margin-top: 15px;
}

h3 + h4 {
  margin-top: 15px;
}

h3 + h5,
h3 + .heading-5 {
  margin-top: 20px;
}

h4 + h5 {
  margin-top: 20px;
}

h5 + h6 {
  margin-top: 20px;
}

.heading-4 + h1 {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  h1 + h2 {
    margin-top: 25px;
  }
  h2 + h3 {
    margin-top: 25px;
  }
  h3 + h4 {
    margin-top: 30px;
  }
  h3 + .heading-5 {
    margin-top: 30px;
  }
  h4 + h5 {
    margin-top: 35px;
  }
  h5 + h6 {
    margin-top: 30px;
  }
  .heading-4 + h1 {
    margin-top: 25px;
  }
}
h1 + .full-editable > p {
  margin-top: 8px;
}

h2 + .full-editable > p {
  margin-top: 8px;
}

h3 + .full-editable > p {
  margin-top: 8px;
}

h4 + .full-editable > p {
  margin-top: 8px;
}

h5 + .full-editable > p {
  margin-top: 8px;
}

h6 + .full-editable > p {
  margin-top: 8px;
}

@media (min-width: 1200px) {
  h1 + .full-editable > p {
    margin-top: 10px;
  }
  h2 + .full-editable > p {
    margin-top: 30px;
  }
  h3 + .full-editable > p {
    margin-top: 12px;
  }
  h4 + .full-editable > p {
    margin-top: 8px;
  }
  h4 + .full-editable > p.offset {
    margin-top: 25px;
  }
  h5 + .full-editable > p {
    margin-top: 20px;
  }
  h6 + .full-editable > p {
    margin-top: 25px;
  }
}
p + h2 {
  margin-top: 40px;
}

p + h3 {
  margin-top: 40px;
}

p + h4 {
  margin-top: 45px;
}

p + h5 {
  margin-top: 40px;
}

p + h6 {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  p + h2 {
    margin-top: 65px;
  }
  p + h3 {
    margin-top: 65px;
  }
  p + h5 {
    margin-top: 65px;
  }
  p + h6 {
    margin-top: 65px;
  }
}
@media (min-width: 1470px) {
  p + h2 {
    margin-top: 85px;
  }
  p + h3 {
    margin-top: 85px;
  }
  p + h5 {
    margin-top: 95px;
  }
  p + h6 {
    margin-top: 90px;
  }
}
img + p {
  margin-top: 15px;
}

h3 + img {
  margin-top: 20px;
}

* + .button {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  h3 + img {
    margin-top: 42px;
  }
}
p + .list-marked, .page-actualite_details .block-text-width-divider-content p + ul, .page-praticien .approche p + ul,
.page-praticien .formation p + ul {
  margin-top: 10px;
}

p + .list-index {
  margin-top: 10px;
}

.range + h3 {
  margin-top: 80px;
}

.shell + .shell {
  margin-top: 35px;
}

.range + .range {
  margin-top: 35px;
}

@media (min-width: 1200px) {
  .shell + .shell {
    margin-top: 60px;
  }
  .range + .range {
    margin-top: 60px;
  }
}
@media (min-width: 1470px) {
  .shell + .shell {
    margin-top: 80px;
  }
}
.range-0 {
  margin-bottom: 0px;
}
.range-0 > * {
  margin-top: 0;
  margin-bottom: 0px;
}

.range-10 {
  margin-bottom: -10px;
}
.range-10 > * {
  margin-top: 0;
  margin-bottom: 10px;
}

.range-15 {
  margin-bottom: -15px;
}
.range-15 > * {
  margin-top: 0;
  margin-bottom: 15px;
}

.range-20 {
  margin-bottom: -20px;
}
.range-20 > * {
  margin-top: 0;
  margin-bottom: 20px;
}

.range-30 {
  margin-bottom: -30px;
}
.range-30 > * {
  margin-top: 0;
  margin-bottom: 30px;
}

.range-35 {
  margin-bottom: -35px;
}
.range-35 > * {
  margin-top: 0;
  margin-bottom: 35px;
}

.range-40 {
  margin-bottom: -40px;
}
.range-40 > * {
  margin-top: 0;
  margin-bottom: 40px;
}

.range-60 {
  margin-bottom: -60px;
}
.range-60 > * {
  margin-top: 0;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .range-md-30 {
    margin-bottom: -30px;
  }
  .range-md-30 > * {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .range-lg-50 {
    margin-bottom: -50px;
  }
  .range-lg-50 > * {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .range-lg-60 {
    margin-bottom: -60px;
  }
  .range-lg-60 > * {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .range-lg-90 {
    margin-bottom: -90px;
  }
  .range-lg-90 > * {
    margin-bottom: 90px;
  }
}
@media (min-width: 1470px) {
  .preffix-xl-45 {
    margin-left: 45px;
  }
  .preffix-xl-70 {
    margin-left: 70px;
  }
  .preffix-xl-85 {
    margin-left: 85px;
  }
  .inset-xl-right-70 {
    padding-right: 70px;
  }
}
.row-condensed {
  margin-left: 0;
  margin-right: 0;
}
.row-condensed > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .row-gutter-custom {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row-gutter-custom > [class*=col] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.grid-demonstration {
  padding: 12px 8px;
  letter-spacing: 0;
  text-align: left;
}
* + .grid-demonstration {
  margin-top: 30px;
}
.grid-demonstration h5,
.grid-demonstration .heading-5 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #151515;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .grid-demonstration h5,
.grid-demonstration .heading-5 {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .grid-demonstration p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 767px) {
  .container-fullwidth.grid-demonstration .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.container-fullwidth.grid-demonstration [class*=col] {
  padding: 5px;
}
@media (max-width: 767px) {
  .container-fullwidth.grid-demonstration [class*=col] p {
    font-size: 14px;
  }
  .container-fullwidth.grid-demonstration [class*=col] * + p {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .container-fullwidth.grid-demonstration [class*=col] {
    padding: 15px 10px;
  }
}
@media (min-width: 992px) {
  .container-fullwidth.grid-demonstration [class*=col] {
    padding: 25px 15px;
  }
}
@media (min-width: 1200px) {
  .container-fullwidth.grid-demonstration [class*=col] {
    padding: 30px 15px 30px 30px;
  }
}
@media (min-width: 1800px) {
  .container-fullwidth.grid-demonstration [class*=col] {
    padding: 50px 100px;
  }
  .container-fullwidth.grid-demonstration [class*=col] * + p {
    margin-top: 24px;
  }
}
@media (min-width: 1800px) {
  .container-fullwidth.grid-demonstration .row {
    margin-left: -70px;
    margin-right: -70px;
  }
}

.grid-system-bordered [class*=col] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.grid-system-bordered .row {
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 768px) {
  .grid-system-bordered [class*=col] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .grid-system-bordered [class*=col] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.grid-system-outline .row {
  border: 1px solid #f5f5f5;
  border-width: 1px 1px 0 1px;
}
.grid-system-outline .row:last-child {
  border-bottom-width: 1px;
}
.grid-system-outline [class*=col]:not(:last-child) {
  border-right: 1px solid #f5f5f5;
  margin-right: -1px;
}
.grid-system-outline [class*=col]:not(:first-child) {
  border-left: 1px solid #f5f5f5;
}
.grid-system-outline * + .row {
  margin-top: 45px;
}
.grid-system-outline .row + .row {
  margin-top: 0;
}

.range-custom-bordered [class*=cell] {
  border: 0 solid #e8e8e8;
}
.range-custom-bordered [class*=cell]:nth-child(n+2) {
  border-width: 1px 0 0 0;
}
@media (min-width: 480px) {
  .range-custom-bordered .cell-xs-6:nth-child(odd) {
    border-width: 0 1px 0 0;
  }
  .range-custom-bordered .cell-xs-6:nth-child(n+3) {
    border-top-width: 1px;
  }
}
@media (min-width: 768px) {
  .range-custom-bordered .cell-sm-3:nth-child(n) {
    border-width: 0;
  }
  .range-custom-bordered .cell-sm-3:first-child, .range-custom-bordered .cell-sm-3:nth-child(5n) {
    border-left-width: 1px;
  }
  .range-custom-bordered .cell-sm-3:nth-child(n+1) {
    border-right-width: 1px;
  }
  .range-custom-bordered .cell-sm-3:nth-child(4n) {
    border-right-width: 1px;
  }
  .range-custom-bordered .cell-sm-3:nth-child(n+5) {
    border-top-width: 1px;
  }
}
@media (min-width: 1200px) {
  .range-custom-bordered .box-counter {
    padding: 30px 20px 40px;
  }
}

/*
*
* Modules
* ==================================================
*/
/*
*
* Flex Grid system
* --------------------------------------------------
*/
.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1470px) {
  .shell,
.shell-wide,
.shell-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

.shell,
.shell-wide {
  max-width: 1470px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1470px) {
  .shell,
.shell-wide {
    max-width: 1500px;
  }
}
@media (min-width: 1470px) {
  .shell,
.shell-wide {
    padding-left: 0;
    padding-right: 0;
  }
}

.shell.shell-out {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1470px) {
  .shell.shell-out {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .shell-wide {
    max-width: 1470px;
  }
}

@media (min-width: 1200px) {
  .shell-fluid-inset-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.range {
  margin-left: -15px;
  margin-right: -15px;
}
.range > .range {
  margin-left: 0;
  margin-right: 0;
}
.range-center {
  justify-content: center;
}
.range-left {
  justify-content: flex-start;
}
.range-right {
  justify-content: flex-end;
}
.range-justify {
  justify-content: space-between;
}
.range-around {
  justify-content: space-around;
}
.range-top {
  align-items: flex-start;
}
.range-reverse {
  flex-direction: row-reverse;
}
.range-middle {
  align-items: center;
}
.range-bottom {
  align-items: flex-end;
}

.range-spacer {
  flex-basis: 100%;
  max-width: 100%;
}

[class*=cell-] {
  padding-left: 15px;
  padding-right: 15px;
}

html.lt-ie-10 * + .range,
* + .range {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  html.lt-ie-10 * + .range,
* + .range {
    margin-top: 40px;
  }
}

html.lt-ie-10 * + .range-sm,
* + .range-sm {
  margin-top: 30px;
}

html.lt-ie-10 * + .range-lg,
* + .range-lg {
  margin-top: 60px;
}

html.lt-ie-10 .range-condensed,
.range-condensed {
  margin-left: 0;
  margin-right: 0;
}
html.lt-ie-10 .range-condensed > [class*=cell],
.range-condensed > [class*=cell] {
  padding-left: 0;
  padding-right: 0;
}
html.lt-ie-10 .range-condensed > * + [class*=cell],
.range-condensed > * + [class*=cell] {
  margin-top: 0;
}

html.lt-ie-10 .range-narrow,
.range-narrow {
  margin-left: -10px;
  margin-right: -10px;
}
html.lt-ie-10 .range-narrow > [class*=cell],
.range-narrow > [class*=cell] {
  padding-left: 10px;
  padding-right: 10px;
}
html.lt-ie-10 .range-narrow > * + [class*=cell],
.range-narrow > * + [class*=cell] {
  padding-left: 10px;
  padding-right: 10px;
}

.range {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.range > .range {
  flex-basis: 100%;
  max-width: 100%;
}

.range-vertical {
  flex-direction: column;
}

.range > [class*=cell] {
  flex: 0 0 auto;
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  * + [class*=cell-xs-] {
    margin-top: 0;
  }
  .range-xs-center {
    justify-content: center;
  }
  .range-xs-left {
    justify-content: flex-start;
  }
  .range-xs-right {
    justify-content: flex-end;
  }
  .range-xs-justify {
    justify-content: space-between;
  }
  .range-xs-around {
    justify-content: space-around;
  }
  .range-xs-top {
    align-items: flex-start;
  }
  .range-xs {
    flex-direction: row;
  }
  .range-xs-reverse {
    flex-direction: row-reverse;
  }
  .range-xs-middle {
    align-items: center;
  }
  .range-xs-bottom {
    align-items: flex-end;
  }
  .cell-xs-top {
    align-self: flex-start;
  }
  .cell-xs-middle {
    align-self: center;
  }
  .cell-xs-bottom {
    align-self: flex-end;
  }
  .range > .cell-xs-preffix-0 {
    margin-left: 0;
  }
  .range > .cell-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .range > .cell-xs-preffix-1 {
    margin-left: 8.3333333333%;
  }
  .range > .cell-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .range > .cell-xs-preffix-2 {
    margin-left: 16.6666666667%;
  }
  .range > .cell-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-xs-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .range > .cell-xs-preffix-4 {
    margin-left: 33.3333333333%;
  }
  .range > .cell-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .range > .cell-xs-preffix-5 {
    margin-left: 41.6666666667%;
  }
  .range > .cell-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-xs-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .range > .cell-xs-preffix-7 {
    margin-left: 58.3333333333%;
  }
  .range > .cell-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .range > .cell-xs-preffix-8 {
    margin-left: 66.6666666667%;
  }
  .range > .cell-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-xs-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .range > .cell-xs-preffix-10 {
    margin-left: 83.3333333333%;
  }
  .range > .cell-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .range > .cell-xs-preffix-11 {
    margin-left: 91.6666666667%;
  }
  .range > .cell-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-xs-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-xs-1-5 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 480px) and (min-width: 480px) {
  .range > .cell-xs-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 480px) and (min-width: 768px) {
  .range > .cell-sm-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-33 {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .range > .cell-md-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 480px) and (min-width: 1200px) {
  .range > .cell-lg-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 480px) and (min-width: 1470px) {
  .range > .cell-xl-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  * + [class*=cell-sm-] {
    margin-top: 0;
  }
  .range-sm-center {
    justify-content: center;
  }
  .range-sm-left {
    justify-content: flex-start;
  }
  .range-sm-right {
    justify-content: flex-end;
  }
  .range-sm-justify {
    justify-content: space-between;
  }
  .range-sm-around {
    justify-content: space-around;
  }
  .range-sm-top {
    align-items: flex-start;
  }
  .range-sm {
    flex-direction: row;
  }
  .range-sm-reverse {
    flex-direction: row-reverse;
  }
  .range-sm-middle {
    align-items: center;
  }
  .range-sm-bottom {
    align-items: flex-end;
  }
  .cell-sm-top {
    align-self: flex-start;
  }
  .cell-sm-middle {
    align-self: center;
  }
  .cell-sm-bottom {
    align-self: flex-end;
  }
  .range > .cell-sm-preffix-0 {
    margin-left: 0;
  }
  .range > .cell-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .range > .cell-sm-preffix-1 {
    margin-left: 8.3333333333%;
  }
  .range > .cell-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .range > .cell-sm-preffix-2 {
    margin-left: 16.6666666667%;
  }
  .range > .cell-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .range > .cell-sm-preffix-4 {
    margin-left: 33.3333333333%;
  }
  .range > .cell-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .range > .cell-sm-preffix-5 {
    margin-left: 41.6666666667%;
  }
  .range > .cell-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-sm-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .range > .cell-sm-preffix-7 {
    margin-left: 58.3333333333%;
  }
  .range > .cell-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .range > .cell-sm-preffix-8 {
    margin-left: 66.6666666667%;
  }
  .range > .cell-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-sm-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .range > .cell-sm-preffix-10 {
    margin-left: 83.3333333333%;
  }
  .range > .cell-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .range > .cell-sm-preffix-11 {
    margin-left: 91.6666666667%;
  }
  .range > .cell-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-sm-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-sm-1-5 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) and (min-width: 480px) {
  .range > .cell-xs-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .range > .cell-sm-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-33 {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .range > .cell-md-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .range > .cell-lg-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) and (min-width: 1470px) {
  .range > .cell-xl-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  * + [class*=cell-md-] {
    margin-top: 0;
  }
  .range-md-center {
    justify-content: center;
  }
  .range-md-left {
    justify-content: flex-start;
  }
  .range-md-right {
    justify-content: flex-end;
  }
  .range-md-justify {
    justify-content: space-between;
  }
  .range-md-around {
    justify-content: space-around;
  }
  .range-md-top {
    align-items: flex-start;
  }
  .range-md {
    flex-direction: row;
  }
  .range-md-reverse {
    flex-direction: row-reverse;
  }
  .range-md-middle {
    align-items: center;
  }
  .range-md-bottom {
    align-items: flex-end;
  }
  .cell-md-top {
    align-self: flex-start;
  }
  .cell-md-middle {
    align-self: center;
  }
  .cell-md-bottom {
    align-self: flex-end;
  }
  .range > .cell-md-preffix-0 {
    margin-left: 0;
  }
  .range > .cell-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .range > .cell-md-preffix-1 {
    margin-left: 8.3333333333%;
  }
  .range > .cell-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .range > .cell-md-preffix-2 {
    margin-left: 16.6666666667%;
  }
  .range > .cell-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-md-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .range > .cell-md-preffix-4 {
    margin-left: 33.3333333333%;
  }
  .range > .cell-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .range > .cell-md-preffix-5 {
    margin-left: 41.6666666667%;
  }
  .range > .cell-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-md-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .range > .cell-md-preffix-7 {
    margin-left: 58.3333333333%;
  }
  .range > .cell-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .range > .cell-md-preffix-8 {
    margin-left: 66.6666666667%;
  }
  .range > .cell-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-md-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .range > .cell-md-preffix-10 {
    margin-left: 83.3333333333%;
  }
  .range > .cell-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .range > .cell-md-preffix-11 {
    margin-left: 91.6666666667%;
  }
  .range > .cell-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-md-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-md-1-5 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) and (min-width: 480px) {
  .range > .cell-xs-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .range > .cell-sm-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-33 {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .range > .cell-md-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .range > .cell-lg-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) and (min-width: 1470px) {
  .range > .cell-xl-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  * + [class*=cell-lg-] {
    margin-top: 0;
  }
  .range-lg-center {
    justify-content: center;
  }
  .range-lg-left {
    justify-content: flex-start;
  }
  .range-lg-right {
    justify-content: flex-end;
  }
  .range-lg-justify {
    justify-content: space-between;
  }
  .range-lg-around {
    justify-content: space-around;
  }
  .range-lg-top {
    align-items: flex-start;
  }
  .range-lg {
    flex-direction: row;
  }
  .range-lg-reverse {
    flex-direction: row-reverse;
  }
  .range-lg-middle {
    align-items: center;
  }
  .range-lg-bottom {
    align-items: flex-end;
  }
  .cell-lg-top {
    align-self: flex-start;
  }
  .cell-lg-middle {
    align-self: center;
  }
  .cell-lg-bottom {
    align-self: flex-end;
  }
  .range > .cell-lg-preffix-0 {
    margin-left: 0;
  }
  .range > .cell-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .range > .cell-lg-preffix-1 {
    margin-left: 8.3333333333%;
  }
  .range > .cell-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .range > .cell-lg-preffix-2 {
    margin-left: 16.6666666667%;
  }
  .range > .cell-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-lg-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .range > .cell-lg-preffix-4 {
    margin-left: 33.3333333333%;
  }
  .range > .cell-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .range > .cell-lg-preffix-5 {
    margin-left: 41.6666666667%;
  }
  .range > .cell-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-lg-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .range > .cell-lg-preffix-7 {
    margin-left: 58.3333333333%;
  }
  .range > .cell-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .range > .cell-lg-preffix-8 {
    margin-left: 66.6666666667%;
  }
  .range > .cell-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-lg-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .range > .cell-lg-preffix-10 {
    margin-left: 83.3333333333%;
  }
  .range > .cell-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .range > .cell-lg-preffix-11 {
    margin-left: 91.6666666667%;
  }
  .range > .cell-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-lg-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-lg-1-5 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) and (min-width: 480px) {
  .range > .cell-xs-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .range > .cell-sm-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-33 {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .range > .cell-md-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .range > .cell-lg-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) and (min-width: 1470px) {
  .range > .cell-xl-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1470px) {
  * + [class*=cell-xl-] {
    margin-top: 0;
  }
  .range-xl-center {
    justify-content: center;
  }
  .range-xl-left {
    justify-content: flex-start;
  }
  .range-xl-right {
    justify-content: flex-end;
  }
  .range-xl-justify {
    justify-content: space-between;
  }
  .range-xl-around {
    justify-content: space-around;
  }
  .range-xl-top {
    align-items: flex-start;
  }
  .range-xl {
    flex-direction: row;
  }
  .range-xl-reverse {
    flex-direction: row-reverse;
  }
  .range-xl-middle {
    align-items: center;
  }
  .range-xl-bottom {
    align-items: flex-end;
  }
  .cell-xl-top {
    align-self: flex-start;
  }
  .cell-xl-middle {
    align-self: center;
  }
  .cell-xl-bottom {
    align-self: flex-end;
  }
  .range > .cell-xl-preffix-0 {
    margin-left: 0;
  }
  .range > .cell-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .range > .cell-xl-preffix-1 {
    margin-left: 8.3333333333%;
  }
  .range > .cell-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .range > .cell-xl-preffix-2 {
    margin-left: 16.6666666667%;
  }
  .range > .cell-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-xl-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .range > .cell-xl-preffix-4 {
    margin-left: 33.3333333333%;
  }
  .range > .cell-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .range > .cell-xl-preffix-5 {
    margin-left: 41.6666666667%;
  }
  .range > .cell-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-xl-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .range > .cell-xl-preffix-7 {
    margin-left: 58.3333333333%;
  }
  .range > .cell-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .range > .cell-xl-preffix-8 {
    margin-left: 66.6666666667%;
  }
  .range > .cell-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-xl-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .range > .cell-xl-preffix-10 {
    margin-left: 83.3333333333%;
  }
  .range > .cell-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .range > .cell-xl-preffix-11 {
    margin-left: 91.6666666667%;
  }
  .range > .cell-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-xl-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-xl-1-5 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1470px) and (min-width: 480px) {
  .range > .cell-xs-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1470px) and (min-width: 768px) {
  .range > .cell-sm-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-33 {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1470px) and (min-width: 992px) {
  .range > .cell-md-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1470px) and (min-width: 1200px) {
  .range > .cell-lg-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1470px) and (min-width: 1470px) {
  .range > .cell-xl-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1600px) {
  * + [class*=cell-xxl-] {
    margin-top: 0;
  }
  .range-xxl-center {
    justify-content: center;
  }
  .range-xxl-left {
    justify-content: flex-start;
  }
  .range-xxl-right {
    justify-content: flex-end;
  }
  .range-xxl-justify {
    justify-content: space-between;
  }
  .range-xxl-around {
    justify-content: space-around;
  }
  .range-xxl-top {
    align-items: flex-start;
  }
  .range-xxl {
    flex-direction: row;
  }
  .range-xxl-reverse {
    flex-direction: row-reverse;
  }
  .range-xxl-middle {
    align-items: center;
  }
  .range-xxl-bottom {
    align-items: flex-end;
  }
  .cell-xxl-top {
    align-self: flex-start;
  }
  .cell-xxl-middle {
    align-self: center;
  }
  .cell-xxl-bottom {
    align-self: flex-end;
  }
  .range > .cell-xxl-preffix-0 {
    margin-left: 0;
  }
  .range > .cell-xxl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .range > .cell-xxl-preffix-1 {
    margin-left: 8.3333333333%;
  }
  .range > .cell-xxl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .range > .cell-xxl-preffix-2 {
    margin-left: 16.6666666667%;
  }
  .range > .cell-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-xxl-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-xxl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .range > .cell-xxl-preffix-4 {
    margin-left: 33.3333333333%;
  }
  .range > .cell-xxl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .range > .cell-xxl-preffix-5 {
    margin-left: 41.6666666667%;
  }
  .range > .cell-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-xxl-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-xxl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .range > .cell-xxl-preffix-7 {
    margin-left: 58.3333333333%;
  }
  .range > .cell-xxl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .range > .cell-xxl-preffix-8 {
    margin-left: 66.6666666667%;
  }
  .range > .cell-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-xxl-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-xxl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .range > .cell-xxl-preffix-10 {
    margin-left: 83.3333333333%;
  }
  .range > .cell-xxl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .range > .cell-xxl-preffix-11 {
    margin-left: 91.6666666667%;
  }
  .range > .cell-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-xxl-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-xxl-1-5 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1600px) and (min-width: 480px) {
  .range > .cell-xs-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1600px) and (min-width: 768px) {
  .range > .cell-sm-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-33 {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1600px) and (min-width: 992px) {
  .range > .cell-md-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1600px) and (min-width: 1200px) {
  .range > .cell-lg-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1600px) and (min-width: 1470px) {
  .range > .cell-xl-25 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
html.lt-ie-10 .range > .cell-xs-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.3333333333%;
}
html.lt-ie-10 .range > .cell-xs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.6666666667%;
}
html.lt-ie-10 .range > .cell-xs-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-xs-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.3333333333%;
}
html.lt-ie-10 .range > .cell-xs-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.6666666667%;
}
html.lt-ie-10 .range > .cell-xs-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-xs-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.3333333333%;
}
html.lt-ie-10 .range > .cell-xs-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.6666666667%;
}
html.lt-ie-10 .range > .cell-xs-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-xs-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.3333333333%;
}
html.lt-ie-10 .range > .cell-xs-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.6666666667%;
}
html.lt-ie-10 .range > .cell-xs-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-xs-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}
html.lt-ie-10 .range > .cell-sm-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.3333333333%;
}
html.lt-ie-10 .range > .cell-sm-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.6666666667%;
}
html.lt-ie-10 .range > .cell-sm-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-sm-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.3333333333%;
}
html.lt-ie-10 .range > .cell-sm-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.6666666667%;
}
html.lt-ie-10 .range > .cell-sm-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-sm-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.3333333333%;
}
html.lt-ie-10 .range > .cell-sm-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.6666666667%;
}
html.lt-ie-10 .range > .cell-sm-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-sm-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.3333333333%;
}
html.lt-ie-10 .range > .cell-sm-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.6666666667%;
}
html.lt-ie-10 .range > .cell-sm-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-sm-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}
html.lt-ie-10 .range > .cell-md-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.3333333333%;
}
html.lt-ie-10 .range > .cell-md-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.6666666667%;
}
html.lt-ie-10 .range > .cell-md-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-md-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.3333333333%;
}
html.lt-ie-10 .range > .cell-md-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.6666666667%;
}
html.lt-ie-10 .range > .cell-md-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-md-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.3333333333%;
}
html.lt-ie-10 .range > .cell-md-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.6666666667%;
}
html.lt-ie-10 .range > .cell-md-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-md-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.3333333333%;
}
html.lt-ie-10 .range > .cell-md-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.6666666667%;
}
html.lt-ie-10 .range > .cell-md-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-md-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}
html.lt-ie-10 .range > .cell-lg-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.3333333333%;
}
html.lt-ie-10 .range > .cell-lg-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.6666666667%;
}
html.lt-ie-10 .range > .cell-lg-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-lg-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.3333333333%;
}
html.lt-ie-10 .range > .cell-lg-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.6666666667%;
}
html.lt-ie-10 .range > .cell-lg-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-lg-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.3333333333%;
}
html.lt-ie-10 .range > .cell-lg-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.6666666667%;
}
html.lt-ie-10 .range > .cell-lg-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-lg-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.3333333333%;
}
html.lt-ie-10 .range > .cell-lg-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.6666666667%;
}
html.lt-ie-10 .range > .cell-lg-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-lg-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}
html.lt-ie-10 .range > [class*=cell-xs-preffix-],
html.lt-ie-10 .range > [class*=cell-sm-preffix-],
html.lt-ie-10 .range > [class*=cell-md-preffix-],
html.lt-ie-10 .range > [class*=cell-lg-preffix-] {
  margin-left: auto;
}

/*
*
* Responsive unit
* --------------------------------------------------
*/
.unit-custom {
  line-height: 1;
}

.unit {
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
}

.unit-body {
  flex: 0 1 auto;
}

.unit-left,
.unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}

.unit-align-center {
  justify-content: center;
}

.unit-middle {
  align-items: center;
}

.unit,
.unit-vertical {
  flex-direction: column;
}
.unit > [class*=unit-]:first-child,
.unit-vertical > [class*=unit-]:first-child {
  padding-top: 0;
}
.unit > .unit-left + .unit-right,
.unit > .unit-left + .unit-body,
.unit-vertical > .unit-left + .unit-right,
.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 20px;
}
.unit > .unit-body + .unit-right,
.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 20px;
}

.unit-horizontal {
  flex-direction: row;
}
.unit-horizontal > .unit-left + .unit-right,
.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 30px;
}
.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 30px;
}

.unit-inverse {
  flex-direction: column-reverse;
}
.unit-inverse, .unit-inverse.unit-vertical {
  flex-direction: column-reverse;
}
.unit-inverse > [class*=unit-]:first-child, .unit-inverse.unit-vertical > [class*=unit-]:first-child {
  padding-top: 20px;
}
.unit-inverse > [class*=unit-]:last-child, .unit-inverse.unit-vertical > [class*=unit-]:last-child {
  padding-top: 0;
}
.unit-inverse.unit-horizontal {
  flex-direction: row-reverse;
}
.unit-inverse.unit-horizontal > [class*=unit-]:first-child {
  padding-top: 0;
  padding-left: 30px;
}
.unit-inverse.unit-horizontal > [class*=unit-]:last-child {
  padding-left: 0;
}

@media (min-width: 480px) {
  .unit-xs-align-center {
    justify-content: center;
  }
  .unit-xs-middle {
    align-items: center;
  }
  .unit-xs,
.unit-xs-vertical {
    flex-direction: column;
  }
  .unit-xs > [class*=unit-]:first-child,
.unit-xs-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-xs > .unit-left + .unit-right,
.unit-xs > .unit-left + .unit-body,
.unit-xs-vertical > .unit-left + .unit-right,
.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-xs > .unit-body + .unit-right,
.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-xs-horizontal {
    flex-direction: row;
  }
  .unit-xs-horizontal > .unit-left + .unit-right,
.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xs-inverse {
    flex-direction: column-reverse;
  }
  .unit-xs-inverse, .unit-xs-inverse.unit-xs-vertical {
    flex-direction: column-reverse;
  }
  .unit-xs-inverse > [class*=unit-]:first-child, .unit-xs-inverse.unit-xs-vertical > [class*=unit-]:first-child {
    padding-top: 20px;
  }
  .unit-xs-inverse > [class*=unit-]:last-child, .unit-xs-inverse.unit-xs-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-xs-inverse.unit-xs-horizontal {
    flex-direction: row-reverse;
  }
  .unit-xs-inverse.unit-xs-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xs-inverse.unit-xs-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .unit-sm-align-center {
    justify-content: center;
  }
  .unit-sm-middle {
    align-items: center;
  }
  .unit-sm,
.unit-sm-vertical {
    flex-direction: column;
  }
  .unit-sm > [class*=unit-]:first-child,
.unit-sm-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-sm > .unit-left + .unit-right,
.unit-sm > .unit-left + .unit-body,
.unit-sm-vertical > .unit-left + .unit-right,
.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-sm > .unit-body + .unit-right,
.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-sm-horizontal {
    flex-direction: row;
  }
  .unit-sm-horizontal > .unit-left + .unit-right,
.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-sm-inverse {
    flex-direction: column-reverse;
  }
  .unit-sm-inverse, .unit-sm-inverse.unit-sm-vertical {
    flex-direction: column-reverse;
  }
  .unit-sm-inverse > [class*=unit-]:first-child, .unit-sm-inverse.unit-sm-vertical > [class*=unit-]:first-child {
    padding-top: 20px;
  }
  .unit-sm-inverse > [class*=unit-]:last-child, .unit-sm-inverse.unit-sm-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-sm-inverse.unit-sm-horizontal {
    flex-direction: row-reverse;
  }
  .unit-sm-inverse.unit-sm-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-sm-inverse.unit-sm-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .unit-md-align-center {
    justify-content: center;
  }
  .unit-md-middle {
    align-items: center;
  }
  .unit-md,
.unit-md-vertical {
    flex-direction: column;
  }
  .unit-md > [class*=unit-]:first-child,
.unit-md-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-md > .unit-left + .unit-right,
.unit-md > .unit-left + .unit-body,
.unit-md-vertical > .unit-left + .unit-right,
.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-md > .unit-body + .unit-right,
.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-md-horizontal {
    flex-direction: row;
  }
  .unit-md-horizontal > .unit-left + .unit-right,
.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-md-inverse {
    flex-direction: column-reverse;
  }
  .unit-md-inverse, .unit-md-inverse.unit-md-vertical {
    flex-direction: column-reverse;
  }
  .unit-md-inverse > [class*=unit-]:first-child, .unit-md-inverse.unit-md-vertical > [class*=unit-]:first-child {
    padding-top: 20px;
  }
  .unit-md-inverse > [class*=unit-]:last-child, .unit-md-inverse.unit-md-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-md-inverse.unit-md-horizontal {
    flex-direction: row-reverse;
  }
  .unit-md-inverse.unit-md-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-md-inverse.unit-md-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .unit-lg-align-center {
    justify-content: center;
  }
  .unit-lg-middle {
    align-items: center;
  }
  .unit-lg,
.unit-lg-vertical {
    flex-direction: column;
  }
  .unit-lg > [class*=unit-]:first-child,
.unit-lg-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-lg > .unit-left + .unit-right,
.unit-lg > .unit-left + .unit-body,
.unit-lg-vertical > .unit-left + .unit-right,
.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-lg > .unit-body + .unit-right,
.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-lg-horizontal {
    flex-direction: row;
  }
  .unit-lg-horizontal > .unit-left + .unit-right,
.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-lg-inverse {
    flex-direction: column-reverse;
  }
  .unit-lg-inverse, .unit-lg-inverse.unit-lg-vertical {
    flex-direction: column-reverse;
  }
  .unit-lg-inverse > [class*=unit-]:first-child, .unit-lg-inverse.unit-lg-vertical > [class*=unit-]:first-child {
    padding-top: 20px;
  }
  .unit-lg-inverse > [class*=unit-]:last-child, .unit-lg-inverse.unit-lg-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-lg-inverse.unit-lg-horizontal {
    flex-direction: row-reverse;
  }
  .unit-lg-inverse.unit-lg-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-lg-inverse.unit-lg-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1470px) {
  .unit-xl-align-center {
    justify-content: center;
  }
  .unit-xl-middle {
    align-items: center;
  }
  .unit-xl,
.unit-xl-vertical {
    flex-direction: column;
  }
  .unit-xl > [class*=unit-]:first-child,
.unit-xl-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-xl > .unit-left + .unit-right,
.unit-xl > .unit-left + .unit-body,
.unit-xl-vertical > .unit-left + .unit-right,
.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-xl > .unit-body + .unit-right,
.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-xl-horizontal {
    flex-direction: row;
  }
  .unit-xl-horizontal > .unit-left + .unit-right,
.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xl-inverse {
    flex-direction: column-reverse;
  }
  .unit-xl-inverse, .unit-xl-inverse.unit-xl-vertical {
    flex-direction: column-reverse;
  }
  .unit-xl-inverse > [class*=unit-]:first-child, .unit-xl-inverse.unit-xl-vertical > [class*=unit-]:first-child {
    padding-top: 20px;
  }
  .unit-xl-inverse > [class*=unit-]:last-child, .unit-xl-inverse.unit-xl-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-xl-inverse.unit-xl-horizontal {
    flex-direction: row-reverse;
  }
  .unit-xl-inverse.unit-xl-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xl-inverse.unit-xl-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .unit-xxl-align-center {
    justify-content: center;
  }
  .unit-xxl-middle {
    align-items: center;
  }
  .unit-xxl,
.unit-xxl-vertical {
    flex-direction: column;
  }
  .unit-xxl > [class*=unit-]:first-child,
.unit-xxl-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-xxl > .unit-left + .unit-right,
.unit-xxl > .unit-left + .unit-body,
.unit-xxl-vertical > .unit-left + .unit-right,
.unit-xxl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-xxl > .unit-body + .unit-right,
.unit-xxl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 20px;
  }
  .unit-xxl-horizontal {
    flex-direction: row;
  }
  .unit-xxl-horizontal > .unit-left + .unit-right,
.unit-xxl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xxl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xxl-inverse {
    flex-direction: column-reverse;
  }
  .unit-xxl-inverse, .unit-xxl-inverse.unit-xxl-vertical {
    flex-direction: column-reverse;
  }
  .unit-xxl-inverse > [class*=unit-]:first-child, .unit-xxl-inverse.unit-xxl-vertical > [class*=unit-]:first-child {
    padding-top: 20px;
  }
  .unit-xxl-inverse > [class*=unit-]:last-child, .unit-xxl-inverse.unit-xxl-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-xxl-inverse.unit-xxl-horizontal {
    flex-direction: row-reverse;
  }
  .unit-xxl-inverse.unit-xxl-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 30px;
  }
  .unit-xxl-inverse.unit-xxl-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
.unit-spacing-xs.unit > [class*=unit-]:first-child, .unit-spacing-xs.unit-vertical > [class*=unit-]:first-child {
  padding-top: 0;
}
.unit-spacing-xs.unit > .unit-left + .unit-right,
.unit-spacing-xs.unit > .unit-left + .unit-body, .unit-spacing-xs.unit-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 7px;
}
.unit-spacing-xs.unit > .unit-body + .unit-right, .unit-spacing-xs.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 7px;
}
.unit-spacing-xs.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 10px;
}
.unit-spacing-xs.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 10px;
}
.unit-spacing-xs.unit-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-inverse.unit-vertical > [class*=unit-]:first-child {
  padding-top: 7px;
}
.unit-spacing-xs.unit-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-inverse.unit-vertical > [class*=unit-]:last-child {
  padding-top: 0;
}
.unit-spacing-xs.unit-inverse.unit-horizontal > [class*=unit-]:first-child {
  padding-top: 0;
  padding-left: 10px;
}
.unit-spacing-xs.unit-inverse.unit-horizontal > [class*=unit-]:last-child {
  padding-left: 0;
}
@media (min-width: 480px) {
  .unit-spacing-xs.unit-xs > [class*=unit-]:first-child, .unit-spacing-xs.unit-xs-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xs > .unit-left + .unit-right,
.unit-spacing-xs.unit-xs > .unit-left + .unit-body, .unit-spacing-xs.unit-xs-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xs > .unit-body + .unit-right, .unit-spacing-xs.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xs-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-xs-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xs-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .unit-spacing-xs.unit-sm > [class*=unit-]:first-child, .unit-spacing-xs.unit-sm-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-sm > .unit-left + .unit-right,
.unit-spacing-xs.unit-sm > .unit-left + .unit-body, .unit-spacing-xs.unit-sm-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-sm > .unit-body + .unit-right, .unit-spacing-xs.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-sm-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-sm-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .unit-spacing-xs.unit-md > [class*=unit-]:first-child, .unit-spacing-xs.unit-md-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-md > .unit-left + .unit-right,
.unit-spacing-xs.unit-md > .unit-left + .unit-body, .unit-spacing-xs.unit-md-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-md > .unit-body + .unit-right, .unit-spacing-xs.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-md-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-md-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-md-inverse.unit-md-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-md-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-md-inverse.unit-md-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-md-inverse.unit-md-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-md-inverse.unit-md-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .unit-spacing-xs.unit-lg > [class*=unit-]:first-child, .unit-spacing-xs.unit-lg-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-lg > .unit-left + .unit-right,
.unit-spacing-xs.unit-lg > .unit-left + .unit-body, .unit-spacing-xs.unit-lg-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-lg > .unit-body + .unit-right, .unit-spacing-xs.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-lg-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-lg-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-lg-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1470px) {
  .unit-spacing-xs.unit-xl > [class*=unit-]:first-child, .unit-spacing-xs.unit-xl-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xl > .unit-left + .unit-right,
.unit-spacing-xs.unit-xl > .unit-left + .unit-body, .unit-spacing-xs.unit-xl-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xl > .unit-body + .unit-right, .unit-spacing-xs.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xl-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-xl-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xl-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .unit-spacing-xs.unit-xxl > [class*=unit-]:first-child, .unit-spacing-xs.unit-xxl-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xxl > .unit-left + .unit-right,
.unit-spacing-xs.unit-xxl > .unit-left + .unit-body, .unit-spacing-xs.unit-xxl-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-xxl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xxl > .unit-body + .unit-right, .unit-spacing-xs.unit-xxl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xxl-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-xxl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-xxl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-xxl-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-xxl-inverse.unit-xxl-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xxl-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-xxl-inverse.unit-xxl-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xxl-inverse.unit-xxl-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 10px;
  }
  .unit-spacing-xs.unit-xxl-inverse.unit-xxl-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .unit-spacing-xs.unit > [class*=unit-]:first-child, .unit-spacing-xs.unit-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit > .unit-left + .unit-right,
.unit-spacing-xs.unit > .unit-left + .unit-body, .unit-spacing-xs.unit-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit > .unit-body + .unit-right, .unit-spacing-xs.unit-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-inverse.unit-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-inverse.unit-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-inverse.unit-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-inverse.unit-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (min-width: 480px) {
  .unit-spacing-xs.unit-xs > [class*=unit-]:first-child, .unit-spacing-xs.unit-xs-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xs > .unit-left + .unit-right,
.unit-spacing-xs.unit-xs > .unit-left + .unit-body, .unit-spacing-xs.unit-xs-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xs > .unit-body + .unit-right, .unit-spacing-xs.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xs-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-xs-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xs-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .unit-spacing-xs.unit-sm > [class*=unit-]:first-child, .unit-spacing-xs.unit-sm-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-sm > .unit-left + .unit-right,
.unit-spacing-xs.unit-sm > .unit-left + .unit-body, .unit-spacing-xs.unit-sm-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-sm > .unit-body + .unit-right, .unit-spacing-xs.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-sm-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-sm-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .unit-spacing-xs.unit-md > [class*=unit-]:first-child, .unit-spacing-xs.unit-md-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-md > .unit-left + .unit-right,
.unit-spacing-xs.unit-md > .unit-left + .unit-body, .unit-spacing-xs.unit-md-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-md > .unit-body + .unit-right, .unit-spacing-xs.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-md-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-md-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-md-inverse.unit-md-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-md-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-md-inverse.unit-md-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-md-inverse.unit-md-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-md-inverse.unit-md-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .unit-spacing-xs.unit-lg > [class*=unit-]:first-child, .unit-spacing-xs.unit-lg-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-lg > .unit-left + .unit-right,
.unit-spacing-xs.unit-lg > .unit-left + .unit-body, .unit-spacing-xs.unit-lg-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-lg > .unit-body + .unit-right, .unit-spacing-xs.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-lg-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-lg-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-lg-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1470px) {
  .unit-spacing-xs.unit-xl > [class*=unit-]:first-child, .unit-spacing-xs.unit-xl-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xl > .unit-left + .unit-right,
.unit-spacing-xs.unit-xl > .unit-left + .unit-body, .unit-spacing-xs.unit-xl-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xl > .unit-body + .unit-right, .unit-spacing-xs.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xl-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-xl-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xl-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .unit-spacing-xs.unit-xxl > [class*=unit-]:first-child, .unit-spacing-xs.unit-xxl-vertical > [class*=unit-]:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xxl > .unit-left + .unit-right,
.unit-spacing-xs.unit-xxl > .unit-left + .unit-body, .unit-spacing-xs.unit-xxl-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-xxl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xxl > .unit-body + .unit-right, .unit-spacing-xs.unit-xxl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xxl-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-xxl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-xxl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-xxl-inverse > [class*=unit-]:first-child, .unit-spacing-xs.unit-xxl-inverse.unit-xxl-vertical > [class*=unit-]:first-child {
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-xxl-inverse > [class*=unit-]:last-child, .unit-spacing-xs.unit-xxl-inverse.unit-xxl-vertical > [class*=unit-]:last-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-xxl-inverse.unit-xxl-horizontal > [class*=unit-]:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .unit-spacing-xs.unit-xxl-inverse.unit-xxl-horizontal > [class*=unit-]:last-child {
    padding-left: 0;
  }
}

/*
*
* Plugins
* ==================================================
*/
/*
*
* Animate.css
* --------------------------------------------------
*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
  opacity: 0;
}

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

/*
**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.6) rotate(20deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.6) rotate(20deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/*
*
* RD Navbar
* --------------------------------------------------
*/
@-webkit-keyframes rd-navbar-slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rd-navbar-slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes rd-navbar-slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes rd-navbar-slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu, .rd-navbar-sidebar .rd-navbar-sidebar-inner, .rd-navbar-sidebar .rd-navbar-sidebar-toggle, .rd-navbar-fixed .rd-navbar-submenu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu, .rd-navbar,
.rd-navbar-dropdown,
.rd-navbar-megamenu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-wrap {
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar, .rd-navbar.rd-navbar--is-clone {
  display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
  display: block;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
  transition: none !important;
}

.rd-navbar-collapse {
  font-size: 14px;
}
.rd-navbar-collapse-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #001515;
  display: none;
}
.rd-navbar-collapse-toggle span {
  top: 50%;
  margin-top: -3px;
}
.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: #001515;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
  content: "";
}
.rd-navbar-collapse-toggle span:before {
  bottom: 100%;
  margin-bottom: 3px;
}
.rd-navbar-collapse-toggle span:after {
  top: 100%;
  margin-top: 3px;
}
.rd-navbar-collapse-toggle.active span {
  transform: scale(0.7);
}
.rd-navbar-collapse-toggle.active span:before {
  transform: translateY(18px);
}
.rd-navbar-collapse-toggle.active span:after {
  transform: translateY(-18px);
}

.rd-navbar--is-stuck {
  box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.15);
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
  display: none;
}

/*
* Navbar components
*/
.rd-navbar {
  display: none;
  background: #fff;
}

.rd-navbar-toggle,
.rd-navbar-sidebar-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  border: none;
  display: none;
}
.rd-navbar-toggle span,
.rd-navbar-sidebar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
}
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before,
.rd-navbar-sidebar-toggle span:after,
.rd-navbar-sidebar-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.3s all ease;
}
.rd-navbar-toggle span:after,
.rd-navbar-sidebar-toggle span:after {
  top: 8px;
}
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span,
.rd-navbar-sidebar-toggle span:after,
.rd-navbar-sidebar-toggle span:before,
.rd-navbar-sidebar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.rd-navbar-toggle span,
.rd-navbar-sidebar-toggle span {
  transform: rotate(180deg);
}
.rd-navbar-toggle span:before, .rd-navbar-toggle span:after,
.rd-navbar-sidebar-toggle span:before,
.rd-navbar-sidebar-toggle span:after {
  transform-origin: 1.7142857143px center;
}
.rd-navbar-toggle.active span,
.rd-navbar-sidebar-toggle.active span {
  transform: rotate(360deg);
}
.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after,
.rd-navbar-sidebar-toggle.active span:before,
.rd-navbar-sidebar-toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-navbar-toggle.active span:before,
.rd-navbar-sidebar-toggle.active span:before {
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-navbar-toggle.active span:after,
.rd-navbar-sidebar-toggle.active span:after {
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-navbar-toggle:focus,
.rd-navbar-sidebar-toggle:focus {
  outline: none;
}

.rd-navbar-brand a {
  display: inline-block;
}

.rd-navbar-dropdown {
  display: none;
}

/*
* @subsection   Hybrid  Styles
*/
.rd-navbar-static,
.rd-navbar-fullwidth {
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}
.rd-navbar-static .rd-navbar-nav > li,
.rd-navbar-fullwidth .rd-navbar-nav > li {
  display: inline-block;
  transition: 0.25s;
}
.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-fullwidth .rd-navbar-nav > li > a {
  position: relative;
  display: inline-block;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  color: #001515;
  line-height: 1.2;
  font-size: 16px;
  transition: 0.25s;
}
.rd-navbar-static .rd-navbar-nav > li > a:hover,
.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover {
  color: #e27b46;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
  margin-left: 7px;
  font-family: "FontAwesome", sans-serif;
  font-size: 16px;
  cursor: pointer;
  color: #001515;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover {
  color: #e27b46;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before {
  content: "\f107";
}
.rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li.opened > a,
.rd-navbar-fullwidth .rd-navbar-nav > li.focus > a,
.rd-navbar-fullwidth .rd-navbar-nav > li.opened > a {
  color: #e27b46;
  background: transparent;
}
.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle {
  color: #e27b46;
}
.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
  color: #e27b46;
  background: transparent;
}
.rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle {
  color: #e27b46;
}
.rd-navbar-static .rd-navbar-inner,
.rd-navbar-fullwidth .rd-navbar-inner {
  position: relative;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.rd-navbar-static .rd-navbar-inner:last-child:after,
.rd-navbar-fullwidth .rd-navbar-inner:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid #ebebeb;
}
.rd-navbar-static .rd-navbar-top-panel,
.rd-navbar-fullwidth .rd-navbar-top-panel {
  padding-top: 25px;
  transform: translateY(0);
  transition: 0.3s ease-out all;
}
.rd-navbar-static .rd-navbar-top-panel-inner,
.rd-navbar-fullwidth .rd-navbar-top-panel-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.rd-navbar-static .rd-navbar-search,
.rd-navbar-fullwidth .rd-navbar-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 30px;
}
.rd-navbar-static .rd-navbar-search.active .rd-search,
.rd-navbar-fullwidth .rd-navbar-search.active .rd-search {
  visibility: visible;
  opacity: 1;
}
.rd-navbar-static .rd-navbar-search-tooltip,
.rd-navbar-fullwidth .rd-navbar-search-tooltip {
  font-size: 14px;
  color: #9b9b9b;
}
.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle {
  display: inline-flex;
  color: #151515;
  margin-left: 18px;
  transition: 0.3s !important;
}
.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span {
  transition: 0s !important;
}
.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:before, .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:after,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:before,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:after {
  transition: 0.3s ease-out transform !important;
}
.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle:hover,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle:hover {
  color: #e27b46;
}
.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span, .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:before, .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:after,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:before,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:after {
  transition: 0.3s all ease-in-out;
}
.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:before, .rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:after,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:before,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:before,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:before {
  content: "\e09c";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "fl-bigmug-line";
}
.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle span:after,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle span:after {
  content: "\e02a";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "fl-bigmug-line";
}
.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle.active span:before,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}
.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle.active span:after,
.rd-navbar-fullwidth .rd-navbar-search .rd-navbar-search-toggle.active span:after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}
.rd-navbar-static .rd-navbar-search .form-wrap,
.rd-navbar-fullwidth .rd-navbar-search .form-wrap {
  position: relative;
  margin-bottom: 0;
  width: 570px;
}
.rd-navbar-static .rd-navbar-search .form-label,
.rd-navbar-static .rd-navbar-search .form-input,
.rd-navbar-fullwidth .rd-navbar-search .form-label,
.rd-navbar-fullwidth .rd-navbar-search .form-input {
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.075em;
}
.rd-navbar-static .rd-navbar-search .form-label,
.rd-navbar-fullwidth .rd-navbar-search .form-label {
  top: 40px;
  left: 0;
}
.rd-navbar-static .rd-navbar-search .form-input,
.rd-navbar-fullwidth .rd-navbar-search .form-input {
  height: 80px;
  padding: 0 90px 0 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}
.rd-navbar-static .rd-navbar-search .rd-search,
.rd-navbar-fullwidth .rd-navbar-search .rd-search {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(23, 23, 23, 0.57);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
}
.rd-navbar-static .rd-navbar-search .rd-search .form-wrap,
.rd-navbar-fullwidth .rd-navbar-search .rd-search .form-wrap {
  margin: 220px 10px;
}
html.rd-search-active {
  overflow: hidden;
}
html.rd-navbar-fixed-linked.rd-search-active {
  overflow: visible;
}

.rd-navbar-static .rd-navbar-search .rd-search-form-close,
.rd-navbar-static .rd-navbar-search .rd-search-form-submit,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-close,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-submit {
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out all;
}
.rd-navbar-static .rd-navbar-search .rd-search-form-close, .rd-navbar-static .rd-navbar-search .rd-search-form-close:focus, .rd-navbar-static .rd-navbar-search .rd-search-form-close:active,
.rd-navbar-static .rd-navbar-search .rd-search-form-submit,
.rd-navbar-static .rd-navbar-search .rd-search-form-submit:focus,
.rd-navbar-static .rd-navbar-search .rd-search-form-submit:active,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-close,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-close:focus,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-close:active,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-submit,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-submit:focus,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-submit:active {
  color: #fff;
}
.rd-navbar-static .rd-navbar-search .rd-search-form-close:hover,
.rd-navbar-static .rd-navbar-search .rd-search-form-submit:hover,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-close:hover,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-submit:hover {
  color: #e27b46;
}
.rd-navbar-static .rd-navbar-search .rd-search-form-close,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-close {
  margin-top: 4px;
  position: absolute;
  bottom: 0;
  width: 34px;
  font-size: 24px;
  right: 0;
  text-align: right;
  cursor: pointer;
  line-height: 40px;
}
.rd-navbar-static .rd-navbar-search .rd-search-form-submit,
.rd-navbar-fullwidth .rd-navbar-search .rd-search-form-submit {
  position: absolute;
  font-size: 30px;
  bottom: 0;
  right: 50px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown {
  position: absolute;
  left: 0;
  width: 335px;
  background: #fff;
  z-index: 5;
}
.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-megamenu {
  z-index: 15;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
  left: 100%;
  top: 0;
  margin-top: -8px;
  margin-left: 8px;
  z-index: 2;
  transform: translate(30px, 0);
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown > li.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown > li.opened > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown > li.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown > li.opened > .rd-navbar-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu {
  position: absolute;
  display: block;
  padding: 26px 0 36px;
  margin-top: 30px;
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  text-align: left;
  box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.15);
}
.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-megamenu li > a,
.rd-navbar-fullwidth .rd-navbar-dropdown li > a,
.rd-navbar-fullwidth .rd-navbar-megamenu li > a {
  transition: 0.15s ease-in-out;
}
.rd-navbar-static .rd-navbar-dropdown li > a:before,
.rd-navbar-static .rd-navbar-megamenu li > a:before,
.rd-navbar-fullwidth .rd-navbar-dropdown li > a:before,
.rd-navbar-fullwidth .rd-navbar-megamenu li > a:before {
  content: "\f238";
  font-family: "Material Design Icons", sans-serif;
  margin-left: -10px;
  transition: opacity 0.15s ease-in-out, 0.15s margin ease-in-out;
  opacity: 0;
}
.rd-navbar-static .rd-navbar-dropdown li.focus > a:before, .rd-navbar-static .rd-navbar-dropdown li.opened > a:before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover:before,
.rd-navbar-static .rd-navbar-megamenu li.focus > a:before,
.rd-navbar-static .rd-navbar-megamenu li.opened > a:before,
.rd-navbar-static .rd-navbar-megamenu li > a:hover:before,
.rd-navbar-fullwidth .rd-navbar-dropdown li.focus > a:before,
.rd-navbar-fullwidth .rd-navbar-dropdown li.opened > a:before,
.rd-navbar-fullwidth .rd-navbar-dropdown li > a:hover:before,
.rd-navbar-fullwidth .rd-navbar-megamenu li.focus > a:before,
.rd-navbar-fullwidth .rd-navbar-megamenu li.opened > a:before,
.rd-navbar-fullwidth .rd-navbar-megamenu li > a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-dropdown {
  display: flex;
  flex-wrap: wrap;
  width: 335px;
  background: #fff;
  border-bottom: 2px solid #e27b46;
}
.rd-navbar-static .rd-navbar-dropdown > li,
.rd-navbar-fullwidth .rd-navbar-dropdown > li {
  margin-bottom: 10px;
}
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-fullwidth .rd-navbar-dropdown > li > a {
  display: flex;
  padding: 3px 20px;
  color: #9b9b9b;
  background: transparent;
}
[class*=ie-] .rd-navbar-static .rd-navbar-dropdown > li > a,
[class*=ie-] .rd-navbar-fullwidth .rd-navbar-dropdown > li > a {
  padding: 3px 16px;
}

.rd-navbar-static .rd-navbar-dropdown > li > a:hover,
.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover {
  color: #e27b46;
  background: transparent;
}
.rd-navbar-static .rd-navbar-dropdown > li.focus > a, .rd-navbar-static .rd-navbar-dropdown > li.opened > a,
.rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > a {
  color: #e27b46;
  background: transparent;
}
.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-megamenu {
  left: 0;
  display: flex;
  width: 100%;
  max-width: 1500px;
  padding: 35px 30px 40px 30px;
  background: #fff;
}
@media (min-width: 1470px) {
  .rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-megamenu {
    padding-left: 100px;
    padding-right: 0;
  }
}
.rd-navbar-static .rd-navbar-megamenu-item-inner,
.rd-navbar-fullwidth .rd-navbar-megamenu-item-inner {
  max-width: 220px;
}
.rd-navbar-static .rd-navbar-megamenu-title,
.rd-navbar-fullwidth .rd-navbar-megamenu-title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e27b46;
}
.rd-navbar-static .rd-navbar-megamenu-divider,
.rd-navbar-fullwidth .rd-navbar-megamenu-divider {
  line-height: 0;
}
.rd-navbar-static .rd-navbar-megamenu-divider:before,
.rd-navbar-fullwidth .rd-navbar-megamenu-divider:before {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e5e7e9;
}
* + .rd-navbar-megamenu-divider {
  margin-top: 13px;
}

.rd-navbar-megamenu-divider + * {
  margin-top: 15px;
}

.rd-navbar-static .rd-navbar-megamenu > li,
.rd-navbar-fullwidth .rd-navbar-megamenu > li {
  flex-basis: 25%;
  flex-grow: 1;
}
.rd-navbar-static .rd-navbar-megamenu > li ul li + li,
.rd-navbar-fullwidth .rd-navbar-megamenu > li ul li + li {
  margin-top: 5px;
}
.rd-navbar-static .rd-navbar-megamenu > li ul a,
.rd-navbar-fullwidth .rd-navbar-megamenu > li ul a {
  display: flex;
  padding: 7px 0;
  color: #000;
  background: transparent;
}
.rd-navbar-static .rd-navbar-megamenu > li ul a:hover,
.rd-navbar-fullwidth .rd-navbar-megamenu > li ul a:hover {
  color: #e27b46;
  background: transparent;
}
.rd-navbar-static .rd-navbar-megamenu > li + li,
.rd-navbar-fullwidth .rd-navbar-megamenu > li + li {
  padding-left: 20px;
}
.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar--is-clone {
  display: block;
  transform: translateY(-100%);
}
.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck {
  transform: translateY(0%);
}
.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar--is-clone {
  background: #fff;
}
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-top-panel, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-top-panel,
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-top-panel,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-top-panel {
  max-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  transform: translateY(-60px);
}
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner:last-child:after, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner:last-child:after,
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-inner:last-child:after,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-inner:last-child:after {
  content: "";
  border-color: transparent;
}
.rd-navbar-static .rd-navbar--has-dropdown,
.rd-navbar-fullwidth .rd-navbar--has-dropdown {
  position: relative;
}
.rd-search-active .rd-navbar-default .rd-navbar-inner {
  z-index: -1;
}

.rd-navbar-static.rd-navbar-minimal .rd-navbar-search-toggle span, .rd-navbar-static.rd-navbar-widget .rd-navbar-search-toggle span,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-search-toggle span,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.rd-navbar-static.rd-navbar-minimal .rd-navbar-search-toggle span, .rd-navbar-static.rd-navbar-minimal .rd-navbar-search-toggle span:before, .rd-navbar-static.rd-navbar-minimal .rd-navbar-search-toggle span:after, .rd-navbar-static.rd-navbar-widget .rd-navbar-search-toggle span, .rd-navbar-static.rd-navbar-widget .rd-navbar-search-toggle span:before, .rd-navbar-static.rd-navbar-widget .rd-navbar-search-toggle span:after,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-search-toggle span,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-search-toggle span:before,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-search-toggle span:after,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-search-toggle span,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-search-toggle span:before,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-search-toggle span:after {
  transition: 0.3s all ease-in-out;
}
.rd-navbar-static.rd-navbar-minimal .rd-navbar-search-toggle span:before, .rd-navbar-static.rd-navbar-minimal .rd-navbar-search-toggle span:after, .rd-navbar-static.rd-navbar-widget .rd-navbar-search-toggle span:before, .rd-navbar-static.rd-navbar-widget .rd-navbar-search-toggle span:after,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-search-toggle span:before,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-search-toggle span:after,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-search-toggle span:before,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-search-toggle span:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rd-navbar-static.rd-navbar-minimal .rd-navbar-search-toggle span:before, .rd-navbar-static.rd-navbar-widget .rd-navbar-search-toggle span:before,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-search-toggle span:before,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-search-toggle span:before {
  content: "\e09c";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "fl-bigmug-line";
}
.rd-navbar-static.rd-navbar-minimal .rd-navbar-search-toggle span:after, .rd-navbar-static.rd-navbar-widget .rd-navbar-search-toggle span:after,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-search-toggle span:after,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-search-toggle span:after {
  content: "\e00a";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "fl-budicons-free";
}
.rd-navbar-static.rd-navbar-minimal .rd-navbar-search-toggle.active span:before, .rd-navbar-static.rd-navbar-widget .rd-navbar-search-toggle.active span:before,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-search-toggle.active span:before,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-search-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}
.rd-navbar-static.rd-navbar-minimal .rd-navbar-search-toggle.active span:after, .rd-navbar-static.rd-navbar-widget .rd-navbar-search-toggle.active span:after,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-search-toggle.active span:after,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-search-toggle.active span:after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}
.rd-navbar-static.rd-navbar-minimal .rd-navbar-search-tooltip,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-search-tooltip {
  display: none;
}
.rd-navbar-static.rd-navbar-minimal .rd-navbar-inner,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.rd-navbar-static.rd-navbar-minimal .rd-navbar-inner:last-child:after,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-inner:last-child:after {
  display: none;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-nav > li > a,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-nav > li > a {
  color: #fff;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-nav > li > a:hover,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-nav > li > a:hover {
  color: #eaeaea;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
  color: #fff;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover {
  color: #eaeaea;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-nav > li.focus > a, .rd-navbar-static.rd-navbar-widget .rd-navbar-nav > li.opened > a,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-nav > li.focus > a,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-nav > li.opened > a {
  color: #eaeaea;
  background: transparent;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .rd-navbar-static.rd-navbar-widget .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle {
  color: #eaeaea;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-nav > li.active > a,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-nav > li.active > a {
  color: #eaeaea;
  background: transparent;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle {
  color: #eaeaea;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-top-panel,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-top-panel {
  padding-top: 40px;
  padding-bottom: 30px;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-inner-bottom,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-inner-bottom {
  padding: 16px 40px 16px 50px;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-inner-bottom:before,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-inner-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: -1;
  background-color: #4c4c4c;
  transition: 0.3s ease-out all;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-inner-bottom .rd-navbar-brand,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-inner-bottom .rd-navbar-brand {
  display: none;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-search-toggle,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-search-toggle {
  color: #fff;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-search-toggle:hover,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-search-toggle:hover {
  color: #e27b46;
}
.rd-navbar-static.rd-navbar-widget .rd-navbar-inner:last-child:after,
.rd-navbar-fullwidth.rd-navbar-widget .rd-navbar-inner:last-child:after {
  content: "";
  display: none;
}
.rd-navbar-static.rd-navbar-widget.rd-navbar--is-stuck .rd-navbar-inner-bottom:before, .rd-navbar-static.rd-navbar-widget.rd-navbar--is-clone .rd-navbar-inner-bottom:before,
.rd-navbar-fullwidth.rd-navbar-widget.rd-navbar--is-stuck .rd-navbar-inner-bottom:before,
.rd-navbar-fullwidth.rd-navbar-widget.rd-navbar--is-clone .rd-navbar-inner-bottom:before {
  left: -50vw;
  right: -50vw;
}
.rd-navbar-static .rd-navbar-nav-wrap-default,
.rd-navbar-fullwidth .rd-navbar-nav-wrap-default {
  display: flex;
}
.rd-navbar-static .rd-navbar-collapse .rd-navbar-call,
.rd-navbar-fullwidth .rd-navbar-collapse .rd-navbar-call {
  display: none;
}
.rd-navbar-static .rd-navbar-inner .rd-navbar-call,
.rd-navbar-fullwidth .rd-navbar-inner .rd-navbar-call {
  margin-left: 45px;
}
@media (min-width: 1470px) {
  .rd-navbar-static .rd-navbar-inner .rd-navbar-call,
.rd-navbar-fullwidth .rd-navbar-inner .rd-navbar-call {
    margin-left: 120px;
  }
}

.rd-navbar-fixed .rd-navbar-search-tooltip,
.rd-navbar-sidebar .rd-navbar-search-tooltip {
  display: none;
}
.rd-navbar-fixed .rd-navbar-inner .rd-navbar-call,
.rd-navbar-sidebar .rd-navbar-inner .rd-navbar-call {
  display: none;
}
.rd-navbar-fixed .rd-navbar-collapse .rd-navbar-call,
.rd-navbar-sidebar .rd-navbar-collapse .rd-navbar-call {
  margin-top: 5px;
}
.rd-navbar-fixed.rd-navbar-minimal .rd-navbar-search,
.rd-navbar-sidebar.rd-navbar-minimal .rd-navbar-search {
  right: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-sidebar .rd-navbar-sidebar-inner {
  width: 270px;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  line-height: 34px;
  color: #001515;
  background: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.25);
  z-index: 998;
}
.rd-navbar-fixed .rd-navbar-nav-wrap:before, .rd-navbar-fixed .rd-navbar-nav-wrap:after,
.rd-navbar-sidebar .rd-navbar-sidebar-inner:before,
.rd-navbar-sidebar .rd-navbar-sidebar-inner:after {
  content: "";
  display: block;
  height: 56px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar,
.rd-navbar-sidebar .rd-navbar-sidebar-inner::-webkit-scrollbar {
  width: 4px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb,
.rd-navbar-sidebar .rd-navbar-sidebar-inner::-webkit-scrollbar-thumb {
  background: #f0ba9e;
  border: none;
  border-radius: 0;
  opacity: 0.2;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track,
.rd-navbar-sidebar .rd-navbar-sidebar-inner::-webkit-scrollbar-track {
  background: #e27b46;
  border: none;
  border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown > li > a {
  padding-left: 20px;
}
.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown ul > li > a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown ul > li > a {
  padding-left: 25px;
}

/*
* Static Layout
*/
.rd-navbar-static {
  display: block;
}
.rd-navbar-static .rd-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 0.3s ease-out all;
}
.rd-navbar-static .rd-navbar-aside-right {
  display: flex;
}
.rd-navbar-static .rd-navbar-top-panel {
  text-align: left;
}
.rd-navbar-static .rd-navbar-nav > li + li {
  margin-left: 25px;
}
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1470px) {
  .rd-navbar-static .rd-navbar-nav > li + li {
    margin-left: 51px;
  }
}

/*
* Fullwidth Layout
*/
.rd-navbar-fullwidth {
  display: block;
}
.rd-navbar-fullwidth .rd-navbar-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.rd-navbar-fullwidth .rd-navbar-aside-right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.rd-navbar-fullwidth .rd-navbar-nav > li + li {
  margin-left: 20px;
}
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-aside-right, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-aside-right {
  margin-top: 0;
}
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-panel, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-panel {
  display: none;
}

/*
* Fixed Layout
*/
.rd-navbar-fixed {
  display: block;
}
.rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block;
}
.rd-navbar-fixed .rd-navbar-brand {
  position: relative;
  margin-left: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 22px;
  line-height: 46px;
}
.rd-navbar-fixed .rd-navbar-brand img {
  max-width: 140px;
  height: auto;
}
.rd-navbar-fixed .rd-navbar-panel {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 4px;
  height: 56px;
  color: #000;
  z-index: 999;
}
.rd-navbar-fixed .rd-navbar-panel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.rd-navbar-fixed .rd-navbar-panel > * {
  z-index: 1;
}
.rd-navbar-fixed .rd-navbar-search {
  position: fixed;
  right: 46px;
  top: 4px;
  display: inline-flex;
  z-index: 1000;
}
.rd-navbar-fixed .rd-navbar-search .rd-search-form-close {
  display: none;
}
.rd-navbar-fixed .rd-navbar-search .rd-search {
  position: absolute;
  right: 4px;
  top: calc(100% + 12px);
  width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(-10px);
}
.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
  display: none;
}
.rd-navbar-fixed .rd-navbar-search .form-input {
  padding-right: 50px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
}
.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #000;
}
.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
  color: #e27b46;
}
.rd-navbar-fixed .rd-navbar-search.active .rd-search {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.rd-navbar-fixed .rd-navbar-search-toggle {
  display: inline-flex;
  color: #001515;
}
.rd-navbar-fixed .rd-navbar-search-toggle:hover {
  color: #e27b46;
}
.rd-navbar-fixed .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
  transition: 0.3s all ease-in-out;
}
.rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rd-navbar-fixed .rd-navbar-search-toggle span:before {
  content: "\f43b";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "Material Design Icons";
}
.rd-navbar-fixed .rd-navbar-search-toggle span:after {
  content: "\f24c";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "Material Design Icons";
}
.rd-navbar-fixed .rd-navbar-search-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}
.rd-navbar-fixed .rd-navbar-search-toggle.active span:after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  color: #001515;
  background: #fff;
  transform: translateX(-120%);
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  transform: translateX(0);
}
.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.rd-navbar-fixed .rd-navbar-nav:before, .rd-navbar-fixed .rd-navbar-nav:after {
  content: "";
  display: block;
  height: 8px;
}
.rd-navbar-fixed .rd-navbar-nav h6 {
  text-transform: uppercase;
  color: #e27b46;
  padding-top: 25px;
  padding-left: 20px;
}
.rd-navbar-fixed .rd-navbar-nav * + .rd-navbar-megamenu-divider {
  margin-top: 0;
}
.rd-navbar-fixed .rd-navbar-nav li > a {
  display: block;
  padding: 11px 56px 11px 16px;
  color: #001515;
}
.rd-navbar-fixed .rd-navbar-nav li > a:first-letter {
  text-transform: uppercase;
}
.rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-fixed .rd-navbar-nav li.opened > a {
  background: #e27b46;
  color: #fff;
}
.rd-navbar-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
  color: #fff;
}
.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle:after {
  transform: rotate(180deg);
}
.rd-navbar-fixed .rd-navbar-nav li + li {
  margin-top: 4px;
}
.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle {
  cursor: pointer;
  color: #001515;
}
.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle::after {
  content: "\f236";
  position: absolute;
  top: 22px;
  right: 0;
  margin-top: -22px;
  width: 65px;
  height: 48px;
  font: 400 28px "Material Design Icons";
  line-height: 48px;
  text-align: center;
  transition: 0.3s transform ease;
  z-index: 2;
}
.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
  display: none;
  margin-top: 4px;
}
.rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu > li > a {
  padding-left: 30px;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li > a {
  padding-left: 35px;
}
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}
.rd-navbar-fixed .rd-navbar-collapse {
  position: fixed;
  right: 4px;
  top: 64px;
  transform: translateX(-10px);
  padding: 5px 10px;
  width: 280px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: 0.3s;
}
.rd-navbar-fixed .rd-navbar-collapse.active {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.rd-navbar-fixed .rd-navbar-collapse-toggle {
  position: fixed;
  right: 4px;
  top: 4px;
  display: inline-block;
  z-index: 1000;
}
.rd-navbar-fixed.active .rd-navbar-nav {
  transform: translateX(0);
}
.rd-navbar-fixed.rd-navbar--is-clone {
  display: none;
}
.rd-navbar-fixed .rd-navbar-fixed--visible {
  display: block;
}
.rd-navbar-fixed .rd-navbar-fixed--hidden {
  display: none;
}
.rd-navbar-fixed.rd-navbar-widget .rd-navbar-top-panel .rd-navbar-brand {
  display: none;
}
.rd-navbar-fixed.rd-navbar-widget .rd-navbar-nav-wrap {
  z-index: -1;
}

html.rd-navbar-fixed-linked .page {
  padding-top: 55px;
}

/*
* Sidebar Layout
*/
.rd-navbar-sidebar {
  display: block;
}
.rd-navbar-sidebar .rd-navbar-sidebar-toggle {
  position: fixed;
  top: 8px;
  left: 8px;
  display: block;
  z-index: 999;
}

.rd-navbar-sidebar .rd-navbar-sidebar-inner {
  position: fixed;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  transform: translateX(-100%);
  box-shadow: none;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner.active {
  transform: translateX(0);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.25);
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-top-panel {
  order: 1;
  padding: 0 20px;
  text-align: left;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-brand {
  margin-bottom: 30px;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-search {
  display: inline-flex;
  margin-top: 10px;
  padding: 0 10px;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-search .rd-search {
  position: relative;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-search .form-input {
  padding-right: 50px;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-search .rd-search-form-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #000;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-search .rd-search-form-submit:hover {
  color: #e27b46;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-search .rd-search-results-live {
  display: none;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav {
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav:before, .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav:after {
  content: "";
  display: block;
  height: 8px;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li > a {
  display: block;
  padding: 11px 56px 11px 16px;
  color: #001515;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li > a:first-letter {
  text-transform: uppercase;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li:hover > a, .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li.active > a, .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li.opened > a {
  background: #e27b46;
  color: #fff;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
  color: #fff;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle:after {
  transform: rotate(180deg);
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav li + li {
  margin-top: 4px;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav .rd-navbar-submenu-toggle {
  cursor: pointer;
  color: #001515;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-nav .rd-navbar-submenu-toggle::after {
  content: "\f236";
  position: absolute;
  top: 22px;
  right: 0;
  margin-top: -22px;
  width: 65px;
  height: 48px;
  font: 400 28px "Material Design Icons";
  line-height: 48px;
  text-align: center;
  transition: 0.3s transform ease;
  z-index: 2;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-megamenu {
  display: none;
  margin-top: 4px;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu {
  position: relative;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu .rd-navbar-dropdown > li > a {
  padding-left: 30px;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
  padding-left: 48px;
}
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-sidebar-inner .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 0;
}

/*
*
* Material Parallax
* --------------------------------------------------
*/
.parallax-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.parallax-container .shell {
  padding-left: 15px;
  padding-right: 15px;
}

.material-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.material-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 101%;
  min-height: 101%;
  transform: translate3d(-50%, 0, 0);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

/*
*
* RD Google Map
* --------------------------------------------------
*/
.gm-style-pbt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #212121;
  color: #ffffff;
  padding: 5px 14px;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  text-align: center;
  max-width: 300px;
}

.rd-google-map__model {
  color: #000;
  height: 200px;
}
.rd-google-map__model img {
  max-width: none !important;
}
@media (min-width: 480px) {
  .rd-google-map__model {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .rd-google-map__model {
    height: 450px;
  }
}

.map_locations {
  display: none;
}

.gm-contact-inner {
  position: relative;
  height: 200px;
}
.gm-contact-wrap .rd-google-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
@media (min-width: 480px) {
  .gm-contact-inner {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .gm-contact-wrap {
    display: flex;
    height: auto;
  }
  .gm-contact-inner {
    display: flex;
    flex-grow: 1;
    height: auto;
  }
}

/*
*
* Search Results
* --------------------------------------------------
*/
.search_list {
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
  list-style-type: none;
  counter-reset: li;
  overflow: hidden;
}
.search_list li + li {
  margin-top: 25px;
}
.search_list h5 + * {
  margin-top: 8px;
}
.search_list p + p {
  margin-bottom: 8px;
}
.search_list li:only-child::before {
  display: none;
}
.search_list .result-item + .result-item {
  margin-top: 40px;
}

.result-item {
  color: #001515;
}
.result-item .search_title {
  color: #000;
}
.result-item .search_title:before {
  content: counter(li, decimal) ". ";
  counter-increment: li;
}

.match {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e27b46;
}
.match em {
  font-style: normal;
}

.search {
  background: #e27b46;
  color: #fff;
}

#rd-search-results-live {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  text-align: left;
}
#rd-search-results-live #search-results {
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease-in;
  max-height: 240px;
  overflow-y: auto;
}
@media (min-height: 960px) {
  #rd-search-results-live #search-results {
    max-height: calc(100vh - 300px);
  }
}
#rd-search-results-live #search-results .search_list {
  margin-top: 10px;
  padding-left: 0;
  padding-bottom: 10px;
  font-size: 16px;
}
#rd-search-results-live #search-results .search_list > li {
  transform: translateY(15px);
  opacity: 0;
  transition: 0.3s ease-out all;
}
#rd-search-results-live #search-results.active {
  visibility: visible;
  opacity: 1;
}
#rd-search-results-live #search-results.active .search_list > li {
  transform: translateY(0);
  opacity: 1;
}
#rd-search-results-live #search-results.active .search_list > li:nth-child(1) {
  transition-delay: 0.125s;
}
#rd-search-results-live #search-results.active .search_list > li:nth-child(2) {
  transition-delay: 0.25s;
}
#rd-search-results-live #search-results.active .search_list > li:nth-child(3) {
  transition-delay: 0.375s;
}
#rd-search-results-live #search-results.active .search_list > li:nth-child(4) {
  transition-delay: 0.5s;
}
#rd-search-results-live #search-results.active .search_list > li:nth-child(5) {
  transition-delay: 0.625s;
}
#rd-search-results-live #search-results.active .search_list > li:nth-child(6) {
  transition-delay: 0.75s;
}
#rd-search-results-live #search-results.active .search_list > li:nth-child(7) {
  transition-delay: 0.875s;
}
#rd-search-results-live #search-results.active .search_list > li:nth-child(8) {
  transition-delay: 1s;
}
#rd-search-results-live #search-results.active .search_list > li:nth-child(9) {
  transition-delay: 1.125s;
}
#rd-search-results-live #search-results.active .search_list > li:nth-child(10) {
  transition-delay: 1.25s;
}
#rd-search-results-live #search-results .search_title {
  font-size: 18px;
}
#rd-search-results-live #search-results p.match {
  display: none;
}
#rd-search-results-live #search-results .result-item + .result-item {
  margin-top: 20px;
}
#rd-search-results-live #search-results .search_all {
  margin-top: 20px;
}
#rd-search-results-live #search-results .search_all a {
  display: block;
  padding: 1px;
  text-align: center;
}
#rd-search-results-live #search-results .search_all a, #rd-search-results-live #search-results .search_all a:focus, #rd-search-results-live #search-results .search_all a:active {
  color: #fff;
  background-color: #e27b46;
}
#rd-search-results-live #search-results .search_all a:hover {
  color: #fff;
  background-color: #948a7c;
}

/*
*
* ToTop
* --------------------------------------------------
*/
.ui-to-top {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #FFF;
  background: #e27b46;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  transition: 0.45s all ease-in-out;
  transform: translateY(100px);
}
.ui-to-top:hover {
  color: #fff;
  background: #d45e21;
  text-decoration: none;
}
.ui-to-top:focus {
  color: #fff;
}
.ui-to-top.active {
  transform: translateY(0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
  display: none !important;
}

@media (min-width: 480px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}
.tabs-custom {
  text-align: left;
}
.tabs-custom .nav-tabs {
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  border: 0;
}
.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
  display: none;
}
.tabs-custom .nav-tabs li {
  float: none;
  border: 0;
  cursor: pointer;
  transition: 0.33s all ease;
}
.tabs-custom .nav-tabs li.active {
  cursor: default;
}
.tabs-custom .nav-tabs a {
  margin: 0;
  border-radius: 0;
}

.page .tabs-custom.tabs-centered .nav-tabs,
.page .tabs-custom.tabs-centered .tab-content {
  text-align: center;
}

* + .tabs-horizontal.tabs-corporate {
  margin-top: 25px;
}

* + .tabs-vertical.tabs-corporate {
  margin-top: 40px;
}

@media (min-width: 768px) {
  * + .tabs-vertical.tabs-corporate {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  * + .tabs-vertical.tabs-corporate {
    margin-top: 80px;
  }
}
.tabs-custom.tabs-inline .nav-tabs > li {
  display: inline-block;
  background-color: transparent;
}
.tabs-custom.tabs-inline .nav-tabs > li a {
  display: inline-block;
  padding: 0;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #434345;
  background-color: transparent;
}
.tabs-custom.tabs-inline .nav-tabs > li.active a,
.tabs-custom.tabs-inline .nav-tabs > li a:hover {
  color: #e27b46;
}
.tabs-custom.tabs-inline * + .tab-content {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .tabs-custom.tabs-inline * + .tab-content {
    margin-top: 60px;
  }
}
.tabs-custom.tabs-line .nav-tabs {
  position: relative;
}
.tabs-custom.tabs-line .nav-tabs li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.tabs-custom.tabs-line * + .tab-content {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .tabs-custom.tabs-line .nav-tabs {
    max-width: 100%;
  }
  .tabs-custom.tabs-line .nav-tabs li {
    margin: -1px;
  }
  .tabs-custom.tabs-line .nav-tabs li a {
    padding: 7px 10px;
    color: #151515;
    background: transparent;
  }
  .tabs-custom.tabs-line .nav-tabs li a:hover,
.tabs-custom.tabs-line .nav-tabs li.active a {
    color: #fff;
    background: #e27b46;
    border-color: #e27b46;
  }
}

.tabs-corporate .nav-tabs {
  position: relative;
}
.tabs-corporate .nav-tabs li {
  margin: -1px;
}
.tabs-corporate .nav-tabs li a {
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #151515;
  background: transparent;
  text-align: center;
  vertical-align: middle;
}
.tabs-corporate .nav-tabs li a:hover,
.tabs-corporate .nav-tabs li.active a {
  color: #fff;
  background: #e27b46;
  border-color: #e27b46;
}
.tabs-corporate .tab-content {
  padding: 30px 0 0;
}

@media (max-width: 767px) {
  .tabs-custom .nav-tabs {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .tabs-horizontal.tabs-corporate .nav-tabs {
    position: relative;
    width: 100%;
    display: block;
    justify-content: flex-start;
    text-align: left;
    border: 1px solid #ebebeb;
    will-change: transform;
  }
  .tabs-horizontal.tabs-corporate .nav-tabs li {
    display: inline-block;
    will-change: transform;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .tabs-horizontal.tabs-corporate .nav-tabs li a {
    display: block;
    position: relative;
    z-index: 1;
    min-width: 130px;
    letter-spacing: 0.1em;
    padding: 20px 20px;
  }
  .tabs-horizontal.tabs-corporate .nav-tabs li a, .tabs-horizontal.tabs-corporate .nav-tabs li a::before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .tabs-horizontal.tabs-corporate .nav-tabs li a::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background: #e27b46;
  }
  .tabs-horizontal.tabs-corporate .nav-tabs li.active a,
.tabs-horizontal.tabs-corporate .nav-tabs li a:hover {
    color: #fff;
    border-color: #e27b46;
    background-color: transparent;
  }
  .tabs-horizontal.tabs-corporate .nav-tabs li.active a::before,
.tabs-horizontal.tabs-corporate .nav-tabs li a:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  .tabs-horizontal.tabs-line .nav-tabs {
    border: 0;
  }
  .tabs-horizontal.tabs-line .nav-tabs li {
    display: inline-block;
  }
  .tabs-horizontal.tabs-line .nav-tabs li:not(:last-child) {
    margin-right: 52px;
  }
  .tabs-horizontal.tabs-line .nav-tabs li a {
    position: relative;
    padding: 0 0 15px 0;
    background-color: transparent;
    color: #434345;
    border: 0;
  }
  .tabs-horizontal.tabs-line .nav-tabs li a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 0;
    background: #e27b46;
    transition: 0.22s ease;
  }
  .tabs-horizontal.tabs-line .nav-tabs li.active a,
.tabs-horizontal.tabs-line .nav-tabs li a:hover {
    color: #151515;
  }
  .tabs-horizontal.tabs-line .nav-tabs li.active a::after {
    width: 100%;
  }
  .tabs-horizontal.tabs-line * + .tab-content {
    margin-top: 30px;
  }
  .tabs-vertical {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .tabs-vertical .nav-tabs {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    flex-shrink: 0;
    max-width: 50%;
  }
  .tabs-vertical .nav-tabs li {
    border: 0;
    width: 100%;
    text-align: left;
  }
  .tabs-vertical .nav-tabs li.active a,
.tabs-vertical .nav-tabs a:hover {
    box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
  }
  .tabs-vertical .tab-content {
    flex-grow: 1;
  }
  .tabs-vertical.tabs-corporate .nav-tabs {
    width: auto;
    min-width: 120px;
    border: 0;
  }
  .tabs-vertical.tabs-corporate .nav-tabs li {
    margin: 0;
  }
  .tabs-vertical.tabs-corporate .nav-tabs li a {
    position: relative;
    padding: 17px 30px;
    border: 0;
    overflow: hidden;
    text-align: left;
  }
  .tabs-vertical.tabs-corporate .nav-tabs > li + li {
    margin-top: 2px;
  }
  .tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 992px) {
  .tabs-horizontal.tabs-corporate .tab-content {
    padding-top: 45px;
  }
  .tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 45px;
  }
}
/*
*
* Progress Bars
* --------------------------------------------------
*/
.progress-linear {
  position: relative;
  text-align: left;
}
.progress-linear .progress-header {
  text-transform: uppercase;
}
.progress-linear .progress-main {
  display: flex;
  align-items: center;
}
.progress-linear .progress-main > * + * {
  margin-left: 10px;
}
.progress-linear .progress-bar-linear-wrap .progress-bar-linear {
  border-radius: 5px;
}
.progress-linear .progress-bar-linear-wrap {
  flex-grow: 1;
  background: #f5f5f5;
  height: 10px;
  border-radius: 10px;
}
.progress-linear .progress-bar-linear {
  height: 10px;
  width: 0;
  margin-right: 25px;
  background: #e27b46;
  transition: 0.5s all ease-in-out;
}
.progress-linear .progress-value {
  flex-shrink: 0;
  font-size: 14px;
  color: #9b9b9b;
}
.progress-linear .progress-value:after {
  content: "%";
}

* + .progress-main {
  margin-top: 9px;
}

.progress-linear + .progress-linear {
  margin-top: 20px;
}

/*
*
* Select 2
* --------------------------------------------------
*/
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */ /* webkit */ /* firefox */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  display: block;
  position: relative;
  color: #9b9b9b;
  background-color: #f5f5f5;
  padding: 12px 20px;
  text-decoration: none;
}
.select2-container .select2-choice > .select2-chosen {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 30px;
}

.html-modern-select .select2-container .select2-choice {
  background-color: #fff;
}

.select2-arrow {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.select2-arrow b:before {
  display: inline-block;
  font-weight: 400;
  content: "\f236";
  font-family: "Material Design Icons";
  font-size: 22px;
  transform: rotate(0deg);
}
.select2-dropdown-open .select2-arrow b:before {
  transform: rotate(180deg);
}

.select2-container .select2-choice abbr {
  display: none;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 100;
  top: 100%;
  background: #f5f5f5;
  color: #9b9b9b;
  border: 1px solid #f5f5f5;
  border-top: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border-top: 0;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #e27b46;
}

.select2-search {
  display: inline-block;
  width: 100%;
  padding: 4px 4px 0;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search:before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(calc(-50% + 4px));
  display: inline-block;
  content: "\f43b";
  font-family: "Material Design Icons";
  font-size: 20px;
  line-height: 1;
}

.select2-search input {
  width: 100%;
  padding: 5px 35px 5px 5px;
  margin: 0;
  outline: 0;
  font-size: 1em;
  background-color: #f5f5f5;
  color: #9b9b9b;
  border: 1px solid #f5f5f5;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #f5f5f5;
  border-top-color: transparent;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.select2-results {
  padding: 4px 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #e27b46;
  color: #fff;
}

.select2-results li em {
  background: #fff;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #fff;
  background: #e27b46;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #9b9b9b;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi {
  display: flex;
  align-items: stretch;
  height: auto;
  min-height: 50px;
}

.select2-container-multi .select2-choices {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 0;
  cursor: text;
  overflow: hidden;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  width: 100% !important;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 4px 5px 4px 20px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  cursor: default;
  border: 1px solid gainsboro;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: gainsboro;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #001515;
}
.select2-search-choice-close:before {
  display: inline-block;
  content: "\f24c";
  font-family: "Material Design Icons";
  font-size: 12px;
  line-height: 1;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/*rtl:begin:ignore*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none !important;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #ffffff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  color: transparent;
  top: 50%;
  margin-top: -10px \9 ; /*lte IE 8*/
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none !important;
  z-index: 9;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none !important;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
* + .slick-dots {
  margin-top: 25px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 9px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  height: 9px;
  width: 9px;
  outline: none !important;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  border-radius: 50%;
  background-color: #9b9b9b;
  border: 0;
  transition: 0.3s ease-out all;
  cursor: pointer;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: 0.3s ease-out all;
}
.slick-dots li button:hover {
  background-color: #fff;
}
.slick-dots li button:hover:before {
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-color: #e27b46;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-dots li.slick-active button:before {
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-color: #e27b46;
}

/*rtl:end:ignore*/
.slick-slider-center-mod .block-info {
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
}
* + .slick-slider-center-mod {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .slick-slider-center-mod .block-info {
    transform: scale(0.85, 0.85);
    transition: 0.6s ease-out transform;
  }
  .slick-slider-center-mod .slick-slide {
    position: relative;
    background-color: #f2f3f8;
  }
  .slick-slider-center-mod .slick-slide .item-inner {
    width: 500px;
    opacity: 0.58;
    transition: 0.7s ease-out opacity;
  }
  .slick-slider-center-mod .slick-slide .block-info {
    box-shadow: none;
  }
  .slick-slider-center-mod .slick-slide:not(.slick-center) {
    cursor: pointer;
  }
  .slick-slider-center-mod .slick-center .block-info {
    transform: scale(1);
  }
  .slick-slider-center-mod .slick-center .item-inner {
    position: relative;
    z-index: 10;
    width: 500px;
    margin-left: -50px;
    opacity: 1;
  }
  .slick-slider-center-mod .slick-center + .slick-slide .item-inner {
    width: 500px;
    margin-left: -100px;
  }
  .slick-slider-center-mod .block-info {
    width: 100%;
  }
}
@media (min-width: 1470px) {
  .slick-slider-center-mod .block-info {
    transform-origin: left center;
  }
  .slick-slider-center-mod .slick-slide .item-inner {
    width: 671px;
  }
  .slick-slider-center-mod .slick-center .item-inner {
    width: 721px;
    margin-left: -115.5px;
  }
  .slick-slider-center-mod .slick-center + .slick-slide .item-inner {
    width: 671px;
    margin-left: -181px;
  }
  .slick-slider-center-mod .slick-center + .slick-slide .block-info {
    transform-origin: right center;
  }
}
@media (min-width: 1470px) {
  * + .slick-slider-center-mod {
    margin-top: 45px;
  }
}

/*
*
* Counter
* --------------------------------------------------
*/
.section-counter {
  position: relative;
}
@media (min-width: 992px) {
  .section-counter .cell-md-2 + .cell-md-2 {
    border-left: 1px solid #5b6674;
  }
}

.counter-wrap .heading-1 {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.counter-wrap .small {
  font-size: 14px;
  font-weight: 700;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.counter-wrap * + p {
  margin-top: 0;
}

.counter-plus:after {
  content: "+";
}

@media (min-width: 992px) {
  .section-counter-decoration {
    position: absolute;
    top: 50%;
    width: 8%;
    transform: translateY(-50%);
    border-top: 1px solid #5b6674;
  }
  .section-counter-decoration:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-color: #e27b46;
  }
  .section-counter-decoration:nth-child(1) {
    left: 20px;
  }
  .section-counter-decoration:nth-child(1):before {
    right: 0;
  }
  .section-counter-decoration:nth-child(2) {
    right: 20px;
  }
  .section-counter-decoration:nth-child(2):before {
    left: 0;
  }
}

/*
*
* Circle Progress Bars
* --------------------------------------------------
*/
.progress-bar-circle {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.progress-bar-circle canvas {
  vertical-align: middle;
}
.progress-bar-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  font-family: "Quattrocento Sans", sans-serif;
  letter-spacing: 0;
  transform: translate(-50%, -50%);
  color: #151515;
}
.progress-bar-circle span:after {
  content: "%";
}

@media (min-width: 1200px) {
  .progress-bar-circle + p {
    margin-top: 20px;
  }
}

/*
*
* Time Circles
* --------------------------------------------------
*/
/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}

.DateCountdown {
  margin: 0 auto;
  max-width: 820px;
}
* + .DateCountdown {
  margin-top: 20px;
}
h2 + .DateCountdown {
  margin-top: 20px;
}
.DateCountdown + * {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  * + .DateCountdown {
    margin-top: 30px;
  }
  h2 + .DateCountdown {
    margin-top: 30px;
  }
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  text-align: center;
  top: 50% !important;
  transform: translateY(-63%) !important;
  -webkit-transform: translateY(-63%) !important;
}

@media (min-width: 1200px) {
  #DateCountdown {
    width: 100%;
  }
}
/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 10px !important;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.time_circles > div > h4 + * {
  margin-top: 0;
}

@media (min-width: 380px) {
  .time_circles > div > h4 {
    top: 75px;
    font-size: 11px !important;
  }
}
@media (min-width: 480px) {
  .time_circles > div > h4 {
    top: 75px;
    font-size: 14px !important;
  }
}
@media (min-width: 768px) {
  .time_circles > div > h4 {
    top: 94px;
  }
}
/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
  display: block;
  font-size: 18px !important;
  text-align: center;
  font-weight: 700;
  font-family: "Quattrocento Sans", sans-serif;
  letter-spacing: 0;
  line-height: 1.2 !important;
}

@media (min-width: 480px) {
  .time_circles > div > span {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  .time_circles > div > span {
    font-size: 36px !important;
  }
}
@media (min-width: 1200px) {
  .time_circles > div > span {
    font-size: 48px !important;
  }
}
.DateCountdown-style-1 {
  color: #2b2c2f;
}
.DateCountdown-style-1 h4 {
  color: #9b9b9b;
}

/*
*
* Swiper
* --------------------------------------------------
*/
/*
Swiper main wrap
*/
.swiper-main-wrap {
  position: relative;
}
@media (min-width: 1200px) {
  .swiper-main-wrap {
    display: flex;
    justify-content: center;
  }
}
.swiper-main-wrap .swiper-container {
  width: calc(100% - 30px);
  min-height: 320px;
  max-height: 653px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-main-wrap .swiper-container .parallax-container {
  display: flex;
  align-items: center;
}
.swiper-main-wrap .swiper-container .parallax-content {
  width: 100%;
  padding-left: 7.7%;
}
@media (min-width: 1200px) {
  .swiper-main-wrap .swiper-container {
    max-width: 1470px;
    width: auto;
    margin-left: 110px;
    margin-right: 110px;
  }
}
@media (min-width: 1470px) {
  .swiper-main-wrap .swiper-container {
    margin-left: 210px;
    margin-right: 210px;
  }
}
.page-header + .swiper-main-wrap {
  margin-top: 40px;
}

/*
Swiper modern
*/
.swiper-modern .swiper-container {
  min-height: 320px;
  max-height: 721px;
}
.swiper-modern .swiper-slide-caption {
  align-items: center;
  position: absolute !important;
  top: calc(50% - 226px) !important;
}
@media (min-width: 768px) {
  .swiper-modern .swiper-slide-caption {
    padding-left: 10%;
  }
}
@media (min-width: 1200px) {
  .swiper-modern .swiper-slide-caption {
    position: relative;
    top: -48px;
  }
}
@media (min-width: 1600px) {
  .swiper-modern .swiper-slide-caption {
    padding-left: 0;
  }
}
.page-header + .swiper-modern {
  margin-top: 0;
}
.swiper-modern.section {
  width: 100%;
  max-width: none;
}
.swiper-modern + .section-after-swiper-modern {
  position: relative;
  background-color: transparent;
  z-index: 10;
}
@media (min-width: 1200px) {
  .swiper-modern + .section-after-swiper-modern {
    padding-top: 0;
    margin-top: -63px;
  }
}

/*
** Swiper high tech
*/
.swiper-high-tech .swiper-container {
  min-height: 450px;
  max-height: 641px;
}
.swiper-high-tech .swiper-slide-caption {
  padding-left: 8.15%;
  align-items: center;
}
.page-header + .swiper-high-tech {
  margin-top: 20px;
}
.swiper-high-tech + .section {
  margin-top: 34px;
}

/*
** Swiper container
*/
.swiper-container {
  height: calc(100vh - 150px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-default {
  max-height: 653px;
}

.swiper-main-list-wrap {
  overflow: hidden;
  margin: 15px;
}
@media (min-width: 1200px) {
  .swiper-main-list-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 34px;
    display: flex;
    margin: 0;
  }
}
@media (min-width: 1470px) {
  .swiper-main-list-wrap {
    left: 114px;
  }
}

.swiper-main-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}
.swiper-main-list, .swiper-main-list:last-child {
  margin-bottom: -12px;
}
.swiper-main-list > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 10px;
  margin-top: 0;
}
.swiper-main-list > *, .swiper-main-list > *:last-child {
  margin-bottom: 12px;
}
.swiper-main-list > .button {
  display: inline-flex;
  flex-direction: row;
}
.swiper-main-list > * + .button {
  margin-top: 0;
}
.swiper-main-list > li {
  position: relative;
}
.swiper-main-list > li:first-child:before, .swiper-main-list > li:last-child:before {
  content: "";
  z-index: -1;
  position: absolute;
  height: 1px;
  border-top: 1px solid #ebebeb;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-main-list > li:first-child:before {
  left: -100vw;
  right: calc(100% + 15px);
}
.swiper-main-list > li:last-child:before {
  right: -100vw;
  left: calc(100% + 15px);
}
@media (min-width: 1200px) {
  .swiper-main-list {
    flex-direction: column;
  }
  .swiper-main-list > li:first-child:before, .swiper-main-list > li:last-child:before {
    height: auto;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1px solid #ebebeb;
  }
  .swiper-main-list > li:first-child:before {
    top: -100vh;
    bottom: calc(100% + 25px);
  }
  .swiper-main-list > li:last-child:before {
    bottom: -100vh;
    top: calc(100% + 25px);
  }
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  display: none;
  width: 48px !important;
  height: 48px !important;
  line-height: 48px;
  font-size: 18px;
  color: #e27b46 !important;
  background-color: #fff;
  text-align: center;
  cursor: pointer !important;
  transition: 0.2s ease-in;
  will-change: transform;
  z-index: 10;
  background-image: none !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #fff !important;
  background-color: #e27b46;
}
@media (min-width: 768px) {
  .swiper-button-prev,
.swiper-button-next {
    display: block;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-prev:before {
  font-family: "fl-budicons-free";
  content: "\e016";
}
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  right: 0 !important;
}
.swiper-button-next:before {
  font-family: "fl-budicons-free";
  content: "\e025";
}
.swiper-button-next:after {
  display: none;
}

.swiper-slider.swiper-container-rtl .swiper-button-prev:before {
  content: "\f061";
}
.swiper-slider.swiper-container-rtl .swiper-button-next:before {
  content: "\f060";
}

.swiper-pagination:not(.swiper-pagination-index) {
  position: absolute;
  display: block;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination:not(.swiper-pagination-index).swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination:not(.swiper-pagination-index) .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  transition: 0.2s;
}
.swiper-pagination:not(.swiper-pagination-index) .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  border: 3px solid #fff;
}
.swiper-pagination:not(.swiper-pagination-index) .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination:not(.swiper-pagination-index) .swiper-pagination-bullet:hover {
  background: #e27b46;
}
.swiper-pagination:not(.swiper-pagination-index).swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-index {
  position: relative;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 15px;
  text-align: center;
}
.swiper-pagination-index .swiper-pagination-bullet {
  margin: 0 10px;
  padding: 2px 10px;
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #cfcfcf;
  cursor: pointer;
  transition: 0.3s ease-out all;
  border-bottom: 3px solid #dcdfe2;
}
.swiper-pagination-index .swiper-pagination-bullet:before {
  content: "0";
}
.swiper-pagination-index .swiper-pagination-bullet:hover, .swiper-pagination-index .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #e27b46;
  border-color: #e27b46;
}
@media (min-width: 1200px) {
  .swiper-pagination-index {
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: left;
  }
  .swiper-pagination-index .swiper-pagination-bullet {
    padding: 2px 0;
    margin: 16px 0;
    width: 54px;
  }
  .swiper-pagination-index .swiper-pagination-bullet:hover, .swiper-pagination-index .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 78px;
  }
}
@media (min-width: 1470px) {
  .swiper-pagination-index .swiper-pagination-bullet {
    width: 74px;
  }
  .swiper-pagination-index .swiper-pagination-bullet:hover, .swiper-pagination-index .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 98px;
  }
}
.swiper-pagination-black .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6);
}
.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(0, 0, 0);
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-slide {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  background-position: right top;
}
.swiper-slide:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  display: block;
  z-index: 2;
}
.swiper-slide > img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100%;
}
.swiper-slide-caption {
  display: flex;
  width: 100%;
  white-space: normal;
  z-index: 3;
}
.swiper-slide-caption > * {
  width: 100%;
}
.swiper-slide-caption p {
  display: none;
}
@media (min-width: 768px) {
  .swiper-slide-caption p {
    display: block;
  }
}

/* --------------------------------

Main Components

-------------------------------- */
.cd-schedule {
  position: relative;
  margin: 2em 0;
}
.cd-schedule::before {
  /* never visible - this is used in js to check the current MQ */
  content: "mobile";
  display: none;
}
@media only screen and (min-width: 992px) {
  .cd-schedule {
    width: 100%;
    max-width: 1470px;
    margin: 2em auto;
  }
  .cd-schedule::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-schedule::before {
    content: "desktop";
  }
}

.cd-schedule .timeline {
  display: none;
}
@media only screen and (min-width: 992px) {
  .cd-schedule .timeline {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .cd-schedule .timeline {
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .cd-schedule .timeline li {
    position: relative;
    height: 60px;
  }
  .cd-schedule .timeline li::after {
    /* this is used to create the table horizontal lines */
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .cd-schedule .timeline li:last-of-type::after {
    display: none;
  }
  .cd-schedule .timeline li span {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-schedule .timeline li {
    display: flex;
    align-items: center;
  }
  .cd-schedule .timeline li::after {
    width: calc(100% - 60px);
    left: 60px;
  }
  .cd-schedule .timeline li:nth-child(odd) {
    background-color: #f2f3f8;
  }
  .cd-schedule .timeline li span {
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #151515;
  }
  .cd-schedule .timeline li:nth-of-type(2n) span {
    display: none;
  }
}
@media (min-width: 1470px) {
  .cd-schedule .timeline li:after {
    width: calc(100% - 160px);
    left: 160px;
  }
  .cd-schedule .timeline li span {
    width: 160px;
  }
}

.cd-schedule .events {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .cd-schedule .events {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.cd-schedule .events .events-group {
  margin-bottom: 30px;
}
.cd-schedule .events .top-info {
  width: 100%;
  padding: 0 5%;
}
.cd-schedule .events .top-info > span {
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 400;
  color: #151515;
}
.cd-schedule .events .events-group > ul {
  position: relative;
  padding: 0 5%;
  /* force its children to stay on one line */
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.cd-schedule .events .events-group > ul::after {
  /* never visible - used to add a right padding to .events-group > ul */
  display: inline-block;
  content: "-";
  width: 1px;
  height: 100%;
  opacity: 0;
  color: transparent;
}
.cd-schedule .events .single-event {
  /* force them to stay on one line */
  flex-shrink: 0;
  float: left;
  height: 150px;
  width: 70%;
  max-width: 300px;
  margin-right: 20px;
  transition: opacity 0.2s, background 0.2s;
}
.cd-schedule .events .single-event:last-of-type {
  margin-right: 5%;
}
.cd-schedule .events .single-event a {
  display: block;
  height: 100%;
  padding: 0.8em;
}
.cd-schedule .events .single-event .event-info {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-schedule .events .single-event {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .cd-schedule .events {
    float: left;
    width: 100%;
  }
  .cd-schedule .events .events-group {
    width: 14.2857142857%;
    float: left;
    /* reset style */
    margin-bottom: 0;
  }
  .cd-schedule .events .events-group:not(:first-of-type) {
    border-left-width: 0;
  }
  .cd-schedule .events .top-info {
    /* vertically center its content */
    display: table;
    height: 60px;
    /* reset style */
    padding: 0;
  }
  .cd-schedule .events .top-info > span {
    /* vertically center inside its parent */
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.5em;
    text-align: center;
    /* reset style */
    font-weight: normal;
    margin-bottom: 0;
  }
  .cd-schedule .events .events-group > ul {
    height: 1140px;
    /* reset style */
    display: block;
    overflow: visible;
    padding: 0;
  }
  .cd-schedule .events .events-group > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-schedule .events .events-group > ul::after {
    /* reset style */
    display: none;
  }
  .cd-schedule .events .single-event {
    position: absolute;
    z-index: 3;
    /* top position and height will be set using js */
    width: calc(100% + 2px);
    left: -1px;
    /* reset style */
    flex-shrink: 1;
    height: auto;
    max-width: none;
    margin-right: 0;
  }
  .cd-schedule .events .single-event a {
    padding: 1.2em;
  }
  .cd-schedule .events .single-event:last-of-type {
    /* reset style */
    margin-right: 0;
  }
  .cd-schedule .events .single-event.selected-event {
    /* the .selected-event class is added when an user select the event */
    visibility: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-schedule .events {
    /* 60px is the .timeline element width */
    width: calc(100% - 60px);
    margin-left: 60px;
  }
}
@media (min-width: 1470px) {
  .cd-schedule .events {
    width: calc(100% - 160px);
    margin-left: 160px;
  }
}

.cd-schedule.loading .events .single-event {
  /* the class .loading is added by default to the .cd-schedule element
     it is removed as soon as the single events are placed in the schedule plan (using javascript) */
  opacity: 0;
}

.cd-schedule a {
  transition: 0s !important;
}

.cd-schedule .event-name,
.cd-schedule .event-place,
.cd-schedule .event-content {
  display: block;
  color: white;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-schedule .event-name {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .cd-schedule .event-name {
    font-size: 16px;
  }
}

.cd-schedule .event-content,
.cd-schedule .event-place {
  font-size: 14px;
  font-weight: normal;
}

.cd-schedule .event-date {
  /* they are not included in the the HTML but added using JavScript */
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 17px;
  margin-bottom: 17px;
  opacity: 0.7;
}

.cd-schedule .single-event[data-event=event-1],
.cd-schedule [data-event=event-1] .header-bg {
  /* this is used to set a background color for the event and the modal window */
  background: #57a0ea;
}

[data-event=event-1] .event-date {
  color: #a1d0ff;
}

.cd-schedule .single-event[data-event=event-1]:hover {
  background: #6eaded;
}

.cd-schedule .single-event[data-event=event-2],
.cd-schedule [data-event=event-2] .header-bg {
  background: #5194d7;
}

[data-event=event-2] .event-date {
  color: #85c2ff;
}

.cd-schedule .single-event[data-event=event-2]:hover {
  background: #66a1dc;
}

.cd-schedule .single-event[data-event=event-3],
.cd-schedule [data-event=event-3] .header-bg {
  background: #e99c7d;
}

[data-event=event-3] .event-date {
  color: #ffd4c3;
}

.cd-schedule .single-event[data-event=event-3]:hover {
  background: #edad93;
}

.cd-schedule .single-event[data-event=event-4],
.cd-schedule [data-event=event-4] .header-bg {
  background: #c88ccc;
}

[data-event=event-4] .event-date {
  color: #f1b8f5;
}

.cd-schedule .single-event[data-event=event-4]:hover {
  background: #d09ed4;
}

.cd-schedule .single-event[data-event=event-5],
.cd-schedule [data-event=event-5] .header-bg {
  background: #77c7ad;
}

[data-event=event-5] .event-date {
  color: #c4f6e6;
}

.cd-schedule .single-event[data-event=event-5]:hover {
  background: #89ceb8;
}

.cd-schedule .single-event[data-event=event-6],
.cd-schedule [data-event=event-6] .header-bg {
  background: #6d89a5;
}

[data-event=event-6] .event-date {
  color: #92aecb;
}

.cd-schedule .single-event[data-event=event-6]:hover {
  background: #7d96af;
}

.cd-schedule .single-event[data-event=event-7],
.cd-schedule [data-event=event-7] .header-bg {
  background: #749c8f;
}

[data-event=event-7] .event-date {
  color: #a1c4b9;
}

.cd-schedule .single-event[data-event=event-7]:hover {
  background: #83a79b;
}

.cd-schedule .single-event[data-event=event-8],
.cd-schedule [data-event=event-8] .header-bg {
  background: #9b869c;
}

[data-event=event-8] .event-date {
  color: #c7b3c8;
}

.cd-schedule .single-event[data-event=event-8]:hover {
  background: #a794a7;
}

.cd-schedule .event-modal {
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  /* Force Hardware acceleration */
  transform: translateZ(0);
  transform: translateX(100%);
  transition: transform 0.4s, visibility 0.4s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
}
@media (min-width: 768px) {
  .cd-schedule .event-modal {
    height: 60%;
    width: 90%;
  }
}
.cd-schedule .event-modal .header {
  position: relative;
  height: 70px;
  /* vertically center its content */
  display: table;
  width: 100%;
}
.cd-schedule .event-modal .header .content {
  position: relative;
  z-index: 3;
  /* vertically center inside its parent */
  display: table-cell;
  vertical-align: middle;
  padding: 0.6em 5%;
}
.cd-schedule .event-modal .body {
  position: relative;
  width: 100%;
  /* 70px is the .header height */
  height: calc(100% - 70px);
}
.cd-schedule .event-modal .event-info {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  height: 100%;
  overflow: hidden;
  padding: 1.2em 3em 1.2em 2.5em;
  text-align: left;
}
.cd-schedule .event-modal .event-info > div {
  overflow: auto;
  height: 100%;
  padding: 1.4em 5%;
}
.cd-schedule .event-modal .header-bg, .cd-schedule .event-modal .body-bg {
  /* these are the morphing backgrounds - visible on desktop only */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cd-schedule .event-modal .body-bg {
  z-index: 1;
  background: white;
  transform-origin: top left;
}
.cd-schedule .event-modal .header-bg {
  z-index: 2;
  transform-origin: top center;
}
.cd-schedule .event-modal .close {
  /* this is the 'X' icon */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.1);
  /* replace text with icon */
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
  height: 70px;
  width: 70px;
}
.cd-schedule .event-modal .close::before, .cd-schedule .event-modal .close::after {
  /* these are the two lines of the 'X' icon */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-schedule .event-modal .close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-schedule .event-modal .close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-schedule .event-modal .event-date {
  display: none;
}
.cd-schedule .event-modal.no-transition {
  transition: none;
}
.cd-schedule .event-modal.no-transition .header-bg, .cd-schedule .event-modal.no-transition .body-bg {
  transition: none;
}
@media only screen and (min-width: 992px) {
  .cd-schedule .event-modal {
    /* reset style */
    right: auto;
    width: auto;
    height: auto;
    transform: translateX(0);
    will-change: transform, width, height;
    transition: height 0.4s, width 0.4s, transform 0.4s, visibility 0.4s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
  .cd-schedule .event-modal .header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
  }
  .cd-schedule .event-modal .header .content {
    /* reset style */
    display: block;
    padding: 0.8em;
  }
  .cd-schedule .event-modal .event-info > div {
    padding: 2em 3em 2em 2em;
  }
  .cd-schedule .event-modal .body {
    height: 100%;
    width: auto;
  }
  .cd-schedule .event-modal .header-bg, .cd-schedule .event-modal .body-bg {
    /* Force Hardware acceleration */
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .cd-schedule .event-modal .header-bg {
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
  .cd-schedule .event-modal .body-bg {
    opacity: 0;
    transform: none;
  }
  .cd-schedule .event-modal .event-date {
    display: block;
  }
  .cd-schedule .event-modal .close, .cd-schedule .event-modal .event-info {
    opacity: 0;
  }
  .cd-schedule .event-modal .close {
    width: 40px;
    height: 40px;
    background: transparent;
  }
  .cd-schedule .event-modal .close::after, .cd-schedule .event-modal .close::before {
    background: #222222;
    height: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-schedule .event-modal .header .content {
    padding: 1.2em;
  }
}

.cd-schedule.modal-is-open .event-modal {
  /* .modal-is-open class is added as soon as an event is selected */
  transform: translateX(0);
  visibility: visible;
}
@media (min-width: 768px) {
  .cd-schedule.modal-is-open .event-modal {
    transform: translate(-5%, 30%);
  }
}
.cd-schedule.modal-is-open .event-modal .event-info > div {
  /* smooth scroll on iOS touch devices */
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 992px) {
  .cd-schedule.animation-completed .event-modal .close,
.cd-schedule.content-loaded.animation-completed .event-modal .event-info {
    /* 	the .animation-completed class is added when the modal animation is completed
      the .content-loaded class is added when the modal content has been loaded (using ajax) */
    opacity: 1;
    transition: opacity 0.2s;
  }
  .cd-schedule.modal-is-open .body-bg {
    opacity: 1;
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
}
.cd-schedule .cover-layer {
  /* layer between the content and the modal window */
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.cd-schedule.modal-is-open .cover-layer {
  opacity: 1;
  visibility: visible;
}

.cd-schedule-wrap.event-0 .single-event:not([data-event=event-0]) {
  opacity: 0 !important;
  pointer-events: none;
}
.devices .cd-schedule-wrap.event-0 .single-event:not([data-event=event-0]), .tablet .cd-schedule-wrap.event-0 .single-event:not([data-event=event-0]), .mobile .cd-schedule-wrap.event-0 .single-event:not([data-event=event-0]) {
  display: none !important;
}
.cd-schedule-wrap.event-1 .single-event:not([data-event=event-1]) {
  opacity: 0 !important;
  pointer-events: none;
}
.devices .cd-schedule-wrap.event-1 .single-event:not([data-event=event-1]), .tablet .cd-schedule-wrap.event-1 .single-event:not([data-event=event-1]), .mobile .cd-schedule-wrap.event-1 .single-event:not([data-event=event-1]) {
  display: none !important;
}
.cd-schedule-wrap.event-2 .single-event:not([data-event=event-2]) {
  opacity: 0 !important;
  pointer-events: none;
}
.devices .cd-schedule-wrap.event-2 .single-event:not([data-event=event-2]), .tablet .cd-schedule-wrap.event-2 .single-event:not([data-event=event-2]), .mobile .cd-schedule-wrap.event-2 .single-event:not([data-event=event-2]) {
  display: none !important;
}
.cd-schedule-wrap.event-3 .single-event:not([data-event=event-3]) {
  opacity: 0 !important;
  pointer-events: none;
}
.devices .cd-schedule-wrap.event-3 .single-event:not([data-event=event-3]), .tablet .cd-schedule-wrap.event-3 .single-event:not([data-event=event-3]), .mobile .cd-schedule-wrap.event-3 .single-event:not([data-event=event-3]) {
  display: none !important;
}
.cd-schedule-wrap.event-4 .single-event:not([data-event=event-4]) {
  opacity: 0 !important;
  pointer-events: none;
}
.devices .cd-schedule-wrap.event-4 .single-event:not([data-event=event-4]), .tablet .cd-schedule-wrap.event-4 .single-event:not([data-event=event-4]), .mobile .cd-schedule-wrap.event-4 .single-event:not([data-event=event-4]) {
  display: none !important;
}
.cd-schedule-wrap.event-5 .single-event:not([data-event=event-5]) {
  opacity: 0 !important;
  pointer-events: none;
}
.devices .cd-schedule-wrap.event-5 .single-event:not([data-event=event-5]), .tablet .cd-schedule-wrap.event-5 .single-event:not([data-event=event-5]), .mobile .cd-schedule-wrap.event-5 .single-event:not([data-event=event-5]) {
  display: none !important;
}
.cd-schedule-wrap.event-6 .single-event:not([data-event=event-6]) {
  opacity: 0 !important;
  pointer-events: none;
}
.devices .cd-schedule-wrap.event-6 .single-event:not([data-event=event-6]), .tablet .cd-schedule-wrap.event-6 .single-event:not([data-event=event-6]), .mobile .cd-schedule-wrap.event-6 .single-event:not([data-event=event-6]) {
  display: none !important;
}
.cd-schedule-wrap.event-7 .single-event:not([data-event=event-7]) {
  opacity: 0 !important;
  pointer-events: none;
}
.devices .cd-schedule-wrap.event-7 .single-event:not([data-event=event-7]), .tablet .cd-schedule-wrap.event-7 .single-event:not([data-event=event-7]), .mobile .cd-schedule-wrap.event-7 .single-event:not([data-event=event-7]) {
  display: none !important;
}
.cd-schedule-wrap.event-8 .single-event:not([data-event=event-8]) {
  opacity: 0 !important;
  pointer-events: none;
}
.devices .cd-schedule-wrap.event-8 .single-event:not([data-event=event-8]), .tablet .cd-schedule-wrap.event-8 .single-event:not([data-event=event-8]), .mobile .cd-schedule-wrap.event-8 .single-event:not([data-event=event-8]) {
  display: none !important;
}
* + .cd-schedule-wrap {
  margin-top: 30px;
}

.button-timeline {
  position: relative;
  width: 280px;
}
@media (min-width: 1200px) {
  .button-timeline {
    display: none;
  }
}

.time-table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ebebeb;
}
@media (max-width: 1199px) {
  .time-table-header {
    position: relative;
    display: block;
    width: 100%;
    max-width: 280px;
    border: none;
  }
  .time-table-header .timeline-list {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: block;
    z-index: -10;
    background-color: #fff;
    opacity: 0;
    transform: translateY(15px);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
    transition: 0.3s ease-out all;
  }
  .time-table-header .timeline-list > li {
    display: block;
  }
  .time-table-header.active .timeline-list {
    opacity: 1;
    z-index: 100;
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .time-table-header {
    padding-right: 15px;
  }
}

.timeline-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.timeline-list > li {
  display: inline-flex;
  min-height: 30px;
  flex-basis: 100%;
  padding: 5px 8px;
  align-items: center;
  text-transform: uppercase;
  color: #9b9b9b;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s ease-out all;
}
.timeline-list > li:hover, .timeline-list > li.active {
  color: #fff;
  background-color: #e27b46;
}
@media (min-width: 480px) {
  .timeline-list > li {
    flex-basis: 50%;
    min-height: 40px;
  }
}
@media (min-width: 768px) {
  .timeline-list > li {
    flex-basis: auto;
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .timeline-list {
    flex-wrap: nowrap;
  }
  .timeline-list > li {
    min-height: 50px;
    width: auto;
    flex-basis: auto;
  }
}
@media (min-width: 1470px) {
  .timeline-list > li {
    min-height: 60px;
    padding: 5px 22px;
  }
}

.timeline-list-nav {
  display: none;
}
.timeline-list-nav > li {
  display: inline-flex;
  padding: 3px 14px;
}
.timeline-list-nav > li + li {
  border-left: 1px solid #e1e1e1;
}
.timeline-list-nav .icon {
  cursor: pointer;
  transition: 0.3s ease-out all;
}
.timeline-list-nav .icon, .timeline-list-nav .icon:focus, .timeline-list-nav .icon:active {
  color: #151515;
}
.timeline-list-nav .icon:hover {
  color: #e27b46;
}
@media (min-width: 1200px) {
  .timeline-list-nav {
    display: flex;
  }
}

/*rtl:begin:ignore*/
/*
*
* Owl Carousel
* --------------------------------------------------
*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font: 400 40px/80px "FontAwesome";
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:before {
  content: "\f144";
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font: 400 46px/50px "FontAwesome";
  color: #000;
}
.owl-prev:hover, .owl-next:hover {
  color: #e27b46;
}

.owl-prev {
  left: 0;
}
.owl-prev:before {
  content: "\f104";
}

.owl-next {
  right: 0;
}
.owl-next:before {
  content: "\f105";
}

/*
 * Owl Pagination
 */
.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition: 0.2s;
}
.owl-dot:hover, .owl-dot:focus {
  background-color: #000;
}
.owl-dot.active {
  background-color: #000;
}

.owl-carousel.owl-carousel-light-dots .owl-dot {
  border-color: #fff;
}
.owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
  background-color: #fff;
}
.owl-carousel.owl-carousel-light-dots .owl-dot.active {
  background-color: #fff;
}

.owl-outer-navigation .owl-arrow {
  display: inline-flex;
  width: 52px;
  height: 52px;
  line-height: 52px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s ease-out all;
}
.owl-outer-navigation .owl-arrow, .owl-outer-navigation .owl-arrow:focus, .owl-outer-navigation .owl-arrow:active {
  color: #151515;
  background-color: #fff;
  border: 2px solid #ebebeb;
}
.owl-outer-navigation .owl-arrow:hover {
  color: #fff;
  background-color: #e27b46;
  border-color: #e27b46;
}
.owl-outer-navigation .owl-arrow + .owl-arrow {
  margin-left: 8px;
}
.owl-carousel-wrap .owl-outer-navigation {
  display: none;
}
.owl-carousel-wrap .owl-outer-navigation .owl-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.owl-carousel-wrap .owl-outer-navigation .owl-arrow-prev {
  left: 0;
}
.owl-carousel-wrap .owl-outer-navigation .owl-arrow-next {
  right: 0;
}
@media (min-width: 768px) {
  .owl-carousel-wrap .owl-outer-navigation {
    display: block;
  }
}

/*
Custom Pagination
*/
#owl-pagination-custom {
  margin-left: -5px;
}
#owl-pagination-custom, #owl-pagination-custom:last-child {
  margin-bottom: -15px;
}
#owl-pagination-custom > * {
  display: inline-block;
  flex-direction: column;
  margin-left: 5px;
  margin-top: 0;
}
#owl-pagination-custom > *, #owl-pagination-custom > *:last-child {
  margin-bottom: 15px;
}
#owl-pagination-custom > .button {
  display: inline-flex;
  flex-direction: row;
}
#owl-pagination-custom > * + .button {
  margin-top: 0;
}
@media (min-width: 1200px) {
  #owl-pagination-custom {
    margin-left: -27px;
  }
  #owl-pagination-custom, #owl-pagination-custom:last-child {
    margin-bottom: -15px;
  }
  #owl-pagination-custom > * {
    display: inline-block;
    flex-direction: column;
    margin-left: 27px;
    margin-top: 0;
  }
  #owl-pagination-custom > *, #owl-pagination-custom > *:last-child {
    margin-bottom: 15px;
  }
  #owl-pagination-custom > .button {
    display: inline-flex;
    flex-direction: row;
  }
  #owl-pagination-custom > * + .button {
    margin-top: 0;
  }
}
* + #owl-pagination-custom {
  margin-top: 30px;
}

.owl-dot-custom {
  width: 22%;
  cursor: pointer;
  opacity: 1;
  border-radius: 50%;
  transform: translateY(0);
  transition: 0.3s ease-out all;
}
.owl-dot-custom img {
  transition: 0.3s ease-out all;
}
.owl-dot-custom:hover, .owl-dot-custom.active {
  transform: scale(1.1139240506);
}
.owl-dot-custom:hover img, .owl-dot-custom.active img {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13);
}
@media (min-width: 480px) {
  .owl-dot-custom {
    width: auto;
  }
}

/*
** Owl carousel Wrap
*/
.owl-carousel-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
* + .owl-carousel-wrap {
  margin-top: 30px;
}
@media (min-width: 1470px) {
  * + .owl-carousel-wrap {
    margin-top: 40px;
  }
}

.owl-carousel-layouts .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}
.owl-carousel-layouts .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
}
.owl-carousel-layouts .item-top {
  transition: ease-out all 0.35s;
}
.owl-carousel-layouts .item-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px;
  text-align: center;
  color: #fff;
  background-color: #3d4d66;
  transform: translateY(100%);
  transition: ease-out transform 0.35s;
}
.owl-carousel-layouts .item-bottom > * {
  color: inherit;
  font-weight: 400;
}
.owl-carousel-layouts .item-bottom p {
  transition: transform 0.35s;
  transform: translate3d(0, 200%, 0);
}
.owl-carousel-layouts .item:hover .item-top {
  transform: translateY(-60px);
  box-shadow: none;
}
.owl-carousel-layouts .item:hover .item-bottom {
  transform: translateY(0);
}
.owl-carousel-layouts .item:hover .item-bottom p {
  transform: translateY(0);
}
@media (min-width: 768px) {
  .owl-carousel-layouts .item-bottom {
    padding: 30px 15px;
  }
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #cacaca;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1180;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  display: flex;
  flex-direction: row-reverse;
  z-index: 1182;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #cacaca;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1180;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #cacaca;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
  margin-right: auto;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1180;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 0px solid #FFF;
  margin-bottom: 5px;
  transform: scale(0.9);
  border-radius: 2px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  transform: scale(1);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #cacaca;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1180;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1183;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #e27b46;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 479px) {
  #lg-zoom-in {
    display: none;
  }
}
#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 479px) {
  #lg-zoom-out {
    display: none;
  }
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1180;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1181;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  will-change: transform, opacity;
}
.lg-css3.lg-use-left .lg-item {
  will-change: left, opacity;
}
.lg-css3.lg-zoom-in .lg-item {
  opacity: 0;
}
.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  transform: scale3d(2, 2, 2);
}
.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
  transform: scale3d(2, 2, 2);
}
.lg-css3.lg-zoom-in .lg-item.lg-current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
.lg-css3.lg-zoom-out .lg-item {
  opacity: 0;
}
.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0);
}
.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0);
}
.lg-css3.lg-zoom-out .lg-item.lg-current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0;
}
.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0);
}
.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  transform: scale3d(2, 2, 2);
}
.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0;
}
.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  transform: scale3d(2, 2, 2);
}
.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0);
}
.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0;
}
.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  transform: scale3d(1.2, 1.2, 1.2);
}
.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  transform: scale3d(0.8, 0.8, 0.8);
}
.lg-css3.lg-soft-zoom .lg-item.lg-current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
.lg-css3.lg-slide-circular .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.lg-css3.lg-slide-circular .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}
.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}
.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}
.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}
.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  transform: translate3d(0, -100%, 0);
}
.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  transform: translate3d(0, 100%, 0);
}
.lg-css3.lg-slide-vertical .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  transform: skew(60deg, 0deg);
}
.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
  transform: skew(60deg, 0deg);
}
.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  transform: skew(0deg, 0deg);
  opacity: 1;
}
.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  transform: skew(-60deg, 0deg);
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
  transform: skew(-60deg, 0deg);
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  transform: skew(0deg, 0deg);
  opacity: 1;
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  transform: skew(0deg, 60deg);
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
  transform: skew(0deg, 60deg);
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  transform: skew(0deg, 0deg);
  opacity: 1;
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  transform: skew(0deg, -60deg);
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
  transform: skew(0deg, -60deg);
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  transform: skew(0deg, 0deg);
  opacity: 1;
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-skew .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  transform: skew(60deg, 0deg) translate3d(-100%, 0%, 0px);
}
.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  transform: skew(60deg, 0deg) translate3d(100%, 0%, 0px);
}
.lg-css3.lg-slide-skew .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}
.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  transform: skew(-60deg, 0deg) translate3d(-100%, 0%, 0px);
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  transform: skew(-60deg, 0deg) translate3d(100%, 0%, 0px);
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  transform: skew(0deg, 60deg) translate3d(0, -100%, 0px);
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  transform: skew(0deg, 60deg) translate3d(0, 100%, 0px);
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  transform: skew(0deg, -60deg) translate3d(0, -100%, 0px);
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  transform: skew(0deg, -60deg) translate3d(0, 100%, 0px);
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-lollipop .lg-item {
  opacity: 0;
}
.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  transform: translate3d(0, 0, 0) scale(0.5);
}
.lg-css3.lg-lollipop .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0;
}
.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  transform: translate3d(0, 0, 0) scale(0.5);
}
.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-rotate .lg-item {
  opacity: 0;
}
.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  transform: rotate(-360deg);
}
.lg-css3.lg-rotate .lg-item.lg-next-slide {
  transform: rotate(360deg);
}
.lg-css3.lg-rotate .lg-item.lg-current {
  transform: rotate(0deg);
  opacity: 1;
}
.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0;
}
.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  transform: rotate(360deg);
}
.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  transform: rotate(-360deg);
}
.lg-css3.lg-rotate-rev .lg-item.lg-current {
  transform: rotate(0deg);
  opacity: 1;
}
.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-tube .lg-item {
  opacity: 0;
}
.lg-css3.lg-tube .lg-item.lg-prev-slide {
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}
.lg-css3.lg-tube .lg-item.lg-next-slide {
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}
.lg-css3.lg-tube .lg-item.lg-current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
  direction: ltr;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1160;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1140;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-item iframe {
  background-color: #fff;
}

.lightgallery-album li:not(:first-child) {
  display: none;
}

[data-lightgallery=item] {
  cursor: pointer;
}

.lg-skin-light.lg-backdrop {
  background-color: #f1f1f1;
}
.lg-skin-light.lg-outer .lg-sub-html {
  background-color: rgba(224, 223, 223, 0.95);
  color: #2b2b2b;
}
.lg-skin-light.lg-outer .lg-progress-bar .lg-progress {
  background-color: #fff;
}
.lg-skin-light.lg-outer .lg-img-wrap {
  padding-bottom: 110px;
  padding-top: 58px;
}
.lg-skin-light.lg-outer .lg-actions .lg-next, .lg-skin-light.lg-outer .lg-actions .lg-prev {
  background-color: rgba(43, 43, 43, 0.55);
  border-radius: 2px;
  color: #e0e0e0;
}
.lg-skin-light.lg-outer .lg-actions .lg-next:hover, .lg-skin-light.lg-outer .lg-actions .lg-prev:hover {
  background-color: rgba(43, 43, 43, 0.75);
}
.lg-skin-light.lg-outer #lg-counter,
.lg-skin-light.lg-outer .lg-toolbar .lg-icon, .lg-skin-light.lg-outer.lg-dropdown-active #lg-share {
  color: #353535;
}
.lg-skin-light.lg-outer .lg-outer .lg-thumb-outer {
  background-color: rgba(247, 247, 247, 0.9);
}
.lg-skin-light.lg-outer .lg-toolbar .lg-icon:hover,
.lg-skin-light.lg-outer .lg-toogle-thumb:hover {
  color: #555;
}
.lg-skin-light.lg-outer .lg-toogle-thumb {
  color: #353535;
}
.lg-skin-light.lg-outer .lg-thumb-outer,
.lg-skin-light.lg-outer .lg-toogle-thumb {
  background-color: rgba(224, 223, 223, 0.95);
}
.lg-skin-light.lg-outer .lg-toolbar {
  background-color: rgba(224, 223, 223, 0.95);
}

.lg-skin-1.lg-outer .lg-toogle-thumb,
.lg-skin-1.lg-outer #lg-actual-size,
.lg-skin-1.lg-outer #lg-download,
.lg-skin-1.lg-outer #lg-counter,
.lg-skin-1.lg-outer .lg-autoplay-button {
  display: none;
}
.lg-skin-1.lg-outer .lg-thumb-outer {
  transform: translate3d(0, 75%, 0);
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-skin-1.lg-outer .lg-thumb-outer:hover {
  transform: translate3d(0, 0, 0);
}
.lg-skin-1.lg-outer .lg-thumb-item {
  border-radius: 0;
  opacity: 0.5;
  transform: none;
}
.lg-skin-1.lg-outer .lg-thumb-item.active,
.lg-skin-1.lg-outer .lg-thumb-item:hover {
  transform: none;
  opacity: 0.9;
}
.lg-skin-1.lg-outer .lg-thumb-outer {
  background-color: transparent;
}
.lg-skin-1.lg-outer .lg-object.lg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.lightGallery-in-carousel .lg-thumb-outer,
.lightGallery-in-carousel #lg-counter {
  display: none;
}

/*rtl:end:ignore*/
/*
*
* Fonts
* ==================================================
*/
/*
*
* Layout panel
* --------------------------------------------------
*/
.layout-panel-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 1100;
}
.layout-panel-wrap.active .layout-panel {
  transform: translateX(0);
}
.layout-panel-wrap.active .layout-panel-inner:after {
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
}
.layout-panel-wrap .layout-panel-toggle,
.layout-panel-wrap .layout-panel-inner > * {
  pointer-events: auto;
}

.layout-panel {
  width: auto;
  transform: translateX(280px);
  transition: 0.55s all ease;
}

.layout-panel-content {
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding-right: 20px;
}
.layout-panel-content .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}
.layout-panel-content .mCSB_scrollTools {
  width: 20px;
  pointer-events: auto;
}
.layout-panel-content .mCSB_scrollTools .mCSB_dragger {
  width: auto;
}
.layout-panel-content .mCSB_draggerContainer {
  padding: 2px;
  background: #f0ba9e;
}
.layout-panel-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.layout-panel-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  border-radius: 2px;
}
.layout-panel-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.layout-panel-content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
}

.layout-panel-inner {
  position: relative;
  height: auto;
  min-height: 101vh;
  max-width: 260px;
  padding: 20px 0 20px;
  background: #fff;
  margin-left: auto;
  text-align: center;
}
.layout-panel-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0);
  z-index: -10;
  transition: 0.33s all ease;
}

.mobile.rd-navbar-fixed-linked .layout-panel-inner, .tablet.rd-navbar-fixed-linked .layout-panel-inner {
  padding-bottom: 90px;
}

.layout-panel-header {
  padding: 0 12px;
}
.layout-panel-header .button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.layout-panel-header * + .layout-panel-element,
.layout-panel-header * + .layout-panel-title {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .layout-panel-header * + .layout-panel-element,
.layout-panel-header * + .layout-panel-title {
    margin-top: 30px;
  }
}

.layout-panel .isotope-filters {
  padding: 0 5px;
}
.layout-panel .isotope-filters ul {
  position: relative;
  overflow: hidden;
}
.layout-panel .isotope-filters ul::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: 0;
  right: -100px;
  border-bottom: 1px solid #d0d0d0;
}
.layout-panel .isotope-filters ul li {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  font: 400 12px/18px "Lato", Helvetica, Arial, sans-serif;
  color: #001515;
}
@media (min-width: 768px) {
  .layout-panel .isotope-filters ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.layout-panel .isotope-filters ul li a {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding-bottom: 14px;
  text-align: right;
}
.layout-panel .isotope-filters ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #001515;
  transition: 0.34s;
  transform: translate(0, 8px);
  opacity: 0;
}
.layout-panel .isotope-filters ul li a, .layout-panel .isotope-filters ul li a:active, .layout-panel .isotope-filters ul li a:focus {
  color: inherit;
}
.layout-panel .isotope-filters ul li a.active, .layout-panel .isotope-filters ul li a:hover {
  color: #e27b46;
}
.layout-panel .isotope-filters ul li a.active:after {
  transform: translate(0, 0);
  opacity: 1;
}
.layout-panel .isotope {
  margin-top: 0;
}
.layout-panel * + .isotope {
  margin-top: 20px;
}
.layout-panel * + .isotope-filters {
  margin-top: 25px;
}

.layout-panel-toggle {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  position: fixed;
  top: 20vh;
  right: 280px;
  z-index: 10;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #000;
  text-align: center;
  box-shadow: -5px 1px 10px 0 rgba(0, 0, 0, 0.05);
  border-right: 0;
  transition: 0.55s all ease;
}
.layout-panel-toggle:active {
  cursor: wait;
}
.layout-panel-toggle::before, .layout-panel-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Material Design Icons";
  font-size: 16px;
  transition: 0.33s;
}
.layout-panel-toggle::before {
  content: "\f582";
  opacity: 1;
}
.layout-panel-toggle::after {
  content: "\f24c";
  opacity: 0;
}
.layout-panel-toggle.active::before {
  opacity: 0;
}
.layout-panel-toggle.active::after {
  opacity: 1;
}

.layout-panel-main {
  position: relative;
  z-index: 10;
  padding-left: 5px;
  padding-right: 4px;
}
.layout-panel-main .isotope {
  position: relative;
  margin-bottom: -10px;
  transform: translateY(-10px);
}
.layout-panel-main .isotope-item {
  margin-top: 10px;
  padding: 0 5px;
}
.layout-panel-main .isotope-item:before {
  content: "";
  display: block;
}
.layout-panel-main .isotope {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: static !important;
}
.layout-panel-main .isotope-item {
  flex-basis: 50%;
  max-width: 50%;
  flex-grow: 1;
}

* + .layout-panel-main {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .layout-panel-toggle {
    width: 54px;
    height: 54px;
    line-height: 54px;
  }
  .layout-panel-toggle::before, .layout-panel-toggle::after {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .layout-panel-wrap {
    width: 730px;
  }
  .layout-panel-wrap.active .layout-panel {
    transform: translateX(0);
  }
  .layout-panel-wrap .layout-panel {
    transform: translateX(350px);
  }
  .layout-panel-wrap .layout-panel-inner {
    max-width: 330px;
  }
  .layout-panel-wrap .layout-panel-toggle {
    right: 350px;
  }
  .ie-10 .layout-panel,
.ie-11 .layout-panel {
    transform: translateX(350px);
  }
  .ie-10 .layout-panel-toggle,
.ie-11 .layout-panel-toggle {
    right: 20px;
  }
  .ie-10 .layout-panel-wrap.active,
.ie-11 .layout-panel-wrap.active {
    right: 20px;
  }
  .ie-10 .layout-panel-wrap.active .layout-panel-toggle,
.ie-11 .layout-panel-wrap.active .layout-panel-toggle {
    right: 370px;
  }
}
.thumbnail-small {
  position: relative;
  display: block;
  text-align: center;
  padding: 5px 5px 0;
  border: 1px solid #d0d0d0;
  transition: 0.5s;
  color: #151515;
  background-color: transparent;
}
.thumbnail-small:hover {
  background: #e27b46;
  color: #fff;
}

.thumbnail-small-image {
  position: relative;
}
.thumbnail-small-image img {
  width: 100%;
  height: auto;
}

.thumbnail-small-hover-image {
  display: none;
}
.thumbnail-small-hover-image img {
  width: 100%;
  height: auto;
}

.thumbnail-small-caption {
  position: relative;
  padding: 10px 8px;
}

.thumbnail-small-header {
  position: relative;
  z-index: 1;
  font: 300 12px/18px "Lato", Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
  .desktop .thumbnail-small-image {
    transition: 0.25s all ease;
  }
  .desktop .thumbnail-small-hover-image {
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    z-index: 11;
    transform: translate(-120%, -60%);
    transition: 0.33s all ease;
    width: 342px;
    height: 252px;
    background: #fff;
    box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
    opacity: 0;
    pointer-events: none;
  }
  .desktop .thumbnail-small-hover-image img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    border: 7px solid #fff;
  }
  .desktop .thumbnail-small-hover-image:before {
    content: "";
    position: absolute;
    top: 50%;
    z-index: -1000;
    transform: translateY(-50%) rotate(45deg);
    right: -11px;
    width: 24px;
    height: 24px;
    background: #fff;
    box-shadow: -3px 0px 45px -2px rgba(0, 0, 0, 0.13);
  }
  .desktop .thumbnail-small:hover .thumbnail-small-caption:after {
    bottom: 0;
    opacity: 1;
  }
  .desktop .thumbnail-small:hover .thumbnail-small-header {
    color: #fff;
  }
  .desktop .thumbnail-small:hover .thumbnail-small-image:after {
    opacity: 0;
  }
  .desktop .thumbnail-small:hover .thumbnail-small-hover-image {
    z-index: 12;
    opacity: 1;
    transform: translate(-100%, -60%);
  }
}

.badge {
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  white-space: pre-wrap;
}
.badge .delete {
  margin-left: 10px;
  cursor: pointer;
}
.badge.badge--alert {
  background-color: #ff9800;
  color: #ffffff;
}
.badge.badge--success {
  background-color: #4CAF50;
  color: #ffffff;
}
.badge.badge--danger, .badge.badge--error {
  background-color: #f44336;
  color: #ffffff;
}
.badge.badge--notice {
  background-color: #2196F3;
  color: #ffffff;
}
.badge ul,
.badge ul.liste-rond {
  margin-bottom: 0;
}
.badge li {
  margin-top: 10px;
}

.rd-navbar-static .rd-navbar-dropdown > li,
.rd-navbar-fullwidth .rd-navbar-dropdown > li {
  width: 100%;
}

.material-parallax img {
  bottom: 50%;
}

.rd-navbar-fixed .rd-navbar-panel {
  height: 80px;
}

.container {
  max-width: 100%;
}

.page-praticiens .material-parallax img {
  bottom: -170px;
}
.page-praticiens .praticien .vip ul.list.text-gray-darker, .page-praticiens .praticien .vip .page-actualite_details .block-text-width-divider-content ul, .page-actualite_details .block-text-width-divider-content .page-praticiens .praticien .vip ul, .page-praticiens .praticien .vip .page-praticien .approche ul, .page-praticien .approche .page-praticiens .praticien .vip ul,
.page-praticiens .praticien .vip .page-praticien .formation ul,
.page-praticien .formation .page-praticiens .praticien .vip ul {
  padding-left: 10px;
}
.page-praticiens .praticien .vip ul.list.text-gray-darker li, .page-praticiens .praticien .vip .page-actualite_details .block-text-width-divider-content ul li, .page-actualite_details .block-text-width-divider-content .page-praticiens .praticien .vip ul li, .page-praticiens .praticien .vip .page-praticien .approche ul li, .page-praticien .approche .page-praticiens .praticien .vip ul li,
.page-praticiens .praticien .vip .page-praticien .formation ul li,
.page-praticien .formation .page-praticiens .praticien .vip ul li {
  color: #e27b46;
  text-align: left;
  align-items: flex-start;
}
.page-praticiens .praticien .vip:hover ul.list.text-gray-darker li, .page-praticiens .praticien .vip:hover .page-actualite_details .block-text-width-divider-content ul li, .page-actualite_details .block-text-width-divider-content .page-praticiens .praticien .vip:hover ul li, .page-praticiens .praticien .vip:hover .page-praticien .approche ul li, .page-praticien .approche .page-praticiens .praticien .vip:hover ul li,
.page-praticiens .praticien .vip:hover .page-praticien .formation ul li,
.page-praticien .formation .page-praticiens .praticien .vip:hover ul li {
  color: #151515;
}

.page-praticien .approche ul,
.page-praticien .formation ul {
  margin-top: 10px;
}
.page-praticien .approche ul li,
.page-praticien .formation ul li {
  text-align: left;
  align-items: flex-start;
}
.page-praticien .approche ol,
.page-praticien .formation ol {
  margin-top: 10px;
  list-style-position: inside;
  list-style-type: decimal;
}
.page-praticien .approche ol li,
.page-praticien .formation ol li {
  color: #9b9b9b;
  text-align: left;
  align-items: flex-start;
}
.page-praticien .approche ul li {
  color: #9b9b9b;
}
.page-praticien .specialites {
  margin: 10px 0;
}

.page-actualite_details .block-text-width-divider-content ul {
  margin-top: 10px;
}
.page-actualite_details .block-text-width-divider-content ul li {
  text-align: left;
  align-items: flex-start;
}
.page-actualite_details .block-text-width-divider-content ol {
  margin-top: 10px;
  list-style-position: inside;
  list-style-type: decimal;
}
.page-actualite_details .block-text-width-divider-content ol li {
  color: #9b9b9b;
  text-align: left;
  align-items: flex-start;
}

.page-nos-specialites .material-parallax img {
  bottom: 0%;
}
.page-nos-specialites .thumb-default {
  max-width: none;
}
.page-nos-specialites .thumb-default .thumb-default-title:before {
  width: 10%;
  margin-right: 4%;
}
.page-nos-specialites .thumb-default:hover .thumb-default-title:before {
  width: 20%;
}
.page-nos-specialites .thumb-default img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-accueil .material-parallax img {
  bottom: 0%;
}

.page-accueil .owl-item .thumb-default,
.page-vos-besoins .owl-item .thumb-default {
  max-width: none;
}
.page-accueil .owl-item .thumb-default .thumb-default-title:before,
.page-vos-besoins .owl-item .thumb-default .thumb-default-title:before {
  width: 10%;
  margin-right: 4%;
}
.page-accueil .owl-item .thumb-default:hover .thumb-default-title:before,
.page-vos-besoins .owl-item .thumb-default:hover .thumb-default-title:before {
  width: 20%;
}
.page-accueil .owl-item .thumb-default img,
.page-vos-besoins .owl-item .thumb-default img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-accueil .about-container h2,
.page-vos-besoins .about-container h2 {
  margin-top: 50px;
  color: #fff;
}
.page-accueil .about-container .range-30 .cell-lg-5:nth-child(odd),
.page-vos-besoins .about-container .range-30 .cell-lg-5:nth-child(odd) {
  padding-right: 25px;
}
.page-accueil .about-container .range-30 .cell-lg-5:nth-child(even),
.page-vos-besoins .about-container .range-30 .cell-lg-5:nth-child(even) {
  padding-left: 25px;
}
.page-accueil .about-container .about-out-item-inner,
.page-vos-besoins .about-container .about-out-item-inner {
  color: #ffffff;
  background-color: #7D6E5C;
  border-top-right-radius: 80px 80px;
  border-bottom-left-radius: 80px 80px;
}
.page-accueil .about-container .about-out-item-inner:hover,
.page-vos-besoins .about-container .about-out-item-inner:hover {
  background-color: #e27b46;
}
.page-accueil .about-container .about-out-item-inner:hover img.main,
.page-vos-besoins .about-container .about-out-item-inner:hover img.main {
  display: none;
}
.page-accueil .about-container .about-out-item-inner:hover img.hover,
.page-vos-besoins .about-container .about-out-item-inner:hover img.hover {
  display: inline-block;
}
.page-accueil .about-container .about-out-item-inner img.hover,
.page-vos-besoins .about-container .about-out-item-inner img.hover {
  display: none;
}
.page-accueil .about-container .about-out-item-inner img,
.page-vos-besoins .about-container .about-out-item-inner img {
  height: 175px;
  width: auto;
  max-width: 90%;
}

.page-specialite .section-lg .object {
  margin-bottom: 20px !important;
}
.page-specialite ul.list li, .page-specialite .page-praticien .approche ul li, .page-praticien .approche .page-specialite ul li,
.page-specialite .page-praticien .formation ul li,
.page-praticien .formation .page-specialite ul li, .page-specialite .page-actualite_details .block-text-width-divider-content ul li, .page-actualite_details .block-text-width-divider-content .page-specialite ul li {
  display: list-item;
}
.page-specialite .element-5 .material-parallax img {
  bottom: -100px;
}
.page-specialite .element-13 .material-parallax img {
  bottom: 400px;
}
.page-specialite .element-15 .material-parallax img {
  bottom: -150px;
}
.page-specialite .element-19 .material-parallax img {
  bottom: -50px;
}

.page-un-toucher-qui-soigne .material-parallax img {
  bottom: -200px;
}

.page-contact .material-parallax img {
  bottom: -100px;
}

.page-actualites .material-parallax img {
  bottom: -160px;
}

.page-a-propos .material-parallax img {
  bottom: 190px;
}

.image-left {
  float: left;
  margin: 0 20px 20px 0;
}
