/** font face **/
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);
@import "https://code.jquery.com/ui/1.12.0/themes/base/jquery-ui.css";
@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Light.woff") format("woff"), url("fonts/Avenir-Light.ttf") format("truetype"), url("fonts/Avenir-Light.svg#Avenir-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Roman.woff") format("woff"), url("fonts/Avenir-Roman.ttf") format("truetype"), url("fonts/Avenir-Roman.svg#Avenir-Roman") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Medium.woff") format("woff"), url("fonts/Avenir-Medium.ttf") format("truetype"), url("fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: 600;
  font-style: normal;
}
.font-b {
  font-family: 'Cinzel', serif;
}

/** font face **/
/* Addresses margins handled incorrectly in IE 6/7. */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  line-height: 1.4;
  color: #222222;
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
*/
html, button, input, select, textarea {
  font-family: "Avenir", "Helvetica", "Calibri";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/***** [Reserve CSS Stylesheet] *****/
.opac a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.invisible {
  visibility: hidden;
}

/* Hide visually and from screenreaders, but maintain layout */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
small {
  font-size: 80%;
}

/* Addresses inconsistent and variable font size in all browsers. */
/***** CSS3 SCROLL BAR Styles *****/
::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
*/
a {
  outline: none;
  color: #00b2ee;
  text-decoration: none;
  _noFocusLine: expression(this.hideFocus=true);
  cursor: pointer;
}

a:active, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  _noFocusLine: expression(this.hideFocus=true);
}

/* ==========================================================================
   Typography
   ========================================================================== */
/* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

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

/* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Addresses CSS quotes not supported in IE 6/7. */
q {
  quotes: none;
}

/* Addresses `quotes` property not supported in Safari 4. */
q:before, q:after {
  content: '';
  content: none;
}

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

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses paddings set differently in IE 6/7.
*/
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul, nav ol, li {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
*/
form {
  margin: 0;
}

/* Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  outline: none;
  _noFocusLine: expression(this.hideFocus=true);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

textarea {
  outline: none;
  resize: none;
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
  vertical-align: middle;
}

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
  */
  .ir a:after,
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

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

  h2, h3 {
    page-break-after: avoid;
  }
}
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}

.par p {
  padding: 10px 0px;
}

.par2 p {
  padding: 5px 0px;
}

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

.bp-left {
  text-align: left;
}

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

.bp-justify {
  text-align: justify;
}

.bp-tt {
  text-transform: uppercase;
}

.par-small {
  font-size: 12px;
}

.par-medium, .custom-select-wrapper, .fancybox-wrap.photos .fancybox-title span {
  font-size: 14px;
}
@media all and (max-width: 640px) {
  .par-medium, .custom-select-wrapper, .fancybox-wrap.photos .fancybox-title span {
    font-size: 12px;
  }
}

.par-large, .sp-tr-btn, .h-c-title small, .e-t-btn, .f-l-title {
  font-size: 16px;
}
@media all and (max-width: 640px) {
  .par-large, .sp-tr-btn, .h-c-title small, .e-t-btn, .f-l-title {
    font-size: 13px;
  }
}

.par-xlarge, .hc-btn .fa, .fa-co-tabs h4, .faq-main .faq-list ol li h4:after {
  font-size: 18px;
}
@media all and (max-width: 640px) {
  .par-xlarge, .hc-btn .fa, .fa-co-tabs h4, .faq-main .faq-list ol li h4:after {
    font-size: 14px;
  }
}

.par-xxlarge, .hc-co-btn {
  font-size: 20px;
}
@media all and (max-width: 640px) {
  .par-xxlarge, .hc-co-btn {
    font-size: 16px;
  }
}

.par-max, .ho-co-capt h2, .hc-li-title, .hc-ba-desc h2, .h-c-title.med, .fancybox-wrap.photos .fancybox-title {
  font-size: 24px;
}
@media all and (max-width: 640px) {
  .par-max, .ho-co-capt h2, .hc-li-title, .hc-ba-desc h2, .h-c-title.med, .fancybox-wrap.photos .fancybox-title {
    font-size: 20px;
  }
}

/** CSS for pace preloader **/
body:before, body:after {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.pace {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ffffff;
}

.pace-inactive {
  opacity: 0;
  filter: alpha(opacity=0);
}

.pace .pace-progress {
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
}

/** CSS for pace preloader **/
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-inner, .fancybox-outer, .fancybox-skin {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.fancybox-skin {
  background: #fff;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 9999999;
}

.fancybox-inner {
  overflow: visible !important;
  height: auto;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-iframe, .fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}

.fancybox-close, .fancybox-nav, .fancybox-nav span {
  cursor: pointer;
  z-index: 8040;
  position: absolute;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/popup/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: #ffffff;
  background-image: url(../images/popup/close.png);
  background-repeat: no-repeat;
  background-position: center;
}

.fancybox-close:hover {
  background-color: #a9b533;
}

.fancybox-nav {
  top: 43%;
  width: 72px;
  height: 97px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}

.fancybox-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}

.fancybox-nav span {
  top: 50%;
  width: 100%;
  height: 50px;
  margin-top: -18px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 46px;
  text-align: center;
}

.fancybox-prev span:before {
  width: 50px;
  height: 50px;
  content: '\f053';
  color: #fff;
}

.fancybox-next span:before {
  width: 50px;
  height: 50px;
  content: '\f054';
  color: #fff;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-margin {
  margin: 0 !important;
}

.fancybox-lock {
  width: auto;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  width: 100% !important;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 999999;
  background: url(../images/popup/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
}

.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 27px;
  z-index: 8050;
  text-align: center;
  color: #fff;
  font-family: fontin;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

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

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

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

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

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

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

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

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

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

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

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

@media (max-width: 950px) {
  body.menu-active .header-content, body.menu-active #main-wrapper, body.menu-active .footer-content {
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    -ms-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
}
@media (max-width: 950px) and (max-width: 400px) {
  body.menu-active .header-content, body.menu-active #main-wrapper, body.menu-active .footer-content {
    -webkit-transform: translate3d(-220px, 0, 0);
    -moz-transform: translate3d(-220px, 0, 0);
    -ms-transform: translate3d(-220px, 0, 0);
    -o-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
  }
}

html, body {
  height: 100%;
  min-height: 100%;
}

.hide {
  position: relative;
}

.ease, .ma-co-emailus, .inview, .custom-select-wrapper, .hc-li-capt, .hl-ca-main *, .ho-co-gallery li img, .ou-sl-hover, .nav1.owl-carousel .owl-controls .owl-nav div, .ex-se-set p, .ex-se-set p span, a, input[type="submit"], button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.loader {
  position: relative;
  overflow: hidden;
  background: #fff url("../images/page_template/loading.gif") no-repeat center;
}

.auto {
  max-width: 1170px;
  margin: 0 auto;
}
.auto.med {
  max-width: 980px;
}

#main-container {
  height: 100%;
  height: auto !important;
  min-height: 100%;
}
@media (max-width: 950px) {
  #main-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}

.ma-co-emailus {
  z-index: 15;
  position: fixed;
  top: 25vh;
  right: 0;
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
}
.ma-co-emailus a {
  display: block;
  display: block;
  padding: 15px 40px 15px 20px;
  background: #a9b533;
  color: #ffffff;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.ma-co-emailus a .fa {
  margin-bottom: 5px;
  font-size: 30px;
}
.ma-co-emailus a:hover {
  background: #00b2ee;
}
.ma-co-emailus.active {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.ma-co-emailus.active:hover {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 950px) {
  .ma-co-emailus {
    display: none;
  }
}

header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.v2 .header-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.v2 .logo {
  width: 80px;
}
@media (max-width: 640px) {
  header.v2 .logo {
    width: 60px;
  }
}
header.v2 .header-top {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
header.v2 .menu {
  margin-top: 20px;
}

.header-content {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 950px) {
  .header-content {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .header-content .menu {
    display: none;
  }
}

.header-top {
  z-index: 2;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 950px) {
  .header-top {
    display: none;
  }
}

.he-to-lang h4 {
  padding: 5px 10px;
  font-weight: normal;
}
.he-to-lang .custom-select-wrapper {
  min-width: 0;
}
.he-to-lang .custom-select-wrapper .custom-select-display {
  min-width: 0;
  padding: 8px 15px 8px 10px;
}
@media (max-width: 950px) {
  .he-to-lang .custom-select-wrapper {
    background: #a9b533;
    border: none;
  }
  .he-to-lang .custom-select-wrapper .custom-select-display {
    padding: 10px 15px 10px 10px;
    color: #ffffff !important;
  }
}

.logo {
  width: 120px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 950px) {
  .logo img {
    width: 100px;
  }
}
@media (max-width: 640px) {
  .logo img {
    width: 90px;
  }
}

.menu {
  z-index: 1;
  position: relative;
  margin-top: 35px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu li {
  position: relative;
  float: left;
  margin: 0 22px;
  padding: 10px 0;
}
.menu li:first-child {
  margin-left: 0;
}
.menu li:last-child {
  margin-right: 0;
}
.menu li a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #222222;
}
.menu li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #a9b533;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu li:hover a, .menu li.active a {
  color: #a9b533;
}
.menu li:hover a:after, .menu li.active a:after {
  left: 0;
  width: 100%;
}
.menu li:hover li a:hover, .menu li.active li a:hover {
  background: #a9b533;
  color: #ffffff;
}
.menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 240px;
  padding: 10px 0;
  border: 1px solid rgba(169, 181, 51, 0.8);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.98);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.menu li ul li {
  float: none;
  margin: 0;
  padding: 0px;
}
.menu li ul li a {
  padding: 8px 20px;
  color: #a9b533;
}
.menu li ul li a:after {
  display: none;
}
@media (max-width: 1200px) {
  .menu {
    font-size: 14px;
  }
  .menu li {
    margin: 0 15px;
  }
}
@media (max-width: 1024px) {
  .menu {
    margin-top: 40px;
    font-size: 13px;
  }
}
@media (max-width: 950px) {
  .menu {
    margin: 0;
  }
  .menu li {
    float: none;
    margin: 0;
    padding: 0;
  }
  .menu li a {
    color: #ffffff;
  }
  .menu li ul {
    position: relative;
    min-width: 0;
    background: none;
    border: none;
    box-shadow: none;
  }
  .menu li ul li a {
    padding-left: 15px;
  }
}

.menu-bar {
  display: none;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -16px;
  cursor: pointer;
}
.menu-bar span {
  display: block;
  width: 32px;
  height: 4px;
  margin: 5px 0;
  background: #313131;
  -webkit-transition: all 0.5s 0.35s ease;
  -moz-transition: all 0.5s 0.35s ease;
  -ms-transition: all 0.5s 0.35s ease;
  -o-transition: all 0.5s 0.35s ease;
  transition: all 0.5s 0.35s ease;
}
@media (max-width: 950px) {
  .menu-bar {
    display: block;
  }
}
.menu-bar.active span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.menu-bar.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.menu-bar.active span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.menu-mobile.main, .menu-mobile.behind {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  overflow: auto;
  background: #555555;
  color: #ffffff;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate3d(280px, 0px, 0px);
  -moz-transform: translate3d(280px, 0px, 0px);
  -ms-transform: translate3d(280px, 0px, 0px);
  -o-transform: translate3d(280px, 0px, 0px);
  transform: translate3d(280px, 0px, 0px);
}
.menu-mobile.main.active, .menu-mobile.behind.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 950px) {
  .menu-mobile.main, .menu-mobile.behind {
    display: block;
  }
}
@media (max-width: 400px) {
  .menu-mobile.main, .menu-mobile.behind {
    width: 220px;
    -webkit-transform: translate3d(220px, 0px, 0px);
    -moz-transform: translate3d(220px, 0px, 0px);
    -ms-transform: translate3d(220px, 0px, 0px);
    -o-transform: translate3d(220px, 0px, 0px);
    transform: translate3d(220px, 0px, 0px);
  }
}
.menu-mobile.main {
  z-index: 502;
}
.menu-mobile.behind {
  z-index: 501;
}
.menu-mobile.cover {
  z-index: 500;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 951px) {
  .menu-mobile.cover {
    display: none !important;
  }
}

.me-mo-col {
  margin: 30px 25px;
}
.me-mo-col h4 {
  padding-bottom: 15px;
  font-family: "Cinzel";
  font-size: 22px;
  font-weight: normal;
}
.me-mo-col .hl-ca-btn {
  font-size: 14px;
}
@media (max-width: 400px) {
  .me-mo-col {
    margin: 25px 20px;
  }
  .me-mo-col h4 {
    padding-bottom: 10px;
    font-size: 20px;
  }
}

footer {
  z-index: 2;
  /*position: relative;*/
  position: fixed;
  bottom: 0;
  width: 100%;
  /*@include breakpoint(laptop) { position: relative; width:100%; overflow: visible; }*/
}
@media (max-width: 1024px) {
  footer {
    position: relative;
    width: 100%;
    overflow: visible;
  }
}

.footer-content {
  background: #313131;
  color: #8c8c8c;
}
.footer-content .auto {
  padding: 15px 0;
}
@media (max-width: 950px) {
  .footer-content {
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
@media (max-width: 640px) {
  .footer-content .auto {
    padding: 20px 0;
  }
}

@media (max-width: 640px) {
  .fo-co-col {
    float: none !important;
    display: block;
    width: auto;
    padding: 10px 0;
    text-align: center;
  }
  .fo-co-col .fo-co-links, .fo-co-col .fo-co-social {
    float: none !important;
    display: inline-block;
  }
}

.fo-co-links li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #8c8c8c;
  line-height: 1.0;
}
.fo-co-links li:first-child {
  padding-left: 0;
}
.fo-co-links li:last-child {
  padding-right: 0;
  border-right: none;
}
.fo-co-links li a {
  color: #8c8c8c;
}
.fo-co-links li a:hover {
  color: #a9b533;
}

.fo-co-social li {
  float: left;
  margin: 0 20px;
}
.fo-co-social li:first-child {
  margin-left: 0;
}
.fo-co-social li:last-child {
  margin-right: 0;
}
.fo-co-social li a {
  color: #ffffff;
}
.fo-co-social li a:hover.fc-fb {
  color: #44619d;
}
.fo-co-social li a:hover.fc-twitter {
  color: #55acee;
}
.fo-co-social li a:hover.fc-vimeo {
  color: #da2823;
}
.fo-co-social li a:hover.fc-instagram {
  color: #c62f92;
}

/*.fo-co-arrow { z-index: 2; top: 0; right: -150px; line-height: 1.0;
  a { display: table-cell; vertical-align: middle; width: 70px; height: 70px; background: darken($coWhite, 8%); color: darken($coWhite, 50%); text-align: center; @include border-radius(3px); font-size: 40px;
    &:hover { background: $coGreen; color: $coWhite; }
  }
  @include breakpoint(tv) { right: 0;
    a { width: 50px; height: 50px; }
  }
}
*/
.fo-co-arrow {
  z-index: 2;
  top: -40px;
  right: 0px;
  margin-top: 0px !important;
}
.fo-co-arrow a {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: #ebebeb;
  color: gray;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 35px;
}
.fo-co-arrow a:hover {
  background: #a9b533;
  color: #ffffff;
}
@media (max-width: 1500px) {
  .fo-co-arrow {
    right: 0;
  }
  .fo-co-arrow a {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 950px) {
  #main-wrapper {
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clr, .ho-co-capt:after {
  display: block;
  float: none;
  clear: both;
}

.bp-set {
  display: inline-block;
  *display: inline;
}
.bp-set.vm {
  vertical-align: middle;
}
.bp-set.vt {
  vertical-align: top;
}
.bp-set.vb {
  vertical-align: bottom;
}

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

.bp-hide {
  display: none;
}

.bp-box, .fo-co-col, .custom-select-wrapper:after, .custom-select-wrapper .custom-select-display, .ho-co-capt ul li, .hl-ca-main, .hl-ca-btn, .hc-ba-desc, .ho-co-set, .sp-tr-btn, .ho-co-gallery li, .wh-we-col, .er-to-col, .e-t-input, .ex-se-list li, .ex-co-col, .ex-co-list li, .ga-co-list .item, .mt-icon, .contact-col, .faq-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.bp-rel {
  position: relative;
}

.bp-ab {
  position: absolute;
}

.co-black {
  color: #000000;
}

.co-white {
  color: #ffffff;
}

.co-gray {
  color: #555555;
}

.co-blue {
  color: #00b2ee;
}

.co-green {
  color: #a9b533;
}

.bg-dirty-white {
  background: #fafafa;
}

.pad-edge {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 950px) {
  .pad-edge {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bp-img img {
  max-width: 100%;
  height: auto;
}
.bp-img.wide img {
  width: 100%;
}

.bp-circle, .fancybox-close, .hl-play, .mt-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.bp-curve, .custom-select-wrapper, .hl-ca-btn, .hc-btn, .sp-tr-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.mobile-input, .e-t-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.pt1 {
  padding-top: 10px;
}

.pt2 {
  padding-top: 20px;
}
@media (max-width: 640px) {
  .pt2 {
    padding-top: 10px;
  }
}

.pt3 {
  padding-top: 30px;
}
@media (max-width: 640px) {
  .pt3 {
    padding-top: 20px;
  }
}

.pt4 {
  padding-top: 40px;
}
@media (max-width: 640px) {
  .pt4 {
    padding-top: 30px;
  }
}

.pt5 {
  padding-top: 50px;
}
@media (max-width: 640px) {
  .pt5 {
    padding-top: 40px;
  }
}

.pb1 {
  padding-bottom: 10px;
}

.pb2 {
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .pb2 {
    padding-bottom: 10px;
  }
}

.pb3 {
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  .pb3 {
    padding-bottom: 20px;
  }
}

.pb4 {
  padding-bottom: 40px;
}
@media (max-width: 640px) {
  .pb4 {
    padding-bottom: 30px;
  }
}

.pb5 {
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  .pb5 {
    padding-bottom: 40px;
  }
}

.mt1 {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .mt2 {
    margin-top: 10px;
  }
}

.mt3 {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .mt3 {
    margin-top: 20px;
  }
}

.mt4 {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .mt4 {
    margin-top: 30px;
  }
}

.mt5 {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .mt5 {
    margin-top: 40px;
  }
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .mb2 {
    margin-bottom: 10px;
  }
}

.mb3 {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .mb3 {
    margin-bottom: 20px;
  }
}

.mb4 {
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .mb4 {
    margin-bottom: 30px;
  }
}

.mb5 {
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .mb5 {
    margin-bottom: 40px;
  }
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spinner {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-animation: rotatee 2s infinite linear;
  -moz-animation: rotatee 2s infinite linear;
  -ms-animation: rotatee 2s infinite linear;
  -o-animation: rotatee 2s infinite linear;
  animation: rotatee 2s infinite linear;
}

.s-dot {
  display: inline-block;
  position: absolute;
  width: 60%;
  height: 60%;
  top: 0;
  background-color: #a9b533;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: bouncee 2s infinite ease-in-out;
  -moz-animation: bouncee 2s infinite ease-in-out;
  -ms-animation: bouncee 2s infinite ease-in-out;
  -o-animation: bouncee 2s infinite ease-in-out;
  animation: bouncee 2s infinite ease-in-out;
}

.s-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -ms-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.explorer .preloader {
  background: #fff url("../images/page_template/loading.gif") no-repeat center;
}

.explorer .preloader .spinner {
  display: none;
}

/** INVIEW **/
.inview {
  opacity: 0;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
}

.inview.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.anim-content > * {
  opacity: 0;
}

/** PARALLAX **/
.parallax {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax.bp-ab {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.parallax.top {
  background-attachment: inherit;
}

html.bp-touch .parallax {
  background-attachment: inherit;
  background-position: 50% 50% !important;
}

.custom-select-wrapper {
  position: relative;
  display: block;
  min-width: 160px;
  border: 1px solid #222222;
  line-height: 1.0;
}
.custom-select-wrapper:after {
  content: "\f107";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  font-family: "FontAwesome";
  text-align: center;
  font-size: 20px;
}
.custom-select-wrapper .custom-select-display {
  display: block;
  min-width: 27px;
  padding: 10px;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.0;
}
.custom-select-wrapper .custom-select-display.default {
  color: #6f6f6f;
}
.custom-select-wrapper select {
  display: block;
  padding: 10px;
  margin: 10px 0;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.desktop #dropbtn {
  width: 150px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  cursor: pointer;
  background: url(../images/page_template/nav-arrow-down.png) #fff right no-repeat;
}
.desktop .lang {
  background: #fff;
  width: 172px;
}
.desktop .lang li {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 10px;
}
.desktop .lang li:hover {
  background: #f1f1f1;
}
.desktop .lang li a {
  padding-right: 120px;
  color: #111;
}

.hc-border {
  height: 1px;
  background: #d5d5d5;
}

.ho-co-capt {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
@media (max-width: 1170px) {
  .ho-co-capt {
    padding: 30px 5% 20px;
  }
}
.ho-co-capt:after {
  content: '';
  display: block;
}
.ho-co-capt h1 {
  padding-bottom: 15px;
  font-family: "Cinzel";
  font-weight: normal;
  font-size: 30px;
  line-height: 1.0;
}
@media all and (max-width: 640px) {
  .ho-co-capt h1 {
    font-size: 26px;
  }
}
.ho-co-capt h1 a {
  color: #555555;
}
.ho-co-capt h1 a:hover {
  color: #00b2ee;
}
@media (max-width: 480px) {
  .ho-co-capt h1 {
    font-size: 22px;
  }
}
.ho-co-capt h4 {
  font-weight: normal;
  color: #00b2ee;
}
.ho-co-capt p:first-child {
  padding-top: 0;
}
.ho-co-capt p:last-child {
  padding-bottom: 0;
}
.ho-co-capt p a {
  color: #00b2ee;
}
.ho-co-capt p a:hover {
  color: #a9b533;
}
.ho-co-capt.v2 {
  max-width: 100%;
}
.ho-co-capt ul li {
  margin: 5px 0;
  padding-left: 10px;
  list-style: disc;
  list-style-position: inside;
}
.ho-co-capt ul li:first-child {
  padding-left: 0;
}
@media (max-width: 640px) {
  .ho-co-capt ul li {
    min-width: 0;
    width: 49%;
    padding: 0;
  }
  .ho-co-capt ul li:nth-child(2n+1) {
    padding-right: 5px;
  }
  .ho-co-capt ul li:nth-child(2n) {
    padding-left: 5px;
  }
  .ho-co-capt ul li .sp-tr-btn {
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .ho-co-capt ul li {
    display: block;
    width: auto;
    padding: 0 !important;
    margin: 10px 0;
  }
}

.h-c-dash {
  width: 70px;
  height: 1px;
  background: #555555;
}
@media (max-width: 640px) {
  .h-c-dash.mt3 {
    margin-top: 10px;
  }
}

.ho-co-list:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.ho-co-list li {
  float: left;
  display: inline-block;
  vertical-align: top;
}
.ho-co-list.col3 li {
  float: none;
  width: 31.5%;
  margin: 30px 1%;
}
.ho-co-list.col3 li:nth-child(3n+1) {
  margin-left: 0;
}
.ho-co-list.col3 li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 760px) {
  .ho-co-list.col3 li {
    width: 48.5%;
    margin: 25px 1% !important;
  }
  .ho-co-list.col3 li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .ho-co-list.col3 li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 480px) {
  .ho-co-list.col3 li {
    display: block;
    float: none;
    width: auto;
    margin: 40px 0 !important;
  }
}
.ho-co-list.col4 li {
  width: 22%;
  margin: 30px 1.85%;
}
.ho-co-list.col4 li:nth-child(4n+1) {
  margin-left: 0;
}
.ho-co-list.col4 li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 640px) {
  .ho-co-list.col4 li {
    width: 48%;
    margin: 20px 2%;
    min-height: 340px;
  }
  .ho-co-list.col4 li:nth-child(2n+1) {
    margin-left: 0;
  }
  .ho-co-list.col4 li:nth-child(2n) {
    margin-right: 0;
  }
}

.hc-li-title {
  font-weight: normal;
  line-height: 1.0;
}

.hc-li-banner {
  cursor: default;
}
.hc-li-banner > a {
  display: block;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .hc-li-banner .desktop.hc-li-img {
    display: none;
  }
  .hc-li-banner .bp-hide.mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .hc-li-banner .bp-hide.mobile .hc-li-img {
    max-height: 250px;
  }
}
.hc-li-banner:hover .hc-li-capt, .hc-li-banner.active .hc-li-capt, .hc-li-banner:focus .hc-li-capt {
  opacity: 1;
}
@media (max-width: 1024px) {
  .hc-li-banner:hover .hc-li-capt, .hc-li-banner.active .hc-li-capt, .hc-li-banner:focus .hc-li-capt {
    opacity: 0;
    display: none;
  }
}
.hc-li-banner:hover .hl-ca-main *, .hc-li-banner.active .hl-ca-main *, .hc-li-banner:focus .hl-ca-main * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.gallery-vids .hc-li-img {
  max-height: 370px;
  overflow: hidden;
}

.hc-li-img {
  z-index: 1;
}
.hc-li-img > a {
  display: block;
}
.hc-li-img img {
  z-index: 1;
  position: relative;
}
.hc-li-img.v2 {
  border: 1px solid #d5d5d5;
}
.hc-li-img .tag {
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
}
@media (max-width: 810px) {
  .hc-li-img .tag {
    width: 30px;
  }
}

.hc-li-capt {
  z-index: 2;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 61, 80, 0.75);
}
.hc-li-capt.v2 {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.hc-li-capt.v2:hover {
  background: rgba(0, 0, 0, 0.3);
}
.hc-li-capt.v2 .hl-ca-main * {
  opacity: 1;
}

.hc-li-desc h4 {
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 16px;
}
.hc-li-desc .date {
  color: #747474;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 810px) {
  .hc-li-desc h4 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .hc-li-desc h4 {
    font-size: 14px;
  }
}

.hc-li-bottom .hc-btn {
  margin-right: 10px;
}
.hc-li-bottom .hc-btn:last-child {
  margin-right: 0;
}

.hl-ca-main {
  top: 50%;
  left: 0;
  width: 100%;
  padding: 30px;
}
.hl-ca-main * {
  opacity: 0;
}
.hl-ca-main p {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.hl-ca-main .hl-ca-bottom {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}

.hl-ca-btn {
  display: block;
  min-width: 110px;
  padding: 10px 17px;
  background: #a9b533;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.hl-ca-btn.bp-set {
  display: inline-block;
}
.hl-ca-btn:hover {
  background: #00b2ee;
}
.hl-ca-btn .fa {
  margin-right: 5px;
  font-size: 18px;
}

.hc-btn {
  padding: 10px 15px;
  border: 1px solid #888888;
  color: #555555;
  text-transform: uppercase;
}
.hc-btn:hover {
  background: #a9b533;
  border-color: #a9b533;
  color: #ffffff;
}
.hc-btn.small {
  padding: 5px 15px;
  font-size: 12px;
}
.hc-btn .fa {
  margin-left: 7px;
}

.ho-co-banner {
  position: relative;
}
.ho-co-banner > a {
  display: block;
  color: #ffffff;
}
.ho-co-banner > a:hover .hc-ba-desc {
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-linear-gradient(legacy-direction(transparent), rgba(0, 0, 0, 0.7));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}
.ho-co-banner > a:hover .hc-ba-desc.v2 {
  background: rgba(0, 0, 0, 0.7);
}
.ho-co-banner img {
  z-index: 1;
  position: relative;
}

.hc-ba-desc {
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 15px 20px;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(legacy-direction(transparent), rgba(0, 0, 0, 0.6));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
.hc-ba-desc h1 {
  font-weight: normal;
  font-size: 30px;
}
@media all and (max-width: 640px) {
  .hc-ba-desc h1 {
    font-size: 26px;
  }
}
.hc-ba-desc h2 {
  font-weight: normal;
}
.hc-ba-desc.v2 {
  background: rgba(0, 0, 0, 0.6);
}
.hc-ba-desc.v3 {
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(legacy-direction(transparent), rgba(0, 0, 0, 0.2));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.ho-co-set.half {
  width: 540px;
}
.ho-co-set.fl {
  padding-right: 15px;
}
.ho-co-set.fr {
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .ho-co-set.half {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .ho-co-set.half {
    float: none !important;
    width: auto;
  }
  .ho-co-set.fl {
    padding-right: 0;
  }
  .ho-co-set.fr {
    padding-left: 0;
    padding-top: 25px;
  }
}

.hc-ba-arrow {
  margin: 5px 0;
}
.hc-ba-arrow .fa {
  position: relative;
  top: 1px;
}
.hc-ba-arrow.fl {
  position: absolute;
  bottom: 0;
}
.hc-ba-arrow.fl .fa {
  margin-right: 5px;
}
.hc-ba-arrow.fr {
  color: #a9b533;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hc-ba-arrow.fr .fa {
  margin-left: 5px;
}

.sp-tr-list li {
  display: inline-block;
  vertical-align: top;
  min-width: 270px;
  margin: 15px;
}

.sp-tr-btn {
  display: block;
  min-width: 200px;
  padding: 10px;
  border: 1px solid #888888;
  color: #555555;
}
.sp-tr-btn:hover {
  background: #a9b533;
  border-color: #a9b533;
  color: #ffffff;
}
.sp-tr-btn.bp-set {
  display: inline-block;
}
.sp-tr-btn.green {
  background: #a9b533;
  border-color: #a9b533;
  color: #ffffff;
}
.sp-tr-btn.green:hover {
  background: #00b2ee;
  border-color: #00b2ee;
}

.ho-co-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ho-co-cover .hc-co-btn {
  margin: 2px 30px;
}
@media (max-width: 1200px) {
  .ho-co-cover {
    text-align: center;
  }
  .ho-co-cover .h-c-title, .ho-co-cover .hc-co-btn {
    float: none !important;
    display: inline-block;
  }
  .ho-co-cover .h-c-title {
    padding-bottom: 15px;
  }
}

.h-c-title {
  font-family: "Cinzel";
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
}
@media all and (max-width: 640px) {
  .h-c-title {
    font-size: 26px;
  }
}
.h-c-title.v2 {
  font-family: "Avenir";
}
.h-c-title small {
  display: block;
  color: #00b2ee;
}
.h-c-title small a {
  color: #a9b533;
}
.h-c-title small a:hover {
  color: #00b2ee;
}
@media (max-width: 810px) {
  .h-c-title.v2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .h-c-title {
    font-size: 22px;
  }
}
@media (max-width: 760px) {
  .h-c-title br {
    display: none;
  }
}

.hc-co-btn {
  padding: 15px 25px;
  background: #a9b533;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.hc-co-btn:hover {
  background: #00b2ee;
}

.ho-co-gallery li {
  float: left;
  position: relative;
  overflow: hidden;
  background: #000000;
  outline: 1px solid #ffffff;
}
.ho-co-gallery li.small {
  width: 16.89%;
}
.ho-co-gallery li.large {
  width: 38.1%;
}
.ho-co-gallery li.half {
  width: 28.1%;
}
.ho-co-gallery:hover img {
  opacity: 0.5;
}
.ho-co-gallery:hover img:hover {
  opacity: 1;
}
@media (max-width: 640px) {
  .ho-co-gallery li {
    position: relative;
    height: 40vh;
    overflow: hidden;
  }
  .ho-co-gallery li.small {
    width: 30.6%;
  }
  .ho-co-gallery li.large, .ho-co-gallery li.half {
    width: 69.4%;
  }
  .ho-co-gallery li img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1.05) translate3d(-50%, -48.5%, 0);
    -moz-transform: scale(1.05) translate3d(-50%, -48.5%, 0);
    -ms-transform: scale(1.05) translate3d(-50%, -48.5%, 0);
    -o-transform: scale(1.05) translate3d(-50%, -48.5%, 0);
    transform: scale(1.05) translate3d(-50%, -48.5%, 0);
  }
}
@media (max-width: 480px) {
  .ho-co-gallery li {
    height: 26vh;
  }
}

.inner-banner {
  height: 60vh;
  background-color: #313131;
}
.inner-banner iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 810px) {
  .inner-banner {
    height: 40vh;
    background-position: center top !important;
  }
}
@media (max-width: 480px) {
  .inner-banner {
    height: 200px;
  }
}

.wh-we-col.small {
  width: 555px;
}
.wh-we-col.large {
  width: 585px;
}
.wh-we-col.fl {
  padding-right: 15px;
}
.wh-we-col.fr {
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .wh-we-col.small {
    width: 45%;
  }
  .wh-we-col.large {
    width: 55%;
  }
}
@media (max-width: 760px) {
  .wh-we-col {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
  }
  .wh-we-col.mt5 {
    margin-top: 30px;
  }
  .wh-we-col.mb5 {
    margin-bottom: 30px;
  }
}

.ourmilestone-slider {
  max-width: 770px;
  margin: 0 auto;
}
.ourmilestone-slider #carousel .item {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ourmilestone-slider #carousel .item img {
  z-index: 1;
  position: relative;
}
.ourmilestone-slider #carousel .owl-next {
  right: -63px !important;
}
.ourmilestone-slider #carousel .owl-prev {
  left: -63px !important;
}
@media (max-width: 810px) {
  .ourmilestone-slider #carousel .owl-next {
    right: -45px !important;
  }
  .ourmilestone-slider #carousel .owl-prev {
    left: -45px !important;
  }
}

.ou-sl-hover {
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ou-sl-hover .main {
  top: 50%;
  left: 0;
  width: 100%;
}
.ou-sl-hover:hover {
  background: rgba(0, 0, 0, 0.4);
}

.nav1.owl-carousel .owl-controls .owl-nav div {
  opacity: 1;
  display: block;
  position: absolute;
  top: 50%;
  width: 33px;
  height: 63px;
  margin-top: -32px;
  background: url("../images/page_template/slider_nav.png");
}
.nav1.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -60px;
  background-position: 0 0;
}
.nav1.owl-carousel .owl-controls .owl-nav .owl-next {
  right: -60px;
  background-position: -33px 0;
}
.nav1.owl-carousel:hover .owl-controls .owl-nav div {
  opacity: 0.3;
}
.nav1.owl-carousel:hover .owl-controls .owl-nav div:hover {
  opacity: 1;
}
@media (max-width: 950px) {
  .nav1.owl-carousel {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  .nav1.owl-carousel .owl-controls .owl-nav div {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.sp-ev-banner.fr {
  padding-left: 50px;
}
.sp-ev-banner.fl {
  padding-right: 50px;
}
@media (max-width: 810px) {
  .sp-ev-banner.fr {
    padding-left: 25px;
  }
  .sp-ev-banner.fl {
    padding-right: 25px;
  }
}
@media (max-width: 760px) {
  .sp-ev-banner {
    float: none !important;
    width: auto;
    text-align: center;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .sp-ev-banner img {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
  }
}

.sp-ev-capt p {
  text-align: justify;
}

/** EXPLORATION **/
.er-to-col.left {
  width: 685px;
}
.er-to-col.right {
  width: 410px;
}
.er-to-col.fl {
  padding-right: 15px;
}
.er-to-col.fr {
  padding-left: 15px;
}
@media (max-width: 1170px) {
  .er-to-col.left {
    width: 55%;
  }
  .er-to-col.right {
    width: 45%;
  }
}
@media (max-width: 950px) {
  .er-to-col {
    float: none !important;
    width: auto !important;
  }
  .er-to-col.fl {
    padding-right: 0;
  }
  .er-to-col.fr {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .er-to-col.right {
    text-align: center;
  }
  .er-to-col .er-to-sched {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .er-to-col .er-to-sched {
    display: block;
    padding: 20px;
  }
}

.er-to-form li {
  margin-bottom: 10px;
}
.er-to-form li:last-child {
  margin-bottom: 0;
}
.er-to-form li label.title {
  padding: 8px 0;
}
.er-to-form li .field.fl, .er-to-form li .field.fr {
  width: 368px;
}
@media (max-width: 950px) {
  .er-to-form li .field.fl, .er-to-form li .field.fr {
    float: none !important;
    width: auto;
    margin-left: 300px;
  }
}
@media (max-width: 480px) {
  .er-to-form li label.title {
    float: none !important;
  }
  .er-to-form li .field {
    float: none !important;
    margin: 0 !important;
    padding: 10px 0;
  }
}

.e-t-input {
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #d5d5d5;
}
.e-t-input:focus {
  background: #f9faed;
}

textarea.e-t-input {
  height: 142px;
}

.e-t-select .custom-select-wrapper {
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.e-t-select .custom-select-wrapper .custom-select-display {
  min-height: 32px;
  padding: 9px 10px;
}

.e-t-calendar input {
  z-index: 2;
  position: relative;
  background: none !important;
  cursor: pointer;
}
.e-t-calendar .icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #555555;
  font-size: 18px;
  line-height: 1.0;
}

.er-to-sched {
  padding: 50px;
  background: #313131;
}

.bp-check {
  position: relative;
}
.bp-check > label {
  position: relative;
}
.bp-check > label .icon {
  position: relative;
  top: -2px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border: 1px solid #d5d5d5;
}
.bp-check > label .icon .fa {
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  color: #a9b533;
  font-size: 24px;
  line-height: 1.0;
}
.bp-check > label.active .icon .fa {
  display: block;
}
.bp-check input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
}
.bp-check a {
  color: #a9b533;
}
.bp-check a:hover {
  color: #00b2ee;
}

.e-t-btn {
  padding: 7px 20px;
  border: none;
  background: #00b2ee;
  color: #ffffff;
}
.e-t-btn:hover {
  background: #a9b533;
}

.ex-se-list li {
  display: inline-block;
  vertical-align: top;
  width: 420px;
  margin: 20px;
}
.ex-se-list li:nth-child(2n+1) {
  margin-left: 0;
}
.ex-se-list li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 950px) {
  .ex-se-list li {
    width: 49%;
    margin: 15px -1px;
  }
  .ex-se-list li:nth-child(2n+1) {
    padding-right: 10px;
  }
  .ex-se-list li:nth-child(2n) {
    padding-left: 15px;
  }
}
@media (max-width: 640px) {
  .ex-se-list li {
    display: block;
    width: auto;
    margin: 20px 0;
    padding: 0 !important;
  }
}

.ex-se-set {
  display: block;
  padding: 30px;
  border: 1px solid #555555;
  color: #555555;
}
.ex-se-set p {
  color: #bbbbbb;
}
.ex-se-set p span {
  color: #00b2ee;
}
.ex-se-set:hover {
  background: #a9b533;
  border-color: #a9b533;
  color: #ffffff;
}
.ex-se-set:hover p {
  color: #ffffff;
}
.ex-se-set:hover p span {
  color: #ffffff;
}
@media (max-width: 810px) {
  .ex-se-set {
    padding: 20px;
  }
}

.ex-co-col.large {
  width: 715px;
}
.ex-co-col.small {
  width: 441px;
}
.ex-co-col.fl {
  padding-right: 15px;
}
.ex-co-col.fr {
  padding-left: 15px;
}
@media (max-width: 1500px) {
  .ex-co-col.large {
    width: 60%;
  }
  .ex-co-col.small {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .ex-co-col .ho-co-capt ul li {
    width: auto;
  }
}
@media (max-width: 480px) {
  .ex-co-col {
    float: none !important;
    width: auto !important;
  }
  .ex-co-col.fl {
    padding-right: 0;
  }
  .ex-co-col.fr {
    padding-left: 0;
  }
}

.ex-co-list li {
  float: left;
  width: 50%;
  padding: 0 13px 13px 13px;
}
.ex-co-list li:nth-child(2n+1) {
  padding-left: 0;
}
.ex-co-list li:nth-child(2n) {
  padding-right: 0;
}
@media (max-width: 640px) {
  .ex-co-list li {
    padding: 0 8px 13px 8px;
  }
}

.hl-play {
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  background: url("../images/page_template/icon_play.png") no-repeat 60% 50%;
}

#gallery-isotope {
  display: none;
}

.ga-co-list .item {
  float: left;
  top: 0;
  left: 0;
  width: 25%;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.ga-co-list .item.large {
  width: 52.85%;
}
.ga-co-list .hc-li-img {
  background: #000000;
}
.ga-co-list:hover .hc-li-img > a {
  opacity: 0.5;
}
.ga-co-list:hover .hc-li-img > a:hover {
  opacity: 1;
}

.fancybox-nav {
  top: 50%;
  width: 26px;
  height: 51px;
  margin-top: -25px;
  background: url("../images/page_template/slider_nav2.png") no-repeat;
}
.fancybox-nav.fancybox-prev {
  left: -56px;
  background-position: 0 0;
}
.fancybox-nav.fancybox-next {
  right: -56px;
  background-position: -26px 0;
}
.fancybox-nav span {
  display: none;
}

.fancybox-wrap.photos .fancybox-skin {
  background: none;
}
.fancybox-wrap.photos .fancybox-title {
  text-align: right;
  color: #ffffff;
}
.fancybox-wrap.photos .fancybox-title span {
  position: relative;
  top: -3px;
  left: -1px;
  display: inline-block;
  vertical-align: top;
}

.me-te-set {
  padding: 45px 15px 40px 15px;
  border: 1px solid #d5d5d5;
  background: #fafafa;
}
.me-te-set h4 {
  padding-bottom: 10px;
}
.me-te-set .less {
  display: block;
}
.me-te-set .more {
  display: none;
}
.me-te-set.active {
  background-color: #ffffff;
}
@media (max-width: 810px) {
  .me-te-set {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .me-te-set {
    min-height: 0 !important;
  }
}

.mt-icon {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  border: 1px solid #d5d5d5;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mt-icon.quote {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #ffffff url("../images/page_template/icon_quote.png") no-repeat center;
}
.mt-icon.arrow-down {
  top: 100%;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  padding: 6px;
  background-color: #fafafa;
  cursor: pointer;
}
.mt-icon.arrow-down:hover {
  background: #a9b533;
  color: #ffffff;
}
.mt-icon.arrow-down.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 810px) {
  .mt-icon.quote {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.contact-col.left {
  width: 685px;
}
.contact-col.right {
  width: 485px;
}
.contact-col.fl {
  padding-right: 15px;
}
.contact-col.fr {
  padding-left: 15px;
}
.contact-col .h-c-title {
  color: #222222;
}
.contact-col p {
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .contact-col.left {
    width: 60%;
  }
  .contact-col.right {
    width: 40%;
  }
}
@media (max-width: 950px) {
  .contact-col {
    float: none !important;
  }
  .contact-col.left {
    width: auto;
  }
  .contact-col.right {
    width: auto;
  }
  .contact-col.fl {
    padding-right: 0;
  }
  .contact-col.fr {
    padding-left: 0;
  }
  .contact-col .ho-co-capt {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 48%;
    padding-right: 1%;
  }
}
@media (max-width: 640px) {
  .contact-col .ho-co-capt {
    display: block;
    width: auto;
    padding: 0;
    text-align: center;
  }
}

.faq-main:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 30%;
  width: 1px;
  height: 100%;
  background: #d5d5d5;
}
@media (max-width: 760px) {
  .faq-main:before {
    display: none;
  }
}

.faq-col.left {
  width: 30%;
}
.faq-col.right {
  width: 70%;
}
.faq-col.fl {
  padding-right: 30px;
}
.faq-col.fr {
  padding-left: 30px;
}
@media (max-width: 760px) {
  .faq-col {
    float: none !important;
    width: auto !important;
  }
  .faq-col.left {
    text-align: left;
  }
  .faq-col.left.pb5 {
    padding-bottom: 0;
  }
  .faq-col.fl {
    padding-right: 0;
  }
  .faq-col.fr {
    padding-left: 0;
  }
}

.fa-co-tabs h4 {
  font-weight: normal;
}
.fa-co-tabs li {
  margin-bottom: 10px;
}
.fa-co-tabs li a {
  position: relative;
  display: block;
  padding-left: 15px;
  color: #555555;
}
.fa-co-tabs li a:before {
  content: '\f105';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  font-family: "FontAwesome";
}
.fa-co-tabs li a:hover {
  color: #a9b533;
}
.fa-co-tabs li.active a {
  color: #a9b533;
}
@media (max-width: 760px) {
  .fa-co-tabs:last-child {
    margin-bottom: 0;
  }
  .fa-co-tabs li a {
    display: inline-block;
  }
}

.faq-main .faq-list ol li {
  position: relative;
  margin-bottom: 30px;
  list-style: decimal;
  list-style-position: inside;
  padding-right: 40px;
  font-weight: 500;
}
.faq-main .faq-list ol li:last-child {
  margin-bottom: 0;
}
.faq-main .faq-list ol li h4:after {
  content: '\f196';
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  font-family: "FontAwesome";
  color: #d5d5d5;
}
.faq-main .faq-list ol li h4.active:after {
  content: '\f147';
}
@media (max-width: 1200px) {
  .faq-main {
    padding: 0 5%;
  }
}

.f-l-title {
  display: inline;
  vertical-align: top;
  cursor: pointer;
}

.f-l-sub {
  display: none;
  padding-top: 20px;
}

@media (max-width: 480px) {
  .fancybox-type-iframe .fancybox-inner {
    height: 50vh !important;
  }
}

@media (max-width: 810px) {
  .fancybox-nav {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  .fancybox-nav.fancybox-prev {
    left: -30px;
  }
  .fancybox-nav.fancybox-next {
    right: -30px;
  }
}

#lang_sel {
  height: auto !important;
}

.er-to-form .left_label .gfield_label {
  width: 42% !important;
  margin-top: 10px;
}
.er-to-form .gform_footer.left_label {
  width: 69% !important;
}

.gform_wrapper {
  /*#gform_fields_1 {
    li.gfield.gfield_error, li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
    li.gfield.gfield_error.gfield_contains_required {
      background-color: transparent !important;
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      padding-left: 0px !important;
      border-top: 0px !important;
      border-bottom: 0px !important;
    }
    .top_label .gfield_description.validation_message, .gfield_description.validation_message {
      display: none !important;
    }
  }*/
}
.gform_wrapper .left_label .gfield_label {
  width: 41%;
  font-weight: normal !important;
}
.gform_wrapper .left_label .gfield_error .gfield_label {
  width: 41% !important;
}
.gform_wrapper .left_label .gfield_error input[type=text] {
  width: 53.5% !important;
}
@media (max-width: 480px) {
  .gform_wrapper .left_label {
    width: 100% !important;
  }
}
.gform_wrapper .gfield_required {
  display: none;
}
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
  padding: 5px !important;
  text-align: right;
  width: 68%;
}
@media (max-width: 480px) {
  .gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
    width: 100% !important;
  }
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  padding: 7px 20px;
  border: none;
  background: #00b2ee;
  color: #fff;
}
.gform_wrapper textarea.large {
  border-color: #ccc !important;
}
.gform_wrapper .datepicker.datepicker_with_icon {
  width: 52% !important;
}
@media (max-width: 480px) {
  .gform_wrapper .datepicker.datepicker_with_icon {
    width: 93% !important;
  }
}
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea {
  width: 55% !important;
}
@media (max-width: 480px) {
  .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea {
    width: 100% !important;
  }
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required,
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  padding: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-left: 0px !important;
}
.gform_wrapper .top_label .gfield_description.validation_message, .gform_wrapper .gfield_description.validation_message {
  display: none !important;
}

#gform_fields_2 li.gfield.gfield_error.gfield_contains_required,
#gform_fields_2 li.gfield.gfield_error, #gform_fields_2 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  padding: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
}
#gform_fields_2 li.gfield.gfield_error.gfield_contains_required {
  padding-left: 0px !important;
  margin-bottom: 14px !important;
}
#gform_fields_2 .top_label .gfield_description.validation_message, #gform_fields_2 .gfield_description.validation_message {
  display: none !important;
}

.regpage {
  padding-bottom: 200px;
}
.regpage #gform_2 #field_2_17 {
  width: 92%;
  position: absolute;
  bottom: 20%;
}
@media (max-width: 950px) {
  .regpage #gform_2 #field_2_17 {
    display: none;
  }
}
.regpage #gform_2 #field_2_16 {
  position: absolute;
  bottom: 13%;
  margin: 0 auto;
  /*left: 32%;*/
  width: 92%;
  text-align: center;
  /*@include breakpoint(tablet) {
    left: 17%;
  }
  @include breakpoint(phablet) {
    left: 10%;
  }
  @include breakpoint(mobile) {
    left: 5%;
  }*/
}
.regpage #gform_2 #field_2_16 label.gfield_label {
  display: none;
}
@media (max-width: 950px) {
  .regpage #gform_2 #field_2_16 {
    width: 90%;
  }
}
.regpage #gform_2 .gform_footer {
  position: absolute;
  width: 92% !important;
  text-align: center;
  bottom: 7%;
  margin-left: 0px;
}
@media (max-width: 950px) {
  .regpage #gform_2 .gform_footer {
    width: 100%;
  }
}

.error-page {
  text-align: center;
  margin: 0 auto;
}
.error-page .page-title {
  font-size: 250px;
}
.error-page .page-content {
  margin-bottom: 60px;
}

.search {
  margin: 20px 0;
  font-size: 1rem;
}
.search h2 a {
  font-family: "Cinzel";
  font-weight: normal;
  /*color:#666;*/
  font-size: 20px;
}

.tab {
  display: none;
}

.tab.show {
  display: block;
}

.more {
  /*display: none;*/
}
.more .morecontent span {
  display: none;
}
.more .morelink {
  display: block;
}

#the-management-team .content {
  display: none;
}

.swipe {
  display: none;
}
@media (max-width: 950px) {
  .swipe {
    display: block;
  }
}

.single-hg_gallery .fancybox-inner:after {
  content: "";
  background: url(../images/page_template/banner_tag.png);
  padding: 37px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.page-id-279 .inner-banner,
.page-id-282 .inner-banner,
.page-id-2851 .inner-banner,
.page-id-2862 .inner-banner,
.page-id-2866 .inner-banner,
.page-id-2842 .inner-banner {
  height: 185vh;
}

/*@include breakpoint(desktop) {
	#menu-main-menu { display:none; }
	.menu-bar { display: block; }
}*/


.iframe-embed-wrap{
  display: block;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}

.iframe-embed-wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}