@charset "UTF-8";
@import url(bootstrap.min.css);
@import url(jquery.selectBoxIt.css);
@import url(ug-theme-default.css);
@import url(unite-gallery.css);

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */


@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
  }
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'sinkin_sans400_regular', Arial, sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
 font: 11px/18px 'sinkin_sans400_regular', Arial, sans-serif;
  font-weight: normal;
  overflow-x:hidden; 
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

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

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

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

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

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

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve 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 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove 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],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove 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. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve 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;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


input,
select,
textarea {
  color: #222;
  text-transform: inherit!important;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets 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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

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

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
  text-transform: inherit!important;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   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;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul, ol, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input:focus {
  outline-style: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}



Preloader[s-element] {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    display: block;
    background: rgba(0,0,0,0.9777);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

Preloader[s-element] .PreloaderElement_boule {
position: absolute;
    width: 132px;
    margin-left: -7%;
    margin-top: -5%;
    left: 50%;
    top: 50%;
    background-color: transparent;
    border-radius: 0;
  -webkit-animation: loaderAnimation 3s;
  animation: loaderAnimation 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
Preloader[s-element] .PreloaderElement_boule img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 1%;
}

Preloader[s-element] .PreloaderElement_wave {
  position: absolute;
  display: none;
  width: 132px;
    margin-left: -7%;
    margin-top: -5%;
    left: 50%;
    top: 50%;
  height: 55px;
  border: 1px solid #97c21c;
  border-radius:0
  -webkit-animation: waveAnimation 3s;
  animation: waveAnimation 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes loaderAnimation {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes loaderAnimation {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes waveAnimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes waveAnimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}








a, button {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-In;
  -moz-transition: all 0.3s ease-In;
  -ms-transition: all 0.3s ease-In;
  -o-transition: all 0.3s ease-In;
  transition: all 0.3s ease-In;
}

a:hover, button:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-In;
  -moz-transition: all 0.3s ease-In;
  -ms-transition: all 0.3s ease-In;
  -o-transition: all 0.3s ease-In;
  transition: all 0.3s ease-In;
}
a:focus {
  outline-style: none;
  text-decoration: none;
  color: #848484;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}
.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}




@font-face {
  font-family: 'latohairline';
  src: url('../fonts/Lato-Hairline.eot');
  src: url('../fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lato-Hairline.woff2') format('woff2'),
  url('../fonts/Lato-Hairline.woff') format('woff'),
  url('../fonts/Lato-Hairline.ttf') format('truetype'),
  url('../fonts/Lato-Hairline.svg#latohairline') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/Lato-Bol.eot');
    src: url('../fonts/Lato-Bol.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Bol.woff2') format('woff2'),
         url('../fonts/Lato-Bol.woff') format('woff'),
         url('../fonts/Lato-Bol.ttf') format('truetype'),
         url('../fonts/Lato-Bol.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'flexobold';
  src: url('../fonts/flexo-bold-webfont.eot');
  src: url('../fonts/flexo-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/flexo-bold-webfont.woff2') format('woff2'),
  url('../fonts/flexo-bold-webfont.woff') format('woff'),
  url('../fonts/flexo-bold-webfont.ttf') format('truetype'),
  url('../fonts/flexo-bold-webfont.svg#flexobold') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'flexolight';
  src: url('../fonts/flexo-light-webfont.eot');
  src: url('../fonts/flexo-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/flexo-light-webfont.woff2') format('woff2'),
  url('../fonts/flexo-light-webfont.woff') format('woff'),
  url('../fonts/flexo-light-webfont.ttf') format('truetype'),
  url('../fonts/flexo-light-webfont.svg#flexolight') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'flexomedium';
  src: url('../fonts/flexo-medium-webfont.eot');
  src: url('../fonts/flexo-medium-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/flexo-medium-webfont.woff2') format('woff2'),
  url('../fonts/flexo-medium-webfont.woff') format('woff'),
  url('../fonts/flexo-medium-webfont.ttf') format('truetype'),
  url('../fonts/flexo-medium-webfont.svg#flexomedium') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'flexoregular';
  src: url('../fonts/flexo-regular-webfont.eot');
  src: url('../fonts/flexo-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/flexo-regular-webfont.woff2') format('woff2'),
  url('../fonts/flexo-regular-webfont.woff') format('woff'),
  url('../fonts/flexo-regular-webfont.ttf') format('truetype'),
  url('../fonts/flexo-regular-webfont.svg#flexoregular') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'flexothin';
  src: url('../fonts/flexo-thin-webfont.eot');
  src: url('../fonts/flexo-thin-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/flexo-thin-webfont.woff2') format('woff2'),
  url('../fonts/flexo-thin-webfont.woff') format('woff'),
  url('../fonts/flexo-thin-webfont.ttf') format('truetype'),
  url('../fonts/flexo-thin-webfont.svg#flexothin') format('svg');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'dinschriftregular';
  src: url('../fonts/dinengsc.eot');
  src: url('../fonts/dinengsc.eot?#iefix') format('embedded-opentype'),
  url('../fonts/dinengsc.woff2') format('woff2'),
  url('../fonts/dinengsc.woff') format('woff'),
  url('../fonts/dinengsc.ttf') format('truetype'),
  url('../fonts/dinengsc.svg#dinschriftregular') format('svg');
  font-weight: normal;
  font-style: normal;

}


@font-face {
    font-family: 'latoregular';
    src: url('../fonts/Lato-Reg.eot');
    src: url('../fonts/Lato-Reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Reg.woff2') format('woff2'),
         url('../fonts/Lato-Reg.woff') format('woff'),
         url('../fonts/Lato-Reg.ttf') format('truetype'),
         url('../fonts/Lato-Reg.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'sinkin_sans400_regular';
    src: url('../fonts/sinkinsans-400regular-webfont.eot');
    src: url('../fonts/sinkinsans-400regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sinkinsans-400regular-webfont.woff2') format('woff2'),
         url('../fonts/sinkinsans-400regular-webfont.woff') format('woff'),
         url('../fonts/sinkinsans-400regular-webfont.ttf') format('truetype'),
         url('../fonts/sinkinsans-400regular-webfont.svg#sinkin_sans400_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?86567188');
  src: url('../fonts/fontello.eot?86567188#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?86567188') format('woff2'),
       url('../fonts/fontello.woff?86567188') format('woff'),
       url('../fonts/fontello.ttf?86567188') format('truetype'),
       url('../fonts/fontello.svg?86567188#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?42621948#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-facebook:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-linkedin:before { content: '\e802'; } /* '' */
.icon-gplus-1:before { content: '\e803'; } /* '' */
.icon-print:before { content: '\e804'; } /* '' */
.icon-right-open:before { content: '\e805'; } /* '' */
.icon-location:before { content: '\e806'; } /* '' */
.icon-mail:before { content: '\e807'; } /* '' */
.icon-phone:before { content: '\e808'; } /* '' */
.icon-camera:before { content: '\e809'; } /* '' */
.icon-mail-1:before { content: '\e80a'; } /* '' */
.icon-share:before { content: '\e80b'; } /* '' */
.icon-help:before { content: '\e80c'; } /* '' */
.icon-ok:before { content: '\e80d'; } /* '' */
.icon-right-open-1:before { content: '\e80e'; } /* '' */
.icon-left-open:before { content: '\e80f'; } /* '' */
.icon-search:before { content: '\e810'; } /* '' */
.icon-mail-2:before { content: '\e811'; } /* '' */
.icon-play:before { content: '\e812'; } /* '' */
.icon-cancel:before { content: '\e814'; } /* '' */
.icon-left-open-1:before { content: '\e815'; } /* '' */
.icon-right-open-big:before { content: '\e816'; } /* '' */
.icon-left-open-big:before { content: '\e817'; } /* '' */
.icon-calendar:before { content: '\e818'; } /* '' */
.icon-mobile:before { content: '\e819'; } /* '' */
.icon-instagramm:before { content: '\e81a'; } /* '' */
.icon-down-open:before { content: '\e81b'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */



#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'flexoregular', sans-serif;
  line-height: 1;
  background: transparent;
   float: right;
   margin-top: 20px;
}
#menu-line {
  position: absolute;
  top: 9px;
  left: 0;
   border: 1px solid #95c01e;
  height: 34px ;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding:20px 20px 35px;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #95c01e;
  border-right: 1px solid #95c01e;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  z-index: 5;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 42px;
    border-bottom: 1px solid #2b344d;
}
#cssmenu ul ul li a {
  padding: 15px 20px;
  width: 230px;
  font-size: 12px;
  background: #1d253a;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background: #2b344d;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #95c01e;
  border-right: 1px solid #95c01e;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}


header{
background:url(../images/bg-theam.jpg)repeat 0 0;
}

.navbar-brand{
  height: auto;
  padding: 10px 15px;
}

.top-head{
  background-color: rgba(0,0,0,0.4);
  border-bottom: 1px solid #95c01e;
  display: block;  
  font-size: 10px;
  padding: 7px 0px;
}
header.fixed{
    height: 60px;
    left: 0;
    min-height: 0;
    position: fixed;
    top: 0;
    z-index: 12;
    width: 100%;
    }
header.fixed .top-head{
  display: none;
}
header.fixed .navbar-brand>img {
    width: 56%;
}
header.fixed #cssmenu {
      margin-top: 4px;
}
header.fixed #cssmenu > ul > li > a {
    padding: 20px 20px 21px;
    }



.temp{
  background:url(../images/temp-ico.png)no-repeat 0 0;
  padding-left: 30px;
  color: rgba(255,255,255,0.5);
  display: inline-block;
    margin:0 20px 0 0;
    line-height: 18px;
  }

.top-head address{
  background:url(../images/map-ico.png)no-repeat 0 0;
  padding-left: 20px;
  color: rgba(255,255,255,0.5);
  margin:0 20px 0 0;
  display: inline-block;
    line-height: 23px;
}
.top-head .call{
    background:url(../images/call-ico.png)no-repeat 0 0;
  padding-left: 30px;
  color: rgba(255,255,255,0.5);
  display: inline-block;
    line-height: 25px;
}

.globel-nav{
  float: left;
  margin-top: 6px;
}

.globel-nav li{
 display: inline-block;
 margin-right: 15px;
 position: relative;
}
.globel-nav li:after{
  background: rgba(255,255,255,0.5);
  width: 1px;
  height: 15px;
  position: absolute;
  content: "";
    top: 2px;
    right: -9px;
}
.globel-nav li:last-child:after{
 display: none;
}

.globel-nav a{
  font:normal 10px/15px 'sinkin_sans400_regular', Arial, sans-serif;
  color: rgba(255,255,255,0.5);
  text-transform: capitalize;
}
.globel-nav a:hover{
  color: rgba(255,255,255,1);
}

.top-head .social {
    float: right;
    margin-left: 10px;
    
}

.top-head .social li {
    float: left;
   width: 31px;
  height: 31px;
    margin-left:5px;    
   
}

.top-head .social li a {   
    border-radius: 30px;
    color: #95c01e;
    float: left;
   border: 1px solid #7f7f7f;
    font-size: 17px;
    height: 31px;
    line-height: 19px;
    padding-top: 3px;
    position: relative;
    text-align: center;
    width: 31px;
}

.top-head .social li a.icon-trip {   
  background-image: url(../images/trip.png);
  background-repeat: no-repeat;
  background-position: center center;  
}

.top-head .social li a.icon-trip:hover {   
background-color: #fff; 
}

.icon-twitter:hover {
   border: 1px solid #1AB2E8;
   background: #1AB2E8;
  color: #fff !important;
}

.icon-facebook:hover {
  background: #3A5897 !important;
    border: 1px solid #3A5897;
  color: #fff !important;
}

.icon-gplus:hover {
  background: #D43E33 !important;
   border: 1px solid #D43E33;
  color: #fff !important;
}

.icon-pinterest:hover {
   border: 1px solid #CB2027;
  background: #CB2027 !important;
  color: #fff !important;
}

.icon-linkedin:hover {
   border: 1px solid #007BB6;
  background: #007BB6 !important;
  color: #fff !important;
}

.icon-instagramm:hover,
.icon-instagram:hover {
     border: 1px solid #835444;
  background: #835444 !important;
  color: #fff !important;
}


.icon-youtube-play:hover {
     border: 1px solid #835444;
  background: #835444 !important;
  color: #fff !important;
}


.spotlight-wrap {
    display: block;
    padding:0;
    position: relative;
    background:#212a3d;
}

/*--------------------main-slider------------------*/
.skdslider{
 width:100%;
 position: relative;
 display: block;
 overflow:hidden;
}

.skdslider:after {
    content: '';
    padding-top: 50%; 
    display: block;
}

.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}
.skdslider ul.slides li
{
   display: none;
}
.skdslider ul.slides li img{
    width: 100%;
  height:100%;
  border:0;
}

.skdslider ul.slide-navs {
display: none;
}


.skdslider .slide-desc {   
    left: 0;
    padding: 0 15px 0 15px;
    position: absolute;
    margin-left: 0;
    bottom: 35%;
    
    width: 100%;
    display: inline-block;
    background: rgba(22, 32, 52, 0.5);
    
}
.skdslider .slide-desc h2 {
    color: #fff;
 font-family: 'flexothin';
    font-size: 72px;
    line-height: 70px;
    margin-bottom: 10px;
    text-shadow:0px 2px 8px rgba(0, 0, 0, 10.9);
    margin-top: 10px;
    text-transform: uppercase;
}

.skdslider a.prev{
    background: url("../images/left-nav.png") no-repeat 0 0 transparent;
  width:50px;
  height:50px;
  display:block;
  cursor:pointer;
  position:absolute;
  top:50%;
  left:2%;
  margin-top:-17px;
}

.skdslider a.next{
    background: url("../images/right-nav.png") no-repeat 0 0 transparent;
  width:50px;
  height:50px;
  display:block;
  cursor:pointer;
  position:absolute;
  top:50%;
  right:2%;
  margin-top:-17px;
}
.skdslider a.prev:hover{
  
}
.skdslider a.next:hover{
  
}

.skdslider a.play, .skdslider a.pause{
 display: none 
}

.search-container{
  position: absolute;
  width: 100%;
  top:75px;
  left: 0px;
  z-index: 11;
}

.search-wrap{

 background: url("../images/search-wrap-bg.png") repeat 0 0;
     padding: 10px 15px 30px;
    border: 1px solid #51742d;
    margin-top: 0;
    position: relative;
    min-height: 90px;
    margin-bottom: 20px;
    
}
.search-wrap:before {
    background-image: url("../images/best-tag.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: inherit;
    content: "";
    height: 111px;
    position: absolute;
    left: 0;
    top: -76px;
    margin-left: 0;
    z-index: 2;
    width: 100%;
}
.search-container.fixed{
    position: fixed;
    z-index: 11;
    top:70px;
}
.search-container.fixed .search-wrap:before{
display: none;
}
.search-wrap li{
 display: inline-block;
    float: left;
    margin: 0 6.22px 0 0;
    position: relative;
    width: 163px;
}




.search-wrap li:last-child {
    float: right;
    margin: -41px -12px 0 24px;
}

.search-wrap h2{
      font:20px/22px 'flexoregular';
      margin:0 0 5px;
      text-transform: uppercase;
      color: #fff;
      display: block;
}
.icon-calendar {
    color: #243557;
    cursor: pointer;
    font-size: 21px;
    pointer-events: none;
    position: absolute;
 right: 3px;
    top: 7px;
}
.search-wrap li input{
 background: #fff;
 border: 1px solid #ebb962;
 border-radius: 0;
 color: #062034;
 box-shadow: none;
 text-transform: inherit;
  font:11px/16px 'flexomedium';
  padding-top: 7px;
}
.btn{
  background: #92b237!important;
  padding:12px 10px 10px 10px!important;
  text-align: center;
    font:14px/16px 'flexomedium';
    text-transform: uppercase;
    color: #fff!important;
    border:none!important;
  border-radius: 0;
  font-size: 14px;
  width: 100px;  
  margin: 5px 0 0 10px;
  
   -webkit-transition: all 0.3s ease-In;
  -moz-transition: all 0.3s ease-In;
  -ms-transition: all 0.3s ease-In;
  -o-transition: all 0.3s ease-In;
  transition: all 0.3s ease-In;
}
.btn:hover{
  background: #74931b!important;
    color: #fff;  
    -webkit-transition: all 0.3s ease-In;
  -moz-transition: all 0.3s ease-In;
  -ms-transition: all 0.3s ease-In;
  -o-transition: all 0.3s ease-In;
  transition: all 0.3s ease-In;

}

.search-wrap li select{
 background: #fff;
 border: 1px solid #ebb962;
 border-radius: 0;
 box-shadow: none;
 width: 100%;
  color: #062034!important;
    font:12px/16px 'flexomedium';
    text-transform: inherit;
    height: 34px!important;
    padding: 4px;
    left:0px;
}
.child-plan{
  width: 43px;
  height:43px;
  float: left;
  cursor: pointer;
}
input::-webkit-input-placeholder {
  color: #062034!important;
    font:12px/16px 'flexomedium';
    text-transform: inherit;
}

input:-moz-placeholder { /* Firefox 18- */
  color: #062034!important;
    font:12px/16px 'flexomedium';
    text-transform: inherit;
}  


input::-moz-placeholder {  /* Firefox 19+ */
    color: #062034!important;
    font:12px/16px 'flexomedium';
    text-transform: inherit;
}

input:-ms-input-placeholder {  
    color: #062034!important;
    font:12px/16px 'flexomedium';
    text-transform: inherit;
}

textarea::-webkit-textarea-placeholder {
    color: #062034!important;
    font:12px/16px 'flexomedium';
    text-transform: inherit;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: #062034!important;
    font:12px/16px 'flexomedium';
    text-transform: inherit;
}  


textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #062034!important;
    font:12px/16px 'flexomedium';
    text-transform: inherit;
}

textarea:-ms-textarea-placeholder {  
   color: #062034!important;
    font:12px/16px 'flexomedium';
    text-transform: inherit;
}

.form ul li .selectboxit-container .selectboxit span {
 color: #062034;
    height: 34px;
    line-height: 34px;
    opacity: 0.6;
}
.form ul li .selectboxit-option-icon-container {
  display: none;
}
.form ul li .selectboxit-text {
  text-indent: 0;
}
.form ul li .selectboxit-container .selectboxit-options {
  left: 0;
  right: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.form ul li .selectboxit-container .selectboxit-options .selectboxit-option {
  padding: 0;
  margin: 0;
}
.form ul li .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #444;
  background-image: -moz-linear-gradient(top, #444444, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#333333));
  background-image: -webkit-linear-gradient(top, #444444, #333333);
  background-image: -o-linear-gradient(top, #444444, #333333);
  background-image: linear-gradient(to bottom, #444444, #333333);
  background-repeat: repeat-x;
}
.form ul li .selectboxit-container .selectboxit-options a {
  color: #243557!important;
    font:12px/16px 'flexomedium';
  font-weight: normal;
  padding: 8px 10px;
}

.error {
    border: 1px solid red !important;
    -webkit-box-shadow:inset 0 0 5px 1px #D10808!important;
box-shadow:inset 0 0 5px 1px #D10808!important;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    background: url("../images/icon-lang.png") no-repeat center center;
    border:none;
    bottom: 0;
    height: 100%;
    top: 0;
    left:auto;
    right:7px;
    width: 11px;
}
.search-wrap li input[type="submit"]{
   font-size: 14px;
    line-height: 10px;
}

.search-wrap li input::-webkit-input-placeholder {
  color: #062034!important;
    font:11px/16px 'flexomedium';
    text-transform: inherit;
}

.search-wrap li input:-moz-placeholder { /* Firefox 18- */
  color: #062034!important;
    font:11px/16px 'flexomedium';
    text-transform: inherit;
}  


.search-wrap li input::-moz-placeholder {  /* Firefox 19+ */
    color: #062034!important;
    font:11px/16px 'flexomedium';
    text-transform: inherit;
}

.search-wrap li input:-ms-input-placeholder {  
    color: #062034!important;
    font:11px/16px 'flexomedium';
    text-transform: inherit;
}

.search-wrap li textarea::-webkit-textarea-placeholder {
    color: #062034!important;
    font:11px/16px 'flexomedium';
    text-transform: inherit;
}

.search-wrap li textarea:-moz-placeholder { /* Firefox 18- */
  color: #062034!important;
    font:11px/16px 'flexomedium';
    text-transform: inherit;
}  


.search-wrap li textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #062034!important;
    font:11px/16px 'flexomedium';
    text-transform: inherit;
}

.search-wrap li textarea:-ms-textarea-placeholder {  
   color: #062034!important;
    font:11px/16px 'flexomedium';
    text-transform: inherit;
}


.down-arrow {
    background:url("../images/move-icon.png") no-repeat 0 0;
    bottom: -40px;
    height: 81px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 79px;
    z-index: 10;
}
.up{
    background-image:url("../images/up.png");
    background-position: 0 0 ;    
    background-repeat: no-repeat;
    background-size: contain;
    bottom:10%;
    height: 81px;
    right: 0;
    display: none;
    margin-left: -35px;
    position: fixed;
    width: 79px;
    opacity: 0.5;
    z-index: 10;
      -webkit-transition: all 0.3s ease-In;
  -moz-transition: all 0.3s ease-In;
  -ms-transition: all 0.3s ease-In;
  -o-transition: all 0.3s ease-In;
  transition: all 0.3s ease-In;

}
.show-up{
    display: block;
     opacity: 0.5;
      -webkit-transition: all 0.3s ease-In;
  -moz-transition: all 0.3s ease-In;
  -ms-transition: all 0.3s ease-In;
  -o-transition: all 0.3s ease-In;
  transition: all 0.3s ease-In;
    
}
.show-up:hover{
  opacity: 1;
}
.modal-title {
    font-size: 35px;
    line-height: 1.42857;
    margin: 0;
}
.choose-wrap{
  padding: 40px 0px 100px;
  position: relative;
  background: url(../images/bg-theam.jpg) repeat 0 0;
}

.titles {
  display: block;
  margin: 0 0 30px;
}

.titles h2 {
  color: #fff;
 display: inline-block;
  font: 42px/42px "dinschriftregular";
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 20px 0 0;
}


.titles h2 i {
 display: inline-block;
 margin-bottom: -9px;
    margin-right: 15px;
}
.titles span{
  color: #92bf11;
display: inline-block;
  font: 16px/18px "dinschriftregular";
  margin-top: 0px;
  text-transform: uppercase;
  width: 50%;
}
.choose-wrap ul{
  margin: 0;
  display: block;
}


.choose-wrap ul li:first-child a.more{
    bottom: 48px;   

}
.choose-wrap .image-wrap{
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.choose-wrap .image-wrap img {
  display: block;
  width: 100%;
  height: auto !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;   
}

.choose-wrap .image-wrap img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);   
}
.choose-wrap .image-wrap h3::after{
    background: rgba(0, 0, 0, 0) url("../images/tittle-bg-right.png") no-repeat 0 0;
    content: "";
    height: 41px;
    position: absolute;
    right: -24px;
    top: 0;
    width: 24px;
}

.choose-wrap .image-wrap h3 {
    background:#97c21d;
    color:#fff;
    display: table;
    font: 24px/26px "dinschriftregular";
    left: 0;
    letter-spacing: 1px;
    margin: 0 0 5px;
    min-width: 200px;
    padding: 10px 6px 5px 25px;
    position: absolute;
    text-shadow: none;
    text-transform: uppercase;
    top: 45px;
}
a.more{
  position: absolute;
  bottom:0px;
  right:0px;
  background: #97c21d;
  padding: 10px;
  text-align: center;
  border: 1px solid #97c21d;
}

a.more i{
  text-align: center;
  font-size: 25px;
  color: #fff;

}
a.more:hover{
  background: #fff;
}
a.more:hover i{
  color: #97c21d;
}
.choose-wrap li .content-wrap{
  display: block;
  margin: 10px 0 0;
}
.choose-wrap li .content-wrap span {
  color: #97c21d;
  font: 16px/18px "dinschriftregular";
  margin-top: 0;
  text-transform: uppercase;
  display: inline;

}

.choose-wrap li .content-wrap p {
  color: #fff;
  font: 16px/18px "dinschriftregular";
  margin-top: 0;
  text-transform: uppercase;
  display: inline;

}



.carousel-room, .carousel-dining, .carousel-exp  {   
    position: relative;    
}

.carousel-room .jcarousel-wrapper, .carousel-dining .jcarousel-wrapper, .carousel-exp .jcarousel-wrapper {
  margin:0;
  position: relative;
}
.carousel-room .jcarousel, .carousel-dining .jcarousel, .carousel-exp .jcarousel  {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-room .jcarousel ul, .carousel-dining .jcarousel ul, .carousel-exp .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.carousel-room .jcarousel li, .carousel-dining .jcarousel li, .carousel-exp .jcarousel li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel-room .jcarousel li figure, .carousel-dining .jcarousel li figure, .carousel-exp .jcarousel li figure {
 overflow: hidden;
}
.carousel-room .jcarousel img, .carousel-dining .jcarousel img, .carousel-exp .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.carousel-room .jcarousel-pagination, .carousel-dining .jcarousel-pagination, .carousel-exp .jcarousel-pagination {
   bottom: 18px;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0;


}
.carousel-exp .jcarousel-pagination {
   bottom: 85px; 

}

.carousel-room .jcarousel-pagination a, .carousel-dining .jcarousel-pagination a, .carousel-exp .jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  margin-right: 5px;
  background: #c7c7c7;
  text-indent: -9999px;
}
.carousel-room .jcarousel-pagination a.active, .carousel-dining .jcarousel-pagination a.active, .carousel-exp .jcarousel-pagination a.active {
  background: #81bd41;
  color: #fff;
  opacity: 1;
}

.choose-wrap ul li:first-child .carousel-room .jcarousel-pagination {
    bottom: 65px;
}
.carousel-exp a.more {
       bottom: 67px;
}

section.spot {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  background: url("../images/who-we-bg.jpg") 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 650px; 
}
.who-we-wrap{
background: rgba(0,0,0,0.5);
border: 1px solid #97c21c;
display: block;
color: #fff;
padding:25px 35px;
position: relative;
   min-height: 440px;

}
.who-we-carousel {
    margin-top: 50px;
}
.who-we-carousel .jcarousel-wrapper {
  margin: 15px auto;
  position: relative;
}
.who-we-carousel .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.who-we-carousel .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.who-we-carousel .jcarousel li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.who-we-carousel .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.who-we-carousel .jcarousel-control-prev,
.who-we-carousel .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
}
.who-we-carousel .jcarousel-control-prev {
  left: 15px;
}
.who-we-carousel .jcarousel-control-next {
  right: 15px;
}
.who-we-carousel .jcarousel-pagination {
 bottom: -20px;
    margin:0;
    position: absolute;
    right:0;
    width: 100%;
    text-align: center;

}
.who-we-carousel .jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 11px;
  width: 11px;
  line-height: 10px;
  margin-right: 5px;
  background: #c7c7c7;
  text-indent: -9999px;
}
.who-we-carousel .jcarousel-pagination a.active {
  background: #81bd41;
  color: #fff;
  opacity: 1;
}

.sep{
  display: block;
  position: relative; 
 }
.sep:after{

 background: url(../images/who-we-seperate.png)no-repeat 0 0; 
 content: "";
    height: 439px;
    position: absolute;
    right: 20px;
    top: -25px;
    width: 73px;
}
.sep img{
  display: inline-block;
  margin: 0 auto 20px;
  max-width:100%;
  
}

p{
  font: 11px/18px 'sinkin_sans400_regular', Arial, sans-serif;
}
.big-text{
  font-size: 11px;;
}
.who-we-wrap p{
  color: #fff;
}

.event-wrap{
  padding: 40px 0px 100px;
  position: relative;
  background: url(../images/bg-theam.jpg) repeat 0 0;
}
.event-wrap{
  padding: 40px 0px 100px;
  position: relative;
  background: url(../images/bg-theam.jpg) repeat 0 0;
}
.event-wrap h3 {
    color: rgb(255, 255, 255);
    display: inline-block;
    font: 30px/30px "dinschriftregular";
    letter-spacing: 1px;
    margin: 0 0px 0 0;
    text-transform: uppercase;
}
.event-wrap h3 span {
    color:#92bf11;  
}
.event-wrap p {
    color: rgb(255, 255, 255);
}

.wedding-carousel{
    padding-right: 15px;
    position: relative;
    padding-bottom: 60px;
}

.wedding-carousel:after{
content: "";
background: #92bf11;
width: 3px;
height: 540px;
position: absolute;
right:-17px;
top:0px;
}

.wedding-carousel .jcarousel-wrapper {
  margin: 15px auto;
  position: relative;
}
.wedding-carousel .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wedding-carousel .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wedding-carousel .jcarousel li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wedding-carousel .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.wedding-carousel .jcarousel-control-prev,
.wedding-carousel .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
}
.wedding-carousel .jcarousel-control-prev {
  left: 15px;
}
.wedding-carousel .jcarousel-control-next {
  right: 15px;
}
.wedding-carousel .jcarousel-pagination {
   bottom: 15px;
    margin:0;
    position: absolute;
    right:0;
    width: 100%;
    text-align: center;

}
.wedding-carousel .jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  margin-right: 5px;
  background: #c7c7c7;
  text-indent: -9999px;
}
.wedding-carousel .jcarousel-pagination a.active {
  background: #81bd41;
  color: #fff;
  opacity: 1;
}
.wedding-carousel a.more{
  right:15px;
}


.event-carousel{
    padding-left: 15px;
    position: relative;
    padding-bottom: 60px;
}

.event-carousel .jcarousel-wrapper {
  margin: 15px auto;
  position: relative;
}
.event-carousel .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.event-carousel .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-carousel .jcarousel li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.event-carousel .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.event-carousel .jcarousel-control-prev,
.event-carousel .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
}
.event-carousel .jcarousel-control-prev {
  left: 15px;
}
.event-carousel .jcarousel-control-next {
  right: 15px;
}
.event-carousel .jcarousel-pagination {
   bottom: 15px;
    margin:0;
    position: absolute;
    right:0;
    width: 100%;
    text-align: center;

}
.event-carousel .jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  margin-right: 5px;
  background: #c7c7c7;
  text-indent: -9999px;
}
.event-carousel .jcarousel-pagination a.active {
  background: #81bd41;
  color: #fff;
  opacity: 1;
}

section.spot2 {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  background: url("../images/testi-bg.jpg") 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 650px; 
}

.wrap-testi{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 1px solid rgb(151, 194, 28);
    padding:15px;
    position: relative;
     width: 100%;
    float: left;
}
.wrap-testi ul{
  display: block;
}
.wrap-testi li{
  float: left;
  width: 100%;
  color: #fff;
  padding: 10px 0px;
  border-bottom: 1px dotted #fff;
}
.wrap-testi li:last-child{
  border-bottom:none;
  padding-bottom: 30px;
}
.wrap-testi li a{
 color: #fff; 
}
.wrap-testi li .date{
color: rgb(253, 185, 67);
    display: block;
    font: 14px/14px "dinschriftregular";
    margin: 0 0 0;
    text-align: center;
}

.wrap-testi li h4{
 font: 16px/17px "dinschriftregular";
 color: #fff;
 text-transform:inherit;
 margin: 0 0 1px;
 display: block;
 text-align: center;
}
.wrap-testi li p{
margin: 5px 0px;
}
.wrap-testi li figure {
float: left;
text-align: center;
margin: 0 10px 10px 0;
}
.wrap-testi li .figure-content {
display: table;
margin: 0;
}
.wrap-testi li .figure-content h3{
 color: rgb(253, 185, 67);
    display: block;
    font: 18px/20px "dinschriftregular";
    margin: 8px 0 6px;
}
.wrap-testi img {
    margin: 0 0 10px;
}

.wrap-discover{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 1px solid rgb(151, 194, 28);
    padding:15px 15px 62px;
    position: relative;
     width: 100%;
    float: left;
}
.wrap-discover p{
   color: #fff;
   }

.wrap-discover .jcarousel-wrapper {
  margin: 0 auto 20px;
  position: relative;
}
.wrap-discover .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wrap-discover .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrap-discover .jcarousel li {
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap-discover .jcarousel li span{
  background: rgba(0,0,0,0.7);
 bottom: 0;
    color: rgb(255, 255, 255);
    font-size: 17px;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 15px;
}
.wrap-discover .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.wrap-discover .jcarousel-control-prev,
.wrap-discover .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
}
.wrap-discover .jcarousel-control-prev {
  left: 15px;
}
.wrap-discover .jcarousel-control-next {
  right: 15px;
}
.wrap-discover .jcarousel-pagination {
   bottom: -27px;
    margin:0;
    position: absolute;
    right:0;
    width: 100%;
    text-align: center;

}
.wrap-discover .jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  margin-right: 5px;
  background: #c7c7c7;
  text-indent: -9999px;
}
.wrap-discover .jcarousel-pagination a.active {
  background: #81bd41;
  color: #fff;
  opacity: 1;
}

.address-wrap {
    padding:47px 0 65px;
    position: relative;
    background: url(../images/bg-theam.jpg) repeat 0 0;
}
.wrap-tittle {
    position: relative;
    display: block;
    padding: 86px 0 43px;
}
.wrap-tittle:after{
 background: url(../images/sep-contact.png) no-repeat 0 0;
 position: absolute;
 content: "";
 right:-30px;
 top:0px;
 width: 30px;
 height: 243px;
}

.wrap-tittle .titles span {
    width: 52%;
}

.address-details{
  color: #fff;
    padding: 0 0 0 35px;
    font-family: "dinschriftregular";
    }

.address-details h3{
  color: #fff;
  font-size: 24px;
  margin: 0 0 20px;
  text-transform: uppercase;

    }

.address-details address{
 color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

.address-details span{
  color: #97c21d;
  display: block;
  font-size: 24px;
  margin:0px 0 5px;

    }
.address-details span b{
 font-weight: normal;
  color: #fff;
    font-family: "dinschriftregular";
    font-size: 16px;
    margin: 0px;
    text-transform: lowercase;
    }

  .address-details p{
  color: #fff;
    font-family: "dinschriftregular";
    font-size: 16px;
    margin: 0 0 2px;
    text-transform: lowercase;
    }  
    .address-details i{
  color: #97c21d;
  font-size: 19px;
    }  

  .address-details p a{
  color: #fff; 
    } 

  .address-details .col-md-7{
    padding-top: 50px;
  }
footer{
  background: #31312f;
  display: block;
  clear:both;
}
.footer{
 background:#292929 url(../images/footer-line.jpg) no-repeat bottom center;
 padding:16px 40px 5px;
  display: block;
  clear:both;
}
.footer ul {
    display: block;
    margin: 17px 0 0;
}
.footer li{
display: inline-block;
margin: 0 15px 0 0;
}
.footer li a{
font: 11px/16px 'sinkin_sans400_regular', Arial, sans-serif;
color: rgba(255,255,255,0.6);
text-transform: capitalize;
}
.footer li a:hover{
color: rgba(255,255,255,1);
}
    
.footer-bottom{
  display: block;
  margin-top: 15px;
}
.footer-bottom p{
 font: 11px/14px 'sinkin_sans400_regular', Arial, sans-serif;
color: rgba(255,255,255,0.6);
margin: 0 0 20px;
}

.footer-bottom ul{
  float: right;
}

.footer-bottom li{
 display: inline-block;
 margin-right: 15px;
 position: relative;
}
.footer-bottom li:after{
  background: rgba(255,255,255,0.5);
  width: 1px;
  height: 15px;
  position: absolute;
  content: "";
top: 4px;
    right: -10px;
}
.footer-bottom li:last-child:after{
 display: none;
}

.footer-bottom a{
  font: 11px/14px 'sinkin_sans400_regular', Arial, sans-serif;
color: rgba(255,255,255,0.6);
text-transform:capitalize;
}
.footer-bottom a:hover{
  color: rgba(255,255,255,1);
}




.pin-up{
  position:absolute; 
  top:-260px;
  width:  100%;
  height: 0px;
  left:  0px;
}


.wrap-inner-content{
 background: #fff;
    display: block;
    margin: -35px 0 0;
    padding:0px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}

.inner-tittle{
      background: url(../images/bg-theam.jpg)repeat 0 0;
        padding:12px 15px 5px;
    width: 100%;
    float: left;
}

.inner-tittle h2{
         color: #fff;
    display: inline-block;
    font: 35px/35px "dinschriftregular";
    letter-spacing: 1px;
    text-transform: uppercase;
    margin:0;
}


.mail-link {
    float: right;   
}

.mail-link li {
    float: right;
   width: 31px;
  height: 31px;
    margin-left:5px;    
   
}

.mail-link li a {   
    border-radius: 30px;
    color: #95c01e;
    float: left;
   border: 1px solid #7f7f7f;
    font-size: 17px;
    height: 31px;
    padding-top: 3px;
    position: relative;
    text-align: center;
    width: 31px;
}

.mail-link li a.icon-trip {   
  background-image: url(../images/trip.png);
  background-repeat: no-repeat;
  background-position: center center;  
}

.content-inner-wrap{
  padding: 30px;
 width: 100%;
 float: left;
}


.deal-box{
      background: url("../images/bg-theam.jpg") repeat 0 0;
    float: left;
    padding:15px;
    width: 100%;
    position: relative;

}
.deal-box:before{
      background: url("../images/deals-bg.png") no-repeat 0 0;
   height: 28px;
   width: 138px;
   content: "";
   position: absolute;
   left:0px;
   top:-18px;

}

.deal-box h3{
  color: rgb(255, 255, 255);
    font: 17px/19px "dinschriftregular";
    letter-spacing: 1px;
    margin: -27px 0 0;
    position: relative;
    text-transform: uppercase;
    
}
.deal-box p{
  text-transform: uppercase;
  color: #fff;  
  margin: 15px 0 0;
}

.room-listing{
  display: block;
}
.room-listing h3{
  font: 24px/26px "dinschriftregular";
  background: url("../images/bg-theam.jpg") repeat 0 0;
  padding:15px 15px 10px;
  display: block;
  color: #fff;
}

.list-details{
  display: block;
    font: 11px/18px 'sinkin_sans400_regular', Arial, sans-serif;
}

.list-details p{
  display: block;
  border-bottom: 2px solid #97c21d;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.list-details span{
 font-size: 11px;
    line-height: 18px;   
}
.offer-wrap {
    background: rgb(26, 41, 82);
    border: 6px solid rgb(146, 178, 55);
    color: rgb(255, 255, 255);
    display: block;
    font-size: 10px !important;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 9px;
    padding: 2px 12px;
    text-align: center;
}
.list-details .col-md-7 strong {
    background: rgb(146, 178, 55);
    color: rgb(255, 255, 255);
    padding: 2px 5px;
}
.list-details ul{
  display: block;
}

.list-details li{
     display: block;
    float: left;
    font-size: 11px;
    margin:0 0 2px;
    width: 100%;
}

.list-details li i{
 font-size: 15px;
 color: #97c21d;
 margin:0 -2px 0 0;
}

.book-now{
background: rgb(37, 53, 86);
    color: rgb(255, 255, 255);
    font: 18px/26px "dinschriftregular";
    padding:8px 25px 3px;
    float: left;
    margin: 10px 0 0;  
    outline: none;
    border: none;
    text-transform: uppercase;
  
}

.book-now:hover{
  background: #97c21d;  
  color: #fff;
}

.room-listing a.more{
  padding: 6px;
    right: 15px;
}


.room-gallery  {   
    position: relative;    
}

.room-gallery .jcarousel-wrapper {
  margin:0;
  position: relative;
}
.room-gallery .jcarousel  {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.room-gallery .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.room-gallery .jcarousel li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.room-gallery .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.room-gallery .jcarousel-pagination {
   bottom: 15px;
    margin:0;
    position: absolute;
    right:0;
    width: 100%;
    text-align: center;

}
.room-gallery .jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  margin-right: 5px;
  background: #c7c7c7;
  text-indent: -9999px;
}
.room-gallery .jcarousel-pagination a.active {
  background: #81bd41;
  color: #fff;
  opacity: 1;
}


.wrap-reg{
 background: url("../images/bg-theam.jpg") repeat 0 0;
  padding:10px 20px 20px;
  display: block;
  width: 100%;
  float: left;
  color: #fff;
}

.wrap-reg #contactforms1 label{
  margin-right: 10px;
}
.content-inner-wrap h3.tittle{
   font: 24px/26px "dinschriftregular";
 color: #243557;
 text-transform: uppercase;
 margin: 0px;
}
.wrap-reg h3{
 font: 24px/26px "dinschriftregular";
 color: #fff;
 text-transform: uppercase;
 border-bottom: 2px solid #97c21d;
  margin: 10px 0 20px;
    padding: 0 0 5px;
 display: block;
}
.rate-info li{
 width: 100%;
 float: left;
 margin: 0 0 10px;
 color: #fff;
  font: 15px/18px 'sinkin_sans400_regular', Arial, sans-serif;

}

.rate-info li span{
 width: 50%;
float: left;
font-size: 13px;
}

.reg-form li{
margin: 0 0 10px;
}

.reg-form li input{
 background: #fff;
 border: 1px solid #ebb962;
 border-radius: 0;
 color: #062034;
 box-shadow: none;
 text-transform: inherit;
  font:12px/16px 'flexomedium';
  padding-top: 7px;
}

.reg-form li a{
 color: #fff;
 text-transform: inherit;
  font:12px/16px 'flexomedium';
  padding-top: 7px;
}
.reg-form li textarea{
 background: #fff;
 border: 1px solid #ebb962;
 border-radius: 0;
 color: #062034;
 box-shadow: none;
 text-transform:inherit;
  font:12px/16px 'flexomedium';
  padding-top: 7px;
}
.reg-form li input[type="submit"]{
width: 100%;
text-align: center;
margin: 0px;
}
.reg-form h4{
 font: 18px/20px "dinschriftregular";
 color: #fff;
 text-transform: inherit;
 border-bottom: 2px solid #97c21d;
  margin:10px 0 0 ;
    padding: 0 0 5px;
 display: block;
}
.reg-form p{
  margin: 0 0 5px;
}
.reg-form .child-plan {
    cursor: pointer;
    float: left;
    height: 43px;
    width: auto;
}

.contact-detail{
  color: #fff;
  font:12px/16px 'flexomedium';
    min-height: 387px;
}
.contact-detail address{
  color: #fff;
  font:13px/19px "flexomedium";
  text-transform: uppercase;
}
.contact-detail address span{
  color: #fff;
  font:13px/19px "flexomedium";
  text-transform: uppercase;
  display: block;
}
.contact-detail address span b{
  color: #fff;
  font:13px/19px "flexomedium";
  text-transform: uppercase;
  display: block;
  font-weight: normal;
}

.contact-detail p {
font-size: 10px;
    line-height: 20px;
    margin: 0 0 2px;
}

.contact-detail a{
color: #fff;
}
.contact-detail i{
color: #97c21d;
font-size: 16px;
    margin-right:0px;
}


.map-wrap h2{
  background: url("../images/bg-theam.jpg") repeat 0 0;
 border-bottom: 2px solid rgb(151, 194, 29);
    color: rgb(255, 255, 255);
    font: 24px/20px "dinschriftregular";
    margin: 10px 0 0;
    padding: 15px 15px 10px;
    text-transform: uppercase;
}


.alter-list{
  display:block;
}

.alter-list .left, .alter-list .right{
  display:block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #97c220;
  padding-bottom:15px;
  margin-bottom: 15px;
}
.alter-list .right .pull-both{
float: right;
}
.alter-list .left .pull-both{
float: left;
}

.alter-list h3 {
    border-bottom: 1px solid rgb(151, 194, 32);
    color: rgb(36, 53, 87);
    display: block;
    font: 24px/26px "dinschriftregular";
    margin: 0 0 10px;
    padding: 0 0 8px;
}

.carousel-list-dining  {   
    position: relative;    
}

.carousel-list-dining .jcarousel-wrapper {
  margin:0;
  position: relative;
}
.carousel-list-dining .jcarousel  {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-list-dining .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.carousel-list-dining .jcarousel li {
  float: left;
  border: none;
  padding: 0px;
  margin: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel-list-dining .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.carousel-list-dining .jcarousel-pagination {
   bottom: 15px;
    margin:0;
    position: absolute;
    right:0;
    width: 100%;
    text-align: center;

}
.carousel-list-dining .jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  margin-right: 5px;
  background: #c7c7c7;
  text-indent: -9999px;
}
.carousel-list-dining .jcarousel-pagination a.active {
  background: #81bd41;
  color: #fff;
  opacity: 1;
}

/*!
 * Ui-datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */



.ui-datepicker {
  top: 0;
  left: 0;
  background: #fff;
  position: relative;
  width: 230px;
display: none;
    border: 1px solid #9acd0b;
    padding: 10px;
    font-size: 12px;
    margin-top: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.ui-datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.ui-datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.ui-datepicker table {
  width: 100%;
  margin: 0;
}
.ui-datepicker td,
.ui-datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui-datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.ui-datepicker td.day.disabled {
  color: #eeeeee;
}
.ui-datepicker td.old,
.ui-datepicker td.new {
  color: #999999;
}
.ui-datepicker td.active,
.ui-datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ui-datepicker td.active:hover,
.ui-datepicker td.active:hover:hover,
.ui-datepicker td.active:focus,
.ui-datepicker td.active:hover:focus,
.ui-datepicker td.active:active,
.ui-datepicker td.active:hover:active,
.ui-datepicker td.active.active,
.ui-datepicker td.active:hover.active,
.ui-datepicker td.active.disabled,
.ui-datepicker td.active:hover.disabled,
.ui-datepicker td.active[disabled],
.ui-datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.ui-datepicker td.active:active,
.ui-datepicker td.active:hover:active,
.ui-datepicker td.active.active,
.ui-datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.ui-datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui-datepicker td span:hover {
  background: #eeeeee;
}
.ui-datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ui-datepicker td span.active:hover,
.ui-datepicker td span.active:focus,
.ui-datepicker td span.active:active,
.ui-datepicker td span.active.active,
.ui-datepicker td span.active.disabled,
.ui-datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.ui-datepicker td span.active:active,
.ui-datepicker td span.active.active {
  background-color: #003399 \9;
}
.ui-datepicker td span.old {
  color: #999999;
}
.ui-datepicker-header{
  background: #97c220;
  padding: 6px;
  margin: 0 0 6px;
  color: #fff;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  font-size: 0px;
    text-align: center;
  width: 20px;
  text-indent: -9999px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui-datepicker .ui-datepicker-next{
  float: right;
  background: url(../images/right-cal.png) no-repeat 0 0; 
}
.ui-datepicker .ui-datepicker-prev{
  float:left;
   background: url(../images/left-cal.png) no-repeat 0 0; 
}
.ui-datepicker thead tr:first-child th {
  cursor: pointer;
}
.ui-datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.ui-state-default {
    padding: 5px;
    color: #000;
    width: 100%;
    background: #eefacc;
    float: left;
    font-weight: bold;
    border: 0.5px solid rgba(255,255,255,0.8);
}
.ui-state-default.ui-state-active {
    background: #9acd0b;
    color: #fff;
}

.ui-datepicker-calendar span {
    margin: 4px 0 5px;
    float: left;
    display: inline-block;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
   font-size: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
   background-color: #97C220;  
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #97C220;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #97C220;
  *background-color: #97C220;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
 background-color: #97C220 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}




#easyTooltip{
  margin:0 10px 1em 0;
  width:250px;
  padding:8px;
  background:#191c1f;
  border:1px solid #34373b;
  line-height:130%; 
  position: relative;
  z-index: 12;
  float: left;      
  }
#easyTooltip h3{
  margin:0 0 .5em 0;
  font:13px Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  color:#fff;
  } 
#easyTooltip p{
  margin:0 0 .5em 0;
  color:#fff; 
  font:12px Arial, Helvetica, sans-serif;
  
  }   
#easyTooltip img{
    background:#fff;
    padding:1px;
    border:1px solid #e1e1e1;
    float:left;
    margin-right:10px;
    }   

#items{display:none;}

.inner-content input.css-checkbox[type="checkbox"] + label.css-label{
  font-size: 10px;
}
input[type=checkbox].css-checkbox {
  position:absolute; 
  z-index:-1000; 
  top:-1000px; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height:1px; 
  width:1px; 
  margin:-1px; 
  padding:0; 
  border:0;
  color:#c48b13 !important;
}

input[type=checkbox].css-checkbox + label.css-label {
     background-position: 0 -26px;
    background-repeat: no-repeat;
   color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    margin-top: 5px;
    padding-left: 31px;
    vertical-align: middle;


}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 0px;
}
label.css-label {
  background-image:url("../images/check-box.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    cursor: default;
    opacity: 1;
}

.offer-li {
    width: 103px!important;
    margin: 0!important;
    position: relative;
}
.stext {
  font-size: 11px;
    line-height: 11px;
    width: 116px;
    margin-left: 0px;
    margin-top: 7px;
    position: absolute;

}
.stext > p {
    margin: 0;
}

.stext > p input{
       padding: 4px 0px 4px 5px;
       width: 94%;
}


.wrap-list-details {
    clear: both;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
    display: none;
    border-top: 1px solid #97c21d;
}
.list-top{
  width: 100%;
  float:left;
}

.list-more {
   background-image: url(../images/toggle-plus.png);
   background-repeat: no-repeat;
   background-position: 0 0;   
   width: 35px;
   height: 35px;
    float: right;
}

.list-more-dowm {
   background-image: url(../images/toggle-plus.png);
   background-repeat: no-repeat;
   background-position: 0 -35px;   
   width: 35px;
   height: 35px;
     margin-top: 18px;
    float: right;
}

.wrap-list-details .detail-right ul{
  display: block;
    margin-top: 10px;
}

.wrap-list-details .detail-right li{
     background:url("../images/content-list-bullet.jpg") no-repeat 0 3px;
    float: left;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 6px;
    padding-left: 20px;
    width:50%;
}

.wrap-list-details .detail-right i{
 font-size: 15px;
 color: #97c21d;
 margin:0 -2px 0 0;
}
.wrap-list-details .detail-right li i{
  display: none;
}
.wrap-list-details .detail-right h4 {
    border-bottom: 1px solid #97c220;
    color: #243557;
    display: block;
    font: 24px/26px "dinschriftregular";
    margin: 0;
    padding: 0 0 8px;
}

.gallery-wrap{
   background: url(../images/bg-theam.jpg)repeat 0 0;
        padding:40px;
    width: 100%;
    float: left;
}

.gallery-wrap{
   background: url(../images/bg-theam.jpg)repeat 0 0;
        padding:40px;
    width: 100%;
    float: left;
}


.room-detail-wrap .gallery-wrap{
  background: none;
  padding: 0px;
}


.room-detail-wrap .wrap-list-details{
  display: block;
}

.room-detail-wrap .ug-gallery-wrapper .ug-textpanel{
  display: none;
}

.room-detail-wrap .ug-default-button-hidepanel{
  display: none;
}
.room-detail-wrap .ug-theme-default .ug-default-button-play{
  display: none;
}
.room-detail-wrap .ug-theme-default .ug-default-button-fullscreen{
  display: none;
}

.room-detail-wrap .ug-gallery-wrapper .ug-strip-panel{
  background-color: rgb(37, 53, 86) !important;
}


.room-detail-wrap .wrap-list-details .detail-right li {
    font-size: 12px;
    line-height: 23px;  
    width: 30%;
}
.content-list{
display: block;
margin: 10px 0 15px;
}

.content-list {
    display: inline-block;
    margin: 0 0 20px;
}
.content-list li {
    background:url("../images/content-list-bullet.jpg") no-repeat 0 3px;
    float: left;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 6px;
    padding-left: 20px;
    width:50%;
}

.panel-body li{
      background:url("../images/content-list-bullet.jpg") no-repeat 0 3px;
    float: left;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 6px;
    padding-left: 20px;
    width:50%;
}

p.big-text {
    margin: 0 0 10px;
    text-transform: inherit;
}

.panel-default{
  border-bottom: 1px solid #d1d1d1;
  border-left:none;
  border-right:none;
  border-top:none;
}
.panel-default > .panel-heading{
    background:  url("../images/bg-theam.jpg") repeat 0 0;

  background-color:transparent;
   border-top-left-radius: 0px;
    border-top-right-radius: 0px;
     padding: 12px 15px;
}

.panel-default > .panel-heading h4{
  color: #fff;
   font: 19px/22px "flexoregular";
    margin: 0px;
    text-transform: uppercase;
}
.panel-body{
padding:15px;
background-color: #f4fbed;
 border: 1px solid #81bd41;
}

.panel-body h3{
  border-bottom: 1px solid #81bd41;
    display: block;
    font: 16px/15px "flexoregular";
    margin: 0;
    padding: 0 0 10px;
   }
.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 0;
    box-shadow: 0px;
}
.panel{
   box-shadow:none;
}
.icon-angle-down{
  color: #f77f10;
   margin-top: -18px;
}
.icon-angle-right{
  color: #c7c7c7;
   margin-top: -18px;
}

.panel-title > a {
    display: block;
}
.accordion-toggle.active{
     color: #81bd41;
}

span#large1{  
background: #97C220;
    bottom: -39px;
    color: #fff;
    font-size: 10px;
    left: 0;
    position: absolute;
    width: 169%;
    padding: 0px 10px;
    line-height: 22px;
}


.news-content{
    
    padding:25px;
    position: relative;
     width: 100%;
   
}
.news-content ul{
  display: block;
}
.news-content li{
  float: left;
  width: 100%;
  color: #333;
  padding: 10px 0px;
  border-bottom: 1px dotted rgb(151, 194, 28);
}
.news-content li:last-child{
  border-bottom:none;
  padding-bottom: 50px;
}
.news-content li a{
 color: #fff; 
}
.news-content li .date{
 font: 16px/17px "dinschriftregular";
 color: #fdb943;
 margin: 0 0 5px;
 display: block;
 text-align: center;
}

.news-content li h4{
 font: 16px/17px "dinschriftregular";
 color: #333;
 margin: 0 0 1px;
 display: block;
 text-align: center;
}
.news-content li p{
margin: 5px 0px;
}
.news-content li figure {
float: left;
margin: 0 10px 10px 0;
}
.news-content li .figure-content {
display: table;
margin: 0;
font: 11px/18px 'sinkin_sans400_regular',Arial,sans-serif;
}

.news-content li .figure-content h3 {
    color: #333;
    display: block;
    font: 18px/20px "dinschriftregular";
    margin: 8px 0 6px;
}

.wrap-pagination{
  display: block;
  clear: both;
  padding:7px 7px 4px;
  text-align: center;
   border-bottom: 1px solid rgba(151, 194, 28, 0.5);
   border-top: 1px solid rgba(151, 194, 28, 0.5);
}


.pagination{
  display: inline-block!important;
  margin: 0px;
  }
.pagination li{
float: none;
  }
  .pagination li a{
border: none;
background-color: #253557;
color: #fff;
border-radius: 30px;
  }

  .pagination li.active a{
background-color: #95C01E;
  }
  .pagination li a:hover{
background-color: #95C01E;
  }


.testimonials-wrap{
  display: block;
  clear:both;
  padding:25px;
}

.testimonials-wrap h2{
    color: rgb(36, 53, 87);
    font: 24px/26px "dinschriftregular";
    margin: 0 0 10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.testimonials-wrap form{
    background: url("../images/bg-theam.jpg") repeat 0 0;
    color: rgb(255, 255, 255);
    display: block;
    float: none;
    padding: 10px 20px 20px;
    
}

.testimonials-wrap ul {
    color: rgb(255, 255, 255);
    display: block;
    float: none;
 
}

.testimonials-wrap li{
display: block;
margin: 0 0 10px;
position: relative;
}

.testimonials-wrap li input{
 background: #fff;
 border: 1px solid #ebb962;
 border-radius: 0;
 color: #062034;
 box-shadow: none;
 text-transform: inherit;
  font:12px/16px 'flexomedium';
  padding-top: 7px;
}
.testimonials-wrap li label{
 color: #fff;
 text-transform: inherit;
  font:12px/16px 'flexomedium';
  padding-bottom: 3px;
}
.testimonials-wrap li a{
 color: #fff;
 text-transform: inherit;
  font:12px/16px 'flexomedium';
  padding-top: 7px;
}
.testimonials-wrap li textarea{
 background: #fff;
 border: 1px solid #ebb962;
 border-radius: 0;
 color: #062034;
 height: 85px;
 box-shadow: none;
 margin:0px;
 text-transform:inherit;
  font:12px/16px 'flexomedium';
  padding-top: 7px;
}
.testimonials-wrap li input[type="submit"]{
width: 100%;
text-align: center;
   margin: 15px 0 0;
}
.footer .img-responsive{
      float: right;
    width: 60%;
}

.modal-content{
  background-image: url("../images/bg-theam.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  float: left;
  padding: 20px 15px 10px;
  border-radius: 0px;
  width: 100%
}
.modal-header {
    border-bottom: 0;
    min-height: 0;
    padding: 5px;
}

.modal-header h4 {
    border-bottom: 2px solid rgb(151, 194, 29);
    color: rgb(255, 255, 255);
    display: block;
    font: 24px/26px "dinschriftregular";
    margin: 0px;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.modal-header .close {
    color: rgb(255, 0, 0);
    float: right;
    font-size: 41px;
    font-weight: 700;
    line-height: 1;
     margin-top: -14px;
    opacity: 1;
}

.modal-body ul {
    color: rgb(255, 255, 255);
    display: block;
    float: none; 
}

.modal-body li {
 float: left;
    margin: 0 0 10px;
    padding: 0 5px;
    position: relative;
    width: 50%;
}

.modal-body li input{
 background: #fff;
 border: 1px solid #ebb962;
 border-radius: 0;
 width: 100%;
 float: left;
 color: #062034;
 box-shadow: none;
 height: 35px;
 text-transform: inherit;
  font:12px/16px 'flexomedium';
  padding-top: 7px;
}
.modal-body li label{
 color: #fff;
 text-transform: inherit;
  font:12px/16px 'flexomedium';
  padding-bottom: 3px;
   width: 100%;
 float: left;
}
.modal-body li a{
 color: #fff;
 text-transform: inherit;
  font:12px/16px 'flexomedium';
  padding-top: 7px;
}
.modal-body li textarea{
 background: #fff;
 border: 1px solid #ebb962;
 border-radius: 0;
 color: #062034;
 height: 85px;
 box-shadow: none;
 margin:0px;
 text-transform:inherit;
  font:12px/16px 'flexomedium';
  padding-top: 7px;
}
.modal-body li input[type="submit"]{
width: 100%;
text-align: center;
   margin: 15px 0 0;
}
.footer .img-responsive{
      float: right;
    width: 60%;
}


.choose-wrap .titles h2 i {
    display: inline-block;
    margin-bottom: -13px;
    margin-right: 5px;
}

.choose-wrap .titles h2 i img {
max-width: 80%;
}

.qr-code{
  position: absolute;
 right: 21px;
    top: 18px;
}


.choose-wrap .titles h2 i img {
    max-width: 80%;
}

.bg-wrap{
      background:url("../images/bg-theam.jpg") repeat 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 15px 0;
    padding: 20px;
    
    color: #fff;
}
.bg-wrap h3{
      font: 27px/32px "dinschriftregular";
    letter-spacing: 1px;
    margin: 0 0 15px;
    display: block;
    padding: 0 0 10px;
    border-bottom: 2px solid #97C220;
    color: #fff;
    text-transform: uppercase;
}
.bg-wrap p{
       color: #fff;
}


.accordian-gallery  {   
    position: relative;    
}

.accordian-gallery .jcarousel-wrapper {
  margin:0;
  position: relative;
}
.accordian-gallery .jcarousel  {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.accordian-gallery .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordian-gallery .jcarousel li {
  float: left;
  width: 330px!important;
  background: none;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.accordian-gallery .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.accordian-gallery .jcarousel-pagination {
   bottom: 15px;
    margin:0;
    position: absolute;
    right:0;
    width: 100%;
    text-align: center;


}
.accordian-gallery .jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  margin-right: 5px;
  background: #c7c7c7;
  text-indent: -9999px;
}
.accordian-gallery .jcarousel-pagination a.active {
  background: #81bd41;
  color: #fff;
  opacity: 1;
}

header.fixed .qr-code{
  display: none;
}
.titles h2 i img{
  max-width: 80%;
}
.map-view > div {
    width: 100% !important;
}



.careers-wrapper{
  display: block;
}
.careers-wrapper .panel-body {
    position: relative;
}
.careers-wrapper .panel-body li {
background: none; 
    padding-left:0px;
    width: 100%;
}
.careers-wrapper .panel-body li li{
    background:url("../images/content-list-bullet.jpg") no-repeat 0 3px;
    float: left;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 6px;
    padding-left: 20px;
    width: 45%;
}
.careers-wrapper .panel-body p {
    float: left;
}
.careers-wrapper .panel-body span {
    color: rgb(0, 0, 0);
    display: block;
    font-family: "flexoregular";
    font-size: 19px;   
}

.wrap-reg.career_form {
    margin-top: 20px;
    padding: 20px 20px 10px;
}

.wrap-reg.career_form li input[type="submit"] {
   float: left;
    margin-top: 0;
    width: 100%;
}
.wrap-reg.career_form li.upload{
  margin-top: -80px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .wrap-reg.career_form li.upload{
  margin-top: -67px;
}
}

.panel-body .apply-wrapper {
    position: absolute;
    right: 0;
    top: 44px;
}
.panel-body .btn.submit {
    bottom: 0;
    position: absolute;
    right: 15px;
}

.careers-wrapper .panel-body h3 {
    border-bottom: 1px solid rgb(129, 189, 65);
    display: block;
    font: 19px/15px "flexoregular";
    margin: 0 0 22px;
    padding: 0 0 10px;
}
.view-rate{
    margin: 0 auto;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: -20px;
}
.view-rate img {
    border: 3px solid rgb(149, 192, 30);
    margin-left: 100px;
    margin-top: 11px;
}

.search-container.fixed .view-rate{
  display: none;
}

.wrap-reg.career_form .selectboxit-container .selectboxit span {
     font: 11px/7px "flexomedium"; 
}
li.mandatory {   
    position: relative;
}
li.mandatory:before{   
 color: rgb(255, 0, 0);
    content: "*";
    font-size: 20px;
    left: 3px;
    position: absolute;
    top: 0;
}
/*Some Responsive CSS */
@media screen and (max-width:767px) {
  .skdslider .slide-desc > h2 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  
  .skdslider .slide-desc > p {
    font-size: 11px;
    line-height: 15px;
    margin-top: 5px;
  }
  .skdslider .slide-desc > p a.more {
    font-size:11px;
  }
}
/*--------------------main-slider------------------*/


@media all and (max-width: 767px){
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 4px;
    right:0px;
    display: block;
    width: 33px;
    height: 21px;
    background:url(../images/mob-icon-menu.png)no-repeat 0 0;
   
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}






.view-rate {
   
    margin: 0;
  position: absolute;
    top: -80px;
    left: 0px;
}
.search-wrap:before {
    left: 0;
    margin-left: 0;
    text-align: center;
    position: absolute;
    top: -76px;
}


.spotlight-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

img.certi-wrap{
      margin-left: 3px;
}