@charset "UTF-8";
/**
* styles.scss
* ---
* Main `sass` file. Import here `sass` files
*/
/* Modules*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1400px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-1 {
    width: 8.3333333333%; }

  .col-xl-2 {
    width: 16.6666666667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.3333333333%; }

  .col-xl-5 {
    width: 41.6666666667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.3333333333%; }

  .col-xl-8 {
    width: 66.6666666667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.3333333333%; }

  .col-xl-11 {
    width: 91.6666666667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.3333333333%; }

  .col-xl-pull-2 {
    right: 16.6666666667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.3333333333%; }

  .col-xl-pull-5 {
    right: 41.6666666667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.3333333333%; }

  .col-xl-pull-8 {
    right: 66.6666666667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.3333333333%; }

  .col-xl-pull-11 {
    right: 91.6666666667%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.3333333333%; }

  .col-xl-push-2 {
    left: 16.6666666667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.3333333333%; }

  .col-xl-push-5 {
    left: 41.6666666667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.3333333333%; }

  .col-xl-push-8 {
    left: 66.6666666667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.3333333333%; }

  .col-xl-push-11 {
    left: 91.6666666667%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-offset-0 {
    margin-left: 0%; }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * modules/mixins
 * ---
 */
.no-m-tb {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.no-p-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.no-m-lr {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.no-p-lr {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-m {
  margin: 0 !important; }

.no-p {
  padding: 0 !important; }

.no-p-left {
  padding-left: 0 !important; }

.no-p-right {
  padding-right: 0 !important; }

.no-p-top {
  padding-top: 0 !important; }

.no-p-bottom {
  padding-bottom: 0 !important; }

.no-m-top {
  margin-top: 0 !important; }

.no-m-bottom {
  margin-bottom: 0 !important; }

.no-m-left {
  margin-left: 0 !important; }

.xs-p {
  padding: 5px !important; }

.xs-m {
  margin: 5px !important; }

.xs-p-top {
  padding-top: 5px !important; }

.xs-p-bottom {
  padding-bottom: 5px !important; }

.xs-p-left {
  padding-left: 5px !important; }

.xs-p-right {
  padding-right: 5px !important; }

.xs-m-top {
  margin-top: 5px !important; }

.xs-m-bottom {
  margin-bottom: 5px !important; }

.xs-m-left {
  margin-left: 5px !important; }

.xs-m-right {
  margin-right: 5px !important; }

.small-p {
  padding: 10px !important; }

.small-m {
  margin: 10px !important; }

.small-p-top {
  padding-top: 10px !important; }

.small-p-bottom {
  padding-bottom: 10px !important; }

.small-p-left {
  padding-left: 10px !important; }

.small-p-right {
  padding-right: 10px !important; }

.small-m-top {
  margin-top: 10px !important; }

.small-m-bottom {
  margin-bottom: 10px !important; }

.small-m-left {
  margin-left: 10px !important; }

.small-m-right {
  margin-right: 10px !important; }

.smbase-p {
  padding: 15px !important; }

.smbase-m {
  margin: 15px !important; }

.smbase-p-top {
  padding-top: 15px !important; }

.smbase-p-bottom {
  padding-bottom: 15px !important; }

.smbase-p-left {
  padding-left: 15px !important; }

.smbase-p-right {
  padding-right: 15px !important; }

.smbase-m-top {
  margin-top: 15px !important; }

.smbase-m-bottom {
  margin-bottom: 15px !important; }

.smbase-m-left {
  margin-left: 15px !important; }

.smbase-m-right {
  margin-right: 15px !important; }

.base-p {
  padding: 20px !important; }

.base-m {
  margin: 20px !important; }

.base-p-top {
  padding-top: 20px !important; }

.base-p-bottom {
  padding-bottom: 20px !important; }

.base-p-left {
  padding-left: 20px !important; }

.base-p-right {
  padding-right: 20px !important; }

.base-m-top {
  margin-top: 20px !important; }

.base-m-bottom {
  margin-bottom: 20px !important; }

.base-m-left {
  margin-left: 20px !important; }

.base-m-right {
  margin-right: 20px !important; }

.lg-p {
  padding: 30px !important; }

.lg-m {
  margin: 30px !important; }

.lg-p-top {
  padding-top: 30px !important; }

.lg-p-bottom {
  padding-bottom: 30px !important; }

.lg-p-left {
  padding-left: 30px !important; }

.lg-p-right {
  padding-right: 30px !important; }

.lg-m-top {
  margin-top: 30px !important; }

.lg-m-bottom {
  margin-bottom: 30px !important; }

.lg-m-left {
  margin-left: 30px !important; }

.lg-m-right {
  margin-right: 30px !important; }

.xlg-p {
  padding: 40px !important; }

.xlg-m {
  margin: 40px !important; }

.xlg-p-top {
  padding-top: 40px !important; }

.xlg-p-bottom {
  padding-bottom: 40px !important; }

.xlg-p-left {
  padding-left: 40px !important; }

.xlg-p-right {
  padding-right: 40px !important; }

.xlg-m-top {
  margin-top: 40px !important; }

.xlg-m-bottom {
  margin-bottom: 40px !important; }

.xlg-m-left {
  margin-left: 40px !important; }

.xlg-m-right {
  margin-right: 40px !important; }

.xxlg-p {
  padding: 50px !important; }

.xxlg-m {
  margin: 50px !important; }

.xxlg-p-top {
  padding-top: 50px !important; }

.xxlg-p-bottom {
  padding-bottom: 50px !important; }

.xxlg-p-left {
  padding-left: 50px !important; }

.xxlg-p-right {
  padding-right: 50px !important; }

.xxlg-m-top {
  margin-top: 50px !important; }

.xxlg-m-bottom {
  margin-bottom: 50px !important; }

.xxlg-m-left {
  margin-left: 50px !important; }

.xxlg-m-right {
  margin-right: 50px !important; }

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.navbar {
  top: 35px;
  border: none;
  border-radius: 0px;
  background-color: transparent;
  transition: all 150ms linear;
  z-index: 9999s9; }
  .navbar .navbar-brand {
    float: none;
    padding: 5px 0 5px 15px;
    margin: 0px;
    height: auto;
    display: block;
    transition: all 150ms linear; }
    .navbar .navbar-brand img {
      transition: all 150ms linear;
      display: block;
      height: 80px; }
    .navbar .navbar-brand .logo_dark {
      display: none; }
    .navbar .navbar-brand .logo_light {
      display: inline; }
  .navbar .navbar-toggle {
    margin-top: 10px; }
    .navbar .navbar-toggle .icon-bar {
      background-color: #fff; }
    .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
      background-color: transparent; }
  .navbar .hamburger {
    display: none; }
  .navbar .nav li {
    margin: 0px;
    padding: 0 20px; }
    .navbar .nav li a {
      font-family: 'Open Sans', serif;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0px;
      padding: 35px 0;
      position: relative;
      transition: all 150ms linear; }
      .navbar .nav li a:hover, .navbar .nav li afocus {
        color: #fff;
        background-color: transparent;
        opacity: 0.8; }
    .navbar .nav li:first-child {
      padding-left: 0px; }
    .navbar .nav li:last-child {
      padding-right: 0px; }
    .navbar .nav li svg, .navbar .nav li img {
      max-width: 28px;
      max-height: 8px; }
      .navbar .nav li svg path, .navbar .nav li img path {
        fill: #fff; }
    .navbar .nav li.active {
      background-color: transparent; }
      .navbar .nav li.active a {
        background-color: transparent !important;
        color: #fff; }
        .navbar .nav li.active a:after {
          content: '';
          height: 1px;
          width: 100%;
          background-color: #fff;
          position: absolute;
          bottom: 26px;
          left: 0; }
      .navbar .nav li.active:hover, .navbar .nav li.active:focus {
        background-color: transparent; }
        .navbar .nav li.active:hover a, .navbar .nav li.active:focus a {
          color: #fff;
          background-color: transparent;
          opacity: 0.8; }
          .navbar .nav li.active:hover a:hover, .navbar .nav li.active:hover a:focus, .navbar .nav li.active:focus a:hover, .navbar .nav li.active:focus a:focus {
            background-color: transparent !important; }
    .navbar .nav li .dropdown-menu {
      top: 90%;
      margin: 0px;
      padding: 10px 0;
      border-radius: 0px;
      border: none;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175); }
      .navbar .nav li .dropdown-menu li {
        margin: 0px;
        padding: 0px; }
        .navbar .nav li .dropdown-menu li a {
          padding: 10px 30px;
          color: #2D2D2D !important; }
          .navbar .nav li .dropdown-menu li a:hover, .navbar .nav li .dropdown-menu li afocus {
            background-color: transparent;
            opacity: 0.8; }
          .navbar .nav li .dropdown-menu li a:after {
            content: none; }
  .navbar.shrink {
    top: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
    .navbar.shrink .logo_dark {
      display: inline; }
    .navbar.shrink .logo_light {
      display: none; }
    .navbar.shrink .navbar-toggle {
      margin-top: 10px; }
      .navbar.shrink .navbar-toggle .hamburger-inner, .navbar.shrink .navbar-toggle .hamburger-inner::before, .navbar.shrink .navbar-toggle .hamburger-inner::after {
        background-color: #2D2D2D; }
    .navbar.shrink .navbar-brand img {
      height: 60px; }
    .navbar.shrink .nav li a {
      padding: 25px 0; }
    .navbar.shrink .nav li a, .navbar.shrink .nav li .fa {
      color: #2D2D2D !important; }
      .navbar.shrink .nav li a:hover, .navbar.shrink .nav li a:focus, .navbar.shrink .nav li .fa:hover, .navbar.shrink .nav li .fa:focus {
        color: #2D2D2D !important; }
    .navbar.shrink .nav li.active a:after {
      background-color: #2D2D2D !important; }
    .navbar.shrink .nav li svg path {
      fill: #2D2D2D; }
  .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff; }
  .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 25px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transition: all 250ms linear; }

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -6px; }

.hamburger-inner::after {
  bottom: -6px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.delay-1000 {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s; }

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-3000 {
  -webkit-animation-delay: 3.0s;
  -moz-animation-delay: 3.0s;
  -o-animation-delay: 3.0s;
  animation-delay: 3.0s; }

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0; }

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  60% {
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  60% {
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  60% {
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  60% {
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  60% {
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  60% {
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  60% {
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  60% {
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
.fadeIn {
  opacity: 0; }

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0; }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1);
    opacity: 1; } }
.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0; }

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn; }

/********
* Shake *
********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake; }

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px); } }
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateY(10px); } }
.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp; }

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px); }

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px); }

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px); }

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/********
* swing *
*********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada; }

/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }
.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort; }

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort; }

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort; }

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 65px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 2px;
    width: 100px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 2px;
      width: 100px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      transition: all 250ms linear;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        transition: all 250ms linear;
        position: absolute;
        top: 3px;
        left: 0;
        content: '';
        background-color: #fff;
        width: 100px;
        height: 2px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media (min-width: 1570px) {
  .container {
    width: 1560px; } }
@media (min-width: 1200px) {
  .container {
    width: 1140px; }
    .container.smaller {
      width: 960px; } }
body {
  background-color: #fff;
  color: #2D2D2D;
  font-family: "Playfair Display", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  overflow-x: hidden;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  height: 100%;
  position: relative; }

html {
  height: 100%;
  position: relative; }

b,
strong {
  font-weight: 700; }

.center {
  text-align: center;
  margin: 0 auto; }

p {
  color: #2D2D2D;
  margin: 5px 0; }

a {
  color: #2D2D2D;
  margin: 5px 0;
  transition: all 250ms linear; }
  a:hover, a:focus {
    color: #2D2D2D;
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  color: #2D2D2D;
  font-weight: 700;
  margin: 5px 0; }

.text-opacity {
  opacity: 0.6; }

.logged-in .navbar {
  top: 32px; }

.btn_custom {
  font-family: 'Open Sans', serif;
  border-radius: 0px;
  border: 1px solid;
  border-color: #fff;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px; }
  .btn_custom svg {
    margin-left: 30px;
    margin-top: 4px;
    margin-bottom: -1px; }
    .btn_custom svg path {
      fill: #fff; }
  .btn_custom:hover, .btn_custom:focus {
    background-color: #fff;
    color: #2D2D2D; }
    .btn_custom:hover svg path, .btn_custom:focus svg path {
      fill: #2D2D2D; }
  .btn_custom.dark {
    background-color: #2D2D2D;
    border-color: #2D2D2D;
    color: #fff; }
    .btn_custom.dark:hover, .btn_custom.dark:focus {
      background-color: #fff;
      color: #2D2D2D; }
  .btn_custom.light {
    border-color: #2D2D2D;
    color: #2D2D2D; }
    .btn_custom.light svg {
      max-height: 17px;
      margin-left: 20px;
      margin-bottom: -3px; }
      .btn_custom.light svg path {
        fill: #2D2D2D; }
    .btn_custom.light:hover, .btn_custom.lightfocus {
      background-color: #2D2D2D;
      color: #fff; }
      .btn_custom.light:hover svg path, .btn_custom.lightfocus svg path {
        fill: #fff; }
    .btn_custom.light.white {
      color: #fff;
      border-color: #fff; }
      .btn_custom.light.white:hover, .btn_custom.light.white:focus {
        background-color: #fff;
        color: #2D2D2D; }
        .btn_custom.light.white:hover svg path, .btn_custom.light.white:focus svg path {
          fill: #2D2D2D; }
  .btn_custom img {
    max-height: 20px;
    margin-left: 20px;
    margin-top: -2px; }

.image_credits {
  font-size: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 0.65;
  position: absolute;
  bottom: 15px;
  right: 70px;
  z-index: 99; }

#sb_instagram.sbi_fixed_height {
  overflow-y: hidden !important; }

/* Custom css */
.parallax-window {
  min-height: 100vh;
  background: transparent;
  position: relative; }
  .parallax-window:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9; }
  .parallax-window .inner {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99; }
    .parallax-window .inner h1 {
      color: #fff;
      text-align: center;
      font-size: 70px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
    .parallax-window .inner h2 {
      color: #fff;
      font-size: 42px;
      margin: 0px;
      position: relative;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
      .parallax-window .inner h2 span {
        font-size: 160px;
        opacity: 0.15;
        color: #f8f8f8;
        position: absolute;
        top: -35px;
        left: -120px;
        z-index: -1; }
    .parallax-window .inner h3 {
      color: #fff;
      text-align: center;
      font-size: 20px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
    .parallax-window .inner p {
      color: #fff;
      font-size: 18px;
      line-height: 2.2;
      margin: 50px 0;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
    .parallax-window .inner .btn_custom {
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
    .parallax-window .inner.description {
      top: auto;
      bottom: 100px;
      transform: none; }
      .parallax-window .inner.description p {
        max-width: 700px; }
  .parallax-window .scroll_down {
    font-family: "Open Sans", serif;
    position: absolute;
    bottom: 50px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    .parallax-window .scroll_down img {
      max-width: 16px;
      margin-bottom: 15px; }

.custom_header {
  position: relative;
  font-size: 80px;
  color: #f8f8f8;
  display: block;
  margin-bottom: 100px; }
  .custom_header span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 55%;
    color: #2D2D2D;
    transform: translate(0%, -50%);
    text-align: center;
    font-size: 30px; }
  .custom_header.subpage {
    margin-bottom: 0px; }
    .custom_header.subpage span {
      text-align: left;
      margin-left: 170px; }
  .custom_header.text-center {
    text-align: center;
    display: block; }
    .custom_header.text-center span {
      left: 0;
      right: 0; }
  .custom_header.w_description {
    margin-bottom: 0px; }
    .custom_header.w_description span {
      top: 0%; }
    .custom_header.w_description .desc {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 60%;
      color: #2D2D2D;
      transform: translate(0%, -50%);
      text-align: center;
      font-size: 16px;
      line-height: 2;
      font-weight: 300; }

.instagram-feed {
  margin: 50px 0;
  text-align: center; }
  .instagram-feed .title-wrapper {
    margin-bottom: 40px; }
    .instagram-feed .title-wrapper h2 {
      margin-bottom: 20px; }
    .instagram-feed .title-wrapper a {
      display: inline-block; }
  @media (max-width: 480px) {
    .instagram-feed #sbi_images .sbi_item:nth-child(n + 4) {
      display: none !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .instagram-feed #sbi_images .sbi_item:nth-child(n + 5) {
      display: none !important; } }
  .instagram-feed #sbi_images .sbi_item .sbi_photo {
    margin: 0; }

.home_blog {
  position: relative;
  padding: 50px 60px 100px 60px; }
  .home_blog .single_tile {
    margin-bottom: 50px; }
    .home_blog .single_tile .thumbnail_wrapper {
      height: 350px;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      margin-bottom: 20px; }
    .home_blog .single_tile .date {
      font-size: 16px;
      font-weight: 700; }
    .home_blog .single_tile .title {
      font-size: 26px;
      max-height: 30px;
      overflow: hidden; }
    .home_blog .single_tile .excerpt {
      font-size: 16px;
      line-height: 2;
      margin: 25px 0; }
    .home_blog .single_tile .read_more {
      text-transform: uppercase;
      text-decoration: underline;
      font-family: "Open Sans", serif;
      font-weight: 600;
      font-size: 12px; }
      .home_blog .single_tile .read_more .fa {
        margin-left: 15px; }
  .home_blog .single_tile_v2 {
    margin-bottom: 30px;
    transition: all 250ms linear; }
    .home_blog .single_tile_v2 figure {
      height: 550px;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center center !important;
      position: relative; }
      .home_blog .single_tile_v2 figure:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3); }
      .home_blog .single_tile_v2 figure figcaption {
        position: absolute;
        bottom: 40px;
        left: 40px;
        right: 40px; }
      .home_blog .single_tile_v2 figure h4 {
        font-size: 30px;
        color: #fff;
        max-width: 280px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      .home_blog .single_tile_v2 figure .date {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      .home_blog .single_tile_v2 figure .excerpt,
      .home_blog .single_tile_v2 figure .excerpt p {
        color: #fff;
        font-size: 16px;
        margin: 30px 0;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      .home_blog .single_tile_v2 figure .btn_custom {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
    .home_blog .single_tile_v2:hover {
      opacity: 0.9; }

.home_slider {
  height: 100vh;
  padding: 0px;
  position: relative; }
  .home_slider .slick-custom {
    height: 100vh;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative; }
  .home_slider .slick-prev {
    z-index: 99;
    height: 156px;
    width: 80px;
    background: url("../img/slick_prev.svg");
    transition: all 250ms linear; }
    .home_slider .slick-prev:before {
      content: none; }
    .home_slider .slick-prev:hover {
      opacity: 0.75; }
  .home_slider .slick-next {
    z-index: 99;
    height: 156px;
    width: 80px;
    background: url("../img/slick_next.svg");
    transition: all 250ms linear; }
    .home_slider .slick-next:before {
      content: none; }
    .home_slider .slick-next:hover {
      opacity: 0.75; }
  .home_slider .slide_count {
    position: absolute;
    font-size: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    text-align: center; }

.galleries_page {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 100px; }
  .galleries_page .custom_header {
    text-align: center;
    display: block;
    margin-bottom: 0px;
    margin-left: -220px; }
  .galleries_page .gallery_tile {
    margin-bottom: 30px;
    transition: all 250ms linear; }
    .galleries_page .gallery_tile figure {
      height: 550px;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center center !important;
      position: relative; }
      .galleries_page .gallery_tile figure figcaption {
        position: absolute;
        bottom: 40px;
        left: 40px;
        right: 40px; }
      .galleries_page .gallery_tile figure h4 {
        font-size: 30px;
        color: #fff;
        max-width: 280px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      .galleries_page .gallery_tile figure .excerpt, .galleries_page .gallery_tile figure .excerpt p {
        color: #fff;
        font-size: 16px;
        margin: 30px 0;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      .galleries_page .gallery_tile figure .btn_custom {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
    .galleries_page .gallery_tile:hover {
      opacity: 0.9; }

.single-gallery .galleries_page_single {
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .single-gallery .galleries_page_single #lightSlider {
    height: 100vh;
    padding: 0px;
    position: relative; }
    .single-gallery .galleries_page_single #lightSlider li {
      height: 100vh;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      position: relative; }
      .single-gallery .galleries_page_single #lightSlider li .image_credits {
        bottom: 27px;
        right: 100px; }
    .single-gallery .galleries_page_single #lightSlider .slide_count {
      position: absolute;
      font-size: 20px;
      bottom: 20px;
      left: 0;
      right: 0;
      margin: 0 auto;
      color: #fff;
      text-align: center; }
  .single-gallery .galleries_page_single .top_left {
    position: absolute;
    top: 25px;
    left: 35px;
    z-index: 999; }
    .single-gallery .galleries_page_single .top_left a {
      font-family: 'Open Sans', serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      color: #fff; }
      .single-gallery .galleries_page_single .top_left a img {
        max-height: 20px;
        margin-right: 5px;
        margin-top: -2px; }
  .single-gallery .galleries_page_single .top_center {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    max-width: 600px;
    margin: 0 auto;
    z-index: 99; }
    .single-gallery .galleries_page_single .top_center h2 {
      color: #fff;
      text-align: center;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
  .single-gallery .galleries_page_single .top_right {
    position: absolute;
    top: 25px;
    right: 35px;
    z-index: 999; }
    .single-gallery .galleries_page_single .top_right .gallery_menu_wrapper {
      transition: all 250ms linear; }
    .single-gallery .galleries_page_single .top_right .gallery_menu {
      background-color: #fff;
      list-style-type: none;
      margin: 0px;
      padding: 10px 0;
      border-radius: 3px;
      border: none;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
      position: absolute;
      top: 50px;
      right: 0px;
      min-width: 240px;
      transition: all 250ms linear; }
      .single-gallery .galleries_page_single .top_right .gallery_menu li {
        margin: 0px;
        padding: 0px; }
        .single-gallery .galleries_page_single .top_right .gallery_menu li a {
          font-family: 'Open Sans', serif;
          font-size: 13px;
          text-transform: uppercase;
          font-weight: 600;
          padding: 8px 30px;
          display: block;
          color: #2D2D2D;
          text-align: right; }
          .single-gallery .galleries_page_single .top_right .gallery_menu li a:hover, .single-gallery .galleries_page_single .top_right .gallery_menu li afocus {
            background-color: transparent;
            opacity: 0.8; }
  .single-gallery .galleries_page_single .bottom_right {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 99; }
    .single-gallery .galleries_page_single .bottom_right img {
      max-height: 22px;
      cursor: pointer; }
  .single-gallery .galleries_page_single .lSGallery {
    background-color: #fff;
    padding: 20px 0px;
    margin-top: 0px !important; }
    .single-gallery .galleries_page_single .lSGallery li {
      width: 25%;
      padding-left: 15px;
      padding-right: 15px;
      display: inline-block; }
  .single-gallery .galleries_page_single .customWrapperGallery {
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    transform: translate(0, 100%);
    transition: all 250ms linear;
    z-index: 999; }
    .single-gallery .galleries_page_single .customWrapperGallery.open {
      transform: none; }
    .single-gallery .galleries_page_single .customWrapperGallery h2 {
      float: left;
      margin-top: 20px;
      margin-left: 20px;
      font-size: 24px; }
    .single-gallery .galleries_page_single .customWrapperGallery .close_gallery_list {
      float: right;
      margin-right: 15px;
      margin-top: 25px;
      max-height: 20px;
      cursor: pointer; }
.single-gallery .rotate_info {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 200px;
  padding: 20px 10px 10px 10px; }
  .single-gallery .rotate_info img {
    display: block;
    margin: 0 auto;
    transform: rotate(-90deg); }
  .single-gallery .rotate_info p {
    font-family: 'Open Sans', serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #fff; }
  .single-gallery .rotate_info.hidde_hard {
    display: none !important; }
.single-gallery #nav-icon3 {
  width: 30px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
.single-gallery #nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
.single-gallery #nav-icon3 span:nth-child(1) {
  top: 0px; }
.single-gallery #nav-icon3 span:nth-child(2), .single-gallery #nav-icon3 span:nth-child(3) {
  top: 8px; }
.single-gallery #nav-icon3 span:nth-child(4) {
  top: 16px; }
.single-gallery #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }
.single-gallery #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.single-gallery #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.single-gallery #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.lSPrev {
  z-index: 99 !important;
  height: 156px !important;
  width: 80px !important;
  background: url("../img/slick_prev.svg") !important;
  transition: all 250ms linear !important; }
  .lSPrev:hover {
    opacity: 0.75 !important; }

.lSNext {
  z-index: 99 !important;
  height: 156px !important;
  width: 80px !important;
  background: url("../img/slick_next.svg") !important;
  transition: all 250ms linear !important; }
  .lSNext:hover {
    opacity: 0.75 !important; }

.lSPager li a {
  display: block;
  height: 250px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.accomodation_page {
  position: relative; }
  .accomodation_page .top_back {
    min-height: 600px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
    .accomodation_page .top_back h1 {
      color: #fff;
      text-align: center;
      font-size: 60px;
      position: absolute;
      top: 60%;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translate(0%, -50%);
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
  .accomodation_page .top_info p {
    margin-left: 170px;
    max-width: 800px; }
  .accomodation_page p {
    font-size: 16px;
    line-height: 2.2;
    margin: 50px 0; }

.accomodation_section {
  position: relative;
  height: 100vh;
  overflow-x: hidden; }
  .accomodation_section h2 {
    font-size: 30px;
    margin: 0px; }
  .accomodation_section p {
    font-size: 16px;
    line-height: 2.2;
    margin: 30px 0; }
  .accomodation_section .btn_custom {
    min-width: 210px; }
    .accomodation_section .btn_custom.menu_btn {
      min-width: 320px;
      padding: 14px 30px;
      position: relative;
      text-align: left; }
      .accomodation_section .btn_custom.menu_btn svg {
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        right: 30px;
        margin: 0px; }
  .accomodation_section [class*='col-'] {
    padding-left: 0px;
    padding-right: 0px; }
  .accomodation_section .background_part {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100vh;
    position: relative; }
  .accomodation_section .background_text {
    position: relative;
    height: 100vh; }
    .accomodation_section .background_text .inner {
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%);
      margin-left: 100px;
      margin-right: 100px; }
      .accomodation_section .background_text .inner.text-right h2, .accomodation_section .background_text .inner.text-right p, .accomodation_section .background_text .inner.text-right li {
        text-align: right; }

.accomodation_baner {
  background-color: #1a1a1a;
  padding: 80px 0; }
  .accomodation_baner h2 {
    color: #fff;
    text-align: center; }
  .accomodation_baner p {
    color: #fff;
    text-align: center;
    max-width: 800px;
    margin: 30px auto;
    font-size: 16px;
    line-height: 2.2; }
  .accomodation_baner ul {
    text-align: center;
    margin-top: 80px; }
    .accomodation_baner ul li span {
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      display: block;
      margin-right: 50px; }
    .accomodation_baner ul li .btn_custom {
      min-width: 180px;
      margin-top: -10px; }

.accomodationWrapper {
  background-color: #fff;
  position: fixed;
  height: 100%;
  width: 76%;
  top: 0;
  right: 0;
  z-index: 99999;
  overflow-y: scroll;
  transform: translate(100%, 0%);
  transition: all 250ms linear; }
  .accomodationWrapper .inner_wrapper {
    position: relative;
    height: 100%;
    width: 100%; }
    .accomodationWrapper .inner_wrapper .accomodationWrapperClose {
      height: 22px;
      cursor: pointer;
      position: fixed;
      top: 55px;
      right: 45px; }
    .accomodationWrapper .inner_wrapper .inner_wrapper_tab {
      padding: 150px 0 85px 0;
      max-width: 650px;
      margin: 0 auto; }
      .accomodationWrapper .inner_wrapper .inner_wrapper_tab.directors {
        padding: 0px;
        max-width: 100%;
        margin-left: 0px; }
        .accomodationWrapper .inner_wrapper .inner_wrapper_tab.directors .inner {
          padding: 100px 0 85px 0;
          max-width: 650px;
          margin-left: 240px; }
      .accomodationWrapper .inner_wrapper .inner_wrapper_tab h2 {
        font-size: 30px; }
      .accomodationWrapper .inner_wrapper .inner_wrapper_tab h3 {
        font-size: 24px;
        margin-top: 50px; }
      .accomodationWrapper .inner_wrapper .inner_wrapper_tab p {
        font-size: 16px;
        line-height: 2.2;
        margin: 50px 0; }
  .accomodationWrapper.opened {
    transform: translate(0%, 0%); }

.overlayAccomodation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.25);
  transform: translate(100%, 0%); }
  .overlayAccomodation.opened {
    transform: translate(0%, 0%); }

.accomodationSlider {
  background-color: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 999999;
  overflow-y: scroll;
  transform: translate(100%, 0%);
  transition: all 250ms linear; }
  .accomodationSlider .inner_wrapper {
    position: relative;
    height: 100%;
    width: 100%; }
    .accomodationSlider .inner_wrapper .accomodationWrapperClose {
      cursor: pointer;
      position: fixed;
      top: 0px;
      right: 0px;
      z-index: 999;
      background-color: #fff;
      padding: 15px 20px; }
      .accomodationSlider .inner_wrapper .accomodationWrapperClose img {
        max-height: 22px; }
    .accomodationSlider .inner_wrapper .inner_slider_description {
      position: relative;
      height: 100vh; }
      .accomodationSlider .inner_wrapper .inner_slider_description .inner {
        font-family: 'Open Sans', serif;
        position: absolute;
        top: 30%;
        transform: translate(0%, -50%);
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto; }
        .accomodationSlider .inner_wrapper .inner_slider_description .inner p {
          font-family: 'Open Sans', serif;
          font-size: 500;
          text-align: center;
          text-transform: uppercase;
          cursor: pointer; }
        .accomodationSlider .inner_wrapper .inner_slider_description .inner h3 {
          transform: rotate(-90deg);
          font-size: 36px;
          margin-top: 180px; }
    .accomodationSlider .inner_wrapper .slick-custom {
      height: 100vh;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important; }
    .accomodationSlider .inner_wrapper .slick-prev {
      z-index: 99;
      height: 156px;
      width: 80px;
      background: url("../img/slick_prev.svg");
      transition: all 250ms linear; }
      .accomodationSlider .inner_wrapper .slick-prev:before {
        content: none; }
      .accomodationSlider .inner_wrapper .slick-prev:hover {
        opacity: 0.75; }
    .accomodationSlider .inner_wrapper .slick-next {
      z-index: 99;
      height: 156px;
      width: 80px;
      background: url("../img/slick_next.svg");
      transition: all 250ms linear; }
      .accomodationSlider .inner_wrapper .slick-next:before {
        content: none; }
      .accomodationSlider .inner_wrapper .slick-next:hover {
        opacity: 0.75; }
  .accomodationSlider.opened {
    transform: translate(0%, 0%); }

.blog_single {
  min-height: 600px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  .blog_single .top_back {
    position: relative;
    min-height: 600px; }
    .blog_single .top_back h1 {
      color: #fff;
      text-align: left;
      font-size: 60px;
      position: absolute;
      top: 70%;
      left: 15px;
      right: 15px;
      margin: 0 auto;
      transform: translate(0%, -50%);
      line-height: 0.9;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      .blog_single .top_back h1 .post_info {
        font-size: 18px; }

.blog_single_wrapper {
  padding-top: 50px;
  padding-bottom: 50px; }
  .blog_single_wrapper h1, .blog_single_wrapper h2, .blog_single_wrapper h3, .blog_single_wrapper h4, .blog_single_wrapper h5, .blog_single_wrapper h6, .blog_single_wrapper p, .blog_single_wrapper ul, .blog_single_wrapper ol, .blog_single_wrapper blockquote {
    max-width: 960px;
    margin: 0px auto; }
  .blog_single_wrapper figure {
    width: 100% !important; }
  .blog_single_wrapper img {
    margin: 50px auto 10px;
    display: block;
    max-width: 960px;
    height: auto;
    width: 100%; }
  .blog_single_wrapper p {
    font-size: 16px;
    line-height: 2.2;
    margin-top: 50px;
    margin-bottom: 50px; }

blockquote {
  font-size: 30px;
  font-weight: 700;
  border: none;
  position: relative; }
  blockquote p {
    font-size: 30px;
    line-height: 1.8;
    margin: 0px;
    padding: 0px; }
  blockquote:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -120px;
    height: 70px;
    width: 95px;
    background: url("../img/blockquote_before.png"); }
  blockquote:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -80px;
    height: 70px;
    width: 95px;
    background: url("../img/blockquote_after.png"); }

.contact_page.top_back {
  min-height: 500px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  margin-bottom: 80px; }
  .contact_page.top_back h1 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0%, -50%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    z-index: 9; }
  .contact_page.top_back:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1; }

#instaWrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(0%, 100%);
  transition: all 150ms linear;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 999; }
  #instaWrapper h1 {
    font-size: 34px;
    text-align: center;
    padding: 66px 0; }
  #instaWrapper.open {
    transform: none; }

.contact_page_wrapper .contact_top_info {
  max-width: 550px; }
.contact_page_wrapper p {
  display: block;
  margin: 0px; }
.contact_page_wrapper h4, .contact_page_wrapper h3 {
  font-weight: 300;
  line-height: 1.6; }
.contact_page_wrapper h4 {
  max-width: 530px; }
.contact_page_wrapper form p {
  margin: 50px 0; }
.contact_page_wrapper form label, .contact_page_wrapper form .gfield_label {
  font-size: 16px !important;
  font-weight: 400 !important;
  display: block; }
.contact_page_wrapper form input, .contact_page_wrapper form textarea {
  font-size: 20px !important;
  border: none;
  border-bottom: 1px solid #3F3F3F;
  box-shadow: none;
  font-weight: 700;
  width: 100%;
  outline: none; }
.contact_page_wrapper form .wpcf7-submit, .contact_page_wrapper form .gform_footer input[type=submit] {
  font-family: 'Open Sans', serif;
  background-color: #191919;
  border-radius: 0px;
  border: 2px solid #191919;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 30px;
  min-width: 180px;
  text-align: center;
  margin: 0 auto;
  transition: all 250ms linear;
  margin-top: 35px;
  width: auto; }
  .contact_page_wrapper form .wpcf7-submit:hover, .contact_page_wrapper form .wpcf7-submit:focus, .contact_page_wrapper form .gform_footer input[type=submit]:hover, .contact_page_wrapper form .gform_footer input[type=submit]:focus {
    background-color: #fff;
    color: #191919;
    border-color: #191919; }
.contact_page_wrapper .gform_wrapper textarea {
  height: 36px !important; }
.contact_page_wrapper .list-social {
  margin-top: 70px; }
  .contact_page_wrapper .list-social li {
    margin-left: 5px;
    margin-right: 5px; }
    .contact_page_wrapper .list-social li a {
      color: #757575; }
      .contact_page_wrapper .list-social li a img {
        max-height: 24px; }
.contact_page_wrapper .bottom_list {
  padding-top: 40px;
  padding-bottom: 40px; }
  .contact_page_wrapper .bottom_list li {
    padding-left: 10px;
    padding-right: 10px; }
    .contact_page_wrapper .bottom_list li a {
      text-decoration: underline; }
.contact_page_wrapper .acf-map {
  width: 100%;
  height: 550px;
  margin: 0px; }
  .contact_page_wrapper .acf-map img, .contact_page_wrapper .acf-map svg {
    max-width: inherit !important;
    height: 84px;
    width: 61px; }

.gform_wrapper label {
  margin-bottom: 0px !important; }
.gform_wrapper .gform_body input {
  width: 100% !important;
  padding: 0px !important; }
.gform_wrapper .gform_body textarea {
  width: 100% !important;
  padding: 0px !important;
  height: 100px !important; }
.gform_wrapper .gform_footer input[type=submit] {
  margin-top: 0px !important; }
.gform_wrapper .gfield {
  padding-right: 0px !important; }
.gform_wrapper .ginput_container {
  margin-top: 0px !important; }

.page-template div#ui-datepicker-div[style] {
  z-index: 999999 !important; }

.ui-datepicker-calendar .ui-state-default {
  margin: 0px !important; }

div#ui-datepicker-div[style] {
  z-index: 999999 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999999 !important; }

.blog_page, .archive_page {
  margin-top: 100px; }
  .blog_page .custom_header, .archive_page .custom_header {
    text-align: center;
    display: block;
    margin-bottom: 0px; }
  .blog_page .custom_categories, .archive_page .custom_categories {
    position: relative;
    z-index: 99; }
    .blog_page .custom_categories li, .archive_page .custom_categories li {
      border: 1px solid #010101;
      padding: 0px;
      margin: 0px;
      margin-left: -5px; }
      .blog_page .custom_categories li a, .archive_page .custom_categories li a {
        display: block;
        color: #3F3F3F;
        padding: 5px 35px;
        margin: 0px;
        min-width: 180px; }
      .blog_page .custom_categories li:hover a, .blog_page .custom_categories li.current-cat a, .archive_page .custom_categories li:hover a, .archive_page .custom_categories li.current-cat a {
        background-color: #010101;
        color: #fff; }
      .blog_page .custom_categories li:last-child, .archive_page .custom_categories li:last-child {
        border-right: 1px solid #010101; }
  .blog_page .grid, .archive_page .grid {
    margin-top: 80px; }
    .blog_page .grid .grid-item, .archive_page .grid .grid-item {
      padding-bottom: 50px; }
      .blog_page .grid .grid-item .thumbnail_wrapper, .archive_page .grid .grid-item .thumbnail_wrapper {
        height: 350px;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        margin-bottom: 20px; }
      .blog_page .grid .grid-item .date, .archive_page .grid .grid-item .date {
        font-size: 16px;
        font-weight: 700; }
      .blog_page .grid .grid-item .title, .archive_page .grid .grid-item .title {
        font-size: 26px;
        max-height: 28px;
        overflow: hidden; }
      .blog_page .grid .grid-item .excerpt, .archive_page .grid .grid-item .excerpt {
        font-size: 16px;
        line-height: 2.0;
        margin: 25px 0; }
      .blog_page .grid .grid-item .read_more, .archive_page .grid .grid-item .read_more {
        text-transform: uppercase;
        text-decoration: underline;
        font-family: 'Open Sans', serif;
        font-weight: 600;
        font-size: 12px; }
        .blog_page .grid .grid-item .read_more .fa, .archive_page .grid .grid-item .read_more .fa {
          margin-left: 15px; }
    .blog_page .grid .grid-item-height1 .thumbnail_wrapper, .archive_page .grid .grid-item-height1 .thumbnail_wrapper {
      height: 370px; }
    .blog_page .grid .grid-item-height2 .thumbnail_wrapper, .archive_page .grid .grid-item-height2 .thumbnail_wrapper {
      height: 470px; }
    .blog_page .grid .grid-item-height3 .thumbnail_wrapper, .archive_page .grid .grid-item-height3 .thumbnail_wrapper {
      height: 570px; }

.testimonials_page {
  background: url("../img/testimonials_top.jpg");
  min-height: 600px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  .testimonials_page .top_back {
    position: relative;
    min-height: 600px; }
    .testimonials_page .top_back h2 {
      position: absolute;
      top: 45%;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translate(0%, -50%);
      color: #fff;
      font-size: 60px;
      text-align: center;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
    .testimonials_page .top_back h1 {
      position: absolute;
      top: 65%;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translate(0%, -50%);
      color: #fff;
      font-size: 160px;
      opacity: 0.15;
      text-align: center;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

.testimonials_page_wrapper .testimonial_single .container {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 120px;
  border-bottom: 2px solid #EFEFEF;
  max-width: 70%; }
  .testimonials_page_wrapper .testimonial_single .container h4 {
    line-height: 2.0; }
  .testimonials_page_wrapper .testimonial_single .container p {
    margin-top: 20px;
    font-size: 16px;
    color: #3F3F3F; }
  .testimonials_page_wrapper .testimonial_single .container:before {
    content: '';
    position: absolute;
    top: -80px;
    bottom: auto;
    left: -30px;
    background: url("../img/ico_testimonial.png");
    height: 165px;
    width: 240px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(0.7); }
  .testimonials_page_wrapper .testimonial_single .container .testimonial_thumb {
    margin: 0 auto;
    margin-bottom: 30px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: -130px; }
.testimonials_page_wrapper .testimonial_single.right_testimonial h4, .testimonials_page_wrapper .testimonial_single.right_testimonial p {
  text-align: right; }
.testimonials_page_wrapper .testimonial_single.right_testimonial .container:before {
  left: auto;
  right: -30px; }
.testimonials_page_wrapper .testimonial_single.right_testimonial .container .testimonial_thumb {
  left: auto;
  right: -130px; }
.testimonials_page_wrapper .testimonial_single:last-child .container {
  border-bottom: none; }
.testimonials_page_wrapper .testimonial_single.first {
  margin-top: 160px; }
  .testimonials_page_wrapper .testimonial_single.first .testimonial_thumb {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    border: 15px solid #fff;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important; }
  .testimonials_page_wrapper .testimonial_single.first h4, .testimonials_page_wrapper .testimonial_single.first p {
    text-align: center; }
  .testimonials_page_wrapper .testimonial_single.first .container {
    position: relative;
    border-bottom: none;
    margin-bottom: 80px; }
    .testimonials_page_wrapper .testimonial_single.first .container:before {
      transform: none;
      top: auto;
      bottom: 150px;
      left: 50px; }

.special_offers {
  min-height: 600px;
  position: relative;
  background: url("../img/special_offers_top.jpg");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  .special_offers .top_back {
    position: absolute;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0%, -50%); }
    .special_offers .top_back h1 {
      color: #fff;
      font-size: 60px;
      line-height: 1.1;
      text-align: center;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

.special_offers_wrapper {
  margin-bottom: 120px; }
  .special_offers_wrapper h2 {
    margin-bottom: 0px;
    margin-left: -120px; }
  .special_offers_wrapper p {
    line-height: 2.0;
    margin-bottom: 30px; }
  .special_offers_wrapper .offers_tile {
    margin-top: -120px;
    margin-bottom: 100px;
    background-color: #fff; }
    .special_offers_wrapper .offers_tile [class*='col-'] {
      padding-left: 0px;
      padding-right: 0px; }
    .special_offers_wrapper .offers_tile .single_tile {
      background-color: #fff;
      box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.15);
      text-align: center;
      transition: all 350ms linear;
      border-bottom: 10px solid #fff; }
      .special_offers_wrapper .offers_tile .single_tile .thumb {
        height: 400px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important; }
      .special_offers_wrapper .offers_tile .single_tile .inner {
        padding: 20px 36px 50px 36px; }
      .special_offers_wrapper .offers_tile .single_tile h3 {
        text-align: center;
        margin: 30px auto;
        max-width: 255px; }
      .special_offers_wrapper .offers_tile .single_tile .btn_custom svg {
        margin-bottom: 0px; }
      .special_offers_wrapper .offers_tile .single_tile:hover {
        transform: translate(0, -100px) scale(1.1);
        border-bottom: 10px solid #477841;
        z-index: 999; }
        .special_offers_wrapper .offers_tile .single_tile:hover h3 {
          color: #477841; }

.story_of {
  min-height: 800px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  .story_of .top_back {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0%, -50%); }
    .story_of .top_back h1 {
      color: #fff;
      font-size: 60px;
      line-height: 1.1;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
    .story_of .top_back p {
      margin-top: 30px;
      font-size: 18px;
      color: #fff;
      font-weight: 300;
      max-width: 750px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

.story_of_wrapper {
  padding-top: 120px; }
  .story_of_wrapper .section_1 {
    min-height: 700px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
    .story_of_wrapper .section_1 .inner {
      max-width: 650px;
      padding-left: 30px;
      padding-right: 30px;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translate(0%, -50%); }
  .story_of_wrapper h2 {
    margin-bottom: 40px; }
  .story_of_wrapper p {
    color: #3F3F3F;
    line-height: 2.0;
    margin-bottom: 30px; }
  .story_of_wrapper .section_2 {
    padding-top: 80px;
    padding-bottom: 80px; }
    .story_of_wrapper .section_2 h2 {
      margin-bottom: 0px;
      margin-left: -120px; }
  .story_of_wrapper .section_3 {
    padding-bottom: 80px; }
    .story_of_wrapper .section_3 h2 {
      margin-bottom: 0px;
      margin-left: -120px; }

.story_slider {
  height: 100vh;
  padding: 0px;
  position: relative; }
  .story_slider .slick-custom {
    height: 100vh;
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
  .story_slider .slick-prev {
    z-index: 99;
    height: 156px;
    width: 80px;
    background: url("../img/slick_prev.svg");
    transition: all 250ms linear; }
    .story_slider .slick-prev:before {
      content: none; }
    .story_slider .slick-prev:hover {
      opacity: 0.75; }
  .story_slider .slick-next {
    z-index: 99;
    height: 156px;
    width: 80px;
    background: url("../img/slick_next.svg");
    transition: all 250ms linear; }
    .story_slider .slick-next:before {
      content: none; }
    .story_slider .slick-next:hover {
      opacity: 0.75; }
  .story_slider .slide_count {
    position: absolute;
    font-size: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    text-align: center; }

.default_page {
  min-height: 600px;
  position: relative;
  background-color: gray !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  .default_page .top_back {
    position: absolute;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0%, -50%); }
    .default_page .top_back h1 {
      color: #fff;
      font-size: 60px;
      line-height: 1.1; }
    .default_page .top_back p {
      margin-top: 30px;
      font-size: 18px;
      color: #fff;
      font-weight: 300; }
  .default_page.venue .top_back {
    top: 75%; }
    .default_page.venue .top_back h3 {
      font-weight: 700;
      color: #fff;
      font-size: 30px; }
    .default_page.venue .top_back h4 {
      font-weight: 400;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      display: inline-block;
      color: #fff;
      margin: 10px 0;
      padding: 10px 0;
      font-size: 28px; }

.default_page_wrapper {
  padding-top: 80px;
  padding-bottom: 80px; }
  .default_page_wrapper h2 {
    margin-bottom: 80px; }
  .default_page_wrapper p {
    line-height: 2.0;
    margin-bottom: 30px; }

.weddings_page {
  min-height: 600px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  .weddings_page .top_back {
    position: absolute;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0%, -50%); }
    .weddings_page .top_back h1 {
      color: #fff;
      font-size: 60px;
      line-height: 1.1;
      text-align: center;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

.weddings_page_wrapper {
  padding-top: 100px;
  padding-bottom: 100px; }
  .weddings_page_wrapper h2 {
    margin-bottom: 0px; }
  .weddings_page_wrapper p {
    line-height: 2.0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px; }

.weddings_page_testimonials .baner_testimonials {
  background-color: #fff;
  padding-bottom: 0px; }

.weddings_slider {
  height: 100vh;
  padding: 0px;
  position: relative; }
  .weddings_slider .slick-custom {
    height: 100vh;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative; }
  .weddings_slider .slick-prev {
    z-index: 99;
    height: 156px;
    width: 80px;
    background: url("../img/slick_prev.svg");
    transition: all 250ms linear; }
    .weddings_slider .slick-prev:before {
      content: none; }
    .weddings_slider .slick-prev:hover {
      opacity: 0.75; }
  .weddings_slider .slick-next {
    z-index: 99;
    height: 156px;
    width: 80px;
    background: url("../img/slick_next.svg");
    transition: all 250ms linear; }
    .weddings_slider .slick-next:before {
      content: none; }
    .weddings_slider .slick-next:hover {
      opacity: 0.75; }
  .weddings_slider .slide_count {
    position: absolute;
    font-size: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    text-align: center; }

.more_weddings {
  padding-left: 60px;
  padding-right: 60px; }
  .more_weddings h2 {
    margin-top: 80px;
    margin-bottom: 80px; }
  .more_weddings .gallery_tile {
    margin-bottom: 30px;
    transition: all 250ms linear;
    position: relative; }
    .more_weddings .gallery_tile figure {
      height: 400px;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center center !important;
      position: relative; }
      .more_weddings .gallery_tile figure:before {
        content: '';
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9; }
      .more_weddings .gallery_tile figure figcaption {
        position: absolute;
        bottom: 40px;
        left: 40px;
        right: 40px;
        z-index: 99; }
      .more_weddings .gallery_tile figure h4 {
        font-size: 30px;
        color: #fff;
        max-width: 280px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
      .more_weddings .gallery_tile figure .excerpt, .more_weddings .gallery_tile figure .excerpt p {
        color: #fff;
        font-size: 16px;
        margin: 30px 0;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
      .more_weddings .gallery_tile figure .btn_custom {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
    .more_weddings .gallery_tile:hover {
      opacity: 0.9; }

.other_weddings_baner {
  padding: 120px 0;
  text-align: center; }
  .other_weddings_baner h2 {
    text-align: center;
    margin-bottom: 80px; }
  .other_weddings_baner .custom_list li {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px; }
    .other_weddings_baner .custom_list li a {
      display: block;
      border: 1px solid #DFDFDF;
      text-align: center;
      padding: 30px 0;
      min-width: 300px;
      font-size: 20px;
      font-weight: 700; }
      .other_weddings_baner .custom_list li a:hover, .other_weddings_baner .custom_list li a:focus {
        background-color: #2D2D2D;
        border-color: #2D2D2D;
        color: #fff; }

.page_sample_prices_top {
  min-height: 600px;
  position: relative;
  background-color: gray !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  .page_sample_prices_top .top_back {
    position: absolute;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0%, -50%); }
    .page_sample_prices_top .top_back h1 {
      color: #fff;
      font-size: 60px;
      line-height: 1.1;
      text-align: center; }
    .page_sample_prices_top .top_back p {
      text-align: center;
      margin-top: 30px;
      font-size: 18px;
      color: #fff;
      font-weight: 300; }

.page_sample_prices {
  padding-left: 160px;
  padding-right: 160px;
  margin-top: 100px; }
  .page_sample_prices .custom_header {
    text-align: center;
    display: block;
    margin-bottom: -30px;
    margin-left: -220px; }
  .page_sample_prices .custom_tabs ul li {
    margin-bottom: 10px;
    padding: 0px;
    margin: 0px;
    margin-left: -4px; }
    .page_sample_prices .custom_tabs ul li a {
      margin: 0px;
      display: block;
      border: 1px solid #2D2D2D;
      border-right: none;
      text-align: center;
      padding: 6px 40px; }
      .page_sample_prices .custom_tabs ul li a:hover, .page_sample_prices .custom_tabs ul li a:focus {
        background-color: #2D2D2D;
        border-color: #2D2D2D;
        color: #fff; }
    .page_sample_prices .custom_tabs ul li.active a {
      background-color: #2D2D2D;
      border-color: #2D2D2D;
      color: #fff; }
    .page_sample_prices .custom_tabs ul li:last-child a {
      border-right: 1px solid #2D2D2D; }
  .page_sample_prices .wrapper {
    max-width: 75%;
    margin: 0 auto; }
    .page_sample_prices .wrapper h2 {
      margin-top: 80px;
      margin-bottom: 80px; }
    .page_sample_prices .wrapper p {
      font-size: 18px; }
    .page_sample_prices .wrapper ul li {
      font-size: 18px;
      margin-bottom: 10px; }
      .page_sample_prices .wrapper ul li strong {
        font-size: 22px;
        margin-right: 20px; }

.weddings_page.winter-offer {
  min-height: 100vh;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  .weddings_page.winter-offer .top_back h1 {
    font-size: 40px;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .weddings_page.winter-offer .top_back h1 {
        font-size: 80px; } }
  .weddings_page.winter-offer .top_back h3 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .weddings_page.winter-offer .top_back h3 {
        font-size: 22px; } }
  .weddings_page.winter-offer .top_back a {
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.4); }

.december-offer-panel {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8rem 0; }
  .december-offer-panel .info-panel {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem; }
    @media (min-width: 992px) {
      .december-offer-panel .info-panel {
        grid-template-columns: repeat(2, 50%); } }
    .december-offer-panel .info-panel__content h3 {
      margin-bottom: 3rem; }
      .december-offer-panel .info-panel__content h3:last-of-type {
        margin: 4rem 0 3rem; }
    .december-offer-panel .info-panel__content .btn {
      margin-top: 3rem; }
    .december-offer-panel .info-panel__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.request-brochure-section {
  background-size: cover;
  background-repeat: no-repeat; }
  .request-brochure-section__form {
    padding: 5% 10%;
    outline: 2px solid #b2934e;
    outline-offset: -2rem;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
    background: #fff; }
    .request-brochure-section__form h3 {
      text-align: center; }
    .request-brochure-section__form img {
      display: inherit;
      margin: 0 auto; }
    .request-brochure-section__form p {
      text-align: center; }
    .request-brochure-section__form #gform_4 .gform_body input {
      border: none;
      border-bottom: 2px dashed #707070; }
    .request-brochure-section__form #gform_4 .gform_footer {
      display: flex;
      justify-content: flex-end; }
      .request-brochure-section__form #gform_4 .gform_footer #gform_submit_button_4 {
        font-family: "Open Sans", serif;
        border-radius: 0px;
        border: 1px solid;
        height: auto;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
        padding: 12px 30px;
        border-color: #2D2D2D;
        color: #2D2D2D;
        background-color: transparent;
        transition: all 250ms linear; }
        .request-brochure-section__form #gform_4 .gform_footer #gform_submit_button_4:hover, .request-brochure-section__form #gform_4 .gform_footer #gform_submit_button_4:focus {
          background-color: #2D2D2D;
          color: #fff; }

.image-banner {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 250px; }
  @media (min-width: 992px) {
    .image-banner {
      grid-template-columns: repeat(5, 20%); } }
  .image-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.newsletter {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center; }
  .newsletter h2 {
    font-size: 30px;
    text-align: center; }
  .newsletter .wysija-input {
    width: 100%;
    max-width: 750px;
    height: auto;
    border: 1px solid #DFDFDF;
    margin-top: 50px;
    margin-bottom: 15px;
    padding: 11px;
    color: #000 !important;
    outline: none; }
  .newsletter .wysija-input::-webkit-input-placeholder {
    color: #000 !important; }
  .newsletter .wysija-input:-moz-placeholder {
    color: #000 !important;
    opacity: 1; }
  .newsletter .wysija-input::-moz-placeholder {
    color: #000 !important;
    opacity: 1; }
  .newsletter .wysija-input:-ms-input-placeholder {
    color: #000 !important; }
  .newsletter .wysija-input::-ms-input-placeholder {
    color: #000 !important; }
  .newsletter .wysija-submit {
    font-family: 'Open Sans', serif;
    background-color: #191919;
    border-radius: 0px;
    border: 2px solid #191919;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    min-width: 180px;
    text-align: center;
    margin: 0 auto;
    transition: all 250ms linear;
    margin-top: 35px; }
    .newsletter .wysija-submit:hover, .newsletter .wysija-submit:focus {
      background-color: #fff;
      color: #191919;
      border-color: #191919; }

.baner_offer {
  padding-top: 120px;
  padding-bottom: 120px; }
  .baner_offer .btn_custom {
    padding: 8px 45px; }

.baner_brochure {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative; }
  .baner_brochure .baner_back {
    font-size: 160px;
    color: #F8F8F8;
    position: absolute;
    top: 45%;
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
    z-index: -1;
    text-align: center;
    font-weight: 700; }
  .baner_brochure h2 {
    font-size: 30px;
    text-align: center; }
  .baner_brochure .desc, .baner_brochure p {
    max-width: 800px;
    display: block;
    margin: 30px auto;
    text-align: center;
    font-size: 16px;
    line-height: 2.0;
    font-weight: 300; }
  .baner_brochure .btn_custom {
    padding: 8px 45px; }

.baner_testimonials {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #FAFAFA; }
  .baner_testimonials h2 {
    text-align: center; }
  .baner_testimonials .slick-list, .baner_testimonials .slick-track {
    height: 100%; }
  .baner_testimonials .container {
    position: relative;
    padding-top: 90px;
    padding-left: 90px;
    padding-right: 90px; }
    .baner_testimonials .container h4 {
      line-height: 2.0; }
    .baner_testimonials .container p {
      margin-top: 20px;
      font-size: 16px; }
    .baner_testimonials .container:before {
      content: '';
      position: absolute;
      top: 0px;
      left: -30px;
      background: url("../img/ico_testimonial.png");
      height: 165px;
      width: 240px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .baner_testimonials .slick-prev {
    z-index: 99;
    height: 156px;
    width: 80px;
    background: url("../img/slick_prev_gray.svg");
    transition: all 250ms linear; }
    .baner_testimonials .slick-prev:before {
      content: none; }
    .baner_testimonials .slick-prev:hover {
      opacity: 0.75; }
  .baner_testimonials .slick-next {
    z-index: 99;
    height: 156px;
    width: 80px;
    background: url("../img/slick_next_gray.svg");
    transition: all 250ms linear; }
    .baner_testimonials .slick-next:before {
      content: none; }
    .baner_testimonials .slick-next:hover {
      opacity: 0.75; }

.side_menu {
  background-color: #fff;
  position: fixed;
  bottom: 280px;
  right: -172px;
  padding: 0px 30px;
  transform: rotate(90deg);
  z-index: 999999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .side_menu ul {
    margin: 0px;
    padding: 0px; }
    .side_menu ul li {
      margin: 0px;
      padding: 0px; }
      .side_menu ul li a {
        color: #ababab;
        font-weight: 700;
        padding: 10px 10px;
        margin: 0px;
        display: block;
        cursor: pointer; }
        .side_menu ul li a:hover, .side_menu ul li a:focus, .side_menu ul li a.active {
          color: #2D2D2D; }

#menuWrapper {
  background-color: #fff;
  position: fixed;
  height: 100vh;
  width: 70%;
  top: 0;
  right: -100%;
  z-index: 99999;
  overflow-y: scroll;
  transition: all 250ms linear; }
  #menuWrapper .inner_wrapper {
    position: relative;
    height: 100%;
    width: 100%; }
    #menuWrapper .inner_wrapper #closeWrapper {
      height: 22px;
      cursor: pointer;
      position: fixed;
      top: 55px;
      right: 45px;
      z-index: 9999;
      display: none; }
    #menuWrapper .inner_wrapper .inner_wrapper_tab {
      padding: 100px 50px 85px 50px;
      max-width: 700px;
      margin: 0 auto;
      z-index: 999;
      position: relative; }
      #menuWrapper .inner_wrapper .inner_wrapper_tab.directors {
        padding: 0px;
        max-width: 100%;
        margin-left: 0px; }
        #menuWrapper .inner_wrapper .inner_wrapper_tab.directors .inner {
          padding: 100px 25px 85px 25px;
          max-width: 650px;
          margin: 0 auto; }
      #menuWrapper .inner_wrapper .inner_wrapper_tab h2 {
        font-size: 30px; }
      #menuWrapper .inner_wrapper .inner_wrapper_tab h3 {
        font-size: 24px;
        margin-top: 50px; }
      #menuWrapper .inner_wrapper .inner_wrapper_tab p {
        font-size: 16px;
        line-height: 2.2;
        margin: 50px 0; }
      #menuWrapper .inner_wrapper .inner_wrapper_tab ol,
      #menuWrapper .inner_wrapper .inner_wrapper_tab ul {
        margin-top: 30px;
        padding-left: 20px; }
        #menuWrapper .inner_wrapper .inner_wrapper_tab ol li,
        #menuWrapper .inner_wrapper .inner_wrapper_tab ul li {
          font-size: 16px; }
        #menuWrapper .inner_wrapper .inner_wrapper_tab ol.gform_fields,
        #menuWrapper .inner_wrapper .inner_wrapper_tab ul.gform_fields {
          padding-left: 0px; }
      #menuWrapper .inner_wrapper .inner_wrapper_tab form label {
        font-size: 16px;
        font-weight: 400;
        display: block; }
      #menuWrapper .inner_wrapper .inner_wrapper_tab form input,
      #menuWrapper .inner_wrapper .inner_wrapper_tab form textarea {
        font-size: 20px;
        border: none;
        border-bottom: 1px solid #3f3f3f;
        box-shadow: none;
        font-weight: 700;
        width: 100%;
        outline: none;
        height: auto;
        padding: 5px 0 !important; }
      #menuWrapper .inner_wrapper .inner_wrapper_tab form .wpcf7-submit,
      #menuWrapper .inner_wrapper .inner_wrapper_tab form .gform_footer input[type="submit"] {
        font-family: "Open Sans", serif;
        background-color: #191919;
        border-radius: 0px;
        border: 2px solid #191919;
        height: auto;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        padding: 8px 30px;
        min-width: 180px;
        text-align: center;
        margin: 0 auto;
        transition: all 250ms linear;
        margin-top: 35px;
        width: auto; }
        #menuWrapper .inner_wrapper .inner_wrapper_tab form .wpcf7-submit:hover, #menuWrapper .inner_wrapper .inner_wrapper_tab form .wpcf7-submit:focus,
        #menuWrapper .inner_wrapper .inner_wrapper_tab form .gform_footer input[type="submit"]:hover,
        #menuWrapper .inner_wrapper .inner_wrapper_tab form .gform_footer input[type="submit"]:focus {
          background-color: #fff;
          color: #191919;
          border-color: #191919; }
      #menuWrapper .inner_wrapper .inner_wrapper_tab .acf-map {
        width: 100%;
        height: 400px;
        margin: 0px; }
        #menuWrapper .inner_wrapper .inner_wrapper_tab .acf-map img,
        #menuWrapper .inner_wrapper .inner_wrapper_tab .acf-map svg {
          max-width: inherit !important;
          height: 84px;
          width: 61px; }
      #menuWrapper .inner_wrapper .inner_wrapper_tab .gform_wrapper .gfield_time_hour {
        width: 49%;
        margin-right: 2%;
        max-width: 100%; }
        #menuWrapper .inner_wrapper .inner_wrapper_tab .gform_wrapper .gfield_time_hour i {
          margin-top: -25px;
          margin-right: -10px; }
      #menuWrapper .inner_wrapper .inner_wrapper_tab .gform_wrapper .gfield_time_minute {
        width: 49%;
        margin-right: 0px;
        max-width: 100%; }
      #menuWrapper .inner_wrapper .inner_wrapper_tab .gform_wrapper .ginput_container {
        margin-bottom: 40px; }
  #menuWrapper.opened {
    transform: translate(0%, 0%);
    right: 0; }
    #menuWrapper.opened .inner_wrapper #closeWrapper {
      display: block; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.25);
  transform: translate(100%, 0%); }
  #overlay.opened {
    transform: translate(0%, 0%); }

footer {
  border-top: 1px solid #dfdfdf;
  padding: 70px 0 60px 0;
  background-color: #f7f7f7; }
  footer .footer_logo {
    max-height: 135px;
    margin-bottom: 20px; }
  footer h4 {
    font-size: 18px;
    margin-bottom: 30px; }
  footer p,
  footer a {
    margin-bottom: 15px; }
  footer .list-social li {
    margin-left: 4px;
    margin-right: 4px; }
    footer .list-social li a {
      color: #757575;
      color: #fff; }
      footer .list-social li a img {
        max-height: 25px; }
  footer .list-social svg {
    max-height: 16px;
    max-width: 20px;
    opacity: 0.75; }
    footer .list-social svg path {
      fill: #757575;
      transition: all 250ms linear; }
    footer .list-social svg:hover path, footer .list-social svg:focus path {
      fill: #2D2D2D; }
  footer .text-opacity {
    opacity: 0.75;
    transition: all 250ms linear; }
    footer .text-opacity:hover, footer .text-opacity:focus {
      opacity: 1; }
  footer .copyrights {
    font-size: 12px;
    opacity: 0.75;
    margin-bottom: 0px; }

@media only screen and (min-width: 1200px) {
  .baner_testimonials .container {
    padding-left: 15px;
    padding-right: 15px; } }
@media only screen and (max-width: 992px) {
  .navbar .nav li {
    padding: 0 10px; }

  .galleries_page {
    padding-left: 15px;
    padding-right: 15px; }
    .galleries_page .custom_header {
      margin-left: 0px;
      margin-bottom: 0px; }
    .galleries_page .gallery_tile figure figcaption {
      left: 20px;
      bottom: 20px;
      right: 20px; }

  .accomodation_section {
    height: 100%; }
    .accomodation_section .background_text {
      height: 100%; }
      .accomodation_section .background_text .inner {
        position: relative;
        top: auto;
        transform: none;
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        margin-left: 15px;
        margin-right: 15px; }
        .accomodation_section .background_text .inner h2, .accomodation_section .background_text .inner p {
          text-align: center !important; }

  .accomodation_page .top_back h1 {
    font-size: 40px; }
  .accomodation_page .top_info p {
    margin-left: auto;
    text-align: center; }

  .accomodationSlider .inner_slider_description {
    display: none; }

  .blog_single_wrapper blockquote:after, .blog_single_wrapper blockquote:before {
    display: none; }

  .story_of_wrapper {
    padding-top: 30px; }
    .story_of_wrapper .section_2 h2, .story_of_wrapper .section_3 h2 {
      margin-left: auto; }

  .testimonials_page .top_back h1 {
    display: none; }
  .testimonials_page .top_back h2 {
    font-size: 45px; }

  .testimonials_page_wrapper .testimonial_single.rest .testimonial_thumb {
    display: none; }

  .parallax-window {
    min-height: 100%; }
    .parallax-window .inner {
      position: relative;
      top: auto;
      bottom: auto !important;
      left: auto;
      right: auto;
      transform: none;
      padding: 100px 15px; } }
@media only screen and (max-width: 768px) {
  h1, .story_of .top_back h1 {
    font-size: 30px; }

  .side_menu {
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    transform: none;
    padding: 0px; }
    .side_menu ul {
      padding: 0px; }
      .side_menu ul li {
        text-align: center;
        width: 49%;
        padding: 0px; }
        .side_menu ul li:first-child {
          display: none; }
        .side_menu ul li a {
          text-transform: uppercase;
          padding: 14px 0px;
          color: #2D2D2D;
          font-weight: 600;
          font-size: 12px; }
          .side_menu ul li a.active {
            border-top: 3px solid #2D2D2D; }

  .navbar {
    top: 0px; }
    .navbar .navbar-collapse {
      max-height: 100%;
      background-color: #fff; }
    .navbar .nav li {
      padding: 0px; }
      .navbar .nav li a {
        text-align: center;
        padding: 10px 0;
        color: #2D2D2D; }
        .navbar .nav li a:hover, .navbar .nav li a:focus {
          color: #2D2D2D; }
      .navbar .nav li svg path {
        fill: #2D2D2D; }
      .navbar .nav li.active a {
        color: #2D2D2D !important; }
        .navbar .nav li.active a:after {
          background-color: #2D2D2D !important;
          width: 30px;
          bottom: 10px;
          left: 0;
          right: 0;
          margin: 0 auto; }
      .navbar .nav li .dropdown-menu {
        float: none;
        position: relative;
        box-shadow: none;
        padding: 0 0 10px 0; }
        .navbar .nav li .dropdown-menu li a {
          padding: 5px 30px;
          font-size: 12px;
          font-weight: 400; }
    .navbar.shrink .nav li a {
      padding: 10px 0; }
    .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
      display: block; }

  .parallax-window .inner h1 {
    font-size: 40px; }
  .parallax-window .inner h2 {
    font-size: 24px; }
  .parallax-window .inner p {
    line-height: 1.8;
    margin: 25px 0;
    font-size: 16px; }
  .parallax-window .scroll_down {
    display: none; }

  .custom_header {
    font-size: 30px;
    margin-bottom: 50px !important;
    text-align: center;
    display: block; }
    .custom_header span {
      font-size: 25px; }
    .custom_header.w_description {
      line-height: 0.8; }
      .custom_header.w_description .desc {
        display: none; }
    .custom_header.subpage {
      margin-top: 50px; }
      .custom_header.subpage span {
        text-align: center;
        margin-left: auto; }

  footer {
    padding: 30px 0 15px 0; }
    footer h4 {
      margin-top: 30px;
      margin-bottom: 15px; }
    footer img {
      margin: 0px !important; }
    footer ul.text-opacity {
      margin-bottom: 40px; }
      footer ul.text-opacity li {
        display: block;
        margin-bottom: 20px; }

  .home_blog {
    padding: 50px 15px 50px 15px; }

  .baner_testimonials .container:before {
    left: 0; }

  .more_weddings {
    padding-left: 15px;
    padding-right: 15px; }

  .newsletter {
    padding-top: 60px;
    padding-bottom: 60px; }

  .accomodation_baner ul li span {
    margin-right: 0px;
    margin-bottom: 30px; }

  .accomodationWrapper {
    width: 100%; }
    .accomodationWrapper .inner_wrapper .accomodationWrapperClose {
      top: 15px;
      right: 15px; }
    .accomodationWrapper .inner_wrapper .inner_wrapper_tab {
      margin-left: 0px;
      padding: 60px 15px 35px 15px; }

  .single-gallery .galleries_page_single .top_center h2 {
    margin-top: 50px;
    font-size: 30px; }
  .single-gallery .galleries_page_single .gallery_img_list .custom_column {
    width: 50%; }

  .baner_testimonials .container {
    padding-left: 15px;
    padding-right: 15px; }

  .weddings_slider, .accomodation_section .background_part, .story_of_wrapper .section_1.right, .story_slider, .home_slider, .home_slider .slick-custom {
    height: 50vh;
    min-height: 50vh; }
    .weddings_slider .slick-custom, .accomodation_section .background_part .slick-custom, .story_of_wrapper .section_1.right .slick-custom, .story_slider .slick-custom, .home_slider .slick-custom, .home_slider .slick-custom .slick-custom {
      height: 50vh; }

  .story_of_wrapper .section_1.left {
    min-height: 100%; }
    .story_of_wrapper .section_1.left .inner {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      transform: none;
      padding: 60px 0; }

  .special_offers {
    min-height: 100px; }

  .special_offers_wrapper .offers_tile .single_tile {
    transform: none;
    background-color: #FFFBF7;
    border-bottom: 10px solid #EE9414; }

  .navbar .hamburger {
    display: block; }

  .page_sample_prices {
    padding-left: 15px;
    padding-right: 15px; }
    .page_sample_prices .custom_header {
      margin-left: 0px; }
    .page_sample_prices .custom_tabs ul li {
      min-width: 200px;
      text-align: center;
      margin: 0 auto; }

  #menuWrapper {
    width: 100%; }
    #menuWrapper .inner_wrapper .inner_wrapper_tab {
      padding: 80px 25px 85px 25px; }
    #menuWrapper .inner_wrapper #closeWrapper {
      top: 35px;
      z-index: 9999; }

  .parallax-window .inner h2 span, .baner_brochure .baner_back {
    display: none; }

  .image_credits {
    font-size: 12px;
    bottom: 5px;
    right: 15px; }

  #menuWrapper .inner_wrapper .inner_wrapper_tab form input, #menuWrapper .inner_wrapper .inner_wrapper_tab form textarea {
    height: auto !important;
    padding: 10px 0 !important; }

  .blog_single .top_back h1 {
    font-size: 30px; }
    .blog_single .top_back h1 span {
      display: block;
      font-size: 12px;
      margin-left: 0px !important;
      margin: 20px 0; }

  .lSPager li a {
    height: 180px; }

  .single-gallery .galleries_page_single .customWrapperGallery h2 {
    max-width: 80%;
    font-size: 14px; }
  .single-gallery .lSPrev, .single-gallery .lSNext {
    transform: scale(0.5); }

  .appleFix {
    overflow: hidden;
    -webkit-overflow-scrolling: touch; } }
@media only screen and (max-width: 480px) {
  .single-gallery .galleries_page_single .gallery_img_list .custom_column {
    width: 100%; }
  .single-gallery .galleries_page_single .customWrapperGallery .close_gallery_list {
    max-height: 12px;
    margin-top: 22px; }

  .lSPager li a {
    height: 100px; } }

/*# sourceMappingURL=style.css.map */
