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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  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;
  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; }
 /* .location-holder a img{
	  display: block;
	  width: 100%;
	  height: auto; }
	  */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?9n4d5j");
  src: url("../fonts/icomoon.eot?9n4d5j#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9n4d5j") format("truetype"), url("../fonts/icomoon.woff?9n4d5j") format("woff"), url("../fonts/icomoon.svg?9n4d5j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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; }

.icon-arrow-thin-right:before {
  content: "\e900"; }

.icon-google:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\ea3c"; }

.icon-arrow-left:before {
  content: "\ea40"; }
  
.icon-yelp:before {
  content: "\e90a"; }
  
.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.header .nav-list, .nav-list, .section-offerings .offerings-list, .footer-nav, .social-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #322e33;
  background: #fff;
  font: 16px/1.2 "Myriad Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 100;
  letter-spacing: 0.03125em;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 45px; }

h2, .h2 {
  font-size: 38px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #47afae; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 16px 15px 11px;
  font-size: 14px;
  text-transform: uppercase; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #322e33; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #322e33; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #322e33; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #322e33; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #322e33; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #322e33; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

body.compensate-for-scrollbar {
  overflow: hidden; }
/*.header{position: relative; height: 50px;}*/
.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 56px 24px 26px;
  position: relative;
  text-align: left;
  vertical-align: middle; }
 
.infobox{ max-width: 1008px; 
    padding:0;
    margin: 0;
    overflow: hidden;
    border-bottom: #1ca09c dotted 2px;
    padding-bottom: 3%;
    }
  .infobox .img-holder{
	  float: left;
	  padding-right: 2%;
	  max-width: 350px;
  }
 
 @media (min-width: 768px) {
    .fancybox-content {
      padding: 56px 64px 46px; }
         
 }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 42px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 42px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
      transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border: 0;
  border-radius: 0;
  color: #47afae;
  cursor: pointer;
  opacity: 1;
  padding: 10px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #b0dfdf;
  opacity: 0.7; }

.fancybox-slide--html .fancybox-close-small {
  color: #47afae;
  padding: 0;
  right: 17px;
  top: 5px; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
      transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
      transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }
/*ul{list-style: circle;}
ul li{line-height: 1.5;}*/
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  min-height: 85px; }
  .header > .container {
    padding: 0 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1301px; }
  .header .nav-list {
    display: none; }
    @media (min-width: 768px) {
      .header .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1200px) {
      .header .nav-list {
        padding-top: 12px; } }

.logo {
  margin-right: 15px; 
  margin-top: 10px;}
  @media (min-width: 1024px) {
    .logo {
      padding-left: 75px; } }

@media (min-width: 768px) {
  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1024px) {
  .nav-list {
    padding-top: 14px; } }

.nav-list li {
  letter-spacing: 0.03125em;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 14px; }
  @media (min-width: 1200px) {
    .nav-list li {
      margin-right: 68px; } }
  .nav-list li:last-child {
    margin-right: 0; }

.nav-list a {
  color: #322e33;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .nav-list a:hover,
  .nav-list a.active {
    color: #47afae; }

.nav-opener {
  display: block;
  min-width: 60px;
  min-height: 60px;
  background-color: #47afae;
  position: relative;
  top: 0;
  right: 0;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  @media (min-width: 480px) {
    .nav-opener {
      min-width: 85px;
      min-height: 85px; } }
  .nav-opener:hover span {
    background-color: #322e33; }
    .nav-opener:hover span:before, .nav-opener:hover span:after {
      background-color: #322e33; }
  .nav-opener span {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    width: 27px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #FFF; }
    .nav-opener span:before, .nav-opener span:after {
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out;
      content: "";
      display: inline-block;
      width: 27px;
      height: 2px;
      position: absolute;
      vertical-align: middle;
      left: 0;
      background: #fff; }
    .nav-opener span:before {
      top: -8px; }
    .nav-opener span:after {
      top: 8px; }

@-moz-document url-prefix() {}.slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw + 17px);
  background: #47afae;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  padding: 100px 31px 20px 15px;
  z-index: 5;
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  margin-right: -16px; }
  @media (min-width: 768px) {
    .slider-nav {
      width: calc(100vw - 40%);
      height: 87vh; } }
  @media (min-width: 1024px) {
    .slider-nav {
      padding: 130px 15px 20px;
      width: calc(100vw - 56%); } }
  @media (min-width: 1200px) {
    .slider-nav {
      width: calc(100vw - 66%); } }
  @media (min-width: 1440px) {
    .slider-nav {
      padding: 145px 15px 20px; } }
  .slider-nav .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .slider-nav .nav-list.nav-resize {
        display: none; } }
    .slider-nav .nav-list li {
      letter-spacing: 0.00625em;
      text-align: center;
      margin: 0 0 33px;
      font-size: 14px;
      color: #fff; }
      .slider-nav .nav-list li.mail {
        font-size: 14px; }
        @media (min-width: 480px) {
          .slider-nav .nav-list li.mail {
            font-size: 14px; } }
        @media (min-width: 768px) {
          .slider-nav .nav-list li.mail {
            font-size: 24px; } }
      @media (min-width: 768px) {
        .slider-nav .nav-list li {
          font-size: 24px; } }
  .nav-active .slider-nav {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
    visibility: visible; }
  .slider-nav .nav-opener {
    top: 0;
    right: 10px;
    position: absolute; }
    @media (min-width: 768px) {
      .slider-nav .nav-opener {
        top: 22px;
        right: 40px; } }
    .slider-nav .nav-opener span {
      background: transparent; }
      .slider-nav .nav-opener span:after {
        height: 5px;
        width: 25px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 0; }
        @media (min-width: 768px) {
          .slider-nav .nav-opener span:after {
            height: 7px;
            width: 55px; } }
      .slider-nav .nav-opener span:before {
        height: 5px;
        width: 25px;
        top: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
        @media (min-width: 768px) {
          .slider-nav .nav-opener span:before {
            height: 7px;
            width: 55px; } }
  .slider-nav h6 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 34px; }
  .slider-nav a {
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .slider-nav a:hover {
      color: #322e33; }
  .slider-nav .social-list {
    padding-top: 20px;
    font-size: 28px; }
    @media (min-width: 1024px) {
      .slider-nav .social-list {
        padding-top: 61px;
        font-size: 38px; } }
    .slider-nav .social-list li {
      margin-right: 25px; }
      .slider-nav .social-list li:last-child {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .slider-nav .social-list li {
          margin-right: 50px; }
          .slider-nav .social-list li:last-child {
            margin-right: 0; } }

.wrapper {
  position: relative;
  overflow: hidden; }

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px; }

a {
  text-decoration: none; }

.hero-section .slick-prev, .hero-section .slick-next {
  position: absolute;
  bottom: 19px;
  right: 0;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  min-width: 45px;
  z-index: 2;
  font-size: 16px;
  color: #322e33;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .hero-section .slick-prev, .hero-section .slick-next {
      right: 60px; } }
  @media (min-width: 1024px) {
    .hero-section .slick-prev, .hero-section .slick-next {
      right: 224px; } }
  .hero-section .slick-prev:hover, .hero-section .slick-next:hover {
    color: #47afae; }

.hero-section .slick-prev {
  right: 50px; }
  @media (min-width: 768px) {
    .hero-section .slick-prev {
      right: 100px; } }
  @media (min-width: 1024px) {
    .hero-section .slick-prev {
      right: 288px; } }
[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}
.slick-slide {
  background-size: cover;
  background-position: center;
  min-height: 400px; }
  @media (min-width: 1200px) {
    .slick-slide {
      min-height: 851px; } }
  .slick-slide > .container {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }

.slider-content {
  position: absolute;
  left: 20px;
  bottom: 160px;
  height: auto; }
  @media (min-width: 768px) {
    .slider-content {
      bottom: 50px; } }
  @media (min-width: 1200px) {
    .slider-content {
      left: 238px;
      bottom: 177px; } }
  .slider-content.text-white h2 {
    color: #fff; }
  .slider-content.text-white time {
    color: #fff; }
  @media (min-width: 1024px) {
    .slider-content.right-position {
      left: auto;
      right: 331px; } }
  .slider-content h2 {
    color: #322e33;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.03125em;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .slider-content h2 {
        font-size: 26px; } }
  .slider-content time {
    font-family: "Myriad Pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 24px;
    color: #322e33; }
    @media (max-width: 767px) {
      .slider-content time {
        font-size: 18px; } 
        }
  .slider-content .btn-holder {
    padding-top: 55px; }
    @media (max-width: 767px) {
      .slider-content .btn-holder {
        padding-top: 25px; } }

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px; }
  @media (min-width: 768px) {
    .slick-track {
      height: 740px; } }

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.blue-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 14px 12px 10px;
  min-width: 288px;
  background: #47afae;
  font-size: 14px;
  letter-spacing: 2.5px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  .blue-btn:hover {
    background: #67c2c1; }

.allotted-text {
  color: #8d944e; }
.smalltext{font-size: 11px; padding: 1% 0;}

@media (min-width: 768px) {
  .mission-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1024px) {
  .mission-holder,
  .center-holder {
   margin: 0 auto;
    max-width: 1008px; 
    padding-bottom: 3%;} 
    
    
    }

.mission-holder .img-holder {
  overflow: hidden;
  margin-bottom: 15px;
  max-width: 498px;
  max-height: 480px;
  width: 100%; }
  @media (min-width: 1024px) {
	
    .mission-holder .img-holder {
      margin-bottom: 0;
      padding-top: 5px; } }
  .mission-holder .img-holder img {
    width: 100%;
    display: block; }

@media (min-width: 768px) {
  .mission-holder .text-holder {
    font-size: 16px;
    line-height: 1.9;
    padding-left: 25px;
    max-width: 50%; } }

@media (min-width: 1200px) {
  .mission-holder .text-holder {
    padding-left: 60px; } }

.mission-holder .text-holder h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.2; }
 .center-holder h3{
	text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 20px;
  color: #8d944e;
  text-align: center; }
  .highlight{  font-size: 16px; font-style: oblique; text-align: center; line-height: 1.5;}  
@media (min-width: 1024px) {
  .mission-holder .text-holder p {
    margin-bottom: 32px; } }

.mission-holder .text-holder .btn-holder {
  padding-top: 52px; }
.instashow-gallery,
.about-section {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .about-section {
      padding: 55px 0; } }
  @media (min-width: 1200px) {
    .about-section {
      padding: 157px 0 100px; } }
  .about-section h2 {
    color: #8d944e; }
  .about-section .img-holder {
    margin: 0 auto 15px; }
    @media (min-width: 768px) {
      .about-section .img-holder {
        margin: auto 0; } }
  .about-section.reverse {
    padding: 30px 0; }
    @media (min-width: 768px) {
      .about-section.reverse {
        padding: 55px 0; } }
    @media (min-width: 1200px) {
      .about-section.reverse {
        padding: 20px 0 25px; 
        margin-left: 23%;} }
    .about-section.reverse h2 {
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 40px; 
      color: #fff;}
    .about-section.reverse .mission-holder {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      max-width: 920px; }
      @media (min-width: 768px) {
        .about-section.reverse .mission-holder {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
      .about-section.reverse .mission-holder .img-holder {
        padding-top: 0;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .about-section.reverse .mission-holder .img-holder {
            margin: 0 auto 20px; } }
      .about-section.reverse .mission-holder .text-holder {
        padding-right: 40px;
        width: 100%;
        padding-left: 0; }
        .about-section.reverse .mission-holder .text-holder.right {
        padding-left: 40px;
        width: 100%;
         }
        @media (min-width: 768px) {
          .about-section.reverse .mission-holder .text-holder {
            max-width: 440px; } }

.text-bold {
  text-transform: uppercase;
  font-weight: 600; }

.more-btn {
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #322e33;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.5px;
  position: relative;
  max-width: 140px;
  padding-right: 18px; }
  .more-btn:hover {
    color: #8d944e; }
  .more-btn:after {
    font-family: 'icomoon' !important;
    content: '\ea3c';
    padding-left: 8px; }

.section-offerings {
  background-color: #ede6b6;
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .section-offerings {
      padding: 109px 0 128px; } }
  .section-offerings h2 {
    color: #8d944e;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .section-offerings h2 {
        margin-bottom: 54px; } }
  @media (max-width: 767px) {
    .section-offerings .offerings-list {
      text-align: left;
      margin-bottom: 25px; } }
  @media (min-width: 768px) {
    .section-offerings .offerings-list {
      margin-bottom: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1024px) {
    .section-offerings .offerings-list {
      margin-bottom: 70px; } }
  .section-offerings .offerings-list li {
    position: relative;
    text-align: left;
    padding: 15px; }
    @media (min-width: 768px) {
      .section-offerings .offerings-list li {
        padding: 15px 10px 15px;
        margin-bottom: 0;
        width: 100%;
        max-width: 25%;
        text-align: center; } }
    @media (min-width: 1024px) {
      .section-offerings .offerings-list li {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .section-offerings .offerings-list li {
        font-size: 25px; } }
    @media (min-width: 768px) {
      .section-offerings .offerings-list li:after {
        content: '';
        display: block;
        width: 1px;
        top: 0;
        right: 0;
        bottom: 0;
        background: #322e33;
        position: absolute; } }
    @media (max-width: 767px) {
      .section-offerings .offerings-list li:before {
        bottom: 0;
        left: -50px;
        right: -50px;
        content: "";
        position: absolute;
        background: #fff;
        height: 1px; } }
    @media (min-width: 768px) {
      .section-offerings .offerings-list li:last-child {
        margin-right: 0;
        padding-right: 0; } }
    .section-offerings .offerings-list li:last-child:after {
      display: none; }
    @media (min-width: 768px) {
      .section-offerings .offerings-list li:first-child {
        padding-left: 25px; } }
    @media (min-width: 1024px) {
      .section-offerings .offerings-list li:first-child {
        padding-left: 35px; } }
  .section-offerings .offerings-list a {
    color: #322e33;
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .section-offerings .offerings-list a:hover {
      color: #47afae; }
  .section-offerings .btn-holder {
    text-align: center; }

.teachers-section {
  position: relative;
  padding: 55px 0; }
  @media (min-width: 768px) {
    .teachers-section {
      padding: 55px 0; } }
  @media (min-width: 1200px) {
    .teachers-section {
      padding: 168px 0 108px; } 
      .secondlevel .teachers-section{
      padding: 0px 0 108px; }
      }
  .teachers-section > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .teachers-section .btn-holder {
    position: absolute;
    bottom: 20px;
    right: 50px; }
    @media (min-width: 768px) {
      .teachers-section .btn-holder {
        width: calc(100vw - 90%);
        right: 0; } }
    @media (min-width: 1440px) {
      .teachers-section .btn-holder {
        right: 0;
        bottom: 120px; } }
  .teachers-section .row {
    max-width: 1110px;
    width: 100%; }
  .teachers-section .section-caption {
    right: 0; }
    @media (max-width: 1439px) {
      .teachers-section .section-caption {
        top: 120px;
        right: 0; } }
    @media (max-width: 1199px) {
      .teachers-section .section-caption {
        top: 7px; } }
  .teachers-section .more-btn:after {
    font-family: 'icomoon' !important;
    content: '\ea3c';
    position: absolute;
    top: -50%;
    -webkit-transform: translateY(40%);
        -ms-transform: translateY(40%);
            transform: translateY(40%);
    left: 50px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px 0 -3px;
  position: relative; }

.replacement-holder {
  padding: 0 3px;
  margin-bottom: 7px;
  min-height: 174px;
  width: 50%; }
  @media (min-width: 480px) {
    .replacement-holder {
      min-height: 300px; } }
  @media (min-width: 768px) {
    .replacement-holder {
      min-height: 226px;
      width: 25%; } }
  @media (min-width: 1024px) {
    .replacement-holder {
      min-height: 305px;
      width: 25%; } }
  @media (min-width: 1200px) {
    .replacement-holder {
      min-height: 340px; } }
  .replacement-holder img {
    width: 100%; }

.section-caption {
  position: absolute;
  right: 0;
  padding: 12px 11px 9px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #8d944e;
  top: 7px; }
  @media (max-width: 767px) {
    .section-caption {
      width: 100%; } }
  @media (min-width: 768px) {
    .section-caption {
      top: 14px;
      width: calc(100vw - 80%); } }
  @media (min-width: 1024px) {
    .section-caption {
      top: 40px; } }
  @media (min-width: 1200px) {
    .section-caption {
      top: 168px;
      width: calc(100vw - 87.25%); } }
  .section-caption p {
    font-family: "Myriad Pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0;
    letter-spacing: 0.125em; }

.replacement-wrap {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .replacement-wrap .img-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  .replacement-wrap .inner-box {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    background: #47afae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase; }
  .replacement-wrap:hover .img-holder {
    opacity: 0;
    visibility: hidden; }
  .replacement-wrap:hover .inner-box {
    opacity: 1;
    visibility: visible; }

.icon-wrapper {
  position: relative;
  padding: 41px 0 30px; }
  @media (max-width: 767px) {
    .icon-wrapper .row {
      padding-top: 10px; } }
  .icon-wrapper .replacement-holder {
    min-height: 175px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .icon-wrapper .replacement-holder {
        margin-bottom: 5px; } }
    @media (min-width: 480px) {
      .icon-wrapper .replacement-holder {
        min-height: 250px; } }
    @media (min-width: 1024px) {
      .icon-wrapper .replacement-holder {
        min-height: 280px; } }
    @media (min-width: 1200px) {
      .icon-wrapper .replacement-holder {
        min-height: 393px; } }
    .icon-wrapper .replacement-holder img {
      height: 100%; }
      @media (min-width: 1024px) {
        .icon-wrapper .replacement-holder img {
          width: 100%; } }
  .icon-wrapper .section-caption {
    left: 0;
    z-index: 5;
    padding: 13px 11px;
    top: 0; }
    @media (min-width: 768px) {
      .icon-wrapper .section-caption {
        top: 41px; } }

@media (min-width: 1024px) {
  .location-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.address-holder {
  background: #ede6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  padding: 50px; }
  @media (min-width: 1024px) {
    .address-holder {
      width: 48.65%;
      padding: 70px 0 70px 64px; } }
  @media (min-width: 1200px) {
    .address-holder {
      padding: 115px 0 110px 72px; } }
  .address-holder .subtitle {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    letter-spacing: 0.08125em; }
  .address-holder address {
    font-style: normal;
    font-size: 22px;
    margin-bottom: 18px;
    line-height: 1.6; }
  .address-holder a {
    color: #322e33; }
  .address-holder .link-derection {
    font-size: 12px;
    letter-spacing: 0.35em;
    text-decoration: underline; }
    .address-holder .link-derection:hover {
      text-decoration: none; }

@media (min-width: 1024px) {
  .phone-box {
    padding-top: 50px; } }

@media (min-width: 1200px) {
  .phone-box {
    padding-top: 72px; } }

.phone-box a {
  color: #322e33;
  letter-spacing: 0; }

.phone-box .phone {
  font-size: 30px;
  font-weight: 400; }
  @media (min-width: 768px) {
    .phone-box .phone {
      font-size: 43px; } }

@media (min-width: 1024px) {
  .location-holder {
    width: 51.35%;
    min-height: 300px; } }

@media (min-width: 1200px) {
  .location-holder {
    min-height: 496px; } }

.location-holder a {
  display: block;
  width: 100%;
  height: 100%; }
  .location-holder a img {
    width: 100%;
    height: 100%; }

.second-hero-section {
  padding-top: 0px;
  padding-bottom: 23px; }
  @media (min-width: 1024px) {
    .second-hero-section {
      padding-top: 0px;
      padding-bottom: 53px; } }
  .second-hero-section img {
    width: 100%; }

.see-yourself {
  padding: 50px 0; }
  .see-yourself h2,
  .table-holder h2 {
    text-transform: uppercase;
    color: #8d944e;
    text-align: center;
    margin-bottom: 35px; }
  .see-yourself .img-holder {
    width: 100%;
    max-width: 1120px; }
    @media (min-width: 768px) {
      .see-yourself .img-holder {
        margin: 0 auto;
        padding: 0 100px; } }
  .see-yourself img {
    width: 100%; }

.month {
  padding: 15px 0;
  width: 100%;
  text-align: left; }
  @media (min-width: 768px) {
    .month {
      padding:30px 25px 0; } }
  @media (min-width: 1024px) {
    .month {
      padding: 50px 25px 0; } }
  .month a:hover {
    color: #1b4242; }
  .month li {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .month .prev {
    float: left;
    padding-top: 10px; }
  .month .next {
    float: right;
    padding-top: 10px; }
  .month .text-slide {
    overflow: hidden; }
  .month .btn-block {
    padding: 22px 0;
    font-size: 14px; }
  .month .blue-btn {
    min-width: 110px; }
  .month .opener {
    cursor: pointer;
    text-align: center;
    color: #47afae; }

.month-header {
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .month-header {
      padding: 13px 33px 10px; } }
  .month-header h6 {
    margin: 0;
    letter-spacing: 3.6px;
    font-weight: 700;
    font-size: 12px; }
    @media (min-width: 768px) {
      .month-header h6 {
        font-size: 16px; } }
  .month-header span {
    padding-left: 30px;
    position: relative;
    font-size: 12px; }
    @media (min-width: 768px) {
      .month-header span {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .month-header span {
        padding-left: 50px; } }
    .month-header span:after {
      content: url("../images/filter.png");
      position: absolute;
      top: -2px;
      left: 0; }

.table-holder {
  max-width: 920px;
  margin: 0 auto; }

.leson-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 32px 20px; }
  @media (min-width: 768px) {
    .leson-table {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .leson-table .btn-holder a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    text-transform: none; }
  @media (max-width: 767px) {
    .leson-table .btn-holder {
      width: 100%; }
      .leson-table .btn-holder a {
        width: 100%; } }
  .leson-table .text-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px; }
    .leson-table .text-holder .time {
      text-transform: uppercase;
      margin-bottom: 6px; }
    .leson-table .text-holder span {
      margin-bottom: 10px; }
    .leson-table .text-holder p {
      color: #999;
      margin-bottom: 13px; }
    .leson-table .text-holder a {
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out;
      padding-left: 15px;
      position: relative;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        .leson-table .text-holder a {
          margin-bottom: 15px; } }
      .leson-table .text-holder a:after {
        font-family: 'icomoon' !important;
        content: '\e900';
        position: absolute;
        color: #47afae;
        font-weight: bold;
        left: -3px;
        top: -2px; }

.weekdays {
  margin: 0;
  padding: 23px 0 4px; }
  .weekdays li {
    width: 13%;
    font-weight: 700;
    display: inline-block;
    color: #322e33;
    text-align: center; }
    @media (min-width: 768px) {
      .weekdays li {
        width: 13.6%; } }

.days {
  padding: 10px 0;
  margin: 0; }
  .days a {
    padding: 6px;
    color: #322e33;
    position: relative;
    font-size: 14.09px; }
    .days a:after {
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out;
      content: '';
      position: absolute;
      width: 25px;
      height: 25px;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-55%);
          -ms-transform: translateX(-55%);
              transform: translateX(-55%);
      background-color: #fff;
      border-radius: 50%;
      z-index: -1; }
    .days a:hover:after {
      background-color: #999; }
  .days li {
    list-style-type: none;
    display: inline-block;
    width: 13%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    color: #777; }
    .days li .active {
      color: #fff; }
      .days li .active:after {
        background-color: #1abc9c; }
    @media (min-width: 768px) {
      .days li {
        width: 13.6%; } }

.lightbox {
  display: none; }

.register-form {
  text-transform: uppercase;
  text-align: center;
  max-width: 462px; }
  .register-form h6 {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.1875em; }
  .register-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px; }
    @media (min-width: 1024px) {
      .register-form form {
        min-width: 422px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .register-form form a {
        font-size: 12px;
        min-width: 150px; } }
  .register-form input {
    outline: none;
    color: #322e33;
    margin-bottom: 18px; }
  @media (min-width: 768px) {
    .register-form .btn-holder {
      margin-top: 16px; } }
  .register-form .btn-holder .blue-btn {
    min-width: 240px; }
    @media (min-width: 768px) {
      .register-form .btn-holder .blue-btn {
        min-width: 276px; } }

.teachers-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  .teachers-info .img-holder {
    margin-bottom: 25px; }
  .teachers-info h6 {
    font-size: 26px; }

.eapps-instagram-feed-content {
  display: none !important; }

.instashow-gallery {
  min-height: 116px !important; }

.instashow-gallery-wrapper {
  position: relative;
  padding-top: 37px !important; }
  @media (min-width: 768px) {
    .instashow-gallery-wrapper {
      padding-top: 0 !important; } }
  .instashow-gallery-wrapper:before {
    content: "Instagram";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    padding: 12px 11px 9px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #8d944e;
    z-index: 9;
    width: 100%;
    font-family: "Myriad Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.125em; 
    display: none;}
    @media (min-width: 768px) {
      .instashow-gallery-wrapper:before {
        width: calc(100vw - 83.25%); } }

.footer {
  background-color: #47afae;
  padding: 25px 0 19px;
  font-size: 14px; }
  .footer a {
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    text-transform: uppercase; }
    .footer a:hover {
      color: #322e33; }
  @media (min-width: 768px) {
    .footer > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (max-width: 767px) {
  .footer-nav, .social-list {
    text-align: center; } }

@media (min-width: 768px) {
  .footer-nav, .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.footer-nav {
  padding-top: 3px; }
  @media (max-width: 767px) {
    .footer-nav {
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .footer-nav {
      margin-right: 15px; } }
  @media (min-width: 1200px) {
    .footer-nav {
      margin-right: 57px; } }
  @media (max-width: 767px) {
    .footer-nav li {
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .footer-nav li {
      margin-right: 15px; } }
  @media (min-width: 1200px) {
    .footer-nav li {
      margin-right: 65px; } }
  .footer-nav li:last-child {
    margin-right: 0; }

.social-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px; }
  .social-list li {
    margin-right: 10px; }
    @media (min-width: 768px) {
      .social-list li {
        margin-right: 15px; } }
    @media (min-width: 1200px) {
      .social-list li {
        margin-right: 25px; } }
    .social-list li:last-child {
      margin-right: 0; }
/*# sourceMappingURL=main.css.map */