/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.width-10 {
  max-width: 10% !important;
  width: 100%; }

.width-20 {
  max-width: 20% !important;
  width: 100%; }

.width-30 {
  max-width: 30% !important;
  width: 100%; }

.width-40 {
  max-width: 40% !important;
  width: 100%; }

.width-50 {
  max-width: 50% !important;
  width: 100%; }

.width-60 {
  max-width: 60% !important;
  width: 100%; }

.width-70 {
  max-width: 70% !important;
  width: 100%; }

.width-80 {
  max-width: 80% !important;
  width: 100%; }

.width-100 {
  max-width: 100% !important;
  width: 100%; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

*, ::after, ::before {
  box-sizing: border-box; }

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

.bold {
  font-weight: bold; }

/* Wp Default Style
*/
.entry-content img {
  margin: 0 0 20px 0; }

.alignleft, img.alignleft {
  margin-right: 20px;
  display: inline;
  float: left; }
  @media screen and (max-width: 1109px) {
    .alignleft, img.alignleft {
      float: none;
      margin-right: 0; } }

.alignright, img.alignright {
  margin-left: 20px;
  display: inline;
  float: right; }
  @media screen and (max-width: 1109px) {
    .alignright, img.alignright {
      float: none;
      margin-left: 0; } }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }
  .wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0; }
  .wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

img.size-medium {
  width: 100%; }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("") format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("") format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("") format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("") format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("") format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("") format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("") format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

.container {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 991px) {
    .container {
      max-width: 767px; } }
  @media (min-width: 1110px) {
    .container {
      max-width: 1110px; } }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid::after {
    clear: both;
    content: "";
    display: block; }

.row {
  margin-right: -10px;
  margin-left: -10px; }
  .row::after {
    clear: both;
    content: "";
    display: block; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 991px) {
  .col-sm {
    max-width: 100%; }
  .col-sm-auto {
    width: auto;
    max-width: none; }
  .col-sm-1 {
    max-width: 8.33333%; }
  .col-sm-2 {
    max-width: 16.66667%; }
  .col-sm-3 {
    max-width: 25%; }
  .col-sm-4 {
    max-width: 33.33333%; }
  .col-sm-5 {
    max-width: 41.66667%; }
  .col-sm-6 {
    max-width: 50%; }
  .col-sm-7 {
    max-width: 58.33333%; }
  .col-sm-8 {
    max-width: 66.66667%; }
  .col-sm-9 {
    max-width: 75%; }
  .col-sm-10 {
    max-width: 83.33333%; }
  .col-sm-11 {
    max-width: 91.66667%; }
  .col-sm-12 {
    max-width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1110px) {
  .col-md {
    max-width: 100%; }
  .col-md-auto {
    width: auto;
    max-width: none; }
  .col-md-1 {
    max-width: 8.33333%; }
  .col-md-2 {
    max-width: 16.66667%; }
  .col-md-3 {
    max-width: 25%; }
  .col-md-4 {
    max-width: 33.33333%; }
  .col-md-5 {
    max-width: 41.66667%; }
  .col-md-6 {
    max-width: 50%; }
  .col-md-7 {
    max-width: 58.33333%; }
  .col-md-8 {
    max-width: 66.66667%; }
  .col-md-9 {
    max-width: 75%; }
  .col-md-10 {
    max-width: 83.33333%; }
  .col-md-11 {
    max-width: 91.66667%; }
  .col-md-12 {
    max-width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

.hidden {
  display: none !important; }

#header {
  background-color: #000000; }
  #header .container {
    display: flex;
    align-items: center; }
    @media all and (max-width: 991px) {
      #header .container {
        display: block;
        text-align: center; } }
  #header a {
    text-decoration: none;
    text-transform: uppercase; }
  #header .logo {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media all and (max-width: 991px) {
      #header .logo {
        float: none;
        display: block;
        width: 100%; } }
  @media all and (max-width: 991px) {
    #header .social {
      float: none;
      display: block;
      width: 100%; } }
  @media all and (max-width: 991px) {
    #header .nav_container {
      float: none;
      width: 100%; } }
  @media all and (max-width: 991px) {
    #header .dot_menu nav {
      display: none;
      visibility: hidden;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
      #header .dot_menu nav.open {
        display: block;
        visibility: visible;
        position: fixed;
        background: #616161;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: scroll;
        z-index: 9999; } }
  #header .menu-btn {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 4px;
    background-color: #616161;
    border: solid 1px white;
    top: 25px;
    left: 10px;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 10000; }
    @media all and (max-width: 991px) {
      #header .menu-btn {
        display: block;
        border: solid 1px #616161; } }
    #header .menu-btn.open span:nth-child(1) {
      top: 14px;
      width: 0%;
      left: 50%; }
    #header .menu-btn.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #header .menu-btn.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #header .menu-btn.open span:nth-child(4) {
      top: 14px;
      width: 0%;
      left: 50%; }
    #header .menu-btn span {
      display: block;
      position: absolute;
      height: 3px;
      width: 20px;
      background: #ffffff;
      opacity: 1;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      #header .menu-btn span:nth-child(1) {
        top: -9px; }
      #header .menu-btn span:nth-child(2) {
        top: 0; }
      #header .menu-btn span:nth-child(3) {
        top: 0; }
      #header .menu-btn span:nth-child(4) {
        top: 11px; }
  #header .dot {
    height: 10px;
    width: 10px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block; }
  #header ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media all and (max-width: 991px) {
      #header ul {
        padding-top: 100px; } }
    #header ul li {
      display: inline-block; }
      @media all and (max-width: 991px) {
        #header ul li {
          display: block; } }
      #header ul li a {
        color: #ffffff;
        font-size: 14px;
        padding: 0 15px; }
        @media all and (max-width: 991px) {
          #header ul li a {
            display: block;
            padding: 15px;
            text-align: center; } }
        #header ul li a:hover {
          color: #CCCCCC; }

#footer {
  padding-top: 30px;
  text-align: center; }
  #footer .scrollUp img {
    transform: rotate(180deg); }
  #footer a {
    text-decoration: none; }
  #footer span {
    font-family: 'Anton', 'Arial', 'sans-serif';
    display: block;
    font-size: 25px;
    color: #303030;
    line-height: normal;
    margin-bottom: 25px;
    letter-spacing: 2.5px;
    font-weight: 400;
    text-decoration: none; }
  #footer p {
    margin-bottom: 0; }

.white_text {
  color: #ffffff; }

.price_tag {
  color: #ffffff; }
  .price_tag .square_box-icon {
    border-radius: 5px; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Spinnaker', 'Arial', 'sans-serif';
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #616161;
  overflow-x: hidden; }

h1 {
  font-size: 30px;
  line-height: normal;
  margin: 0; }

h2 {
  font-size: 18px;
  line-height: normal;
  font-weight: 400; }

h5 {
  font-family: 'Anton', 'Arial', 'sans-serif';
  font-size: 25px;
  line-height: normal;
  letter-spacing: 2.5px;
  font-weight: 400; }

p.h1 {
  font-size: 30px;
  line-height: normal;
  margin: 0; }

.pink_button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
  padding: 15px 62px;
  border: 3px solid #ffffff;
  color: #ffffff; }
  .pink_button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
    background-color: #fcb9a2;
    border-color: #fcb9a2;
    color: #ffffff; }

input {
  font: normal normal normal 14px/1.4em spinnaker,sans-serif;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  color: #303030;
  margin: 5px 0;
  padding: 5px;
  width: 100%; }
  input:focus {
    outline: transparent; }
  input.wpcf7-submit {
    width: auto; }

textarea {
  font: normal normal normal 14px/1.4em spinnaker,sans-serif;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  color: #303030;
  margin: 5px 0;
  padding: 5px;
  width: 100%; }
  textarea:focus {
    outline: transparent; }

.max_width .vc_column-inner {
  max-width: 75%;
  margin: auto; }

.align_right {
  text-align: right; }

.empty_section {
  min-height: 719px; }

.same_boxes {
  max-width: 600px;
  margin: auto !important; }
  .same_boxes .with_text .vc_column-inner {
    width: 200px;
    height: 200px;
    padding-top: 0 !important; }
    .same_boxes .with_text .vc_column-inner:hover {
      background-color: #82e4d5 !important; }
    .same_boxes .with_text .vc_column-inner a {
      color: #303030;
      text-decoration: none; }
    .same_boxes .with_text .vc_column-inner .wpb_text_column {
      margin-bottom: 0 !important;
      font-family: 'Anton', 'Arial', 'sans-serif';
      font-size: 24px;
      color: #303030; }
    .same_boxes .with_text .vc_column-inner P {
      margin: 0; }

.container_boxes {
  max-width: 1500px;
  margin: auto !important; }
  .container_boxes h4 {
    font-size: 23px;
    color: #000000;
    margin-top: 0; }
  .container_boxes h5 {
    font-size: 18px; }
  .container_boxes p {
    line-height: 1.5em; }

@media all and (max-width: 991px) {
  .row {
    margin: 0; } }

.reserve_now button.vc_btn3.vc_btn3-size-sm {
  background-color: #e6e72f;
  color: #616161; }
  .reserve_now button.vc_btn3.vc_btn3-size-sm:hover {
    padding: 9px 14px;
    background-color: #fcb9a1;
    border-color: #616161;
    border: 3px solid #616161; }

@media all and (max-width: 991px) {
  .vc_row.wpb_row {
    margin: 0; } }

.wpb_row .container {
  margin: 0 auto; }

.wpb_gallery .theme-default .nivoSlider {
  margin-bottom: 0;
  max-height: 650px; }

.wpb_gallery .theme-default .nivo-controlNav {
  display: none; }

@media (max-width: 420px) {
  ul.slides > li {
    height: 200px; } }

@media (min-width: 421px) {
  ul.slides > li {
    height: 650px; } }

ul.slides > li > * {
  height: auto;
  max-height: calc(100% - 8px);
  max-width: 100%;
  width: 100%;
  position: absolute;
  overflow-y: hidden; }

/* For images specifically, set height to 100% and width to auto so you are keeping aspect ratio */
ul.slides > li > img {
  height: 100%;
  width: auto !important; }

/* Don't let content clip over edge */
ul.slides > li {
  overflow: hidden; }

ul.slides > li > p {
  overflow-y: auto; }

.price_with_button {
  display: flex; }
  .price_with_button .price_with_button_text {
    font-size: 26px;
    width: 50%; }
  .price_with_button .price_with_button_button {
    width: 50%; }
    .price_with_button .price_with_button_button a {
      font-size: 18px;
      color: #ffffff;
      text-decoration: none;
      padding: 5px 10px;
      background-color: #EA3F3F;
      border-radius: 7px; }

.wpb_text_column ul {
  padding-left: 15px; }

.testimonials {
  display: flex;
  flex-wrap: wrap; }
  .testimonials .testimonial {
    position: relative;
    width: 33.33%;
    background-color: #ffffff;
    padding: 5px 5px 25px;
    font-size: 14px;
    border: 1px solid #000000; }
    @media all and (max-width: 991px) {
      .testimonials .testimonial {
        width: 100%; } }
    .testimonials .testimonial p.name {
      position: absolute;
      bottom: -5px;
      right: 5px;
      font-weight: 700; }

.program_contact {
  padding: 60px;
  width: 630px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  background-color: rgba(240, 222, 246, 0.25); }
  @media only screen and (max-width: 767px) {
    .program_contact {
      width: 100%; } }
  .program_contact span {
    width: 40%;
    margin: 10px 5%; }
    @media only screen and (max-width: 767px) {
      .program_contact span {
        width: 100%; } }
    .program_contact span.mesaj {
      width: 100%; }
    .program_contact span.wpcf7-not-valid-tip {
      width: 100%; }
    .program_contact span select {
      width: 100%;
      margin: 5px 0;
      padding: 5px; }
  .program_contact .wpcf7-submit {
    width: 100%;
    background-color: #EA3F3F;
    border-radius: 7px;
    margin: 10px 5%;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
    cursor: pointer; }
    .program_contact .wpcf7-submit:hover {
      background-color: #ffffff;
      color: #EA3F3F; }

#redeem {
  font-family: 'Roboto', sans-serif;
  width: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media all and (max-width: 480px) {
    #redeem {
      height: 400px;
      width: 255px; } }
  #redeem a {
    color: #ffffff; }
  #redeem .error {
    color: red; }
  #redeem p {
    color: #ffffff;
    font-size: 13px;
    margin: 0; }
  #redeem input {
    width: 300px;
    height: 30px; }
    @media all and (max-width: 480px) {
      #redeem input {
        width: 250px; } }
  #redeem .input {
    position: relative;
    font-size: 1.5em;
    background: linear-gradient(21deg, #10abff, #1beabd);
    padding: 3px;
    display: inline-block;
    border-radius: 3px;
    margin: 5px 0; }
    #redeem .input.submit *:not(span) {
      color: #ffffff;
      background: linear-gradient(21deg, #10abff, #1beabd);
      cursor: pointer; }
    #redeem .input *:not(span) {
      position: relative;
      display: inherit;
      border-radius: inherit;
      margin: 0;
      border: none;
      outline: none;
      padding: 0 .325em;
      z-index: 1; }
      #redeem .input *:not(span):focus + span {
        opacity: 1;
        transform: scale(1); }
    #redeem .input span {
      transform: scale(0.993, 0.94);
      transition: transform .5s, opacity .25s;
      opacity: 0;
      position: absolute;
      z-index: 0;
      margin: 4px;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: inherit;
      pointer-events: none;
      box-shadow: inset 0 0 0 3px #fff, 0 0 0 4px #fff, 3px -3px 30px #1beabd, -3px 3px 30px #10abff; }
  #redeem input[type="checkbox"] {
    display: none; }
    #redeem input[type="checkbox"]:checked + label:before {
      width: 10px;
      top: -5px;
      left: 5px;
      border-radius: 0;
      opacity: 1;
      border-top-color: transparent;
      border-left-color: transparent;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #redeem input[type="checkbox"] + label {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 20px;
      margin-top: 15px;
      font: 14px/20px 'Open Sans', Arial, sans-serif;
      color: #ddd;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      #redeem input[type="checkbox"] + label:last-child {
        margin-bottom: 0; }
      #redeem input[type="checkbox"] + label:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid #1beabd;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .6;
        -webkit-transition: all .12s, border-color .08s;
        transition: all .12s, border-color .08s; }

@media all and (max-width: 480px) {
  .g-recaptcha > div {
    width: 170px !important; }
  .g-recaptcha iframe {
    width: 170px; } }

.page-template-page-team section {
  position: absolute;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  border: 2px solid #000; }
  @media only screen and (max-width: 991px) {
    .page-template-page-team section {
      height: auto;
      display: block; } }
  .page-template-page-team section .slide {
    position: relative;
    background: #0f0;
    background-position: center center;
    background-size: cover;
    height: 100%;
    flex: 1;
    border-right: 2px solid #000;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    cursor: pointer; }
    .page-template-page-team section .slide p {
      line-height: 15px;
      margin-top: 5px;
      margin-bottom: 5px; }
    .page-template-page-team section .slide:hover {
      flex-grow: 2; }
      .page-template-page-team section .slide:hover .content-team {
        visibility: visible;
        opacity: 1;
        transition: 0.5s;
        transition-delay: 0.5s;
        transform: translateY(0); }
    .page-template-page-team section .slide:last-child {
      border-right: none; }
    .page-template-page-team section .slide .content-team {
      position: relative;
      bottom: 0;
      margin: 40px;
      padding: 30px;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      border-radius: 30px;
      visibility: hidden;
      opacity: 0;
      transition: 0;
      transform: translateY(100px); }
      @media only screen and (max-width: 991px) {
        .page-template-page-team section .slide .content-team {
          transform: translateY(0);
          opacity: 1;
          visibility: visible; } }

.page-template-page-team #footer {
  display: none; }

.um-register .um-field-label label {
  color: #ffffff; }

.um-register #um-submit-btn {
  background-color: #000000; }

.archive_post {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px; }
  .archive_post .featured_img {
    padding-right: 25px; }
    .archive_post .featured_img a {
      display: block;
      width: 300px;
      height: 300px;
      background-size: cover;
      background-position: center center; }
  .archive_post .archive_excerpt h3.title {
    font-size: 32px;
    line-height: 1.1em;
    font-weight: 700;
    margin: 0 0 10px 0; }
    .archive_post .archive_excerpt h3.title a {
      color: #000000;
      text-decoration: none; }
  .archive_post .archive_excerpt p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8em; }
    .archive_post .archive_excerpt p.post_date {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1.1em;
      margin: 0; }

.read_more {
  display: inline-block;
  float: right;
  text-decoration: none;
  padding: 10px 15px;
  color: #000000;
  border: 2px solid #000000;
  transition: all .2s ease-in-out; }
  .read_more:hover {
    color: #82e4d5;
    border: 2px solid #82e4d5; }

.sce-edit-button a {
  background: url("") center no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block; }

.form-submit {
  display: none; }

.blog-btn {
  position: relative;
  line-height: 57px;
  padding-left: 57px;
  width: 258px;
  background-color: #000000;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 90px;
  cursor: pointer; }
  .blog-btn:hover {
    text-decoration: none;
    opacity: 0.8; }
  .blog-btn.submit {
    border: none;
    float: right;
    margin-bottom: 85px; }
    .blog-btn.submit .envelope-plane {
      position: absolute;
      left: 0;
      top: 0;
      width: 57px;
      height: 57px; }
      .blog-btn.submit .envelope-plane object {
        position: absolute;
        top: 50%;
        left: 50%; }

h1 {
  margin-top: 10px;
  font-size: 64px;
  line-height: 24px;
  margin-bottom: 52px; }

.search-form {
  width: 100%;
  padding-top: 9px;
  position: relative; }
  .search-form ::-webkit-input-placeholder {
    color: #656565;
    font-size: 13px;
    font-weight: 300; }
  .search-form :-moz-placeholder {
    /* Firefox 18- */
    color: #656565;
    font-size: 13px; }
  .search-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #656565;
    font-size: 13px; }
  .search-form :-ms-input-placeholder {
    color: #656565;
    font-size: 13px; }
  .search-form input {
    height: 39px;
    padding-bottom: 6px; }
  .search-form input[type=search] {
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    width: 100%; }
  .search-form input[type=submit] {
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8.5px;
    background: url("") no-repeat center;
    width: 17px;
    height: 17px; }

.alignright {
  display: block;
  margin: auto;
  padding-bottom: 25px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0; }

.alignleft {
  display: block;
  float: left;
  padding-right: 25px;
  padding-bottom: 25px; }

.article-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 13px;
  float: left; }

.post-info {
  margin-bottom: 16px;
  display: inline-block;
  float: left;
  clear: left; }
  .post-info + p {
    clear: left; }
  .post-info span {
    font-size: 11px;
    line-height: 24px;
    color: #80868e; }
    .post-info span.date {
      margin-right: 5px; }
    .post-info span.time {
      margin-right: 23px; }
    .post-info span.comments {
      margin-right: 47px;
      position: relative; }
      .post-info span.comments .comments-icon {
        width: 11px;
        height: 11px;
        background: url("") no-repeat center;
        position: absolute;
        right: -14px;
        top: 50%;
        margin-top: -5.5px;
        display: block; }
    .post-info span.social .facebook a {
      width: 8px;
      height: 14px;
      background: url("") no-repeat center;
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px;
      margin-right: 10px; }
    .post-info span.social .twitter a {
      width: 16px;
      height: 13px;
      display: inline-block;
      background: url("") no-repeat center;
      vertical-align: middle;
      margin-left: 10px; }

p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 22px; }

.comments .comment-box {
  padding: 30px;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.43);
  color: #848488;
  position: relative; }
  .comments .comment-box:last-child {
    margin-bottom: 18px; }
  .comments .comment-box.my-comment {
    background: #d5d5d5; }
    .comments .comment-box.my-comment .tools {
      right: 0; }
  .comments .comment-box .name,
  .comments .comment-box .time {
    margin-bottom: 14px; }
  .comments .comment-box .name {
    font-size: 17px;
    line-height: 22px;
    color: #191c20;
    font-weight: 700; }
    .comments .comment-box .name a {
      margin-left: 2px;
      display: inline-block;
      font-size: 13px;
      line-height: 22px;
      font-weight: 400;
      color: #929aa6;
      cursor: pointer; }
    .comments .comment-box .name .reply-small {
      background: url("") no-repeat center;
      width: 18px;
      height: 12px;
      display: inline-block;
      margin-right: 5px; }
  .comments .comment-box .time span {
    font-size: 11px;
    line-height: 24px;
    color: #80868e;
    margin-left: 5px; }
  .comments .comment-box .comment-wrap {
    position: relative; }
  .comments .comment-box .comment-text p {
    clear: both;
    font-size: 13px;
    line-height: 22px;
    color: #848488;
    max-width: 544px;
    display: inline-block; }
  .comments .comment-box .tools {
    position: absolute;
    top: 50%;
    right: 30px;
    min-height: 32px; }
    .comments .comment-box .tools span {
      float: right;
      padding: 17px 0;
      margin-left: 15px; }
    .comments .comment-box .tools .reply a {
      background: url("") no-repeat center;
      width: 23px;
      height: 15px;
      color: transparent;
      overflow: hidden;
      display: inline-block;
      cursor: pointer; }
      .comments .comment-box .tools .reply a:hover {
        background: url("") no-repeat center; }
    .comments .comment-box .tools .type a {
      background: url("") no-repeat center;
      width: 17px;
      height: 17px;
      display: inline-block;
      cursor: pointer; }
      .comments .comment-box .tools .type a:hover {
        background: url("") no-repeat center; }
    .comments .comment-box .tools .delete a {
      background: url("") no-repeat center;
      width: 18px;
      height: 18px;
      display: inline-block;
      cursor: pointer; }
      .comments .comment-box .tools .delete a:hover {
        background: url("") no-repeat center; }

.comment-form input[type=text], .comment-form textarea {
  width: 100%;
  display: block;
  background: #272b31;
  color: #cecece;
  border: none;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 13px;
  line-height: 22px; }

.comment-form textarea {
  resize: none;
  height: 135px; }

.comment-form ::-webkit-input-placeholder {
  color: #cecece;
  font-size: 13px;
  font-weight: 300; }

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  color: #cecece;
  font-size: 13px; }

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cecece;
  font-size: 13px; }

.comment-form :-ms-input-placeholder {
  color: #cecece;
  font-size: 13px; }

.comment-form input[type=text] {
  height: 40px; }

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