@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  /* chrome */
  -moz-osx-font-smoothing: grayscale;
  /* moz */
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
html {
  -webkit-text-size-adjust: none;
}
/************************************************************* variable ***************************************/
/************************************************************* mixins ***************************************/
@font-face {
  font-family: 'Bebas Neue';
  src: url('../css/fonts/BebasNeue.eot');
  src: url('../css/fonts/BebasNeue.eot?#iefix') format('embedded-opentype'), url('../css/fonts/BebasNeue.woff') format('woff'), url('../css/fonts/BebasNeue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
select:active,
select:hover {
  outline: none;
}
:active,
:focus {
  outline: none !important;
}
a:active,
a:focus {
  outline: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727272 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #727272 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #727272 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #727272 !important;
}
/* remember to highlight inserts somehow! */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*for FireFox*/
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
}
/*for IE8 */
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
input,
select {
  vertical-align: middle;
}
textarea {
  resize: none;
}
textarea,
select,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
a {
  text-decoration: none !important;
  display: inline-block;
  color: inherit;
}
a:hover,
a:active,
a:focus {
  color: inherit;
}
[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  opacity: 0;
}
[placeholder]:focus::-moz-placeholder {
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  opacity: 0;
}
[placeholder]:focus::-ms-input-placeholder {
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  opacity: 0;
}
input::-ms-clear {
  display: none;
}
select::-ms-expand {
  display: none;
}
/************************ simply scroll *****************************/
.simply-scroll-container {
  /* Container DIV - automatically generated */
  position: relative;
}
.simply-scroll-clip {
  /* Clip DIV - automatically generated */
  position: relative;
  overflow: hidden;
}
.simply-scroll-list {
  /* UL/OL/DIV - the element that simplyScroll is inited on */
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.simply-scroll-list li img {
  border: none;
  display: block;
}
.simply-scroll-btn {
  position: absolute;
  background-image: url(buttons.png);
  width: 42px;
  height: 44px;
  z-index: 3;
  cursor: pointer;
}
.simply-scroll-btn-left {
  left: 6px;
  bottom: 6px;
  background-position: 0 -44px;
}
.simply-scroll-btn-left.disabled {
  background-position: 0 0 !important;
}
.simply-scroll-btn-left:hover,
.simply-scroll-btn-left:focus {
  background-position: 0 -88px;
}
.simply-scroll-btn-right {
  right: 6px;
  bottom: 6px;
  background-position: -84px -44px;
}
.simply-scroll-btn-right.disabled {
  background-position: -84px 0 !important;
}
.simply-scroll-btn-right:hover,
.simply-scroll-btn-right:focus {
  background-position: -84px -88px;
}
.simply-scroll-btn-up {
  right: 6px;
  top: 6px;
  background-position: -126px -44px;
}
.simply-scroll-btn-up.disabled {
  background-position: -126px 0 !important;
}
.simply-scroll-btn-up:hover,
.simply-scroll-btn-up:focus {
  background-position: -126px -88px;
}
.simply-scroll-btn-down {
  right: 6px;
  bottom: 6px;
  background-position: -42px -44px;
}
.simply-scroll-btn-down.disabled {
  background-position: -42px 0 !important;
}
.simply-scroll-btn-down:hover,
.simply-scroll-btn-down:focus {
  background-position: -42px -88px;
}
.simply-scroll-btn-pause {
  right: 6px;
  bottom: 6px;
  background-position: -168px -44px;
}
.simply-scroll-btn-pause:hover,
.simply-scroll-btn-pause:focus {
  background-position: -168px -88px;
}
.simply-scroll-btn-pause.active {
  background-position: -84px -44px;
}
.simply-scroll-btn-pause.active:hover,
.simply-scroll-btn-pause.active:focus {
  background-position: -84px -88px;
}
/* Custom class modifications - override classees

.simply-scroll is default

*/
.simply-scroll {
  /* Customisable base class for style override DIV */
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 2px solid #8a8a8a;
  overflow: hidden;
  margin: 20px 0 10px;
}
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: auto;
}
.simply-scroll:after {
  content: '';
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #000000;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #000000, transparent);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #000000, transparent);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #000000, transparent);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #000000, transparent);
  /* Standard syntax */
  z-index: 1;
}
.simply-scroll:before {
  content: '';
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: #000000;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, transparent, #000000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, transparent, #000000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, transparent, #000000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, transparent, #000000);
  /* Standard syntax */
  z-index: 1;
}
/************************ end of simply scroll *****************************/
/************************ selectric simply scroll *****************************/
/*======================================
  Selectric v1.11.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #363636;
  background-color: rgba(2, 2, 2, 0.6);
  background-repeat: repeat;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  line-height: 44px;
  color: #ffffff;
  height: 44px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  color: #BBB;
  text-align: center;
  font-size: 0;
}
.selectric .button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-image: url("../img/icons/y-downarrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.selectric-focus .selectric {
  border-color: #ffe400;
}
.selectric-hover .selectric {
  border-color: #ffe400;
}
.selectric-hover .selectric .button {
  color: #ffe400;
}
.selectric-hover .selectric .button:after {
  border-top-color: #ffe400;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #ffe400;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #040405;
  border: 1px solid #363636;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  background-color: #363636;
}
.selectric-items li.selected {
  background: #111014;
  color: #ffe400;
}
.selectric-items li.highlighted {
  background: #111014;
  color: #ffe400;
}
.selectric-items li:hover {
  background: #111014;
  color: #ffe400;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/************************ end of selectric *****************************/
/************************ light box master *****************************/
/*! lightgallery - v1.4.0 - 2017-06-04
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../css/fonts/lg.eot?n1z373");
  src: url("../css/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../css/fonts/lg.woff?n1z373") format("woff"), url("../css/fonts/lg.ttf?n1z373") format("truetype"), url("../css/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*# sourceMappingURL=lightgallery.css.map */
/************************ end of light box master *****************************/
/************************ Bootstrap date time picker *****************************/
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px;
  direction: ltr;
  background-color: #272727;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
  display: none;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
  display: none;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
  display: none;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
  display: none;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
  display: none;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
  display: none;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
  display: none;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
  display: none;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px;
  border: none;
  color: #ffffff;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.minute:hover {
  background: #000;
  cursor: pointer;
  color: #ffffff;
}
.datetimepicker table tr td.hour:hover {
  background: #000;
  cursor: pointer;
  color: #ffffff;
}
.datetimepicker table tr td.day:hover {
  background: #000000;
  cursor: pointer;
  color: #ffffff;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #dec200;
  background-image: -moz-linear-gradient(top, #dec200, #dec200);
  background-image: -ms-linear-gradient(top, #ffdf00, #dec200);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdf00), to(#dec200));
  background-image: -webkit-linear-gradient(top, #ffdf00, #dec200);
  background-image: -o-linear-gradient(top, #ffdf00, #dec200);
  background-image: linear-gradient(to bottom, #ffdf00, #dec200);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', 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);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker table tr td span:hover {
  background: #000;
  color: #ffffff;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #dec200;
  background-image: -moz-linear-gradient(top, #dec200, #dec200);
  background-image: -ms-linear-gradient(top, #ffdf00, #dec200);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdf00), to(#dec200));
  background-image: -webkit-linear-gradient(top, #ffdf00, #dec200);
  background-image: -o-linear-gradient(top, #ffdf00, #dec200);
  background-image: linear-gradient(to bottom, #ffdf00, #dec200);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', 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);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker th span.glyphicon {
  pointer-events: none;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
  background-color: #000;
  color: #ffffff;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.datetimepicker table thead th.prev {
  background-image: url("../img/icons/y-left-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
.datetimepicker table thead th.next {
  background-image: url("../img/icons/y-right-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
/************************ end of Bootstrap date time picker *****************************/
/************************ style starts *****************************/
body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
p:empty {
  display: none !important;
}
/*grid line background*/
.grid-lines {
  background-color: #1b1b22;
  background-image: url("../img/lines.png");
}
/*icon section*/
.ico-main {
  background-color: #ffe400;
  display: inline-block;
  position: relative;
}
.ico-main img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}
.ico-main.ico-small {
  height: 28px;
  width: 28px;
  border-radius: 4px;
}
.ico-main.ico-big {
  height: 50px;
  width: 50px;
  border-radius: 4px;
}
.ico-main.ico-fxd {
  height: 50px;
  width: 50px;
  border-radius: 4px;
}
.ico-main.ico-fxd img {
  max-width: 80%;
  height: auto;
}
#wrapper {
  z-index: 1;
  position: relative;
}
body {
  background-image: url("../img/body-image.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.overly-lines-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/line-background.png);
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: .2;
}
/*menu section*/
.logo {
  width: 200px;
  float: left;
  margin-top: 5px;
}
.logo a {
  display: block;
  width: 100%;
  position: relative;
}
.logo a img {
  width: 100%;
}
.logo a .logo-text {
  font-family: 'Bebas Neue';
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.3em;
  color: #ffe400;
  text-transform: uppercase;
  text-align: right;
  padding: 10px 5px;
  border: 2px solid #848484;
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  z-index: -1;
  right: -125px;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
}
.main-menu {
  width: calc(100% - 210px);
  float: left;
  margin-top: 10px;
  position: relative;
}
.main-menu:after {
  content: '';
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  left: 100px;
  top: -10px;
  background-color: #111014;
}
.main-menu:before {
  content: '';
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  right: 100px;
  top: -10px;
  background-color: #111014;
}
.main-menu .menu-inner {
  padding: 12px 18px 6px;
}
.main-menu .menu-inner li:last-of-type {
  margin-right: 0;
}
.main-menu .menu-inner li:last-of-type span{
  margin-right: 0;
}
.main-menu .menu-inner li {
  float: left;
  margin-right: 21px;
}
.main-menu .menu-inner li a span {
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 10px;
  display: inline-block;
  top: -7px;
  position: relative;
  margin-left: 5px;
  margin-right: 15px;
}
.main-menu .menu-right {
  padding: 12px 0 4px;
  display: none;
}
.main-menu .menu-right form {
  width: 100%;
}
.main-menu .menu-right .form-container {
  float: left;
  margin-right: 10px;
  width: auto;
}
.main-menu .menu-right .form-container input {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  background-color: #1b1b22 !important;
  border: 1px solid #363636;
  border-radius: 4px !important;
  padding: 6px 12px;
  width: 82px;
  color: #ffffff;
}
.main-menu .menu-right .form-container button {
  border: none;
  background-color: transparent;
}
.no-befeore-after:after {
  display: none;
}
.no-befeore-after:before {
  display: none;
}
footer {
  background-color: #111014;
  padding: 13px 0;
  margin-top: 100px;
}
footer .footer-left {
  width: calc(100% - 230px);
  float: left;
  margin-top: 24px;
}
footer .footer-left .main-menu {
  width: 100%;
  float: none;
}
footer .footer-left .main-menu .menu-inner {
  padding-left: 0;
}
footer .footer-left .copyright {
  margin: 15px 0;
}
footer .footer-left .copyright p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
}
footer .footer-left .copyright p:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}
footer .footer-left .copyright p:last-of-type:after {
  display: none;
}
footer .footer-right {
  width: 225px;
  float: left;
}
footer .footer-right .logo {
  width: 100%;
}
.no-background-color {
  background-color: transparent !important;
}
.scrolling-head {
  border-radius: 20px;
  padding: 10px 35px 5px;
}
.scrolling-head .top-scroll-text i {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
.scrolling-head .top-scroll-text p {
  float: left;
  font-family: 'Bebas Neue';
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #ffffff;
}
.scrolling-head .top-scroll-text p span {
  color: #ffe400;
}
.home-main {
  padding: 70px 50px;
  position: relative;
  /* .home-left{
     width: 580px;

   }
   .home-right{
     width: ~"calc(100% - 580px)";
   }*/
}
.main-img-head h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  float: left;
  padding-top: 10px;
  padding-left: 24px;
}
.main-img-head h2 span {
  color: #ffe400;
}
.main-img-head i {
  float: left;
}
.main-img-head ul {
  float: right;
  margin-top: 15px;
}
.main-img-head ul li {
  float: left;
  border-right: 1px solid #48484a;
}
.main-img-head ul li:last-of-type {
  border-right: none;
}
.main-img-head ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-img-head ul li a:hover {
  color: #ffe400;
}
.main-img-head ul li.active a {
  color: #ffe400;
}
.show-card {
  margin: 30px 0;
}
.show-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #9f9f9f;
  margin: 30px 0;
}
.card-button {
  text-align: right;
}
.card-button a {
  font-weight: 600;
  font-size: 13px;
  color: #131317;
  line-height: 1.2;
  background-color: #ffe400;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  top: -40px;
  margin-right: 20px;
}
.card-button a i {
  width: 10px !important;
  height: 8px !important;
  margin-left: 5px;
}
.card-button a i img {
  width: 100%;
  margin-top: -2px;
}
.card-button img {
  max-width: 100%;
  margin-top: 50px;
}
.party-grid {
  margin: 30px 0;
}
.flight-time {
  width: 100%;
  margin: 30px 0;
}
.flight-time .flight-time-head h2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  display: inline-block;
  float: left;
}
.flight-time .flight-time-head h2:nth-of-type(1) {
  width: 175px;
}
.flight-time .flight-time-head h2:nth-of-type(2) {
  width: calc(100% - 175px);
}
.flight-time ul {
  margin: 15px 0;
}
.flight-time ul li {
  margin-bottom: 10px;
}
.flight-time ul li .f-date {
  float: left;
}
.flight-time ul li .f-gate {
  float: left;
}
.flight-time ul li .f-place {
  float: left;
}
.flight-time ul li .f-place span {
  color: #ffe400;
}
.flight-time ul li span {
  display: inline-block;
  height: 29px;
  width: 24px;
  padding: 0;
  margin: 0;
  margin-right: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  float: left;
  font-family: 'Bebas Neue';
  font-size: 24px;
  text-align: center;
  border-radius: 4px;
  line-height: 30px;
  color: #ffffff;
}
.flight-time ul li a {
  display: block;
}
.flight-time ul li a i {
  display: block;
  width: 100%;
  height: 29px;
  position: relative;
}
.flight-time ul li a i img {
  position: absolute;
  right: 5px;
  top: 6px;
}
.flight-time ul li.active {
  position: relative;
}
.flight-time ul li.active:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000000;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  position: absolute;
  display: block;
}
.flight-time ul li.active .f-date span {
  background-color: #ffffff;
  color: #000000;
}
.flight-time ul li.active .f-date span:empty {
  background-color: rgba(0, 0, 0, 0.5);
}
.flight-time ul li.active .f-place span {
  background-color: #ffe400;
  color: #000000;
}
.flight-time ul li.active .f-place span:empty {
  background-color: rgba(0, 0, 0, 0.5);
}
.flight-time ul li.active .f-place span:last-of-type {
  background-color: #ffffff;
}
.flight-time ul li.active a i {
  background-image: url("../img/icons/right-arrow.png");
}
.flight-schedule {
  padding: 0 0 20px;
}
.mosaicflow__column {
  float: left;
}
.mosaicflow__item img {
  display: block;
  width: 100%;
  height: auto;
}
.side-bar {
  position: relative;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
}
.next-up {
  border-radius: 20px;
  border: 2px solid #8a8a8a;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  width: 162px;
  height: 162px;
}
.next-up:after {
  content: '';
  width: 8px;
  height: 30px;
  background-color: #111014;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}
.next-up p {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.next-up .next-up-img {
  width: 100%;
}
.next-up .next-up-img img {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
.restriction {
  padding: 0px 10px;
  border-radius: 20px;
  border: 2px solid #8a8a8a;
  margin-bottom: 10px;
  position: relative;
  width: calc(100% - 344px);
  margin: 0 10px;
  height: 162px;
  display: table;
  /*&:before{
    content: '';
    width: 8px;
    height: 30px;
    background-color: #111014;
    right: -10px;
    top: 80px;
    margin: auto 0;
    position: absolute;
  }
  &:after{
    content: '';
    width: 8px;
    height: 30px;
    background-color: #111014;
    right: -10px;
    bottom: 80px;
    margin: auto 0;
    position: absolute;
  }*/
}
.restriction ul {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.restriction ul li {
  text-align: center;
  display: inline-block;
  width: calc(100% / 5 - 10px);
}
.restriction ul li p {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
}
.social {
  border-radius: 20px;
  border: 2px solid #8a8a8a;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px 10px;
  position: relative;
  width: 162px;
  height: 162px;
  display: table;
}
.social:after {
  content: '';
  width: 8px;
  height: 30px;
  background-color: #111014;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}
.social a {
  display: table-cell;
  vertical-align: middle;
}
.social a:nth-of-type(1) {
  margin-right: 10px;
}
.agenda-main {
  padding: 50px 60px;
}
.show-more {
  background-color: #ffe400;
  border: 2px solid #ffe400;
  font-weight: 600;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.3;
  border-radius: 4px;
  display: table;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.show-more:hover {
  background-color: transparent;
  color: #ffe400;
}
.agenda-wrapper {
  min-height: 720px;
}
.agenda-wrapper .agenda-main p {
  font-size: 16px;
  line-height: 1.5;
  color: #9f9f9f;
  margin: 30px 0 0;
  font-weight: 300;
}
.agenda-wrapper .flight-time {
  width: 100%;
}
.agenda-wrapper .flight-time ul li .f-place span a.f-facebook i {
  background-image: url("../img/icons/facebook-y.png");
  background-position: center;
  background-repeat: no-repeat;
}
.agenda-wrapper .flight-time ul li .f-place span a.f-twitter i {
  background-image: url("../img/icons/y-twiter.png");
  background-position: center;
  background-repeat: no-repeat;
}
.agenda-wrapper .flight-time ul li.active .f-place span a.f-facebook i {
  background-image: url("../img/icons/facebook-y-black.png");
}
.agenda-wrapper .flight-time ul li.active .f-place span a.f-twitter i {
  background-image: url("../img/icons/y-twiter-black.png");
}
.main-hook {
  position: relative;
}
.main-hook:before {
  content: '';
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  right: 100px;
  top: -10px;
  background-color: #111014;
}
.main-hook:after {
  content: '';
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  left: 100px;
  top: -10px;
  background-color: #111014;
}
.land-header a {
  width: 275px;
  display: table;
  margin: 0 auto;
}
.land-header a img {
  width: 100%;
}
.landingspagina-main {
  min-height: calc(100vh - 175px);
  padding: 50px 0;
}
.landingspagina-main .landingspagina-inner {
  width: 890px;
  margin: 0 auto;
}
.landingspagina-main .landingspagina-inner .flight-time {
  width: 100%;
  margin-bottom: 0;
}
.landingspagina-main .landingspagina-inner .flight-time .flight-time-head h2:nth-of-type(1) {
  width: 175px;
}
.landingspagina-main .landingspagina-inner .flight-time .flight-time-head h2:nth-of-type(2) {
  width: 500px;
}
.landingspagina-main .landingspagina-inner .flight-time .flight-time-head h2:nth-of-type(3) {
  width: 75px;
}
.landingspagina-main h3 {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
  font-size: 24px;
  text-align: center;
  margin: 5px;
}
.landingspagina-main .favorite-airport {
  margin: 20px 0;
}
.landingspagina-main .favorite-airport .favorite-right {
  width: 100px;
  float: left;
  background-color: #ffe400;
  height: 260px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: table;
  padding: 10px;
  position: relative;
}
.landingspagina-main .favorite-airport .favorite-right .favorite-right-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.landingspagina-main .favorite-airport .favorite-right .favorite-right-inner .visit-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("../img/icons/flight-round.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  display: table;
  padding-bottom: 5px;
}
.landingspagina-main .favorite-airport .favorite-right .favorite-right-inner .visit-icon span {
  font-family: 'Bebas Neue';
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  padding: 0 3px;
  text-transform: uppercase;
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}
.landingspagina-main .favorite-airport .favorite-right .favorite-right-inner p {
  color: #101013;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: 'Bebas Neue';
  text-align: center;
}
.landingspagina-main .favorite-airport .favorite-right .float-icon {
  position: absolute;
  top: 12px;
  right: 20px;
}
.landingspagina-main .favorite-airport .favorite-left {
  width: calc(100% - 100px);
  float: left;
  padding: 20px;
  margin: 11px 0;
}
.media-wrapper {
  /* min-height: 700px;*/
}
.media-main {
  padding: 50px;
}
.media-main p {
  font-size: 16px;
  line-height: 1.5;
  color: #9f9f9f;
  margin: 30px 0 0;
  font-weight: 300;
  padding-bottom: 15px;
}
.media-main .media-inner .form-custom .form-select,
.media-main .media-inner .form-custom .form-input {
  width: 220px;
  margin-right: 20px;
  float: left;
}
.media-main .media-inner .form-custom .form-input {
  cursor: pointer;
}
.media-main .media-inner .form-custom .form-input input {
  cursor: pointer;
}
.media-main .media-inner .media-poster {
  position: relative;
}
.media-main .media-inner .media-poster:after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
  background: #000000;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(transparent, #000000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(transparent, #000000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(transparent, #000000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(transparent, #000000);
  /* Standard syntax */
}
.media-main .media-inner .media-poster .media-poster-container {
  text-align: center;
}
.media-main .media-inner .media-poster .media-poster-container .m-posters {
  height: 225px;
  width: 300px;
  float: none;
  padding: 1px;
  display: inline-block;
}
.media-main .media-inner .media-poster .media-poster-container .m-posters img {
  width: 100%;
  height: 100%;
}
.media-main .media-inner .media-poster .media-poster-container a {
  height: 225px;
  width: 300px;
  float: none;
  padding: 1px;
  display: inline-block;
  overflow: hidden;
}
.media-main .media-inner .media-poster .media-poster-container a img {
  min-width: 100%;
  min-height: 100%;
  top: 0;
  max-width: 110%;
  height: auto;
}
.media-main .media-inner .show-more {
  position: relative;
  z-index: 2;
  top: -20px;
}
.form-custom,
.webform-client-form {
  padding: 10px 0;
  width: 100%;
}
.form-custom p,
.webform-client-form p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #9f9f9f;
  padding: 15px 0;
  margin: 0;
}
.form-custom .form-select,
.webform-client-form .form-select {
  margin-bottom: 15px;
}
.form-custom .form-input,
.webform-client-form .form-input {
  margin-bottom: 15px;
}
.form-custom .form-arrow,
.webform-client-form .form-arrow {
  position: relative;
}
.form-custom .form-arrow:after,
.webform-client-form .form-arrow:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/icons/y-downarrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form-custom input,
.webform-client-form input,
.form-custom select,
.webform-client-form select,
.form-custom textarea,
.webform-client-form textarea {
  border: 1px solid #363636 !important;
  border-radius: 0 !important;
  background-color: #08080a;
  color: #ffffff;
  box-shadow: none !important;
  padding: 10px;
  height: 46px;
  width: 100%;
  resize: none;
}
.form-custom input[type=checkbox],
.webform-client-form input[type=checkbox] {
  width: auto;
}
.form-custom .grippie,
.webform-client-form .grippie {
  display: none !important;
}
.huisregels-wrapper {
  min-height: 700px;
}
.tab-main {
  padding: 50px 55px;
}
.tab-main p {
  font-size: 16px;
  line-height: 1.5;
  color: #9f9f9f;
  margin: 30px 0 0;
  font-weight: 300;
}
.checkbox-group {
  display: inline-block;
  padding: 7px 0;
  min-width: 230px;
  text-align: left;
}
.checkbox-group [type="radio"]:not(:checked),
.checkbox-group [type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.checkbox-group [type="radio"] + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  text-align: left;
  background-color: transparent;
  margin-bottom: 0 !important;
  padding-right: 35px;
  margin-left: 20px;
}
.checkbox-group [type="radio"] + label:first-of-type {
  margin-left: 0;
}
.checkbox-group [type="radio"] + label:before,
.checkbox-group [type="radio"] + label:after {
  box-sizing: content-box;
}
.checkbox-group [type="radio"] + label:before {
  top: 1px !important;
  left: -2px !important;
  margin-right: 0px;
  border-radius: 2px;
  margin-top: 0;
  width: 3px;
  height: 8px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #d6dae0;
  border-bottom: 2px solid #d6dae0;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  opacity: 0;
  transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  -moz-transition: opacity 0.3s ease !important;
  -ms-transition: opacity 0.3s ease !important;
}
.checkbox-group [type="radio"]:checked + label:before,
.checkbox-group [type="radio"]:hover + label:before {
  opacity: 1;
}
.checkbox-group [type="radio"]:checked + label:before {
  border-right: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
}
.checkbox-group [type="radio"].filled-in:not(:checked) + label:after {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: transparent;
  border: 1px solid #d6dae0;
  top: 2px;
  z-index: 0;
}
.checkbox-group [type="radio"].filled-in + label:before,
.checkbox-group [type="radio"].filled-in + label:after {
  content: '';
  right: 0;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
  top: -2px;
}
.checkbox-group [type="radio"].filled-in:checked + label:after {
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #d6dae0;
  background-color: #d6dae0;
  z-index: 0;
}
.checkbox-group.text-right [type="radio"] + label {
  padding-left: 35px;
  padding-right: 0;
}
.checkbox-group.text-right [type="radio"] + label:after,
.checkbox-group.text-right [type="radio"] + label:before {
  left: 0;
  right: auto;
}
.checkbox-group.text-right [type="checkbox"] + label,
.checkbox-group.text-right [type="radio"] + label {
  padding-left: 25px;
  letter-spacing: 0;
}
.webform-component--geboortedatum .webform-container-inline.webform-datepicker .form-item,.webform-component--date-of-birth .webform-container-inline.webform-datepicker .form-item,.webform-component--event-date .webform-container-inline.webform-datepicker .form-item {
  width: 80px !important;
  float: left;
}
.webform-component--geboortedatum .webform-container-inline.webform-datepicker .hasDatepicker,.webform-component--date-of-birth .webform-container-inline.webform-datepicker .hasDatepicker,.webform-component--event-date .webform-container-inline.webform-datepicker .hasDatepicker {
  display: none !important;
}
.clear-class {
  clear: both !important;
}
#edit-submitted-voeg-een-recente-foto-toe-ajax-wrapper {
  clear: both !important;
}
.webform-component--vink-de-jobs-aan-van-uw-interesse {
  clear: both !important;
}
#edit-submitted-vink-de-jobs-aan-van-uw-interesse {
  clear: both;
}
#edit-submitted-vink-de-jobs-aan-van-uw-interesse .form-item {
  width: auto !important;
  float: left;
  margin-right: 15px;
}
.webform-component--vink-de-locaties-aan-waar-u-wil-werken {
  clear: both !important;
}
#edit-submitted-vink-de-locaties-aan-waar-u-wil-werken {
  clear: both;
}
#edit-submitted-vink-de-locaties-aan-waar-u-wil-werken .form-item {
  width: auto !important;
  float: left;
  margin-right: 15px;
}
.webform-submit.button-primary.form-submit {
  background-color: #ffe400;
  border: 2px solid #ffe400;
  border-radius: 6px !important;
  font-weight: 600;
  padding: 10px 12px;
  font-size: 16px !important;
  line-height: 1.3;
  border-radius: 4px;
  display: table;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 170px !important;
  clear: both !important;
  float: left;
  color: #131317;
  font-size: 14px;
  font-weight: bold;
  margin-left: 15px;
}
.form-item label {
  color: #9f9f9f;
  margin-bottom: 10px;
}
.webform-component .form-radios .form-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.webform-component .form-radios .form-item:last-child {
  margin-right: 0;
}
.webform-component .form-radios .form-item label.option {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.webform-component .form-radio,
.webform-component .form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 22px !important;
  transition: all 0.15s ease-out 0s;
  background: transparent;
  border: 1px solid #353535;
  border-radius: 50% !important;
  color: #ffe400;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  vertical-align: middle;
  z-index: 1000;
  padding-top: 0;
  margin-top: 0;
}
.webform-component .form-radio:checked::before {
  content: " ";
  height: 10px;
  width: 10px;
  position: absolute;
  display: inline-block;
  background-color: #ffe400;
  border-radius: 50%;
  left: 5px;
  top: 5px;
}
.webform-component .form-checkbox {
  width: 22px !important;
  height: 22px;
  border-radius: 0 !important;
}
.webform-component .form-checkbox:checked::before {
  height: 22px;
  width: 22px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  left: 0;
}
.webform-datepicker .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.form-managed-file .form-file,
.form-managed-file .form-submit {
  width: 50%;
  display: inline-block;
}
.form-managed-file .form-submit {
  display: none;
}
.form-managed-file .form-file {
  color: transparent;
  padding: 0;
  border: 0 !important;
  background-color: transparent;
}
.form-managed-file .form-file::-webkit-file-upload-button {
  visibility: hidden;
}
.form-managed-file .form-file::before {
  content: 'Bestand kiezen';
  color: #ffffff;
  display: inline-block;
  background: #363636;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 10pt;
}
.p-t-35 {
  padding-top: 35px;
}
.p-t-50 {
  padding-top: 50px;
}
.favorite-right {
  position: relative;
}
.favorite-right a.hcover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.part-grid-wrap .item-list ul:after {
  content: "";
  display: table;
  clear: both;
}
.part-grid-wrap .item-list li {
  float: left;
  width: 25%;
  margin: 0;
  padding-bottom: 20%;
  position: relative;
  overflow: hidden;
}
.part-grid-wrap .item-list li img {
  min-width: 100%;
  position: absolute;
  min-height: 100%;
  top: 0;
  max-width: 110%;
 /* max-height: 110%; */
}
.part-grid-wrap .view-all-wrap a {
  font-weight: 600;
  font-size: 13px;
  color: #131317;
  line-height: 1.2;
  background-color: #ffe400;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.part-grid-wrap .view-all-wrap a:after {
  content: " ";
  background: url(../img/icons/right-arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 7px;
  top: 12px;
  width: 14px;
  height: 16px;
  background-size: 70%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.part-grid-wrap .view-all-wrap a:hover:after {
  right: 2px;
}
.hamburger-main {
  display: none;
}
.block__center {
  text-align: center;
  height: 100vh;
}
.block__center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.is-centered {
  display: inline-block;
  vertical-align: middle;
}
.btn {
  font-size: inherit;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-appearance: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: transparent;
  border: none;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn--menu:hover span {
  background-color: #ffe400;
}
.btn--menu.is-active span {
  background-color: #ffe400;
}
.btn--menu.is-active span:nth-child(2) {
  opacity: 0;
}
.btn--menu.is-active span:first-child {
  top: 0.438em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn--menu.is-active span:last-child {
  top: -0.313em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn--menu span {
  position: relative;
  top: 0;
  display: block;
  width: 1.25em;
  height: 0.125em;
  margin-bottom: .250em;
  background-color: black;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn--menu span:last-child {
  margin-bottom: 0;
}
.huisregels-inner .huisregels-list {
  padding: 25px 0;
}
.huisregels-inner .huisregels-list .hlist-img {
  float: left;
  width: 60px;
}
.huisregels-inner .huisregels-list .hlist-info {
  float: left;
  width: calc(100% - 60px);
  padding-left: 20px;
}
.huisregels-inner .huisregels-list .hlist-info h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
}
.huisregels-inner .huisregels-list .hlist-info p {
  margin: 10px auto;
}
.location-wrapper .map-pop-content {
  background-color: #000000;
}
.location-wrapper .map-pop-content p {
  margin: 0;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
}
.location-wrapper .map-pop-content p:last-of-type {
  margin-bottom: 20px;
}
.location-wrapper .map-pop-content span {
  margin: 0;
  font-weight: 300;
  color: #9f9f9f;
  font-size: 16px;
  width: 100%;
  display: block;
  line-height: 1.8;
}
.location-wrapper .map-pop-content span a {
  color: #ffe400;
  text-decoration: underline;
}
.location-wrapper #map {
  width: auto;
  height: 400px;
  margin: 20px -55px;
}
.location-wrapper .map-cordinates h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #6d6d6d;
  float: right;
  margin-right: 15px;
}
.location-wrapper .map-cordinates h2 span {
  color: #ffffff;
  margin-right: 10px;
}
.location-wrapper .map-cordinates h2 span label {
  color: #ffe400;
}
.location-wrapper .map-cordinates .map-image {
  display: inline-block;
  float: right;
  margin-top: -100px;
  position: relative;
  z-index: 99;
}
.location-wrapper .map-cordinates .map-image ul {
  width: 300px;
}
.location-wrapper .map-cordinates .map-image ul li {
  width: 100px;
  height: 80px;
  overflow: hidden;
  float: left;
}
.location-wrapper .map-cordinates .map-image ul li img {
  width: 100%;
}
.contact-inner .contact-img-section {
  margin: 20px -55px;
}
.contact-inner .contact-map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-inner .col-md-6 {
  padding: 0;
}
.contact-inner #map {
  height: 400px;
}
.contact-inner .contact-form {
  width: 100%;
  margin: 0 auto;
}
.contact-inner .contact-form .form-item {
  float: left;
  width: 40%;
  padding-right: 25px;
}
.contact-inner .contact-form .form-item:nth-child(2) {
  float: none;
}
.contact-inner .contact-form .form-item:nth-child(3) {
  float: right;
  width: 60%;
  padding-right: 0;
  padding-left: 25px;
  margin-top: -188px;
}
.contact-inner .contact-form .form-item:nth-child(3) textarea {
  height: 140px;
}
.contact-inner .contact-form .webform-submit.button-primary.form-submit {
  margin-left: auto !important;
  margin: 0 auto !important;
  display: table !important;
  font-size: 14px !important;
  float: none !important;
  padding: 12px 12px !important;
  height: auto !important;
}

.video-bg {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000000;
  z-index: -1;
}
.video-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  object-fit: cover;
}

.meta.submitted {
	display: none;
}

.house-rules ul {
    color: #fff;
    list-style: unset;
    padding-left: 20px;
    margin-top: 20px;
}



.main-menu .menu-inner li ul.subdrop-menu li{
    display: block;
    float: none;
    margin: 0;
    margin-top: 5px;
}
.main-menu .menu-inner li ul.subdrop-menu {
    position: absolute;
    background: black;
    padding: 10px;
    left: 50%;
    min-width: 210px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    top: 100%;
    z-index: 1;
    display: none;
}
.main-menu .menu-inner li{
  position: relative;
}
.main-menu .menu-inner li:hover .subdrop-menu {
    display: block;
}
.submainhead{
  margin-top: 20px;
  width: 725px;
  max-width: 100%;
}
.submainhead h2{
  padding-left: 0 !important;
  display: block;
  float: none;
}
.submainhead p{
  margin-top: 10px;
}
.reservation-form select:invalid { color: #727272; }
.reservation-form{
  margin: 0 -15px;
  margin-top: 20px;
  width: calc(100% + 30px);
}
.reserve-plans > div > div p,.reserve-plans > div > div h3, .reserve-plans > div > div li, .reserve-plans > div > div span{
  color: #ffffff;
}
.reserve-plans{
  margin: 30px -15px;
  width: calc(100% + 30px);
}
.reserve-plans > div > div input{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
}
.reserve-plans > div > div li{
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 14px;
}
.reserve-plans > div > div li:last-of-type{
  margin-bottom: 0;
}
.reserve-plans > div > div{
  background-color: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.reserve-plans > div > div:hover{
  background-color: rgba(255,228,0,0.05);
}
.reserve-plans > div > div{
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #ffe400;
  min-height: 450px;
  padding-bottom: 90px;
}

.reserve-plans > div > div h3{
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  border-bottom: 1px solid #4a4a4c;
  margin-bottom: 20px;
}
.reserve-plans > div > div ul {
    margin-bottom: 10px;
}
.reserve-plans > div > div span{
  width: calc(100% - 85px);
  display: inline-block;
  vertical-align: top;
}
.reserve-plans > div > div label small{
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    font-size: 70%;
    bottom: 2px;
    position: relative;
    margin-right: -3px;
}
.reserve-plans > div > div label{
  font-size: 32px;
  width: 85px;
  text-align: right;
  line-height: 1;
}

/* Reservation form */

div.form-item.webform-component.webform-component-textarea.webform-component--questions-remarks,.webform-component--questions---remarks {
	padding-left: 10px;
	padding-right: 10px;
}


#edit-submitted-number-of-guest{
  margin-bottom: 15px;
}

.main-carousel {
	  width: 50% !important;
    height: 350px;
    margin: 40px auto;
}
.main-carousel .field-content {
    height: 450px;
}
.owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-prev {
    position: absolute;
    color: white;
    left: -80px;
}
.owl-next {
    position: absolute;
    color: white;
    right: -80px;
}
.owl-prev .lg-prev,
.owl-next .lg-next {
    border-radius: 50% !important;
    background: yellow;
}

.lg-actions .owl-next .lg-next,
.lg-actions .owl-prev .lg-prev {
  font-weight: bold !important;
  color:#000 !important;
}
